From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 10 06:58:45 2020 Received: (at 43125) by debbugs.gnu.org; 10 Nov 2020 11:58:46 +0000 Received: from localhost ([127.0.0.1]:36619 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcSIA-00027N-SC for submit@debbugs.gnu.org; Tue, 10 Nov 2020 06:58:45 -0500 Received: from lepiller.eu ([89.234.186.109]:53696) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcSI7-00027C-L7 for 43125@debbugs.gnu.org; Tue, 10 Nov 2020 06:58:28 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 5c487f64; Tue, 10 Nov 2020 11:58:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=AEq24Ua9wgR8 L73dY1ta4QOTYEw1O56E87BhsI2yqjg=; b=jNYwCYbzb8iaq0jKLT+yfQD79/aM I19FgF3EUR4lC5cJCpMh0SVDeRfC8/ZuVKVSzsQKgC1s9w4OdIemvFBkqvUnhDAO gCUL3ury1XscQop9yTYM24zlrojNW4YaVOmPzCPPHji0I3MUx83WUEzOCkZ2SL3a 51q28SRO1GRR9X2GrAk2bVgAeGNqTP+96AQp7mf/sNVO0GCa8UPUXrEI9mPByVdz ZovcDP/MxX0pNgGm/9x6FSXXbkR1zxI/EwDqrvZIDVJL+mYT5xMlNQgrKbqzfOa9 mW1AWT+GTnQXJNz5cb5h+iRB9C30Cg2i6vC9GJfi+cZPrahRLB/aJpYqmw== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id b1df4d78 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Tue, 10 Nov 2020 11:58:23 +0000 (UTC) Date: Tue, 10 Nov 2020 12:58:13 +0100 From: Julien Lepiller To: "Zhu Zihao" Subject: Re: [bug#43125] Re: [PATCH] Add new font APL385 & APL333 Message-ID: <20201110125813.630987d3@tachikoma.lepiller.eu> In-Reply-To: <296a2407.745f.175b180247e.Coremail.all_but_last@163.com> References: <200de889.41fe.17442c4fb3d.Coremail.all_but_last@163.com> <296a2407.745f.175b180247e.Coremail.all_but_last@163.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) 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: 43125 Cc: 43125@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 (-) Hi, I've tried to apply and build these fonts. Apl 385 applied and built without any issue, but it seems that apl333 sources have changed since you posted your patch. Apparently, they update the archives in-place, which is a bad practice for distros such as ours, since it will break our packaging system at an unknown time in the future. Do you know of any other source for these fonts with versionned archives? Do you know how to contact the author, to ask them for a versionned link? Le Tue, 10 Nov 2020 17:32:46 +0800 (CST), "Zhu Zihao" a =C3=A9crit : > Ludo, Can you please help review this patch? It's been idle for a > long long time, Thanks a lot. >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > =E5=9C=A8 2020-08-31 12:27:19=EF=BC=8C"Zhu Zihao" = =E5=86=99=E9=81=93=EF=BC=9A >=20 > From f4745ab244032643bcdbe00ea91e5bfe550f8dad Mon Sep 17 00:00:00 2001 > From: Zhu Zihao > Date: Mon, 31 Aug 2020 11:39:31 +0800 > Subject: [PATCH 1/2] gnu: Add font-apl385 >=20 > * gnu/packages/fonts.scm (font-apl385): New variable. > --- > gnu/packages/fonts.scm | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) >=20 > diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm > index 77484157e3..794d988df2 100644 > --- a/gnu/packages/fonts.scm > +++ b/gnu/packages/fonts.scm > @@ -1961,3 +1961,22 @@ operators and special symbols.") > is a stylish type with a polished yet relaxed feel. Its versatility > makes it suitable for a wide range of uses.") > (license license:silofl1.1)))) > + > +(define-public font-apl385 > + (let ((revision "0")) > + (package > + (name "font-apl385") > + (version (string-append "1.0.0-" revision)) > + (source > + (origin > + (method url-fetch/zipbomb) > + (uri "https://apl385.com/fonts/apl385.zip") > + (sha256 > + (base32 > "132qfsnx0v6qf8x8iy3flivv449nz42nnpkwjysmz65w6wqxpk1g")))) > + (build-system font-build-system) > + (home-page "https://apl385.com") > + (synopsis "Monospace font for APL programming") > + (description "APL385 is developed with all APL software vendors > +in the late 1980s and enhanced as required with new characters to > meet +interpreter updates.") > + (license license:public-domain)))) > -- > 2.27.0 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > From 952a5b50902eab13c43599de44c1b4ac501c71df Mon Sep 17 00:00:00 2001 > From: Zhu Zihao > Date: Mon, 31 Aug 2020 11:40:49 +0800 > Subject: [PATCH 2/2] gnu: Add font-apl333 >=20 > * gnu/packages/fonts.scm (font-apl333): New variable. > --- > gnu/packages/fonts.scm | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) >=20 > diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm > index 794d988df2..e61a0d2f4a 100644 > --- a/gnu/packages/fonts.scm > +++ b/gnu/packages/fonts.scm > @@ -1980,3 +1980,20 @@ suitable for a wide range of uses.") > in the late 1980s and enhanced as required with new characters to > meet interpreter updates.") > (license license:public-domain)))) > + > +(define-public font-apl333 > + (let ((revision "0")) > + (package > + (name "font-apl333") > + (version (string-append "1.0.0-" revision)) > + (source > + (origin > + (method url-fetch/zipbomb) > + (uri "https://apl385.com/fonts/apl333.zip") > + (sha256 > + (base32 > "132qfsnx0v6qf8x8iy3flivv449nz42nnpkwjysmz65w6wqxpk1g")))) > + (build-system font-build-system) > + (home-page "https://apl385.com") > + (synopsis "Proportional font for APL programming") > + (description "APL333 is the proportional variant of APL385.") > + (license license:public-domain)))) > -- > 2.27.0 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > =20