2013-06-08 06:02:24 +08:00
|
|
|
pkgname=ibus
|
2017-03-23 14:38:35 +08:00
|
|
|
pkgver=1.5.14
|
2016-02-22 22:11:50 +08:00
|
|
|
pkgrel=1
|
2013-06-08 06:02:24 +08:00
|
|
|
pkgdesc="Next Generation Input Bus for Linux, IBus qt library and IBus qt input method plugin included"
|
|
|
|
arch=('x86_64')
|
2016-02-22 22:11:50 +08:00
|
|
|
url="https://github.com/ibus/ibus"
|
2013-06-08 06:02:24 +08:00
|
|
|
license=('LGPL')
|
2015-07-16 20:39:29 +08:00
|
|
|
depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python3-dbus' 'python3-gobject'
|
|
|
|
'iso-codes' 'python2-gobject2' 'python2-dbus' 'python2-gobject' 'librsvg')
|
2017-03-23 14:38:35 +08:00
|
|
|
makedepends=('gobject-introspection' 'vala' 'intltool' 'gnome-common' 'gtk-doc' 'qt5-base' 'nodejs-emojione')
|
|
|
|
options=('!emptydirs')
|
2013-06-08 06:02:24 +08:00
|
|
|
install=ibus.install
|
2015-02-26 15:51:08 +08:00
|
|
|
source=(https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
2017-03-23 14:38:35 +08:00
|
|
|
sha1sums=('0b88a8738b2e5b39042637e6e3356dc918c90b07')
|
2013-06-08 06:02:24 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd ${pkgname}-${pkgver}
|
2016-02-22 22:11:50 +08:00
|
|
|
./autogen.sh \
|
2013-11-11 02:40:09 +08:00
|
|
|
--prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib/ibus \
|
2013-06-08 06:02:24 +08:00
|
|
|
--sysconfdir=/etc \
|
|
|
|
--disable-gconf \
|
|
|
|
--disable-memconf \
|
2016-02-22 22:11:50 +08:00
|
|
|
--enable-gtk-doc \
|
2013-06-08 06:02:24 +08:00
|
|
|
--enable-ui \
|
2016-02-22 22:11:50 +08:00
|
|
|
--enable-wayland \
|
2015-07-16 20:39:29 +08:00
|
|
|
--enable-python-library \
|
2016-02-22 22:11:50 +08:00
|
|
|
--with-python=python3
|
2013-06-08 06:02:24 +08:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd ${pkgname}-${pkgver}
|
|
|
|
make DESTDIR="${pkgdir}" install
|
|
|
|
}
|