summaryrefslogtreecommitdiff
blob: cb08da7bb1fb5d7bbb936d286327cdfbf4ff4385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

if [[ ${PV} == 9999 ]]; then
	MATE_THEMES_V=".9999"
else
	MATE_THEMES_V="*"
	KEYWORDS="amd64 ~arm ~arm64 x86"
fi

DESCRIPTION="Meta package to facilitate easy use of x11-themes/mate-themes"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI=""

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${MATE_THEMES_V}:0/3.22
		)
	)"