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

Laurent Carlier lcarlier at archlinux.org
Tue Feb 14 03:48:21 UTC 2017


    Date: Tuesday, February 14, 2017 @ 03:48:20
  Author: lcarlier
Revision: 288911

upgpkg: xorg-server 1.19.1-5

add other missing dependencies (FS#52949)

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-13 21:28:27 UTC (rev 288910)
+++ PKGBUILD	2017-02-14 03:48:20 UTC (rev 288911)
@@ -5,7 +5,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 'xorg-server-common' 'xorg-server-devel')
 pkgver=1.19.1
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('custom')
 groups=('xorg')
@@ -110,7 +110,8 @@
 
 package_xorg-server() {
   pkgdesc="Xorg X server"
-  depends=(libepoxy libpciaccess libxfont2 pixman xorg-server-common libunwind dbus libgl xf86-input-libinput)
+  depends=(libepoxy libxfont2 pixman xorg-server-common libunwind dbus libgl xf86-input-libinput
+           libpciaccess libdrm libxshmfence) # FS#52949
 
   # 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



More information about the arch-commits mailing list