summaryrefslogtreecommitdiff
path: root/inputmethod
AgeCommit message (Collapse)AuthorFilesLines
2019-12-28ibus-libpinyin: mark as compatible with python-2.x onlywiz1-1/+3
2019-11-29uim-elisp: Needs autopointnia1-2/+3
2019-11-11uim: Needs autopointnia1-1/+2
2019-11-07The version number problem of uim-elisp is fixed in another wayryoon1-3/+2
Revert previous partially.
2019-11-06*: recursive bump for vala-0.46wiz1-1/+2
2019-11-06update HOMEPAGEszptvlfn9-18/+18
2019-11-05uim-elisp: Fix version numbernia1-2/+2
2019-11-05Remove bogus PaX MPROTECT unsaferyoon1-3/+1
2019-11-05Fix build and uim-elispryoon3-16/+9
* Restore UIM_VERSION. It is used uim-elisp package * Fix segfault of uim-module-manager during build. * Remove an unused patch.
2019-11-02inputmethod: align variable assignmentsrillig24-72/+72
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-11-01uim: Update to 1.8.8nia20-342/+202
Overview of changes from 1.8.7 to 1.8.8 ======================================= * Fixes - build * Fix a build error with --with-libgcroots=installed [GitHub #130][Reported by HIGUCHI Daisuke] - uim-qt5 * Fix a build error [GitHub #129][Reported by HIGUCHI Daisuke] Overview of changes from 1.8.6 to 1.8.7 ======================================= * Fixes - uim-skk * Fix a socket clean bug [GitHub #32][Reported by HIGUCHI Daisuke] * Fix wrong close call [GitHub #55][Patch by zephyrus00jp] - uim-qt4 * Add a missing include [GitHub #38][Patch by Raphael Kubo da Costa] - uim.el * Fix a bug that other minor mode key bindings are ignored on Emacs 24 [GitHub #51][Reported by Araeos] * Fix a bug that Shift+Arrow doesn't work [GitHub #116][Reported by Vladimir Panteleev] - uim-gtk3 * Fix a bug that the candidate windows isn't shown [GitHub #76][Patch by Konosuke Watanab] * Enhancements - all * Add "Keywords" to .desktop [GitHub #57][Patch by HIGUCHI Daisuke] - uim-gtk * Improve GTK+ 3 support [GitHub #35][Patch by e-kato] * Support libpanel-applet 3.14 or later [GitHub #48][Patch by Dmitry Shachnev] * Support Wayland backend [GitHub #71][Reported by Thibaut Girka] - uim-fep * Use UTF-8 for comment encoding [GitHub #46][Patch by Felix Janda] - uim-qt5 * Make workable - uim-social-ime * Remove because the service was disruption - uim.el * Support autoload [GitHub #121][Patch by Arun Isaac]
2019-10-28Remove removed conditions in PLIST, fix packagingryoon1-19/+1
2019-10-28fcitx: Remove the qt (qt4) build option (it was disabled by default)kamil2-26/+5
2019-10-27uim: Drop kde/qt4 build options (both were disabled by default)kamil3-34/+7
2019-10-23(inputmethod/tc) Fix build for new emacs, 25-26mef5-9/+26
2019-09-14ibus: update PLIST to actually match for cldr-emoji-annotation-35.12.14971.0.tsutsui1-1/+4
2019-09-14ibus, ibus-python: update to 1.5.21.tsutsui10-32/+509
pkgsrc changes: - pull upstream fixes (will appear in the next version): - bus: Implement GDBusAuthObserver callback (to avoid #2116 conflicts) https://github.com/ibus/ibus/commit/3d442dbf936d197aa11ca0a71663c2bc61696151 - g_dbus_server_new_sync() is failed with address unix:tmpdir=/tmp/ibus https://github.com/ibus/ibus/issues/2116 - Save address file in XDG_RUNTIME_DIR https://github.com/ibus/ibus/pull/2128 - explicitly pull Unicode 12.0 packages to avoid unexpected inconsistency - drop obsolete gconf from CONFIGURE_ARGS Upstream changes: https://github.com/ibus/ibus/releases/tag/1.5.21 1.5.21 * Enable to run ibus-setup with a different python * Update ibusunicodegen.h for Unicode UCD 12.0 * Fixes build issues * Enhance tests * Add ibus.its for IME's component files * Make ISO 639 language names with title * Keep preedit cursor_pos and visible in clearing preedit text * Support long sequences and multiple output characters for compose table * Disable panel extension for gnome-initial-setup user * Exit ibus-daemon with parent's death * Update Wayland input-method protocol to unstable v1 * Indistinguishable address of ibus-daemon (Gunnar Hjalmarsson) * Update LOCALES_STRING (Hodong Kim) * Fix typos (Changwoo Ryu)
2019-09-02Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for ↵adam10-20/+20
future Python 3.8
2019-08-22Recursive revbump from boost-1.71.0ryoon10-20/+20
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz3-6/+6
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz56-112/+112
2019-07-20*: recursive bump for nettle 3.5.1wiz7-14/+14
2019-07-08Follow some http->https redirects.nia1-2/+2
2019-07-01Recursive revbump from boost-1.70.0ryoon10-20/+20
2019-06-24More http -> https.nia1-2/+2
Reviewed by hand.
2019-05-15ibus: Add missing depend to dbusleot1-1/+2
2019-05-15ibus-hangul: Use PY_PATCHPLIST and MASTER_SITES_GITHUB (NFC)leot2-18/+12
- Instead of manually adjusting PLIST for Python 2.x and 3.x use PY_PATCHPLIST - Use MASTER_SITE_GITHUB
2019-05-15ibus-array: Add Python 3 support and use PY_PATHPLISTleot4-14/+42
- setup/main.py bytecode was not generated just due inconsintent use of spaces and tabs for indentation, address that via patch-setup_main.py - Use PY_PATCHPLIST to avoid manually adjusting the PLIST for .pyo/.pyc PKGREVISION++
2019-05-15(inputmethod/ibus-array) unnecessary PLIST.* left out, sorry. Tks wiz@.mef2-8/+0
2019-05-14(inputmethod/ibus-array) Remove unnecessary line -> pyversion.mkmef1-2/+1
2019-05-14(inputmethod/ibus-hangul) Eliminate uncessary PLIST_SRC setup. Tkgs leot@mef4-22/+14
2019-05-14(inputmethod/ibus-array) Eliminate uncessary PLIST_SRC setup. Tkgs leot@mef2-8/+9
2019-05-11(inputmethod/ibus-hangul) PLIST variation for py 27 36 37mef4-8/+26
2019-05-11(inputmethod/ibus-array) Supporting PLIST variation for py 27 36 37 (Missing ↵mef2-0/+8
files added)
2019-05-11(inputmethod/ibus-array) Supporting PLIST variation for py 27 36 37mef2-7/+13
2019-05-05Recursive rebvump from devel/nssryoon3-6/+6
2019-04-28PR pkg/54142 inputmethod/ibus-skk missing libkbcommon as buildlink3.mk OK by ↵mef1-1/+2
bsiegert@, tks
2019-04-27*: add SHA512 checksums to distinfowiz1-1/+4
2019-04-27Add extra-cmake-modules as dependency to buildryoon1-2/+4
Bump PKGREVISION
2019-04-27Make Qt4 optional and disable by defaultryoon3-27/+45
Bump PKGREVISION
2019-04-26fix some whitespace, mostly introduced in the previousmaya5-10/+10
python 3.4 / 3.5 removal commit.
2019-04-26Omit mentions of python 34 and 35, after those were removed.maya10-20/+20
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-25mozc-server: needs python 2.7 for gypmaya1-1/+3
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya15-26/+30
This is a semi-manual PKGREVISION bump.
2019-04-03Recursive revbump from textproc/icuryoon21-42/+42
2019-03-25*: recursive bump for vala-0.44wiz1-1/+2
2019-03-02ibus, ibus-python: update to 1.5.20.tsutsui9-200/+43
pkgsrc changes: - remove patches already applied to the release - workaround upstream issue #2082 - explicitly require cldr-emoji-annotation >34.0.0.0 to sync emoji dict files in ibus/PLIST - remove GConf dependencies as mentioned in 1.5.20 changes Upstream changes: https://github.com/ibus/ibus/releases/tag/1.5.20 1.5.20 * Support Shift-Space to insert a Space on Emojier preedit e6badb4 * Do not add emojis in compose category to emoji variants 8375f39 * Implement mouse click with Hangul in ibus side a40631e 4c40afb c7d8771 9ae2d46 0fd043c * Delete Gconf dependencies and migrate intltool to gettext a8e8b69 74a00cc a671081 aa24a52 3914d3a b608666 a78e7f8 7b9c034 b30eb5d * Do not delete IBUS_CAP_SURROUNDING_TEXT 7b3b8c8 * Show compose preedit with custom compose file ba41173 28b0744 * Fix Atom and Slack for Flatpak be7fb81 60e246e * Delete Super-space notification 4d3a8ff * Fix misc build issues aa0f425 6e31597 c1b5543 3172c3b 4d7c1e0 * Fix misc bugs 7edaefd 28d2217 809d880 1c6565e 0f5084e 6aab10f * Fix typos in comment lines (ZhaoQiang) 639960a * use iso 639-3 to have names for more languages (glasseyes) 1cd5254 * introspection: Tell the GI scanner to include the C headers (Mathieu Bridon) 4ef976a * Add Uzbek layouts (bmansurov) 4592ce5 * Allow using non-abstract UNIX domain sockets (Anton Mikhalev) 7a38e4d * typo: sevrer to server (scootergrisen) 64f4e41
2019-01-04Update to 1.0.5ryoon2-7/+8
Changelog: build: Use libxkbcommon to resolve keysyms [#54]
2018-12-13revbump for boost 1.69.0adam10-20/+20
2018-12-09revbump after updating textproc/icuadam21-42/+42