Package: guix-patches;
Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Date: Thu, 9 Jan 2025 21:50:03 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75470 in the body.
You can then email your comments to 75470 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
View this report as an mbox folder, status mbox, maintainer mbox
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 21:50:03 GMT) Full text and rfc822 format available.Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
.
(Thu, 09 Jan 2025 21:50:03 GMT) Full text and rfc822 format available.Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: guix-patches <at> gnu.org Subject: [PATCH gnome-team 00/59] To 46.7 and beyond Date: Thu, 9 Jan 2025 22:39:58 +0100
Hi Guix, this series is probably a bit too long (or maybe not), but it updates our GNOME stuff to what is mentioned in [1] – I particularly looked at the core, sdk, and core-deps folders – or newer. Some smaller items are missing, e.g. gnome-desktop and mutter remain at their current versions, because bumping them would result in a test failure, and a separate pinentry change is small enough to go to master. Anyhow, along with #74517, these are some big rebuilding changes headed for gnome-team, but after that we should start looking towards merging things to master. Once again, GNOME 48 is around the corner, so we're continuing to lag behind. Cheers [1] https://gitlab.gnome.org/GNOME/gnome-build-meta/-/tree/46.7 Liliana Marie Prikler (59): gnu: gjs: Wrap GI_TYPELIB_PATH to include necessary typelibs. gnu: gmobile: Update to 0.2.1. gnu: feedbackd: Update to 0.6.0. gnu: cairomm: Update to 1.18.0. gnu: colord-gtk: Update to 0.3.1. gnu: gexiv2: Update to 0.14.3. gnu: gnome-autoar: Update to 0.4.5. gnu: gnome-online-accounts: Update to 3.50.7. gnu: gtksourceview-4: Update to 4.8.4. gnu: gupnp: Update to 1.6.7. gnu: libgsf: Update to 1.14.53. gnu: libgweather: Update to 4.4.4. gnu: libvirt: Update to 10.10.0. gnu: mobile-broadband-provider-info: Update to 20240407. gnu: uhttpmock: Update to 0.11.0. gnu: uhttpmock: Use G-Expressions. gnu: Add msgraph. gnu: gvfs: Update to 1.56.1. gnu: osinfo-db: Update to 20240701. gnu: osinfo-db-tools: Update to 1.12.0. gnu: plymouth: Update to 24.004.60. gnu: usbredir: Update to 0.14.0. gnu: vte: Update to 0.78.2. gnu: adwaita-icon-theme: Update to 46.2. gnu: gcr: Update to 4.2.1. gnu: libmanette: Update to 0.2.9. gnu: liburing: Update to 2.8. gnu: webp-pixbuf-loader: Update to 0.2.7. gnu: appstream-glib: Update to 0.8.3. gnu: gdk-pixbuf: Update to 2.42.12. gnu: glibmm: Update to 2.82.0. gnu: glib-networking: Update to 2.78.1. gnu: gnome-backgrounds: Update to 46.0. gnu: graphene: Update to 1.10.8. gnu: gsettings-desktop-schemas: Update to 46.1. gnu: hwdata: Update to 0.391. gnu: libbluray: Update to 1.3.4. gnu: libcloudproviders-minimal: Update to 0.3.6. gnu: libdvdread: Update to 6.1.3. gnu: libjxl: Update to 0.11.1. gnu: libsoup-minimal: Add upstream-name. gnu: libsoup-minimal: Update to 3.6.1. gnu: openh264: Update to 2.5.0. gnu: rpcsvc-proto: Update to 1.4.4. gnu: calls: Update to 46.0. gnu: epiphany: Update to 46.5. gnu: evince: Update to 46.3.1. gnu: gnome-bluetooth: Update to 46.2. gnu: gnome-control-center: Update to 46.6. gnu: gnome-disk-utility: Update to 46.1. gnu: gnome-initial-setup: Update to 46.7. gnu: gnome-maps: Update to 46.12. gnu: gnome-music: Update to 46.1. gnu: gnome-remote-desktop: Update to 46.5. gnu: libgtop: Update to 2.41.3. gnu: gnome-system-monitor: Update to 46.0. gnu: gnome-user-docs: Update to 46.7. gnu: eog: Update to 47.0. gnu: totem: Update to 43.1. gnu/local.mk | 2 - gnu/packages/freedesktop.scm | 41 +- gnu/packages/games.scm | 4 +- gnu/packages/geo.scm | 4 +- gnu/packages/glib.scm | 11 +- gnu/packages/gnome.scm | 445 ++++++++++-------- gnu/packages/gtk.scm | 20 +- gnu/packages/image.scm | 8 +- gnu/packages/linux.scm | 4 +- gnu/packages/onc-rpc.scm | 4 +- .../feedbackd-use-system-gmobile.patch | 42 -- .../patches/gmobile-make-it-installable.patch | 89 ---- .../patches/libvirt-add-install-prefix.patch | 160 ++++--- gnu/packages/pciutils.scm | 4 +- gnu/packages/spice.scm | 4 +- gnu/packages/video.scm | 12 +- gnu/packages/virtualization.scm | 19 +- gnu/packages/web.scm | 41 +- 18 files changed, 446 insertions(+), 468 deletions(-) delete mode 100644 gnu/packages/patches/feedbackd-use-system-gmobile.patch delete mode 100644 gnu/packages/patches/gmobile-make-it-installable.patch base-commit: 198b6c745a7ac9813a8c9b9995f287b3a4c6cb48 -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:03 GMT) Full text and rfc822 format available.Message #8 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 01/59] gnu: gjs: Wrap GI_TYPELIB_PATH to include necessary typelibs. Date: Thu, 9 Jan 2025 22:38:02 +0100
Some packages, like gnome-maps rely on being able to patch the GIRepository search path from inside gjs. For this to work, however, gjs must be able to load GIRepository, needing both glib and gobject-introspection to do so. * gnu/packages/gnome.scm (gjs)[#:phases]: Add ‘wrap-gi’. --- gnu/packages/gnome.scm | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index dd61b544d5..134b1b75ac 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7922,7 +7922,20 @@ (define-public gjs (setenv "DISPLAY" ":1") ;; For the missing /etc/machine-id. - (setenv "DBUS_FATAL_WARNINGS" "0")))))) + (setenv "DBUS_FATAL_WARNINGS" "0"))) + (add-after 'install 'wrap-gi + (lambda* (#:key inputs outputs #:allow-other-keys) + (wrap-program (string-append (assoc-ref outputs "out") + "/bin/gjs") + `("GI_TYPELIB_PATH" suffix + (,(dirname + (search-input-file + inputs + "lib/girepository-1.0/GObject-2.0.typelib")) + ,(dirname + (search-input-file + inputs + "lib/girepository-1.0/GIRepository-2.0.typelib")))))))))) (native-inputs (list `(,glib "bin") ;for glib-compile-resources pkg-config -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:05 GMT) Full text and rfc822 format available.Message #11 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 03/59] gnu: feedbackd: Update to 0.6.0. Date: Thu, 9 Jan 2025 22:38:03 +0100
* gnu/packages/gnome.scm (feedbackd): Update to 0.6.0. [source]: Drop patches. [#:phases]: Add ‘fix-meson’ [native-inputs]: Add umockdev. * gnu/packages/patches/feedbackd-use-system-gmobile.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it from here. --- gnu/local.mk | 1 - gnu/packages/gnome.scm | 16 ++++--- .../feedbackd-use-system-gmobile.patch | 42 ------------------- 3 files changed, 11 insertions(+), 48 deletions(-) delete mode 100644 gnu/packages/patches/feedbackd-use-system-gmobile.patch diff --git a/gnu/local.mk b/gnu/local.mk index 273c7e7e96..1501db038e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1255,7 +1255,6 @@ dist_patch_DATA = \ %D%/packages/patches/fbgemm-use-system-libraries.patch \ %D%/packages/patches/fbreader-curl-7.62.patch \ %D%/packages/patches/fbreader-fix-icon.patch \ - %D%/packages/patches/feedbackd-use-system-gmobile.patch \ %D%/packages/patches/fenics-dolfin-algorithm.patch \ %D%/packages/patches/fenics-dolfin-demo-init.patch \ %D%/packages/patches/fenics-dolfin-boost.patch \ diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 45d0de95e5..74b4afd4d8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13479,7 +13479,7 @@ (define-public gmobile (define-public feedbackd (package (name "feedbackd") - (version "0.2.1") + (version "0.6.0") (source (origin (method git-fetch) (uri (git-reference @@ -13488,16 +13488,22 @@ (define-public feedbackd (file-name (git-file-name name version)) (sha256 (base32 - "1acwpb8cgzyvzriphrb42k3d7njwcn88j66i5wz75yx2sbfaf93q")) - (patches - (search-patches "feedbackd-use-system-gmobile.patch")) + "0gfh965rddmg9glyh0gzkzxi27c7kfdakwrkycc7hg7s68p03xgh")) (snippet #~(begin (use-modules (guix build utils)) (delete-file-recursively "subprojects"))))) (build-system meson-build-system) + (arguments + (list #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-meson + (lambda _ + (substitute* "meson.build" + (("udev.get_variable\\('udevdir'\\)") + "prefix / 'lib' / 'udev'"))))))) (native-inputs - (list `(,glib "bin") gobject-introspection pkg-config vala)) + (list `(,glib "bin") gobject-introspection pkg-config umockdev vala)) (inputs (list dbus gmobile gsound json-glib libgudev)) (propagated-inputs diff --git a/gnu/packages/patches/feedbackd-use-system-gmobile.patch b/gnu/packages/patches/feedbackd-use-system-gmobile.patch deleted file mode 100644 index f0a0449472..0000000000 --- a/gnu/packages/patches/feedbackd-use-system-gmobile.patch +++ /dev/null @@ -1,42 +0,0 @@ -From af9e72124b12ca481fd3592f9c8ea2649f7e4c80 Mon Sep 17 00:00:00 2001 -Message-ID: <af9e72124b12ca481fd3592f9c8ea2649f7e4c80.1698775513.git.vivien <at> planete-kraus.eu> -From: Vivien Kraus <vivien <at> planete-kraus.eu> -Date: Sun, 29 Oct 2023 19:12:27 +0100 -Subject: [PATCH] Look for a system-installed gmobile first. - -Meson lets projects use a dependency with fallback to a submodule, in -case the dependency is not installed. - -* meson.build (gmobile_subp): Convert to a dependency with subproject -fallback. ---- -I am waiting for Purism to approve my account before I can report this. - - meson.build | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/meson.build b/meson.build -index 8725e76..e5504be 100644 ---- a/meson.build -+++ b/meson.build -@@ -14,13 +14,13 @@ gio_unix = dependency('gio-unix-2.0', version: '>=2.50.0') - glib = dependency('glib-2.0', version: '>=2.50.0') - if get_option('daemon') - gobject = dependency('gobject-2.0', version: '>=2.50.0') -- gmobile_subp = subproject('gmobile', -+ gmobile = dependency('gmobile', -+ fallback: ['gmobile', 'gmobile_dep'], - default_options: [ - 'examples=false', - 'gtk_doc=false', - 'tests=false', - ]) -- gmobile = gmobile_subp.get_variable('gmobile_dep') - gsound = dependency('gsound') - gudev = dependency('gudev-1.0', version: '>=232') - json_glib = dependency('json-glib-1.0') - -base-commit: 853bd6d7ea8455efea063ba7c4f29ce8c203285f --- -2.41.0 - -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:06 GMT) Full text and rfc822 format available.Message #14 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 02/59] gnu: gmobile: Update to 0.2.1. Date: Thu, 9 Jan 2025 22:38:02 +0100
* gnu/packages/gnome.scm (gmobile): Update to 0.2.1. [source]<url>: Use “https://gitlab.gnome.org/World/Phosh/gmobile”. <patches>: Drop. [native-inputs]: Add gobject-introspection. [home-page]: Use “https://gitlab.gnome.org/World/Phosh/gmobile”. * gnu/packages/patches/gmobile-make-it-installable.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it from here. --- gnu/local.mk | 1 - gnu/packages/gnome.scm | 11 ++- .../patches/gmobile-make-it-installable.patch | 89 ------------------- 3 files changed, 5 insertions(+), 96 deletions(-) delete mode 100644 gnu/packages/patches/gmobile-make-it-installable.patch diff --git a/gnu/local.mk b/gnu/local.mk index 6b1d052f3b..273c7e7e96 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1465,7 +1465,6 @@ dist_patch_DATA = \ %D%/packages/patches/glibc-2.29-git-updates.patch \ %D%/packages/patches/glibc-2.29-supported-locales.patch \ %D%/packages/patches/glibc-supported-locales.patch \ - %D%/packages/patches/gmobile-make-it-installable.patch \ %D%/packages/patches/gmp-arm-asm-nothumb.patch \ %D%/packages/patches/gmp-faulty-test.patch \ %D%/packages/patches/gnash-fix-giflib-version.patch \ diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 134b1b75ac..45d0de95e5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13453,28 +13453,27 @@ (define-public jsonrpc-glib (define-public gmobile (package (name "gmobile") - (version "0.0.3") + (version "0.2.1") (source (origin (method git-fetch) (uri (git-reference - (url "https://gitlab.gnome.org/guidog/gmobile") + (url "https://gitlab.gnome.org/World/Phosh/gmobile") (commit (string-append "v" version)))) (file-name (git-file-name "gmobile" version)) (sha256 (base32 - "0lr22nj4ypzxbjim1a7ay07nh4vx3dqc895qql437gda6x0rvn2p")) - (patches - (search-patches "gmobile-make-it-installable.patch")))) + "1cnm4vkvgrkxf1nnghs5zc13d6f46h4c57vn54rlcy6q7qjkdr74")))) (build-system meson-build-system) (native-inputs (list `(,glib "bin") ; for glib-compile-resources + gobject-introspection pkg-config)) (propagated-inputs (list glib json-glib)) (synopsis "Functions useful in mobile related, glib based projects") (description "This package provides functions for mobiles.") - (home-page "https://gitlab.gnome.org/guidog/gmobile") + (home-page "https://gitlab.gnome.org/World/Phosh/gmobile") (license license:lgpl2.1+))) (define-public feedbackd diff --git a/gnu/packages/patches/gmobile-make-it-installable.patch b/gnu/packages/patches/gmobile-make-it-installable.patch deleted file mode 100644 index 9db6554877..0000000000 --- a/gnu/packages/patches/gmobile-make-it-installable.patch +++ /dev/null @@ -1,89 +0,0 @@ -From c1ea43a45f4588f21752b0ad679c43350a9c8905 Mon Sep 17 00:00:00 2001 -Message-ID: <c1ea43a45f4588f21752b0ad679c43350a9c8905.1698604357.git.vivien <at> planete-kraus.eu> -From: Vivien Kraus <vivien <at> planete-kraus.eu> -Date: Sun, 29 Oct 2023 19:00:44 +0100 -Subject: [PATCH] Install gmobile as a shared library. - -Tracked at https://gitlab.gnome.org/guidog/gmobile/-/issues/1 - -* src/meson.build: Install the header files. Import pkgconfig. -Generate a pkg-config definition. -(gm_lib): use "library", not "static_library". Install it. -(gmobile_gir): Install it. -* meson.build: Install gm-config.h. ---- - meson.build | 1 + - src/meson.build | 22 +++++++++++++++++++--- - 2 files changed, 20 insertions(+), 3 deletions(-) - -diff --git a/meson.build b/meson.build -index e9f6c62..51ebeac 100644 ---- a/meson.build -+++ b/meson.build -@@ -83,6 +83,7 @@ root_inc = include_directories('.') - configure_file( - output: 'gm-config.h', - configuration: config_h, -+ install_dir: get_option('includedir') - ) - - subdir('data') -diff --git a/src/meson.build b/src/meson.build -index ee98a39..3dedbe4 100644 ---- a/src/meson.build -+++ b/src/meson.build -@@ -1,3 +1,5 @@ -+pkg = import('pkgconfig') -+ - gm_deps = [ - gio_dep, - glib_dep, -@@ -37,18 +39,33 @@ gm_c_args = [ - '-DG_LOG_DOMAIN="gmobile"', - ] - --gm_lib = static_library( -+gm_lib = library( - 'gmobile', - gm_sources, - include_directories: root_inc, - c_args: gm_c_args, -- dependencies: gm_deps) -+ dependencies: gm_deps, -+ install: true) -+ -+pkg.generate(gm_lib) - - gmobile_dep = declare_dependency( - include_directories: [root_inc, include_directories('.')], - dependencies: gm_deps, - link_with: gm_lib) - -+install_headers( -+ 'gmobile.h', -+ 'gm-cutout.h', -+ 'gm-device-info.h', -+ 'gm-device-tree.h', -+ 'gm-display-panel.h', -+ 'gm-error.h', -+ 'gm-main.h', -+ 'gm-rect.h', -+ 'gm-svg-path.h', -+ 'gm-timeout.h') -+ - if get_option('gtk_doc') - gmobile_gir_extra_args = [ - '--c-include=gmobile.h', -@@ -66,7 +83,6 @@ if get_option('gtk_doc') - identifier_prefix: 'Gm', - link_with: gm_lib, - includes: ['Gio-2.0'], -- install: false, - extra_args: gmobile_gir_extra_args, - ) - endif - -base-commit: 382fc89472176d2f1d435517cad53d969d8b8eff --- -2.41.0 - -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:08 GMT) Full text and rfc822 format available.Message #17 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 05/59] gnu: colord-gtk: Update to 0.3.1. Date: Thu, 9 Jan 2025 22:38:03 +0100
* gnu/packages/freedesktop.scm (colord-gtk): Update to 0.3.1. --- gnu/packages/freedesktop.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 760ead5223..68e7a6c9cd 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -2412,14 +2412,14 @@ (define-public telepathy-salut (define-public colord-gtk (package (name "colord-gtk") - (version "0.3.0") + (version "0.3.1") (source (origin (method url-fetch) (uri (string-append "https://www.freedesktop.org/software/colord" "/releases/" name "-" version ".tar.xz")) (sha256 (base32 - "1l61ydb0zv2ffilwpapgz5mm3bznr28zl16xqbxnz6kdsrb6cimr")))) + "0b8j7an572ww8n3n0j9kwrl27qd3156g4zix9rzs2c2nny4vhxn1")))) (outputs '("out" "doc")) (build-system meson-build-system) (arguments -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:09 GMT) Full text and rfc822 format available.Message #20 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 04/59] gnu: cairomm: Update to 1.18.0. Date: Thu, 9 Jan 2025 22:38:03 +0100
* gnu/packages/gtk.scm (cairomm): Update to 1.18.0. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index fd6448cc6d..8ab1e5e084 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1688,14 +1688,14 @@ (define-public guile-gnome (define-public cairomm (package (name "cairomm") - (version "1.16.2") + (version "1.18.0") (source (origin (method url-fetch) (uri (string-append "https://www.cairographics.org/releases/" "cairomm-" version ".tar.xz")) (sha256 (base32 - "0gy1gn79gwqzrf1d7f7rf25yy2dr7xginkg3al7jpnkxm6cbyqva")))) + "1yrwy14k1lh74kmr41pnms6zr1c9z8md4xkji2mfia1y9qwma4mq")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:11 GMT) Full text and rfc822 format available.Message #23 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 06/59] gnu: gexiv2: Update to 0.14.3. Date: Thu, 9 Jan 2025 22:38:03 +0100
* gnu/packages/gnome.scm (gexiv2): Update to 0.14.3. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 74b4afd4d8..5db2f445c7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7695,7 +7695,7 @@ (define-public libgee (define-public gexiv2 (package (name "gexiv2") - (version "0.14.2") + (version "0.14.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -7703,7 +7703,7 @@ (define-public gexiv2 name "-" version ".tar.xz")) (sha256 (base32 - "1gp07klqixpxjqiv84i2gmkb1pcf1gagyrl800sk92xyizs9q31a")))) + "1j722x96kavgm4prgkcs84n94gb54m5jlgzg9za37cz9aqn4vri1")))) (build-system meson-build-system) (arguments (list -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:14 GMT) Full text and rfc822 format available.Message #26 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 07/59] gnu: gnome-autoar: Update to 0.4.5. Date: Thu, 9 Jan 2025 22:38:03 +0100
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.4.5. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5db2f445c7..3244da2917 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9760,7 +9760,7 @@ (define-public gtk-vnc (define-public gnome-autoar (package (name "gnome-autoar") - (version "0.4.4") + (version "0.4.5") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -9768,7 +9768,7 @@ (define-public gnome-autoar name "-" version ".tar.xz")) (sha256 (base32 - "1hn3rzd6z2g2xvnx8icifybq26vvxk44qmqz392b2g6g7crvxby0")))) + "1gns2nkcgfgmfk5mvyq36cg7f5dzyii45qmb4cpsmgrqzh357343")))) (build-system meson-build-system) (native-inputs (list gobject-introspection `(,glib "bin") pkg-config)) -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:16 GMT) Full text and rfc822 format available.Message #29 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 08/59] gnu: gnome-online-accounts: Update to 3.50.7. Date: Thu, 9 Jan 2025 22:38:03 +0100
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.50.7. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3244da2917..d1e96dd585 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8279,7 +8279,7 @@ (define-public mutter (define-public gnome-online-accounts (package (name "gnome-online-accounts") - (version "3.50.3") + (version "3.50.7") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -8287,7 +8287,7 @@ (define-public gnome-online-accounts name "-" version ".tar.xz")) (sha256 (base32 - "1552diiga117z661izr84ald05bvl61fwx7bc51i8mqw2xysc577")))) + "1y4dn60vm1dy9hajqbm7hvzs9j2468rxnyg5ma3xx53mssq885kd")))) (build-system meson-build-system) (arguments (list -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:17 GMT) Full text and rfc822 format available.Message #32 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 09/59] gnu: gtksourceview-4: Update to 4.8.4. Date: Thu, 9 Jan 2025 22:38:03 +0100
* gnu/packages/gtk.scm (gtksourceview-4): Update to 4.8.4. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 8ab1e5e084..994b3f5d7a 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -680,7 +680,7 @@ (define-public gtksourceview (define-public gtksourceview-4 (package (inherit gtksourceview) - (version "4.8.3") + (version "4.8.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gtksourceview/" @@ -688,7 +688,7 @@ (define-public gtksourceview-4 "gtksourceview-" version ".tar.xz")) (sha256 (base32 - "10n61sa0g447nx73yapb00z57shp48gfvk1lv1s29ji0cd81j063")))) + "0zd84229bddvp8zpnn86q34i16mhf9x3pzry795gilc3na7x3jby")))) (native-inputs (modify-inputs (package-native-inputs gtksourceview) (replace "gobject-introspection" gobject-introspection))) -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:19 GMT) Full text and rfc822 format available.Message #35 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 10/59] gnu: gupnp: Update to 1.6.7. Date: Thu, 9 Jan 2025 22:38:03 +0100
* gnu/packages/gnome.scm (gupnp): Update to 1.6.7. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d1e96dd585..644d772d95 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1413,7 +1413,7 @@ (define-public gssdp-1.4 (define-public gupnp (package (name "gupnp") - (version "1.6.6") + (version "1.6.7") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1421,7 +1421,7 @@ (define-public gupnp name "-" version ".tar.xz")) (sha256 (base32 - "0kx0ymsab4x927ir2a5f7mfk9sck5kswbig6n38r4dwbqzl51p69")))) + "01gqpvyqmxlgxg91hmx68pq2d8sgrihrdzlwrrh0w9x7m2jxhqaa")))) (build-system meson-build-system) (arguments (list -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:20 GMT) Full text and rfc822 format available.Message #38 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 11/59] gnu: libgsf: Update to 1.14.53. Date: Thu, 9 Jan 2025 22:38:04 +0100
* gnu/packages/gnome.scm (libgsf): Update to 1.14.53. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 644d772d95..faacb275bc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3579,7 +3579,7 @@ (define-public libcroco (define-public libgsf (package (name "libgsf") - (version "1.14.52") + (version "1.14.53") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3587,7 +3587,7 @@ (define-public libgsf name "-" version ".tar.xz")) (sha256 (base32 - "1w5whjq1yf6c3k0gijfkc44zrr9gamxlr8yaddfy1h7sp4ack0ci")))) + "1fmwx2lz07sp2hj6yaf5x0m3yqlzjv0qqkgykjn9f3y5w239md8f")))) (build-system glib-or-gtk-build-system) (outputs '("out" "bin" "doc")) (arguments -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:21 GMT) Full text and rfc822 format available.Message #41 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 12/59] gnu: libgweather: Update to 4.4.4. Date: Thu, 9 Jan 2025 22:38:04 +0100
* gnu/packages/gnome.scm (libgweather): Update to 4.4.4. [#:phases]: Add ‘set-home’. [native-inputs]: Add gi-docgen. [inputs]: Add json-glib. Replace libsoup-minimal-2 with libsoup and geocode-glib-with-libsoup2 with geocode-glib. --- gnu/packages/gnome.scm | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index faacb275bc..e9e25bb141 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5998,7 +5998,7 @@ (define-public upower (define-public libgweather (package (name "libgweather") - (version "40.0") + (version "4.4.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -6006,7 +6006,7 @@ (define-public libgweather name "-" version ".tar.xz")) (sha256 (base32 - "1rkf4yv43qcahyx7bismdv6z2vh5azdnm1fqfmnzrada9cm8ykna")))) + "10s2pyf96yj287929px8jfbkda7bn76vzr2mqgyx3xydadvnf5vh")))) (build-system meson-build-system) (arguments (list @@ -6014,11 +6014,18 @@ (define-public libgweather #:configure-flags #~(list (string-append "-Dzoneinfo_dir=" (search-input-directory %build-inputs - "share/zoneinfo"))))) + "share/zoneinfo"))) + #:phases + #~(modify-phases %standard-phases + (add-before 'build 'set-home + (lambda _ + ;; Build writes to $HOME via fontconfig. + (setenv "HOME" (getcwd))))))) (native-inputs (list gettext-minimal `(,glib "bin") ;for glib-mkenums gobject-introspection + gi-docgen pkg-config python vala @@ -6028,12 +6035,13 @@ (define-public libgweather ;; libsoup. (list gtk+ gdk-pixbuf + json-glib libxml2 - libsoup-minimal-2 - geocode-glib-with-libsoup2)) + libsoup + geocode-glib)) (inputs (list tzdata)) - (home-page "https://wiki.gnome.org/action/show/Projects/LibGWeather") + (home-page "https://gnome.pages.gitlab.gnome.org/libgweather/") (synopsis "Location, time zone, and weather library for GNOME") (description "libgweather is a library to access weather information from online -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:23 GMT) Full text and rfc822 format available.Message #44 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 14/59] gnu: mobile-broadband-provider-info: Update to 20240407. Date: Thu, 9 Jan 2025 22:38:04 +0100
* gnu/packages/gnome.scm (mobile-broadband-provider-info): Update to 20240407. [arguments]: Drop field. [native-inputs]: Add libxml2. --- gnu/packages/gnome.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e9e25bb141..81c66c5b1d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8939,7 +8939,7 @@ (define-public network-manager-fortisslvpn (define-public mobile-broadband-provider-info (package (name "mobile-broadband-provider-info") - (version "20220725") + (version "20240407") (source (origin (method url-fetch) (uri (string-append @@ -8948,11 +8948,9 @@ (define-public mobile-broadband-provider-info "mobile-broadband-provider-info-" version ".tar.xz")) (sha256 (base32 - "1k9acdnl4mr6aqh11xbklv2gyww82jddaqmw4aqdzwl7q80swia8")))) - (build-system gnu-build-system) - (arguments - `(#:tests? #f)) ; no tests - (native-inputs (list libxslt)) + "0jl13k02m63izk35kylv3v8q1c7xa19c4bpzqglzigzl2prfzgw9")))) + (build-system meson-build-system) + (native-inputs (list libxml2 libxslt)) (home-page "https://wiki.gnome.org/Projects/NetworkManager") (synopsis "Database of broadband connection configuration") (description "Database of broadband connection configuration.") -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:23 GMT) Full text and rfc822 format available.Message #47 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 13/59] gnu: libvirt: Update to 10.10.0. Date: Thu, 9 Jan 2025 22:38:04 +0100
* gnu/packages/virtualization.scm (libvirt): Update to 10.10.0. [#:phases]: Add ‘fix-test-data’. [inputs]: Add json-c. * gnu/packages/patches/libvirt-add-install-prefix.patch: Adjust accordingly. --- .../patches/libvirt-add-install-prefix.patch | 160 +++++++++++------- gnu/packages/virtualization.scm | 11 +- 2 files changed, 108 insertions(+), 63 deletions(-) diff --git a/gnu/packages/patches/libvirt-add-install-prefix.patch b/gnu/packages/patches/libvirt-add-install-prefix.patch index 9ad339d82f..041f39e097 100644 --- a/gnu/packages/patches/libvirt-add-install-prefix.patch +++ b/gnu/packages/patches/libvirt-add-install-prefix.patch @@ -2,20 +2,40 @@ Patch from NixOS: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/libvirt/0001-meson-patch-in-an-install-prefix-for-building-on-nix.patch -From ad42041cfedcf25716429d2aad16641e0e2a012f Mon Sep 17 00:00:00 2001 +From 58c07f1d59ef683faf8b747e40bd75401306acf4 Mon Sep 17 00:00:00 2001 From: Euan Kemp <euank <at> euank.com> -Date: Thu, 14 Jan 2021 00:32:00 -0800 +Date: Mon, 24 Jun 2024 15:59:48 +0200 Subject: [PATCH] meson: patch in an install prefix for building on nix Used in the nixpkgs version of libvirt so that we can install things in the nix store, but read them from the root filesystem. --- + meson.build | 9 +++++++ + meson_options.txt | 2 ++ + src/ch/meson.build | 6 ++--- + src/interface/meson.build | 2 +- + src/libxl/meson.build | 18 +++++++------- + src/locking/meson.build | 8 +++---- + src/lxc/meson.build | 10 ++++---- + src/meson.build | 18 +++++++------- + src/network/meson.build | 14 +++++------ + src/node_device/meson.build | 2 +- + src/nwfilter/meson.build | 6 ++--- + src/nwfilter/xml/meson.build | 2 +- + src/qemu/meson.build | 40 +++++++++++++++---------------- + src/remote/meson.build | 10 ++++---- + src/secret/meson.build | 4 ++-- + src/security/apparmor/meson.build | 8 +++---- + src/storage/meson.build | 6 ++--- + tools/meson.build | 2 +- + tools/ssh-proxy/meson.build | 2 +- + 19 files changed, 90 insertions(+), 79 deletions(-) diff --git a/meson.build b/meson.build -index 9016c0458a..b26e690194 100644 +index e98ab0d5ac..376f241c07 100644 --- a/meson.build +++ b/meson.build -@@ -39,6 +39,8 @@ if host_machine.system() == 'windows' +@@ -47,6 +47,8 @@ if host_machine.system() == 'windows' conf.set('WINVER', '0x0600') # Win Vista / Server 2008 endif @@ -24,7 +44,7 @@ index 9016c0458a..b26e690194 100644 # set various paths -@@ -57,6 +59,13 @@ else +@@ -65,6 +67,13 @@ else sysconfdir = prefix / get_option('sysconfdir') endif @@ -39,7 +59,7 @@ index 9016c0458a..b26e690194 100644 # sysconfdir as this makes a lot of things break in testing situations if prefix == '/usr' diff --git a/meson_options.txt b/meson_options.txt -index 5b43cdbd6b..e9dff18441 100644 +index cdc8687795..c2b6da140c 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,5 @@ @@ -49,10 +69,10 @@ index 5b43cdbd6b..e9dff18441 100644 option('packager', type: 'string', value: '', description: 'Extra packager name') option('packager_version', type: 'string', value: '', description: 'Extra packager version') diff --git a/src/ch/meson.build b/src/ch/meson.build -index 66b77907b0..6aa9bbc548 100644 +index 633966aac7..c0ce823345 100644 --- a/src/ch/meson.build +++ b/src/ch/meson.build -@@ -64,8 +64,8 @@ if conf.has('WITH_CH') +@@ -74,8 +74,8 @@ if conf.has('WITH_CH') } virt_install_dirs += [ @@ -65,10 +85,10 @@ index 66b77907b0..6aa9bbc548 100644 ] endif diff --git a/src/interface/meson.build b/src/interface/meson.build -index 828f274422..2a6b1f8c5e 100644 +index 3d2991315e..20f3266738 100644 --- a/src/interface/meson.build +++ b/src/interface/meson.build -@@ -56,6 +56,6 @@ if conf.has('WITH_INTERFACE') +@@ -59,6 +59,6 @@ if conf.has('WITH_INTERFACE') } virt_install_dirs += [ @@ -77,10 +97,10 @@ index 828f274422..2a6b1f8c5e 100644 ] endif diff --git a/src/libxl/meson.build b/src/libxl/meson.build -index 0cc277db82..48d8c5b962 100644 +index e75a8f2fdb..d1800b4ea5 100644 --- a/src/libxl/meson.build +++ b/src/libxl/meson.build -@@ -79,14 +79,14 @@ if conf.has('WITH_LIBXL') +@@ -81,14 +81,14 @@ if conf.has('WITH_LIBXL') } virt_install_dirs += [ @@ -105,10 +125,10 @@ index 0cc277db82..48d8c5b962 100644 ] endif diff --git a/src/locking/meson.build b/src/locking/meson.build -index 72f7780438..abe70d20d5 100644 +index c3dfcf2961..cdc1442775 100644 --- a/src/locking/meson.build +++ b/src/locking/meson.build -@@ -238,14 +238,14 @@ if conf.has('WITH_LIBVIRTD') +@@ -249,14 +249,14 @@ if conf.has('WITH_LIBVIRTD') } virt_install_dirs += [ @@ -128,10 +148,10 @@ index 72f7780438..abe70d20d5 100644 endif endif diff --git a/src/lxc/meson.build b/src/lxc/meson.build -index 99d4a34213..aae477c1ee 100644 +index bf9afabc0f..6e9547000a 100644 --- a/src/lxc/meson.build +++ b/src/lxc/meson.build -@@ -176,10 +176,10 @@ if conf.has('WITH_LXC') +@@ -190,10 +190,10 @@ if conf.has('WITH_LXC') } virt_install_dirs += [ @@ -148,10 +168,10 @@ index 99d4a34213..aae477c1ee 100644 ] endif diff --git a/src/meson.build b/src/meson.build -index b2d951d36c..305716010f 100644 +index dd2682ec19..b330d1159e 100644 --- a/src/meson.build +++ b/src/meson.build -@@ -210,7 +210,7 @@ openrc_init_files = [] +@@ -220,7 +220,7 @@ openrc_init_files = [] # virt_install_dirs: # list of directories to create during installation @@ -160,7 +180,7 @@ index b2d951d36c..305716010f 100644 # driver_source_files: # driver source files to check -@@ -663,7 +663,7 @@ endforeach +@@ -697,7 +697,7 @@ endforeach virt_conf_files += 'libvirt.conf' @@ -169,7 +189,7 @@ index b2d951d36c..305716010f 100644 install_data(virt_aug_files, install_dir: virt_aug_dir) # augeas_test_data: -@@ -723,7 +723,7 @@ foreach data : virt_daemon_confs +@@ -760,7 +760,7 @@ foreach data : virt_daemon_confs output: '@0@.conf'.format(data['name']), configuration: daemon_conf, install: true, @@ -178,7 +198,7 @@ index b2d951d36c..305716010f 100644 ) if data.get('with_ip', false) -@@ -847,7 +847,7 @@ if conf.has('WITH_LIBVIRTD') +@@ -910,7 +910,7 @@ if conf.has('WITH_LIBVIRTD') install_data( init_file, @@ -187,7 +207,7 @@ index b2d951d36c..305716010f 100644 install_mode: 'rwxr-xr-x', rename: [ init['name'] ], ) -@@ -855,7 +855,7 @@ if conf.has('WITH_LIBVIRTD') +@@ -918,7 +918,7 @@ if conf.has('WITH_LIBVIRTD') if init.has_key('confd') install_data( init['confd'], @@ -196,7 +216,7 @@ index b2d951d36c..305716010f 100644 rename: [ init['name'] ], ) endif -@@ -882,10 +882,10 @@ endif +@@ -945,10 +945,10 @@ endif # Install empty directories virt_install_dirs += [ @@ -212,10 +232,10 @@ index b2d951d36c..305716010f 100644 meson.add_install_script( diff --git a/src/network/meson.build b/src/network/meson.build -index b5eff0c3ab..a0f26d624e 100644 +index 07cd5cda55..699309bb66 100644 --- a/src/network/meson.build +++ b/src/network/meson.build -@@ -73,11 +73,11 @@ if conf.has('WITH_NETWORK') +@@ -115,11 +115,11 @@ if conf.has('WITH_NETWORK') } virt_install_dirs += [ @@ -232,26 +252,26 @@ index b5eff0c3ab..a0f26d624e 100644 ] configure_file( -@@ -85,12 +85,12 @@ if conf.has('WITH_NETWORK') +@@ -127,12 +127,12 @@ if conf.has('WITH_NETWORK') output: '@BASENAME@', - copy: true, + configuration: configmake_conf, install: true, - install_dir: confdir / 'qemu' / 'networks', + install_dir: install_prefix + confdir / 'qemu' / 'networks', ) meson.add_install_script( - meson_python_prog.path(), python3_prog.path(), meson_install_symlink_prog.path(), + meson_python_prog.full_path(), python3_prog.full_path(), meson_install_symlink_prog.full_path(), - confdir / 'qemu' / 'networks' / 'autostart', + install_prefix + confdir / 'qemu' / 'networks' / 'autostart', '../default.xml', 'default.xml', ) diff --git a/src/node_device/meson.build b/src/node_device/meson.build -index 1c95975c37..a7831242db 100644 +index d66c02a0e2..f883b65431 100644 --- a/src/node_device/meson.build +++ b/src/node_device/meson.build -@@ -64,6 +64,6 @@ if conf.has('WITH_NODE_DEVICES') +@@ -67,6 +67,6 @@ if conf.has('WITH_NODE_DEVICES') } virt_install_dirs += [ @@ -260,10 +280,10 @@ index 1c95975c37..a7831242db 100644 ] endif diff --git a/src/nwfilter/meson.build b/src/nwfilter/meson.build -index 55cf8fcce4..d331086f2e 100644 +index de3d202267..346c435ee7 100644 --- a/src/nwfilter/meson.build +++ b/src/nwfilter/meson.build -@@ -62,9 +62,9 @@ if conf.has('WITH_NWFILTER') +@@ -65,9 +65,9 @@ if conf.has('WITH_NWFILTER') } virt_install_dirs += [ @@ -287,10 +307,10 @@ index 0d96c54ebe..66c92a1016 100644 -install_data(nwfilter_xml_files, install_dir: sysconfdir / 'libvirt' / 'nwfilter') +install_data(nwfilter_xml_files, install_dir: install_prefix + sysconfdir / 'libvirt' / 'nwfilter') diff --git a/src/qemu/meson.build b/src/qemu/meson.build -index 39f0f615cc..5f6f30f82b 100644 +index 907893d431..99b62c8955 100644 --- a/src/qemu/meson.build +++ b/src/qemu/meson.build -@@ -175,24 +175,24 @@ if conf.has('WITH_QEMU') +@@ -218,25 +218,25 @@ if conf.has('WITH_QEMU') endif virt_install_dirs += [ @@ -311,6 +331,7 @@ index 39f0f615cc..5f6f30f82b 100644 - localstatedir / 'log' / 'swtpm' / 'libvirt' / 'qemu', - runstatedir / 'libvirt' / 'qemu', - runstatedir / 'libvirt' / 'qemu' / 'dbus', +- runstatedir / 'libvirt' / 'qemu' / 'passt', - runstatedir / 'libvirt' / 'qemu' / 'slirp', - runstatedir / 'libvirt' / 'qemu' / 'swtpm', + install_prefix + confdir / 'qemu', @@ -330,15 +351,16 @@ index 39f0f615cc..5f6f30f82b 100644 + install_prefix + localstatedir / 'log' / 'swtpm' / 'libvirt' / 'qemu', + install_prefix + runstatedir / 'libvirt' / 'qemu', + install_prefix + runstatedir / 'libvirt' / 'qemu' / 'dbus', ++ install_prefix + runstatedir / 'libvirt' / 'qemu' / 'passt', + install_prefix + runstatedir / 'libvirt' / 'qemu' / 'slirp', + install_prefix + runstatedir / 'libvirt' / 'qemu' / 'swtpm', ] endif diff --git a/src/remote/meson.build b/src/remote/meson.build -index b2aafe6320..6972d254ca 100644 +index 831acaaa01..0ba34d3bad 100644 --- a/src/remote/meson.build +++ b/src/remote/meson.build -@@ -235,9 +235,9 @@ if conf.has('WITH_REMOTE') +@@ -261,9 +261,9 @@ if conf.has('WITH_REMOTE') } virt_install_dirs += [ @@ -350,8 +372,8 @@ index b2aafe6320..6972d254ca 100644 + install_prefix + runstatedir / 'libvirt' / 'common', ] - logrotate_conf = configuration_data() -@@ -251,7 +251,7 @@ if conf.has('WITH_REMOTE') + logrotate_conf = configuration_data({ +@@ -278,7 +278,7 @@ if conf.has('WITH_REMOTE') ) install_data( log_file, @@ -360,7 +382,7 @@ index b2aafe6320..6972d254ca 100644 rename: [ name ], ) endforeach -@@ -301,7 +301,7 @@ endif +@@ -328,7 +328,7 @@ endif if conf.has('WITH_SASL') install_data( 'libvirtd.sasl', @@ -370,10 +392,10 @@ index b2aafe6320..6972d254ca 100644 ) endif diff --git a/src/secret/meson.build b/src/secret/meson.build -index 1bda59849b..392bc2cb2e 100644 +index 3b859ea7b4..ccddb3e805 100644 --- a/src/secret/meson.build +++ b/src/secret/meson.build -@@ -45,7 +45,7 @@ if conf.has('WITH_SECRETS') +@@ -48,7 +48,7 @@ if conf.has('WITH_SECRETS') } virt_install_dirs += [ @@ -384,10 +406,10 @@ index 1bda59849b..392bc2cb2e 100644 ] endif diff --git a/src/security/apparmor/meson.build b/src/security/apparmor/meson.build -index 990f00b4f3..e5a7a14e1d 100644 +index b9257c816d..98701755d8 100644 --- a/src/security/apparmor/meson.build +++ b/src/security/apparmor/meson.build -@@ -19,22 +19,22 @@ foreach name : apparmor_gen_profiles +@@ -57,7 +57,7 @@ foreach name : apparmor_gen_profiles output: name, configuration: apparmor_gen_profiles_conf, install: true, @@ -396,11 +418,14 @@ index 990f00b4f3..e5a7a14e1d 100644 ) endforeach - install_data( - [ 'libvirt-qemu', 'libvirt-lxc' ], -- install_dir: apparmor_dir / 'abstractions', -+ install_dir: install_prefix + apparmor_dir / 'abstractions', - ) +@@ -68,13 +68,13 @@ foreach name : apparmor_gen_abstractions + command: apparmor_gen_cmd, + capture: true, + install: true, +- install_dir: apparmor_dir / 'abstractions', ++ install_dir: install_prefix + apparmor_dir / 'abstractions', + ) + endforeach install_data( [ 'TEMPLATE.qemu', 'TEMPLATE.lxc' ], @@ -408,17 +433,21 @@ index 990f00b4f3..e5a7a14e1d 100644 + install_dir: install_prefix + apparmor_dir / 'libvirt', ) - install_data( - 'usr.lib.libvirt.virt-aa-helper.local', -- install_dir: apparmor_dir / 'local', -+ install_dir: install_prefix + apparmor_dir / 'local', - rename: 'usr.lib.libvirt.virt-aa-helper', - ) + if not conf.has('WITH_APPARMOR_3') +@@ -83,7 +83,7 @@ if not conf.has('WITH_APPARMOR_3') + # files in order to limit the amount of filesystem clutter. + install_data( + 'usr.lib.libvirt.virt-aa-helper.local', +- install_dir: apparmor_dir / 'local', ++ install_dir: install_prefix + apparmor_dir / 'local', + rename: 'usr.lib.libvirt.virt-aa-helper', + ) + endif diff --git a/src/storage/meson.build b/src/storage/meson.build -index 26e7ff1a1a..ad5c6eddc3 100644 +index 404d6a6941..fb4e67a0a8 100644 --- a/src/storage/meson.build +++ b/src/storage/meson.build -@@ -127,9 +127,9 @@ if conf.has('WITH_STORAGE') +@@ -126,9 +126,9 @@ if conf.has('WITH_STORAGE') } virt_install_dirs += [ @@ -432,10 +461,10 @@ index 26e7ff1a1a..ad5c6eddc3 100644 endif diff --git a/tools/meson.build b/tools/meson.build -index f4b4a16c29..059c73a955 100644 +index 1bb84be0be..e04a4e986d 100644 --- a/tools/meson.build +++ b/tools/meson.build -@@ -120,7 +120,7 @@ if conf.has('WITH_LOGIN_SHELL') +@@ -121,7 +121,7 @@ if conf.has('WITH_LOGIN_SHELL') install_rpath: libvirt_rpath, ) @@ -444,6 +473,17 @@ index f4b4a16c29..059c73a955 100644 endif if host_machine.system() == 'windows' +diff --git a/tools/ssh-proxy/meson.build b/tools/ssh-proxy/meson.build +index e9f312fa25..95d5d8fe0b 100644 +--- a/tools/ssh-proxy/meson.build ++++ b/tools/ssh-proxy/meson.build +@@ -20,6 +20,6 @@ if conf.has('WITH_SSH_PROXY') + output: '@BASENAME@', + configuration: tools_conf, + install: true, +- install_dir : sshconfdir, ++ install_dir : install_prefix + sshconfdir, + ) + endif -- -2.35.1 - +2.45.1 diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 158462b643..3588735fa3 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -1545,14 +1545,14 @@ (define-public lxd (define-public libvirt (package (name "libvirt") - (version "8.6.0") + (version "10.10.0") (source (origin (method url-fetch) (uri (string-append "https://libvirt.org/sources/libvirt-" version ".tar.xz")) (sha256 - (base32 "1qisvbshbcd5305mrb4vni559k52id7c8iw4dwdydbf97b24f658")) + (base32 "15jpfrn3d2zyhbm5ip7bmpjb6ch2bfxm1h6yfgh0l3bw3g9ppgg1")) (patches (search-patches "libvirt-add-install-prefix.patch")))) (build-system meson-build-system) (arguments @@ -1597,7 +1597,11 @@ (define-public libvirt "virnetsockettest"))) ; tries to network (substitute* "tests/meson.build" (((format #f ".*'name': '(~a)'.*" (string-join tests "|"))) - "")))))))) + ""))))) + (add-before 'configure 'fix-test-data + (lambda* (#:key inputs #:allow-other-keys) + (substitute* (find-files "tests/qemuvhostuserdata/usr/libexec") + (("^cat") (search-input-file inputs "bin/cat")))))))) (inputs (list acl attr @@ -1607,6 +1611,7 @@ (define-public libvirt libpciaccess gnutls dbus + json-c libpcap libnl libssh2 ;optional -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:25 GMT) Full text and rfc822 format available.Message #50 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 15/59] gnu: uhttpmock: Update to 0.11.0. Date: Thu, 9 Jan 2025 22:38:04 +0100
* gnu/packages/web.scm (uhttpmock): Update to 0.11.0. [build-system]: Use meson-build-system. [inputs]: Replace libsoup-minimal-2 with libsoup. Drop labels. [arguments]: Add #:glib-or-gtk? and #:configure-flags. (uhttpmock-with-libsoup2): New variable. * gnu/packages/gnome.scm (libgdata)[native-inputs]: Use uhttpmock-with-libsoup2 instead of uhttpmock. --- gnu/packages/gnome.scm | 2 +- gnu/packages/web.scm | 33 +++++++++++++++++++++++++++------ 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 81c66c5b1d..6b4890c51d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2084,7 +2084,7 @@ (define-public libgdata ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("intltool" ,intltool) ("pkg-config" ,pkg-config) - ("uhttpmock" ,uhttpmock))) + ("uhttpmock" ,uhttpmock-with-libsoup2))) (inputs (list cyrus-sasl glib-networking vala)) (propagated-inputs diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 3de10a0da7..7f7c62c945 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5701,23 +5701,24 @@ (define-public pup (define-public uhttpmock (package (name "uhttpmock") - (version "0.5.3") + (version "0.11.0") (source (origin (method url-fetch) (uri (string-append "https://tecnocode.co.uk/downloads/uhttpmock/" "uhttpmock-" version ".tar.xz")) (sha256 - (base32 "0bqizz69hxk8rn4z57asz1d45vizl1rj6i5k3rzxn2x3qcik514h")))) - (build-system glib-or-gtk-build-system) + (base32 "1gw4g3m99j00rjd3flbxigv3qgbkafnkhf77c76hv7yy58dc1vgy")))) + (build-system meson-build-system) (native-inputs (list gobject-introspection ;; For check phase. glib-networking gsettings-desktop-schemas pkg-config)) - (inputs - `(("libsoup" ,libsoup-minimal-2))) + (inputs (list libsoup)) (arguments - `(#:phases + `(#:glib-or-gtk? #t + #:configure-flags '("-Dgtk_doc=false") + #:phases (modify-phases %standard-phases (add-before 'check 'set-home-for-tests (lambda _ @@ -5730,6 +5731,26 @@ (define-public uhttpmock playback of HTTP request/response traces.") (license license:lgpl2.1+))) +(define-public uhttpmock-with-libsoup2 + (package + (inherit uhttpmock) + (version "0.5.3") + (source + (origin + (method url-fetch) + (uri (string-append "https://tecnocode.co.uk/downloads/uhttpmock/" + "uhttpmock-" version ".tar.xz")) + (sha256 + (base32 "0bqizz69hxk8rn4z57asz1d45vizl1rj6i5k3rzxn2x3qcik514h")))) + (build-system glib-or-gtk-build-system) + (arguments + (list #:phases + #~(modify-phases %standard-phases + (add-before 'check 'set-home-for-tests + (lambda _ + (setenv "HOME" "/tmp")))))) + (inputs (list libsoup-minimal-2)))) + (define-public woof (package (name "woof") -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:26 GMT) Full text and rfc822 format available.Message #53 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 16/59] gnu: uhttpmock: Use G-Expressions. Date: Thu, 9 Jan 2025 22:38:04 +0100
* gnu/packages/web.scm (uhttpmock)[arguments]: Change to list of G-Expressions. --- gnu/packages/web.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 7f7c62c945..249371b79c 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5716,13 +5716,13 @@ (define-public uhttpmock glib-networking gsettings-desktop-schemas pkg-config)) (inputs (list libsoup)) (arguments - `(#:glib-or-gtk? #t - #:configure-flags '("-Dgtk_doc=false") - #:phases - (modify-phases %standard-phases - (add-before 'check 'set-home-for-tests - (lambda _ - (setenv "HOME" "/tmp")))))) + (list #:glib-or-gtk? #t + #:configure-flags #~(list "-Dgtk_doc=false") + #:phases + #~(modify-phases %standard-phases + (add-before 'check 'set-home-for-tests + (lambda _ + (setenv "HOME" "/tmp")))))) (home-page "https://gitlab.com/groups/uhttpmock") (synopsis "Library for mocking web service APIs which use HTTP or HTTPS") (description -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:27 GMT) Full text and rfc822 format available.Message #56 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 17/59] gnu: Add msgraph. Date: Thu, 9 Jan 2025 22:38:04 +0100
* gnu/packages/gnome.scm (msgraph): New variable. --- gnu/packages/gnome.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6b4890c51d..fec4fb235f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7137,6 +7137,26 @@ (define-public libgudev part of udev-extras, then udev, then systemd. It's now a project on its own.") (license license:lgpl2.1+))) +(define-public msgraph + (package + (name "msgraph") + (version "0.2.3") + (source (origin + (method url-fetch) + (uri (string-append "mirror://gnome/sources/msgraph/" + (version-major+minor version) "/" + "msgraph-" version ".tar.xz")) + (sha256 + (base32 "1c6xkxx2c1jqhy56pfbsmnk418n1rm2fgqyrgi3hf2kzrc0fhhpd")))) + (build-system meson-build-system) + (native-inputs (list gi-docgen gobject-introspection pkg-config uhttpmock)) + (inputs (list gnome-online-accounts json-glib libsoup rest)) + (home-page "https://gnome.pages.gitlab.gnome.org/msgraph/") + (synopsis "GLib library for accessing MS Graph APIs") + (description "This package provides a GLib-based library for accessing +MS Graph APIs.") + (license license:lgpl3+))) + (define-public gvfs (package (name "gvfs") -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:28 GMT) Full text and rfc822 format available.Message #59 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 18/59] gnu: gvfs: Update to 1.56.1. Date: Thu, 9 Jan 2025 22:38:04 +0100
* gnu/packages/gnome.scm (gvfs): Update to 1.56.1. [inputs]: Add gcr and msgraph. --- gnu/packages/gnome.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fec4fb235f..519c2fb0b5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7160,7 +7160,7 @@ (define-public msgraph (define-public gvfs (package (name "gvfs") - (version "1.50.7") + (version "1.56.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gvfs/" @@ -7168,7 +7168,7 @@ (define-public gvfs "gvfs-" version ".tar.xz")) (sha256 (base32 - "0cgjlxrs4qr08igqjpkhfxpzydj8m9y9n92z091knkj5170x5bbj")))) + "045a17jqh5f3aks5c3wc9ipfxg8f37gb2dz26j3qyr3rqv71qww6")))) (build-system meson-build-system) (arguments (list @@ -7208,7 +7208,7 @@ (define-public gvfs dbus elogind fuse - gcr-3 + gcr glib gnome-online-accounts gsettings-desktop-schemas @@ -7225,6 +7225,7 @@ (define-public gvfs libnfs libsecret lsof + msgraph samba libsoup libxml2 -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:28 GMT) Full text and rfc822 format available.Message #62 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 19/59] gnu: osinfo-db: Update to 20240701. Date: Thu, 9 Jan 2025 22:38:04 +0100
* gnu/packages/virtualization.scm (osinfo-db): Update to 20240701. --- gnu/packages/virtualization.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 3588735fa3..f5f118c0cc 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -2810,14 +2810,14 @@ (define-public osinfo-db-tools (define-public osinfo-db (package (name "osinfo-db") - (version "20230719") + (version "20240701") (source (origin (method url-fetch) (uri (string-append "https://releases.pagure.org/libosinfo/osinfo-db-" version ".tar.xz")) (sha256 - (base32 "0nl4wh8i9skcg1wx84p31x7rl1xv1267g5ycbn9kfwfnqxzwkl8k")))) + (base32 "0pchyq749nh6ivvd3d9bgd7zqdqa07x94jpsprrz8i8c5ykq2wqx")))) (build-system trivial-build-system) (arguments (list -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:29 GMT) Full text and rfc822 format available.Message #65 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 20/59] gnu: osinfo-db-tools: Update to 1.12.0. Date: Thu, 9 Jan 2025 22:38:04 +0100
* gnu/packages/virtualization.scm (osinfo-db-tools): Update to 1.12.0. --- gnu/packages/virtualization.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index f5f118c0cc..82fe5ab258 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -2780,7 +2780,7 @@ (define-public xen (define-public osinfo-db-tools (package (name "osinfo-db-tools") - (version "1.10.0") + (version "1.12.0") (source (origin (method url-fetch) (uri (string-append "https://releases.pagure.org/libosinfo/osinfo-db-tools-" @@ -2788,7 +2788,7 @@ (define-public osinfo-db-tools (sha256 (base32 - "0s6ah44wbay7kb3l1ydr0r4ip335zgf6s12ghjjnww0nni9xsb40")))) + "1wz7fqvrqpw1bvp3f37n03xhxj4g1fr09vd8vqjhyxqqbmkmycgk")))) (build-system meson-build-system) (inputs (list libsoup-minimal-2 libxml2 libxslt json-glib libarchive)) -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:30 GMT) Full text and rfc822 format available.Message #68 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 21/59] gnu: plymouth: Update to 24.004.60. Date: Thu, 9 Jan 2025 22:38:05 +0100
* gnu/packages/freedesktop.scm (plymouth): Update to 24.004.60. [#:configure-flags]: Adjust accordingly. [#:phases]: Add ‘fix-install’. [inputs]: Add libevdev, libxkbcommon and xkeyboard-config. Sort alphabetically. --- gnu/packages/freedesktop.scm | 37 ++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 68e7a6c9cd..088fa5d065 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -2885,7 +2885,7 @@ (define-public udiskie (define-public plymouth (package (name "plymouth") - (version "22.02.122") + (version "24.004.60") (source (origin (method url-fetch) @@ -2893,29 +2893,42 @@ (define-public plymouth "plymouth/releases/" name "-" version ".tar.xz")) (sha256 (base32 - "1sysx8s7w870iawk5qlaq44x4cfqfinasiy4d3l3q0r14925218h")))) - (build-system gnu-build-system) + "0d0wbfsy70xhgxv4mldv72gzv0k8bvfxpvm90rxmx3y9b09q9xzk")))) + (build-system meson-build-system) (arguments (list #:configure-flags - '(list "--with-logo=/var/run/plymouth/logo.png" - "--localstatedir=/var" - "--with-boot-tty=/dev/console" - "--without-system-root-install" - "--without-rhgb-compat-link" - "--enable-drm" - "--disable-systemd-integration" + '(list "-Dlogo=/var/run/plymouth/logo.png" + "-Dlocalstatedir=/var" + "-Dboot-tty=/dev/console" + "-Ddrm=true" + "-Dsystemd-integration=false" ;; Disable GTK to dramatically reduce the closure ;; size from ~800 MiB to a little more than 200 MiB - "--disable-gtk") + "-Dgtk=disabled") #:phases #~(modify-phases %standard-phases + (add-after 'unpack 'fix-install + (lambda _ + (substitute* "src/meson.build" + (("install_emptydir" all) (string-append "# " all))) + (substitute* "themes/meson.build" + ;; XXX: meson barfs when installing (temporarily broken) + ;; symlink to logo. + (("subdir\\('spinfinity'\\)") "")))) (add-after 'unpack 'make-reproducible (lambda _ (substitute* "src/main.c" (("__DATE__") "\"guix\""))))))) (inputs - (list glib pango libdrm libpng eudev)) + (list eudev + glib + libdrm + libevdev + libpng + libxkbcommon + pango + xkeyboard-config)) (native-inputs (list gettext-minimal pkg-config -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:31 GMT) Full text and rfc822 format available.Message #71 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 22/59] gnu: usbredir: Update to 0.14.0. Date: Thu, 9 Jan 2025 22:38:05 +0100
* gnu/packages/spice.scm (usbredir): Update to 0.14.0. --- gnu/packages/spice.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index 8c2311aa94..dbf428747b 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -68,14 +68,14 @@ (define-public usbredir (package (name "usbredir") (home-page "https://spice-space.org") - (version "0.13.0") + (version "0.14.0") (source (origin (method url-fetch) (uri (string-append home-page "/download/" name "/" name "-" version ".tar.xz")) (sha256 (base32 - "0vn4gnd8nmnrvvj2rm7akf4sbcslmdk3v22k9kmxxrha5jhgm9jb")))) + "0cm3pal2fmi5168i3vdy18qw2wmvhfy02fn9li2sx3rjg1fgnkcj")))) (build-system meson-build-system) (propagated-inputs (list libusb)) (inputs (list glib)) -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:31 GMT) Full text and rfc822 format available.Message #74 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 23/59] gnu: vte: Update to 0.78.2. Date: Thu, 9 Jan 2025 22:38:05 +0100
* gnu/packages/gnome.scm (vte): Update to 0.78.2. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 519c2fb0b5..9a3c765961 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4672,7 +4672,7 @@ (define-public vala-0.52 (define-public vte (package (name "vte") - (version "0.76.3") + (version "0.78.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/vte/" @@ -4680,7 +4680,7 @@ (define-public vte "vte-" version ".tar.xz")) (sha256 (base32 - "0q2xgmxzzpc1268n1c88k8p1gjshakzss50j0b87ydvg0m6fjy7n")))) + "144qqk638n7fbql8542a02lp0nvh2vhci098l6s4cs1m0zgbrmrm")))) (build-system meson-build-system) (arguments (list #:configure-flags #~(list "-Dgtk3=false" -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:32 GMT) Full text and rfc822 format available.Message #77 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 24/59] gnu: adwaita-icon-theme: Update to 46.2. Date: Thu, 9 Jan 2025 22:38:05 +0100
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 46.2. [build-system]: Use meson-build-system. [arguments]: Remove #:make-flags. Add #:phases. [native-inputs]: Drop field. --- gnu/packages/gnome.scm | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9a3c765961..3c6e57c9ae 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2962,7 +2962,7 @@ (define-public icon-naming-utils (define-public adwaita-icon-theme (package (name "adwaita-icon-theme") - (version "44.0") + (version "46.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2970,18 +2970,15 @@ (define-public adwaita-icon-theme name "-" version ".tar.xz")) (sha256 (base32 - "0k3638gkdpjcr9pbsmpfj7vdqdm9s04j4d5sh1fx5v5z3dhcb2a8")))) - (build-system gnu-build-system) + "1jxmjq7jvbkf6rv01y2vjx2g8iic7gkxa6085rvblfck8awjdcdy")))) + (build-system meson-build-system) (arguments - (list #:make-flags - ;; Don't create 'icon-theme.cache'. - #~(list "GTK_UPDATE_ICON_CACHE="))) - (native-inputs - ;; The following requires the SVG pixbuf loader, provided by librsvg, - ;; available on x86_64 only. - `(,@(if (target-64bit?) - `((,gtk+ "bin")) ;for gtk-encode-symbolic-svg - '()))) + (list #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'patch-meson + ;; Don't create 'icon-theme.cache'. + (lambda _ (substitute* "meson.build" + (("gtk4?-update-icon-cache") "true"))))))) (home-page "https://gitlab.gnome.org/GNOME/adwaita-icon-theme") (synopsis "GNOME icon theme") (description "Icons for the GNOME desktop.") -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:30:33 GMT) Full text and rfc822 format available.Message #80 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 25/59] gnu: gcr: Update to 4.2.1. Date: Thu, 9 Jan 2025 22:38:05 +0100
* gnu/packages/gnome.scm (gcr): Update to 4.2.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3c6e57c9ae..25e63c6fc9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2459,7 +2459,7 @@ (define-public gnome-font-viewer (define-public gcr (package (name "gcr") - (version "4.1.0") + (version "4.2.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2467,7 +2467,7 @@ (define-public gcr name "-" version ".tar.xz")) (sha256 (base32 - "10x3yg0vp22lpib4hfivr7140wn6iv0qha3f46wikaab50lsvslw")))) + "1rbxjrwy88l1b6yml2hrracqamaflvif7a9fq1cd0g1ph1f3ny7d")))) (build-system meson-build-system) (arguments (list -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:01 GMT) Full text and rfc822 format available.Message #83 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 28/59] gnu: webp-pixbuf-loader: Update to 0.2.7. Date: Thu, 9 Jan 2025 22:38:05 +0100
* gnu/packages/gtk.scm (webp-pixbuf-loader): Update to 0.2.7. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 994b3f5d7a..b43da27fed 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -2981,7 +2981,7 @@ (define-public gromit-mpx (define-public webp-pixbuf-loader (package (name "webp-pixbuf-loader") - (version "0.2.4") + (version "0.2.7") (source (origin (method git-fetch) @@ -2990,7 +2990,7 @@ (define-public webp-pixbuf-loader (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0dsdkw0i8fg3051653zmz68s068a2w23d708av64afzvav1xvhv0")))) + (base32 "0cp51qv8mjjhs3x40d1p31c5f2ilajs4m15da5z5l240bmwk1490")))) (build-system meson-build-system) (arguments (list -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:02 GMT) Full text and rfc822 format available.Message #86 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 29/59] gnu: appstream-glib: Update to 0.8.3. Date: Thu, 9 Jan 2025 22:38:05 +0100
* gnu/packages/glib.scm (appstream-glib): Update to 0.8.3. [#:configure-flags]: Remove “-Dstemmer=false”. --- gnu/packages/glib.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 7a233e60f4..71b1f1ad64 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -1347,7 +1347,7 @@ (define-public sdbus-c++ (define-public appstream-glib (package (name "appstream-glib") - (version "0.8.2") + (version "0.8.3") (source (origin (method url-fetch) (uri (string-append "https://people.freedesktop.org/~hughsient/" @@ -1355,7 +1355,7 @@ (define-public appstream-glib "appstream-glib-" version ".tar.xz")) (sha256 (base32 - "15lbrmyx94cf6p6svq02yiskh31xidq092c711pqs16mml06a9bi")))) + "04fgm19p4qf970dvj5phk1bml8zwai1wc78mmghsdz30qmj40xc4")))) (build-system meson-build-system) (native-inputs (list gettext-minimal @@ -1378,8 +1378,7 @@ (define-public appstream-glib #:configure-flags #~(list "-Ddep11=false" "-Dintrospection=false" ; avoid g-ir-scanner dependency - "-Drpm=false" - "-Dstemmer=false") + "-Drpm=false") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'patch-tests -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:02 GMT) Full text and rfc822 format available.Message #89 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 30/59] gnu: gdk-pixbuf: Update to 2.42.12. Date: Thu, 9 Jan 2025 22:38:05 +0100
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.42.12. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index b43da27fed..2f977fcaf2 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -719,7 +719,7 @@ (define-public gtksourceview-3 (define-public gdk-pixbuf (package (name "gdk-pixbuf") - (version "2.42.10") + (version "2.42.12") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -727,7 +727,7 @@ (define-public gdk-pixbuf name "-" version ".tar.xz")) (sha256 (base32 - "0jz4kziz5lirnjjvbspbqzsigk8vnqknng1fga89d81vs5snr6zf")))) + "1iz392vrlrnb92hrak697bgndsbkrcxhqxilxn6f99xr8ls5nl5r")))) (build-system meson-build-system) (outputs '("out" "debug")) (arguments -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:03 GMT) Full text and rfc822 format available.Message #92 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 31/59] gnu: glibmm: Update to 2.82.0. Date: Thu, 9 Jan 2025 22:38:05 +0100
* gnu/packages/glib.scm (glibmm): Update to 2.82.0. --- gnu/packages/glib.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 71b1f1ad64..749d90f827 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -961,7 +961,7 @@ (define-public libsigc++-2 (define glibmm (package (name "glibmm") - (version "2.78.0") + (version "2.82.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/glibmm/" @@ -969,7 +969,7 @@ (define glibmm "/glibmm-" version ".tar.xz")) (sha256 (base32 - "0l7gld1ghynlxdm55l8dn3w4lfbwgrkw7flbdnh04vwrchjqfbjx")))) + "1dlwm6gmhnz1p84vkn86algdb6b2y439iymqcxf62wvj67zlqs1q")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:04 GMT) Full text and rfc822 format available.Message #95 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 32/59] gnu: glib-networking: Update to 2.78.1. Date: Thu, 9 Jan 2025 22:38:05 +0100
* gnu/packages/gnome.scm (glib-networking): Update to 2.78.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 25e63c6fc9..cff4ec3a54 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4969,7 +4969,7 @@ (define-public libxklavier (define-public glib-networking (package (name "glib-networking") - (version "2.76.1") + (version "2.78.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/glib-networking/" @@ -4977,7 +4977,7 @@ (define-public glib-networking "glib-networking-" version ".tar.xz")) (sha256 (base32 - "0ax4h0abi9yxrpmm1p491qjxc8d2k1kaa9hhzgyixrfxjjcqlsaw")))) + "17zhkf2pjwrghdgk5nhfvzqakb2xwk2jj19316xjr0s9n3djv3z4")))) (build-system meson-build-system) (native-inputs (list `(,glib "bin") ; for gio-querymodules -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:05 GMT) Full text and rfc822 format available.Message #98 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 33/59] gnu: gnome-backgrounds: Update to 46.0. Date: Thu, 9 Jan 2025 22:38:06 +0100
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 46.0. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cff4ec3a54..294592f159 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10201,7 +10201,7 @@ (define-public baobab (define-public gnome-backgrounds (package (name "gnome-backgrounds") - (version "44.0") + (version "46.0") (source (origin (method url-fetch) @@ -10210,7 +10210,7 @@ (define-public gnome-backgrounds name "-" version ".tar.xz")) (sha256 (base32 - "0kp09gh537wj7j9a0dc25fv441sfr4x0q6ja89m2lpqkhyrr70sa")))) + "0biw8hl8kpnxdlkprm0qla2qng2dbyvip4h5d23ng8547723mpad")))) (build-system meson-build-system) (native-inputs (list gettext-minimal)) (home-page "https://gitlab.gnome.org/GNOME/gnome-backgrounds") -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:05 GMT) Full text and rfc822 format available.Message #101 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 34/59] gnu: graphene: Update to 1.10.8. Date: Thu, 9 Jan 2025 22:38:06 +0100
* gnu/packages/gtk.scm (graphene): Update to 1.10.8. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 2f977fcaf2..5885cbf251 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -2454,7 +2454,7 @@ (define-public clipit (define-public graphene (package (name "graphene") - (version "1.10.6") + (version "1.10.8") (source (origin (method git-fetch) @@ -2464,7 +2464,7 @@ (define-public graphene (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0g2jjy6xizzjxlp0dr81h1f5l16dzcnhznhj6jvhpdjqcvgp98xr")))) + (base32 "18a0icpr003y0bh1kghgh2nqrm8a8s5lak8lbnc9wdfkc760vlw8")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:06 GMT) Full text and rfc822 format available.Message #104 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 35/59] gnu: gsettings-desktop-schemas: Update to 46.1. Date: Thu, 9 Jan 2025 22:38:06 +0100
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 46.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 294592f159..424b7bf036 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2788,7 +2788,7 @@ (define-public evince (define-public gsettings-desktop-schemas (package (name "gsettings-desktop-schemas") - (version "46.0") + (version "46.1") (source (origin (method url-fetch) @@ -2797,7 +2797,7 @@ (define-public gsettings-desktop-schemas name "-" version ".tar.xz")) (sha256 (base32 - "0xc5dy3wavj91yqd1lgvbwnw95nfg4m66bx7gbaqhqqv2shlcfj9")))) + "0qca8rqfhiyqb5al27h1cz39rl7ipd4jx0dxdfz8x5d66wa1124v")))) (build-system meson-build-system) (arguments `(#:phases (modify-phases %standard-phases -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:07 GMT) Full text and rfc822 format available.Message #107 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 36/59] gnu: hwdata: Update to 0.391. Date: Thu, 9 Jan 2025 22:38:06 +0100
* gnu/packages/pciutils.scm (hwdata): Update to 0.391. --- gnu/packages/pciutils.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm index 08f1634113..00289d052c 100644 --- a/gnu/packages/pciutils.scm +++ b/gnu/packages/pciutils.scm @@ -39,7 +39,7 @@ (define-module (gnu packages pciutils) (define-public hwdata (package (name "hwdata") - (version "0.374") ;updated monthly + (version "0.391") ;updated monthly (source (origin (method git-fetch) (uri (git-reference @@ -48,7 +48,7 @@ (define-public hwdata (file-name (git-file-name name version)) (sha256 (base32 - "1fcmg06lfzqrpq4z4gp12qpk7rd3s0phz4qyhq39ks43r1vxiy26")))) + "1shz7fayni7jxyz3i6d304mjh5cld88pj0rv85r804y23w5x8p8q")))) (build-system gnu-build-system) (arguments ;; Tests require pciutils, python, podman. Disable to avoid recursive dep. -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:07 GMT) Full text and rfc822 format available.Message #110 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 37/59] gnu: libbluray: Update to 1.3.4. Date: Thu, 9 Jan 2025 22:38:06 +0100
* gnu/packages/video.scm (libbluray): Update to 1.3.4. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 5ad5aa547c..69b4d57c73 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3406,7 +3406,7 @@ (define-public ytcc (define-public libbluray (package (name "libbluray") - (version "1.0.2") + (version "1.3.4") (source (origin (method url-fetch) (uri (string-append "https://download.videolan.org/videolan/" @@ -3414,7 +3414,7 @@ (define-public libbluray name "-" version ".tar.bz2")) (sha256 (base32 - "1zxfnw1xbghcj7b3zz5djndv6gwssxda19cz1lrlqrkg8577r7kd")))) + "0aszpsz3pc7p7z6yahlib4na585m6pqbg2d9dkpyipgml1lgv3s7")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--disable-bdjava-jar" -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:08 GMT) Full text and rfc822 format available.Message #113 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 26/59] gnu: libmanette: Update to 0.2.9. Date: Thu, 9 Jan 2025 22:38:05 +0100
* gnu/packages/games.scm (libmanette): Update to 0.2.9. --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 38da1b2415..0bf2d03727 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9148,7 +9148,7 @@ (define-public frozen-bubble (define-public libmanette (package (name "libmanette") - (version "0.2.6") + (version "0.2.9") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libmanette/" @@ -9156,7 +9156,7 @@ (define-public libmanette "libmanette-" version ".tar.xz")) (sha256 (base32 - "1b3bcdkk5xd5asq797cch9id8692grsjxrc1ss87vv11m1ck4rb3")))) + "13v85gckp937lppjqk42wvkd9pafszigyr7wcm6afq1g8pjnndi9")))) (build-system meson-build-system) (native-inputs (list `(,glib "bin") ; for glib-compile-resources -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:09 GMT) Full text and rfc822 format available.Message #116 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 27/59] gnu: liburing: Update to 2.8. Date: Thu, 9 Jan 2025 22:38:05 +0100
* gnu/packages/linux.scm (liburing): Update to 2.8. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 78d3d737b5..f8727de65c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -10583,7 +10583,7 @@ (define-public ipset (define-public liburing (package (name "liburing") - (version "2.3") + (version "2.8") (source (origin (method git-fetch) (uri (git-reference @@ -10592,7 +10592,7 @@ (define-public liburing (file-name (git-file-name name version)) (sha256 (base32 - "1ngg5640adlinkal8b28x5snrbab9yr8jw1w539h39k4pqnsbpmw")))) + "1skzzdb769jm8p098k292maqycfchpz16mqm6ml8sfzkq2hfck6p")))) (build-system gnu-build-system) (arguments `(;; Tests are dependent on kernel version and features -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:09 GMT) Full text and rfc822 format available.Message #119 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 38/59] gnu: libcloudproviders-minimal: Update to 0.3.6. Date: Thu, 9 Jan 2025 22:38:06 +0100
* gnu/packages/gnome.scm (libcloudproviders-minimal): Update to 0.3.6. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 424b7bf036..7fcfa7c082 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -360,7 +360,7 @@ (define-public brasero (define-public libcloudproviders-minimal (package (name "libcloudproviders-minimal") - (version "0.3.1") + (version "0.3.6") (source (origin (method url-fetch) @@ -369,7 +369,7 @@ (define-public libcloudproviders-minimal (version-major+minor version) "/libcloudproviders-" version ".tar.xz")) (sha256 - (base32 "0aars24myf6n8b8hm1n12hsgcm54097kpbpm4ba31zp1l4y22qs7")))) + (base32 "1dvlbsh5pfrnj745dlb1w0m4s1gy063y8h54qp2z9pjg785i2x9v")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:10 GMT) Full text and rfc822 format available.Message #122 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 39/59] gnu: libdvdread: Update to 6.1.3. Date: Thu, 9 Jan 2025 22:38:06 +0100
* gnu/packages/video.scm (libdvdread): Update to 6.1.3. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 69b4d57c73..cce98d4640 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3460,7 +3460,7 @@ (define-public libbluray (define-public libdvdread (package (name "libdvdread") - (version "6.0.2") + (version "6.1.3") (source (origin (method url-fetch) (uri (string-append "https://download.videolan.org/videolan/" @@ -3468,7 +3468,7 @@ (define-public libdvdread "libdvdread-" version ".tar.bz2")) (sha256 (base32 - "1c7yqqn67m3y3n7nfrgrnzz034zjaw5caijbwbfrq89v46ph257r")))) + "0sakl4c8y2kkp09km0b5353w66pvfc72y8wi1vjwn252jx4ladff")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--with-libdvdcss=yes"))) -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:11 GMT) Full text and rfc822 format available.Message #125 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 40/59] gnu: libjxl: Update to 0.11.1. Date: Thu, 9 Jan 2025 22:38:06 +0100
* gnu/packages/image.scm (libjxl): Update to 0.11.1. [source]: Also unbundle libjpeg-turbo. --- gnu/packages/image.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 7337a27b88..6d42b76a0c 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -2569,7 +2569,7 @@ (define-public libheif (define-public libjxl (package (name "libjxl") - (version "0.8.2") + (version "0.11.1") (source (origin (method git-fetch) @@ -2579,7 +2579,7 @@ (define-public libjxl (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 "1alhnnxkwy5bdwahfsdh87xk9rg1s2fm3r9y2w11ka8p3n1ccwr3")) + (base32 "1wfxzrhj8a19z6x47ib1qbmgyg56jsxjs955xcvqhdkrx8l2271r")) (modules '((guix build utils))) (snippet ;; Delete the bundles that will not be used. @@ -2587,8 +2587,8 @@ (define-public libjxl (for-each (lambda (directory) (delete-file-recursively (string-append "third_party/" directory))) - '("brotli" "googletest" "highway" "lcms" "libpng" - "zlib")))))) + '("brotli" "googletest" "highway" "lcms" "libjpeg-turbo" + "libpng" "zlib")))))) (build-system cmake-build-system) (arguments `(#:configure-flags -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:12 GMT) Full text and rfc822 format available.Message #128 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 41/59] gnu: libsoup-minimal: Add upstream-name. Date: Thu, 9 Jan 2025 22:38:06 +0100
* gnu/packages/gnome.scm (libsoup-minimal)[properties]: Add upstream-name. --- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 7fcfa7c082..8f9f06e9c7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5238,7 +5238,8 @@ (define-public libsoup-minimal (description "LibSoup is an HTTP client/server library for GNOME. It uses GObjects and the GLib main loop, to integrate well with GNOME applications.") - (license license:lgpl2.0+))) + (license license:lgpl2.0+) + (properties '((upstream-name . "libsoup"))))) ;;; An older variant kept to build the 'rest' package. (define-public libsoup-minimal-2 -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:13 GMT) Full text and rfc822 format available.Message #131 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 42/59] gnu: libsoup-minimal: Update to 3.6.1. Date: Thu, 9 Jan 2025 22:38:06 +0100
* gnu/packages/gnome.scm (libsoup-minimal): Update to 3.6.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8f9f06e9c7..9eda494f15 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5180,7 +5180,7 @@ (define-public libshumate (define-public libsoup-minimal (package (name "libsoup-minimal") - (version "3.4.4") + (version "3.6.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -5188,7 +5188,7 @@ (define-public libsoup-minimal "libsoup-" version ".tar.xz")) (sha256 (base32 - "1an5n2sa70f40my4g20lk38s5ib99c32bzzg8gm91v9nbxr6f719")))) + "0f7qiahry819c3rv9r0mxybz0pn5js69klsrh76v4wyx5fmg3cff")))) (build-system meson-build-system) (arguments (list -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:14 GMT) Full text and rfc822 format available.Message #134 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 43/59] gnu: openh264: Update to 2.5.0. Date: Thu, 9 Jan 2025 22:38:06 +0100
* gnu/packages/video.scm (openh264): Update to 2.5.0. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index cce98d4640..82ba8b402e 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -5211,7 +5211,7 @@ (define-public intel-vaapi-driver (define-public openh264 (package (name "openh264") - (version "2.3.0") + (version "2.5.0") (source (origin (method git-fetch) (uri (git-reference @@ -5220,7 +5220,7 @@ (define-public openh264 (file-name (git-file-name name version)) (sha256 (base32 - "1yr6nsjpnazq4z6dvjfyanljwgwnyjh3ddxa0sq6hl9qc59yq91r")))) + "1lkzidgb3835jjf3qd56avgb7ag4s6l4yvi2b3aacfqpzvh7vjib")))) (build-system gnu-build-system) (native-inputs (list nasm python)) -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:14 GMT) Full text and rfc822 format available.Message #137 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 44/59] gnu: rpcsvc-proto: Update to 1.4.4. Date: Thu, 9 Jan 2025 22:38:06 +0100
* gnu/packages/onc-rpc.scm (rpcsvc-proto): Update to 1.4.4. --- gnu/packages/onc-rpc.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/onc-rpc.scm b/gnu/packages/onc-rpc.scm index 0c87c02a0b..9b66987c72 100644 --- a/gnu/packages/onc-rpc.scm +++ b/gnu/packages/onc-rpc.scm @@ -130,7 +130,7 @@ (define-public rpcbind (define-public rpcsvc-proto (package (name "rpcsvc-proto") - (version "1.4") + (version "1.4.4") (home-page "https://github.com/thkukuk/rpcsvc-proto") (source (origin (method url-fetch) @@ -138,7 +138,7 @@ (define-public rpcsvc-proto "/rpcsvc-proto-" version ".tar.xz")) (sha256 (base32 - "0i93wbpw5dk2gf5v4a5hq6frh814wzgjydh7saj28wlgbpqdaja1")))) + "12smb8a073xcsjcvsr8chssxad22k2xiw217y27a3n5mxlksmhw1")))) (build-system gnu-build-system) (synopsis "RPCSVC protocol definitions") (description -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:15 GMT) Full text and rfc822 format available.Message #140 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 45/59] gnu: calls: Update to 46.0. Date: Thu, 9 Jan 2025 22:38:07 +0100
* gnu/packages/gnome.scm (calls): Update to 46.0. [inputs]: Replace gtk+ with gtk. Replace libhandy with libadwaita. --- gnu/packages/gnome.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9eda494f15..eaed5eacad 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -14240,7 +14240,7 @@ (define-public libcall-ui (define-public calls (package (name "calls") - (version "45.0") + (version "46.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -14248,7 +14248,7 @@ (define-public calls name "-" version ".tar.xz")) (sha256 (base32 - "1mvnrm5wbl69xbcjg8nxd6l6nj2fd3whbyh70axlm75c7l7d5j5r")) + "0a21anz81a3pqlrmzgyb1az53wc7kyz61xafxsylpxf41cm8vm0x")) (patches (search-patches "calls-disable-application-test.patch" "calls-disable-sip-test.patch")))) @@ -14275,11 +14275,11 @@ (define-public calls gst-plugins-base gst-plugins-good gst-plugins-bad - gtk+ + gtk libcall-ui libgee libpeas - libhandy + libadwaita modem-manager sofia-sip)) (native-inputs -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:16 GMT) Full text and rfc822 format available.Message #143 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 46/59] gnu: epiphany: Update to 46.5. Date: Thu, 9 Jan 2025 22:38:07 +0100
* gnu/packages/gnome.scm (epiphany): Update to 46.5. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index eaed5eacad..7f49fb2d6c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7337,7 +7337,7 @@ (define-public simple-scan (define-public epiphany (package (name "epiphany") - (version "46.3") + (version "46.5") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/epiphany/" @@ -7345,7 +7345,7 @@ (define-public epiphany "epiphany-" version ".tar.xz")) (sha256 (base32 - "0ml64ymz53q6583ijl5msq1zabvs3my1gl74xg2py4a9chhavqd9")))) + "04b377baj8sqr7lhbkirpazmlzn2v2n0wi4z32zik183bphxmixr")))) (build-system meson-build-system) (arguments (list -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:16 GMT) Full text and rfc822 format available.Message #146 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 47/59] gnu: evince: Update to 46.3.1. Date: Thu, 9 Jan 2025 22:38:07 +0100
* gnu/packages/gnome.scm (evince): Update to 46.3.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 7f49fb2d6c..bccf81048b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2718,7 +2718,7 @@ (define-public gnome-keyring (define-public evince (package (name "evince") - (version "46.3") + (version "46.3.1") (source (origin (method url-fetch) @@ -2726,7 +2726,7 @@ (define-public evince (version-major version) "/" "evince-" version ".tar.xz")) (sha256 - (base32 "0sq0ygsng37cbvdqc7dky2152x5zmjpvyalxx5icgzypp50is3dw")))) + (base32 "0z7fxv3ikhj1kxprrsb4hbd801p9b0a1fa976gav0f9qyak20p4l")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:17 GMT) Full text and rfc822 format available.Message #149 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 48/59] gnu: gnome-bluetooth: Update to 46.2. Date: Thu, 9 Jan 2025 22:38:07 +0100
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 46.2. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index bccf81048b..bdfed39e12 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9355,7 +9355,7 @@ (define-public libgtop (define-public gnome-bluetooth (package (name "gnome-bluetooth") - (version "46.0") + (version "46.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gnome-bluetooth/" @@ -9363,7 +9363,7 @@ (define-public gnome-bluetooth "gnome-bluetooth-" version ".tar.xz")) (sha256 (base32 - "1vzv45859dvfwcxa8wngkh5dcch65sfh5jc0bvgxpb0pydsixzhk")))) + "0d9n02a4ii7gr29vxn5qbhib6ddx9v6fgk34wnkg3d5qfpngwj0v")))) (build-system meson-build-system) (native-inputs (list gettext-minimal -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:17 GMT) Full text and rfc822 format available.Message #152 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 49/59] gnu: gnome-control-center: Update to 46.6. Date: Thu, 9 Jan 2025 22:38:07 +0100
* gnu/packages/gnome.scm (gnome-control-center): Update to 46.6. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index bdfed39e12..40d0fbf7d3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9416,7 +9416,7 @@ (define-public tecla (define-public gnome-control-center (package (name "gnome-control-center") - (version "46.3") + (version "46.6") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -9424,7 +9424,7 @@ (define-public gnome-control-center name "-" version ".tar.xz")) (sha256 (base32 - "1fbcwkm1av0026sbx4yqh0a63dv4h6v4bj6byca5j6gf3mynrp4p")))) + "18wlnywsb429spl71qan6yiqpgqgqw48jbsx14abffgkfgsa4wfs")))) (build-system meson-build-system) (arguments (list -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:18 GMT) Full text and rfc822 format available.Message #155 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 50/59] gnu: gnome-disk-utility: Update to 46.1. Date: Thu, 9 Jan 2025 22:38:07 +0100
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 46.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 40d0fbf7d3..d8669d1122 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2361,7 +2361,7 @@ (define-public gnome-desktop (define-public gnome-disk-utility (package (name "gnome-disk-utility") - (version "46.0") + (version "46.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2369,7 +2369,7 @@ (define-public gnome-disk-utility name "-" version ".tar.xz")) (sha256 (base32 - "0zcm0qfq40d0y84lm49d3jqhb4ji9qxf9grfmkqp2rvdiha4jij6")))) + "1zmzkfwg1gvqz16i2lplnvi5yhq5f1617jj9wgxbqw2dl0wr8kn2")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Dlogind=libelogind") -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:18 GMT) Full text and rfc822 format available.Message #158 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 51/59] gnu: gnome-initial-setup: Update to 46.7. Date: Thu, 9 Jan 2025 22:38:07 +0100
* gnu/packages/gnome.scm (gnome-initial-setup): Update to 46.7. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d8669d1122..ce3b1229ab 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1572,7 +1572,7 @@ (define-public libmediaart (define-public gnome-initial-setup (package (name "gnome-initial-setup") - (version "46.4") + (version "46.7") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gnome-initial-setup/" @@ -1580,7 +1580,7 @@ (define-public gnome-initial-setup "/gnome-initial-setup-" version ".tar.xz")) (sha256 (base32 - "1mqvvsl161pi4sv2x6b90rfs4a2166da9rkgkcpd67pwfhgyjxmr")))) + "00cwlzgg50y1ckgddpwx55vvsxc6mxfmwrakf440awiiz1lk5ild")))) (build-system meson-build-system) (arguments (list -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:19 GMT) Full text and rfc822 format available.Message #161 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 52/59] gnu: gnome-maps: Update to 46.12. Date: Thu, 9 Jan 2025 22:38:07 +0100
* gnu/packages/geo.scm (gnome-maps): Update to 46.12. --- gnu/packages/geo.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index ae6fcc08c9..30635d0cb0 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -477,7 +477,7 @@ (define-public geos (define-public gnome-maps (package (name "gnome-maps") - (version "46.11") + (version "46.12") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -485,7 +485,7 @@ (define-public gnome-maps name "-" version ".tar.xz")) (sha256 (base32 - "0daq2f96vh6fc3r9348c9vpa13yg2s3pa5irbqr1620bfjwl22wl")))) + "09af1kk63h4ks6kv3sixfmjxkfy0qbi2iym6q5ahcsfjp12d3qc4")))) (build-system meson-build-system) (arguments (list -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:19 GMT) Full text and rfc822 format available.Message #164 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 53/59] gnu: gnome-music: Update to 46.1. Date: Thu, 9 Jan 2025 22:38:07 +0100
* gnu/packages/gnome.scm (gnome-music): Update to 46.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ce3b1229ab..5cfe18798e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -910,7 +910,7 @@ (define-public gnome-photos (define-public gnome-music (package (name "gnome-music") - (version "46.0") + (version "46.1") (source (origin (method url-fetch) @@ -920,7 +920,7 @@ (define-public gnome-music name "-" version ".tar.xz")) (sha256 (base32 - "0pzcqmmzcp71ls9bl85nqwi2wf4lqg3izdwa5ypzd4k8077dal54")))) + "1zdzafirfhaldbp8m8pmqw0ysfxc7ndbakqc7d1xrr4v51n2vghi")))) (build-system meson-build-system) (arguments (list -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:20 GMT) Full text and rfc822 format available.Message #167 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 54/59] gnu: gnome-remote-desktop: Update to 46.5. Date: Thu, 9 Jan 2025 22:38:07 +0100
* gnu/packages/gnome.scm (gnome-remote-desktop): Update to 46.5. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5cfe18798e..b0aac9929a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -14114,7 +14114,7 @@ (define-public xffm+ (define-public gnome-remote-desktop (package (name "gnome-remote-desktop") - (version "46.3") + (version "46.5") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -14122,7 +14122,7 @@ (define-public gnome-remote-desktop name "-" version ".tar.xz")) (sha256 (base32 - "156pfx61mfwjr413w0zawb0pshh2ypl2k29ajys9wqyl25pnbih8")))) + "0h9656vk5f4vn9wajh3ixhqsxk3adi44z4b3iabcj8i1fy1905wi")))) (build-system meson-build-system) (arguments (list #:configure-flags -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:20 GMT) Full text and rfc822 format available.Message #170 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 55/59] gnu: libgtop: Update to 2.41.3. Date: Thu, 9 Jan 2025 22:38:07 +0100
* gnu/packages/gnome.scm (libgtop): Update to 2.41.3. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b0aac9929a..dd9f6c27ff 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9331,7 +9331,7 @@ (define-public gdm (define-public libgtop (package (name "libgtop") - (version "2.40.0") + (version "2.41.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libgtop/" @@ -9339,7 +9339,7 @@ (define-public libgtop "libgtop-" version ".tar.xz")) (sha256 (base32 - "1m6jbqk8maa52gxrf223442fr5bvvxgb7ham6v039i3r1i62gwvq")))) + "136snaww293n1dfdswr764yhd0d55s5z4s3m5x2s4blfjpgpcmkp")))) (build-system gnu-build-system) (native-inputs (list gobject-introspection intltool perl pkg-config)) -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:21 GMT) Full text and rfc822 format available.Message #173 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 56/59] gnu: gnome-system-monitor: Update to 46.0. Date: Thu, 9 Jan 2025 22:38:07 +0100
* gnu/packages/gnome.scm (gnome-system-monitor): Update to 46.0. [inputs]: Replace gtk+ with gtk, gtkmm-3 with gtkmm, and libhandy with libadwaita. --- gnu/packages/gnome.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index dd9f6c27ff..c0ae0be1b3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11490,7 +11490,7 @@ (define-public bluefish (define-public gnome-system-monitor (package (name "gnome-system-monitor") - (version "44.0") + (version "46.0") (source (origin (method url-fetch) @@ -11499,7 +11499,7 @@ (define-public gnome-system-monitor name "-" version ".tar.xz")) (sha256 (base32 - "0vjyqk76k2gzhxc9hcbg0zjwk11wgqz2ji6yr322fa59vgnvgfn2")))) + "16bmai706vcc373ry51cciap5hg4m71fhwjl4l4c71n6b20j8xjk")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t @@ -11514,9 +11514,9 @@ (define-public gnome-system-monitor pkg-config)) (inputs (list gdk-pixbuf ;for loading SVG files. - gtk+ - gtkmm-3 - libhandy + gtk + gtkmm + libadwaita (librsvg-for-system) libxml2 libwnck)) -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:21 GMT) Full text and rfc822 format available.Message #176 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 57/59] gnu: gnome-user-docs: Update to 46.7. Date: Thu, 9 Jan 2025 22:38:07 +0100
* gnu/packages/gnome.scm (gnome-user-docs): Update to 46.7. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c0ae0be1b3..80cd9afb00 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1994,7 +1994,7 @@ (define-public gnome-commander (define-public gnome-user-docs (package (name "gnome-user-docs") - (version "46.1") + (version "46.7") (source (origin (method url-fetch) @@ -2002,7 +2002,7 @@ (define-public gnome-user-docs (version-major version) "/gnome-user-docs-" version ".tar.xz")) (sha256 - (base32 "1nha33zd4mj37ql41qci6wnd2fsqnqxp378n9m7yp5xpxv5r6wm9")))) + (base32 "15qzaa1d22l56xflj7jql28ghl4y4lg7rwjrai8i7758aqy6qipl")))) (build-system gnu-build-system) (native-inputs (list gettext-minimal itstool pkg-config libxml2)) -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:21 GMT) Full text and rfc822 format available.Message #179 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 58/59] gnu: eog: Update to 47.0. Date: Thu, 9 Jan 2025 22:38:08 +0100
* gnu/packages/gnome.scm (eog): Update to 47.0. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 80cd9afb00..406a95aac1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7001,7 +7001,7 @@ (define-public rhythmbox (define-public eog (package (name "eog") - (version "44.3") + (version "47.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -7009,7 +7009,7 @@ (define-public eog name "-" version ".tar.xz")) (sha256 (base32 - "134xvb2fcfh6ciyk2f3rh7khh7b2n8lr13sc977zhbs39c7xgcnn")))) + "0rnyrgh0qg1zdnpmn79kaflk0bra4zly93kxgdm14xad4bsxnpnv")))) (build-system meson-build-system) (arguments (list -- 2.47.1
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:bug#75470
; Package guix-patches
.
(Thu, 09 Jan 2025 22:31:22 GMT) Full text and rfc822 format available.Message #182 received at 75470 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470 <at> debbugs.gnu.org Subject: [PATCH gnome-team 59/59] gnu: totem: Update to 43.1. Date: Thu, 9 Jan 2025 22:38:08 +0100
* gnu/packages/gnome.scm (totem): Update to 43.1. --- gnu/packages/gnome.scm | 210 ++++++++++++++++++++--------------------- 1 file changed, 100 insertions(+), 110 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 406a95aac1..420cd98e40 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6801,117 +6801,107 @@ (define-public grilo-plugins (license license:lgpl2.1+))) (define-public totem - ;; Use the commit used in their flatpak, as it includes unreleased fixes - ;; (see: - ;; https://raw.githubusercontent.com/flathub/org.gnome.Totem/refs/heads/master/org.gnome.Totem.json). - (let ((revision "0") - (commit "50cbd3f08d360e28c9aa93ff1aadcb83f505ce59")) - (package - (name "totem") - (version (git-version "43.0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.gnome.org/GNOME/totem.git") - (commit commit) - ;; XXX: Totem uses a GNOME-ified, bundled fork of the gd - ;; library that doesn't appear to be compatible with our - ;; current gd library. - (recursive? #t))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1qyv5s1bmaxqi82361g18mnqwji74ck8x0vcl00lidxi4d1xqw6n")))) - (build-system meson-build-system) - (native-inputs - (list `(,glib "bin") ;for 'glib-mkenums' - desktop-file-utils - gettext-minimal - gobject-introspection - intltool - itstool - libxml2 - perl ;for pod2man - pkg-config - xorg-server-for-tests)) - (propagated-inputs - (list dconf)) - (inputs - (list (librsvg-for-system) - adwaita-icon-theme - at-spi2-core - bash-minimal - cairo - dbus-glib - gdk-pixbuf - gnome-desktop - grilo - grilo-plugins - gsettings-desktop-schemas - gst-libav - gst-plugins-base - gst-plugins-good - gstreamer - gtk+ - libhandy - libpeas - libportal - libsoup - libxml2 - libxrandr - libxtst - libxxf86vm - python - python-pygobject - totem-pl-parser - vala - xorgproto)) - (arguments - (list - #:glib-or-gtk? #t - ;; Disable automatic GStreamer plugin installation via PackageKit and - ;; all that. - #:configure-flags - ;; Do not build .a files for the plugins, it's completely useless. - ;; This saves 2 MiB. - #~(list "--default-library" "shared") - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'skip-gtk-update-icon-cache - ;; Don't create 'icon-theme.cache'. - (lambda _ - (substitute* "meson.build" - (("gtk_update_icon_cache: true") - "gtk_update_icon_cache: false")))) - (add-before 'install 'disable-cache-generation - (lambda _ - (setenv "DESTDIR" "/"))) - (add-before 'check 'pre-check - (lambda _ - ;; Tests require a running X server. - (system "Xvfb :1 &") - (setenv "DISPLAY" ":1"))) - (add-after 'install 'wrap-totem - (lambda* (#:key inputs outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out")) - (gi-typelib-path (getenv "GI_TYPELIB_PATH")) - (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")) - (grl-plugin-path (getenv "GRL_PLUGIN_PATH"))) - (wrap-program (string-append out "/bin/totem") - `("GI_TYPELIB_PATH" ":" suffix (,gi-typelib-path)) - `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path)) - `("GRL_PLUGIN_PATH" ":" prefix (,grl-plugin-path))) - (wrap-program (string-append out "/bin/totem-video-thumbnailer") - `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))))))) - (home-page "https://wiki.gnome.org/Apps/Videos") - (synopsis "Simple media player for GNOME based on GStreamer") - (description "Totem is a simple yet featureful media player for GNOME + (package + (name "totem") + (version "43.1") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://gnome/sources/totem/" + (version-major version) "/" + "totem-" version ".tar.xz")) + (sha256 + (base32 + "0vcyfna0z58s9h8h3pb0pqmlrx8j097ymr7zndf9hi34khg2js2n")))) + (build-system meson-build-system) + (native-inputs + (list `(,glib "bin") ;for 'glib-mkenums' + desktop-file-utils + gettext-minimal + gobject-introspection + intltool + itstool + libxml2 + perl ;for pod2man + pkg-config + xorg-server-for-tests)) + (propagated-inputs + (list dconf)) + (inputs + (list (librsvg-for-system) + adwaita-icon-theme + at-spi2-core + bash-minimal + cairo + dbus-glib + gdk-pixbuf + gnome-desktop + grilo + grilo-plugins + gsettings-desktop-schemas + gst-libav + gst-plugins-base + gst-plugins-good + gstreamer + gtk+ + libhandy + libpeas + libportal + libsoup + libxml2 + libxrandr + libxtst + libxxf86vm + python + python-pygobject + totem-pl-parser + vala + xorgproto)) + (arguments + (list + #:glib-or-gtk? #t + ;; Disable automatic GStreamer plugin installation via PackageKit and + ;; all that. + #:configure-flags + ;; Do not build .a files for the plugins, it's completely useless. + ;; This saves 2 MiB. + #~(list "--default-library" "shared") + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'skip-gtk-update-icon-cache + ;; Don't create 'icon-theme.cache'. + (lambda _ + (substitute* "meson.build" + (("gtk_update_icon_cache: true") + "gtk_update_icon_cache: false")))) + (add-before 'install 'disable-cache-generation + (lambda _ + (setenv "DESTDIR" "/"))) + (add-before 'check 'pre-check + (lambda _ + ;; Tests require a running X server. + (system "Xvfb :1 &") + (setenv "DISPLAY" ":1"))) + (add-after 'install 'wrap-totem + (lambda* (#:key inputs outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out")) + (gi-typelib-path (getenv "GI_TYPELIB_PATH")) + (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")) + (grl-plugin-path (getenv "GRL_PLUGIN_PATH"))) + (wrap-program (string-append out "/bin/totem") + `("GI_TYPELIB_PATH" ":" suffix (,gi-typelib-path)) + `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path)) + `("GRL_PLUGIN_PATH" ":" prefix (,grl-plugin-path))) + (wrap-program (string-append out "/bin/totem-video-thumbnailer") + `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))))))) + (home-page "https://wiki.gnome.org/Apps/Videos") + (synopsis "Simple media player for GNOME based on GStreamer") + (description "Totem is a simple yet featureful media player for GNOME which can read a large number of file formats.") - ;; GPL2+ with an exception clause for non-GPL compatible GStreamer plugins - ;; to be used and distributed together with GStreamer and Totem. See - ;; file://COPYING in the source distribution for details. - (license license:gpl2+)))) + ;; GPL2+ with an exception clause for non-GPL compatible GStreamer plugins + ;; to be used and distributed together with GStreamer and Totem. See + ;; file://COPYING in the source distribution for details. + (license license:gpl2+))) (define-public rhythmbox (package -- 2.47.1
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:Message #187 received at 75470-done <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: 75470-done <at> debbugs.gnu.org Subject: Re: [PATCH gnome-team 00/59] To 46.7 and beyond Date: Sat, 18 Jan 2025 11:43:36 +0100
Am Donnerstag, dem 09.01.2025 um 22:39 +0100 schrieb Liliana Marie Prikler: > gnu: gjs: Wrap GI_TYPELIB_PATH to include necessary typelibs. > gnu: gmobile: Update to 0.2.1. > gnu: feedbackd: Update to 0.6.0. > gnu: cairomm: Update to 1.18.0. > gnu: colord-gtk: Update to 0.3.1. > gnu: gexiv2: Update to 0.14.3. > gnu: gnome-autoar: Update to 0.4.5. > gnu: gnome-online-accounts: Update to 3.50.7. > gnu: gtksourceview-4: Update to 4.8.4. > gnu: gupnp: Update to 1.6.7. > gnu: libgsf: Update to 1.14.53. > gnu: libgweather: Update to 4.4.4. > gnu: libvirt: Update to 10.10.0. > gnu: mobile-broadband-provider-info: Update to 20240407. > gnu: uhttpmock: Update to 0.11.0. > gnu: uhttpmock: Use G-Expressions. > gnu: Add msgraph. > gnu: gvfs: Update to 1.56.1. > gnu: osinfo-db: Update to 20240701. > gnu: osinfo-db-tools: Update to 1.12.0. > gnu: plymouth: Update to 24.004.60. > gnu: usbredir: Update to 0.14.0. > gnu: vte: Update to 0.78.2. > gnu: adwaita-icon-theme: Update to 46.2. > gnu: gcr: Update to 4.2.1. > gnu: libmanette: Update to 0.2.9. > gnu: liburing: Update to 2.8. > gnu: webp-pixbuf-loader: Update to 0.2.7. > gnu: appstream-glib: Update to 0.8.3. > gnu: gdk-pixbuf: Update to 2.42.12. > gnu: glibmm: Update to 2.82.0. > gnu: glib-networking: Update to 2.78.1. > gnu: gnome-backgrounds: Update to 46.0. > gnu: graphene: Update to 1.10.8. > gnu: gsettings-desktop-schemas: Update to 46.1. > gnu: hwdata: Update to 0.391. > gnu: libbluray: Update to 1.3.4. > gnu: libcloudproviders-minimal: Update to 0.3.6. > gnu: libdvdread: Update to 6.1.3. > gnu: libjxl: Update to 0.11.1. > gnu: libsoup-minimal: Add upstream-name. > gnu: libsoup-minimal: Update to 3.6.1. > gnu: openh264: Update to 2.5.0. > gnu: rpcsvc-proto: Update to 1.4.4. > gnu: calls: Update to 46.0. > gnu: epiphany: Update to 46.5. > gnu: evince: Update to 46.3.1. > gnu: gnome-bluetooth: Update to 46.2. > gnu: gnome-control-center: Update to 46.6. > gnu: gnome-disk-utility: Update to 46.1. > gnu: gnome-initial-setup: Update to 46.7. > gnu: gnome-maps: Update to 46.12. > gnu: gnome-music: Update to 46.1. > gnu: gnome-remote-desktop: Update to 46.5. > gnu: libgtop: Update to 2.41.3. > gnu: gnome-system-monitor: Update to 46.0. > gnu: gnome-user-docs: Update to 46.7. > gnu: eog: Update to 47.0. > gnu: totem: Update to 43.1. Pushed.
Debbugs Internal Request <help-debbugs <at> gnu.org>
to internal_control <at> debbugs.gnu.org
.
(Sat, 15 Feb 2025 12:24:09 GMT) Full text and rfc822 format available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.