summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-29gnu: gnupg: Use mirror URL.Maxime Devos
In commit 38747a27f36dbaadadb1399ec085d88e48c97555, the package switched from a mirror:// URL to a ftp:// URL, but there doesn't appear to have been any particular reason for that. * gnu/packages/gnupg.scm (gnupg)[source]{uri}: Use a mirror:// again. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29gnu: uncrustify: Update to 0.75.1.Michael Rohleder
* gnu/packages/code.scm (uncrustify): Update to 0.75.1. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29gnu: rr: Update to 5.6.0.Michael Rohleder
* gnu/packages/debug.scm (rr): Update to 5.6.0. [arguments]<#:configure-flags>: Add -rpath to zlib to satisfy validate-runpath. [inputs]: Add zlib. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29gnu: Add python-django-cleanup.Luis Felipe
* gnu/packages/django.scm (python-django-cleanup): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29gnu: emacs-clang-format: Remove inherited propagated inputs.Clément Lassieur
* gnu/packages/llvm.scm (emacs-clang-format)[propagated-inputs]: Remove them.
2022-08-29gnu: zathura-pdf-mupdf: Remove input labels.Marius Bakke
* gnu/packages/pdf.scm (zathura-pdf-mupdf)[inputs]: Remove labels.
2022-08-29gnu: zathura-pdf-mupdf: Update to 0.3.9.Marius Bakke
* gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.3.9. [inputs]: Add GUMBO-PARSER and TESSERACT-OCR. [arguments]: Remove obsolete configure flag. Adjust mupdf substitutions.
2022-08-29gnu: mupdf: Update to 1.20.3.Pierre-Henry Fröhring
* Copy/paste is fixed. The build now uses the patched version of freeglut that is included in the thirdparty directory so that copy/paste works. * gnu/packages/pdf.scm (mupdf)[source](snippet): Preserve freeglut. [inputs]: Add LIBXRANDR and LIBXI. [arguments]: Explicitly add configure flags for system libraries. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29gnu: tesseract-ocr: Propagate leptonica.Marius Bakke
* gnu/packages/ocr.scm (tesseract-ocr)[inputs]: Move LEPTONICA ... [propagated-inputs]: ... here.
2022-08-29gnu: ruby: Replace with 2.7.6 [security fixes].Remco van 't Veer
Includes fixes for: CVE-2022-28739, CVE-2021-41816, and CVE-2021-41817. * gnu/packages/ruby.scm (ruby-2.7-fixed): New variable. (ruby-2.7)[replacement]: Graft. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29gnu: ruby: Update to 3.1.2 [security fixes].Remco van 't Veer
Includes fixes for: CVE-2022-28738, and CVE-2022-28739. * gnu/packages/ruby.scm (ruby-3.1): Update to 3.1.2. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29gnu: ruby: Update to 3.0.4 [security fixes].Remco van 't Veer
Includes fixes for: CVE-2022-28738, CVE-2022-28739, CVE-2021-41819, CVE-2021-41816, and CVE-2021-41817. * gnu/packages/ruby.scm (ruby-3.0): Update to 3.0.4. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29gnu: ruby: Update to 2.6.10 [security fixes].Remco van 't Veer
Includes fixes for: CVE-2022-28739, CVE-2021-41819, CVE-2021-41817, CVE-2021-31810, CVE-2021-32066, CVE-2021-28965, CVE-2020-25613, and CVE-2020-10933. * gnu/packages/ruby.scm (ruby-2.6): Update to 2.6.10. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29gnu: Remove ruby@2.5.Marius Bakke
* gnu/packages/ruby.scm (ruby-2.5): Remove variable.
2022-08-29gnu: Remove ruby@2.4.Marius Bakke
* gnu/packages/ruby.scm (ruby-2.4): Remove variable.
2022-08-29gnu: accountsservice: Adjust inputs.Efraim Flashner
This fixes the builds of gdm and some other packages. * gnu/packages/freedesktop.scm (accountsservice)[inputs]: Move polkit ... [propagated-inputs]: ... to here.
2022-08-29gnu: Add cl-safe-read.jgart
* gnu/packages/lisp-xyz.scm (cl-safe-read, ecl-safe-read, sbcl-safe-read): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-29gnu: cmus: Update to 2.10.0.Nikolay Korotkiy
* gnu/packages/music.scm (cmus): Update to 2.10.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-08-29gnu: wireshark: Update to 3.6.7.Nicolas Goaziou
* gnu/packages/networking.scm (wireshark): Update to 3.6.7.
2022-08-29gnu: r-keggrest: Update to 1.36.3.Efraim Flashner
* gnu/packages/bioconductor.scm (r-keggrest): Update to 1.36.3.
2022-08-29gnu: fennel: Update to 1.2.0.Andrew Tropin
* gnu/packages/lua.scm (fennel): Update to 1.2.0. [arguments]: Migrate to gexps.
2022-08-28services: Add lightdm-service-type.Maxim Cournoyer
* gnu/services/lightdm.scm: New service. * tests/services/lightdm.scm: Test it. * doc/guix.texi (X Window): Document it. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it. Co-authored-by: L p R n d n <guix@lprndn.info> Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2022-08-28build: marionette: Add support for Tesseract OCR.Maxim Cournoyer
* gnu/build/marionette.scm (invoke-ocrad-ocr): New procedure. (invoke-tesseract-ocr): Likewise. (marionette-screen-text): Rename the #:ocrad argument to #:ocr. Dispatch the matching OCR invocation procedure. (wait-for-screen-text): Rename the #:ocrad argument to #:ocr. * gnu/tests/base.scm (run-basic-test): Adjust accordingly. * gnu/tests/install.scm (enter-luks-passphrase): Likewise. (enter-luks-passphrase-for-home): Likewise.
2022-08-28marionette: Improve the error message of 'wait-for-screen-text'.Maxim Cournoyer
* gnu/build/marionette.scm (wait-for-screen-text): Return the last OCR'd text when the predicate fails to match instead of the not useful predicate object.
2022-08-28gnu: lightdm: Apply patch to fix color depth issue with VNC.Maxim Cournoyer
* gnu/packages/patches/lightdm-vnc-color-depth.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/display-managers.scm (lightdm): Apply it.
2022-08-28gnu: lightdm: Apply patch to allow using VNC options.Maxim Cournoyer
* gnu/packages/patches/lightdm-arguments-ordering.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/display-managers.scm (lightdm): Apply it.
2022-08-28gnu: lightdm: Apply patch to fix a problem with VNC integration.Maxim Cournoyer
* gnu/packages/patches/lightdm-vncserver-check.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/display-managers.scm (lightdm): Apply it.
2022-08-28gnu: lightdm-gtk-greeter: Adjust --enable-at-spi-command value.Maxim Cournoyer
* gnu/packages/display-managers.scm (lightdm-gtk-greeter) [configure-flags]: Add the '--launch-immediately' option to the at-spi-bus-launcher to match what is used in the source.
2022-08-28gnu: lightdm-gtk-greeter: Adjust default config file path.Maxim Cournoyer
* gnu/packages/display-managers.scm (lightdm-gtk-greeter) [phases]{customize-default-config-path}: New phase.
2022-08-28gnu: lightdm-gtk-greeter: Enable libklavier support.Maxim Cournoyer
* gnu/packages/display-managers.scm (lightdm-gtk-greeter) [configure-flags]: Add '--with-libxklavier'. [inputs]: Add libxklavier.
2022-08-28gnu: lightdm-gtk-greeter: Use the glib-or-gtk-wrap phase as-is.Maxim Cournoyer
* gnu/packages/display-managers.scm (lightdm-gtk-greeter) [configure-flags]: Install binaries to bin/, so the wrap phase of glib-or-gtk handles them. [phases]{wrap-program}: Delete. {custom-wrap}: New phase, wrapping the wrapper with a few extra environment variables.
2022-08-28gnu: lightdm-gtk-greeter: Add GDK_PIXBUF_MODULE_FILE to wrapper.Maxim Cournoyer
* gnu/packages/display-managers.scm (lightdm-gtk-greeter) [build-system]: Use glib-or-gtk-build-system. [phases]{wrap-program}: Add GDK_PIXBUF_MODULE_FILE to wrapper. [inputs]: Add librsvg.
2022-08-28gnu: accountsservice: Provide a means to locate extensions.Maxim Cournoyer
* gnu/packages/patches/accountsservice-extensions.patch: New patch. * gnu/packages/freedesktop.scm (accountsservice)[source]: Apply it. [phases]{wrap-with-xdg-data-dirs}: New phase.
2022-08-28gnu: accountsservice: Update to 22.08.8, enable doc and test suite.Maxim Cournoyer
* gnu/packages/freedesktop.scm (accountsservice): Update to 22.08.8. [tests?]: Delete argument. [configure-flags]: Remove obsolete "-Dsystemd" flag. Add "-Ddocbook=true" and "-Dgtk_doc=true". [phases]{patch-docbook-references}: New phase. {patch-/bin/cat}: Delete and merge into... [patch-paths]: ... this phase, renamed from pre-configure. Use search-input-file. [native-inputs]: Add docbook-xml-4.1.2, docbook-xsl, gtk-doc, libxml2, libxslt, python-dbusmock, python-pygobject, vala and xmlto.
2022-08-28gnu: security: Add fail2ban-service-type.muradm
* gnu/services/security.scm: New module. * gnu/tests/security.scm: New module. * gnu/local.mk: Add new security module and tests. * doc/guix.text: Add fail2ban-service-type documentation. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-08-28gexp: directory-union: Fix documentation.Maxim Cournoyer
* guix/gexp.scm (directory-union): Fix documentation.
2022-08-28tests: Add test for menu-entry roundtrips as sexps.Josselin Poiret
* tests/boot-parameters.scm (%uuid-menu-entry, %file-system-label-menu-entry): New variables. ("menu-entry roundtrip, uuid", "menu-entry roundtrip, file-system-label"): New tests. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-28bootloader: Convert device in menu-entry to proper sexp.Josselin Poiret
Previously, menu-entry->sexp didn't try to convert `device` to a proper sexp, which was inserted directly into the boot parameters G-exp, leading to a G-exp input error. Now convert both uuid and file-system-label possibilities to sexps, and add parsing code to sexp->menu-entry. This fixes #57307. * gnu/bootloader.scm (menu-entry->sexp, sexp->menu-entry): Take non-string devices into account. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-28gnu: emacs-crdt: Update to 0.3.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.3.
2022-08-28gnu: Remove shlomif-cmake-modules.Liliana Marie Prikler
This origin was added for the now removed fortune-mod, so let's remove it as well. * gnu/packages/games.scm (shlomif-cmake-modules): Delete variable.
2022-08-28gnu: Remove rinutils.Liliana Marie Prikler
This package was introduced as native input to the now removed fortune-mod, so let's remove it as well. * gnu/packages/games.scm (rinutils): Delete variable.
2022-08-28gnu: Remove fortune-mod.Liliana Marie Prikler
Since the addition of fortune-jkirchartz, it is no longer necessary to keep around a package that propagates various non-nice things. For a complete list, see <https://bugs.gnu.org/54691>. * gnu/packages/games.scm (fortune-mod): Delete variable.
2022-08-28gnu: Add fortunes-jkirchartz.Liliana Marie Prikler
* gnu/packages/toys.scm (fortunes-jkirchartz): New variable.
2022-08-28gnu: Add daikichi.Liliana Marie Prikler
* gnu/packages/toys.scm (daikichi): New variable.
2022-08-28gnu: gnome-shell: Adjust for polkit 121.Marius Bakke
* gnu/packages/patches/gnome-shell-polkit-autocleanup.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gnome.scm (gnome-shell)[source](patches): New field.
2022-08-28gnu: gnome-maps: Update to 42.2.Marius Bakke
* gnu/packages/geo.scm (gnome-maps): Update to 42.2. [inputs]: Change from LIBGWEATHER to LIBGWEATHER4.
2022-08-28gnu: Add libgweather4.Marius Bakke
* gnu/packages/gnome.scm (libgweather4): New variable.
2022-08-28gnu: libgweather: Remove obsolete input.Marius Bakke
* gnu/packages/gnome.scm (libgweather)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
2022-08-28gnu: libgweather: Remove input labels.Marius Bakke
* gnu/packages/gnome.scm (libgweather)[arguments]: Use G-expression and SEARCH-INPUT-DIRECTORY. [native-inputs, propagated-inputs]: Remove labels.
2022-08-28gnu: r-genomeinfodb: Update to 1.32.3.Efraim Flashner
* gnu/packages/bioconductor.scm (r-genomeinfodb): Update to 1.32.3.