[Lunar-commits] <moonbase-other> Merge branch 'spotify'
v4hn
me at v4hn.de
Mon Nov 4 22:34:27 CET 2013
commit b0469da4ffa699905de9b379ebc71af8d5290ad4
Author: v4hn <me at v4hn.de>
Date: Mon, 04 Nov 2013 13:34:19 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/b0469da4ffa699905de9b379ebc71af8d5290ad4
Merge branch 'spotify'
---
audio/spotify-client/BUILD | +2/-0
audio/spotify-client/DEPENDS | +1/-0
audio/spotify-client/DETAILS | +4/-4
audio/spotify-client/DETAILS.x86_64 | +4/-4
zbeta/spotify-client/BUILD -> audio/spotify-client/BUILD
audio/spotify-client/PRE_BUILD | +2/-2
zbeta/spotify-client/DEPENDS -> audio/spotify-client/DEPENDS
7 files changed, 13 insertions(+), 10 deletions(-)
@@ -1,6 +1,8 @@
cd $SOURCE_DIRECTORY/opt/spotify/spotify-client &&
+./linklibs-fedora.sh &&
./linklibs.sh &&
+find . -maxdepth 1 -type l | xargs -i cp -P {} Data/ &&
prepare_install &&
install -d -m 0755 /usr/libexec/spotify-client &&
install -d -m 0755 /usr/share/doc/spotify-client &&
@@ -1,4 +1,5 @@
depends alsa-lib
+depends dbus
depends qt4
depends libXScrnSaver
depends usbutils
@@ -1,13 +1,13 @@
MODULE=spotify-client
- VERSION=0.9.1.55
- SOURCE=${MODULE}_${VERSION}.gbdd3b79.203-1_i386.deb
+ VERSION=0.9.4.183
+ SOURCE=${MODULE}_${VERSION}.g644e24e.428-1_i386.deb
SOURCE_URL=http://repository.spotify.com/pool/non-free/s/spotify/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_VFY=sha256:8c0b5fcc904d2f80d189dade6a239359a81bc7f99accb58c08009c82d6239aea
+ SOURCE_VFY=sha256:ca45d057357e4c30efee3838dd941222500463ddd0a1db6981e4d48d7ad986f2
WEB_SITE="http://spotify.com/"
LICENSE="proprietary"
ENTERED=20130716
- UPDATED=20130716
+ UPDATED=20131026
SHORT="Spotify desktop client"
LDD_CHECK=off
@@ -1,13 +1,13 @@
MODULE=spotify-client
- VERSION=0.9.1.55
- SOURCE=${MODULE}_${VERSION}.gbdd3b79.203-1_amd64.deb
+ VERSION=0.9.4.183
+ SOURCE=${MODULE}_${VERSION}.g644e24e.428-1_amd64.deb
SOURCE_URL=http://repository.spotify.com/pool/non-free/s/spotify/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_VFY=sha256:7e00cac3b13949ba3aa87ced011f3cd0260b832e0c936a6d827dc985ee90ff82
+ SOURCE_VFY=sha256:dd0d072013918498a65dbc26bfb3dda0aacd7ee122e300bccd39731d8da5d1fa
WEB_SITE="http://spotify.com/"
LICENSE="proprietary"
ENTERED=20130716
- UPDATED=20130716
+ UPDATED=20131026
SHORT="Spotify desktop client"
LDD_CHECK=off
@@ -5,5 +5,5 @@ ar -x $SOURCE_CACHE/$SOURCE &&
tar -xf data.tar.gz &&
# Change openssl symlinks to lunar version
-sedit '/ssl.so/s;10;1.0.0;' opt/spotify/spotify-client/linklibs.sh &&
-sedit '/crypto.so/s;10;1.0.0;' opt/spotify/spotify-client/linklibs.sh
+sedit '/ssl.so/s;10;1.0.0;' opt/spotify/spotify-client/linklibs-fedora.sh &&
+sedit '/crypto.so/s;10;1.0.0;' opt/spotify/spotify-client/linklibs-fedora.sh
More information about the Lunar-commits
mailing list