diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2019-03-14 08:23:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:25 +0700 |
commit | c68d746fea179061826ff1b3e88fb21a2b88a47f (patch) | |
tree | 9a568e406d49699a3e972038c253f724d32035b6 /system | |
parent | 037d6958038645942e8b36e0e0c37caad8f08c46 (diff) | |
download | slackbuilds-c68d746fea179061826ff1b3e88fb21a2b88a47f.tar.gz |
system/wine-staging: Updated for version 4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/wine-staging/README | 20 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.SlackBuild | 10 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.info | 10 |
3 files changed, 18 insertions, 22 deletions
diff --git a/system/wine-staging/README b/system/wine-staging/README index 973e997edb..070ac7f7d9 100644 --- a/system/wine-staging/README +++ b/system/wine-staging/README @@ -9,7 +9,6 @@ before they are integrated into the main branch. This is a current development branch of Wine appended with full patches of the Staging branch. - MULTILIB. With no options this script will build the 32bit wine-staging @@ -19,7 +18,7 @@ system installed (see below). To build a package for both 64bit and 32bit Windows executable support, use this: -# WIN64=yes sh wine-staging.SlackBuild + # WIN64=yes sh wine-staging.SlackBuild See README.SLACKWARE for a giant list of dependencies and AlienBOB's multilib readme and repo: @@ -36,9 +35,8 @@ Be sure to read the short instructions at the top. If you use slackpkg then you will also want to blacklist his packages in /etc/slackpkg/blacklist: -[0-9]+alien -[0-9]+compat32 - + [0-9]+alien + [0-9]+compat32 WINEPREFIX. @@ -48,19 +46,23 @@ variable WINEPREFIX to point to the 64bit wine directory when running wine64, which should be different to the 32bit directory (~/.wine by default). Example: -$ WINEPREFIX=~/.wine64 wine64 notepad + $ WINEPREFIX=~/.wine64 wine64 notepad To build the 32bit wine on x86_64 you will need to have multilib packages installed, unless you want to build for Windows 64 bit applications only using: -# WIN64=yes NOWIN32=yes sh wine-staging.SlackBuild - + # WIN64=yes NOWIN32=yes sh wine-staging.SlackBuild OPENGL. To disable OpenGL support, use: -# OPENGL=no ./wine.SlackBuild + # OPENGL=no ./wine.SlackBuild Optional dependencies: fontforge, webcore-fonts, winetricks + +NOTE: you can increase buildtime passing some like that to the +SlackBuild script: + + # MAKEFLAGS=-j6 ./wine-staging.SlackBuild diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild index 6efc2ceb24..f383047e06 100644 --- a/system/wine-staging/wine-staging.SlackBuild +++ b/system/wine-staging/wine-staging.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for wine-staging. # -# Copyright 2016-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2016-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil. # Copyright 2015 Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com> # # All rights reserved. @@ -30,7 +30,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wine-staging -VERSION=${VERSION:-3.21} +VERSION=${VERSION:-4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -157,9 +157,6 @@ if [ -n "$WIN64" ]; then make depend make - #NUMJOBS=${NUMJOBS:-"-s -j6 -l6"} - #make depend $NUMJOBS || exit 1 - #make $NUMJOBS || exit 1 make install DESTDIR=$PKG cd .. fi @@ -190,9 +187,6 @@ if [ -z "$NOWIN32" ]; then make depend make - #NUMJOBS=${NUMJOBS:-"-s -j6 -l6"} - #make $NUMJOBS depend || exit 1 - #make $NUMJOBS || exit 1 make install DESTDIR=$PKG cd .. fi diff --git a/system/wine-staging/wine-staging.info b/system/wine-staging/wine-staging.info index 6fcd5b7991..553a9d33b4 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,10 +1,10 @@ PRGNAM="wine-staging" -VERSION="3.21" +VERSION="4.3" HOMEPAGE="https://wiki.winehq.org/Wine-Staging" -DOWNLOAD="https://dl.winehq.org/wine/source/3.x/wine-3.21.tar.xz \ - https://github.com/wine-staging/wine-staging/archive/v3.21/wine-staging-3.21.tar.gz" -MD5SUM="b64fa9dce7fa50367b6f4c356b475f3e \ - c2e25baa98823329d487d7c1a98366a7" +DOWNLOAD="https://dl.winehq.org/wine/source/4.x/wine-4.3.tar.xz \ + https://github.com/wine-staging/wine-staging/archive/v4.3/wine-staging-4.3.tar.gz" +MD5SUM="9bce51c6f8248c6f04a1a60ab474f98a \ + 427638d9d03c95b7d0ba456917a9b9ac" DOWNLOAD_x86_64="UNSUPPORTED" MD5SUM_x86_64="" REQUIRES="" |