[arch-commits] Commit in wine/repos/extra-i686 (PKGBUILD)

Eduardo Romero eduardo at archlinux.org
Sun Jul 6 01:15:56 UTC 2008


    Date: Saturday, July 5, 2008 @ 21:15:55
  Author: eduardo
Revision: 4252

fixing things

Modified:
  wine/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-06 00:59:57 UTC (rev 4251)
+++ PKGBUILD	2008-07-06 01:15:55 UTC (rev 4252)
@@ -1,26 +1,28 @@
 # $Id$
-# Maintainer: Eduardo Romero <eduardo at archlinux.org>
+# Maintainer: Dale Blount <dale at archlinux.org>
+# Contributor: Matt Smith (Majik) <darkknight at helpdesk.zaz.net>
 pkgname=wine
-pkgver=1.1.0
-pkgrel=2
+pkgver=0.9.61
+pkgrel=1
 pkgdesc="Emulator of the Windows 3.x and Win32 APIs"
 url="http://www.winehq.com"
 arch=('i686')
 license=('LGPL')
-depends=('fontconfig' 'libldap' 'libxslt' 'lcms' 'libxxf86dga' \
-         'libxcursor' 'libxrandr' 'libxdamage' 'freeglut')
-makedepends=('cups' 'sane' 'fontforge' 'flex' 'bison' 'libgphoto2' \
-             'libxinerama' 'esd' 'libungif' 'alsa-lib' 'ncurses' \
-             'libxcomposite')
-install=wine.install
+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')
 source=(http://downloads.sourceforge.net/wine/wine-$pkgver.tar.bz2)
-md5sums=('b2374c4802bbef2f03633e153643b870')
+md5sums=('d01518d529903dca013da592113bd995')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --with-x --without-capi
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-opengl --with-x
   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