unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Jaeme Sifat <jaeme@runbox.com>
Cc: 67893-done@debbugs.gnu.org
Subject: bug#67893: [PATCH] gnu: Add libdisplay-info.
Date: Sun, 18 Feb 2024 16:03:09 +0100	[thread overview]
Message-ID: <878r3hn7bm.fsf@gnu.org> (raw)
In-Reply-To: <5362cfe60c0941b05c88a684fab98935a690603c.1702959951.git.jaeme@runbox.com> (Jaeme Sifat's message of "Mon, 18 Dec 2023 23:25:52 -0500")

[-- Attachment #1: Type: text/plain, Size: 563 bytes --]

Hi,

Jaeme Sifat <jaeme@runbox.com> skribis:

> libdisplay-info is a new dependency for the wlroots@0.17.0 update. As
> seen here:
>
> - https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.0
>
> The 'fix-meson-file phase was ripped right out of the wlroots@0.16.2
> package. There was a surprise build dependency for Python in
> generating the database.
>
> * gnu/packages/wm.scm (libdisplay-info): New variable.
>
> Change-Id: If6a466b902f4babdfb5bc9b3935c2d14f42ae662

Applied with the cosmetic changes below, thanks!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1994 bytes --]

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 4c7f19d3ef..9abf505caf 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2982,12 +2982,11 @@ (define-public libdisplay-info
     (package
       (name "libdisplay-info")
       (version (git-version "0.2.0-dev" revision commit))
+      (home-page "https://gitlab.freedesktop.org/emersion/libdisplay-info")
       (source
        (origin
          (method git-fetch)
-         (uri (git-reference
-               (url "https://gitlab.freedesktop.org/emersion/libdisplay-info")
-               (commit commit)))
+         (uri (git-reference (url home-page) (commit commit)))
          (file-name (git-file-name name version))
          (sha256
           (base32 "1ly8acdjxn8l55y0wc07n7pb6rzh9dpr1vbsakdib2zrl0i5yh3a"))))
@@ -3003,15 +3002,20 @@ (define-public libdisplay-info
                                                       "hwdata")
                                            "/share/hwdata/pnp.ids"))))))))
       (native-inputs (list `(,hwdata "pnp") python))
-      (home-page "https://gitlab.freedesktop.org/emersion/libdisplay-info")
       (synopsis "EDID and DisplayID library")
       (description
-       "A EDID and DisplayID library with the following goals:
+       "This package provides a library to read @acronym{EDID, Extended
+Display Identification Data} and DisplayID metadata from display devices.  It
+has the following goals:
+
 @enumerate
-@item    Provide a set of high-level, easy-to-use, opinionated functions
-         as well as low-level functions to access detailed information.
-@item    Simplicity and correctness over performance and resource usage.
-@item    Well-tested and fuzzed.
+@item
+Provide a set of high-level, easy-to-use, opinionated functions
+as well as low-level functions to access detailed information.
+@item
+Simplicity and correctness over performance and resource usage.
+@item
+Well-tested and fuzzed.
 @end enumerate")
       (license license:expat))))
 

      reply	other threads:[~2024-02-18 15:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-19  4:25 [bug#67893] [PATCH] gnu: Add libdisplay-info Jaeme Sifat via Guix-patches via
2024-02-18 15:03 ` Ludovic Courtès [this message]

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=878r3hn7bm.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=67893-done@debbugs.gnu.org \
    --cc=jaeme@runbox.com \
    /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).