summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: svt-av1: Update to 0.9.1.Leo Famulari2022-04-03
| | | | * gnu/packages/video.scm (svt-av1): Update to 0.9.1.
* gnu: libaom: Update to 3.3.0.Leo Famulari2022-04-03
| | | | * gnu/packages/video.scm (libaom): Update to 3.3.0.
* gnu: linux-libre 4.14: Update to 4.14.275.Leo Famulari2022-04-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.275. (linux-libre-4.14-pristine-source): Update hash.
* gnu: xterm: Make big cursors work.Danny Milosavljevic2022-04-03
| | | | | | | * gnu/packages/patches/xterm-370-explicit-xcursor.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xterm)[source]: Add it. [arguments]<#:configure-flags>: Add "-lXcursor".
* gnu: cpufrequtils: Set file-name for source.Efraim Flashner2022-04-03
| | | | * gnu/packages/linux.scm (cpufrequtils)[source]: Add file-name field.
* gnu: rust-combine-4: Update to 4.6.3.Efraim Flashner2022-04-03
| | | | | | * gnu/packages/crates-io.scm (rust-combine-4): Update to 4.6.3. [arguments]<cargo-inputs>: Add rust-futures-core-0.3, rust-tokio-util-0.6. Remove rust-futures-util-0.3.
* gnu: rust-shlex-1: Update to 1.1.0.Efraim Flashner2022-04-03
| | | | * gnu/packages/crates-io.scm (rust-shlex-1): Update to 1.1.0.
* gnu: rust-hyphenation-0.8: Update to 0.8.4.Efraim Flashner2022-04-03
| | | | | | | | | | * gnu/packages/crates-io.scm (rust-hyphenation-0.8): Update to 0.8.4. [arguments]: Don't skip build. <cargo-inputs>: Remove duplicate entries. <cargo-development-inputs>: New field. Add rust-criterion-0.3, rust-once-cell-1, rust-quickcheck-1, rust-unicode-segmentation-1. (rust-hyphenation-commons-0.8): Update to 0.8.4. [arguments]: Don't skip build.
* gnu: rust-fsv-0.4: Update to 0.4.7.Efraim Flashner2022-04-03
| | | | | | | * gnu/packages/crates-io.scm (rust-fsv-0.4): Update to 0.4.7. [arguments]: Don't skip build. <cargo-development-inputs>: New field. Add rust-doc-comment-0.3, rust-fnv-1, rust-memmap-0.7, rust-quickcheck-0.9, rust-rand-0.7.
* gnu: rust-criterion-0.3: Update to 0.3.5.Efraim Flashner2022-04-03
| | | | | | * gnu/packages/crates-io.scm (rust-criterion-0.3): Update to 0.3.5. [arguments]<cargo-inputs>: Replace rust-approx-0.4 with 0.5, rust-quickcheck-0.9 with 1.
* gnu: rust-criterion-plot-0.4: Update to 0.4.4.Efraim Flashner2022-04-03
| | | | | * gnu/packages/crates-io.scm (rust-criterion-plot-0.4): Update to 0.4.4. [arguments]<cargo-inputs>: Replace rust-itertools-0.9 with 0.10.
* gnu: Add rust-os-str-bytes-6.Efraim Flashner2022-04-03
| | | | | * gnu/packages/crates-io.scm (rust-os-str-bytes-6): New variable. (rust-os-str-bytes-4): Inherit from rust-os-str-bytes-6.
* gnu: Add rust-print-bytes-0.5.Efraim Flashner2022-04-03
| | | | | * gnu/packages/crates-io.scm (rust-print-bytes-0.5): New variable. (rust-print-bytes-0.4): Inherit from rust-print-bytes-0.5.
* gnu: Add rust-os-str-bytes-4.Efraim Flashner2022-04-03
| | | | | * gnu/packages/crates-io.scm (rust-os-str-bytes-4): New variable. (rust-os-str-bytes-2): Inherit from rust-os-str-bytes-4.
* gnu: Add rust-print-bytes-0.4.Efraim Flashner2022-04-03
| | | | * gnu/packages/crates-io.scm (rust-print-bytes-0.4): New variable.
* gnu: Add rust-smawk-0.3.Efraim Flashner2022-04-03
| | | | * gnu/packages/crates-io.scm (rust-smawk-0.3): New variable.
* gnu: Add rust-ndarray-0.14.Efraim Flashner2022-04-03
| | | | | | * gnu/packages/crates-io.scm (rust-ndarray-0.14): New variable. * gnu/packages/patches/rust-ndarray-0.14-remove-blas-src.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: rust-escargot-0.5: Update to 0.5.7.Efraim Flashner2022-04-03
| | | | | | | * gnu/packages/crates-io.scm (rust-escargot-0.5): Update to 0.5.7. [arguments]<cargo-inputs>: Remove rust-lazy-static-1. Add rust-once-cell-1. <cargo-development-inputs>: Replace rust-assert-fs-0.11 with 1.
* gnu: rust-terminal-size-0.1: Update to 0.1.17.Efraim Flashner2022-04-03
| | | | | * gnu/packages/crates-io.scm (rust-terminal-size-0.1): Update to 0.1.17. [arguments]: Skip tests.
* gnu: Add rust-lipsum-0.8.Efraim Flashner2022-04-03
| | | | * gnu/packages/crates-io.scm (rust-lipsum-0.8): New variable.
* gnu: Add rust-unicode-linebreak-0.1.Efraim Flashner2022-04-03
| | | | * gnu/packages/crates-io.scm (rust-unicode-linebreak-0.1): New variable.
* gnu: Add rust-uniquote-3.Efraim Flashner2022-04-03
| | | | * gnu/packages/crates-io.scm (rust-uniquote-3): New variable.
* gnu: Add rust-version-sync-0.9.Efraim Flashner2022-04-03
| | | | | * gnu/packages/crates-io.scm (rust-version-sync-0.9): New variable. (rust-version-sync-0.8): Inherit from rust-version-sync-0.9.
* gnu: rust-os-pipe-0.9: Don't skip build.Efraim Flashner2022-04-03
| | | | | * gnu/packages/crates-io.scm (rust-os-pipe-0.9)[arguments]: Inherit from rust-os-pipe-1.
* gnu: Add rust-os-pipe-1.Efraim Flashner2022-04-03
| | | | | * gnu/packages/crates-io.scm (rust-os-pipe-1): New variable. (rust-os-pipe-0.9): Inherit from rust-os-pipe-1.
* gnu: Add rust-kstring-1.Efraim Flashner2022-04-03
| | | | * gnu/packages/crates-io.scm (rust-kstring-1): New variable.
* gnu: Add rust-document-features-0.2.Efraim Flashner2022-04-03
| | | | * gnu/packages/crates-io.scm (rust-document-features-0.2): New variable.
* gnu: radicale: Update to 3.1.5.Jonathan Brielmaier2022-04-03
| | | | | | | | * gnu/packages/dav.scm (radicale): Update to 3.1.5. [source]: tags have a leading "v" now. [arguments]: disable tests temporarily. Tested-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
* gnu: oil: Update to 0.9.9.Felix Gruber2022-04-03
| | | | | | | | * gnu/packages/shells.scm (oil): Update to 0.9.9. [source]: Add comment on embedded CPython like Ludo’ proposed in https://issues.guix.gnu.org/53642#3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* home: services: zsh: Fix zshenv creation.Brian Kubisiak2022-04-03
| | | | | | | | | | | | | Fixes a regression introduced by 4935501fd9f690d8990bb798237d51702b87fb3f that would skip generating the user's ~/.config/zsh/.zshenv unless both of zshenv and environment-variables are set in the configuration. * gnu/home/services/shells.scm (zsh-get-configuration-files): Generate ~/.config/zsh/.zshenv when only one of zshenv or environment-variables is specified. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-polkit: Improve synopsis.Brendan Tildesley2022-04-03
| | | | | | * gnu/packages/mate.scm (mate-polkit): Improve synopsis. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xfce: Add notification supportBrendan Tildesley2022-04-03
| | | | | | * gnu/packages/xfce.scm (xfce)[inputs]: Add XFCE4-NOTIFYD. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xfce: Remove input labels.Brendan Tildesley2022-04-03
| | | | | | | (xfconf, libxfce4ui, xfce4-panel, xfce4-whiskermenu-plugin, xfce, xfce4-screensaver): Remove input labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xfce4-screenshooter: Update to 1.9.10.Brendan Tildesley2022-04-03
| | | | | | * gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xfce4-whiskermenu-plugin: Update to 2.6.2.Brendan Tildesley2022-04-03
| | | | | | * gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.6.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cpufrequtils: Update to 008-1.a2f0c39.Vagrant Cascadian2022-04-02
| | | | | | | | Fixes build failure on non-x86 architectures, and brings cpufrequtils to the state of the art from 2011. * gnu/packages/linux.scm (cpufrequtils)[version]: Use git-version. [source]: Use git-fetch.
* nls: Update translations.Julien Lepiller2022-04-02
| | | | | * po/packages/fi.po: New file. * po/packages/LINGUAS: Add it.
* nls: Enforce translation thresholds.Julien Lepiller2022-04-02
| | | | | | | | | | | | | | | | | * po/doc/guix-cookbook.es.po: Remove file. * po/doc/guix-cookbook.fa.po: Remove file. * po/doc/guix-cookbook.fi.po: Remove file. * po/doc/guix-cookbook.pt_BR.po: Remove file. * po/doc/guix-cookbook.ru.po: Remove file. * po/doc/guix-cookbook.uk.po: Remove file. * po/doc/guix-cookbook.zh_Hans.po: Remove file. * po/doc/guix-manual.fa.po: Remove file. * po/doc/guix-manual.fi.po: Remove file. * po/doc/guix-manual.it.po: Remove file. * po/doc/guix-manual.ko.po: Remove file. * po/doc/guix-manual.sk.po: Remove file. * po/doc/local.mk: Remove them. * doc/local.mk: Remove them.
* maint: Implement translation thresholds.Julien Lepiller2022-04-02
| | | | | | | | Do not download new translations for the cookbook and the manual when they are below 10% completion, and remove existing translations when they fall below 5%. * Makefile.am (download-po): Implement translation thresholds.
* doc: Document inclusion requirements for new translations.Julien Lepiller2022-04-02
| | | | | * doc/contributing.texi (Translating Guix)[Conditions for Inclusion]: New section.
* gnu: cl-dbi: Update to 0.9.5-2.738a74d.jgart2022-04-02
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-dbi): Update to 0.9.5-2.738a74d. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: python-pycountry: Update to 22.3.5.Chadwain Holness2022-04-01
| | | | | | * gnu/packages/python-xyz.scm (python-pycountry): Update to 22.3.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnunet: Update to 0.16.3.Tanguy Le Carrour2022-04-01
| | | | | | | | | * gnu/packages/gnunet.scm (gnunet): Update to 0.16.3. [arguments]: Enable all the tests that were disabled. [inputs]: Use new style. [native-inputs]: Add openssl. [home-page]: Update URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: vtk: Remove input labels.Ludovic Courtès2022-04-01
| | | | * gnu/packages/image-processing.scm (vtk)[inputs]: Remove labels.
* gnu: vtk@6: Depend on Python 2.x, not 3.x.Ludovic Courtès2022-04-01
| | | | | * gnu/packages/image-processing.scm (vtk-6)[native-inputs]: Replace PYTHON with PYTHON-2.
* weather: Colorize the output.Ludovic Courtès2022-04-01
| | | | | | * guix/colors.scm (coloring-procedure): Export. * guix/scripts/weather.scm (report-server-coverage): Highlight the server name and colorize the availability ratio.
* gnu: libtool: Add 2.4.7.Ludovic Courtès2022-04-01
| | | | * gnu/packages/autotools.scm (libtool-2.4.7): New variable.
* gnu: libressl: Add 'release-monitoring-url' property.Ludovic Courtès2022-04-01
| | | | * gnu/packages/tls.scm (libressl)[properties]: New field.
* gnu: cl-usocket: Update to 0.8.4.jgart2022-04-01
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-usocket): Update to 0.8.4. [inputs]: Use new style. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: libfido2: Fix cross-compilation.Sébastien Lerique2022-03-31
| | | | | | | * gnu/packages/security-token.scm (libfido2)[arguments]: Set the PKG_CONFIG_EXECUTABLE variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>