[arch-commits] Commit in scim-tables/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Thu Jan 15 20:20:25 UTC 2009


    Date: Thursday, January 15, 2009 @ 15:20:25
  Author: giovanni
Revision: 24271

Merged revisions 356,13875,24211 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/scim-tables/trunk

........
  r356 | aaron | 2008-04-18 15:56:27 -0700 (ven, 18 apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r13875 | allan | 2008-09-28 23:22:37 -0700 (dom, 28 set 2008) | 1 line
  
  correct sourceforge url
........
  r24211 | allan | 2009-01-15 03:06:46 -0800 (gio, 15 gen 2009) | 1 line
  
  upgpkg: scim-tables 0.5.8-1
........

Modified:
  scim-tables/repos/extra-x86_64/	(properties)
  scim-tables/repos/extra-x86_64/PKGBUILD

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


Property changes on: scim-tables/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /scim-tables/trunk:1
   + /scim-tables/trunk:1-24270

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-01-15 20:08:55 UTC (rev 24270)
+++ extra-x86_64/PKGBUILD	2009-01-15 20:20:25 UTC (rev 24271)
@@ -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')
 depends=('scim>=1.4.7')
-makedepends=('skim')
-source=(http://switch.dl.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz)
-md5sums=('58d7f7dd231d73ef179e072b3124ebac')
+#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
 }
-
-




More information about the arch-commits mailing list