mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
parent
3435df8c2e
commit
92a2cfe337
1 changed files with 8 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=8.7
|
version=8.8
|
||||||
revision=2
|
revision=1
|
||||||
_pkgver=${version/r/-r}
|
_pkgver=${version/r/-r}
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc=wine-${_pkgver}
|
build_wrksrc=wine-${_pkgver}
|
||||||
|
@ -13,8 +13,8 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="http://www.winehq.org/"
|
homepage="http://www.winehq.org/"
|
||||||
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz
|
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz
|
||||||
https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz"
|
https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz"
|
||||||
checksum="6a13597c40d5066c2831e810eef25c2e0e8c22f6c741d6b814a6180166eaebfb
|
checksum="d40b083c57639eb5e252452143c9ec34b7b2bce43e30822586eea37f0c63b3c7
|
||||||
673eca331f1b8041f0aaff206d096be3ac46c8aa2fcbbf1616b66d2019d1462d"
|
e92c6560ae6d6e72a28ef5606cd5f847d70833ad6c60e79a744aa5840e7628e6"
|
||||||
|
|
||||||
build_options="mingw staging xshm"
|
build_options="mingw staging xshm"
|
||||||
build_options_default="mingw xshm"
|
build_options_default="mingw xshm"
|
||||||
|
@ -50,6 +50,10 @@ makedepends="gettext-devel ncurses-devel glu-devel libSM-devel
|
||||||
depends="libXi libXinerama libXcomposite libXcursor libOSMesa
|
depends="libXi libXinerama libXcomposite libXcursor libOSMesa
|
||||||
desktop-file-utils hicolor-icon-theme liberation-fonts-ttf
|
desktop-file-utils hicolor-icon-theme liberation-fonts-ttf
|
||||||
gnutls SDL2 wine-common>=${version}_${revision} libwine>=${version}_${revision}"
|
gnutls SDL2 wine-common>=${version}_${revision} libwine>=${version}_${revision}"
|
||||||
|
lib32depends="libXi-32bit>=0 libXinerama-32bit>=0 libXcomposite-32bit>=0
|
||||||
|
libXcursor-32bit>=0 libOSMesa-32bit>=0 desktop-file-utils>=0 hicolor-icon-theme>=0
|
||||||
|
liberation-fonts-ttf>=0 gnutls-32bit>=0 SDL2-32bit>=0
|
||||||
|
wine-common>=${version}_${revision} libwine-32bit>=${version}_${revision}"
|
||||||
# This testsuite might hang indefinitely
|
# This testsuite might hang indefinitely
|
||||||
make_check=extended
|
make_check=extended
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue