jackhill/guix/guix.git
9 years agoMerge commit a1dd396cc02922372314c35c8035a38bfeea08df of branch 'nix'.
Ludovic Courtès [Sun, 4 Jan 2015 22:27:34 +0000 (23:27 +0100)]
Merge commit a1dd396cc02922372314c35c8035a38bfeea08df of branch 'nix'.

9 years agopk-crypto: Improve docstring of signature-related procedures.
Ludovic Courtès [Sun, 4 Jan 2015 17:00:23 +0000 (18:00 +0100)]
pk-crypto: Improve docstring of signature-related procedures.

* guix/pk-crypto.scm (bytevector->hash-data, sign): Augment docstring.

9 years agognu: gcc-4.9: Fix build on MIPS.
Mark H Weaver [Sun, 4 Jan 2015 04:44:11 +0000 (23:44 -0500)]
gnu: gcc-4.9: Fix build on MIPS.

* gnu/packages/gcc.scm (gcc-4.9): Add 'join-two-line-dynamic-linker-defns
  phase.

9 years agognu: Search for patches under $GUIX_PACKAGE_PATH.
Ludovic Courtès [Sat, 3 Jan 2015 22:49:42 +0000 (23:49 +0100)]
gnu: Search for patches under $GUIX_PACKAGE_PATH.

Fixes <http://bugs.gnu.org/19364>.
Reported by Tomáš Čech <sleep_walker@suse.cz>
and Mark H Weaver <mhw@netris.org>.

* gnu/packages.scm (%patch-path): Move after definition of
  %package-module-path'.  Append "/gnu/packages/patches" only to
  %DISTRO-ROOT-DIRECTORY.
* tests/guix-package.sh: Add 'emacs-foo-bar-patched' test.

9 years agognu: libtool: Add 2.4.4.
Ludovic Courtès [Sat, 3 Jan 2015 22:35:43 +0000 (23:35 +0100)]
gnu: libtool: Add 2.4.4.

* gnu/packages/patches/libtool-2.4-skip-tests.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/autotools.scm (libtool-2.4.4): New variable.

9 years agognu: minetest: Update to 0.4.11.
David Thompson [Fri, 2 Jan 2015 15:28:47 +0000 (10:28 -0500)]
gnu: minetest: Update to 0.4.11.

* gnu/packages/patches/minetest-subgame-env-var.patch: Delete.
* gnu-system.am (dist_patch_DATA): Remove patch.
* gnu/packages/games.scm (minetest, minetest-data): Update to 0.4.11.

9 years agognu: icon-naming-utils: Wrap with PERL5LIB to find XML::Simple.
宋文武 [Thu, 1 Jan 2015 01:30:23 +0000 (09:30 +0800)]
gnu: icon-naming-utils: Wrap with PERL5LIB to find XML::Simple.

Fixes <http://bugs.gnu.org/19367>.

* gnu/packages/gnome.scm (icon-naming-utils)[arguments]: New field.

9 years agognu: perl-xml-simple: Propagate XML::Parser.
宋文武 [Thu, 1 Jan 2015 01:23:24 +0000 (09:23 +0800)]
gnu: perl-xml-simple: Propagate XML::Parser.

* gnu/packages/xml.scm (perl-xml-simple): Move XML::Parser from 'inputs'
  to 'propagated-inputs'.

9 years agognu: mesa: Fix build on non-intel systems.
Mark H Weaver [Thu, 1 Jan 2015 06:55:37 +0000 (01:55 -0500)]
gnu: mesa: Fix build on non-intel systems.

* gnu/packages/gl.scm (mesa): On non-intel systems, pass
  "--with-dri-drivers=" configure flag with i915 and i965 removed.

9 years agognu: libdrm: Remove old version 2.4.33.
Mark H Weaver [Thu, 1 Jan 2015 04:15:07 +0000 (23:15 -0500)]
gnu: libdrm: Remove old version 2.4.33.

* gnu/packages/xdisorg.scm (libdrm-2.4.33): Remove, as it is no longer needed.

9 years agognu: mutt: Add fix for CVE-2014-9116.
Mark H Weaver [Tue, 30 Dec 2014 20:17:44 +0000 (15:17 -0500)]
gnu: mutt: Add fix for CVE-2014-9116.

* gnu/packages/patches/mutt-CVE-2014-9116.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (mutt): Add patch.

