jackhill/guix/guix.git
7 years agognu: ruby-ox: Update to 2.5.0.
Marius Bakke [Sun, 4 Jun 2017 20:09:45 +0000 (22:09 +0200)]
gnu: ruby-ox: Update to 2.5.0.

* gnu/packages/ruby.scm (ruby-ox): Update to 2.5.0.

7 years agognu: ruby-test-unit: Update to 3.2.4.
Ben Woodcroft [Sat, 3 Jun 2017 03:23:15 +0000 (22:23 -0500)]
gnu: ruby-test-unit: Update to 3.2.4.

* gnu/packages/ruby.scm (ruby-test-unit): Update to 3.2.4.

7 years agognu: ruby-gem-hadar: Update to 1.9.1.
Ben Woodcroft [Sat, 3 Jun 2017 03:06:39 +0000 (22:06 -0500)]
gnu: ruby-gem-hadar: Update to 1.9.1.

* gnu/packages/ruby.scm (ruby-gem-hadar): Update to 1.9.1.
[propagated-inputs]: Remove ruby-sdoc, add ruby-yard.
[native-inputs]: Remove bundler.

7 years agognu: ruby-sdoc: Relax dependency requirement versions.
Ben Woodcroft [Sat, 3 Jun 2017 02:56:05 +0000 (21:56 -0500)]
gnu: ruby-sdoc: Relax dependency requirement versions.

* gnu/packages/ruby.scm (ruby-sdoc)[arguments]: Relax dependency requirement
versions.

7 years agognu: bundler: Update to 1.15.1.
Ben Woodcroft [Sat, 3 Jun 2017 02:46:45 +0000 (21:46 -0500)]
gnu: bundler: Update to 1.15.1.

* gnu/packages/ruby.scm (bundler): Update to 1.15.1.

7 years agognu: ruby-minitest-4: Exclude failing tests.
Ben Woodcroft [Sat, 3 Jun 2017 02:37:50 +0000 (21:37 -0500)]
gnu: ruby-minitest-4: Exclude failing tests.

gnu/packages/ruby.scm (ruby-minitest-4): Exclude failing tests.

7 years agognu: ruby-minitest: Update to 5.10.2.
Ben Woodcroft [Sat, 3 Jun 2017 02:08:08 +0000 (21:08 -0500)]
gnu: ruby-minitest: Update to 5.10.2.

* gnu/packages/ruby.scm (ruby-minitest): Update to 5.10.2.

7 years agognu: ruby-json: Update to 2.1.0.
Ben Woodcroft [Sat, 3 Jun 2017 01:58:18 +0000 (20:58 -0500)]
gnu: ruby-json: Update to 2.1.0.

* gnu/packages/ruby.scm (ruby-json): Update to 2.1.0.

7 years agognu: gnumeric: Update to 1.12.34.
Kei Kebreau [Wed, 31 May 2017 16:25:06 +0000 (12:25 -0400)]
gnu: gnumeric: Update to 1.12.34.

* gnu/packages/gnome.scm (gnumeric): Update to 1.12.34.
[native-inputs]: Add docbook-xml and itstool.

7 years agognu: shotwell: Update to 0.26.1.
Kei Kebreau [Sun, 28 May 2017 00:28:51 +0000 (20:28 -0400)]
gnu: shotwell: Update to 0.26.1.

* gnu/packages/gnome.scm (shotwell): Update to 0.26.1.
[inputs]: Add libgdata.

7 years agognu: Add libgdata.
Kei Kebreau [Fri, 26 May 2017 05:13:23 +0000 (01:13 -0400)]
gnu: Add libgdata.

* gnu/packages/gnome.scm (libgdata): New variable.
* gnu/packages/patches/libgdata-fix-tests.patch,
gnu/packages/patches/libgdata-glib-duplicate-tests.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.

7 years agoMerge branch 'master' into staging
Marius Bakke [Sun, 28 May 2017 21:47:25 +0000 (23:47 +0200)]
Merge branch 'master' into staging

7 years agognu: parallel: Update to 20170522.
Marius Bakke [Sun, 28 May 2017 18:01:37 +0000 (20:01 +0200)]
gnu: parallel: Update to 20170522.

