diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-12-15 09:58:58 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-12-15 09:59:22 -0600 |
commit | 44be1b30fedac15f597d0ca4aa6007fc908e9d23 (patch) | |
tree | 71c9b9c8fec29072d9332037f74226d935ed9cab /media-sound/spotify | |
parent | media-sound/spotify: 1.0.69 bup (diff) | |
download | gentoo-44be1b30fedac15f597d0ca4aa6007fc908e9d23.tar.gz gentoo-44be1b30fedac15f597d0ca4aa6007fc908e9d23.tar.bz2 gentoo-44be1b30fedac15f597d0ca4aa6007fc908e9d23.zip |
media-sound/spotify: switched to xdg-utils
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'media-sound/spotify')
-rw-r--r-- | media-sound/spotify/spotify-1.0.69.ebuild | 10 |
1 files 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 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 } |