emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46526: closed ([PATCH] gnu: picom: fix man page generation)


From: GNU bug Tracking System
Subject: bug#46526: closed ([PATCH] gnu: picom: fix man page generation)
Date: Tue, 16 Feb 2021 08:38:02 +0000

Your message dated Tue, 16 Feb 2021 16:38:54 +0800
with message-id 
<OSZP286MB0664BEC91F2416E57791836CA3879@OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM>
and subject line Re: bug#46526: [PATCH] gnu: picom: fix man page generation
has caused the debbugs.gnu.org bug report #46526,
regarding [PATCH] gnu: picom: fix man page generation
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46526: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46526
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: picom: fix man page generation Date: Mon, 15 Feb 2021 00:52:12 -0500
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(-)

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




--- End Message ---
--- Begin Message --- Subject: Re: bug#46526: [PATCH] gnu: picom: fix man page generation Date: Tue, 16 Feb 2021 16:38:54 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Morgan.J.Smith@outlook.com writes:

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

Applied, thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]