[arch-commits] Commit in xf86-video-unichrome/trunk (PKGBUILD drm-include.patch)

Jan de Groot jgc at archlinux.org
Thu Aug 25 10:05:25 UTC 2011


    Date: Thursday, August 25, 2011 @ 06:05:25
  Author: jgc
Revision: 136288

upgpkg: xf86-video-unichrome 0.2.7-6

	Rebuild for xserver 1.11RC, update to last git version

Modified:
  xf86-video-unichrome/trunk/PKGBUILD
Deleted:
  xf86-video-unichrome/trunk/drm-include.patch

-------------------+
 PKGBUILD          |   19 +++++++------------
 drm-include.patch |   11 -----------
 2 files changed, 7 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-25 09:47:27 UTC (rev 136287)
+++ PKGBUILD	2011-08-25 10:05:25 UTC (rev 136288)
@@ -3,29 +3,24 @@
 
 pkgname=xf86-video-unichrome
 pkgver=0.2.7
-pkgrel=5
-_gitversion=cd12cce88ff886031c23c743569fba97eccace4e
+pkgrel=6
+_gitversion=b917bee87db8a65b8e8da0ca12c24a176c9e9fb2
 pkgdesc="Unichrome video drivers for X.Org"
 arch=(i686 x86_64)
 url="http://unichrome.sf.net/"
 license=('custom')
 depends=('glibc' 'unichrome-dri')
-makedepends=('xorg-server-devel' 'libx11' 'libdrm' 'xf86driproto' 'mesa' 'libxvmc')
+makedepends=('xorg-server-devel>=1.10.99.902' 'libx11' 'libdrm' 'xf86driproto' 'mesa' 'libxvmc' 'glproto')
 options=('!libtool')
-conflicts=('xf86-video-via' 'openchrome' 'xf86-video-openchrome' 'xorg-server<1.10.0')
-source=(http://cgit.freedesktop.org/~libv/${pkgname}/snapshot/${pkgname}-${_gitversion}.tar.bz2
-        drm-include.patch
-        LICENSE)
-md5sums=('c64332e6c386ed9a580116e131f288f4'
-         '4a9bf2e3ef338c170a2f58988ebb97dc'
-         '6ea7d64c87c5c32201a1e38e3336e44a')
+conflicts=('xf86-video-via' 'openchrome' 'xf86-video-openchrome' 'xorg-server<1.10.99.902')
+source=(http://cgit.freedesktop.org/~libv/${pkgname}/snapshot/${pkgname}-${_gitversion}.tar.bz2)
+md5sums=('f7adef052de08a01af86e245d1932239')
 
 build() {
   cd "${srcdir}/${pkgname}-${_gitversion}"
-  patch -Np0 -i "${srcdir}/drm-include.patch"
   ./autogen.sh --prefix=/usr --enable-dri
   make
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m644 debian/copyright "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }

Deleted: drm-include.patch
===================================================================
--- drm-include.patch	2011-08-25 09:47:27 UTC (rev 136287)
+++ drm-include.patch	2011-08-25 10:05:25 UTC (rev 136288)
@@ -1,11 +0,0 @@
---- src/via_memory.h.orig	2010-05-09 16:17:00.143352805 +0200
-+++ src/via_memory.h	2010-05-09 16:17:14.433351301 +0200
-@@ -30,7 +30,7 @@
- 
- /* don't include local via_drm.h when using modular */
- #ifdef HAVE_CONFIG_H
--#include "drm/via_drm.h"
-+#include <via_drm.h>
- #else
- #include "via_drm.h"
- #endif




More information about the arch-commits mailing list