From 12c37e7b5594be3af3c03e543648b2a1c430bdcc Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 5 Apr 2014 03:27:47 +0000 Subject: Sat Apr 5 03:23:49 UTC 2014 --- community/amsynth/PKGBUILD | 27 +++++++++++++++++++++++++++ community/amsynth/amsynth.install | 11 +++++++++++ community/jemalloc/PKGBUILD | 6 +++--- community/libvirt-glib/PKGBUILD | 8 ++++---- community/libvirt-python/PKGBUILD | 10 +++++----- community/python-pymongo/PKGBUILD | 8 ++++---- community/python-sqlalchemy/PKGBUILD | 30 +++++++++++++++++++----------- community/sipcalc/PKGBUILD | 25 +++++++++++++++++++++++++ community/sylpheed/PKGBUILD | 6 +++--- 9 files changed, 101 insertions(+), 30 deletions(-) create mode 100644 community/amsynth/PKGBUILD create mode 100644 community/amsynth/amsynth.install create mode 100644 community/sipcalc/PKGBUILD (limited to 'community') diff --git a/community/amsynth/PKGBUILD b/community/amsynth/PKGBUILD new file mode 100644 index 000000000..038fecfa2 --- /dev/null +++ b/community/amsynth/PKGBUILD @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer : speps +# Contributor: Alessio Biancalana + +pkgname=amsynth +pkgver=1.4.1 +pkgrel=1 +pkgdesc="Analogue Modeling SYNTHesizer" +arch=('i686' 'x86_64') +url="http://code.google.com/p/$pkgname/" +license=('GPL') +depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils') +makedepends=('dssi' 'ladspa') +install="$pkgname.install" +source=("http://downloads.sourceforge.net/project/amsynthe/amsynth-$pkgver.tar.gz") +md5sums=('ea3815142cf2000572f40c64b21fd982') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir/" install +} diff --git a/community/amsynth/amsynth.install b/community/amsynth/amsynth.install new file mode 100644 index 000000000..e111ef946 --- /dev/null +++ b/community/amsynth/amsynth.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} diff --git a/community/jemalloc/PKGBUILD b/community/jemalloc/PKGBUILD index e9a2a950d..978254f1b 100644 --- a/community/jemalloc/PKGBUILD +++ b/community/jemalloc/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 106301 2014-02-27 08:35:14Z mtorromeo $ +# $Id: PKGBUILD 108815 2014-04-04 12:17:16Z mtorromeo $ # Maintainer: Massimiliano Torromeo # Contributor: Kovivchak Evgen pkgname=jemalloc -pkgver=3.5.1 +pkgver=3.6.0 pkgrel=1 pkgdesc="General-purpose scalable concurrent malloc implementation" arch=('i686' 'x86_64') @@ -30,4 +30,4 @@ package() { install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" } -sha256sums=('1a09f2570167ebc5fba4ddcc09176575d8acbb77017faf27797b9ab7f38f349f') +sha256sums=('e16c2159dd3c81ca2dc3b5c9ef0d43e1f2f45b04548f42db12e7c12d7bdf84fe') diff --git a/community/libvirt-glib/PKGBUILD b/community/libvirt-glib/PKGBUILD index a68820cb9..dbdea88ad 100644 --- a/community/libvirt-glib/PKGBUILD +++ b/community/libvirt-glib/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 99889 2013-10-31 02:18:18Z allan $ +# $Id: PKGBUILD 108799 2014-04-04 07:49:23Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Stefano Facchini pkgname=libvirt-glib -pkgver=0.1.7 -pkgrel=2 +pkgver=0.1.8 +pkgrel=1 pkgdesc="GLib bindings for libvirt" arch=('i686' 'x86_64') url="http://libvirt.org" @@ -12,7 +12,7 @@ license=('LGPL2.1') depends=('libvirt') makedepends=('intltool' 'gobject-introspection' 'vala') source=(ftp://libvirt.org/libvirt/glib/$pkgname-$pkgver.tar.gz) -sha256sums=('39652c07d95f980ff30b39e0fd072e768fb85d778d65432da24b17dee9d36429') +sha256sums=('da0e45952dbe1d5d9fde4f845f3a10763e7fed0b1e45906a46fdb74b777aa751') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/libvirt-python/PKGBUILD b/community/libvirt-python/PKGBUILD index 319f3cf2c..733223a9a 100644 --- a/community/libvirt-python/PKGBUILD +++ b/community/libvirt-python/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Jonathan Wiersma pkgname=libvirt-python -pkgver=1.2.2 +pkgver=1.2.3 pkgrel=1 pkgdesc="libvirt python binding" arch=('i686' 'x86_64') @@ -13,15 +13,15 @@ depends=('python2' 'libvirt') makedepends=('git') options=('emptydirs') install="libvirt-python.install" -source=("$pkgname::git://libvirt.org/libvirt-python.git#tag=v1.2.1") -md5sums=('SKIP') +source=("http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz") +md5sums=('6916d24595c5cc939e698926cd22888c') build() { - cd "$srcdir/$pkgname" + cd "$srcdir/$pkgname-$pkgver" python2 setup.py build } package() { - cd "$srcdir/$pkgname" + cd "$srcdir/$pkgname-$pkgver" python2 setup.py install --root=$pkgdir } diff --git a/community/python-pymongo/PKGBUILD b/community/python-pymongo/PKGBUILD index f49c68be7..f5f900e4a 100644 --- a/community/python-pymongo/PKGBUILD +++ b/community/python-pymongo/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 108476 2014-03-27 14:48:10Z fyan $ +# $Id: PKGBUILD 108791 2014-04-04 02:32:21Z fyan $ # Maintainer: Alexander Rødseth # Maintainer: Felix Yan # Contributor: Thomas S Hatch @@ -6,8 +6,8 @@ pkgbase=python-pymongo pkgname=('python-pymongo' 'python2-pymongo') -pkgver=2.6.3 -pkgrel=3 +pkgver=2.7 +pkgrel=1 pkgdesc='Python module for using MongoDB' arch=('x86_64' 'i686') license=('APACHE') @@ -15,7 +15,7 @@ url='http://pypi.python.org/pypi/pymongo/' makedepends=('python-setuptools' 'python2-setuptools') optdepends=('mongodb: High-performance schema-free document-oriented database') source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz") -sha256sums=('cabe1d785ad5db6ed8ff70dcb9c987958fc75400f066ec78911ca3f37184a4e2') +sha256sums=('8320bbbb8ca76de86bd47c253cfbfc4aedae3439fc57f6a9f8fdfa15a00bd601') build() { cp -a "pymongo-$pkgver" "pymongo2-$pkgver" diff --git a/community/python-sqlalchemy/PKGBUILD b/community/python-sqlalchemy/PKGBUILD index 73bdf2b26..6df919ed4 100644 --- a/community/python-sqlalchemy/PKGBUILD +++ b/community/python-sqlalchemy/PKGBUILD @@ -1,31 +1,39 @@ -# $Id: PKGBUILD 108503 2014-03-27 14:48:29Z fyan $ -# Maintainer: Angel Velasquez +# $Id: PKGBUILD 108809 2014-04-04 10:16:01Z fyan $ +# Maintainer: Angel Velasquez +# Maintainer: Felix Yan # Contributor: Sébastien Luttringer pkgbase=python-sqlalchemy pkgname=('python-sqlalchemy' 'python2-sqlalchemy') -pkgver=0.9.3 -pkgrel=2 +pkgver=0.9.4 +pkgrel=1 arch=('i686' 'x86_64') # python2 package contain .so url="http://www.sqlalchemy.org/" -license=('custom: MIT') -makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 'python-nose' 'python2-nose') +license=('MIT') +makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools') +checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock') source=("https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz") -md5sums=('a27989b9d4b3f14ea0b1600aa45559c4') +md5sums=('c008ea5e2565ec1418ee8461393a99b1') -build() { +prepare() { cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver +} + +build() { cd SQLAlchemy-$pkgver python setup.py build + cd ../SQLAlchemy2-$pkgver python2 setup.py build } check() { + # Tests failing cd SQLAlchemy-${pkgver} - python setup.py check - python2 setup.py check - + #python setup.py test + + cd ../SQLAlchemy2-$pkgver + #python2 setup.py test } package_python-sqlalchemy() { diff --git a/community/sipcalc/PKGBUILD b/community/sipcalc/PKGBUILD new file mode 100644 index 000000000..4d98be1ee --- /dev/null +++ b/community/sipcalc/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Florian Pritz +# Contributor: Mike Sampson +# Contributor: Tomasz Cielecki +pkgname=sipcalc +pkgver=1.1.6 +pkgrel=2 +pkgdesc="an advanced console based ip subnet calculator." +arch=('i686' 'x86_64') +url="http://www.routemeister.net/projects/sipcalc/" +license=('BSD') +depends=('glibc') +source=(http://www.routemeister.net/projects/sipcalc/files/$pkgname-$pkgver.tar.gz) +md5sums=('e431c64387f2c8d20e96ad1d7931a845') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install + install -m644 -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} diff --git a/community/sylpheed/PKGBUILD b/community/sylpheed/PKGBUILD index d4d0d2752..2456ae056 100644 --- a/community/sylpheed/PKGBUILD +++ b/community/sylpheed/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 108703 2014-04-01 17:09:52Z speps $ +# $Id: PKGBUILD 108819 2014-04-04 16:08:03Z speps $ # Maintainer: speps # Contributor: Alexander Fehr # Contributor: dorphell pkgname=sylpheed -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="Lightweight and user-friendly e-mail client" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils') makedepends=('openssl') install="$pkgname.install" source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2") -md5sums=('6cef3bb0ef2de6456dc1710f58e4db1f') +md5sums=('9071bb341a6d96244fe7cd5ff013c70d') build() { cd $pkgname-$pkgver -- cgit v1.2.3-54-g00ecf