From 44be1b30fedac15f597d0ca4aa6007fc908e9d23 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Fri, 15 Dec 2017 09:58:58 -0600 Subject: media-sound/spotify: switched to xdg-utils Package-Manager: Portage-2.3.14, Repoman-2.3.6 --- media-sound/spotify/spotify-1.0.69.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'media-sound') diff --git a/media-sound/spotify/spotify-1.0.69.ebuild b/media-sound/spotify/spotify-1.0.69.ebuild index 621e0eb4a634..9a0afad07016 100644 --- a/media-sound/spotify/spotify-1.0.69.ebuild +++ b/media-sound/spotify/spotify-1.0.69.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils fdo-mime gnome2-utils pax-utils unpacker +inherit eutils xdg-utils gnome2-utils pax-utils unpacker DESCRIPTION="Spotify is a social music platform" HOMEPAGE="https://www.spotify.com/ch-de/download/previews/" @@ -97,8 +97,8 @@ pkg_preinst() { pkg_postinst() { gnome2_icon_cache_update - fdo-mime_mime_database_update - fdo-mime_desktop_database_update + xdg_mimeinfo_database_update + xdg_desktop_database_update ewarn "If Spotify crashes after an upgrade its cache may be corrupt." ewarn "To remove the cache:" @@ -112,6 +112,6 @@ pkg_postinst() { pkg_postrm() { gnome2_icon_cache_update - fdo-mime_mime_database_update - fdo-mime_desktop_database_update + xdg_mimeinfo_database_update + xdg_desktop_database_update } -- cgit v1.2.3-65-gdbad