emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#43911: closed ([PATCH] gnu: emacs-modus-operandi-theme: Update to 0.


From: GNU bug Tracking System
Subject: bug#43911: closed ([PATCH] gnu: emacs-modus-operandi-theme: Update to 0.13.0.)
Date: Tue, 03 Nov 2020 10:50:01 +0000

Your message dated Tue, 03 Nov 2020 11:49:48 +0100
with message-id <87zh3ylnoz.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#43911] [PATCH] gnu: emacs-modus-operandi-theme: 
Update to 0.13.0.
has caused the debbugs.gnu.org bug report #43911,
regarding [PATCH] gnu: emacs-modus-operandi-theme: Update to 0.13.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43911: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43911
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-modus-operandi-theme: Update to 0.13.0. Date: Sat, 10 Oct 2020 12:05:09 -0400
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.13.0.
[source]: Use git instead of elpa, as elpa is out of date
[arguments]: Add phase to remove modus-vivendi-theme.el
---
 gnu/packages/emacs-xyz.scm | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5909016422..44aaaa0541 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22654,15 +22654,25 @@ Emacs that integrate with major modes like Org-mode.")
 (define-public emacs-modus-operandi-theme
   (package
     (name "emacs-modus-operandi-theme")
-    (version "0.12.0")
+    (version "0.13.0")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://elpa.gnu.org/packages/";
-                           "modus-operandi-theme-" version ".el"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gitlab.com/protesilaos/modus-themes";)
+             (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "1mllyysn701qfnglxs7n2f6mrzrz55v9hcwspvafc6fl2blr393y"))))
+        (base32
+         "0i6n3pzrmlgabsijy6z0hhs71q7g99yagwr2m33lr30skqc9rvdn"))))
     (build-system emacs-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'remove-other-theme
+           (lambda _
+             (delete-file "modus-vivendi-theme.el")
+             #t)))))
     (home-page "https://gitlab.com/protesilaos/modus-themes";)
     (synopsis "Accessible light theme (WCAG AAA)")
     (description
-- 
2.28.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43911] [PATCH] gnu: emacs-modus-operandi-theme: Update to 0.13.0. Date: Tue, 03 Nov 2020 11:49:48 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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