Commit Graph

25560 Commits (4e7ec8c06eec3087e16e7c710809e23e1bb76a42)

Author SHA1 Message Date
Ricardo Wurmus c43ea99b39
gnu: r-minimal: Update to 3.4.4.
* gnu/packages/statistics.scm (r-minimal): Update to 3.4.4.
2018-04-21 23:07:52 +02:00
Efraim Flashner 785f40dfbc
gnu: spindle: Limit supported systems.
* gnu/packages/admin.scm (spindle)[supported-system]: New field.
2018-04-21 23:25:42 +03:00
Efraim Flashner c80629e7c2
gnu: freefall: Fix compilation error.
* gnu/packages/linux.scm (freefall)[arguments]: Add make-flag to set
CC=gcc.
2018-04-21 23:04:25 +03:00
Tomáš Čech 841f833171
gnu: python-onetimepass: Make python-six a propagated input.
* gnu/packages/python.scm (python-onetimepass)[inputs]: Move python-six from
here...
[propagated-inputs]: ...to here.
2018-04-21 17:37:12 +02:00
Mark H Weaver 0ccb104354
gnu: go-github-com-vitrun-qart-qr: Remove duplicate 'description' field.
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-qr)[description]:
Remove duplicate 'description' field.
2018-04-21 05:29:53 -04:00
Mark H Weaver 6b2752526b
gnu: uget: Remove duplicate 'native-inputs' field.
* gnu/packages/bittorrent.scm (uget)[native-inputs]: Remove duplicate
field initializer.
2018-04-21 05:29:42 -04:00
Mark H Weaver 3fe49e5015
gnu: linux-libre@4.9: Update to 4.9.95.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.95.
2018-04-21 03:02:57 -04:00
Tomáš Čech 9a58840235
gnu: Add osc.
* gnu/packages/build-tools.scm (osc): New variable.
2018-04-21 08:40:40 +02:00
Tomáš Čech 2f69121808
gnu: Add python-m2crypto, python2-m2crypto.
* gnu/packages/python-crypto.scm (python-m2crypto): New variable.
(python2-m2crypto): New variable.
2018-04-21 08:40:40 +02:00
Tomáš Čech c596461187
gnu: Add python2-urlgrabber.
* gnu/packages/python-web (python2-urlgrabber): New variable.
2018-04-21 08:40:40 +02:00
Tomáš Čech 15ed90b960
gnu: Add python-onetimepass.
* gnu/packages/python.scm (python-onetimepass): New variable.
2018-04-21 08:33:34 +02:00
Mark H Weaver b5178b3254
gnu: perl: Hack the replacement perl to think it is version 5.26.1.
Fixes <https://bugs.gnu.org/31216>.

This is a followup to commits 217b8c2e06,
44b98b0002, and
35fbe194c3da264859a5addc661b9fbc2dc8ecc7.

Complications arise when grafting perl unless the version of the replacement
perl matches that of the original.  So, here we add 'perl/fixed', which is
built from the perl-5.26.2 source but hacked to believe it is version 5.26.1.

* gnu/packages/perl.scm (perl)[replacement]: Use perl/fixed, not perl-5.26.2.
(perl-5.26.2): Remove compatibility symlinks.
(perl/fixed): New variable.
2018-04-21 01:17:44 -04:00
Mark H Weaver 5618193694
gnu: perl: Add more compatibility symlinks to the replacement perl.
Fixes <https://bugs.gnu.org/31216>.
Reported by Julien Lepiller <julien@lepiller.eu>.

* gnu/packages/perl.scm (perl-5.26.2)[arguments]: Rename the
'workaround-grafting-version-bug' phase to 'install-compatibility-symlinks'.
Install symlinks in $out/lib/perl5/site_perl/5.26.1 and $out/bin/perl5.26.1,
in addition to $out/lib/perl5/5.26.1.  Simplify the code a bit.
2018-04-20 23:29:14 -04:00
Nicolas Goaziou 1af4212ae4
gnu: emacs-org, emacs-org-contrib: Update version.
* gnu/packages/emacs.scm (emacs-org): Update to 9.1.10.
(emacs-org-contrib): Update to 20180416.
2018-04-20 12:31:28 +02:00
Maxim Cournoyer 582c122e7b
gnu: emacs-sx: Fix byte compilation.
The package would fail building when attempting to create a cache
directory. This has been fixed upstream but not in a tagged release.

* gnu/packages/emacs.scm (emacs-sx): Update to latest git version.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 15:38:32 +05:30
Maxim Cournoyer 9835a71d80
gnu: emacs-esxml: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-esxml)[arguments]: Add fix-sources phase.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 14:49:26 +05:30
Maxim Cournoyer 62950ec7e9
gnu: Add emacs-kv.
* gnu/packages/emacs.scm (emacs-kv): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 14:49:20 +05:30
Tomáš Čech 9324d92e6a
gnu: lvm2: Enable pkg-config files generation.
* gnu/packages/linux.scm (lvm2)[arguments]: Enable pkg-config files generation
via configure flag.
2018-04-20 10:38:50 +02:00
Tomáš Čech e60352e453
gnu: Add go-golang-org-x-crypto-ssh-terminal.
* gnu/packages/golang.scm (go-golang-org-x-crypto-ssh-terminal): New variable.
2018-04-20 10:38:31 +02:00
Arun Isaac 5368e67c4e
gnu: emacs-realgud: Update to 1.4.5.
* gnu/packages/emacs.scm (emacs-realgud): Update to 1.4.5.
2018-04-20 13:42:58 +05:30
Maxim Cournoyer aea388cf36
gnu: emacs-realgud: Fix autogen.sh after EMACSLOADPATH is set.
* gnu/packages/emacs.scm (emacs-realgud)[arguments]: Move the
fix-autogen-script phase to after the set-emacs-load-path phase.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 13:30:39 +05:30
Mark H Weaver 872bda5de5
gnu: linux-libre: Update to 4.16.3.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.3.
(%linux-libre-hash): Update hash.
2018-04-19 18:55:23 -04:00
Mark H Weaver 58f427de8a
gnu: linux-libre@4.14: Update to 4.14.35.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.35.
(%linux-libre-4.14-hash): Update hash.
2018-04-19 18:54:25 -04:00
Maxim Cournoyer 652741cf28
gnu: emacs-deferred: Enable tests.
* gnu/packages/emacs.scm (emacs-deferred)[arguments]: Add fix-makefile
phase. Set #:test-command, and enable tests.
[native-inputs]: Add emacs-ert-expectations, emacs-undercover and ert-runner.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 02:09:10 +05:30
Arun Isaac 1848cdfb7d
gnu: emacs-memoize: Update to 1.1.
* gnu/packages/emacs.scm (emacs-memoize): Update to 1.1. Re-indent.
[source]: Switch to release tarball.
[arguments]: Remove "-l" "memoize.el" from #:test-command.
2018-04-20 01:09:46 +05:30
Julien Lepiller 76fa5e042b
gnu: guix: Add po4a input.
* gnu/packages/package-management.scm (guix)[inputs]: Add po4a.
2018-04-19 21:30:49 +02:00
Maxim Cournoyer 9490c411f0
gnu: ert-runner: Adjust ert-runner wrapper to honor EMACSLOADPATH.
* gnu/packages/emacs.scm (ert-runner): Use 'prefix instead of '= for setting
the EMACSLOADPATH environment variable. Reuse the already computed
EMACSLOADPATH for wrap-program. Specify the dependencies directly in the
inputs field.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 00:49:53 +05:30
Maxim Cournoyer d1d41db6bb
gnu: Adapt Emacs packages to use the new check phase.
* gnu/packages/emacs.scm (emacs-dash, emacs-s, emacs-string-inflection,
emacs-company, emacs-clojure-mode, emacs-julia-mode, emacs-elfeed,
emacs-memoize, emacs-use-package, emacs-xmlgen, emacs-json-reformat,
emacs-which-key, emacs-ws-butler, emacs-git-messenger, emacs-browse-at-remote,
emacs-evil-quickscope)[arguments]: Add #:tests? and #:test-command arguments
to use the new check phase.
(emacs-json-reformat)[inputs]: Move emacs-dash and emacs-shut-up to ...
[native-inputs]: here. Add ert-runner.
(emacs-company)[arguments]: Refactor fix-bin-dir phase.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 00:49:53 +05:30
Maxim Cournoyer 259ed58fef
gnu: emacs-pdf-tools: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Add
emacs-set-emacs-load-path phase.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 00:49:53 +05:30
Efraim Flashner 2bb915e679
gnu: u-boot-odroid-c2: Remove variable.
U-boot for this target requires a binary blob to boot correctly.

