guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 97739f5e174ca66cfa74c864bd73051438abde2d
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 696bf5af8f..ade495b45d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13152,6 +13152,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")