UmVirt LFS Package info
DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
ibus
ibus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides a fully featured and user friendly input method user interface.Package info
Template:
Codename: ibus
Source file: ibus-1.5.29.tar.gz
Source file size: 1510966
Source file MD5-checkum: 2e29a7fb0f8c5ffcf42462fda45348fd
Source directory: ibus-1.5.29
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/i/ibus-1.5.29.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/i/ibus-1.5.29.tar.gz.md5sum
Dependances: gobject-introspection, gtk2, vala, iso-codes, DConf, libnotify.
Dependance of: gnome-shell, gnome-control-center.
Patches: *** NO PATCHES FOUND ***
Addons: UCD.zip.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir -p /usr/share/unicode/ucd &&
unzip -uo ../UCD.zip -d /usr/share/unicode/ucd
sed -i 's@/desktop/ibus@/org/freedesktop/ibus@g' \
data/dconf/org.freedesktop.ibus.gschema.xml
SAVE_DIST_FILES=1 NOCONFIGURE=1 ./autogen.sh &&
PYTHON=python3 \
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-python2 \
--disable-appindicator \
--disable-gtk2 \
--disable-emoji-dict
Build script:
make
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
make -k check
fi
Install script:
make install