summaryrefslogtreecommitdiffstats
path: root/wine
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-07-30 18:56:52 +0000
committer Eric Hameleers <alien@slackware.com>2017-07-30 18:56:52 +0000
commit1c061e262353d9d75e39393dc9958c94849fa2a6 (patch)
treee163b2f81988ee7b5c1382db846d2762219b1159 /wine
parent36507ec90b9ac23e1f22b48d1573f245251f2fe1 (diff)
downloadasb-1c061e262353d9d75e39393dc9958c94849fa2a6.tar.gz
asb-1c061e262353d9d75e39393dc9958c94849fa2a6.tar.xz
wine: updated to 2.13
Diffstat (limited to 'wine')
-rwxr-xr-xwine/build/wine.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild
index 8442811d..06171dfe 100755
--- a/wine/build/wine.SlackBuild
+++ b/wine/build/wine.SlackBuild
@@ -114,6 +114,8 @@
# * 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.
+# 2.13-1 29/jul/2017 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh wine.SlackBuild' to build a Slackware package.
# The package (.txz) plus descriptive .txt file are created in /tmp .
@@ -123,7 +125,7 @@
PRGNAM=wine
-SRCVER=${SRCVER:-"2.8"}
+SRCVER=${SRCVER:-"2.13"}
VERSION=$(echo $SRCVER | tr '-' '.')
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -149,6 +151,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.
+# See https://wiki.winehq.org/Mono
MONO=${MONO:-4.7.0}
DOCS="ANNOUNCE AUTHORS COPYING.LIB ChangeLog LICENSE* README VERSION"
@@ -187,7 +190,7 @@ if [ -z "$ARCH" ]; then
fi
case "$ARCH" in
- i486) SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+ i?86) SLKCFLAGS="-O2 -march=${ARCH} -mtune=i686"
;;
x86_64) SLKCFLAGS="-O2 -fPIC"
;;