Commit Graph

15906 Commits (f920e79426f51f1320dd4ffc164fc473df2158c3)

Author SHA1 Message Date
Danny Milosavljevic 99828febe0
tests: Remove unused import (gnu system grub).
* gnu/tests/web.scm: Remove unused import.
2017-04-15 15:32:25 +02:00
Mathieu Othacehe 7085ca9690
system: Rename (internal) grub-device to fs->boot-device.
* gnu/system.scm (grub-device): Rename to...
(fs->boot-device): ... this.
(operating-system-grub.cfg): Adapt.
(operating-system-parameters-file): Adapt.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-04-15 14:42:50 +02:00
Mathieu Othacehe 07f812c404
vm: Reword grub.cfg to bootcfg.
* gnu/build/vm.scm (register-grub.cfg-root): Reword grub.cfg to bootcfg,
(initialize-hard-disk): ditto,
* gnu/system/vm.scm (system-disk-image): ditto,
(system-qemu-image): ditto,
(system-qemu-image/shared-store): ditto.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-04-15 14:42:15 +02:00
Mathieu Othacehe c76b3046f6
system: Rename operating-system-grub.cfg to operating-system-bootcfg.
* gnu/system.scm (operating-system-grub.cfg): Rename to...
(operating-system-bootcfg): ... this.
* gnu/system/vm.scm (system-disk-image): Use operating-system-bootcfg.
(system-qemu-image): Use operating-system-bootcfg.
(system-qemu-image/shared-store): Use operating-system-bootcfg.
* guix/scripts/system.scm (perform-action): Use operating-system-bootcfg.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-04-15 14:41:10 +02:00
Nicolas Goaziou 32380cdbb1
gnu: wireshark: Update to 2.2.6.
* gnu/packages/networking.scm (wireshark): Update to 2.2.6.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-15 17:45:41 +05:30
Mathieu Othacehe c2e9942b8f
system: Rename kernel->grub-label to kernel->boot-label.
* gnu/system.scm (kernel->grub-label): Rename to kernel->boot-label.
(operating-system-grub.cfg): Adapt.
(operating-system-parameters-file): Ditto.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-04-15 12:39:27 +02:00
宋文武 53201c0def
gnu: Add orca.
* gnu/packages/gnome.scm (orca): New package.
2017-04-15 13:10:25 +08:00
宋文武 3e00ac47d6
gnu: Add python-pyatspi.
* gnu/packages/gnome.scm (python-pyatspi): New package.
2017-04-15 13:10:07 +08:00
宋文武 904f8a31ab
gnu: speech-dispatcher: Add more inputs.
* gnu/packages/speech.scm (speech-dispatcher)[inputs]: Add espeak,
pulseaudio and python.
2017-04-15 13:00:21 +08:00
Leo Famulari 9866cf1457
gnu: samba: Update to 4.5.8.
This fixes a regression introduced by the security fixes for CVE-2017-2619.

* gnu/packages/samba.scm (samba): Update to 4.5.8.
2017-04-14 19:34:57 -04:00
Leo Famulari 7736bae9b7
gnu: mutt: Update to 1.8.1.
* gnu/packages/mail.scm (mutt): Update to 1.8.1.
[source]: Use HTTPS URL.
2017-04-14 14:29:23 -04:00
Leo Famulari 8439c9c05e
gnu: gpgme: Update to 1.9.0.
* gnu/packages/gnupg.scm (gpgme): Update to 1.9.0.
2017-04-14 12:53:33 -04:00
Leo Famulari 2f64f4444a
gnu: ncmpc: Update to 0.27.
* gnu/packages/mpd.scm (ncmpc): Update to 0.27.
2017-04-14 12:53:33 -04:00
Leo Famulari ed8a6c1384
gnu: libmpdclient: Update to 2.11.
* gnu/packages/mpd.scm (libmpdclient): Update to 2.11.
2017-04-14 12:53:33 -04:00
Leo Famulari ab71ea93a4
gnu: mysql: Update to 5.7.18.
* gnu/packages/databases.scm (mysql): Update to 5.7.18.
2017-04-14 12:53:28 -04:00
Tobias Geerinckx-Rice 2ff7703b0d
gnu: youtube-dl: Update to 2017.04.14.
* gnu/packages/video.scm (youtube-dl): Update to 2017.04.14.
2017-04-14 18:27:42 +02:00
Tobias Geerinckx-Rice 27a5c60465
gnu: dub: Flesh out synopsis & description.
* gnu/packages/ldc.scm (dub)[synopsis, description]: Actually explain what
dub is and does.
2017-04-14 18:27:42 +02:00
Ludovic Courtès b31b0155ea
build: Download aarch64 bootstrap binaries from alpha.gnu.org.
* build-aux/download.scm (file-name->uri): Remove flashner.co.il URL.
* gnu/packages/package-management.scm (boot-guile-uri): Likewise.
2017-04-14 18:17:58 +02:00
Arun Isaac 4e644ab8a6
gnu: emacs-company: Enable tests.
* gnu/packages/emacs.scm (emacs-company)[arguments]: Add a 'check' phase.
2017-04-14 18:16:15 +05:30
Mathieu Othacehe 960887b297
build: Stop building gnu/build/svg.scm.
* Makefile.am (EXTRA_DIST): Add gnu/build/svg.scm.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove gnu/build/svg.scm.

It fixes the following build warnings:

gnu/build/svg.scm:36:12: warning: possibly unbound variable `cairo-create'
gnu/build/svg.scm:36:26: warning: possibly unbound variable `cairo-image-surface-create'
gnu/build/svg.scm:38:4: warning: possibly unbound variable `cairo-scale'
gnu/build/svg.scm:39:4: warning: possibly unbound variable `cairo-set-source-surface'

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-14 12:29:20 +02:00
David Thompson f252d6df8b
gnu: Add guile-syntax-highlight.
* gnu/packages/guile.scm (guile-syntax-highlight): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-04-14 12:29:20 +02:00
Ricardo Wurmus 116b29bffb
gnu: julia: Update to 0.5.1.
* gnu/packages/julia.scm (julia): Update to 0.5.1.
2017-04-14 11:03:04 +02:00
Arun Isaac 8d50a9906d
gnu: Add emacs-cdlatex.
* gnu/packages/emacs.scm (emacs-cdlatex): New variable.
2017-04-14 11:15:20 +05:30
Ben Woodcroft 88eb119f95
gnu: mafft: Update to 7.310.
* gnu/packages/bioinformatics.scm (mafft): Update to 7.310.
2017-04-14 15:19:37 +10:00
Ricardo Wurmus e02f166364
gnu: Add fillets-ng.
* gnu/packages/games.scm (fillets-ng): New variable.
2017-04-13 23:17:01 +02:00
Ricardo Wurmus b77e3a1c4e
gnu: Add teeworlds.
* gnu/packages/games.scm (teeworlds): New variable.
* gnu/packages/patches/teeworlds-use-latest-wavpack.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
2017-04-13 23:17:00 +02:00
Ricardo Wurmus 33f79a74b8
gnu: Add bam.
* gnu/packages/build-tools.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2017-04-13 23:17:00 +02:00
Arun Isaac 4264db2209
gnu: password-store: Update to 1.7.1.
* gnu/packages/password-utils.scm (password-store): Update to 1.7.1.
[source]: Remove "password-store-gnupg-compat.patch".
* gnu/packages/patches/password-store-gnupg-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-04-14 00:43:26 +05:30
Julien Lepiller 83f9aa5e91
gnu: php: Update to 7.1.4.
* gnu/packages/php.scm (php): Update to 7.1.4.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13 23:18:08 +05:30
Vasile Dumitrascu b9d38ad1bc
gnu: postgresql: Update to 9.6.2.
* gnu/packages/databases.scm (postgresql): Update to 9.6.2.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13 18:52:40 +05:30
Vasile Dumitrascu 07716c6842
gnu: emacs-zenburn-theme: Update to 2.5.
* gnu/packages/emacs.scm (emacs-zenburn-theme): Update to 2.5.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13 18:30:22 +05:30
Vasile Dumitrascu 50edf7fc43
gnu: emacs-flycheck: Update to 30.
* gnu/packages/emacs.scm (emacs-flycheck): Update to 30.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13 18:29:52 +05:30
Vasile Dumitrascu f8d69be008
gnu: emacs-clojure-mode: Update to 5.4.0.
* gnu/packages/emacs.scm (emacs-clojure-mode): Update to 5.4.0.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13 18:28:18 +05:30
Vasile Dumitrascu 1262a2abca
gnu: emacs-company: Update to 0.9.3.
* gnu/packages/emacs.scm (emacs-company): Update to 0.9.3.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13 17:30:26 +05:30
Catonano ca8f3f9a51
gnu: Add libxls.
* gnu/packages/xml.scm (libxls): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-04-13 13:10:50 +02:00
Ricardo Wurmus bd71525b7a
gnu: Add kiki.
* gnu/packages/games.scm (kiki): New variable.
* gnu/packages/patches/kiki-level-selection-crash.patch,
gnu/packages/patches/kiki-makefile.patch,
gnu/packages/patches/kiki-missing-includes.patch,
gnu/packages/patches/kiki-portability-64bit.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Add them.
2017-04-13 13:08:26 +02:00
Ricardo Wurmus 0da0f434c6
gnu: Add freeglut-2.8.
* gnu/packages/gl.scm (freeglut-2.8): New variable.
2017-04-13 13:08:25 +02:00
Mark H Weaver 44fd838987
gnu: linux-libre: Update to 4.10.10.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.10.
(%linux-libre-hash): Update hash.
2017-04-13 04:16:26 -04:00
Mark H Weaver c8d6d510f6
gnu: linux-libre@4.9: Update to 4.9.22.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.22.
2017-04-13 04:15:38 -04:00
Mark H Weaver 9dae0a7611
gnu: linux-libre@4.4: Update to 4.4.61.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.61.
2017-04-13 04:14:41 -04:00
Leo Famulari 2e37447307
gnu: libsndfile: Update to 1.0.28 [fixes CVE-2017-{7585,7586,7741,7742}].
* gnu/packages/pulseaudio.scm (libsndfile)[replacement]: New field.
(libsndfile-1.0.28): New variable.
2017-04-12 22:47:34 -04:00
Leo Famulari efc95e7bc6
gnu: libsamplerate: Update to 0.1.9 [fixes CVE-2017-7697].
* gnu/packages/pulseaudio.scm (libsamplerate)[replacement]: New field.
(libsamplerate-0.1.9): New variable.
2017-04-12 22:47:31 -04:00
Leo Famulari 098bb004be
gnu: isc-dhcp: Update bundled bind to 9.9.9-P8 [security fixes].
Fixes CVE-2017-{3136,3137,3138}.

* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.9-P8.
2017-04-12 22:08:36 -04:00
Mark H Weaver d24b989424
gnu: icecat: Add more fixes from mozilla-esr45.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes from the upstream
mozilla-esr45 repository.
2017-04-12 21:40:05 -04:00
Marius Bakke 61b64acf41
gnu: bind: Update to 9.10.4-P8 [fixes CVE-2017-{3136,3137,3138}].
* gnu/packages/dns.scm (bind): Update to 9.10.4-P8.
2017-04-13 02:50:24 +02:00
Ludovic Courtès ee295346ce
services: tor: Run in a container.
* gnu/services/networking.scm (tor-shepherd-service): Use (gnu build
shepherd) and use 'make-forkexec-constructor/container' instead of
'make-forkexec-constructor'.
2017-04-13 00:12:42 +02:00
Ludovic Courtès bb5cad4eb2
file-systems: Allow for bind-mounts of named sockets.
Previously a named socket such as /dev/log would fail
the 'regular-file?' test and we'd end up mkdir'ing it.

* gnu/build/file-systems.scm (regular-file?): Remove.
(mount-file-system): Change (regular-file? source)
to (not (file-is-directory? source)).
2017-04-13 00:12:42 +02:00
Ludovic Courtès 6ddf4fcfae
services: Define '%linux-bare-metal-service' using 'simple-service'.
* gnu/services.scm (linux-bare-metal-service-type): Remove.
(%linux-bare-metal-service): Define in terms of 'simple-service'.
2017-04-13 00:12:42 +02:00
Leo Famulari 012863081d
gnu: certbot: Remove unused dependency.
This dependency was removed in certbot@0.10.0:

d54cb76432

* gnu/packages/tls.scm (certbot)[propagated-inputs]: Remove
python2-pythondialog.
2017-04-12 17:03:51 -04:00
Leo Famulari 57fe07dbc0
gnu: python-acme: Remove unused dependencies.
Removed in python-acme@0.10.0 and 0.4.1, respectively:

edbb3a73c6
df383ee6e4

* gnu/packages/tls.scm (python-acme, python2-acme)[propagated-inputs]:
Remove python-ndg-httpsclient and python-werkzeug.
2017-04-12 17:03:50 -04:00
George Clemmer 99517d9270
gnu: emacs-ag: Build and install info.
* gnu/packages/emacs.scm (emacs-ag)[arguments]: Add 'make-info' and
'install-info' phases.

Signed-off-by: Alex Kost <alezost@gmail.com>
2017-04-12 21:09:49 +03:00
Alex Kost 352074d5a9
gnu: emacs-ivy: Update to 0.9.1.
* gnu/packages/emacs.scm (emacs-ivy): Update to 0.9.1.
2017-04-12 21:09:49 +03:00
Efraim Flashner fc901d168b
gnu: nano: Update to 2.8.1.
* gnu/packages/nano.scm (nano): Update to 2.8.1.
2017-04-12 20:55:17 +03:00
Marius Bakke 4e5dbf92f7
gnu: nginx: Update to 1.12.0.
* gnu/packages/web.scm (nginx): Update to 1.12.0.
2017-04-12 18:34:09 +02:00
Marius Bakke 1fc8476d36
gnu: certbot, python-acme: Build documentation in separate phase.
* gnu/packages/tls.scm (python-acme)[arguments]<:phases>: Add
'build-documentation' phase. Rename 'docs' phase to 'install-documentation'.
(certbot)[arguments]<:phases>: Adjust accordingly.
2017-04-12 18:29:00 +02:00
Leo Famulari eea2f45369
doc: Use OpenSSH instead of lsh in bare-bones template.
* gnu/system/examples/bare-bones.tmpl (services): Use openssh-service-type
instead of lsh-service.
2017-04-12 11:42:52 -04:00
Arun Isaac 0ee59b81c7
gnu: Add emacs-xmlgen.
* gnu/packages/emacs.scm (emacs-xmlgen): New variable.
2017-04-12 18:55:51 +05:30
Arun Isaac a7a4345de1
gnu: darkhttpd: Update source URI.
* gnu/packages/web.scm (darkhttpd)[source]: Update URI.
2017-04-12 18:48:48 +05:30
Tobias Geerinckx-Rice 4d6ce834bb
gnu: dovecot: Update to 2.2.29.1.
* gnu/packages/mail.scm (dovecot): Update to 2.2.29.1.
[source]: Remove 'dovecot-fix-failing-test.patch'.
* gnu/packages/patches/dovecot-fix-failing-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-04-12 14:25:00 +02:00
Chris Marusich a97f6da422
gnu: emacs-default-encrypt: Update source URI.
* gnu/packages/emacs.scm (emacs-default-encrypt)[source]: Update URI.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-12 14:46:43 +05:30
Hartmut Goebel 1aab5e8320
gnu: kde-frameworks: No longer setenv CTEST_OUTPUT_ON_FAILURE.
This is now done my the cmake-build-system.

