GNU bug report logs - #43410
[PATCH] gnu: font-adobe-source-sans-pro: Update to 3.028R.

Previous Next

Package: guix-patches;

Reported by: Jens Mølgaard <jens <at> zete.tk>

Date: Tue, 15 Sep 2020 01:37:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#43410: closed ([PATCH] gnu: font-adobe-source-sans-pro:
 Update to 3.028R.)
Date: Fri, 25 Sep 2020 16:28:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 25 Sep 2020 18:27:30 +0200
with message-id <87lfgxizyl.fsf <at> gnu.org>
and subject line Re: bug#43410: [PATCH] gnu: font-adobe-source-sans-pro: Update to 3.028R.
has caused the debbugs.gnu.org bug report #43410,
regarding [PATCH] gnu: font-adobe-source-sans-pro: Update to 3.028R.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
43410: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43410
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jens Mølgaard <jens <at> zete.tk>
Subject: [PATCH] gnu: font-adobe-source-sans-pro: Update to 3.028R.
Date: Sun, 13 Sep 2020 21:57:02 +1200
* gnu/packages/fonts.scm (font-adobe-source-sans-pro): Update to 3.028R.
---
New (joint roman/italic) versioning scheme no longer requires substitution.

 gnu/packages/fonts.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index c7ce03b2b7..1dbb4a9675 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -23,7 +23,7 @@
 ;;; Copyright © 2017 Mohammed Sadiq <sadiq <at> sadiqpk.org>
 ;;; Copyright © 2018 Charlie Ritter <chewzerita <at> posteo.net>
 ;;; Copyright © 2018 Gabriel Hondet <gabrielhondet <at> gmail.com>
-;;; Copyright © 2019 Jens Mølgaard <jens <at> zete.tk>
+;;; Copyright © 2019, 2020 Jens Mølgaard <jens <at> zete.tk>
 ;;; Copyright © 2019 Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
 ;;; Copyright © 2019 Baptiste Strazzulla <bstrazzull <at> hotmail.fr>
 ;;; Copyright © 2019 Alva <alva <at> skogen.is>
@@ -951,19 +951,16 @@ designed to work well in user interface environments.")
 (define-public font-adobe-source-sans-pro
   (package
     (name "font-adobe-source-sans-pro")
-    (version "2.040R-ro-1.090R-it")
+    (version "3.028R")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/adobe-fonts/source-sans-pro")
-             (commit (regexp-substitute/global
-                      ;; The upstream tag uses "/" between the roman and italic
-                      ;; versions, so substitute our "-" separator here.
-                      #f "R-ro-" version 'pre "R-ro/" 'post))))
+             (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1lzin2hfwidbvhps7shs201p1bpxy6220xmhhprv9fc8bknd4c45"))))
+        (base32 "0lgjqi4d5p1q1z00ad807v5qy4z54gmp7jpdaypc0rxk8czv6zq7"))))
     (build-system font-build-system)
     (home-page "https://github.com/adobe-fonts/source-sans-pro")
     (synopsis
-- 
2.28.0




[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Jens Mølgaard <jens <at> zete.tk>
Cc: 43410-done <at> debbugs.gnu.org
Subject: Re: bug#43410: [PATCH] gnu: font-adobe-source-sans-pro: Update to
 3.028R.
Date: Fri, 25 Sep 2020 18:27:30 +0200
Hi,

Jens Mølgaard <jens <at> zete.tk> skribis:

> * gnu/packages/fonts.scm (font-adobe-source-sans-pro): Update to 3.028R.

[...]

> * gnu/packages/fonts.scm (font-adobe-source-serif-pro): Update to 3.001R.

Applied both, thanks!

Ludo’.


This bug report was last modified 4 years and 302 days ago.

Previous Next


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