Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-backgrounds/
Date: Sat, 10 Sep 2022 11:22:00
Message-Id: 1662808885.b7b2bcf15ca38ae17b03386abd59f8bba5f0c66c.sam@gentoo
1 commit: b7b2bcf15ca38ae17b03386abd59f8bba5f0c66c
2 Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 10 07:45:17 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 10 11:21:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b2bcf1
7
8 x11-themes/mate-backgrounds: add 1.26.0
9
10 Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 x11-themes/mate-backgrounds/Manifest | 1 +
14 .../mate-backgrounds/mate-backgrounds-1.26.0.ebuild | 18 ++++++++++++++++++
15 2 files changed, 19 insertions(+)
16
17 diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest
18 index c7ce18173f5a..cb11fdbeee80 100644
19 --- a/x11-themes/mate-backgrounds/Manifest
20 +++ b/x11-themes/mate-backgrounds/Manifest
21 @@ -1 +1,2 @@
22 DIST mate-backgrounds-1.24.2.tar.xz 46802060 BLAKE2B 7fa2de6ad5e5e9a292fa4458ce8a0dc6bc860f62048d5070f503f575d003e1222f315be0c5c968b5dcb62c0334eb9a4830c08de0ca96ea1ae3c27b4633e8ff6d SHA512 4d069258065e80d8e9d2e4d7c471178c07ea5cdd5e8a6224a1d1e8770211a3926a441f03d85acd17c66c261489cc68bcbb44e5e08d6ddd80240e07b0007873ed
23 +DIST mate-backgrounds-1.26.0.tar.xz 46808396 BLAKE2B 93c93751e02ecc24f8d6356526a0b54b9071b0741e74c7e23a462d11410d1564dc4524993de203807e849248407fa59f663ee35cd0d44422ca90ac39eb97eb4c SHA512 48ceb91abf6f7840a9fd7f504e887e54d234410df07dd07a2d155b28cf8d6518b743be767e02cbb774bd817e640b755eec2a73abd4d2d3685e3b4377e9a58476
24
25 diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.26.0.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.26.0.ebuild
26 new file mode 100644
27 index 000000000000..73a4c9b9e791
28 --- /dev/null
29 +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.26.0.ebuild
30 @@ -0,0 +1,18 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit mate
37 +
38 +if [[ ${PV} != 9999 ]]; then
39 + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
40 +fi
41 +
42 +DESCRIPTION="A set of backgrounds packaged with the MATE desktop"
43 +LICENSE="CC-BY-SA-4.0 GPL-2+"
44 +SLOT="0"
45 +
46 +DEPEND="
47 + >=sys-devel/gettext-0.19.8:*
48 +"