wine-unstable: update to version 1.5.0
This commit is contained in:
parent
8097a5f2c6
commit
21e0cec15c
3 changed files with 11 additions and 12 deletions
srcpkgs/wine-unstable
|
@ -6,7 +6,7 @@ long_desc="${long_desc}
|
|||
This package contains the wine runtime."
|
||||
|
||||
only_for_archs=i686
|
||||
replaces="libwine>=0 libwine-unstable>=1.4-rc4"
|
||||
replaces="libwine>=0"
|
||||
provides="libwine-$version"
|
||||
conflicts="libwine>=0"
|
||||
|
||||
|
|
|
@ -1,19 +1,16 @@
|
|||
# Template file for 'wine-unstable'
|
||||
__pkgname=wine
|
||||
pkgname=${__pkgname}-unstable
|
||||
__majminver=1.4
|
||||
__rcver=rc4
|
||||
__otherversion=${__majminver}-${__rcver}
|
||||
version=${__majminver}.${__rcver}
|
||||
wrksrc=${__pkgname}-${__otherversion}
|
||||
version=1.5.0
|
||||
wrksrc=${__pkgname}-${version}
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-x"
|
||||
homepage="http://www.winehq.org/"
|
||||
distfiles="http://ibiblio.org/pub/linux/system/emulators/${__pkgname}/${__pkgname}-${__otherversion}.tar.bz2"
|
||||
distfiles="http://ibiblio.org/pub/linux/system/emulators/${__pkgname}/${__pkgname}-${version}.tar.bz2"
|
||||
short_desc="Run Windows applications on Linux, BSD, Solaris and Mac OS X. (unstable)"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="LGPL-2.1"
|
||||
checksum=3105c4f7e0a3c326c3dc82257b6af96dd5db6cc2afbe4b8a936563d2da04d1ec
|
||||
checksum=ad15143d2f8b38e2b5b8569b46efd09f9d13ce558dad431e17c471ca1412742b
|
||||
long_desc="
|
||||
Wine lets you run Windows software on other operating systems. With Wine,
|
||||
you can install and run these applications just like you would in
|
||||
|
@ -21,7 +18,7 @@ long_desc="
|
|||
|
||||
only_for_archs=i686
|
||||
build_requires=11
|
||||
replaces="wine>=0 wine-unstable>=1.4-rc4"
|
||||
replaces="wine>=0"
|
||||
provides="wine-$version"
|
||||
conflicts="wine>=0"
|
||||
subpackages="lib$pkgname $pkgname-devel"
|
||||
|
@ -29,16 +26,17 @@ subpackages="lib$pkgname $pkgname-devel"
|
|||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
# XXX OpenCL
|
||||
# XXX dbus (dynamic device support) - I cannot make this work.
|
||||
# XXX libsane (scanner support)
|
||||
# XXX libcapi20 (ISDN support)
|
||||
# XXX libcups (printing support)
|
||||
# XXX libcapi20 (ISDN support)
|
||||
|
||||
Add_dependency run libwine-unstable
|
||||
|
||||
Add_dependency build flex
|
||||
Add_dependency build gettext-devel
|
||||
Add_dependency build lcms-devel
|
||||
Add_dependency build zlib-devel
|
||||
Add_dependency build ncurses-devel
|
||||
Add_dependency build MesaLib-devel
|
||||
Add_dependency build libSM-devel
|
||||
Add_dependency build libXext-devel
|
||||
|
@ -68,6 +66,7 @@ Add_dependency build libpng-devel
|
|||
Add_dependency build v4l-utils-devel
|
||||
Add_dependency build fontconfig-devel
|
||||
Add_dependency build gnutls-devel
|
||||
Add_dependency build dbus-devel
|
||||
|
||||
|
||||
Add_dependency build prelink # WINE only needs it to build the DLLs,
|
||||
|
|
|
@ -6,7 +6,7 @@ long_desc="${long_desc}
|
|||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
only_for_archs=i686
|
||||
replaces="wine-devel>=0 wine-unstable-devel>=1.4-rc4"
|
||||
replaces="wine-devel>=0"
|
||||
provides="wine-devel-$version"
|
||||
conflicts="wine-devel>=0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue