all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thanos Apollo <public@thanosapollo.org>
To: 71903@debbugs.gnu.org
Subject: [bug#71903] [Fix] emacs-gnosis: Use proper desc & alph order of inputs
Date: Tue, 02 Jul 2024 20:03:58 +0300	[thread overview]
Message-ID: <878qyjhgjl.fsf@thanosapollo.org> (raw)
In-Reply-To: <87sewrhkw4.fsf@thanosapollo.org>

[-- Attachment #1: Type: text/plain, Size: 100 bytes --]


Fixing the patch for adding gnosis by having proper description & order
of inputs alphabetically.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-gnosis.patch --]
[-- Type: text/x-patch, Size: 2055 bytes --]

From d16353d974eab6ad2a9d6511ba7d0183f8368ebc Mon Sep 17 00:00:00 2001
Message-ID: <d16353d974eab6ad2a9d6511ba7d0183f8368ebc.1719939707.git.public@thanosapollo.org>
From: Thanos Apollo <public@thanosapollo.org>
Date: Tue, 2 Jul 2024 19:31:35 +0300
Subject: [PATCH] gnu: Add emacs-gnosis.

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

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a13af2a5a1..2156bfbee6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17982,6 +17982,30 @@ (define-public emacs-gn-mode
 are common in Chromium-derived projects.")
     (license license:bsd-3)))
 
+(define-public emacs-gnosis
+  (let ((commit "6df4a3d342bee27ef6891dc4930dd3ff17c52c31"))
+    (package
+      (name "emacs-gnosis")
+      (version "0.3.0")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://git.thanosapollo.org/gnosis")
+               (commit commit)))
+         (sha256
+          (base32
+           "18d59gw9k1aj7ki2555vb4mdbrpsz9ib5lkcshf6k0p0qxkzqcxz"))
+         (file-name (git-file-name name version))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       (list emacs-compat
+             emacs-emacsql))
+      (home-page "https://thanosapollo.org/projects/gnosis")
+      (synopsis "Spaced Repetition System for GNU Emacs")
+      (description "Gnosis is a spaced repetition system for note-taking and self-testing where notes are formatted as Question/Answer/Explanation. Notes are reviewed at spaced intervals based on the success or failure in recalling the answer to each question.")
+      (license license:gpl3+))))
+
 (define-public emacs-drag-stuff
   (package
     (name "emacs-drag-stuff")

base-commit: 69089674bb9fb2cc7b3285b73fb7dda7d99a2550
prerequisite-patch-id: d920223ad4dd8c4e1b3e2e95b047ace057eeddf8
-- 
2.45.2


[-- Attachment #3: Type: text/plain, Size: 99 bytes --]



-- 

Thanos Apollo
 
https://thanosapollo.org

62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928

  parent reply	other threads:[~2024-07-02 17:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-02 15:30 [bug#71903] Add update emacs packages Thanos Apollo
2024-07-02 16:51 ` [bug#71903] [FIX] Fix git commits & typos Thanos Apollo
2024-07-02 18:10   ` Liliana Marie Prikler
2024-07-04 16:17     ` Thanos Apollo
2024-07-02 17:03 ` Thanos Apollo [this message]
2024-07-08  8:29   ` bug#71903: [Fix] emacs-gnosis: Use proper desc & alph order of inputs Nicolas Goaziou via Guix-patches via
2024-07-08 16:24     ` [bug#71903] " Thanos Apollo
2024-07-08 16:37       ` Nicolas Goaziou via Guix-patches via
2024-07-08 17:54         ` Thanos Apollo

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

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

  git send-email \
    --in-reply-to=878qyjhgjl.fsf@thanosapollo.org \
    --to=public@thanosapollo.org \
    --cc=71903@debbugs.gnu.org \
    /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 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.