summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-09 22:15:29 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 21:42:53 +0200
commiteee06d2d767163d652b7472141557969541f6bae (patch)
tree3c6801e06362e7974ff693a6554ce38b5f4d6f15 /media-gfx/mcomix
parentdev-haskell/network-info: bump up to 0.2.0.10 (diff)
downloadgentoo-eee06d2d767163d652b7472141557969541f6bae.tar.gz
gentoo-eee06d2d767163d652b7472141557969541f6bae.tar.bz2
gentoo-eee06d2d767163d652b7472141557969541f6bae.zip
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
Diffstat (limited to 'media-gfx/mcomix')
-rw-r--r--media-gfx/mcomix/mcomix-1.2.1.ebuild12
1 files 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 dc954fa35aa9..8eaf5d5a9967 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
}