summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-08 05:13:36 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 21:47:38 +0200
commit3342f63d681c1d79552ecf16b31abc41f751c866 (patch)
tree64c5c62acdb18cc67feb69cee7f43034587e81a0 /x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild
parentx11-misc/parcellite: fdo-mime->xdg-utils (diff)
downloadgentoo-3342f63d681c1d79552ecf16b31abc41f751c866.tar.gz
gentoo-3342f63d681c1d79552ecf16b31abc41f751c866.tar.bz2
gentoo-3342f63d681c1d79552ecf16b31abc41f751c866.zip
x11-misc/pcmanfm: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild')
-rw-r--r--x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild b/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild
index a15faa771fe8..968a5439acb5 100644
--- a/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild
+++ b/x11-misc/pcmanfm/pcmanfm-1.2.3.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"
@@ -7,7 +7,7 @@ is it ja kk km ko lg lt lv ms nl pa pl pt pt_BR ro ru si sk sl sr sr@latin sv
te th tr tt_RU ug uk vi zh_CN zh_TW"
PLOCALE_BACKUP="en_GB"
-inherit eutils fdo-mime l10n readme.gentoo
+inherit eutils xdg-utils l10n readme.gentoo
MY_PV="${PV/_/}"
MY_P="${PN}-${MY_PV}"
@@ -52,12 +52,12 @@ src_configure() {
}
pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
readme.gentoo_print_elog
}
pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
}