From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id aONjLQqk3mWRIAAA62LTzQ:P1 (envelope-from ) for ; Wed, 28 Feb 2024 04:10:02 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id aONjLQqk3mWRIAAA62LTzQ (envelope-from ) for ; Wed, 28 Feb 2024 04:10:02 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=aN70WUP+; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1709089802; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: 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=dJjo3Xzquzvt4WEySh3+1Y2j8sC+9H0zh42AxR6zH7g=; b=Fn7LGqeg6dDgdsKaCdHXimufOs9x7ecJ7sqiUJhgx/4NPLs2jguHjQsvvXx1TF0Wow13Ch xOGZtv6nkvLGslrF0heCJivqfSnwPaiqqWoW6b6DcQQnHajzEUGeYgKZ4IBqTC8HqL7aic W9/A8OcvMK9EnQ7wvOcv/QDfj25HOR1iPzb/MgseYO5M70seiYeGKRM1vaCUlssiQq3DYh 95lF7jBSb7AFgHGCxg3s3QbFLiITpSNfJS48n12D60uIy2lxBh/QWuFpll3FgDN9YngM6K IMsSsL7jQRmFCBMuHOIBv5+8NJRs8jFQIdp+030D3S013a+nCi7Uke+NZwEXsw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=aN70WUP+; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1709089802; a=rsa-sha256; cv=none; b=V0Q+g9QsOA5Q1Tvczx7cqjaYkIU2wPe2/mv0XNKngGNaL2N+E+/OFablWy0nIxl1GHDlTf MCd5EiBZhdzKzYHAGw7NB2hoGkQQJ6OlG2JCqMjjDgrFQrsGGjZPwCWwDH3QBztOXPK1Fm qi4lwqFtvscyW8itXwri7fkV3IEVr1ZrWlv+ZW4LHdsad1aZlusOOsnMWeGf4LQAdH6bt6 7/F8n+U2OxxPt19cHZEP/XMHKfam08BIs6EP5ZHtLGWmUk6hGxirn65gOxcbyTZUeEx/Dy rNFcCOEea2B1bPHA9A668xNZuqbbcukle2tB2xXfgUj1DpDJanP7bsDOhrDLCA== 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 8A0082490E for ; Wed, 28 Feb 2024 04:10:02 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rfAKB-0000oL-Cu; Tue, 27 Feb 2024 22:09:39 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rfAKA-0000o2-Ni for guix-patches@gnu.org; Tue, 27 Feb 2024 22:09:38 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rfAKA-0005rE-FQ for guix-patches@gnu.org; Tue, 27 Feb 2024 22:09:38 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rfAKY-0005RU-5a; Tue, 27 Feb 2024 22:10:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69424] [PATCH v2 0/5] Update Noto fonts and switch them to variable fonts (77% size reduced). Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: hako@ultrarare.space, all_but_last@163.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Wed, 28 Feb 2024 03:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69424 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69424@debbugs.gnu.org Cc: Hilton Chain , Hilton Chain , Zhu Zihao , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-Xcc: Hilton Chain , Zhu Zihao , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 69424-submit@debbugs.gnu.org id=B69424.170908978020804 (code B ref 69424); Wed, 28 Feb 2024 03:10:02 +0000 Received: (at 69424) by debbugs.gnu.org; 28 Feb 2024 03:09:40 +0000 Received: from localhost ([127.0.0.1]:54883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rfAKB-0005PT-WC for submit@debbugs.gnu.org; Tue, 27 Feb 2024 22:09:40 -0500 Received: from mail.boiledscript.com ([144.168.59.46]:46912) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rfAKA-0005P8-9P for 69424@debbugs.gnu.org; Tue, 27 Feb 2024 22:09:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1709089731; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dJjo3Xzquzvt4WEySh3+1Y2j8sC+9H0zh42AxR6zH7g=; b=aN70WUP+cgctg3fzMA7PHm4soahNAZROrm8zT7V+k14I7IL62JHSUS5kejW1Z8S1AWsZbY qT4rEQEVWS3IyIyZVIdAJJshvxQUUpl4DrmoEoBiL/OSWwzF+8IphMugxOg01j7jP4JKLE yzxa2UZ7KWk/+oLa98Y2G/da6l73oqZOkXHT/+uwiJaVL2VxKmH0HSYUh+z/AaZZP9xo07 dWLXgy6vjWnEQ18V+0EcaNLzs0+Hsdtc60Nhf24WYQEhKHrirhPDUYYYoLgm78JC0aayK0 4bbtQzVnzCbBl22jq/cDPxKCQGfmO5rUK78kN+WUEOqRFszsuY4I20wccxOzGw== Date: Wed, 28 Feb 2024 11:08:31 +0800 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spamd-Bar: -- 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: , Reply-to: Hilton Chain X-ACL-Warn: , Hilton Chain via Guix-patches From: Hilton Chain via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -2.91 X-Spam-Score: -2.91 X-Migadu-Queue-Id: 8A0082490E X-TUID: YE4z7QneQBSI V1->V2: Simplify phases and add extra outputs. --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix build font-google-noto | xargs guix size store item total self /gnu/store/3xvvlfcffnyp0qdczlqjjzzwb6ylr8dx-font-google-noto-24.2.1-ttf 431.3 431.3 87.1% /gnu/store/668z8k5qw3prsm7lhk33wym1hszdc4r3-font-google-noto-24.2.1 63.8 63.8 12.9% total: 495.1 MiB $ ./pre-inst-env guix build font-google-noto-sans-cjk | xargs guix size store item total self /gnu/store/im0c6mgyxnvbz4h9dc22vg6h3lqmh9c6-font-google-noto-sans-cjk-2.004-otf 340.6 340.6 84.7% /gnu/store/7ihawxmfk5z9ji544l6i1nh0is315h9q-font-google-noto-sans-cjk-2.004 61.6 61.6 15.3% total: 402.2 MiB $ ./pre-inst-env guix build font-google-noto-serif-cjk | xargs guix size store item total self /gnu/store/qp5d7yrq3vnmfil1y4m2gbz8z114w6dw-font-google-noto-serif-cjk-2.002-otf 343.7 343.7 86.4% /gnu/store/xr6w9vfbqval1g5238b3d9wcp7vgcydv-font-google-noto-serif-cjk-2.002 54.2 54.2 13.6% total: 397.9 MiB --8<---------------cut here---------------end--------------->8--- Before: --8<---------------cut here---------------start------------->8--- $ guix size font-google-noto font-google-noto-sans-cjk font-google-noto-serif-cjk store item total self /gnu/store/jcaffgp0yzjh3y0c6lfgdazhmrbh26nn-font-google-noto-23.11.1 564.2 564.2 65.5% /gnu/store/qrw5hdllxp8r006rzkplma7r5is5li7g-font-google-noto-serif-cjk-2.001 173.2 173.2 20.1% /gnu/store/afgaar19vjahvxxnx2xy7807l74v62wj-font-google-noto-sans-cjk-2.004 124.6 124.6 14.5% total: 862.0 MiB --8<---------------cut here---------------end--------------->8--- After: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix size \ /gnu/store/668z8k5qw3prsm7lhk33wym1hszdc4r3-font-google-noto-24.2.1 \ /gnu/store/7ihawxmfk5z9ji544l6i1nh0is315h9q-font-google-noto-sans-cjk-2.004 \ /gnu/store/xr6w9vfbqval1g5238b3d9wcp7vgcydv-font-google-noto-serif-cjk-2.002 store item total self /gnu/store/668z8k5qw3prsm7lhk33wym1hszdc4r3-font-google-noto-24.2.1 63.8 63.8 35.5% /gnu/store/7ihawxmfk5z9ji544l6i1nh0is315h9q-font-google-noto-sans-cjk-2.004 61.6 61.6 34.3% /gnu/store/xr6w9vfbqval1g5238b3d9wcp7vgcydv-font-google-noto-serif-cjk-2.002 54.2 54.2 30.2% total: 179.5 MiB --8<---------------cut here---------------end--------------->8--- Hilton Chain (5): gnu: font-google-noto: Update to 24.2.1. gnu: font-google-noto: Prefer variable fonts and split outputs. gnu: font-google-noto-emoji: Update to 2.042. gnu: font-google-noto-sans-cjk: Switch to variable fonts. gnu: font-google-noto-serif-cjk: Update to 2.002. gnu/packages/fonts.scm | 93 +++++++++++++++++++++++++++++++++++------- 1 file changed, 79 insertions(+), 14 deletions(-) base-commit: 8c0282cf543fe205a5b89201cd7bb8889121a07c -- 2.41.0