* gnu/packages/bootloaders.scm (u-boot-odroid-c2): Remove variable.
2018-04-19 21:42:12 +03:00
Marius Bakke 7c16af4646
gnu: python-bcrypt: Move to (gnu packages python-crypto).
* gnu/packages/password-utils.scm (python-bcrypt, python2-bcrypt): Move to ...
* gnu/packages/python-crypto.scm (python-bcrypt, python2-bcrypt): ... here.
* gnu/packages/python.scm: Remove unused (gnu packages password-utils) import.
2018-04-19 18:03:04 +02:00
Leo Famulari 44b98b0002
gnu: Perl: Fix a grafting failure due to a path that includes the package version.
Fixes <https://bugs.gnu.org/31210>.

* gnu/packages/perl.scm (perl-5.26.2): Don't use package/inherit.
[arguments]: Add a 'workaround-grafting-version-bug' phase.
2018-04-19 10:37:17 -04:00
Roel Janssen d28e5ad23c
gnu: guile-curl: Use invoke.
* gnu/packages/curl.scm (guile-curl): Use invoke instead of system*.
2018-04-19 14:26:35 +02:00
Pierre Neidhardt b164233851
gnu: Add fortune-mod.
* gnu/packages/games.scm (fortune-mod): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:53:58 +02:00
Pierre Neidhardt 9a3fb60ca3
gnu: Add perl-test-runvalgrind
* gnu/packages/perl-check.scm (perl-test-runvalgrind): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:48:45 +02:00
Pierre Neidhardt e118a013c8
gnu: Add perl-io-all.
* gnu/packages/perl.scm (perl-io-all): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:48:35 +02:00
Pierre Neidhardt 7234fbcb25
gnu: Add perl-file-readbackwards.
* gnu/packages/perl.scm (perl-file-readbackwards): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:47:44 +02:00
Diego Nicola Barbato 0818c01aef
gnu: libfive: Add snippet, enable tests and remove obsolete phase.
* gnu/packages/engineering.scm (libfive)[source]: Add snippet to
remove bundled catch.
[arguments]: Remove #:tests?.  Add #:test-target.  Remove phase
'add-eigen-to-search-path'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:24:37 +02:00
Rouby Pierre-Antoine 541dac8aee
gnu: Add spindle.
* gnu/packages/admin.scm (spindle): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:10:06 +02:00
Rouby Pierre-Antoine 3ebf2c2947
gnu: Add launchmon.
* gnu/packages/admin.scm (launchmon): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:10:02 +02:00
Ludovic Courtès 67a51b6755
gnu: mcron: Update to 1.1.1.
Fixes <https://bugs.gnu.org/31113>.
Reported by George myglc2 Clemmer <myglc2@gmail.com>.

