diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-11-11 16:51:31 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-11-11 16:58:33 -0500 |
commit | 904daafe10ab22b70c1a63972d7eb8eeda5aef65 (patch) | |
tree | 3f69e1a8a607dbb968be67626fa91fddbecc5098 /x11-themes/gnome-backgrounds | |
parent | kde-frameworks/kwidgetsaddons: One more attempt to aid Qt 5.15.1 upgrade (diff) | |
download | gentoo-904daafe10ab22b70c1a63972d7eb8eeda5aef65.tar.gz gentoo-904daafe10ab22b70c1a63972d7eb8eeda5aef65.tar.bz2 gentoo-904daafe10ab22b70c1a63972d7eb8eeda5aef65.zip |
x11-themes/gnome-backgrounds: Version bump to 3.38.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-themes/gnome-backgrounds')
-rw-r--r-- | x11-themes/gnome-backgrounds/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/gnome-backgrounds-3.38.0.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest index 682f83764e9c..4f15e3a66145 100644 --- a/x11-themes/gnome-backgrounds/Manifest +++ b/x11-themes/gnome-backgrounds/Manifest @@ -1 +1,2 @@ DIST gnome-backgrounds-3.36.0.tar.xz 50499380 BLAKE2B bd2e211e15a0994f78fa28b3e43ea64cb47dbacf740bc7137f997b9212d453d038dd7aa1c9126aa7e6dd4ac7bbb8d5d10543661547b95b300760bce31a127389 SHA512 5c30b6e70a49e85ddea5a46a37c2f690e4c62c68d582f040dfd4ecdd6d50f364469e27c51115a7b1ba72edd58776ad2005d9bbcfef337570e50111e9443d4a21 +DIST gnome-backgrounds-3.38.0.tar.xz 41179824 BLAKE2B 27c2e7c4bad43b24127c85dcadc5ba912c9fed45b0d78414293b92822fcb9a855fd22c5163cbf99f234a083b3ed200abc00d66662fd0e23a92b9da84b1742ebc SHA512 01000409d6d54af81e520b8b292c24bb64e763a493c69cf71cabb9f885c7feee5a1805db40e2d0544834c40b7866f889c106e9816fd8e8b8f5273b0a099f1488 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.38.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.38.0.ebuild new file mode 100644 index 000000000000..aced4d1125fe --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.38.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +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 ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" +BDEPEND=">=sys-devel/gettext-0.19.8" |