emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56168: closed ([PATCH] gnu: Add font-artifika.)


From: GNU bug Tracking System
Subject: bug#56168: closed ([PATCH] gnu: Add font-artifika.)
Date: Tue, 05 Jul 2022 18:58:02 +0000

Your message dated Tue, 05 Jul 2022 20:57:34 +0200
with message-id <835afa8313ce864d16f1497c11e8485ea3103426.camel@gmail.com>
and subject line Re: bug#56168: [PATCH] gnu: Add font-artifika.
has caused the debbugs.gnu.org bug report #56168,
regarding [PATCH] gnu: Add font-artifika.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56168: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56168
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: Add font-artifika. Date: Thu, 23 Jun 2022 12:44:54 +0200
* gnu/packages/fonts.scm (font-artifika): New variable.
---
 gnu/packages/fonts.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index eaa11b1c81..3c9cf0810b 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -91,6 +91,26 @@ (define-module (gnu packages fonts)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages xorg))
 
+(define-public font-artifika
+  (package
+    (name "font-artifika")
+    (version "1.102")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/cyrealtype/Artifika";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0nwjm44nys1qz3wyg0mm15gdjpz641xpmsz00n6m8065xrw86q7i"))))
+    (build-system font-build-system)
+    (home-page "https://github.com/cyrealtype/Artifika";)
+    (synopsis "Upright italic font")
+    (description "Artifika is an upright italic font for fashionable display
+titling.")
+    (license license:silofl1.1)))
+
 (define-public font-ibm-plex
   (package
     (name "font-ibm-plex")
-- 
2.36.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#56168: [PATCH] gnu: Add font-artifika. Date: Tue, 05 Jul 2022 20:57:34 +0200 User-agent: Evolution 3.42.1
Am Sonntag, dem 03.07.2022 um 12:39 +0200 schrieb Ludovic Courtès:
> Hi,
> 
> Liliana Marie Prikler <liliana.prikler@gmail.com> skribis:
> 
> > * gnu/packages/fonts.scm (font-artifika): New variable.
> 
> LGTM, thanks!
Thanks for the review.  I already pushed this patch shortly after, but
forgot to mark the bug as done.

Cheers


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]