summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-01 23:11:14 +0000
committerroot <root@rshg047.dnsready.net>2011-07-01 23:11:14 +0000
commita81bc5be2e3672119ca0313a1fde10397a31211e (patch)
treedf4a74a90bd4186a7aab0c935caa8c0a469b9c23 /community
parent76400556d9e8a5dedc692487c13b76a541813a23 (diff)
Fri Jul 1 23:11:14 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/aria2/PKGBUILD4
-rw-r--r--community/cabextract/PKGBUILD10
-rw-r--r--community/go/PKGBUILD4
-rw-r--r--community/gprolog/PKGBUILD30
-rw-r--r--community/luxrender/PKGBUILD22
-rwxr-xr-xcommunity/mathomatic/PKGBUILD4
-rw-r--r--community/mingw32-gcc/PKGBUILD34
-rw-r--r--community/mingw32-pthreads/PKGBUILD34
-rw-r--r--community/parcellite/PKGBUILD6
-rw-r--r--community/sxiv/PKGBUILD6
10 files changed, 90 insertions, 64 deletions
diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD
index b3851c4b6..5041a2d79 100644
--- a/community/aria2/PKGBUILD
+++ b/community/aria2/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=aria2
-pkgver=1.11.2
+pkgver=1.12.0
pkgrel=1
pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url='http://aria2.sourceforge.net/'
license=('GPL')
depends=('gnutls' 'libxml2' 'sqlite3' 'c-ares' 'ca-certificates')
source=("http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2")
-sha1sums=('db4761fa311e6d1f9526d1ee25461c2db84750ff')
+sha1sums=('5bc6f07f84f6ad1d0e222d2b5c78cd3118e1a569')
build() {
cd aria2-${pkgver}
diff --git a/community/cabextract/PKGBUILD b/community/cabextract/PKGBUILD
index 1c2eaa51c..70ec10920 100644
--- a/community/cabextract/PKGBUILD
+++ b/community/cabextract/PKGBUILD
@@ -1,9 +1,8 @@
-# $Id: PKGBUILD 34168 2010-12-04 02:18:42Z andrea $
-# Maintainer:
-# Contributor: Giovanni Scafora <giovanni@archlinux.org>
+# $Id: PKGBUILD 50767 2011-06-30 19:23:26Z giovanni $
+# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
pkgname=cabextract
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="A program to extract Microsoft cabinet (.CAB) files"
arch=('i686' 'x86_64')
@@ -11,7 +10,7 @@ license=('GPL')
url="http://www.cabextract.org.uk/"
depends=('glibc')
source=("http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz")
-md5sums=('cb9a4a38470d2a71a0275968e7eb64d3')
+md5sums=('79f41f568cf1a3ac105e0687e8bfb7c0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -24,5 +23,6 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
make DESTDIR="${pkgdir}" install
}
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index 274a492fa..844e2fd2c 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Christian Himpel <chressie at gmail dot com>
pkgname=go
-pkgver=r57.1
-pkgrel=3
+pkgver=r58
+pkgrel=1
epoch=1
pkgdesc='Google Go compiler and tools (release version)'
arch=('i686' 'x86_64')
diff --git a/community/gprolog/PKGBUILD b/community/gprolog/PKGBUILD
index 9a4b32558..62b4f92ae 100644
--- a/community/gprolog/PKGBUILD
+++ b/community/gprolog/PKGBUILD
@@ -1,23 +1,27 @@
-# $Id: PKGBUILD 18237 2010-06-01 19:57:36Z spupykin $
+# $Id: PKGBUILD 50772 2011-06-30 21:54:27Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Geoffroy Carrier <geoffroy.carrier@koon.fr>
# Contributer: Jason Chu <jchu@xentac.net>
pkgname=gprolog
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
pkgdesc="GNU Prolog"
arch=('i686' 'x86_64')
url="http://www.gprolog.org/"
-depends=(glibc)
+depends=('glibc')
license=('GPL')
source=(ftp://ftp.gnu.org/gnu/gprolog/gprolog-$pkgver.tar.gz)
-md5sums=('cbae19c31e17bcfca4b57fe35ec4aba2')
+md5sums=('9d4fc311b7f6e37e524a5e7ccd0b6c28')
build() {
cd "$srcdir/gprolog-$pkgver/src"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
- make || return 1
+ make
+}
+
+package() {
+ cd "$srcdir/gprolog-$pkgver/src"
make install \
INSTALL_DIR="$pkgdir"/usr/share/gprolog \
LINKS_DIR="$pkgdir"/usr/bin \
@@ -25,14 +29,14 @@ build() {
HTML_DIR="$pkgdir"/usr/share/gprolog/doc/Html \
EXAMPLES_DIR="$pkgdir"/usr/share/gprolog \
sysconfdir="$pkgdir"/etc \
- localstatedir="$pkgdir"/var || return 1
+ localstatedir="$pkgdir"/var
cd "$pkgdir"/usr/bin
rm *
- ln -s /usr/share/gprolog/bin/fd2c && \
- ln -s /usr/share/gprolog/bin/gplc && \
- ln -s /usr/share/gprolog/bin/gprolog && \
- ln -s /usr/share/gprolog/bin/hexgplc && \
- ln -s /usr/share/gprolog/bin/ma2asm && \
- ln -s /usr/share/gprolog/bin/pl2wam && \
+ ln -s /usr/share/gprolog/bin/fd2c
+ ln -s /usr/share/gprolog/bin/gplc
+ ln -s /usr/share/gprolog/bin/gprolog
+ ln -s /usr/share/gprolog/bin/hexgplc
+ ln -s /usr/share/gprolog/bin/ma2asm
+ ln -s /usr/share/gprolog/bin/pl2wam
ln -s /usr/share/gprolog/bin/wam2ma
}
diff --git a/community/luxrender/PKGBUILD b/community/luxrender/PKGBUILD
index 8823ba609..006da2999 100644
--- a/community/luxrender/PKGBUILD
+++ b/community/luxrender/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 50301 2011-06-28 07:26:18Z stativ $
+# $Id: PKGBUILD 50748 2011-06-30 10:59:10Z icelaya $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Initial contributor: flixie <69one@gmx.net>
# Contributor: Imanol Celaya <ornitorrincos@archlinux-es.org>
@@ -6,8 +6,8 @@ pkgname=luxrender
pkgver=0.8
_pkgver=45d3e13eb94c
_luxblend=9cb3fcee0be8
-_blender=2.57
-pkgrel=4
+_blender=2.58
+pkgrel=6
pkgdesc="Rendering system for physically correct, unbiased image synthesis"
arch=('i686' 'x86_64')
url="http://www.luxrender.net/"
@@ -15,13 +15,13 @@ license=('GPL')
depends=('boost-libs' 'freeimage' 'openexr')
optdepends=('blender: Blender exporter' 'qt: Qt GUI')
makedepends=('cmake' 'boost' 'qt' 'luxrays' 'python')
-source=(http://src.luxrender.net/lux/archive/$_pkgver.tar.bz2 \
- http://src.luxrender.net/luxblend25/archive/$_luxblend.tar.bz2)
-md5sums=('ad8d2ede00aa244cad884d9696ff5fbb'
- '29c34f97791db3af1b827d9e9a1b3d79')
+source=(http://ftp.archlinux.org/other/community/luxrender/lux-"$pkgver".tar.bz2 \
+ http://ftp.archlinux.org/other/community/luxrender/luxblend-"$pkgver".tar.bz2)
+md5sums=('0f2d856385db72131f51e44a7ee527fa'
+ '0c3c8d9efba76133f8c687b5dd2bca8a')
build() {
- cd "$srcdir"/lux-$_pkgver
+ cd "$srcdir"/luxrender-lux-$_pkgver
sed -i 's/FIND_PACKAGE(Boost 1.43 COMPONENTS python REQUIRED)/FIND_PACKAGE(Boost 1.43 COMPONENTS python3 REQUIRED)/' CMakeLists.txt
@@ -36,7 +36,7 @@ build() {
}
package() {
- cd "$srcdir"/lux-$_pkgver
+ cd "$srcdir"/luxrender-lux-$_pkgver
make DESTDIR="$pkgdir" install
# fix library path on x86_64
@@ -44,9 +44,9 @@ package() {
# install blender exporter
install -d -m755 "$pkgdir"/usr/share/blender/$_blender/scripts/addons
- cp -a "$srcdir"/luxblend25-$_luxblend/src/luxrender \
+ cp -a "$srcdir"/luxrender-luxblend25-$_luxblend/src/luxrender \
"$pkgdir"/usr/share/blender/$_blender/scripts/addons
- cp -a "$srcdir"/lux-$_pkgver/pylux.so "$pkgdir"/usr/share/blender/$_blender/scripts/addons/luxrender/
+ cp -a "$srcdir"/luxrender-lux-$_pkgver/pylux.so "$pkgdir"/usr/share/blender/$_blender/scripts/addons/luxrender/
}
# vim:set ts=2 sw=2 et:
diff --git a/community/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD
index 527e8f95c..f708e5d61 100755
--- a/community/mathomatic/PKGBUILD
+++ b/community/mathomatic/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=mathomatic
-pkgver=15.6.1
+pkgver=15.6.2
pkgrel=1
pkgdesc="General purpose Computer Algebra System written in C"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial'
'bash: for running a test script'
'gnuplot: for plotting')
source=(http://mathomatic.org/$pkgname-$pkgver.tar.bz2)
-md5sums=('78d5eec8b64cbb3b00162f616f6a477c')
+md5sums=('96b64d056c6ab3c72338ff7566b6b11e')
build() {
cd "$srcdir"/$pkgname-$pkgver
diff --git a/community/mingw32-gcc/PKGBUILD b/community/mingw32-gcc/PKGBUILD
index e641c24a1..da32ebb86 100644
--- a/community/mingw32-gcc/PKGBUILD
+++ b/community/mingw32-gcc/PKGBUILD
@@ -1,15 +1,16 @@
-# $Id: PKGBUILD 45471 2011-04-22 05:36:00Z spupykin $
+# $Id: PKGBUILD 50734 2011-06-30 10:31:04Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Ondrej Jirman <megous@megous.com>
pkgname=mingw32-gcc
pkgver=4.5.2
-pkgrel=3
+pkgrel=4
arch=(i686 x86_64)
pkgdesc="A C and C++ cross-compilers for building Windows executables on Linux"
-depends=(mingw32-runtime mingw32-binutils mingw32-w32api libmpc elfutils gmp)
-replaces=(mingw32-gcc-base)
-provides=(mingw32-gcc-base)
+depends=('mingw32-pthreads' 'mingw32-runtime' 'mingw32-binutils' 'mingw32-w32api'
+ 'libmpc' 'elfutils' 'gmp')
+replaces=('mingw32-gcc-base')
+provides=('mingw32-gcc-base')
options=(!strip)
url="http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GCC/Version4/"
license=(GPL LGPL)
@@ -35,12 +36,15 @@ build()
--host=$CHOST \
--build=$CHOST \
--prefix=/usr \
+ --libexecdir=/usr/lib \
+ --with-bugurl=https://bugs.archlinux.org/ \
--enable-languages=c,c++ \
--enable-shared \
--enable-sjlj-exceptions \
--enable-hash-synchronization \
--disable-nls \
- --disable-libssp
+ --disable-libssp \
+ --enable-libgomp
make
make install DESTDIR=$pkgdir
@@ -51,22 +55,6 @@ build()
msg "libstdc++"
make -j1 -C i486-mingw32/libstdc++-v3 DESTDIR=${pkgdir} install
-# msg "libgomp"
-# mkdir -p i486-mingw32/libgomp
-# cd i486-mingw32/libgomp
-# [ -f Makefile ] || $srcdir/gcc-$pkgver/configure \
-# --target=i486-mingw32 \
-# --host=$CHOST \
-# --build=$CHOST \
-# --prefix=/usr \
-# --enable-languages=c,c++ \
-# --enable-shared \
-# --enable-sjlj-exceptions \
-# --enable-hash-synchronization \
-# --disable-nls \
-# --disable-libssp
-# make -j1 DESTDIR=$pkgdir all install
-
msg "fixes"
mkdir -p $pkgdir/usr/i486-mingw32/bin/
mv $pkgdir/usr/bin/*.dll $pkgdir/usr/i486-mingw32/bin/
@@ -79,6 +67,6 @@ build()
usr/share/gcc-$pkgver/python
strip usr/bin/*
- strip usr/libexec/gcc/i486-mingw32/$pkgver/{cc1*,collect2}
+ strip usr/lib/gcc/i486-mingw32/$pkgver/{cc1*,collect2}
i486-mingw32-strip -g usr/lib/gcc/i486-mingw32/$pkgver/*.a
}
diff --git a/community/mingw32-pthreads/PKGBUILD b/community/mingw32-pthreads/PKGBUILD
new file mode 100644
index 000000000..842a8352a
--- /dev/null
+++ b/community/mingw32-pthreads/PKGBUILD
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 50731 2011-06-30 10:05:09Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: Marcel Schneider marcelATcoopmastersDOTde
+
+pkgname=mingw32-pthreads
+pkgver=2.8.0
+_pkgver=2-8-0
+pkgrel=2
+arch=(i686 x86_64)
+pkgdesc="The POSIX 1003.1-2001 standard for writing multithreaded applications."
+license=(LGPL)
+makedepends=('mingw32-gcc-base' 'mingw32-runtime' 'mingw32-w32api')
+url="http://sourceware.org/pthreads-win32/"
+options=(!strip)
+source=(ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-$_pkgver-release.tar.gz)
+md5sums=('6d30c693233b1464ef8983fedd8ccb22')
+
+build() {
+ cd $srcdir/pthreads-w32-$_pkgver-release
+ make CROSS=i486-mingw32- clean GC
+}
+
+package() {
+ cd $srcdir/pthreads-w32-$_pkgver-release
+ mkdir $pkgdir/usr
+ mkdir $pkgdir/usr/i486-mingw32
+ mkdir $pkgdir/usr/i486-mingw32/include
+ mkdir $pkgdir/usr/i486-mingw32/lib
+ install $srcdir/pthreads-w32-$_pkgver-release/pthread.h $pkgdir/usr/i486-mingw32/include/pthread.h
+ install $srcdir/pthreads-w32-$_pkgver-release/sched.h $pkgdir/usr/i486-mingw32/include/sched.h
+ install $srcdir/pthreads-w32-$_pkgver-release/semaphore.h $pkgdir/usr/i486-mingw32/include/semaphore.h
+ install $srcdir/pthreads-w32-$_pkgver-release/libpthreadGC2.a $pkgdir/usr/i486-mingw32/lib/libpthread.a
+ install $srcdir/pthreads-w32-$_pkgver-release/pthreadGC2.dll $pkgdir/usr/i486-mingw32/lib/
+}
diff --git a/community/parcellite/PKGBUILD b/community/parcellite/PKGBUILD
index 27c62ea86..c23ea5ef3 100644
--- a/community/parcellite/PKGBUILD
+++ b/community/parcellite/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 42044 2011-03-12 11:31:17Z spupykin $
+# $Id: PKGBUILD 50742 2011-06-30 10:48:15Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Alexander Fehr <pizzapunk gmail com>
pkgname=parcellite
-pkgver=1.0.1
+pkgver=1.0.2rc2
pkgrel=1
pkgdesc="Lightweight GTK+ clipboard manager"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('gtk2')
makedepends=('intltool')
source=(http://downloads.sourceforge.net/parcellite/parcellite-$pkgver.tar.gz)
-md5sums=('b2f1de2a424996c0eb2ff3a728a12cfc')
+md5sums=('c1ade542f9b5e836af18773171e70e95')
build() {
cd "$srcdir/parcellite-$pkgver"
diff --git a/community/sxiv/PKGBUILD b/community/sxiv/PKGBUILD
index c24491033..88a0a5139 100644
--- a/community/sxiv/PKGBUILD
+++ b/community/sxiv/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Bert Muennich <muennich at informatik.hu-berlin.de>
pkgname=sxiv
-pkgver=0.8.1
-pkgrel=3
+pkgver=0.8.2
+pkgrel=1
pkgdesc='simple x image viewer'
arch=('i686' 'x86_64')
license=('GPL2')
@@ -13,7 +13,7 @@ depends=('libx11' 'xproto' 'imlib2')
source=("https://github.com/downloads/muennich/sxiv/sxiv-${pkgver}.tar.gz"
'sxiv.desktop'
'config.h')
-md5sums=('23006a1900690d46c0ff126c76cdbd02'
+md5sums=('6948b4c02f9458c4160c6e458228b85f'
'1dda85ff6bed4de337f8fb303075ed11'
'8018e9f2f63b155098428be9dbaf8b5c')