summaryrefslogtreecommitdiff
path: root/x11-themes/nou-icon-theme
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/nou-icon-theme')
-rw-r--r--x11-themes/nou-icon-theme/Manifest2
-rw-r--r--x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild14
2 files changed, 10 insertions, 6 deletions
diff --git a/x11-themes/nou-icon-theme/Manifest b/x11-themes/nou-icon-theme/Manifest
index f2019a2e9c29..3aef27208e2d 100644
--- a/x11-themes/nou-icon-theme/Manifest
+++ b/x11-themes/nou-icon-theme/Manifest
@@ -1,3 +1,3 @@
DIST Nou-090208.tar.bz2 1637004 BLAKE2B acef999b166af2072c4b948514e46f2feebf3573fcc5a013065bd82813c245583d3ae598f0316de3fa735eb431f67aab0c2a0a3936636927b309f3a7ea4a3257 SHA512 1dfa7a8667ec37f286e626c8ef11e312cf79bb8730fc73957c4938904d239a5d02bfa4a4f99a372d24cb0930e13370f424d0cbb4f6f1b86e625aa611c241c9d2
-EBUILD nou-icon-theme-09.02.08.ebuild 841 BLAKE2B b16d6d8de3ced7c745ed0bb32640c40b1dc10abb6a0600f23fe4338242ca6c089ae34691f1006323da3da229526a4d37125992dcc6bedfa074dd4a280db14f68 SHA512 269f0b44555c2b2d4679a0f93e80c10eebef8b26bdec5b5c99c154b48f5ecca35d6bbac5432c75b80b0cc7b339bfb908f77eeb97a058df92503398d752ca8f82
+EBUILD nou-icon-theme-09.02.08.ebuild 790 BLAKE2B 6d118483e77316f47a50b5d5fe5ee888413e9a59c00f6f3f9a02abd754d43f54df30312d976e0a8dd2af82d3aee082fafc411974756501b9bb1775b68dc97eab SHA512 fdaccdb54ff8d06426a5cc99caf7cd901a5dbc28a774c2f585cba3777d448834db15c5d67e99db16e629130562e63b1b199cec79402522adc7ffcf098f23e23d
MISC metadata.xml 280 BLAKE2B 6bb9cea51ea678e56e199a9387e52ea4f0c7534eb5af86e2e76d07a83fd2e84cc0bb6940d907f1527bbfb9402b0055d1f9339efa16ccd32689db9e3e49bc4f6e SHA512 ee538f1c3a19740600945d69b105692ab1c0cd6cc49fb49ea59d76696465994a53111eb3b1ab25275716a17239a1c0f3edde83bc8ed7e4d494d6a302fedadc0a
diff --git a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
index 44b2ece09bb9..8d7a1731ba67 100644
--- a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
+++ b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit gnome2-utils versionator
+inherit versionator xdg-utils
MY_PV="$(delete_all_version_separators ${PV})"
@@ -30,6 +30,10 @@ src_install() {
doins -r Nou
}
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}