From 7bd1ad75f0ed510a182120e1a8f0a6fb1f67078f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 29 Oct 2011 11:19:44 +0200 Subject: [PATCH] Make dssi-vst, wine and wine-unstable use only_for_archs=i686. --- srcpkgs/dssi-vst/template | 2 ++ srcpkgs/wine-unstable/template | 8 +++----- srcpkgs/wine/template | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/dssi-vst/template b/srcpkgs/dssi-vst/template index 20ea4d29dab..e2241e4d259 100644 --- a/srcpkgs/dssi-vst/template +++ b/srcpkgs/dssi-vst/template @@ -14,6 +14,8 @@ long_desc=" most audio processing, although their user interfaces are slower because of the Windows emulation." +only_for_archs=i686 + Add_dependency run glibc Add_dependency run wine-unstable Add_dependency run libjack diff --git a/srcpkgs/wine-unstable/template b/srcpkgs/wine-unstable/template index a2b67ebbd79..318101238a8 100644 --- a/srcpkgs/wine-unstable/template +++ b/srcpkgs/wine-unstable/template @@ -2,9 +2,9 @@ __pkgname=wine pkgname=${__pkgname}-unstable version=1.3.31 +wrksrc=${__pkgname}-$version build_style=gnu-configure -configure_args=" ---with-x" +configure_args="--with-x" homepage="http://www.winehq.org/" 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)" @@ -16,13 +16,11 @@ long_desc=" you can install and run these applications just like you would in Windows. (unstable)" +only_for_archs=i686 replaces="wine>=0" provides="wine-$version" - subpackages="lib$pkgname $pkgname-devel" -wrksrc=${__pkgname}-$version - gtk_iconcache_dirs="/usr/share/icons/hicolor" # XXX OpenCL diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index 9df0bf97fc9..7b88372bdac 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -14,8 +14,8 @@ long_desc=" you can install and run these applications just like you would in Windows." +only_for_archs=i686 subpackages="lib$pkgname $pkgname-devel" - gtk_iconcache_dirs="/usr/share/icons/hicolor" Add_dependency run glibc