From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gKlXa-00061k-Ff for guix-patches@gnu.org; Thu, 08 Nov 2018 09:44:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gKlXU-0004kP-Uk for guix-patches@gnu.org; Thu, 08 Nov 2018 09:44:13 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:36182) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gKlXR-0004cL-1J for guix-patches@gnu.org; Thu, 08 Nov 2018 09:44:06 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gKlXQ-0007KW-SH for guix-patches@gnu.org; Thu, 08 Nov 2018 09:44:04 -0500 Subject: [bug#33316] Add further Adobe Source fonts Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gKg6T-0003eL-D6 for guix-patches@gnu.org; Thu, 08 Nov 2018 03:55:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gKg6Q-0006Vu-7Y for guix-patches@gnu.org; Thu, 08 Nov 2018 03:55:53 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21016) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gKg6P-0006HZ-Qz for guix-patches@gnu.org; Thu, 08 Nov 2018 03:55:50 -0500 From: Jens Molgaard Date: Thu, 08 Nov 2018 21:55:36 +1300 Message-ID: <874lcsne2f.fsf@zete.tk> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33316@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 =2D-=20 Jens Ole M=C3=B8lgaard PGP: 2A44 75B4 93FB 02D8 --> keybase.io/jensm#show-public --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-font-adobe-source-sans-pro.patch Content-Transfer-Encoding: quoted-printable From=200c66069c92f6ed4b9b1c7d7b331a515a45e7295e Mon Sep 17 00:00:00 2001 From: Jens M Date: Thu, 8 Nov 2018 21:03:56 +1300 Subject: [PATCH 1/2] gnu: Add font-adobe-source-sans-pro =2D-- 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 =2D-- 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))) =20 +(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/archiv= e/" + (regexp-substitute/global + ;; The upstream tag uses "/" between the roman and it= alic + ;; 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") =2D-=20 2.19.1 --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0002-gnu-Add-font-adobe-source-serif-pro.patch Content-Transfer-Encoding: quoted-printable From=20d58f8fbd100a88b4852e9ff26880af247d2ccee6 Mon Sep 17 00:00:00 2001 From: Jens M Date: Thu, 8 Nov 2018 21:09:00 +1300 Subject: [PATCH 2/2] gnu: Add font-adobe-source-serif-pro =2D-- 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 =2D-- 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))) =20 +(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/archi= ve/" + (regexp-substitute/global + ;; The upstream tag uses "/" between the roman and it= alic + ;; 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") =2D-=20 2.19.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE/VzWzPUn4Rzyui0RiZ866GcCScAFAlvj+gkACgkQiZ866GcC ScClGA//UgeW+TmZyEXFh6ACNjKTAGCgEG2A7kSFKnFA+Ez3ZOyJejEdl37DeVlN gqwpybfNGjt3KovC2VoYbke3k/3MjB0y5TMD6VmPMsIBY2z/Cczufkvo+92GMKiJ onV3aTiqS6h9nsyZGcAyAkZC4/S1LO7dymm7G8KhBQ2X/odo7Y33oNjExz4o/hbA j97RRoaAoYyu4GEQM9WVBcV9uAVIHVpXoiQIvHnURydxaUK5nC8nQREfbJrI/mKG iNWz7Sqo+FbJKJn+jJyUrwpaNcLI+F5T7eAa+u8foxZ3mT6Q8bH1Tfibj+6FiClL fbXnFmoZ6czxNgclc6cbBLDwyhzazWUgox/B8PGlu8GQo17yAwWHUEiBqMT6Tt19 BP8X0I/QBO71H6ehLAG3+2urCwJxOPLPsywuBEyF7Gh3hZ8bGiyuE8cxN/h+eVe1 kO5XxSzB/Ytdj5yIFA+u4c7amqoKzOnBTDAvIl2doCoBgbevqBaCBwKfFk3zGOO+ MSQEhLdpmG6RagDJ+5c95FUGthRXQq0ZRFKVmKFq7o0iOGZawweTNLr72fVzBLQU 3j//CDwFRLYWluaCaxAWEfu12gtEid2i+BuzA+Q+XrUwvgpGcT/pwO6PjXwTPRy0 vGVKBS+nrQcPsCfmIl5zwJhp3cxKyN0wxKD7rZeMPxrhGm6tlR4= =RJ4b -----END PGP SIGNATURE----- --==-=-=--