[arch-commits] CVS update of arch/build/x11-drivers/xf86-video-vesa (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Wed May 9 11:32:13 UTC 2007


    Date: Wednesday, May 9, 2007 @ 07:32:13
  Author: alexander
    Path: /home/cvs-arch/arch/build/x11-drivers/xf86-video-vesa

Modified: PKGBUILD (1.5 -> 1.6)

upgpkg: xf86-video-vesa 1.3.0


----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)


Index: arch/build/x11-drivers/xf86-video-vesa/PKGBUILD
diff -u arch/build/x11-drivers/xf86-video-vesa/PKGBUILD:1.5 arch/build/x11-drivers/xf86-video-vesa/PKGBUILD:1.6
--- arch/build/x11-drivers/xf86-video-vesa/PKGBUILD:1.5	Sun Oct  8 06:08:22 2006
+++ arch/build/x11-drivers/xf86-video-vesa/PKGBUILD	Wed May  9 07:32:13 2007
@@ -1,25 +1,23 @@
-# $Id: PKGBUILD,v 1.5 2006/10/08 10:08:22 jgc Exp $
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
+# $Id: PKGBUILD,v 1.6 2007/05/09 11:32:13 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=xf86-video-vesa
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="X.org vesa 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.2.0')
 groups=('xorg-video-drivers')
 options=('nolibtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-	vesa-1.2.1-fix-shadowfb.patch)
-md5sums=('387c0e38ddeaacdb32f05069440a34c0')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np1 -i ${startdir}/src/vesa-1.2.1-fix-shadowfb.patch || return 1
   ./configure --prefix=/usr \
               --build=${CHOST} --host=${CHOST}
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }
+md5sums=('4a307852f3b4850e436a41dab2a73676')




More information about the arch-commits mailing list