* gnu/packages/guile.scm (mcron): Update to 1.1.1.
[arguments]: Change timezone in 'set-timezone' phase.  Remove
'disable-schedule-test' and 'wrap-programs' phases.  Add 'adjust-tests'
phase.
* gnu/tests/base.scm (%mcron-os): Change JOB1 to use the 'next-seconds'
form.
2018-04-19 00:14:50 +02:00
Clément Lassieur 28ca6b35d9
gnu: Add emacs-lispyville.
* gnu/packages/emacs.scm (emacs-lispyville): New variable.
2018-04-19 00:13:04 +02:00
Clément Lassieur e8360eb8ea
gnu: emacs-lispy: Change source to recent Git commit.
* gnu/packages/emacs.scm (emacs-lispy): Wrap with let, and change source to
the Git repository.
[propagated-inputs]: Add emacs-zoutline.
2018-04-19 00:13:04 +02:00
Clément Lassieur 30cf707088
gnu: Add emacs-zoutline.
* gnu/packages/emacs.scm (emacs-zoutline): New variable.
2018-04-19 00:11:40 +02:00
Leo Famulari 16a8cb9b43
gnu: blender: Update to 2.79b.
* gnu/packages/graphics.scm (blender): Update to 2.79b.
2018-04-18 17:41:35 -04:00
Leo Famulari 4a146957e7
gnu: mpg123: Update to 1.25.10.
* gnu/packages/mp3.scm (mpg123): Update to 1.25.10.
2018-04-18 17:14:13 -04:00
Roel Janssen 5e3010a2ac
gnu: Add guile-curl.
* gnu/packages/curl.scm (guile-curl): New variable.
2018-04-18 23:00:41 +02:00
Leo Famulari cf10095c17
gnu: mutt: Update to 1.9.5.
* gnu/packages/mail.scm (mutt): Update to 1.9.5.
2018-04-18 16:58:13 -04:00
Leo Famulari 6e2729a3fb
gnu: lynx: Update to 2.8.9dev.17.
* gnu/packages/web-browsers.scm (lynx): Update to 2.8.9dev.17.
2018-04-18 12:33:42 -04:00
Leo Famulari e45f399bf9
gnu: qemu: Fix CVE-2018-7550.
* gnu/packages/patches/qemu-CVE-2018-7550.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/virtualization.scm (qemu)[source]: Use it.
2018-04-18 11:38:45 -04:00
Efraim Flashner 94b22905ab
gnu: rust: Skip test_loading_cosine test.
* gnu/packages/rust.scm (rust-1.19.0)[arguments]: Modify custom
'patch-tests phase to skip test_loading_cosine test.
(rust-1.24.0)[arguments]: Modify inherited 'patch-tests to point to
updated code locations.
2018-04-18 09:49:57 +03:00
Kei Kebreau 9d39c300cf
gnu: nestopia-ue: Update to 1.48.
* gnu/packages/emulators.scm (nestopia-ue): Update to 1.48.
[source]: Simplify snippet; 3rd-party zlib is no longer bundled.
[build-system]: Switch to cmake-build-system.
[inputs]: Remove glu and mesa. Add libepoxy.
[arguments]: Remove #:make-flags. Re-enable 'configure' phase. Remove
'remove-xdg-desktop-menu-call' and 'remove-gdkwayland-include' phases. Add
'wrap-program' phase.
2018-04-17 20:08:38 -04:00
Tobias Geerinckx-Rice cbb10936f5
gnu: python-pretend: Update to 1.0.9.
* gnu/packages/python.scm (python-pretend): Update to 1.0.9.
2018-04-18 00:58:20 +02:00
Tobias Geerinckx-Rice 5a8cea3830
gnu: gphoto2: Update to 2.5.17.
* gnu/packages/photo.scm (gphoto2): Update to 2.5.17.
2018-04-18 00:58:20 +02:00
Tobias Geerinckx-Rice 433e85e50c
gnu: libgphoto2: Update to 2.5.17.
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.17.
2018-04-18 00:58:19 +02:00
Tobias Geerinckx-Rice 3b7999a79a
gnu: r-arules: Update to 1.6-1.
* gnu/packages/cran.scm (r-arules): Update to 1.6-1.
2018-04-18 00:58:19 +02:00
Tobias Geerinckx-Rice 63ec5e6612
gnu: r-tseries: Update to 0.10-44.
* gnu/packages/cran.scm (r-tseries): Update to 0.10-44.
2018-04-18 00:58:19 +02:00
Tobias Geerinckx-Rice e7c4ad7d24
gnu: r-proxy: Update to 0.4-22.
* gnu/packages/cran.scm (r-proxy): Update to 0.4-22.
2018-04-18 00:38:10 +02:00
Tobias Geerinckx-Rice e81ef082d0
gnu: r-ape: Update to 5.1.
* gnu/packages/cran.scm (r-ape): Update to 5.1.
2018-04-18 00:38:10 +02:00
Tobias Geerinckx-Rice fb02f7bb3e
gnu: r-callr: Update to 2.0.3.
* gnu/packages/cran.scm (r-callr): Update to 2.0.3.
2018-04-18 00:38:09 +02:00
Marius Bakke 4bdf6b254f
gnu: nginx: Update to 1.14.0.
* gnu/packages/web.scm (nginx): Update to 1.14.0.
2018-04-18 00:33:30 +02:00
Marius Bakke 74601e456b
gnu: Remove unneeded import.
* gnu/packages/texinfo.scm: Remove unused (gnu packages linux) import.
2018-04-18 00:33:30 +02:00
Marius Bakke af5638b803
gnu: samba: Update to 4.7.7.
* gnu/packages/samba.scm (samba): Update to 4.7.7.
2018-04-18 00:33:30 +02:00
Marius Bakke 217b8c2e06
gnu: perl: Replace with 5.26.2 [fixes CVE-2018-{6797,6798,6913}].
* gnu/packages/perl.scm (perl-5.26.2): New public variable.
(perl)[replacement]: New field.
2018-04-18 00:33:30 +02:00
Leo Famulari 269d0858c6
gnu: Move the Go standard libraries to (gnu packages golang).
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-bcrypt,
go-golang-org-x-crypto-blowfish, go-golang-org-x-crypto-pbkdf2,
go-golang-org-x-crypto-tea, go-golang-org-x-crypto-salsa20,
go-golang-org-x-crypto-cast5, go-golang-org-x-crypto-twofish,
go-golang-org-x-crypto-xtea, go-golang-org-x-net-ipv4, go-golang-org-x-net-bpf,
go-golang-org-x-net-context, go-golang-org-x-net-internal-iana,
go-golang-org-x-net-ipv6, go-golang-org-x-net-proxy, go-golang-org-x-sys-unix,
go-golang-org-x-text-transform, go-golang-org-x-text-unicode-norm,
go-golang-org-x-time-rate): Move these packages ...
* gnu/packages/golang.scm: ... to here.
2018-04-17 17:47:36 -04:00
Leo Famulari 71653653ea
gnu: subversion: Update to 1.10.0.
* gnu/packages/version-control.scm (subversion): Update to 1.10.0.
(arguments): Patch a hidden shebang in a new 'patch-test-sh' phase.
(inputs): Add lz4 and utf8proc. Switch from python-2 to python-wrapper@3.
2018-04-17 14:36:34 -04:00
Danny Milosavljevic 8366a67b0a
gnu: mrustc: Update to 0.0.0-1.4f98e43.
* gnu/packages/rust.scm (mrustc): Update to 0.0.0-1.4f98e43.
2018-04-17 19:22:39 +02:00
Maxim Cournoyer a05a637ccc
gnu: emacs-idris-mode: Fix source hash.
* gnu/packages/emacs.scm (emacs-idris-mode)[source]: Fix hash.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-17 20:00:15 +05:30
Ricardo Wurmus 8d3dda021a
gnu: r-rcurl: Respect CURL_CA_BUNDLE variable.
Fixes <https://debbugs.gnu.org/31189>

