From c65624e6d74bffd70dcd67cc28448b5a50596efb Mon Sep 17 00:00:00 2001 From: root Date: Sat, 24 Nov 2012 01:54:10 -0800 Subject: Sat Nov 24 01:51:17 PST 2012 --- community/fcitx-cloudpinyin/PKGBUILD | 10 +++++----- community/fcitx-configtool/PKGBUILD | 12 ++++++------ community/fcitx-googlepinyin/PKGBUILD | 10 +++++----- community/fcitx-libpinyin/PKGBUILD | 9 +++++---- community/fcitx-sunpinyin/PKGBUILD | 10 +++++----- community/jshon/PKGBUILD | 8 +++----- community/kcm-fcitx/PKGBUILD | 8 ++++---- community/wt/PKGBUILD | 15 ++++++--------- 8 files changed, 39 insertions(+), 43 deletions(-) (limited to 'community') diff --git a/community/fcitx-cloudpinyin/PKGBUILD b/community/fcitx-cloudpinyin/PKGBUILD index dd9a95a52..af265a976 100644 --- a/community/fcitx-cloudpinyin/PKGBUILD +++ b/community/fcitx-cloudpinyin/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 79682 2012-11-11 01:41:35Z fyan $ +# $Id: PKGBUILD 80517 2012-11-23 12:02:14Z fyan $ # Maintainer: Felix Yan # Contributor: poplarch pkgname=fcitx-cloudpinyin pkgver=0.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates" arch=('i686' 'x86_64') url="https://github.com/csslayer/fcitx-cloudpinyin" license=('GPL') depends=('curl' 'fcitx>=4.2.6') makedepends=('cmake' 'intltool') -source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz) +source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") md5sums=('8bffd65fe2172d61edde46ad53380150') build() { - cd "$srcdir"/${pkgname}-${pkgver} + cd "$srcdir/${pkgname}-${pkgver}" rm -rf build mkdir build cd build @@ -25,6 +25,6 @@ build() { } package() { - cd "$srcdir"/${pkgname}-${pkgver}/build + cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="$pkgdir" install } diff --git a/community/fcitx-configtool/PKGBUILD b/community/fcitx-configtool/PKGBUILD index 636858d70..fa2fa3280 100644 --- a/community/fcitx-configtool/PKGBUILD +++ b/community/fcitx-configtool/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 79684 2012-11-11 01:45:13Z fyan $ +# $Id: PKGBUILD 80513 2012-11-23 11:40:13Z fyan $ # Maintainer: Felix Yan pkgname=fcitx-configtool pkgver=0.4.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="GTK based config tool for Fcitx" arch=('i686' 'x86_64') url="http://fcitx.googlecode.com/" license=('GPL2') depends=("fcitx>=4.2.6" "gtk3" "iso-codes") -makedepends=(cmake) -source=(http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz) +makedepends=("cmake") +source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz") build() { - cd "$srcdir"/$pkgname-$pkgver + cd "$srcdir/$pkgname-$pkgver" msg "Starting make..." rm -rf build @@ -25,7 +25,7 @@ build() { } package() { - cd "$srcdir"/$pkgname-$pkgver/build + cd "$srcdir/$pkgname-$pkgver/build" make DESTDIR="$pkgdir" install } diff --git a/community/fcitx-googlepinyin/PKGBUILD b/community/fcitx-googlepinyin/PKGBUILD index 1f6e229c6..8e15d8c38 100644 --- a/community/fcitx-googlepinyin/PKGBUILD +++ b/community/fcitx-googlepinyin/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 79827 2012-11-13 15:21:38Z fyan $ +# $Id: PKGBUILD 80519 2012-11-23 12:06:38Z fyan $ # Maintainer: Felix Yan pkgname=fcitx-googlepinyin pkgver=0.1.6 -pkgrel=1 +pkgrel=2 pkgdesc="Fcitx Wrapper for googlepinyin" arch=('i686' 'x86_64') url="http://code.google.com/p/fcitx" license=('GPL') depends=('fcitx>=4.2.0' 'libgooglepinyin>=0.1.2') makedepends=('cmake' 'intltool') -source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz) +source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") install='fcitx-googlepinyin.install' md5sums=('7ee33bbb66d29536819b0d2f73b69713') build() { - cd "$srcdir"/${pkgname}-${pkgver} + cd "$srcdir/${pkgname}-${pkgver}" rm -rf build mkdir build @@ -26,6 +26,6 @@ build() { } package() { - cd "$srcdir"/${pkgname}-${pkgver}/build + cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install } diff --git a/community/fcitx-libpinyin/PKGBUILD b/community/fcitx-libpinyin/PKGBUILD index 3bf6506ee..cfa311719 100644 --- a/community/fcitx-libpinyin/PKGBUILD +++ b/community/fcitx-libpinyin/PKGBUILD @@ -1,10 +1,11 @@ +# $Id: PKGBUILD 80511 2012-11-23 11:30:00Z fyan $ # Maintainer: Felix Yan # Contributor: poplarch pkgname=fcitx-libpinyin pkgver=0.2.1 -pkgrel=1 -pkgdesc="Libpinyin Wrapper for Fcitx." +pkgrel=2 +pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin" arch=('i686' 'x86_64') url="https://github.com/fcitx/fcitx-libpinyin" license=('GPL') @@ -15,7 +16,7 @@ source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") install='fcitx-libpinyin.install' build() { - cd "$srcdir"/${pkgname}-${pkgver} + cd "$srcdir/${pkgname}-${pkgver}" rm -rf build mkdir build @@ -28,7 +29,7 @@ build() { } package() { - cd "$srcdir"/${pkgname}-${pkgver}/build + cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install } md5sums=('9ff621f6f16ab426ff01652b1ffc06a7') diff --git a/community/fcitx-sunpinyin/PKGBUILD b/community/fcitx-sunpinyin/PKGBUILD index bc69e7750..25539e1ff 100644 --- a/community/fcitx-sunpinyin/PKGBUILD +++ b/community/fcitx-sunpinyin/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 79725 2012-11-11 15:48:16Z fyan $ +# $Id: PKGBUILD 80506 2012-11-23 11:24:07Z fyan $ # Maintainer: Felix Yan pkgname=fcitx-sunpinyin pkgver=0.3.9 -pkgrel=1 -pkgdesc="Fcitx Wrapper for sunpinyin." +pkgrel=2 +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') makedepends=('cmake' 'intltool') -source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz) +source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") md5sums=('de221daa7b3790b22f5a95d7091d0e38') build() { @@ -20,7 +20,7 @@ build() { rm -rf build mkdir build cd build - + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. make } diff --git a/community/jshon/PKGBUILD b/community/jshon/PKGBUILD index 090ddb019..d04a76d85 100644 --- a/community/jshon/PKGBUILD +++ b/community/jshon/PKGBUILD @@ -1,17 +1,15 @@ -# $Id: PKGBUILD 77050 2012-10-03 23:55:24Z kkeen $ +# $Id: PKGBUILD 80521 2012-11-23 18:22:00Z kkeen $ # Maintainer: Kyle Keen pkgname=jshon -pkgver=20120914 +pkgver=20121122 pkgrel=1 pkgdesc="A json parser for the shell." arch=('i686' 'x86_64') url="http://kmkeen.com/jshon/" license=('MIT') depends=('jansson') -makedepends=() -optdepends=() source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('4b1cae2237db068ee4738789286a0409') +md5sums=('b66f6b23b510fc2cb571dcb69121b24c') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/kcm-fcitx/PKGBUILD b/community/kcm-fcitx/PKGBUILD index c613b1c49..be4430d4e 100644 --- a/community/kcm-fcitx/PKGBUILD +++ b/community/kcm-fcitx/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 79679 2012-11-11 01:36:26Z fyan $ +# $Id: PKGBUILD 80515 2012-11-23 11:59:16Z fyan $ # Maintainer: Felix Yan # Contributor: poplarch pkgname=kcm-fcitx pkgver=0.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="KDE Config Module for Fcitx" arch=('i686' 'x86_64') url="https://github.com/fcitx/kcm-fcitx" license=('GPL') depends=('fcitx>=4.2.6' 'kdebase-runtime') makedepends=('cmake' 'intltool' 'automoc4') -source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz) +source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") md5sums=('1a2a9802edf6df79d3883c362ba487f0') build() { - cd "$srcdir"/${pkgname}-${pkgver} + cd "$srcdir/${pkgname}-${pkgver}" rm -rf build mkdir build diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD index ecf681d09..5f07d468d 100644 --- a/community/wt/PKGBUILD +++ b/community/wt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 79248 2012-11-01 18:27:55Z svenstaro $ +# $Id: PKGBUILD 80535 2012-11-24 02:25:08Z svenstaro $ # Maintainer: Sergej Pupykin # Maintainer: Sven-Hendrik Haase # Contributor: Denis Martinez @@ -6,20 +6,18 @@ pkgname=wt pkgver=3.2.3 _pkgver=3.2.3 -pkgrel=1 +pkgrel=2 pkgdesc="a C++ library and application server for developing and deploying web applications" arch=('i686' 'x86_64') url="http://www.webtoolkit.eu/" license=('GPL') -depends=('boost-libs') -makedepends=('boost' 'cmake>=2.8' - 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 'libharu' 'graphicsmagick' 'pango' 'mysql++' 'qt') +depends=('boost-libs' 'libharu') +makedepends=('boost' 'cmake>=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 'graphicsmagick' 'pango' 'mysql++' 'qt') optdepends=('openssl: for SSL support in built-in webserver' 'zlib: for compression in HTTP protocol' 'fcgi: for FastCGI support' 'postgresql-libs: for PostgreSQL Dbo support' 'sqlite: for Sqlite Dbo support' - 'libharu: for PDF generation (WPdfImage)' 'graphicsmagick: for raster image support (WRasterImage)' 'pango: for advanced font rendering (WRasterImage)' 'mysql++: for the hangman example' @@ -31,9 +29,8 @@ md5sums=('58922ba5d68104880adbe2e022132fb5') build() { cd ${srcdir}/${pkgname}-${_pkgver} - mkdir -p build - cd build - #-DCMAKE_EXE_LINKER_FLAGS="-lboost_random" \ + [[ -d build ]] && rm -r build + mkdir -p build && cd build cmake \ -DCONNECTOR_HTTP=ON \ -DCMAKE_INSTALL_PREFIX=/usr \ -- cgit v1.2.3-54-g00ecf