unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54861] [PATCH 0/2] gnu: emacs-mu4e-patch: Rename and update
@ 2022-04-11 17:52 Dominic Martinez
  2022-04-11 17:58 ` [bug#54861] [PATCH 1/2] gnu: emacs-mu4e-patch: Rename to emacs-message-view-patch Dominic Martinez
  2022-04-15 17:12 ` bug#54861: [PATCH 0/2] gnu: emacs-mu4e-patch: Rename and update Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Dominic Martinez @ 2022-04-11 17:52 UTC (permalink / raw)
  To: 54861; +Cc: Dominic Martinez

This patch series updates emacs-mu4e-patch to the latest version, and also
reflects the name change that occurred upstream since this package works with
both mu4e and gnus.

Dominic Martinez (2):
  gnu: emacs-mu4e-patch: Rename to emacs-message-view-patch
  gnu: emacs-message-view-patch: Update to 0.2.0-40bc2e5

 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)


base-commit: 6413d0898b92efda8213b3ced0b6d1c736726b89
-- 
2.34.0





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

* [bug#54861] [PATCH 1/2] gnu: emacs-mu4e-patch: Rename to emacs-message-view-patch
  2022-04-11 17:52 [bug#54861] [PATCH 0/2] gnu: emacs-mu4e-patch: Rename and update Dominic Martinez
@ 2022-04-11 17:58 ` Dominic Martinez
  2022-04-11 17:58   ` [bug#54861] [PATCH 2/2] gnu: emacs-message-view-patch: Update to 0.2.0-40bc2e5 Dominic Martinez
  2022-04-15 17:12 ` bug#54861: [PATCH 0/2] gnu: emacs-mu4e-patch: Rename and update Ludovic Courtès
  1 sibling, 1 reply; 4+ messages in thread
From: Dominic Martinez @ 2022-04-11 17:58 UTC (permalink / raw)
  To: 54861; +Cc: Dominic Martinez

The name was changed upstream to reflect that this extension works for both
mu4e and gnus.

* gnu/packages/emacs-xyz.scm (emacs-mu4e-patch): Deprecate it.
(emacs-message-view-patch): Renamed from emacs-mu4e-patch. Description,
synopsis, and inputs adjusted to reflect that mu4e is not required.
---
 gnu/packages/emacs-xyz.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 005f34e569..2c085cfe1e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13300,32 +13300,33 @@ (define-public emacs-mu4e-jump-to-list
 automatically discovered and presented in recency order.")
       (license license:gpl3+))))
 
-(define-public emacs-mu4e-patch
+(define-public emacs-message-view-patch
   (let ((commit "522da46c1653b1cacc79cde91d6534da7ae9517d")
         (revision "1"))
     (package
-      (name "emacs-mu4e-patch")
+      (name "emacs-message-view-patch")
       (version (git-version "0.1.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url "https://github.com/seanfarley/mu4e-patch")
+                      (url "https://github.com/seanfarley/message-view-patch")
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
                   "10lzf3b70pk6rzdrgx0ww0gc94v0ydh9zj1gbsa20xw27ds7hmfn"))))
       (build-system emacs-build-system)
-      (propagated-inputs
-       (list mu))
       (home-page "https://github.com/seanfarley/mu4e-patch")
-      (synopsis "Colorize patch-like emails in mu4e")
+      (synopsis "Colorize patch-like emails in mu4e or gnus")
       (description
-        "Extension for mu4e to colorize patch-like emails with diff-mode.
+       "Extension for mu4e or gnus to colorize patch-like emails with diff-mode.
 This is based on Frank Terbeck's @code{gnus-article-treat-patch.el} but has
-been adapted to work with mu4e.")
+been adapted to also work with mu4e.")
       (license license:gpl3+))))
 
+(define-public emacs-mu4e-patch
+  (deprecated-package "emacs-mu4e-patch" emacs-message-view-patch))
+
 (define-public emacs-pretty-mode
   (package
     (name "emacs-pretty-mode")
-- 
2.34.0





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

* [bug#54861] [PATCH 2/2] gnu: emacs-message-view-patch: Update to 0.2.0-40bc2e5
  2022-04-11 17:58 ` [bug#54861] [PATCH 1/2] gnu: emacs-mu4e-patch: Rename to emacs-message-view-patch Dominic Martinez
@ 2022-04-11 17:58   ` Dominic Martinez
  0 siblings, 0 replies; 4+ messages in thread
From: Dominic Martinez @ 2022-04-11 17:58 UTC (permalink / raw)
  To: 54861; +Cc: Dominic Martinez

* gnu/packages/emacs-xyz (emacs-message-view-patch): Update it.
---
 gnu/packages/emacs-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2c085cfe1e..55d06c5909 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13301,11 +13301,11 @@ (define-public emacs-mu4e-jump-to-list
       (license license:gpl3+))))
 
 (define-public emacs-message-view-patch
-  (let ((commit "522da46c1653b1cacc79cde91d6534da7ae9517d")
-        (revision "1"))
+  (let ((commit "40bc2e554fc1d0b6f0c403192c0a3ceaa019a78d")
+        (revision "2"))
     (package
       (name "emacs-message-view-patch")
-      (version (git-version "0.1.0" revision commit))
+      (version (git-version "0.2.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -13314,8 +13314,9 @@ (define-public emacs-message-view-patch
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "10lzf3b70pk6rzdrgx0ww0gc94v0ydh9zj1gbsa20xw27ds7hmfn"))))
+                  "0cmkiggrl42sjx31dwnzac32bs3q2ksmamkq1pjjl8fwshp4g8sv"))))
       (build-system emacs-build-system)
+      (inputs (list emacs-magit))
       (home-page "https://github.com/seanfarley/mu4e-patch")
       (synopsis "Colorize patch-like emails in mu4e or gnus")
       (description
-- 
2.34.0





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

* bug#54861: [PATCH 0/2] gnu: emacs-mu4e-patch: Rename and update
  2022-04-11 17:52 [bug#54861] [PATCH 0/2] gnu: emacs-mu4e-patch: Rename and update Dominic Martinez
  2022-04-11 17:58 ` [bug#54861] [PATCH 1/2] gnu: emacs-mu4e-patch: Rename to emacs-message-view-patch Dominic Martinez
@ 2022-04-15 17:12 ` Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2022-04-15 17:12 UTC (permalink / raw)
  To: Dominic Martinez; +Cc: 54861-done

Hi,

Dominic Martinez <dom@dominicm.dev> skribis:

> This patch series updates emacs-mu4e-patch to the latest version, and also
> reflects the name change that occurred upstream since this package works with
> both mu4e and gnus.
>
> Dominic Martinez (2):
>   gnu: emacs-mu4e-patch: Rename to emacs-message-view-patch
>   gnu: emacs-message-view-patch: Update to 0.2.0-40bc2e5

Applied both, thanks!

But actually, I use Gnus and patches have always been colorized.  Am I
missing something?

Ludo’.




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

end of thread, other threads:[~2022-04-15 17:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11 17:52 [bug#54861] [PATCH 0/2] gnu: emacs-mu4e-patch: Rename and update Dominic Martinez
2022-04-11 17:58 ` [bug#54861] [PATCH 1/2] gnu: emacs-mu4e-patch: Rename to emacs-message-view-patch Dominic Martinez
2022-04-11 17:58   ` [bug#54861] [PATCH 2/2] gnu: emacs-message-view-patch: Update to 0.2.0-40bc2e5 Dominic Martinez
2022-04-15 17:12 ` bug#54861: [PATCH 0/2] gnu: emacs-mu4e-patch: Rename and update 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).