9 years agognu: Import (gnu packages) into (gnu packages zip).
Mark H Weaver [Tue, 30 Dec 2014 20:10:30 +0000 (15:10 -0500)]
gnu: Import (gnu packages) into (gnu packages zip).

Should have been included in: e5da2f38c3ca8d4626c1b87e045d00d28c1bf4d0.

* gnu/packages/zip.scm: Import (gnu packages).

9 years agognu: unzip: Add fixes for CVE-2014-{8139,8140,8141}.
Mark H Weaver [Tue, 30 Dec 2014 19:46:21 +0000 (14:46 -0500)]
gnu: unzip: Add fixes for CVE-2014-{8139,8140,8141}.

* gnu/packages/patches/unzip-CVE-2014-8139.patch,
  gnu/packages/patches/unzip-CVE-2014-8140.patch,
  gnu/packages/patches/unzip-CVE-2014-8141.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/zip.scm (unzip): Add patches.

9 years agognu: cpio: Add fixes for CVE-2014-9112.
Mark H Weaver [Tue, 30 Dec 2014 19:13:20 +0000 (14:13 -0500)]
gnu: cpio: Add fixes for CVE-2014-9112.

* gnu/packages/patches/cpio-CVE-2014-9112-pt1.patch,
  gnu/packages/patches/cpio-CVE-2014-9112-pt2.patch,
  gnu/packages/patches/cpio-CVE-2014-9112-pt3.patch,
  gnu/packages/patches/cpio-CVE-2014-9112-pt4.patch,
  gnu/packages/patches/cpio-CVE-2014-9112-pt5.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/cpio.scm (cpio): Add patches.  Add 'autoconf' to
  native-inputs.

9 years agolist-packages: Expand 'mirror://' URIs for patches.
Ludovic Courtès [Mon, 29 Dec 2014 19:52:08 +0000 (20:52 +0100)]
list-packages: Expand 'mirror://' URIs for patches.

* build-aux/list-packages.scm (package->sxml)[patches](patch-url): Use
  'maybe-expand-mirrors' to get the real URL.

9 years agodownload: Export 'maybe-expand-mirrors'.
Ludovic Courtès [Mon, 29 Dec 2014 19:51:12 +0000 (20:51 +0100)]
download: Export 'maybe-expand-mirrors'.

* guix/build/download.scm (uri-vicinity, maybe-expand-mirrors): New
  procedures.
  (url-fetch): Remove them from here.

9 years agotests: Make the 'lint' tests slightly more concise.
Ludovic Courtès [Mon, 29 Dec 2014 19:44:10 +0000 (20:44 +0100)]
tests: Make the 'lint' tests slightly more concise.

* tests/lint.scm (with-warnings): New macro.
  Replace all uses of 'call-with-warnings' with the corresponding
  'with-warnings' form.

9 years agotests: Factorize the 'dummy-package' macro.
Ludovic Courtès [Mon, 29 Dec 2014 18:11:09 +0000 (19:11 +0100)]
tests: Factorize the 'dummy-package' macro.

* guix/tests.scm (dummy-package): New macro.
* tests/lint.scm (dummy-package): Remove.
* tests/packages.scm (dummy-package): Remove.

9 years agolint: Add tests for the 'home-page' checker.
Ludovic Courtès [Mon, 29 Dec 2014 19:39:58 +0000 (20:39 +0100)]
lint: Add tests for the 'home-page' checker.

Suggested by Cyril Roelandt <tipecaml@gmail.com>.

* tests/lint.scm (%http-server-port, %http-server-socket, %local-url,
  stub-http-server): New variables.
  (http-write, call-with-http-server): New procedures.
  (with-http-server): New macro.
  ("home-page: wrong home-page", "home-page: invalid URI", "home-page:
  host not found", "home-page: Connection refused", "home-page: 200",
  "home-page: 404"): New tests.
* guix/scripts/lint.scm (check-home-page): Export.

9 years agognu: Fix misuses of 'x11-style' licenses.
Ludovic Courtès [Mon, 29 Dec 2014 11:15:22 +0000 (12:15 +0100)]
gnu: Fix misuses of 'x11-style' licenses.

* gnu/packages/xorg.scm (libevdev)[license]: Actually call
  'license:x11-style'.
  (libxshmfence): Likewise.

9 years agolint: Report on the package being checked.
Ludovic Courtès [Sun, 28 Dec 2014 17:21:53 +0000 (18:21 +0100)]
lint: Report on the package being checked.

