commit: eee06d2d767163d652b7472141557969541f6bae Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com> AuthorDate: Tue Apr 10 03:15:29 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Apr 20 19:42:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee06d2d
media-gfx/mcomix: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7924 media-gfx/mcomix/mcomix-1.2.1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/media-gfx/mcomix/mcomix-1.2.1.ebuild b/media-gfx/mcomix/mcomix-1.2.1.ebuild index dc954fa35aa..8eaf5d5a996 100644 --- a/media-gfx/mcomix/mcomix-1.2.1.ebuild +++ b/media-gfx/mcomix/mcomix-1.2.1.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" @@ -8,7 +8,7 @@ PYTHON_REQ_USE="sqlite" PLOCALES="ca cs de el es fa fr gl he hr hu id it ja ko nl pl pt_BR ru sv uk zh_CN zh_TW" -inherit distutils-r1 fdo-mime l10n +inherit distutils-r1 l10n xdg-utils DESCRIPTION="A fork of comix, a GTK image viewer for comic book archives" HOMEPAGE="https://sourceforge.net/p/mcomix/wiki/Home/" @@ -49,8 +49,8 @@ src_prepare() { } pkg_postinst() { - fdo-mime_mime_database_update - fdo-mime_desktop_database_update + xdg_mimeinfo_database_update + xdg_desktop_database_update echo elog "Additional packages are required to open the most common comic archives:" elog @@ -64,6 +64,6 @@ pkg_postinst() { } pkg_postrm() { - fdo-mime_mime_database_update - fdo-mime_desktop_database_update + xdg_mimeinfo_database_update + xdg_desktop_database_update }