* gnu/packages/parallel.scm (parallel): Update to 20170522.

7 years agognu: Add emacs-direnv.
Christopher Baines [Sat, 27 May 2017 10:56:41 +0000 (11:56 +0100)]
gnu: Add emacs-direnv.

* gnu/packages/emacs.scm (emacs-direnv): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add spectrwm.
ng0 [Thu, 4 May 2017 19:45:54 +0000 (19:45 +0000)]
gnu: Add spectrwm.

* gnu/packages/wm.scm (spectrwm): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add emacs-restclient.
James Richardson [Wed, 24 May 2017 05:26:44 +0000 (01:26 -0400)]
gnu: Add emacs-restclient.

* gnu/packages/emacs.scm (emacs-restclient): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agoscripts: Set thread names.
Ludovic Courtès [Sun, 28 May 2017 14:09:32 +0000 (16:09 +0200)]
scripts: Set thread names.

This allows 'guix publish' threads as well as 'guix substitute' and
'guix offload' processes to be properly labeled in 'top', 'pstree', etc.

* guix/workers.scm (worker-thunk): Add #:thread-name parameter and honor it.
(make-pool): Likewise.
* guix/scripts/publish.scm (http-write): Add calls to 'set-thread-name'
in bodies of 'call-with-new-thread'.
(guix-publish): Call 'set-thread-name'.   Pass #:thread-name to 'make-pool'.
* guix/scripts/offload.scm (guix-offload): Call 'set-thread-name'.
* guix/scripts/substitute.scm (guix-substitute): Likewise.

7 years agosyscalls: Add 'thread-name' and 'set-thread-name'.
Ludovic Courtès [Sun, 28 May 2017 13:49:11 +0000 (15:49 +0200)]
syscalls: Add 'thread-name' and 'set-thread-name'.

* guix/build/syscalls.scm (PR_SET_NAME, PR_GET_NAME)
(%max-thread-name-length): New variables.
(%prctl, set-thread-name, thread-name): New procedures.
* tests/syscalls.scm ("set-thread-name"): New test.

7 years agognu: certbot, python-acme: Update to 0.14.2.
Leo Famulari [Sun, 28 May 2017 19:28:43 +0000 (15:28 -0400)]
gnu: certbot, python-acme: Update to 0.14.2.

* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.14.2.

7 years agognu: rxvt-unicode: Disable an unwanted code execution vector.
Leo Famulari [Sat, 27 May 2017 15:01:25 +0000 (11:01 -0400)]
gnu: rxvt-unicode: Disable an unwanted code execution vector.

* gnu/packages/patches/rxvt-unicode-escape-sequences.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xdisorg.scm (rxvt-unicode)[source]: Use it.

7 years agognu: synfigstudio: Fix patch name in 'gnu/local.mk'.
Leo Famulari [Sun, 28 May 2017 18:33:21 +0000 (14:33 -0400)]
gnu: synfigstudio: Fix patch name in 'gnu/local.mk'.

This is a followup to commit 2ac2b17251be51778963e6ced0b83e461d175d01.

* gnu/local.mk (dist_patch_DATA): Fix typo.

7 years agognu: libtiff: Update replacement to 4.0.8 [security fixes].
Leo Famulari [Sat, 27 May 2017 15:31:52 +0000 (11:31 -0400)]
gnu: libtiff: Update replacement to 4.0.8 [security fixes].

See 'ChangeLog' in the source distribution for more information about
the bugs and security issues fixed in this release.

* gnu/packages/image.scm (libtiff)[replacement]: Replace with libtiff-4.0.8.
(libtiff/fixed): Replace with ...
(libtiff-4.0.8): New variable.
* gnu/packages/patches/libtiff-CVE-2017-7593.patch,
gnu/packages/patches/libtiff-CVE-2017-7594.patch,
gnu/packages/patches/libtiff-multiple-UBSAN-crashes.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.

7 years agognu: offlineimap: Update to 7.1.1.
Tobias Geerinckx-Rice [Sun, 28 May 2017 16:29:34 +0000 (18:29 +0200)]
gnu: offlineimap: Update to 7.1.1.

* gnu/packages/mail.scm (offlineimap): Update to 7.1.1.

