[arch-commits] Commit in scim-tables/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Thu Jan 15 11:06:46 UTC 2009


    Date: Thursday, January 15, 2009 @ 06:06:46
  Author: allan
Revision: 24211

upgpkg: scim-tables 0.5.8-1

Modified:
  scim-tables/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-15 10:19:16 UTC (rev 24210)
+++ PKGBUILD	2009-01-15 11:06:46 UTC (rev 24211)
@@ -3,24 +3,22 @@
 # Contributor: Gan Lu <rhythm.gan at gmail.com>
 
 pkgname=scim-tables
-pkgver=0.5.7
-pkgrel=2
+pkgver=0.5.8
+pkgrel=1
 pkgdesc="SCIM multi language input method engine (including CJK)"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.scim-im.org/"
-license=GPL
+license=('GPL')
 depends=('scim>=1.4.7')
-makedepends=('skim')
+#makedepends=('skim')
+options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz)
+md5sums=('53ba0d00a71e467b5d009954cf56cb07')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr \
-  		--disable-static
+  cd $srcdir/$pkgname-$pkgver
+  sed -i "s#<string>#<cstring>#" src/scim_generic_table.h
+  ./configure --prefix=/usr --disable-static
   make || return 1
-  make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
+  make DESTDIR=$pkgdir/ install
 }
-
-
-md5sums=('58d7f7dd231d73ef179e072b3124ebac')




More information about the arch-commits mailing list