diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-04-06 15:45:26 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-09 20:19:23 +0300 |
commit | d7ee74dea0d42d0fa0ed91aa51bb9867be17636c (patch) | |
tree | 7da1899d064295212d23b27a3a24dccb6225cfbc /x11-themes | |
parent | x11-themes/mate-backgrounds: drop 1.27.1 (diff) | |
download | gentoo-d7ee74dea0d42d0fa0ed91aa51bb9867be17636c.tar.gz gentoo-d7ee74dea0d42d0fa0ed91aa51bb9867be17636c.tar.bz2 gentoo-d7ee74dea0d42d0fa0ed91aa51bb9867be17636c.zip |
x11-themes/mate-backgrounds: add 1.28.0
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Arthur Zamarin <arthurzam@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.28.0.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest index c025db9544af..91d2b38d531d 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.28.0.tar.xz 46804092 BLAKE2B db5a77a01bd8917adf2221611e5283c146464f313a18624b0f37ac80fe0e0742c8f6432ce6f13a54233a93b5bbe456dc653272995e7d0e9cfe43048ab386cd3b SHA512 3bc5c4cdac247908f0fc726309bb1f9255987d9a8338fcff7f83c511198b4b2c456170097cc9d2243d2b4eb3ddac45652336ed9321e402ef561d27b17d4dc206 diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.28.0.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.28.0.ebuild new file mode 100644 index 000000000000..07f1ce96c299 --- /dev/null +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.28.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit mate + +MINOR=$(($(ver_cut 2) % 2)) +if [[ ${MINOR} -eq 0 ]]; 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:* +" |