Page MenuHomeFreeBSD

Update Chinese Pinyin related ports:
ClosedPublic

Authored by delphij on Aug 7 2019, 7:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 24, 7:28 PM
Unknown Object (File)
Sat, Apr 19, 3:55 AM
Unknown Object (File)
Thu, Apr 17, 12:03 AM
Unknown Object (File)
Mar 31 2025, 1:37 PM
Unknown Object (File)
Mar 25 2025, 2:35 AM
Unknown Object (File)
Mar 15 2025, 2:05 PM
Unknown Object (File)
Feb 24 2025, 1:22 AM
Unknown Object (File)
Feb 22 2025, 8:57 PM

Details

Summary

chinese/ibus-libpinyin: 1.10.0 -> 1.11.1, enable OpenCC
chinese/libpinyin: 2.2.0 -> 2.3.0
textproc/ibus: 1.5.18 -> 1.5.20, while there also fix pkg-message for Qt

Reviewed: TBD

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 25823
Build 24395: arc lint + arc unit

Event Timeline

LGTM for the libpinyin part unless it breaks fcitx-libpinyin in a way I didn't know.

This revision is now accepted and ready to land.Aug 7 2019, 2:05 PM

With a minor change, the updated ibus-libpinyin works.

chinese/ibus-libpinyin/Makefile
22

You need to specify that this port needs its glib settings schema to be installed:
GLIB_SCHEMAS= com.github.libpinyin.ibus-libpinyin.gschema.xml

Otherwise, the engine crashes when you switch to this engine. I thought that it worked before, so I'm not sure what's the problem.

With this line, the corresponding line in pkg-plist can be removed.

This revision now requires changes to proceed.Aug 12 2019, 2:32 AM

Address reviewer comments.

This revision is now accepted and ready to land.Aug 15 2019, 12:03 AM
This revision was automatically updated to reflect the committed changes.