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

Eduardo Romero eduardo at archlinux.org
Sat Jul 5 16:16:55 UTC 2008


    Date: Saturday, July 5, 2008 @ 12:16:55
  Author: eduardo
Revision: 4219

Modified:
  wine/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-05 16:01:19 UTC (rev 4218)
+++ PKGBUILD	2008-07-05 16:16:55 UTC (rev 4219)
@@ -7,21 +7,17 @@
 url="http://www.winehq.com"
 arch=('i686')
 license=('LGPL')
-depends=('alsa-lib' 'fontconfig' 'libungif' 'libldap' 'libxslt' 'lcms' 'libxxf86dga' 'freeglut' \
-         'libxinerama' 'libxcursor' 'libxrandr' 'libxrender' 'libxdamage' 'libgphoto2' 'mesa' 'esd')
-makedepends=('sane' 'fontforge' 'flex' 'bison')
+depends=('freetype2' 'fontconfig' 'libjpeg' 'libungif' 'libldap' 'libxslt' 'lcms' 'libxxf86dga' 'freeglut' \
+         'libxinerama' 'libxcursor' 'libxrandr' 'libxrender' 'libxdamage')
+makedepends=('alsa-lib' 'sane' 'fontforge' 'flex' 'bison' 'libgphoto2' 'mesa' 'esd')
 source=(http://downloads.sourceforge.net/wine/wine-$pkgver.tar.bz2)
 md5sums=('b2374c4802bbef2f03633e153643b870')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --with-x --without-capi
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-opengl --with-x --without-capi
   make depend || return 1
   make || return 1
   make prefix=$startdir/pkg/usr install || return 1
-  # expand conflicts with textutils ( doesn't exist anymore ? )
-  # mv $startdir/pkg/usr/bin/expand $startdir/pkg/usr/bin/wine-expand || return 1
   mkdir -p $startdir/pkg/etc/wine
-  # mkdir -p $startdir/pkg/etc/profile.d
-  # cp -r $startdir/src/$pkgname-$pkgver/documentation/samples $startdir/pkg/etc/wine
 }





More information about the arch-commits mailing list