UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ 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

Template:
Codename: ibus
Source file: ibus-1.5.31.tar.gz
Source directory: ibus-1.5.31
Package URL: ibus-1.5.31.tar.gz
Package md5-checksum URL: ibus-1.5.31.tar.gz.md5sum
Dependances: gobject-introspection, vala, iso-codes, DConf, libnotify.
Dependance of: ibus-pinyin, !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