# Contributor: Nguyen Ha Duong # Contributor: Ngo Trung # Contributor: Dam Tien Long # Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES pkgname="ibus-bogo" pkgver=0.4 pkgrel=0 pkgdesc="Vietnamese input method for IBus. \ Git version's https://aur.archlinux.org/packages/ibus-bogo-git/" arch=('i686' 'x86_64' 'mips64el') url="https://github.com/BoGoEngine/ibus-bogo-python" license=('GPL v3') depends=('ibus' 'python' 'python-gobject' 'libwnck3' 'python-pyqt4' 'libnotify' 'qt4') makedepends=('git' 'cmake' 'gcc' 'pyqt4-common') source=("https://github.com/BoGoEngine/ibus-bogo-python/releases/download/v$pkgver.$pkgrel/ibus-bogo_$pkgver.$pkgrel.tar.gz") build() { cd ${srcdir}/${pkgname} msg "Starting build..." # Building ibus-bogo-python mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH="${pkgdir}/usr" .. make } package() { cd ${srcdir}/${pkgname}/build make install }