From 5520a8b04cecf4af812cbf2285e9ab6efabe147f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 3 May 2012 00:01:52 +0000 Subject: Thu May 3 00:01:52 UTC 2012 --- community/ibus-hangul/PKGBUILD | 8 +++++--- community/ibus-hangul/ibus-hangul.install | 11 +++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 community/ibus-hangul/ibus-hangul.install (limited to 'community/ibus-hangul') diff --git a/community/ibus-hangul/PKGBUILD b/community/ibus-hangul/PKGBUILD index ddcd0322a..1e175526f 100644 --- a/community/ibus-hangul/PKGBUILD +++ b/community/ibus-hangul/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 61928 2012-01-11 03:15:10Z ebelanger $ +# $Id: PKGBUILD 70167 2012-05-01 04:52:15Z ebelanger $ # Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: Radim Hvizdák pkgname=ibus-hangul -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=1 pkgdesc='Korean input engine for IBus' arch=('i686' 'x86_64') @@ -11,11 +11,13 @@ url='http://ibus.googlecode.com' license=('GPL') depends=('ibus' 'libhangul') makedepends=('intltool') +install=ibus-hangul.install source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) -sha1sums=('421d7164a27eeedfea49d54b61e2a5edd4f7d3a7') +sha1sums=('659899cf942a983fbd2ffbb4bd4f5ecd883f5c0a') build() { cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's/python/python2/' setup/ibus-setup-hangul.in PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/ibus make } diff --git a/community/ibus-hangul/ibus-hangul.install b/community/ibus-hangul/ibus-hangul.install new file mode 100644 index 000000000..1a05f573e --- /dev/null +++ b/community/ibus-hangul/ibus-hangul.install @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf