all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yuval Langer <yuval.langer@gmail.com>
To: 68116@debbugs.gnu.org
Subject: [bug#68116] Add a package definition for Michelangelo Rodriguez's greader (gnamù reader) Emacs package.
Date: Sat, 30 Dec 2023 02:34:11 +0200	[thread overview]
Message-ID: <CAK0OjG0GdipkczdSq5R+0rKDJe-dTzLRNA=38iRDvDkMT06e-w@mail.gmail.com> (raw)

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

I have written a package definition for this text-to-speech Emacs
minor mode package.

It is extremely useful and I use it every day.

Thank you,
Yuval Langer.

[-- Attachment #2: 0001-Add-a-package-definition-for-Michelangelo-Rodriguez-.patch --]
[-- Type: text/x-patch, Size: 1731 bytes --]

From 5740ce7b4231cd66a3d82211308fbe7f968c806d Mon Sep 17 00:00:00 2001
Message-Id: <5740ce7b4231cd66a3d82211308fbe7f968c806d.1703896207.git.yuval.langer@gmail.com>
From: Yuval Langer <yuval.langer@gmail.com>
Date: Sat, 30 Dec 2023 02:29:56 +0200
Subject: [PATCH] Add a package definition for Michelangelo Rodriguez's greader
 Emacs package.

---
 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 6bec2bca46..86bd70875d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1400,6 +1400,30 @@ configuration files, such as @file{.gitattributes}, @file{.gitignore}, and
 
 (define-deprecated/public-alias git-modes emacs-git-modes)
 
+(define-public emacs-greader-mode
+  (let ((commit "fe5df5a83932acccf3407d67c59c131be058d6c4")
+        (base32-string "02b2p2y10gwkddka905skz812d73n3l6nvqnq5pzas2a7wfw7jzq")
+        (git-repository-url "https://gitlab.com/michelangelo-rodriguez/greader"))
+    (package
+      (name "emacs-greader-mode")
+      (version "0.8.0")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url git-repository-url)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 base32-string))))
+      (build-system emacs-build-system)
+      (inputs (list espeak-ng))
+      (home-page git-repository-url)
+      (synopsis "greader - gnamù reader, send buffer contents to a speech engine")
+      (description
+       "")
+      (license license:gpl3+))))
+
 (define-public emacs-with-editor
   (package
     (name "emacs-with-editor")
-- 
2.30.2


             reply	other threads:[~2023-12-30  0:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-30  0:34 Yuval Langer [this message]
2024-01-04 14:47 ` [bug#68116] Add description to the package definition Yuval Langer

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='CAK0OjG0GdipkczdSq5R+0rKDJe-dTzLRNA=38iRDvDkMT06e-w@mail.gmail.com' \
    --to=yuval.langer@gmail.com \
    --cc=68116@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.