commit: 6a4d81f3ae38ca0a6d39689b64b2f8e693f0b743 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com> AuthorDate: Sat Apr 7 12:49:25 2018 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sun Apr 8 08:02:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4d81f3
xfce-extra/xfce4-netload-plugin: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 .../xfce4-netload-plugin/xfce4-netload-plugin-1.3.1.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.3.1.ebuild b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.3.1.ebuild index 1107f6b20c7..51f79e78b4f 100644 --- a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.3.1.ebuild +++ b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.3.1.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="A network load plug-in for the Xfce panel" HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin" @@ -26,13 +27,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 }
