[Lunar-commits] <moonbase-other> spotify-client: Bumped to version 0.9.4.183

Stefan Wold ratler at lunar-linux.org
Mon Nov 4 22:34:26 CET 2013


commit c1478fcb693a799025793947a145af6c4e96e223
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 26 Oct 2013 02:04:22 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/c1478fcb693a799025793947a145af6c4e96e223

spotify-client: Bumped to version 0.9.4.183

Updated scripts that create necessary lib symlinks for spotify.
Added missing dbus dependency.
---
  zbeta/spotify-client/BUILD          | +2/-0     
  zbeta/spotify-client/DEPENDS        | +1/-0     
  zbeta/spotify-client/DETAILS        | +4/-4     
  zbeta/spotify-client/DETAILS.x86_64 | +4/-4     
  zbeta/spotify-client/PRE_BUILD      | +2/-2     
  5 files changed, 13 insertions(+), 10 deletions(-)

--- a/zbeta/spotify-client/BUILD
+++ b/zbeta/spotify-client/BUILD
@@ -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 &&
--- a/zbeta/spotify-client/DEPENDS
+++ b/zbeta/spotify-client/DEPENDS
@@ -1,4 +1,5 @@
 depends alsa-lib
+depends dbus
 depends qt4
 depends libXScrnSaver
 depends usbutils
--- a/zbeta/spotify-client/DETAILS
+++ b/zbeta/spotify-client/DETAILS
@@ -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
 
--- a/zbeta/spotify-client/DETAILS.x86_64
+++ b/zbeta/spotify-client/DETAILS.x86_64
@@ -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
 
--- a/zbeta/spotify-client/PRE_BUILD
+++ b/zbeta/spotify-client/PRE_BUILD
@@ -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