summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-07 07:47:22 -0500
committerJason Zaman <perfinion@gentoo.org>2018-04-08 16:02:11 +0800
commit684488261997927d8cce796f783fa61377c1173c (patch)
tree0b39c703d219b916eee757af8d6f29157ae0cc2e /xfce-extra/xfce4-mpc-plugin
parentxfce-extra/xfce4-fsguard-plugin: fdo-mime->xdg-utils (diff)
downloadgentoo-684488261997927d8cce796f783fa61377c1173c.tar.gz
gentoo-684488261997927d8cce796f783fa61377c1173c.tar.bz2
gentoo-684488261997927d8cce796f783fa61377c1173c.zip
xfce-extra/xfce4-mpc-plugin: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'xfce-extra/xfce4-mpc-plugin')
-rw-r--r--xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
index a27b5b5f7a28..82a39af36596 100644
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
@@ -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
}