[arch-commits] Commit in xf86-video-cirrus/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Jun 21 13:45:53 UTC 2008


    Date: Saturday, June 21, 2008 @ 09:45:53
  Author: jgc
Revision: 3200

Merged revisions 2-3199 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/xf86-video-cirrus/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r3199 | jgc | 2008-06-21 13:45:39 +0000 (Sat, 21 Jun 2008) | 1 line
  
  upgpkg: xf86-video-cirrus 1.2.1-1
........

Modified:
  xf86-video-cirrus/repos/extra-x86_64/	(properties)
  xf86-video-cirrus/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)


Property changes on: xf86-video-cirrus/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /xf86-video-cirrus/trunk:1
   + /xf86-video-cirrus/trunk:1-3199

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-06-21 13:45:39 UTC (rev 3199)
+++ extra-x86_64/PKGBUILD	2008-06-21 13:45:53 UTC (rev 3200)
@@ -2,22 +2,21 @@
 #Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xf86-video-cirrus
-pkgver=1.1.0
-pkgrel=4
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="X.org Cirrus Logic video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
 depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server>=1.1.1')
+makedepends=('pkgconfig' 'xorg-server>=1.4.2')
 groups=('xorg-video-drivers')
-options=('nolibtool')
+options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('66344e315def275605dafb314ce59851')
+md5sums=('bc28fdedaee9059180e2534f9dbcd2f6')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-              --build=${CHOST} --host=${CHOST}
+  ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }





More information about the arch-commits mailing list