diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2024-01-18 07:47:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-18 08:35:43 +0700 |
commit | b8d808e9650347502d0bc1d5950a41967ab196db (patch) | |
tree | ce008aa94dd20100ff1c1c56fa8ce0f9ea2351a5 | |
parent | 55e4df827a2ac6e2c720a9aeded8ada1e7ec2c66 (diff) |
system/wine-staging: Updated for version 9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/wine-staging/README | 18 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.SlackBuild | 17 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.info | 10 |
3 files changed, 25 insertions, 20 deletions
diff --git a/system/wine-staging/README b/system/wine-staging/README index 08813881e7048..4183b2a8f7fe0 100644 --- a/system/wine-staging/README +++ b/system/wine-staging/README @@ -1,7 +1,8 @@ -wine-staging (Wine Staging is the testing area of winehq.org) +Wine is an Open Source implementation of the Windows API on top of X +for Linux and Unix. -This is a current development branch of wine appended with full patches -of the staging branch. +wine-staging is the current development branch of wine appended with +full patches of the staging 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 @@ -9,14 +10,17 @@ 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. -============================================================ +NOTE: This builds the cutting-edge version of wine. If you need +something more stable then you may want to check out wine. + +======================================================================= OPTIONAL DEPENDENCIES fontforge: To build tahoma, tahomabd, and marlett fonts. webcore-fonts: For MS fonts for the web and Windows Vista. -============================================================ +======================================================================= OPTIONS @@ -36,7 +40,7 @@ ARCH: The executable for 64 bit wine is named wine64. -============================================================ +======================================================================= MULTILIB @@ -61,7 +65,7 @@ then you will also want to blacklist his packages in [0-9]+alien [0-9]+compat32 -============================================================ +======================================================================= NOTES diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild index bd80e4ad338f2..3e428c29514b0 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 2023 Steven Voges <Oregon, USA> +# Copyright 2023-2024 Steven Voges <Oregon, USA> # Copyright 2016-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil. # Copyright 2015 Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com> # @@ -33,8 +33,9 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wine-staging -VERSION=${VERSION:-8.21} -WINEVERSION=${WINEVERSION:-$VERSION} +VERSION=${VERSION:-9.0} +WINEVERSION=${WINEVERSION:-9.0} +STAGINGVERSION=$WINEVERSION BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -101,11 +102,11 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION wine-$WINEVERSION +rm -rf $PRGNAM-$STAGINGVERSION wine-$WINEVERSION tar xvf $CWD/wine-$WINEVERSION.tar.xz -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$STAGINGVERSION.tar.gz -cd $PRGNAM-$VERSION +cd $PRGNAM-$STAGINGVERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -114,7 +115,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; cd $TMP/wine-$WINEVERSION -python3 $TMP/$PRGNAM-$VERSION/staging/patchinstall.py --all +python3 $TMP/$PRGNAM-$STAGINGVERSION/staging/patchinstall.py --all chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -213,7 +214,7 @@ convert $CWD/winecfg.png -scale 64 $PKG/usr/share/pixmaps/wine-uninstaller.png cp programs/winecfg/winecfg.svg $PKG/usr/share/icons/hicolor/scalable/apps/ cp $CWD/*.desktop $PKG/usr/share/applications/ -DOCS="ANNOUNCE AUTHORS COPYING.LIB LICENSE* MAINTAINERS README VERSION" +DOCS="ANNOUNCE.md AUTHORS COPYING.LIB LICENSE* MAINTAINERS README.md VERSION" FONTS_LICENSE="COPYING.arial COPYING.cour COPYING.msyh COPYING.times" mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/system/wine-staging/wine-staging.info b/system/wine-staging/wine-staging.info index 63b0da8568126..77f37c13a9391 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,10 +1,10 @@ PRGNAM="wine-staging" -VERSION="8.21" +VERSION="9.0" HOMEPAGE="https://wiki.winehq.org/Wine-Staging" -DOWNLOAD="https://dl.winehq.org/wine/source/8.x/wine-8.21.tar.xz \ - https://github.com/wine-staging/wine-staging/archive/v8.21/wine-staging-8.21.tar.gz" -MD5SUM="8f8f3fa132b35c9395da891d80ab3b24 \ - 987dedeabd9b8d8d701c6bed5c56407d" +DOWNLOAD="https://dl.winehq.org/wine/source/9.0/wine-9.0.tar.xz \ + https://github.com/wine-staging/wine-staging/archive/v9.0/wine-staging-9.0.tar.gz" +MD5SUM="78e1cb8d77d20b44820461b056a15069 \ + 6d5290e19ff019016ea2729e99a881d1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |