unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 57026@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#57026] [PATCH v3] gnu: Add emacs-denote.
Date: Thu, 11 Aug 2022 17:33:34 -0500	[thread overview]
Message-ID: <20220811223333.9050-1-jgart@dismail.de> (raw)
In-Reply-To: <20220807031541.12946-1-jgart@dismail.de>

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

0.5.1 is here! yayyyyyyyy

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 690858ba6a..53641a7afa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13618,6 +13618,28 @@ (define-public emacs-log4e
 you to deal with multiple log levels.")
     (license license:gpl3+)))
 
+(define-public emacs-denote
+  (package
+    (name "emacs-denote")
+    (version "0.5.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://git.sr.ht/~protesilaos/denote")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "00f50dhw0x1hn87rc6vkrdwpybnbphg5z0g2c6c4r4cbgaiia8bi"))))
+    (build-system emacs-build-system)
+    (native-inputs (list texinfo))
+    (home-page "https://protesilaos.com/emacs/denote/")
+    (synopsis "Simple notes for Emacs")
+    (description
+"Denote aims to be a simple-to-use, focused-in-scope, and effective
+note-taking tool for Emacs.")
+    (license license:gpl3+)))
+
 (define-public emacs-logos
   (package
     (name "emacs-logos")
-- 
2.37.1





  parent reply	other threads:[~2022-08-11 22:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-07  3:15 [bug#57026] [PATCH] gnu: Add emacs-denote jgart via Guix-patches via
2022-08-11  3:06 ` [bug#57026] [PATCH v2] " jgart via Guix-patches via
2022-08-11 13:56   ` jgart via Guix-patches via
2022-08-11 22:33 ` jgart via Guix-patches via [this message]
2022-08-26  8:37   ` bug#57026: [PATCH v3] " Nicolas Goaziou

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=20220811223333.9050-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=57026@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /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).