diff --git a/srcpkgs/wine-unstable/libwine-unstable.template b/srcpkgs/wine-unstable/libwine-unstable.template index 38238b05267..2ee780cf573 100644 --- a/srcpkgs/wine-unstable/libwine-unstable.template +++ b/srcpkgs/wine-unstable/libwine-unstable.template @@ -5,8 +5,6 @@ long_desc="${long_desc} This package contains the wine runtime." -revision=1 - only_for_archs=i686 replaces="libwine>=0" provides="libwine-$version" diff --git a/srcpkgs/wine-unstable/template b/srcpkgs/wine-unstable/template index ad35d29249a..b7c9cdfe3c6 100644 --- a/srcpkgs/wine-unstable/template +++ b/srcpkgs/wine-unstable/template @@ -1,8 +1,7 @@ # Template file for 'wine-unstable' __pkgname=wine pkgname=${__pkgname}-unstable -version=1.3.35 -revision=1 +version=1.4-rc4 wrksrc=${__pkgname}-$version build_style=gnu-configure configure_args="--with-x" @@ -11,7 +10,7 @@ distfiles="http://ibiblio.org/pub/linux/system/emulators/${__pkgname}/${__pkgnam short_desc="Run Windows applications on Linux, BSD, Solaris and Mac OS X. (unstable)" maintainer="davehome " license="LGPL-2.1" -checksum=e23e4da5efebc11206198e9cf2a2638851db4e00a1af0abccd8b6369e99c288b +checksum=3105c4f7e0a3c326c3dc82257b6af96dd5db6cc2afbe4b8a936563d2da04d1ec 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 @@ -33,8 +32,6 @@ gtk_iconcache_dirs="/usr/share/icons/hicolor" # XXX libcups (printing support) Add_dependency run libwine-unstable -Add_dependency run liberation-fonts-ttf # else stuff appears in hebrew -Add_dependency run fontconfig Add_dependency build gettext-devel Add_dependency build flex @@ -68,12 +65,16 @@ Add_dependency build giflib-devel Add_dependency build libpng-devel Add_dependency build v4l-utils-devel Add_dependency build fontconfig-devel +Add_dependency build gnutls-devel + Add_dependency build prelink # WINE only needs it to build the DLLs, - # Otherwise, throws a nasty warning. + # Otherwise, throws a nasty warning. Add_dependency full desktop-file-utils Add_dependency full hicolor-icon-theme +Add_dependency full liberation-fonts-ttf # else stuff appears in hebrew +Add_dependency full fontconfig pre_configure() { diff --git a/srcpkgs/wine-unstable/wine-unstable-devel.template b/srcpkgs/wine-unstable/wine-unstable-devel.template index c3b6976b9e8..456ca4b891a 100644 --- a/srcpkgs/wine-unstable/wine-unstable-devel.template +++ b/srcpkgs/wine-unstable/wine-unstable-devel.template @@ -5,8 +5,6 @@ long_desc="${long_desc} This package contains files for development, headers, static libs, etc." -revision=1 - only_for_archs=i686 replaces="wine-devel>=0" provides="wine-devel-$version"