GNU bug report logs - #33316
Add further Adobe Source fonts

Previous Next

Package: guix-patches;

Reported by: Jens Molgaard <jens <at> zete.tk>

Date: Thu, 8 Nov 2018 14:44:04 UTC

Severity: normal

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 33316 in the body.
You can then email your comments to 33316 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#33316; Package guix-patches. (Thu, 08 Nov 2018 14:44:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jens Molgaard <jens <at> zete.tk>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 08 Nov 2018 14:44:05 GMT) Full text and rfc822 format available.

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

From: Jens Molgaard <jens <at> zete.tk>
To: guix-patches <at> gnu.org
Subject: Add further Adobe Source fonts
Date: Thu, 08 Nov 2018 21:55:36 +1300
[Message part 1 (text/plain, inline)]
Hello Guix,

Here's a couple of small patches to add the two other fonts that were
made to complement Adobe Source Code Pro and distributed under the same
license.

They are built just the same as Source Code Pro, so it was only
necessary to change the names, urls, descriptions, hashes etc.

They build fine on two machines here, so I hope they are good to go!

Kind regards,
Jens

-- 
Jens Ole Mølgaard
PGP: 2A44 75B4 93FB 02D8 --> keybase.io/jensm#show-public

[0001-gnu-Add-font-adobe-source-sans-pro.patch (text/x-patch, inline)]
From 0c66069c92f6ed4b9b1c7d7b331a515a45e7295e Mon Sep 17 00:00:00 2001
From: Jens M <jens <at> zete.tk>
Date: Thu, 8 Nov 2018 21:03:56 +1300
Subject: [PATCH 1/2] gnu: Add font-adobe-source-sans-pro

---
 gnu/packages/fonts.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 1195695d7..0fb275529 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -857,6 +857,31 @@ Powerline support.")
 designed to work well in user interface environments.")
     (license license:silofl1.1)))
 
+(define-public font-adobe-source-sans-pro
+  (package
+    (name "font-adobe-source-sans-pro")
+    (version "2.040R-ro-1.090R-it")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/adobe-fonts/source-sans-pro/archive/"
+                    (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) ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1wpbhd2idps53ph8rg1mhr3vz4lsgbpjprcq10nliwcxdz9d8lv0"))))
+    (build-system font-build-system)
+    (home-page "https://github.com/adobe-fonts/source-sans-pro")
+    (synopsis
+     "Sans serif font family for user interface environments")
+    (description
+     "Source Sans Pro is a set of OpenType fonts that have been designed to
+work well in user interface (UI) environments.")
+    (license license:silofl1.1)))
+
 (define-public font-fira-mono
   (package
     (name "font-fira-mono")
-- 
2.19.1

[0002-gnu-Add-font-adobe-source-serif-pro.patch (text/x-patch, inline)]
From d58f8fbd100a88b4852e9ff26880af247d2ccee6 Mon Sep 17 00:00:00 2001
From: Jens M <jens <at> zete.tk>
Date: Thu, 8 Nov 2018 21:09:00 +1300
Subject: [PATCH 2/2] gnu: Add font-adobe-source-serif-pro

---
 gnu/packages/fonts.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 0fb275529..5de2e850a 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -882,6 +882,31 @@ designed to work well in user interface environments.")
 work well in user interface (UI) environments.")
     (license license:silofl1.1)))
 
+(define-public font-adobe-source-serif-pro
+  (package
+    (name "font-adobe-source-serif-pro")
+    (version "2.007R-ro-1.007R-it")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/adobe-fonts/source-serif-pro/archive/"
+                    (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) ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1sws9k26ldqk375qsigk1zv8cq1xlvadjwvv3dqrcc3qzm1c7hwc"))))
+    (build-system font-build-system)
+    (home-page "https://github.com/adobe-fonts/source-serif-pro")
+    (synopsis
+     "Serif typeface to complement Source Sans Pro for setting text")
+    (description
+     "Source Serif Pro is a set of OpenType fonts to complement the Source
+Sans Pro family.")
+    (license license:silofl1.1)))
+
 (define-public font-fira-mono
   (package
     (name "font-fira-mono")
-- 
2.19.1

[signature.asc (application/pgp-signature, inline)]

Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Tue, 12 Feb 2019 23:43:02 GMT) Full text and rfc822 format available.

Notification sent to Jens Molgaard <jens <at> zete.tk>:
bug acknowledged by developer. (Tue, 12 Feb 2019 23:43:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Jens Molgaard <jens <at> zete.tk>
Cc: 33316-done <at> debbugs.gnu.org
Subject: Re: [bug#33316] Add further Adobe Source fonts
Date: Tue, 12 Feb 2019 18:42:38 -0500
[Message part 1 (text/plain, inline)]
On Thu, Nov 08, 2018 at 09:55:36PM +1300, Jens Molgaard wrote:
> Hello Guix,
> 
> Here's a couple of small patches to add the two other fonts that were
> made to complement Adobe Source Code Pro and distributed under the same
> license.
> 
> They are built just the same as Source Code Pro, so it was only
> necessary to change the names, urls, descriptions, hashes etc.
> 
> They build fine on two machines here, so I hope they are good to go!

Looks like these patches fell between the cracks... sorry about that.

I added a copyright statement for you and pushed them both as commit
3cdd2e95e923c8df23ee5be604c4fd05a2db29f3.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#33316; Package guix-patches. (Tue, 12 Feb 2019 23:51:02 GMT) Full text and rfc822 format available.

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

From: "Jens M." <jens <at> zete.tk>
To: Leo Famulari <leo <at> famulari.name>
Cc: 33316-done <at> debbugs.gnu.org
Subject: Re: [bug#33316] Add further Adobe Source fonts
Date: Wed, 13 Feb 2019 00:50:02 +0100
I should have added [patch] to the title I guess. And the copyright statement. Thanks for fixing that!

-jens

On 13 February 2019 00:42:38 CET, Leo Famulari <leo <at> famulari.name> wrote:
>On Thu, Nov 08, 2018 at 09:55:36PM +1300, Jens Molgaard wrote:
>> Hello Guix,
>> 
>> Here's a couple of small patches to add the two other fonts that were
>> made to complement Adobe Source Code Pro and distributed under the
>same
>> license.
>> 
>> They are built just the same as Source Code Pro, so it was only
>> necessary to change the names, urls, descriptions, hashes etc.
>> 
>> They build fine on two machines here, so I hope they are good to go!
>
>Looks like these patches fell between the cracks... sorry about that.
>
>I added a copyright statement for you and pushed them both as commit
>3cdd2e95e923c8df23ee5be604c4fd05a2db29f3.

-- 
Sent from my Android/Linux device with K-9 Mail. Please excuse my brevity.





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 13 Mar 2019 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 38 days ago.

Previous Next


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