media-sound/spotify: version bump to 1.0.15.137 github/pr/162
authorLukáš Poláček <lukas@ksp.sk>
Wed, 7 Oct 2015 20:40:29 +0000 (22:40 +0200)
committerLukáš Poláček <lukas@ksp.sk>
Wed, 7 Oct 2015 20:40:29 +0000 (22:40 +0200)
Also remove old 1.0.14.

media-sound/spotify/spotify-1.0.15.137.ebuild [moved from media-sound/spotify/spotify-1.0.14.ebuild with 87% similarity]

similarity index 87%
rename from media-sound/spotify/spotify-1.0.14.ebuild
rename to media-sound/spotify/spotify-1.0.15.137.ebuild
index 1af9ca6bf8fa34d365c706d744a88697fc1e68a5..22a7994f7816d0f98efa4c50ef36ef49363e9e4b 100644 (file)
@@ -7,12 +7,11 @@ inherit eutils fdo-mime gnome2-utils pax-utils unpacker
 
 DESCRIPTION="Spotify is a social music platform"
 HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
-MY_PV_AMD64="${PV}.124.g4dfabc51"
-MY_PV_I386="${PV}.122.gf29d9be0"
-MY_P="${PN}-client_"
+MY_PV="${PV}.gbdf68615"
+MY_P="${PN}-client_${MY_PV}"
 SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}-client/"
-SRC_URI="amd64? ( ${SRC_BASE}${MY_P}${MY_PV_AMD64}_amd64.deb )
-       x86? ( ${SRC_BASE}${MY_P}${MY_PV_I386}_i386.deb )"
+SRC_URI="amd64? ( ${SRC_BASE}${MY_P}_amd64.deb )
+       x86? ( ${SRC_BASE}${MY_P}_i386.deb )"
 LICENSE="Spotify"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
@@ -48,11 +47,6 @@ src_prepare() {
                -e 's/spotify \%U/spotify-dbus.py \%U/g' \
                usr/share/spotify/spotify.desktop || die "sed failed"
        fi
-       #TODO: the semicolons will be fixed in 1.0.15, remove it then
-       sed -i \
-               -e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;/g' \
-               -e 's/AudioVideo$/AudioVideo\;/g' \
-               usr/share/spotify/spotify.desktop || die "sed failed"
 }
 
 src_install() {