diff options
author | Nikos Chantziaras <realnc@gmail.com> | 2018-08-18 18:01:54 +0300 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-08-18 15:22:27 -0500 |
commit | ff4dac6c1109e1e12c8ff829774d69c0b11385d2 (patch) | |
tree | 51d899e947bba56ac503a37207ecec5895b0459e /media-sound/spotify | |
parent | media-sound/spotify: version bump to 1.0.88 (diff) | |
download | gentoo-ff4dac6c1109e1e12c8ff829774d69c0b11385d2.tar.gz gentoo-ff4dac6c1109e1e12c8ff829774d69c0b11385d2.tar.bz2 gentoo-ff4dac6c1109e1e12c8ff829774d69c0b11385d2.zip |
media-sound/spotify: minor cleanups to old ebuilds
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'media-sound/spotify')
-rw-r--r-- | media-sound/spotify/spotify-1.0.72.ebuild | 13 | ||||
-rw-r--r-- | media-sound/spotify/spotify-1.0.80.ebuild | 13 |
2 files changed, 4 insertions, 22 deletions
diff --git a/media-sound/spotify/spotify-1.0.72.ebuild b/media-sound/spotify/spotify-1.0.72.ebuild index 3b8d57bd25aa..b4ac3c597ade 100644 --- a/media-sound/spotify/spotify-1.0.72.ebuild +++ b/media-sound/spotify/spotify-1.0.72.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils xdg-utils gnome2-utils pax-utils unpacker +inherit gnome2-utils pax-utils unpacker xdg-utils DESCRIPTION="Spotify is a social music platform" HOMEPAGE="https://www.spotify.com/ch-de/download/previews/" @@ -19,7 +19,7 @@ IUSE="libnotify systray pax_kernel pulseaudio" RESTRICT="mirror strip" DEPEND="" -# zenety needed for filepicker +# zenity needed for filepicker RDEPEND=" ${DEPEND} dev-libs/nss @@ -94,10 +94,6 @@ src_install() { fi } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { gnome2_icon_cache_update xdg_mimeinfo_database_update @@ -106,11 +102,6 @@ pkg_postinst() { ewarn "If Spotify crashes after an upgrade its cache may be corrupt." ewarn "To remove the cache:" ewarn "rm -rf ~/.cache/spotify" - ewarn - ewarn "If you use KDE and are upgrading from 0.9 to 1.0, you might still see the old icon." - ewarn "Run" - ewarn "$ rm /var/tmp/kdecache-\$USER/icon-cache.kcache" - ewarn "Then log out and log in back to KDE." } pkg_postrm() { diff --git a/media-sound/spotify/spotify-1.0.80.ebuild b/media-sound/spotify/spotify-1.0.80.ebuild index da910ba96d62..ae609de2a96e 100644 --- a/media-sound/spotify/spotify-1.0.80.ebuild +++ b/media-sound/spotify/spotify-1.0.80.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils xdg-utils gnome2-utils pax-utils unpacker +inherit gnome2-utils pax-utils unpacker xdg-utils DESCRIPTION="Spotify is a social music platform" HOMEPAGE="https://www.spotify.com/ch-de/download/previews/" @@ -19,7 +19,7 @@ IUSE="libnotify systray pax_kernel pulseaudio" RESTRICT="mirror strip" DEPEND=">=dev-util/patchelf-0.9_p20180129" -# zenety needed for filepicker +# zenity needed for filepicker RDEPEND=" dev-libs/openssl:0 dev-libs/nss @@ -98,10 +98,6 @@ src_install() { fi } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { gnome2_icon_cache_update xdg_mimeinfo_database_update @@ -110,11 +106,6 @@ pkg_postinst() { ewarn "If Spotify crashes after an upgrade its cache may be corrupt." ewarn "To remove the cache:" ewarn "rm -rf ~/.cache/spotify" - ewarn - ewarn "If you use KDE and are upgrading from 0.9 to 1.0, you might still see the old icon." - ewarn "Run" - ewarn "$ rm /var/tmp/kdecache-\$USER/icon-cache.kcache" - ewarn "Then log out and log in back to KDE." } pkg_postrm() { |