x11-themes/yasis-icon-theme: gnome2-utils => xdg-utils
authorJeroen Roovers <jer@gentoo.org>
Fri, 27 Sep 2019 13:06:07 +0000 (15:06 +0200)
committerJeroen Roovers <jer@gentoo.org>
Fri, 27 Sep 2019 13:06:46 +0000 (15:06 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Bug: https://bugs.gentoo.org/695366
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild

index 2dfde6c04d38485ef8f4a8f38fbd9ed31a7c2678..f14489c8268a44ad167f33dfb8a417ef164d0e4e 100644 (file)
@@ -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 Yasis"
 HOMEPAGE="http://www.silvestre.com.ar/"
@@ -28,6 +28,9 @@ src_install() {
        doins -r yasis
 }
 
-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
+}