GNU bug report logs - #68594
[PATCH] gnu: bemenu: Install man pages

Previous Next

Package: guix-patches;

Reported by: soeren <at> soeren-tempel.net

Date: Fri, 19 Jan 2024 21:38:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68594 in the body.
You can then email your comments to 68594 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#68594; Package guix-patches. (Fri, 19 Jan 2024 21:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to soeren <at> soeren-tempel.net:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 19 Jan 2024 21:38:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: soeren <at> soeren-tempel.net
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: bemenu: Install man pages
Date: Fri, 19 Jan 2024 22:35:52 +0100
From: Sören Tempel <soeren <at> soeren-tempel.net>

Since version 0.6.5 man pages are written in scdoc, therefore we
need to update the dependencies accordingly to ensure that the
man pages are build and installed:

* gnu/packages/xdisorg.scm (bemenu): Add dependency on scdoc.

Signed-off-by: Sören Tempel <soeren <at> soeren-tempel.net>
---
 gnu/packages/xdisorg.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 449cbbaf6e..7600161dc5 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -356,6 +356,7 @@ (define-public bemenu
            libxinerama
            ncurses
            pango
+           scdoc
            wayland
            wayland-protocols))
     (native-inputs

base-commit: c0f423bf1aca8683b9f202432867cd3da8dfd656




Information forwarded to guix-patches <at> gnu.org:
bug#68594; Package guix-patches. (Sun, 28 Jan 2024 10:24:02 GMT) Full text and rfc822 format available.

Message #8 received at 68594 <at> debbugs.gnu.org (full text, mbox):

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: soeren <at> soeren-tempel.net, 68594 <at> debbugs.gnu.org
Subject: Re: [bug#68594] [PATCH] gnu: bemenu: Install man pages
Date: Sun, 28 Jan 2024 11:23:28 +0100
Hi,

soeren <at> soeren-tempel.net [2024-01-19 22:35:52+0100]:
> +++ b/gnu/packages/xdisorg.scm
> @@ -356,6 +356,7 @@ (define-public bemenu
>             libxinerama
>             ncurses
>             pango
> +           scdoc

I think scdoc should go in native-inputs instead, since it is only used during build.




Information forwarded to guix-patches <at> gnu.org:
bug#68594; Package guix-patches. (Sun, 28 Jan 2024 15:17:01 GMT) Full text and rfc822 format available.

Message #11 received at 68594 <at> debbugs.gnu.org (full text, mbox):

From: soeren <at> soeren-tempel.net
To: 68594 <at> debbugs.gnu.org
Cc: timotej.lazar <at> araneo.si
Subject: [PATCH v2] gnu: bemenu: Install man pages
Date: Sun, 28 Jan 2024 16:15:45 +0100
From: Sören Tempel <soeren <at> soeren-tempel.net>

Since version 0.6.5 man pages are written in scdoc, therefore we
need to update the dependencies accordingly to ensure that the
man pages are build and installed:

* gnu/packages/xdisorg.scm (bemenu): Add dependency on scdoc.

Signed-off-by: Sören Tempel <soeren <at> soeren-tempel.net>
---
Changes since v1:

* move scdoc to native-inputs (Thanks Timotej!)

 gnu/packages/xdisorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 449cbbaf6e..c58d7f2ab5 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -359,7 +359,7 @@ (define-public bemenu
            wayland
            wayland-protocols))
     (native-inputs
-     (list doxygen pkg-config))
+     (list doxygen pkg-config scdoc))
     (home-page "https://github.com/Cloudef/bemenu")
     (synopsis "Dynamic menu library and client program inspired by dmenu")
     (description




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 18 Feb 2024 15:12:01 GMT) Full text and rfc822 format available.

Notification sent to soeren <at> soeren-tempel.net:
bug acknowledged by developer. (Sun, 18 Feb 2024 15:12:01 GMT) Full text and rfc822 format available.

Message #16 received at 68594-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: soeren <at> soeren-tempel.net
Cc: 68594-done <at> debbugs.gnu.org, timotej.lazar <at> araneo.si
Subject: Re: [bug#68594] [PATCH v2] gnu: bemenu: Install man pages
Date: Sun, 18 Feb 2024 16:10:54 +0100
Hi,

soeren <at> soeren-tempel.net skribis:

> From: Sören Tempel <soeren <at> soeren-tempel.net>
>
> Since version 0.6.5 man pages are written in scdoc, therefore we
> need to update the dependencies accordingly to ensure that the
> man pages are build and installed:
>
> * gnu/packages/xdisorg.scm (bemenu): Add dependency on scdoc.
>
> Signed-off-by: Sören Tempel <soeren <at> soeren-tempel.net>

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 18 Mar 2024 11:24:16 GMT) Full text and rfc822 format available.

This bug report was last modified 130 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.