summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Psota <jasiupsota@gmail.com>2018-04-30 11:11:37 +0200
committerJan Psota <jasiupsota@gmail.com>2018-04-30 11:13:38 +0200
commit703deb0aabe58afc5ac1875b5e2d2243c8e514ae (patch)
treedfe0b267d6767ad5c52b4262c79f141433f2ae7a /x11-libs
parent2018-04-23 18:50:29 UTC (diff)
downloadbleeding-edge-703deb0aabe58afc5ac1875b5e2d2243c8e514ae.tar.gz
bleeding-edge-703deb0aabe58afc5ac1875b5e2d2243c8e514ae.tar.bz2
bleeding-edge-703deb0aabe58afc5ac1875b5e2d2243c8e514ae.zip
pcmanfm / libfm abi slot update + use xdg-utils instead of deprecated fdo-mime
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libfm/libfm-9999.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-libs/libfm/libfm-9999.ebuild b/x11-libs/libfm/libfm-9999.ebuild
index 8c0f8e3..741d715 100644
--- a/x11-libs/libfm/libfm-9999.ebuild
+++ b/x11-libs/libfm/libfm-9999.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools fdo-mime git-r3 vala
+inherit autotools git-r3 vala xdg-utils
DESCRIPTION="A library for file management"
HOMEPAGE="http://pcmanfm.sourceforge.net/"
EGIT_REPO_URI="https://github.com/lxde/${PN}"
LICENSE="GPL-2"
-SLOT="0/4.4.0" #copy ABI_VERSION because it seems upstream change it randomly
+SLOT="0/5.1.1" #copy ABI_VERSION because it seems upstream change it randomly
KEYWORDS=""
IUSE="+automount debug doc examples exif +gtk +gtk3 udisks vala"
@@ -119,9 +119,9 @@ pkg_preinst() {
}
pkg_postinst() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
}
pkg_postrm() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
}