UmVirt LFS Package info

DB commit: 06a3bafc31a9f2da2aecdf7c1c6e8b91885cb553
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

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

Codename: ibus
Source file: ibus-1.5.29.tar.gz
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