diff options
Diffstat (limited to 'app-text/xchm')
-rw-r--r-- | app-text/xchm/xchm-1.23-r1.ebuild | 12 | ||||
-rw-r--r-- | app-text/xchm/xchm-1.23-r2.ebuild | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/app-text/xchm/xchm-1.23-r1.ebuild b/app-text/xchm/xchm-1.23-r1.ebuild index e5813683f6fe..26b4e3e15f86 100644 --- a/app-text/xchm/xchm-1.23-r1.ebuild +++ b/app-text/xchm/xchm-1.23-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" WX_GTK_VER="3.0" -inherit eutils fdo-mime flag-o-matic wxwidgets +inherit eutils flag-o-matic wxwidgets xdg-utils DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" HOMEPAGE="http://xchm.sourceforge.net/" @@ -40,11 +40,11 @@ src_install() { } pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update } pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update } diff --git a/app-text/xchm/xchm-1.23-r2.ebuild b/app-text/xchm/xchm-1.23-r2.ebuild index b9eaf64c963e..f7ee063880c7 100644 --- a/app-text/xchm/xchm-1.23-r2.ebuild +++ b/app-text/xchm/xchm-1.23-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" WX_GTK_VER="3.0-gtk3" -inherit fdo-mime wxwidgets +inherit wxwidgets xdg-utils DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" HOMEPAGE="http://xchm.sourceforge.net/" @@ -41,11 +41,11 @@ src_install() { } pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update } pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update } |