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

xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild

index 875c05494ff19fdf5c32adf07582b1fa3b9ca838..40ed8a8cc98d2b9f6659a8bf66f35e237d99b273 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="System load plug-in for Xfce panel"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-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
 }