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

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

bug#46892: closed ([PATCH 5/9] - added cl-i18n.)


From: GNU bug Tracking System
Subject: bug#46892: closed ([PATCH 5/9] - added cl-i18n.)
Date: Thu, 04 Mar 2021 10:19:02 +0000

Your message dated Thu, 04 Mar 2021 11:18:29 +0100
with message-id <87a6rj6x3e.fsf@yamatai>
and subject line Re: [bug#46890] [PATCH 1/9] - added Croatoan, lisp ncurses 
wrapper.
has caused the debbugs.gnu.org bug report #46890,
regarding [PATCH 5/9] - added cl-i18n.
to be marked as done.

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


-- 
46890: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46890
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 5/9] - added cl-i18n. Date: Wed, 3 Mar 2021 16:22:58 +0100
---
 gnu/packages/lisp-xyz.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 565c53f6d6..3a5b655508 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14924,3 +14924,36 @@ protocol for Mastodon.")
 
 (define-public cl-sxql-composer
   (sbcl-package->cl-source-package sbcl-sxql-composer))
+
+(define-public sbcl-cl-i18n
+  (let ((commit "fa0aa5bef8dfbdf2d72f7cc9f49e848ccbb567aa")
+        (revision "1"))
+    (package
+      (name "sbcl-cl-i18n")
+      (version (git-version "0.5.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://notabug.org/cage/cl-i18n";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1hpsdbb3hd79bzbrnbqgk2j3f0ispxvk91snp08fm2z3f1sds5as"))))
+      (build-system asdf-build-system/sbcl)
+      (arguments
+       '(#:asd-systems '("cl-i18n")))
+      (inputs
+       `(("sbcl-alexandria" ,sbcl-alexandria)
+         ("sbcl-cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)
+         ("sbcl-babel" ,sbcl-babel)))
+      (synopsis "Gettext-style internationalisation framework for Common Lisp")
+      (description "Gettext-style internationalisation framework for Common 
Lisp")
+      (home-page "https://notabug.org/cage/cl-i18n";)
+      (license license:llgpl))))
+
+(define-public ecl-cl-i18n
+  (sbcl-package->ecl-package sbcl-cl-i18n))
+
+(define-public cl-i18n
+  (sbcl-package->cl-source-package sbcl-cl-i18n))
-- 
2.30.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46890] [PATCH 1/9] - added Croatoan, lisp ncurses wrapper. Date: Thu, 04 Mar 2021 11:18:29 +0100 User-agent: mu4e 1.4.15; emacs 27.1
Patch pushed as 8768df2ec03fc67e2acbc33b61fabc412fd75e0b with some
modifications.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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