UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ 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 directory: fcitx5-5.1.14
Package URL: fcitx5-5.1.14.tar.gz
Package md5-checksum URL: 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