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)
Sat, Nov 22, 1:26 AM
Unknown Object (File)
Sun, Nov 16, 2:29 AM
Unknown Object (File)
Fri, Nov 14, 3:56 PM
Unknown Object (File)
Thu, Nov 6, 1:49 AM
Unknown Object (File)
Mon, Nov 3, 4:30 PM
Unknown Object (File)
Mon, Nov 3, 2:12 PM
Unknown Object (File)
Sun, Nov 2, 1:46 AM
Unknown Object (File)
Sat, Nov 1, 8:51 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.