GNU bug report logs -
#25741
neo layout for kbd
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#25741: neo layout for kbd
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 25741 <at> debbugs.gnu.org.
--
25741: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25741
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
ng0 <at> pragmatique.xyz writes:
> I updated with the changes you suggested and reconfigured my system with the patches applied.
>
> Executing on tty1 as privileged user, "loadkeys neo" works and does what it should do.
>
> Is it good to go now?
LGTM. I pushed this with a few minor changes:
--8<---------------cut here---------------start------------->8---
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ed1c6846b..2e984dd42 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1662,15 +1662,16 @@ system.")
(let ((out (string-append %output "/share/keymaps"))
(source (assoc-ref %build-inputs "source")))
(mkdir-p out)
- (copy-file source (string-append out "/neo.map"))))))
+ (copy-file source (string-append out "/neo.map"))
+ #t))))
(home-page "https://neo-layout.org")
- (synopsis "Neo2 console layout for loadkeys(1)")
+ (synopsis "Neo2 console layout")
(description
- "Kbd-neo provides the Neo2 keyboard layout for use with loadkeys(1)
-with kbd(4).")
+ "Kbd-neo provides the Neo2 keyboard layout for use with
+@command{loadkeys(1)} from @code{kbd(4)}.")
;; The file is located in an svn directory, the entire content of
;; the directory is licensed as GPL3.
- (license license:gpl3)))
+ (license license:gpl3+)))
--8<---------------cut here---------------end--------------->8---
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
This adds two changes to the "kbd" package, to add the neo2 layout.
I just configured a test system with it and it works.
I'd prefer to find an smaller way to add the neo.map file, but this is
functional for now.
--
ng0 -- https://www.inventati.org/patternsinthechaos/
This bug report was last modified 8 years and 20 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.