[arch-commits] Commit in fcitx/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Mon Jun 11 19:50:06 UTC 2012
Date: Monday, June 11, 2012 @ 15:50:06
Author: eric
Revision: 161483
upgpkg: fcitx 4.2.4.1-1
Upstream update, Add icu depends
Modified:
fcitx/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-06-11 19:40:12 UTC (rev 161482)
+++ PKGBUILD 2012-06-11 19:50:06 UTC (rev 161483)
@@ -4,7 +4,7 @@
pkgbase=fcitx
pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt')
-pkgver=4.2.4
+pkgver=4.2.4.1
pkgrel=1
arch=('i686' 'x86_64')
url="http://code.google.com/p/fcitx/"
@@ -12,7 +12,7 @@
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=('68aaf220d3f7e9bfe34062379e22388a44250fc2')
+sha1sums=('835fe4ee7005641a79b4456654e70ed5a5c49b85')
build() {
cd "${srcdir}"
@@ -36,7 +36,7 @@
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')
+ 'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' 'enchant' 'icu')
install=fcitx.install
cd "${srcdir}"/build
More information about the arch-commits
mailing list