GNU bug report logs - #71237
[PATCH] gnu: Add font-teko.

Previous Next

Package: guix-patches;

Reported by: sirgazil <at> zoho.com

Date: Mon, 27 May 2024 23:59:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71237 in the body.
You can then email your comments to 71237 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71237; Package guix-patches. (Mon, 27 May 2024 23:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to sirgazil <at> zoho.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 27 May 2024 23:59:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: sirgazil <at> zoho.com
To: guix-patches <at> gnu.org
Cc: Luis Felipe <sirgazil <at> zoho.com>
Subject: [PATCH] gnu: Add font-teko.
Date: Mon, 27 May 2024 18:55:38 -0500
From: Luis Felipe <sirgazil <at> zoho.com>

* gnu/packages/fonts.scm (font-teko): New variable.

Change-Id: I09ca2e04bfe1e4decf2a8fd9c028cb58bcda1033
---
 gnu/packages/fonts.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index a5c8cfadce..384028328e 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3840,3 +3840,40 @@ (define-public font-oswald
 used freely across the internet by web browsers on desktop computers,
 laptops and mobile devices.")
       (license license:silofl1.1))))
+
+(define-public font-teko
+  (let ((version "0")
+        (commit "2bf909d46b0061a5e3e16e8acc4fef670e36a8f2")
+        (revision "0"))
+    (package
+      (name "font-teko")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/googlefonts/teko")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "18gwb3k4a3a2406pxpxh9zcziggajl8wwki4730xsh1m066f6gk9"))))
+      (build-system font-build-system)
+      (home-page "https://github.com/googlefonts/teko")
+      (synopsis "Devanagari and Latin scripts typeface")
+      (description "Teko is a typeface that currently supports the
+Devanagari and Latin scripts.  This font family has been created for
+use in headlines and other display-sized text on screen.  Five font
+styles make up the initial release.
+
+The Teko typeface features letterforms with low stroke contrast,
+square proportions and a structure that appears visually simple.
+
+The Regular, Medium and Semibold fonts are recommended for use in long
+headlines, while Bold is intended primarily for setting just one or
+two words.  The Light is a variant that may be put to good use in
+large headlines on websites.  At display sizes, Teko works equally
+well on screen or in print.  Each font contains 1090 glyphs, offering
+full support for the conjuncts and ligatures required by languages
+written with the Devanagari script.")
+      (license license:silofl1.1))))

base-commit: 00384aedbc6a371aaf90ca344a446952fdd5a6b3
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#71237; Package guix-patches. (Fri, 14 Jun 2024 03:36:02 GMT) Full text and rfc822 format available.

Message #8 received at 71237 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: control <at> debbugs.gnu.org,71237 <at> debbugs.gnu.org
Subject: QA review for 71237
Date: Fri, 14 Jun 2024 05:35:16 +0200
user guix
usertag 71237 + reviewed-looks-good
thanks

Guix QA review form submission:


Items marked as checked: Lint warnings, Package builds, Commit messages, New package licenses, New package tests, New package synopsis and descriptions

-- 
Best regards,
Nicolas Graves




Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Fri, 14 Jun 2024 14:06:02 GMT) Full text and rfc822 format available.

Notification sent to sirgazil <at> zoho.com:
bug acknowledged by developer. (Fri, 14 Jun 2024 14:06:02 GMT) Full text and rfc822 format available.

Message #13 received at 71237-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: 71237-done <at> debbugs.gnu.org
Subject: Close
Date: Fri, 14 Jun 2024 16:05:12 +0200
Pushed, thanks for the patch and the review!

Andreas





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 13 Jul 2024 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 27 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.