Commit Graph

23637 Commits (b1c699c4c0fd4764d14086a5a1bb060c619d2329)

Author SHA1 Message Date
Tobias Geerinckx-Rice b1c699c4c0
gnu: perl-tk: Update to 804.034.
* gnu/packages/tcl.scm (perl-tk): Update to 804.034.
2017-08-29 23:40:09 +02:00
Tobias Geerinckx-Rice 77217b4393
gnu: font-mathjax, js-mathjax: Remove hard-coded version.
* gnu/package-s/javascript.scm (font-mathjax, js-mathjax)[arguments]: Re-use
font-mathjax's ‘version’ field instead of duplicating the version number.
2017-08-29 23:40:09 +02:00
Tobias Geerinckx-Rice d6a7268bae
gnu: font-mathjax: Update to 2.7.2.
* gnu/packages/javascript.scm (font-mathjax): Update to 2.7.2.
2017-08-29 23:40:09 +02:00
Tobias Geerinckx-Rice d3f0e09882
gnu: tiled: Update to 1.0.3.
* gnu/packages/game-development.scm (tiled): Update to 1.0.3.
2017-08-29 23:40:08 +02:00
Efraim Flashner 08cba8cca4
gnu: libgcrypt: Fix CVE-2017-0379.
* gnu/packages/gnupg.scm (libgcrypt)[replacement]: New field.
(libgcrypt/fixed): New variable.
2017-08-29 23:32:16 +03:00
R H 0ae32da8d6
gnu: qtox: Update to 1.11.0.
* gnu/packages/messaging.scm (qtox): Update to 1.11.0.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-30 01:18:50 +05:30
Christopher Baines 02654c47b2
gnu: Escape @ in the perl-importer package description.
@EXPORT is interpreted as a texinfo command, therefore the @ needs
escaping. This was causing a test failure in the guix-package.sh file.

* gnu/packages/perl.scm (perl-importer)[description]: Escape @.
2017-08-29 20:15:46 +01:00
Andy Wingo 69dcad33c8
gnu: emacs-lua-mode: Update to current git.
* gnu/packages/emacs.scm (emacs-lua-mode): Update; fixes a very annoying bug
with syntax highlighting of multi-line strings.
2017-08-29 19:52:16 +02:00
Danny Milosavljevic 84d9abe450
gnu: Add python-pyalsaaudio.
* gnu/packages/audio.scm (python-pyalsaaudio, python2-pyalsaaudio): New
variables.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-08-29 20:06:12 +08:00
Efraim Flashner 47deafb81c
gnu: font-gnu-unifont: Update to 10.0.06.
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.06.
2017-08-29 12:38:12 +03:00
Nicolas Goaziou 8b618c79e0
gnu: emacs-org: Update to 20170828
* gnu/packages/emacs.scm (emacs-org): Update to 20170828 (a.k.a. 9.0.10).
2017-08-28 16:37:12 +02:00
Efraim Flashner 92cc6a5801
gnu: gnupg: Clean up arguments.
* gnu/packages/gnupg.scm (gnupg)[arguments]: Shorten the
'patch-test-paths phase.
2017-08-28 17:25:00 +03:00
Efraim Flashner e184de5748
gnu: gnupg: Update to 2.2.0.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.0.
[arguments]: Add flag to run more tests.
2017-08-28 17:24:58 +03:00
Ricardo Wurmus 174fbd5f3b
gnu: r-minimal: Remove timestamp from man page.
* gnu/packages/statistics.scm (r-minimal)[arguments]: Adjust
"build-reproducibly" phase to prevent the bundled help2man script from
printing the current month and year.
2017-08-28 15:51:05 +02:00
Efraim Flashner af9bb4cab8
gnu: pspp: Update to 1.0.1.
* gnu/packages/statistics.scm (pspp): Update to 1.0.1.
2017-08-28 14:44:41 +03:00
Efraim Flashner 475b99fa5c
gnu: jemalloc: Update to 5.0.1.
* gnu/packages/jemalloc.scm (jemalloc): Update to 5.0.1.
[inputs]: Add perl.
2017-08-28 11:53:20 +03:00
Ludovic Courtès 7f090203d5
services: user-processes: Reap child processes.
Fixes <http://bugs.gnu.org/26931>.
Reported by Leo Famulari <leo@famulari.name>.

