summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-themes/mate-backgrounds/Manifest1
-rw-r--r--x11-themes/mate-backgrounds/mate-backgrounds-1.24.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest
index 53e59afb6070..f2c4a417c1ed 100644
--- a/x11-themes/mate-backgrounds/Manifest
+++ b/x11-themes/mate-backgrounds/Manifest
@@ -1 +1,2 @@
DIST mate-backgrounds-1.22.0.tar.xz 20888288 BLAKE2B 66b3d9fee7917e2a3bc3222f1e663d77532407dc3169329d66f9d4a7b0ac1aec91c30fdf4516672760a7cbf05b0091c6b57221504ef50abd16fa869ffadff145 SHA512 b7135cdb20972d50f43026cf98275faaa3c5e41bd0900bca7624a8f9ed03d0ec7f465c78aaf3da534ea6798e8cc690727a1fed8f14b3fb42a8a63bd82858ff30
+DIST mate-backgrounds-1.24.0.tar.xz 20956660 BLAKE2B ebac1a1955444d4960b7f9d7b84cdc544531c77c0cc6fbf82e69e88bfa23fc015873c3209bb69d800f84a0f61f8c36908b2249343b5ec2c9149077f3b18ad8fc SHA512 29bb18ad77767593c9428c0bbb28da5b2fccab67b71b7d295784c7ec018692f6d5fcdcbae202549650765bc090932cec99a9ec9066d066dc8b4fc6d7347f5905
diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.24.0.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.24.0.ebuild
new file mode 100644
index 000000000000..1ce18fd7bfd1
--- /dev/null
+++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.24.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 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="GPL-2"
+SLOT="0"
+
+DEPEND="
+ >=sys-devel/gettext-0.19.8:*
+"