From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id uPafGioPLmZt9wAAqHPOHw:P1 (envelope-from ) for ; Sun, 28 Apr 2024 10:56:10 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id uPafGioPLmZt9wAAqHPOHw (envelope-from ) for ; Sun, 28 Apr 2024 10:56:10 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b="TwqQc5/J"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1714294570; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=0ndCW/NTzYwnIMl2BcTS53SK8DfESI2N4O+4pe1oLB0=; b=l+KG8t9/+xkNVDjKsHgujbZWPOaVuLV/xV/iQDFzvQsyRH1drgdijc8eiTbergsJN9sAJh Snlfi7qcOU2AI0as+7RoHdKuxHsCGxkmzcnIxzIBkm8J67z+BgDH5zMeHK/rduvnB7iFnl v1M358HwcSPKoZSndww8rr1EwlmaE9JrXuF0lHheqYgYctqxIVj14uYAdLck5X3hNjANOS pjJXijmPgZSlK9VY1xH0WSCHJK+OJb+gX2+TYX3WPSHfnPAFaE8C46kLlQAc/4jzh/+Rko WgozGqi8GByu1E8khxyeV1YJDPHOct2+Okem1t7bCIsWjqmTFoFASj0ult29Ag== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1714294570; a=rsa-sha256; cv=none; b=hcPfscWXTEQU5FZfG7tFLA4LGSvL7S0UrViodjHRG5P8z0j0LqU0wA9jI6HHT78s3VylMi UVPoJKPB8jEehhWADEsFjl9UJGsVuzsnqKzmPco53ETfL/7dIEgBkpF3GiM/M8aHDtssYa crEzmwj0rGR+YkLdS1qsyA5AqhbDsCG04blZ+aNQxZu99ymZc4D8TwnX2lc4/3aNWcPrjP iJNPmEsNFBRMuQjcKbyi3QzKwEU8j5NA80+MV/E4n67ez7RjfHq/6yyDIE7NkBYJ7mxPdQ 7CsO7B8LI0xeupWa92VHQP5l+ZGVni7eJvcc7Hkh2GYoneL8GiJrSKc1luklNw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b="TwqQc5/J"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id F2BE15A4F for ; Sun, 28 Apr 2024 10:56:09 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s10KE-0004RF-Aa; Sun, 28 Apr 2024 04:55:58 -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 1s10K9-0004Od-Re for guix-patches@gnu.org; Sun, 28 Apr 2024 04:55:54 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1s10K8-0001e2-Jr; Sun, 28 Apr 2024 04:55:52 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1s10KH-0003R1-VO; Sun, 28 Apr 2024 04:56:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63483] [PATCH v2 0/4] build: Update po4a process. Resent-From: gemmaro Original-Sender: "Debbugs-submit" Resent-CC: pelzflorian@pelzflorian.de, julien@lepiller.eu, guix@cbaines.net, dev@jpoiret.xyz, ludo@gnu.org, othacehe@gnu.org, rekado@elephly.net, zimon.toutoune@gmail.com, me@tobias.gr, guix-patches@gnu.org Resent-Date: Sun, 28 Apr 2024 08:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63483 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: moreinfo patch To: 63483@debbugs.gnu.org Cc: pelzflorian (Florian Pelz) , Julien Lepiller , Christopher Baines , Josselin Poiret , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Mathieu Othacehe , Ricardo Wurmus , Simon Tournier , Tobias Geerinckx-Rice X-Debbugs-Original-Xcc: pelzflorian (Florian Pelz) , Julien Lepiller , Christopher Baines , Josselin Poiret , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Mathieu Othacehe , Ricardo Wurmus , Simon Tournier , Tobias Geerinckx-Rice Received: via spool by 63483-submit@debbugs.gnu.org id=B63483.171429454613197 (code B ref 63483); Sun, 28 Apr 2024 08:56:01 +0000 Received: (at 63483) by debbugs.gnu.org; 28 Apr 2024 08:55:46 +0000 Received: from localhost ([127.0.0.1]:50090 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s10K2-0003Qn-0Q for submit@debbugs.gnu.org; Sun, 28 Apr 2024 04:55:46 -0400 Received: from mail-ot1-x32b.google.com ([2607:f8b0:4864:20::32b]:52458) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s10Jy-0003Qe-4i for 63483@debbugs.gnu.org; Sun, 28 Apr 2024 04:55:44 -0400 Received: by mail-ot1-x32b.google.com with SMTP id 46e09a7af769-6ea2375d8d0so2914536a34.0 for <63483@debbugs.gnu.org>; Sun, 28 Apr 2024 01:55:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1714294517; x=1714899317; darn=debbugs.gnu.org; h=mime-version:message-id:date:references:in-reply-to:subject:to:from :from:to:cc:subject:date:message-id:reply-to; bh=0ndCW/NTzYwnIMl2BcTS53SK8DfESI2N4O+4pe1oLB0=; b=TwqQc5/Jf+ZDkOG6aFotQLUQShlqlzFe2LzkOxlbaXSMo3DVZ7gUpKiTc+QGVcZu1Q t6vjUore1CYWQwrgPbQd3dM3vGX+bwO7ZJFIRu3L84ZI/V/H4erWYZwFIoXYbi35yOmo 4IqxSWLAGGkm49yQguJ2dYHtY0JMrIn/TXU+FfxCR9CZwEZFw9Bj4L7qpZwyBIP2+7lC p2JDUjkY/k0n7/FfeCety4Mzk9+XE1ZEhSLlPu5uRN3XiEbgbqYI9ozeXpuQQZY6sK3w 8DWMf6zVzpfO8J9Sv2YsBwJae3VmdHros+c0FpVvbvD3heMsaMZIRk9wtSzQ9FhcKwzB gTKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1714294517; x=1714899317; h=mime-version:message-id:date:references:in-reply-to:subject:to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=0ndCW/NTzYwnIMl2BcTS53SK8DfESI2N4O+4pe1oLB0=; b=jvowiB19MRGyQom9DBqiXo215bI7S11buozjWipaGyhgHqoYeMhVJoezuCX3JXdzBl Y9DzHyHWu+TaVTdQc+8HvQ0REQpYsaN6vR3LkVuxrjoEeGUJGxuZVxVxMf6FIDycgN/U ErWLRfVUE0KkEPazQaZL+0RxRSpbNTmYS1qjgae3Zvi3ADq7VkwuzS9WdBQwvdVLM6KC Z4KQukbhWLz/kpFCafwmTkdTE2wvWrxZHBpYTbD6LLh7cF9J26ULhlCogpoQ+DRm7CEa NAQtENhiazdf8rc+s7omAUYpOy7ozYE2DhwW6UfaWx6+rkbyVjVyWlvoFklqilH2rsNf V/og== X-Gm-Message-State: AOJu0YwI+/H37g2W7TGI4PAQc4LvyRH7S1U5qB0itwZvZjoIjRPe+oDf mYU6qhWekCrkXzsBrFoaSe/5kyLmn5CsqFohNMJxZkdTWI8UMS0LqV9RJA== X-Google-Smtp-Source: AGHT+IFzOMcRhubJg2uVdCurPAWSx+OMTwlRBupGlggqdtsHCXVU9Fg9MGwONvN2KWpGjOm+GPavbQ== X-Received: by 2002:a9d:3e51:0:b0:6ee:26ea:17e7 with SMTP id h17-20020a9d3e51000000b006ee26ea17e7mr383936otg.22.1714294516725; Sun, 28 Apr 2024 01:55:16 -0700 (PDT) Received: from localhost ([240f:74:d1f0:1:1883:f3d1:907f:a2e3]) by smtp.gmail.com with ESMTPSA id cb17-20020a056a02071100b0060063c4be3bsm9599126pgb.14.2024.04.28.01.55.15 for <63483@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 28 Apr 2024 01:55:16 -0700 (PDT) From: gemmaro In-Reply-To: <877cgyzk6p.fsf@pelzflorian.de> References: <877cgyzk6p.fsf@pelzflorian.de> Date: Sun, 28 Apr 2024 17:55:13 +0900 Message-ID: <87r0ep3lzi.fsf@mac.gemmaro.name> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -0.79 X-Spam-Score: -0.79 X-Migadu-Queue-Id: F2BE15A4F X-Migadu-Scanner: mx11.migadu.com X-TUID: 8tmuC6f8SoeP Hello Florian Pelz and Julien Lepiller, "pelzflorian (Florian Pelz)" writes: > Thank you, gemmaro, for driving this necessary change. It is a good > idea to switch to the actual PO4A script that still gets updates by > PO4A maintainers. > > You will have to coordinate with Julien Lepiller (added to Cc) who > controls the Guix-translations repository. [1] Thank you very much for telling me about the repository. I also got an idea of the translation flow in Guix using Weblate; Weblate refers to and updates the PO files in the Guix-translations repository, and that the PO files in the Guix.git cloned in it are updated by the Makefile. > Guix-translations is the repository that Weblate has access to (because > we do not want Weblate to push directly to Guix.git directly). It will > need your po4a.cfg and the same kind of Makefile updates. The changes in revision 2 don't alter the location of PO files and the scripts under the scripts directory. I couldn't find additional changes to the po4a.cfg and the Makefiles. What do you think, Julien Lepiller? If there are any changes that should be made, I would appreciate it if you could correct me. The po4a.cfg added by this change allows quite flexible specification of file paths by passing variables (with po4a's "--variable key=value" option.) It would be therefore possible to make the Guix-translations repository also use the integrated po4a program anytime. The Texinfo parser used by po4a (and po4a-* scripts) is the same before and after the change, so there should be no side-effect on the PO files. > In your original v1 patch, you had updated contributing.texi. > contributing.texi is already out of date, but I believe we better update > it at a later time when we can refer people adding new languages to > prior commits where new languages have been added. > > Regards, > Florian > > [1] https://framagit.org/tyreunom/guix-translations When I was writing this, I noticed that I have transferred some configuration to po4a.cfg and now there is one more place to specify the languages (in the po4a_langs section.) The documentation will need to be updated in the future in this respect. Regards, gemmaro.