diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-08 10:30:52 -0500 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-20 21:44:36 +0200 |
commit | 1ad7d1bd72a703290f27e8c01bf5643c4d70ea06 (patch) | |
tree | 2cf2e97e75c0f5001d8d0b0d2a923df9dc8b9949 /media-sound | |
parent | media-sound/exaile: fdo-mime->xdg-utils (diff) | |
download | gentoo-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
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/quark/quark-3.24.ebuild | 8 |
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 } |