jackhill/guix/guix.git
7 years agognu: Add emacs-linum-relative.
Arun Isaac [Wed, 29 Mar 2017 07:10:04 +0000 (12:40 +0530)]
gnu: Add emacs-linum-relative.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add emacs-highlight-sexp.
Vasile Dumitrascu [Tue, 28 Mar 2017 22:54:57 +0000 (00:54 +0200)]
gnu: Add emacs-highlight-sexp.

* gnu/packages/emacs (emacs-highlight-sexp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add emacs-ox-twbs.
Vasile Dumitrascu [Tue, 28 Mar 2017 22:08:30 +0000 (00:08 +0200)]
gnu: Add emacs-ox-twbs.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add emacs-idle-highlight.
Vasile Dumitrascu [Tue, 28 Mar 2017 20:12:31 +0000 (22:12 +0200)]
gnu: Add emacs-idle-highlight.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agohydra: Include the localstatedir in the binary tarball.
Ludovic Courtès [Thu, 30 Mar 2017 08:41:36 +0000 (10:41 +0200)]
hydra: Include the localstatedir in the binary tarball.

This is a followup to 6b63c43e0661406bf9e8c4c54f517744fc2ffdb3.

* build-aux/hydra/gnu-system.scm (tarball-jobs): Pass #:localstatedir? #t
to 'self-contained-tarball'.

7 years agognu: qutebrowser: Upgrade to 0.10.1.
Eric Bavier [Thu, 30 Mar 2017 02:04:48 +0000 (21:04 -0500)]
gnu: qutebrowser: Upgrade to 0.10.1.

* gnu/packages/web.scm (qutebrowser): Upgrade to 0.10.1.

7 years agognu: thefuck: Upgrade to 3.15 and enable tests.
Eric Bavier [Thu, 30 Mar 2017 01:23:33 +0000 (20:23 -0500)]
gnu: thefuck: Upgrade to 3.15 and enable tests.

* gnu/packages/patches/thefuck-test-environ.patch: New patch.
* gnu/packages/admin.scm (thefuck): Upgrade to 3.15.
[source]: Use patch.
[arguments]: Remove '#:tests? #f'.  Move 'check' phase after 'install'.
* gnu/local.mk (dist_patch_DATA): Add patch.

7 years agognu: Use HTTPS for almost all gnu.org HOME-PAGEs.
Tobias Geerinckx-Rice [Wed, 29 Mar 2017 22:48:16 +0000 (00:48 +0200)]
gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.

All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.

7 years agognu: orc: Update home page.
Tobias Geerinckx-Rice [Wed, 29 Mar 2017 22:57:13 +0000 (00:57 +0200)]
gnu: orc: Update home page.

* gnu/packages/gstreamer.scm (orc)[home-page]: Update.

7 years agognu: icecat: Add fixes from mozilla-esr45; use skia by default.
Mark H Weaver [Wed, 29 Mar 2017 10:56:51 +0000 (06:56 -0400)]
gnu: icecat: Add fixes from mozilla-esr45; use skia by default.

* gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add fixes from
the upstream mozilla-esr45 repository.
[arguments]: Add 'use-skia-by-default' phase.

7 years agognu: python-enum34: Update to 1.1.6.
Leo Famulari [Wed, 29 Mar 2017 18:41:26 +0000 (14:41 -0400)]
gnu: python-enum34: Update to 1.1.6.

* gnu/packages/python.scm (python-enum34, python2-enum34): Update to 1.1.6.
[arguments]: Remove custom test phase.

7 years agognu: schismtracker: Update to 20160913.
Kei Kebreau [Wed, 29 Mar 2017 20:20:10 +0000 (16:20 -0400)]
gnu: schismtracker: Update to 20160913.

* gnu/packages/music.scm (schismtracker): Update to 20160913.
[source]: Update snippet for version 20160913.

7 years agognu: games: Don't MKDIR before INSTALL-FILE.
Tobias Geerinckx-Rice [Wed, 29 Mar 2017 19:09:51 +0000 (21:09 +0200)]
gnu: games: Don't MKDIR before INSTALL-FILE.

* gnu/packages/games.scm (glkterm, glulxe, grue-hunter)[arguments]:
Remove spurious MKDIRs.

7 years agognu: retroarch: Don't use %OUTPUT.
Tobias Geerinckx-Rice [Wed, 29 Mar 2017 18:13:30 +0000 (20:13 +0200)]
gnu: retroarch: Don't use %OUTPUT.

* gnu/packages/games.scm (retroarch)[arguments]: Accept an OUTPUTS key
in the configure phase.  Add a comment about the script.  Use LET*.

7 years agognu: games: Use ‘modify-phases’.
Tobias Geerinckx-Rice [Wed, 29 Mar 2017 17:41:26 +0000 (19:41 +0200)]
gnu: games: Use ‘modify-phases’.

* gnu/packages/games.scm (pingus, cmatrix, freedink-data, xboing, irrlicht,
glkterm, glulx, retroarch)[arguments]: Use ‘modify-phases’ syntax.

7 years agognu: glulxe: Fix typo.
Tobias Geerinckx-Rice [Wed, 29 Mar 2017 17:02:34 +0000 (19:02 +0200)]
gnu: glulxe: Fix typo.

* gnu/packages/games.scm (glulxe)[description]: Fix typo.

7 years agognu: glkterm: Use @code in description.
Tobias Geerinckx-Rice [Wed, 29 Mar 2017 17:01:20 +0000 (19:01 +0200)]
gnu: glkterm: Use @code in description.

* gnu/packages/games.scm (glkterm)[description]: Use @code.

7 years agognu: games: Use INSTALL-FILE.
Tobias Geerinckx-Rice [Wed, 29 Mar 2017 16:46:31 +0000 (18:46 +0200)]
gnu: games: Use INSTALL-FILE.

* gnu/packages/games.scm (glkterm, glulxe): Use INSTALL-FILE, return #t
instead of an undefined value, and prefer using let bindings.

7 years agognu: zstd: Update to 1.1.4.
Tobias Geerinckx-Rice [Wed, 29 Mar 2017 16:34:22 +0000 (18:34 +0200)]
gnu: zstd: Update to 1.1.4.

* gnu/packages/compression.scm (zstd): Update to 1.1.4.

7 years agognu: hyperrogue: Improve description.
Tobias Geerinckx-Rice [Wed, 29 Mar 2017 15:45:50 +0000 (17:45 +0200)]
gnu: hyperrogue: Improve description.

* gnu/packages/games.scm (hyperrogue)[description]: Mainly fix a typo.
Throw in a few tweaks as well.

7 years agognu: Add httpfs2.
Tobias Geerinckx-Rice [Wed, 4 Jan 2017 09:42:38 +0000 (10:42 +0100)]
gnu: Add httpfs2.

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

7 years agognu: beets: Don't build with python-enum34.
Leo Famulari [Wed, 29 Mar 2017 18:42:24 +0000 (14:42 -0400)]
gnu: beets: Don't build with python-enum34.

This package is unnecessary when using Python > 3.3.

* gnu/packages/music.scm (beets)[inputs]: Remove python-enum34.

7 years agognu: elfutils: Update to 0.168 [fixes CVE-2016-{10254,10255}].
Leo Famulari [Wed, 29 Mar 2017 18:24:29 +0000 (14:24 -0400)]
gnu: elfutils: Update to 0.168 [fixes CVE-2016-{10254,10255}].

* gnu/packages/elf.scm (elfutils): Update to 0.168.
[source]: Update URL.
[home-page]: Update URL.

7 years agognu: imagemagick: Update to 6.9.8-3.
Leo Famulari [Wed, 29 Mar 2017 18:17:29 +0000 (14:17 -0400)]
gnu: imagemagick: Update to 6.9.8-3.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.8-3.

7 years agognu: lxsession: Build Vala code from source.
Ludovic Courtès [Wed, 29 Mar 2017 11:14:28 +0000 (13:14 +0200)]
gnu: lxsession: Build Vala code from source.

* gnu/packages/lxde.scm (lxsession)[source](snippet): New field.

7 years agognu: hyperrogue: Update to 9.4c.
Kei Kebreau [Mon, 27 Mar 2017 20:40:17 +0000 (16:40 -0400)]
gnu: hyperrogue: Update to 9.4c.

* gnu/packages/games.scm (hyperrogue): Update to 9.4c.
[source]: Remove snippet.
[arguments]: Remove #:make-flags; adjust configure and install phases; add
install-data phase.
[native-inputs]: Add hyperrogue-data and unzip.
[license]: Add cc-by-sa4.0 and cc0 licenses for sounds.

7 years agognu: libressl: Update to 2.5.2.
Leo Famulari [Wed, 29 Mar 2017 01:48:09 +0000 (21:48 -0400)]
gnu: libressl: Update to 2.5.2.

* gnu/packages/tls.scm (libressl): Update to 2.5.2.

7 years agognu: emacs-monroe: Don't use MELPA archive.
Vasile Dumitrascu [Tue, 28 Mar 2017 19:58:42 +0000 (21:58 +0200)]
gnu: emacs-monroe: Don't use MELPA archive.

* gnu/packages/emacs.scm (emacs-monroe)[version]: Change to 0.3.1.
[source]: Use github instead of melpa. Add (file-name).
[home-page]: Use HTTPS.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: python-pexpect: Add verbose test output.
Marius Bakke [Wed, 29 Mar 2017 00:31:59 +0000 (02:31 +0200)]
gnu: python-pexpect: Add verbose test output.

Fixes <https://bugs.gnu.org/26286>.

* gnu/packages/python.scm (python-pexpect, python2-pexpect)[arguments]: Add
"-v" to "nosetests" command.

7 years agognu: Add lxde.
ng0 [Mon, 23 Jan 2017 17:44:50 +0000 (17:44 +0000)]
gnu: Add lxde.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add lxpanel.
ng0 [Mon, 23 Jan 2017 17:29:29 +0000 (17:29 +0000)]
gnu: Add lxpanel.

* gnu/packages/lxde.scm (lxpanel): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add keybinder.
ng0 [Mon, 23 Jan 2017 17:02:49 +0000 (17:02 +0000)]
gnu: Add keybinder.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add lxsession.
ng0 [Mon, 23 Jan 2017 16:39:12 +0000 (16:39 +0000)]
gnu: Add lxsession.

* gnu/packages/lxde.scm (lxsession): New variable.
* gnu/packages/patches/lxsession-use-gapplication.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add lxinput.
ng0 [Mon, 23 Jan 2017 16:10:15 +0000 (16:10 +0000)]
gnu: Add lxinput.

* gnu/packages/lxde.scm (lxinput): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add lxde-common.
ng0 [Mon, 23 Jan 2017 15:59:47 +0000 (15:59 +0000)]
gnu: Add lxde-common.

* gnu/packages/lxde.scm (lxde-common): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add lxde-icon-theme.
ng0 [Mon, 23 Jan 2017 15:53:08 +0000 (15:53 +0000)]
gnu: Add lxde-icon-theme.

* gnu/packages/lxde.scm (lxde-icon-theme): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add lxmenu-data.
ng0 [Mon, 23 Jan 2017 15:42:45 +0000 (15:42 +0000)]
gnu: Add lxmenu-data.

* gnu/packages/lxde.scm (lxmenu-data): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: emacs-elfeed: Update to 2.1.0.
Kyle Meyer [Tue, 28 Mar 2017 17:52:25 +0000 (13:52 -0400)]
gnu: emacs-elfeed: Update to 2.1.0.

* gnu/packages/emacs.scm (emacs-elfeed): Update to 2.1.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agoReplace (compose not PROC) with simpler idioms.
Ludovic Courtès [Tue, 28 Mar 2017 15:12:20 +0000 (17:12 +0200)]
Replace (compose not PROC) with simpler idioms.

* gnu/packages/bioinformatics.scm (python-pysam)[arguments] <check>:
Use (negate proc) instead of (compose not proc).
* guix/import/cran.scm (recursive-import): Likewise.
* guix/import/elpa.scm (filter-dependencies): Use 'remove' instead of
'(filter (compose not proc) ...)'.

7 years agognu: python-pytest-2.9.2: Replace with python-pytest-3.0.
Leo Famulari [Tue, 28 Mar 2017 19:40:37 +0000 (15:40 -0400)]
gnu: python-pytest-2.9.2: Replace with python-pytest-3.0.

* gnu/packages/python.scm (python-pytest-2.9.2): Replace with ...
(python-pytest-3.0): ... new variable.
(python2-pytest-3.0): New variable.
(python-cryptography, python2-cryptography, python-sphinx-1.5.3)[native-inputs]:
Replace python-pytest-2.9.2 with python-pytest-3.0.
* gnu/packages/backup.scm (borg)[native-inputs]: Likewise.
gnu/packages/calendar.scm (khal)[native-inputs]: Likewise.

7 years agognu: Add python-mando
Muriithi Frederick Muriuki [Sun, 26 Mar 2017 09:23:35 +0000 (12:23 +0300)]
gnu: Add python-mando

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

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: Add python-paramunittest
Muriithi Frederick Muriuki [Sun, 26 Mar 2017 09:23:34 +0000 (12:23 +0300)]
gnu: Add python-paramunittest

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

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: Add python-sphinx@1.5.3.
Muriithi Frederick Muriuki [Tue, 28 Mar 2017 19:32:17 +0000 (15:32 -0400)]
gnu: Add python-sphinx@1.5.3.

* gnu/packages/python.scm (python-sphinx-1.5.3): New variable.

7 years agognu: Add python-pytest@3.0.7
Muriithi Frederick Muriuki [Sun, 26 Mar 2017 09:23:32 +0000 (12:23 +0300)]
gnu: Add python-pytest@3.0.7

* gnu/packages/python.scm (python-pytest-3.0.7): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: shroud: Use HTTPS source URL.
Leo Famulari [Tue, 28 Mar 2017 19:22:16 +0000 (15:22 -0400)]
gnu: shroud: Use HTTPS source URL.

* gnu/packages/password-utils.scm (shroud)[source]: Use HTTPS URL.

7 years agognu: shroud: Fix home page URL.
Arun Isaac [Tue, 28 Mar 2017 05:01:45 +0000 (10:31 +0530)]
gnu: shroud: Fix home page URL.

* gnu/packages/password-utils.scm (shroud)[home-page]: Update URL.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: rocksdb: Update to 5.2.1.
Marius Bakke [Mon, 27 Mar 2017 18:11:02 +0000 (20:11 +0200)]
gnu: rocksdb: Update to 5.2.1.

* gnu/packages/databases.scm (rocksdb): Update to 5.2.1.

7 years agognu: Add rdma-core.
Marius Bakke [Fri, 17 Mar 2017 08:27:31 +0000 (09:27 +0100)]
gnu: Add rdma-core.

* gnu/packages/linux.scm (rdma-core): New variable.

7 years agognu: Add multipath-tools.
Marius Bakke [Thu, 16 Feb 2017 00:02:08 +0000 (01:02 +0100)]
gnu: Add multipath-tools.

* gnu/packages/linux.scm (multipath-tools): New variable.

7 years agognu: fio: Enable rbd support.
Marius Bakke [Sun, 15 Jan 2017 18:36:25 +0000 (19:36 +0100)]
gnu: fio: Enable rbd support.

* gnu/packages/benchmark.scm (fio)[inputs]: Add ceph:lib.

7 years agognu: Add ceph.
Marius Bakke [Tue, 27 Dec 2016 20:40:41 +0000 (21:40 +0100)]
gnu: Add ceph.

* gnu/packages/storage.scm,
  gnu/packages/patches/ceph-disable-cpu-optimizations.patch,
  gnu/packages/patches/ceph-skip-collect-sys-info-test.patch,
  gnu/packages/patches/ceph-skip-unittest_blockdev.patch: New files.
* gnu/local.mk (GNU_SYSTEM_MODULES, dist_patch_DATA): Register it.

7 years agognu: xmlstarlet: Disable failing tests.
Marius Bakke [Thu, 16 Feb 2017 12:56:22 +0000 (13:56 +0100)]
gnu: xmlstarlet: Disable failing tests.

* gnu/packages/xml.scm (xmlstarlet)[arguments]: Add phase to disable two tests.

7 years agoRevert "gnu: snappy: Update to 1.1.4."
Marius Bakke [Sat, 4 Mar 2017 00:10:51 +0000 (01:10 +0100)]
Revert "gnu: snappy: Update to 1.1.4."

Rocksdb fails to build with this version:
https://github.com/facebook/rocksdb/issues/1947

This reverts commit 9baab9aeeda394408290613c597bff1d96004dfb.

7 years agognu: fio: Install python scripts in separate output.
Marius Bakke [Mon, 27 Mar 2017 22:08:36 +0000 (00:08 +0200)]
gnu: fio: Install python scripts in separate output.

* gnu/packages/benchmark.scm (fio)[outputs]: New field.
[arguments]: Rename 'wrap-python-scripts' phase to 'move-outputs'. Keep wrapper.

7 years agoimport cran: Print package stream in the expected order.
Ricardo Wurmus [Tue, 28 Mar 2017 13:54:10 +0000 (15:54 +0200)]
import cran: Print package stream in the expected order.

* guix/scripts/import/cran.scm (guix-import-cran): Reverse list of packages.

7 years agoimport cran: Automatically add gfortran and zlib when needed.
Ricardo Wurmus [Mon, 27 Mar 2017 10:53:13 +0000 (12:53 +0200)]
import cran: Automatically add gfortran and zlib when needed.

* guix/import/cran.scm (needs-fortran?, needs-zlib?): New procedures.
(description->package): Use them.

7 years agodownload: Properly parse ftp:// URLs that lack user info.
Ludovic Courtès [Tue, 28 Mar 2017 11:27:56 +0000 (13:27 +0200)]
download: Properly parse ftp:// URLs that lack user info.

Fixes a regression introduced in
a4f542341511f33ece18d16b68118214da8143ec.

Reported by Hartmut Goebel.

* guix/build/download.scm (ftp-fetch): Account for the case where
'uri-userinfo' returns #f.  Remove the case where it returns "" since
that cannot happen.

7 years agognu: linux-libre: Update to 4.10.6.
Mark H Weaver [Tue, 28 Mar 2017 09:37:42 +0000 (05:37 -0400)]
gnu: linux-libre: Update to 4.10.6.

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

7 years agognu: linux-libre@4.9: Update to 4.9.18.
Mark H Weaver [Tue, 28 Mar 2017 09:37:08 +0000 (05:37 -0400)]
gnu: linux-libre@4.9: Update to 4.9.18.

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

7 years agognu: linux-libre@4.4: Update to 4.4.57.
Mark H Weaver [Tue, 28 Mar 2017 09:36:20 +0000 (05:36 -0400)]
gnu: linux-libre@4.4: Update to 4.4.57.

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

7 years agoderivations: Do not fetch narinfos for non-substitutable items.
Ludovic Courtès [Tue, 28 Mar 2017 07:50:28 +0000 (09:50 +0200)]
derivations: Do not fetch narinfos for non-substitutable items.

This avoids connections to substitute servers for derivations that are
not substitutable anyway, such as profiles.

Reported by Andy Wingo.

* guix/derivations.scm (substitution-oracle): Skip derivations that do
not pass 'substitutable-derivation?'.
* tests/derivations.scm ("substitution-oracle and #:substitute? #f"):
New test.

7 years agognu: epiphany: Update to 3.22.7.
Leo Famulari [Mon, 27 Mar 2017 16:58:10 +0000 (12:58 -0400)]
gnu: epiphany: Update to 3.22.7.

* gnu/packages/gnome.scm (epiphany): Update to 3.22.7.

7 years agognu: webkitgtk: Update to 2.16.0.
Leo Famulari [Mon, 27 Mar 2017 16:53:09 +0000 (12:53 -0400)]
gnu: webkitgtk: Update to 2.16.0.

WebKitGTK+ 2.16.0 is the first stable release of WebKitGTK+ that uses libgcrypt
instead of GnuTLS for some cryptographic functions:

<https://bugs.webkit.org/show_bug.cgi?id=163125>
<http://trac.webkit.org/changeset/208297/webkit>

* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.0.
[inputs]: Replace gnutls with libgcrypt.

7 years agognu: grafx2: Remove zero-width space.
Tobias Geerinckx-Rice [Mon, 27 Mar 2017 23:15:37 +0000 (01:15 +0200)]
gnu: grafx2: Remove zero-width space.

* gnu/packages/game-development.scm (grafx2)[description]: Remove
invisible <U+200B> (‘zero-width space’) character.

7 years agognu: libgit2: Patch use-after-free.
Ludovic Courtès [Mon, 27 Mar 2017 21:46:28 +0000 (23:46 +0200)]
gnu: libgit2: Patch use-after-free.

* gnu/packages/patches/libgit2-use-after-free.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/version-control.scm (libgit2)[inputs]: Add it.
[arguments] <#:phases>: Add 'apply-patch' phase.

7 years agognu: lm-sensors: Use a descriptive file name for the source tarball.
Leo Famulari [Mon, 27 Mar 2017 18:29:42 +0000 (14:29 -0400)]
gnu: lm-sensors: Use a descriptive file name for the source tarball.

* gnu/packages/linux.scm (lm-sensors)[source]: Add file-name field.

7 years agognu: mcelog: Update to 149.
Tobias Geerinckx-Rice [Mon, 27 Mar 2017 18:17:56 +0000 (20:17 +0200)]
gnu: mcelog: Update to 149.

* gnu/packages/linux.scm (mcelog): Update to 149.

7 years agognu: corkscrew: Install the README file.
Tobias Geerinckx-Rice [Mon, 27 Mar 2017 18:10:44 +0000 (20:10 +0200)]
gnu: corkscrew: Install the README file.

* gnu/packages/ssh.scm (corkscrew)[arguments]: Add a very basic
‘install-documentation’ phase.

7 years agognu: haunt: Disable test suite.
David Thompson [Mon, 27 Mar 2017 18:18:17 +0000 (14:18 -0400)]
gnu: haunt: Disable test suite.

* gnu/packages/guile.scm (haunt): Disable test suite.

7 years agognu: Add grafx2.
David Thompson [Mon, 27 Mar 2017 00:00:42 +0000 (20:00 -0400)]
gnu: Add grafx2.

* gnu/packages/game-development.scm (grafx2): New variable.

7 years agognu: geoclue: Update to 2.4.6.
Leo Famulari [Mon, 27 Mar 2017 15:56:06 +0000 (11:56 -0400)]
gnu: geoclue: Update to 2.4.6.

* gnu/packages/gnome.scm (geoclue): Update to 2.4.6.

7 years agognu: corkscrew: Improve descriptions.
Tobias Geerinckx-Rice [Mon, 27 Mar 2017 15:31:54 +0000 (17:31 +0200)]
gnu: corkscrew: Improve descriptions.

* gnu/packages/ssh.scm (corkscrew)[synopsis, description]: Fix typos and
condense.  Remove scary warning (the tunnel is always encrypted through
SSH) and speculation.

7 years agognu: corkscrew: Download source from a mirror.
Tobias Geerinckx-Rice [Mon, 27 Mar 2017 14:57:36 +0000 (16:57 +0200)]
gnu: corkscrew: Download source from a mirror.

* gnu/packages/ssh.scm (corkscrew)[source]: Use
‘https://downloads.openwrt.org’.

7 years agognu: mosh: Update to 1.3.0.
Tobias Geerinckx-Rice [Mon, 27 Mar 2017 13:51:06 +0000 (15:51 +0200)]
gnu: mosh: Update to 1.3.0.

* gnu/packages/ssh.scm (mosh): Update to 1.3.0.

7 years agognu: youtube-dl: Update to 2017.03.26.
Tobias Geerinckx-Rice [Sun, 26 Mar 2017 20:29:07 +0000 (22:29 +0200)]
gnu: youtube-dl: Update to 2017.03.26.

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

7 years agognu: gnuplot: Enable tikz backend.
Danny Milosavljevic [Sat, 25 Mar 2017 17:37:17 +0000 (18:37 +0100)]
gnu: gnuplot: Enable tikz backend.

* gnu/packages/maths.scm (gnuplot)[inputs]: Add lua.

7 years agoui: Support Texinfo markup in package synopses.
Alex Kost [Mon, 20 Mar 2017 10:41:41 +0000 (13:41 +0300)]
ui: Support Texinfo markup in package synopses.

* guix/ui.scm (package-field-string): New procedure.
(package-description-string): Use it.
(package-synopsis-string): New procedure.
(package->recutils): Use it.
* guix/scripts/lint.scm (check-synopsis-style)[check-texinfo-markup]:
New procedure.  Use it in checks.
* tests/lint.scm: Test it.
* gnu/packages/perl.scm (perl-try-tiny)[synopsis]: Adjust for the
Texinfo markup.

7 years agomaint: Give command to install the pre-push hook.
Ludovic Courtès [Sun, 26 Mar 2017 21:16:13 +0000 (23:16 +0200)]
maint: Give command to install the pre-push hook.

* HACKING: Add 'cp' line to install the pre-push hook.

7 years agoRevert "gnu: audacity: Use gtk+@3."
Leo Famulari [Sun, 26 Mar 2017 20:09:25 +0000 (16:09 -0400)]
Revert "gnu: audacity: Use gtk+@3."

It appears that Audacity does not yet support GTK+-3 fully; the user interface
was unusable with this change.

This reverts commit 36e17ab417078710939771d5ab19976eec257309.

7 years agognu: claws-mail: Update to 3.15.0.
Tobias Geerinckx-Rice [Sun, 26 Mar 2017 14:58:13 +0000 (16:58 +0200)]
gnu: claws-mail: Update to 3.15.0.

* gnu/packages/mail.scm (claws-mail): Update to 3.15.0.

7 years agognu: Add emacs-monroe.
Vasile Dumitrascu [Sat, 25 Mar 2017 02:31:00 +0000 (02:31 +0000)]
gnu: Add emacs-monroe.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add emacs-keyfreq.
Vasile Dumitrascu [Sat, 25 Mar 2017 02:12:00 +0000 (02:12 +0000)]
gnu: Add emacs-keyfreq.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agoprofiles: Create fonts.dir/scale for all fonts directories.
Huang Ying [Sun, 12 Mar 2017 11:53:59 +0000 (19:53 +0800)]
profiles: Create fonts.dir/scale for all fonts directories.

* guix/profiles.scm (fonts-dir-file): Create fonts.dir/scale files for all
fonts directories.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agounion: Add create-all-directories? parameter to 'union-build'.
Huang Ying [Sun, 12 Mar 2017 11:53:58 +0000 (19:53 +0800)]
union: Add create-all-directories? parameter to 'union-build'.

* guix/build/union.scm (union-build): Add create-all-directories? keyword
parameter.
* tests/union.scm ("union-build #:create-all-directories? #t"): New test.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: perl-scalar-list-utils: Update to 1.47.
Alex Sassmannshausen [Thu, 23 Mar 2017 13:01:31 +0000 (14:01 +0100)]
gnu: perl-scalar-list-utils: Update to 1.47.

* gnu/packages/perl.scm (perl-scalar-list-utils): Update to 1.47.

7 years agognu: perl-parse-cpan-meta: Update to 2.150010.
Alex Sassmannshausen [Thu, 23 Mar 2017 13:00:49 +0000 (14:00 +0100)]
gnu: perl-parse-cpan-meta: Update to 2.150010.

* gnu/packages/perl.scm (perl-parse-cpan-meta): Update to 2.150010.

7 years agognu: perl-cpan-meta-yaml: Update to 0.018.
Alex Sassmannshausen [Thu, 23 Mar 2017 13:00:27 +0000 (14:00 +0100)]
gnu: perl-cpan-meta-yaml: Update to 0.018.

* gnu/packages/perl.scm (perl-cpan-meta-yaml): Update to 0.018.

7 years agognu: perl-cpan-meta-requirements: Update to 2.140.
Alex Sassmannshausen [Thu, 23 Mar 2017 12:59:58 +0000 (13:59 +0100)]
gnu: perl-cpan-meta-requirements: Update to 2.140.

* gnu/packages/perl.scm (perl-cpan-meta-requirements): Update to 2.140.

7 years agognu: perl-yaml: Update to 1.23.
Alex Sassmannshausen [Thu, 23 Mar 2017 12:59:31 +0000 (13:59 +0100)]
gnu: perl-yaml: Update to 1.23.

* gnu/packages/perl.scm (perl-yaml): Update to 1.23.

7 years agognu: perl-variable-magic: Update to 0.61.
Alex Sassmannshausen [Thu, 23 Mar 2017 12:59:11 +0000 (13:59 +0100)]
gnu: perl-variable-magic: Update to 0.61.

* gnu/packages/perl.scm (perl-variable-magic): Update to 0.61.

7 years agognu: perl-time-duration-parse: Update to 0.13.
Alex Sassmannshausen [Thu, 23 Mar 2017 12:58:47 +0000 (13:58 +0100)]
gnu: perl-time-duration-parse: Update to 0.13.

* gnu/packages/perl.scm (perl-time-duration-parse): Update to 0.13.

7 years agognu: perl-test-warnings: Update to 0.026.
Alex Sassmannshausen [Thu, 23 Mar 2017 12:58:24 +0000 (13:58 +0100)]
gnu: perl-test-warnings: Update to 0.026.

* gnu/packages/perl.scm (perl-test-warnings): Update to 0.026.

7 years agognu: perl-test-simple: Update to 1.302078.
Alex Sassmannshausen [Thu, 23 Mar 2017 12:57:58 +0000 (13:57 +0100)]
gnu: perl-test-simple: Update to 1.302078.

* gnu/packages/perl.scm (perl-test-simple): Update to 1.302078.

7 years agognu: perl-test-exception: Update to 0.43.
Alex Sassmannshausen [Thu, 23 Mar 2017 12:57:31 +0000 (13:57 +0100)]
gnu: perl-test-exception: Update to 0.43.

* gnu/packages/perl.scm (perl-test-exception): Update to 0.43.

7 years agognu: perl-test-cleannamespaces: Update to 0.22.
Alex Sassmannshausen [Thu, 23 Mar 2017 12:57:02 +0000 (13:57 +0100)]
gnu: perl-test-cleannamespaces: Update to 0.22.

* gnu/packages/perl.scm (perl-test-cleannamespaces): Update to 0.22.

7 years agognu: perl-sub-name: Update to 0.21.
Alex Sassmannshausen [Thu, 23 Mar 2017 12:56:00 +0000 (13:56 +0100)]
gnu: perl-sub-name: Update to 0.21.

* gnu/packages/perl.scm (perl-sub-name): Update to 0.21.

7 years agognu: perl-params-validate: Update to 1.26.
Alex Sassmannshausen [Thu, 23 Mar 2017 12:55:09 +0000 (13:55 +0100)]
gnu: perl-params-validate: Update to 1.26.

* gnu/packages/perl.scm (perl-params-validate): Update to 1.26.

7 years agognu: perl-package-deprecationmanager: Update to 0.17.
Alex Sassmannshausen [Thu, 23 Mar 2017 12:54:02 +0000 (13:54 +0100)]
gnu: perl-package-deprecationmanager: Update to 0.17.

* gnu/packages/perl.scm (perl-package-deprecationmanager): Update to 0.17.

7 years agognu: perl-moose: Update to 2.2004.
Alex Sassmannshausen [Thu, 23 Mar 2017 12:53:34 +0000 (13:53 +0100)]
gnu: perl-moose: Update to 2.2004.

* gnu/packages/perl.scm (perl-moose): Update to 2.2004.

7 years agognu: perl-module-runtime-conflicts: Update to 0.003.
Alex Sassmannshausen [Thu, 23 Mar 2017 12:52:28 +0000 (13:52 +0100)]
gnu: perl-module-runtime-conflicts: Update to 0.003.

* gnu/packages/perl.scm (perl-module-runtime-conflicts): Update to 0.003.