unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55460] [PATCH] gnu: emacs-doom-themes: Include extension files.
@ 2022-05-16 18:30 Dominic Martinez
  2022-05-16 18:50 ` [bug#55460] [PATCH v2] " Dominic Martinez
  0 siblings, 1 reply; 4+ messages in thread
From: Dominic Martinez @ 2022-05-16 18:30 UTC (permalink / raw)
  To: 55460; +Cc: Dominic Martinez

Newer versions of `emacs-doom-themes' separated extension support into a
separate directory, so this change includes those files.
---
 gnu/packages/emacs-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8d66278b8f..fa3af93b61 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27554,7 +27554,9 @@ (define-public emacs-doom-themes
                ;; EMACSLOADPATH.
                (for-each (lambda (f)
                            (rename-file f (basename f)))
-                         (find-files "./themes" ".*\\.el$"))
+                         (append
+                          (find-files "./themes" ".*\\.el$")
+                          (find-files "./extensions" ".*\\.el$")))
                #t)))))
       (synopsis "Wide collection of color themes for Emacs")
       (description "Emacs-doom-themes contains numerous popular color themes for
-- 
2.36.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#55460] [PATCH v2] gnu: emacs-doom-themes: Include extension files.
  2022-05-16 18:30 [bug#55460] [PATCH] gnu: emacs-doom-themes: Include extension files Dominic Martinez
@ 2022-05-16 18:50 ` Dominic Martinez
  2022-05-18 16:07   ` Dominic Martinez
  2022-06-01 20:47   ` bug#55460: [PATCH] " Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Dominic Martinez @ 2022-05-16 18:50 UTC (permalink / raw)
  To: 55460; +Cc: Dominic Martinez

Newer versions of `emacs-doom-themes' separated extension support into a
separate directory, so this change includes those files.
---
Sorry, small amendment to the previous patch as I forgot to include my copyright.

 gnu/packages/emacs-xyz.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8d66278b8f..5e1f1f6c27 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -109,6 +109,7 @@
 ;;; Copyright © 2022 Brandon Lucas <br@ndon.dk>
 ;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
 ;;; Copyright © 2022 jgart <jgart@dismail.de>
+;;; Copyright © 2022 Dominic Martinez <dom@dominicm.dev>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -27554,7 +27555,9 @@ (define-public emacs-doom-themes
                ;; EMACSLOADPATH.
                (for-each (lambda (f)
                            (rename-file f (basename f)))
-                         (find-files "./themes" ".*\\.el$"))
+                         (append
+                          (find-files "./themes" ".*\\.el$")
+                          (find-files "./extensions" ".*\\.el$")))
                #t)))))
       (synopsis "Wide collection of color themes for Emacs")
       (description "Emacs-doom-themes contains numerous popular color themes for
-- 
2.36.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#55460] [PATCH v2] gnu: emacs-doom-themes: Include extension files.
  2022-05-16 18:50 ` [bug#55460] [PATCH v2] " Dominic Martinez
@ 2022-05-18 16:07   ` Dominic Martinez
  2022-06-01 20:47   ` bug#55460: [PATCH] " Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Dominic Martinez @ 2022-05-18 16:07 UTC (permalink / raw)
  To: 55460; +Cc: Dominic Martinez

[-- Attachment #1: Type: text/plain, Size: 56 bytes --]


Bumping this patch as #55452 broke extension support.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#55460: [PATCH] gnu: emacs-doom-themes: Include extension files.
  2022-05-16 18:50 ` [bug#55460] [PATCH v2] " Dominic Martinez
  2022-05-18 16:07   ` Dominic Martinez
@ 2022-06-01 20:47   ` Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2022-06-01 20:47 UTC (permalink / raw)
  To: Dominic Martinez; +Cc: 55460-done

Hi,

Dominic Martinez <dom@dominicm.dev> skribis:

> Newer versions of `emacs-doom-themes' separated extension support into a
> separate directory, so this change includes those files.
> ---
> Sorry, small amendment to the previous patch as I forgot to include my copyright.
>
>  gnu/packages/emacs-xyz.scm | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

Applied, thanks, and sorry for the delay.

Ludo’.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-01 20:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16 18:30 [bug#55460] [PATCH] gnu: emacs-doom-themes: Include extension files Dominic Martinez
2022-05-16 18:50 ` [bug#55460] [PATCH v2] " Dominic Martinez
2022-05-18 16:07   ` Dominic Martinez
2022-06-01 20:47   ` bug#55460: [PATCH] " Ludovic Courtès

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).