summaryrefslogtreecommitdiff
path: root/inputmethod
AgeCommit message (Collapse)AuthorFilesLines
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
2018-11-29Revbump for libcanberra gstreamer change.prlw13-6/+6
2018-11-27Port build to enchant2, bump revision.bsiegert3-4/+27
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