summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/chmsee/PKGBUILD8
-rw-r--r--community/oolite/PKGBUILD12
-rw-r--r--community/python-psycopg2/PKGBUILD8
-rw-r--r--community/python-pycuda/PKGBUILD66
-rw-r--r--community/squid/PKGBUILD6
5 files changed, 83 insertions, 17 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD
index 1f2ddd65c..7c265bb98 100644
--- a/community/chmsee/PKGBUILD
+++ b/community/chmsee/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 80747 2012-12-01 21:09:55Z lcarlier $
+# $Id: PKGBUILD 82143 2013-01-09 14:21:16Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: dionydonny <dionydonny@gmail.com>
# Contributor: Ermanno <erm67@yahoo.it>
pkgname=chmsee
pkgver=1.99.15
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
url="http://chmsee.googlecode.com/"
license=('GPL')
-depends=('xulrunner>=17.0' 'chmlib' 'desktop-file-utils')
+depends=('xulrunner>=18.0' 'xulrunner<=19.0' 'chmlib' 'desktop-file-utils')
makedepends=('python2')
#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
@@ -23,7 +23,7 @@ build() {
cd ${srcdir}/chmsee-*/src
cp Makefile.arch Makefile
- #sed -i -e 's/15.*/17.*/g' ../application.ini
+ sed -i -e 's/17.*/18.*/g' ../application.ini
make -j1
}
diff --git a/community/oolite/PKGBUILD b/community/oolite/PKGBUILD
index 2b8ec7c1f..81ef2c09d 100644
--- a/community/oolite/PKGBUILD
+++ b/community/oolite/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 71988 2012-06-05 00:13:47Z svenstaro $
+# $Id: PKGBUILD 82164 2013-01-09 22:25:40Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Lone_Wolf <lonewolf@xs4all.nl>
pkgname=oolite
-pkgver=1.76.1
-pkgrel=2
+pkgver=1.77
+pkgrel=1
pkgdesc="A space-sim based on the classic Elite"
arch=('i686' 'x86_64')
url="http://oolite-linux.berlios.de"
license=('GPL2')
-depends=('gnustep-gui' 'sdl_mixer' 'mesa' 'espeak' 'nspr' 'python2' 'icu' 'gnustep-base')
-makedepends=('gcc-objc' 'gnustep-make' 'curl' 'zip')
+depends=('gnustep-gui' 'sdl_mixer' 'glu' 'espeak' 'nspr' 'python2' 'icu' 'gnustep-base')
+makedepends=('gcc-objc' 'gnustep-make' 'curl' 'zip' 'mesa')
options=(!makeflags)
source=(oolite
http://download.berlios.de/oolite-linux/oolite-source-${pkgver}.tar.bz2)
md5sums=('b182976fade9b64a3b3702e2a8c72bf0'
- 'a9ae79f4006a0993a822ca40740f4e67')
+ '78e0f1da12d1478534eb2af4d0983b01')
build() {
cd $srcdir
diff --git a/community/python-psycopg2/PKGBUILD b/community/python-psycopg2/PKGBUILD
index 8ff3a92dc..8244bc4d2 100644
--- a/community/python-psycopg2/PKGBUILD
+++ b/community/python-psycopg2/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 78238 2012-10-17 10:26:30Z allan $
+# $Id: PKGBUILD 82158 2013-01-09 17:03:59Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org>
pkgbase=python-psycopg2
pkgname=('python-psycopg2' 'python2-psycopg2')
-pkgver=2.4.5
-pkgrel=2
+pkgver=2.4.6
+pkgrel=1
pkgdesc="A PostgreSQL database adapter for the Python programming language."
arch=('i686' 'x86_64')
url="http://initd.org/psycopg/"
license=('LGPL3')
makedepends=('python2' 'python' 'postgresql-libs>=8.4.1')
source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-$pkgver.tar.gz)
-md5sums=('075e4df465e9a863f288d5bdf6e6887e')
+md5sums=('79d7f05e67bf70a0ecc6e9103ccece5f')
build() {
cd "$srcdir/psycopg2-$pkgver"
diff --git a/community/python-pycuda/PKGBUILD b/community/python-pycuda/PKGBUILD
new file mode 100644
index 000000000..ada4857bb
--- /dev/null
+++ b/community/python-pycuda/PKGBUILD
@@ -0,0 +1,66 @@
+# $Id: PKGBUILD 82154 2013-01-09 16:03:12Z stephane $
+# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
+pkgbase=python-pycuda
+pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
+pkgver=2012.1
+pkgrel=1
+pkgdesc="Python wrapper for Nvidia CUDA"
+arch=('i686' 'x86_64')
+url="http://mathema.tician.de/software/pycuda"
+license=('MIT')
+source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz)
+makedepends=('ctags' 'python2-distribute' 'python-distribute' 'python2-numpy' 'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
+sha1sums=('dd52ee697ae9f6256efac3bca682be9c6e7c9649')
+
+build() {
+ cd "${srcdir}"
+
+ _arch=''
+ [ "$CARCH" = "x86_64" ] && _arch='64'
+
+ cp -a pycuda-${pkgver}{,-python2}
+
+ cd "${srcdir}"/pycuda-${pkgver}
+ python3 ./configure.py \
+ --cuda-root=/opt/cuda \
+ --cuda-inc-dir=/opt/cuda/include \
+ --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+ --cudart-lib-dir=/opt/cuda/lib${_arch} \
+ --no-use-shipped-boost \
+ --boost-python-libname=boost_python3
+ make
+
+ cd "${srcdir}"/pycuda-${pkgver}-python2
+ python2 ./configure.py \
+ --cuda-root=/opt/cuda \
+ --cuda-inc-dir=/opt/cuda/include \
+ --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+ --cudart-lib-dir=/opt/cuda/lib${_arch} \
+ --no-use-shipped-boost
+ make
+}
+
+package_python-pycuda() {
+ depends=('cuda' 'nvidia-utils' 'python-numpy' 'python-pytools' 'python' 'boost-libs' 'pycuda-headers')
+ cd "${srcdir}"/pycuda-${pkgver}
+ python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
+
+ rm -fr "${pkgdir}"/usr/include
+}
+
+package_python2-pycuda() {
+ depends=('cuda' 'nvidia-utils' 'python2-numpy' 'python2-pytools' 'python2' 'boost-libs' 'pycuda-headers')
+ cd "${srcdir}"/pycuda-${pkgver}-python2
+ python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
+
+ rm -fr "${pkgdir}"/usr/include
+}
+
+package_pycuda-headers() {
+ cd "${srcdir}"/pycuda-${pkgver}
+ install -dm755 "${pkgdir}"/usr/include/pycuda
+
+ for file in $(ls -1 src/cuda/*.hpp); do
+ install -m644 ${file} "${pkgdir}"/usr/include/pycuda
+ done
+}
diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD
index b559c9b6c..49fbf40a9 100644
--- a/community/squid/PKGBUILD
+++ b/community/squid/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 81053 2012-12-11 09:28:38Z spupykin $
+# $Id: PKGBUILD 82135 2013-01-09 09:35:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Mark Coolen <mark.coolen@gmail.com>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: Kevin Piche <kevin@archlinux.org>
pkgname=squid
-pkgver=3.2.5
+pkgver=3.2.6
pkgrel=1
pkgdesc='Full-featured Web proxy cache server'
arch=('x86_64' 'i686')
@@ -24,7 +24,7 @@ source=("http://www.squid-cache.org/Versions/v3/3.2/$pkgname-$pkgver.tar.bz2"
'squid.pam'
'squid.cron'
'squid.service')
-md5sums=('ddb329f92056aa58a56db6a2eeea0c02'
+md5sums=('87915ad83aebafc7af6871c770b23339'
'02f7b5bd793f778e40834fd6457d2199'
'2383772ef94efddc7b920628bc7ac5b0'
'270977cdd9b47ef44c0c427ab9034777'