You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.e...

35 lines
653 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit xdg-utils
DESCRIPTION="Gargantuan Icon Theme"
HOMEPAGE="https://www.gnome-look.org/content/show.php?content=24364"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="x11-themes/hicolor-icon-theme"
DEPEND="${RDEPEND}"
S="${WORKDIR}/gargantuan"
src_install() {
dodoc README
rm -f index.theme~ index.theme.old icons/iconrc~ README || die
insinto /usr/share/icons/gargantuan
doins -r *
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}