diff options
author | root <root@rshg054.dnsready.net> | 2012-02-07 23:15:14 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-07 23:15:14 +0000 |
commit | 0dee03071a0643c3ee5820afa3c694dcef71d385 (patch) | |
tree | 2aa6cbee930040086600726e496a2bd87ec41ba8 /community/ibus | |
parent | 1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 (diff) |
Tue Feb 7 23:15:14 UTC 2012
Diffstat (limited to 'community/ibus')
-rw-r--r-- | community/ibus/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/ibus/PKGBUILD b/community/ibus/PKGBUILD index 6071b1254..144c534fd 100644 --- a/community/ibus/PKGBUILD +++ b/community/ibus/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 63348 2012-01-30 21:56:05Z ebelanger $ +# $Id: PKGBUILD 63863 2012-02-06 10:52:08Z ebelanger $ # Contributor: Rainy <rainylau(at)gmail(dot)com> # Contributor: Lee.MaRS <leemars at gmail dot com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Maintainer: Brad Fanella <bradfanella@archlinux.us> pkgname=ibus -pkgver=1.4.0 -pkgrel=2 +pkgver=1.4.1 +pkgrel=1 pkgdesc="Next Generation Input Bus for Linux" arch=('i686' 'x86_64') url="http://ibus.googlecode.com" @@ -18,11 +18,12 @@ optdepends=('notification-daemon') options=('!libtool') install=ibus.install source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") -md5sums=('b4f063794e89c71eb1f8cb543210da30') +md5sums=('88ef7dda720cec2de92b8673832a702e') build() { cd ${pkgname}-${pkgver} export PYTHON=python2 + sed -i 's|--pkg=ibus-1.0||' src/Makefile.in ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/ibus \ |