From edd961a33998844538ef1b7d009c60ae53d3ea42 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 9 Aug 2014 10:34:13 +0000 Subject: Update to 1.7.24 --- wine/build/wine.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'wine/build/wine.SlackBuild') 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 # 1.7.14-1 18/mar/2014 by Eric Hameleers # * Added wine64 'shared installation', think 'WoW64'. +# 1.7.24-1 09/aug/2014 by Eric Hameleers # # 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 -- cgit v1.2.3-65-gdbad