summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-28gnu: python-pycurl: Update to 7.45.2....* gnu/packages/python-web.scm (python-pycurl): Update to 7.45.2. Marius Bakke
2022-12-28gnu: Open vSwitch: Update to 3.0.3....* gnu/packages/networking.scm (openvswitch): Update to 3.0.3. Marius Bakke
2022-12-28doc: Update expired URL....* doc/guix.texi (DNS Services): Update knot-resolver documentation link. Marius Bakke
2022-12-28gnu: zeitgeist: Remove input labels....* gnu/packages/gnome.scm (zeitgeist)[arguments]: Use SEARCH-INPUT-DIRECTORY instead of label. [native-inputs, inputs]: Remove labels. Marius Bakke
2022-12-27records: match-record supports specifying a different variable name....An example: (match-record obj <my-type> (field1 (field2 custom-var-name) field3) ...) * guix/records.scm (match-record-inner): Add support for the new syntax. * tests/records.scm ("match-record, simple"): Add a simple test case for the new syntax. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Attila Lendvai
2022-12-27gnu: ola: Use gexps....* gnu/packages/lighting.scm (ola)[arguments]: Use gexps. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon South
2022-12-27gnu: ola: Remove input labels....* gnu/packages/lighting.scm (ola)[inputs]: Remove input labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon South
2022-12-27gnu: ola: Update to 0.10.8....* gnu/packages/lighting.scm (ola): Update to 0.10.8. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon South
2022-12-27gnu: abc: Update to 0.0-2.70cb339....* gnu/packages/fpga.scm (abc): Update to 0.0-2.70cb339. [source]: Fetch from current source-code repository. [native-inputs]: Remove as obsolete. [arguments]<#:tests?>: Update comment. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon South
2022-12-27gnu: abc: Use gexps....* gnu/packages/fpga.scm (abc)[arguments]: Use gexps; simplify "install" phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon South
2022-12-27gnu: abc: Convey license information....* gnu/packages/fpga.scm (abc)[arguments]: Add #:license-file-regexp so license information is included in package output. [license]: Specify URI of actual package license. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon South
2022-12-27gnu: ruby: Add ruby-3.2....* gnu/packages/ruby.scm (ruby-3.2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Remco van 't Veer
2022-12-27gnu: libksba: Update replacement to 1.6.3 [fixes CVE-2022-47629]....* gnu/packages/gnupg.scm (libksba/fixed): Update to 1.6.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon Josefsson
2022-12-27gnu: fossil: Remove obsolete snippet....* gnu/packages/version-control.scm (fossil)[source]: Remove obsolete substitution. Ricardo Wurmus
2022-12-27gnu: fossil: Update to 2.20....* gnu/packages/version-control.scm (fossil): Update to 2.20. kiasoc5
2022-12-27gnu: jami: Update to 20221220.0956.79e1207....* gnu/packages/jami.scm (%jami-version): Update to 20221220.0956.79e1207. (%jami-sources): Remove all but the 'jami-disable-integration-tests.patch' and 'jami-libjami-headers-search.patch' patches. * gnu/packages/patches/jami-fix-qml-imports.patch: Delete file. * gnu/packages/patches/jami-fix-unit-tests-build.patch: Likewise. * gnu/packages/patches/jami-no-webengine.patch: Likewise. * gnu/packages/patches/jami-sip-contacts.patch: Likewise. * gnu/packages/patches/jami-sip-unregister.patch: Likewise. * gnu/packages/patches/jami-sipaccount-segfault.patch: Likewise. * gnu/packages/patches/jami-xcb-link.patch: Likewise. * gnu/local.mk (dist_patch_DATA): De-register them. Maxim Cournoyer
2022-12-27gnu: Borg: Update to 1.2.3....* gnu/packages/backup.scm (borg): Update to 1.2.3. Leo Famulari
2022-12-27gnu: linux-libre-documentation: Organize....This package was miscategorized as a "Generic kernel package". * gnu/packages/linux.scm (linux-libre-documentation): Move variable into its own section. Leo Famulari
2022-12-27snippets: Remove unwanted git-commit-mode invocation....We only need to check if git-commit-mode is t, not enable it in all text-mode buffers. * etc/snippets/tempel/text-mode: Remove unwanted git-commit-mode invocation. Andrew Tropin
2022-12-26image: Enhance compatibility of the root ext4 partition....Generating a raw-with-offset image would previously not be bootable with U-Boot. * gnu/system/image.scm (root-partition) [file-system-options]: New field. Maxim Cournoyer
2022-12-26doc: Describe how to update to a specific version....* doc/guix.texi (Invoking guix refresh): Describe how to update to a specific version. Hartmut Goebel
2022-12-26upstream: Allow updating to a specific version....* guix/upstream.scm(package-latest-release): Add keyword-argument 'version' and pass it on to the updater's 'import' function. (package-update): add keyword-argument 'version' and pass it on to package-latest-release. Differentiate the error message issued when no package was found, depending on whether version was given or not. Hartmut Goebel
2022-12-26refresh: Allow updating to a specific version....* guix/scripts/refresh.scm (options->packages)[args-packages]: Handle version specification in package name arguments. (update-package): Add #:version argument and pass it on to called functions. (guix-refresh): When updating, pass the specified version (if any) to update-package. [package-list-without-versions, package-list-with-versions]: New functions. Hartmut Goebel
2022-12-26import: pypi: Allow updating to a specific version....* guix/import/pypi.scm (latest-release): Rename to 'import-release', add #:version argument and pass it on to called functions. Hartmut Goebel
2022-12-26import: launchpad: Allow updating to a specific version....* guix/import/launchpad.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-26import: kde: Allow updating to a specific version....* guix/import/kde.scm (latest-kde-release): Rename to 'import-kde-release', add #:version argument. Rework the code to not sort the relevant files, but just find the requested or latest version. [find-latest-archive-version]: New function. Hartmut Goebel
2022-12-26import: hexpm: Allow updating to a specific version....* guix/import/hexpm.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-26import: gnome: Allow updating to a specific version....* guix/import/gnome.scm (latest-gnome-release): Rename to 'import-gnome-release', add #:version argument. If version is given, try to find the respective version [find-latest-release]: New function, based on former code. [find-version-release]: New function. Hartmut Goebel
2022-12-26import: github: Allow updating to a specific version....* guix/import/github.scm (latest-released-version): Add #:version argument. If version is given, try to find the respective release. (latest-releease) Rename to 'import-release', add #:version argument and pass it on to 'latest-released-version'. Hartmut Goebel
2022-12-26import: git: Allow updating to a specific version....* guix/import/git.scm (latest-tag): Add #:version argument. If version is given, try to find the respective version tag. (latest-git-tag-version): Add #:version argument and pass it on to called functions. (latest-releease) Rename to 'import-release', add #:version argument and pass it on to called functions. Hartmut Goebel
2022-12-26import: gem: Allow updating to a specific version....* guix/import/gem.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-26import: 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-26import: 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-26gnu-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-26import: 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-26import: 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-26import: cpan: Remove unused exports....* guix/import/cpan.scm (#:export): Remove unused exports. Hartmut Goebel
2022-12-26upstream-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-26images: 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-26gnu: 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-26gnu: Add wvkbd....* gnu/packages/xdisorg.scm (wvkbd): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Tobias Kortkamp
2022-12-26teams: Add 宋文武....* etc/team.scm.in: Add 宋文武. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 宋文武
2022-12-26teams: Add localization....* etc/teams.scm.in (localization): New team. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 宋文武
2022-12-26shell: 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-26gnu: pipe-viewer: Update to 0.4.4....* gnu/packages/video.scm (pipe-viewer): Update to 0.4.4. Ludovic Courtès
2022-12-25gnu: 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-25gnu: emacs-ement: Update to 0.5.2....* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.5.2. Nicolas Goaziou
2022-12-25gnu: Add emacs-snow....* gnu/packages/emacs-xyz.scm (emacs-snow): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> jgart
2022-12-25gnu: syslinux: Honor #:tests? flag....* gnu/packages/bootloaders.scm (syslinux)[arguments]: Adjust custom 'check phase to honor the #:tests? flag. Efraim Flashner
2022-12-25gnu: hstr: Update to 2.6....* gnu/packages/shellutils.scm (hstr): Update to 2.6. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Michael Rohleder