diff options
author | Ian Jordan <immoloism@gmail.com> | 2023-12-18 02:52:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-21 11:49:45 +0000 |
commit | d8bb8aa8f472a0fc620db2ecff3e8be5b9d4a2bc (patch) | |
tree | 0f1de5674aa0c3c4e894cfda8bf6c56cffccdb23 /x11-themes | |
parent | x11-terms/mate-terminal: add 1.27.1 (diff) | |
download | gentoo-d8bb8aa8f472a0fc620db2ecff3e8be5b9d4a2bc.tar.gz gentoo-d8bb8aa8f472a0fc620db2ecff3e8be5b9d4a2bc.tar.bz2 gentoo-d8bb8aa8f472a0fc620db2ecff3e8be5b9d4a2bc.zip |
x11-themes/mate-backgrounds: add 1.27.1
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/mate-backgrounds/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest index c025db9544af..64f4603ee367 100644 --- a/x11-themes/mate-backgrounds/Manifest +++ b/x11-themes/mate-backgrounds/Manifest @@ -1 +1,2 @@ DIST mate-backgrounds-1.26.0.tar.xz 46808396 BLAKE2B 93c93751e02ecc24f8d6356526a0b54b9071b0741e74c7e23a462d11410d1564dc4524993de203807e849248407fa59f663ee35cd0d44422ca90ac39eb97eb4c SHA512 48ceb91abf6f7840a9fd7f504e887e54d234410df07dd07a2d155b28cf8d6518b743be767e02cbb774bd817e640b755eec2a73abd4d2d3685e3b4377e9a58476 +DIST mate-backgrounds-1.27.1.tar.xz 46814716 BLAKE2B 87167d561a34864b1f892c9919ab40cca6846832959a35a7369fffbab0a855ead5734cedad8c6a60fba88bb7a1892b9337530c74b7206e9f32047f7f6fb9224c SHA512 de9936bdd83ebf48e8679090acbc6f8b64e0029a7197f2e8084eace3db777fdbb9a1140b6e9c5374d6cf1566a785c87719f2d988998517f7deba93d5328413d8 diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild new file mode 100644 index 000000000000..7f3b089cc8d0 --- /dev/null +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit mate + +if [[ ${PV} != 9999 ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" +fi + +DESCRIPTION="A set of backgrounds packaged with the MATE desktop" +LICENSE="CC-BY-SA-4.0 GPL-2+" +SLOT="0" + +DEPEND=" + >=sys-devel/gettext-0.19.8:* +" |