guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 74f0aa19c5bb36220e041008d79a57d2e67d2225
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 e159e39178..e5cf9368ff 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13176,6 +13176,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")