summaryrefslogtreecommitdiff
path: root/inputmethod
AgeCommit message (Collapse)AuthorFilesLines
2018-11-14Revbump after cairo 1.16.0 update.kleink55-110/+110
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon58-112/+116
2018-10-24*: (belatedly) revbump for net/libsoup updateleot3-6/+6
Thanks to <wiz>!
2018-09-29fcitx-configtool: needs pkg-configtnn1-3/+3
2018-09-29ibus: fix build of vala bindings. Bump.tnn2-2/+8
2018-08-22Recursive bump for perl5-5.28.0wiz3-6/+6
2018-08-18Add fcitx-skkryoon1-1/+2
2018-08-18inputmethod/fcitx-skk: import fcitx-skk-0.1.4ryoon4-0/+48
SKK input module for Fcitx inputmethod based on libskk
2018-08-18Add fcitx-qt5ryoon1-1/+2
2018-08-18inputmethod/fcitx-qt5: import fcitx-qt5-1.2.3ryoon5-0/+81
Fcitx Qt5 Input Context
2018-08-18Add fcitx-configtoolryoon1-1/+2
2018-08-18inputmethod/fcitx-configtool: import fcitx-configtool-0.4.9ryoon4-0/+33
GTK 3 based configuration tool for inputmethod/fcitx.
2018-08-18Update to 4.2.9.6ryoon11-55/+638
Changelog: Bug fixes and improvements
2018-08-16revbump after boost-libs updateadam10-20/+20
2018-08-12ibus, ibus-python: update to 1.5.19.tsutsui8-21/+195
pkgsrc changes: - pull upstream fixes for issue #2035 (check wayland during configure) - explicitly require cldr-emoji-annotation 33.1.0.0 or higher to sync emoji dict files in ibus/PLIST Upstream changes (from https://github.com/ibus/ibus/releases): 1.5.19 This release moves typing emoji annotation on the emoji dialog to the pre-edit on each application and also isolates Ctrl-Shift-u from Ctrl-Shift-e again upon the several requests. The shortcut keys can be customized with ibus-setup utility. Also pre-edit of compose keys are now enabled. Also IBUS_DISCARD_PASSWORD environment variable is now available as the workaround of password popup in firefox and chrome. env IBUS_DISCARD_PASSWORD=1 firefox or export IBUS_DISCARD_PASSWORD_APPS='firefox,.*chrome.*' can discard typing characters on the password entries. Emoji features: Move input focus on Emojier to engines' preedit 5ee3f48 ui/gtk3: Show previous emojis with "history" annotation dc5e7ee ui/gtk3: Add num pad Enter, Down, Up, Left, Right on Emojier c6439d7 ui/gtk3: Get PangoAttrList of auxiliary text from IBusText a1f91b2 up/gtk3: Emoji misc updats 3280848 d8f901f cf4e2f1 7cef5bf caffeae src: Fix SEGV in IBusEngine if no emoji shortcut keys 886ad36 Compose key features: ibusenginesimple: Enable preedit for compose keys f9e3035 3a68ded Test cases: src: Add ibus-keypress test case 196216a tests: Added an automation testing on console 32f2f2b configure: Add --disable-python2 option 8d4c473 tools: Add ibus read-config --engine-id option for engine schemas ddc2284 data/dconf: Add man pages of 00-upstream-settings(5) and ibus(5) 5f44e73 Bug fixes: client/gtk2: Add IBUS_DISCARD_PASSWORD for firefox and chrome f328fd6 Fix build errors 75a6667 68e162a b184861 c360cbd 68bd269 7bc160f 10cc30e 37aa95f 8d302c8 428e64e 2695708 5db6e7b b94e8f2 8ab0b60 Fix ucd directory override (Jeremy Bicha) 5788be8 src: Make the call to chmod in ibus_bus_init conditional (Olivier Tilloy) 28d0c1d Remove a misleading "const" modifier of a return value (Takuro Ashie) 6b47e41 bus: warn deprecated --mem-profile option (Kentaro Hayashi) 0dde239 option --monitor-timeout should be removed (Ryutaroh Matsumoto) be7554c New release: Update translations c8a9994 999aee3 Release 1.5.19 fd9d4a9
2018-07-20Recursive revbump from textproc/icu-62.1ryoon19-38/+38
2018-07-18Mark packages that require C++03 (or the GNU variants) if they fail withjoerg5-10/+10
C++14 default language.
2018-07-07Update to 1.0.4ryoon2-7/+7
Changelog: Don't consume key release events [#52] Improve hankaku katakana conversion [#51] Use the same typing rule in dict-edit mode [#50] Add abort-to-latin and abort-to-latin-unhandled command [#48] Add more z-* shortcuts from DDSKK Fix memory leak caused by Vala array conversion Bump build requirements (glib >= 2.36, valadoc >= 0.40)
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin1-2/+2
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam10-20/+20
2018-06-24Change from c++03 til gnu++03 in USE_LANGUAGES because there's usehe1-3/+3
of alloca() and this needs to come from the compiler. Fixes the build for NetBSD/powerpc. Bump PKGREVISION.
2018-06-20Support emacs26ryoon1-2/+3
2018-05-25Use GNU msgfmt to fix buildryoon1-1/+3
2018-05-16ibus: Requires msgmerge.jperkin1-2/+2
2018-04-29ibus: explicitly specify cldr-emoji-annotation package version.tsutsui1-2/+2
PLIST (which contains generated emoji .dict files) depends on the language dependent files in the package.
2018-04-29revbump for boost-libs updateadam10-20/+20
2018-04-29Add some files to PLIST to fix packaging. Tested on NetBSD current and 8ryoon1-1/+22
2018-04-28ibus, ibus-python: update to 1.5.18.tsutsui7-16/+41
pkgsrc changes: - explicitly specify USE_TOOLS+=gmsgfmt to handle msgfmt --desktop - pull an upstream change to fix a configure bug in 1.5.18 - use a new unicode character database Upstream changes (from https://github.com/ibus/ibus/releases): 1.5.18 * tools: Do not change keymaps with 'use-system-keyboard-layout' c360818 * src: Fix GVariant leaks (Carlos Garnacho) 1cbe867 * src: Added some error handlings from a code review f5e0752 * src: Add libgobject.so to LDADD for Debian libtool (Danny) a28fa74 * src: Reintroduce the hex mode keybind with an environment variable (Aaron Muir Hamilton) 88b9a93 * ui/gtk3: Translate input method name in ibus (Peng Wu) 0ab0dd3 * Added DBus filtering against malware bfe57d2 * Implement Unicode choice on Emojier e17c998 4cfd5ad d1ebb3d fc54b0c afe60c1 * Implement ibus-extension-gtk3 for the global keybinding fb07f64 c57b7c3 * Disable panel extension for 'gdm' and 'liveuser' user 7ccbd21 ece320b * ui/gtk3: Set title string in gnome-shell 56c67b1 * Add ISSUE_TEMPLATE ff611a4 9f2699c * Updated translations 366963d 73b420f
2018-04-16Recursive bump for new fribidi dependency in pango.wiz53-107/+106
2018-04-14gobject3: buildlink3 -> DEPENDSadam1-13/+13
2018-04-14revbump after icu updateadam19-38/+38
2018-03-23Fix buffer over run in mkdic, found by stack protector.rin3-2/+19
Bump PKGREVISION for Canna-server.
2018-03-17Use GITHUB frameworkryoon2-4/+8
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz56-110/+112
2018-03-07xorgproto: use xorgproto instead of separate *proto packageswiz1-3/+3
Remove now obsolete packages.
2018-03-07librime: back out unintended change.wiz1-2/+2
2018-03-07librime: Fix compilation with gcc 6.wiz3-4/+47
Return boolean where the function definition has boolean return type.
2018-02-25ibus-kkc: Update HOMEPAGE.wiz1-3/+3
2018-02-23ibus-libthai: updated to 0.1.4adam2-10/+8
Version 0.1.4: - Fix incorrect keys in Pattachote layout. - Drop unused code. Version 0.1.3: - Get rid of deprecated GTK+ APIs in setup program, now requiring GTK+ >= 3.16. - Fix compiler warnings.
2018-02-02uim: Set C99 correctly, use C++03.jperkin1-3/+3
2018-01-30qt5-uim: build with qt 5.10markd4-22/+19
2018-01-29scim: Specify C++03, not C++11 clean.jperkin1-2/+2
2018-01-29zinnia: Backport upstream fix for C++11.jperkin2-1/+17
2018-01-28Bump PKGREVISION for gdbm shlib major bumpwiz4-8/+8
2018-01-17Belated PKGREVISION bump for devel/protobuf update.jperkin6-12/+12
Fixes at least joyent/pkgsrc#60.
2018-01-07Fix indentation in buildlink3.mk files.rillig6-12/+12
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2018-01-01Sort PLIST files.rillig4-24/+24
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2018-01-01Revbump after boost updateadam10-14/+20
2017-12-30mozc-server: fix a build error on NetBSD/amd64 7.1.1 + pkgsrc-2017Q4.tsutsui2-1/+18
Apply a patch from the upstream pull request #424: https://github.com/google/mozc/pull/424/files > Fix reference to std::swap #424
2017-12-18Update to 1.4.3ryoon2-8/+8
Changelog: Build and translation fixes [#58, #59]