summaryrefslogtreecommitdiff
path: root/community/fcitx-chewing
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-21 13:07:59 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-21 13:07:59 +0100
commitbdbfa57a41a969fbdf5a636adb2f8ff355d74263 (patch)
tree13ae3d40385bf4f944e6b78f239bb186f33d8ecf /community/fcitx-chewing
parent24ac25bb11036f62ff8c578c4d3e3dba5f3dbcef (diff)
parentebf350f32a8352abbd1bb4a8a49ed750bb23f285 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/gmp/PKGBUILD extra/sqlite/PKGBUILD
Diffstat (limited to 'community/fcitx-chewing')
-rw-r--r--community/fcitx-chewing/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/community/fcitx-chewing/PKGBUILD b/community/fcitx-chewing/PKGBUILD
index fb4a219a7..9151c7066 100644
--- a/community/fcitx-chewing/PKGBUILD
+++ b/community/fcitx-chewing/PKGBUILD
@@ -1,19 +1,23 @@
-# $Id: PKGBUILD 79762 2012-11-12 02:32:12Z fyan $
+# $Id: PKGBUILD 81444 2012-12-21 04:32:29Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=fcitx-chewing
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Fcitx Wrapper for chewing"
arch=('i686' 'x86_64' 'mips64el')
url="https://github.com/fcitx/fcitx-chewing"
license=('GPL')
depends=('libchewing' 'fcitx>=4.2.6')
makedepends=('cmake' 'intltool')
-source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz)
+source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz"
+ "https://github.com/fcitx/fcitx-chewing/commit/3395ef29e7c43187dcd556f3396fec8aa8c1f60a.patch")
build() {
cd "$srcdir"/${pkgname}-${pkgver}
+
+ patch -Np1 -i "$srcdir/3395ef29e7c43187dcd556f3396fec8aa8c1f60a.patch"
+
rm -rf build
mkdir build
cd build
@@ -26,4 +30,5 @@ package() {
cd "$srcdir"/${pkgname}-${pkgver}/build
make DESTDIR="$pkgdir" install
}
-md5sums=('052e3f146b6e2805918c008005fc9591')
+md5sums=('052e3f146b6e2805918c008005fc9591'
+ '60f54d8ef94f66f00f8e7982ddbbde6f')