summaryrefslogtreecommitdiffstats
path: root/wine-pipelight
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-01-19 14:34:57 +0000
committer Eric Hameleers <alien@slackware.com>2014-01-19 14:34:57 +0000
commitb34d9df1881b0719c9cf0a782e2dc75358e05e96 (patch)
tree81d1f27d84b39651fea93cc9764861069397c97b /wine-pipelight
parentb3558edc0d89e2fd5970a95cd6f1118b20465e47 (diff)
downloadasb-b34d9df1881b0719c9cf0a782e2dc75358e05e96.tar.gz
asb-b34d9df1881b0719c9cf0a782e2dc75358e05e96.tar.xz
Update to wine 1.7.11 with pipelight 2.4
Diffstat (limited to 'wine-pipelight')
-rwxr-xr-xwine-pipelight/build/wine-pipelight.SlackBuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/wine-pipelight/build/wine-pipelight.SlackBuild b/wine-pipelight/build/wine-pipelight.SlackBuild
index 407dc80f..95fa5a8a 100755
--- a/wine-pipelight/build/wine-pipelight.SlackBuild
+++ b/wine-pipelight/build/wine-pipelight.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2013 Eric Hameleers, Eindhoven, NL
+# Copyright 2013, 2014 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -38,6 +38,8 @@
# Update to wine 1.7.6 plus compholio patch set.
# 1.7.8-1 14/dec/2013 by Eric Hameleers <alien@slackware.com>
# Update to wine 1.7.8 plus compholio patch set.
+# 1.7.11-1 19/jan/2014 by Eric Hameleers <alien@slackware.com>
+# Update to wine 1.7.11 plus compholio patch set.
#
# Run 'sh wine-pipelight.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -45,10 +47,9 @@
#
# -----------------------------------------------------------------------------
-
PRGNAM=wine-pipelight
SRCNAM=wine
-SRCVER=${SRCVER:-"1.7.8"}
+SRCVER=${SRCVER:-"1.7.11"}
VERSION=$(echo $SRCVER | tr '-' '.')
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -200,6 +201,9 @@ cd ${SRCNAM}-${VERSION}
# Apply the pipelight patches:
tar -xOf ${SOURCE[1]} | patch -p1 --verbose 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
+# Regenerate server requests (required for wine-compholio >= 1.7.11)
+./tools/make_requests
+
chown -R root:root .
chmod -R u+w,go+r-w,a+X-s .