Age | Commit message (Expand) | Author |
2019-11-10 | gnu: babl: Update to 0.1.72....* gnu/packages/gimp.scm (babl): Update to 0.1.72.
[build-system]: Switch to Meson.
[arguments]: Disable GObject introspection.
[native-inputs]: Add pkg-config.
[propagated-inputs]: Add lcms.
| Tobias Geerinckx-Rice |
2019-11-10 | gnu: fvwm: Update to 2.6.9....* gnu/packages/fvwm.scm (fvwm): Update to 2.6.9.
| Tobias Geerinckx-Rice |
2019-11-10 | gnu: fvwm: Don't use NAME in source URI....* gnu/packages/fvwm.scm (fvwm)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2019-11-10 | gnu: qtractor: Update to 0.9.11....* gnu/packages/music.scm (qtractor): Update to 0.9.11.
| Tobias Geerinckx-Rice |
2019-11-09 | gnu: youtube-dl: Update to 2019.11.05....* gnu/packages/video.scm (youtube-dl): Update to 2019.11.05.
| Ludovic Courtès |
2019-11-09 | gnu: Add artyfx...* gnu/packages/music.scm: (artyfx): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alexandros Theodotou |
2019-11-09 | gnu: Add matcha-theme....* gnu/packages/gnome-xyz.scm (matcha-theme): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alexandros Theodotou |
2019-11-09 | doc: Mention value /var to localstatedir option....* README (Installing Guix from Guix): Mention value /var to localstatedir option.
* doc/contributing.texi (Building from Git): Likewise.
* doc/guix.texi (Requirements): Likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| zimoun |
2019-11-09 | gnu: make-bootstrap: Slightly clarify 'package-with-relocatable-glibc'....* gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc)
[cross-bootstrap-libc]: Take an explicit 'target' argument. Remove
redundant 'parameterize' form.
[inputs, native-inputs]: Adjust accordingly.
| Ludovic Courtès |
2019-11-09 | gnu: make-bootstrap: Memoize GCC variant....This reduces the number of nodes in "guix graph guile-static-stripped"
from 165 to 150. Likewise, the hit rate in the 'add-data-to-store'
cache for "guix build guile-static-stripped -nd" goes from 24% to 12%.
* gnu/packages/make-bootstrap.scm (gcc-for-bootstrap): New procedure.
(package-with-relocatable-glibc): Use it.
| Ludovic Courtès |
2019-11-09 | services: 'fold-services' memoizes service values....Previously 'fold-services' could end up traversing the same services in
the graph several times, which is what this change addresses.
The hit rate on the 'add-data-to-store' cache goves from 9% to 8% on
"guix system build desktop.tmpl -nd", and the number of lookups in that
cache goes from 4458 to 4383.
* gnu/services.scm (fold-services): Turn 'loop' into a monadic procedure
in %STATE-MONAD and use it to memoize values of visited services.
| Ludovic Courtès |
2019-11-09 | tests: Update references to the now-deprecated 'guile-json' variable....* gnu/tests/docker.scm (build-tarball&run-docker-test): Refer to
'guile-json-3' instead of 'guile-json'.
* gnu/tests/singularity.scm (build-tarball&run-singularity-test):
Likewise.
| Ludovic Courtès |
2019-11-09 | services: hpcguix-web: Delete lock files during activation....* gnu/services/web.scm (%hpcguix-web-activation): Delete ".lock" files
from HOME-DIR.
| Ludovic Courtès |
2019-11-09 | services: hpcguix-web: Explicitly import (guix build utils)....* gnu/services/web.scm (%hpcguix-web-activation): Add explicit
'with-imported-modules'.
| Ludovic Courtès |
2019-11-09 | gnu: perl-file-configdir: Update to 0.021....* gnu/packages/perl.scm (perl-file-configdir): Update to 0.021.
[propagated-inputs]: Add perl-test-without-module.
| Efraim Flashner |
2019-11-09 | gnu: perl-class-inspector: Update to 1.36....* gnu/packages/perl.scm (perl-class-inspector): Update to 1.36.
| Efraim Flashner |
2019-11-09 | gnu: parcimonie: Update to 0.11.0....* gnu/packages/gnupg.scm (parcimonie): Update to 0.11.0.
[inputs]: Remove gnupg-1. Add gnupg, perl-moox-strictconstructor,
perl-strictures-2.
[native-inputs]: Add xorg-xerver.
[arguments]: Add prepare-for-tests phase. Roll in set-HOME phase and
start an X server. Delete tests known to fail. In fix-references phase,
update for new version.
| Efraim Flashner |
2019-11-09 | gnu: Add perl-moox-strictconstructor....* gnu/packages/perl.scm (perl-moox-strictconstructor): New variable.
| Efraim Flashner |
2019-11-09 | gnu: fribidi: Fix CVE-2019-18397....* gnu/packages/fribidi.scm (fribidi): Replace with fribidi/fixed.
(fribidi/fixed): New variable.
* gnu/packages/patches/fribidi-CVE-2019-18397.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2019-11-09 | gnu: rdesktop: Update to 1.9.0....Fixes CVE-2019-15682.
* gnu/packages/rdesktop.scm (rdesktop): Update to version 1.9.0
[native-inputs]: New field.
[inputs]: Remove openssl. Add gnutls, libxcursor, and nettle as new baseline
requirements.
[arguments]: Remove #:phases argument. Remove "--with-openssl" from
configure-flags.
| Eric Bavier |
2019-11-09 | gnu: python-reportlab: Update to 3.5.32....* gnu/packages/pdf.scm (python-reportlab): Update to 3.5.32.
| Tobias Geerinckx-Rice |
2019-11-09 | gnu: botan: Use getentropy()....* gnu/packages/crypto.scm (botan)[arguments]: Enable the ‘getentropy’
OS feature.
| Tobias Geerinckx-Rice |
2019-11-09 | gnu: botan: Optimise....* gnu/packages/crypto.scm (botan)[arguments]: Compile with -O3
optimisation.
| Tobias Geerinckx-Rice |
2019-11-09 | gnu: miniupnpc: Don't use NAME in source URI....* gnu/packages/upnp.scm (miniupnpc)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2019-11-09 | gnu: signify: Update to 27....* gnu/packages/crypto.scm (signify): Update to 27.
| Tobias Geerinckx-Rice |
2019-11-09 | gnu: neovim: Update to 0.4.3....* gnu/packages/vim.scm (neovim): Update to 0.4.3.
| Tobias Geerinckx-Rice |
2019-11-09 | gnu: Add homebank....* gnu/packages/finance.scm (homebank): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sebastian Schott |
2019-11-09 | build: Warn about etc/indent-code.el when Emacs is absent....* configure.ac: Warn when 'emacs' is not found, and emit
'etc/indent-code.el' otherwise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| zimoun |
2019-11-09 | news: Add Spanish translation....* etc/news.scm: Add spanish translation.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Miguel Ángel Arruga Vivas |
2019-11-09 | ui: Emit hyperlinks for 'license' in package search results....* guix/ui.scm (package->recutils): When HYPERLINKS is true, call
'hyperlink' for the 'license' field.
| Ludovic Courtès |
2019-11-09 | ui: Produce hyperlinks for the 'location' field of search results....This affects the output of 'guix show', 'guix search', and 'guix system
search'.
* guix/ui.scm (hyperlink, supports-hyperlinks?, location->hyperlink):
New procedures.
(package->recutils): Add #:hyperlinks? and honor it.
(display-search-results): Pass #:hyperlinks? to PRINT.
* guix/scripts/system/search.scm (service-type->recutils): Add
#:hyperlinks? and honor it.
| Ludovic Courtès |
2019-11-08 | gnu: botan: Update to 2.12.1....* gnu/packages/crypto.scm (botan): Update to 2.12.1.
| Tobias Geerinckx-Rice |
2019-11-08 | gnu: python-latexcodec: Update to 1.0.7....* gnu/packages/python-xyz.scm (python-latexcodec): Update to 1.0.7.
| Tobias Geerinckx-Rice |
2019-11-08 | gnu: python-mpi4py: Update to 3.0.3....* gnu/packages/mpi.scm (python-mpi4py): Update to 3.0.3.
| Tobias Geerinckx-Rice |
2019-11-08 | gnu: perl-data-compare: Update to 1.27....* gnu/packages/perl.scm (perl-data-compare): Update to 1.27.
[propagated-inputs]: Add perl-clone.
| Tobias Geerinckx-Rice |
2019-11-08 | gnu: perl-danga-socket: Update to 1.62....* gnu/packages/networking.scm (perl-danga-socket): Update to 1.62.
[native-inputs]: Add perl-test-tcp.
| Tobias Geerinckx-Rice |
2019-11-08 | gnu: python-psutil: Update to 5.6.5....* gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.5.
| Tobias Geerinckx-Rice |
2019-11-08 | gnu: python-astroid: Update to 2.3.3....* gnu/packages/python-xyz.scm (python-astroid): Update to 2.3.3.
| Tobias Geerinckx-Rice |
2019-11-08 | gnu: Add gnome-shell-extension-noannoyance....* gnu/packages/gnome-xyz: (gnome-shell-extension-noannoyance): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Leo Prikler |
2019-11-08 | gnu: Add gnome-shell-extension-dash-to-dock....* gnu/packages/gnome-xyz.scm: (gnome-shell-extension-dash-to-dock):
New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Leo Prikler |
2019-11-08 | gnu: Add delft-icon-theme....* /gnu/packages/gnome-xyz.scm: New file.
(delft-icon-theme): New variable.
* /gnu/local.mk: Add it.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Leo Prikler |
2019-11-08 | gnu: packages: Add rofi-pass....* gnu/packages/password-utils.scm (rofi-pass): New public variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Tanguy Le Carrour |
2019-11-08 | guix: package: lock profiles when processing them....* guix/scripts/package.scm (process-actions): Get a per-profile lock to
prevent concurrent actions on profiles.
* tests/guix-package.sh: Add test.
| Julien Lepiller |
2019-11-08 | guix: Add file-locking with no wait....* guix/build/syscalls.scm (with-file-lock/no-wait): New procedure.
(lock-file): Take a #:wait? key.
| Julien Lepiller |
2019-11-08 | services: mpd: Connect to the user's PulseAudio socket....* gnu/services/audio.scm (mpd-shepherd-service): Set the XDG_RUNTIME_DIR
environment variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Robert Smith |
2019-11-08 | news: Add 'de' translation....* etc/news.scm: Add new 'de' translation.
| Florian Pelz |
2019-11-08 | gnu: certbot, python-acme: Update to 0.40.1....* gnu/packages/tls.scm (certbot, python-acme): Update to 0.40.1.
| Tobias Geerinckx-Rice |
2019-11-08 | gnu: fcitx-configtool: Don't use NAME in source URI....* gnu/packages/fcitx.scm (fcitx-configtool)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2019-11-08 | gnu: fcitx: Update to 4.2.9.7....* gnu/packages/fcitx.scm (fcitx): Update to 4.2.9.7.
[inputs]: Add json-c.
| Tobias Geerinckx-Rice |
2019-11-08 | gnu: fcitx: Don't use NAME in source URI....* gnu/packages/fcitx.scm (fcitx)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |