Install this version:
emerge -a =x11-themes/gartoon-redux-1.10
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-themes/gartoon-redux-1.10
Or alternatively:
emerge --autounmask-write -a =x11-themes/gartoon-redux-1.10
# 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
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gartoon-redux-1.10.tar.gz | 2907834 bytes | http://tweenk.artfx.pl/gartoon/source/gartoon-redux-1.10.tar.gz |