commit: 44be1b30fedac15f597d0ca4aa6007fc908e9d23 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Dec 15 15:58:58 2017 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Dec 15 15:59:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44be1b30
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(-) diff --git a/media-sound/spotify/spotify-1.0.69.ebuild b/media-sound/spotify/spotify-1.0.69.ebuild index 621e0eb4a63..9a0afad0701 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 }