* guix/scripts/lint.scm (run-checkers): Check
  whether (current-error-port) is a tty, and print the package being
  checked and the checker currently running when it is.

9 years agognu: Fix or update a number of 'home-page' fields.
Ludovic Courtès [Sun, 28 Dec 2014 16:57:16 +0000 (17:57 +0100)]
gnu: Fix or update a number of 'home-page' fields.

* gnu/packages/fltk.scm (fltk): Fix 'home-page'.
* gnu/packages/fonts.scm (font-bitstream-vera): Likewise, and fix
  license URL.
* gnu/packages/games.scm (gnubg, cmatrix, chess): Fix 'home-page'.
* gnu/packages/kde.scm (attica): Likewise.
* gnu/packages/mail.scm (fetchmail): Likewise.
* gnu/packages/popt.scm (popt): Likewise.
* gnu/packages/python.scm (python-mock): Likewise.
* gnu/packages/stalonetray.scm (stalonetray): Likewise.

9 years agolint: Add 'home-page' checker.
Ludovic Courtès [Sun, 28 Dec 2014 16:55:16 +0000 (17:55 +0100)]
lint: Add 'home-page' checker.

* guix/build/download.scm (open-connection-for-uri): Export.
* guix/scripts/lint.scm (probe-uri, check-home-page): New procedures.
  (%checkers): Add 'home-page' checker.

9 years agoMerge branch 'xorg-updates'
Mark H Weaver [Sat, 27 Dec 2014 17:03:04 +0000 (12:03 -0500)]
Merge branch 'xorg-updates'

9 years agognu: vtk: Fix build with mesa-10.
Mark H Weaver [Sat, 27 Dec 2014 15:01:44 +0000 (10:01 -0500)]
gnu: vtk: Fix build with mesa-10.

* gnu/packages/patches/vtk-mesa-10.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/vtk.scm (vtk): Add patch.  Add glu to inputs.

9 years agognu: gmsh: Add glu to inputs.
Mark H Weaver [Sat, 27 Dec 2014 14:14:09 +0000 (09:14 -0500)]
gnu: gmsh: Add glu to inputs.

* gnu/packages/maths.scm (gmsh): Add glu to inputs.

9 years agonls: Add French translation for packages.
Ludovic Courtès [Fri, 26 Dec 2014 22:08:21 +0000 (23:08 +0100)]
nls: Add French translation for packages.

9 years agognu: Add pysam.
Ricardo Wurmus [Tue, 23 Dec 2014 11:41:31 +0000 (12:41 +0100)]
gnu: Add pysam.

* gnu/packages/python.scm (python-pysam, python2-pysam): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: Add fastjar.
Ricardo Wurmus [Mon, 22 Dec 2014 17:03:02 +0000 (18:03 +0100)]
gnu: Add fastjar.

* gnu/packages/compression.scm (fastjar): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: irrlicht: Fix build with mesa-10.
Mark H Weaver [Fri, 26 Dec 2014 20:48:26 +0000 (15:48 -0500)]
gnu: irrlicht: Fix build with mesa-10.

* gnu/packages/patches/irrlicht-mesa-10.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/games.scm (irrlicht): Add patch.  Add glu to inputs.

9 years agoMerge branch 'master' into xorg-updates
Mark H Weaver [Fri, 26 Dec 2014 14:05:25 +0000 (09:05 -0500)]
Merge branch 'master' into xorg-updates

9 years agognu: qemu: Update to 2.2.0.
Mark H Weaver [Fri, 26 Dec 2014 14:00:12 +0000 (09:00 -0500)]
gnu: qemu: Update to 2.2.0.

* gnu/packages/qemu.scm (qemu): Update to 2.2.0.

9 years agognu: pingus: Add glu to inputs.
Mark H Weaver [Fri, 26 Dec 2014 05:51:56 +0000 (00:51 -0500)]
gnu: pingus: Add glu to inputs.

* gnu/packages/games.scm (pingus): Add glu to inputs.

9 years agognu: gnubik: Add glu to inputs.
Mark H Weaver [Fri, 26 Dec 2014 05:43:47 +0000 (00:43 -0500)]
gnu: gnubik: Add glu to inputs.

* gnu/packages/games.scm (gnubik): Add glu to inputs.

9 years agognu: gnubg: Add glu to inputs.
Mark H Weaver [Fri, 26 Dec 2014 05:43:05 +0000 (00:43 -0500)]
gnu: gnubg: Add glu to inputs.

