[Lunar-commits] <moonbase-other> spotify-client: Initial import

Stefan Wold ratler at lunar-linux.org
Tue Jul 16 18:02:17 CEST 2013


commit 301d6566710196e7e399bd40128d6a32c1d06198
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue, 16 Jul 2013 09:01:10 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/301d6566710196e7e399bd40128d6a32c1d06198

spotify-client: Initial import
---
  zbeta/spotify-client/BUILD          | +9/-0     
  zbeta/spotify-client/DEPENDS        | +11/-0    
  zbeta/spotify-client/DETAILS        | +14/-0    
  zbeta/spotify-client/DETAILS.x86_64 | +14/-0    
  zbeta/spotify-client/POST_INSTALL   | +3/-0     
  zbeta/spotify-client/PRE_BUILD      | +9/-0     
  zbeta/spotify-client/PRE_REMOVE     | +2/-0     
  7 files changed, 62 insertions(+)

--- /dev/null
+++ b/zbeta/spotify-client/BUILD
@@ -0,0 +1,9 @@
+
+cd $SOURCE_DIRECTORY/opt/spotify/spotify-client &&
+./linklibs.sh &&
+prepare_install &&
+install -d -m 0755 /usr/libexec/spotify-client &&
+install -d -m 0755 /usr/share/doc/spotify-client &&
+cp -r $SOURCE_DIRECTORY/opt/spotify/spotify-client/* /usr/libexec/spotify-client/ &&
+ln -s /usr/libexec/spotify-client/spotify /usr/bin/spotify &&
+cp $SOURCE_DIRECTORY/usr/share/doc/spotify-client/copyright /usr/share/doc/spotify-client/
--- /dev/null
+++ b/zbeta/spotify-client/DEPENDS
@@ -0,0 +1,11 @@
+depends alsa-lib
+depends qt4
+depends libXScrnSaver
+depends usbutils
+depends openssl
+depends nspr
+depends GConf
+depends gtk+-2
+depends glib-2
+depends nss
+depends xdg-utils
--- /dev/null
+++ b/zbeta/spotify-client/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=spotify-client
+         VERSION=0.9.1.55
+          SOURCE=${MODULE}_${VERSION}.gbdd3b79.203-1_i386.deb
+      SOURCE_URL=http://repository.spotify.com/pool/non-free/s/spotify/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha256:8c0b5fcc904d2f80d189dade6a239359a81bc7f99accb58c08009c82d6239aea
+        WEB_SITE="http://spotify.com/"
+         LICENSE="proprietary"
+         ENTERED=20130716
+         UPDATED=20130716
+           SHORT="Spotify desktop client"
+cat <<EOF
+Spotify desktop client
+EOF
--- /dev/null
+++ b/zbeta/spotify-client/DETAILS.x86_64
@@ -0,0 +1,14 @@
+          MODULE=spotify-client
+         VERSION=0.9.1.55
+          SOURCE=${MODULE}_${VERSION}.gbdd3b79.203-1_amd64.deb
+      SOURCE_URL=http://repository.spotify.com/pool/non-free/s/spotify/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha256:7e00cac3b13949ba3aa87ced011f3cd0260b832e0c936a6d827dc985ee90ff82
+        WEB_SITE="http://spotify.com/"
+         LICENSE="proprietary"
+         ENTERED=20130716
+         UPDATED=20130716
+           SHORT="Spotify desktop client"
+cat <<EOF
+Spotify desktop client
+EOF
--- /dev/null
+++ b/zbeta/spotify-client/POST_INSTALL
@@ -0,0 +1,3 @@
+cd /usr/libexec/spotify-client &&
+./register.sh
+
--- /dev/null
+++ b/zbeta/spotify-client/PRE_BUILD
@@ -0,0 +1,9 @@
+validate_source_dir $SOURCE_DIRECTORY &&
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+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
--- /dev/null
+++ b/zbeta/spotify-client/PRE_REMOVE
@@ -0,0 +1,2 @@
+cd /usr/libexec/spotify-client &&
+./unregister.sh




More information about the Lunar-commits mailing list