From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46421) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i077A-0006xm-0U for guix-patches@gnu.org; Tue, 20 Aug 2019 12:36:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0778-0000mX-1W for guix-patches@gnu.org; Tue, 20 Aug 2019 12:36:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53262) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i0774-0000kc-TT for guix-patches@gnu.org; Tue, 20 Aug 2019 12:36:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i0774-0004G6-Qb for guix-patches@gnu.org; Tue, 20 Aug 2019 12:36:02 -0400 Subject: [bug#37098] [PATCH 20/20] gnu: Add tegaki-wagomu-traditional-chinese. References: <864l2bx2yz.fsf@gmail.com> In-Reply-To: <864l2bx2yz.fsf@gmail.com> Resent-Message-ID: From: Alex Vong Date: Wed, 21 Aug 2019 00:35:17 +0800 Message-ID: <868srnu75m.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37098@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0020-gnu-Add-tegaki-wagomu-traditional-chinese.patch Content-Transfer-Encoding: quoted-printable From=20e3b093d9a20dcd6fc5bf7b13b2d62921a576398a Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Wed, 14 Aug 2019 16:19:25 +0800 Subject: [PATCH 20/20] gnu: Add tegaki-wagomu-traditional-chinese. * gnu/packages/language.scm (tegaki-wagomu-traditional-chinese): New variable. =2D-- gnu/packages/language.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm index 81f96a3870..1ed2483615 100644 =2D-- a/gnu/packages/language.scm +++ b/gnu/packages/language.scm @@ -862,3 +862,24 @@ suitable for both the desktop and mobile devices.") (modules remove-pre-compiled-files-modules) (snippet (remove-pre-compiled-files "model")))) (license lgpl2.1))) ; all files + +;;; Upstream does not provide the source for tegaki-wagomu-traditional-chi= nese. +;;; Therefore, we use the source for tegaki-zinnia-traditional-chinese and +;;; patch the Makefile accordingly. +(define-public tegaki-wagomu-traditional-chinese + (package + (inherit tegaki-zinnia-traditional-chinese) + (name "tegaki-wagomu-traditional-chinese") + (arguments + (substitute-keyword-arguments + (package-arguments tegaki-zinnia-traditional-chinese) + ((#:phases phases '%standard-phases) + `(modify-phases ,phases + (replace 'configure + (lambda args + (let ((configure (assq-ref ,phases 'configure))) + (apply configure args)) + (substitute* "Makefile" + (("zinnia") "wagomu")) + #t)))))) + (license lgpl2.1))) ; all files =2D-=20 2.22.0 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQwb8uPLAHCXSnTBVZh71Au9gJS8gUCXVwhRQAKCRBh71Au9gJS 8iogAP0WSeOhXSwynOaQDQm+HNiLYOPJtW6LV8ROR90LVw0t2gD/eKZKJlaXO5Hv PEtkJ2hdUCnmh0JgIWNSRCt9xu+ZfgE= =qmbg -----END PGP SIGNATURE----- --==-=-=--