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

Laurent Carlier lcarlier at archlinux.org
Fri Jul 25 22:47:30 UTC 2014


    Date: Saturday, July 26, 2014 @ 00:47:29
  Author: lcarlier
Revision: 218179

upgpkg: xorg-server 1.16.0-5

move nvidia-drm-outputclass.conf file in /usr/share/x11/xorg.conf.d/

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-25 22:02:33 UTC (rev 218178)
+++ PKGBUILD	2014-07-25 22:47:29 UTC (rev 218179)
@@ -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.16.0
-pkgrel=4 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild
+pkgrel=5 # 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"
@@ -117,9 +117,9 @@
   cd "${pkgbase}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
-  # distro specific files must be installed in /etc/X11/xorg.conf.d
+  # distro specific files must be installed in /usr/share/X11/xorg.conf.d
   install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
-  install -m644 "${srcdir}/nvidia-drm-outputclass.conf" "${pkgdir}/etc/X11/xorg.conf.d/"
+  install -m644 "${srcdir}/nvidia-drm-outputclass.conf" "${pkgdir}/usr/share/X11/xorg.conf.d/"
 
   # Needed for non-mesa drivers, libgl will restore it
   mv "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \




More information about the arch-commits mailing list