summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Feldman <NP-Hardass@gentoo.org>2021-06-10 09:46:56 -0400
committerAdam Feldman <NP-Hardass@gentoo.org>2021-06-30 18:41:45 -0400
commit5d3915fb51705b0892dfcb48ad634fbd8c4da6c9 (patch)
tree093da13a83f812fef35a3ce4d366909b562c066a
parentmate-base/mate-panel: Bump to 1.24.2 (diff)
downloadgentoo-5d3915fb51705b0892dfcb48ad634fbd8c4da6c9.tar.gz
gentoo-5d3915fb51705b0892dfcb48ad634fbd8c4da6c9.tar.bz2
gentoo-5d3915fb51705b0892dfcb48ad634fbd8c4da6c9.zip
x11-themes/mate-backgrounds: Bump to 1.24.2
Bug: https://bugs.gentoo.org/778857 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
-rw-r--r--x11-themes/mate-backgrounds/Manifest1
-rw-r--r--x11-themes/mate-backgrounds/mate-backgrounds-1.24.2.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest
index b5a3fbcd1266..fcd6438c96b2 100644
--- a/x11-themes/mate-backgrounds/Manifest
+++ b/x11-themes/mate-backgrounds/Manifest
@@ -1 +1,2 @@
DIST mate-backgrounds-1.24.1.tar.xz 20958108 BLAKE2B 398e9c7dd9692829c0b5854f828ba911ed01deb300e40e09489971df1e453490f681098e7e85b367404956ef0c515eb07d4e898e44be07fd555f0daf818a27e9 SHA512 6af6bd1be186da3c4c594687ece1f6b50c3b05fb0619dd0062955e9e09c8007efe76a7625826cba0e4716c8ed61eac4d372b0a3bf2b87f00b7f170bb97709f09
+DIST mate-backgrounds-1.24.2.tar.xz 46802060 BLAKE2B 7fa2de6ad5e5e9a292fa4458ce8a0dc6bc860f62048d5070f503f575d003e1222f315be0c5c968b5dcb62c0334eb9a4830c08de0ca96ea1ae3c27b4633e8ff6d SHA512 4d069258065e80d8e9d2e4d7c471178c07ea5cdd5e8a6224a1d1e8770211a3926a441f03d85acd17c66c261489cc68bcbb44e5e08d6ddd80240e07b0007873ed
diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.24.2.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.24.2.ebuild
new file mode 100644
index 000000000000..7dbc52595468
--- /dev/null
+++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.24.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~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:*
+"