2012-02-07 ibus 1.4.1 stable release * Many bug fixings. 2011-09-23 ibus 1.4.0 stable release * Remove libdbus dependence, use glib gdbus instead. * Support surrounding text feature. * Add dconf config backend. * Add memory config backend. * Support replacing ibus panel on the fly. * Add asynchronous API. * Remove most blocking function call in daemon. * Improve gobject-introspection support. * Improve vala language support. * Improve unit test. * Many bug fixes.
15 lines
332 B
Makefile
15 lines
332 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2012/04/22 13:57:30 obache Exp $
|
|
#
|
|
|
|
BUILDLINK_TREE+= ibus
|
|
|
|
.if !defined(IBUS_BUILDLINK3_MK)
|
|
IBUS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ibus+= ibus>=1.4.0
|
|
BUILDLINK_PKGSRCDIR.ibus?= ../../inputmethod/ibus
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.endif # IBUS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ibus
|