spotify: update to 1.1.55
This commit is contained in:
parent
f7a0826136
commit
12431a8153
1 changed files with 4 additions and 12 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'spotify'
|
||||
pkgname=spotify
|
||||
version=1.1.42
|
||||
revision=3
|
||||
_ver="${version}.622.gbd112320-37_amd64"
|
||||
version=1.1.55
|
||||
revision=1
|
||||
_ver="${version}.498.gf9a83c60_amd64"
|
||||
_filename="spotify-client_${_ver}.deb"
|
||||
archs="x86_64"
|
||||
create_wrksrc=yes
|
||||
|
@ -14,7 +14,7 @@ maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
|||
license="custom:Proprietary"
|
||||
homepage="https://www.spotify.com"
|
||||
distfiles="http://repository.spotify.com/pool/non-free/s/spotify-client/${_filename}"
|
||||
checksum=101a3699197659b8bc60a4fd8b579e63cc494e7abd089c45306559329af4a868
|
||||
checksum=78b2364f050c2b02b05784710344e70109b288a2661f92de29f373a718e2ac24
|
||||
_license_checksum=3c073aa5bd7ffaba3df5283cdd2d3b36a415bd824234693844548fc3e16027a5
|
||||
repository=nonfree
|
||||
restricted=yes
|
||||
|
@ -36,12 +36,6 @@ do_build() {
|
|||
bsdtar -xf data.tar.gz
|
||||
}
|
||||
|
||||
_linklib() {
|
||||
local LIB
|
||||
LIB="$(find /usr/lib -name "${1}.so*" | sort | tail -1)"
|
||||
ln -sf "${LIB}" "${DESTDIR}/usr/libexec/spotify/${1}.so.${2}"
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin "${FILESDIR}/spotify"
|
||||
|
||||
|
@ -65,8 +59,6 @@ do_install() {
|
|||
"${DESTDIR}/usr/share/applications/spotify.desktop"
|
||||
|
||||
# provide dynamic libraries
|
||||
_linklib libssl 1.0.0
|
||||
_linklib libcrypto 1.0.0
|
||||
ln -s /usr/lib/libcurl.so.4 ${DESTDIR}/usr/libexec/spotify/libcurl-gnutls.so.4
|
||||
|
||||
vlicense EULA
|
||||
|
|
Loading…
Reference in a new issue