[PATCH] gnu: Add font-artifika.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Ludovic Courtès
Owner
unassigned
Submitted by
Liliana Marie Prikler
Severity
normal
L
L
Liliana Marie Prikler wrote on 23 Jun 2022 12:44
[PATCH 1/2] gnu: Add font-artifika.
(address . guix-patches@gnu.org)
ad2bf5326ad7b0be0e06ac14200af0e5629a6765.camel@gmail.com
* gnu/packages/fonts.scm (font-artifika): New variable.
---
gnu/packages/fonts.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

Toggle diff (33 lines)
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
L
L
Liliana Marie Prikler wrote on 23 Jun 2022 17:04
7c980e549da61ffefe7f146a63459ef77c7ae60f.camel@gmail.com
retitle 56168 [PATCH] gnu: Add font-artifika.
thanks

There is no patch 2, the wrong title was generated by me messing with
git.
L
L
Ludovic Courtès wrote on 3 Jul 2022 12:39
Re: bug#56168: [PATCH] gnu: Add font-artifika.
(name . Liliana Marie Prikler)(address . liliana.prikler@gmail.com)(address . 56168@debbugs.gnu.org)
87zghqzdio.fsf@gnu.org
Hi,

Liliana Marie Prikler <liliana.prikler@gmail.com> skribis:

Toggle quote (2 lines)
> * gnu/packages/fonts.scm (font-artifika): New variable.

LGTM, thanks!

Ludo’.
L
L
Liliana Marie Prikler wrote on 5 Jul 2022 20:57
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 56168-done@debbugs.gnu.org)
835afa8313ce864d16f1497c11e8485ea3103426.camel@gmail.com
Am Sonntag, dem 03.07.2022 um 12:39 +0200 schrieb Ludovic Courtès:
Toggle quote (7 lines)
> 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
Closed
?