* gnu/packages/kde-frameworks.scm (kcoreaddons, kwidgetsaddons, kpackage,
  kemoticons kiconthemes, kio, knewstuff, kpeople, krunner,kservice,
  ktexteditor, kxmlgui plasma-framework) [arguments] <check-setup>: Remove
  setenv CTEST_OUTPUT_ON_FAILURE.
  (kpty) [arguments] <patch-tests>: Remove setenv CTEST_OUTPUT_ON_FAILURE.
  (ksyntaxhighlighting) [arguments] <check-setup>: Remove phase.
2017-04-12 10:08:52 +02:00
Hartmut Goebel 4467c2d1dc
gnu: Update kde-frameworks to 5.32.0
* gnu/packages/kde-frameworks.scm
  (breeze-icons): Update to 5.32.0. [arguments]: Re-enable tests.
  (kio): Update to 5.32.0. [source]: Remove patch.
  (ktexteditor): Update to 5.32.0. [inputs]: Add ksyntaxhighlighting.
  (networkmanager-qt): Update to 5.32.0. [source]: Add patches.
  (kunitconversion): Update to 5.32.0. [arguments]
  <disable-a-failing-test-case>: New phase.
  (ksyntaxhighlighting): Update to 5.32.0.[native-iputs]: Add qtools.
  (knewstuff): Update to 5.32.0. [inputs]: Add qtdeclarative.
  (attica, baloo, bluez-qt, extra-cmake-modules, kactivities,
  kactivities-stats, kapidox, karchive, kauth, kbookmarks, kcmutils, kcodecs,
  kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash, kdbusaddons,
  kdeclarative, kded, kdesignerplugin, kdesu, kdnssd, kdoctools, kemoticons,
  kfilemetadata, kglobalaccel, kguiaddons, ki18n, kiconthemes, kidletime,
  kimageformats, kinit, kitemmodels, kitemviews, kjobwidgets, knotifications,
  knotifyconfig, kpackage, kparts, kpeople, kplotting, kpty, krunner,
  kservice, ktextwidgets, kwallet, kwayland, kwidgetsaddons, kwindowsystem,
  kxmlgui, kxmlrpcclient, modemmanager-qt, oxygen-icons, plasma-framework,
  solid, sonnet, threadweaver): Update to 5.32.0.
* gnu/packages/patches/kio-CVE-2017-6410.patch: Delete file.
* gnu/packages/patches/networkmanager-qt-activeconnection-test-1.patch,
  gnu/packages/patches/networkmanager-qt-activeconnection-test-2.patch:
  New files.
* gnu/local.mk (dist_patch_DATA): Remove resp. add the patch files.
2017-04-12 10:08:52 +02:00
Hartmut Goebel 446809fb35
gnu: Update phonon to 4.9.1
* gnu/packages/kde-frameworks.scm (phonon): Update to 4.9.1.
2017-04-12 10:08:52 +02:00
Hartmut Goebel d04687dc83
gnu: Update networkmanager to version 1.6.2.
* gnu/packages/gnome.scm (networkmanager): [source] Update to 1.6.2
  [arguments] <pre-configure>: Adopt to now used single Makefile.in.
  <install>: Also pass "nmstatedir".
  [native-inputs]: Add docbook-xsl, libxslt, libxml2.
  [inputs]: Add jansson.