7 years agognu: font-bitstream-vera: Use 'font-build-system'.
Arun Isaac [Mon, 15 May 2017 14:50:26 +0000 (20:20 +0530)]
gnu: font-bitstream-vera: Use 'font-build-system'.

* gnu/packages/fonts.scm (font-bitstream-vera): Switch to 'font-build-system'.

7 years agognu: font-dejavu: Use 'font-build-system'.
Arun Isaac [Mon, 15 May 2017 14:49:33 +0000 (20:19 +0530)]
gnu: font-dejavu: Use 'font-build-system'.

* gnu/packages/fonts.scm (font-dejavu): Switch to 'font-build-system'.

7 years agognu: font-ubuntu: Use 'font-build-system'.
Arun Isaac [Mon, 15 May 2017 14:48:08 +0000 (20:18 +0530)]
gnu: font-ubuntu: Use 'font-build-system'.

* gnu/packages/fonts.scm (font-ubuntu): Switch to 'font-build-system'.

7 years agognu: font-inconsolata: Use 'font-build-system'.
Arun Isaac [Mon, 15 May 2017 14:46:04 +0000 (20:16 +0530)]
gnu: font-inconsolata: Use 'font-build-system'.

* gnu/packages/fonts.scm (font-inconsolata): Switch to 'font-build-system'.

7 years agobuild-system: Add 'font-build-system'.
Arun Isaac [Mon, 15 May 2017 14:38:57 +0000 (20:08 +0530)]
build-system: Add 'font-build-system'.

* Makefile.am (MODULES): Add 'guix/build-system/font.scm' and
  'guix/build/font-build-system.scm'.
* guix/build-system/font.scm: New file.
* guix/build/font-build-system.scm: New file.
* doc/guix.texi (Build Systems): Add 'font-build-system'.

7 years agognu: synfigstudio: Fix UI bug.
Ricardo Wurmus [Sun, 28 May 2017 13:56:31 +0000 (15:56 +0200)]
gnu: synfigstudio: Fix UI bug.

* gnu/packages/patches/synfigstudio-fix-ui-with-gtk3.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/animation.scm (synfigstudio)[source]: Apply patch.

7 years agognu: pari-gp: Update to 2.9.2.
Andreas Enge [Sun, 28 May 2017 13:57:17 +0000 (15:57 +0200)]
gnu: pari-gp: Update to 2.9.2.

* gnu/packages/algebra.scm (pari-gp): Update to 2.9.2.

7 years agognu: gajim: Fix CVE-2016-10376.
Marius Bakke [Sun, 28 May 2017 11:07:05 +0000 (13:07 +0200)]
gnu: gajim: Fix CVE-2016-10376.

* gnu/packages/patches/gajim-CVE-2016-10376.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/messaging.scm (gajim)[source]: Use it.

7 years agognu: diamond: Update to 0.9.2.
Ben Woodcroft [Sun, 28 May 2017 02:02:47 +0000 (22:02 -0400)]
gnu: diamond: Update to 0.9.2.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.2.

7 years agognu: Add liboauth.
Kei Kebreau [Fri, 26 May 2017 03:17:04 +0000 (23:17 -0400)]
gnu: Add liboauth.

* gnu/packages/web.scm (liboauth): New variable.

7 years agognu: synfigstudio: Update to 1.2.0.
Ricardo Wurmus [Sat, 27 May 2017 15:54:20 +0000 (17:54 +0200)]
gnu: synfigstudio: Update to 1.2.0.

* gnu/packages/patches/synfig-build-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove patch.
* gnu/packages/animation.scm (etl): Update to 0.04.22.
(synfig): Update to 1.2.0.
[source]: Remove patch.
[arguments]: Remove obsolete build phases.
[propagated-inputs]: Add fftw.
(synfigstudio): Update to 1.2.0.
[source]: Remove unnecessary snippet.
[arguments]: Remove.

7 years agognu: Add python-radon
Muriithi Frederick Muriuki [Sat, 27 May 2017 17:40:28 +0000 (13:40 -0400)]
gnu: Add python-radon

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

7 years agognu: Add florence.
ng0 [Thu, 25 May 2017 16:04:14 +0000 (16:04 +0000)]
gnu: Add florence.

