diff mbox series

[bug#61219] gnu: xdg-desktop-portal: Update to 1.14.6.

Message ID 20230202021618.16342-1-ngraves@ngraves.fr
State New
Headers show
Series [bug#61219] gnu: xdg-desktop-portal: Update to 1.14.6. | expand

Commit Message

Nicolas Graves Feb. 2, 2023, 2:16 a.m. UTC
* gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.14.6.
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Josselin Poiret Feb. 2, 2023, 11:56 a.m. UTC | #1
Hi Nicolas,

Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.14.6.

Works fine on my end (after realizing that my config was borked and I
didn't have a dbus user session :-) ), and the only dependent
(xdg-desktop-portal-gtk) builds fine. I can't test it since I use
wlroots instead though.

Best,
Nicolas Graves Feb. 2, 2023, 3:49 p.m. UTC | #2
On 2023-02-02 12:56, Josselin Poiret via Guix-patches via wrote:

> Hi Nicolas,

Hi Josselin!

> Works fine on my end (after realizing that my config was borked and I
> didn't have a dbus user session :-) ), and the only dependent
> (xdg-desktop-portal-gtk) builds fine. I can't test it since I use
> wlroots instead though.

I'm currently using it, it works fine.

There are currently later major versions, but I just wanted to fix my
local config.

>
> Best,
Christopher Baines Feb. 7, 2023, 8:16 a.m. UTC | #3
Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> On 2023-02-02 12:56, Josselin Poiret via Guix-patches via wrote:
>
>> Hi Nicolas,
>
> Hi Josselin!
>
>> Works fine on my end (after realizing that my config was borked and I
>> didn't have a dbus user session :-) ), and the only dependent
>> (xdg-desktop-portal-gtk) builds fine. I can't test it since I use
>> wlroots instead though.
>
> I'm currently using it, it works fine.
>
> There are currently later major versions, but I just wanted to fix my
> local config.

This looks good to me, so I've gone ahead and pushed it to master as
9b07a4b045be4fd3b69ea7b3ca1b2459c00032ba.

Thanks both,

Chris
diff mbox series

Patch

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index a986c8c350..90398f0e70 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2666,7 +2666,7 @@  (define-public libportal
 (define-public xdg-desktop-portal
   (package
     (name "xdg-desktop-portal")
-    (version "1.14.4")
+    (version "1.14.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2674,7 +2674,7 @@  (define-public xdg-desktop-portal
                     version "/xdg-desktop-portal-" version ".tar.xz"))
               (sha256
                (base32
-                "0wqc9x3k7lf3mig53i4rjazi0xi8bcykwaaw7r7prvnscnd1k405"))))
+                "1q0djpnwlrqm0h0alyh1r6dlkqdrr7mj5hiam4mqzxqa5jbqkrgj"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)