UmVirt LFS Package info

DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ BASH | XML | JSON ]

fcitx5-chinese-addons

pinyin and table input method support for fcitx5

Package info

Template: cmake-make
Codename: fcitx5-chinese-addons
Source file: fcitx5-chinese-addons-5.1.9.tar.gz
Source file size: 421215
Source file MD5-checkum: fc9af252fadc6e4b380fd4d568b21206
Source directory: fcitx5-chinese-addons-5.1.9
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/f/fcitx5-chinese-addons-5.1.9.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/f/fcitx5-chinese-addons-5.1.9.tar.gz.md5sum
Dependances: OpenCC, fcitx5-qt6, fcitx5-lua, libime.
Dependance of: fcitx5.
Patches: *** NO PATCHES FOUND ***
Addons: py_stroke-20250329.tar.gz, py_table-20121124.tar.gz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
#avoid downloading
cp -v ../py_stroke-20250329.tar.gz modules/pinyinhelper
cp -v ../py_table-20121124.tar.gz modules/pinyinhelper

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr   \
      -D CMAKE_BUILD_TYPE=Release    \
      -D CMAKE_SKIP_INSTALL_RPATH=ON \
      -D ENABLE_TEST=OFF             \
      -D ENABLE_BROWSER=OFF          \
      -D ENABLE_CLOUDPINYIN=OFF      \
      -Wno-dev ..

Build script:
cd    build
make

Install script:
cd    build
make install