GNU bug report logs -
#78728
[PATCH 0/3] Update SIL fonts
Previous Next
Reported by: Stefan Baums <sbaums <at> gmail.com>
Date: Mon, 9 Jun 2025 04:45:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78728 in the body.
You can then email your comments to 78728 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
hako <at> ultrarare.space, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#78728
; Package
guix-patches
.
(Mon, 09 Jun 2025 04:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stefan Baums <sbaums <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
hako <at> ultrarare.space, iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Mon, 09 Jun 2025 04:45:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Update SIL fonts.
Stefan Baums (3):
gnu: font-sil-gentium: Update to 7.000.
gnu: font-sil-andika: Update to 7.000.
gnu: font-sil-charis: Update to 7.000.
gnu/packages/fonts.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
base-commit: 199fd26ab268d4f26cebcb39e844fe4ff9bea9bc
--
2.49.0
Information forwarded
to
hako <at> ultrarare.space, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#78728
; Package
guix-patches
.
(Mon, 09 Jun 2025 11:30:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 78728 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/fonts.scm (font-sil-gentium): Update to 7.000.
Change-Id: Ic1450b812bc91887c244fc324dcf3b63e0a0dc76
---
gnu/packages/fonts.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 645441101a..2aa6aa0f22 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2908,15 +2908,15 @@ (define-public font-blackfoundry-inria
(define-public font-sil-gentium
(package
(name "font-sil-gentium")
- (version "6.200")
+ (version "7.000")
(source (origin
(method url-fetch)
(uri (string-append
- "https://software.sil.org/downloads/r/gentium/GentiumPlus-"
+ "https://software.sil.org/downloads/r/gentium/Gentium-"
version ".zip"))
(sha256
(base32
- "0wxhsxv7xqsfbrywax0lcbmyfbrvrcm5g4c7a2v4j4cng4xi08cv"))))
+ "089y0hf7858gnkj4cgy6qpjq05p0dk9jb9v0c0sm2y527fb68gii"))))
;; Note: The zip file provides TTF files only, but the developer release,
;; which contains additional files, has a 'SOURCES.txt' file that says
;; that "the primary source files for the fonts are the fonts themselves".
--
2.49.0
Information forwarded
to
hako <at> ultrarare.space, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#78728
; Package
guix-patches
.
(Mon, 09 Jun 2025 11:30:03 GMT)
Full text and
rfc822 format available.
Message #11 received at 78728 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/fonts.scm (font-sil-andika): Update to 7.000.
Change-Id: I25233650be749bf6e82951cb1ea7f9f44d17bd6e
---
gnu/packages/fonts.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 2aa6aa0f22..d53367c48a 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2934,7 +2934,7 @@ (define-public font-sil-gentium
(define-public font-sil-andika
(package
(name "font-sil-andika")
- (version "6.200")
+ (version "7.000")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2942,7 +2942,7 @@ (define-public font-sil-andika
version ".zip"))
(sha256
(base32
- "0z7qvjlidn3m2k40mwnm3azf3wd8pi1yvy2q30p5vkyyzhipb6nc"))))
+ "0w60waq7hq6vkjlzlgl4wjmipgl357xgh3899chyba7l3sj6xfl8"))))
;; As for Gentium (see above), the TTF files are considered source.
(build-system font-build-system)
(synopsis "Sans serif font designed especially for literacy use")
--
2.49.0
Information forwarded
to
hako <at> ultrarare.space, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#78728
; Package
guix-patches
.
(Mon, 09 Jun 2025 11:30:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 78728 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/fonts.scm (font-sil-charis): Update to 7.000.
Change-Id: Iea16f8ea15da6ed9a5af8a3c4c4a9a05706cdde6
---
gnu/packages/fonts.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index d53367c48a..4143ff351e 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2957,15 +2957,15 @@ (define-public font-sil-andika
(define-public font-sil-charis
(package
(name "font-sil-charis")
- (version "6.200")
+ (version "7.000")
(source (origin
(method url-fetch)
(uri (string-append
- "https://software.sil.org/downloads/r/charis/CharisSIL-"
+ "https://software.sil.org/downloads/r/charis/Charis-"
version ".zip"))
(sha256
(base32
- "1pksr5wc9grdj75md4phr1a0gpjxk7xlmhv2nybsd2hbfrssl2ab"))))
+ "0rkn30fbrcrgfkj904y7fwxqfpkci0a1j7cvypw1mly50c9pn8z3"))))
;; As for Gentium (see above), the TTF files are considered source.
(build-system font-build-system)
(synopsis "Serif font for the Cyrillic and Latin alphabets")
--
2.49.0
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Mon, 09 Jun 2025 19:10:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Stefan Baums <sbaums <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 09 Jun 2025 19:10:03 GMT)
Full text and
rfc822 format available.
Message #19 received at 78728-done <at> debbugs.gnu.org (full text, mbox):
Pushed, thanks!
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 08 Jul 2025 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 37 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.