summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-03gnu: yadifa: Update to 2.5.1 [security fixes].Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa): Update to 2.5.1.
2021-10-03gnu: sx: Don't propagate xauth.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (sx)[arguments]: Patch sx to refer to xauth. [propagated-inputs]: Move xauth from here… [inputs]: …to here.
2021-10-03gnu: sx: Update to 2.1.7.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (sx): Update to 2.1.7.
2021-10-03gnu: dnsmasq: Prepare for cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (dnsmasq)[arguments]: Use CC-FOR-TARGET.
2021-10-03gnu: dnsmasq: Update to 2.86.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (dnsmasq): Update to 2.86.
2021-10-03gnu: squashfs-tools-ng: Update to 1.1.3.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (squashfs-tools-ng): Update to 1.1.3.
2021-10-03gnu: ccache: Update to 4.4.2.Tobias Geerinckx-Rice
* gnu/packages/ccache.scm (ccache): Update to 4.4.2. [source]: Remove patch. [arguments]: Substitute nonexistent compgen. * gnu/packages/patches/ccache-fix-basedir-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2021-10-03gnu: snapraid: Update to 11.6.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (snapraid): Update to 11.6.
2021-10-03gnu: libhx: Update to 4.0.1.Tobias Geerinckx-Rice
* gnu/packages/c.scm (libhx): Update to 4.0.1. [source, home-page]: Update URL.
2021-10-03gnu: os-prober: Update to 1.79.Tobias Geerinckx-Rice
* gnu/packages/bootloaders.scm (os-prober): Update to 1.79.
2021-10-03bash completion: Fix ‘system’ & ‘container’ subcommands.Tobias Geerinckx-Rice
* etc/completion/bash/guix (_guix_complete): Count words from the innermost command.
2021-10-03bash completion: Complete ‘guix size’ file names.Tobias Geerinckx-Rice
* etc/completion/bash/guix (_guix_complete): Complete store file names after the ‘size’ command.
2021-10-03bash completion: Complete ‘guix build’ file names.Tobias Geerinckx-Rice
* etc/completion/bash/guix (_guix_complete_available_package_or_store_file): New function. (_guix_complete): Call it in place of _guix_complete_available_package after the ‘build’ command.
2021-10-03bash completion: Complete ‘guix weather’ packages.Tobias Geerinckx-Rice
* etc/completion/bash/guix (_guix_complete): Complete available package names for ‘guix weather’ when not following ‘-m’.
2021-10-03bash completion: Append to $COMPREPLY where possible.Tobias Geerinckx-Rice
_guix_complete is always called with a fresh empty array. * etc/completion/bash/guix (_guix_complete_command) (_guix_complete_subcommand, _guix_complete_installed_package) (_guix_complete_option, _guix_complete_pid): Append to $COMPREPLY rather than re-assigning.
2021-10-03bash completion: Consolidate similar $command ‘if’ branches.Tobias Geerinckx-Rice
* etc/completion/bash/guix (_guix_complete): Combine the ‘upgrade’ and ‘remove’ commands, as well as ‘download’, ‘gc’, and ‘hash’.
2021-10-03gnu: bcachefs-tools: Update to 0.1-11.3785043.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-11.3785043.
2021-10-03gnu: guile-dbd-sqlite3: Use normal variable instead of @ reference.Arun Isaac
* gnu/packages/guile-xyz.scm (guile-dbd-sqlite3)[inputs]: Replace (@ (gnu packages compression) zlib) with zlib.
2021-10-03gnu: Add guile-dbd-mysql.Arun Isaac
* gnu/packages/guile-xyz.scm (guile-dbd-mysql): New variable.
2021-10-03gnu: guile-dbi-bootstrap: Remove package.Arun Isaac
guile-dbi-bootstrap was formerly used by guile-dbd-sqlite3 and guile-dbd-postgresql. It is no longer required now that guile-dbi uses native-search-paths to find guile-dbd-* libraries. * gnu/packages/guile-xyz.scm (guile-dbi-bootstrap): Delete variable.
2021-10-03gnu: guile-dbd-postgresql: Inherit from guile-dbi.Arun Isaac
* gnu/packages/guile-xyz.scm (guile-dbd-postgresql): Inherit from guile-dbi. Remove version, source, build-system, home-page and license fields. [arguments]: Remove patch-src/Makefile.am phase. Do not return #t from phases. [native-inputs]: Replace guile-dbi-bootstrap with guile-dbi.
2021-10-03gnu: guile-dbd-sqlite3: Inherit from guile-dbi.Arun Isaac
* gnu/packages/guile-xyz.scm (guile-dbd-sqlite3): Inherit from guile-dbi. Remove version, source, build-system, home-page and license fields. [arguments]: Replace chdir phase. Delete patch-extension-path phase. [native-inputs]: Replace guile-dbi-bootstrap with guile-dbi.
2021-10-03gnu: guile-dbi: Update to 2.1.8.Arun Isaac
* gnu/packages/guile-xyz.scm (guile-dbi): Update to 2.1.8. [arguments]: Add chdir phase.
2021-10-03gnu: guile-dbi: Do not return #t from custom phases.Arun Isaac
* gnu/packages/guile-xyz.scm (guile-dbi)[arguments]: Do not return #t from custom phases.
2021-10-03gnu: guile-dbi: Search for dbd libraries using native-search-paths.Arun Isaac
* gnu/packages/guile-xyz.scm (guile-dbi)[arguments]: Do not set LDFLAGS and RPATH in #:make-flags. [inputs]: Remove guile-dbd-sqlite3 and guile-dbd-postgresql. [native-search-paths]: Add GUILE_DBD_PATH.
2021-10-03gnu: guile-dbi: Remove hard-coded guile effective version.Arun Isaac
* gnu/packages/guile-xyz.scm (guile-dbi)[arguments]: Import target-guile-effective-version from (guix build guile-build-system). Use target-guile-effective-version to determine the guile effective version.
2021-10-03gnu: guile-dbi: Update upstream source.Arun Isaac
* gnu/packages/guile-xyz.scm (guile-dbi)[source]: Use git-fetch. Update URI. [home-page]: Update URI. [native-inputs]: Add autoconf, automake, libtool, perl and texinfo.
2021-10-03gnu: xpra: Update to 4.2.2.Matthew James Kraai
* gnu/packages/xorg.scm (xpra): Update to 4.2.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-10-03gnu: python-gnupg: Honor #:tests? flag.Efraim Flashner
* gnu/packages/gnupg.scm (python-gnupg)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
2021-10-03gnu: python-gnupg: Build with gnupg.Efraim Flashner
* gnu/packages/gnupg.scm (python-gnupg)[native-inputs]: Replace gnupg-1 with gnupg.
2021-10-03gnu: python-gnupg: Update to 0.4.7.Zac Berkowitz
* gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.7. [homepage]: change to https://pythonhosted.org/python-gnupg/index.html due to redirect. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-10-03gnu: fzf: Fix fish functions location.Efraim Flashner
Reported by wp1148917-web <drwilly@drwilly.de>. * gnu/packages/terminals.scm (fzf)[arguments]: Adjust 'install-completions phase to install the fish vendor functions into the correct location.
2021-10-03gnu: wget2: Update to 2.0.0.Efraim Flashner
* gnu/packages/wget.scm (wget2): Update to 2.0.0.
2021-10-02scripts: home: Wire and document --expression flag.Pierre Langlois
* guix/scripts/home.scm (show-help): Add --expression option. (%options): Likewise. * doc/guix.texi (Invoking guix home): Document it.
2021-10-02gnu: gthumb: Add optional dependencies.Vinicius Monego
* gnu/packages/gnome.scm (gthumb)[native-inputs]: Order alphabetically. [inputs]: Order alphabetically. Add colord, libheif, librsvg, libwebp. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-02gnu: gthumb: Update to 3.12.0.Vinicius Monego
* gnu/packages/gnome.scm (gthumb): Update to 3.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-02gnu: amssynth: Update to 1.12.2.Thomas Albers
* gnu/packages/music.scm (amsynth): Update to 1.12.2. [arguments]: Adjust 'patch-file-names' phase. [inputs]: Remove GTKMM-2 and LASH. [propagated-inputs]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-02import/minetest: Define an updater for mods on ContentDB.Maxime Devos
Only detecting updates is currently supported. To actually perform the uppdates, a patch like <https://issues.guix.gnu.org/50072#4> is required. * guix/import/minetest.scm (version-style,minetest-package?,latest-minetest-release): New procedures. (%minetest-updater): New updater. * tests/minetest.scm (upstream-source->sexp,expected-sexp,example-package): New procedure. (test-release,test-no-release): New macro's. ("same version","new version (dotted)","new version (date)") ("new version (git -> dotted)","dotted->date","date->dotted") ("no commit informaton, no new release") ("minetest is not a minetest mod") ("technic is a minetest mod") ("upstream-name is required"): New tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-02import: stackage: Use the standard diagnostic procedures.Ludovic Courtès
* guix/import/stackage.scm (leave-with-message): Remove. (stackage-lts-info-fetch): Use 'raise' and 'formatted-message'. (stackage->guix-package): Likewise. (latest-lts-release): Use 'warning' instead of 'format'.
2021-10-02import: stackage: Use 'define-json-mapping'.Ludovic Courtès
* guix/import/stackage.scm (<stackage-lts>, <snapshot>) (<stackage-package>): New record types and JSON mappings. (lts-info-packages, stackage-package-name) (stackage-package-version): Remove. (lts-package-version): Rename 'pkgs-info' to 'packages'; assume 'packages' is a list of <stackage-package>. (stackage->guix-package): Use 'stackage-lts-packages' instead of 'lts-info-packages'. Rename 'packages-info' to 'packages'. (latest-lts-release): Likewise. (stackage-package?): Rename to... (stackage-lts-package?): ... this. Adjust to new API. (%stackage-updater)[pred]: Update accordingly. * tests/lint.scm ("haskell-stackage"): Add "snapshot" entry in JSON snippet.
2021-10-02gnu: linux-libre 5.4: Update to 5.4.150.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.150. (linux-libre-5.4-pristine-source): Update hash.
2021-10-02gnu: linux-libre 5.10: Update to 5.10.70.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.70. (linux-libre-5.10-pristine-source): Update hash.
2021-10-02gnu: linux-libre: Update to 5.14.9.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.9. (linux-libre-5.14-pristine-source): Update hash.
2021-10-02gnu: sdl-ttf: Update to 2.0.11.1.宋文武
* gnu/packages/sdl.scm (sdl-ttf): Update to 2.0.11.1.
2021-10-02gnu: ungoogled-chromium: Update to 94.0.4606.71-1.Marius Bakke
* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 94. (arch-patch, %arch-revision, %arch-patches): New variables. (%chromium-version): Set to 94.0.4606.71. (%ungoogled-revision, %ungoogled-origin): Update to 94.0.4606.71-1. (ungoogled-chromium-snippet): Apply %ARCH-PATCHES. (ungoogled-chromium)[version]: Use %UNGOOGLED-REVISION if it matches %CHROMIUM-VERSION, otherwise use a "-0" suffix. [arguments]: Adjust renamed configure flag. [inputs]: Change from HARFBUZZ to HARFBUZZ-3.0.
2021-10-02gnu: uBlock Origin: Update to 1.38.2.Marius Bakke
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.38.2.
2021-10-02gnu: harfbuzz: Add 3.0.Marius Bakke
* gnu/packages/gtk.scm (harfbuzz-3.0): New public variable.
2021-10-02gnu: zfs: Update to 2.1.1.Kaelyn Takata
* gnu/packages/file-systems.scm (zfs): Update to 2.1.1. [arguments]: Do not return #t from custom phases. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-10-02gnu: komikku: Update to 0.34.1.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 0.34.1.
2021-10-02gnu: gnuradio: Add missing input for gr_filter_design tool.Guillaume Le Vaillant
* gnu/packages/radio.scm (gnuradio)[inputs]: Add python-pyqtgraph.