wine: update to 5.8.
This commit is contained in:
parent
ed2f93b8e7
commit
7b675e484d
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=5.7
|
||||
revision=3
|
||||
version=5.8
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--bindir=/usr/libexec/wine"
|
||||
short_desc="Run Microsoft Windows applications"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="http://www.winehq.org/"
|
||||
distfiles="https://dl.winehq.org/wine/source/${version%%.*}.x/wine-${version}.tar.xz"
|
||||
checksum=16c99b9c6db56f75fcc2c6b3cbae400db1da1f750edba0249fd0fc288a9b4712
|
||||
checksum=cbad04c261437abec16945cd7ca83c77950f3e03099d7e3f883a6ea7293233cf
|
||||
|
||||
lib32mode=full
|
||||
archs="i686 x86_64"
|
||||
|
@ -28,7 +28,7 @@ makedepends="gettext-devel lcms2-devel zlib-devel ncurses-devel
|
|||
depends="libXi libXinerama libXcomposite libXcursor libOSMesa
|
||||
desktop-file-utils hicolor-icon-theme liberation-fonts-ttf
|
||||
gnutls"
|
||||
depends="wine-common"
|
||||
depends="wine-common>=${version}_${revision}"
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
x86_64*) configure_args+=" --enable-win64 --libdir=/usr/lib"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue