GNU bug report logs -
#28421
[PATCH] gnu: Add uim.
Previous Next
Reported by: Arun Isaac <arunisaac <at> systemreboot.net>
Date: Mon, 11 Sep 2017 20:24:02 UTC
Severity: normal
Tags: patch
Done: Arun Isaac <arunisaac <at> systemreboot.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Arun,
Arun Isaac <arunisaac <at> systemreboot.net> skribis:
> * gnu/packages/xorg.scm (uim, uim-gtk, uim-qt): New variables.
[...]
> + (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.")
> + (license (list license:lgpl2.1+ ; scm/py.scm, pixmaps/*.{svg,png} (see pixmaps/README)
> + license:gpl2+ ; scm/pinyin-big5.scm
> + license:gpl3+ ; scm/elatin-rules.cm
> + license:public-domain ; scm/input-parse.scm, scm/match.scm
> + ;; gtk2/toolbar/eggtrayicon.{ch},
> + ;; qt3/chardict/kseparator.{cpp,h},
> + ;; qt3/pref/kseparator.{cpp,h}
> + license:lgpl2.0+
> + ;; pixmaps/*.{svg,png} (see pixmaps/README),
> + ;; all other files
> + license:bsd-3))))
> +
> +(define-public uim-gtk
> + (package
> + (inherit uim)
> + (name "uim-gtk")
> + (inputs
> + `(("gtk" ,gtk+)
> + ("gtk" ,gtk+-2)
> + ,@(package-inputs uim)))
> + (synopsis "uim built with GTK+ support")
> + (description "This package contains uim built with GTK+ support.")))
What about “Multilingual input method framework (GTK+ support)” for the
synopsis, and leaving the description unchanged?
> + (synopsis "uim built with Qt support")
> + (description "This package contains uim built with Qt support.")))
Likewise here.
Otherwise LGTM. Feel free to push with a change along these lines if
that’s fine with you.
Thanks for patiently working on this!
Ludo’.
This bug report was last modified 7 years and 319 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.