[arch-commits] Commit in xf86-video-unichrome/repos (2 files)

Jan de Groot jgc at archlinux.org
Fri Dec 26 14:59:14 UTC 2008


    Date: Friday, December 26, 2008 @ 09:59:14
  Author: jgc
Revision: 22361

Merged revisions 22300 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/xf86-video-unichrome/trunk

........
  r22300 | jgc | 2008-12-25 18:28:00 +0000 (Thu, 25 Dec 2008) | 2 lines
  
  upgpkg: xf86-video-unichrome 0.2.7-0.1
      Update to git version. Hope this fixes FS#12551
........

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

----------+
 PKGBUILD |   23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)


Property changes on: xf86-video-unichrome/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /xf86-video-unichrome/trunk:1-1687
   + /xf86-video-unichrome/trunk:1-22360

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-12-26 14:57:55 UTC (rev 22360)
+++ extra-x86_64/PKGBUILD	2008-12-26 14:59:14 UTC (rev 22361)
@@ -1,26 +1,23 @@
 # $Id$
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=xf86-video-unichrome
-pkgver=0.2.6
-pkgrel=8
+pkgver=0.2.7
+pkgrel=0.1
+_gitversion=1464eb9ecb178163af0e85443c3e591755c8c320
 pkgdesc="Unichrome video drivers for X.Org"
 arch=(i686 x86_64)
 url="http://unichrome.sf.net/"
-depends=('unichrome-dri>=7.0.3')
-makedepends=('pkgconfig' 'xorg-server>=1.4.0.90' 'xorg-util-macros' 'xf86driproto' \
-             'glproto' 'mesa>=7.0.3' 'autoconf' 'automake' 'libtool')
+depends=('unichrome-dri>=7.2')
+makedepends=('pkgconfig' 'xorg-server>=1.5.3' 'xorg-util-macros' 'xf86driproto' 'glproto' 'mesa>=7.2' 'autoconf' 'automake' 'libtool')
 options=('!libtool')
-conflicts=('xf86-video-via' 'openchrome')
-groups=('xorg-video-drivers')
-source=(http://downloads.sf.net/unichrome/${pkgname}-${pkgver}.tar.gz
-	fix-defines.patch)
-md5sums=('fd81a739ae8145bb9729fa9665ef426c' '84142497ed91048bb2d0d082ce8a0229')
+conflicts=('xf86-video-via' 'openchrome' 'xf86-video-openchrome' 'xorg-server<1.5.3')
+source=(http://cgit.freedesktop.org/~libv/${pkgname}/snapshot/${pkgname}-${_gitversion}.tar.bz2)
+md5sums=('dfef1e3b9ed24d50938ea5ee6f708457')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np1 -i ${startdir}/src/fix-defines.patch || return 1
+  cd "${srcdir}/${pkgname}-${_gitversion}"
   ./autogen.sh --prefix=/usr \
                --enable-dri
   make || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list