* gnu/packages/games.scm (gnubg): Add glu to inputs.

9 years agognu: sdl: Fix incompatibility with libx11-1.6.
Mark H Weaver [Fri, 26 Dec 2014 05:32:48 +0000 (00:32 -0500)]
gnu: sdl: Fix incompatibility with libx11-1.6.

* gnu/packages/patches/sdl-libx11-1.6.patch: New file
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/sdl.scm (sdl): Add patch.

9 years agognu: gtkglext: Add glu to inputs.
Mark H Weaver [Fri, 26 Dec 2014 04:59:27 +0000 (23:59 -0500)]
gnu: gtkglext: Add glu to inputs.

* gnu/packages/gnome.scm (gtkglext): Add glu to inputs.

9 years agognu: ntp: Update to 4.2.8.
Mark H Weaver [Thu, 25 Dec 2014 05:17:39 +0000 (00:17 -0500)]
gnu: ntp: Update to 4.2.8.

* gnu/packages/ntp.scm (ntp): Update to 4.2.8.  Add openssl to inputs.
  Add pkg-config to native-inputs.  Change source URI to archive.ntp.org.

9 years agognu: ntp: Update to 4.2.8.
Mark H Weaver [Thu, 25 Dec 2014 05:17:39 +0000 (00:17 -0500)]
gnu: ntp: Update to 4.2.8.

* gnu/packages/ntp.scm (ntp): Update to 4.2.8.  Add openssl to inputs.
  Add pkg-config to native-inputs.  Change source URI to archive.ntp.org.

9 years agoMerge branch 'master' into xorg-updates
Mark H Weaver [Wed, 24 Dec 2014 15:07:03 +0000 (10:07 -0500)]
Merge branch 'master' into xorg-updates

9 years agoRevert "gnu: matplotlib: Comment out python2-matplotlib."
Ludovic Courtès [Tue, 23 Dec 2014 18:17:17 +0000 (19:17 +0100)]
Revert "gnu: matplotlib: Comment out python2-matplotlib."

This reverts commit afc720d34c43a2fcf0b5871226c15ad6c5f73697.

9 years agobuild-system/python: Fix 'package-with-explicit-python'.
Ludovic Courtès [Tue, 23 Dec 2014 18:11:03 +0000 (19:11 +0100)]
build-system/python: Fix 'package-with-explicit-python'.

Reported by Federico Beffa <beffa@ieee.org>
and Eric Bavier <ericbavier@gmail.com>.

* guix/build-system/python.scm (package-with-explicit-python): Do
  nothing when P's build system is not PYTHON-BUILD-SYSTEM.

9 years agognu: matplotlib: Comment out python2-matplotlib.
Federico Beffa [Tue, 23 Dec 2014 16:51:40 +0000 (17:51 +0100)]
gnu: matplotlib: Comment out python2-matplotlib.

* gnu/packages/python.scm (python2-matplotlib, python2-scipy, python2-numpy):
  Comment out python2-matplotlib and the packages making use of it as the
  generation of the derivation of these packages takes very long.

9 years agoOptimize package-transitive-supported-systems.
Mark H Weaver [Sun, 21 Dec 2014 21:21:02 +0000 (16:21 -0500)]
Optimize package-transitive-supported-systems.

* guix/packages.scm (first-value): Remove.
  (define-memoized/v): New macro.
  (package-transitive-supported-systems): Rewrite.

9 years agopackages: Sort Scheme file lists used by 'fold-packages'.
Ludovic Courtès [Sun, 21 Dec 2014 11:28:10 +0000 (12:28 +0100)]
packages: Sort Scheme file lists used by 'fold-packages'.

* gnu/packages.scm (scheme-files): Call 'sort' on result.

9 years agoMerge branch 'master' into xorg-updates
Mark H Weaver [Sat, 20 Dec 2014 20:08:38 +0000 (15:08 -0500)]
Merge branch 'master' into xorg-updates

9 years agoReally remove the 'nix-upstream' submodule.
Mark H Weaver [Sat, 20 Dec 2014 20:00:39 +0000 (15:00 -0500)]
Really remove the 'nix-upstream' submodule.

* nix-upstream: Remove subproject.

9 years agognu: Add xfce4-terminal.
宋文武 [Sun, 14 Dec 2014 05:31:49 +0000 (13:31 +0800)]
gnu: Add xfce4-terminal.

* gnu/packages/xfce.scm (xfce4-terminal): New variable.

