diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2024-01-18 07:47:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-18 08:54:52 +0700 |
commit | 7975fa56e7f3bd917595432ab1109b1d37e66869 (patch) | |
tree | 01324331b2930cf5c8ccc3f3808e43af1f8563f6 /system | |
parent | df7d5874a3dc7decdf30dc133a8ef7e01ab240f0 (diff) |
system/wine: Updated for version 9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/wine/README | 16 | ||||
-rw-r--r-- | system/wine/wine.SlackBuild | 6 | ||||
-rw-r--r-- | system/wine/wine.info | 6 |
3 files changed, 14 insertions, 14 deletions
diff --git a/system/wine/README b/system/wine/README index 4ad72bd4b9e31..df81467072fc0 100644 --- a/system/wine/README +++ b/system/wine/README @@ -1,17 +1,17 @@ -Wine is an Open Source implementation of the Windows API on top of X for -Linux and Unix. +Wine is an Open Source implementation of the Windows API on top of X +for Linux and Unix. -NOTE: This builds the stable version of wine. If you need cutting-edge -then you may want to check out wine-staging. +NOTE: This builds the stable version of wine. If you need something +more cutting-edge then you may want to check out wine-staging. -============================================================ +======================================================================= OPTIONAL DEPENDENCIES fontforge: To build tahoma, tahomabd, and marlett fonts. webcore-fonts: For MS fonts for the web and Windows Vista. -============================================================ +======================================================================= OPTIONS @@ -31,7 +31,7 @@ ARCH: The executable for 64 bit wine is named wine64. -============================================================ +======================================================================= MULTILIB @@ -55,7 +55,7 @@ then you will also want to blacklist his packages in [0-9]+alien [0-9]+compat32 -============================================================ +======================================================================= NOTES diff --git a/system/wine/wine.SlackBuild b/system/wine/wine.SlackBuild index 469c998246746..12a0939ec689f 100644 --- a/system/wine/wine.SlackBuild +++ b/system/wine/wine.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wine -# Copyright 2023 Steven Voges <Oregon, USA> +# Copyright 2023-2024 Steven Voges <Oregon, USA> # Copyright 2011 David Woodfall # Copyright 2006-2009 Robby Workman Northport, AL, USA # All rights reserved. @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wine -VERSION=${VERSION:-8.0.2} +VERSION=${VERSION:-9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -170,7 +170,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ANNOUNCE AUTHORS COPYING.LIB LICENSE* README VERSION \ +cp -a ANNOUNCE.md AUTHORS COPYING.LIB LICENSE* README.md VERSION \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/wine/wine.info b/system/wine/wine.info index dfbf1e0813993..da336cab9dcc4 100644 --- a/system/wine/wine.info +++ b/system/wine/wine.info @@ -1,8 +1,8 @@ PRGNAM="wine" -VERSION="8.0.2" +VERSION="9.0" HOMEPAGE="http://www.winehq.com/" -DOWNLOAD="https://dl.winehq.org/wine/source/8.0/wine-8.0.2.tar.xz" -MD5SUM="c8ec9a10623f0d9b321061de22b2a1d8" +DOWNLOAD="https://dl.winehq.org/wine/source/9.0/wine-9.0.tar.xz" +MD5SUM="78e1cb8d77d20b44820461b056a15069" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |