Date: Saturday, December 28, 2013 @ 12:18:14
  Author: andyrtr
Revision: 202788

upgpkg: xorg-server 1.15.0-0.2

fix xorg-server-devel dependencies

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-12-28 08:21:09 UTC (rev 202787)
+++ PKGBUILD    2013-12-28 11:18:14 UTC (rev 202788)
@@ -5,7 +5,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.15.0
-pkgrel=0.1 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
+pkgrel=0.2 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://xorg.freedesktop.org";
@@ -103,6 +103,7 @@
   depends=(libxdmcp libxfont 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')
   # see xorg-server-*/hw/xfree86/common/xf86Module.h for ABI versions - we 
provide major numbers that drivers can depend on
+  # and /usr/lib/pkgconfig/xorg-server.pc in xorg-server-devel pkg
   provides=('X-ABI-VIDEODRV_VERSION=15' 'X-ABI-XINPUT_VERSION=20' 
'X-ABI-EXTENSION_VERSION=8.0' 'x-server')
   groups=('xorg')
   conflicts=('nvidia-utils<=290.10')
@@ -186,8 +187,7 @@
            xproto randrproto renderproto xextproto inputproto kbproto 
            fontsproto pixman videoproto xf86driproto glproto 
            mesa dri2proto xineramaproto libpciaccess
-           # see FS#32146
-           resourceproto scrnsaverproto
+           resourceproto scrnsaverproto presentproto
            # not technically required but almost every Xorg pkg needs it to 
build
            xorg-util-macros)
 

Reply via email to