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

Felix Yan fyan at nymeria.archlinux.org
Tue Apr 23 17:56:07 UTC 2013


    Date: Tuesday, April 23, 2013 @ 19:56:07
  Author: fyan
Revision: 88840

upgpkg: fcitx 4.2.7-7 add enchant as dependency, as a temporary solution for FS#34914

Modified:
  fcitx/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-23 17:42:26 UTC (rev 88839)
+++ PKGBUILD	2013-04-23 17:56:07 UTC (rev 88840)
@@ -6,7 +6,7 @@
 pkgbase=fcitx
 pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
 pkgver=4.2.7
-pkgrel=6
+pkgrel=7
 groups=('fcitx-im')
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/fcitx/"
@@ -22,6 +22,8 @@
 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"
@@ -54,9 +56,8 @@
   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')
-  optdepends=('enchant: for word predication support'
-	      'opencc: optional engine to do chinese convert'
+           'libxfixes' 'dbus-core' 'icu' 'enchant')
+  optdepends=('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'
@@ -127,6 +128,6 @@
 }
 
 md5sums=('6e291717c24615b9dc9bfaa2949af3a7'
-         'ce299aa5b596cc52dc9e66b47795e627'
+         '246e36c2232f107ed1692a52ebc43c39'
          '6f420547bc8af9627db2e5290f758433'
-         '51e53377e1b83661f2896e25d1a46242')
+	 '51e53377e1b83661f2896e25d1a46242')




More information about the arch-commits mailing list