Age | Commit message (Expand) | Author |
2021-10-03 | gnu: gramps: Update to 5.1.4....* gnu/packages/genealogy.scm (gramps): Update to 5.1.4.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: freeorion: Update to 0.4.10.2....* gnu/packages/games.scm (freeorion): Update to 0.4.10.2.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: freeorion: Don't use unstable tarball....* gnu/packages/games.scm (freeorion)[source]: Use GIT-FETCH and
GIT-FILE-NAME. Remove explicit #t snippet return value.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: corsix-th: Update to 0.65.1....* gnu/packages/games.scm (corsix-th): Update to 0.65.1.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: yadifa: Update to 2.5.1 [security fixes]....* gnu/packages/dns.scm (yadifa): Update to 2.5.1.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: sx: Don't propagate xauth....* gnu/packages/xdisorg.scm (sx)[arguments]: Patch sx to refer to xauth.
[propagated-inputs]: Move xauth from here…
[inputs]: …to here.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: sx: Update to 2.1.7....* gnu/packages/xdisorg.scm (sx): Update to 2.1.7.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: dnsmasq: Prepare for cross-compilation....* gnu/packages/dns.scm (dnsmasq)[arguments]: Use CC-FOR-TARGET.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: dnsmasq: Update to 2.86....* gnu/packages/dns.scm (dnsmasq): Update to 2.86.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: squashfs-tools-ng: Update to 1.1.3....* gnu/packages/compression.scm (squashfs-tools-ng): Update to 1.1.3.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: ccache: Update to 4.4.2....* 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.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: snapraid: Update to 11.6....* gnu/packages/backup.scm (snapraid): Update to 11.6.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: libhx: Update to 4.0.1....* gnu/packages/c.scm (libhx): Update to 4.0.1.
[source, home-page]: Update URL.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: os-prober: Update to 1.79....* gnu/packages/bootloaders.scm (os-prober): Update to 1.79.
| Tobias Geerinckx-Rice |
2021-10-03 | bash completion: Fix ‘system’ & ‘container’ subcommands....* etc/completion/bash/guix (_guix_complete): Count words from the
innermost command.
| Tobias Geerinckx-Rice |
2021-10-03 | bash completion: Complete ‘guix size’ file names....* etc/completion/bash/guix (_guix_complete): Complete store file names
after the ‘size’ command.
| Tobias Geerinckx-Rice |
2021-10-03 | bash completion: Complete ‘guix build’ file names....* 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.
| Tobias Geerinckx-Rice |
2021-10-03 | bash completion: Complete ‘guix weather’ packages....* etc/completion/bash/guix (_guix_complete): Complete available package
names for ‘guix weather’ when not following ‘-m’.
| Tobias Geerinckx-Rice |
2021-10-03 | bash completion: Append to $COMPREPLY where possible...._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.
| Tobias Geerinckx-Rice |
2021-10-03 | bash completion: Consolidate similar $command ‘if’ branches....* etc/completion/bash/guix (_guix_complete): Combine the ‘upgrade’ and
‘remove’ commands, as well as ‘download’, ‘gc’, and ‘hash’.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: bcachefs-tools: Update to 0.1-11.3785043....* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-11.3785043.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: guile-dbd-sqlite3: Use normal variable instead of @ reference....* gnu/packages/guile-xyz.scm (guile-dbd-sqlite3)[inputs]: Replace (@ (gnu
packages compression) zlib) with zlib.
| Arun Isaac |
2021-10-03 | gnu: Add guile-dbd-mysql....* gnu/packages/guile-xyz.scm (guile-dbd-mysql): New variable.
| Arun Isaac |
2021-10-03 | gnu: guile-dbi-bootstrap: Remove package....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.
| Arun Isaac |
2021-10-03 | gnu: guile-dbd-postgresql: Inherit from guile-dbi....* 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.
| Arun Isaac |
2021-10-03 | gnu: guile-dbd-sqlite3: Inherit from guile-dbi....* 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.
| Arun Isaac |
2021-10-03 | gnu: guile-dbi: Update to 2.1.8....* gnu/packages/guile-xyz.scm (guile-dbi): Update to 2.1.8.
[arguments]: Add chdir phase.
| Arun Isaac |
2021-10-03 | gnu: guile-dbi: Do not return #t from custom phases....* gnu/packages/guile-xyz.scm (guile-dbi)[arguments]: Do not return #t from
custom phases.
| Arun Isaac |
2021-10-03 | gnu: guile-dbi: Search for dbd libraries using native-search-paths....* 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.
| Arun Isaac |
2021-10-03 | gnu: guile-dbi: Remove hard-coded guile effective version....* 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.
| Arun Isaac |
2021-10-03 | gnu: guile-dbi: Update upstream source....* 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.
| Arun Isaac |
2021-10-03 | gnu: xpra: Update to 4.2.2....* gnu/packages/xorg.scm (xpra): Update to 4.2.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Matthew James Kraai |
2021-10-03 | gnu: python-gnupg: Honor #:tests? flag....* gnu/packages/gnupg.scm (python-gnupg)[arguments]: Adjust custom 'check
phase to honor the #:tests? flag.
| Efraim Flashner |
2021-10-03 | gnu: python-gnupg: Build with gnupg....* gnu/packages/gnupg.scm (python-gnupg)[native-inputs]: Replace gnupg-1
with gnupg.
| Efraim Flashner |
2021-10-03 | gnu: python-gnupg: Update to 0.4.7....* 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>
| Zac Berkowitz |
2021-10-03 | gnu: fzf: Fix fish functions location....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.
| Efraim Flashner |
2021-10-03 | gnu: wget2: Update to 2.0.0....* gnu/packages/wget.scm (wget2): Update to 2.0.0.
| Efraim Flashner |
2021-10-02 | scripts: home: Wire and document --expression flag....* guix/scripts/home.scm (show-help): Add --expression option.
(%options): Likewise.
* doc/guix.texi (Invoking guix home): Document it.
| Pierre Langlois |
2021-10-02 | gnu: gthumb: Add optional dependencies....* 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>
| Vinicius Monego |
2021-10-02 | gnu: gthumb: Update to 3.12.0....* gnu/packages/gnome.scm (gthumb): Update to 3.12.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vinicius Monego |
2021-10-02 | gnu: amssynth: Update to 1.12.2....* 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>
| Thomas Albers |
2021-10-02 | import/minetest: Define an updater for mods on ContentDB....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>
| Maxime Devos |
2021-10-02 | import: stackage: Use the standard diagnostic procedures....* 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'.
| Ludovic Courtès |
2021-10-02 | import: stackage: Use 'define-json-mapping'....* 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.
| Ludovic Courtès |
2021-10-02 | gnu: linux-libre 5.4: Update to 5.4.150....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.150.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari |
2021-10-02 | gnu: linux-libre 5.10: Update to 5.10.70....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.70.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2021-10-02 | gnu: linux-libre: Update to 5.14.9....* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.9.
(linux-libre-5.14-pristine-source): Update hash.
| Leo Famulari |
2021-10-02 | gnu: sdl-ttf: Update to 2.0.11.1....* gnu/packages/sdl.scm (sdl-ttf): Update to 2.0.11.1.
| 宋文武 |
2021-10-02 | gnu: ungoogled-chromium: Update to 94.0.4606.71-1....* 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.
| Marius Bakke |
2021-10-02 | gnu: uBlock Origin: Update to 1.38.2....* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.38.2.
| Marius Bakke |