all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57511] [PATCH] gnu: Add emacs-project-x.
@ 2022-08-31 19:07 jgart via Guix-patches via
  2022-09-03  8:13 ` bug#57511: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-08-31 19:07 UTC (permalink / raw)
  To: 57511; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-project-x): New variable.
---
 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 90ee485f1e..a4093ffeb2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32387,6 +32387,32 @@ (define-public emacs-vundo
 the buffer you want to undo.  An undo tree buffer should pop up.")
     (license license:gpl3+)))
 
+(define-public emacs-project-x
+  ;; There is no proper release.
+  ;; The base version is extracted from the README.org.
+  (let ((revision "0")
+        (commit  "0b78f4e33b994612fcb305b3cf6d3b1e3b62cea7"))
+    (package
+      (name "emacs-project-x")
+      (version (git-version "0.1.6" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri
+          (git-reference
+           (url "https://github.com/karthink/project-x")
+           (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1xxzxxm0jila5s9sfay6ywj2j8pyz4wwcrycvnrrzh0vxcsgzf9s"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/karthink/project-x")
+      (synopsis "Enhancement to project.el")
+      (description
+"This package provides an enhancement for project.el that allows you to
+save and restore your project sessions.")
+      (license license:gpl3+))))
+
 (define-public emacs-vertico-posframe
   (package
     (name "emacs-vertico-posframe")
-- 
2.37.2





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

* bug#57511: [PATCH] gnu: Add emacs-project-x.
  2022-08-31 19:07 [bug#57511] [PATCH] gnu: Add emacs-project-x jgart via Guix-patches via
@ 2022-09-03  8:13 ` Nicolas Goaziou
  2022-09-03 13:10   ` [bug#57511] " jgart via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2022-09-03  8:13 UTC (permalink / raw)
  To: jgart via Guix-patches via; +Cc: jgart, 57511-done

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

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

I expounded a bit synopsis and description, and applied your patch.
Thank you.

Regards,
-- 
Nicolas Goaziou




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

* [bug#57511] [PATCH] gnu: Add emacs-project-x.
  2022-09-03  8:13 ` bug#57511: " Nicolas Goaziou
@ 2022-09-03 13:10   ` jgart via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-09-03 13:10 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 57511-done, 57511

On Sat, 03 Sep 2022 10:13:37 +0200 Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> I expounded a bit synopsis and description, and applied your patch.
> Thank you.

Thank you for doing that and for the review. Much appreciated!

all best,

jgart




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

end of thread, other threads:[~2022-09-03 13:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-31 19:07 [bug#57511] [PATCH] gnu: Add emacs-project-x jgart via Guix-patches via
2022-09-03  8:13 ` bug#57511: " Nicolas Goaziou
2022-09-03 13:10   ` [bug#57511] " jgart via Guix-patches via

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.