[arch-commits] Commit in fcitx-sunpinyin/trunk (PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Sat Jan 26 06:42:51 UTC 2013
Date: Saturday, January 26, 2013 @ 07:42:51
Author: fyan
Revision: 82958
upgpkg: fcitx-sunpinyin 0.4.0-1
Modified:
fcitx-sunpinyin/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-01-26 06:39:11 UTC (rev 82957)
+++ PKGBUILD 2013-01-26 06:42:51 UTC (rev 82958)
@@ -2,23 +2,21 @@
# Maintainer: Felix Yan <felixonmars at gmail.com>
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 @@
cd "$srcdir/${pkgname}-${pkgver}/build"
make DESTDIR="${pkgdir}" install
}
+
+md5sums=('de2723baf8e5d9092706cd2baf2f21bb')
More information about the arch-commits
mailing list