* gnu/packages/accessibility.scm: New file.
* gnu/local.mk: (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: Add tryton.
Adriano Peluso [Sat, 20 May 2017 06:32:08 +0000 (08:32 +0200)]
gnu: Add tryton.

* gnu/packages/tryton.scm (tryton): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
7 years agognu: Add trytond.
Adriano Peluso [Sat, 20 May 2017 06:21:31 +0000 (08:21 +0200)]
gnu: Add trytond.

* gnu/packages/tryton.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/tryton.scm (trytond): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
7 years agognu: Add python-relatorio.
Adriano Peluso [Sat, 20 May 2017 07:19:00 +0000 (09:19 +0200)]
gnu: Add python-relatorio.

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

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
7 years agognu: Add python-genshi.
Adriano Peluso [Wed, 5 Apr 2017 13:29:56 +0000 (15:29 +0200)]
gnu: Add python-genshi.

 * gnu/packages/python.scm (python-genshi, python2-genshi): New variables.
 * gnu/packages/patches/python-genshi-add-support-for-python-3.4-AST.patch: New file.
 * gnu/packages/patches/python-genshi-buildable-on-python-2.7.patch: New file.
 * gnu/packages/patches/python-genshi-disable-speedups-on-python-3.3.patch: New file.
 * gnu/packages/patches/python-genshi-fix-tests-on-python-3.5.patch: New file.
 * gnu/packages/patches/python-genshi-isstring-helper.patch: New file.
 * gnu/packages/patches/python-genshi-stripping-of-unsafe-script-tags.patch: New file.
 * gnu/local.mk (dist_patch_DATA): Add them.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
7 years agognu: Add python-sql.
Adriano Peluso [Tue, 28 Mar 2017 10:25:06 +0000 (12:25 +0200)]
gnu: Add python-sql.

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

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
7 years agognu: build: Improve docstrings.
Danny Milosavljevic [Sat, 27 May 2017 10:33:08 +0000 (12:33 +0200)]
gnu: build: Improve docstrings.

* gnu/build/file-systems.scm (iso9660-superblock?,
read-iso9660-superblock, iso9660-superblock-uuid): Improve docstrings.

7 years agognu: emacs-exwm: Fix DISPLAY environment variable issue.
Arun Isaac [Sat, 27 May 2017 09:50:12 +0000 (15:20 +0530)]
gnu: emacs-exwm: Fix DISPLAY environment variable issue.

* gnu/packages/emacs.scm (emacs-exwm): Set DISPLAY environment variable in
  shell wrapper.

7 years agognu: Add knot-service-type.
Julien Lepiller [Mon, 1 May 2017 19:41:45 +0000 (21:41 +0200)]
gnu: Add knot-service-type.

* gnu/services/dns.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (DNS Services): New subsubsection.

7 years agognu: icecat: Add more fixes from upstream mozilla-esr52.
Mark H Weaver [Sat, 27 May 2017 03:50:02 +0000 (23:50 -0400)]
gnu: icecat: Add more fixes from upstream mozilla-esr52.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.

7 years agognu: graphite2/fixed: Update to 1.3.10.
Mark H Weaver [Sat, 27 May 2017 03:48:01 +0000 (23:48 -0400)]
gnu: graphite2/fixed: Update to 1.3.10.

* gnu/packages/fontutils.scm (graphite2/fixed): Update to 1.3.10.  Remove
patches that have been incorporated upstream.
* gnu/packages/patches/graphite2-CVE-2017-5436.patch,
gnu/packages/patches/graphite2-check-code-point-limit.patch,
gnu/packages/patches/graphite2-fix-32-bit-wrap-arounds.patch,
gnu/packages/patches/graphite2-non-linear-classes-even-number.patch: Delete
files.
* gnu/local.mk (dist_patch_DATA): Remove them.

7 years agoMerge branch 'master' into staging
Marius Bakke [Sat, 27 May 2017 01:55:24 +0000 (03:55 +0200)]
Merge branch 'master' into staging

7 years agognu: linux-libre: Update to 4.11.3.
Mark H Weaver [Fri, 26 May 2017 20:17:08 +0000 (16:17 -0400)]
gnu: linux-libre: Update to 4.11.3.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.3.
(%linux-libre-hash): Update hash.

7 years agognu: linux-libre@4.9: Update to 4.9.30.
Mark H Weaver [Fri, 26 May 2017 20:16:32 +0000 (16:16 -0400)]
gnu: linux-libre@4.9: Update to 4.9.30.

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

7 years agognu: linux-libre@4.4: Update to 4.4.70.
Mark H Weaver [Fri, 26 May 2017 20:15:51 +0000 (16:15 -0400)]
gnu: linux-libre@4.4: Update to 4.4.70.

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

7 years agognu: python-cryptography: Update to 1.8.2.
Leo Famulari [Thu, 11 May 2017 22:27:27 +0000 (18:27 -0400)]
gnu: python-cryptography: Update to 1.8.2.

* gnu/packages/python.scm (python-cryptography, python2-cryptography,
python-cryptography-vectors, python2-cryptography-vectors):
Update to 1.8.2.
(python-cryptography, python2-cryptography)[propagated-inputs]: Add
python-asn1crypto and python-packaging. Remove python-pyasn1.
[native-inputs]: Remove python-pyasn1 and python-pyasn1-modules.

7 years agognu: Add python-packaging.
Leo Famulari [Thu, 25 May 2017 21:19:04 +0000 (17:19 -0400)]
gnu: Add python-packaging.

7 years agognu: python-xcffib: Update to 0.5.1.
José Miguel Sánchez García [Fri, 26 May 2017 16:42:20 +0000 (18:42 +0200)]
gnu: python-xcffib: Update to 0.5.1.

* gnu/packages/python.scm (python-xcffib): Update to 0.5.1.
[source]: Use 'pypi-uri'.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: python-xcffib: Fix libxcb.so.1 path.
José Miguel Sánchez García [Fri, 26 May 2017 16:35:17 +0000 (18:35 +0200)]
gnu: python-xcffib: Fix libxcb.so.1 path.

* gnu/packages/python.scm (python-xcffib)[arguments]<#:phases>: Add phase to
embed full path to libxcb.so.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: Add emacs-disable-mouse.
Jan Nieuwenhuizen [Fri, 26 May 2017 10:29:04 +0000 (12:29 +0200)]
gnu: Add emacs-disable-mouse.

* gnu/packages/emacs.scm (emacs-disable-mouse): New variable.

7 years agognu: Add python-flask-migrate.
Danny Milosavljevic [Thu, 25 May 2017 17:57:21 +0000 (19:57 +0200)]
gnu: Add python-flask-migrate.

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

7 years agognu: Add python-flask-script.
Danny Milosavljevic [Thu, 25 May 2017 17:57:20 +0000 (19:57 +0200)]
gnu: Add python-flask-script.

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

7 years agognu: Fix another call to cross-gcc.
Mark H Weaver [Fri, 26 May 2017 07:58:22 +0000 (03:58 -0400)]
gnu: Fix another call to cross-gcc.

This is a followup to commit 7b3318e34f4e2743254a88b908859901db960e9a.

* gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc)
[native-inputs]: Fix 'cross-gcc' call.
* gnu/packages/cross-base.scm: Fix example 'cross-gcc' call in a comment.

