guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#75155] [PATCH 2/3] gnu: Add libsfdo.


From: Ahmad Draidi
Subject: [bug#75155] [PATCH 2/3] gnu: Add libsfdo.
Date: Sat, 28 Dec 2024 10:06:09 +0400

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]