system/wine: Updated for version 9.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Steven Voges 2024-01-18 07:47:36 +07:00 committed by Willy Sudiarto Raharjo
parent df7d5874a3
commit 7975fa56e7
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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=""