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

Andreas Radke andyrtr at archlinux.org
Thu Feb 8 20:52:18 UTC 2018


    Date: Thursday, February 8, 2018 @ 20:52:17
  Author: andyrtr
Revision: 316469

upgpkg: xf86-video-intel 1:2.99.917+811+g5c7e4e0e-1

update to latest git commit; prepare for meson builds

Modified:
  xf86-video-intel/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-08 20:21:03 UTC (rev 316468)
+++ PKGBUILD	2018-02-08 20:52:17 UTC (rev 316469)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xf86-video-intel
-_commit=26f5406841f3924f23f29df61b5ea53d2816b665 # master
-pkgver=2.99.917+805+g26f54068
+_commit=5c7e4e0e05b37e038c9047e9d6cae118799f6ad2 # master
+pkgver=2.99.917+811+g5c7e4e0e
 pkgrel=1
 epoch=1
 arch=(x86_64)
@@ -17,7 +17,7 @@
              # additional deps for intel-virtual-output
              'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
              # additional for git snapshot
-             'git')
+             'git') # 'meson' 'valgrind')
 optdepends=('libxrandr: for intel-virtual-output'
             'libxinerama: for intel-virtual-output'
             'libxcursor: for intel-virtual-output'
@@ -30,6 +30,7 @@
 groups=('xorg-drivers')
 source=("git+https://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel#commit=$_commit")
 sha256sums=('SKIP')
+#options=('!makeflags')
 
 pkgver() {
   cd $pkgname
@@ -39,6 +40,9 @@
 prepare() {
   cd $pkgname
   NOCONFIGURE=1 ./autogen.sh
+
+
+#  mkdir build
 }
 
 build() {
@@ -55,11 +59,16 @@
     --libexecdir=/usr/lib \
     --with-default-dri=3
   make
+#  cd build
+#  arch-meson $pkgname build \
+#   -Dwith-default-dri=3
+#  ninja -C build
 }
 
 check() {
   cd $pkgname
   make check
+#  meson test -C build
 }
 
 package() {
@@ -67,6 +76,8 @@
 
   make DESTDIR="${pkgdir}" install
 
+#  DESTDIR="$pkgdir" ninja -C build install
+
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }



More information about the arch-commits mailing list