GNU bug report logs -
#56168
[PATCH] gnu: Add font-artifika.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 05 Jul 2022 20:57:34 +0200
with message-id <835afa8313ce864d16f1497c11e8485ea3103426.camel <at> 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 <at> gnu.org.)
--
56168: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56168
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Am Sonntag, dem 03.07.2022 um 12:39 +0200 schrieb Ludovic Courtès:
> Hi,
>
> Liliana Marie Prikler <liliana.prikler <at> 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
This bug report was last modified 2 years and 324 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.