summaryrefslogtreecommitdiff
path: root/extra/ibus
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-14 04:00:44 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-14 04:00:44 +0000
commit4d799458274f83bcf13d49715eaa435045a719d7 (patch)
tree4c683fd5a06f00482a687bfa738f3d8764371d96 /extra/ibus
parent4e5db57790dfb7243ca8b1d7c82f834a6294d8ab (diff)
Fri Mar 14 03:57:28 UTC 2014
Diffstat (limited to 'extra/ibus')
-rw-r--r--extra/ibus/PKGBUILD26
1 files changed, 14 insertions, 12 deletions
diff --git a/extra/ibus/PKGBUILD b/extra/ibus/PKGBUILD
index bdb9624d6..fb0f71693 100644
--- a/extra/ibus/PKGBUILD
+++ b/extra/ibus/PKGBUILD
@@ -1,31 +1,33 @@
-# $Id: PKGBUILD 204310 2014-01-17 07:31:32Z fyan $
+# $Id: PKGBUILD 207688 2014-03-13 13:24:32Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgbase=ibus
pkgname=(ibus libibus)
-pkgver=1.5.5
+pkgver=1.5.6
pkgrel=1
pkgdesc="Next Generation Input Bus for Linux"
arch=('i686' 'x86_64')
url="http://ibus.googlecode.com"
license=('LGPL')
-depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'pygtk' 'python2-dbus' 'python2-gobject' 'iso-codes')
-makedepends=('gobject-introspection' 'vala' 'gconf' 'intltool')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 'python-gobject' 'iso-codes')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 'gtk-doc' 'gconf')
options=('!emptydirs')
-source=(http://ibus.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
+source=("git+https://github.com/ibus/ibus.git#tag=$pkgver")
build() {
- cd ${pkgbase}-${pkgver}
- export PYTHON=python2
- ./configure \
+ cd ${pkgbase}
+ ./autogen.sh \
--prefix=/usr \
--libexecdir=/usr/lib/ibus \
--sysconfdir=/etc \
--disable-gconf \
--enable-dconf \
+ --enable-wayland \
+ --enable-gtk-doc \
--disable-memconf \
--enable-ui \
- --enable-python-library
+ --enable-python-library \
+ --with-python=python3
make
}
@@ -33,7 +35,7 @@ package_ibus() {
depends+=("libibus=$pkgver")
install=ibus.install
- cd ${pkgbase}-${pkgver}
+ cd ${pkgbase}
make DESTDIR="${pkgdir}" install
make -C src DESTDIR="${pkgdir}" uninstall
make -C bindings DESTDIR="${pkgdir}" uninstall
@@ -44,10 +46,10 @@ package_libibus() {
pkgdesc="IBus support library"
depends=('glib2')
- cd ${pkgbase}-${pkgver}
+ cd ${pkgbase}
make -C src DESTDIR="${pkgdir}" install
make -C bindings DESTDIR="${pkgdir}" install
make DESTDIR="${pkgdir}" install-pkgconfigDATA
}
-sha512sums=('8249d6ee4918b0e0fe030af736eed2260e1376b2fdaf0d819f289e0bd880a5e3874f1fb3d097fc74b9f359822ce16f4dae52a263aa28c2e2ce7bdf671cb2fea9')
+sha512sums=('SKIP')