net-irc/quassel: Migrate to xdg-utils eclass
authorJohannes Huber <johu@gentoo.org>
Sun, 5 Jan 2020 15:19:52 +0000 (16:19 +0100)
committerJohannes Huber <johu@gentoo.org>
Sun, 5 Jan 2020 15:23:59 +0000 (16:23 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Johannes Huber <johu@gentoo.org>
net-irc/quassel/quassel-9999.ebuild

index 12d255df58285af9423f1a00370c81c2c68c9c4e..7cdf802a823b9afa6679af2e0bbdd26203d7cac3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake gnome2-utils pax-utils systemd user
+inherit cmake xdg-utils pax-utils systemd user
 
 if [[ ${PV} != *9999* ]]; then
        MY_P=${PN}-${PV/_/-}
@@ -161,11 +161,11 @@ pkg_postinst() {
                einfo "Consider installing it if you want to run quassel within identd daemon."
        fi
 
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
 }
 
 pkg_postrm() {
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
 }
 
 pkg_config() {