From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id OD8+MbU4EmO+tQAAbAwnHQ (envelope-from ) for ; Fri, 02 Sep 2022 19:09:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id KLJOMbU4EmPi1wAAauVa8A (envelope-from ) for ; Fri, 02 Sep 2022 19:09:09 +0200 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 780F8378E2 for ; Fri, 2 Sep 2022 19:09:09 +0200 (CEST) Received: from localhost ([::1]:42974 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oUAAG-0008Im-Ky for larch@yhetil.org; Fri, 02 Sep 2022 13:09:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36276) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUAAA-0008Gk-61 for guix-patches@gnu.org; Fri, 02 Sep 2022 13:09:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57840) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oUAA9-0000Cy-TK for guix-patches@gnu.org; Fri, 02 Sep 2022 13:09:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oUAA9-0004Kz-Ju for guix-patches@gnu.org; Fri, 02 Sep 2022 13:09:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54454] [PATCH v2] ui: Describe package outputs. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 02 Sep 2022 17:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54454 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Liliana Marie Prikler Cc: Leo Famulari , Maxime Devos , 54454-done@debbugs.gnu.org Received: via spool by 54454-done@debbugs.gnu.org id=D54454.166213848116597 (code D ref 54454); Fri, 02 Sep 2022 17:09:01 +0000 Received: (at 54454-done) by debbugs.gnu.org; 2 Sep 2022 17:08:01 +0000 Received: from localhost ([127.0.0.1]:47589 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUA9B-0004JZ-4e for submit@debbugs.gnu.org; Fri, 02 Sep 2022 13:08:01 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50040) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUA98-0004JJ-M6 for 54454-done@debbugs.gnu.org; Fri, 02 Sep 2022 13:07:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47726) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUA92-0008W7-6n; Fri, 02 Sep 2022 13:07:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=jWL4yb0TL9FC5K+yMF1JCzNcsWKcFB8g9fczDrxlFbc=; b=Q5y19KvzX658kgN769+r 8A3uvUsjdTP8Jr5qkmSadctRPeSgQMDV5UZ4WbfR+pNLsL7/Ld3/neilerxajGXnEBrwGkdIIfnQB DwVRKlnB5CTYKy6FiWdk8QcqTFpASTGT57uqwP6hroI0P+xv4X/OHQ8ODfoj323TlomkV5rtk04AY x/hPjRnZ8v1yA0N6n+OjhaEqPJumZuKQ4go9+AZp+zDamWLv+zmNX7+6DkEkM4EjIbgB/nIjAcO8Y A1wI51OyYcFVYrngiEsm0BTDITl4tSKkyFBBi6rScxI4AzGkF5YnsrFNg8Gb9RpJRN11fIydfii4g 8jGwbFZUpsQUNA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:51016 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUA91-0006jk-3z; Fri, 02 Sep 2022 13:07:51 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <19b47f93f45d15a366f3ec59ea8a6fa17b99d023.camel@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Sextidi 16 Fructidor an 230 de la =?UTF-8?Q?R=C3=A9volution, ?= jour du Citron X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 02 Sep 2022 19:07:48 +0200 In-Reply-To: <19b47f93f45d15a366f3ec59ea8a6fa17b99d023.camel@gmail.com> (Liliana Marie Prikler's message of "Tue, 16 Aug 2022 21:37:46 +0200") Message-ID: <87k06lu2l7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1662138549; 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: content-transfer-encoding:content-transfer-encoding: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=jWL4yb0TL9FC5K+yMF1JCzNcsWKcFB8g9fczDrxlFbc=; b=YmVh2P9nLyOV9bIB4/N5WTuwkSYWFELRKZ0R+dNi0Ft90G/xOMaMXLfodS0GY+kMkds25a f4HnRwsHVhLmmw6mozM3XHPcZ/5wy0FCJ/xSk0bkHIRqQWJZMmcqOCFSC3TDiXvZBpRxxI Urcvyi8WTMzROz5TnOuRc8nZu02lmYs0d6gnHhMW6f3ZMG543fbimsYUGLAAzkt5CsPWVe ywHXpru4j8yhV2LEWsDEtd1jSFoYTx8dkWkYMyZXxRduODFiPsuU/CgjAF8iGDZx/6ZlNA SkasbdnajEpMU5hRbp2+biURZTzHy5vWWxGbnCXT84mV5ujtmQrgDOU1u28+xQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1662138549; a=rsa-sha256; cv=none; b=OjnGHbiYFiVBrJ0aThJzwtpuAgyzE7xazxlH6lXN2zoPvgsDcvE6r0PmnxZAX18P8O8pfH GOVWYX8BRQkRZWH7Y00K2n4FKQhD5fLSmo0cRZnBDg7HpYaJxBNe+5s/EwG9wT4x0wHFMz OHih8dS0wSY5IGC6ECKTpd5pHUD9yEE0Ts+DvDa9/lgIrHLWtP7mJIbha2BO4tLEd1s1tb 43+3dl1xGfg+0Wjs2GwgMmUP8gYjADYF+015Xi3w+I8wm3llXCpR0gwl1kyA0LvAYLlO9h 2o0ZmEj6FwkKsCGM5E0D/jTBWfZ8l324IlcfLHzDRMu2XBRQ1LVd/xHpv72hFQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Q5y19Kvz; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -1.27 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Q5y19Kvz; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 780F8378E2 X-Spam-Score: -1.27 X-Migadu-Scanner: scn0.migadu.com X-TUID: nKgxoDmB11TG Hey, Liliana Marie Prikler skribis: > Am Sonntag, dem 26.06.2022 um 14:37 +0200 schrieb Liliana Marie > Prikler: >> * guix/ui.scm (package->recutils): Output outputs with their >> descriptions, >> one per line. >> * po/packages/Makevars (XGETTEXT_OPTIONS): Add =E2=80=98output-synopsis= =E2=80=99 as >> keyword. > I pushed this now. Thanks for moving forward on this! I get: --8<---------------cut here---------------start------------->8--- $ guix show git |head -10 name: git version: 2.37.2 outputs: + send-email: see Appendix H + svn: see Appendix H + credential-netrc: see Appendix H + credential-libsecret: see Appendix H + subtree: see Appendix H + gui: see Appendix H + out: everything else --8<---------------cut here---------------end--------------->8--- Where can I see Appendix H though? (Real question.) Ludo=E2=80=99.