mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/xmms-skins-almond: Added more extra skins.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a354a32fab
commit
459e78198d
3 changed files with 24 additions and 12 deletions
|
@ -1,3 +1,5 @@
|
|||
A set of XMMS skins bearing the "XMMS Player" branding. There are five
|
||||
colour versions: Dark-Blue, Steel Blue, Copper-Orange, Dark-Orange and
|
||||
Aluminium-Cian. Each comes in a rounded and a squared variant.
|
||||
|
||||
This includes two additional Almond skins derivatives.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for xmms-skins-almond
|
||||
|
||||
# Copyright 2012 Petar Petrov, ppetrov@paju.oulu.fi
|
||||
# Copyright 2012-2013 Petar Petrov, petar.petrov@student.oulu.fi
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,14 +24,16 @@
|
|||
|
||||
PRGNAM=xmms-skins-almond
|
||||
VERSION=${VERSION:-1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
ARCH=noarch
|
||||
|
||||
SRCNAM=Almond
|
||||
RNDVER=107308 # Rounded skins "version"
|
||||
SQRVER=107307 # Squared skins "version"
|
||||
RNDVER=107308 # Rounded skins "version"
|
||||
SQRVER=107307 # Squared skins "version"
|
||||
DRKVER=60117 # Dark skin "version"
|
||||
MODVER=66826 # Modified steel skin "version"
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
|
@ -48,17 +50,21 @@ mkdir $PRGNAM-$VERSION
|
|||
cd $PRGNAM-$VERSION
|
||||
unzip $CWD/$RNDVER-$SRCNAM-rounded.zip
|
||||
unzip $CWD/$SQRVER-$SRCNAM-squared.zip
|
||||
|
||||
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 \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-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 {} \;
|
||||
|
||||
# Official skins
|
||||
mkdir -p $PKG/usr/share/xmms/Skins
|
||||
cp *.wsz $PKG/usr/share/xmms/Skins
|
||||
|
||||
# Modified skins
|
||||
install -D -m644 $CWD/${DRKVER}-${SRCNAM}_dark.wsz $PKG/usr/share/xmms/Skins/${SRCNAM}-dark.wsz
|
||||
install -D -m644 $CWD/${MODVER}-${SRCNAM}_steel.wsz $PKG/usr/share/xmms/Skins/${SRCNAM}-steel-mod.wsz
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -2,11 +2,15 @@ PRGNAM="xmms-skins-almond"
|
|||
VERSION="1.2"
|
||||
HOMEPAGE="http://illusions.hu/index.php?task=100&statpage=25"
|
||||
DOWNLOAD="http://gnome-look.org/CONTENT/content-files/107308-Almond-rounded.zip \
|
||||
http://gnome-look.org/CONTENT/content-files/107307-Almond-squared.zip"
|
||||
http://gnome-look.org/CONTENT/content-files/107307-Almond-squared.zip \
|
||||
http://gnome-look.org/CONTENT/content-files/66826-Almond_steel.wsz \
|
||||
http://gnome-look.org/CONTENT/content-files/60117-Almond_dark.wsz"
|
||||
MD5SUM="702e3e66793e03c74d69636fee5679e6 \
|
||||
0967987b1aa506479063511253ae26ca"
|
||||
0967987b1aa506479063511253ae26ca \
|
||||
ae5aee78cd48987856ff9b4666195e30 \
|
||||
c4d819e813215ba3964f9b4809119ad8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Petar Petrov"
|
||||
EMAIL="ppetrov@paju.oulu.fi"
|
||||
EMAIL="petar.petrov@student.oulu.fi"
|
||||
|
|
Loading…
Reference in a new issue