UmVirt LFS Package info

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

fcitx5-base

Fcitx 5 is a generic input method framework released under LGPL-2.1+.

Package info

Template: cmake-make
Codename: fcitx5-base
Source file: fcitx5-5.1.14.tar.gz
Source file size: 7724709
Source file MD5-checkum: df1df72e50aed9fcda3c6ace48ce6aa8
Source directory: fcitx5-5.1.14
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/f/fcitx5-5.1.14.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/f/fcitx5-5.1.14.tar.gz.md5sum
Dependances: xcb-imdkit.
Dependance of: fcitx5-qt6, libime, fcitx5, fcitx5-table-extra, fcitx5-anthy, fcitx5-lua, fcitx5-gtk.
Patches: *** NO PATCHES FOUND ***
Addons: en_dict-20121020.tar.gz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
#avoid downloding
cp -v ../en_dict-20121020.tar.gz src/modules/spell/

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             \
      -Wno-dev ..

Build script:
cd    build
make

Install script:
cd    build
make  install