summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.06.07.ebuild')
-rw-r--r--x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.06.07.ebuild13
1 files changed, 4 insertions, 9 deletions
diff --git a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.06.07.ebuild b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.06.07.ebuild
index 8cf32c6a91bf..ce2f2d549d8f 100644
--- a/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.06.07.ebuild
+++ b/x11-themes/numix-icon-theme-circle/numix-icon-theme-circle-20.06.07.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit gnome2-utils
+inherit xdg
-DESCRIPTION="An icon theme for Linux from the Numix project"
+DESCRIPTION="Icon theme from the Numix project"
HOMEPAGE="https://github.com/numixproject"
SRC_URI="https://github.com/numixproject/numix-icon-theme-circle/archive/${PV}.tar.gz -> ${P}.tar.gz"
@@ -13,15 +13,10 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="x11-themes/numix-icon-theme"
-RDEPEND="${DEPEND}"
+RDEPEND="x11-themes/numix-icon-theme"
src_install() {
insinto /usr/share/icons
doins -r Numix-Circle{,-Light}
}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }