summaryrefslogtreecommitdiff
path: root/x11-themes/nuovo-icon-theme
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/nuovo-icon-theme')
-rw-r--r--x11-themes/nuovo-icon-theme/Manifest2
-rw-r--r--x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild14
2 files changed, 10 insertions, 6 deletions
diff --git a/x11-themes/nuovo-icon-theme/Manifest b/x11-themes/nuovo-icon-theme/Manifest
index fcba1a756504..d908f2729b1d 100644
--- a/x11-themes/nuovo-icon-theme/Manifest
+++ b/x11-themes/nuovo-icon-theme/Manifest
@@ -1,3 +1,3 @@
DIST dlg-nuovo-0.5.tar.bz2 1023277 BLAKE2B 5bf04f70932b60b877e2b97296f5ac8251ee7ae9e5cfad62f70436c9b4b63f085fb99ac5f37e08c46e652717cee094f9373e551aadf86b838288abe8210e3c71 SHA512 ce331f362383a04d0620c11ae73875db246b78ea2c7a724a0f615c5c8715b6bad898af4e354e1720888043c355eec3857409486f0454f2c515b1d4cd634cb8c9
-EBUILD nuovo-icon-theme-0.5.ebuild 759 BLAKE2B 3618da42271126fca1743ab2d5beee7b19efd5847d31b1fd767750b25c3c96ad870d9949795dbc74466db1edebf4392c98ba09438e04c955740aedb268e4bd03 SHA512 f7928e776826b2d805169b0f4e74bcdcd0b2caeb65c2a0e5110a25f990b935d7c32e0c7a2a62dbceb7b3b3080fdaf0529f5aedfbd15e37c9289240ce7a028a87
+EBUILD nuovo-icon-theme-0.5.ebuild 708 BLAKE2B 64646243087d329deb057177df0af9d237ba512b0f6b27ce081d9723b250fa47f2d64887df67663866ce67dd74ed826d58083a794e7dc16b9f2be5662ae312d3 SHA512 0d09af6b4c5323f3865fdef79a3fd15665e19766e02f20add6877e2f4a032c6750152609b32deab76c03d19241e83f1a947652e7a18a196df707912f7a2ec3a9
MISC metadata.xml 280 BLAKE2B 6bb9cea51ea678e56e199a9387e52ea4f0c7534eb5af86e2e76d07a83fd2e84cc0bb6940d907f1527bbfb9402b0055d1f9339efa16ccd32689db9e3e49bc4f6e SHA512 ee538f1c3a19740600945d69b105692ab1c0cd6cc49fb49ea59d76696465994a53111eb3b1ab25275716a17239a1c0f3edde83bc8ed7e4d494d6a302fedadc0a
diff --git a/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild b/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild
index a5eb76f0c92b..36ef2e9dd4b0 100644
--- a/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild
+++ b/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.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
+inherit xdg-utils
DESCRIPTION="A scalable icon theme called Nuovo"
HOMEPAGE="http://www.silvestre.com.ar/"
@@ -28,6 +28,10 @@ src_install() {
doins -r Nuovo
}
-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
+}