summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-01-13 17:41:37 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:24:10 +0100
commit9665a8cdc6e29b51ffc7f8bb342605548aec3533 (patch)
treea55e211f693d12df1fd4ff35740aef8f22e0d4b3 /gnu
parent4970394310c6a5c73750ff131cb2b1dd223f0bb9 (diff)
gnu: Remove xxkb.
* gnu/packages/xdisorg.scm (xxkb): Delete variable. Fixes: guix/guix#4765 Change-Id: I265d4b68014f1322656b12a58b8a6ce0c9425836 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xdisorg.scm47
1 files changed, 0 insertions, 47 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index e73014e0f2..41f04e16f2 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -4537,53 +4537,6 @@ other than GNOME and KDE. It does the following tasks:
@end itemize")
(license license:gpl3))))
-(define-public xxkb
- (package
- (name "xxkb")
- (version "1.11.1")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "mirror://sourceforge/xxkb/"
- name "-" version "-src.tar.gz"))
- (sha256
- (base32
- "0hl1i38z9xnbgfjkaz04vv1n8xbgfg88g5z8fyzyb2hxv2z37anf"))))
- (build-system gnu-build-system)
- (inputs (list libx11
- libxext
- libxt
- libxpm))
- (native-inputs
- (list imake))
- (arguments
- `(#:tests? #f
- #:phases
- (modify-phases %standard-phases
- (replace 'configure
- (lambda* (#:key inputs outputs #:allow-other-keys)
- (let ((imake (assoc-ref inputs "imake"))
- (out (assoc-ref outputs "out")))
- (invoke "xmkmf")
- (substitute* "Makefile"
- ((imake) out)
- (("(MANPATH = )[[:graph:]]*" _ front)
- (string-append front out "/share/man"))
- (("XAPPLOADDIR = /etc/X11/app-defaults")
- (string-append "XAPPLOADDIR = " out "/lib/X11/app-defaults"))
- (("ETCX11DIR = /etc/X11")
- (string-append "ETCX11DIR = " out "/etc/X11")))
- #t))))))
- (home-page "https://xxkb.sourceforge.net/")
- (synopsis "Keyboard layout indicator and switcher")
- (description
- "The xxkb program is a keyboard layout switcher and indicator. Unlike
-the programs that reload keyboard maps and use their own hot-keys, xxkb is
-a simple GUI for XKB (X KeyBoard extension) and just sends commands to and
-accepts events from XKB. That means that it will work with the existing
-setup of your X Server without any modifications.")
- (license license:artistic2.0)))
-
(define-public darkman
(package
(name "darkman")