* [bug#68594] [PATCH] gnu: bemenu: Install man pages
@ 2024-01-19 21:35 soeren
2024-01-28 10:23 ` Timotej Lazar
2024-01-28 15:15 ` [bug#68594] [PATCH v2] " soeren
0 siblings, 2 replies; 4+ messages in thread
From: soeren @ 2024-01-19 21:35 UTC (permalink / raw)
To: 68594
From: Sören Tempel <soeren@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@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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#68594] [PATCH] gnu: bemenu: Install man pages
2024-01-19 21:35 [bug#68594] [PATCH] gnu: bemenu: Install man pages soeren
@ 2024-01-28 10:23 ` Timotej Lazar
2024-01-28 15:15 ` [bug#68594] [PATCH v2] " soeren
1 sibling, 0 replies; 4+ messages in thread
From: Timotej Lazar @ 2024-01-28 10:23 UTC (permalink / raw)
To: soeren, 68594
Hi,
soeren@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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#68594] [PATCH v2] gnu: bemenu: Install man pages
2024-01-19 21:35 [bug#68594] [PATCH] gnu: bemenu: Install man pages soeren
2024-01-28 10:23 ` Timotej Lazar
@ 2024-01-28 15:15 ` soeren
2024-02-18 15:10 ` bug#68594: " Ludovic Courtès
1 sibling, 1 reply; 4+ messages in thread
From: soeren @ 2024-01-28 15:15 UTC (permalink / raw)
To: 68594; +Cc: timotej.lazar
From: Sören Tempel <soeren@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@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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#68594: [PATCH v2] gnu: bemenu: Install man pages
2024-01-28 15:15 ` [bug#68594] [PATCH v2] " soeren
@ 2024-02-18 15:10 ` Ludovic Courtès
0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2024-02-18 15:10 UTC (permalink / raw)
To: soeren; +Cc: 68594-done, timotej.lazar
Hi,
soeren@soeren-tempel.net skribis:
> From: Sören Tempel <soeren@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@soeren-tempel.net>
Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-02-18 15:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-19 21:35 [bug#68594] [PATCH] gnu: bemenu: Install man pages soeren
2024-01-28 10:23 ` Timotej Lazar
2024-01-28 15:15 ` [bug#68594] [PATCH v2] " soeren
2024-02-18 15:10 ` bug#68594: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.