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

Damir Perisa damir at archlinux.org
Wed Mar 26 08:49:34 UTC 2008


    Date: Wednesday, March 26, 2008 @ 04:49:34
  Author: damir
    Path: /home/cvs-extra/extra/x11/scim-hangul

   Added: scim-hangul-0.3.2-fix-gcc43-build.patch (1.1)
Modified: PKGBUILD (1.11 -> 1.12)

upgpkg: scim-hangul 0.3.2-2


-----------------------------------------+
 PKGBUILD                                |   14 +++++++++-----
 scim-hangul-0.3.2-fix-gcc43-build.patch |   22 ++++++++++++++++++++++
 2 files changed, 31 insertions(+), 5 deletions(-)


Index: extra/x11/scim-hangul/PKGBUILD
diff -u extra/x11/scim-hangul/PKGBUILD:1.11 extra/x11/scim-hangul/PKGBUILD:1.12
--- extra/x11/scim-hangul/PKGBUILD:1.11	Sat Jan 26 10:47:11 2008
+++ extra/x11/scim-hangul/PKGBUILD	Wed Mar 26 04:49:34 2008
@@ -1,22 +1,26 @@
-# $Id: PKGBUILD,v 1.11 2008/01/26 15:47:11 damir Exp $
+# $Id: PKGBUILD,v 1.12 2008/03/26 08:49:34 damir Exp $
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=scim-hangul
 pkgver=0.3.2
-pkgrel=1
+pkgrel=2
 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")
+depends=('libhangul>=0.0.7' 'scim>=1.4.7')
+source=("http://heanet.dl.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz" "$pkgname-$pkgver-fix-gcc43-build.patch")
 options=("!libtool")
 
 build() {
+  cd $startdir/src
+  patch -Np0 -i $pkgname-$pkgver-fix-gcc43-build.patch  || return 1
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr --enable-skim-support  
   make || return 1
   make DESTDIR=$startdir/pkg install
 }
 
-md5sums=('882460f47dd3211f94c80ed894ad05cb')
+
+md5sums=('882460f47dd3211f94c80ed894ad05cb'
+         '0a9784bba2bca5f74a9897ef2a286543')
Index: extra/x11/scim-hangul/scim-hangul-0.3.2-fix-gcc43-build.patch
diff -u /dev/null extra/x11/scim-hangul/scim-hangul-0.3.2-fix-gcc43-build.patch:1.1
--- /dev/null	Wed Mar 26 04:49:34 2008
+++ extra/x11/scim-hangul/scim-hangul-0.3.2-fix-gcc43-build.patch	Wed Mar 26 04:49:34 2008
@@ -0,0 +1,22 @@
+diff -Naur scim-hangul-0.3.2-orig/src/scim_hangul_imengine.cpp scim-hangul-0.3.2/src/scim_hangul_imengine.cpp
+--- scim-hangul-0.3.2-orig/src/scim_hangul_imengine.cpp	2008-03-26 09:33:43.000000000 +0100
++++ scim-hangul-0.3.2/src/scim_hangul_imengine.cpp	2008-03-26 09:34:41.000000000 +0100
+@@ -33,6 +33,7 @@
+   #include <config.h>
+ #endif
+ 
++#include <cstring>
+ #include <scim.h>
+ #include "scim_hangul_imengine.h"
+ 
+diff -Naur scim-hangul-0.3.2-orig/src/scim_hangul_imengine_setup.cpp scim-hangul-0.3.2/src/scim_hangul_imengine_setup.cpp
+--- scim-hangul-0.3.2-orig/src/scim_hangul_imengine_setup.cpp	2008-03-26 09:33:43.000000000 +0100
++++ scim-hangul-0.3.2/src/scim_hangul_imengine_setup.cpp	2008-03-26 09:34:53.000000000 +0100
+@@ -34,6 +34,7 @@
+   #include <config.h>
+ #endif
+ 
++#include <cstring>
+ #include <scim.h>
+ #include <gtk/scimkeyselection.h>
+ 




More information about the arch-commits mailing list