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

Eduardo Romero eduardo at archlinux.org
Sun Jul 6 00:59:57 UTC 2008


    Date: Saturday, July 5, 2008 @ 20:59:57
  Author: eduardo
Revision: 4251

Merged revisions 1352-4250 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/wine/trunk

........
  r4112 | eduardo | 2008-07-03 15:41:55 -0400 (Thu, 03 Jul 2008) | 2 lines
  
  upgpkg: wine 1.1.0-1
      Update to wine 1.1.0
........
  r4175 | eduardo | 2008-07-04 22:08:29 -0400 (Fri, 04 Jul 2008) | 1 line
........
  r4219 | eduardo | 2008-07-05 12:16:55 -0400 (Sat, 05 Jul 2008) | 1 line
........
  r4250 | eduardo | 2008-07-05 20:23:29 -0400 (Sat, 05 Jul 2008) | 1 line
........

Modified:
  wine/repos/extra-i686/	(properties)
  wine/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)


Property changes on: wine/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /wine/trunk:1-1351
   + /wine/trunk:1-4250

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-07-06 00:23:29 UTC (rev 4250)
+++ extra-i686/PKGBUILD	2008-07-06 00:59:57 UTC (rev 4251)
@@ -1,29 +1,26 @@
 # $Id$
-# Maintainer: Dale Blount <dale at archlinux.org>
-# Contributor: Matt Smith (Majik) <darkknight at helpdesk.zaz.net>
+# Maintainer: Eduardo Romero <eduardo at archlinux.org>
 pkgname=wine
-pkgver=0.9.61
-pkgrel=1
+pkgver=1.1.0
+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')
+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
 source=(http://downloads.sourceforge.net/wine/wine-$pkgver.tar.bz2)
-md5sums=('d01518d529903dca013da592113bd995')
+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
-  # 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