* gnu/packages/statistics.scm (r-rcurl)[arguments]: Patch options to respect
CURL_CA_BUNDLE if no "cainfo" option is provided.
2018-04-17 12:59:59 +02:00
Ricardo Wurmus 82bead7537
gnu: Add emacs-ergoemacs-mode.
* gnu/packages/emacs.scm (emacs-ergoemacs-mode): New variable.
2018-04-17 12:59:59 +02:00
Gábor Boskovits bfb4004d34
gnu: Add java-asm-bootstrap.
* gnu/packages/java.scm (java-asm-bootstrap): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-04-17 12:58:17 +02:00
Gábor Boskovits 869803aa5e
gnu: Add java-aqute-bndlib-bootstrap.
* gnu/packages/java.scm (java-aqute-bndlib-bootstrap): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-04-17 12:58:13 +02:00
Gábor Boskovits 288a59590e
gnu: Add java-aqute-libg-bootstrap.
* gnu/packages/java.scm (java-aqute-libg-bootstrap): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-04-17 12:58:10 +02:00
Gábor Boskovits 6d047cc429
gnu: Add java-slfj4-api-bootstrap.
* gnu/packages/java.scm (java-slf4j-api-bootstrap): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-04-17 12:58:05 +02:00
Clément Lassieur e2d8b4a883
gnu: gajim: Update to 1.0.1.
* gnu/packages/messaging.scm (gajim): Update to 1.0.1.
[build-system]: Change to PYTHON-BUILD-SYSTEM.
[arguments]: Remove the PYTHONPATH wrapper.  Don't override "APP".  Add a
GI_TYPELIB_PATH wrapper.  Add 'remove-test-resolver, 'start-xserver and
'install-icons phases.
[native-inputs]: Add XORG-SERVER.
[inputs]: Remove PYTHON2-AXOLOTL, PYTHON2-NBXMPP, PYTHON2-PYOPENSSL,
PYTHON2-GNUPG, PYTHON2-PYGTK, PYTHON-2.  Add ADWAITA-ICON-THEME,
GNOME-KEYRING, GTK+, GTKSPELL3, HICOLOR-ICON-THEME, LIBSECRET, PYTHON-AXOLOTL,
PYTHON-DBUS, PYTHON-DOCUTILS, PYTHON-GNUPG, PYTHON-NBXMPP, PYTHON-PILLOW,
PYTHON-PYASN1, PYTHON-PYCAIRO, PYTHON-PYGOBJECT, PYTHON-PYOPENSSL,
PYTHON-QRCODE.
2018-04-17 11:20:13 +02:00
Clément Lassieur bc5fa18ba1
gnu: python-nbxmpp: Update to 0.6.4.
* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.4.
2018-04-17 11:20:00 +02:00
Arun Isaac de893dda28
gnu: emacs-emms-player-mpv: Update to 0.1.0.
* gnu/packages/emacs.scm (emacs-emms-player-mpv): Update to 0.1.0.
2018-04-17 10:56:11 +05:30
Tobias Geerinckx-Rice af62570d6f
gnu: knot: Update to 2.6.6.
* gnu/packages/dns.scm (knot): Update to 2.6.6.
2018-04-17 05:42:51 +02:00
Tobias Geerinckx-Rice 84f95d5548
gnu: cbatticon: Update to 1.6.8.
* gnu/packages/admin.scm (cbatticon): Update to 1.6.8.
2018-04-17 04:43:34 +02:00
Tobias Geerinckx-Rice 3e34ba43cb
gnu: you-get: Update to 0.4.1060.
* gnu/packages/video.scm (you-get): Update to 0.4.1060.
2018-04-17 04:34:42 +02:00
Tobias Geerinckx-Rice 70020ebe2b
gnu: youtube-dl: Update to 2018.04.16.
* gnu/packages/video.scm (youtube-dl): Update to 2018.04.16.
2018-04-17 04:34:40 +02:00
Tobias Geerinckx-Rice c4a58d04f9
gnu: xterm: Update to 332.
* gnu/packages/xorg.scm (xterm): Update to 332.
2018-04-17 04:34:39 +02:00
Tobias Geerinckx-Rice 7dbf4888dc
gnu: qtdatavis3d: Update to 5.9.5.
* gnu/packages/qt.scm (qtdatavis3d): Update to 5.9.5.
2018-04-17 04:02:23 +02:00
Tobias Geerinckx-Rice c972f17160
gnu: qtscxml: Update to 5.9.5.
* gnu/packages/qt.scm (qtscxml): Update to 5.9.5.
2018-04-17 04:02:22 +02:00
Tobias Geerinckx-Rice 506cbdb3c5
gnu: qtserialbus: Update to 5.9.5.
* gnu/packages/qt.scm (qtserialbus): Update to 5.9.5.
2018-04-17 04:02:22 +02:00
Tobias Geerinckx-Rice 95e5aed0cd
gnu: python-ruamel.yaml: Update to 0.15.37.
* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.15.37.
2018-04-17 04:02:22 +02:00
Tobias Geerinckx-Rice 91653e074f
gnu: loksh: Update to 6.3.
* gnu/packages/shells.scm (loksh): Update to 6.3.
2018-04-17 04:02:21 +02:00
Tobias Geerinckx-Rice 87abf4a844
gnu: flatbuffers: Update to 1.9.0.
* gnu/packages/serialization.scm (flatbuffers): Update to 1.9.0.
2018-04-17 04:02:21 +02:00
Tobias Geerinckx-Rice 688c907634
gnu: ruby-instantiator: Update to 0.0.7.
* gnu/packages/ruby.scm (ruby-instantiator): Update to 0.0.7.
2018-04-17 04:02:13 +02:00
Tobias Geerinckx-Rice c33a27ceb8
gnu: man-db: Update to 2.8.3.
* gnu/packages/man.scm (man-db): Update to 2.8.3.
2018-04-17 04:02:13 +02:00
Tobias Geerinckx-Rice a0e0f9d743
gnu: ruby-crass: Update to 1.0.4.
* gnu/packages/ruby.scm (ruby-crass): Update to 1.0.4.
2018-04-17 04:02:12 +02:00
Tobias Geerinckx-Rice b1e415404c
gnu: ethtool: Update to 4.16.
* gnu/packages/networking.scm (ethtool): Update to 4.16.
2018-04-17 04:02:12 +02:00
Tobias Geerinckx-Rice 77009de71b
gnu: libtorrent-rasterbar: Update to 1.1.7.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.7.
2018-04-17 04:02:12 +02:00
Tobias Geerinckx-Rice 08baa9ace9
gnu: neofetch: Update to 3.4.0.
* gnu/packages/admin.scm (neofetch): Update to 3.4.0.
2018-04-17 04:02:11 +02:00
Tobias Geerinckx-Rice 05341cc97b
gnu: xonsh: Update to 0.6.1.
* gnu/packages/shells.scm (xonsh): Update to 0.6.1.
2018-04-17 04:02:11 +02:00
Tobias Geerinckx-Rice ee280cea93
gnu: r-matrix: Update to 1.2-14.
* gnu/packages/statistics.scm (r-matrix): Update to 1.2-14.
2018-04-17 04:02:11 +02:00
Tobias Geerinckx-Rice 361cee7124
gnu: r-hms: Update to 0.4.2.
* gnu/packages/statistics.scm (r-hms): Update to 0.4.2.
2018-04-17 04:02:10 +02:00
Tobias Geerinckx-Rice e354b03223
gnu: r-yaml: Update to 2.1.18.
* gnu/packages/statistics.scm (r-yaml): Update to 2.1.18.
2018-04-17 04:02:10 +02:00
Tobias Geerinckx-Rice 8998583417
gnu: r-ade4: Update to 1.7-11.
* gnu/packages/statistics.scm (r-ade4): Update to 1.7-11.
2018-04-17 04:02:10 +02:00
Tobias Geerinckx-Rice 9d448362a1
gnu: r-lubridate: Update to 1.7.4.
* gnu/packages/statistics.scm (r-lubridate): Update to 1.7.4.
2018-04-17 04:02:10 +02:00
Tobias Geerinckx-Rice fbe8ebec9e
gnu: kakoune: Update to 2018.04.13.
* gnu/packages/text-editors.scm (kakoune): Update to 2018.04.13.
Remove LET binding for the git revision and re-indent accordingly.
[version, source]: Replace the git checkout with new release tarball.
[arguments]: Remove ‘fix-test-permissions’ phase.
[native-inputs]: Add PKG-CONFIG.
2018-04-17 04:02:09 +02:00
Tobias Geerinckx-Rice b30c23c433
gnu: perl-crypt-openssl-random: Update to 0.13.
* gnu/packages/tls.scm (perl-crypt-openssl-random): Update to 0.13.
[native-inputs]: Add PERL-CRYPT-OPENSSL-GUESS.
2018-04-17 04:02:09 +02:00
Tobias Geerinckx-Rice c80590f646
gnu: Add perl-crypt-openssl-guess.
* gnu/packages/tls.scm (perl-crypt-openssl-guess): New public variable.
2018-04-17 04:02:09 +02:00
Tobias Geerinckx-Rice 7f1d8b5cdb
gnu: miniupnpc: Update to 2.0.20180410.
* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20180410.
2018-04-17 04:02:08 +02:00
Tobias Geerinckx-Rice 3dc77d40e6
gnu: i3lock-color: Update to 2.11-c.
* gnu/packages/wm.scm (i3lock-color): Update to 2.11-c.
[inputs]: Add LIBJPEG-TURBO.
2018-04-17 04:02:08 +02:00
Tobias Geerinckx-Rice fa2886b7fd
gnu: i3lock-color: Stylistic fixes.
* gnu/packages/wm.scm (i3lock-color)[arguments]: Use INVOKE and end
phase with explicit #t.
[inputs, native-inputs]: Fix indentation and order alphabetically.
2018-04-17 04:02:08 +02:00
Tobias Geerinckx-Rice 800e4fd802
gnu: xmobar: Update to 0.26.
* gnu/packages/wm.scm (xmobar): Update to 0.36.
[native-inputs]: Add GHC-HSPEC and HSPEC-DISCOVER.
2018-04-17 04:02:07 +02:00
Tobias Geerinckx-Rice eddc4b3352
gnu: pure: Update to 0.68.
* gnu/packages/pure.scm (pure): Update to 0.68.
2018-04-17 04:02:07 +02:00
Tobias Geerinckx-Rice 01005901fd
gnu: Use HTTPS for more sigrok.org home pages.
* gnu/packages/electronics.scm (libserialport, pulseview)[home-page]:
Use HTTPS.
2018-04-17 03:56:44 +02:00
Rene fc5c5b92cf
gnu: epiphany: Update to 3.28.1.
* gnu/packages/gnome.scm (epiphany): Update to 3.28.1.
[build-system]: Use meson-build-system.
[native-inputs]: Add desktop-file-utils, glib:bin and gtk+:bin.
[inputs]: Add gdk-pixbuf+svg and nettle. Remove gdk-pixbuf.
[arguments]: Remove #:configure-flags.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-04-17 00:37:27 +02:00
Rene 5849c68a3d
gnu: Add mbpfan.
* gnu/packages/linux.scm (mbpfan): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-04-17 00:36:08 +02:00
Rene 08fda9c6c0
gnu: xpad: Update to 5.0.0.
* gnu/packages/gnome.scm (xpad) Update to 5.0.0.
[arguments]: Add autogen phase.
[native-inputs]: Add autoconf and automake.
[inputs]: Remove gtk+.
[native-inputs]: Add gtk+:bin.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-04-17 00:29:00 +02:00
Pierre Langlois d09e31bdf6
gnu: libmygpo-qt: Update to 1.1.0.
* gnu/packages/music.scm (libmygpo-qt): Update to 1.1.0.
[source]: Remove 'patches'.
[arguments]: Do not set BUILD_WITH_QT4=OFF, it is the default.
* gnu/packages/patches/libmygpo-qt-fix-jsoncreatortest.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-04-17 00:08:45 +02:00
Danny Milosavljevic 237587f1e0
gnu: rust: Disable test_process_mask tests.
* gnu/packages/rust.scm (rust-1.19): Disable test_process_mask tests.
2018-04-16 19:58:05 +02:00
Efraim Flashner 67ca98ec78
gnu: rust: Don't build for "native" arch on ARM.
* gnu/packages/rust.scm (rust-1.23)<#:phases>[dont-build-native]: New phase.
2018-04-16 19:58:05 +02:00
Danny Milosavljevic af4ea9c5cb
gnu: rust: Don't #ignore the same test twice.
* gnu/packages/rust.scm (rust-1.19)[arguments]<#:phases>[patch-tests]:
Don't #ignore the same test twice.
2018-04-16 19:58:05 +02:00
Danny Milosavljevic a92bf11c49
gnu: Add mrustc.
* gnu/packages/rust.scm (mrustc): New variable.
2018-04-16 19:58:05 +02:00
Nikolai Merinov fe61c88af9
gnu: rust: Update to 1.24.0.
* gnu/packages/rust.scm (rust): Rename to...
(rust-1.24): ...this.
(rust): New variable.
2018-04-16 19:58:04 +02:00
Nikolai Merinov 1bb23335e6
gnu: rust: Enable more tests.
* gnu/packages/rust.scm (rust-1.19)[arguments]<#:phases>[set-env]: Modify.
(rust-1.23)<#:phases>[patch-cargo-tests]: New phase.
(rust-1.23)<#:phases>[check]: Enable more tests.
2018-04-16 19:58:02 +02:00
Tobias Geerinckx-Rice eb357e24f7
gnu: xfig: Update to 3.2.7.
* gnu/packages/xfig.scm (xfig): Update to 3.2.7.
2018-04-16 18:45:07 +02:00
Tobias Geerinckx-Rice 7aa6e29d0c
gnu: libsigrokdecode: Update phase style.
* gnu/packages/electronics.scm (libsigrokdecode)[arguments]: Use INVOKE
and end all phases with an explicit #t.
2018-04-16 18:45:07 +02:00
Tobias Geerinckx-Rice bf660f726a
gnu: libsigrokdecode: Update to 0.5.1.
* gnu/packages/electronics.scm (libsigrokdecode): Update to 0.5.1.
2018-04-16 18:45:06 +02:00
Tobias Geerinckx-Rice 4780089803
gnu: Use HTTPS for sigrok.org home pages.
* gnu/packages/electronics.scm (libsigrokdecode, sigrok-firmware-fx2lafw)
(libsigrok, sigrok-cli)[home-page]: Use HTTPS.
2018-04-16 18:45:06 +02:00
Tobias Geerinckx-Rice 7ee5881dc1
gnu: webkitgtk: Update to 2.20.1.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.20.1.
2018-04-16 18:33:48 +02:00
Tobias Geerinckx-Rice 727ffbd56b
gnu: pugixml: Update to 1.9.
* gnu/packages/xml.scm (pugixml): Update to 1.9.
2018-04-16 18:33:47 +02:00
Tobias Geerinckx-Rice 286552278a
gnu: pugixml: Use HTTPS home page.
* gnu/packages/xml.scm (pugixml)[home-page]: Use HTTPS.
2018-04-16 18:33:47 +02:00
Marius Bakke d0ee11b2f0
gnu: sharutils: Fix CVE-2018-1000097.
* gnu/packages/patches/sharutils-CVE-2018-1000097.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/compression.scm (sharutils)[source](patches): Use it.
2018-04-16 18:02:14 +02:00
Oleg Pykhalov 452454e30c
gnu: Add emacs-epkg.
* gnu/packages/emacs.scm (emacs-epkg): New public variable.
2018-04-16 17:02:34 +03:00
Oleg Pykhalov 93aba854db
gnu: Add emacs-closql.
* gnu/packages/emacs.scm (emacs-closql): New public variable.
2018-04-16 17:02:34 +03:00
Oleg Pykhalov 4d089b5e56
gnu: Add emacs-emacsql.
* gnu/packages/emacs.scm (emacs-emacsql): New public variable.
2018-04-16 17:02:34 +03:00
Oleg Pykhalov 6c92b4406f
gnu: Add emacs-finalize.
* gnu/packages/emacs.scm (emacs-finalize): New public variable.
2018-04-16 17:02:33 +03:00
Oleg Pykhalov 5b6d674760
gnu: Add emacs-cl-generic.
* gnu/packages/emacs.scm (emacs-cl-generic): New public variable.
2018-04-16 17:02:33 +03:00
Oleg Pykhalov 086bfb37af
gnu: Add emacs-pg.
* gnu/packages/emacs.scm (emacs-pg): New public variable.
2018-04-16 17:02:33 +03:00
Efraim Flashner 892527829c
gnu: abcde: Update to 2.9.1.
* gnu/packages/cdrom.scm (abcde): Update to 2.9.1.
2018-04-15 22:58:44 +03:00
Tobias Geerinckx-Rice b433c7b336
gnu: geoclue: Update to 2.4.8.
* gnu/packages/gnome.scm (geoclue): Update to 2.4.8.
2018-04-15 19:31:14 +02:00
Tobias Geerinckx-Rice 605ade4429
gnu: google-brotli: Update to 1.0.4.
* gnu/packages/compression.scm (google-brotli): Update to 1.0.4.
2018-04-15 19:31:13 +02:00
Tobias Geerinckx-Rice 1b0be8c506
gnu: di: Update to 4.46.
* gnu/packages/admin.scm (di): Update to 4.46.
2018-04-15 19:31:11 +02:00
Leo Famulari 93cbcc26bf
gnu: ncmpcpp: Update to 0.8.2.
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.8.2.
2018-04-15 13:09:20 -04:00
Manolis Ragkousis fdb61400a0
gnu: mupen64plus-video-z64: Fix glew.h location.
* gnu/packages/patches/mupen64plus-video-z64-glew-correct-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/emulators.scm (mupen64plus-video-z64)[source]: Use it.
2018-04-15 15:17:21 +03:00
Marius Bakke 3b4f3ff7ee
gnu: xscreensaver: Update to 5.39.
* gnu/packages/xdisorg.scm (xscreensaver): Update to 5.39.
2018-04-15 13:03:21 +02:00
Marius Bakke 1c24862f1e
gnu: nginx: Update to 1.13.12.
* gnu/packages/web.scm (nginx): Update to 1.13.12.
2018-04-15 13:03:04 +02:00
Marius Bakke a7aed511ec
gnu: efivar: Update to 35.
* gnu/packages/linux.scm (efivar): Update to 35.
2018-04-15 12:55:39 +02:00
Marius Bakke 732825f3f8
gnu: efibootmgr: Update to 16.
* gnu/packages/linux.scm (efibootmgr): Update to 16.
[arguments]: Add EFIDIR to #:make-flags.  Remove related 'branding' phase.
2018-04-15 12:52:41 +02:00
Marius Bakke e0cfc37396
gnu: offlineimap: Update to 7.2.0.
* gnu/packages/mail.scm (offlineimap): Update to 7.2.0.
2018-04-15 12:36:16 +02:00
Marius Bakke fe4adc12ed
gnu: htop: Update to 2.2.0.
* gnu/packages/patches/htop-fix-process-tree.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/admin.scm (htop): Update to 2.2.0.
[source](patches): Remove.
2018-04-15 12:31:49 +02:00
Marius Bakke 87b08d8421
gnu: libsoup: Update to 2.62.1.
* gnu/packages/gnome.scm (libsoup): Update to 2.62.1.
2018-04-15 12:23:09 +02:00
Marius Bakke 8e84eb6847
gnu: python-paramiko: Update to 2.4.1 [fixes CVE-2018-7750].
* gnu/packages/python-crypto.scm (python-paramiko): Update to 2.4.1.
[arguments]: Set #:tests? #f.
2018-04-15 12:10:19 +02:00
Rutger Helling fc12113704
gnu: mgba: Update to 0.6.3.
* gnu/packages/emulators.scm (mgba): Update to 0.6.3.
2018-04-15 11:03:26 +02:00
Danny Milosavljevic 347bc15161
gnu: Add uefitool.
* gnu/packages/flashing-tools.scm (uefitool): New variable.
2018-04-15 09:22:16 +02:00
Danny Milosavljevic ca523cc518
gnu: Factorize rust-bootstrapped-package.
* gnu/packages/rust.scm (rust-bootstrapped-package): New procedure.
(rust): Use rust-bootstrapped-package.
2018-04-15 09:22:16 +02:00
Danny Milosavljevic 8fdde58103
gnu: Add rust@1.19.0.
* gnu/packages/rust.scm (rust-1.23)[build-system, native-inputs, inputs,
native-search-paths, synopsis, description, home-page, license]: Move to...
(rust-1.19): ... here. New variable.
(rust-1.23)[arguments]<#:phases>[set-env, patch-tests, patch-cargo-checksums]:
Move to...
(rust-1.19): ... here.
(rust-1.19)[arguments]<#:phases>[configure, check, install]: Replace by no-op.
2018-04-15 09:22:12 +02:00
Leo Famulari d2dd939e68
gnu: tmux: Update to 2.7.
* gnu/packages/tmux.scm (tmux): Update to 2.7.
2018-04-14 23:08:42 -04:00
Mark H Weaver 9578ed006c
gnu: linux-libre@4.9: Update to 4.9.94.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.94.
2018-04-14 14:06:21 -04:00
Mark H Weaver 72d5109ca4
gnu: linux-libre@4.4: Update to 4.4.128.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.128.
2018-04-14 14:05:44 -04:00
Nicolas Goaziou ffbe2dc1e5
gnu: python-sge-pygame: Fix typo in description.
* gnu/packages/game-development.scm (python-sge-pygame) [description]: Fix
typo.
2018-04-14 18:35:35 +02:00
Maxim Cournoyer 74b4d7a142
gnu: emacs-polymode: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-polymode)[arguments]: Add modes subdirectory
to #:include. Add add-modes-subdir-to-load-path phase.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-14 20:13:30 +05:30
Maxim Cournoyer fee23c17a9
gnu: emacs-dired-hacks: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-dired-hacks)[propagated-inputs]: Add
emacs-eimp.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-14 19:45:40 +05:30
Maxim Cournoyer de5256d3bb
gnu: Add emacs-eimp.
* gnu/packages/emacs.scm (emacs-eimp): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-14 19:40:43 +05:30
Maxim Cournoyer 4e782ffff7
gnu: emacs-request: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-request)[propagated-inputs]: Add
emacs-deferred.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-14 16:02:39 +05:30
Arun Isaac bf86533bf8
gnu: emacs-org-trello: Update to 0.8.0.
* gnu/packages/emacs.scm (emacs-org-trello): Update to 0.8.0.
2018-04-14 15:55:26 +05:30
Maxim Cournoyer 8865d476f3
gnu: emacs-org-trello: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-org-trello)[propagated-inputs]: Add emacs-f
and emacs-helm. Sort.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-14 15:51:28 +05:30
Maxim Cournoyer 1fcd7e6c35
gnu: Add emacs-ert-expectations.
* gnu/packages/emacs.scm (emacs-ert-expectations): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-14 15:45:07 +05:30
Rutger Helling 5d6f07fb47
gnu: wine-staging: Update to 3.6.
* gnu/packages/wine.scm (wine-staging): Update to 3.6.
2018-04-14 12:10:03 +02:00
Rutger Helling 4165a5590d
gnu: wine-staging-patchset-data: Update to 3.6.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.6.
2018-04-14 12:10:03 +02:00
Eric Bavier 04918a009d
gnu: Add ghostwriter.
* gnu/packages/text-editors.scm (ghostwriter): New variable.
2018-04-13 22:03:00 -05:00
Maxim Cournoyer db95d8ca92
gnu: emacs-smartparens: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-smartparens)[propagated-inputs]: Add
emacs-markdown-mode.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-14 04:39:13 +05:30
Maxim Cournoyer b6efe0e81f
gnu: emacs-mu4e-alert: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-mu4e-alert)[propagated-inputs]: Add mu.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-14 04:03:37 +05:30
Arun Isaac 9a910133d3
gnu: emacs-evil-matchit: Update to 2.2.6.
* gnu/packages/emacs.scm (emacs-evil-matchit): Update to 2.2.6.
2018-04-14 03:59:48 +05:30
Maxim Cournoyer 80c4aabbad
gnu: emacs-evil-matchit: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-evil-matchit)[propagated-inputs]: Add
emacs-evil.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-14 03:52:05 +05:30
Arun Isaac c4373a6068
gnu: emacs-es-mode: Update to 4.3.0.
* gnu/packages/emacs.scm (emacs-es-mode): Update to 4.3.0.
2018-04-14 03:40:58 +05:30
Maxim Cournoyer a262ac68d6
gnu: emacs-es-mode: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-es-mode)[propagated-inputs]: Add emacs-dash
and emacs-spark.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-14 03:40:58 +05:30
Maxim Cournoyer bae8e59e9d
gnu: Add emacs-spark.
* gnu/packages/emacs.scm (emacs-spark): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-14 03:40:58 +05:30
Maxim Cournoyer 00bdf501df
gnu: emacs-cdlatex: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-cdlatex)[propagated-inputs]: Add
emacs-auctex.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-14 02:40:27 +05:30
Julien Lepiller 57e3776403
gnu: antlr3-3.1: Fix installed script.
* gnu/packages/java.scm (antlr3-3.1)[arguments]: Fix jar name in script.
2018-04-13 23:02:05 +02:00
Eric Bavier bc111d3922
gnu: joe: Update to 4.6.
* gnu/packages/text-editors.scm (joe): Update to 4.6.
2018-04-13 11:58:18 -05:00
Leo Famulari c2a601c9b1
gnu: hexchat: Update to 2.14.1.
* gnu/packages/messaging.scm (hexchat): Update to 2.14.1.
[source]: Remove obsolete snippet.
[build-system]: Use the meson-build-system.
[native-inputs]: Add perl, and gettext-minimal. Remove autoconf,
autoconf-archive, automake, intltool, and libtool.
[inputs]: Add libproxy.
[arguments]: Add a phase to skip generation of icon and .desktop file databases.
Remove #:make-flags.
2018-04-13 11:52:43 -04:00
Andreas Enge df131dbaf8
gnu: Add iRRAM.
* gnu/packages/multiprecision.scm (irram): New variable.
2018-04-13 17:20:39 +02:00
Mark H Weaver 0d4ea19592
gnu: linux-libre: Update to 4.16.2.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.2.
(%linux-libre-hash): Update hash.
2018-04-13 04:31:30 -04:00
Mark H Weaver 9e1fc5ae1d
gnu: linux-libre@4.14: Update to 4.14.34.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.34.
(%linux-libre-4.14-hash): Update hash.
2018-04-13 04:30:25 -04:00
Efraim Flashner 1606da6c07
gnu: Add missing freeimage patch.
This is a follow-up to a5d4c96b8d.

