UmVirt LFS Package info

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

libime

A library to support generic input method implementation.

Package info

Template:
Codename: libime
Source file: libime-a6609b1206bb036dffe8c2d8829f1448e54a97ad.tar.gz
Source directory: libime-a6609b1206bb036dffe8c2d8829f1448e54a97ad
Package URL: libime-a6609b1206bb036dffe8c2d8829f1448e54a97ad.tar.gz
Package md5-checksum URL: libime-a6609b1206bb036dffe8c2d8829f1448e54a97ad.tar.gz.md5sum
Dependances: fcitx5-base.
Dependance of: fcitx5-chinese-addons.
Patches: *** NO PATCHES FOUND ***
Addons: dict-20250327.tar.zst, table-20240108.tar.zst, lm_sc.arpa-20250113.tar.zst.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
cp -v ../table-20240108.tar.zst data
cp -v ../dict-20250327.tar.zst data
cp -v ../lm_sc.arpa-20250113.tar.zst data

mkdir build &&
cd    build &&

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

Build script:
cd    build
make

Install script:
cd    build
make install