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

Andreas Radke andyrtr at archlinux.org
Fri Jan 27 08:58:49 UTC 2017


    Date: Friday, January 27, 2017 @ 08:58:48
  Author: andyrtr
Revision: 287578

upgpkg: xf86-video-ati 1:7.8.99.r23.gd611d21d-1

update to latest git commit

Modified:
  xf86-video-ati/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-27 07:36:03 UTC (rev 287577)
+++ PKGBUILD	2017-01-27 08:58:48 UTC (rev 287578)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck <alexander at archlinux.org>
 
 pkgname=xf86-video-ati
-_commit=ea30d85 # 7 digits
-pkgver=7.8.99.r16.gea30d856
+_commit=d611d21 # 7 digits
+pkgver=7.8.99.r23.gd611d21d
 epoch=1
 pkgrel=1
 pkgdesc="X.org ati video driver"
@@ -15,6 +15,7 @@
 makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=23'
              # additional for git snapshot
              'git')
+backup=(etc/X11/xorg.conf.d/10-radeon.conf)
 conflicts=('xorg-server<1.19.0' 'X-ABI-VIDEODRV_VERSION<23' 'X-ABI-VIDEODRV_VERSION>=24')
 groups=('xorg-drivers')
 #source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
@@ -39,6 +40,7 @@
   cd ${pkgname} #-${pkgver}
 
   ./configure --prefix=/usr \
+    --with-xorg-conf-dir=/etc/X11/xorg.conf.d \
     --enable-glamor
   make
 }



More information about the arch-commits mailing list