diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-07-13 18:03:04 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-07-13 18:03:52 -0700 |
commit | a5274a980e93e28c12892da0c9815922d104cbcc (patch) | |
tree | b49cb1c6ba77b745f03c10d2f9afbd545c4cd802 /x11-themes | |
parent | profiles: Mask >=x11-themes/adwaita-icon-theme-3.36 (diff) | |
download | gentoo-a5274a980e93e28c12892da0c9815922d104cbcc.tar.gz gentoo-a5274a980e93e28c12892da0c9815922d104cbcc.tar.bz2 gentoo-a5274a980e93e28c12892da0c9815922d104cbcc.zip |
x11-themes/gnome-backgrounds: Version bump to 3.36.0
Signed-off-by: Matt Turner <mattst88@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.36.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 6d9613884bbc..4864bccd1722 100644 --- a/x11-themes/gnome-backgrounds/Manifest +++ b/x11-themes/gnome-backgrounds/Manifest @@ -1 +1,2 @@ DIST gnome-backgrounds-3.34.0.tar.xz 31634888 BLAKE2B 5d14bf6cff16880c5c3d296d5d6587afda4ba0367922ffdf4aac6edca5bd7cb5efe8b45b60c6139d4542e752a88b36d1300d475a921bba9587f6284c3d149ba0 SHA512 bea6df85611a845c1013091dfccfd1d1fc697781a74348d936c15f8cec1ace765c37e6f57fed403cc2c6a91a18e522c8cc3db74b2c2327cd3ed71371075a9834 +DIST gnome-backgrounds-3.36.0.tar.xz 50499380 BLAKE2B bd2e211e15a0994f78fa28b3e43ea64cb47dbacf740bc7137f997b9212d453d038dd7aa1c9126aa7e6dd4ac7bbb8d5d10543661547b95b300760bce31a127389 SHA512 5c30b6e70a49e85ddea5a46a37c2f690e4c62c68d582f040dfd4ecdd6d50f364469e27c51115a7b1ba72edd58776ad2005d9bbcfef337570e50111e9443d4a21 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.36.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.36.0.ebuild new file mode 100644 index 000000000000..aced4d1125fe --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.36.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" |