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: Mon, 20 Mar 2023 14:07:37
Message-Id: 1679321250.7cf177a49b7adc48beab5565be57f987dd3ac5ed.mattst88@gentoo
1 commit: 7cf177a49b7adc48beab5565be57f987dd3ac5ed
2 Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 20 12:12:50 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 14:07:30 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf177a4
7
8 x11-themes/gnome-backgrounds: Version bump to 44.0
9
10 Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/30258
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 x11-themes/gnome-backgrounds/Manifest | 1 +
15 .../gnome-backgrounds/gnome-backgrounds-44.0.ebuild | 15 +++++++++++++++
16 2 files changed, 16 insertions(+)
17
18 diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest
19 index 2a174a7ff44d..fd3eb851b04c 100644
20 --- a/x11-themes/gnome-backgrounds/Manifest
21 +++ b/x11-themes/gnome-backgrounds/Manifest
22 @@ -1,2 +1,3 @@
23 DIST gnome-backgrounds-43.1.tar.xz 32816488 BLAKE2B 88b91c38bbdbd18410d64e55f067d734e8b03517e0118375fffbe60b6f505ca96d6ef818b76934e2af57700d2dd9ed9e3cb1b379561d4e97294385684bc2f3bf SHA512 7fa3432c14ea4841179ceddd0e4e930a2a8c754ecd436fb92f8506f56ebe7795d54cb1effce6e29a58735e58a014005cc1585585c36cb39e6522645ab1789d80
24 DIST gnome-backgrounds-43.tar.xz 32816552 BLAKE2B b6b954ed102afd81e7ca1c370acb449b2ab4acec458306b4a740f2669037a9a8f741a9b4403cb509ad6df04cfa39ba6bed6b771e0b7d20d974a436480967de71 SHA512 e41e87e20da6a7d4c88d6b68832615709c3cf5d28fbb1a9c1a2af1db7e9c1db56ede141ac45df2164c6d919cb72f81e6e7d014bfe1f340759cd386c3a05217c2
25 +DIST gnome-backgrounds-44.0.tar.xz 48536532 BLAKE2B 8815cd4b4d114ff703094c6979e0cf7951b8907c4b1ee9929dcb40bed136c395373c12d1d302b8f1b1e50e79e25f805f659969953fe6f2504d6db3594a91e588 SHA512 d3550d2ec04894601594523f20b6da295f61952b69d894ed533017297158a342d21bf83532591775029aab0acdd9fd1127d570960e94f3668e2c3231486bbebc
26
27 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-44.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-44.0.ebuild
28 new file mode 100644
29 index 000000000000..8636516b5b76
30 --- /dev/null
31 +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-44.0.ebuild
32 @@ -0,0 +1,15 @@
33 +# Copyright 1999-2023 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +inherit gnome.org meson
38 +
39 +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
40 +HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-backgrounds"
41 +
42 +LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0 CC-BY-4.0"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
45 +
46 +RDEPEND="gui-libs/gdk-pixbuf-loader-webp"
47 +BDEPEND=">=sys-devel/gettext-0.19.8"