diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2022-08-12 22:41:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-13 00:21:38 +0700 |
commit | 1409c3d2e8a3e25c6770039b281ae97d085adc00 (patch) | |
tree | 7c654884246a546e8becd567b0b1e8b127fa0c6a /multimedia | |
parent | edb7e1e87c8fb798be9132a0f3b9849c3f97ab2b (diff) |
multimedia/spotify: Updated for version 1.1.84.716.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/spotify/spotify.SlackBuild | 44 | ||||
-rw-r--r-- | multimedia/spotify/spotify.info | 12 |
2 files changed, 24 insertions, 32 deletions
diff --git a/multimedia/spotify/spotify.SlackBuild b/multimedia/spotify/spotify.SlackBuild index 6161210ca7c4..ee96f6dae6d1 100644 --- a/multimedia/spotify/spotify.SlackBuild +++ b/multimedia/spotify/spotify.SlackBuild @@ -1,18 +1,19 @@ #!/bin/bash - -# Slackware build script for spotify - +# +# Slackware build script for spotify. +# # Copyright 2017 Dhaby Xiloj <slack.dhabyx@gmail.com> - +# Copyright 2022 Edinaldo P. Silva, Rio de Janeiro, Brazil +# # Based on Ryan's SlackBuild: # Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org - +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version, with the following exception: # the text of the GPL license may be omitted. - +# # This program is distributed in the hope that it will be useful, but # without any warranty; without even the implied warranty of # merchantability or fitness for a particular purpose. Compiling, @@ -20,41 +21,30 @@ # may result in lapses of consciousness and/or very being, up to and # including the end of all existence and the Universe as we know it. # See the GNU General Public License for more details. - +# # You may have received a copy of the GNU General Public License along # with this program (most likely, a file named COPYING). If not, see # <https://www.gnu.org/licenses/>. -# 20220215 bkw: updated download URLs to point to mirrored copies of -# the "source" (.deb packages), because they're old versions that have -# been removed from the server. With the new URLs, we can actually -# create a package... but since I don't use spotify (nor even want -# to), I can't say whether the package works. YMMV. - -# Note: the debian repo is here: -# http://repository.spotify.com/pool/non-free/s/spotify-client/ -# directory index is enabled, so you can see what's there. - cd $(dirname $0) ; CWD=$(pwd) PRGNAM=spotify SRCNAM=spotify-client -VERSION=${VERSION:-1.1.10} -VERSION32=${VERSION32:-1.0.72} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.1.84.716} +RELVER=${RELVER:-gc5f8b819} +VERSION32=${VERSION32:-1.0.72.117} +RELVER32=${RELVER32:-g6bd7cc73-35} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} # Modified since Spotify has diferent versions for each architecture case "$(uname -m)" in - i?86) VERSION=${VERSION32}; DEBARCH="*-*_i386" ; LIBDIRSUFFIX="" ; ARCH=i386 ;; - x86_64) DEBARCH="*-*_amd64" ; LIBDIRSUFFIX="64" ; ARCH=x86_64 ;; + i?86) VERSION=${VERSION32}; RELVER=${RELVER32}; DEBARCH="_i386" ; LIBDIRSUFFIX="" ; ARCH=i586 ;; + x86_64) DEBARCH="_amd64" ; LIBDIRSUFFIX="64" ; ARCH=x86_64 ;; *) echo "Package for $(uname -m) architecture is not available." ; exit 1 ;; esac -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -69,7 +59,7 @@ set -eu rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $PKG -ar -p $CWD/${SRCNAM}_${VERSION}${DEBARCH}.deb data.tar.gz | tar zxv +ar -p $CWD/${SRCNAM}_${VERSION}.${RELVER}${DEBARCH}.deb data.tar.gz | tar zxv chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -111,6 +101,8 @@ mv $PKG/opt/$PRGNAM/usr/share/$PRGNAM/$PRGNAM.desktop \ $PKG/usr/share/applications/$SRCNAM.desktop mv $PKG/opt/$PRGNAM/usr/share/doc/$SRCNAM/* $PKG/usr/doc/$PRGNAM-$VERSION +cd $PKG/usr/doc/${PRGNAM}-$VERSION/ +gzip -dc changelog.gz > ChangeLog; rm -f changelog.gz; cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/multimedia/spotify/spotify.info b/multimedia/spotify/spotify.info index 423efb78a8d6..d33682b6820a 100644 --- a/multimedia/spotify/spotify.info +++ b/multimedia/spotify/spotify.info @@ -1,10 +1,10 @@ PRGNAM="spotify" -VERSION="1.1.10" +VERSION="1.1.84.716" HOMEPAGE="https://www.spotify.com" -DOWNLOAD="https://slackware.uk/~urchlay/src/spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb" +DOWNLOAD="https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb" MD5SUM="c8e54d60452bda40f6de23f11c909b2d" -DOWNLOAD_x86_64="https://slackware.uk/~urchlay/src/spotify-client_1.1.10.546.ge08ef575-19_amd64.deb" -MD5SUM_x86_64="ab544e7d35789b6cfddcb61dfe4bd1d9" +DOWNLOAD_x86_64="https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.1.84.716.gc5f8b819_amd64.deb" +MD5SUM_x86_64="57c7e2f950b25ea26328abf4b232555a" REQUIRES="" -MAINTAINER="DhabyX" -EMAIL="slack.dhabyx@gmail.com" +MAINTAINER="Edinaldo P. Silva" +EMAIL="edps.mundognu@gmail.com" |