jackhill/guix/guix.git
8 years agognu: linux-libre-4.1: Update to 4.1.18.
Mark H Weaver [Sat, 27 Feb 2016 07:28:17 +0000 (02:28 -0500)]
gnu: linux-libre-4.1: Update to 4.1.18.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.18.

8 years agognu: linux-libre: Update to 4.4.3.
Mark H Weaver [Sat, 27 Feb 2016 02:53:50 +0000 (21:53 -0500)]
gnu: linux-libre: Update to 4.4.3.

* gnu/packages/linux.scm (linux-libre): Update to 4.4.3.

8 years agoimport: Add github-updater.
Ben Woodcroft [Sun, 15 Nov 2015 00:18:05 +0000 (10:18 +1000)]
import: Add github-updater.

* guix/import/github.scm: New file.
* guix/scripts/refresh.scm (%updaters): Add %GITHUB-UPDATER.
* doc/guix.texi (Invoking guix refresh): Mention it.
* Makefile.am (MODULES): Add gnu/import/github.scm.

8 years agostore: 'path-info-deriver' is #f when there is no deriver.
Ludovic Courtès [Fri, 26 Feb 2016 22:14:28 +0000 (23:14 +0100)]
store: 'path-info-deriver' is #f when there is no deriver.

* guix/store.scm (read-path-info): Use #f when we get the empty string
for DERIVER.
* guix/scripts/publish.scm (narinfo-string): Adjust accordingly.
* tests/store.scm ("path-info-deriver"): New test.

8 years agografts: Add record type printer.
Ludovic Courtès [Fri, 26 Feb 2016 11:42:15 +0000 (12:42 +0100)]
grafts: Add record type printer.

* guix/grafts.scm (write-graft): New procedure.  Register it as a
printer for <graft>.

8 years agodoc: Capitalize section title.
Ludovic Courtès [Fri, 26 Feb 2016 10:38:42 +0000 (11:38 +0100)]
doc: Capitalize section title.

* doc/guix.texi (Running GuixSD in a VM): Capitalize section title.

8 years agognu: gtk-doc: Improve fix-docbook phase.
Mark H Weaver [Fri, 26 Feb 2016 03:20:58 +0000 (22:20 -0500)]
gnu: gtk-doc: Improve fix-docbook phase.

* gnu/packages/gtk.scm (gtk-doc)[arguments]: In the 'fix-docbook' phase,
avoid hard-coding the docbook-xsl version number, and return #t.

8 years agognu: Add python-psycopg2.
Danny Milosavljevic [Thu, 25 Feb 2016 21:26:45 +0000 (13:26 -0800)]
gnu: Add python-psycopg2.

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

8 years agognu: diffoscope: Update to 49.
Leo Famulari [Thu, 25 Feb 2016 00:15:01 +0000 (19:15 -0500)]
gnu: diffoscope: Update to 49.

* gnu/packages/package-management.scm (diffoscope): Update to 49.
[source]: Use pypi-uri.
[arguments]: Use python-3. Enable tests. Add 'dependency-on-python-magic' phase
and remove 'dependency-on-rpm' phase.
[native-inputs]: Remove python2-setuptools.
[inputs]: Replace python2-file, python2-debian, python2-libarchive-c,
python2-tlsh, python2-pytest, python2-chardet with python-3 variants.

8 years agognu: Add dconf-editor.
Rene Saavedra [Thu, 25 Feb 2016 13:07:06 +0000 (07:07 -0600)]
gnu: Add dconf-editor.

* gnu/packages/gnome.scm (dconf-editor): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
8 years agognu: libx264: Change source URL to HTTP.
Andy Wingo [Thu, 25 Feb 2016 21:23:53 +0000 (22:23 +0100)]
gnu: libx264: Change source URL to HTTP.

* gnu/packages/video.scm (libx264): Download via HTTP.  The videolan ftp
  server does not work with IPv6.

8 years agognu: gtk-doc: Fix build.
Andy Wingo [Wed, 24 Feb 2016 14:31:15 +0000 (15:31 +0100)]
gnu: gtk-doc: Fix build.

* gnu/packages/gtk.scm (gtk-doc): Fix build.

8 years agognu: youtube-dl: Update to 2016.02.22.
Efraim Flashner [Thu, 25 Feb 2016 20:54:03 +0000 (22:54 +0200)]
gnu: youtube-dl: Update to 2016.02.22.

* gnu/packages/video.scm (youtube-dl): Update to 2016.02.22.

8 years agognu: python-decorator: Update to 4.0.9.
Efraim Flashner [Thu, 25 Feb 2016 18:50:02 +0000 (20:50 +0200)]
gnu: python-decorator: Update to 4.0.9.

* gnu/packages/python.scm (python-decorator): Update to 4.0.9.

8 years agognu: python-traitlets: Update to 4.1.0.
Efraim Flashner [Thu, 25 Feb 2016 18:45:36 +0000 (20:45 +0200)]
gnu: python-traitlets: Update to 4.1.0.

* gnu/packages/python.scm (python-traitlets): Update to 4.1.0.
[native-inputs]: Add python-mock.

8 years agognu: python-mccabe: Update to 0.4.0.
Efraim Flashner [Thu, 25 Feb 2016 18:19:43 +0000 (20:19 +0200)]
gnu: python-mccabe: Update to 0.4.0.

* gnu/packages/python.scm (python-mccabe): Update to 0.4.0.
[inputs]: Add python-pytest, python-pytest-runner.
(python-mccabe-0.2.1)[inputs]: Only use python-setuptools.

8 years agognu: python-flake8: Update to 2.5.4.
Efraim Flashner [Thu, 25 Feb 2016 18:07:37 +0000 (20:07 +0200)]
gnu: python-flake8: Update to 2.5.4.

* gnu/packages/python.scm (python-flake8): Update to 2.5.4.
[inputs]: Use recent python-pep8, python-pyflakes.

8 years agognu: python-pep8: Update to 1.7.0.
Efraim Flashner [Thu, 25 Feb 2016 14:57:10 +0000 (16:57 +0200)]
gnu: python-pep8: Update to 1.7.0.

* gnu/packages/python.scm (python-pep8): Update to 1.7.0.

8 years agognu: python-networkx: Update to 1.11.
Efraim Flashner [Thu, 25 Feb 2016 13:33:05 +0000 (15:33 +0200)]
gnu: python-networkx: Update to 1.11.

* gnu/packages/python.scm (python-networkx): Update to 1.11.

8 years agognu: python-hypothesis: Update to 3.0.4.
Efraim Flashner [Thu, 25 Feb 2016 10:50:10 +0000 (12:50 +0200)]
gnu: python-hypothesis: Update to 3.0.4.

* gnu/packages/python.scm (python-hypothesis): Update to 3.0.4.
[native-inputs]: Remove python-setuptools.
(python2-hypothesis): Use 'strip-python2-variant'.
[native-inputs]: Add python2-enum34, python2-setuptools.

8 years agognu: python-html5lib: Update to 1.0b8.
Efraim Flashner [Thu, 25 Feb 2016 09:08:50 +0000 (11:08 +0200)]
gnu: python-html5lib: Update to 1.0b8.

* gnu/packages/python.scm (python-html5lib): Update to 1.0b8.

8 years agognu: python-isodate: Update to 0.5.4.
Efraim Flashner [Thu, 25 Feb 2016 09:07:07 +0000 (11:07 +0200)]
gnu: python-isodate: Update to 0.5.4.

* gnu/packages/python.scm (python-isodate): Update to 0.5.4.

8 years agognu: python-wsgi-intercept: Update to 1.1.2.
Efraim Flashner [Thu, 25 Feb 2016 09:01:12 +0000 (11:01 +0200)]
gnu: python-wsgi-intercept: Update to 1.1.2.

* gnu/packages/python.scm (python-wsgi-intercept): Update to 1.1.2.
[native-inputs]: Add python-six.

8 years agognu: python-pytest-localserver: Update to 0.3.5.
Efraim Flashner [Thu, 25 Feb 2016 08:56:12 +0000 (10:56 +0200)]
gnu: python-pytest-localserver: Update to 0.3.5.

* gnu/packages/python.scm (python-pytest-localserver): Update to 0.3.5.

