Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/
Date: Fri, 16 Apr 2021 01:47:27
Message-Id: 1618535783.eb5fa763099fe514be98a2f4d824fcec37191000.mattst88@gentoo
1 commit: eb5fa763099fe514be98a2f4d824fcec37191000
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 01:16:23 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 01:16:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5fa763
7
8 x11-themes/gnome-backgrounds: Version bump to 40.0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-themes/gnome-backgrounds/Manifest | 1 +
13 .../gnome-backgrounds/gnome-backgrounds-40.0.ebuild | 17 +++++++++++++++++
14 2 files changed, 18 insertions(+)
15
16 diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest
17 index cf45640932d..9812a840221 100644
18 --- a/x11-themes/gnome-backgrounds/Manifest
19 +++ b/x11-themes/gnome-backgrounds/Manifest
20 @@ -1 +1,2 @@
21 DIST gnome-backgrounds-3.38.0.tar.xz 41179824 BLAKE2B 27c2e7c4bad43b24127c85dcadc5ba912c9fed45b0d78414293b92822fcb9a855fd22c5163cbf99f234a083b3ed200abc00d66662fd0e23a92b9da84b1742ebc SHA512 01000409d6d54af81e520b8b292c24bb64e763a493c69cf71cabb9f885c7feee5a1805db40e2d0544834c40b7866f889c106e9816fd8e8b8f5273b0a099f1488
22 +DIST gnome-backgrounds-40.0.tar.xz 57703164 BLAKE2B f6f32efb6563957c9e2a7fe9c124d2fb705d2f33b93f9d65e5e20b08026ee9cc7fd80d687754a8108c1073f2ad1cf28c56d6896fdb7cb1e2f48d2b11bfcafcf5 SHA512 d7e01c956c9705a4278717db999ccb965a1113059f1d1646fd24a8294482ea067c64edba53de2cd97a0d814e89619e77f6d667e272185c98701437a746eeabd8
23
24 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-40.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-40.0.ebuild
25 new file mode 100644
26 index 00000000000..9c26a1539f4
27 --- /dev/null
28 +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-40.0.ebuild
29 @@ -0,0 +1,17 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +inherit gnome.org meson
35 +
36 +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
37 +HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds"
38 +
39 +LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0"
40 +SLOT="0"
41 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
42 +IUSE=""
43 +
44 +DEPEND=""
45 +RDEPEND=""
46 +BDEPEND=">=sys-devel/gettext-0.19.8"