[arch-commits] Commit in xorg-server/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Sep 7 14:27:44 UTC 2012


    Date: Friday, September 7, 2012 @ 10:27:44
  Author: andyrtr
Revision: 166391

prepare Xorg 1.13.0 release, add ABI providers that drivers can depend on the ABI and no more on major Xorg-server versions

Modified:
  xorg-server/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-07 13:56:39 UTC (rev 166390)
+++ PKGBUILD	2012-09-07 14:27:44 UTC (rev 166391)
@@ -3,7 +3,7 @@
 
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
-pkgver=1.12.4
+pkgver=1.13.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
@@ -19,7 +19,7 @@
         xvfb-run
         xvfb-run.1
         10-quirks.conf)
-sha256sums=('8ac07c35306ba3fb3c0972722dd4e919303039eca1d40ac7862560e0b2c94cf7'
+sha256sums=('548b91cb01087ad4f892428e7ac4955251cf12393e86c70420436b33848ef28a'
             '66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
             'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
             'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
@@ -94,7 +94,8 @@
   pkgdesc="Xorg X server"
   depends=(libxdmcp libxfont udev libpciaccess libdrm pixman libgcrypt libxau xorg-server-common xf86-input-evdev)
   backup=('etc/X11/xorg.conf.d/10-evdev.conf' 'etc/X11/xorg.conf.d/10-quirks.conf')
-  provides=('x-server')
+  # see xorg-server-1.13.0/hw/xfree86/common/xf86Module.h for ABI version
+  provides=('X-ABI-VIDEODRV_VERSION=13.0' 'X-ABI-XINPUT_VERSION=18.0' 'X-ABI-EXTENSION_VERSION=7.0' 'x-server')
   groups=('xorg')
   conflicts=('nvidia-utils<=290.10')
 




More information about the arch-commits mailing list