summaryrefslogtreecommitdiffstats
path: root/system/wine/wine.SlackBuild
diff options
context:
space:
mode:
author David Woodfall2017-11-17 17:49:38 +0100
committer Willy Sudiarto Raharjo2017-11-18 06:40:34 +0100
commit916f2d1b476528b922e270db2f558ad0ed38b821 (patch)
tree213f2709c45403d1b21d609ea179e60ead63fae4 /system/wine/wine.SlackBuild
parent8e4ff33a50bc0902d6e21a1865708ad2a4d2dac9 (diff)
downloadslackbuilds-916f2d1b476528b922e270db2f558ad0ed38b821.tar.gz
system/wine: Updated for version 2.0.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/wine/wine.SlackBuild')
-rw-r--r--system/wine/wine.SlackBuild14
1 files changed, 2 insertions, 12 deletions
diff --git a/system/wine/wine.SlackBuild b/system/wine/wine.SlackBuild
index 093c1a6ceb..9304f5889b 100644
--- a/system/wine/wine.SlackBuild
+++ b/system/wine/wine.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wine
-VERSION=${VERSION:-2.0.1}
+VERSION=${VERSION:-2.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -40,13 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-# Some user reports indicate that wine and IE don't always get along
-# and that this might fix it. The wine team doesn't agree that it's
-# the right thing to do, but it's your call.
-IEFIX=${IEFIX:-NO}
-
# If your video card does not support hardware accelerated OpenGL,
-# the run the script like: OPENGL=NO ./wine.SlackBuild
+# then run the script like: OPENGL=NO ./wine.SlackBuild
OPENGL=${OPENGL:-YES}
if [ "$ARCH" = "i586" ]; then
@@ -78,11 +73,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# If IEFIX != NO above, then reverse the patch
-if [ "$IEFIX" != "NO" ]; then
- patch -p1 -R --verbose < $CWD/IE_fix_maybe.patch
-fi
-
# If OPENGL=YES above, then enable opengl; otherwise, disable it.
if [ "$OPENGL" = "YES" ]; then
do_opengl="with"