8 years agognu: python-requests-toolbelt: Update to 0.6.0.
Efraim Flashner [Thu, 25 Feb 2016 08:44:04 +0000 (10:44 +0200)]
gnu: python-requests-toolbelt: Update to 0.6.0.

* gnu/packages/python.scm (python-requests-toolbelt): Update to 0.6.0.

8 years agognu: python-requests: Update to 2.9.1.
Efraim Flashner [Thu, 25 Feb 2016 08:21:45 +0000 (10:21 +0200)]
gnu: python-requests: Update to 2.9.1.

* gnu/packages/python.scm (python-requests): Update to 2.9.1.

8 years agognu: python-wheel: Update to 0.29.0.
Efraim Flashner [Thu, 25 Feb 2016 08:18:40 +0000 (10:18 +0200)]
gnu: python-wheel: Update to 0.29.0.

* gnu/packages/python.scm (python-wheel): Update to 0.29.0.

8 years agognu: Add python-pastescript.
Christopher Allan Webber [Thu, 25 Feb 2016 19:01:56 +0000 (11:01 -0800)]
gnu: Add python-pastescript.

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

8 years agognu: Add python-paste.
Christopher Allan Webber [Thu, 25 Feb 2016 19:01:45 +0000 (11:01 -0800)]
gnu: Add python-paste.

* gnu/packages/python.scm (python-paste, python2-paste): New variables.
* gnu/packages/patches/python-paste-remove-timing-test.patch: New file.
* gnu/packages/patches/python-paste-remove-website-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add them.

8 years agoMerge branch 'media-updates'
Mark H Weaver [Thu, 25 Feb 2016 18:50:19 +0000 (13:50 -0500)]
Merge branch 'media-updates'

8 years agodoc: Clarify the form of UUIDs we expect.
Ludovic Courtès [Thu, 25 Feb 2016 18:29:21 +0000 (19:29 +0100)]
doc: Clarify the form of UUIDs we expect.

Fixes <http://bugs.gnu.org/22797>.
Reported by Alex Kost <alezost@gmail.com>.

* doc/guix.texi (File Systems): Clarify which UUIDs we're talking
about.

8 years agohttp-client: 'http-client/cached' uses unique cache file names.
Ludovic Courtès [Thu, 25 Feb 2016 16:23:29 +0000 (17:23 +0100)]
http-client: 'http-client/cached' uses unique cache file names.

* guix/http-client.scm (cache-file-for-uri): New procedure.
(http-fetch/cached): Use it.  Remove 'directory' variable.
[update-cache]: Make the 'dirname' of FILE.

8 years agohttp-client: 'http-fetch/cached' updates the cache atomically.
Ludovic Courtès [Thu, 25 Feb 2016 15:49:11 +0000 (16:49 +0100)]
http-client: 'http-fetch/cached' updates the cache atomically.

* guix/http-client.scm (http-fetch/cached)[update-cache]: Use
'with-atomic-file-output' instead of 'call-with-output-file'.

8 years agognu: Add missing import in bioinformatics.scm.
Ludovic Courtès [Thu, 25 Feb 2016 11:48:08 +0000 (12:48 +0100)]
gnu: Add missing import in bioinformatics.scm.

This is a followup to 1baee94.

* gnu/packages/bioinformatics.scm: Add missing import.

8 years agoguix system: Restore load path after running the activation script.
Ludovic Courtès [Thu, 25 Feb 2016 11:42:01 +0000 (12:42 +0100)]
guix system: Restore load path after running the activation script.

Fixes <http://bugs.gnu.org/22753>.
Reported by Mark H Weaver <mhw@netris.org>.

* guix/scripts/system.scm (save-load-path-excursion): New variable.
(upgrade-shepherd-services): Add comment about the issue.
(switch-to-system): Use 'save-load-path-excursion' around
'primitive-load' call.

8 years agostore: Clarify documentation of 'valid-path?'.
Ludovic Courtès [Thu, 25 Feb 2016 11:12:50 +0000 (12:12 +0100)]
store: Clarify documentation of 'valid-path?'.

* guix/store.scm (valid-path?): Improve docstring.
* doc/guix.texi (The Store): Update accordingly.

