GNU bug report logs -
#68839
[PATCH] gnu: Include company icons and documentation images
Previous Next
Reported by: Tom Willemse <tom <at> ryuslash.org>
Date: Wed, 31 Jan 2024 06:31:01 UTC
Severity: normal
Tags: patch
Done: Andrew Tropin <andrew <at> trop.in>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 19 Feb 2024 17:18:46 +0300
with message-id <87le7gy1tl.fsf <at> trop.in>
and subject line Re: [bug#68839] [PATCH] gnu: Include company icons and documentation images
has caused the debbugs.gnu.org bug report #68839,
regarding [PATCH] gnu: Include company icons and documentation images
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
68839: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68839
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-company): Include icons and documentation
images.
Change-Id: I8b7515141fa71fcb4b199bfaa268ddd4ab117743
---
gnu/packages/emacs-xyz.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4514bd1b25..61174f03ac 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9261,6 +9261,18 @@ (define-public emacs-company
(sha256
(base32 "0j2qrnx2w2al4f2n37b89q0pkabh5ccv00gsknvgaylhy0za5gq9"))))
(build-system emacs-build-system)
+ (arguments
+ (list
+ #:include #~(cons* "icons/" %default-include)
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'move-doc 'install-doc-images
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let ((images (find-files "./images/small/" ".*\\.png$")))
+ (for-each (lambda (image)
+ (install-file image
+ (string-append #$output "/share/info/images/small")))
+ images)))))))
(home-page "https://company-mode.github.io/")
(synopsis "Modular text completion framework")
(description
base-commit: c4687f5437ad89a7e87deed1933b60f6eac83176
--
2.43.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
On 2024-01-30 22:28, Tom Willemse wrote:
> * gnu/packages/emacs-xyz.scm (emacs-company): Include icons and documentation
> images.
>
> Change-Id: I8b7515141fa71fcb4b199bfaa268ddd4ab117743
> ---
> gnu/packages/emacs-xyz.scm | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 4514bd1b25..61174f03ac 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -9261,6 +9261,18 @@ (define-public emacs-company
> (sha256
> (base32 "0j2qrnx2w2al4f2n37b89q0pkabh5ccv00gsknvgaylhy0za5gq9"))))
> (build-system emacs-build-system)
> + (arguments
> + (list
> + #:include #~(cons* "icons/" %default-include)
> + #:phases
> + #~(modify-phases %standard-phases
> + (add-after 'move-doc 'install-doc-images
> + (lambda* (#:key outputs #:allow-other-keys)
> + (let ((images (find-files "./images/small/" ".*\\.png$")))
> + (for-each (lambda (image)
> + (install-file image
> + (string-append #$output "/share/info/images/small")))
> + images)))))))
> (home-page "https://company-mode.github.io/")
> (synopsis "Modular text completion framework")
> (description
>
> base-commit: c4687f5437ad89a7e87deed1933b60f6eac83176
LGTM, thank you for the patch, slightly adjusted the code to fit 80
column, added a trailing dot to commit message, pushed as
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=55c94d68df
--
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 1 year and 87 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.