UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ BASH | XML | JSON ]

fcitx5-base

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

Package info

Template:
Codename: fcitx5-base
Source file: fcitx5-39fe0437e49fe39472d4f37b17335a32138d2e28.tar.gz
Source directory: fcitx5-39fe0437e49fe39472d4f37b17335a32138d2e28
Package URL: fcitx5-39fe0437e49fe39472d4f37b17335a32138d2e28.tar.gz
Package md5-checksum URL: fcitx5-39fe0437e49fe39472d4f37b17335a32138d2e28.tar.gz.md5sum
Dependances: xcb-imdkit.
Dependance of: fcitx5-qt6, libime, fcitx5, fcitx5-lua.
Patches: *** NO PATCHES FOUND ***
Addons: en_dict-20121020.tar.gz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
cp -v ../en_dict-20121020.tar.gz src/modules/spell/

mkdir build &&
cd    build &&

cmake -GNinja \
-D CMAKE_INSTALL_PREFIX=/usr         \
      -D CMAKE_INSTALL_LIBDIR=/usr/lib     \
      -D CMAKE_INSTALL_LIBEXECDIR=/usr/lib \
      -D CMAKE_INSTALL_SYSCONFDIR=/etc     \
      -D CMAKE_BUILD_TYPE=Release          \
      -W no-dev ..

Build script:
cd    build
ninja

Install script:
cd    build
ninja install