[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Wed Jun 17 06:18:41 UTC 2015


    Date: Wednesday, June 17, 2015 @ 08:18:40
  Author: lcarlier
Revision: 240969

upgpkg: xf86-video-intel 2.99.917.20150616-2

grab the source from git repo

Modified:
  xf86-video-intel/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-17 02:58:54 UTC (rev 240968)
+++ PKGBUILD	2015-06-17 06:18:40 UTC (rev 240969)
@@ -4,7 +4,7 @@
 
 pkgname=xf86-video-intel
 pkgver=2.99.917.20150616
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
 license=('custom')
@@ -13,7 +13,9 @@
 depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19' 'libx11' 'libxrender'
              # additional deps for intel-virtual-output
-            'libxrandr' 'libxinerama' 'libxcursor' 'libxtst')
+            'libxrandr' 'libxinerama' 'libxcursor' 'libxtst'
+             # additional for git snapshot
+            'git')
 optdepends=('libxrandr: for intel-virtual-output'
             'libxinerama: for intel-virtual-output'
             'libxcursor: for intel-virtual-output'
@@ -25,22 +27,23 @@
 groups=('xorg-drivers' 'xorg')
 #source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
 #        git-fixes.patch)
-source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-20150616.tar.bz2")
-sha256sums=('98e65dcc14c74d627232a51e18c5a63dda5fbff6746da1835e9f9a5be6064b7d')
+source=(${pkgname}-${pkgver}::git+http://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel.git#commit=f1f2e7202854c725293c63293de1552337c717b2)
+sha256sums=(SKIP)
 
 build() {
-  cd ${pkgname}-2.99.917
-  ./configure --prefix=/usr --libexecdir=/usr/lib
+  cd ${pkgname}-${pkgver}
+  #./configure --prefix=/usr --libexecdir=/usr/lib
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib
   make
 }
 
 check() {
-  cd ${pkgname}-2.99.917
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd ${pkgname}-2.99.917
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 



More information about the arch-commits mailing list