From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 29 19:36:07 2019 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 ) id 1hA12c-0006cD-VY for submit@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 ) id 1hA12a-0006bj-6d for submit@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 ) id 1hA12V-00007s-0F for submit@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 ) id 1hA12Q-0001CE-BT for guix-patches@gnu.org; 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 ) id 1h9yiF-0003mL-52 for guix-patches@gnu.org; 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 ) id 1h9yiB-0003Pr-Mh for guix-patches@gnu.org; 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 To: guix-patches@gnu.org Subject: [PATCH] gnu: Add font-iosevka-ssNN variants. Date: Fri, 29 Mar 2019 22:05:15 +0100 Message-Id: <20190329210515.28254-1-somebody@not-sent-or-endorsed-by.tobias.gr> 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-Debbugs-Envelope-To: submit Cc: Tobias Geerinckx-Rice X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) From: Tobias Geerinckx-Rice * 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 03 15:24:35 2021 Received: (at 35045) by debbugs.gnu.org; 3 Aug 2021 19:24:35 +0000 Received: from localhost ([127.0.0.1]:41537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mB01f-0003eH-NW for submit@debbugs.gnu.org; Tue, 03 Aug 2021 15:24:35 -0400 Received: from mail-qk1-f180.google.com ([209.85.222.180]:42946) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mB01e-0003e5-7K for 35045@debbugs.gnu.org; Tue, 03 Aug 2021 15:24:30 -0400 Received: by mail-qk1-f180.google.com with SMTP id o13so430158qkk.9 for <35045@debbugs.gnu.org>; Tue, 03 Aug 2021 12:24:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=EuLSjy+YAEvr4Nq0GXiricrlPIiaXxhBFqdtNfaORIs=; b=IN054Sm82bgJ9zLFEMn58tzhHiXvS4oOIzRmwX2P2zj+l2xC/aTAmIZeNMVNCT5xat XVmsUqG55wUClACiR5WduUHittj9deFXNY8uBMj5/+4ggC7SrSDOz6sN4ZHrMgedE2m7 Y4tHXJ0vK3fsa/YZxv/m5PAInHvmANA84p+zImjkJ6uMsca4Xn8x1Frv8MlYonvyIHGJ Wo/semN5cQOmJ2FItl8et1qBXAbLUKwHvD+eRhVdSa8o6J44dIAa+15dOmaw6r+EC5W7 cZ8XbXKbjgORF4mxHi0qYF+BiKI+lCs9QQqfUOtU24aqc0OoQ95DXtI+WzVMM0MrZ3TQ ctXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=EuLSjy+YAEvr4Nq0GXiricrlPIiaXxhBFqdtNfaORIs=; b=P5UelXytI5xl2qg8L+XrQ8Czur1yBSz6iRKmsk0s+7Av3Am337imTLQyVBVj7lC0QT fY/RT66joCyP/5zHWOwm8Af6NzDPUHRvZb9W9kckH7fAxL4m0y74RNkr8WbuHE9NqA2S e3U7//1sCXL3By/vCPWFCaJilM5N206q0kP65jfEDL0ENL+JSlfcLjr8UJ8DSfXQWvWd 7tuJTrqZ+pnS5KuVLmAfVek71lQawVA3FVo6JToIpHh4dgnlpg6isi/u2Mchlt4AYM9j c4Na99JRyKshh25Px2ZI3MKE6jB1AYPRjX+4GW7yPckOrsTsf2hY7dEfLXW5fMxUt7Ey Cikw== X-Gm-Message-State: AOAM533aJ20b8ReuIk/zS6UnodtAQ9hwRdsdyHwAxGmADOtmDwtZZPVY QMMDTLdA0SLicMM0NupKD1E= X-Google-Smtp-Source: ABdhPJxX10Ze5xM+hnFYPWmBW7d5vL31enpBa9/x85T9jUiZFeEVyaXbGhzAElgrnHPrW6H0Gx79zQ== X-Received: by 2002:a05:620a:16c6:: with SMTP id a6mr21740645qkn.312.1628018664821; Tue, 03 Aug 2021 12:24:24 -0700 (PDT) Received: from hurd (dsl-10-129-132.b2b2c.ca. [72.10.129.132]) by smtp.gmail.com with ESMTPSA id k14sm6677116qtm.18.2021.08.03.12.24.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Aug 2021 12:24:24 -0700 (PDT) From: Maxim Cournoyer To: Tobias Geerinckx-Rice Subject: Re: bug#35045: [PATCH] gnu: Add font-iosevka-ssNN variants. References: <20190329210515.28254-1-somebody@not-sent-or-endorsed-by.tobias.gr> Date: Tue, 03 Aug 2021 15:24:23 -0400 In-Reply-To: <20190329210515.28254-1-somebody@not-sent-or-endorsed-by.tobias.gr> (Tobias Geerinckx-Rice's message of "Fri, 29 Mar 2019 22:05:15 +0100") Message-ID: <875ywm9vrs.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35045 Cc: 35045@debbugs.gnu.org, Tobias Geerinckx-Rice X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, Tobias Geerinckx-Rice writes: > From: Tobias Geerinckx-Rice > > * 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 d= o. > > Questions marked with =E2=80=98XXX=E2=80=99 in-line. > > Kind regards, > > T G-R > > [0]: https://raw.githubusercontent.com/be5invis/Iosevka/master/images/sty= lesets.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 shortcom= ings.") > (license license:silofl1.1))) >=20=20 > -(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 =E2=80=98ttf/=E2= =80=99 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 thi= ng? > (description > "Iosevka is a slender monospace sans-serif or slab-serif typeface i= nspired > 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 font= s) > + license:bsd-3)))) ; supporting code > + > +(define-public font-iosevka > + (font-iosevka-variant > + "font-iosevka" "ttc-iosevka" > + #:sha256 (base32 "14jfv6pkh1w44m89z2fn44kgmmqaf0057lk71advwfbm3q313y0= x") > + #:synopsis "Coders' typeface, built from code (sans-serif variant)")) >=20=20 > (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 "186d0pl13znysll3hvzm1ixn7ad616g6dhla55sbh6ki2j04b8m= l") > + #:synopsis "Coders' typeface, built from code (slab-serif variant)")) > + > +(define-public font-iosevka-ss01 > + (font-iosevka-variant > + "font-iosevka-ss01" "iosevka-ss01" > + #:sha256 (base32 "0ax5fcc8s6kcfd8ds67pn9h89ddjm0fpa2fs5dqn0aqx56v3047= j") > + #:synopsis "Coders' typeface, built from code (sans-serif SS01 varian= t)")) > + > +(define-public font-iosevka-ss02 > + (font-iosevka-variant > + "font-iosevka-ss02" "iosevka-ss02" > + #:sha256 (base32 "09sny0alsgzb9diz8illnvvqbqa9yhhyjk9a2awbppddbh91k2q= s") > + #:synopsis "Coders' typeface, built from code (sans-serif SS02 varian= t)")) > + > +(define-public font-iosevka-ss03 > + (font-iosevka-variant > + "font-iosevka-ss03" "iosevka-ss03" > + #:sha256 (base32 "1gnf01bima08siphnhgg7kygmks0p717j1fdq07fkigsi2g0fba= y") > + #:synopsis "Coders' typeface, built from code (sans-serif SS03 varian= t)")) > + > +(define-public font-iosevka-ss04 > + (font-iosevka-variant > + "font-iosevka-ss04" "iosevka-ss04" > + #:sha256 (base32 "1gkdz843c5qsrl1k8j5ib9gpkkrcf5hkd5rghfq1ivi1a7rvjs4= r") > + #:synopsis "Coders' typeface, built from code (sans-serif SS04 varian= t)")) > + > +(define-public font-iosevka-ss05 > + (font-iosevka-variant > + "font-iosevka-ss05" "iosevka-ss05" > + #:sha256 (base32 "10n1zmpnp8s1bxyr1yv14nvmf1g91hdsl1c4j3y9d94kcpsvqbw= i") > + #:synopsis "Coders' typeface, built from code (sans-serif SS05 varian= t)")) > + > +(define-public font-iosevka-ss06 > + (font-iosevka-variant > + "font-iosevka-ss06" "iosevka-ss06" > + #:sha256 (base32 "12d4gidmp1ldnlmdzp7x6d7b2jxyykf6y53h5x3hh8acz5q9172= n") > + #:synopsis "Coders' typeface, built from code (sans-serif SS06 varian= t)")) > + > +(define-public font-iosevka-ss07 > + (font-iosevka-variant > + "font-iosevka-ss07" "iosevka-ss07" > + #:sha256 (base32 "19lppgmwgjh7ykyvlhjbf26yfnpiy3wa6l358kvx0w8xrgrm6fz= 9") > + #:synopsis "Coders' typeface, built from code (sans-serif SS07 varian= t)")) > + > +(define-public font-iosevka-ss08 > + (font-iosevka-variant > + "font-iosevka-ss08" "iosevka-ss08" > + #:sha256 (base32 "0bc50z01ywh5y5y24xmiwqbw10vp5hjlrg7y8nmqjxg04222q6v= i") > + #:synopsis "Coders' typeface, built from code (sans-serif SS08 varian= t)")) > + > +(define-public font-iosevka-ss09 > + (font-iosevka-variant > + "font-iosevka-ss09" "iosevka-ss09" > + #:sha256 (base32 "082bfnmc73wf84c9z0kpamf857j6ibcfg141vs15fjkairvwk1j= b") > + #:synopsis "Coders' typeface, built from code (sans-serif SS09 varian= t)")) > + > +(define-public font-iosevka-ss10 > + (font-iosevka-variant > + "font-iosevka-ss10" "iosevka-ss10" > + #:sha256 (base32 "0vy76r1bph1nh43dvkdi0wgf1fgq5qwmnmcxrjfkilmx0jzpmmk= g") > + #:synopsis "Coders' typeface, built from code (sans-serif SS10 varian= t)")) > + > +(define-public font-iosevka-ss11 > + (font-iosevka-variant > + "font-iosevka-ss11" "iosevka-ss11" > + #:sha256 (base32 "1skgn1z14rk5xvnzvnk8i4s90hrxcxnmchhasbp8jg6cmqwpp17= 7") > + #:synopsis "Coders' typeface, built from code (sans-serif SS11 varian= t)")) >=20=20 > (define-public font-go > (let ((commit "f03a046406d4d7fbfd4ed29f554da8f6114049fc") Do you still use the above patch? font-iosevka is now at 7.0.3 vs 2.2.0 when you authored the above, making me wondering whether it's still actual/correct. Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 16 10:59:48 2025 Received: (at 35045-done) by debbugs.gnu.org; 16 Apr 2025 14:59:48 +0000 Received: from localhost ([127.0.0.1]:40078 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u54Et-00059y-ML for submit@debbugs.gnu.org; Wed, 16 Apr 2025 10:59:48 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:50504) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u54E9-00053t-G1 for 35045-done@debbugs.gnu.org; Wed, 16 Apr 2025 10:59:02 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 758F8246; Wed, 16 Apr 2025 16:58:55 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id mHjZGEvhw3dX; Wed, 16 Apr 2025 16:58:54 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id B2CDF3BF; Wed, 16 Apr 2025 16:58:52 +0200 (CEST) Date: Wed, 16 Apr 2025 16:58:49 +0200 From: Andreas Enge To: 35045-done@debbugs.gnu.org Subject: Close Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 758F8246 X-Spamd-Result: default: False [6.48 / 15.00]; SPAM_FLAG(5.00)[]; NEURAL_SPAM(3.00)[1.000]; BAYES_HAM(-1.92)[94.55%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[] X-Spamd-Bar: ++++++ X-Rspamd-Action: add header X-Rspamd-Server: hera X-Spam-Level: ****** X-Spam: Yes X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35045-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Opened 6 years ago, commented on with lack of reply 4 years ago, so I am closing the issue. Please feel free to reopen it if you have an updated patch. Andreas From unknown Sat Jun 14 19:37:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 15 May 2025 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator