media-sound/quodlibet: migrate to xdg-utils eclass
authorMatthias Maier <tamiko@gentoo.org>
Sun, 30 Jun 2019 19:10:20 +0000 (14:10 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Sun, 30 Jun 2019 19:10:20 +0000 (14:10 -0500)
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
media-sound/quodlibet/quodlibet-4.2.0.ebuild
media-sound/quodlibet/quodlibet-4.2.1.ebuild

index 4c615f8947e63d0d05deb2e7cac90d96064cc2cd..94c2aea2dab43835a905b20f693e188a67b9e20b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{5,6} )
-inherit distutils-r1 gnome2-utils xdg-utils
+inherit distutils-r1
 
 DESCRIPTION="audio library tagger, manager, and player for GTK+"
 HOMEPAGE="https://quodlibet.readthedocs.io/"
@@ -56,10 +56,10 @@ src_install() {
 
 pkg_postinst() {
        xdg_desktop_database_update
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
 }
 
 pkg_postrm() {
        xdg_desktop_database_update
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
 }
index 4c615f8947e63d0d05deb2e7cac90d96064cc2cd..572436972ada9f84efae17095ee3285c50446e6d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{5,6} )
-inherit distutils-r1 gnome2-utils xdg-utils
+inherit distutils-r1 xdg-utils
 
 DESCRIPTION="audio library tagger, manager, and player for GTK+"
 HOMEPAGE="https://quodlibet.readthedocs.io/"
@@ -56,10 +56,10 @@ src_install() {
 
 pkg_postinst() {
        xdg_desktop_database_update
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
 }
 
 pkg_postrm() {
        xdg_desktop_database_update
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
 }