summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2021-01-30 13:46:12 +0000
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-12 21:49:20 +0100
commit9b1b3d1bea97778b6a97f772e391d4035df791b2 (patch)
tree4a9a1860e9a27ce0d44a18eec173314108c377cf /x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild
parentx11-themes/numix-icon-theme-circle: drop old version (diff)
downloadgentoo-9b1b3d1bea97778b6a97f772e391d4035df791b2.tar.gz
gentoo-9b1b3d1bea97778b6a97f772e391d4035df791b2.tar.bz2
gentoo-9b1b3d1bea97778b6a97f772e391d4035df791b2.zip
x11-themes/numix-icon-theme: fix eclass usage
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild')
-rw-r--r--x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild
index ada198a107e2..cc8d91bb36f0 100644
--- a/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-18.07.17.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit gnome2-utils
+inherit xdg
DESCRIPTION="An official icon theme from the Numix Project"
HOMEPAGE="https://github.com/numixproject"
@@ -17,7 +17,3 @@ src_install() {
insinto /usr/share/icons
doins -r Numix{,-Light}
}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }