unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Wilko Meyer <w@wmeyer.eu>
To: 72217@debbugs.gnu.org
Cc: Wilko Meyer <w@wmeyer.eu>, Andrew Tropin <andrew@trop.in>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#72217] [PATCH] gnu: Add emacs-consult-denote.
Date: Sat, 20 Jul 2024 23:18:31 +0200	[thread overview]
Message-ID: <7eade51afd636c76c552177445bf3bbac7ba3773.1721510311.git.w@wmeyer.eu> (raw)

* gnu/packages/emacs-xyz.scm (emacs-consult-denote): New variable.

Change-Id: I9c65cfb3b9d3a3906a8492b9aa5d1dab04f39869
---
Hi Guix,

This patch adds consult-denote[0]. The package builds successfully on
my machine and guix lint passes as well for it. 

Cheers!

[0]: https://github.com/protesilaos/consult-denote

 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 75be8999ae..b5f0c3041f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12436,6 +12436,27 @@ (define-public emacs-consult-bibtex
 completion using Consult.")
       (license license:gpl3+))))
 
+(define-public emacs-consult-denote
+  (package
+    (name "emacs-consult-denote")
+    (version "0.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/consult-denote-"
+                           version ".tar"))
+       (sha256
+        (base32 "0yhf9fifas87rs4wdapszbpx1xqyq44izjq7vzpyvdlh5a5fhhx1"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-denote emacs-consult))
+    (home-page "https://github.com/protesilaos/consult-denote")
+    (synopsis "Consult interface for denote")
+    (description
+     "Consult-denote provides the commands @code{consult-denote-find} and
+@{consult-denote-grep} to interact with @code{emacs-denote} using a
+completing-read interface.")
+    (license license:gpl3+)))
+
 (define-public emacs-consult-dir
   (package
     (name "emacs-consult-dir")

base-commit: 1fa4d658d808202f98003d1488f8e44daee370a9
-- 
2.45.1





             reply	other threads:[~2024-07-20 21:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-20 21:18 Wilko Meyer [this message]
2024-07-21 11:35 ` bug#72217: [PATCH] gnu: Add emacs-consult-denote Nicolas Goaziou via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7eade51afd636c76c552177445bf3bbac7ba3773.1721510311.git.w@wmeyer.eu \
    --to=w@wmeyer.eu \
    --cc=72217@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=liliana.prikler@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).