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

xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild

index b8aeea92dac6239e100d01a7bdc5f1d3d636abd5..ebebf44123371bbb97075bc46b33d29594414b58 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="A panel plug-in for disk usage and performance statistics"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin"
@@ -27,13 +28,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
 }