UmVirt LFS Package info
DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
libime
A library to support generic input method implementation.Package info
Template: cmake-make
Codename: libime
Source file: libime-1.1.11.tar.gz
Source file size: 148113
Source file MD5-checkum: acb390d453008853d942fe403546d6d8
Source directory: libime-1.1.11
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/l/libime-1.1.11.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/l/libime-1.1.11.tar.gz.md5sum
Dependances: fcitx5-base.
Dependance of: fcitx5-table-extra, fcitx5-chinese-addons.
Patches: *** NO PATCHES FOUND ***
Addons: kenlm-bcd4af619a2fa45f5876d8855f7876cc09f663af.tar.gz, table-20240108.tar.zst, dict-20250327.tar.zst, lm_sc.arpa-20250113.tar.zst.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
#avoid downloading
cp -v ../table-20240108.tar.zst data
cp -v ../dict-20250327.tar.zst data
cp -v ../lm_sc.arpa-20250113.tar.zst data
tar -xvf ../kenlm-bcd4af619a2fa45f5876d8855f7876cc09f663af.tar.gz -C src/libime/core &&
rmdir src/libime/core/kenlm &&
mv src/libime/core/kenlm-bcd4af619a2fa45f5876d8855f7876cc09f663af src/libime/core/kenlm
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_SKIP_INSTALL_RPATH=ON \
-D BUILD_SHARED_LIBS=ON \
-D ENABLE_TEST=OFF \
-Wno-dev ..
Build script:
cd build
make
Install script:
cd build
make install