summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-08 09:15:39 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 22:37:06 +0200
commit9f144bf03fd42f0967d7c82587e747fb578850c8 (patch)
treed305b7dd840f4a4b7cf1378f1d172d0d667e1eba /app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
parentapp-text/djvu: fdo-mime->xdg-utils (diff)
downloadgentoo-9f144bf03fd42f0967d7c82587e747fb578850c8.tar.gz
gentoo-9f144bf03fd42f0967d7c82587e747fb578850c8.tar.bz2
gentoo-9f144bf03fd42f0967d7c82587e747fb578850c8.zip
app-text/pdfshuffler: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild')
-rw-r--r--app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild b/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
index f63524e20d40..1f2948029b4f 100644
--- a/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
+++ b/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1 fdo-mime gnome2-utils
+inherit distutils-r1 gnome2-utils xdg-utils
DESCRIPTION="GUI app that can merge or split pdfs and rotate, crop and rearrange their pages"
HOMEPAGE="https://sourceforge.net/projects/pdfshuffler/"
@@ -27,13 +27,13 @@ pkg_preinst() {
}
pkg_postinst() {
- 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
}