7 years agognu: Add multitail.
Stefan Reichoer [Thu, 25 May 2017 21:34:02 +0000 (23:34 +0200)]
gnu: Add multitail.

* gnu/packages/logging.scm (multitail): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: Add python-ansi2html.
Stefan Reichoer [Thu, 25 May 2017 19:24:52 +0000 (21:24 +0200)]
gnu: Add python-ansi2html.

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

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: Add python-asn1crypto.
Leo Famulari [Tue, 23 May 2017 19:41:01 +0000 (15:41 -0400)]
gnu: Add python-asn1crypto.

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

7 years agognu: Add cpuid.
Clément Lassieur [Thu, 25 May 2017 18:02:45 +0000 (20:02 +0200)]
gnu: Add cpuid.

* gnu/packages/linux.scm (cpuid): New variable.

7 years agognu: openssl@1.1.0: Update to 1.1.0f.
Leo Famulari [Thu, 25 May 2017 18:34:02 +0000 (14:34 -0400)]
gnu: openssl@1.1.0: Update to 1.1.0f.

* gnu/packages/tls.scm (openssl-next): Update to 1.1.0f.

7 years agognu: kodi: Update to 18.0_alpha-5-1a38948.
Marius Bakke [Thu, 25 May 2017 00:19:59 +0000 (02:19 +0200)]
gnu: kodi: Update to 18.0_alpha-5-1a38948.

* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-5-1a38948.

7 years agognu: Add kbd-neo.
ng0 [Sun, 1 Jan 2017 16:36:27 +0000 (16:36 +0000)]
gnu: Add kbd-neo.

* gnu/packages/linux.scm (kbd-neo): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: kbd: Add 'native-search-paths'.
ng0 [Thu, 25 May 2017 12:48:16 +0000 (12:48 +0000)]
gnu: kbd: Add 'native-search-paths'.

* gnu/packages/linux.scm (kbd)[native-search-paths]: Add it.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: strace: Update to 4.17.
Marius Bakke [Thu, 25 May 2017 18:00:34 +0000 (20:00 +0200)]
gnu: strace: Update to 4.17.

* gnu/packages/linux.scm (strace): Update to 4.17.

7 years agognu: slop: Update to 6.3.38.
Marius Bakke [Thu, 25 May 2017 17:58:58 +0000 (19:58 +0200)]
gnu: slop: Update to 6.3.38.

* gnu/packages/xdisorg.scm (slop): Update to 6.3.38.

7 years agognu: emacs-exwm: Fix 'line too long' lint warning.
Arun Isaac [Thu, 25 May 2017 17:53:30 +0000 (23:23 +0530)]
gnu: emacs-exwm: Fix 'line too long' lint warning.

* gnu/packages/emacs.scm (emacs-exwm): Split line to fix 'line too long' lint
  warning.

7 years agognu: emacs-exwm: Update to 0.14.
Jan Nieuwenhuizen [Thu, 25 May 2017 07:46:51 +0000 (09:46 +0200)]
gnu: emacs-exwm: Update to 0.14.

* gnu/packages/emacs.scm (emacs-exwm): Update to 0.14.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
7 years agognu: python-pyobject: Update to 3.24.1.
Kei Kebreau [Wed, 24 May 2017 20:29:29 +0000 (16:29 -0400)]
gnu: python-pyobject: Update to 3.24.1.

* gnu/packages/glib.scm (python-pyobject, python2-pyobject): Update to 3.24.1.
[arguments]: Remove field.
[native-inputs]: Add dbus.

7 years agognu: webkitgtk: Update to 2.16.3 [fixes CVE-2017-{2496,2510,2539}].
Marius Bakke [Thu, 25 May 2017 16:00:24 +0000 (18:00 +0200)]
gnu: webkitgtk: Update to 2.16.3 [fixes CVE-2017-{2496,2510,2539}].

* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.3.

7 years agobuild-system: gnu: Fix cross-gcc call.
Ricardo Wurmus [Thu, 25 May 2017 14:58:15 +0000 (16:58 +0200)]
build-system: gnu: Fix cross-gcc call.

This is a follow-up to 7b3318e34f4e2743254a88b908859901db960e9a.

* guix/build-system/gnu.scm (standard-cross-packages): Use keyword arguments
in cross-gcc call.

7 years agognu: Add ocaml-ppx-jane.
Julien Lepiller [Sun, 21 May 2017 14:37:40 +0000 (16:37 +0200)]
gnu: Add ocaml-ppx-jane.

* gnu/packages/ocaml.scm (ocaml-ppx-jane): New variable.

7 years agognu: Add ocaml-ppx-expect.
Julien Lepiller [Sun, 21 May 2017 14:36:41 +0000 (16:36 +0200)]
gnu: Add ocaml-ppx-expect.

* gnu/packages/ocaml.scm (ocaml-ppx-expect): New variable.

7 years agognu: Add ocaml-re.
Julien Lepiller [Sun, 21 May 2017 14:35:58 +0000 (16:35 +0200)]
gnu: Add ocaml-re.

* gnu/packages/ocaml.scm (ocaml-re): New variable.

