Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/
Date: Sat, 28 Sep 2019 20:17:45
Message-Id: 1569701303.b9289efc33319dc41e4a59bd1fb97657c22725cc.leio@gentoo
1 commit: b9289efc33319dc41e4a59bd1fb97657c22725cc
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 20:08:23 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 20:08:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9289efc
7
8 x11-themes/gnome-backgrounds: bump to 3.32.0
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 x11-themes/gnome-backgrounds/Manifest | 1 +
14 .../gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild | 16 ++++++++++++++++
15 2 files changed, 17 insertions(+)
16
17 diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest
18 index 948cbfa55af..4b9c65d1923 100644
19 --- a/x11-themes/gnome-backgrounds/Manifest
20 +++ b/x11-themes/gnome-backgrounds/Manifest
21 @@ -1 +1,2 @@
22 DIST gnome-backgrounds-3.30.0.tar.xz 27369704 BLAKE2B 519373d47ac70d73df43d1fc85d4649fad9e3db7e41135ba2df3e6a4c70771225413ec74ca30f3e1b1b27a9c030bd05a29a6e6791d9d0d903a131682a5813970 SHA512 a9fd254126448613681e64c841fb0e29a8d1e18adad3aa0c225555d01fbe0a33139486595d8537293425510d56826379caaac2e02157f2c2a9289cdad3bc040c
23 +DIST gnome-backgrounds-3.32.0.tar.xz 31797916 BLAKE2B 6df0bf94707ed44ef7cb0da4f51397d00a50428940549a09117e2b99b45f09709b53b4050df1778cb29f9a8d05ecb634fb4615ea8420886bc21623d05315b614 SHA512 7165f6102bc39b18253ea82f4039a1caca1b2ece6b5e98323c66a24221e6861b74e31d39e07782658ad76282e55d45136314dafb9ea0bcd3d4652aece2ba3797
24
25 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild
26 new file mode 100644
27 index 00000000000..b593d8e9d08
28 --- /dev/null
29 +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild
30 @@ -0,0 +1,16 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +inherit gnome.org meson
36 +
37 +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
38 +HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds"
39 +
40 +LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
43 +IUSE=""
44 +
45 +RDEPEND="!<x11-themes/gnome-themes-standard-3.14"
46 +DEPEND=">=sys-devel/gettext-0.19.8"