diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-07 07:12:15 -0500 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-04-08 16:02:08 +0800 |
commit | 046d93344ed58d80e13dcfa5170f652910271845 (patch) | |
tree | 93e8f2e7f36ccedb2787c8992b81a00188a3ed62 /xfce-extra/xfce4-datetime-plugin | |
parent | xfce-extra/xfce4-battery-plugin: fdo-mime->xdg-utils (diff) | |
download | gentoo-046d93344ed58d80e13dcfa5170f652910271845.tar.gz gentoo-046d93344ed58d80e13dcfa5170f652910271845.tar.bz2 gentoo-046d93344ed58d80e13dcfa5170f652910271845.zip |
xfce-extra/xfce4-datetime-plugin: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'xfce-extra/xfce4-datetime-plugin')
-rw-r--r-- | xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.7.0.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.7.0.ebuild b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.7.0.ebuild index 139a07a3c6cb..855c01a4fb7c 100644 --- a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.7.0.ebuild +++ b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.7.0.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 with date, time and embedded calender" HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-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 } |