diff options
author | 2018-04-07 07:36:08 -0500 | |
---|---|---|
committer | 2018-04-08 16:02:09 +0800 | |
commit | d850fc1c87acb833cb90b0434400e93bcc80c8fd (patch) | |
tree | 7522cce0e574fab87fdb544fbe7a1159fea4aa87 /xfce-extra | |
parent | xfce-extra/xfce4-datetime-plugin: fdo-mime->xdg-utils (diff) | |
download | gentoo-d850fc1c87acb833cb90b0434400e93bcc80c8fd.tar.gz gentoo-d850fc1c87acb833cb90b0434400e93bcc80c8fd.tar.bz2 gentoo-d850fc1c87acb833cb90b0434400e93bcc80c8fd.zip |
xfce-extra/xfce4-diskperf-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-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild index b8aeea92dac6..ebebf4412337 100644 --- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild +++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.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 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 } |