From e1ebdcf447e1bc4382a24a9ce8999e55f49fd504 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 28 May 2017 10:23:03 +0000 Subject: wine: updated to 2.8 --- wine/build/wine.SlackBuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'wine') diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild index 2137f963..4250f680 100755 --- a/wine/build/wine.SlackBuild +++ b/wine/build/wine.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # $Id$ -# Copyright 2006-2016 Eric Hameleers, Eindhoven, NL +# Copyright 2006-2017 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -112,6 +112,8 @@ # * Update. Gallium-nine patches obtained from another source. # 1.9.23-1 29/nov/2016 by Eric Hameleers # * Update. +# 2.8-1 28/may/2017 by Eric Hameleers +# * Update. No 2.9 yet because wine=staging is still at 2.8. # # Run 'sh wine.SlackBuild' to build a Slackware package. # The package (.txz) plus descriptive .txt file are created in /tmp . @@ -121,7 +123,7 @@ PRGNAM=wine -SRCVER=${SRCVER:-"1.9.23"} +SRCVER=${SRCVER:-"2.8"} VERSION=$(echo $SRCVER | tr '-' '.') BUILD=${BUILD:-1} TAG=${TAG:-alien} @@ -147,7 +149,7 @@ GECKO=${GECKO:-2.47} # $ wine uninstaller --remove '{E45D8920-A758-4088-B6C6-31DBB276992E}' # In a 64 bit wineprefix, substitute wine64 for wine in the above command. # If you do not want to add mono, define MONO=NO instead of a number. -MONO=${MONO:-4.6.3} +MONO=${MONO:-4.7.0} DOCS="ANNOUNCE AUTHORS COPYING.LIB ChangeLog LICENSE* README VERSION" @@ -200,8 +202,8 @@ esac # Download locations: DLI=0 -SOURCE[$DLI]="$SRCDIR/${PRGNAM}-${SRCVER}.tar.bz2" -SRCURL[$DLI]="http://downloads.sourceforge.net/project/${PRGNAM}/Source/${PRGNAM}-${SRCVER}.tar.bz2" +SOURCE[$DLI]="$SRCDIR/${PRGNAM}-${SRCVER}.tar.xz" +SRCURL[$DLI]="http://downloads.sourceforge.net/project/${PRGNAM}/Source/${PRGNAM}-${SRCVER}.tar.xz" DLI=$(($DLI+1)) SOURCE[$DLI]="$SRCDIR/${PRGNAM}-staging-${SRCVER}.tar.gz" -- cgit v1.2.3-79-gdb01