summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/cantata/PKGBUILD6
-rw-r--r--community/enet/PKGBUILD6
-rw-r--r--community/libunwind/PKGBUILD36
-rw-r--r--community/luasocket/PKGBUILD14
-rw-r--r--community/python-pymongo/PKGBUILD6
5 files changed, 52 insertions, 16 deletions
diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD
index c98ee1f1b..19cb32a30 100644
--- a/community/cantata/PKGBUILD
+++ b/community/cantata/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 80920 2012-12-06 21:02:34Z andrea $
+# $Id: PKGBUILD 81241 2012-12-14 11:41:36Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Mcder3 <mcder3[at]gmail[dot]com>
# Contributor: MisterFred <mister.fred[at]free[dot]fr>
pkgname=cantata
-pkgver=0.9.0
+pkgver=0.9.1
pkgdesc="A KDE client for the music player daemon (MPD)"
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
@@ -14,7 +14,7 @@ depends=('kdebase-runtime' 'taglib-extras' 'ffmpeg' 'mpg123' 'libmtp' 'speex')
makedepends=('cmake' 'automoc4')
install=${pkgname}.install
source=("http://cantata.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('e05e7dd876b40b8351e03a1a939f9fe6')
+md5sums=('78e2f379fe9a0afd32e24de83f1c283e')
build() {
mkdir build
diff --git a/community/enet/PKGBUILD b/community/enet/PKGBUILD
index ee6e2d97f..ddb73dc00 100644
--- a/community/enet/PKGBUILD
+++ b/community/enet/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 77516 2012-10-11 13:14:20Z svenstaro $
+# $Id: PKGBUILD 81243 2012-12-14 12:11:24Z svenstaro $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Bj?indeijer <bjorn@lindeijer.nl>
pkgname=enet
-pkgver=1.3.5
+pkgver=1.3.6
pkgrel=1
pkgdesc='A relatively thin, simple and robust network communication layer on top of UDP.'
arch=('i686' 'x86_64' 'mips64el')
@@ -12,7 +12,7 @@ license=('custom')
depends=('glibc')
options=('!libtool')
source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('c75d0be31b6f23330839a68ee66e00f9')
+md5sums=('215faae73d7e1f0d6dc48676884d07c7')
build() {
cd "${pkgname}-${pkgver}"
diff --git a/community/libunwind/PKGBUILD b/community/libunwind/PKGBUILD
new file mode 100644
index 000000000..57cc71112
--- /dev/null
+++ b/community/libunwind/PKGBUILD
@@ -0,0 +1,36 @@
+# $id$
+# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
+# Contributor: Lawrence Lee <valheru@facticius.net>
+# Contributor: Phillip Marvin <phillip.marvin@gmail.com>
+# Contributor: keystone <phillip.marvin@gmail.com>
+
+pkgname=libunwind
+pkgver=1.1
+pkgrel=1
+pkgdesc='Portable and efficient C programming interface (API) to determine the call-chain of a program'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/libunwind/'
+license=('GPL')
+depends=('glibc' 'xz')
+options=(!libtool)
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" --prefix=/usr
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ # This function is ``supposed'' to fail. Upstream know, but haven't fixed it.
+ make check || return 0
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/luasocket/PKGBUILD b/community/luasocket/PKGBUILD
index 22f9d4b60..a639a469b 100644
--- a/community/luasocket/PKGBUILD
+++ b/community/luasocket/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 81217 2012-12-13 11:26:27Z spupykin $
+# $Id: PKGBUILD 81244 2012-12-14 12:38:59Z seblu $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Anders Bergh <anders1@gmail.com>
pkgbase=luasocket
pkgname=(lua-socket lua51-socket)
pkgver=2.0.2
-pkgrel=3
+pkgrel=4
pkgdesc='Networking support library for the Lua language'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.cs.princeton.edu/~diego/professional/luasocket/'
@@ -35,10 +35,10 @@ build() {
package_lua-socket() {
depends=('lua')
- cd luasocket-$pkgver
+ cd luasocket-$pkgver-52
make DESTDIR="$pkgdir/" \
- INSTALL_TOP_SHARE='$(DESTDIR)/usr/share/lua/5.1' \
- INSTALL_TOP_LIB='$(DESTDIR)/usr/lib/lua/5.1' install
+ INSTALL_TOP_SHARE='$(DESTDIR)/usr/share/lua/5.2' \
+ INSTALL_TOP_LIB='$(DESTDIR)/usr/lib/lua/5.2' install
install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
@@ -46,7 +46,7 @@ package_lua51-socket() {
depends=('lua51')
cd luasocket-$pkgver
make DESTDIR="$pkgdir/" \
- INSTALL_TOP_SHARE='$(DESTDIR)/usr/share/lua/5.2' \
- INSTALL_TOP_LIB='$(DESTDIR)/usr/lib/lua/5.2' install
+ INSTALL_TOP_SHARE='$(DESTDIR)/usr/share/lua/5.1' \
+ INSTALL_TOP_LIB='$(DESTDIR)/usr/lib/lua/5.1' install
install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
diff --git a/community/python-pymongo/PKGBUILD b/community/python-pymongo/PKGBUILD
index 178451b58..8d257716f 100644
--- a/community/python-pymongo/PKGBUILD
+++ b/community/python-pymongo/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 80655 2012-11-28 19:20:11Z arodseth $
+# $Id: PKGBUILD 81246 2012-12-14 12:47:15Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Jelle van der Waa <jelle@vdwaa.nl>
pkgbase=python-pymongo
pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.4
+pkgver=2.4.1
pkgrel=1
pkgdesc='Python driver for MongoDB'
arch=('x86_64' 'i686' 'mips64el')
@@ -13,7 +13,7 @@ license=('APACHE')
url='http://pypi.python.org/pypi/pymongo/'
makedepends=('python-distribute' 'python2-distribute')
source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz")
-sha256sums=('11d6a2934188eea6a6b6c55f3a0b1ac610175e6de92b0e5632bb8d90acb3d48d')
+sha256sums=('dae8a074137ade3c854c47f76853792b69d1cbc263d9e74aaca50a02842da970')
build() {
cd $srcdir