[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73128] [PATCH gnome-team 08/12] gnu: xdg-desktop-portal: Update to
From: |
Maxim Cournoyer |
Subject: |
[bug#73128] [PATCH gnome-team 08/12] gnu: xdg-desktop-portal: Update to 1.18.4. |
Date: |
Wed, 11 Sep 2024 14:52:31 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
dan <liliana.prikler@gmail.com> writes:
> * gnu/packages/patches/xdg-desktop-portal-disable-portal-tests.patch: New
> file.
> * gnu/local.mk (dist_patch_DATA): Register it.
> * gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.18.4.
> [patches]: Disable portal tests.
> [native-inputs]: Remove autoconf, automake, libtool and which. Add python,
> python-dbusmock, python-pytest and python-pytest-xdist.
> [inputs]: Add bubblewrap.
> [arguments]<#:configure-flags>: Update flags to meson options.
Sounds good.
[...]
> (define-public xdg-desktop-portal
> (package
> (name "xdg-desktop-portal")
> - (version "1.16.0")
> + (version "1.18.4")
> (source
> (origin
> (method url-fetch)
> @@ -3035,18 +3037,21 @@ (define-public xdg-desktop-portal
> version "/xdg-desktop-portal-" version ".tar.xz"))
> (sha256
> (base32
> - "06cczlh39kc41rvav06v37sad827y61rffy3v29i918ibj8sahav"))))
> - (build-system gnu-build-system)
> + "0r8y8qmzcfj7b7brqcxr9lg8pavfds815ffvj0kqc378fhgaln5q"))
> + ;; disable portal tests since they try to use fuse
As a tiny improvement, I'd fully punctuate the above standalone comment
(capitalize first character and add a terminating dot).
> + (patches (search-patches
> "xdg-desktop-portal-disable-portal-tests.patch"))))
> + (build-system meson-build-system)
> (native-inputs
> `(("pkg-config" ,pkg-config)
> - ("autoconf" ,autoconf)
> - ("automake" ,automake)
> - ("libtool" ,libtool)
> ("glib:bin" ,glib "bin")
> - ("which" ,which)
> - ("gettext" ,gettext-minimal)))
> + ("gettext" ,gettext-minimal)
> + ("python" ,python)
> + ("python-dbusmock" ,python-dbusmock)
> + ("python-pytest" ,python-pytest)
> + ("python-pytest-xdist" ,python-pytest-xdist)))
> (inputs
> - `(("gdk-pixbuf" ,gdk-pixbuf)
> + `(("bubblewrap" ,bubblewrap)
> + ("gdk-pixbuf" ,gdk-pixbuf)
As a v2 follow-up, it would be nice to drop all these labels to conform
to our newer style. Perhaps 'guix style' can automate this one.
--
Thanks,
Maxim
- [bug#73128] [PATCH gnome-team 09/12] gnu: xdg-desktop-portal-gnome: Update to 46.2., (continued)
- [bug#73128] [PATCH gnome-team 07/12] gnu: Add libei., Liliana Marie Prikler, 2024/09/08
- [bug#73128] [PATCH gnome-team 08/12] gnu: xdg-desktop-portal: Update to 1.18.4., dan, 2024/09/08
- [bug#73128] [PATCH gnome-team 08/12] gnu: xdg-desktop-portal: Update to 1.18.4.,
Maxim Cournoyer <=
- [bug#73128] [PATCH gnome-team 11/12] gnu: mutter: Update to 46.4., Liliana Marie Prikler, 2024/09/08
- [bug#73128] [PATCH gnome-team 00/12] Mini update dump, Maxim Cournoyer, 2024/09/11
- [bug#73128] [PATCH gnome-team 00/12] Mini update dump, Maxim Cournoyer, 2024/09/11