summaryrefslogtreecommitdiff
path: root/community/ibus-hangul/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ibus-hangul/PKGBUILD')
-rw-r--r--community/ibus-hangul/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/ibus-hangul/PKGBUILD b/community/ibus-hangul/PKGBUILD
index 2d24f29df..7930ed363 100644
--- a/community/ibus-hangul/PKGBUILD
+++ b/community/ibus-hangul/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 82988 2013-01-26 08:44:01Z fyan $
+# $Id: PKGBUILD 110386 2014-04-28 17:08:39Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Radim Hvizdák <hvizdakr at gmail dot com>
pkgname=ibus-hangul
pkgver=1.4.2
-pkgrel=1
+pkgrel=2
pkgdesc='Korean input engine for IBus'
arch=('i686' 'x86_64')
url='http://ibus.googlecode.com'
license=('GPL')
-depends=('ibus' 'libhangul' 'iso-codes' 'pygtk' 'gtk-update-icon-cache')
+depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 'python2-gobject')
makedepends=('intltool')
install=ibus-hangul.install
source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
@@ -25,6 +25,9 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make NO_INDEX=true DESTDIR="${pkgdir}" install
+
+ # Fix symlink
+ ln -sf ../lib/ibus/ibus-setup-hangul "$pkgdir/usr/bin/ibus-setup-hangul"
}
md5sums=('0229eab9481355bb5f54230890bfa910')