ibus: 1.5.4

This commit is contained in:
Adrian Chaves Fernandez 2013-11-30 09:33:47 +00:00
parent 06d2c88792
commit 281d8c2aef
3 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgname=ibus-m17n
pkgver=1.3.4
pkgrel=2
pkgrel=3
pkgdesc='M17N engine for IBus'
arch=('x86_64')
url='http://code.google.com/p/ibus/'

View File

@ -1,7 +1,7 @@
pkgname=ibus-qt
pkgver=1.3.2
pkgrel=2
pkgrel=3
pkgdesc='IBus qt library and IBus qt input method plugin'
arch=('x86_64')
license=('LGPL')

View File

@ -1,17 +1,17 @@
pkgname=ibus
pkgver=1.5.2
pkgrel=2
pkgver=1.5.4
pkgrel=1
pkgdesc="Next Generation Input Bus for Linux, IBus qt library and IBus qt input method plugin included"
arch=('x86_64')
url="http://ibus.googlecode.com"
license=('LGPL')
depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'pyxdg' 'python2-gobject')
depends=('hicolor-icon-theme' 'libnotify' 'gtk2' 'gtk3' 'pyxdg' 'python2-gobject')
makedepends=('gobject-introspection' 'vala' 'iso-codes' 'intltool')
options=('!libtool')
install=ibus.install
source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
sha1sums=('a7e1695731b4c954fa8897d091e6dda64e08b28c')
sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
build() {
cd ${pkgname}-${pkgver}
@ -32,4 +32,3 @@ package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}