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)
Wed, Oct 8, 3:32 PM
Unknown Object (File)
Wed, Sep 24, 9:53 AM
Unknown Object (File)
Sat, Sep 20, 10:18 PM
Unknown Object (File)
Sat, Sep 20, 10:08 PM
Unknown Object (File)
Wed, Sep 17, 10:04 PM
Unknown Object (File)
Mon, Sep 15, 3:24 AM
Unknown Object (File)
Thu, Sep 11, 8:48 AM
Unknown Object (File)
Sep 8 2025, 12:25 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

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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
21 ↗(On Diff #60533)

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.