guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57126: [PATCH v2] gnu: Add espeakup.


From: Björn Höfling
Subject: bug#57126: [PATCH v2] gnu: Add espeakup.
Date: Wed, 21 Sep 2022 13:33:28 +0200

Hi Hunter,

On Thu, 11 Aug 2022 20:39:13 -0700
hunter.t.joz@gmail.com wrote:

> From: Hunter Jozwiak <hunter.t.joz@gmail.com>
> 
> * gnu/packages/accessibility.scm (espeakup): New variable.
> ---
> Fixes a bunch of problems that I didn't catch the first time around,
> namely the copyright symbols being replaced with question marks. Also
> moves the package definition to the end of the file.

Thanks for recognizing this yourself. I pushed this as commit

e883ea89c6fa409634ed141bcbef9b39166067f9

with some minor changes (see below).

Of cause, this adds only the package to Guix, it does not create any
service for Guix System.

Björn


Changed:

 ;;; Copyright © 2018, 2021, 2022 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Andrew Miloradovsky <andrew@interpretmath.pw>
 ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2022 Hunter Jozwiak <hunter.t.joz@gmail.
+;;; Copyright © 2022 Hunter Jozwiak <hunter.t.joz@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -336,10 +336,10 @@ (define-public espeakup
     (native-inputs (list pkg-config))
     (inputs (list espeak-ng alsa-lib))
     (license license:gpl3+)
-    (synopsis "A bridge for espeak and speakup")
+    (synopsis "Bridge for espeak and speakup")
     (description
      "Espeakup is a bridge between the speakup driver implemented in
-the Linux kernel and the espeak-ng text to synthesizer.
+the Linux kernel and the espeak-ng text to speach synthesizer.
 In order for this package to work, you need to have the following
 kernel modules built:
 @itemize @bullet
@@ -348,4 +348,4 @@ (define-public espeakup
 @item
 CONFIG_SPEAKUP_SOFT=m
 @end itemize")
-    (home-page "https://github.com/williamh/espeakup";)))
+    (home-page "ttps://github.com/linux-speakup/espeakup")))

Attachment: pgpW1IYMnktbU.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]