wine: update to 2.1
This commit is contained in:
parent
f786f92c2f
commit
25cfe30f30
1 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=1.9.23
|
||||
version=2.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-gstreamer"
|
||||
|
@ -8,8 +8,11 @@ short_desc="Run Microsoft Windows applications"
|
|||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://www.winehq.org/"
|
||||
distfiles="https://dl.winehq.org/wine/source/${version%.*}/wine-${version}.tar.bz2"
|
||||
checksum=e3efa726f6b3df75cc1151341300c0dc9cd171d84313a428ca44684df9c4368c
|
||||
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${version}.tar.xz"
|
||||
checksum=bfb9abf63691c93df28d9599aaa866dc2b4e27209b3b7b546df8a37d7d9d1e6e
|
||||
|
||||
CC="gcc"
|
||||
CFLAGS="-O2 -pipe"
|
||||
|
||||
lib32mode=full
|
||||
only_for_archs=i686
|
||||
|
@ -41,8 +44,8 @@ fi
|
|||
|
||||
if [ ${build_option_staging} ]; then
|
||||
makedepends+=" libva-devel gtk+3-devel"
|
||||
distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz"
|
||||
checksum+=" 155c4a3c46e0924890a84e8182638658c571ddf26c905bc465dd364145df1c84"
|
||||
distfiles+=" https://github.com/wine-compholio/wine-staging/archive/v${version}.tar.gz"
|
||||
checksum+=" 1d193be2734ea495df2cae1dc54ce89204ca68699979174b0bd726d2e5e0576b"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in a new issue