8 years agopublish: Do not publish nars for invalid store items.
Ludovic Courtès [Thu, 25 Feb 2016 10:48:17 +0000 (11:48 +0100)]
publish: Do not publish nars for invalid store items.

Before that, /nar requests could succeed if the requested store item
exists but is invalid (although such requests were unlikely because the
corresponding narinfo request would have failed.)

* guix/scripts/publish.scm (render-nar): Add 'store' parameter.  Use
'valid-path?' instead of 'file-exists?'.
(make-request-handler): Adjust 'render-nar' call accordingly.
* tests/publish.scm ("/nar/invalid"): New test.

8 years agognu: Add kyotocabinet.
Nils Gillmann [Wed, 24 Feb 2016 21:12:42 +0000 (22:12 +0100)]
gnu: Add kyotocabinet.

* gnu/packages/databases.scm (kyotocabinet): New variable.

8 years agognu: Add libBigWig.
Ricardo Wurmus [Wed, 24 Feb 2016 16:17:53 +0000 (17:17 +0100)]
gnu: Add libBigWig.

* gnu/packages/bioinformatics.scm (libbigwig): New variable.

8 years agognu: guile-json: Update to 0.5.0.
Jan Nieuwenhuizen [Wed, 24 Feb 2016 19:20:34 +0000 (20:20 +0100)]
gnu: guile-json: Update to 0.5.0.

* gnu/packages/guile.scm (guile-json): Update to 0.5.0.

Signed-off-by: Andreas Enge <andreas@enge.fr>
8 years agognu: ardour: Update to 4.7.
Ricardo Wurmus [Thu, 25 Feb 2016 08:09:23 +0000 (09:09 +0100)]
gnu: ardour: Update to 4.7.

* gnu/packages/audio.scm (ardour): Update to 4.7.

8 years agognu: xdg-utils: Propagate xprop and xset.
宋文武 [Tue, 23 Feb 2016 14:18:55 +0000 (22:18 +0800)]
gnu: xdg-utils: Propagate xprop and xset.

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

* gnu/packages/freedesktop.scm (xdg-utils): Propagate xprop and xset.

8 years agodoc: Improve recent changes in "Binary Installation".
Ludovic Courtès [Wed, 24 Feb 2016 22:20:17 +0000 (23:20 +0100)]
doc: Improve recent changes in "Binary Installation".

This amends part of c8e2688.

* doc/guix.texi (Binary Installation): Improve wording of some parts.
Fix Upstart example.  Remove incorrect paragraph about locales.
Reinstate bit about reproducing the binary tarball.

8 years agodoc: Clarify who can run 'guix pull'.
Ludovic Courtès [Wed, 24 Feb 2016 21:11:41 +0000 (22:11 +0100)]
doc: Clarify who can run 'guix pull'.

Suggested by Chris Marusich <cmmarusich@gmail.com>.

* doc/guix.texi (Invoking guix pull): Add paragraph explaining that any
user can run 'guix pull'.

8 years agognu: libssh: Update to 0.7.3 [fixes CVE-2016-0739].
Leo Famulari [Wed, 24 Feb 2016 20:57:31 +0000 (15:57 -0500)]
gnu: libssh: Update to 0.7.3 [fixes CVE-2016-0739].

* gnu/packages/patches/libssh-CVE-2014-0017.patch: Delete file.
* gnu/packages/patches/libssh-0.6.5-CVE-2016-0739.patch: New file.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/ssh.scm (libssh): Update to 0.7.3.
  (libssh-0.5): Rename to...
  (libssh-0.6): ... this.  Update to 0.6.5.
  [source]: Add patch for CVE-2016-0739.
  (guile-ssh)[inputs]: Use libssh-0.6.

Modified-By: Mark H Weaver <mhw@netris.org>
8 years agognu: libssh2: Update to 1.7.0 [fixes CVE-2016-0787].
Leo Famulari [Wed, 24 Feb 2016 20:57:30 +0000 (15:57 -0500)]
gnu: libssh2: Update to 1.7.0 [fixes CVE-2016-0787].

* gnu/packages/ssh.scm (libssh2): Update to 1.7.0.
  (libssh2-1.4): New variable.
