summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-17installer: Translate keyboard layout names....* gnu/installer.scm (installer-program)[installer-builder]: Call 'bindtextdomain' for "xkeyboard-config". * gnu/installer/newt/keymap.scm (run-keymap-page): Add calls to 'gettext'. Ludovic Courtès
2019-04-17nls: Update 'de' translation.Ludovic Courtès
2019-04-17nls: Update 'de' translation of the manual.Ludovic Courtès
2019-04-17pull: '--url', '--commit', and '--branch' apply to the 'guix' channel....Suggested by pkill9 <pkill9@runbox.com>. * guix/scripts/pull.scm (channel-list): Apply REF and URL to the 'guix' channel. * doc/guix.texi (Invoking guix pull): Adjust accordingly. Ludovic Courtès
2019-04-17installer: Sort items with 'string-locale<?'....That way "Österreich" comes before "Schweiz" in a German locale (or pretty much any sane locale.) * gnu/installer/newt/page.scm (run-listbox-selection-page)[sort-listbox-items]: Use 'string-locale<?' instead of 'string<=?'. Ludovic Courtès
2019-04-17installer: Look up timezone name translations in "iso_3166-1"....* gnu/installer/newt/timezone.scm (run-timezone-page): Add call to 'gettext' for timezone names. Ludovic Courtès
2019-04-17installer: Display language and territory names natively....* gnu/installer.scm (installer-program): Add calls to 'bindtextdomain'. * gnu/installer/newt/locale.scm (run-locale-page) <language, territory>: Add calls to 'gettext'. Ludovic Courtès
2019-04-17installer: Change language as soon as it has been chosen....Previously we'd call 'setlocale' only after the complete 'locale' step had finished. * gnu/installer/newt/locale.scm (run-language-page): Set the 'LANGUAGE' environment variable before returning. Ludovic Courtès
2019-04-17gnu: guix: Update to b8b1e4d....* gnu/packages/package-management.scm (guix): Update to b8b1e4d. Ludovic Courtès
2019-04-17installer: Desktop environment page now includes window managers....* gnu/installer/services.scm (<system-service>)[snippet]: Change to be a list of sexps and add default value. [packages]: New field. (%system-services): Adjust 'snippet' fields to be lists of sexps. Add Openbox, awesome, i3, and ratpoison. (system-services->configuration): Adjust 'snippet' handling. Honor 'packages' field. Ludovic Courtès
2019-04-17gnu: guix: Don't pass '--with-libgcrypt-prefix'....* gnu/packages/package-management.scm (guix)[arguments]: Remove "--with-libgcrypt-prefix" from the configure flags. Ludovic Courtès
2019-04-17build: No longer substitute 'LIBGCRYPT'....This had become useless since ca719424455465fca4b872c371daf2a46de88b33. * configure.ac (LIBGCRYPT): Remove. * guix/config.scm.in (%libgcrypt): Remove. Ludovic Courtès
2019-04-17self: Remove unused variable....This variable is unused since commit 45779fa676419de8838cb26b6c7a24678a2be1cd. * guix/self.scm (%dependency-variables): Remove. * build-aux/build-self.scm (%dependency-variables): Remove. Ludovic Courtès
2019-04-17gnu: awesome: Update home page....* gnu/packages/wm.scm (awesome)[home-page]: Update. Ludovic Courtès
2019-04-17services: fprintd: Fix service....* gnu/services/authentication.scm (<fprintd-configuration>)[ntp]: Rename to... [fprintd]: ...this. (fprintd-dbus-service): New procedure. (fprintd-service-type): Use it. [default-value]: Add value. Danny Milosavljevic
2019-04-17gnu: gtkwave: Update to 3.3.100....* gnu/packages/fpga.scm (gtkwave): Update to 3.3.100. Tobias Geerinckx-Rice
2019-04-17gnu: qsynth: Update to 0.5.6....* gnu/packages/audio.scm (qsynth): Update to 0.5.6. Tobias Geerinckx-Rice
2019-04-17gnu: qjackctl: Update to 0.5.7....* gnu/packages/audio.scm (qjackctl): Update to 0.5.7. Tobias Geerinckx-Rice
2019-04-17gnu: csound: Update to 6.12.2....* gnu/packages/audio.scm (csound): Update to 6.12.2. Tobias Geerinckx-Rice
2019-04-17gnu: gtkwave: Don't use NAME in source URI....* gnu/packages/fpga.scm (gtkwave)[source]: Hard-code NAME. Tobias Geerinckx-Rice
2019-04-17gnu: calf: Update to 0.90.2....* gnu/packages/audio.scm (calf): Update to 0.90.2. Tobias Geerinckx-Rice
2019-04-17gnu: the-legend-of-edgar: Update to 1.31....* gnu/packages/games.scm (the-legend-of-edgar): Update to 1.31. [inputs]: Use SDL 2 union. [arguments]: Adjust accordingly. Tobias Geerinckx-Rice
2019-04-17gnu: dungeon-crawl-stone-soup: Update to 0.23.2....* gnu/packages/games.scm (dungeon-crawl-stone-soup): Update to 0.23.2. Tobias Geerinckx-Rice
2019-04-17gnu: minetest: Update to 5.0.1....* gnu/packages/games.scm (minetest): Update to 5.0.1. games minetest Tobias Geerinckx-Rice
2019-04-17gnu: snd: Update to 19.3....* gnu/packages/audio.scm (snd): Update to 19.3. Tobias Geerinckx-Rice
2019-04-17gnu: bennu-game-development-modules: Fix typos....* gnu/packages/game-development.scm (bennu-game-development-modules) [synopsis, description]: Fix ‘developement’ spelling. Tobias Geerinckx-Rice
2019-04-17gnu: emacs-irony-mode: Fix typo in description....* gnu/packages/emacs-xyz.scm (emacs-irony-mode)[description]: Re-spell ‘resistent’. Tobias Geerinckx-Rice
2019-04-17gnu: rubberband: Update to 1.8.2....* gnu/packages/audio.scm (rubberband): Update to 1.8.2. [arguments]: Add ‘skip-jni-installation’ phase. Tobias Geerinckx-Rice
2019-04-16gnu: webkitgtk: Fix build on i686....Fixes <https://bugs.gnu.org/35232>. * gnu/packages/patches/webkitgtk-sse2.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/webkit.scm (webkitgtk-2.24)[source](patches): New field. Marius Bakke
2019-04-16gnu: epiphany: Don't use NAME in source URI....* gnu/packages/gnome.scm (epiphany)[source]: Hard-code NAME. Tobias Geerinckx-Rice
2019-04-16gnu: eolie: Update to 0.9.60....* gnu/packages/gnome.scm (eolie): Update to 0.9.60. Tobias Geerinckx-Rice
2019-04-16gnu: docker, docker-cli: Update to 18.09.5....* gnu/packages/docker.scm (%docker-version): Update to 18.09.5. Tobias Geerinckx-Rice
2019-04-16gnu: avrdude: Use @acronym{} mark-up....* gnu/packages/flashing-tools.scm (avrdude)[description]: Use it. Tobias Geerinckx-Rice
2019-04-16gnu: avrdude: Update to 6.3....* gnu/packages/flashing-tools.scm (avrdude): Update to 6.3. Tobias Geerinckx-Rice
2019-04-16gnu: singular: Update to 4.1.2p1....* gnu/packages/algebra.scm (singular): Update to 4.1.2p1. Tobias Geerinckx-Rice
2019-04-16gnu: Add poedit....* gnu/packages/poedit.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Julien Lepiller
2019-04-16gnu: Add lucene++....* gnu/packages/rdf.scm (lucene++): New variable. Julien Lepiller
2019-04-16gnu: spice-gtk: Update to 0.36....* gnu/packages/spice.scm (spice-gtk): Update to 0.36. [inputs]: Add JSON-GLIB. [arguments]: Disable session test. Marius Bakke
2019-04-16gnu: spice-gtk: Propagate required inputs....* gnu/packages/spice.scm (spice-gtk)[inputs]: Move GTK+, PIXMAN and OPENSSL ... [propagated-inputs]: ... here. (virt-viewer)[inputs]: Remove OPENSSL. Marius Bakke
2019-04-16gnu: http-parser: Update to 2.9.2....* gnu/packages/web.scm (http-parser): Update to 2.9.2. [source](snippet): Remove. Marius Bakke
2019-04-16gnu: nginx: Update to 1.15.12....* gnu/packages/web.scm (nginx): Update to 1.15.12. Marius Bakke
2019-04-16gnu: python-dask: Update to 1.2.0....* gnu/packages/python-xyz.scm (python-dask): Update to 1.2.0. Marius Bakke
2019-04-16gnu: libqmi: Update to 1.22.4....* gnu/packages/freedesktop.scm (libqmi): Update to 1.22.4. Marius Bakke
2019-04-16gnu: libmbim: Update to 1.18.2....* gnu/packages/freedesktop.scm (libmbim): Update to 1.18.2. Marius Bakke
2019-04-16gnu: bridge-utils: Update to 1.6....* gnu/packages/linux.scm (bridge-utils): Update to 1.6. [source]: Update project URL. Tobias Geerinckx-Rice
2019-04-16gnu: apfs-fuse: Fix ’file system’ spelling....* gnu/packages/file-systems.scm (apfs-fuse)[synopsis]: Fix spelling. Tobias Geerinckx-Rice
2019-04-16gnu: lm-sensors: Update home page....* gnu/packages/linux.scm (lm-sensors)[home-page]: Update. Tobias Geerinckx-Rice
2019-04-16gnu: Add sbcl-log4cl, cl-log4cl, and ecl-log4cl....* gnu/packages/lisp.scm (sbcl-log4cl, cl-log4cl, ecl-log4cl): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> frozenpigs
2019-04-16gnu: sbcl-bordeaux-threads: Update to 0.8.6-1.5dce49f....* gnu/packages/lisp.scm (sbcl-bordeaux-threads): Update to commit 5dce49f. Signed-off-by: Ludovic Courtès <ludo@gnu.org> frozenpigs
2019-04-16gnu: Add emacs-ace-link....* gnu/packages/emacs-xyz.scm (emacs-ace-link): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> mikadoZero