9 years agognu: Add vte.
宋文武 [Sun, 14 Dec 2014 05:29:58 +0000 (13:29 +0800)]
gnu: Add vte.

* gnu/packages/gnome.scm (vte, vte/gtk+-2): New variables.

9 years agognu: Consistently use modular xorg source URIs in xorg.scm.
Mark H Weaver [Sat, 20 Dec 2014 02:43:19 +0000 (21:43 -0500)]
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.

9 years agognu: xorg-server: Update to 1.16.2.901, with many security fixes.
Mark H Weaver [Sat, 20 Dec 2014 02:30:37 +0000 (21:30 -0500)]
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.

9 years agognu: xf86-video-voodoo: Update to 1.2.5.
Mark H Weaver [Sat, 20 Dec 2014 02:28:47 +0000 (21:28 -0500)]
gnu: xf86-video-voodoo: Update to 1.2.5.

* gnu/packages/xorg.scm (xf86-video-voodoo): Update to 1.2.5.

9 years agognu: xf86-video-vmware: Update to 13.0.2.
Mark H Weaver [Sat, 20 Dec 2014 02:26:54 +0000 (21:26 -0500)]
gnu: xf86-video-vmware: Update to 13.0.2.

* gnu/packages/patches/xf86-video-vmware-glibc-2.20.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-vmware): Update to 13.0.2.
  Add patch.  Add mesa to inputs.

9 years agognu: xf86-video-vesa: Update to 2.3.3.
Mark H Weaver [Sat, 20 Dec 2014 02:25:46 +0000 (21:25 -0500)]
gnu: xf86-video-vesa: Update to 2.3.3.

* gnu/packages/xorg.scm (xf86-video-vesa): Update to 2.3.3.

9 years agognu: xf86-video-trident: Update to 1.3.6.
Mark H Weaver [Sat, 20 Dec 2014 02:23:13 +0000 (21:23 -0500)]
gnu: xf86-video-trident: Update to 1.3.6.

* gnu/packages/patches/xf86-video-trident-remove-mibstore.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-trident): Update to 1.3.6.  Add patch.

9 years agognu: xf86-video-tga: Update to 1.2.2.
Mark H Weaver [Sat, 20 Dec 2014 02:21:17 +0000 (21:21 -0500)]
gnu: xf86-video-tga: Update to 1.2.2.

* gnu/packages/patches/xf86-video-tga-remove-mibstore.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-tga): Update to 1.2.2.  Add patch.

9 years agognu: xf86-video-tdfx: Update to 1.4.5.
Mark H Weaver [Sat, 20 Dec 2014 02:20:02 +0000 (21:20 -0500)]
gnu: xf86-video-tdfx: Update to 1.4.5.

* gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-tdfx): Update to 1.4.5.  Add patch.

9 years agognu: xf86-video-sunffb: Update to 1.2.2.
Mark H Weaver [Sat, 20 Dec 2014 02:18:44 +0000 (21:18 -0500)]
gnu: xf86-video-sunffb: Update to 1.2.2.

* gnu/packages/xorg.scm (xf86-video-sunffb): Update to 1.2.2.

9 years agognu: xf86-video-suncg6: Update to 1.1.2.
Mark H Weaver [Sat, 20 Dec 2014 02:18:00 +0000 (21:18 -0500)]
gnu: xf86-video-suncg6: Update to 1.1.2.

* gnu/packages/xorg.scm (xf86-video-suncg6): Update to 1.1.2.

9 years agognu: xf86-video-modesetting: Now uses the same libdrm as mesa.
Mark H Weaver [Sat, 20 Dec 2014 01:55:59 +0000 (20:55 -0500)]
gnu: xf86-video-modesetting: Now uses the same libdrm as mesa.

* gnu/packages/xorg.scm (xf86-video-modesetting): Remove a comment stating
  that the libdrm used in this driver is incompatible with the one in mesa,
  because it is no longer true.
* gnu/services/xorg.scm (xserver.conf): Uncomment 'xf86-video-modesetting'
  ModulePath and remove associated comment.

9 years agognu: xf86-video-sis: Update to 0.10.7.
Mark H Weaver [Sat, 20 Dec 2014 02:12:04 +0000 (21:12 -0500)]
gnu: xf86-video-sis: Update to 0.10.7.

* gnu/packages/patches/xf86-video-sis-update-api.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-sis): Update to 0.10.7.  Add patch.

