From unknown Sun Aug 10 04:34:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57918] [PATCH] gnu: font-ibm-plex: Use git source. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 18 Sep 2022 22:10:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57918 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57918@debbugs.gnu.org Cc: Arun Isaac X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166353899821764 (code B ref -1); Sun, 18 Sep 2022 22:10:01 +0000 Received: (at submit) by debbugs.gnu.org; 18 Sep 2022 22:09:58 +0000 Received: from localhost ([127.0.0.1]:51466 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oa2UA-0005ey-4f for submit@debbugs.gnu.org; Sun, 18 Sep 2022 18:09:58 -0400 Received: from lists.gnu.org ([209.51.188.17]:56806) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oa2U7-0005eo-St for submit@debbugs.gnu.org; Sun, 18 Sep 2022 18:09:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52832) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oa2U7-0000uW-OY for guix-patches@gnu.org; Sun, 18 Sep 2022 18:09:55 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:35212) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oa2U4-0002zE-7t for guix-patches@gnu.org; Sun, 18 Sep 2022 18:09:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: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=6u3mWT3aeBKDBa+2PNQId/MG1dwkiUwBGO1cDGQtlEc=; b=cRYlKdfOfDTNcpplgaNVfs7Jfv MCCQf645OcxhPsj6CbbbZ6w3BIBfSKRMd8bGKPwhb38N575LEFfaHAisu0wVSzxGX2Kyw3bPNj7Kl zqiDTFfAZkyexOARyqQsbfZ9hmhOB2KPgp6XgwpPNmuCpA8S4RgnRyH4rSbOGZ+Pv+P+x0JmU5BDA rKnAyvFF+aPNqnfSm+S+kqk580s8Riir0HTBJBD3rbmwNmK3xKrHnwwlP5IAgcuYIT+NhHAKkWQkB gx4KWfONn+4JmMLZebRknxhWFBWknv2WnY/d5/P24ZnlRVxHvuLq8x56EL/w3iKQ448vQWQ/nNTqW +JPZTsTA==; Received: from [192.168.2.1] (port=39072 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1oa2Tv-00058s-21; Mon, 19 Sep 2022 03:39:43 +0530 From: Arun Isaac Date: Mon, 19 Sep 2022 03:39:37 +0530 Message-Id: <20220918220937.7722-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/fonts.scm (font-ibm-plex)[source]: Use git source. --- gnu/packages/fonts.scm | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index cf3892ae8d..83e3a2c945 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -118,14 +118,18 @@ (define-public font-ibm-plex (package (name "font-ibm-plex") (version "6.1.1") + ;; We prefer git-fetch since it lets us get the opentype, truetype and web + ;; fonts all in one download. The zip archive releases separate the + ;; opentype, truetype and web fonts into three separate archives. (source (origin - (method url-fetch) - (uri (string-append - "https://github.com/IBM/plex/releases/download/" - "v" version "/OpenType.zip")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/IBM/plex") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 - "1z9nxac9ha6gqz5yvfy5lp6hyl39f8f8hdrw3llcp89rdpjfqdn9")))) + "1jxyd0zl7jssn7mwz8x5xvjmw59x4mn82s2kywf9583k1pg949k1")))) (build-system font-build-system) (home-page "https://github.com/IBM/plex") (synopsis "IBM Plex typeface") -- 2.37.2 From unknown Sun Aug 10 04:34:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57918] [PATCH] gnu: font-ibm-plex: Use git source. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 14 Oct 2022 22:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57918 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: 57918@debbugs.gnu.org Received: via spool by 57918-submit@debbugs.gnu.org id=B57918.166578744017897 (code B ref 57918); Fri, 14 Oct 2022 22:44:02 +0000 Received: (at 57918) by debbugs.gnu.org; 14 Oct 2022 22:44:00 +0000 Received: from localhost ([127.0.0.1]:38938 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojTP9-0004eL-Jb for submit@debbugs.gnu.org; Fri, 14 Oct 2022 18:44:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38874) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojTP7-0004e9-Ry for 57918@debbugs.gnu.org; Fri, 14 Oct 2022 18:43:46 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42166) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojTP1-0000Xh-6B; Fri, 14 Oct 2022 18:43:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=K69AJvmvP/qXACI8Hqu7KlIl/EG+h9lvuyOKFuVACsM=; b=SI7RqQxkuXP2g9tGhiGE uJ5YrFJNxCSSgfYLbjpflfUq4GcBNbd/bI6PM9PZnq5HK+h0FL4jdLhqt57NObXmkAkxxmN5NJG5o CBXg0QSsXGs6wxi0Oy2gE34fVitOdcIMhOypBh/oRF/oVUXC+E9Ck9DE6GqnkVlMY0eqFUW/NbZBX IMRLQg6l23uskqtCOSt49lkFa0/2I8HTlsSZ2VFLi1FT6gJQrFeTyHuH8GJg7aS8kulTe2acNv89x L0Yj/VPK5OaFrHs2jUCO/P8SsH8ekT+Z68Yymj4HnJHFDARKTxpgweyYS8mechQko9u9v+dTxYUJx d6c3UapqHci8Xg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54042 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojTOw-0002Gp-BT; Fri, 14 Oct 2022 18:43:38 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220918220937.7722-1-arunisaac@systemreboot.net> Date: Sat, 15 Oct 2022 00:43:33 +0200 In-Reply-To: <20220918220937.7722-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Mon, 19 Sep 2022 03:39:37 +0530") Message-ID: <87pmeuhvqi.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Arun Isaac skribis: > * gnu/packages/fonts.scm (font-ibm-plex)[source]: Use git source. Got for it! :-) Ludo'. From unknown Sun Aug 10 04:34:59 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Arun Isaac Subject: bug#57918: closed (Re: bug#57918: [PATCH] gnu: font-ibm-plex: Use git source.) Message-ID: References: <87a65xjvmb.fsf@systemreboot.net> <20220918220937.7722-1-arunisaac@systemreboot.net> X-Gnu-PR-Message: they-closed 57918 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 57918@debbugs.gnu.org Date: Sat, 15 Oct 2022 09:16:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1665825362-27881-1" This is a multi-part message in MIME format... ------------=_1665825362-27881-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57918: [PATCH] gnu: font-ibm-plex: Use git source. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 57918@debbugs.gnu.org. --=20 57918: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57918 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1665825362-27881-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57918-done) by debbugs.gnu.org; 15 Oct 2022 09:15:33 +0000 Received: from localhost ([127.0.0.1]:39420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojdGX-0007Et-C5 for submit@debbugs.gnu.org; Sat, 15 Oct 2022 05:15:33 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:60852) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojdGU-0007Eh-NN for 57918-done@debbugs.gnu.org; Sat, 15 Oct 2022 05:15:32 -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:References:In-Reply-To:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=s+pGR09e9d6YjFPQBgjx42etUlhz4isb6jVAclR01hQ=; b=gh5Y5BfWXn3qcnGDsOC5Up5enO tpc2wexZaRrC4qMqbGyJhDLCnDy+icNWLouCnF3GA1lQ3MvTzlXIhFr3BAfKWwfNvSKDw9DFZOW/e heL00VWJmcihWIR2zs+zNXShqHCuxPLBDpAUD71datS0ihflQebh0SIESTJw+KgB85eLoHwoI5z/D 1Z6rFlOccdY/A5Gwn3qsMrLadnam7TqLAhidxc4SRnChHRp0CIfKka8P99T049BYB8YolHf+xGe6d Pg6If+8mZa2HWELySvejPmWuFU5RzcfTgSYuYvl3Md/GgaM2H2FBwXZN40XXj6VFCmcCbhGaMlVKU 63JtOzHg==; Received: from [192.168.2.1] (port=5460 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ojdGP-000AZe-2E; Sat, 15 Oct 2022 14:45:25 +0530 From: Arun Isaac To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#57918: [PATCH] gnu: font-ibm-plex: Use git source. In-Reply-To: <87pmeuhvqi.fsf@gnu.org> References: <20220918220937.7722-1-arunisaac@systemreboot.net> <87pmeuhvqi.fsf@gnu.org> Date: Sat, 15 Oct 2022 14:45:24 +0530 Message-ID: <87a65xjvmb.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 57918-done Cc: 57918-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ludovic Court=C3=A8s writes: > Arun Isaac skribis: > >> * gnu/packages/fonts.scm (font-ibm-plex)[source]: Use git source. > > Got for it! :-) Pushed, thanks! ------------=_1665825362-27881-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 18 Sep 2022 22:09:58 +0000 Received: from localhost ([127.0.0.1]:51466 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oa2UA-0005ey-4f for submit@debbugs.gnu.org; Sun, 18 Sep 2022 18:09:58 -0400 Received: from lists.gnu.org ([209.51.188.17]:56806) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oa2U7-0005eo-St for submit@debbugs.gnu.org; Sun, 18 Sep 2022 18:09:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52832) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oa2U7-0000uW-OY for guix-patches@gnu.org; Sun, 18 Sep 2022 18:09:55 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:35212) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oa2U4-0002zE-7t for guix-patches@gnu.org; Sun, 18 Sep 2022 18:09:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: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=6u3mWT3aeBKDBa+2PNQId/MG1dwkiUwBGO1cDGQtlEc=; b=cRYlKdfOfDTNcpplgaNVfs7Jfv MCCQf645OcxhPsj6CbbbZ6w3BIBfSKRMd8bGKPwhb38N575LEFfaHAisu0wVSzxGX2Kyw3bPNj7Kl zqiDTFfAZkyexOARyqQsbfZ9hmhOB2KPgp6XgwpPNmuCpA8S4RgnRyH4rSbOGZ+Pv+P+x0JmU5BDA rKnAyvFF+aPNqnfSm+S+kqk580s8Riir0HTBJBD3rbmwNmK3xKrHnwwlP5IAgcuYIT+NhHAKkWQkB gx4KWfONn+4JmMLZebRknxhWFBWknv2WnY/d5/P24ZnlRVxHvuLq8x56EL/w3iKQ448vQWQ/nNTqW +JPZTsTA==; Received: from [192.168.2.1] (port=39072 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1oa2Tv-00058s-21; Mon, 19 Sep 2022 03:39:43 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: font-ibm-plex: Use git source. Date: Mon, 19 Sep 2022 03:39:37 +0530 Message-Id: <20220918220937.7722-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/fonts.scm (font-ibm-plex)[source]: Use git source. --- gnu/packages/fonts.scm | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index cf3892ae8d..83e3a2c945 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -118,14 +118,18 @@ (define-public font-ibm-plex (package (name "font-ibm-plex") (version "6.1.1") + ;; We prefer git-fetch since it lets us get the opentype, truetype and web + ;; fonts all in one download. The zip archive releases separate the + ;; opentype, truetype and web fonts into three separate archives. (source (origin - (method url-fetch) - (uri (string-append - "https://github.com/IBM/plex/releases/download/" - "v" version "/OpenType.zip")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/IBM/plex") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 - "1z9nxac9ha6gqz5yvfy5lp6hyl39f8f8hdrw3llcp89rdpjfqdn9")))) + "1jxyd0zl7jssn7mwz8x5xvjmw59x4mn82s2kywf9583k1pg949k1")))) (build-system font-build-system) (home-page "https://github.com/IBM/plex") (synopsis "IBM Plex typeface") -- 2.37.2 ------------=_1665825362-27881-1--