GNU bug report logs -
#57203
[PATCH] gnu: Add emacs-tamil99.
Previous Next
Reported by: Arun Isaac <arunisaac <at> systemreboot.net>
Date: Sun, 14 Aug 2022 13:11:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
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 Sat, 27 Aug 2022 10:29:58 +0200
with message-id <87k06uozqx.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#57203] [PATCH] gnu: Add emacs-tamil99.
has caused the debbugs.gnu.org bug report #57203,
regarding [PATCH] gnu: Add emacs-tamil99.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
57203: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57203
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-tamil99): New variable.
---
gnu/packages/emacs-xyz.scm | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3c1d322db3..1ca02a838d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16,7 +16,7 @@
;;; Copyright © 2016, 2019 Alex Griffin <a <at> ajgrf.com>
;;; Copyright © 2016-2022 Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995 <at> gmail.com>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Arun Isaac <arunisaac <at> systemreboot.net>
+;;; Copyright © 2016–2022 Arun Isaac <arunisaac <at> systemreboot.net>
;;; Copyright © 2017 Christopher Baines <mail <at> cbaines.net>
;;; Copyright © 2017, 2018, 2019, 2020, 2022 Mathieu Othacehe <m.othacehe <at> gmail.com>
;;; Copyright © 2017, 2018, 2019, 2020, 2021, 2022 Clément Lassieur <clement <at> lassieur.org>
@@ -31967,3 +31967,23 @@ (define-public emacs-vundo
tree to go back to previous buffer states. To use vundo, type @kbd{M-x vundo RET} in
the buffer you want to undo. An undo tree buffer should pop up.")
(license license:gpl3+)))
+
+(define-public emacs-tamil99
+ (package
+ (name "emacs-tamil99")
+ (version "0.1.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.systemreboot.net/tamil99/")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1cr903sgma9qi3hkk4snn5zza69c3szljhc984s1yl7p51a0x7mk"))))
+ (build-system emacs-build-system)
+ (home-page "https://git.systemreboot.net/tamil99/about/")
+ (synopsis "Tamil99 input method for Emacs")
+ (description "@code{emacs-tamil99} implements the tamil99 input method for
+Emacs. tamil99 is an input method for the Tamil script.")
+ (license license:gpl3+)))
--
2.37.1
[Message part 3 (message/rfc822, inline)]
Hello,
Arun Isaac <arunisaac <at> systemreboot.net> writes:
> * gnu/packages/emacs-xyz.scm (emacs-tamil99): New variable.
I updated the package to latest 0.1.1 release and applied your patch.
Thank you.
> + (description "@code{emacs-tamil99} implements the tamil99 input method for
> +Emacs. tamil99 is an input method for the Tamil script.")
I also expounded a bit the description.
Regards,
--
Nicolas Goaziou
This bug report was last modified 2 years and 272 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.