From unknown Sat Jul 19 11:26:32 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#67869 <67869@debbugs.gnu.org> To: bug#67869 <67869@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add font-google-roboto-mono. Reply-To: bug#67869 <67869@debbugs.gnu.org> Date: Sat, 19 Jul 2025 18:26:32 +0000 retitle 67869 [PATCH] gnu: Add font-google-roboto-mono. reassign 67869 guix-patches submitter 67869 Stefan severity 67869 normal tag 67869 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 17 11:42:44 2023 Received: (at submit) by debbugs.gnu.org; 17 Dec 2023 16:42:45 +0000 Received: from localhost ([127.0.0.1]:58978 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rEuE0-0006dD-Gc for submit@debbugs.gnu.org; Sun, 17 Dec 2023 11:42:44 -0500 Received: from lists.gnu.org ([2001:470:142::17]:42450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rEuDx-0006cy-DO for submit@debbugs.gnu.org; Sun, 17 Dec 2023 11:42:42 -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 1rEuDo-0002bL-NN for guix-patches@gnu.org; Sun, 17 Dec 2023 11:42:32 -0500 Received: from mr3.vodafonemail.de ([145.253.228.163]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rEuDk-00045T-Iq for guix-patches@gnu.org; Sun, 17 Dec 2023 11:42:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vodafonemail.de; s=vfde-mb-mr2-23sep; t=1702831335; bh=sw+Wq1IlwoUaw5QorIIFfoSsknOIEcFafcBbEEGoPBY=; h=Message-ID:Date:User-Agent:Content-Language:To:From:Subject: Content-Type:From; b=vMdSt0ksvjqAyvJWYoQpa7HdfQBtzuK0SbFfjGaTq8hwJs4zMxAU/M+sm2jKspmKt j9eudHJkRygyTgcgcdLVvfumrux5h/Nv6oGHVUfgosgO1NBXSrbuKpl9cqjy5f5W+w 3rwT4RveYCIIr2AW0U3TNSLlvaYJiUq/9bDOiYq4= Received: from smtp.vodafone.de (unknown [10.0.0.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mr3.vodafonemail.de (Postfix) with ESMTPS id 4StTJR6BwMz1yYN for ; Sun, 17 Dec 2023 16:42:15 +0000 (UTC) Received: from [10.11.12.13] (aftr-62-216-202-135.dynamic.mnet-online.de [62.216.202.135]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 4StTJM38pGzHnfq for ; Sun, 17 Dec 2023 16:42:08 +0000 (UTC) Message-ID: Date: Sun, 17 Dec 2023 17:41:51 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Content-Language: en-US To: guix-patches@gnu.org From: Stefan Subject: [PATCH] gnu: Add font-google-roboto-mono. Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-purgate-type: clean X-purgate: clean X-purgate-size: 2716 X-purgate-ID: 155817::1702831331-36FF8693-0D52788D/0/0 Received-SPF: pass client-ip=145.253.228.163; envelope-from=stefan-guix@vodafonemail.de; helo=mr3.vodafonemail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit 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 (-) * gnu/packages/fonts.scm (font-google-roboto-mono): New variable. Change-Id: I3b18c1a5a8416f2e4429a05b5ef3f2d434ffe871 --- gnu/packages/fonts.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 813367be8a..a5687ee7f6 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -59,6 +59,7 @@ ;;; Copyright © 2023 Denis 'GNUtoo' Carikli ;;; Copyright © 2023 chris ;;; Copyright © 2023 Luis Felipe López Acevedo +;;; Copyright © 2023 Stefan ;;; ;;; This file is part of GNU Guix. ;;; @@ -1134,6 +1135,42 @@ (define-public font-google-roboto visual language \"Material Design\".") (license license:asl2.0))) +(define-public font-google-roboto-mono + (package + (name "font-google-roboto-mono") + ;; The version is taken from the comment of git commit + ;; 4df0b673c9b316ad5e8de8fa70b0768ab66c87d6, which is the last + ;; modification of the RobotoMono*.ttf files in commit + ;; b81989291cb1fc953ac039ed16b3e2ae4685ab33. + (version "3.000") + (source + (origin + ;; The subversion bridge of GitHub allows to only fetch a sub-directory. + (method svn-fetch) + (uri + (svn-reference + (url "https://github.com/google/fonts/trunk/apache/robotomono") + ;; This SVN revision matches the git commit + ;; b81989291cb1fc953ac039ed16b3e2ae4685ab33. + (revision 103762))) + (sha256 + (base32 "0zlprs2cnvld62khb741kdqgwpjsp1cw5wmm8ghzgq9hbfk3fhad")))) + (build-system font-build-system) + (arguments + (list #:phases + #~(modify-phases %standard-phases + (add-before 'install-license-files 'change-directory-to-license + (lambda* (#:key outputs #:allow-other-keys) + (chdir "trunk/apache/robotomono")))))) + (home-page "https://github.com/google/fonts/tree/main/apache/robotomono") + (synopsis "The Roboto Mono family of fonts") + ;; The description is taken from the file DESCRIPTION.en_us.html. + (description + "Roboto Mono is a monospaced addition to the Roboto type family. Like the +other members of the Roboto family, the fonts are optimized for readability on +screens across a wide variety of devices and reading environments.") + (license license:asl2.0))) + (define-public font-borg-sans-mono (package (name "font-borg-sans-mono") base-commit: 6ab242609daec00e8bd54f7bff54557c92695724 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 09 13:02:58 2025 Received: (at 67869) by debbugs.gnu.org; 9 Mar 2025 17:02:58 +0000 Received: from localhost ([127.0.0.1]:34110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1trK3G-0008EH-BW for submit@debbugs.gnu.org; Sun, 09 Mar 2025 13:02:58 -0400 Received: from msg-4.mailo.com ([213.182.54.15]:33564 helo=mailo.com) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1trK3C-0008Du-Tf for 67869@debbugs.gnu.org; Sun, 09 Mar 2025 13:02:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1741539763; bh=MDZ3ugOUNjNCn4cZ+TfMof+uX9Jt3o3ZlB7vB5pHxv8=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type; b=xVMK+lNpZnnFkhi3yDv493HSdzM6HwUaIv5CEbhOVTIjPoYYlaJILkIDymVIJwgjH 2+OT0Ztdftl47fgWiK1O2bg5xO1j/yDXqxFOWluII42YoTrg1DVa7WKItRoiDJUSAQ 4rK/co2NLskbvTRZTJRDkBCc2kptNhImQjg7XT04= Received: by b221-3.in.mailobj.net [192.168.90.23] with ESMTP via ip-20.mailobj.net [213.182.54.20] Sun, 9 Mar 2025 18:02:42 +0100 (CET) X-EA-Auth: B8fPYLUYWyXofaxiABdX5TfyRhsokm0TbNFp22R62Zqxnd0/LEBPcNuukVAlEeEIpImS0BZqfoQAV2b6Yb7a3I7R3/GFx5/GS3VkNtsqZ0Q= From: Nicolas Goaziou To: Stefan Subject: Re: [bug#67869] [PATCH] gnu: Add font-google-roboto-mono. In-Reply-To: (Stefan's message of "Sun, 17 Dec 2023 17:41:51 +0100") References: Date: Sun, 09 Mar 2025 18:02:26 +0100 Message-ID: <87o6ya87dp.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 67869 Cc: 67869@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 (-) Hello, Stefan writes: > * gnu/packages/fonts.scm (font-google-roboto-mono): New variable. Thank you. > + (source > + (origin > + ;; The subversion bridge of GitHub allows to only fetch a sub-directory. > + (method svn-fetch) > + (uri > + (svn-reference > + (url "https://github.com/google/fonts/trunk/apache/robotomono") > + ;; This SVN revision matches the git commit > + ;; b81989291cb1fc953ac039ed16b3e2ae4685ab33. > + (revision 103762))) Should we use https://github.com/googlefonts/RobotoMono and git-fetch instead? It seems more natural than cherry picking some files from a more general repo. Would you want to provide an updated patch? Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 09 15:28:09 2025 Received: (at 67869) by debbugs.gnu.org; 9 Mar 2025 19:28:09 +0000 Received: from localhost ([127.0.0.1]:34356 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1trMJl-0006e8-2c for submit@debbugs.gnu.org; Sun, 09 Mar 2025 15:28:09 -0400 Received: from mr3.vodafonemail.de ([145.253.228.163]:37634) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1trMJi-0006dZ-1W for 67869@debbugs.gnu.org; Sun, 09 Mar 2025 15:28:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vodafonemail.de; s=vfde-mb-mr2-23sep; t=1741548478; bh=a8mg18dtcW3uwNfk2I5OUzPYpsjLKBLbtTLMRlCFJUk=; h=Content-Type:From:Subject:Date:Message-Id:References:In-Reply-To: To:X-Mailer:From; b=RLXmPfOQZ5nWV+3334oo5lqVtZ/bIL4GY20FXVO0tQjLrTit/GI1wTmC5djSvdlAb Kel6s9ZjCkRjASo99ybSkbuhRqzPxp2W16oCed51SWdaDXOhjBA4QCpea3Xtnb6gAO YdtF1IJHIu0azzIVgOfkZG03xkqEgenyMFLGJSDw= Received: from smtp.vodafone.de (unknown [10.0.0.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mr3.vodafonemail.de (Postfix) with ESMTPS id 4Z9qmt6YSkz2GGP; Sun, 9 Mar 2025 19:27:58 +0000 (UTC) Received: from smtpclient.apple (aftr-62-216-210-199.dynamic.mnet-online.de [62.216.210.199]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 4Z9qmj5TpCz8sYZ; Sun, 9 Mar 2025 19:27:46 +0000 (UTC) Content-Type: multipart/alternative; boundary=Apple-Mail-23AE59BA-64FE-4C13-8E29-BD10BA4FA474 Content-Transfer-Encoding: 7bit From: Stefan Mime-Version: 1.0 (1.0) Subject: Re: [bug#67869] [PATCH] gnu: Add font-google-roboto-mono. Date: Sun, 9 Mar 2025 20:27:34 +0100 Message-Id: References: <87o6ya87dp.fsf@nicolasgoaziou.fr> In-Reply-To: <87o6ya87dp.fsf@nicolasgoaziou.fr> To: Nicolas Goaziou X-Mailer: iPhone Mail (22D72) X-purgate-server: smtpa04 X-purgate-type: clean X-purgate: clean X-purgate-size: 1378 X-purgate-ID: 155817::1741548473-D947D901-AF79AFE8/10/3626336762 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 67869 Cc: 67869@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.7 (-) --Apple-Mail-23AE59BA-64FE-4C13-8E29-BD10BA4FA474 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Hi Nicolas! > Should we use https://github.com/googlefonts/RobotoMono and git-fetch > instead? That git repository had license problems, which is the reason for my SVN sol= ution. There is also https://issues.guix.gnu.org/54323. Unfortunately github= meanwhile dropped the SVN support, so my patch is not working anymore. Bye Stefan= --Apple-Mail-23AE59BA-64FE-4C13-8E29-BD10BA4FA474 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Hi Nicolas!

