[PATCH] gnu: picom: fix man page generation

  • Done
  • quality assurance status badge
Details
2 participants
  • Morgan.J.Smith
  • 宋文武
Owner
unassigned
Submitted by
Morgan.J.Smith
Severity
normal

Debbugs page

Morgan.J.Smith wrote 4 years ago
(address . guix-patches@gnu.org)(name . Morgan Smith)(address . Morgan.J.Smith@outlook.com)
SN4PR0801MB36797912724BF4B938EF24DCC5889@SN4PR0801MB3679.namprd08.prod.outlook.com
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/compton.scm (picom)[arguments]: Change flag build_docs to
with_docs

Picom renamed this flag in upstream commit
3f2a6718dfb84110862ef3b51b2c961898f21bfd
---
gnu/packages/compton.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/compton.scm b/gnu/packages/compton.scm
index 60eae9f1cd..2a5f3bff27 100644
--- a/gnu/packages/compton.scm
+++ b/gnu/packages/compton.scm
@@ -146,7 +146,7 @@ (define-public picom
("xorgproto" ,xorgproto)))
(arguments
`(#:build-type "release"
- #:configure-flags '("-Dbuild_docs=true")))
+ #:configure-flags '("-Dwith_docs=true")))
(home-page "https://github.com/yshui/picom")
(synopsis "Compositor for X11, forked from Compton")
(description
--
2.30.0
宋文武 wrote 4 years ago
(address . Morgan.J.Smith@outlook.com)(address . 46526-done@debbugs.gnu.org)
OSZP286MB0664BEC91F2416E57791836CA3879@OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM
Morgan.J.Smith@outlook.com writes:

Toggle quote (5 lines)
> From: Morgan Smith <Morgan.J.Smith@outlook.com>
>
> * gnu/packages/compton.scm (picom)[arguments]: Change flag build_docs to
> with_docs

Applied, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46526@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46526
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help