[arch-commits] Commit in fcitx/trunk (PKGBUILD)

Rémy Oudompheng remy at archlinux.org
Fri Sep 3 15:45:11 UTC 2010


    Date: Friday, September 3, 2010 @ 11:45:10
  Author: remy
Revision: 89739

upgpkg: fcitx 3.6.3-2
Rebuild for python2 (point to python2).

Modified:
  fcitx/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-03 13:53:11 UTC (rev 89738)
+++ PKGBUILD	2010-09-03 15:45:10 UTC (rev 89739)
@@ -4,7 +4,7 @@
 
 pkgname=fcitx
 pkgver=3.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Free Chinese Input Toy of X - Input Method Server for X window system (XIM)"
 arch=('i686' 'x86_64')
 url="http://www.fcitx.org/"
@@ -16,6 +16,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's#python#python2#' tools/winmb2fcitx.py
   ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1




More information about the arch-commits mailing list