summaryrefslogtreecommitdiffstats
path: root/audio/pavucontrol/pavucontrol.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/pavucontrol/pavucontrol.SlackBuild')
-rw-r--r--audio/pavucontrol/pavucontrol.SlackBuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/audio/pavucontrol/pavucontrol.SlackBuild b/audio/pavucontrol/pavucontrol.SlackBuild
index c82238a4ef..a433e50fc9 100644
--- a/audio/pavucontrol/pavucontrol.SlackBuild
+++ b/audio/pavucontrol/pavucontrol.SlackBuild
@@ -3,9 +3,10 @@
# Slackware build script for pavucontrol
# Written by crocket (crockabiscuit@gmail.com)
+# Maintained by Christoph Willing <chris.willing@iinet.net.au>
PRGNAM=pavucontrol
-VERSION=${VERSION:-0.9.10}
+VERSION=${VERSION:-2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -42,14 +43,14 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
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 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \