Page MenuHomeFreeBSD

New ports: fcitx5*
ClosedPublic

Authored by khng on Dec 18 2020, 11:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 5, 3:10 PM
Unknown Object (File)
Feb 19 2024, 7:36 AM
Unknown Object (File)
Feb 12 2024, 12:06 PM
Unknown Object (File)
Feb 1 2024, 3:56 AM
Unknown Object (File)
Jan 26 2024, 5:32 PM
Unknown Object (File)
Jan 7 2024, 5:28 AM
Unknown Object (File)
Jan 7 2024, 5:28 AM
Unknown Object (File)
Jan 7 2024, 5:08 AM

Details

Summary

This revision adds Fcitx5 IME framework which is the future version
of the legacy Fcitx IME framework.

Here are the essential parts of Fcitx5:

  • New port: x11/xcb-imdkit
  • New port: textproc/fcitx5

Here are the application supports libraries of Fcitx5:

  • New port: textproc/fcitx5-qt
  • New port: textproc/fcitx5-gtk

Below is the GUI configuration tool of Fcitx5:

  • New port: textproc/fcitx5-configtool

Here are the IME addons for Fcitx5:

  • New port: chinese/fcitx5-rime
  • New port: japanese/fcitx5-anthy

textproc/fcitx5 and chinese/fcitx cannot be installed at the same time right now,
due to development environment and runtime conflicts users could possibly run
into.

Sponsored by: The FreeBSD Foundation

Test Plan

poudriere build + fcitx5 users feedback

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 35520
Build 32423: arc lint + arc unit

Event Timeline

khng held this revision as a draft.
chinese/fcitx5-rime/pkg-descr
4
textproc/fcitx5-configtool/pkg-descr
4
textproc/fcitx5-gtk/pkg-descr
2

Gtk?

4
textproc/fcitx5/pkg-descr
4
textproc/fcitx5-gtk/Makefile
18

TODO: remove qt:5

khng marked an inline comment as not done.Dec 18 2020, 11:24 AM
  • Dependencies cleanups on textproc/fcitx5-gtk
  • Dependencies fixes on textproc/fcitx5-qt
  • Dependencies fixes and options changes on textproc/fcitx5
  • Dependencies cleanups on textproc/fcitx5-config
  • Use DIST_SUBDIR in textproc/fcitx5 due to fetching dictionary file
  • Update fcitx5* pkg-descr
  • Add pkg-message.in for textproc/fcitx5
  • Update fcitx5* pkg-descr
khng published this revision for review.Dec 18 2020, 6:04 PM
khng marked 3 inline comments as done.Dec 18 2020, 6:29 PM
khng marked an inline comment as done.
  • Update fcitx5-gtk pkg-descr
khng planned changes to this revision.Dec 19 2020, 3:22 AM
khng added inline comments.
textproc/fcitx5-gtk/pkg-descr
2

I named to GTK+ instead

  • Add missing libxcb-keysyms.so to x11/xcb-imdkit
  • Add missing xcb* dependencies to textproc/fcitx5
  • Add missing qt5-concurrent dependencies to textproc/fcitx5-qt
  • Drop USE_FLATPAK_ICON from textproc/fcitx5
  • Refactor fcitx5 and fcitx5-qt dependencies in textproc/fcitx5-configtool
  • Refactor fcitx5 dependencies in chinese/fcitx5-rime
  • Fix fcitx5* and xcb-imdkit language versions.
  • Add fcitx5-configtool to x11 category also
  • New port: japanese/fcitx5-anthy
This revision is now accepted and ready to land.Dec 19 2020, 4:42 PM
  • Add FCITX5_DOWNLOAD_DISALLOWED cmake option for textproc/fcitx5
This revision now requires review to proceed.Dec 19 2020, 5:17 PM
khng marked an inline comment as done.Dec 19 2020, 5:18 PM
  • Add FCITX5_DOWNLOAD_DISALLOWED cmake option for textproc/fcitx5 (Updated)
  • New port: chinese/fcitx5-chewing
  • textproc/fcitx5: Use CP instead of RLN for data files
  • textproc/fcitx5: Add a variable for datafile tarballs
  • chinese/fcitx5-rime: Depends on individual essential schema ports
ygy requested changes to this revision.Dec 28 2020, 12:12 PM
ygy added a subscriber: ygy.
--------------------------
|Index: chinese/fcitx5-chewing/Makefile
|===================================================================
|--- /dev/null
|+++ chinese/fcitx5-chewing/Makefile
--------------------------
Patching file Makefile using Plan A...
Patch creates file that already exists!

https://www.freshports.org/chinese/fcitx-chewing/

This revision now requires changes to proceed.Dec 28 2020, 12:12 PM

Ah sorry it was my bad... My CI didn't realize that it was a patch -p0 patch.

This revision is now accepted and ready to land.Dec 28 2020, 12:56 PM
This revision was automatically updated to reflect the committed changes.