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

Damir Perisa damir at archlinux.org
Sat Jan 26 15:47:11 UTC 2008


    Date: Saturday, January 26, 2008 @ 10:47:11
  Author: damir
    Path: /home/cvs-extra/extra/x11/scim-hangul

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: scim-hangul 0.3.2-1


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


Index: extra/x11/scim-hangul/PKGBUILD
diff -u extra/x11/scim-hangul/PKGBUILD:1.10 extra/x11/scim-hangul/PKGBUILD:1.11
--- extra/x11/scim-hangul/PKGBUILD:1.10	Thu Jul 12 21:18:55 2007
+++ extra/x11/scim-hangul/PKGBUILD	Sat Jan 26 10:47:11 2008
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD,v 1.10 2007/07/13 01:18:55 eric Exp $
+# $Id: PKGBUILD,v 1.11 2008/01/26 15:47:11 damir Exp $
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=scim-hangul
-pkgver=0.3.1
-pkgrel=2
+pkgver=0.3.2
+pkgrel=1
 pkgdesc="SCIM 한글 (hangul) input method engine for Korean language"
 arch=("i686" "x86_64")
 url="http://www.scim-im.org/"
 license=("GPL")
 depends=('libhangul>=0.0.6' 'scim>=1.4.7')
 source=("http://heanet.dl.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz")
-md5sums=('72c5b5297c919b4e111b436e952ffd7f')
+options=("!libtool")
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr --enable-skim-support  
   make || return 1
   make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }
 
+md5sums=('882460f47dd3211f94c80ed894ad05cb')




More information about the arch-commits mailing list