summaryrefslogtreecommitdiff
path: root/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild')
-rw-r--r--x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild19
1 files changed, 5 insertions, 14 deletions
diff --git a/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild b/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
index c14fd842fb23..11d73f3989f9 100644
--- a/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
+++ b/x11-themes/gargantuan-icon-theme/gargantuan-icon-theme-1.7.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit xdg-utils
+EAPI=7
+
+inherit xdg
DESCRIPTION="Gargantuan Icon Theme"
HOMEPAGE="https://www.gnome-look.org/content/show.php?content=24364"
@@ -11,12 +12,10 @@ 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"
+S="${WORKDIR}"/gargantuan
src_install() {
dodoc README
@@ -24,11 +23,3 @@ src_install() {
insinto /usr/share/icons/gargantuan
doins -r *
}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}