From 3ed565983048f1226dd3f258a3f0acaf04536dda Mon Sep 17 00:00:00 2001 From: root Date: Sun, 27 Jan 2013 01:12:11 -0800 Subject: Sun Jan 27 01:11:57 PST 2013 --- community/fcitx-sunpinyin/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'community/fcitx-sunpinyin') diff --git a/community/fcitx-sunpinyin/PKGBUILD b/community/fcitx-sunpinyin/PKGBUILD index 521a3f4b7..92b46b094 100644 --- a/community/fcitx-sunpinyin/PKGBUILD +++ b/community/fcitx-sunpinyin/PKGBUILD @@ -1,24 +1,22 @@ -# $Id: PKGBUILD 81910 2013-01-03 12:33:35Z fyan $ +# $Id: PKGBUILD 82959 2013-01-26 06:44:09Z fyan $ # Maintainer: Felix Yan pkgname=fcitx-sunpinyin -pkgver=0.3.9 -pkgrel=4 +pkgver=0.4.0 +pkgrel=1 pkgdesc="Fcitx Wrapper for sunpinyin, Statistical Language Model based pinyin IME by Sun" arch=('i686' 'x86_64') url="http://code.google.com/p/fcitx" license=('GPL') install=fcitx-sunpinyin.install -depends=('fcitx>=4.2.5' 'sunpinyin>2.0.3' 'sunpinyin-data' 'gtk-update-icon-cache') +depends=('fcitx>=4.2.7' 'sunpinyin>2.0.3' 'sunpinyin-data' 'gtk-update-icon-cache') makedepends=('cmake' 'intltool') source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") -md5sums=('de221daa7b3790b22f5a95d7091d0e38') build() { cd "$srcdir/${pkgname}-${pkgver}" - rm -rf build - mkdir build + mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. @@ -29,3 +27,5 @@ package() { cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install } + +md5sums=('de2723baf8e5d9092706cd2baf2f21bb') -- cgit v1.2.3-54-g00ecf