milis/talimatname/genel/i/ibus/talimat

26 lines
731 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: IBus is an Intelligent Input Bus
# URL: http://ibus.googlecode.com
# Paketçi: yasarciv67@gmail.com
# Gerekler: dconf iso-codes gobject-introspection gtk2 libnotify vala python python-gobject libxkbcommon dbus-python python-xdg
name=ibus
version=1.5.15
release=1
source=(https://github.com/ibus/ibus/releases/download/$version/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i 's@/desktop/ibus@/org/freedesktop/ibus@g' \
data/ibus.schemas.in \
data/dconf/org.freedesktop.ibus.gschema.xml.in
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-gtk-doc \
--disable-emoji-dict
rm -f tools/main.c
make
make DESTDIR=$PKG install
}