unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72010] [PATCH] gnu: Add emacs-casual-avy.
@ 2024-07-09 14:19 peter
  2024-07-10 14:04 ` bug#72010: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: peter @ 2024-07-09 14:19 UTC (permalink / raw)
  To: 72010
  Cc: Peter Polidoro, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

From: Peter Polidoro <peter@polidoro.io>

* gnu/packages/emacs-xyz.scm (emacs-casual-avy): New variable.

Change-Id: I3f9f5ca23bac1a639356137f9e1782d6a25cb44c
---
 gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ae588f4913..75483af824 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33133,6 +33133,33 @@ (define-public emacs-cascading-dir-locals
 all of your projects, then override or add variables on a per-project basis.")
       (license license:gpl3+))))
 
+(define-public emacs-casual-avy
+  (package
+    (name "emacs-casual-avy")
+    (version "1.4.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/kickingvegas/casual-avy")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1n369d7yk6wr5b1145zxviiri1n2f8pzfmzchcnii34zwa2y7x2y"))))
+    (build-system emacs-build-system)
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'chdir
+            (lambda _ (chdir "lisp"))))))
+    (propagated-inputs (list emacs-casual-lib emacs-avy))
+    (home-page "https://github.com/kickingvegas/casual-avy")
+    (synopsis "Transient-based porcelain for avy")
+    (description
+     "Casual Avy is an opinionated Transient-based porcelain for Emacs Avy.")
+    (license license:gpl3+)))
+
 (define-public emacs-casual-dired
   (package
     (name "emacs-casual-dired")

base-commit: c6f4757ed2c78c63e642703805867caf5d0ab277
-- 
2.45.2





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

* bug#72010: [PATCH] gnu: Add emacs-casual-avy.
  2024-07-09 14:19 [bug#72010] [PATCH] gnu: Add emacs-casual-avy peter
@ 2024-07-10 14:04 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-07-10 14:04 UTC (permalink / raw)
  To: peter; +Cc: Katherine Cox-Buday, Andrew Tropin, Liliana Marie Prikler,
	72010-done

Hi Peter,

peter@polidoro.io skribis:

> From: Peter Polidoro <peter@polidoro.io>
>
> * gnu/packages/emacs-xyz.scm (emacs-casual-avy): New variable.
>
> Change-Id: I3f9f5ca23bac1a639356137f9e1782d6a25cb44c

Applied, thanks!




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

end of thread, other threads:[~2024-07-10 14:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09 14:19 [bug#72010] [PATCH] gnu: Add emacs-casual-avy peter
2024-07-10 14:04 ` bug#72010: " 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).