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
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
-rw-r--r--x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild12
-rw-r--r--x11-misc/pcmanfm/pcmanfm-1.2.5.ebuild10
-rw-r--r--x11-misc/pcmanfm/pcmanfm-9999.ebuild12
3 files changed, 17 insertions, 17 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
}
diff --git a/x11-misc/pcmanfm/pcmanfm-1.2.5.ebuild b/x11-misc/pcmanfm/pcmanfm-1.2.5.ebuild
index cbe9327aa04b..79c9d379f078 100644
--- a/x11-misc/pcmanfm/pcmanfm-1.2.5.ebuild
+++ b/x11-misc/pcmanfm/pcmanfm-1.2.5.ebuild
@@ -8,7 +8,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-r1
+inherit eutils xdg-utils l10n readme.gentoo-r1
MY_PV="${PV/_/}"
MY_P="${PN}-${MY_PV}"
@@ -61,12 +61,12 @@ src_install() {
}
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
}
diff --git a/x11-misc/pcmanfm/pcmanfm-9999.ebuild b/x11-misc/pcmanfm/pcmanfm-9999.ebuild
index d721dbfcaf5b..c23a058f92d1 100644
--- a/x11-misc/pcmanfm/pcmanfm-9999.ebuild
+++ b/x11-misc/pcmanfm/pcmanfm-9999.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=6
@@ -8,7 +8,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 autotools eutils fdo-mime l10n readme.gentoo-r1
+inherit autotools eutils xdg-utils l10n readme.gentoo-r1
if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}"
@@ -69,12 +69,12 @@ src_install() {
}
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
}