summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Feldman <NP-Hardass@gentoo.org>2020-03-31 14:40:27 -0400
committerAdam Feldman <NP-Hardass@gentoo.org>2020-04-09 18:49:26 -0400
commit49a784dc24eb262101d553b3f1bb11c1f631d5fe (patch)
tree77203b77cdb5f694cc0caeb2960991da0878f9f9 /x11-themes/mate-themes-meta/mate-themes-meta-3-r3.ebuild
parentx11-themes/mate-themes: Drop old, sync with Gentoo (diff)
downloadgentoo-mate-49a784dc24eb262101d553b3f1bb11c1f631d5fe.tar.gz
gentoo-mate-49a784dc24eb262101d553b3f1bb11c1f631d5fe.tar.bz2
gentoo-mate-49a784dc24eb262101d553b3f1bb11c1f631d5fe.zip
x11-themes/mate-themes-meta: Drop old, sync with Gentoo
Package-Manager: Portage-2.3.96, Repoman-2.3.21 Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'x11-themes/mate-themes-meta/mate-themes-meta-3-r3.ebuild')
-rw-r--r--x11-themes/mate-themes-meta/mate-themes-meta-3-r3.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-themes/mate-themes-meta/mate-themes-meta-3-r3.ebuild b/x11-themes/mate-themes-meta/mate-themes-meta-3-r3.ebuild
new file mode 100644
index 0000000..d9cc0c7
--- /dev/null
+++ b/x11-themes/mate-themes-meta/mate-themes-meta-3-r3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Meta package to facilitate easy use of x11-themes/mate-themes"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:MATE"
+SRC_URI=""
+
+KEYWORDS="amd64 ~arm ~arm64 x86"
+LICENSE="metapackage"
+SLOT="0"
+IUSE="gtk2-only"
+
+DEPEND=""
+RDEPEND="|| (
+ gtk2-only? (
+ !!x11-libs/gtk+:3
+ x11-themes/mate-themes:0
+ )
+ (
+ >=x11-libs/gtk+-3.22:3
+ >=x11-themes/mate-themes-3.22.18
+ )
+ )"