GNU bug report logs -
#75155
[PATCH 0/3] Update labwc to 0.8.2 and some related changes
Previous Next
Reported by: Ahmad Draidi <a.r.draidi <at> redscript.org>
Date: Sat, 28 Dec 2024 06:02:01 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/freedesktop.scm (libsfdo): New variable.
Change-Id: I458dc579294326cf9e867b8d9e8f307212ae358e
---
gnu/packages/freedesktop.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 721a0d4c38..1ee9f3cc6d 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -361,6 +361,26 @@ (define-public libglib-testing
(home-page "https://gitlab.gnome.org/pwithnall/libglib-testing")
(license license:lgpl2.1+)))
+(define-public libsfdo
+ (package
+ (name "libsfdo")
+ (version "0.1.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.freedesktop.org/vyivel/libsfdo")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1fi9hlg9ms8sszb0ylx4v0q49265vbsix455x64nkvklh049yc7n"))))
+ (build-system meson-build-system)
+ (home-page "https://gitlab.freedesktop.org/vyivel/libsfdo")
+ (synopsis "Implementation of some of the freedesktop.org specifications")
+ (description "libsfdo is a collection of libraries which implement
+some of the freedesktop.org specifications.")
+ (license license:bsd-2)))
+
(define-public libliftoff
(package
(name "libliftoff")
--
2.47.1
This bug report was last modified 134 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.