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

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

bug#48066: closed ([PATCH] gnu: emacs-hyperbole: Install images and help


From: GNU bug Tracking System
Subject: bug#48066: closed ([PATCH] gnu: emacs-hyperbole: Install images and help files.)
Date: Wed, 28 Apr 2021 22:34:02 +0000

Your message dated Thu, 29 Apr 2021 00:33:10 +0200
with message-id <87wnsmujix.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#48066] [PATCH] gnu: emacs-hyperbole: Install images 
and help files.
has caused the debbugs.gnu.org bug report #48066,
regarding [PATCH] gnu: emacs-hyperbole: Install images and help files.
to be marked as done.

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


-- 
48066: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48066
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-hyperbole: Install images and help files. Date: Tue, 27 Apr 2021 18:58:15 +0200
* gnu/packages/emacs-xyz.scm (emacs-hyperbole)[arguments]: Include help file
and install images for the manual.
---
 gnu/packages/emacs-xyz.scm | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a46b7e8ae0..8e76f151a5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -359,6 +359,7 @@ server}.  The main advantage compared to @code{vc-hg} is 
speed.")
      `(#:include '("DEMO"
                    "DEMO-ROLO.otl"
                    "HY-ABOUT"
+                   "man/hkey-help.txt"
                    "\\.el$"
                    "\\.info$"
                    "\\.kotl$")
@@ -373,8 +374,15 @@ server}.  The main advantage compared to @code{vc-hg} is 
speed.")
                 (string-append (assoc-ref inputs "inetutils")
                                "/bin/dnsdomainname")))
              (substitute* "hyperbole.el"
-               (("\\(hyperb:check-dir-user\\)") ""))
-             #t)))))
+               (("\\(hyperb:check-dir-user\\)") ""))))
+         (add-after 'install 'install-images
+           (lambda* (#:key outputs #:allow-other-keys)
+             (let ((out (assoc-ref outputs "out")))
+               (for-each (lambda (file)
+                           (install-file
+                            file
+                            (string-append out "/share/info/im")))
+                         (find-files "man/im" "\\.png$"))))))))
     (inputs
      `(("inetutils" ,inetutils)))
     (home-page "https://www.gnu.org/software/hyperbole/";)

base-commit: e009b8d7126531a2983701413c5b97e620e495e4
-- 
2.31.1





--- End Message ---
--- Begin Message --- Subject: Re: [bug#48066] [PATCH] gnu: emacs-hyperbole: Install images and help files. Date: Thu, 29 Apr 2021 00:33:10 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

> * gnu/packages/emacs-xyz.scm (emacs-hyperbole)[arguments]: Include help file
> and install images for the manual.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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