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

Ionut Biru ibiru at archlinux.org
Sat Nov 14 00:01:28 UTC 2009


    Date: Friday, November 13, 2009 @ 19:01:28
  Author: ibiru
Revision: 58757

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

........
  r58749 | jgc | 2009-11-13 23:24:09 +0200 (Fri, 13 Nov 2009) | 2 lines
  
  upgpkg: xf86-video-unichrome 0.2.7-2
      Update to current git snapshot. Fixes crash with Xorg -configure (FS#14389)
........

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

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


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

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-11-13 23:53:47 UTC (rev 58756)
+++ extra-x86_64/PKGBUILD	2009-11-14 00:01:28 UTC (rev 58757)
@@ -2,24 +2,24 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=xf86-video-unichrome
 pkgver=0.2.7
-pkgrel=1
-_gitversion=9f0c08b8e54af3ffb3f12c157e310d7628c8bc9b
+pkgrel=2
+_gitversion=7f250dd7e4174411b4b8c1b645b3e0b62c0183d3
 pkgdesc="Unichrome video drivers for X.Org"
 arch=(i686 x86_64)
 url="http://unichrome.sf.net/"
 license=('custom')
-depends=('unichrome-dri>=7.3')
-makedepends=('pkgconfig' 'xorg-server>=1.6.0' 'xorg-util-macros' 'xf86driproto' 'glproto' 'mesa>=7.3' 'autoconf' 'automake' 'libtool')
+depends=('unichrome-dri>=7.6')
+makedepends=('pkgconfig' 'xorg-server>=1.7.1' 'xorg-util-macros' 'xf86driproto' 'glproto' 'mesa>=7.6' 'autoconf' 'automake' 'libtool')
 options=('!libtool')
-conflicts=('xf86-video-via' 'openchrome' 'xf86-video-openchrome' 'xorg-server<1.6.0')
+conflicts=('xf86-video-via' 'openchrome' 'xf86-video-openchrome' 'xorg-server<1.7.0')
 source=(http://cgit.freedesktop.org/~libv/${pkgname}/snapshot/${pkgname}-${_gitversion}.tar.bz2 LICENSE)
-md5sums=('41f9e4f666a1eb5fe5d5a76d78486e68' '6ea7d64c87c5c32201a1e38e3336e44a')
 
 build() {
   cd "${srcdir}/${pkgname}-${_gitversion}"
-  ./autogen.sh --prefix=/usr \
-               --enable-dri
+  ./autogen.sh --prefix=/usr --enable-dri || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
-  install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
 }
+md5sums=('c5c77d7ceaac6f0fea7bd5189c53a0c7'
+         '6ea7d64c87c5c32201a1e38e3336e44a')




More information about the arch-commits mailing list