emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#38157: closed ([PATCH] gnu: Add font-dseg.)


From: GNU bug Tracking System
Subject: bug#38157: closed ([PATCH] gnu: Add font-dseg.)
Date: Tue, 19 Nov 2019 09:52:02 +0000

Your message dated Tue, 19 Nov 2019 10:51:19 +0100
with message-id <address@hidden>
and subject line Re: [bug#38157] [PATCH] gnu: Add font-dseg.
has caused the debbugs.gnu.org bug report #38157,
regarding [PATCH] gnu: Add font-dseg.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38157: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38157
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add font-dseg. Date: Sun, 10 Nov 2019 03:20:05 +0000 User-agent: Evolution 3.30.5
There's probably an easy way to remove the dot from the version but I
can't figure it out. Any modifications welcome.

Attachment: 0001-gnu-Add-font-dseg.patch
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message --- Subject: Re: [bug#38157] [PATCH] gnu: Add font-dseg. Date: Tue, 19 Nov 2019 10:51:19 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello Alexandros,

Alexandros Theodotou <address@hidden> skribis:

> From ec6c88abe3de6346087d821539e43afb3dff42c8 Mon Sep 17 00:00:00 2001
> From: Alexandros Theodotou <address@hidden>
> Date: Sun, 10 Nov 2019 01:25:28 +0000
> Subject: [PATCH] gnu: Add font-dseg.
>
> * gnu/packages/fonts.scm (font-dseg): New variable.

Nice.  Applied with the minor changes below: addressing a ‘guix lint’
warning, and using an even more appropriate string function.  ;-)

Thanks,
Ludo’.

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 7fe0aee20b..83c97444bf 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1537,7 +1537,7 @@ have been designed to be very distinguishable from each 
other.")
           (string-append "https://github.com/keshikan/DSEG/";
                          "releases/download/v" version
                          "/fonts-DSEG_v"
-                         (apply string-append (string-split version #\.))
+                         (string-concatenate (string-split version #\.))
                          ".zip"))
         (sha256
           (base32
@@ -1561,6 +1561,7 @@ have been designed to be very distinguishable from each 
other.")
     (home-page "https://www.keshikan.net/fonts-e.html";)
     (synopsis "DSEG: 7-segment and 14-segment fonts")
     (description
-     "DSEG is a font family that imitates seven and fourteen segment
-display (7SEG,14SEG). DSEG includes the roman alphabet and symbol glyphs.")
+     "DSEG is a font family that imitates seven- and fourteen-segment LCD
+displays (7SEG, 14SEG).  DSEG includes the roman alphabet and symbol glyphs.
+This package provides the TrueType fonts.")
     (license license:silofl1.1)))

--- End Message ---

reply via email to

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