summaryrefslogtreecommitdiff
path: root/community/ibus-chewing/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ibus-chewing/PKGBUILD')
-rw-r--r--community/ibus-chewing/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/ibus-chewing/PKGBUILD b/community/ibus-chewing/PKGBUILD
index cbec4f962..67fc6ff52 100644
--- a/community/ibus-chewing/PKGBUILD
+++ b/community/ibus-chewing/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 56125 2011-10-02 04:43:30Z ebelanger $
+# $Id: PKGBUILD 56294 2011-10-05 06:10:32Z ebelanger $
# Maintainer: Thomas Dziedzic < gostrc at gmail >
# Contributor: Rainy <rainylau(at)gmail(dot)com>
# Contributor: Lee.MaRS <leemars@gmail.com>
@@ -6,7 +6,7 @@
pkgname=ibus-chewing
pkgver=1.3.9.2
-pkgrel=4
+pkgrel=5
pkgdesc='Chinese Chewing Engine for IBus Framework'
arch=('i686' 'x86_64')
license=('GPL')
@@ -14,12 +14,14 @@ url='http://ibus.googlecode.com'
depends=('ibus' 'libchewing' 'libxtst' 'gconf')
makedepends=('swig' 'cmake' 'gob2')
install=ibus-chewing.install
-source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}-Source.tar.gz")
-md5sums=('8d177d67647944f5d1f9cca0654eaccb')
+source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}-Source.tar.gz
+ ibus-chewing-696864-abrt-ibus-1.4.patch)
+md5sums=('8d177d67647944f5d1f9cca0654eaccb'
+ '4bc83c143243a4fc5aa6a6e6fb0a3aa1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}-Source"
-
+ patch -p1 -i "${srcdir}/ibus-chewing-696864-abrt-ibus-1.4.patch"
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSCONF_INSTALL_DIR=/usr/share \