x11-themes/zuki-themes - 4.0 (gentoo)

Search

Package Information

Description:
Zuki themes for GTK, gnome-shell and more
Homepage:
https://github.com/lassekongo83/zuki-themes
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
4.0 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="Zuki themes for GTK, gnome-shell and more"
HOMEPAGE="https://github.com/lassekongo83/zuki-themes"
SRC_URI="https://github.com/lassekongo83/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="gnome-shell gtk2 xfce"

DEPEND=""
RDEPEND="
	>=x11-themes/gnome-themes-standard-3.6
	gtk2? ( >=x11-themes/gtk-engines-murrine-0.98.1.1 )
"
BDEPEND="dev-lang/sassc"

src_install() {
	meson_src_install

	if ! use gnome-shell; then
		rm -r "${ED}"/usr/share/themes/Zuki-shell || die
	fi

	if ! use gtk2; then
		rm -r "${ED}"/usr/share/themes/*/gtk-2.0 || die
	fi

	if ! use xfce; then
		rm -r "${ED}"/usr/share/themes/*/xfwm4 || die
	fi
}

USE Flags

Dependencies

RDEPEND

	>=x11-themes/gnome-themes-standard-3.6
	gtk2? ( >=x11-themes/gtk-engines-murrine-0.98.1.1 )

BDEPEND

dev-lang/sassc

Manifest for 4.0

Type File Size Source URLs
DIST zuki-themes-4.0.tar.gz 585870 bytes https://github.com/lassekongo83/zuki-themes/archive/v4.0.tar.gz