all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54738] [PATCH] gnu: Add emacs-toodoo.
@ 2022-04-05 20:35 Stefan Reichör
  2022-06-07 22:10 ` bug#54738: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Reichör @ 2022-04-05 20:35 UTC (permalink / raw)
  To: 54738; +Cc: Stefan Reichör

* gnu/packages/emacs-xyz.scm (emacs-toodoo): New variable.
---
 gnu/packages/emacs-xyz.scm | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ffa45e218a..fd7226aa58 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -94,7 +94,7 @@
 ;;; Copyright © 2021 Yurii Kholodkov <urist.mckorobochka@gmail.com>
 ;;; Copyright © 2021 Alexey Abramov <levenson@mmer.org>
 ;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
-;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
+;;; Copyright © 2021, 2022 Stefan Reichör <stefan@xsteve.at>
 ;;; Copyright © 2021 Simon Tournier <zimon.toutoune@gmail.com>
 ;;; Copyright © 2021 Eugene Klimov <lipklim@mailbox.org>
 ;;; Copyright © 2021 Zheng Junjie <873216071@qq.com>
@@ -12792,6 +12792,32 @@ properties are set on a heading, and when it is changing from a TODO state to
 a DONE state.")
     (license license:gpl3+)))
 
+(define-public emacs-toodoo
+  ;; Package has no release.  Version is extracted from "Version:" keyword in
+  ;; main file.
+  (let ((commit "149a563863c2f728c5f903475dbce50547c51000")
+        (revision "0"))
+    (package
+      (name "emacs-toodoo")
+      (version (git-version "0.2" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/ChanderG/toodoo.el")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "00q7aym0kl03j9m66pivgy0snxcjjg402049b2wdy18kgyypfvx8"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-transient emacs-evil))
+      (home-page "https://github.com/ChanderG/toodoo.el")
+      (synopsis "Magit like interface for a simple Todo workflow built on top of Org")
+      (description "Provides a minor mode for fast and easy management
+of Todos using Org-mode and transients.")
+    (license license:asl2.0))))
+
 (define-public emacs-flx
   (package
     (name "emacs-flx")
-- 
2.25.1





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

* bug#54738: [PATCH] gnu: Add emacs-toodoo.
  2022-04-05 20:35 [bug#54738] [PATCH] gnu: Add emacs-toodoo Stefan Reichör
@ 2022-06-07 22:10 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-06-07 22:10 UTC (permalink / raw)
  To: Stefan Reichör; +Cc: 54738-done

Hello,

Stefan Reichör <stefan@xsteve.at> writes:

> * gnu/packages/emacs-xyz.scm (emacs-toodoo): New variable.

Pushed with the change below.

Thanks.

> +(define-public emacs-toodoo
> +  ;; Package has no release.  Version is extracted from "Version:" keyword in
> +  ;; main file.
> +  (let ((commit "149a563863c2f728c5f903475dbce50547c51000")
> +        (revision "0"))
> +    (package
> +      (name "emacs-toodoo")
> +      (version (git-version "0.2" revision commit))

I made it version "0.2" since the commit you provide matches the version
bump.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-06-07 23:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-05 20:35 [bug#54738] [PATCH] gnu: Add emacs-toodoo Stefan Reichör
2022-06-07 22:10 ` bug#54738: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.