Changelog: PRJ_VER=1.5.1 SUMMARY=Fix the Ctrl, Numpad and selection keys handling REDHAT_BUGZILLA=1337185 [Changes] - Enhancement: - Fix: + GH issue #73: Ctrl, Alt, Ins causes the pre-edit duplicate commit + GH issue #74: Failed to clean the PreEdit when changing input focus + GH issue #79: Failed to input space when "space-as-selection" + GH issue #87 Modify dropdown menu for selecting keys + GH issue #88 Numpad should be able to select + RHBZ #1337185 - Cannot add phrases with Ctrl A.k.a GH issue #63 Thank for contribution from hiunnhue - Acknowledge: + Obata Akio contributed pull request 71, 72, 73 + hiunnhue contributed pull request 75, 76, 77, 78, 80, 81, 82, 83, 84, 86, 87, 90, 91, 92, 94 + hiunnhue fixed issue 73, 74, 79, 87, 88, 90, 91, 92, 94
35 lines
947 B
Makefile
35 lines
947 B
Makefile
# $NetBSD: Makefile,v 1.69 2021/02/20 21:24:48 ryoon Exp $
|
|
#
|
|
|
|
GITHUB_PROJECT= ibus-chewing
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
|
DISTNAME= ibus-chewing-1.5.1-Source
|
|
PKGNAME= ${DISTNAME:S/-Source//}
|
|
CATEGORIES= inputmethod chinese
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=definite/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/ibus/ibus/wiki
|
|
COMMENT= Chewing engine for IBus input platform
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
BUILD_DEPENDS+= gob2-[0-9]*:../../devel/gob2
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= msgfmt pkg-config
|
|
TOOLS_NOOP+= msgmerge xgettext
|
|
|
|
BUILD_TARGET= all translations
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include "../../devel/glib2/schemas.mk"
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../inputmethod/ibus/buildlink3.mk"
|
|
.include "../../inputmethod/libchewing/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/libXtst/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|