[arch-commits] CVS update of extra/x11/gcin (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Sep 4 06:54:20 UTC 2007


    Date: Tuesday, September 4, 2007 @ 02:54:20
  Author: andyrtr
    Path: /home/cvs-extra/extra/x11/gcin

Modified: PKGBUILD (1.18 -> 1.19)

trying to fix x86_64 build


----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Index: extra/x11/gcin/PKGBUILD
diff -u extra/x11/gcin/PKGBUILD:1.18 extra/x11/gcin/PKGBUILD:1.19
--- extra/x11/gcin/PKGBUILD:1.18	Mon Jul  9 08:59:49 2007
+++ extra/x11/gcin/PKGBUILD	Tue Sep  4 02:54:19 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.18 2007/07/09 12:59:49 andyrtr Exp $
+# $Id: PKGBUILD,v 1.19 2007/09/04 06:54:19 andyrtr Exp $
 # Maintainer: damir <damir at archlinux.org>
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=gcin
 pkgver=1.3.4
-pkgrel=1
+pkgrel=1.1
 pkgdesc="Traditional Chinese Input Method Server for X window system (XIM)"
 arch=("i686" "x86_64")
 license=('LGPL')
@@ -20,6 +20,7 @@
 build() {
     cd $startdir/src/$pkgname-$pkgver
     ./configure --prefix=/usr
+    make -C im-client
     make || return 1
     make prefix=$startdir/pkg/usr \
          datadir=$startdir/pkg/usr/share \




More information about the arch-commits mailing list