guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 8f54b75214f9c0751d1bc91c7879c790aa33e5b4
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Oct 4 20:26:07 2025 +0200

    gnu: Add libxdgp-origin.
    
    * gnu/packages/gnome.scm (libxdgp-origin): New variable.
---
 gnu/packages/gnome.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d661c7294b..e1f54f2f5f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13169,6 +13169,21 @@ provided there is a DBus service present:
   (simple-service 'ratbagd dbus-root-service-type (list libratbag))")
     (license license:gpl2)))
 
+(define libgxdp-origin
+  ;; No releases nor tags.  Use the latest commit that passes the project CI.
+  (let ((commit "e6c11f2812cad0a43e847ec97bfc1c67bf50be52")
+        (revision "0"))
+    (origin
+      (method git-fetch)
+      (uri (git-reference
+             (url "https://gitlab.gnome.org/GNOME/libgxdp";)
+             (commit commit)))
+      (file-name (git-file-name "libgxdp"
+                                (git-version "0.0.0" revision commit)))
+      (sha256
+       (base32
+        "1djfmwvcywbkpl9v8cs0b1hhylfd3fbrdk451vd16hwls46nf0v2")))))
+
 (define-public xdg-desktop-portal-gnome
   (package
     (name "xdg-desktop-portal-gnome")

Reply via email to