summaryrefslogtreecommitdiff
path: root/inputmethod
AgeCommit message (Collapse)AuthorFilesLines
2022-12-15fcitx5: Fix SunOS linker args.jperkin1-1/+2
2022-12-13fcitx5: Fix paths to gettext/libuuid.jperkin1-1/+4
2022-12-02fcitx5-gtk: add patch to fix build, std::min() that takes an initializer ↵nros2-1/+19
list was not visible
2022-11-28fcitx5: Remove --as-needed on SunOS.jperkin1-1/+3
2022-11-23massive revision bump after textproc/icu updateadam44-88/+88
2022-11-03fcitx-libthai: fix building with const **char in second argument to iconvnros2-7/+6
2022-10-26*: bump PKGREVISION for libunistring shlib major bumpwiz8-16/+16
2022-09-22ibus-table-chinese: updated to 1.8.3adam3-10/+12
1.8.3: Bug fixes
2022-09-20xcin: Does not USE_PKGLOCALEDIRnia1-2/+1
2022-09-19fcitx5-configtool: Add BROKEN with link to upstream bug reportnia1-1/+3
2022-09-03ibus: update to 1.5.27.tsutsui5-24/+28
pkgsrc changes: - workaround for unconditional -ldl for ubuntu https://github.com/ibus/ibus/pull/2442 Upstream changes: https://github.com/ibus/ibus/releases/tag/1.5.27 1.5.27 * Disable XKB engines in Plasma Wayland 230fb22 b4723eb 9ad0637 * ibusimcontext keycode - 8 for gtk3 keycode generation 8711dc8 * Revert CCedilla change for pt-BR in ibusimcontext 3e5fab4 * Update CI 47303a6 16df64e 79e446e * Add IBUS_CAP_OSK to IBusCapabilite b94f0c1 * Enable ibus restart in GNOME desktop ab0d176 * Add ibus im-module command 965567d fee26c6 db2ef5d * Implement new process_key_event for GTK4 c957c5f * Add focus_in_id()/focus_out_id() class methods 92771d0 * Delete xkb:latam:: in denylist.txt 82e38d9 * Enhance Xutf8TextListToTextProperty d47dbfa * Revert Emoji shoftcut key to Super-space 1520c39 * Update simple.xml with xkeyboard-config 2.36 ef9bd3b Code Contributors: * Fix refcounting issues (Carlos Garnacho) 17648f0 * Fix bashisms in org.freedesktop.IBus.session.GNOME.service (Mitsuya Shibata) f1c456d * Update xkb-latin-layouts in gschema (Mike FABIAN) bca7bf0 * Use our own prefix to look up systemd user services dir (Naim Favier) 9f62a40 * Add functionality to change IBus panel themes with available GTK themes (Hollow Man) 233a3f4 addab9f ff99828 Translation Contributors: * Update translation (Korean) (simmon) f7c045e d810713 * Update translation (Punjabi) (A S Alam) 5f85888 * Update translation (Italian) (Nathan) 8ec7eff * Update translation (Ukrainian) (Yuri Chornoivan) 2c262cb 742091b * Update translation (Japanese) (fujiwarat) f3d7aa9 * Update translation (Estonian) (H A) e88651e * Update translation (Polish) (Piotr Drag) e78c545 * Update translation (German) (Mike FABIAN) 1f4fe9f * Update translation (Turkish) (Oguz Ersen) ced5bfb
2022-08-11Bump all dependent packages of wayland (belatedly)gutteridge35-70/+70
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-08-05librime: updated to 1.7.3adam3-32/+7
librime 1.7.3 Bug Fixes memory: possibly dereferencing null pointer plugins: buffer overflow in plugin lotem/librime-octagram
2022-07-25*: remove pkg-config from tools where no buildlink3.mk file is includedwiz1-3/+1
Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change).
2022-07-22*: recursive bump for graphics/graphviz 5.0.0micha1-2/+2
2022-07-04skk: Support emacs28ryoon3-4/+57
2022-06-30*: Revbump packages that use Python at runtime without a PKGNAME prefixnia16-31/+32
2022-06-28*: recursive bump for perl 5.36wiz4-8/+8
2022-06-28libskk: Remove introspection option.nia3-26/+8
https://marc.info/?l=pkgsrc-users&m=165444158600671&w=2
2022-05-24ibus-table-chinese: Fix typo. Use OPSYS_VERSION.nia1-3/+3
2022-05-20Use the new APIs of libchewing-0.5.1, bump revision.rxg5-528/+502
2022-05-14Bump all elisp packages for the CONFLICTS change.dholland7-11/+14
2022-04-25librime: install pkg-config file on SunOS tootnn2-4/+4
2022-04-24mozc-*: move include bsd.pkg.mk to the correct placetnn7-9/+14
2022-04-24mozc-server: add CHECK_PORTABILITY_SKIPtnn1-2/+3
2022-04-18revbump for textproc/icu updateadam43-86/+86
2022-04-10fcitx5-libthai: fix building on netbsd-9nia2-1/+39
2022-04-03revbump for devel/protobufadam7-14/+14
2022-03-30*: recursive bump for vala 0.56wiz1-1/+2
2022-03-27fcitx5: handle xdg autostart .desktop file correctly. Bump.tnn2-4/+15
2022-03-27fcitx5: fix build on SunOStnn3-1/+42
XXX it still fails in Joyent's bulk builds due to missing libuuid but I could not reproduce on SmartOS?
2022-03-27ibus: fix build on SunOStnn1-1/+7
2022-03-15ibus-python: sync with ibus 1.5.26 updates. Build test only.tsutsui1-2/+2
2022-03-15ibus: update to 1.5.26.tsutsui4-13/+14
pkgsrc changes: - explicitly disable systemd support - explicitly require the latest unicode packages - no need to specify python 2.x Upstream changes: https://github.com/ibus/ibus/releases/tag/1.5.26 1.5.26 * Enhance compose keys df664b1 19377ad * Enhance Emoji features acc5570 104148b d9ff2bb * Implement clear preedit for GTK4 5487a6b * Calculate keycode from keysym in GTK3 forward-key-event 4957d14 * Fix to send char position at update_preedit_text f5757ad * Deprecate gettext.bind_textdomain_codeset() since Python 3.8 28acfd4 * Fix ibus_key_event_from_string for gobject-introspection c69b61a * Fix a key event loop with forwarding keys 6b979e7 * Delete gnome-autogen dependency 2bc47f0 * Change XKB layout string color in panel 0e118e7 * Add IBUS_INPUT_HINT_PRIVATE for browser private mode 0f1485b * mkdir socket dirs instead of socket paths 787b564 dfd3fbf * Add org.freedesktop.IBus.session.generic.service b5423f0 * Check XDG_SESSION_DESKTOP for Plasma desktop 1f27521 * Update simple.xml with xkeyboard-config 2.35.1 a3c0724 * Update ibusunicodegen.h with unicode-ucd 14.0.0 9bf9ef0 * Enhance CI fbea544 51e3295 d53d31d be17934 675b94f * Fix typos a82bda5 Code Contributors: * Fix wrong cursor location in gtk3 apps (Alynx Zhou) 936a0e7 * Update URLS (Eberhard Beilharz) ecca9db * invalidate cache based on symlink mtime too (Naim Favier) cfcc6f1 * Fix unref problems with floating references (Eberhard Beilharz) 5a455b1 * Update man page for Emoji shortcut key (Sibo Dong) ad95015 * Add systemd unit file (Carlos Garnacho) a076b38 * Fix forward key keycode for GTK4 (Changwoo Ryu) 5cfe838 Translation Contributors: * Update translation (Finnish) (Jan Kuparinen) e77f80c * Update translation (Korean) (simmon) 6df55eb * Update translation (Chinese (Simplified) (zh_CN)) (Dingzhong Chen) 0199dde * Update translation (Turkish) (Oguz Ersen) 58fe1e5 * Update translation (Catalan) (Jordi Mas) a1528a0 * Update translation (Arabic) (Abdullah Albaroty) 0e522c4 * Update translation (Arabic) (Zayed Al-Saidi) 20c5dc9
2022-03-12*: Replace per-package msgfmt hacks with msgfmt-desktop.mknia4-28/+4
2022-03-12inputmethod: Use hacks.mk to avoid NetBSD msgfmt on NetBSD only.nia4-10/+29
2022-01-28*: switch to python 2.7 version of py-gobject3wiz4-8/+12
2022-01-28ibus-anthy: limit to python 2.7 to fix buildwiz1-1/+3
(ibus-python is already limited to python 2.7)
2022-01-27gyp: python 3.10 support breaks python 2.7 support; disable itwiz1-1/+3
2022-01-14*: python2 egg files are back, add them to the PLISTswiz8-8/+16
2022-01-10*: convert to egg.mkwiz10-25/+20
2022-01-10ibus-tegaki: convert to egg.mkwiz2-5/+4
2022-01-10tegaki-python: convert to egg.mkwiz2-5/+4
2022-01-10py-zinnia: convert to egg.mkwiz2-4/+4
2022-01-10*: Recursive revbump from boost 1.78.0ryoon5-10/+10
2022-01-09Fix packages that use GITSUB_MODULES on SunOS and possibly otherstnn1-1/+2
This is annoying, but for now we must always explicitly combine GITHUB_SUBMODULES with EXTRACT_USING+=bsdtar. This is because mk/fetch/github.mk uses OPTS_TAR=--strip-components=1 and that is not supported by nbtar(pax), which is the default pkgsrc tar on some platforms. We cannot override EXTRACT_USING in github.mk because that is too late. We should switch all platforms to bsdtar and retire pax.
2021-12-08revbump for icu and libffiadam82-160/+164
2021-11-15*: recursive bump for gstreamer 1.18.5wiz1-2/+2
2021-11-15anthy: use BLAKE2swiz1-4/+4
2021-11-11*: Revbump for protobuf-3.19.0kim7-14/+14
Fix for: Shared object "libprotobuf.so.29" not found