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: Tue, 04 May 2021 00:51:37
Message-Id: 1620089483.c31160dd5187d27238dc31806454e3e7046c288c.mattst88@gentoo
1 commit: c31160dd5187d27238dc31806454e3e7046c288c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 22:45:58 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 00:51:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31160dd
7
8 x11-themes/gnome-backgrounds: Version bump to 40.1
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.1.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 9812a840221..b98511283f5 100644
18 --- a/x11-themes/gnome-backgrounds/Manifest
19 +++ b/x11-themes/gnome-backgrounds/Manifest
20 @@ -1,2 +1,3 @@
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 +DIST gnome-backgrounds-40.1.tar.xz 50485892 BLAKE2B 6c6e6d40592880578c5367935631b15131e2474ebc7304c6f263d4f55f2579d3d0b1c4ae467c68d589e67c58950634af300243b4ac09e6d42e7eae20638bb310 SHA512 e94dd31b99ebaa5671881bffe788f7d3990f1b430f833513229fea244c9afb216d224ac57f39241934a9965d063d4faa3fcc2b41535ebd75cfb666bdd213d371
24
25 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-40.1.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-40.1.ebuild
26 new file mode 100644
27 index 00000000000..9c26a1539f4
28 --- /dev/null
29 +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-40.1.ebuild
30 @@ -0,0 +1,17 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
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 ~sparc ~x86"
43 +IUSE=""
44 +
45 +DEPEND=""
46 +RDEPEND=""
47 +BDEPEND=">=sys-devel/gettext-0.19.8"