From c461b3bdb4300dc83d377cdb3e770c791240335d Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Mon, 9 Apr 2018 22:24:34 -0500 Subject: media-gfx/comix: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- media-gfx/comix/comix-4.0.4-r1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'media-gfx/comix') 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 } -- cgit v1.2.3-65-gdbad