summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-08 10:30:52 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 21:44:36 +0200
commit1ad7d1bd72a703290f27e8c01bf5643c4d70ea06 (patch)
tree2cf2e97e75c0f5001d8d0b0d2a923df9dc8b9949
parentmedia-sound/exaile: fdo-mime->xdg-utils (diff)
downloadgentoo-1ad7d1bd72a703290f27e8c01bf5643c4d70ea06.tar.gz
gentoo-1ad7d1bd72a703290f27e8c01bf5643c4d70ea06.tar.bz2
gentoo-1ad7d1bd72a703290f27e8c01bf5643c4d70ea06.zip
media-sound/quark: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r--media-sound/quark/quark-3.24.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/quark/quark-3.24.ebuild b/media-sound/quark/quark-3.24.ebuild
index 71a2a4351eeb..a64bf6649081 100644
--- a/media-sound/quark/quark-3.24.ebuild
+++ b/media-sound/quark/quark-3.24.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
# I don't want gnome2 eclass
-inherit autotools eutils fdo-mime gnome2-utils
+inherit autotools eutils gnome2-utils xdg-utils
DESCRIPTION="Quark is the Anti-GUI Music Player with a cool Docklet!"
HOMEPAGE="https://hsgg.github.com/quark/"
@@ -54,12 +54,12 @@ pkg_postinst() {
gnome2_gconf_install
gnome2_schemas_update
fi
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
}
pkg_postrm() {
use gnome && gnome2_schemas_update
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
}