2017-04-12 10:08:52 +02:00
Efraim Flashner 0eb0fe2d30
gnu: jasper: Fixx CVE-2017-6850.
* gnu/packages/image.scm (jasper)[source]: Add patch.
* gnu/packages/patches/jasper-CVE-2017-6850.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-04-12 06:19:56 +03:00
Leo Famulari 0adb47bdc7
gnu: dovecot: Update to 2.2.29 [fixes CVE-2017-2669].
* gnu/packages/mail.scm (dovecot): Update to 2.2.29.
[source]: Use 'dovecot-fix-failing-test.patch'.
* gnu/packages/patches/dovecot-fix-failing-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-04-11 20:35:31 -04:00
Leo Famulari 69121e95cd
gnu: libressl: Update to 2.5.3.
* gnu/packages/tls.scm (libressl): Update to 2.5.3.
2017-04-11 20:35:25 -04:00
Tobias Geerinckx-Rice efbca08776
gnu: youtube-dl: Update to 2017.04.11.
* gnu/packages/video.scm (youtube-dl): Update to 2017.04.11.
2017-04-11 21:19:03 +02:00
Arun Isaac 25e810b812
gnu: Add emacs-htmlize.
* gnu/packages/emacs.scm (emacs-htmlize): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-11 14:44:20 -04:00
Mathieu Othacehe 8ad5a20f41
gnu: Add emacs-strace-mode.
* gnu/packages/emacs.scm (emacs-strace-mode): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-11 14:40:14 -04:00
Tobias Geerinckx-Rice d4bcbbb994
gnu: knot: Update to 2.4.3.
* gnu/packages/dns.scm (knot): Update to 2.4.3.
2017-04-11 18:53:38 +02:00
Ben Sturmfels b611f9c282
gnu: Add Fabric.
* gnu/packages/admin.scm (fabric): New variable.
2017-04-11 18:03:35 +02:00
Ben Sturmfels c1aba1a7c8
gnu: python-paramiko: Update to 1.17.4.
* gnu/packages/python.scm (python-paramiko): Update to 1.17.4.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-11 18:03:35 +02:00
Chris Marusich e23455543b
gnu: Add emacs-default-encrypt.
* gnu/packages/emacs.scm (emacs-default-encrypt): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-11 18:03:34 +02:00
Ludovic Courtès e79bfa181a
gnu: Add Luminance HDR.
* gnu/packages/image-viewers.scm (luminance-hdr): New variable.
* gnu/packages/patches/luminance-hdr-qt-printer.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-04-11 18:03:34 +02:00
Kei Kebreau acf7d4a78b
gnu: Add emacspeak.
* gnu/packages/emacs.scm (emacspeak): New variable.
2017-04-11 11:16:11 -04:00
Mathieu Othacehe a5e13c3be9
build: Fix compilation warnings.
* gnu/build/linux-boot.scm (define-module): Use (guix build syscalls).
* gnu/build/linux-modules.scm (define-module): Ditto.
* gnu/build/file-systems (define-module): Stop re-exporting mount, umount and
MS_* flags as this is now safe to include (guix build syscalls) instead.
(mount): Remove procedure.
(umount): Ditto.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-11 11:13:26 +02:00
Ricardo Wurmus e40335b275
gnu: frescobaldi: Update to 3.0.0.
* gnu/packages/music.scm (frescobaldi): Update to 3.0.0.
[inputs]: Replace "python-pyqt-4" and "python-poppler-qt4" with "python-pyqt"
and "python-poppler-qt5", respectively.
2017-04-11 09:51:03 +02:00
Ricardo Wurmus 99bcae94bc
gnu: Add python-poppler-qt5.
* gnu/packages/pdf.scm (python-poppler-qt5): New variable.
2017-04-11 09:51:03 +02:00
Ricardo Wurmus f0f7bf95ae
gnu: Add cdogs-sdl.
* gnu/packages/games.scm (cdogs-sdl): New variable.
2017-04-11 09:43:18 +02:00
Tobias Geerinckx-Rice cd12f92224
gnu: dub: Update to 1.3.0.
* gnu/packages/ldc.scm (dub): Update to 1.3.0.
[arguments]: Add comment, remove spurious MKDIR-P, and rename OUTBIN.
2017-04-11 06:39:32 +02:00
Kei Kebreau 0c3953ea60
gnu: Move dillo to web-browsers.scm.
* gnu/packages/dillo.scm: Remove file and move dillo...
* gnu/packages/web-browsers.scm: ...here. New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove dillo.scm and add
web-browsers.scm.
2017-04-10 19:16:47 -04:00
Mathieu Othacehe ed3a9ec5ac
gnu: Add gpicview.
* gnu/packages/image-viewers.scm (gpicview): New variable.
* gnu/packages/lxde.scm (lxde)[propagated-inputs]: Add gpicview.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-10 23:54:46 +02:00
Ludovic Courtès a97f0ee136
gnu: pcre: Patch CVE-2017-7186.
* gnu/packages/patches/pcre-CVE-2017-7186.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pcre.scm (pcre)[replacement]: New field.
(pcre/fixed): New variable.
2017-04-10 23:54:46 +02:00
Ludovic Courtès 18d0cec29e
gnu: pcre2: Patch CVE-2017-7186.
* gnu/packages/patches/pcre2-CVE-2017-7186.patch: New file.
* gnu/packages/pcre.scm (pcre2)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-04-10 23:54:46 +02:00
Ludovic Courtès 81eaa3f857
gnu: guile-ncurses: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-ncurses)[inputs]: Switch to GUILE-2.2.
[arguments] <fix-libguile-ncurses-file-name>: Ajust accordingly.
2017-04-10 23:54:46 +02:00
Ludovic Courtès 958d357a38
gnu: guile-ncurses: Update to 2.2.
* gnu/packages/guile.scm (guile-ncurses): Update to 2.2.
2017-04-10 23:54:46 +02:00
Kei Kebreau 0ef83ec9d0
gnu: Add tclx.
* gnu/packages/tcl.scm (tclx): New variable.
2017-04-10 17:29:07 -04:00
ng0 d81f131ff8
gnu: Add darcs.
* gnu/packages/version-control.scm (darcs): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-10 17:01:45 -04:00
Leo Famulari 64463bd7c9
gnu: gnucash: Update to 2.6.16.
* gnu/packages/gnucash.scm (gnucash): Update to 2.6.16.
2017-04-10 15:42:05 -04:00
Arun Isaac b247fb86ac
gnu: Add emacs-use-package.
* gnu/packages/emacs.scm (emacs-use-package): New variable.
2017-04-11 00:49:55 +05:30
Arun Isaac 0201c5d41e
gnu: Add emacs-diminish.
* gnu/packages/emacs.scm (emacs-diminish): New variable.
2017-04-11 00:49:50 +05:30
Ricardo Wurmus f1d81568b5
gnu: jalv: Update to 1.6.0.
* gnu/packages/audio.scm (jalv): Update to 1.6.0.
[inputs]: Replace "gtk+-2" with "gtk+" and "gtkmm-2" with "gtkmm".
2017-04-10 18:45:40 +02:00
Ricardo Wurmus d4d3df82bc
gnu: lilv: Update to 0.24.2.
* gnu/packages/audio.scm (lilv): Update to 0.24.2.
2017-04-10 18:43:07 +02:00
Ricardo Wurmus b1d3bb765f
gnu: suil: Update to 0.8.4.
* gnu/packages/audio.scm (suil): Update to 0.8.4.
2017-04-10 18:41:03 +02:00
Ricardo Wurmus 7181981fd8
gnu: sratom: Update to 0.6.0.
* gnu/packages/audio.scm (sratom): Update to 0.6.0.
2017-04-10 18:41:03 +02:00
Ricardo Wurmus a1d419c7cc
gnu: sord: Update to 0.16.0.
* gnu/packages/rdf.scm (sord): Update to 0.16.0.
2017-04-10 18:41:03 +02:00
Ricardo Wurmus 7421467afb
gnu: serd: Update to 0.26.0.
* gnu/packages/rdf.scm (serd): Update to 0.26.0.
2017-04-10 18:41:03 +02:00
Ricardo Wurmus 3805092385
gnu: gx-vintage-fuzz-master-lv2: Update to 0.1.
* gnu/packages/music.scm (gx-vintage-fuzz-master-lv2): Update to 0.1.
2017-04-10 18:22:52 +02:00
Ricardo Wurmus a6f39d7cd5
gnu: gx-super-fuzz-lv2: Fix description.
* gnu/packages/music.scm (gx-super-fuzz-lv2)[description]: Replace
"GxVoodooFuzz" with "GxSuperFuzz".
2017-04-10 18:22:52 +02:00
Ricardo Wurmus 34a3ecfec0
gnu: gx-super-fuzz-lv2: Update to 0.1.
* gnu/packages/music.scm (gx-super-fuzz-lv2): Update to 0.1.
2017-04-10 18:22:51 +02:00
Ricardo Wurmus cf44ebebc4
gnu: gx-voodoo-fuzz-lv2: Update to 0.1.
* gnu/packages/music.scm (gx-voodoo-fuzz-lv2): Update to 0.1.
2017-04-10 18:22:51 +02:00
Ricardo Wurmus ad67ca3d41
gnu: Fix build for packages inheriting from gx-guvnor-lv2.
This is a follow-up to commit 35f909d45c.

