Date: Saturday, August 24, 2013 @ 07:32:59
  Author: bisson
Revision: 193563

upstream update

Modified:
  gcin/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-08-23 23:00:37 UTC (rev 193562)
+++ PKGBUILD    2013-08-24 05:32:59 UTC (rev 193563)
@@ -4,8 +4,8 @@
 # Contributor: damir <da...@archlinux.org>
 
 pkgname=gcin
-pkgver=2.8.0
-pkgrel=2
+pkgver=2.8.1
+pkgrel=1
 pkgdesc='Input method server supporting various input methods'
 url='http://hyperrate.com/dir.php?eid=67'
 license=('LGPL')
@@ -17,21 +17,22 @@
             '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.xz";)
-sha1sums=('69fe604939bc013f043ff0b4baa63b7951b26c95')
+sha1sums=('fc7323f1e0558675a94e91de2166c484c72d464d')
 
 install=install
 
-build() {
+prepare() {
        cd "${srcdir}/${pkgname}-${pkgver}"
-
-       source /etc/profile.d/qt4.sh
        sed 's/lib64/lib/g' -i configure
        sed '/include suffixes-rule/a \
                CFLAGS+='"${CFLAGS}"' \
                LDFLAGS+='"${LDFLAGS}"' \
                OPTFLAGS=' \
                -i Makefile
+}
 
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
        ./configure --prefix=/usr --use_i18n=Y
        make
 }

Reply via email to