9 years agognu: xf86-video-siliconmotion: Update to 1.7.7.
Mark H Weaver [Sat, 20 Dec 2014 02:09:43 +0000 (21:09 -0500)]
gnu: xf86-video-siliconmotion: Update to 1.7.7.

* gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch:
  New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-siliconmotion): Update to 1.7.7.
  Add patch.

9 years agognu: xf86-video-savage: Update to 2.3.7.
Mark H Weaver [Sat, 20 Dec 2014 02:08:36 +0000 (21:08 -0500)]
gnu: xf86-video-savage: Update to 2.3.7.

* gnu/packages/xorg.scm (xf86-video-savage): Update to 2.3.7.

9 years agognu: xf86-video-r128: Update to 6.9.2.
Mark H Weaver [Sat, 20 Dec 2014 02:07:35 +0000 (21:07 -0500)]
gnu: xf86-video-r128: Update to 6.9.2.

* gnu/packages/patches/xf86-video-r128-glibc-2.20.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-r128): Update to 6.9.2.  Add patch.

9 years agognu: xf86-video-openchrome: Update to 0.3.3.
Mark H Weaver [Sat, 20 Dec 2014 02:04:35 +0000 (21:04 -0500)]
gnu: xf86-video-openchrome: Update to 0.3.3.

* gnu/packages/patches/xf86-video-openchrome-includes.patch: Remove.
* gnu/packages/patches/xf86-video-openchrome-glibc-2.20.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it and remove the other.
* gnu/packages/xorg.scm (xf86-video-openchrome): Update to 0.3.3.
  Add one patch and remove the other.

9 years agognu: xf86-video-nv: Update to 2.1.20.
Mark H Weaver [Sat, 20 Dec 2014 02:01:51 +0000 (21:01 -0500)]
gnu: xf86-video-nv: Update to 2.1.20.

* gnu/packages/patches/xf86-video-nv-remove-mibstore.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-nv): Update to 2.1.20.  Add patch.

9 years agognu: xf86-video-neomagic: Update to 1.2.8.
Mark H Weaver [Sat, 20 Dec 2014 02:00:03 +0000 (21:00 -0500)]
gnu: xf86-video-neomagic: Update to 1.2.8.

* gnu/packages/xorg.scm (xf86-video-neomagic): Update to 1.2.8.

9 years agognu: xf86-video-mga: Update to 1.6.3.
Mark H Weaver [Sat, 20 Dec 2014 01:51:14 +0000 (20:51 -0500)]
gnu: xf86-video-mga: Update to 1.6.3.

* gnu/packages/patches/xf86-video-mga-glibc-2.20.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-mga): Update to 1.6.3.  Add patch.

9 years agognu: xf86-video-mach64: Update to 6.9.4.
Mark H Weaver [Sat, 20 Dec 2014 01:48:18 +0000 (20:48 -0500)]
gnu: xf86-video-mach64: Update to 6.9.4.

* gnu/packages/patches/xf86-video-mach64-glibc-2.20.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-mach64): Update to 6.9.4.  Add patch.

9 years agognu: xf86-video-intel: Update to 2.21.15.
Mark H Weaver [Sat, 20 Dec 2014 01:43:03 +0000 (20:43 -0500)]
gnu: xf86-video-intel: Update to 2.21.15.

* gnu/packages/patches/xf86-video-intel-compat-api.patch,
  gnu/packages/patches/xf86-video-intel-glibc-2.20.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.21.15.
  Add patches.  Add eudev to inputs.

9 years agognu: xf86-video-i128: Update to 1.3.6.
Mark H Weaver [Sat, 20 Dec 2014 01:38:55 +0000 (20:38 -0500)]
gnu: xf86-video-i128: Update to 1.3.6.

* gnu/packages/patches/xf86-video-i128-remove-mibstore.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-i128): Update to 1.3.6.  Add patch.

9 years agognu: xf86-video-glint: Update to 1.2.8.
Mark H Weaver [Fri, 19 Dec 2014 20:57:09 +0000 (15:57 -0500)]
gnu: xf86-video-glint: Update to 1.2.8.

* gnu/packages/patches/xf86-video-glint-remove-mibstore.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-glint): Update to 1.2.8.  Add patch.

9 years agognu: xf86-video-ast: Add patch needed for upcoming xorg-server update.
Mark H Weaver [Fri, 19 Dec 2014 20:52:36 +0000 (15:52 -0500)]
gnu: xf86-video-ast: Add patch needed for upcoming xorg-server update.

