summaryrefslogtreecommitdiff
path: root/extra/gcin
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-06 23:14:33 +0000
committerroot <root@rshg054.dnsready.net>2011-09-06 23:14:33 +0000
commite2fb609d3af7a203357fd6ca983fef5f4dfba7eb (patch)
tree17d9357a559130a65cb1988b1e09cf8f1dd6bc55 /extra/gcin
parente05f52e52ba779f4b0ebb5463dba9fc74f67f0b8 (diff)
Tue Sep 6 23:14:33 UTC 2011
Diffstat (limited to 'extra/gcin')
-rw-r--r--extra/gcin/PKGBUILD20
1 files changed, 12 insertions, 8 deletions
diff --git a/extra/gcin/PKGBUILD b/extra/gcin/PKGBUILD
index dc0a8fdfe..ef8002d16 100644
--- a/extra/gcin/PKGBUILD
+++ b/extra/gcin/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 136997 2011-09-05 01:18:48Z bisson $
+# $Id: PKGBUILD 137064 2011-09-05 20:37:32Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
# Contributor: damir <damir@archlinux.org>
pkgname=gcin
-pkgver=1.6.5
-pkgrel=2
+pkgver=1.6.6
+pkgrel=1
pkgdesc='Input method server supporting various input methods'
arch=('i686' 'x86_64')
license=('LGPL')
@@ -16,19 +16,23 @@ optdepends=('qt: support for qt4 input method'
'gtk3: support for gtk3 input method'
'anthy: support for anthy input method'
'libchewing: support for chewing input method')
-source=("http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.bz2"
- 'gtk3-crash.patch'
+source=("http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz"
'qt4-lib64.patch')
-sha1sums=('4ca040981b5a473a8ff70d46e4a92bba39e22405'
- '5529884d655cf9c95e7bf5ddced3ffed140bbc20'
+sha1sums=('d230f8cd0bd1d16321a49e51e42869fd18c3f399'
'4307b0d7d6dc10f15909c94973c4357caf31de7e')
install=install
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
patch -p1 -i ../qt4-lib64.patch
- patch -p1 -i ../gtk3-crash.patch
+ sed '/include suffixes-rule/a \
+ CFLAGS+='"${CFLAGS}"' \
+ LDFLAGS+='"${LDFLAGS}"' \
+ OPTFLAGS=' \
+ -i Makefile
+
./configure --prefix=/usr --use_i18n=Y
make
}