forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
6 changed files
with
23 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# $NetBSD: Makefile,v 1.68 2020/11/05 09:08:30 ryoon Exp $ | ||
# $NetBSD: Makefile,v 1.69 2021/02/20 21:24:48 ryoon Exp $ | ||
# | ||
|
||
DISTNAME= ibus-chewing-1.4.12-Source | ||
GITHUB_PROJECT= ibus-chewing | ||
GITHUB_RELEASE= ${PKGVERSION_NOREV} | ||
DISTNAME= ibus-chewing-1.5.1-Source | ||
PKGNAME= ${DISTNAME:S/-Source//} | ||
PKGREVISION= 26 | ||
CATEGORIES= inputmethod chinese | ||
MASTER_SITES= https://github.com/definite/ibus-chewing/releases/download/${PKGVERSION_NOREV}/ | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=definite/} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://github.com/ibus/ibus/wiki | ||
|
@@ -22,11 +23,6 @@ TOOLS_NOOP+= msgmerge xgettext | |
|
||
BUILD_TARGET= all translations | ||
|
||
SUBST_CLASSES+= libexecdir | ||
SUBST_STAGE.libexecdir= post-configure | ||
SUBST_FILES.libexecdir= data/ibus-setup-chewing.desktop | ||
SUBST_SED.libexecdir= -e 's,/usr/libexec/,${PREFIX}/libexec/,g' | ||
|
||
TEST_TARGET= test | ||
|
||
.include "../../devel/glib2/schemas.mk" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
inputmethod/ibus-chewing/patches/patch-Modules_ManageTranslation.cmake
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
$NetBSD: patch-po_zh__CN.po,v 1.3 2014/12/13 06:33:15 obache Exp $ | ||
$NetBSD: patch-po_zh__CN.po,v 1.4 2021/02/20 21:24:48 ryoon Exp $ | ||
|
||
* fixes initial default value | ||
|
||
--- po/zh_CN.po.orig 2014-12-11 01:06:43.000000000 +0000 | ||
--- po/zh_CN.po.orig 2016-06-16 03:38:50.000000000 +0000 | ||
+++ po/zh_CN.po | ||
@@ -13,7 +13,7 @@ msgstr "" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
@@ -11,5 +11,5 @@ $NetBSD: patch-po_zh__CN.po,v 1.3 2014/12/13 06:33:15 obache Exp $ | |
-"Language-Team: LANGUAGE <[email protected]>\n" | ||
+"Language-Team: Simplfied Chinese\n" | ||
"Language: zh-CN\n" | ||
"X-Generator: Zanata 3.5.1\n" | ||
"X-Generator: Zanata 3.8.4\n" | ||
"Plural-Forms: nplurals=1; plural=0\n" |