X-Loop: help-debbugs@HIDDEN Subject: [bug#35045] [PATCH] gnu: Add font-iosevka-ssNN variants. Resent-From: Tobias Geerinckx-Rice <somebody@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: guix-patches@HIDDEN Resent-Date: Fri, 29 Mar 2019 23:37:01 +0000 Resent-Message-ID: <handler.35045.B.155390256725437 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 35045 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 35045 <at> debbugs.gnu.org Cc: Tobias Geerinckx-Rice <me@HIDDEN> X-Debbugs-Original-To: guix-patches@HIDDEN Received: via spool by submit <at> debbugs.gnu.org id=B.155390256725437 (code B ref -1); Fri, 29 Mar 2019 23:37:01 +0000 Received: (at submit) by debbugs.gnu.org; 29 Mar 2019 23:36:07 +0000 Received: from localhost ([127.0.0.1]:36087 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1hA12c-0006cD-VY for submit <at> debbugs.gnu.org; Fri, 29 Mar 2019 19:36:07 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33440) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <somebody@HIDDEN>) id 1hA12a-0006bj-6d for submit <at> debbugs.gnu.org; Fri, 29 Mar 2019 19:36:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:57309) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <somebody@HIDDEN>) id 1hA12V-00007s-0F for submit <at> debbugs.gnu.org; Fri, 29 Mar 2019 19:35:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <somebody@HIDDEN>) id 1hA12Q-0001CE-BT for guix-patches@HIDDEN; Fri, 29 Mar 2019 19:35:57 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <somebody@HIDDEN>) id 1h9yiF-0003mL-52 for guix-patches@HIDDEN; Fri, 29 Mar 2019 17:06:58 -0400 Received: from tobias.gr ([2001:470:7405::1]:41460) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <somebody@HIDDEN>) id 1h9yiB-0003Pr-Mh for guix-patches@HIDDEN; Fri, 29 Mar 2019 17:06:52 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id 6725680e; Fri, 29 Mar 2019 21:05:46 +0000 (UTC) Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 15e5bddf (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Fri, 29 Mar 2019 21:05:46 +0000 (UTC) From: Tobias Geerinckx-Rice <somebody@HIDDEN> Date: Fri, 29 Mar 2019 22:05:15 +0100 Message-Id: <20190329210515.28254-1-somebody@HIDDEN> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:470:7405::1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.1 (/) From: Tobias Geerinckx-Rice <me@HIDDEN> * gnu/packages/fonts.scm (font-iosevka, ttc-iosevka-slab): Use new FONT-IOSEVKA-VARIANT procedure. (font-iosevka-ss01, font-iosevka-ss02, font-iosevka-ss03) (font-iosevka-ss04, font-iosevka-ss05, font-iosevka-ss06) (font-iosevka-ss07, font-iosevka-ss08, font-iosevka-ss09) (font-iosevka-ss10, font-iosevka-ss11): New public variables. --- Guix, People who install such fonts likely care about things like this[0]. I do. Questions marked with ‘XXX’ in-line. Kind regards, T G-R [0]: https://raw.githubusercontent.com/be5invis/Iosevka/master/images/stylesets.png gnu/packages/fonts.scm | 119 +++++++++++++++++++++++++++++++++-------- 1 file changed, 97 insertions(+), 22 deletions(-) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 569a7f807e..945b321170 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -1083,41 +1083,116 @@ later hand-tweaked with the gbdfed(1) editor: typeface, by mimicking Comic Sans while fixing its most obvious shortcomings.") (license license:silofl1.1))) -(define-public font-iosevka +(define* (font-iosevka-variant name archive-prefix + #:key sha256 synopsis) (package - (name "font-iosevka") + (name name) (version "2.2.0") (source (origin (method url-fetch/zipbomb) - (uri (string-append "https://github.com/be5invis/Iosevka" - "/releases/download/v" version - "/ttc-iosevka-" version ".zip")) - (sha256 - (base32 "14jfv6pkh1w44m89z2fn44kgmmqaf0057lk71advwfbm3q313y0x")))) + (uri (string-append "https://github.com/be5invis/Iosevka/" + "releases/download/v" version "/" + archive-prefix "-" version ".zip")) + (sha256 sha256))) (build-system font-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-before 'install 'maybe-change-directory + ;; The SS-* variants ship the TTF fonts in a ‘ttf/’ subdirectory + ;; alongside other formats, the others don't. + ;; XXX Install these other formats (e.g. WOFF2) too? + (lambda _ + (when (file-exists? "ttf") + (chdir "ttf")) + #t))))) (home-page "https://be5invis.github.io/Iosevka/") - (synopsis "Coders' typeface, built from code") + (synopsis synopsis) ; XXX does this do the right i18n thing? (description "Iosevka is a slender monospace sans-serif or slab-serif typeface inspired by Pragmata Pro, M+, and PF DIN Mono, designed to be the ideal font for programming. Iosevka is completely generated from its source code.") - (license (list license:silofl1.1 ; build artifacts (i.e. the fonts) - license:bsd-3)))) ; supporting code + (license (list license:silofl1.1 ; build artifacts (i.e. the fonts) + license:bsd-3)))) ; supporting code + +(define-public font-iosevka + (font-iosevka-variant + "font-iosevka" "ttc-iosevka" + #:sha256 (base32 "14jfv6pkh1w44m89z2fn44kgmmqaf0057lk71advwfbm3q313y0x") + #:synopsis "Coders' typeface, built from code (sans-serif variant)")) (define-public font-iosevka-slab - (package - (inherit font-iosevka) - (name "font-iosevka-slab") - (version (package-version font-iosevka)) - (source - (origin - (method url-fetch/zipbomb) - (uri (string-append "https://github.com/be5invis/Iosevka" - "/releases/download/v" version - "/ttc-iosevka-slab-" version ".zip")) - (sha256 - (base32 "186d0pl13znysll3hvzm1ixn7ad616g6dhla55sbh6ki2j04b8ml")))))) + (font-iosevka-variant + "font-iosevka-slab" "ttc-iosevka-slab" + #:sha256 (base32 "186d0pl13znysll3hvzm1ixn7ad616g6dhla55sbh6ki2j04b8ml") + #:synopsis "Coders' typeface, built from code (slab-serif variant)")) + +(define-public font-iosevka-ss01 + (font-iosevka-variant + "font-iosevka-ss01" "iosevka-ss01" + #:sha256 (base32 "0ax5fcc8s6kcfd8ds67pn9h89ddjm0fpa2fs5dqn0aqx56v3047j") + #:synopsis "Coders' typeface, built from code (sans-serif SS01 variant)")) + +(define-public font-iosevka-ss02 + (font-iosevka-variant + "font-iosevka-ss02" "iosevka-ss02" + #:sha256 (base32 "09sny0alsgzb9diz8illnvvqbqa9yhhyjk9a2awbppddbh91k2qs") + #:synopsis "Coders' typeface, built from code (sans-serif SS02 variant)")) + +(define-public font-iosevka-ss03 + (font-iosevka-variant + "font-iosevka-ss03" "iosevka-ss03" + #:sha256 (base32 "1gnf01bima08siphnhgg7kygmks0p717j1fdq07fkigsi2g0fbay") + #:synopsis "Coders' typeface, built from code (sans-serif SS03 variant)")) + +(define-public font-iosevka-ss04 + (font-iosevka-variant + "font-iosevka-ss04" "iosevka-ss04" + #:sha256 (base32 "1gkdz843c5qsrl1k8j5ib9gpkkrcf5hkd5rghfq1ivi1a7rvjs4r") + #:synopsis "Coders' typeface, built from code (sans-serif SS04 variant)")) + +(define-public font-iosevka-ss05 + (font-iosevka-variant + "font-iosevka-ss05" "iosevka-ss05" + #:sha256 (base32 "10n1zmpnp8s1bxyr1yv14nvmf1g91hdsl1c4j3y9d94kcpsvqbwi") + #:synopsis "Coders' typeface, built from code (sans-serif SS05 variant)")) + +(define-public font-iosevka-ss06 + (font-iosevka-variant + "font-iosevka-ss06" "iosevka-ss06" + #:sha256 (base32 "12d4gidmp1ldnlmdzp7x6d7b2jxyykf6y53h5x3hh8acz5q9172n") + #:synopsis "Coders' typeface, built from code (sans-serif SS06 variant)")) + +(define-public font-iosevka-ss07 + (font-iosevka-variant + "font-iosevka-ss07" "iosevka-ss07" + #:sha256 (base32 "19lppgmwgjh7ykyvlhjbf26yfnpiy3wa6l358kvx0w8xrgrm6fz9") + #:synopsis "Coders' typeface, built from code (sans-serif SS07 variant)")) + +(define-public font-iosevka-ss08 + (font-iosevka-variant + "font-iosevka-ss08" "iosevka-ss08" + #:sha256 (base32 "0bc50z01ywh5y5y24xmiwqbw10vp5hjlrg7y8nmqjxg04222q6vi") + #:synopsis "Coders' typeface, built from code (sans-serif SS08 variant)")) + +(define-public font-iosevka-ss09 + (font-iosevka-variant + "font-iosevka-ss09" "iosevka-ss09" + #:sha256 (base32 "082bfnmc73wf84c9z0kpamf857j6ibcfg141vs15fjkairvwk1jb") + #:synopsis "Coders' typeface, built from code (sans-serif SS09 variant)")) + +(define-public font-iosevka-ss10 + (font-iosevka-variant + "font-iosevka-ss10" "iosevka-ss10" + #:sha256 (base32 "0vy76r1bph1nh43dvkdi0wgf1fgq5qwmnmcxrjfkilmx0jzpmmkg") + #:synopsis "Coders' typeface, built from code (sans-serif SS10 variant)")) + +(define-public font-iosevka-ss11 + (font-iosevka-variant + "font-iosevka-ss11" "iosevka-ss11" + #:sha256 (base32 "1skgn1z14rk5xvnzvnk8i4s90hrxcxnmchhasbp8jg6cmqwpp177") + #:synopsis "Coders' typeface, built from code (sans-serif SS11 variant)")) (define-public font-go (let ((commit "f03a046406d4d7fbfd4ed29f554da8f6114049fc") -- 2.21.0
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: Tobias Geerinckx-Rice <somebody@HIDDEN> Subject: bug#35045: Acknowledgement ([PATCH] gnu: Add font-iosevka-ssNN variants.) Message-ID: <handler.35045.B.155390256725437.ack <at> debbugs.gnu.org> References: <20190329210515.28254-1-somebody@HIDDEN> X-Gnu-PR-Message: ack 35045 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 35045 <at> debbugs.gnu.org Date: Fri, 29 Mar 2019 23:37:02 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): guix-patches@HIDDEN If you wish to submit further information on this problem, please send it to 35045 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 35045: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D35045 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.