GNU bug report logs - #57918
[PATCH] gnu: font-ibm-plex: Use git source.

Previous Next

Package: guix-patches;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Sun, 18 Sep 2022 22:10:01 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

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 57918 in the body.
You can then email your comments to 57918 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57918; Package guix-patches. (Sun, 18 Sep 2022 22:10:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Arun Isaac <arunisaac <at> systemreboot.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 18 Sep 2022 22:10:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: guix-patches <at> gnu.org
Cc: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: [PATCH] gnu: font-ibm-plex: Use git source.
Date: Mon, 19 Sep 2022 03:39:37 +0530
* gnu/packages/fonts.scm (font-ibm-plex)[source]: Use git source.
---
 gnu/packages/fonts.scm | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index cf3892ae8d..83e3a2c945 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -118,14 +118,18 @@ (define-public font-ibm-plex
   (package
     (name "font-ibm-plex")
     (version "6.1.1")
+    ;; We prefer git-fetch since it lets us get the opentype, truetype and web
+    ;; fonts all in one download. The zip archive releases separate the
+    ;; opentype, truetype and web fonts into three separate archives.
     (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/IBM/plex/releases/download/"
-                    "v" version "/OpenType.zip"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/IBM/plex")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1z9nxac9ha6gqz5yvfy5lp6hyl39f8f8hdrw3llcp89rdpjfqdn9"))))
+                "1jxyd0zl7jssn7mwz8x5xvjmw59x4mn82s2kywf9583k1pg949k1"))))
     (build-system font-build-system)
     (home-page "https://github.com/IBM/plex")
     (synopsis "IBM Plex typeface")
-- 
2.37.2





Information forwarded to guix-patches <at> gnu.org:
bug#57918; Package guix-patches. (Fri, 14 Oct 2022 22:44:02 GMT) Full text and rfc822 format available.

Message #8 received at 57918 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Arun Isaac <arunisaac <at> systemreboot.net>
Cc: 57918 <at> debbugs.gnu.org
Subject: Re: bug#57918: [PATCH] gnu: font-ibm-plex: Use git source.
Date: Sat, 15 Oct 2022 00:43:33 +0200
Arun Isaac <arunisaac <at> systemreboot.net> skribis:

> * gnu/packages/fonts.scm (font-ibm-plex)[source]: Use git source.

Got for it!  :-)

Ludo'.




Reply sent to Arun Isaac <arunisaac <at> systemreboot.net>:
You have taken responsibility. (Sat, 15 Oct 2022 09:16:01 GMT) Full text and rfc822 format available.

Notification sent to Arun Isaac <arunisaac <at> systemreboot.net>:
bug acknowledged by developer. (Sat, 15 Oct 2022 09:16:02 GMT) Full text and rfc822 format available.

Message #13 received at 57918-done <at> debbugs.gnu.org (full text, mbox):

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 57918-done <at> debbugs.gnu.org
Subject: Re: bug#57918: [PATCH] gnu: font-ibm-plex: Use git source.
Date: Sat, 15 Oct 2022 14:45:24 +0530
Ludovic Courtès <ludo <at> gnu.org> writes:

> Arun Isaac <arunisaac <at> systemreboot.net> skribis:
>
>> * gnu/packages/fonts.scm (font-ibm-plex)[source]: Use git source.
>
> Got for it!  :-)

Pushed, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 12 Nov 2022 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 158 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.