update of fcitx group

This commit is contained in:
Neo Kolokotronis 2011-10-05 18:35:52 +00:00
parent d2e162d445
commit 48187f826e
6 changed files with 16 additions and 16 deletions

View File

@ -8,7 +8,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=fcitx-cloudpinyin
pkgver=0.1.1
pkgver=0.1.2
pkgrel=1
pkgdesc="This is a standalone module for fcitx, it can use pinyin API on the internet to input."
arch=('i686' 'x86_64')
@ -17,6 +17,7 @@ license=('GPL')
depends=('fcitx>=4.1.0')
makedepends=('cmake' 'intltool')
source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
md5sums=('1e0cc856b4415e1fcfd388859a84b079')
build(){
cd "$srcdir/${pkgname}-${pkgver}"
@ -32,4 +33,3 @@ package ()
cd "$srcdir/${pkgname}-${pkgver}/build"
make DESTDIR=${pkgdir} install
}
md5sums=('f5b77c42d441bab8248a8c3558b61177')

View File

@ -1,5 +1,5 @@
pkgname=fcitx-googlepinyin
pkgver=0.1.2
pkgver=0.1.3
pkgrel=1
pkgdesc="Fcitx Wrapper for googlepinyin."
arch=('i686' 'x86_64')
@ -8,6 +8,7 @@ license=('GPL')
depends=('fcitx>=4.1.0' 'libgooglepinyin')
makedepends=('cmake' 'intltool')
source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
md5sums=('68a4c7c3ac6debb71cf161703c460101')
build(){
cd "$srcdir/${pkgname}-${pkgver}"
@ -24,4 +25,3 @@ package ()
cd "$srcdir/${pkgname}-${pkgver}/build"
make DESTDIR=${pkgdir} install
}
md5sums=('ce483bcc2fac0ee8f87bcc6e7e53cda1')

View File

@ -8,7 +8,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=fcitx-sunpinyin
pkgver=0.3.1
pkgver=0.3.2
pkgrel=1
pkgdesc="Fcitx Wrapper for sunpinyin."
arch=('i686' 'x86_64')
@ -17,6 +17,7 @@ license=('GPL')
depends=('fcitx>=4.1.0' 'sunpinyin-git' 'libxpm')
makedepends=('cmake' 'intltool')
source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
md5sums=('a43cc199b16880a2a4b3dbdfed07c9a8')
build(){
cd "$srcdir/${pkgname}-${pkgver}"
@ -33,4 +34,3 @@ package ()
cd "$srcdir/${pkgname}-${pkgver}/build"
make DESTDIR=${pkgdir} install
}
md5sums=('b6b2307a8aaa39db5445c171c5e6a431')

View File

@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgbase=fcitx
pkgname=('fcitx' 'fcitx-qt')
pkgver=4.1.1
pkgver=4.1.2
pkgrel=1
pkgdesc="Free Chinese Input Toy of X - Input Method Server for X window system"
arch=("i686" "x86_64")
@ -18,6 +18,7 @@ url="http://code.google.com/p/fcitx"
makedepends=('intltool' 'cmake' 'pango' 'qt' 'icu' 'dbus-core' 'wget')
conflicts=('fcitx-utf8-svn' 'fcitx-svn' 'fcitx-hg')
source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
md5sums=('f72460f46e50f82c3738aa1f0d9b3125')
build() {
cd $srcdir/
@ -51,4 +52,3 @@ package_fcitx-qt()
cd $srcdir/build/src/frontend/qt
make DESTDIR=$pkgdir install
}
md5sums=('ade2c8b4b29d5bfdee4f2092637d5af6')

View File

@ -8,7 +8,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=kcm-fcitx
pkgver=0.1.1
pkgver=0.2.0
pkgrel=1
pkgdesc="KDE Config Module for Fcitx"
arch=('i686' 'x86_64')
@ -17,6 +17,7 @@ license=('GPL')
depends=('fcitx' 'kdebase-runtime')
makedepends=('cmake' 'intltool' 'automoc4')
source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
md5sums=('8e9d558d615533aa9f0c6e59d764373e')
build(){
cd "$srcdir/${pkgname}-${pkgver}"
@ -33,4 +34,3 @@ package ()
cd "$srcdir/${pkgname}-${pkgver}/build"
make DESTDIR=${pkgdir} install
}
md5sums=('4b710c3b0783fb2d018dd25b47cfe24a')

View File

@ -10,7 +10,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=sunpinyin-git
pkgver=20110924
pkgver=20111005
pkgrel=1
pkgdesc='A statistical language model based pinyin IME by Sun.'
url='http://code.google.com/p/sunpinyin/'