multimedia/spotify: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e4ff4fdf58
commit
ccafefd64b
|
@ -2,6 +2,8 @@
|
|||
#
|
||||
# Slackware build script for spotify
|
||||
|
||||
# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
|
||||
|
||||
# Copyright 2011-2013 Minime
|
||||
# All rights reserved.
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -20,15 +22,6 @@
|
|||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
##############################################
|
||||
# Changelog
|
||||
#
|
||||
# Changes by Klaatu @member.fsf.org
|
||||
# * Updated for 0.9.0.133.gd18ed58.259
|
||||
# * Added a Sed command from github.com/xhochy/gentoo-overlay/blob/master/media-sound/spotify/spotify-0.8.8.323.ebuild
|
||||
#
|
||||
# * Updated for 0.9.1.55.gbdd3b79.203
|
||||
##############################################
|
||||
|
||||
PRGNAM=spotify
|
||||
VERSION=0.9.4.183.g644e24e.428
|
||||
|
@ -55,7 +48,7 @@ ar -p $CWD/${PRGNAM}-client_${VERSION}-1_${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 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="20113ac3d6760ded6940fef8143fa9a3"
|
|||
DOWNLOAD_x86_64="http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_0.9.4.183.g644e24e.428-1_amd64.deb"
|
||||
MD5SUM_x86_64="e5d6049689a8ef0f3699986e47478fe2"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Minime"
|
||||
EMAIL="i_am_minime_2003@hotmail.com"
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in New Issue