xfce-extra/xfce4-mpc-plugin: fdo-mime->xdg-utils
authorMarty E. Plummer <hanetzer@startmail.com>
Sat, 7 Apr 2018 12:47:22 +0000 (07:47 -0500)
committerJason Zaman <perfinion@gentoo.org>
Sun, 8 Apr 2018 08:02:11 +0000 (16:02 +0800)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild

index a27b5b5f7a28fab9f47a3b689cb4ae2d8fd73002..82a39af3659601933ee512a31292d3cce98181a3 100644 (file)
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit fdo-mime gnome2-utils
+
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="Music Player Daemon (mpd) panel plugin"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
@@ -31,13 +32,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-       fdo-mime_desktop_database_update
-       fdo-mime_mime_database_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
        gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-       fdo-mime_desktop_database_update
-       fdo-mime_mime_database_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
        gnome2_icon_cache_update
 }