* gnu/packages/patches/freeimage-unbundle.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2018-04-13 10:57:04 +03:00
Efraim Flashner a5d4c96b8d
gnu: freeimage: Remove bundled libraries.
This fixes bug #28261.

* gnu/packages/image.scm (freeimage)[source]: Remove bundled libraries.
[arguments]: Replace 'configure phase, add phase to replace unbuildable
files with empty ones. Adjust makeflags to new inputs.
[native-inputs]: Add pkg-config.
[inputs]: Add libjpeg, libjxr, libpng, libraw, libtiff, libwebp,
openexr, openjpeg, zlib.
[supported-systems]: Add mips64el-linux as a supported system.
2018-04-13 10:53:34 +03:00
Eric Bavier de7f234a3a
gnu: datamash: Fix tests on ARM systems.
* gnu/packages/patches/datamash-arm-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/datamash.scm (datamash)[source]: Use it.
2018-04-12 22:55:51 -05:00
Eric Bavier 1ca0ac1e80
gnu: Add fasd.
* gnu/packages/admin.scm (fasd): New variable.
2018-04-12 22:27:19 -05:00
Eric Bavier 6a03ccf4a1
gnu: pioneer: Update to 20180203.
* gnu/packages/games.scm (pioneer): Update to 20180203.
[source]: Use git-fetch method to avoid github tarball.
2018-04-12 22:03:51 -05:00
Eric Bavier 306d8630dc
gnu: cool-retro-term: Update to 1.0.1.
* gnu/packages/terminals.scm (cool-retro-term): Update to 1.0.1.
[source]: Programmatically remove fonts.
[arguments]: Simplify 'configure phase and use 'invoke'.  Add 'install-man
phase.  'let*' -> 'let' where possible.
* gnu/packages/patches/cool-retro-term-remove-non-free-fonts.patch: Delete.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-04-12 21:01:34 -05:00
Mark H Weaver e90c5f35d1
Revert "Revert "gnu: nghttp2: Update to 1.31.1 [fixes CVE-2018-1000168].""
This reverts commit 4ccbdcbcad.
2018-04-12 15:22:11 -04:00
Mark H Weaver 4ccbdcbcad
Revert "gnu: nghttp2: Update to 1.31.1 [fixes CVE-2018-1000168]."
This reverts commit 65bfe30d8a.
2018-04-12 14:05:33 -04:00
Marius Bakke fd995f1ba1
gnu: xf86-input-libinput: Update to 0.27.1.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.27.1.
2018-04-12 19:45:47 +02:00
Marius Bakke 65bfe30d8a
gnu: nghttp2: Update to 1.31.1 [fixes CVE-2018-1000168].
* gnu/packages/web.scm (nghttp2): Update to 1.31.1.
2018-04-12 19:43:31 +02:00
Marius Bakke 384efbc2da
gnu: lrdf: Update to 0.6.1.
* gnu/packages/rdf.scm (lrdf): Update to 0.6.1.
[source](uri): Adjust to version prefix.
[arguments]: Remove obsolete deletions.
[inputs]: Remove OPENSSL.
2018-04-12 19:40:34 +02:00
Efraim Flashner f02d254aca
gnu: gnupg: Remove unreferenced inputs.
* gnu/packages/gnupg.scm (gnupg)[inputs]: Remove bzip2, curl.
2018-04-12 12:06:03 +03:00
Efraim Flashner b79cb9d760
gnu: gnupg: Update to 2.2.6.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.6.
2018-04-12 12:05:59 +03:00
Leo Famulari b061e76ef4
gnu: krita: Update to 4.0.1.
* gnu/packages/kde.scm (krita): Update to 4.0.1.
2018-04-11 20:03:56 -04:00
Leo Famulari e453da132a
system: Provide a fall-back PATH for non-login shells started with su(1).
* gnu/system.scm (operating-system-etc-service): Provide values for
ENV_PATH and ENV_SUPATH in '/etc/login.defs'.
2018-04-11 18:45:06 -04:00
Mark H Weaver 87a841b2d4
gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
2018-04-11 17:06:41 -04:00
Mark H Weaver 9502ea3e3e
gnu: icecat: Add more configure flags and rename a phase.
* gnu/packages/gnuzilla.scm (icecat)[arguments]: To configure-flags, add
"--with-distribution-id=org.gnu", "--disable-tests", "--disable-updater",
"--disable-crashreporter", "--disable-maintenance-service", and
"--disable-eme".  Rename the
'arrange-to-link-libxul-with-libraries-it-might-dlopen' phase to
'link-libxul-with-libraries'.
2018-04-11 17:06:36 -04:00
Clément Lassieur e5fe544eaa
services: cgit: Add support for project-list.
* doc/guix.texi (Version Control Services): Update accordingly.
* gnu/services/cgit.scm (cgit-configuration)[project-list]: New field.
(serialize-project-list): New procedure that uses PLAIN-FILE to generate a
file from the string list given by the user as input.
(serialize-cgit-configuration): Make sure to serialize 'project-list' before
'repostory-directory'.
2018-04-11 21:23:59 +02:00
Clément Lassieur 80b76b9350
services: cgit: Enforce serialization order.
* gnu/services/cgit.scm (serialize-cgit-configuration): New procedure that
serializes fields with a precise order.
(cgit-activation): Replace the generic SERIALIZE-CONFIGURATION with
SERIALIZE-CGIT-CONFIGURATION.
2018-04-11 21:23:59 +02:00
Clément Lassieur ad05e96e14
services: cgit: Add support for file-like objects.
* doc/guix.texi (Version Control Services): Update accordingly.
* gnu/services/cgit.scm (serialize-field, serialize-string, serialize-boolean,
serialize-integer, serialize-repository-cgit-configuration-list,
serialize-nginx-server-configuration-list, serialize-repo-field,
serialize-repo-boolean, serialize-repo-integer, serialize-module-link-path,
serialize-repository-directory, serialize-mimetype-alist): Return strings or
string-valued gexps and stop printing.
(repository-cgit-configuration)[source-filter, about-filter, commit-filter,
logo, owner-filter], (cgit-configuration)[auth-filter, commit-filter, css,
email-filter, favicon, include, logo, owner-filter, mimetype-file, readme,
source-filter]: Replace STRING with FILE-OBJECT.
(file-object?, serialize-file-object, repo-file-object?,
serialize-repo-file-object): New procedures.
(cgit-activation): Use SERIALIZE-CONFIGURATION's return value with
MIXED-TEXT-FILE instead of using its output with PLAIN-FILE.
2018-04-11 21:23:59 +02:00
Clément Lassieur 36027f05e9
services: cgit: Simplify 'serialize-module-link-path'.
* gnu/services/cgit.scm (serialize-module-link-path): Remove STRING-DROP-RIGHT
and UGLIFY-FIELD-NAME.
2018-04-11 21:23:59 +02:00