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

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

bug#43187: closed ([PATCH] gnu: liblinphone: Add installation of man pag


From: GNU bug Tracking System
Subject: bug#43187: closed ([PATCH] gnu: liblinphone: Add installation of man pages.)
Date: Fri, 04 Sep 2020 06:30:02 +0000

Your message dated Fri, 04 Sep 2020 08:29:22 +0200
with message-id <87mu26qcl9.fsf@gnu.org>
and subject line Re: [bug#43187] [PATCH] gnu: liblinphone: Add installation of 
man pages.
has caused the debbugs.gnu.org bug report #43187,
regarding [PATCH] gnu: liblinphone: Add installation of man pages.
to be marked as done.

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


-- 
43187: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43187
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: liblinphone: Add installation of man pages. Date: Thu, 3 Sep 2020 20:44:07 +0200
* gnu/packages/linphone.scm (liblinphone)[arguments]: Add phase
'install-man-pages.
---
 gnu/packages/linphone.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index 14da150ced..a6492893c8 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -458,6 +458,14 @@ including media capture, encoding and decoding, and 
rendering.")
                (delete-file-recursively
                 (string-append out "/share/doc/linphone-" ,version))
                #t)))
+         (add-after 'install 'install-man-pages
+           (lambda* (#:key outputs #:allow-other-keys)
+             (let* ((out (assoc-ref outputs "out"))
+                    (man (string-append out "/share/man/man1")))
+               (for-each (lambda (file)
+                           (install-file file man))
+                         (find-files ".." ".*.1$"))
+               #t)))
          (add-after 'separate-outputs 'glib-or-gtk-compile-schemas
            (assoc-ref glib-or-gtk:%standard-phases 
'glib-or-gtk-compile-schemas))
          (add-after 'glib-or-gtk-compile-schemas 'glib-or-gtk-wrap
-- 
2.28.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43187] [PATCH] gnu: liblinphone: Add installation of man pages. Date: Fri, 04 Sep 2020 08:29:22 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
> * gnu/packages/linphone.scm (liblinphone)[arguments]: Add phase
> 'install-man-pages.

Pushed, thanks!

Mathieu


--- End Message ---

reply via email to

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