* [bug#67887] [PATCH] gnu: hwdata: Update to 0.377. @ 2023-12-18 22:29 Daniel Ziltener via Guix-patches via 2023-12-18 22:48 ` [bug#67887] [PATCH 2/2] gnu: libdisplay-info: Add libdisplay-info 0.1.1 Daniel Ziltener via Guix-patches via 2024-01-26 15:28 ` [bug#67887] [PATCH] gnu: hwdata: Update to 0.377 Daniel Ziltener via Guix-patches via 0 siblings, 2 replies; 3+ messages in thread From: Daniel Ziltener via Guix-patches via @ 2023-12-18 22:29 UTC (permalink / raw) To: 67887; +Cc: dziltener --- gnu/packages/pciutils.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm index 140bbd0e90..0338eeaba4 100644 --- a/gnu/packages/pciutils.scm +++ b/gnu/packages/pciutils.scm @@ -39,7 +39,7 @@ (define-module (gnu packages pciutils) (define-public hwdata (package (name "hwdata") - (version "0.365") ;updated monthly + (version "0.367") ;updated monthly (source (origin (method git-fetch) (uri (git-reference @@ -48,7 +48,7 @@ (define-public hwdata (file-name (git-file-name name version)) (sha256 (base32 - "00gqx24dyy9l98ygnvx8i087xq8pl9d2393h4d2cm4d5nnvr51d4")))) + "0pfnghr9i6aazhmhm4chia6bpnqvmrc60q62dx5561av7zkgsdhq")))) (build-system gnu-build-system) (outputs '("out" "iab" "oui" "pci" "pnp" "usb")) (arguments -- 2.43.0 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#67887] [PATCH 2/2] gnu: libdisplay-info: Add libdisplay-info 0.1.1. 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 2024-01-26 15:28 ` [bug#67887] [PATCH] gnu: hwdata: Update to 0.377 Daniel Ziltener via Guix-patches via 1 sibling, 0 replies; 3+ messages in thread From: Daniel Ziltener via Guix-patches via @ 2023-12-18 22:48 UTC (permalink / raw) To: 67887; +Cc: dziltener --- 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 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#67887] [PATCH] gnu: hwdata: Update to 0.377. 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 ` [bug#67887] [PATCH 2/2] gnu: libdisplay-info: Add libdisplay-info 0.1.1 Daniel Ziltener via Guix-patches via @ 2024-01-26 15:28 ` Daniel Ziltener via Guix-patches via 1 sibling, 0 replies; 3+ messages in thread From: Daniel Ziltener via Guix-patches via @ 2024-01-26 15:28 UTC (permalink / raw) To: 67887; +Cc: control close 67887 thanks ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-26 15:30 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 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 ` [bug#67887] [PATCH 2/2] gnu: libdisplay-info: Add libdisplay-info 0.1.1 Daniel Ziltener via Guix-patches via 2024-01-26 15:28 ` [bug#67887] [PATCH] gnu: hwdata: Update to 0.377 Daniel Ziltener via Guix-patches via
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).