2012-09-25 17:34:14 +02:00
|
|
|
# Template file for 'ibus'
|
|
|
|
pkgname=ibus
|
2014-10-05 08:50:06 +02:00
|
|
|
version=1.5.9
|
|
|
|
revision=1
|
2012-09-25 17:34:14 +02:00
|
|
|
build_style=gnu-configure
|
2012-11-13 11:14:05 +01:00
|
|
|
configure_args="--enable-ui --enable-gtk3 --disable-python
|
|
|
|
--disable-schemas-compile --enable-memconf
|
2012-10-17 17:08:24 +02:00
|
|
|
--disable-schemas-install --enable-dconf --disable-gconf"
|
2014-06-19 16:13:02 +02:00
|
|
|
hostmakedepends="automake gettext-devel libtool pkg-config intltool
|
|
|
|
dconf GConf python glib-devel"
|
2013-09-21 09:04:16 +02:00
|
|
|
makedepends="dconf-devel>=0.13.90 librsvg-devel gtk+-devel gtk+3-devel
|
2014-06-19 16:07:26 +02:00
|
|
|
vala-devel libnotify-devel hicolor-icon-theme iso-codes dbus-x11 python-xdg"
|
|
|
|
depends="hicolor-icon-theme iso-codes dbus-x11 python-xdg"
|
2014-01-01 16:10:11 +01:00
|
|
|
triggers="gtk-immodules gtk3-immodules"
|
2013-09-21 09:04:16 +02:00
|
|
|
short_desc="Intelligent Input Bus"
|
2012-09-25 17:34:14 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://ibus.googlecode.com"
|
|
|
|
license="LGPL-2.1"
|
2014-04-04 18:07:59 +02:00
|
|
|
distfiles="https://github.com/ibus/ibus/releases/download/${version}/ibus-${version}.tar.gz"
|
2014-10-05 08:50:06 +02:00
|
|
|
checksum=ad41014aa3cb961854ee0aa392a5abd7452fab2c6b77d8ff2d736b7405b48ac6
|
2014-02-20 11:17:36 +01:00
|
|
|
|
|
|
|
# Package build options
|
|
|
|
build_options="gir"
|
|
|
|
|
|
|
|
# Disable gir for cross builds.
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
|
|
build_options_default="gir"
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
configure_args+=" --enable-introspection"
|
|
|
|
makedepends+=" gobject-introspection"
|
|
|
|
else
|
|
|
|
configure_args+=" --disable-introspection"
|
|
|
|
fi
|
|
|
|
|
|
|
|
pre_configure() {
|
2014-06-19 16:13:02 +02:00
|
|
|
autoreconf -fi
|
2014-02-20 11:17:36 +01:00
|
|
|
}
|
2012-09-25 17:34:14 +02:00
|
|
|
|
2014-04-04 18:07:59 +02:00
|
|
|
pre_install() {
|
|
|
|
vmkdir etc/dconf/db
|
|
|
|
}
|
|
|
|
|
2013-04-12 16:39:50 +02:00
|
|
|
ibus-devel_package() {
|
2013-04-19 09:14:22 +02:00
|
|
|
depends="libglib-devel ibus-${version}_${revision}"
|
2013-07-27 23:24:53 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 16:39:50 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2013-09-21 09:04:16 +02:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 16:39:50 +02:00
|
|
|
vmove usr/share/gtk-doc
|
2014-02-20 11:17:36 +01:00
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
vmove usr/share/vala
|
|
|
|
fi
|
2013-04-12 16:39:50 +02:00
|
|
|
}
|
|
|
|
}
|