summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-09 22:24:34 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 21:43:02 +0200
commitc461b3bdb4300dc83d377cdb3e770c791240335d (patch)
treefa0e10486540f15b6da58745ab04a259793cbbf3 /media-gfx/comix
parentmedia-gfx/blender: fdo-mime->xdg-utils (diff)
downloadgentoo-c461b3bdb4300dc83d377cdb3e770c791240335d.tar.gz
gentoo-c461b3bdb4300dc83d377cdb3e770c791240335d.tar.bz2
gentoo-c461b3bdb4300dc83d377cdb3e770c791240335d.zip
media-gfx/comix: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'media-gfx/comix')
-rw-r--r--media-gfx/comix/comix-4.0.4-r1.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/media-gfx/comix/comix-4.0.4-r1.ebuild b/media-gfx/comix/comix-4.0.4-r1.ebuild
index 2260aab7a168..d54bfcb0ae85 100644
--- a/media-gfx/comix/comix-4.0.4-r1.ebuild
+++ b/media-gfx/comix/comix-4.0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
PYTHON_COMPAT=( python2_7 )
PLOCALES="ca cs es fr hr hu id ja ko pl pt_BR ru sv zh_CN zh_TW"
-inherit eutils fdo-mime gnome2-utils l10n python-single-r1
+inherit eutils gnome2-utils l10n python-single-r1 xdg-utils
DESCRIPTION="A GTK image viewer specifically designed to handle comic books"
HOMEPAGE="http://comix.sourceforge.net"
@@ -66,13 +66,13 @@ pkg_preinst() {
pkg_postinst() {
gnome2_gconf_install
- 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
}