* gnu/packages/music.scm (gx-vbass-preamp-lv2)[arguments]: Make "install"
target independent from "all".
(gx-overdriver-lv2, gx-tone-mender-lv2, gx-push-pull-lv2, gx-saturator-lv2,
gx-switchless-wah-lv2, gx-slow-gear-lv2): Inherit from "gx-vbass-preamp-lv2".
2017-04-10 18:22:51 +02:00
Ricardo Wurmus 4396e9b54a
gnu: gx-hyperion-lv2: Update to 0.1.
* gnu/packages/music.scm (gx-hyperion-lv2): Update to 0.1.
2017-04-10 17:42:17 +02:00
Ricardo Wurmus f959991dd0
gnu: gx-suppa-tone-bender-lv2: Update to 0.1.
* gnu/packages/music.scm (gx-suppa-tone-bender-lv2): Update to 0.1.
2017-04-10 17:37:38 +02:00
Ricardo Wurmus 35f909d45c
gnu: gx-guvnor-lv2: Update to 0.1.
* gnu/packages/music.scm (gx-guvnor-lv2): Update to 0.1.
[source]: Use release tarball.
[arguments]: Remove obsolete Makefile patching.
2017-04-10 17:31:02 +02:00
Ricardo Wurmus 82bf45c8bd
gnu: mod-host: Update to 0.10.6-2-299a39774.
* gnu/packages/music.scm (mod-host): Update to 0.10.6-2-299a39774.
2017-04-10 17:18:22 +02:00
Ricardo Wurmus 3999b6643e
gnu: pianobar: Update to 2016.06.02.
* gnu/packages/music.scm (pianobar): Update to 2016.06.02.
2017-04-10 17:07:22 +02:00
Ricardo Wurmus f0c5856df7
gnu: ams-lv2: Update to 1.2.1.
* gnu/packages/music.scm (ams-lv2): Update to 1.2.1.
2017-04-10 17:06:45 +02:00
Ricardo Wurmus c66529d82d
gnu: yoshimi: Update to 1.5.1.1.
* gnu/packages/music.scm (yoshimi): Update to 1.5.1.1.
2017-04-10 16:52:40 +02:00
Ricardo Wurmus 31b7af7659
gnu: jack-1: Update to 0.125.0.
* gnu/packages/audio.scm (jack-1): Update to 0.125.0.
2017-04-10 14:53:03 +02:00
Mathieu Othacehe 8b1e572d0f
gnu: lxde: Add leafpad.
* gnu/packages/lxde.scm (lxde)[propagated-inputs]: Add leafpad.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-10 11:46:01 +02:00
Danny Milosavljevic 9ea0cdaf7f
gnu: rustc: Update to 1.16.0. gnu: cargo: Update to 0.17.0.
* gnu/packages/rust.scm (rustc): Update to 1.16.0.
patch-configure: Patch LLVM references.
(cargo): Update to 0.17.0.
[native-inputs]: Update rust-openssl to 0.9.6.
Update rust-libssh2-sys 0.2.5.
Update rust-libz-sys 1.0.13.
Add rust-error-chain 0.7.2.
Add rust-metadeps 1.1.1.
Update rust-openssl-sys 0.9.6.
Update rust-libgit2-sys to 0.6.6.
Add rust-shell-escape 0.1.3.
2017-04-10 09:01:13 +02:00
Ricardo Wurmus ae792dbae0
gnu: Add tango-icon-theme.
* gnu/packages/gnome.scm (tango-icon-theme): New variable.
2017-04-10 08:49:31 +02:00
Efraim Flashner 1803f2493e
gnu: gcl: Use 'modify-phases' syntax.
* gnu/packages/lisp.scm (gcl)[arguments]: Use 'modify-phases' syntax.
2017-04-10 05:38:44 +03:00
Efraim Flashner 47fb74aebc
gnu: gcl: Clean up inputs.
* gnu/packages/lisp.scm (gcl)[arguments]: Remove readline substitution,
correctly substitute '/bin/sh' calls.
[inputs]: Add gmp, readline.
[native-inputs]: Remove readline.
2017-04-10 05:38:43 +03:00
Efraim Flashner 5c7815f205
gnu: gcl: Build with gcc@4.9.
* gnu/packages/lisp.scm (gcl)[native-inputs]: Add gcc@4.9.
2017-04-10 05:38:42 +03:00
Marius Bakke 96e98d51a7
gnu: nss, nss-certs: Update to 3.30.1.
* gnu/packages/certs.scm (nss-certs): Update to 3.30.1.
* gnu/packages/gnuzilla.scm (nss): Update to 3.30.1.
2017-04-09 23:52:24 +02:00
Kyle Meyer 6461c44c2e
gnu: emacs-projectile: Update to 0.14.0.
* gnu/packages/emacs.scm (emacs-projectile): Update to 0.14.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-09 23:52:12 +02:00
Ricardo Wurmus 6bb9c85424
gnu: Add freegish.
* gnu/packages/games.scm (freegish): New variable.
2017-04-09 23:30:23 +02:00
Ben Woodcroft e9e0fab079
gnu: raxml: Update to 8.2.10.
* gnu/packages/bioinformatics.scm (raxml): Update to 8.2.10.
2017-04-09 21:44:14 +10:00
Ricardo Wurmus 6acdff5875
gnu: r-rsamtools: Update to 1.26.2.
* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.26.2.
2017-04-09 13:34:53 +02:00
Ricardo Wurmus dc8ebe43af
gnu: r-biocparallel: Update to 1.8.2.
* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.8.2.
2017-04-09 13:34:53 +02:00
Ricardo Wurmus 3420ed32d8
gnu: r-jsonlite: Update to 1.4.
* gnu/packages/web.scm (r-jsonlite): Update to 1.4.
2017-04-09 13:34:52 +02:00
Mark H Weaver c8ce351afc
gnu: linux-libre: Update to 4.10.9.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.9.
(%linux-libre-hash): Update hash.
2017-04-09 06:01:31 -04:00
Mark H Weaver 0ab8ff138c
gnu: linux-libre@4.9: Update to 4.9.21.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.21.
2017-04-09 06:00:47 -04:00
Mark H Weaver 3ca1c5e2ec
gnu: linux-libre@4.4: Update to 4.4.60.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.60.
2017-04-09 06:00:00 -04:00
Mark H Weaver 482cd367c6
Revert "gnu: Add python-openid."
This reverts commit ccda568866.
2017-04-09 03:50:40 -04:00
Eric Bavier f3cf25c3c2
gnu: torsocks: Patch references to 'getcap' and 'which'.
* gnu/packages/tor.scm (torsocks)[inputs,arguments]: New fields.
2017-04-08 22:20:06 -05:00
Efraim Flashner a3c57693e4
gnu: qjackctl: Build with modular Qt.
* gnu/packages/audio.scm (qjackctl)[source]: Use sourceforge mirror.
[inputs]: Remove qt, add qtbase, qtx11extras.
2017-04-09 05:31:39 +03:00
Leo Famulari dde5831c00
gnu: leafpad: Fix home-page URL.
* gnu/packages/text-editors.scm (leafpad)[home-page]: Fix URL.
2017-04-08 21:33:59 -04:00
Feng Shu 0bf11648fc
gnu: Add leafpad.
* gnu/packages/text-editors.scm (leafpad): New variable.
2017-04-08 21:30:26 -04:00
Leo Famulari ea240de4af
screen: Fix info page build failure.
* gnu/packages/patches/screen-fix-info-syntax-error.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/screen.scm (screen)[source]: Use it.
2017-04-08 15:53:00 -04:00
Leo Famulari b496bfea41
gnu: lz4: Update to 1.7.5.
* gnu/packages/compression.scm (lz4): Update to 1.7.5.
[source]: Update source URL. Use patch 'lz4-fix-test-failures.patch'.
[home-page]: Update URL.
* gnu/packages/patches/lz4-fix-test-failures.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-04-08 15:36:53 -04:00
ng0 b0eb2af2e6
gnu: Add alpine.
* gnu/packages/mail.scm (alpine): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-08 13:46:58 -04:00
Leo Famulari f26d6e4e9c
gnu: certbot: Share python-acme's arguments.
* gnu/packages/tls.scm (certbot)[arguments]: Use substitute-keyword-arguments to
inherit from python-acme.
2017-04-08 13:24:36 -04:00
Leo Famulari f0e9fda6be
gnu: certbot, python-acme: Update to 0.13.0.
* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.13.0.
[arguments]: Add 'patch-dependency' phase.
2017-04-08 13:24:31 -04:00
Kei Kebreau 99a8c8bd7d
gnu: python-django-mailman3: Balance parentheses for inputs.
* gnu/packages/mail.scm (python-django-mailman3)[inputs]: Balance them.
2017-04-08 12:56:53 -04:00
ng0 d99a2add28
gnu: Add postorius.
* gnu/packages/mail.scm (postorius): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-08 12:40:28 -04:00
ng0 8a3741e61b
gnu: Add python-django-mailman3.
* gnu/packages/mail.scm (python-django-mailman3): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-08 12:40:23 -04:00
ng0 14d8f6538f
gnu: Add python-django-gravatar2.
* gnu/packages/django.scm (python-django-gravatar2): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-08 12:40:20 -04:00
ng0 e1f06e1192
gnu: Add python-django-allauth.
* gnu/packages/django.scm (python-django-allauth): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-08 12:40:16 -04:00
ng0 ccda568866
gnu: Add python-openid.
* gnu/packages/python.scm (python-openid): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-08 12:40:11 -04:00
ng0 d2b51c08fd
gnu: Add python-defusedxml.
* gnu/packages/xml.scm (python-defusedxml): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-08 12:40:06 -04:00
Feng Shu 72fa66674d
gnu: Add you-get.
* gnu/packages/video.scm (you-get): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-08 15:32:23 +02:00
Arun Isaac 181170c6ee
gnu: octave: Build with gl2ps support.
* gnu/packages/maths.scm (octave)[inputs]: Add gl2ps.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-08 15:24:37 +02:00
Arun Isaac 725d8d2c08
gnu: Add gl2ps.
* gnu/packages/gl.scm (gl2ps): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-08 15:23:41 +02:00
Ricardo Wurmus 1d65b5379b
gnu: r-vegan: Update to 2.4-3.
* gnu/packages/bioinformatics.scm (r-vegan): Update to 2.4-3.
[arguments]: Remove build phase "revert-test-deletion".
[native-inputs]: Remove "r-vegan-delete-tests-patch".
2017-04-08 10:25:50 +02:00
Ricardo Wurmus 1c8ee3fcc2
gnu: r-stringi: Update to 1.1.5.
* gnu/packages/statistics.scm (r-stringi): Update to 1.1.5.
2017-04-08 10:25:50 +02:00
Leo Famulari 4653341b23
gnu: khal: Update to 0.9.5.
* gnu/packages/calendar.scm (khal): Update to 0.9.5.
2017-04-07 22:04:51 -04:00