commit: a5274a980e93e28c12892da0c9815922d104cbcc Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Jul 14 01:03:04 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Jul 14 01:03:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5274a98
x11-themes/gnome-backgrounds: Version bump to 3.36.0 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-themes/gnome-backgrounds/Manifest | 1 + .../gnome-backgrounds/gnome-backgrounds-3.36.0.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest index 6d9613884bb..4864bccd172 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 00000000000..aced4d1125f --- /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"
