summaryrefslogtreecommitdiff
path: root/media-gfx/mcomix
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
commit5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (patch)
treeb041acef19bb9ae66c228d5c9d34d1e00aeb2b95 /media-gfx/mcomix
parent5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff)
gentoo resync : 22.04.2018
Diffstat (limited to 'media-gfx/mcomix')
-rw-r--r--media-gfx/mcomix/Manifest2
-rw-r--r--media-gfx/mcomix/mcomix-1.2.1.ebuild12
2 files changed, 7 insertions, 7 deletions
diff --git a/media-gfx/mcomix/Manifest b/media-gfx/mcomix/Manifest
index 20c6f2d22e7d..92572e568268 100644
--- a/media-gfx/mcomix/Manifest
+++ b/media-gfx/mcomix/Manifest
@@ -1,3 +1,3 @@
DIST mcomix-1.2.1.tar.bz2 571128 BLAKE2B fa00e55e5cf2ef676a625b97ca467ade6b629fa08bfd920b8c370dc7d33c6602c5614d120d7279df32d063db646da8b635712ba90793175eea2c74c2c1973a8a SHA512 efa4d57edc3a48d9e711767fb3e233ef9b334ff8ba467999e572e60ed747a4ee4aa420c8aa7788b16d7eb6e0901d454d6a405fcec47a8c74098a49491e915cd0
-EBUILD mcomix-1.2.1.ebuild 1691 BLAKE2B 4c4e94e56b9c3c97537595ad07e25ebed7b3ed076a02362e5c75938234f9f45783191f8207531c5bab26228435f664daffea1449400686e56d00931001898494 SHA512 515b9f409c1e0c8a6e5f6dbf13dc91d27bed8489c94850b6b363b6ea393bfdd9bcbbda34a4efbc47c38340584909babf548eccd3321738d5b846b2fb3cea27fe
+EBUILD mcomix-1.2.1.ebuild 1680 BLAKE2B f22bfa496ae7b4a6200273ef947c80319498e911e0bcb5133125905f398af2f0b4d7b24aa0495c878d23ff4ac7aa15128783841a13f94e2501cd2541c7f79618 SHA512 35e478e8f5cc6717553776ea773ae021738d64fac15431b4b25f09ec3e51167b5f35e8ab41104319f36170bc2e006f06337a118e2db87fe3ef8b3dabe0232f92
MISC metadata.xml 345 BLAKE2B 5b642c2387884d75cef7f8121f65d121dd6c83c3b0abc78cb2d81eed5195653fffd4c1e1ad4f441bfc7ee391fa5e356a10e28d05438dca5aaad25ece60d15f41 SHA512 2abfc4450db91c8b5a4645600e2a289d81d416e5f01f5f45020e5626a008bde48e6864c13a132c755b9dbafa1ebcd4756da7a1be30c897f02aad0aebaab38d5e
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
}