From 40f0b1c7106cc1fed13f14e80f083ecd69c416f5 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 1 May 2011 22:33:26 +0000 Subject: Sun May 1 22:33:26 UTC 2011 --- extra/gcin/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extra/gcin') diff --git a/extra/gcin/PKGBUILD b/extra/gcin/PKGBUILD index 42d692c41..ad1a393fd 100644 --- a/extra/gcin/PKGBUILD +++ b/extra/gcin/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 116389 2011-03-23 02:55:06Z bisson $ +# $Id: PKGBUILD 121293 2011-04-30 12:04:42Z bisson $ +# Maintainer: Gaetan Bisson # Contributor: Andreas Radke # Contributor: damir -# Maintainer: Gaetan Bisson pkgname=gcin -pkgver=1.6.0 +pkgver=1.6.1 pkgrel=1 pkgdesc='Input method server supporting various input methods' arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ optdepends=('qt: support for qt4 input method') source=("${url}download/${pkgname}-${pkgver}.tar.bz2" 'fix_x86_64_libdir.patch' 'fix_qt4_paths.patch') -sha1sums=('72d05f85e0cd410420eef539e034167172b8c34c' +sha1sums=('acbfffbaf7eccd32ef251493e8c03dd126023b51' 'e5c113e50420bf4750f5547641df6ec4b7e437e0' '16d004424caed541d5baaa6874f708b1c138ab08') @@ -24,8 +24,8 @@ install=install build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i "${srcdir}/fix_x86_64_libdir.patch" - patch -p1 -i "${srcdir}/fix_qt4_paths.patch" + patch -p1 -i ../fix_x86_64_libdir.patch + patch -p1 -i ../fix_qt4_paths.patch ./configure --prefix=/usr --use_i18n=Y make } -- cgit v1.2.3-54-g00ecf