From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 26 01:03:33 2023 Received: (at 61010) by debbugs.gnu.org; 26 Jan 2023 06:03:33 +0000 Received: from localhost ([127.0.0.1]:60387 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pKvMC-0002ct-Ur for submit@debbugs.gnu.org; Thu, 26 Jan 2023 01:03:33 -0500 Received: from mail-qv1-f50.google.com ([209.85.219.50]:45711) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pKvM7-0002cc-Lo for 61010@debbugs.gnu.org; Thu, 26 Jan 2023 01:03:31 -0500 Received: by mail-qv1-f50.google.com with SMTP id k2so764448qvd.12 for <61010@debbugs.gnu.org>; Wed, 25 Jan 2023 22:03:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=atai-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=7r/Fns0n3u0hJcTNhuKAU3QVDaN1sJ6sAbWD+R8TROE=; b=YU+RhgqYGVbzdvvTtpcYpoegzvPmauDfnyLzKLXa+MK/tta/We8hFZe5E2OVLRb2EJ dAb7QVzPbn1G3IGw2YNxvf0AEZseOf7oY7FQTl01+T4HoCx/ujaEkm/ySzh1t+ZofVj5 RT9IOAZV85Pt+oad45W+YjT09N6CwV6CFP3G0XFoaGXal+/Uba46ugyU0XspDX4irfVZ iEpgCCbv+t91N6A+tsp6ZBJG6quBKIycvsQqCeUB8sMEgFs7W5O32y6/iof9f7OK+pSL eFjjzlS/U73vwrCuXwTDVqO+Faon0ZYprxGzyPRaQXUZYRLm79A9/5wSY74YWaFB/Bz8 xuJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=7r/Fns0n3u0hJcTNhuKAU3QVDaN1sJ6sAbWD+R8TROE=; b=vO8oHwY2GBn7qL08yNCHrkZyw3Us9BYLwK/YcTN8HeI+FXt3VXCt4HocAroFe8csQs w020Bg2WXxnpfzqxfodI3yqMOwiJvBubR9NoUhRz/poKsMKF3otDDhQxjSpQZuPYUwfl 6ANV3GBWcT8W6MhLavtpOgJrz38vW2goka88LWSTFFAgVVmP7owEmFU8F2TA1W9LV++4 YTlCOg9Z9fjgIjdr3ecQoL9mb+AVWl0IjNWovmXJQXz+dMOWS4BWh/MZpXZ9xlqpW7yC J63lGO1XpgLquU/18uuzhGrsvsGkyhuP/ztvA/HsoRKZksNi/8e0LRhmAuQph64Gmugw wOcw== X-Gm-Message-State: AFqh2kr350jv8oXHgoljQGjmp+pu5fbwNWi4jpNJUSX+RySFDSIY/1hY L+ugt66/HsIhsaDKeWSWuCTHsy6T/TuJ2cfblkyIG2N2UAU= X-Google-Smtp-Source: AMrXdXuxz/tfN6gGGZB2Iqsx9/0mLp87UxndfrsupPNZ6FALZ+wOh2ATUzpFXZdN94QEnG/i70ktV33Pt2BaKVmr7Rc= X-Received: by 2002:a05:6214:398b:b0:4c7:482f:8d31 with SMTP id ny11-20020a056214398b00b004c7482f8d31mr1621748qvb.29.1674713001952; Wed, 25 Jan 2023 22:03:21 -0800 (PST) MIME-Version: 1.0 References: <87k01cp195.fsf@gmail.com> <865ycv6kbl.fsf@gmail.com> In-Reply-To: <865ycv6kbl.fsf@gmail.com> From: Andy Tai Date: Wed, 25 Jan 2023 22:02:45 -0800 Message-ID: Subject: Re: [bug#61010] [PATCH] gnu: Add icewm To: Simon Tournier Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 61010 Cc: 61010@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.8 (/) I just untar'd the icewm-3.3.0.tar.lz (from https://github.com/ice-wm/icewm/releases/download/3.3.0/icewm-3.3.0.t= ar.lz) file (not tar.gz file, my bad for bad description before), in a clean directory, and the .gmo files are there /share/software/icewm/icewm-3.3.0$ !find find . -name *.gmo ./po/zh_CN.gmo ./po/pt_BR.gmo ./po/sk.gmo ./po/en.gmo ... As we are getting the release tarball as the source, the git repo is immaterial as far as this icewm version is concerned. On Wed, Jan 25, 2023 at 2:10 AM Simon Tournier w= rote: > > Hi, > > On Tue, 24 Jan 2023 at 23:37, Andy Tai wrote: > > > This I did not address in the revision because the second .tar.gz is > > available on the net, satisfying GPL's source requirement... but will > > revise if Guix policy demands otherwise > > I do not understand what you mean. My point is that these .gmo files > are generated by the author of the release and they are _not_ included in > the upstream source code =E2=80=93 the Git repository. > > For most of the cases, the Guix project tries hard to package only from > the source code, i.e., build as much as possible from scratch. > > Hence, the question: do we re-generate these files? > > > Cheers, > simon > > PS: Indeed, sorry for the typo in my previous message. I wrote: > > Other said, these files are in the archive tar.gz [2]. > > when *not* is missing. I wanted to say: > > Other said, these files are *NOT* in the archive tar.gz [2]. --=20 Andy Tai, atai@atai.org, Skype: licheng.tai, Line: andy_tai, WeChat: andyta= i1010 Year 2023 =E6=B0=91=E5=9C=8B112=E5=B9=B4 =E8=87=AA=E5=8B=95=E7=9A=84=E7=B2=BE=E7=A5=9E=E5=8A=9B=E6=98=AF=E4=BF=A1=E4= =BB=B0=E8=88=87=E8=A6=BA=E6=82=9F =E8=87=AA=E5=8B=95=E7=9A=84=E8=A1=8C=E7=82=BA=E5=8A=9B=E6=98=AF=E5=8B=9E=E5= =8B=95=E8=88=87=E6=8A=80=E8=83=BD