[arch-commits] Commit in scim-hangul/repos (8 files)

Gaetan Bisson bisson at archlinux.org
Mon Oct 17 07:24:47 UTC 2011


    Date: Monday, October 17, 2011 @ 03:24:46
  Author: bisson
Revision: 140551

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  scim-hangul/repos/extra-i686/PKGBUILD
    (from rev 140550, scim-hangul/trunk/PKGBUILD)
  scim-hangul/repos/extra-i686/gcc43.patch
    (from rev 140550, scim-hangul/trunk/gcc43.patch)
  scim-hangul/repos/extra-x86_64/PKGBUILD
    (from rev 140550, scim-hangul/trunk/PKGBUILD)
  scim-hangul/repos/extra-x86_64/gcc43.patch
    (from rev 140550, scim-hangul/trunk/gcc43.patch)
Deleted:
  scim-hangul/repos/extra-i686/PKGBUILD
  scim-hangul/repos/extra-i686/gcc43.patch
  scim-hangul/repos/extra-x86_64/PKGBUILD
  scim-hangul/repos/extra-x86_64/gcc43.patch

--------------------------+
 extra-i686/PKGBUILD      |   60 ++++++++++++++++++++++-----------------------
 extra-i686/gcc43.patch   |   44 ++++++++++++++++-----------------
 extra-x86_64/PKGBUILD    |   60 ++++++++++++++++++++++-----------------------
 extra-x86_64/gcc43.patch |   44 ++++++++++++++++-----------------
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-10-17 07:24:25 UTC (rev 140550)
+++ extra-i686/PKGBUILD	2011-10-17 07:24:46 UTC (rev 140551)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: damir <damir at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=scim-hangul
-pkgver=0.3.2
-pkgrel=3
-pkgdesc='Korean input method module for SCIM'
-arch=('i686' 'x86_64')
-url='http://www.scim-im.org/'
-license=('GPL')
-depends=('libhangul' 'scim')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz"
-        'gcc43.patch')
-sha1sums=('d1f4a2114d284c926d64fbfe8ea83307b8d8e2ec'
-          '956bb2b6bd75b3d2756895f8ade429f95bacc0ff')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	patch -p1 -i ../gcc43.patch
-	./bootstrap # skim complains; it's alright
-	./configure --prefix=/usr --enable-skim-support
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: scim-hangul/repos/extra-i686/PKGBUILD (from rev 140550, scim-hangul/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-10-17 07:24:46 UTC (rev 140551)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: damir <damir at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=scim-hangul
+pkgver=0.3.2
+pkgrel=4
+pkgdesc='Korean input method module for SCIM'
+arch=('i686' 'x86_64')
+url='http://www.scim-im.org/'
+license=('GPL')
+depends=('libhangul' 'scim')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz"
+        'gcc43.patch')
+sha1sums=('d1f4a2114d284c926d64fbfe8ea83307b8d8e2ec'
+          '956bb2b6bd75b3d2756895f8ade429f95bacc0ff')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	patch -p1 -i ../gcc43.patch
+	./bootstrap # skim complains; it's alright
+	./configure --prefix=/usr --enable-skim-support
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gcc43.patch
===================================================================
--- extra-i686/gcc43.patch	2011-10-17 07:24:25 UTC (rev 140550)
+++ extra-i686/gcc43.patch	2011-10-17 07:24:46 UTC (rev 140551)
@@ -1,22 +0,0 @@
-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>
- 

Copied: scim-hangul/repos/extra-i686/gcc43.patch (from rev 140550, scim-hangul/trunk/gcc43.patch)
===================================================================
--- extra-i686/gcc43.patch	                        (rev 0)
+++ extra-i686/gcc43.patch	2011-10-17 07:24:46 UTC (rev 140551)
@@ -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>
+ 

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-10-17 07:24:25 UTC (rev 140550)
+++ extra-x86_64/PKGBUILD	2011-10-17 07:24:46 UTC (rev 140551)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: damir <damir at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=scim-hangul
-pkgver=0.3.2
-pkgrel=3
-pkgdesc='Korean input method module for SCIM'
-arch=('i686' 'x86_64')
-url='http://www.scim-im.org/'
-license=('GPL')
-depends=('libhangul' 'scim')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz"
-        'gcc43.patch')
-sha1sums=('d1f4a2114d284c926d64fbfe8ea83307b8d8e2ec'
-          '956bb2b6bd75b3d2756895f8ade429f95bacc0ff')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	patch -p1 -i ../gcc43.patch
-	./bootstrap # skim complains; it's alright
-	./configure --prefix=/usr --enable-skim-support
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: scim-hangul/repos/extra-x86_64/PKGBUILD (from rev 140550, scim-hangul/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-17 07:24:46 UTC (rev 140551)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: damir <damir at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=scim-hangul
+pkgver=0.3.2
+pkgrel=4
+pkgdesc='Korean input method module for SCIM'
+arch=('i686' 'x86_64')
+url='http://www.scim-im.org/'
+license=('GPL')
+depends=('libhangul' 'scim')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz"
+        'gcc43.patch')
+sha1sums=('d1f4a2114d284c926d64fbfe8ea83307b8d8e2ec'
+          '956bb2b6bd75b3d2756895f8ade429f95bacc0ff')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	patch -p1 -i ../gcc43.patch
+	./bootstrap # skim complains; it's alright
+	./configure --prefix=/usr --enable-skim-support
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/gcc43.patch
===================================================================
--- extra-x86_64/gcc43.patch	2011-10-17 07:24:25 UTC (rev 140550)
+++ extra-x86_64/gcc43.patch	2011-10-17 07:24:46 UTC (rev 140551)
@@ -1,22 +0,0 @@
-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>
- 

Copied: scim-hangul/repos/extra-x86_64/gcc43.patch (from rev 140550, scim-hangul/trunk/gcc43.patch)
===================================================================
--- extra-x86_64/gcc43.patch	                        (rev 0)
+++ extra-x86_64/gcc43.patch	2011-10-17 07:24:46 UTC (rev 140551)
@@ -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