GNU bug report logs -
#60551
[PATCH 4/5] gnu: emacs-pyim-basedict: Install pyim-basedict.pyim file.
Previous Next
Reported by: tumashu <at> 163.com
Date: Wed, 4 Jan 2023 12:48:03 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60551 in the body.
You can then email your comments to 60551 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#60551
; Package
guix-patches
.
(Wed, 04 Jan 2023 12:48:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
tumashu <at> 163.com
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 04 Jan 2023 12:48:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Feng Shu <tumashu <at> 163.com>
* gnu/packages/emacs-xyz.scm (emacs-pyim-basedict) [arguments]: New field.
[#:phases]: Install pyim-basedict.pyim file.
---
gnu/packages/emacs-xyz.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 417e9ee1f5..5ba150c815 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16624,6 +16624,17 @@ (define-public emacs-pyim-basedict
(sha256
(base32 "0fzyh8qmicq2vy9j1ca708ir67dpxp1cwjaw0sw469p24cvj12yy"))))
(build-system emacs-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'install 'install-basedict-file
+ (lambda _
+ (install-file "pyim-basedict.pyim"
+ (string-append
+ #$output
+ "/share/emacs/site-lisp/pyim-basedict-"
+ #$version)))))))
(propagated-inputs
(list emacs-pyim))
(home-page "https://github.com/tumashu/pyim-basedict")
--
2.38.1
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sat, 07 Jan 2023 00:03:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
tumashu <at> 163.com
:
bug acknowledged by developer.
(Sat, 07 Jan 2023 00:03:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 60551-done <at> debbugs.gnu.org (full text, mbox):
Hello,
tumashu <at> 163.com writes:
> * gnu/packages/emacs-xyz.scm (emacs-pyim-basedict) [arguments]: New field.
> [#:phases]: Install pyim-basedict.pyim file.
I modified the commit message, used #:include keyword and applied the
patch.
Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 04 Feb 2023 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 193 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.