diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2020-08-17 04:08:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:08:45 +0700 |
commit | c2a7bf75b1146c98c96532f99b0c9aacc5ab5aaf (patch) | |
tree | 3b23579c5436bda50fc67e42b5f643c7d20b0e93 | |
parent | 9ab121206c94824b8c6d051c8906a53564fad203 (diff) | |
download | slackbuilds-c2a7bf75b1146c98c96532f99b0c9aacc5ab5aaf.tar.gz |
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>
-rw-r--r-- | system/wine-staging/README | 23 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.SlackBuild | 11 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.info | 10 |
3 files changed, 26 insertions, 18 deletions
diff --git a/system/wine-staging/README b/system/wine-staging/README index cdb6a408dc..eab14d1e07 100644 --- a/system/wine-staging/README +++ b/system/wine-staging/README @@ -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 ============================================================ diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild index 44bb5ffb08..d629a9b570 100644 --- a/system/wine-staging/wine-staging.SlackBuild +++ b/system/wine-staging/wine-staging.SlackBuild @@ -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 \ diff --git a/system/wine-staging/wine-staging.info b/system/wine-staging/wine-staging.info index 2c222e91a4..2fbcb0aeb4 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -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="" |