7 years agognu: Add ocaml-ppx-fields-conv.
Julien Lepiller [Sun, 21 May 2017 14:35:01 +0000 (16:35 +0200)]
gnu: Add ocaml-ppx-fields-conv.

* gnu/packages/ocaml.scm (ocaml-ppx-fields-conv): New variable.

7 years agognu: Add ocaml-ppx-sexp-message.
Julien Lepiller [Sun, 21 May 2017 14:34:02 +0000 (16:34 +0200)]
gnu: Add ocaml-ppx-sexp-message.

* gnu/packages/ocaml.scm (ocaml-ppx-sexp-message): New variable.

7 years agognu: Add ocaml-ppx-custom-printf.
Julien Lepiller [Sun, 21 May 2017 14:32:16 +0000 (16:32 +0200)]
gnu: Add ocaml-ppx-custom-printf.

* gnu/packages/ocaml.scm (ocaml-ppx-custom-printf): New variable.

7 years agognu: Add ocaml-ppx-fail.
Julien Lepiller [Sun, 21 May 2017 14:31:23 +0000 (16:31 +0200)]
gnu: Add ocaml-ppx-fail.

* gnu/packages/ocaml.scm (ocaml-ppx-fail): New variable.

7 years agognu: Add ocaml-ppx-bin-prot.
Julien Lepiller [Sun, 21 May 2017 14:30:34 +0000 (16:30 +0200)]
gnu: Add ocaml-ppx-bin-prot.

* gnu/packages/ocaml.scm (ocaml-ppx-bin-prot): New variable.

7 years agognu: Add ocaml-ppx-pipebang.
Julien Lepiller [Sun, 21 May 2017 14:29:45 +0000 (16:29 +0200)]
gnu: Add ocaml-ppx-pipebang.

* gnu/packages/ocaml.scm (ocaml-ppx-pipebang): New variable.

7 years agognu: Add ocaml-ppx-sexp-value.
Julien Lepiller [Sun, 21 May 2017 14:28:24 +0000 (16:28 +0200)]
gnu: Add ocaml-ppx-sexp-value.

* gnu/packages/ocaml.scm (ocaml-ppx-sexp-value): New variable.

7 years agopull: Catch '&missing-dependency-error' raised by 'source-module-closure'.
Ludovic Courtès [Thu, 25 May 2017 12:21:04 +0000 (14:21 +0200)]
pull: Catch '&missing-dependency-error' raised by 'source-module-closure'.

Fixes <http://bugs.gnu.org/26987>.
Reported by Mathieu Othacehe <m.othacehe@gmail.com>.

* guix/build/pull.scm (depends-on-guile-ssh?): Remove.
(has-all-its-dependencies?): New procedure.
(build-guix): Use it to filter source files.

7 years agomodules: Raise an error when a dependency could not be found.
Ludovic Courtès [Thu, 25 May 2017 12:19:51 +0000 (14:19 +0200)]
modules: Raise an error when a dependency could not be found.

* guix/modules.scm (&missing-dependency-error): New error condition.
(source-module-dependencies): Raise it when 'search-path' returns #f.
* tests/modules.scm ("&missing-dependency-error"): New test.

7 years agobase64: Turn into a regular Guile module.
Ludovic Courtès [Thu, 25 May 2017 12:11:22 +0000 (14:11 +0200)]
base64: Turn into a regular Guile module.

* guix/base64.scm: Replace 'library' form with 'define-module'.

7 years agognu: sunxi-tools: Build armhf target tools.
Danny Milosavljevic [Fri, 19 May 2017 18:40:16 +0000 (20:40 +0200)]
gnu: sunxi-tools: Build armhf target tools.

* gnu/packages/admin.scm (sunxi-tools)
[native-inputs]: Add cross-gcc, cross-libc.
[arguments]: Add "set-environment-up" phase.
Replace "build" phase.
Add "build-armhf" phase.
Update make-flags.

7 years agognu: Add python-behave-web-api.
Danny Milosavljevic [Sat, 13 May 2017 08:52:12 +0000 (10:52 +0200)]
gnu: Add python-behave-web-api.

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

* gnu/packages/python.scm (python-behave-web-api, python2-behave-web-api):
New variables.

