[arch-commits] Commit in gcin/repos (3 files)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sat Jan 17 21:12:51 UTC 2009
Date: Saturday, January 17, 2009 @ 16:12:51
Author: andyrtr
Revision: 24507
Merged revisions 21406,24502 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/gcin/trunk
........
r21406 | andyrtr | 2008-12-12 21:18:35 +0000 (Fr, 12 Dez 2008) | 1 line
add the lidir fix patch
........
r24502 | andyrtr | 2009-01-17 21:07:39 +0000 (Sa, 17 Jan 2009) | 2 lines
upgpkg: gcin 1.4.3-1
new version 1.4.3
........
Added:
gcin/repos/extra-x86_64/fix_x86_64_libdir.patch
(from rev 24502, gcin/trunk/fix_x86_64_libdir.patch)
Modified:
gcin/repos/extra-x86_64/ (properties)
gcin/repos/extra-x86_64/PKGBUILD
-------------------------+
PKGBUILD | 5 +++--
fix_x86_64_libdir.patch | 11 +++++++++++
2 files changed, 14 insertions(+), 2 deletions(-)
Property changes on: gcin/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /gcin/trunk:1-21404
+ /gcin/trunk:1-24505
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-01-17 21:12:33 UTC (rev 24506)
+++ extra-x86_64/PKGBUILD 2009-01-17 21:12:51 UTC (rev 24507)
@@ -3,18 +3,19 @@
# Contributor: damir <damir at archlinux.org>
pkgname=gcin
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="Traditional Chinese Input Method Server for X window system (XIM)"
arch=("i686" "x86_64")
license=('LGPL')
url="http://www.csie.nctu.edu.tw/~cp76/gcin/"
depends=('gtk2' 'libxtst' 'bash')
+makedepends=('anthy')
install=gcin.install
source=(http://cle.linux.org.tw/gcin/download/$pkgname-$pkgver.tar.bz2
fix_x86_64_libdir.patch)
options=('!makeflags')
-md5sums=('86367f1408bcf0a0428e4130003d2174'
+md5sums=('28db98e48a6f91fb59525ff5966b70e0'
'2018737a07a0a7a9e0c28e11245dde14')
build() {
Copied: gcin/repos/extra-x86_64/fix_x86_64_libdir.patch (from rev 24502, gcin/trunk/fix_x86_64_libdir.patch)
===================================================================
--- extra-x86_64/fix_x86_64_libdir.patch (rev 0)
+++ extra-x86_64/fix_x86_64_libdir.patch 2009-01-17 21:12:51 UTC (rev 24507)
@@ -0,0 +1,11 @@
+--- configure 2008-01-11 01:00:35.000000000 +0000
++++ configure.new 2008-12-12 21:06:41.064992082 +0000
+@@ -108,7 +108,7 @@
+
+ LIB='lib'
+ if [ -d /lib64 ]; then
+-LIB='lib64'
++LIB='lib'
+ fi
+
+ QT_IM='N'
More information about the arch-commits
mailing list