From: Arun Isaac <arunisaac@systemreboot.net>
To: Maxime Devos <maximedevos@telenet.be>,
Arun Isaac <arunisaac@systemreboot.net>,
54471@debbugs.gnu.org
Subject: [bug#54471] [PATCH core-updates v2 1/3] build: font-build-system: Install web fonts.
Date: Mon, 21 Mar 2022 17:47:20 +0530 [thread overview]
Message-ID: <20220321121722.12575-1-arunisaac@systemreboot.net> (raw)
In-Reply-To: <b3233aba35e714a265b957cf729edf49f595e0fe.camel@telenet.be>
* guix/build/font-build-system.scm (install): Install woff and woff2 web font
files.
---
guix/build/font-build-system.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/guix/build/font-build-system.scm b/guix/build/font-build-system.scm
index 6726595fe1..9bd9524a7d 100644
--- a/guix/build/font-build-system.scm
+++ b/guix/build/font-build-system.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2017, 2022 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017 Alex Griffin <a@ajgrf.com>
;;;
;;; This file is part of GNU Guix.
@@ -54,6 +54,8 @@ (define* (install #:key outputs #:allow-other-keys)
(find-files source "\\.(ttf|ttc)$"))
(for-each (cut install-file <> (string-append fonts "/opentype"))
(find-files source "\\.(otf|otc)$"))
+ (for-each (cut install-file <> (string-append fonts "/web"))
+ (find-files source "\\.(woff|woff2)$"))
#t))
(define %standard-phases
--
2.34.0
next prev parent reply other threads:[~2022-03-21 12:19 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-20 11:00 [bug#54471] [PATCH core-updates 0/2] font-build-system: Install web fonts Arun Isaac
2022-03-20 11:02 ` [bug#54471] [PATCH core-updates 1/2] build: " Arun Isaac
2022-03-20 11:02 ` [bug#54471] [PATCH core-updates 2/2] build: font-build-system: Do not return #t from phases Arun Isaac
2022-03-20 11:27 ` [bug#54471] [PATCH core-updates 0/2] font-build-system: Install web fonts Maxime Devos
2022-03-21 12:17 ` Arun Isaac
2022-03-21 12:17 ` Arun Isaac [this message]
2022-03-21 12:17 ` [bug#54471] [PATCH core-updates v2 2/3] build: font-build-system: Do not return #t from phases Arun Isaac
2022-03-21 12:17 ` [bug#54471] [PATCH core-updates v2 3/3] build-system: font: Move unpack utilities to build-inputs Arun Isaac
2022-04-09 15:56 ` Arun Isaac
2022-04-09 16:03 ` Maxime Devos
2022-04-09 16:04 ` Maxime Devos
2022-04-09 16:54 ` Arun Isaac
2022-05-15 18:06 ` [bug#54471] [PATCH core-updates 0/2] font-build-system: Install web fonts Ludovic Courtès
2022-05-16 9:44 ` bug#54471: " Arun Isaac
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=20220321121722.12575-1-arunisaac@systemreboot.net \
--to=arunisaac@systemreboot.net \
--cc=54471@debbugs.gnu.org \
--cc=maximedevos@telenet.be \
/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.