From 441278568b8dad7a3ff50f7131820adf24ac8125 Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Sat, 7 Apr 2018 07:09:38 -0500 Subject: [PATCH] xfce-extra/xfce4-battery-plugin: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- .../xfce4-battery-plugin-1.1.0.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild index ce4128661f73..0482fdae6e49 100644 --- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild +++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit linux-info fdo-mime gnome2-utils + +inherit gnome2-utils linux-info xdg-utils DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment" HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin" @@ -36,13 +37,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 } -- 2.26.2