7 years agognu: Enable python-parse-type tests.
Danny Milosavljevic [Fri, 12 May 2017 20:05:18 +0000 (22:05 +0200)]
gnu: Enable python-parse-type tests.

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

* gnu/packages/python.scm (python-parse-type)[arguments]: Enable tests.
Add phase "patch-tests".
[native-inputs]: Add python-pytest, python-pytest-runner.
[properties]: Add python2-variant.
(python2-parse-type): New variable.

7 years agognu: warzone2100: Use modular Qt.
Ricardo Wurmus [Thu, 25 May 2017 08:26:58 +0000 (10:26 +0200)]
gnu: warzone2100: Use modular Qt.

* gnu/packages/games.scm (warzone2100)[inputs]: Remove qt, add qtbase and
qtscript.
[arguments]: Add build phase "patch-for-qt5.8".

7 years agognu: tiled: Use modular Qt.
Ricardo Wurmus [Thu, 25 May 2017 08:00:04 +0000 (10:00 +0200)]
gnu: tiled: Use modular Qt.

* gnu/packages/game-development.scm (tiled)[inputs]: Remove qt; add qtbase and
qtsvg.
[native-inputs]: Add qttools.
[arguments]: Override LRELEASE in translations.pro.

7 years agognu: cmst: Use modular Qt.
Ricardo Wurmus [Thu, 25 May 2017 07:35:30 +0000 (09:35 +0200)]
gnu: cmst: Use modular Qt.

* gnu/packages/connman.scm (cmst)[inputs]: Remove qt; add qtbase.
[native-inputs]: Remove qt; add qttools.

7 years agognu: vlc: Update to 2.2.6.
Ricardo Wurmus [Thu, 25 May 2017 07:26:23 +0000 (09:26 +0200)]
gnu: vlc: Update to 2.2.6.

* gnu/packages/video.scm (vlc): Update to 2.2.6.

7 years agognu: qtox: Update to 1.10.1.
Ricardo Wurmus [Thu, 25 May 2017 06:46:08 +0000 (08:46 +0200)]
gnu: qtox: Update to 1.10.1.

* gnu/packages/messaging.scm (qtox): Update to 1.10.1.
[inputs]: Remove libtoxcore and qt; add c-toxcore, qtbase, and qtsvg.
[native-inputs]: Remove qt; add qttools.
[build-system]: Change to cmake-build-system.
[arguments]: Remove configure phase replacement.

7 years agognu: Add emacs-rainbow-mode.
Roel Janssen [Wed, 24 May 2017 22:55:22 +0000 (00:55 +0200)]
gnu: Add emacs-rainbow-mode.

* gnu/packages/emacs.scm (emacs-rainbow-mode): New variable.

7 years agognu: gnome-desktop: Update to 3.24.2.
Marius Bakke [Wed, 24 May 2017 17:33:34 +0000 (19:33 +0200)]
gnu: gnome-desktop: Update to 3.24.2.

* gnu/packages/gnome.scm (gnome-desktop): Update to 3.24.2.

7 years agognu: gnome-disk-utility: Update to 3.24.1.
Marius Bakke [Wed, 24 May 2017 17:34:06 +0000 (19:34 +0200)]
gnu: gnome-disk-utility: Update to 3.24.1.

* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.24.1.

7 years agognu: gnome-maps: Update to 3.24.3.
Marius Bakke [Wed, 24 May 2017 17:37:44 +0000 (19:37 +0200)]
gnu: gnome-maps: Update to 3.24.3.

* gnu/packages/geo.scm (gnome-maps): Update to 3.24.3.

7 years agognu: gnome-mines: Update to 3.24.0.
Marius Bakke [Wed, 24 May 2017 17:38:07 +0000 (19:38 +0200)]
gnu: gnome-mines: Update to 3.24.0.

* gnu/packages/gnome.scm (gnome-mines): Update to 3.24.0.

7 years agognu: gnome-sudoku: Update to 3.24.0.
Marius Bakke [Wed, 24 May 2017 17:38:28 +0000 (19:38 +0200)]
gnu: gnome-sudoku: Update to 3.24.0.

* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.24.0.