commit: c461b3bdb4300dc83d377cdb3e770c791240335d Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com> AuthorDate: Tue Apr 10 03:24:34 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Apr 20 19:43:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c461b3bd
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(-) diff --git a/media-gfx/comix/comix-4.0.4-r1.ebuild b/media-gfx/comix/comix-4.0.4-r1.ebuild index 2260aab7a16..d54bfcb0ae8 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 }
