summaryrefslogtreecommitdiffstats
path: root/wine
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-05-28 10:23:03 +0000
committer Eric Hameleers <alien@slackware.com>2017-05-28 10:23:03 +0000
commite1ebdcf447e1bc4382a24a9ce8999e55f49fd504 (patch)
tree8e6ba1ffc1711200aa07ae6ea4b57b906466cd07 /wine
parenta78b21d57c5d36e2c44e6f82e776ec96530f93d3 (diff)
downloadasb-e1ebdcf447e1bc4382a24a9ce8999e55f49fd504.tar.gz
asb-e1ebdcf447e1bc4382a24a9ce8999e55f49fd504.tar.xz
wine: updated to 2.8
Diffstat (limited to 'wine')
-rwxr-xr-xwine/build/wine.SlackBuild12
1 files changed, 7 insertions, 5 deletions
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 <alien@slackware.com>
# * Update.
+# 2.8-1 28/may/2017 by Eric Hameleers <alien@slackware.com>
+# * 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"