From f7a2cf07dfae6a6707525e05f4f7f1998b382c4d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 5 Sep 2013 02:55:03 -0700 Subject: Thu Sep 5 02:49:47 PDT 2013 --- community/couchdb/PKGBUILD | 16 ++++++++-------- community/espeak/PKGBUILD | 16 ++++++++-------- community/gsoap/PKGBUILD | 6 +++--- community/kimtoy/PKGBUILD | 5 +++-- community/ngircd/PKGBUILD | 8 ++++---- community/nodejs/PKGBUILD | 6 +++--- community/xlockmore/PKGBUILD | 6 +++--- 7 files changed, 32 insertions(+), 31 deletions(-) (limited to 'community') diff --git a/community/couchdb/PKGBUILD b/community/couchdb/PKGBUILD index 9ea90c437..678ee9894 100644 --- a/community/couchdb/PKGBUILD +++ b/community/couchdb/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 93137 2013-06-25 15:46:03Z spupykin $ +# $Id: PKGBUILD 96754 2013-09-04 10:16:32Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua # Contributor: Michael Fellinger pkgname=couchdb -pkgver=1.4.0pre +pkgver=1.4.0 pkgrel=1 pkgdesc="A document-oriented database that can be queried and indexed in a MapReduce fashion using JSON" arch=('i686' 'x86_64') @@ -17,17 +17,17 @@ options=('!libtool') backup=('etc/couchdb/local.ini' 'etc/conf.d/couchdb' 'etc/logrotate.d/couchdb') -#source=("http://www.sai.msu.su/apache/couchdb/source/$pkgver/apache-couchdb-$pkgver.tar.gz"{,.asc} -source=("git://github.com/apache/couchdb.git#commit=8d7ab8b18dd20f8785e69f4420c6f93a2edbfa60" +#source=("git://github.com/apache/couchdb.git#commit=8d7ab8b18dd20f8785e69f4420c6f93a2edbfa60" +source=("http://www.eu.apache.org/dist/couchdb/source/$pkgver/apache-couchdb-$pkgver.tar.gz"{,.asc} "couchdb.service" "couchdb.tmpfiles") -md5sums=('SKIP' +md5sums=('9d2ecad195f2991098a542a0904ec0a5' + 'SKIP' '8914a7ffc6745f94106d96206709acb4' '1e254ebe32eeb061be64193bafa35dbf') build() { - cd "$srcdir/couchdb" - ./bootstrap + cd "$srcdir/apache-couchdb-$pkgver" ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var @@ -35,7 +35,7 @@ build() { } package() { - cd "$srcdir/couchdb" + cd "$srcdir/apache-couchdb-$pkgver" make DESTDIR="$pkgdir" install install -Dm644 etc/default/couchdb $pkgdir/etc/conf.d/couchdb diff --git a/community/espeak/PKGBUILD b/community/espeak/PKGBUILD index c322cfaee..23df11aaf 100644 --- a/community/espeak/PKGBUILD +++ b/community/espeak/PKGBUILD @@ -1,31 +1,31 @@ -# $Id: PKGBUILD 75640 2012-08-27 22:14:26Z arodseth $ +# $Id: PKGBUILD 96764 2013-09-04 12:01:02Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Mateusz Herych # Contributor: Christoph Siegenthaler pkgname=espeak -pkgver=1.46.02 -pkgrel=2 -pkgdesc="Text to Speech engine for good quality English, with support for other languages" +pkgver=1.47.11 +pkgrel=1 +pkgdesc='Text to Speech engine for English, with support for other languages' arch=('x86_64' 'i686') url='http://espeak.sourceforge.net/' license=('GPL') depends=('portaudio' 'libpulse') options=('!emptydirs') source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip") -sha256sums=('ef8beba25bd261718582d5cbb1f10293007eb525b705ff79c9fb3f505dd954ba') +sha256sums=('9bd4d0569af48a2cb13fa76704dec3124d27025a3f21c87598457976472b360c') build() { - cd "$srcdir/$pkgname-$pkgver-source/src" + cd "$pkgname-$pkgver-source/src" cp portaudio19.h portaudio.h make CXXFLAGS="$CXXFLAGS" AUDIO=runtime } package() { - cd "$srcdir/$pkgname-$pkgver-source/src" + cd "$pkgname-$pkgver-source/src" - make DESTDIR=$pkgdir install + make DESTDIR="$pkgdir" install chmod 644 "$pkgdir/usr/lib/libespeak.a" } diff --git a/community/gsoap/PKGBUILD b/community/gsoap/PKGBUILD index a0452fa3a..f917b599c 100644 --- a/community/gsoap/PKGBUILD +++ b/community/gsoap/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 93225 2013-06-28 19:02:51Z spupykin $ +# $Id: PKGBUILD 96756 2013-09-04 10:16:51Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Tor Krill # Contributor: Lee.MaRS pkgname=gsoap -pkgver=2.8.15 +pkgver=2.8.16 pkgrel=1 pkgdesc="Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++" url="http://www.cs.fsu.edu/~engelen/soap.html" @@ -14,7 +14,7 @@ depends=('openssl' 'zlib' 'gcc-libs') makedepends=('autoconf' 'automake') source=(http://prdownloads.sourceforge.net/gsoap2/${pkgname}_${pkgver}.zip LICENSE) -md5sums=('abd244644446ae08d3aa36ece9113ad4' +md5sums=('274d16bea12b111681bcac2283c4c24a' '27aaa3f5166db94d44044c11a7b2c37b') build() { diff --git a/community/kimtoy/PKGBUILD b/community/kimtoy/PKGBUILD index f278a3d5f..b284029a7 100644 --- a/community/kimtoy/PKGBUILD +++ b/community/kimtoy/PKGBUILD @@ -1,15 +1,16 @@ +# $Id: PKGBUILD 96752 2013-09-04 08:32:32Z fyan $ # Maintainer: Felix Yan # Contributor: CSSlayer pkgname=kimtoy pkgver=1.9.2 pkgdesc="Standalone input method panel" -pkgrel=1 +pkgrel=2 arch=(i686 x86_64) url="http://kde-apps.org/content/show.php/KIMToy?content=140967" license=(GPL) makedepends=(cmake automoc4 fcitx scim dbus-c++) #ibus) ibus support not working due to upstream ABI change -depends=(kdebase-workspace) +depends=(kdelibs) optdepends=('fcitx: fcitx support' 'scim: scim support' 'dbus-c++: scim support') diff --git a/community/ngircd/PKGBUILD b/community/ngircd/PKGBUILD index be8677c53..e43750133 100644 --- a/community/ngircd/PKGBUILD +++ b/community/ngircd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 92045 2013-05-31 00:26:55Z seblu $ +# $Id: PKGBUILD 96762 2013-09-04 10:49:37Z kkeen $ # Maintainer: Kyle Keen # Contributor: Mateusz Herych # Contributor: Alexander Rødseth pkgname=ngircd -pkgver=20.2 -pkgrel=2 +pkgver=20.3 +pkgrel=1 pkgdesc="Next Generation IRC Daemon" arch=('x86_64' 'i686') backup=(etc/ngircd.conf) @@ -14,7 +14,7 @@ license=('GPL') depends=('openssl' 'libident') source=("http://ngircd.barton.de/pub/ngircd/ngircd-$pkgver.tar.gz" ngircd.service) -sha256sums=('306c0ef0d2ceac0836a84ecf871a6bc4dd16c25683aa87c0f172b6e68b93357d' +sha256sums=('55d7c74c6df790b11a68c07f39836d581965087efb618d3e9a6bec855364c2f9' 'f02e30f6864ba1130bcc85bedc44ad782687f572c06f10e0501b0ddcf532b404') build() { diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD index 2c6637099..c17656108 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 96268 2013-08-23 06:19:32Z bpiotrowski $ +# $Id: PKGBUILD 96776 2013-09-04 21:38:52Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: James Campos @@ -8,7 +8,7 @@ # Contributor: TIanyi Cui pkgname=nodejs -pkgver=0.10.17 +pkgver=0.10.18 pkgrel=1 pkgdesc='Evented I/O for V8 javascript' arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ makedepends=('python2') checkdepends=('curl') options=('!emptydirs') source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz) -sha256sums=('1f9de40dd2d98bc984a4970ef399ed3ad67f040feaafc711e549f3265bcce61c') +sha256sums=('3ee4436473869d4d84bb5cad4352b09ace00656467eca7d6db7cd7da5b8c5495') prepare() { cd node-v$pkgver diff --git a/community/xlockmore/PKGBUILD b/community/xlockmore/PKGBUILD index dfbdd8fa0..c501bafcb 100644 --- a/community/xlockmore/PKGBUILD +++ b/community/xlockmore/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 88423 2013-04-17 12:42:33Z spupykin $ +# $Id: PKGBUILD 96760 2013-09-04 10:17:31Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: dorphell pkgname=xlockmore -pkgver=5.42 +pkgver=5.43 pkgrel=1 pkgdesc="screen saver / locker for the X Window System" arch=(i686 x86_64) @@ -15,7 +15,7 @@ url="http://www.tux.org/~bagleyd/xlockmore.html" options=('!makeflags') source=(http://www.tux.org/~bagleyd/xlock/xlockmore-$pkgver/xlockmore-$pkgver.tar.bz2 LICENSE) -md5sums=('de1dc31f686178703659fbb46d638518' +md5sums=('76af9c0a698aec1e32770a1183df72eb' 'a64afab4283f53972a6702c2e59850d7') build() { -- cgit v1.2.3-54-g00ecf