summaryrefslogtreecommitdiffstats
path: root/pipelight/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-12-22 15:08:33 +0000
committer Eric Hameleers <alien@slackware.com>2014-12-22 15:08:33 +0000
commit4e4598f4e7ed00b61f3f4888e625fa8f7525c13e (patch)
tree3b9e5088fc005c1b420a11c4d8224402e792eb16 /pipelight/build
parent363d6f7262df00d4ea7b72f96db0b2e50d1ea61c (diff)
downloadasb-4e4598f4e7ed00b61f3f4888e625fa8f7525c13e.tar.gz
asb-4e4598f4e7ed00b61f3f4888e625fa8f7525c13e.tar.xz
Updated to 0.2.8
Diffstat (limited to 'pipelight/build')
-rwxr-xr-xpipelight/build/pipelight.SlackBuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/pipelight/build/pipelight.SlackBuild b/pipelight/build/pipelight.SlackBuild
index 8adbb8f0..16e74b2f 100755
--- a/pipelight/build/pipelight.SlackBuild
+++ b/pipelight/build/pipelight.SlackBuild
@@ -51,6 +51,8 @@
# Slackware, enable 64-bit Wine plugin support.
# 0.2.7-1: 03/jun/2014 by Eric Hameleers <alien@slackware.com>
# * Update, together with wine-pipelight 1.7.19.
+# 0.2.8-1: 22/dec/2014 by Eric Hameleers <alien@slackware.com>
+# * Update, together with wine-pipelight 1.7.33.
#
# Run 'sh pipelight.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -59,7 +61,7 @@
# -----------------------------------------------------------------------------
PRGNAM=pipelight
-VERSION=${VERSION:-0.2.7}
+VERSION=${VERSION:-0.2.8}
TRUNKVERSION=$(echo $VERSION | cut -f1,2 -d'.')
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
@@ -211,12 +213,8 @@ if [ "$UPDATE_SCRIPT" != "NO" ]; then
fi
# Slackware specific patches:
-touch $OUTPUT/patch-${PRGNAM}.log
-# Fixed upstream:
-#cat $SRCDIR/pipelight_install-dependency_mktemp.patch | patch -p1 --verbose \
-# 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
-#cat $SRCDIR/pipelight-plugin_mktemp.patch | patch -p1 --verbose \
-# 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
+# No patches needed.
+#touch $OUTPUT/patch-${PRGNAM}.log
sed -i -e 's,share/man,man,g' Makefile
chown -R root:root .