x11-themes/gartoon-redux - 1.10-r1 (gentoo)

Search

Package Information

Description:
A massively improved variant of the well-known Gartoon theme
Homepage:
https://gnome-look.org/content/show.php/?content=74841
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.10-r1 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit xdg

DESCRIPTION="A massively improved variant of the well-known Gartoon theme"
HOMEPAGE="https://gnome-look.org/content/show.php/?content=74841"
SRC_URI="http://tweenk.artfx.pl/gartoon/source/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

BDEPEND="
	dev-lang/perl
	dev-perl/Switch
	gnome-base/librsvg
"

RESTRICT="binchecks strip"

PATCHES=(
	"${FILESDIR}"/${PN}-1.10-rsvg-convert.patch
)

src_configure() {
	# perl script, not autotools based
	./configure --prefix=/usr || die
}

src_compile() {
	unset XDG_CACHE_HOME # bug 588708
	emake prepare
	emake
}

src_install() {
	emake icondir="${D}"/usr/share/icons/GartoonRedux install
	dodoc AUTHORS changelog README TODO
}

Dependencies

BDEPEND

	dev-lang/perl
	dev-perl/Switch
	gnome-base/librsvg