Commit graph

1372 commits

Author SHA1 Message Date
tsutsui
5245d2434d ibus, ibus-python: update to 1.5.20.
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-03-02 02:16:32 +00:00
ryoon
a8dc019b9e Update to 1.0.5
Changelog:
    build: Use libxkbcommon to resolve keysyms [#54]
2019-01-04 23:37:08 +00:00
adam
5b12b7b592 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
adam
16dd5de231 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
prlw1
603b5ccdc7 Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
bsiegert
91af6b1936 Port build to enchant2, bump revision. 2018-11-27 13:07:25 +00:00
kleink
f1a683c990 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
leot
7f7915487e *: (belatedly) revbump for net/libsoup update
Thanks to <wiz>!
2018-10-24 21:11:45 +00:00
tnn
043ad380d2 fcitx-configtool: needs pkg-config 2018-09-29 16:55:36 +00:00
tnn
5b74b8583c ibus: fix build of vala bindings. Bump. 2018-09-29 12:08:46 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ryoon
b6d39dcb60 Add fcitx-skk 2018-08-18 01:22:30 +00:00
ryoon
05e008d6a4 inputmethod/fcitx-skk: import fcitx-skk-0.1.4
SKK input module for Fcitx inputmethod based on libskk
2018-08-18 01:21:38 +00:00
ryoon
c9c8394285 Add fcitx-qt5 2018-08-18 01:18:55 +00:00
ryoon
80e3d409aa inputmethod/fcitx-qt5: import fcitx-qt5-1.2.3
Fcitx Qt5 Input Context
2018-08-18 01:17:29 +00:00
ryoon
dae99f5c30 Add fcitx-configtool 2018-08-18 01:16:52 +00:00
ryoon
e15c2d6bd5 inputmethod/fcitx-configtool: import fcitx-configtool-0.4.9
GTK 3 based configuration tool for inputmethod/fcitx.
2018-08-18 01:15:53 +00:00
ryoon
3da6b2ecf0 Update to 4.2.9.6
Changelog:
Bug fixes and improvements
2018-08-18 01:11:16 +00:00
adam
9d06c0a472 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
tsutsui
b790c06f4e ibus, ibus-python: update to 1.5.19.
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-08-12 10:45:03 +00:00
ryoon
b9c1e1d533 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
joerg
a19083df44 Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
2018-07-18 00:06:10 +00:00
ryoon
412a6600c4 Update to 1.0.4
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-07 07:21:34 +00:00
jperkin
5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
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-04 13:40:07 +00:00
adam
a31bce9748 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
he
24e14533bc Change from c++03 til gnu++03 in USE_LANGUAGES because there's use
of alloca() and this needs to come from the compiler.  Fixes the
build for NetBSD/powerpc.
Bump PKGREVISION.
2018-06-24 15:53:48 +00:00
ryoon
bceb266000 Support emacs26 2018-06-20 12:03:04 +00:00
ryoon
6d5d2e42e3 Use GNU msgfmt to fix build 2018-05-25 16:41:58 +00:00
jperkin
469000d04d ibus: Requires msgmerge. 2018-05-16 10:28:53 +00:00
tsutsui
7a32ae0752 ibus: explicitly specify cldr-emoji-annotation package version.
PLIST (which contains generated emoji .dict files) depends on
the language dependent files in the package.
2018-04-29 21:42:00 +00:00
adam
35aa3efc12 revbump for boost-libs update 2018-04-29 21:31:17 +00:00
ryoon
ef891826d8 Add some files to PLIST to fix packaging. Tested on NetBSD current and 8 2018-04-29 21:02:48 +00:00
tsutsui
a6403ebcb6 ibus, ibus-python: update to 1.5.18.
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-28 01:40:07 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
adam
5c61a0c82c gobject3: buildlink3 -> DEPENDS 2018-04-14 12:24:31 +00:00
adam
299d329d51 revbump after icu update 2018-04-14 07:33:52 +00:00
rin
fed86ab25a Fix buffer over run in mkdic, found by stack protector.
Bump PKGREVISION for Canna-server.
2018-03-23 04:43:36 +00:00
ryoon
c78c5c9b99 Use GITHUB framework 2018-03-17 01:22:53 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
wiz
380b6ec244 xorgproto: use xorgproto instead of separate *proto packages
Remove now obsolete packages.
2018-03-07 11:57:28 +00:00
wiz
f299ac9498 librime: back out unintended change. 2018-03-07 09:34:55 +00:00
wiz
b1d5686016 librime: Fix compilation with gcc 6.
Return boolean where the function definition has boolean return type.
2018-03-07 09:34:09 +00:00
wiz
66e004a1fe ibus-kkc: Update HOMEPAGE. 2018-02-25 16:07:46 +00:00
adam
e4d9b978f9 ibus-libthai: updated to 0.1.4
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-23 15:42:25 +00:00
jperkin
c3ad19445c uim: Set C99 correctly, use C++03. 2018-02-02 16:38:19 +00:00
markd
2a85347772 qt5-uim: build with qt 5.10 2018-01-30 06:47:01 +00:00
jperkin
37b8c2d121 scim: Specify C++03, not C++11 clean. 2018-01-29 18:33:01 +00:00
jperkin
7c7c36baf9 zinnia: Backport upstream fix for C++11. 2018-01-29 17:41:05 +00:00
wiz
bff4597ffc Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00