guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-ergoemacs-mode: Include keyboard layou


From: guix-commits
Subject: branch master updated: gnu: emacs-ergoemacs-mode: Include keyboard layout SVGs.
Date: Fri, 27 Jan 2023 03:29:01 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f656e61268 gnu: emacs-ergoemacs-mode: Include keyboard layout SVGs.
f656e61268 is described below

commit f656e61268b3f99e8f70970a98845ec67e9ac447
Author: Ivan Vilata i Balaguer <ivan@selidor.net>
AuthorDate: Fri Jan 27 09:22:03 2023 +0100

    gnu: emacs-ergoemacs-mode: Include keyboard layout SVGs.
    
    * gnu/packages/emacs-xyz.scm (emacs-ergoemacs-mode)[arguments]<#:include>: 
Add
    SVG files.
    
    A couple of SVG files from the source need to be installed to make
    ‘ergoemacs-theme-describe’ and ‘ergoemacs-layout-describe’ work.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index dc378581f5..645bfa851b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -121,6 +121,7 @@
 ;;; Copyright © 2022 Joeke de Graaf <joeke@posteo.net>
 ;;; Copyright © 2023 Simon Streit <simon@netpanic.org>
 ;;; Copyright © 2023 John Kehayias <john.kehayias@protonmail.com>
+;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan@selidor.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -20004,6 +20005,9 @@ used with SGML-like languages: XML, HTML, XHTML, XSL, 
etc.")
         (base32
          "1ipwzl0l26g5qvc1sgmz2ra5vn1j3hl0mnkgzpa3j4p8gsmxdiqr"))))
     (build-system emacs-build-system)
+    (arguments
+     (list #:include #~(cons* "^kbd\\.svg$" "^kbd-ergo\\.svg$"
+                              %default-include)))
     (propagated-inputs
      (list emacs-undo-tree))
     (home-page "https://ergoemacs.github.io/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]