Should we use https://github.com/googlefonts/RobotoMono and git-fetch
instead?

That git repository had license problems, which is the reason for my SVN solution. There is also https://issues.guix.gnu.org/54323. Unfortunately github meanwhile dropped the SVN support, so my patch is not working anymore.


Bye

Stefan
--Apple-Mail-23AE59BA-64FE-4C13-8E29-BD10BA4FA474-- From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 09 15:39:37 2025 Received: (at submit) by debbugs.gnu.org; 9 Mar 2025 19:39:37 +0000 Received: from localhost ([127.0.0.1]:34367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1trMUq-00078A-Nn for submit@debbugs.gnu.org; Sun, 09 Mar 2025 15:39:37 -0400 Received: from lists.gnu.org ([2001:470:142::17]:58256) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1trMUn-00077f-4g for submit@debbugs.gnu.org; Sun, 09 Mar 2025 15:39:34 -0400 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 1trMUd-0002k0-5B for guix-patches@gnu.org; Sun, 09 Mar 2025 15:39:23 -0400 Received: from msg-3.mailo.com ([213.182.54.8] helo=mailo.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1trMUa-0006au-Gi for guix-patches@gnu.org; Sun, 09 Mar 2025 15:39:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1741549155; bh=hTS6Xjw9M4C2bTW2PC0jkhoDOstCcZDlZoND/28QqIU=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2H2Wujt4tgy1GctpU4z7SzMTOTzgytsreVV44jKdYbvPMvF/iTGf+UQjb3bfb71m9 v7ee+pRhmfklIQRWxEogWUmxnHVc6vvAzmFlzo5suaAVaMrNII/s3e+E3rv1zVDFNx Z6w+itSVeTO1tGzsbt0M9WQ43hoJS/reQjPP/9mM= Received: by b221-6.in.mailobj.net [192.168.90.26] with ESMTP via ip-20.mailobj.net [213.182.54.20] Sun, 9 Mar 2025 20:39:15 +0100 (CET) X-EA-Auth: CFYhzQgMAt66ayHGtX274mUI0faAopyPJnKRF6JItFn659q8Z937sjaTnAel7xuARk1NFusYiBNh9vNuT9ut+jp6f3udhI8qNxcQIwTvz3Q= From: Nicolas Goaziou To: Stefan via Guix-patches via Subject: Re: [bug#67869] [PATCH] gnu: Add font-google-roboto-mono. In-Reply-To: (Stefan via Guix-patches via's message of "Sun, 9 Mar 2025 20:27:34 +0100") References: <87o6ya87dp.fsf@nicolasgoaziou.fr> Date: Sun, 09 Mar 2025 20:38:58 +0100 Message-ID: <87a59u6lkd.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=213.182.54.8; envelope-from=mail@nicolasgoaziou.fr; helo=mailo.com 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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Stefan , 67869-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: -0.1 (/) Hello, Thanks for your answer! Stefan via Guix-patches via writes: > That git repository had license problems, which is the reason for my > SVN solution. Ah! It seems that repository added a license last year. So, this, at least, seems solved. > There is also https://issues.guix.gnu.org/54323. Unfortunately github > meanwhile dropped the SVN support, so my patch is not working anymore. OK. I=E2=80=99m closing this report and work on 54323. Regards, --=20 Nicolas Goaziou From unknown Sat Jul 19 11:26:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 07 Apr 2025 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator