~ruther/guix-local

ref: 630201dba8f48dce96b0f0d27a668bbd537cda77 guix-local/gnu/packages d---------
630201db — Rodion Goritskov 1 year, 4 months ago
gnu: xdg-desktop-portal: Fix configuration file search.

* gnu/local.mk: Add patch.
* gnu/packages/freedesktop.scm (xdg-desktop-portal): Add patch.
* gnu/packages/patches/xdg-desktop-portal-disable-configuration-search-exit.patch: New file

Change-Id: Idd637f5613e7d1403fc3a0feeff53a7931e68fc6
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
41e62cb1 — Maxim Cournoyer 1 year, 5 months ago
gnu: udisks: Mount removal media to /run/media/ instead of /media.

* gnu/packages/freedesktop.scm (udisks)
[configure-flags]: Delete --enable-fhs-media.

Fixes: <https://issues.guix.gnu.org/76022>
Change-Id: I51a1e50c66577cf45476ae441a1c57031348eeed
gnu: gnome-shell: Fix substitutions for imports.

* gnu/packages/gnome.scm (gnome-shell)[arguments]<#:phases>: Update regexps
for substitutions in 'wrap-programs phase so search paths can be included
again.

Change-Id: Ie3582edbcb1e5712787c9292c449b161c7c9d869
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
b5a48258 — Maxim Cournoyer 1 year, 5 months ago
gnu: gnome-boxes: Streamline inputs.

* gnu/packages/gnome.scm (gnome-boxes) [native-inputs]: Repace python with
python-minimal.
[inputs]: Remove gtk-vnc and vte/gtk+-3.

Change-Id: I1e3bcc846af627652d4d768b32ee384de83249e2
9dd598a9 — Maxim Cournoyer 1 year, 5 months ago
gnu: spice-gtk: Propagate cyrus-sasl.

For pkg-config resolution.

* gnu/packages/spice.scm (spice-gtk) [inputs]: Move cyrus-sasl to...
[propagated-inputs]: ... here.

Change-Id: I47213ba575182352d08ed34be3af0f6f72f9eb32
3e9f9af5 — Maxim Cournoyer 1 year, 5 months ago
gnu: virt-manager: Update to 5.0.0 and enable tests.

* gnu/packages/virtualization.scm (virt-manager): Update to 5.0.0.
[source]: Update URI.  Delete patches.
[build-system]: Switch to meson-build-system.
[arguments] <#:use-setuptools?, #:tests?, #:imported-modules>: Delete
arguments.
<#:modules>: Add (srfi srfi-1).
<#:phases>: Delete fix-setup phase.  Remove stale Xen comment in
fix-default-uri phase.  Rename and extend wrap-with-GI_TYPELIB_PATH phase to
wrap-more. Delete glib-or-gtk-build-system and glib-or-gtk-wrap phases.  Add
set_SOURCE_DIR phase.  Update check phase.
[native-inputs]: Add cdrtools, cpio, gettext-minimal, pkg-config and
python-pytest.  Remove intltool and perl.
[inputs]: Add python-minimal.
* gnu/packages/patches/virt-manager-fix-gtk-cursor-theme-backtace.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.

Change-Id: Idff7abdcb5b6237e4fcaba40f373866699718cbc
Series-to: 76365@debbugs.gnu.org
Series-postfix: gnome-team
Cover-letter:
 Update virt-manager to 5.0.0.
 This small series updates virt-manager to 5.0.0, along libvirt and
 python-libvirt.
 END
fa099255 — Maxim Cournoyer 1 year, 5 months ago
gnu: python-libvirt: Update to 11.0.0.

* gnu/packages/virtualization.scm (python-libvirt): Update to 11.0.0.

Change-Id: I77b889d1bb8879764c8c854113925c5f86ab99ab
4a1ea5d0 — Maxim Cournoyer 1 year, 5 months ago
gnu: qemu: Update to 9.1.3.

* gnu/packages/virtualization.scm (qemu): Update to 9.1.3.
[source] <patches>: Add qemu-disable-migration-test.patch.
[arguments] <phases>: Adjust install-user-static phase.
[native-inputs]: Add python-tomli.
(qemu-patch): Delete procedure.
* gnu/packages/patches/qemu-disable-bios-tables-test.patch: Rebase.
* gnu/packages/patches/qemu-fix-agent-paths.patch: Likewise.
* gnu/packages/patches/qemu-disable-aarch64-migration-test.patch: Delete file.
* gnu/packages/patches/qemu-disable-migration-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.

