gnu: libxrandr: Propagate more inputs. * gnu/packages/xorg.scm (libxrandr): Propagate libxrender, xproto, libx11.
gnu: xterm: Update to 315. * gnu/packages/xorg.scm (xterm): Update to 315.
Merge branch 'master' into core-updates
gnu: xorg-server: Update to 1.16.4. * gnu/packages/xorg.scm (xorg-server): Update to 1.16.4.
gnu: Add xf86-video-nouveau. * gnu/packages/xorg.scm (xf86-video-nouveau): New variable.
gnu: xf86-video-nv: Improve description. * gnu/packages/xorg.scm (xf86-video-nv): Adjust synopsis and description.
gnu: libxtst: Propagate libxi. * gnu/packages/xorg.scm (libxtst): Move libxi to 'propagated-inputs'.
gnu: xf86-video-geode: Only supported on i686 systems. * gnu/packages/xorg.scm (xf86-video-geode)[supported-systems]: Trim to include only i686-based systems.
gnu: xf86-video-intel: Only supported on Intel-based systems. * gnu/packages/xorg.scm (xf86-video-intel)[supported-systems]: Trim to include only Intel-based systems.
gnu: Remove 'xf86-video-ast' and 'xf86-video-newport' drivers. * gnu/packages/xorg.scm (xf86-video-ast, xf86-video-newport): Comment out.
gnu: Add xinit. * gnu/packages/xorg.scm (xinit): New variable.
Merge branch 'wip-gobject-introspection'
gnu: xorg-server: Disable parallel execution of tests. * gnu/packages/xorg.scm (xorg-server): Set '#:parallel-tests?' to '#f'.
Merge branch 'core-updates' Conflicts: gnu/packages/bootstrap.scm
gnu: xorg-server: Update to 1.16.3. * gnu/packages/xorg.scm (xorg-server): Update to 1.16.3.
Merge branch 'master' into core-updates
gnu: Fix misuses of 'x11-style' licenses. * gnu/packages/xorg.scm (libevdev)[license]: Actually call 'license:x11-style'. (libxshmfence): Likewise.
Merge branch 'xorg-updates'
gnu: Consistently use modular xorg source URIs in xorg.scm. * gnu/packages/xorg.scm (bigreqsproto, compositeproto, damageproto) (dmxproto, encodings, font-adobe100dpi, font-adobe75dpi, font-alias) (font-arabic-misc, font-cronyx-cyrillic, font-dec-misc, font-isas-misc) (font-micro-misc, font-misc-cyrillic, font-misc-ethiopic, font-misc-misc) (font-mutt-misc, font-schumacher-misc, font-screen-cyrillic, font-sony-misc) (font-sun-misc, font-util, font-winitzki-cyrillic, font-xfree86-type1) (libpthread-stubs, libwindowswm, libxdmcp, libxkbfile, libxscrnsaver) (luit, recordproto, renderproto, resourceproto, scrnsaverproto, setxkbmap) (smproxy, windowswmproto, x11perf, xcb-proto, xcmiscproto, xcmsdb, xdriinfo) (xf86-input-void, xf86-video-newport, xf86bigfontproto, xf86dgaproto) (xf86driproto, xf86vidmodeproto, xgamma, xineramaproto, xkbevd, xlsatoms) (xorg-sgml-doctools, xpr, xwud, fixesproto, mkfontdir, libxcb, xcb-util) (xcb-util-image, xcb-util-keysyms, xcb-util-renderutil, kbproto, xbitmaps): Use source URIs with prefix mirror://xorg/individual/ for consistency. (dri3proto, presentproto, printproto): Remove comments about them not being part of X11R7.7.
gnu: xorg-server: Update to 1.16.2.901, with many security fixes. Includes fixes for CVE-2014-8091, CVE-2014-8092, CVE-2014-8093, CVE-2014-8094, CVE-2014-8095, CVE-2014-8096, CVE-2014-8097, CVE-2014-8098, CVE-2014-8099, CVE-2014-8100, CVE-2014-8101, CVE-2014-8102, and CVE-2014-8103. See <http://www.x.org/wiki/Development/Security/Advisory-2014-12-09/> * gnu/packages/xorg.scm (xorg-server): Update to 1.16.2.901. Move mesa, resourceproto, scrnsaverproto, and xf86driproto from inputs to propagated-inputs. Add dri3proto and presentproto to propagated-inputs. Add eudev and libxshmfence to inputs. Add a 'pre-configure' phase instead of modifying the 'configure' phase. Adapt substitution that avoids trying to 'mkdir /var' to build system changes. * gnu/services/xorg.scm (xserver.conf): Add xf86-input-evdev ModulePath line.