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

Felix Yan fyan at nymeria.archlinux.org
Wed Apr 24 06:23:47 UTC 2013


    Date: Wednesday, April 24, 2013 @ 08:23:46
  Author: fyan
Revision: 88847

upgpkg: fcitx 4.2.7-8 fix FS#34914

Modified:
  fcitx/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-24 05:17:04 UTC (rev 88846)
+++ PKGBUILD	2013-04-24 06:23:46 UTC (rev 88847)
@@ -6,7 +6,7 @@
 pkgbase=fcitx
 pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
 pkgver=4.2.7
-pkgrel=7
+pkgrel=8
 groups=('fcitx-im')
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/fcitx/"
@@ -17,17 +17,17 @@
 	https://github.com/fcitx/fcitx/commit/9937b68bad3a7e9465e17b711ce9c0a072d3071f.patch
 	https://github.com/fcitx/fcitx/commit/10ff96ca1215187444951cdbebe9e0beacacdf5e.patch
 	https://github.com/fcitx/fcitx/commit/dc36c1a88f863971f81a76b8d9ec0db23b0d9387.patch
+	https://github.com/fcitx/fcitx/commit/a9e6570046f9c1477dd6ec6e30e91e020e62d698.patch
 )
 
 build() {
   #source /etc/profile.d/qt4.sh
 
-  export CFLAGS+=" -Wall"
-
   cd "$srcdir/$pkgbase-$pkgver"
   patch -Np1 -i "$srcdir/9937b68bad3a7e9465e17b711ce9c0a072d3071f.patch"
   patch -Np1 -i "$srcdir/10ff96ca1215187444951cdbebe9e0beacacdf5e.patch"
   git apply -v -p1 "$srcdir/dc36c1a88f863971f81a76b8d9ec0db23b0d9387.patch"
+  patch -Np1 -i "$srcdir/a9e6570046f9c1477dd6ec6e30e91e020e62d698.patch"
 
   cd "$srcdir"
   mkdir -p build
@@ -56,8 +56,9 @@
   pkgdesc="Flexible Context-aware Input Tool with eXtension"
   depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
            'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' \
-           'libxfixes' 'dbus-core' 'icu' 'enchant')
-  optdepends=('opencc: optional engine to do chinese convert'
+           'libxfixes' 'dbus-core' 'icu')
+  optdepends=('enchant: for word predication support'
+              'opencc: optional engine to do chinese convert'
   	      'fcitx-anthy: Hiragana text to Kana Kanji mixed text Japanese input method'
 	      'fcitx-chewing: Intelligent Zhuyin input method library for traditional Chinese'
 	      'fcitx-cloudpinyin: Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates'
@@ -130,4 +131,5 @@
 md5sums=('6e291717c24615b9dc9bfaa2949af3a7'
          '246e36c2232f107ed1692a52ebc43c39'
          '6f420547bc8af9627db2e5290f758433'
-	 '51e53377e1b83661f2896e25d1a46242')
+         '51e53377e1b83661f2896e25d1a46242'
+         '5e9f90817722a138b459b2bf6a926f96')




More information about the arch-commits mailing list