GNU bug report logs - #46526
[PATCH] gnu: picom: fix man page generation

Previous Next

Package: guix-patches;

Reported by: Morgan.J.Smith <at> outlook.com

Date: Mon, 15 Feb 2021 06:08:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> outlook.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Morgan.J.Smith <at> outlook.com
Subject: bug#46526: closed (Re: bug#46526: [PATCH] gnu: picom: fix man
 page generation)
Date: Tue, 16 Feb 2021 08:38:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#46526: [PATCH] gnu: picom: fix man page generation

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 46526 <at> debbugs.gnu.org.

-- 
46526: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46526
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> outlook.com>
To: Morgan.J.Smith <at> outlook.com
Cc: 46526-done <at> debbugs.gnu.org
Subject: Re: bug#46526: [PATCH] gnu: picom: fix man page generation
Date: Tue, 16 Feb 2021 16:38:54 +0800
Morgan.J.Smith <at> outlook.com writes:

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

Applied, thank you!

[Message part 3 (message/rfc822, inline)]
From: Morgan.J.Smith <at> outlook.com
To: guix-patches <at> gnu.org
Cc: Morgan Smith <Morgan.J.Smith <at> outlook.com>
Subject: [PATCH] gnu: picom: fix man page generation
Date: Mon, 15 Feb 2021 00:52:12 -0500
From: Morgan Smith <Morgan.J.Smith <at> 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(-)

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




This bug report was last modified 4 years and 147 days ago.

Previous Next


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