all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Giacomo Leidi <goodoldpaul@autistici.org>
To: 39242@debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul@autistici.org>
Subject: [bug#39242] [PATCH 2/3] gnu: Add stb-truetype.
Date: Wed, 22 Jan 2020 20:22:42 +0100	[thread overview]
Message-ID: <20200122192242.4758-2-goodoldpaul@autistici.org> (raw)
In-Reply-To: <20200122192242.4758-1-goodoldpaul@autistici.org>

* gnu/packages/stb.scm (stb-truetype): New variable.
---
 gnu/packages/stb.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/stb.scm b/gnu/packages/stb.scm
index 5ee34cda59..9cb2ae10b6 100644
--- a/gnu/packages/stb.scm
+++ b/gnu/packages/stb.scm
@@ -106,3 +106,9 @@ C@tie{}@code{stdio} interface."))
   (make-stb-header-package
    "stb-sprintf" "1.06"
    "stb-sprintf implements fast @code{sprintf}, @code{snprintf} for C/C++."))
+
+(define-public stb-truetype
+  (make-stb-header-package
+   "stb-truetype" "1.22"
+   "stb-truetype is a library for parsing, decoding, and rasterizing
+characters from TrueType fonts."))
-- 
2.25.0

  reply	other threads:[~2020-01-22 19:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-22 19:19 [bug#39242] [PATCHES] gnu: Add stb-truetype and stb-sprintf goodoldpaul
2020-01-22 19:22 ` [bug#39242] [PATCH 1/3] gnu: Add stb-sprintf Giacomo Leidi
2020-01-22 19:22   ` Giacomo Leidi [this message]
2020-02-04 23:10   ` bug#39242: " 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

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

  git send-email \
    --in-reply-to=20200122192242.4758-2-goodoldpaul@autistici.org \
    --to=goodoldpaul@autistici.org \
    --cc=39242@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.