GNU bug report logs -
#64641
[PATCH] gnu: Add emacs-speed-type.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64641 in the body.
You can then email your comments to 64641 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64641
; Package
guix-patches
.
(Sat, 15 Jul 2023 07:09:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Abhiseck Paira <abhiseckpaira <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 15 Jul 2023 07:09:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From 37861dd8272fae95d35573a627802fed1dca7c93 Mon Sep 17 00:00:00 2001
From: Abhiseck Paira <abhiseckpaira <at> disroot.org>
* gnu/packages/emacs-xyz.scm (emacs-speed-type): New variable.
---
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 be4e7aa78e..9f3e91c39f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1920,6 +1920,28 @@ (define-public emacs-typing
you will die. The game builds the list of words from the active buffer.")
(license license:gpl2+))))
+(define-public emacs-speed-type
+ (package
+ (name "emacs-speed-type")
+ (version "20230206.1330")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://melpa.org/packages/" "speed-type-"
+ version ".tar"))
+ (sha256
+ (base32
+ "07xmkjhd4s0ajb8i47rx4s0j0f0y9w4k93zy57wq0sga4xgf3bkv"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-compat))
+ (home-page "https://github.com/dakra/speed-type")
+ (synopsis "Practice touch/speed typing in GNU Emacs.")
+ (description
+ "Speed-type allows you to practice your touch typing skills. You can
+test yourself by typing snippets from online books or use any piece of text or
+code you have in Emacs. Speed-type keeps track of your stats (WPM, CPM,
+accuracy) while you are typing.")
+ (license license:gpl3+)))
+
(define-public emacs-graphql
(let ((commit "b57b5ca5d2d0837e1fb4a4f30c051d5f3e643f0f")) ;version bump
(package
base-commit: f0ca6346a46c605a590bfd77b84e143a8c759a3b
--
2.41.0
--
Abhiseck Paira
E34E 825B 979E EB9F 8505 F80E E93D 353B 7740 0709
https://paira.in
Information forwarded
to
guix-patches <at> gnu.org
:
bug#64641
; Package
guix-patches
.
(Sat, 02 Sep 2023 21:56:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
Abhiseck Paira via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-speed-type): New variable.
Applied, with the changes noted below. Thank you!
> +(define-public emacs-speed-type
> + (package
> + (name "emacs-speed-type")
> + (version "20230206.1330")
This version number is specific to MELPA, but does not correspond to
real upstream version. In this case, I changed it to "1.3".
> + (source (origin
> + (method url-fetch)
> + (uri (string-append "https://melpa.org/packages/" "speed-type-"
> + version ".tar"))
We don't use MELPA as source because the tarballs they produce are not
stable. I used GitHub repository instead.
Regards,
--
Nicolas Goaziou
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sat, 02 Sep 2023 21:56:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Abhiseck Paira <abhiseckpaira <at> disroot.org>
:
bug acknowledged by developer.
(Sat, 02 Sep 2023 21:56:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 01 Oct 2023 11:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.