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

Eric Bélanger eric at archlinux.org
Wed Sep 12 22:48:50 UTC 2012


    Date: Wednesday, September 12, 2012 @ 18:48:49
  Author: eric
Revision: 166604

upgpkg: fcitx 4.2.6-1

Upstream update, Add new makedepends and depends, Add presage support

Modified:
  fcitx/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-12 22:39:35 UTC (rev 166603)
+++ PKGBUILD	2012-09-12 22:48:49 UTC (rev 166604)
@@ -4,15 +4,15 @@
 
 pkgbase=fcitx
 pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt')
-pkgver=4.2.5
+pkgver=4.2.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/fcitx/"
 license=('GPL')
-makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' \
+makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' 'wget' \
              'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
 source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz)
-sha1sums=('5fcadf1436f6a1010802449f6ef162cf21fdfccb')
+sha1sums=('3abc1d5f8725b7e700b347d1ba19b4f40ba7be14')
 
 build() {
   cd "${srcdir}"
@@ -22,6 +22,7 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DENABLE_OPENCC=OFF \
+    -DFORCE_PRESAGE=ON \
     -DENABLE_TEST=ON \
     -DENABLE_GTK3_IM_MODULE=ON \
     -DENABLE_QT_IM_MODULE=ON
@@ -36,7 +37,9 @@
 package_fcitx() {
   pkgdesc="Free Chinese Input Toy of X - Input Method Server for X window system"
   depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
-           'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' 'enchant' 'icu')
+           'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' \
+           'libxfixes' 'dbus-core' 'icu')
+  optdepends=('enchant: for word predication support')
   install=fcitx.install
 
   cd "${srcdir}"/build




More information about the arch-commits mailing list