summaryrefslogtreecommitdiffstats
path: root/wine/build/wine.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-08-09 10:34:13 +0000
committer Eric Hameleers <alien@slackware.com>2014-08-09 10:34:13 +0000
commitedd961a33998844538ef1b7d009c60ae53d3ea42 (patch)
tree9b1e5675b3e61b290b593cd4a49fd9261098c340 /wine/build/wine.SlackBuild
parent74a0822b9617ed085de3e4cd526764579d355435 (diff)
downloadasb-edd961a33998844538ef1b7d009c60ae53d3ea42.tar.gz
asb-edd961a33998844538ef1b7d009c60ae53d3ea42.tar.xz
Update to 1.7.24
Diffstat (limited to 'wine/build/wine.SlackBuild')
-rwxr-xr-xwine/build/wine.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild
index ee9c056c..cbd7804f 100755
--- a/wine/build/wine.SlackBuild
+++ b/wine/build/wine.SlackBuild
@@ -95,6 +95,7 @@
# 1.7.9-1 23/dec/2013 by Eric Hameleers <alien@slackware.com>
# 1.7.14-1 18/mar/2014 by Eric Hameleers <alien@slackware.com>
# * Added wine64 'shared installation', think 'WoW64'.
+# 1.7.24-1 09/aug/2014 by Eric Hameleers <alien@slackware.com>
#
# Run 'sh wine.SlackBuild' to build a Slackware package.
# The package (.txz) plus descriptive .txt file are created in /tmp .
@@ -104,7 +105,7 @@
PRGNAM=wine
-SRCVER=${SRCVER:-"1.7.14"}
+SRCVER=${SRCVER:-"1.7.24"}
VERSION=$(echo $SRCVER | tr '-' '.')
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -172,7 +173,7 @@ SRCURL[0]="http://downloads.sourceforge.net/project/${PRGNAM}/Source/${PRGNAM}-$
SOURCE[1]="$SRCDIR/wine_gecko-${GECKO}-x86.msi"
SRCURL[1]="http://downloads.sourceforge.net/wine/wine_gecko-${GECKO}-x86.msi"
-if [ "$ARCH" = "x86_64" ]; then
+if [ "$ARCH" = "x86_64" -a "$DO_WINE64" = "yes" ]; then
SOURCE[2]="$SRCDIR/wine_gecko-${GECKO}-x86_64.msi"
SRCURL[2]="http://downloads.sourceforge.net/wine/wine_gecko-${GECKO}-x86_64.msi"
fi
@@ -265,7 +266,7 @@ chmod -R u+w,go+r-w,a+X-s .
echo Building ...
-if [ "${DO_WINE64}" = "yes" ]; then
+if [ "$ARCH" = "x86_64" -a "$DO_WINE64" = "yes" ]; then
echo "Also building wine64 (shared support, aka WoW64)"
fi