From: Ahmad Draidi via Guix-patches via <guix-patches@gnu.org>
To: 75155@debbugs.gnu.org
Cc: Ahmad Draidi <a.r.draidi@redscript.org>
Subject: [bug#75155] [PATCH 2/3] gnu: Add libsfdo.
Date: Sat, 28 Dec 2024 10:06:09 +0400 [thread overview]
Message-ID: <5050cce66928cc2b758e636a8923189f05668500.1735365259.git.a.r.draidi@redscript.org> (raw)
In-Reply-To: <cover.1735365259.git.a.r.draidi@redscript.org>
* 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
next prev parent reply other threads:[~2024-12-28 6:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-28 6:00 [bug#75155] [PATCH 0/3] Update labwc to 0.8.2 and some related changes Ahmad Draidi via Guix-patches via
2024-12-28 6:06 ` [bug#75155] [PATCH 1/3] gnu: wlroots: Update to 0.18.2 Ahmad Draidi via Guix-patches via
2024-12-28 6:06 ` Ahmad Draidi via Guix-patches via [this message]
2024-12-28 6:06 ` [bug#75155] [PATCH 3/3] gnu: labwc: Update to 0.8.2 Ahmad Draidi via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5050cce66928cc2b758e636a8923189f05668500.1735365259.git.a.r.draidi@redscript.org \
--to=guix-patches@gnu.org \
--cc=75155@debbugs.gnu.org \
--cc=a.r.draidi@redscript.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.