unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Meiyo Peng <meiyo.peng@gmail.com>
Cc: 33203@debbugs.gnu.org
Subject: [bug#33203] [patch] Rime Input Method Engine
Date: Sat, 10 Nov 2018 21:55:43 +0100	[thread overview]
Message-ID: <87ftw8y7n4.fsf@gnu.org> (raw)
In-Reply-To: <874ld0stmw.fsf@gmail.com> (Meiyo Peng's message of "Thu, 01 Nov 2018 23:29:59 +0800")

[-- Attachment #1: Type: text/plain, Size: 454 bytes --]

Hi Meiyo,

Thanks for this patch series!

Meiyo Peng <meiyo.peng@gmail.com> skribis:

> From 0435a5d28299f1355eb6ac8d9e7f4520756e179d Mon Sep 17 00:00:00 2001
> From: Meiyo Peng <meiyo.peng@gmail.com>
> Date: Mon, 29 Oct 2018 11:17:50 +0800
> Subject: [PATCH 1/6] gnu: Add marisa.
>
> * gnu/packages/datastructures.scm (marisa): New variable.

Applied with the changes below.  Thanks!

(Looking at the other patches now…)

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1544 bytes --]

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index e021cc6a6c..4e5e59a2e3 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -21,7 +21,6 @@
 (define-module (gnu packages datastructures)
   #:use-module (gnu packages)
   #:use-module (gnu packages perl)
-  #:use-module (gnu packages autotools)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix download)
@@ -63,20 +62,14 @@ and heaps.")
        (sha256
         (base32 "19ifrcmnbr9whaaf4ly3s9ndyiq9sjqhnfkrxbz9zsb44w2n36hf"))))
     (build-system gnu-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-before 'configure 'autoreconf
-           (lambda _
-             (invoke "autoreconf" "-i"))))))
-    (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("libtool" ,libtool)))
     (home-page "https://github.com/s-yata/marisa-trie")
-    (synopsis "Matching Algorithm with Recursively Implemented StorAge")
+    (synopsis "Trie data structure C++ library")
     (description "Matching Algorithm with Recursively Implemented
-StorAge (MARISA) is a static and space-efficient trie data structure.")
+StorAge (MARISA) is a static and space-efficient trie data structure C++
+library.")
+
+    ;; Dual-licensed, according to docs/readme.en.html (source files lack
+    ;; copyright/license headers.)
     (license (list license:bsd-2 license:lgpl2.1+))))
 
 (define-public sparsehash

  reply	other threads:[~2018-11-10 21:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-30 14:33 [bug#33203] [patch] Rime Input Method Engine Meiyo Peng
2018-10-31  4:33 ` Meiyo Peng
2018-11-01 15:29   ` Meiyo Peng
2018-11-10 20:55     ` Ludovic Courtès [this message]
2018-11-10 21:00     ` Ludovic Courtès
2018-11-10 21:01     ` Ludovic Courtès
2018-11-10 21:44     ` Ludovic Courtès
2018-11-10 21:47     ` Ludovic Courtès
2018-11-10 21:51     ` bug#33203: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ftw8y7n4.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=33203@debbugs.gnu.org \
    --cc=meiyo.peng@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).