From: Daniel Ziltener via Guix-patches via <guix-patches@gnu.org>
To: 67887@debbugs.gnu.org
Cc: dziltener@lyrion.ch
Subject: [bug#67887] [PATCH 2/2] gnu: libdisplay-info: Add libdisplay-info 0.1.1.
Date: Mon, 18 Dec 2023 23:48:11 +0100 [thread overview]
Message-ID: <c6c5dcb6b92128f93d7df706df3fe169@lyrion.ch> (raw)
In-Reply-To: <0e26d0925b45e79ab0c7826f82df1fb2@lyrion.ch>
---
gnu/packages/freedesktop.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 648ebad408..d819bb4999 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -569,6 +569,34 @@ (define-public xdg-utils
freedesktop.org project.")
(license license:expat)))
+(define-public libdisplay-info
+ (package
+ (name "libdisplay-info")
+ (version "0.1.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.freedesktop.org/emersion/libdisplay-info")
+ (commit version)))
+ (sha256
+ (base32
+ "1ffq7w1ig1y44rrmkv1hvfjylzgq7f9nlnnsdgdv7pmcpfh45pgf"))))
+ (build-system meson-build-system)
+ (arguments
+ `(#:phases (modify-phases %standard-phases
+ (delete 'check))))
+ (native-inputs
+ (list pkg-config
+ edid-decode
+ hwdata
+ python-wrapper))
+ (home-page "https://gitlab.freedesktop.org/emersion/libdisplay-info")
+ (synopsis "EDID and DisplayID library")
+ (description "EDID and DisplayID library that provides a set of high-level, easy-to-use, opinionated functions as well as
+low-level functions to access detailed information.")
+ (license license:expat)))
+
(define-public libinput
;; Updating this will rebuild over 700 packages through libinput-minimal.
(package
--
2.43.0
next prev parent reply other threads:[~2023-12-18 22:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-18 22:29 [bug#67887] [PATCH] gnu: hwdata: Update to 0.377 Daniel Ziltener via Guix-patches via
2023-12-18 22:48 ` Daniel Ziltener via Guix-patches via [this message]
2024-01-26 15:28 ` Daniel Ziltener 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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c6c5dcb6b92128f93d7df706df3fe169@lyrion.ch \
--to=guix-patches@gnu.org \
--cc=67887@debbugs.gnu.org \
--cc=dziltener@lyrion.ch \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).