* gnu/services/base.scm (user-processes-service-type)[stop]: Add
'reap-children' loop.
* gnu/tests/base.scm (run-halt-test): New procedure.
(%test-halt): New variable.
2017-08-28 09:56:33 +02:00
Ludovic Courtès 06b8eae3d1
marionette: Augment the set of keystrokes.
* gnu/build/marionette.scm (%qwerty-us-keystrokes): Add ', ", and `.
2017-08-28 09:56:33 +02:00
Ludovic Courtès 0a80981178
marionette: Fix typing of capital letters.
Previously we'd use "sendkey P" instead of "sendkey shift-p", which had
no effect.

* gnu/build/marionette.scm (character->keystroke): New procedure.
(string->keystroke-commands): Use it.
2017-08-28 09:56:33 +02:00
Ludovic Courtès 8bd5231485
marionette: 'wait-for-file' really raises an error when a file is missing.
* gnu/build/marionette.scm (wait-for-file): Arrange to call 'error' on
the host, not in the guest.
2017-08-28 09:56:33 +02:00
Ludovic Courtès a881a40cea
gnu: emacs-nix-mode: Move to package-management.scm.
Reported by Christopher Baines.
This fixes a top-level reference among mutually-dependent modules.

* gnu/packages/emacs.scm (emacs-nix-mode): Move to...
* gnu/packages/package-management.scm (emacs-nix-mode): ... here.
2017-08-28 09:56:33 +02:00
Ludovic Courtès 9e1fe3d0c3
bootloader: Emit warnings with 'warning'.
* gnu/bootloader.scm (bootloader-configuration-target): Use 'warning'
instead of 'issue-deprecation-warning'.
2017-08-28 09:56:33 +02:00
Efraim Flashner 15d61488a6
gnu: xf86-video-freedreno: Add missing input.
* gnu/packages/xorg.scm (xf86-video-freedreno)[inputs]: Add zlib.
2017-08-28 10:14:25 +03:00
Leo Famulari 9baa969758
gnu: libzip: Fix CVE-2017-12858.
* gnu/packages/patches/libzip-CVE-2017-12858.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/compression.scm (libzip)[source]: Use it.
2017-08-27 19:51:45 -04:00
Tobias Geerinckx-Rice 152fc9594e
gnu: srt2vtt: Update source URL.
* gnu/packages/video.scm (srt2vtt)[source]: Fetch sources from new URL.
2017-08-28 01:44:44 +02:00
Leo Famulari 51988e3a03
gnu: Give descriptive file-names for some Git sources.
* gnu/packages/java.scm (classpath-devel)[source]: Set the file-name.
* gnu/packages/guile.scm (guile-for-guile-emacs,
guile-syntax-highlight)[source]: Likewise.
2017-08-27 18:24:50 -04:00
Leo Famulari 5f13bf0972
gnu: Fetch several Git sources over HTTPS.
* gnu/packages/admin.scm (interrobang)[source]: Use HTTPS URL.
* gnu/packages/audio.scm (ardour)[source]: Likewise.
* gnu/packages/embedded.scm (libjaylink, openocd)[source]: Likewise.
* gnu/packages/gnome.scm (byzanz)[source]: Likewise.
* gnu/packages/gnunet.scm (guile-gnunet)[source]Likewise.
* gnu/packages/java.scm (classpath)[source]: Likewise.
* gnu/packages/microcom.scm (microcom)[source]: Likewise.
* gnu/packages/python.scm (python-axolotl-curve25519)[source]: Likewise.
* gnu/packages/rdesktop.scm (freerdp)[source]: Likewise.
* gnu/packages/shells.scm (rc)[source]: Likewise.
* gnu/packages/web.scm (libwebsockets)[source]: Use new source URL.
2017-08-27 18:24:49 -04:00
Tobias Geerinckx-Rice ad539230f1
gnu: youtube-dl: Update to 2017.08.27.1.
* gnu/packages/video.scm (youtube-dl): Update to 2017.08.27.1.
2017-08-27 22:58:19 +02:00
Tobias Geerinckx-Rice c10d502423
gnu: iodine: Fix path to ifconfig.
* gnu/packages/networking.scm (iodine)[arguments]: Fix path to ifconfig.
2017-08-27 22:23:51 +02:00
Leo Famulari 01f248b606
gnu: filezilla: Update to 3.27.1.
* gnu/packages/ftp.scm (filezilla): Update to 3.27.1.
2017-08-27 16:04:31 -04:00
Leo Famulari a9af060e5d
gnu: libfilezilla: Update to 0.10.1.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.10.1.
[native-inputs]: Add pkg-config.
2017-08-27 16:04:30 -04:00
Leo Famulari 1c059a6e16
gnu: wxwidgets: Update to 3.0.3.
* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.0.3.
[source]: Remove 'wxwidgets-fix-windowGTK.patch'.
* gnu/packages/patches/wxwidgets-fix-windowGTK.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-27 16:04:25 -04:00
Andy Wingo 2999dcd5b7
gnu: gnome: Install some GStreamer plugins.
* gnu/packages/gnome.scm (gnome): Add gst-plugins-base and gst-plugins-good.
This will allow stock GNOME installs to play Ogg Vorbis files, among other
things.  It will also ensure that GST_PLUGIN_SYSTEM_PATH is set to a sensible
value when GNOME is installed to the system instead of the user profile.
2017-08-27 20:59:46 +02:00
Andy Wingo 39c853bd61
gnu: totem: Wrap environment for thumbnailer.
* gnu/packages/gnome.scm (totem): Wrap thumbnailer also in environment that
  sets GST_PLUGIN_SYSTEM_PATH.
2017-08-27 20:59:35 +02:00
Efraim Flashner ff16170ab9
gnu: nano: Update to 2.8.7.
* gnu/packages/nano.scm (nano): Update to 2.8.7.
2017-08-27 16:29:37 +03:00
Marius Bakke ebd181138e
gnu: perl: Work around more "dotless @INC" build failures.
* gnu/packages/perl.scm (perl-unicode-collate)[arguments]: Add
'set-perl-search-path' phase.
* gnu/packages/xorg.scm (perl-x11-xcb)[arguments]: Likewise.
2017-08-27 15:07:21 +02:00
Marius Bakke 88d5889c40
gnu: perl-www-opensearch: Provide Module::Install.
* gnu/packages/web.scm (perl-www-opensearch)[native-inputs]: Add PERL-MODULE-INSTALL.
2017-08-27 15:07:21 +02:00
Marius Bakke 522f199562
gnu: perl-xml-atom: Update to 0.42.
* gnu/packages/xml.scm (perl-xml-atom): Update to 0.42.
[arguments]: Add 'set-perl-search-path' phase.
[native-inputs]: Add PERL-HTML-TAGSET and PERL-MODULE-BUILD-TINY.
2017-08-27 15:07:21 +02:00
Marius Bakke 9978567460
gnu: babl: Update to 0.1.30.
* gnu/packages/gimp.scm (babl): Update to 0.1.30.
2017-08-27 15:07:21 +02:00
Marius Bakke b45c050545
gnu: Remove unneeded import.
* gnu/packages/engineering.scm: Don't import (srfi srfi-1) in top scope.
2017-08-27 15:07:21 +02:00
Marius Bakke fab46af832
gnu: tdb: Update to 1.3.15.
* gnu/packages/databases.scm (tdb): Update to 1.3.15.
2017-08-27 15:07:21 +02:00
Efraim Flashner 6909c24093
gnu: enlightenment: Update to 0.21.9.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.9.
2017-08-27 15:53:13 +03:00
Kei Kebreau ab11563797
gnu: xauth: Enable tests.
* gnu/packages/xorg.scm (xauth)[arguments]: Enable tests.
[native-inputs]: Add cmdtest.
2017-08-26 15:40:55 -04:00
Kei Kebreau cd669fdeb1
gnu: Add cmdtest.
* gnu/packages/check.scm (cmdtest): New variable.

Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-26 15:26:45 -04:00
Marius Bakke 72e2815d18
Merge branch 'core-updates' 2017-08-26 15:15:49 +02:00
Andy Wingo c20cd0d24d
gnu: gnome: Depend on xdg-user-dirs.
* gnu/packages/gnome.scm (gnome): Add xdg-user-dirs dependency.  The presence
  of the autostart file in /run/current-system/profile/etc/xdg should cause
  xdg-user-dirs to be run when a user logs in, ensuring that they have
  ~/Pictures and other well-known user directories.
2017-08-26 13:37:30 +02:00
Andy Wingo b9bf08f058
gnu: Add xdg-user-dirs.
* gnu/packages/freedesktop.scm (xdg-user-dirs): New public variable.
2017-08-26 13:37:19 +02:00
Julien Lepiller 446695775d
gnu: Add radare2.
* gnu/packages/engineering.scm (radare2): New variable.
2017-08-26 13:01:36 +02:00
Julien Lepiller f70be0113f
gnu: Add python-capstone.
* gnu/packages/engineering.scm (python-capstone, python2-capstone): New
variables.
2017-08-26 13:01:32 +02:00
Julien Lepiller 6febda9443
gnu: Add capstone.
* gnu/packages/engineering.scm (capstone): New variable.
2017-08-26 13:01:11 +02:00