summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-10-07gnu: tigervnc-server: Patch and wrap vncserver script.Maxim Cournoyer
* gnu/packages/vnc.scm (tigervnc-server): [phases]{patch-paths, wrap-vncserver}: New phases. [inputs]: Add font-alias, guile-3.0, util-linux and xinit.
2022-10-07gnu: tigervnc-server: Disable tests via #:tests?.Maxim Cournoyer
* gnu/packages/vnc.scm (tigervnc-server) [tests?]: Set to #f. [phases]: Restore check phase.
2022-10-07gnu: tigervnc-server: Adjust PAM config.Maxim Cournoyer
* gnu/packages/vnc.scm (tigervnc-server) [phases]{adjust-pam-config}: New phase.
2022-10-07gnu: tigervnc-server: Move source production into origin snippet.Maxim Cournoyer
This will make it possible to patch command references in source files, and also makes it more transparent as to what sources get used. * gnu/packages/vnc.scm (tigervnc-server): Re-flow comment. [source]: Inherit from xorg-server. Add a snippet. Use a patch to apply the xserver patch. Fix file name. [phases]{copy-tvnc-xserver, patch-xserver}: Delete phases. {build-tigervnc, install-tigervnc-aux}: Adjust accordingly.
2022-10-07gnu: tigervnc-server: Use new style inputs, gexps.Maxim Cournoyer
* gnu/packages/vnc.scm (%tigervnc-client-source): New variable. (tigervnc-server): Move input fields after arguments. [native-inputs]: Use new style and 'modify-inputs'. Do not add tigervnc-client regular inputs. [configure-flags]: Use gexps, cons* instead of append. [phases]: Use gexps. {check}: Replace smiley with an explanatory comment. {copy-tvnc-xserver}: Adjust default Makefile variables, which simplifies needed bindings in other phases. {build-tigervnc, build, install-tigervnc-aux, install}: Remove let*-bound variables. {build-tigervnc, build}: Honor PARALLEL-BUILD?.
2022-10-07tests: Attempt to build 'desktop.tmpl' on all major architectures.Ludovic Courtès
Partly fixes <https://issues.guix.gnu.org/58352>. * tests/guix-system.sh: Try to build 'desktop.tmpl' for x86_64, i686, and aarch64.
2022-10-07gnu: libnma: Depend on GTK 4.x only on supported platforms.Ludovic Courtès
Partly fixes <https://issues.guix.gnu.org/58352>. * gnu/packages/gnome.scm (libnma)[arguments]: Set "-Dlibnma_gtk4=false" when (supported-package? gtk) returns #f. [inputs]: Adjust accordingly.
2022-10-07gnu: rest@0.9.1: Remove dependency on gtksourceview and libadwaita.Ludovic Courtès
Partly fixes <https://issues.guix.gnu.org/58352>. This also reduces the closure size of rest@0.9.1 from 2.1GiB to 498MiB (on x86_64-linux). * gnu/packages/gnome.scm (rest-next)[arguments]: Pass the "-Dexamples=false" config flag. * gnu/packages/gnome.scm (rest-next)[inputs]: Remove GTKSOURCEVIEW and LIBADWAITA.
2022-10-07doc: Add git send-email tip in 'Submitting Patches' section.Maxim Cournoyer
* doc/contributing.texi (Submitting Patches): Add a tip detailing how to prefix the subject line with the branch name the change should be installed to.
2022-10-07guix-install.sh: Add Bash prompt customization option.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/55484>. * etc/guix-install.sh (sys_customize_bashrc): New function. (main): Use it.
2022-10-07guix-install.sh: Introduce 'die' utility function.Maxim Cournoyer
* etc/guix-install.sh (die): New function. (chk_sys_arch): Use it. (guix_get_bin_list, guix_get_bin, sys_create_store): Likewise.
2022-10-07guix-install.sh: Improve prompt_yes_no procedure.Maxim Cournoyer
* etc/guix-install.sh (_flush): New function. (prompt_yes_no): Clear input, then only read the first character, silently. Add the [Yes/no] string to the message. When a newline is entered by the user, treat it as the default value, which is "yes". (chk_gpg_keyring): Remove "(yes/no)" from the prompt message. (configure_substitute_discovery): Likewise. (sys_authorize_build_farms): Likewise.
2022-10-07gnu: extractpdfmark: Improve package style.Nicolas Goaziou
* gnu/packages/pdf.scm (extractpdfmark)[arguments]: Use G-expressions. Fix phase name. [native-inputs]: Remove labels.
2022-10-07gnu: extractpdfmark: Update to 1.1.1.Nicolas Goaziou
* gnu/packages/pdf.scm (extractpdfmark): Update to 1.1.1.
2022-10-07gnu: emacs-lcr: Update to 1.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-lcr): Update to 1.2.
2022-10-07gnu: emacs-org-re-reveal: Update to 3.16.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.16.0.
2022-10-07gnu: emacs-ement: Update to 0.3.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.3.1.
2022-10-07gnu: emacs-emms: Update to 12.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 12.
2022-10-07gnu: emacs-debbugs: Update to 0.34.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.34.
2022-10-06gnu: julius: Update to 1.7.0.Timotej Lazar
* gnu/packages/games.scm (julius): Update to 1.7.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06gnu: squid: Enable TLS features.Sergey Trofimov
Despite openssl being listed as an input, it was not actually enabled by default. Fixing that using a configure flag. * gnu/packages/networking.scm (squid)[arguments]: Add "--with-openssl" to #:configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06gnu: nyacc: Update to 1.07.4.Felix Lechner
* gnu/packages/mes.scm (nyacc): Update to 1.07.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06gnu: sssd: Update to 2.7.4.Timotej Lazar
* gnu/packages/sssd.scm (sssd): Update to 2.7.4. * gnu/packages/patches/sssd-optional-systemd.patch: Update patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06gnu: python-textual: Remove input labels.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-textual)[arguments]: Define the 'tests' origin here. [native-inputs]: Remove "tests" input and remove input labels.
2022-10-06gnu: Add python-textual.Brian Kubisiak
* gnu/packages/python-xyz.scm (python-textual): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06snippets: Fix move.Liliana Marie Prikler
The current move is never correct. It flip-flops between car and cadr for the destination. Since the position of the destination is not actually a fixed point in the list of changes, use a more robust method of inferring it. * etc/snippets/tempel/text-mode (move\ ): Infer source and destination from washed diffs. Process new module before destination.
2022-10-06snippets: tempel: Reformat.Liliana Marie Prikler
This makes it so that ‘indent-region’ and ‘delete-trailing-whitespace’ do not change the file. * etc/snippets/tempel/text-mode: Reformat.
2022-10-06snippets: tempel: Fix calls to mapconcat.Liliana Marie Prikler
* etc/snippets/tempel/text-mode (update\ ,https\ ): Add "\n" as separator argument to mapconcat.
2022-10-06gnu: python-renpy: Update to 8.0.3.Liliana Marie Prikler
* gnu/packages/game-development.scm (python-renpy): Update to 8.0.3.
2022-10-06gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.0.3.Liliana Marie Prikler
* gnu/packages/game-development.scm (python-pygame-sdl2): Update to 2.1.0-for-renpy-8.0.3.
2022-10-06gnu: tessen: Update to 2.1.2.Tanguy Le Carrour
* gnu/packages/password-utils.scm (tessen): Update to 2.1.2. [arguments]: Substitute notify-send, wl-copy and xdg-open. [inputs] Add libnotify, wl-clipboard and xdg-utils. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06gnu: weechat-wee-slack: Update to 2.9.0.itd
* gnu/packages/messaging.scm (weechat-wee-slack): Update to 2.9.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06gnu: zfs: Update to 2.1.6.Brian Cully
* gnu/packages/file-systems.scm (zfs): Update to 2.1.6. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06gnu: komikku: Update to 1.1.0.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 1.1.0.
2022-10-06doc: Fix missing package name.Taiju HIGASHI
* doc/guix.texi (Invoking guix import): Fix missing package name for gem importer. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: Add waybar-cpu-histogram.Fredrik Salomonsson
* gnu/packages/wm.scm (waybar-cpu-histogram): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: libdaemon: Fix targeting riscv64.Lu Hui
* gnu/packages/libdaemon.scm (libdaemon)[native-inputs,arguments]: Treat targeting riscv64 like aarch64 is handled. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: Add discregrid.Paul A. Patience
* gnu/packages/graphics.scm (discregrid): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: Add r-gldex.Wiktor Żelazny
* gnu/packages/cran.scm (r-gldex): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: Add r-spacefillr.Wiktor Żelazny
* gnu/packages/cran.scm (r-spacefillr): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: Add cpass.(
* gnu/packages/password-utils.scm (cpass): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: Add wlgreet.(
* gnu/packages/admin.scm (wlgreet): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: Add rust-os-pipe-0.8.(
* gnu/packages/crates-io.scm (rust-os-pipe-0.8): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: Add rust-greetd-ipc-0.8.(
* gnu/packages/crates-io.scm (rust-greetd-ipc-0.8): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-06gnu: plink: Change origin URL.Christopher Baines
pngu.mgh.harvard.edu seems to time out. * gnu/packages/bioinformatics.scm (plink)[origin]. Change URL.
2022-10-06gnu: celluloid: Do not install icon cache.Michael Rohleder
Fixes <https://issues.guix.gnu.org/58207>. * gnu/packages/video.scm (celluloid)[arguments]: Add phase disable-postinstall-script so postinstall-script does nothing. Build with glib-or-gtk meson option. [native-inputs]: Remove desktop-file-utils, gtk:bin. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06gnu: quaternion: Update to 0.0.95.1.Michael Rohleder
* gnu/packages/messaging.scm (quaternion): Update to 0.0.95.1. [inputs]: Add qtgraphicaleffects. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06gnu: libqmatrixclient: Update to 0.6.11.Michael Rohleder
* gnu/packages/messaging.scm (libqmatrixclient): Update to 0.6.11. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06gnu: gitolite: Switch to G-expressions.David Thompson
* gnu/packages/version-control.scm (gitolite)[arguments]: Use G-expressions. [inputs]: Add grep and sed.
2022-10-06gnu: Add r-dada2.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-dada2): New variable.