summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: perl-tk: Update to 804.034.Tobias Geerinckx-Rice2017-08-29
| | | | * gnu/packages/tcl.scm (perl-tk): Update to 804.034.
* gnu: font-mathjax, js-mathjax: Remove hard-coded version.Tobias Geerinckx-Rice2017-08-29
| | | | | * gnu/package-s/javascript.scm (font-mathjax, js-mathjax)[arguments]: Re-use font-mathjax's ‘version’ field instead of duplicating the version number.
* gnu: font-mathjax: Update to 2.7.2.Tobias Geerinckx-Rice2017-08-29
| | | | * gnu/packages/javascript.scm (font-mathjax): Update to 2.7.2.
* gnu: tiled: Update to 1.0.3.Tobias Geerinckx-Rice2017-08-29
| | | | * gnu/packages/game-development.scm (tiled): Update to 1.0.3.
* gnu: libgcrypt: Fix CVE-2017-0379.Efraim Flashner2017-08-29
| | | | | * gnu/packages/gnupg.scm (libgcrypt)[replacement]: New field. (libgcrypt/fixed): New variable.
* gnu: qtox: Update to 1.11.0.R H2017-08-30
| | | | | | * gnu/packages/messaging.scm (qtox): Update to 1.11.0. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Escape @ in the perl-importer package description.Christopher Baines2017-08-29
| | | | | | | @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 @.
* gnu: emacs-lua-mode: Update to current git.Andy Wingo2017-08-29
| | | | | * gnu/packages/emacs.scm (emacs-lua-mode): Update; fixes a very annoying bug with syntax highlighting of multi-line strings.
* gnu: Add python-pyalsaaudio.Danny Milosavljevic2017-08-29
| | | | | | | * gnu/packages/audio.scm (python-pyalsaaudio, python2-pyalsaaudio): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: font-gnu-unifont: Update to 10.0.06.Efraim Flashner2017-08-29
| | | | * gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.06.
* gnu: emacs-org: Update to 20170828Nicolas Goaziou2017-08-28
| | | | * gnu/packages/emacs.scm (emacs-org): Update to 20170828 (a.k.a. 9.0.10).
* gnu: gnupg: Clean up arguments.Efraim Flashner2017-08-28
| | | | | * gnu/packages/gnupg.scm (gnupg)[arguments]: Shorten the 'patch-test-paths phase.
* gnu: gnupg: Update to 2.2.0.Efraim Flashner2017-08-28
| | | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.2.0. [arguments]: Add flag to run more tests.
* gnu: r-minimal: Remove timestamp from man page.Ricardo Wurmus2017-08-28
| | | | | | * gnu/packages/statistics.scm (r-minimal)[arguments]: Adjust "build-reproducibly" phase to prevent the bundled help2man script from printing the current month and year.
* gnu: pspp: Update to 1.0.1.Efraim Flashner2017-08-28
| | | | * gnu/packages/statistics.scm (pspp): Update to 1.0.1.
* gnu: jemalloc: Update to 5.0.1.Efraim Flashner2017-08-28
| | | | | * gnu/packages/jemalloc.scm (jemalloc): Update to 5.0.1. [inputs]: Add perl.
* services: user-processes: Reap child processes.Ludovic Courtès2017-08-28
| | | | | | | | | | 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.
* marionette: Augment the set of keystrokes.Ludovic Courtès2017-08-28
| | | | * gnu/build/marionette.scm (%qwerty-us-keystrokes): Add ', ", and `.
* marionette: Fix typing of capital letters.Ludovic Courtès2017-08-28
| | | | | | | | 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.
* marionette: 'wait-for-file' really raises an error when a file is missing.Ludovic Courtès2017-08-28
| | | | | * gnu/build/marionette.scm (wait-for-file): Arrange to call 'error' on the host, not in the guest.
* gnu: emacs-nix-mode: Move to package-management.scm.Ludovic Courtès2017-08-28
| | | | | | | | 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.
* bootloader: Emit warnings with 'warning'.Ludovic Courtès2017-08-28
| | | | | * gnu/bootloader.scm (bootloader-configuration-target): Use 'warning' instead of 'issue-deprecation-warning'.
* gnu: xf86-video-freedreno: Add missing input.Efraim Flashner2017-08-28
| | | | * gnu/packages/xorg.scm (xf86-video-freedreno)[inputs]: Add zlib.
* gnu: libzip: Fix CVE-2017-12858.Leo Famulari2017-08-27
| | | | | | * 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.
* gnu: srt2vtt: Update source URL.Tobias Geerinckx-Rice2017-08-28
| | | | * gnu/packages/video.scm (srt2vtt)[source]: Fetch sources from new URL.
* gnu: Give descriptive file-names for some Git sources.Leo Famulari2017-08-27
| | | | | | * gnu/packages/java.scm (classpath-devel)[source]: Set the file-name. * gnu/packages/guile.scm (guile-for-guile-emacs, guile-syntax-highlight)[source]: Likewise.
* gnu: Fetch several Git sources over HTTPS.Leo Famulari2017-08-27
| | | | | | | | | | | | | | * 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.
* gnu: youtube-dl: Update to 2017.08.27.1.Tobias Geerinckx-Rice2017-08-27
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.08.27.1.
* gnu: iodine: Fix path to ifconfig.Tobias Geerinckx-Rice2017-08-27
| | | | * gnu/packages/networking.scm (iodine)[arguments]: Fix path to ifconfig.
* gnu: filezilla: Update to 3.27.1.Leo Famulari2017-08-27
| | | | * gnu/packages/ftp.scm (filezilla): Update to 3.27.1.
* gnu: libfilezilla: Update to 0.10.1.Leo Famulari2017-08-27
| | | | | * gnu/packages/ftp.scm (libfilezilla): Update to 0.10.1. [native-inputs]: Add pkg-config.
* gnu: wxwidgets: Update to 3.0.3.Leo Famulari2017-08-27
| | | | | | | * 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.
* gnu: gnome: Install some GStreamer plugins.Andy Wingo2017-08-27
| | | | | | | * 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.
* gnu: totem: Wrap environment for thumbnailer.Andy Wingo2017-08-27
| | | | | * gnu/packages/gnome.scm (totem): Wrap thumbnailer also in environment that sets GST_PLUGIN_SYSTEM_PATH.
* gnu: nano: Update to 2.8.7.Efraim Flashner2017-08-27
| | | | * gnu/packages/nano.scm (nano): Update to 2.8.7.
* gnu: perl: Work around more "dotless @INC" build failures.Marius Bakke2017-08-27
| | | | | | * gnu/packages/perl.scm (perl-unicode-collate)[arguments]: Add 'set-perl-search-path' phase. * gnu/packages/xorg.scm (perl-x11-xcb)[arguments]: Likewise.
* gnu: perl-www-opensearch: Provide Module::Install.Marius Bakke2017-08-27
| | | | * gnu/packages/web.scm (perl-www-opensearch)[native-inputs]: Add PERL-MODULE-INSTALL.
* gnu: perl-xml-atom: Update to 0.42.Marius Bakke2017-08-27
| | | | | | * 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.
* gnu: babl: Update to 0.1.30.Marius Bakke2017-08-27
| | | | * gnu/packages/gimp.scm (babl): Update to 0.1.30.
* gnu: Remove unneeded import.Marius Bakke2017-08-27
| | | | * gnu/packages/engineering.scm: Don't import (srfi srfi-1) in top scope.
* gnu: tdb: Update to 1.3.15.Marius Bakke2017-08-27
| | | | * gnu/packages/databases.scm (tdb): Update to 1.3.15.
* gnu: enlightenment: Update to 0.21.9.Efraim Flashner2017-08-27
| | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.9.
* gnu: xauth: Enable tests.Kei Kebreau2017-08-26
| | | | | * gnu/packages/xorg.scm (xauth)[arguments]: Enable tests. [native-inputs]: Add cmdtest.
* gnu: Add cmdtest.Kei Kebreau2017-08-26
| | | | | | * gnu/packages/check.scm (cmdtest): New variable. Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
* Merge branch 'core-updates'Marius Bakke2017-08-26
|\
| * gnu: perl: Add more missing dependencies on Module::Install.Marius Bakke2017-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (perl-dbix-class, perl-dbix-class-cursor-cached, perl-dbix-class-introspectablem2m, perl-dbix-class-schema-loader)[native-inputs]: Add PERL-MODULE-INSTALL. * gnu/packages/web.scm (perl-catalyst-action-renderview, perl-catalyst-action-rest, perl-catalyst-authentication-store-dbix-class, perl-catalyst-component-instancepercontext, perl-catalyst-model-dbic-schema, perl-catalyst-plugin-authentication, perl-catalyst-plugin-authorization-roles, perl-catalyst-plugin-configloader, perl-catalyst-plugin-session, perl-catalyst-plugin-session-state-cookie, perl-catalyst-plugin-stacktrace, perl-catalyst-plugin-static-simple, perl-catalyst-traitfor-request-proxybase, perl-catalyst-view-download, perl-catalyst-view-json, perl-catalystx-script-server-starman, perl-test-www-mechanize, perl-test-www-mechanize-catalyst)[native-inputs]: Likewise. * gnu/packages/xorg.scm (perl-x11-xcb)[native-inputs]: Likewise.
| * gnu: perl-catalyst-runtime: Update to 5.90115.Marius Bakke2017-08-25
| | | | | | | | | | * gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90115. [native-inputs]: Add PERL-MODULE-INSTALL.
| * gnu: libmikmod: Add fallback source URL, needed for older versions.Mark H Weaver2017-08-25
| | | | | | | | | | * gnu/packages/sdl.scm (libmikmod)[source]: Add a fallback source URL where older versions are kept.
| * download: Remove a SourceForge mirror that never returns 404.Mark H Weaver2017-08-25
| | | | | | | | | | | | | | * guix/download.scm (%mirrors)[sourceforge]: Remove nbtelecom.dl.sourceforge.net, which never returns 404 responses. This causes download failures due to hash mismatch, effectively preventing secondary source URLs from being queried.
| * packages: Use Guile 2.0 for grafting.Ludovic Courtès2017-08-24
| | | | | | | | | | | | | | | | | | Works around <https://bugs.gnu.org/28211>. Reported by Marius Bakke <mbakke@fastmail.com>. * guix/packages.scm (guile-2.0): New procedure. (package-derivation, package-cross-derivation): Use it when computing the #:guile argument to 'graft-derivation'.