Change-Id: I573070a297ffc9ca096c52e2fa18f839ad89a24e
84a351b3 — Maxim Cournoyer 1 year, 4 months ago
gnu: Remove qemu-7.2.4.

The comment is no longer true.

* gnu/packages/virtualization.scm (qemu-7.2.4): Delete variable.

Change-Id: I9de6ee0ccfe5d50eba1e608e7d2725e1a41d9a14
7b33214d — Eric Bavier 1 year, 5 months ago
gnu: supertuxkart: Split assets into separate package.

This allows smaller substitutes in case of updated dependencies.

* gnu/packages/games.scm (%supertuxkart-version): New variable.
(supertuxkart-source): Separate from supertuxkart in order to use in...
(supertuxkart-data): ... this new package.
(supertuxkart)[origin]: Use supertuxkart-source.
[arguments]: Add configure-flags to embed reference to supertuxkart-data.
[inputs]: Use new style.

Change-Id: I7777574bf11fdc28047ad238468e5ec4094caeab
e584b145 — Ashish SHUKLA 1 year, 4 months ago
gnu: ugrep: Update to 7.3.0.

* gnu/packages/search.scm (ugrep): Update to 7.3.0.

Change-Id: I03fc0d493e7d8eed84f4a83238d3aa65c2fb8e08
Signed-off-by: Zheng Junjie <z572@z572.online>
63c7a38f — Zheng Junjie 1 year, 4 months ago
gnu: esbuild: Fix test on riscv64-linux.

* gnu/packages/web.scm (esbuild)[arguments]<#:test-flags>: When target
riscv64-linux, Use -short.

Change-Id: I82a627820d4555260506393c3fcebebc87ecd5c3
eac939f2 — Zheng Junjie 1 year, 4 months ago
gnu: ktouch: Update to 24.12.2.

* gnu/packages/education.scm (ktouch): Update to 24.12.2.

Change-Id: I5212f9d822e08bf30186f1eabce5be73e25ed5ea
88d0f1fb — Zheng Junjie 1 year, 6 months ago
gnu: ktouch: Update to 24.12.1.

* gnu/packages/education.scm (ktouch): Update to 24.12.1.

Change-Id: I1bab04124acfe611a3705955c850e3cc31030aa4
460a9b88 — Zheng Junjie 1 year, 4 months ago
gnu: kqtquickcharts: Update to 24.12.2.

* gnu/packages/education.scm (kqtquickcharts): Update to 24.12.2.

Change-Id: I0c2016c424c8f35e6bff22a6dda88de46a092741
ff88a797 — Zheng Junjie 1 year, 6 months ago
gnu: kqtquickcharts: Update to 24.12.1.

* gnu/packages/education.scm (kqtquickcharts): Update to 24.12.1.

Change-Id: If74b37283ef7be1a2035641f59865bd957494b9f
53daba32 — Zheng Junjie 1 year, 5 months ago
gnu: kfind: Update to 24.12.2.

* gnu/packages/kde-utils.scm (kfind): Update to 24.12.2.

Change-Id: I5c2e3593a6d9922b2271728cc641647ab1dbb772
a9ea0407 — Zheng Junjie 1 year, 6 months ago
gnu: kfind: Update to 24.12.1.

* gnu/packages/kde-utils.scm (kfind): Update to 24.12.1.
[inputs]: Add kcrash.

Change-Id: Iaef975d3b1426643ddb6ae3979c99f48245b7b53
478e3e85 — Ludovic Courtès 1 year, 4 months ago
gnu: bootloaders: Remove top-level circular dependency with firmware.scm.

Fixes a circular dependency in ‘make-u-boot-rockchip-package’ that
became apparent with 6e41ca397dd2810ee78bce8fdd11da5ba09c8fd4.

* gnu/packages/bootloaders.scm (make-u-boot-rockchip-package): Remove
‘atf’ variable.  Move ‘match’ form to the ‘inputs’ field.  In
‘set-environment’ phase, use ‘search-input-file’.

Change-Id: Ic42453efb8c2ef50a5f902998129bb8d6f0defdc
6e41ca39 — Herman Rimm 1 year, 7 months ago
gnu: bootloader: Add orangepi-zero2w bootloader.

* gnu/bootloader/u-boot.scm (u-boot-orangepi-zero2w-bootloader): Add
variable.
* gnu/packages/bootloaders.scm (u-boot-orangepi-zero2w): Add variable.
* gnu/packages/firmware.scm (arm-trusted-firmware-sun50i-h616): Add
variable.

Change-Id: Idb43fdabac51b3301f3bea24fec72bfa29636489
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Next