diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-08 09:14:25 -0500 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-20 22:37:02 +0200 |
commit | fa7f2fba902c5fb37755f55c549a4d7bd66b8772 (patch) | |
tree | 693c5e89b0dc82a0625587becb122e8c59fdfdae /app-text/djvu | |
parent | app-text/bibus: fdo-mime->xdg-utils (diff) | |
download | gentoo-fa7f2fba902c5fb37755f55c549a4d7bd66b8772.tar.gz gentoo-fa7f2fba902c5fb37755f55c549a4d7bd66b8772.tar.bz2 gentoo-fa7f2fba902c5fb37755f55c549a4d7bd66b8772.zip |
app-text/djvu: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-text/djvu')
-rw-r--r-- | app-text/djvu/djvu-3.5.25.3.ebuild | 8 | ||||
-rw-r--r-- | app-text/djvu/djvu-3.5.27.ebuild | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/app-text/djvu/djvu-3.5.25.3.ebuild b/app-text/djvu/djvu-3.5.25.3.ebuild index e06287eef0f5..455ebfa772e0 100644 --- a/app-text/djvu/djvu-3.5.25.3.ebuild +++ b/app-text/djvu/djvu-3.5.25.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils fdo-mime flag-o-matic +inherit autotools eutils flag-o-matic xdg-utils MY_P="${PN}libre-${PV#*_p}" @@ -62,11 +62,11 @@ src_install() { } pkg_postinst() { - fdo-mime_mime_database_update + xdg_mimeinfo_database_update has_version app-text/djview || \ optfeature "For djviewer or browser plugin" app-text/djview } pkg_postrm() { - fdo-mime_mime_database_update + xdg_mimeinfo_database_update } diff --git a/app-text/djvu/djvu-3.5.27.ebuild b/app-text/djvu/djvu-3.5.27.ebuild index c3d32fd019bd..7e1a7c1c755e 100644 --- a/app-text/djvu/djvu-3.5.27.ebuild +++ b/app-text/djvu/djvu-3.5.27.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils fdo-mime flag-o-matic +inherit eutils flag-o-matic xdg-utils MY_P="${PN}libre-${PV#*_p}" @@ -53,11 +53,11 @@ src_install() { } pkg_postinst() { - fdo-mime_mime_database_update + xdg_mimeinfo_database_update has_version app-text/djview || \ optfeature "For djviewer or browser plugin" app-text/djview } pkg_postrm() { - fdo-mime_mime_database_update + xdg_mimeinfo_database_update } |