Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Reviewed by hand.
|
|
|
|
- Instead of manually adjusting PLIST for Python 2.x and 3.x use PY_PATCHPLIST
- Use MASTER_SITE_GITHUB
|
|
- 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++
|
|
|
|
|
|
|
|
|
|
|
|
files added)
|
|
|
|
|
|
bsiegert@, tks
|
|
|
|
Bump PKGREVISION
|
|
Bump PKGREVISION
|
|
python 3.4 / 3.5 removal commit.
|
|
- Includes some whitespace changes, to be handled in a separate commit.
|
|
|
|
This is a semi-manual PKGREVISION bump.
|
|
|
|
|
|
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
|
|
Changelog:
build: Use libxkbcommon to resolve keysyms [#54]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to <wiz>!
|
|
|
|
|
|
|
|
|
|
SKK input module for Fcitx inputmethod based on libskk
|
|
|
|
Fcitx Qt5 Input Context
|
|
|
|
GTK 3 based configuration tool for inputmethod/fcitx.
|
|
Changelog:
Bug fixes and improvements
|
|
|
|
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
|
|
|
|
C++14 default language.
|
|
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)
|
|
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.
|
|
|