* gnu/packages/curl.scm (curl)[inputs]: Use libssh4-1.4.

Modified-By: Mark H Weaver <mhw@netris.org>
8 years agodoc: Add details for binary installation.
George Clemmer [Thu, 18 Feb 2016 16:48:28 +0000 (11:48 -0500)]
doc: Add details for binary installation.

* doc/guix.texi (Binary Installation): Provide some more details for binary
  installation, in particular automatic starting of the daemon.

Signed-off-by: Andreas Enge <andreas@enge.fr>
8 years agodoc: Fix minor typos and add missing words.
Chris Marusich [Tue, 23 Feb 2016 06:25:09 +0000 (22:25 -0800)]
doc: Fix minor typos and add missing words.

* doc/guix.texi (Shepherd Services): Add missing words.
  (Invoking guix system): Fix typo.
  (Service Types and Services): Fix typo.
* doc/contributing.texi (Submitting Patches): Fix typo.

Signed-off-by: Andreas Enge <andreas@enge.fr>
8 years agognu: xf86-video-intel: Update to 2.99.917-1-d167280.
Mark H Weaver [Wed, 24 Feb 2016 18:56:20 +0000 (13:56 -0500)]
gnu: xf86-video-intel: Update to 2.99.917-1-d167280.

* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-1-d167280.

8 years agognu: gdb: Update to 7.11.
Efraim Flashner [Wed, 24 Feb 2016 15:11:40 +0000 (17:11 +0200)]
gnu: gdb: Update to 7.11.

* gnu/packages/gdb.scm (gdb): Update to 7.11.

8 years agognu: kde-frameworks: Update to 5.19.0.
Efraim Flashner [Wed, 24 Feb 2016 12:34:29 +0000 (14:34 +0200)]
gnu: kde-frameworks: Update to 5.19.0.

* gnu/packages/kde-frameworks.scm (kwindowsystem): Update to 5.19.0.
(extra-cmake-modules): Update to 5.19.0.

8 years agognu: services: Start X with -configdir.
Andy Wingo [Thu, 18 Feb 2016 20:34:37 +0000 (21:34 +0100)]
gnu: services: Start X with -configdir.

* gnu/services/xorg.scm (%default-xorg-modules): New public variable.
(xorg-configuration-directory): New function.
(xorg-start-command): Add #:modules keyword argument, defaulting to
%default-xorg-modules.  Build an xorg.conf.d directory from those
modules, and pass it to X via the -configdir parameter.

8 years agognu: libxaw: Update to 1.0.13.
Andy Wingo [Thu, 18 Feb 2016 20:33:30 +0000 (21:33 +0100)]
gnu: libxaw: Update to 1.0.13.

* gnu/packages/xorg.scm (libxaw): Update to 1.0.13.

8 years agognu: libxt: Update to 1.1.5.
Andy Wingo [Thu, 18 Feb 2016 20:33:16 +0000 (21:33 +0100)]
gnu: libxt: Update to 1.1.5.

* gnu/packages/xorg.scm (libxt): Update to 1.1.5.

8 years agognu: libx11: Update to 1.6.3.
Andy Wingo [Thu, 18 Feb 2016 20:33:07 +0000 (21:33 +0100)]
gnu: libx11: Update to 1.6.3.

* gnu/packages/xorg.scm (libx11): Update to 1.6.3.

8 years agognu: xorg-server: Update to 1.18.1.
Andy Wingo [Thu, 18 Feb 2016 20:32:59 +0000 (21:32 +0100)]
gnu: xorg-server: Update to 1.18.1.

* gnu/packages/xorg.scm (xorg-server): Update to 1.18.1.

8 years agognu: libxxf86vm: Update to 1.1.4.
Andy Wingo [Thu, 18 Feb 2016 20:32:47 +0000 (21:32 +0100)]
gnu: libxxf86vm: Update to 1.1.4.

* gnu/packages/xorg.scm (libxxf86vm): Update to 1.1.4.

8 years agognu: libxvmc: Update to 1.0.9.
Andy Wingo [Thu, 18 Feb 2016 20:32:28 +0000 (21:32 +0100)]
gnu: libxvmc: Update to 1.0.9.

* gnu/packages/xorg.scm (libxvmc): Update to 1.0.9.

