fcitx: update part 2

This commit is contained in:
BrLi 2014-06-06 04:44:05 +00:00
parent 04fb975ddc
commit 3decd87298
3 changed files with 18 additions and 38 deletions

View File

@ -1,17 +1,11 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Weng Xuetian <wengxt@gmail.com>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=fcitx-anthy
pkgver=0.2.0
pkgver=0.2.1
pkgrel=1
pkgdesc="Japanese Input support (Anthy) for fcitx."
arch=('i686' 'x86_64')
url="http://code.google.com/p/fcitx"
url="https://github.com/fcitx/fcitx-anthy"
license=('GPL')
depends=('fcitx>=4.2.8' 'anthy')
makedepends=('cmake')
@ -19,17 +13,16 @@ source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
build(){
cd "$srcdir/${pkgname}-${pkgver}"
rm -rf build
mkdir build
[[ -d build ]] && rm -rf build ; mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
make
}
package ()
{
package () {
cd "$srcdir/${pkgname}-${pkgver}/build"
make DESTDIR=${pkgdir} install
}
md5sums=('c02e4393d6141a4d0fa1693bf38a8f79')
md5sums=('23ce628c01c5c09f9d4f1402c50fb19b')

View File

@ -1,13 +1,7 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Weng Xuetian <wengxt@gmail.com>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=fcitx-chewing
pkgver=0.2.1
pkgver=0.2.2
pkgrel=1
pkgdesc="Fcitx Wrapper for chewing."
arch=('i686' 'x86_64')
@ -15,21 +9,20 @@ url="http://code.google.com/p/fcitx"
license=('GPL')
depends=('fcitx>=4.2.7' 'libchewing')
makedepends=('cmake' )
source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz)
source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
build(){
cd "$srcdir/${pkgname}-${pkgver}"
rm -rf build
mkdir build
[[ -d build ]] && rm -rf build ; mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
make
}
package ()
{
package (){
cd "$srcdir/${pkgname}-${pkgver}/build"
make DESTDIR=${pkgdir} install
}
md5sums=('1879ad51b16e07db40338db55054833c')
md5sums=('5f24cffc068043251671f9e385d4a6cd')

View File

@ -1,27 +1,20 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Neo Kolokotronis <tetris4@gmail.com>
# Contributor: poplarch <poplarch@gmail.com>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=fcitx-cloudpinyin
pkgver=0.3.3
pkgver=0.3.4
pkgrel=1
pkgdesc="This is a standalone module for fcitx, it can use pinyin API on the internet to input."
arch=('i686' 'x86_64')
url="https://github.com/csslayer/fcitx-cloudpinyin"
url="https://github.com/fcitx/fcitx-cloudpinyin"
license=('GPL')
depends=('fcitx>=4.2.7')
depends=('fcitx')
makedepends=('cmake' 'fcitx-pinyin')
source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
build(){
cd "$srcdir/${pkgname}-${pkgver}"
rm -rf build
mkdir build
[[ -d build ]] && rm -rf build ; mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
make
@ -32,4 +25,5 @@ package ()
cd "$srcdir/${pkgname}-${pkgver}/build"
make DESTDIR=${pkgdir} install
}
md5sums=('42405a6cb401e6f4a6aadd837f68ab20')
md5sums=('033a4d4afcf8f8fd0bcde345aecab3c0')