[arch-commits] Commit in wine/trunk (PKGBUILD)

Eduardo Romero eduardo at archlinux.org
Sat Jul 5 02:08:29 UTC 2008


    Date: Friday, July 4, 2008 @ 22:08:29
  Author: eduardo
Revision: 4175

Modified:
  wine/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-04 22:20:47 UTC (rev 4174)
+++ PKGBUILD	2008-07-05 02:08:29 UTC (rev 4175)
@@ -1,22 +1,21 @@
 # $Id$
 # Maintainer: Eduardo Romero <eduardo at archlinux.org>
-# Contributor: Matt Smith (Majik) <darkknight at helpdesk.zaz.net>
 pkgname=wine
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Emulator of the Windows 3.x and Win32 APIs"
 url="http://www.winehq.com"
 arch=('i686')
 license=('LGPL')
-depends=('freetype2' 'fontconfig' 'libjpeg' 'libungif' 'alsa-lib' 'glut' 'libldap' 'libxslt' 'lcms' 'libxxf86dga' 'freeglut' \
-         'libxinerama' 'libxcursor' 'libxrandr' 'libxrender' 'libxdamage')
-makedepends=('alsa-lib' 'sane' 'fontforge' 'flex' 'bison' 'libgphoto2' 'mesa' 'esd')
+depends=('alsa-lib' 'fontconfig' 'libungif' 'libldap' 'libxslt' 'lcms' 'libxxf86dga' 'freeglut' \
+         'libxinerama' 'libxcursor' 'libxrandr' 'libxrender' 'libxdamage' 'libgphoto2' 'mesa' 'esd')
+makedepends=('sane' 'fontforge' 'flex' 'bison')
 source=(http://downloads.sourceforge.net/wine/wine-$pkgver.tar.bz2)
 md5sums=('b2374c4802bbef2f03633e153643b870')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-opengl --with-x
+  ./configure --prefix=/usr --sysconfdir=/etc --with-x --without-capi
   make depend || return 1
   make || return 1
   make prefix=$startdir/pkg/usr install || return 1





More information about the arch-commits mailing list