8 years agognu: libxrandr: Update to 1.5.0.
Andy Wingo [Thu, 18 Feb 2016 20:32:17 +0000 (21:32 +0100)]
gnu: libxrandr: Update to 1.5.0.

* gnu/packages/xorg.scm (libxrandr): Update to 1.5.0.

8 years agognu: libxi: Update to 1.7.6.
Andy Wingo [Thu, 18 Feb 2016 20:32:07 +0000 (21:32 +0100)]
gnu: libxi: Update to 1.7.6.

* gnu/packages/xorg.scm (libxi): Update to 1.7.6.

8 years agognu: xproto: Update to 7.0.28.
Andy Wingo [Thu, 18 Feb 2016 20:31:57 +0000 (21:31 +0100)]
gnu: xproto: Update to 7.0.28.

* gnu/packages/xorg.scm (xproto): Update to 7.0.28.

8 years agognu: libxrender: Update to 0.9.9.
Andy Wingo [Thu, 18 Feb 2016 20:31:46 +0000 (21:31 +0100)]
gnu: libxrender: Update to 0.9.9.

* gnu/packages/xorg.scm (libxrender): Update to 0.9.9.

8 years agognu: libxp: Update to 1.0.3.
Andy Wingo [Thu, 18 Feb 2016 20:31:36 +0000 (21:31 +0100)]
gnu: libxp: Update to 1.0.3.

* gnu/packages/xorg.scm (libxp): Update to 1.0.3.

8 years agognu: xvinfo: Update to 1.1.3.
Andy Wingo [Thu, 18 Feb 2016 20:31:23 +0000 (21:31 +0100)]
gnu: xvinfo: Update to 1.1.3.

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

8 years agognu: xmodmap: Update to 1.0.9.
Andy Wingo [Thu, 18 Feb 2016 20:31:15 +0000 (21:31 +0100)]
gnu: xmodmap: Update to 1.0.9.

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

8 years agognu: xlsatoms: Update to 1.1.2.
Andy Wingo [Thu, 18 Feb 2016 20:31:03 +0000 (21:31 +0100)]
gnu: xlsatoms: Update to 1.1.2.

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

8 years agognu: xkeyboard-config: Update to 2.17.
Andy Wingo [Thu, 18 Feb 2016 20:30:31 +0000 (21:30 +0100)]
gnu: xkeyboard-config: Update to 2.17.

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

8 years agognu: xkbevd: Update to 1.1.4.
Andy Wingo [Thu, 18 Feb 2016 20:30:09 +0000 (21:30 +0100)]
gnu: xkbevd: Update to 1.1.4.

* gnu/packages/xorg.scm (xkbevd): Update to 1.1.4.

8 years agognu: xinput: Update to 1.6.2.
Andy Wingo [Thu, 18 Feb 2016 20:29:55 +0000 (21:29 +0100)]
gnu: xinput: Update to 1.6.2.

* gnu/packages/xorg.scm (xinput): Update to 1.6.2.

8 years agognu: xhost: Update to 1.0.7.
Andy Wingo [Thu, 18 Feb 2016 20:29:33 +0000 (21:29 +0100)]
gnu: xhost: Update to 1.0.7.

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

8 years agognu: xgamma: Update to 1.0.6.
Andy Wingo [Thu, 18 Feb 2016 20:29:17 +0000 (21:29 +0100)]
gnu: xgamma: Update to 1.0.6.

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

8 years agognu: xf86-video-voodoo: Fix build.
Andy Wingo [Wed, 24 Feb 2016 08:59:01 +0000 (09:59 +0100)]
gnu: xf86-video-voodoo: Fix build.

* gnu/packages/xorg.scm (xf86-video-voodoo): Add patch from upstream git
  to fix the build.

8 years agognu: xf86-video-vmware: Update to 13.1.0.
Andy Wingo [Thu, 18 Feb 2016 20:29:02 +0000 (21:29 +0100)]
gnu: xf86-video-vmware: Update to 13.1.0.

* gnu/packages/patches/xf86-video-vmware-glibc-2.20.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/xorg.scm (xf86-video-vmware): Update to 13.1.0.
  [source]: Remove patch.

