[arch-commits] Commit in scim-tables/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sat Feb 28 00:19:38 UTC 2009
Date: Friday, February 27, 2009 @ 19:19:38
Author: eric
Revision: 28133
upgpkg: scim-tables 0.5.9-1
upstream update
Modified:
scim-tables/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-02-28 00:15:26 UTC (rev 28132)
+++ PKGBUILD 2009-02-28 00:19:38 UTC (rev 28133)
@@ -3,22 +3,21 @@
# Contributor: Gan Lu <rhythm.gan at gmail.com>
pkgname=scim-tables
-pkgver=0.5.8
+pkgver=0.5.9
pkgrel=1
pkgdesc="SCIM multi language input method engine (including CJK)"
arch=('i686' 'x86_64')
url="http://www.scim-im.org/"
license=('GPL')
-depends=('scim>=1.4.7')
-#makedepends=('skim')
+depends=('scim>=1.4.8')
options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz)
-md5sums=('53ba0d00a71e467b5d009954cf56cb07')
+md5sums=('ef7d54966d0b07b1db49358213558065')
build() {
cd $srcdir/$pkgname-$pkgver
- sed -i "s#<string>#<cstring>#" src/scim_generic_table.h
- ./configure --prefix=/usr --disable-static
+# sed -i "s#<string>#<cstring>#" src/scim_generic_table.h || return 1
+ ./configure --prefix=/usr --disable-static || return 1
make || return 1
- make DESTDIR=$pkgdir/ install
+ make DESTDIR=$pkgdir install || return 1
}
More information about the arch-commits
mailing list