summaryrefslogtreecommitdiff
path: root/community/ibus-hangul
diff options
context:
space:
mode:
Diffstat (limited to 'community/ibus-hangul')
-rw-r--r--community/ibus-hangul/PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/community/ibus-hangul/PKGBUILD b/community/ibus-hangul/PKGBUILD
index 4042a60df..870d06e60 100644
--- a/community/ibus-hangul/PKGBUILD
+++ b/community/ibus-hangul/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 56129 2011-10-02 08:05:56Z ebelanger $
+# $Id: PKGBUILD 57039 2011-10-18 23:59:43Z ebelanger $
# Maintainer: Thomas Dziedzic < gostrc at gmail >
# Contributor: Radim Hvizdák <hvizdakr at gmail dot com>
pkgname=ibus-hangul
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
pkgdesc='Korean input engine for IBus'
arch=('i686' 'x86_64' 'mips64el')
url='http://ibus.googlecode.com'
@@ -12,21 +12,17 @@ license=('GPL')
depends=('ibus' 'libhangul')
makedepends=('intltool')
source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz ibus-1.4.0.patch)
-md5sums=('b71565bba3a1439a47212611b774ecf7'
+md5sums=('b8132e8b11afadd803b2602c63294da5'
'edf93824ab2eead1307088d3edc24dbc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i "${srcdir}/ibus-1.4.0.patch"
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/ibus
-
+ PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
make NO_INDEX=true DESTDIR="${pkgdir}" install
}