8 years agognu: xf86-video-vesa: Update to 2.3.4.
Andy Wingo [Thu, 18 Feb 2016 20:28:47 +0000 (21:28 +0100)]
gnu: xf86-video-vesa: Update to 2.3.4.

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

8 years agognu: xf86-video-trident: Update to 1.3.7.
Andy Wingo [Thu, 18 Feb 2016 20:28:30 +0000 (21:28 +0100)]
gnu: xf86-video-trident: Update to 1.3.7.

* gnu/packages/patches/xf86-video-trident-remove-mibstore.patch: Delete
  file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/xorg.scm (xf86-video-trident): Update to 1.3.7.
  [source]: Remove patch.

8 years agognu: xf86-video-tdfx: Update to 1.4.6.
Andy Wingo [Thu, 18 Feb 2016 20:28:14 +0000 (21:28 +0100)]
gnu: xf86-video-tdfx: Update to 1.4.6.

* gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch: Delete
  file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/xorg.scm (xf86-video-tdfx): Update to 1.4.6.
  [source]: Remove patch.

8 years agognu: xf86-video-sis: Update to 0.10.8.
Andy Wingo [Thu, 18 Feb 2016 20:26:48 +0000 (21:26 +0100)]
gnu: xf86-video-sis: Update to 0.10.8.

* gnu/packages/patches/xf86-video-sis-fix-exa-crash.patch,
  gnu/packages/patches/xf86-video-sis-update-api.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/xorg.scm (xf86-video-sis): Update to 0.10.8.
  [source]: Remove patches.

8 years agognu: xf86-video-siliconmotion: Update to 1.7.8.
Andy Wingo [Thu, 18 Feb 2016 20:23:45 +0000 (21:23 +0100)]
gnu: xf86-video-siliconmotion: Update to 1.7.8.

* gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch:
  Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/xorg.scm (xf86-video-siliconmotion): Update to 1.7.8.
  [source]: Remove patch.

8 years agognu: xf86-video-savage: Update to 2.3.8.
Andy Wingo [Thu, 18 Feb 2016 20:22:49 +0000 (21:22 +0100)]
gnu: xf86-video-savage: Update to 2.3.8.

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

8 years agognu: xf86-video-r128: Update to 6.10.1.
Andy Wingo [Thu, 18 Feb 2016 20:16:13 +0000 (21:16 +0100)]
gnu: xf86-video-r128: Update to 6.10.1.

* gnu/packages/patches/xf86-video-r128-glibc-2.20.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/xorg.scm (xf86-video-r128): Update to 6.10.1.
  [source]: Remove patch.

8 years agognu: xf86-video-nouveau: Update to 1.0.12.
Andy Wingo [Thu, 18 Feb 2016 20:15:14 +0000 (21:15 +0100)]
gnu: xf86-video-nouveau: Update to 1.0.12.

* gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.12.

8 years agognu: xf86-video-neomagic: Update to 1.2.9.
Andy Wingo [Thu, 18 Feb 2016 20:14:10 +0000 (21:14 +0100)]
gnu: xf86-video-neomagic: Update to 1.2.9.

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

8 years agognu: xf86-video-mga: Update to 1.6.4.
Andy Wingo [Thu, 18 Feb 2016 20:13:52 +0000 (21:13 +0100)]
gnu: xf86-video-mga: Update to 1.6.4.

* gnu/packages/patches/xf86-video-mga-glibc-2.20.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/xorg.scm (xf86-video-mga): Update to 1.6.4.
  [source]: Remove patch.

8 years agognu: xf86-video-mach64: Update to 6.9.5.
Andy Wingo [Thu, 18 Feb 2016 20:13:36 +0000 (21:13 +0100)]
gnu: xf86-video-mach64: Update to 6.9.5.

* gnu/packages/xorg.scm (xf86-video-mach64): Update to 6.9.5.

8 years agognu: xf86-video-intel: Update to git snapshot e41040f.
Andy Wingo [Thu, 18 Feb 2016 20:12:31 +0000 (21:12 +0100)]
gnu: xf86-video-intel: Update to git snapshot e41040f.

