guix-patches
[Top][All Lists]
Advanced

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

[bug#28421] [PATCH] gnu: Add uim.


From: Ludovic Courtès
Subject: [bug#28421] [PATCH] gnu: Add uim.
Date: Tue, 12 Sep 2017 14:55:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Arun Isaac <address@hidden> 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 environment.
> +It provides a simple, easily extensible and high code-quality input method
> +development platform, and useful input method environment for users of 
> desktop
> +and embedded platforms.")

I’m not clear if it’s a later above Qt/GTK+ or something entirely
separate?

Apart from that, LGTM with phases that return #t as you noted.

Thanks!

Ludo’.





reply via email to

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