summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-08 09:18:43 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 22:37:15 +0200
commit958a9381e0fc7c7949f9dca238f54e98e4922818 (patch)
treed38d1e3f86ff35bd256c9fdf5ca085d5948cec09 /app-text/xchm
parentapp-text/winefish: fdo-mime->xdg-utils (diff)
downloadgentoo-958a9381e0fc7c7949f9dca238f54e98e4922818.tar.gz
gentoo-958a9381e0fc7c7949f9dca238f54e98e4922818.tar.bz2
gentoo-958a9381e0fc7c7949f9dca238f54e98e4922818.zip
app-text/xchm: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-text/xchm')
-rw-r--r--app-text/xchm/xchm-1.23-r1.ebuild12
-rw-r--r--app-text/xchm/xchm-1.23-r2.ebuild12
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
}