unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 61981@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#61981] [PATCH 2/3] gnu: Add font-iosevka-ss08.
Date: Sun, 05 Mar 2023 14:47:59 +0000	[thread overview]
Message-ID: <20230305144749.45763-2-paul@apatience.com> (raw)
In-Reply-To: <20230305144749.45763-1-paul@apatience.com>

* gnu/packages/fonts.scm (font-iosevka-ss08): New variable.
---
 gnu/packages/fonts.scm | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 43ab61aa86..2d1da04682 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1603,7 +1603,8 @@ (define-public font-comic-neue
                   font-iosevka-aile
                   font-iosevka-curly
                   font-iosevka-curly-slab
-                  font-iosevka-etoile))
+                  font-iosevka-etoile
+                  font-iosevka-ss08))
   (for-each (lambda (hash)
               (format #t "~a: ~a~%" (car hash) (cdr hash)))
             (reverse iosevka-hashes))
@@ -1746,6 +1747,20 @@ (define-public font-iosevka-etoile
        (sha256
         (base32 "16lbcms4rnx7dh016c15wpz94b932hfvlng78jv1lhdr13w7s60z"))))))

+(define-public font-iosevka-ss08
+  (package
+    (inherit font-iosevka)
+    (name "font-iosevka-ss08")
+    (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-ss08-" version ".zip"))
+       (sha256
+        (base32 "195w4nd0901zlyjq7a6n7pwjwi2b5vnm4gj4y6692axi660jdv4j"))))))
+
 (define-public font-sarasa-gothic
   (package
     (name "font-sarasa-gothic")
--
2.39.1






  reply	other threads:[~2023-03-05 14:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-05 14:46 [bug#61981] [PATCH 0/3] Update Iosevka to 20.0.0 and add SS08 and SS09 variants Paul A. Patience
2023-03-05 14:47 ` [bug#61981] [PATCH 1/3] gnu: font-iosevka: Update to 20.0.0 Paul A. Patience
2023-03-05 14:47   ` Paul A. Patience [this message]
2023-03-05 14:48   ` [bug#61981] [PATCH 3/3] gnu: Add font-iosevka-ss09 Paul A. Patience
2023-03-13 13:47 ` bug#61981: [PATCH 0/3] Update Iosevka to 20.0.0 and add SS08 and SS09 variants Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230305144749.45763-2-paul@apatience.com \
    --to=paul@apatience.com \
    --cc=61981@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).