* gnu/packages/patches/xf86-video-ast-remove-mibstore.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-ast): Add patch.
  Use modular xorg source URI.

9 years agognu: Resurrect xf86-video-geode and update to 2.11.16.
Mark H Weaver [Fri, 19 Dec 2014 20:45:59 +0000 (15:45 -0500)]
gnu: Resurrect xf86-video-geode and update to 2.11.16.

* gnu/packages/patches/xf86-video-geode-glibc-2.20.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-geode): Uncomment it.  Update
  to 2.11.16.  Add patch.

9 years agognu: xf86-video-fbdev: Update to 0.4.4.
Mark H Weaver [Fri, 19 Dec 2014 20:37:06 +0000 (15:37 -0500)]
gnu: xf86-video-fbdev: Update to 0.4.4.

* gnu/packages/xorg.scm (xf86-video-fbdev): Update to 0.4.4.

9 years agognu: xf86-video-cirrus: Update to 1.5.2.
Mark H Weaver [Fri, 19 Dec 2014 20:36:27 +0000 (15:36 -0500)]
gnu: xf86-video-cirrus: Update to 1.5.2.

* gnu/packages/xorg.scm (xf86-video-cirrus): Update to 1.5.2.

9 years agognu: xf86-video-ati: Update to 7.5.0.
Mark H Weaver [Fri, 19 Dec 2014 20:35:34 +0000 (15:35 -0500)]
gnu: xf86-video-ati: Update to 7.5.0.

* gnu/packages/xorg.scm (xf86-video-ati): Update to 7.5.0.
  Add "--disable-glamor" configure flag.

9 years agognu: xf86-video-ark: Update to 0.7.5.
Mark H Weaver [Fri, 19 Dec 2014 20:32:48 +0000 (15:32 -0500)]
gnu: xf86-video-ark: Update to 0.7.5.

* gnu/packages/patches/xf86-video-ark-remove-mibstore.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-ark): Update to 0.7.5.  Add patch.

9 years agognu: xf86-input-synaptics: Update to 1.8.1.
Mark H Weaver [Fri, 19 Dec 2014 20:28:40 +0000 (15:28 -0500)]
gnu: xf86-input-synaptics: Update to 1.8.1.

* gnu/packages/patches/xf86-input-synaptics-glibc-2.20.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.8.1.
  Remove patch.  Add libevdev to inputs.

9 years agognu: xf86-input-mouse: Update to 1.9.1.
Mark H Weaver [Fri, 19 Dec 2014 20:25:47 +0000 (15:25 -0500)]
gnu: xf86-input-mouse: Update to 1.9.1.

* gnu/packages/xorg.scm (xf86-input-mouse): Update to 1.9.1.  Add
  "--with-sdkdir" configure flag.

9 years agognu: xf86-input-keyboard: Update to 1.8.0.
Mark H Weaver [Fri, 19 Dec 2014 20:25:14 +0000 (15:25 -0500)]
gnu: xf86-input-keyboard: Update to 1.8.0.

* gnu/packages/xorg.scm (xf86-input-keyboard): Update to 1.8.0.

9 years agognu: xf86-input-joystick: Update to 1.6.2.
Mark H Weaver [Fri, 19 Dec 2014 20:24:38 +0000 (15:24 -0500)]
gnu: xf86-input-joystick: Update to 1.6.2.

* gnu/packages/xorg.scm (xf86-input-joystick): Update to 1.6.2.

9 years agognu: xf86-input-evdev: Update to 2.8.4.
Mark H Weaver [Fri, 19 Dec 2014 20:23:42 +0000 (15:23 -0500)]
gnu: xf86-input-evdev: Update to 2.8.4.

* gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.8.4.
  Add libevdev to inputs.  Switch to eudev from udev.

9 years agognu: xwininfo: Update to 1.1.3.
Mark H Weaver [Fri, 19 Dec 2014 20:21:41 +0000 (15:21 -0500)]
gnu: xwininfo: Update to 1.1.3.

* gnu/packages/xorg.scm (xwininfo): Update to 1.1.3.

9 years agognu: xwd: Update to 1.0.6.
Mark H Weaver [Fri, 19 Dec 2014 20:21:17 +0000 (15:21 -0500)]
gnu: xwd: Update to 1.0.6.

* gnu/packages/xorg.scm (xwd): Update to 1.0.6.  Add libxkbfile to inputs.

