diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-07 07:52:58 -0500 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-04-08 16:02:14 +0800 |
commit | e7ebdbb2b13df68e571e6bfc5a74dac1dac5f037 (patch) | |
tree | c68cf021bd041e26ee07c33425032645b69d4789 /xfce-extra | |
parent | xfce-extra/xfce4-smartbookmark-plugin: fdo-mime->xdg-utils (diff) | |
download | gentoo-e7ebdbb2b13df68e571e6bfc5a74dac1dac5f037.tar.gz gentoo-e7ebdbb2b13df68e571e6bfc5a74dac1dac5f037.tar.bz2 gentoo-e7ebdbb2b13df68e571e6bfc5a74dac1dac5f037.zip |
xfce-extra/xfce4-systemload-plugin: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild index 875c05494ff1..40ed8a8cc98d 100644 --- a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild +++ b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.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="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 } |