[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: Add xkbprint.
From: |
guix-commits |
Subject: |
04/11: gnu: Add xkbprint. |
Date: |
Mon, 28 Jun 2021 12:05:36 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 15844291fed3cc09eb3173bb76e5bb8efe10e7b6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 28 18:02:32 2021 +0200
gnu: Add xkbprint.
* gnu/packages/xorg.scm (xkbprint): New public variable.
---
gnu/packages/xorg.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ff40160..4500130 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3983,6 +3983,32 @@ make keyboards more accessible to people with physical
impairments.")
requested commands if they occur.")
(license license:x11)))
+(define-public xkbprint
+ (package
+ (name "xkbprint")
+ (version "1.0.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://xorg/individual/app/"
+ "xkbprint-" version ".tar.bz2"))
+ (sha256
+ (base32 "1yi3232g25hhp241irncd8znv3090k2gm0yjcdnz08h89y1zwn2v"))))
+ (build-system gnu-build-system)
+ (inputs
+ `(("libx11" ,libx11)
+ ("libxkbfile" ,libxkbfile)
+ ("xorgproto" ,xorgproto)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (home-page "https://www.x.org/wiki/")
+ (synopsis "Visualise an XKB keyboard layout description")
+ (description
+ "The @command{xkbprint} utility visualises (``prints'') an XKB keyboard
+description as printable or encapsulated PostScript. It accepts any compiled
+keymap (@file{.xkm}) file that includes a geometry description, or can obtain
+one from a running X server.")
+ (license license:x11)))
(define-public xkbutils
(package
- branch master updated (77c9c5c -> 370ab47), guix-commits, 2021/06/28
- 02/11: gnu: indi: Update to 1.9.1., guix-commits, 2021/06/28
- 07/11: gnu: upower: Build from Git sources., guix-commits, 2021/06/28
- 08/11: gnu: libgudev: Update to 236., guix-commits, 2021/06/28
- 09/11: gnu: upower: Update to 0.99.12., guix-commits, 2021/06/28
- 10/11: gnu: totem-pl-parser: Update to 3.26.6., guix-commits, 2021/06/28
- 01/11: gnu: acpica: Update to 20210604., guix-commits, 2021/06/28
- 06/11: gnu: gnome-autoar: Update to 0.3.3., guix-commits, 2021/06/28
- 04/11: gnu: Add xkbprint.,
guix-commits <=
- 03/11: gnu: stellarium: Update to 0.21.1., guix-commits, 2021/06/28
- 05/11: gnu: drawing: Update to 0.8.1., guix-commits, 2021/06/28
- 11/11: gnu: srain: Update to 1.2.3., guix-commits, 2021/06/28