9 years agognu: xvinfo: Update to 1.1.2.
Mark H Weaver [Fri, 19 Dec 2014 20:20:53 +0000 (15:20 -0500)]
gnu: xvinfo: Update to 1.1.2.

* gnu/packages/xorg.scm (xvinfo): Update to 1.1.2.

9 years agognu: xsetroot: Update to 1.1.1.
Mark H Weaver [Fri, 19 Dec 2014 20:20:31 +0000 (15:20 -0500)]
gnu: xsetroot: Update to 1.1.1.

* gnu/packages/xorg.scm (xsetroot): Update to 1.1.1.

9 years agognu: xset: Update to 1.2.3.
Mark H Weaver [Fri, 19 Dec 2014 20:20:07 +0000 (15:20 -0500)]
gnu: xset: Update to 1.2.3.

* gnu/packages/xorg.scm (xset): Update to 1.2.3.

9 years agognu: xrefresh: Update to 1.0.5.
Mark H Weaver [Fri, 19 Dec 2014 20:19:39 +0000 (15:19 -0500)]
gnu: xrefresh: Update to 1.0.5.

* gnu/packages/xorg.scm (xrefresh): Update to 1.0.5.

9 years agognu: xrdb: Update to 1.1.0.
Mark H Weaver [Fri, 19 Dec 2014 20:19:20 +0000 (15:19 -0500)]
gnu: xrdb: Update to 1.1.0.

* gnu/packages/xorg.scm (xrdb): Update to 1.1.0.

9 years agognu: xrandr: Update to 1.4.3.
Mark H Weaver [Fri, 19 Dec 2014 20:18:54 +0000 (15:18 -0500)]
gnu: xrandr: Update to 1.4.3.

* gnu/packages/xorg.scm (xrandr): Update to 1.4.3.

9 years agognu: xprop: Update to 1.2.2.
Mark H Weaver [Fri, 19 Dec 2014 20:18:32 +0000 (15:18 -0500)]
gnu: xprop: Update to 1.2.2.

* gnu/packages/xorg.scm (xprop): Update to 1.2.2.

9 years agognu: xmodmap: Update to 1.0.8.
Mark H Weaver [Fri, 19 Dec 2014 20:18:05 +0000 (15:18 -0500)]
gnu: xmodmap: Update to 1.0.8.

* gnu/packages/xorg.scm (xmodmap): Update to 1.0.8.

9 years agognu: xlsclients: Update to 1.1.3.
Mark H Weaver [Fri, 19 Dec 2014 20:17:41 +0000 (15:17 -0500)]
gnu: xlsclients: Update to 1.1.3.

* gnu/packages/xorg.scm (xlsclients): Update to 1.1.3.

9 years agognu: xkill: Update to 1.0.4.
Mark H Weaver [Fri, 19 Dec 2014 20:17:17 +0000 (15:17 -0500)]
gnu: xkill: Update to 1.0.4.

* gnu/packages/xorg.scm (xkill): Update to 1.0.4.

9 years agognu: xkeyboard-config: Update to 2.13.
Mark H Weaver [Fri, 19 Dec 2014 20:16:52 +0000 (15:16 -0500)]
gnu: xkeyboard-config: Update to 2.13.

* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.13.

9 years agognu: xkbutils: Update to 1.0.4.
Mark H Weaver [Fri, 19 Dec 2014 20:16:17 +0000 (15:16 -0500)]
gnu: xkbutils: Update to 1.0.4.

* gnu/packages/xorg.scm (xkbutils): Update to 1.0.4.

9 years agognu: xkbcomp: Update to 1.3.0.
Mark H Weaver [Fri, 19 Dec 2014 20:15:18 +0000 (15:15 -0500)]
gnu: xkbcomp: Update to 1.3.0.

* gnu/packages/xorg.scm (xkbcomp-intermediate): Update to 1.3.0.

9 years agognu: xinput: Update to 1.6.1.
Mark H Weaver [Fri, 19 Dec 2014 20:13:18 +0000 (15:13 -0500)]
gnu: xinput: Update to 1.6.1.

* gnu/packages/xorg.scm (xinput): Update to 1.6.1.  Add libxext to inputs.

9 years agognu: xhost: Update to 1.0.6.
Mark H Weaver [Fri, 19 Dec 2014 20:12:39 +0000 (15:12 -0500)]
gnu: xhost: Update to 1.0.6.

* gnu/packages/xorg.scm (xhost): Update to 1.0.6.