system/wine-staging: Updated for version 5.15.2.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dave Woodfall 2020-08-17 04:08:54 +01:00 committed by Willy Sudiarto Raharjo
parent 9ab121206c
commit c2a7bf75b1
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 26 additions and 18 deletions

View File

@ -9,6 +9,11 @@ before they are integrated into the main branch.
This is a current development branch of Wine appended with full
patches of the Staging branch.
NOTE
libusb in Slackware 14.2 is too old for this version of wine, and
consequently, USB isn't supported.
============================================================
OPTIONS
@ -35,14 +40,16 @@ The above options can be combined.
OPTIONAL DEPENDENCIES
fontforge:
To build tahoma, tahomabd, and marlett fonts.
webcore-fonts:
For tahoma, lucida console, MS fonts for the web and Win
Vista.
fontforge: To build tahoma, tahomabd, and marlett fonts.
webcore-fonts: For MS fonts for the web and Windows Vista.
oss
SDL2
FAudio
libcapi20
gsm
krb5
OpenAL
vulkan-sdk
============================================================

View File

@ -32,7 +32,8 @@
# Now maintained by Dave Woodfall <dave@slackbuilds.org>
PRGNAM=wine-staging
VERSION=${VERSION:-5.11}
VERSION=${VERSION:-5.15.2}
WINEVERSION=${VERSION%.*}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -89,8 +90,8 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION wine-$VERSION
tar xvf $CWD/wine-$VERSION.tar.xz
rm -rf $PRGNAM-$VERSION wine-$WINEVERSION
tar xvf $CWD/wine-$WINEVERSION.tar.xz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION/patches
@ -101,9 +102,9 @@ 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 {} \;
./patchinstall.sh DESTDIR=$TMP/wine-$VERSION --all
./patchinstall.sh DESTDIR=$TMP/wine-$WINEVERSION --all
cd $TMP/wine-$VERSION
cd $TMP/wine-$WINEVERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View File

@ -1,10 +1,10 @@
PRGNAM="wine-staging"
VERSION="5.11"
VERSION="5.15.2"
HOMEPAGE="https://wiki.winehq.org/Wine-Staging"
DOWNLOAD="https://dl.winehq.org/wine/source/5.x/wine-5.11.tar.xz \
https://github.com/wine-staging/wine-staging/archive/v5.11/wine-staging-5.11.tar.gz"
MD5SUM="e5250e7bb7358e94265122e1a709842b \
6805e48343f1e71da1c7547a3c2f452e"
DOWNLOAD="https://dl.winehq.org/wine/source/5.x/wine-5.15.tar.xz \
https://github.com/wine-staging/wine-staging/archive/v5.15.2/wine-staging-5.15.2.tar.gz"
MD5SUM="1fb7c7b8a95c969367fe2be289a87332 \
d9992e520530fd0b7e1bfae4a649f297"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""