* gnu/packages/xorg.scm (xf86-video-intel): Update to git snapshot
  e41040f.  Upstream isn't making releases.

Modified-By: Mark H Weaver <mhw@netris.org>
8 years agognu: xf86-video-geode: Update to 2.11.18.
Andy Wingo [Thu, 18 Feb 2016 20:11:59 +0000 (21:11 +0100)]
gnu: xf86-video-geode: Update to 2.11.18.

* gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.18.

8 years agognu: xf86-video-cirrus: Update to 1.5.3.
Andy Wingo [Thu, 18 Feb 2016 20:11:43 +0000 (21:11 +0100)]
gnu: xf86-video-cirrus: Update to 1.5.3.

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

8 years agognu: xf86-video-ati: Update to 7.6.1.
Andy Wingo [Thu, 18 Feb 2016 20:11:09 +0000 (21:11 +0100)]
gnu: xf86-video-ati: Update to 7.6.1.

* gnu/packages/xorg.scm (xf86-video-ati): Update to 7.6.1.

8 years agognu: xf86-input-void: Update to 1.4.1.
Andy Wingo [Thu, 18 Feb 2016 20:10:53 +0000 (21:10 +0100)]
gnu: xf86-input-void: Update to 1.4.1.

* gnu/packages/xorg.scm (xf86-input-void): Update to 1.4.1.

8 years agognu: xf86-input-synaptics: Update to 1.8.3.
Andy Wingo [Thu, 18 Feb 2016 20:10:32 +0000 (21:10 +0100)]
gnu: xf86-input-synaptics: Update to 1.8.3.

* gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.8.3.

8 years agognu: xf86-input-keyboard: Update to 1.8.1.
Andy Wingo [Thu, 18 Feb 2016 20:10:12 +0000 (21:10 +0100)]
gnu: xf86-input-keyboard: Update to 1.8.1.

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

8 years agognu: xf86-input-libinput: Update to 0.16.0.
Andy Wingo [Thu, 18 Feb 2016 20:09:53 +0000 (21:09 +0100)]
gnu: xf86-input-libinput: Update to 0.16.0.

* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.16.0.

8 years agognu: xf86-input-evdev: Update to 2.10.1.
Andy Wingo [Thu, 18 Feb 2016 20:09:25 +0000 (21:09 +0100)]
gnu: xf86-input-evdev: Update to 2.10.1.

* gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.10.1.  Add mtdev
  input.

8 years agognu: xev: Update to 1.2.2.
Andy Wingo [Thu, 18 Feb 2016 20:09:05 +0000 (21:09 +0100)]
gnu: xev: Update to 1.2.2.

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

8 years agognu: xdriinfo: Update to 1.0.5.
Andy Wingo [Thu, 18 Feb 2016 20:08:24 +0000 (21:08 +0100)]
gnu: xdriinfo: Update to 1.0.5.

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

8 years agognu: xdpyinfo: Update to 1.3.2.
Andy Wingo [Thu, 18 Feb 2016 20:08:07 +0000 (21:08 +0100)]
gnu: xdpyinfo: Update to 1.3.2.

* gnu/packages/xorg.scm (xdpyinfo): Update to 1.3.2.

8 years agognu: xcmsdb: Update to 1.0.5.
Andy Wingo [Thu, 18 Feb 2016 20:07:43 +0000 (21:07 +0100)]
gnu: xcmsdb: Update to 1.0.5.

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

8 years agognu: x11perf: Update to 1.6.0.
Andy Wingo [Thu, 18 Feb 2016 20:07:19 +0000 (21:07 +0100)]
gnu: x11perf: Update to 1.6.0.

* gnu/packages/xorg.scm (x11perf): Update to 1.6.0.

8 years agognu: smproxy: Update to 1.0.6.
Andy Wingo [Thu, 18 Feb 2016 20:07:02 +0000 (21:07 +0100)]
gnu: smproxy: Update to 1.0.6.

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

8 years agognu: setxkbmap: Update to 1.3.1.
Andy Wingo [Thu, 18 Feb 2016 20:06:47 +0000 (21:06 +0100)]
gnu: setxkbmap: Update to 1.3.1.

* gnu/packages/xorg.scm (setxkbmap): Update to 1.3.1.