GNU bug report logs -
#62283
[PATCH 0/3] Update SIL fonts.
Previous Next
Reported by: Stefan Baums <baums <at> stefanbaums.com>
Date: Sun, 19 Mar 2023 23:23:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
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 62283 in the body.
You can then email your comments to 62283 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
baums <at> stefanbaums.com, guix-patches <at> gnu.org
:
bug#62283
; Package
guix-patches
.
(Sun, 19 Mar 2023 23:23:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Felix Lechner <felix.lechner <at> lease-up.com>
:
New bug report received and forwarded. Copy sent to
baums <at> stefanbaums.com, guix-patches <at> gnu.org
.
(Sun, 19 Mar 2023 23:23:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Sent on behalf of Stephan Baums. These patches are his first contribution to
Guix. Thank you so much for your hard work!
Stefan Baums (3):
gnu: font-sil-gentium: Update to 6.2.0.
gnu: font-sil-andika: Update to 6.2.0.
gnu: font-sil-charis: Update to 6.2.0.
gnu/packages/fonts.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
base-commit: f9702aa9fdfded5c62da43197f8cea5eeba30803
--
2.39.2
Owner recorded as Stefan Baums <baums <at> stefanbaums.com>.
Request was from
Felix Lechner <felix.lechner <at> lease-up.com>
to
control <at> debbugs.gnu.org
.
(Sun, 19 Mar 2023 23:26:03 GMT)
Full text and
rfc822 format available.
Changed bug submitter to 'Stefan Baums <baums <at> stefanbaums.com>' from 'Felix Lechner <felix.lechner <at> lease-up.com>'
Request was from
Felix Lechner <felix.lechner <at> lease-up.com>
to
control <at> debbugs.gnu.org
.
(Sun, 19 Mar 2023 23:28:02 GMT)
Full text and
rfc822 format available.
Removed annotation that bug was owned by Stefan Baums <baums <at> stefanbaums.com>.
Request was from
Felix Lechner <felix.lechner <at> lease-up.com>
to
control <at> debbugs.gnu.org
.
(Sun, 19 Mar 2023 23:29:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62283
; Package
guix-patches
.
(Sun, 19 Mar 2023 23:30:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 62283 <at> debbugs.gnu.org (full text, mbox):
From: Stefan Baums <baums <at> stefanbaums.com>
(font-sil-gentium): Update to 6.2.0.
---
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 5d159208dd..879a3dadb1 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2072,7 +2072,7 @@ (define-public font-blackfoundry-inria
(define-public font-sil-gentium
(package
(name "font-sil-gentium")
- (version "5.000")
+ (version "6.200")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2080,7 +2080,7 @@ (define-public font-sil-gentium
version ".zip"))
(sha256
(base32
- "0m7189870hha217n1vgpmf89mwggrxkh679ffi1lxpnjggqi2n9k"))))
+ "0wxhsxv7xqsfbrywax0lcbmyfbrvrcm5g4c7a2v4j4cng4xi08cv"))))
;; 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.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62283
; Package
guix-patches
.
(Sun, 19 Mar 2023 23:30:03 GMT)
Full text and
rfc822 format available.
Message #17 received at 62283 <at> debbugs.gnu.org (full text, mbox):
From: Stefan Baums <baums <at> stefanbaums.com>
(font-sil-andika): Update to 6.2.0.
---
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 879a3dadb1..60e86db638 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2098,7 +2098,7 @@ (define-public font-sil-gentium
(define-public font-sil-andika
(package
(name "font-sil-andika")
- (version "5.000")
+ (version "6.200")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2106,7 +2106,7 @@ (define-public font-sil-andika
version ".zip"))
(sha256
(base32
- "01zm7p32gxfwmv7h3cfj2vx59846w2y6rxqy67grn2dyjh8pljv0"))))
+ "0z7qvjlidn3m2k40mwnm3azf3wd8pi1yvy2q30p5vkyyzhipb6nc"))))
;; 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.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62283
; Package
guix-patches
.
(Sun, 19 Mar 2023 23:30:03 GMT)
Full text and
rfc822 format available.
Message #20 received at 62283 <at> debbugs.gnu.org (full text, mbox):
From: Stefan Baums <baums <at> stefanbaums.com>
(font-sil-charis): Update to 6.2.0.
---
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 60e86db638..88d833d6c4 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2121,7 +2121,7 @@ (define-public font-sil-andika
(define-public font-sil-charis
(package
(name "font-sil-charis")
- (version "5.000")
+ (version "6.200")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2129,7 +2129,7 @@ (define-public font-sil-charis
version ".zip"))
(sha256
(base32
- "1zcvw37f1a7gkml3yfm6hxh93844llm7xj4w52600qq3ndrm8gjy"))))
+ "1pksr5wc9grdj75md4phr1a0gpjxk7xlmhv2nybsd2hbfrssl2ab"))))
;; 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.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62283
; Package
guix-patches
.
(Sun, 26 Mar 2023 22:08:02 GMT)
Full text and
rfc822 format available.
Message #23 received at submit <at> debbugs.gnu.org (full text, mbox):
On Sun, Mar 19, 2023 at 04:22:19PM -0700, Felix Lechner via Guix-patches via wrote:
> Sent on behalf of Stephan Baums. These patches are his first contribution to
> Guix. Thank you so much for your hard work!
>
> Stefan Baums (3):
> gnu: font-sil-gentium: Update to 6.2.0.
> gnu: font-sil-andika: Update to 6.2.0.
> gnu: font-sil-charis: Update to 6.2.0.
Thanks!
I added the name of the changed file to the commit messages, and pushed
as 89c8bba0a6cb164987c0e51037a106532e783aa9
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Sun, 26 Mar 2023 22:08:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Stefan Baums <baums <at> stefanbaums.com>
:
bug acknowledged by developer.
(Sun, 26 Mar 2023 22:08:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62283
; Package
guix-patches
.
(Sun, 26 Mar 2023 22:15:02 GMT)
Full text and
rfc822 format available.
Message #31 received at 62283-done <at> debbugs.gnu.org (full text, mbox):
Hi Leo,
On Sun, Mar 26, 2023 at 3:07 PM Leo Famulari <leo <at> famulari.name> wrote:
>
> and pushed
Awesome, thanks!
Stefan, please just do a 'guix pull' and you should have the fonts you
need. Thank you for your patience!
Kind regards,
Felix
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62283
; Package
guix-patches
.
(Mon, 27 Mar 2023 01:05:01 GMT)
Full text and
rfc822 format available.
Message #34 received at 62283-done <at> debbugs.gnu.org (full text, mbox):
Dear Felix and Leo,
> please just do a 'guix pull' and you should have the fonts you
> need
wonderful. That worked. Thanks again for all your help!
I will try to update the packages for the next version of these
fonts on my own.
All best,
Stefan
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62283
; Package
guix-patches
.
(Mon, 27 Mar 2023 01:18:01 GMT)
Full text and
rfc822 format available.
Message #37 received at 62283 <at> debbugs.gnu.org (full text, mbox):
Hi Stefan,
On Sun, Mar 26, 2023 at 6:04 PM Stefan Baums <baums <at> stefanbaums.com> wrote:
>
> I will try to update the packages for the next version of these
> fonts on my own.
Now we can wait another thirteen years!
Kind regards
Felix
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 24 Apr 2023 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 20 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.