UmVirt LFS Package info

DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

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.2/packages/i/ibus-1.5.29.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/i/ibus-1.5.29.tar.gz.md5sum
Dependances: gobject-introspection, 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