[arch-commits] Commit in scim-pinyin/trunk (PKGBUILD gcc43.patch)

Gaetan Bisson bisson at archlinux.org
Wed Aug 15 15:28:03 UTC 2012


    Date: Wednesday, August 15, 2012 @ 11:28:02
  Author: bisson
Revision: 165321

upstream update

Modified:
  scim-pinyin/trunk/PKGBUILD
Deleted:
  scim-pinyin/trunk/gcc43.patch

-------------+
 PKGBUILD    |   12 ++++--------
 gcc43.patch |   44 --------------------------------------------
 2 files changed, 4 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-15 15:22:20 UTC (rev 165320)
+++ PKGBUILD	2012-08-15 15:28:02 UTC (rev 165321)
@@ -3,24 +3,20 @@
 # Contributer: Gan Lu <rhythm.gan at gmail.com>
 
 pkgname=scim-pinyin
-pkgver=0.5.91
-pkgrel=6
+pkgver=0.5.92
+pkgrel=1
 pkgdesc='Chinese pinyin input for SCIM'
 url='http://www.scim-im.org/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('scim')
 options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz"
-        'gcc43.patch')
-sha1sums=('58bea437a211b7af8420057541a38933a41841c7'
-          'b78ecec237ee0e04ec43604fcc344ff43ccfb7b3')
+source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('d7c2d52a5712753af241a5301db23527ba438ea1')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
-	patch -p1 -i ../gcc43.patch
-
 	./configure \
 		--prefix=/usr \
 		--sysconfdir=/etc \

Deleted: gcc43.patch
===================================================================
--- gcc43.patch	2012-08-15 15:22:20 UTC (rev 165320)
+++ gcc43.patch	2012-08-15 15:28:02 UTC (rev 165321)
@@ -1,44 +0,0 @@
-diff -up scim-pinyin-0.5.91/src/scim_phrase.cpp.gcc43 scim-pinyin-0.5.91/src/scim_phrase.cpp
---- scim-pinyin-0.5.91/src/scim_phrase.cpp.gcc43	2008-02-25 16:27:05.000000000 +0800
-+++ scim-pinyin-0.5.91/src/scim_phrase.cpp	2008-02-25 16:26:41.000000000 +0800
-@@ -28,6 +28,7 @@
- #define SCIM_PHRASE_MAX_RELATION 1000
- 
- #include <scim.h>
-+#include <cstring>
- #include "scim_pinyin_private.h"
- #include "scim_phrase.h"
- 
-diff -up scim-pinyin-0.5.91/src/scim_special_table.cpp.gcc43 scim-pinyin-0.5.91/src/scim_special_table.cpp
---- scim-pinyin-0.5.91/src/scim_special_table.cpp.gcc43	2008-02-25 16:27:55.000000000 +0800
-+++ scim-pinyin-0.5.91/src/scim_special_table.cpp	2008-02-25 16:28:08.000000000 +0800
-@@ -22,6 +22,7 @@
- 
- #include <time.h>
- #include <scim.h>
-+#include <cstring>
- #include "scim_pinyin_private.h"
- #include "scim_special_table.h"
- 
-diff -up scim-pinyin-0.5.91/src/scim_pinyin.cpp.gcc43 scim-pinyin-0.5.91/src/scim_pinyin.cpp
---- scim-pinyin-0.5.91/src/scim_pinyin.cpp.gcc43	2008-02-25 16:26:10.000000000 +0800
-+++ scim-pinyin-0.5.91/src/scim_pinyin.cpp	2008-02-25 16:26:26.000000000 +0800
-@@ -29,6 +29,7 @@
- #define Uses_SCIM_LOOKUP_TABLE
- 
- #include <scim.h>
-+#include <cstring>
- #include "scim_pinyin.h"
- 
- // Internal functions
-diff -up scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp.gcc43 scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp
---- scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp.gcc43	2008-02-25 16:27:15.000000000 +0800
-+++ scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp	2008-02-25 16:27:28.000000000 +0800
-@@ -27,6 +27,7 @@
- #define Uses_SCIM_LOOKUP_TABLE
- 
- #include <scim.h>
-+#include <cstring>
- #include "scim_pinyin_private.h"
- #include "scim_phrase.h"
- #include "scim_pinyin.h"




More information about the arch-commits mailing list