Age | Commit message (Expand) | Author |
2022-12-26 | import: egg: Allow updating to a specific version....* guix/import/egg.scm (latest-release): Rename to 'import-release',
add #:version argument.
If version is given, return an upstream-source for this version.
| Hartmut Goebel |
2022-12-26 | import: crate: Allow updating to a specific version....* guix/import/crate.scm (latest-release): Rename to 'import-release',
add #:version argument.
If version is given, return an upstream-source for this version.
| Hartmut Goebel |
2022-12-26 | gnu-maintenance: Allow updating to a specific version....* guix/gnu-maintenance.scm
(latest-ftp-release): Rename to … (import-ftp-release) … this,
add #:version argument.
If version is given, try to find the respective version.
(latest-html-release): Rename to … (import-html-release) … this,
add #:version argument.
If version is given, try to find the respective version.
(latest-gnu-release): Rename to … (import-gnu-release) … this,
add #:version argument. Refactor to first select archives for
respective package, the find the requested or latest version, then create
the upstream-source.
(latest-release): Rename to … (import-release) … this,
add #:version argument, pass on to … (import-ftp-release) … this.
(import-release*): Rename to … (import-release*) … this,
add #:version argument, pass on to … (latest-release) … this.
(latest-savannah-release): Rename to … (import-savannah-release) … this,
add keword-argument version, pass on to … (import-html-release) … this.
(latest-xorg-release): Rename to … (import-xorg-release) … this,
add keword-argument version, pass on to … (import-ftp-release) … this.
(latest-kernel.org-release): Rename to … (import-kernel.org-release) … this,
add #:version argument, pass on to … (import-html-release) … this.
(latest-html-updatable-release): Rename to … (import-html-updatable-release)
… this, add #:version argument, pass on to … (import-html-release) … this.
* guix/import/gnu.scm(gnu->guix-package): Adjust function call.
| Hartmut Goebel |
2022-12-26 | import: sourceforge: Issue error-message if version is given....Due to the complicated directory structure at sourceforce,
enabling the sourceforge importer to update to a specific version
is very complicated to implement. Since only 2.0% of the
packages in guix are covered by this updater I dedided to not
implement this.
* guix/gnu-maintenance.scm (latest-sourceforge-release): Add #:version
argument. Issue error-message if version is given.
| Hartmut Goebel |
2022-12-26 | import: Issue error-message if version is given....These importer don't support importing a specific version, thus the updater
does neither. Issue an error message in case version is given.
* guix/import/cpan.scm (latest-release),
guix/import/elpa.scm (latest-release),
guix/import/hackage.scm (latest-release),
guix/import/minetest.scm (latest-minetest-release),
guix/import/opam.scm (latest-release): Add #:version argument,
issue error if version is given.
* guix/import/cran.scm (latest-cran-release): Same.
(latest-bioconductor-release) Same. <version>: rename to <latest-version>.
* guix/import/stackage.scm (latest-lts-release): For each generated updater,
add #:version argument and issue error if version is given.
| Hartmut Goebel |
2022-12-26 | import: cpan: Remove unused exports....* guix/import/cpan.scm (#:export): Remove unused exports.
| Hartmut Goebel |
2022-12-26 | upstream-updater: Rename record field....The next commits will make the functions, which are currently importing the
latest version of a package, change into importing the latest or a given
version of the package (for those updaters supporting specifying a version).
Thus the name ‘latest‘ is no longer appropriate.
* guix/upstream.scm (upstream-updater) Rename field [latest] to
[import]. (lookup-updater, package-latest-release) Adjust fieldname
accordingly.
* guix/gnu-maintenance.scm (%gnu-updater, %gnu-ftp-updater,
%savannah-updater, %sourceforge-updater, %xorg-updater,
%kernel.org-updater, %generic-html-updater),
guix/import/cpan.scm (%cpan-updater),
guix/import/cran.scm (%cran-updater, %bioconductor-updater),
guix/import/crate.scm (%crate-updater),
guix/import/egg.scm (%egg-updater),
guix/import/elpa.scm (%elpa-updater),
guix/import/gem.scm (%gem-updater),
guix/import/git.scm (%generic-git-updater),
guix/import/github.scm (%github-updater),
guix/import/gnome.scm (%gnome-updater),
guix/import/hackage.scm (%hackage-updater),
guix/import/hexpm.scm (%hexpm-updater),
guix/import/kde.scm (%kde-updater),
guix/import/launchpad.scm (%launchpad-updater),
guix/import/minetest.scm (%minetest-updater),
guix/import/opam.scm (%opam-updater),
guix/import/pypi.scm (%pypi-updater),
guix/import/stackage.scm (%stackage-updater),
tests/import-github.scm (found-sexp)
tests/transformations.scm ("options->transformation, with-latest"):
Adjust fieldname accordingly.
| Hartmut Goebel |
2022-12-26 | images: wsl2: Create XDG_RUNTIME_DIR on first login....* gnu/system/images/wsl2.scm (wsl-boot-program): Create XDG_RUNTIME_DIR on
first login and set it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| dan |
2022-12-26 | gnu: services: Fix bluetooth-service docstring....* gnu/services/desktop.scm (bluetooth-service): Sync docstring with info,
remove mention to group not really needed to access D-Bus service.
* doc/guix.texi (Desktop Services): Also remove mention to group here.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ivan Vilata i Balaguer |
2022-12-26 | gnu: Add wvkbd....* gnu/packages/xdisorg.scm (wvkbd): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Tobias Kortkamp |
2022-12-26 | teams: Add 宋文武....* etc/team.scm.in: Add 宋文武.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| 宋文武 |
2022-12-26 | teams: Add localization....* etc/teams.scm.in (localization): New team.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| 宋文武 |
2022-12-26 | shell: Make --help show --system and --list-systems....These options are callable and documented in the manual but not
shown by --help.
* guix/scripts/shell.scm: Make --help show --system and
--list-systems.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Yarl Baudig |
2022-12-26 | gnu: pipe-viewer: Update to 0.4.4....* gnu/packages/video.scm (pipe-viewer): Update to 0.4.4.
| Ludovic Courtès |
2022-12-25 | gnu: emacs-circadian: Update to 0.3.3....* gnu/packages/emacs-xyz.scm (emacs-circadian): Update to 0.3.3.
[arguments]<#:test-command>: Update test procedure.
[native-inputs]: Remove EMACS-ERT-RUNNER.
| Nicolas Goaziou |
2022-12-25 | gnu: emacs-ement: Update to 0.5.2....* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.5.2.
| Nicolas Goaziou |
2022-12-25 | gnu: Add emacs-snow....* gnu/packages/emacs-xyz.scm (emacs-snow): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| jgart |
2022-12-25 | gnu: syslinux: Honor #:tests? flag....* gnu/packages/bootloaders.scm (syslinux)[arguments]: Adjust custom
'check phase to honor the #:tests? flag.
| Efraim Flashner |
2022-12-25 | gnu: hstr: Update to 2.6....* gnu/packages/shellutils.scm (hstr): Update to 2.6.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Michael Rohleder |
2022-12-25 | gnu: ristretto: Update to 0.12.4....* gnu/packages/xfce.scm (ristretto): Update to 0.12.4.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Michael Rohleder |
2022-12-25 | gnu: xfce4-notifyd: Update to 0.6.5....* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.5.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Michael Rohleder |
2022-12-25 | gnu: xfce4-taskmanager: Update to 1.5.5....* gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.5.5.
[inputs]: Add libxfce4ui.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Michael Rohleder |
2022-12-25 | gnu: vcsh: Update to 2.0.5....* gnu/packages/version-control.scm (vcsh): Update to 2.0.5.
[native-inputs]: Remove which. Add autoconf, automake, ronn-ng, perl,
perl-test-harness, perl-shell-command, perl-test-most, pkg-config.
[inputs]: Remove perl, perl-test-harness, perl-shell-command,
perl-test-most.
[arguments]: Remove phase install-bash-completion. Add phase fix-version-gen.
Remove deletion of configure and build phases.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Michael Rohleder |
2022-12-25 | gnu: guile-png: Update to 0.3.0....* gnu/packages/guile-xyz.scm (guile-png): Update to 0.3.0.
[arguments]: Patch tests to silence Guile-SMC logs.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Artyom V. Poptsov |
2022-12-25 | services: wireguard: Allow specifying pre-shared keys....* gnu/services/vpn.scm (<wireguard-peer>)[preshared-key]: New field.
* doc/guix.texi (VPN Services): Document it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Timo Wilken |
2022-12-25 | gnu: QEMU: Unbundle OpenSBI....* gnu/packages/virtualization.scm (qemu)[source](snippet): Delete precompiled
riscv64 firmware, and its source code.
[arguments]: Provide OpenSBI.
[inputs]: Add OPENSBI-QEMU.
| Marius Bakke |
2022-12-25 | gnu: Add opensbi-qemu....* gnu/packages/firmware.scm (opensbi-qemu): New variable.
| Marius Bakke |
2022-12-25 | gnu: opensbi: Use the same source file name regardless of variant....* gnu/packages/firmware.scm (make-opensbi-package)[source](file-name): Don't
use the NAME variable which changes depending on the variant.
| Marius Bakke |
2022-12-25 | gnu: QEMU: Unbundle OpenBIOS....* gnu/packages/virtualization.scm (qemu)[source](snippet): Remove precompiled
PPC OpenBIOS firmware, and its source code.
[arguments]: Replace with the one from Guix.
[inputs]: Add OPENBIOS-QEMU-PPC.
| Marius Bakke |
2022-12-25 | gnu: Add openbios-qemu-ppc....* gnu/packages/firmware.scm (make-openbios-package): New procedure.
(openbios-qemu-ppc): New variable.
* gnu/packages/patches/openbios-gcc-warnings.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke |
2022-12-25 | services: ganeti: Label mcron jobs....* gnu/services/ganeti.scm (ganeti-watcher-jobs): Label job as "ganeti-watcher".
(ganeti-cleaner-jobs): Labels jobs as "ganeti master cleaner" and "ganeti node
cleaner".
| Marius Bakke |
2022-12-25 | gnu: freecad: Fix the package hash....* gnu/packages/engineering.scm (freecad): Fix the package hash.
Signed-off-by: Andrew Tropin <andrew@trop.in>
| Artyom V. Poptsov |
2022-12-25 | gnu: mumi: Update to 0.0.4-2.0a90eed....* gnu/packages/mail.scm (mumi): Update to 0.0.4-2.0a90eed.
| Ricardo Wurmus |
2022-12-24 | gnu: mumi: Update to 0.0.4-1.18acd2b....* gnu/packages/mail.scm (mumi): Update to 0.0.4-1.18acd2b.
| Ricardo Wurmus |
2022-12-24 | gnu: qdmr: Update to 0.10.4....* gnu/packages/radio.scm (qdmr): Update to 0.10.4.
| Guillaume Le Vaillant |
2022-12-24 | gnu: shotcut: Update to 22.12.21....* gnu/packages/video.scm (shotcut): Update to 22.12.21.
| Vinicius Monego |
2022-12-24 | gnu: homebank: Update to 5.6....* gnu/packages/finance.scm (homebank): Update to 5.6.
| Vinicius Monego |
2022-12-18 | doc: Fix typo....* doc/contributing.texi (Sending a Patch Series): Fix e-mail address of
<guix-patches@gnu.org>.
Reported by Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>.
| Tobias Geerinckx-Rice |
2022-12-24 | gnu: gnome-shell-extension-burn-my-windows: Update to 22....* gnu/packages/gnome-xyz (gnome-shell-extension-burn-my-windows): Update to 22.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Sughosha |
2022-12-24 | gnu: gnome-shell-extension-vertical-overview: Update to 10....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-vertical-overview): Update to 10.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Sughosha |
2022-12-24 | gnu: gnome-shell-extension-unite-shell: Update to 69....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): Update to 69.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Sughosha |
2022-12-24 | gnu: libtirpc-hurd: Fix cross-compilation....Fixes a regression introduced in
517618b2401c2ab5861e63df60ae49918b94f727, whereby the "wrong"
'krb5-config' script would be picked.
* gnu/packages/onc-rpc.scm (libtirpc/hurd)[arguments]: Turn
#:configure-flags into a gexp to refer to the right "mit-krb5".
| Ludovic Courtès |
2022-12-24 | hurd-boot: Fix list of devices with translators....Fixes a regression introduced in
450f7740283ce160a7482d1c75e6e0ab17f2a6f0 and
e3c6575ee93741a43003cd1aa4663151dd90b9f5, which introduced
unquote-splicing without changing quote to quasiquote.
* gnu/build/hurd-boot.scm (set-hurd-device-translators)[devices]: Use
quasiquote, note quote.
| Ludovic Courtès |
2022-12-24 | gnu: python-scikit-build: Depend on 'git-minimal/fixed'....* gnu/packages/python-xyz.scm (python-scikit-build)[native-inputs]:
Replace 'git-minimal' with 'git-minimal/fixed'.
| Ludovic Courtès |
2022-12-24 | gnu: gnome-photos: Depend on 'git-minimal/fixed'....* gnu/packages/gnome.scm (gnome-photos)[arguments]: Pass
#:disallowed-references.
[native-inputs]: Replace 'git-minimal' with 'git-minimal/fixed'.
| Ludovic Courtès |
2022-12-24 | gnu: opam: Depend on 'git-minimal/fixed'....* gnu/packages/ocaml.scm (opam)[native-inputs]: Replace 'git-minimal'
with 'git-minimal/fixed'.
| Ludovic Courtès |
2022-12-24 | gnu: ocamlformat: Depend on 'git-minimal/fixed'....* gnu/packages/ocaml.scm (ocamlformat): Replace 'git-minimal' with
'git-minimal/fixed'.
| Ludovic Courtès |
2022-12-24 | gnu: julia-documenter: Depend on 'git-minimal/fixed'....That way the main 'git-minimal' package can be updated without causing a
rebuild of all the dependents of 'julia-documenter'.
* gnu/packages/julia-xyz.scm (julia-documenter)[native-inputs]: Replace
'git-minimal' by 'git-minimal/fixed'.
| Ludovic Courtès |
2022-12-24 | gnu: Add emacs-loccur....* gnu/packages/emacs-xyz.scm (emacs-loccur): New variable.
| Ricardo Wurmus |
2022-12-23 | gnu: ceph: Update to 17.2.5....* gnu/packages/storage.scm (ceph): Update to 17.2.5.
[source]: Remove obsolete patches; remove bundled sources for arrow.
[arguments]: Disable parallel build; use system arrow.
[inputs]: Drop input labels; add apache-thrift, apache-arrow-for-ceph, and
utf8proc.
* gnu/packages/patches/ceph-boost-compat.patch: Delete file.
* gnu/packages/patches/ceph-rocksdb-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove them.
| Ricardo Wurmus |