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

Eric Bélanger eric at archlinux.org
Wed Jun 6 22:49:59 UTC 2012


    Date: Wednesday, June 6, 2012 @ 18:49:59
  Author: eric
Revision: 160912

upgpkg: fcitx 4.2.4-1

Upstream update, Add new depends and makedepends

Modified:
  fcitx/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-06 19:20:20 UTC (rev 160911)
+++ PKGBUILD	2012-06-06 22:49:59 UTC (rev 160912)
@@ -4,14 +4,15 @@
 
 pkgbase=fcitx
 pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt')
-pkgver=4.2.3
+pkgver=4.2.4
 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' \
+             'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
 source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz)
-sha1sums=('8cd33487d1d6ad9c9c63743af8d76e667de4b859')
+sha1sums=('68aaf220d3f7e9bfe34062379e22388a44250fc2')
 
 build() {
   cd "${srcdir}"
@@ -34,8 +35,8 @@
 
 package_fcitx() {
   pkgdesc="Free Chinese Input Toy of X - Input Method Server for X window system"
-  depends=('dbus-core' 'pango' 'libxinerama' 'gtk-update-icon-cache' \
-           'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
+  depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
+           'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' 'enchant')
   install=fcitx.install
 
   cd "${srcdir}"/build




More information about the arch-commits mailing list