From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 17 22:35:26 2020 Received: (at submit) by debbugs.gnu.org; 18 Dec 2020 03:35:26 +0000 Received: from localhost ([127.0.0.1]:37453 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kq6Y9-0005Gx-Ra for submit@debbugs.gnu.org; Thu, 17 Dec 2020 22:35:26 -0500 Received: from lists.gnu.org ([209.51.188.17]:35326) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kq6Y6-0005Gn-7l for submit@debbugs.gnu.org; Thu, 17 Dec 2020 22:35:24 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58698) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kq6Y5-0000PW-TP for guix-patches@gnu.org; Thu, 17 Dec 2020 22:35:22 -0500 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:60998) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kq6Y0-00046r-I2 for guix-patches@gnu.org; Thu, 17 Dec 2020 22:35:21 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kq6Xw-00030R-6O; Fri, 18 Dec 2020 04:35:12 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1kq6Xo-0006U2-BX; Fri, 18 Dec 2020 04:35:11 +0100 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: font-google-roboto: Unzip fonts to a directory. Date: Fri, 18 Dec 2020 04:34:31 +0100 Message-Id: <20201218033431.10787-1-mike@rohleder.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1608262516;d80643d9; X-HE-SMSGID: 1kq6Xw-00030R-6O Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder 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: -3.3 (---) * gnu/packages/fonts.scm (font-google-roboto)[arguments]: Add phase to unpack to a directory and ignore macosx files. --- After commit e93ee2547ecec152f9a198ccc338c4329cc69a71 this pkg doesn't contain anything. The difference to the version before is that the upstream zip file doesn't contain a subfolder anymore, so this patch unpacks to one (and excludes macosx files while at it). Maybe the roboto-hinted.zip is better than unhinted? Idk. gnu/packages/fonts.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 717656d682..72e97d99ea 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -801,6 +801,15 @@ display all Unicode symbols.") (sha256 (base32 "0a57f957qy49kildqx2lp2paqk9i8kkayakmrzxh39hhhmqlrxkh")))) (build-system font-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (replace 'unpack + (lambda* (#:key inputs #:allow-other-keys) + (invoke "unzip" (assoc-ref inputs "source") + "-x" "__MACOSX/*" + "-d" "roboto-unhinted") + #t))))) (home-page "https://github.com/google/roboto") (synopsis "The Roboto family of fonts") (description -- 2.29.2 From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 18 00:27:36 2020 Received: (at 45309) by debbugs.gnu.org; 18 Dec 2020 05:27:36 +0000 Received: from localhost ([127.0.0.1]:37494 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kq8Ii-0007sA-Bs for submit@debbugs.gnu.org; Fri, 18 Dec 2020 00:27:36 -0500 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:58990) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kq8Ie-0007ry-3D for 45309@debbugs.gnu.org; Fri, 18 Dec 2020 00:27:34 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kq8Ib-000271-VY; Fri, 18 Dec 2020 06:27:29 +0100 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kq8IT-0007MR-Uf for 45309@debbugs.gnu.org; Fri, 18 Dec 2020 06:27:29 +0100 From: Michael Rohleder To: 45309@debbugs.gnu.org Subject: Re: bug#45309: [PATCH] gnu: font-google-roboto: Unzip fonts to a directory. References: <20201218033431.10787-1-mike@rohleder.de> Date: Fri, 18 Dec 2020 06:27:29 +0100 In-Reply-To: <20201218033431.10787-1-mike@rohleder.de> (Michael Rohleder's message of "Fri, 18 Dec 2020 04:34:31 +0100") Message-ID: <877dpfadku.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1608269252;55d134a1; X-HE-SMSGID: 1kq8Ib-000271-VY X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 45309 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 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Now that commit ec4a9cadcb2b44f86917c3ebb17c903149e42883 has reverted this problem/bug, I'm not sure if the patch is relevant anymore. =2D-=20 GNU Emacs is an old-school C program emulating a 1980s Symbolics Lisp Machine emulating an old-fashioned Motif-style Xt toolkit emulating a 1970s text terminal emulating a 1960s teletype. (Daniel Colascione) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl/cPcERHG1pa2VAcm9o bGVkZXIuZGUACgkQfHr/vv7yyyXgGQgAmTCwOK29D7EVSOQT8Psis5BYtP8LyLkt 3ubhlYGi2g4Ev6flIqHcF9PrUJ9dLbT2zzWMm62rHpCdWC+ei6LSPbD1sqUP+G4y /DWebqUQg9c29eN4yq5SXuKgcMgmj0+tT4xEOhMgx5mUi+ffHeIeEcVUc29RMZ7G 9/gCi4N4jvuolKSHgtSf01ERfXWGrfmhR5/AOOWMA9HHKIEkK/TaGxeo9OJ92IlJ LqUm7Op4ZL+DYNnAZoWNgRfy4iQwkoXeVTca2UofXkqWcK+qBCr6h4wG1lAwzjld L5NjedHJFvfYwHMU8jQqqDgK8f1q1SuBFYhVGuuBkfEMPX/qCt3KQg== =Uy/2 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 19 23:21:17 2020 Received: (at control) by debbugs.gnu.org; 20 Dec 2020 04:21:17 +0000 Received: from localhost ([127.0.0.1]:43554 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqqDc-0000tu-Ty for submit@debbugs.gnu.org; Sat, 19 Dec 2020 23:21:17 -0500 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:57088) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqqDY-0000th-FJ for control@debbugs.gnu.org; Sat, 19 Dec 2020 23:21:15 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kqqDW-0001Mo-Nf; Sun, 20 Dec 2020 05:21:10 +0100 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kqqDO-00024j-SR for control@debbugs.gnu.org; Sun, 20 Dec 2020 05:21:10 +0100 Date: Sun, 20 Dec 2020 05:21:08 +0100 Message-Id: <87eejlnm4r.fsf@rohleder.de> To: control@debbugs.gnu.org From: Michael Rohleder Subject: control message for bug #45309 X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1608438072;c9cfc163; X-HE-SMSGID: 1kqqDW-0001Mo-Nf X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control 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 (-) close 45309 quit From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 12 04:12:53 2021 Received: (at 45309) by debbugs.gnu.org; 12 Jan 2021 09:12:53 +0000 Received: from localhost ([127.0.0.1]:59258 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzFjQ-0004Mb-Ue for submit@debbugs.gnu.org; Tue, 12 Jan 2021 04:12:53 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:44037) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzFjN-0004MN-SC for 45309@debbugs.gnu.org; Tue, 12 Jan 2021 04:12:51 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id BADCCE0009; Tue, 12 Jan 2021 09:12:42 +0000 (UTC) From: Nicolas Goaziou To: Michael Rohleder Subject: Re: [bug#45309] [PATCH] gnu: font-google-roboto: Unzip fonts to a directory. References: <20201218033431.10787-1-mike@rohleder.de> Date: Tue, 12 Jan 2021 10:12:41 +0100 In-Reply-To: <20201218033431.10787-1-mike@rohleder.de> (Michael Rohleder's message of "Fri, 18 Dec 2020 04:34:31 +0100") Message-ID: <87h7nmldrq.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 45309 Cc: 45309@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 (-) Hello, Michael Rohleder writes: > After commit e93ee2547ecec152f9a198ccc338c4329cc69a71 this pkg doesn't contain anything. > The difference to the version before is that the upstream zip file doesn't > contain a subfolder anymore, so this patch unpacks to one (and excludes macosx > files while at it). Oops. > Maybe the roboto-hinted.zip is better than unhinted? Idk. There is no roboto-hinted.zip in release v2.138, only roboto-unhinted.zip and roboto-android.zip. Maybe the latter would be a better fit? WDYT? Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 12 04:32:00 2021 Received: (at 45309) by debbugs.gnu.org; 12 Jan 2021 09:32:00 +0000 Received: from localhost ([127.0.0.1]:59296 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzG1w-0004x6-Cb for submit@debbugs.gnu.org; Tue, 12 Jan 2021 04:32:00 -0500 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:54652) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzG1t-0004ww-8E for 45309@debbugs.gnu.org; Tue, 12 Jan 2021 04:31:59 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kzG1r-0004U8-AM; Tue, 12 Jan 2021 10:31:55 +0100 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kzG1p-0003Xa-Tw; Tue, 12 Jan 2021 10:31:54 +0100 From: Michael Rohleder To: Nicolas Goaziou Subject: Re: [bug#45309] [PATCH] gnu: font-google-roboto: Unzip fonts to a directory. References: <20201218033431.10787-1-mike@rohleder.de> <87h7nmldrq.fsf@nicolasgoaziou.fr> Date: Tue, 12 Jan 2021 10:31:49 +0100 In-Reply-To: <87h7nmldrq.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Tue, 12 Jan 2021 10:12:41 +0100") Message-ID: <877doiv6uy.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1610443917;c304319f; X-HE-SMSGID: 1kzG1r-0004U8-AM X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 45309 Cc: 45309@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 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Nicolas Goaziou writes: >> Maybe the roboto-hinted.zip is better than unhinted? Idk. > > There is no roboto-hinted.zip in release v2.138, only > roboto-unhinted.zip and roboto-android.zip. Maybe the latter would be > a better fit? > > WDYT? I don't know, but I guess the android.zip has the same unzipping problem (haven't looked). With the patch everything should be good, no? =2D-=20 The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offence. -- Edsger W. Dijkstra, SIGPLAN Notices, Volume 17, Number 5 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl/9bIURHG1pa2VAcm9o bGVkZXIuZGUACgkQfHr/vv7yyyXiWwf/TQEkZf5kQ7WGZhmcCDPdfDLjwzC/J6mu +eex3beAlY3TKeZAGRcMUHYh7ATbNafDM0nNBmqJ184irKVCk313hRVrSfD8UXMu mFJx/dryPRTyR6fqINelmyiXChDi5Hu0OgALEx7zxAYXa91UrEx2WdWrdaRY+GzK qpZkE7RRDLL0L/mhQFE8kijAfylccpapiQDeKBPiZLn+Biokd6Y5GtlWWBhcfBXN czuwxGiiSjKVCc/+QscO6Sbzo0IZK0wnf6EehFVtCsFa4ba4bnLAfebDQ9SaLiBB zRFCkc4lZYzis0oJTc54jugRtQU3Phsrr3TVDfaDpVelrdndOzVI2w== =ahEL -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 18 11:14:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 09 Feb 2021 12: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