From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drkjW-00089u-NL for guix-patches@gnu.org; Tue, 12 Sep 2017 08:56:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drkjR-00041o-WA for guix-patches@gnu.org; Tue, 12 Sep 2017 08:56:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54463) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drkjR-00041k-Sl for guix-patches@gnu.org; Tue, 12 Sep 2017 08:56:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1drkjR-0007oV-M3 for guix-patches@gnu.org; Tue, 12 Sep 2017 08:56:01 -0400 Subject: [bug#28421] [PATCH] gnu: Add uim. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Tue, 12 Sep 2017 14:55:21 +0200 In-Reply-To: (Arun Isaac's message of "Tue, 12 Sep 2017 01:52:04 +0530") Message-ID: <87ingoyt3a.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 28421@debbugs.gnu.org Arun Isaac skribis: > * gnu/packages/xorg.scm (uim): New variable. [...] > + (native-inputs > + `(("anthy" ,anthy) > + ("emacs" ,emacs-minimal) > + ("gtk+" ,gtk+) > + ("gtk+" ,gtk+-2) > + ("intltool" ,intltool) > + ("pkg-config" ,pkg-config) > + ("qt" ,qt-4))) GTK+ and Qt are native inputs? Also, is Qt 5 supported? That would be best. Besides, would it make sense to split the thing into several outputs to avoid the huge dependencies? > + (home-page "https://github.com/uim/uim") > + (synopsis "Multilingual input method framework") > + (description "uim is a multilingual input method library and environ= ment. > +It provides a simple, easily extensible and high code-quality input meth= od > +development platform, and useful input method environment for users of d= esktop > +and embedded platforms.") I=E2=80=99m not clear if it=E2=80=99s a later above Qt/GTK+ or something en= tirely separate? Apart from that, LGTM with phases that return #t as you noted. Thanks! Ludo=E2=80=99.