From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id OG7PG/wJN2ITOAAAgWs5BA (envelope-from ) for ; Sun, 20 Mar 2022 12:03:24 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id WEBPGPwJN2K3GAAAauVa8A (envelope-from ) for ; Sun, 20 Mar 2022 12:03:24 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id F01D73735A for ; Sun, 20 Mar 2022 12:03:22 +0100 (CET) Received: from localhost ([::1]:51196 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nVtLG-0004Sc-4J for larch@yhetil.org; Sun, 20 Mar 2022 07:03:22 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57732) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVtKw-0004SM-52 for guix-patches@gnu.org; Sun, 20 Mar 2022 07:03:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39014) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nVtKv-0006zb-Sl for guix-patches@gnu.org; Sun, 20 Mar 2022 07:03:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nVtKv-0001pR-Pk for guix-patches@gnu.org; Sun, 20 Mar 2022 07:03:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54471] [PATCH core-updates 1/2] build: font-build-system: Install web fonts. References: <20220320110043.18099-1-arunisaac@systemreboot.net> In-Reply-To: <20220320110043.18099-1-arunisaac@systemreboot.net> Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 20 Mar 2022 11:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54471 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54471@debbugs.gnu.org Cc: Arun Isaac Received: via spool by 54471-submit@debbugs.gnu.org id=B54471.16477741707001 (code B ref 54471); Sun, 20 Mar 2022 11:03:01 +0000 Received: (at 54471) by debbugs.gnu.org; 20 Mar 2022 11:02:50 +0000 Received: from localhost ([127.0.0.1]:32909 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVtKk-0001oq-5P for submit@debbugs.gnu.org; Sun, 20 Mar 2022 07:02:50 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:51764) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVtKh-0001oa-Qc for 54471@debbugs.gnu.org; Sun, 20 Mar 2022 07:02:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ETm7rMUGM8eTVA5nTqIGYsMOANs0fxrqDp80CvRojhU=; b=O0C6ZUsYdVkjDioxHvlBdEvi+7 NKf+HGMNDMdhLM9RZbIn1Mye++YpngvkhuYC8TfcMw69+t/uPekNzIyAO/kJR2iysOKHZNMP276rw rQhFeOndIzJoB08aIFqLLgp5awp/TK40TlfKux5YilDUOujVxOfkB8zzxnFh7RZAL0D783KuqjJV6 QP8mSFHNELP5vU3A6S2rxif7OwToSmbwnUZQhoNqOnf45xuZTWZKl22wqWteZ2Z/xYdwlF8pQqPNL m1Dgc1NJkRtn3Sjxg+daSHmxBJCSyH+JYdlEo5xfZ9vE6YMJX0cW050RpeSUW8U7H7ztRdY6A5LZ1 WwzGuEbw==; Received: from [192.168.2.1] (port=58416 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1nVtKf-00019Y-2h; Sun, 20 Mar 2022 16:32:45 +0530 From: Arun Isaac Date: Sun, 20 Mar 2022 16:32:42 +0530 Message-Id: <20220320110243.18197-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1647774204; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=ETm7rMUGM8eTVA5nTqIGYsMOANs0fxrqDp80CvRojhU=; b=kSHWNHWe1Fil6zE5Ejx+3nTeO2JemomomCw4ucROCY4QJem+Jblh+/b68LB7/TIY0qWugH VdQo6Q+nIfDT1j3oeMHIXA/c4wmq4p8I9A+CctxIY5NztrJtUTRYHxTHB++6jVJ4SRwAwT ihoLjcYdC+IWXpU+q9GbfwebeVTL3KrgEPlt8ipfn4jTxLnsa15nHGNU4waw3zKci4/eqJ Tv+OpRNxEwp5v45O2kCbnW/hBiAMFWxX80yviD/zVF/j40AM/VqbrWTzy87a52Vp+jpkbT HxuDXwUDh2909U26cfG3+Ak1kDl4gPqyn/ku0598zVPbigAOm0cALxmzjcshYA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1647774204; a=rsa-sha256; cv=none; b=V6gn5FEwDaMXP5RlbT10Hl7juRQaEo4QAtqLCgglgzDAiinP+brH7nOn/C/4ku26NuDzqu kD7BB1LtdYBJl/EYedFJywyQxIm9Go9/GZe2dacoGHgVmam5JyrNy5Dnlo9a4gDRyOmQy3 N7SdXjU7sfVtMeZ1hhEmpphJStSJrVR9D/2LfV7sfYPiFK/ew91xZ/ok63QHsyou6EZmXH umO7YDGAAeh/CHpb88fCRPaQQ+0by89mkMHpUsErNspWE7iZuxarAeJ7e+2e9d6tJfypRd aab1ee1FQMYaZQXeKrWoO4Mpub7AI3luJOkGnqQ5/1VTZbUKbyn/jnmTcZxRng== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=O0C6ZUsY; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 6.97 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=O0C6ZUsY; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: F01D73735A X-Spam-Score: 6.97 X-Migadu-Scanner: scn1.migadu.com X-TUID: Jw99KL8PDKnP * 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 +;;; Copyright © 2017, 2022 Arun Isaac ;;; Copyright © 2017 Alex Griffin ;;; ;;; 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