diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-08-15 19:55:23 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-20 10:06:37 +0700 |
commit | 0eeb409b28dec2d6aca8f8bdf42eac1ca431c17d (patch) | |
tree | 016ddcd877f1d367b70ac782a9a30ed186103758 /system/wine-staging | |
parent | 08d854432940777303333c8647b76d6ef847fecd (diff) | |
download | slackbuilds-0eeb409b28dec2d6aca8f8bdf42eac1ca431c17d.tar.gz |
system/wine-staging: Updated for version 7.15.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/wine-staging')
-rw-r--r-- | system/wine-staging/README | 47 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.SlackBuild | 4 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.info | 10 |
3 files changed, 30 insertions, 31 deletions
diff --git a/system/wine-staging/README b/system/wine-staging/README index 9a14fdc03e..daed9c4969 100644 --- a/system/wine-staging/README +++ b/system/wine-staging/README @@ -1,13 +1,13 @@ wine-staging (Wine Staging is the testing area of winehq.org) -It contains bug fixes and features, which have not been integrated -into the development branch yet. The idea of Wine Staging is to -provide experimental features faster to end users and to give -developers the possibility to discuss and improve their patches -before they are integrated into the main branch. +It contains bug fixes and features, which have not been integrated into +the development branch yet. The idea of Wine Staging is to provide +experimental features faster to end users and to give developers the +possibility to discuss and improve their patches before they are +integrated into the main branch. -This is a current development branch of Wine appended with full -patches of the Staging branch. +This is a current development branch of Wine appended with full patches +of the Staging branch. ============================================================ @@ -32,32 +32,30 @@ The above options can be combined. OPTIONAL DEPENDENCIES -fontforge: To build tahoma, tahomabd, and marlett fonts. +fontforge: To build tahoma, tahomabd, and marlett fonts. webcore-fonts: For MS fonts for the web and Windows Vista. -oss -libcapi20 ============================================================ MULTILIB -To build the 32 bit wine on x86_64 you will need to have -multilib packages installed, unless you want to build for -Windows 64 bit applications only. +To build the 32 bit wine on x86_64 you will need to have multilib +packages installed, unless you want to build for Windows 64 bit +applications only. alienBOB's multilib readme and repo: https://docs.slackware.com/slackware:multilib http://www.slackware.com/~alien/multilib/ -A script that rsyncs with alienBOB's repo and installs the -multilib packages which can be found here: +A script that rsyncs with alienBOB's repo and installs the multilib +packages which can be found here: -http://tty1.uk/scripts/slackware/alien-multilib-rsync.sh +https://slackware.uk/~dive/scripts/alien-multilib-rsync.sh -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: +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 @@ -66,11 +64,12 @@ packages in /etc/slackpkg/blacklist: NOTES -With 64 bit support you would use the wine64 binary. If you -have a combined 32 and 64 bit package you need to set the -environmental variable WINEPREFIX to point to the 64 bit -wine directory when running wine64, which should be -different to the 32 bit directory (~/.wine by default). +With 64 bit support you would use the wine64 binary. If you have a +combined 32 and 64 bit package you need to set the environmental +variable WINEPREFIX to point to the 64 bit wine directory when running +wine64, which should be different to the 32 bit directory (~/.wine by +default). + Example: WINEPREFIX=~/.wine64 wine64 notepad diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild index 2fccf7e6e7..adfc803c25 100644 --- a/system/wine-staging/wine-staging.SlackBuild +++ b/system/wine-staging/wine-staging.SlackBuild @@ -34,8 +34,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wine-staging -VERSION=${VERSION:-7.14} -WINEVERSION=${WINEVERSION:-7.14} +VERSION=${VERSION:-7.15} +WINEVERSION=${WINEVERSION:-7.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/wine-staging/wine-staging.info b/system/wine-staging/wine-staging.info index 5235018bca..020001935b 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,10 +1,10 @@ PRGNAM="wine-staging" -VERSION="7.14" +VERSION="7.15" HOMEPAGE="https://wiki.winehq.org/Wine-Staging" -DOWNLOAD="https://dl.winehq.org/wine/source/7.x/wine-7.14.tar.xz \ - https://github.com/wine-staging/wine-staging/archive/v7.14/wine-staging-7.14.tar.gz" -MD5SUM="cc50fdf2968a33a3e0583353f0b46728 \ - 61016c24e587f771e2a6a6ef7ab7826b" +DOWNLOAD="https://dl.winehq.org/wine/source/7.x/wine-7.15.tar.xz \ + https://github.com/wine-staging/wine-staging/archive/v7.15/wine-staging-7.15.tar.gz" +MD5SUM="3e2829c669297666632492436dbfe580 \ + 472d97bfe7511018419b3d8e41ec4f56" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |