x11-themes/mate-themes-meta - 3-r3 (mate-de-gentoo)

Search

Package Information

Description:
Meta package to facilitate easy use of x11-themes/mate-themes
Homepage:
https://wiki.gentoo.org/wiki/Project:MATE
License:
metapackage

Ebuild Details

Version EAPI Keywords Slot
3-r3 7 amd64 ~arm ~arm64 ~loong ~riscv x86 0
View Raw Ebuild
# Copyright 1999-2022 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 ~loong ~riscv 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
		)
	)"

USE Flags

Dependencies

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
		)
	)