aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAge
* gnu: libqmi: Update to 1.30.8.•••* gnu/packages/freedesktop.scm (libqmi): Update to 1.30.8. Maxim Cournoyer2022-09-12
* gnu: baobab: Update to 42.0 and delete input labels.•••* gnu/packages/gnome.scm (baobab): Update to 42.0. [native-inputs]: Replace intltool with gettext-minimal. Remove labels. Sort lexicographically. [inputs]: Sort lexicographically. Add libadwaita and pango-next. Maxim Cournoyer2022-09-12
* gnu: libhandy: Update to 1.7.90.•••* gnu/packages/gnome.scm (libhandy): Update to 1.7.90. [phases]{pre-check}: Delete trailing #t. [native-inputs]: Delete labels. Maxim Cournoyer2022-09-12
* gnu: libwacom: Update to 2.4.0.•••* gnu/packages/xdisorg.scm (libwacom): Update to 2.4.0. [source]: Change archive extension from bz2 to xz. [build-system]: Switch to meson. [configure-flags]: Adjust for meson. [phases]: New field. [native-inputs]: Add python-evdev, python-libevdev, python-pytest and python-pyudev. [inputs]: Move libgudev to... [propagated-inputs]: ... here. Maxim Cournoyer2022-09-12
* gnu: Add python-libevdev.•••* gnu/packages/freedesktop.scm (python-libevdev): New variable. Maxim Cournoyer2022-09-12
* gnu: gcr: Update to 3.41.1, delete trailing #t and input labels.•••* gnu/packages/gnome.scm (gcr): Update to 3.41.1. [phases]: Delete trailing #t. {disable-failing-tests}: Delete phase. {fix-systemd-detection}: Likewise. {remove-fatal-warnings-option}: New phase. {check}: New phase override. [native-inputs, propagated-inputs]: Delete input labels. [native-inputs]: Sort inputs. Add gi-docgen. Remove autoconf, automake and libtool. Maxim Cournoyer2022-09-12
* gnu: gtk: Update to 4.8.0 and use gexps.•••* gnu/packages/gtk.scm (gtk): Update to 4.8.0. [arguments]: Use gexps. [parallel-tests?]: Remove argument. [phases]{patch}: Use this-package-native-input. Disable the inscription-markup.ui test. {move-files}: Adjust for gexps. Maxim Cournoyer2022-09-12
* gnu: Add gi-docgen.•••* gnu/packages/gnome.scm (gi-docgen): New variable. Maxim Cournoyer2022-09-12
* gnu: xvfb-run: Update to 1.20.11-1.•••* gnu/packages/xorg.scm (xvfb-run): Update to 1.20.11-1. [phases]: Use gexps. {build}: Use search-input-file. Maxim Cournoyer2022-09-12
* gnu: egl-wayland: Update to 1.1.10.•••* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.10. Maxim Cournoyer2022-09-12
* gnu: sysprof: Update to 3.44.0, enable tests and remove labels.•••* gnu/packages/gnome.scm (sysprof): Update to 3.44.0. [tests?]: Delete argument. [configure-flags]: Use gexps. [phases]: Delete trailing #t. [native-inputs]: Delete labels. [inputs]: Add libunwind. Maxim Cournoyer2022-09-12
* gnu: libdazzle: Update to 3.44.0.•••* gnu/packages/gnome.scm (libdazzle): Update to 3.44.0. [inputs]: Move gobject-introspection and vala to... [native-inputs]: ... here. Maxim Cournoyer2022-09-12
* gnu: libgnomekbd: Update to 3.28.0.•••* gnu/packages/gnome.scm (libgnomekbd): Update to 3.28.0. [native-inputs]: Replace intltool with gettext-minimal. Add autoconf, automake, libtool and gobject-introspection. Maxim Cournoyer2022-09-12
* gnu: xf86-input-wacom: Update to 1.1.0.•••* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 1.1.0. [configure-flags]: Use gexps. [native-inputs, inputs, description]: Re-indent. Maxim Cournoyer2022-09-12
* gnu: fcitx: Update to 4.2.9.9, use gexps and remove input labels.•••* gnu/packages/fcitx.scm (fcitx): Update to 4.2.9.9. [source]: Use HTTPS. [arguments]: Use gexps. [native-inputs, inputs]: Remove labels. Maxim Cournoyer2022-09-12
* gnu: libmbim: Update to 1.26.4.•••* gnu/packages/freedesktop.scm (libmbim): Update to 1.26.4. Maxim Cournoyer2022-09-12
* gnu: clutter: Update to 1.26.4 and remove input labels.•••* gnu/packages/gnome.scm (clutter): Update to 1.26.4. [native-inputs]: Remove labels. [propagated-inputs, inputs]: Sort inputs. [home-page]: Update URL. Maxim Cournoyer2022-09-12
* gnu: adwaita-icon-theme: Update to 42.0 and deprecate gnome-icon-theme.•••* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 42.0. Remove inheritance to gnome-icon-theme, re-adding... [build-system, arguments, home-page, synopsis] [description, license]: ... these fields. (gnome-icon-theme): Define as a deprecated package. [native-inputs]: Remove label. [home-page]: Update URL. [configure-flags]: Delete argument. [make-flags]: New argument. Set the GTK_UPDATE_ICON_CACHE variable to the empty string. Maxim Cournoyer2022-09-12
* gnu: proj: Update to 9.1.0 and propagate libraries.•••* gnu/packages/geo.scm (proj): Update to 9.1.0. [arguments]: Delete field. [inputs]: Remove libjpeg-turbo and move to... [propagated-inputs]: ... here. Maxim Cournoyer2022-09-12
* secret-service: Mark sockets as SOCK_CLOEXEC.•••* gnu/build/secret-service.scm (secret-service-send-secrets) (secret-service-receive-secrets): Pass SOCK_CLOEXEC to 'socket'. Ludovic Courtès2022-09-13
* services: shepherd: Install O_CLOEXEC variant of 'call-with-input-file' & co.•••Fixes a bug introduced with the Shepherd 0.9.2 upgrade in commit 1ba0e38267c9ff8bb476285091be6e297bbf136e whereby files opened by, say, the 'start' method of 'urandom-seed', could leak into the execution environment of some other service--e.g., 'term-tty4'. * gnu/services/shepherd.scm (shepherd-configuration-file)[config]: Override 'call-with-input-file' and 'call-with-output-file'. Ludovic Courtès2022-09-13
* services: secret-service: Inherit from the original 'guix-configuration'.•••Reported by zamfofex. Regression introduced in 2bac6ea177d5b3353ea1a4d032d17a6ac3763e96. * gnu/services/virtualization.scm (secret-service-operating-system): Add 'inherit' keyword for 'guix-configuration'. Ludovic Courtès2022-09-13
* gnu: Add tp-smapi-module.•••* gnu/packages/linux.scm (tp-smapi-module): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Simon Streit2022-09-12
* gnu: cmh: Update to 1.1.1.•••* gnu/packages/algebra.scm (cmh): Update to 1.1.1. * gnu/packages/patches/cmh-support-fplll.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Signed-off-by: Andreas Enge <andreas@enge.fr> Hendursaga2022-09-12
* gnu: hyfetch: Update to 1.4.1.•••* gnu/packages/admin.scm (hyfetch): Update to 1.4.1. Signed-off-by: Christopher Baines <mail@cbaines.net> gyara2022-09-12
* gnu: Add ghc-ansi2html.•••* gnu/packages/haskell-xyz.scm (ghc-ansi2html): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart2022-09-12
* gnu: Add grml-zsh-config.•••* gnu/packages/shellutils.scm (grml-zsh-config): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> kiasoc52022-09-12
* gnu: Add txt2tags.•••* gnu/packages/textutils.scm (txt2tags): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> kiasoc52022-09-12
* gnu: ghc-alex: Use G-expressions.•••* gnu/packages/containers.scm (ghc-alex)[arguments]: Use G-expressions. [arguments]: Remove trailing booleans. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart2022-09-12
* gnu: swaylock: Fix build.•••Fixes <https://bugs.gnu.org/57748>. Reported by muradm <mail@muradm.net>. This is a follow-up to commit 2500709e01cd376cf0db78e0805005a112343346. * gnu/packages/wm.scm (swaylock)[native-inputs]: Change from WAYLAND-PROTOCOLS to WAYLAND-PROTOCOLS-NEXT. Marius Bakke2022-09-12
* gnu: emacs-ement: Update to 0.1.3.•••* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1.3. Nicolas Goaziou2022-09-12
* home: shepherd: Add shepherd/init.scm to XDG_CONFIG_HOME.•••* gnu/home/services/shepherd.scm (shepherd-xdg-configuration-files): New variable. (home-shepherd-service-type)[extensions]: Add HOME-XDG-CONFIGURATION-FILES-SERVICE-TYPE extension. Andrew Tropin2022-09-12
* gnu: python-pingouin: Update to 0.5.2.•••* gnu/packages/python-science.scm (python-pingouin): Update to 0.5.2. [arguments]: Adjust outdated substitution. Marius Bakke2022-09-11
* gnu: python-uvloop: Disable flaky test.•••* gnu/packages/python-web.scm (python-uvloop)[arguments]: Disable one more test. While at it, use 'thread' timeout method as signal did not work here. Also don't compute the pytest string at evaluation time. Marius Bakke2022-09-11
* gnu: Deprecate python-pep621.•••* gnu/packages/python-xyz.scm (python-pep621): Define as deprecated alias for PYTHON-PYPROJECT-METADATA. Marius Bakke2022-09-11
* gnu: python-sphinx-theme-builder: Update to 0.2.0b1.•••* gnu/packages/sphinx.scm (python-sphinx-theme-builder): Update to 0.2.0b1. [propagated-inputs]: Change from PYTHON-PEP621 to PYTHON-PYPROJECT-METADATA. Marius Bakke2022-09-11
* gnu: Add python-pyproject-metadata.•••* gnu/packages/python-xyz.scm (python-pyproject-metadata): New variable. (python-pep621): Inherit from it. Marius Bakke2022-09-11
* gnu: Add python-sphinx-tabs.•••* gnu/packages/sphinx.scm (python-sphinx-tabs): New variable. Marius Bakke2022-09-11
* gnu: python-gast: Enable tests.•••* gnu/packages/python-xyz.scm (python-gast)[arguments]: Override check phase. [native-inputs]: Add PYTHON-PYTEST. Marius Bakke2022-09-11
* gnu: python-gast: Update to 0.5.3.•••* gnu/packages/python-xyz.scm (python-gast): Update to 0.5.3. Marius Bakke2022-09-11
* gnu: python-astunparse: Update to 1.6.3.•••* gnu/packages/python-xyz.scm (python-astunparse): Update to 1.6.3. Marius Bakke2022-09-11
* gnu: python-gast: Update home page.•••* gnu/packages/python-xyz.scm (python-gast)[home-page]: Use actual instead of PyPI page. Marius Bakke2022-09-11
* gnu: python-docutils: Add 0.19.•••* gnu/packages/python-xyz.scm (python-docutils-0.19): New variable. Marius Bakke2022-09-11
* gnu: QEMU: Unbundle dtc and slirp.•••* gnu/packages/virtualization.scm (qemu)[source](snippet): Delete two more directories. [arguments]: Add "--enable-slirp" and "--enable-fdt" in #:configure-flags. [inputs]: Add DTC and LIBSLIRP. Marius Bakke2022-09-11
* gnu: slirp4netns: Update to 1.2.0.•••* gnu/packages/containers.scm (slirp4netns): Update to 1.2.0. Marius Bakke2022-09-11
* gnu: libslirp: Update to 4.7.0.•••* gnu/packages/containers.scm (libslirp): Update to 4.7.0. [inputs]: Move GLIB ... [propagated-inputs]: ... here. Marius Bakke2022-09-11
* gnu: ntp: Adjust for glibc 2.34 and later.•••* gnu/packages/ntp.scm (ntp)[source](patches): Add one more origin. Marius Bakke2022-09-11
* gnu: mercurial: Update to 6.2.2.•••* gnu/packages/version-control.scm (mercurial): Update to 6.2.2. Marius Bakke2022-09-11
* gnu: mercurial: Adjust for grep 3.8.•••* gnu/packages/version-control.scm (mercurial)[source](modules, snippet): New fields. Marius Bakke2022-09-11
* gnu: Open vSwitch: Update to 3.0.0.•••* gnu/packages/networking.scm (openvswitch): Update to 3.0.0. Marius Bakke2022-09-11