diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-09-28 23:08:23 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-09-28 23:08:23 +0300 |
commit | b9289efc33319dc41e4a59bd1fb97657c22725cc (patch) | |
tree | c743c3b8512cf6c308fad13a8e17e8b2a276ba99 /x11-themes | |
parent | app-misc/mosquitto: Drop old versions (diff) | |
download | gentoo-b9289efc33319dc41e4a59bd1fb97657c22725cc.tar.gz gentoo-b9289efc33319dc41e4a59bd1fb97657c22725cc.tar.bz2 gentoo-b9289efc33319dc41e4a59bd1fb97657c22725cc.zip |
x11-themes/gnome-backgrounds: bump to 3.32.0
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-backgrounds/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest index 948cbfa55af2..4b9c65d19238 100644 --- a/x11-themes/gnome-backgrounds/Manifest +++ b/x11-themes/gnome-backgrounds/Manifest @@ -1 +1,2 @@ DIST gnome-backgrounds-3.30.0.tar.xz 27369704 BLAKE2B 519373d47ac70d73df43d1fc85d4649fad9e3db7e41135ba2df3e6a4c70771225413ec74ca30f3e1b1b27a9c030bd05a29a6e6791d9d0d903a131682a5813970 SHA512 a9fd254126448613681e64c841fb0e29a8d1e18adad3aa0c225555d01fbe0a33139486595d8537293425510d56826379caaac2e02157f2c2a9289cdad3bc040c +DIST gnome-backgrounds-3.32.0.tar.xz 31797916 BLAKE2B 6df0bf94707ed44ef7cb0da4f51397d00a50428940549a09117e2b99b45f09709b53b4050df1778cb29f9a8d05ecb634fb4615ea8420886bc21623d05315b614 SHA512 7165f6102bc39b18253ea82f4039a1caca1b2ece6b5e98323c66a24221e6861b74e31d39e07782658ad76282e55d45136314dafb9ea0bcd3d4652aece2ba3797 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild new file mode 100644 index 000000000000..b593d8e9d085 --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome.org meson + +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop" +HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds" + +LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="!<x11-themes/gnome-themes-standard-3.14" +DEPEND=">=sys-devel/gettext-0.19.8" |