summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/0ad/PKGBUILD9
-rw-r--r--community/bitcoin/PKGBUILD4
-rw-r--r--community/cclive/PKGBUILD4
-rw-r--r--community/cegui/PKGBUILD20
-rw-r--r--community/easystroke/PKGBUILD6
-rw-r--r--community/electricsheep/PKGBUILD6
-rw-r--r--community/encfs/PKGBUILD4
-rw-r--r--community/fatrat/PKGBUILD4
-rw-r--r--community/fcron/PKGBUILD21
-rw-r--r--community/fcron/fcron.service5
-rw-r--r--community/freeorion/PKGBUILD19
-rw-r--r--community/gigi/PKGBUILD6
-rw-r--r--community/glob2/PKGBUILD34
-rw-r--r--community/glom/PKGBUILD6
-rw-r--r--community/gnash/PKGBUILD4
-rw-r--r--community/gource/PKGBUILD8
-rw-r--r--community/gpsdrive/PKGBUILD4
-rw-r--r--community/gtkdialog/PKGBUILD6
-rw-r--r--community/hevea/PKGBUILD6
-rw-r--r--community/i3lock/PKGBUILD8
-rw-r--r--community/instead/PKGBUILD6
-rw-r--r--community/kradio/PKGBUILD22
-rw-r--r--community/kradio/kradio.install8
-rw-r--r--community/librime/PKGBUILD6
-rw-r--r--community/luxrays/PKGBUILD4
-rw-r--r--community/luxrender/PKGBUILD4
-rw-r--r--community/mapnik/PKGBUILD4
-rw-r--r--community/mongodb/PKGBUILD6
-rw-r--r--community/mygui/PKGBUILD4
-rw-r--r--community/openimageio/PKGBUILD19
-rw-r--r--community/openimageio/fix32bit-fail.patch13
-rw-r--r--community/openshadinglanguage/PKGBUILD43
-rw-r--r--community/openshadinglanguage/llvm32.patch71
-rw-r--r--community/openssh-askpass/PKGBUILD16
-rw-r--r--community/os-prober/PKGBUILD8
-rw-r--r--community/parcellite/PKGBUILD6
-rw-r--r--community/pdns/PKGBUILD10
-rw-r--r--community/performous/PKGBUILD4
-rw-r--r--community/pingus/PKGBUILD9
-rw-r--r--community/pinot/PKGBUILD8
-rw-r--r--community/pion/PKGBUILD4
-rw-r--r--community/pokerth/PKGBUILD4
-rw-r--r--community/python-pycuda/PKGBUILD6
-rw-r--r--community/python-pyopencl/PKGBUILD6
-rw-r--r--community/python2-tagpy/PKGBUILD4
-rw-r--r--community/schroot/PKGBUILD10
-rw-r--r--community/schroot/colon-completion.patch32
-rw-r--r--community/sigil/PKGBUILD4
-rw-r--r--community/smc/PKGBUILD4
-rw-r--r--community/spring/PKGBUILD4
-rw-r--r--community/springlobby/PKGBUILD4
-rw-r--r--community/tea/PKGBUILD6
-rw-r--r--community/wesnoth/PKGBUILD4
-rw-r--r--community/wt/PKGBUILD4
54 files changed, 349 insertions, 202 deletions
diff --git a/community/0ad/PKGBUILD b/community/0ad/PKGBUILD
index a280cc4ad..8b99ab009 100644
--- a/community/0ad/PKGBUILD
+++ b/community/0ad/PKGBUILD
@@ -1,10 +1,11 @@
+# $Id: PKGBUILD 83239 2013-01-28 16:49:23Z stephane $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: t3ddy <t3ddy1988 "at" gmail {dot} com>
# Contributor: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
pkgname=0ad
pkgver=a12
_pkgver=0.0.12-alpha
-pkgrel=1
+pkgrel=2
pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
arch=('i686' 'x86_64')
url="http://play0ad.com/"
@@ -32,9 +33,9 @@ build() {
}
package() {
- install -d ${pkgdir}/usr/{bin,lib}
- install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/pyrogenesis ${pkgdir}/usr/bin
- install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/*.so{,.1.0} ${pkgdir}/usr/lib
+ install -d "${pkgdir}"/usr/{bin,lib}
+ install -Dm755 "${srcdir}"/${pkgname}-${_pkgver}/binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+ install -Dm755 "${srcdir}"/${pkgname}-${_pkgver}/binaries/system/*.so{,.1.0} "${pkgdir}/usr/lib"
install -Dm755 "${srcdir}/${pkgname}-${_pkgver}/build/resources/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
install -Dm644 "${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
diff --git a/community/bitcoin/PKGBUILD b/community/bitcoin/PKGBUILD
index f889683b3..6d0b07128 100644
--- a/community/bitcoin/PKGBUILD
+++ b/community/bitcoin/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 81351 2012-12-18 11:49:48Z tredaelli $
+# $Id: PKGBUILD 83240 2013-01-28 16:49:24Z stephane $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: shahid <helllamer@gmail.com>
pkgbase=bitcoin
pkgname=('bitcoin-daemon' 'bitcoin-qt')
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.bitcoin.org/"
makedepends=('boost' 'automoc4' 'miniupnpc')
diff --git a/community/cclive/PKGBUILD b/community/cclive/PKGBUILD
index 92b381aff..e74af9746 100644
--- a/community/cclive/PKGBUILD
+++ b/community/cclive/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 82994 2013-01-26 10:56:03Z bpiotrowski $
+# $Id: PKGBUILD 83242 2013-01-28 16:49:28Z stephane $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: joyfulgirl@archlinux.us
# Contributor: nathan owe ndowens04 at gmail dot com
pkgname=cclive
pkgver=0.7.11
-pkgrel=1
+pkgrel=2
pkgdesc='Commandline downloader for popular video websites.'
arch=('i686' 'x86_64')
url='http://cclive.sourceforge.net/'
diff --git a/community/cegui/PKGBUILD b/community/cegui/PKGBUILD
index 69d0f79b9..584eec445 100644
--- a/community/cegui/PKGBUILD
+++ b/community/cegui/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81101 2012-12-12 00:47:27Z eric $
+# $Id: PKGBUILD 83243 2013-01-28 16:49:29Z stephane $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>,
@@ -7,7 +7,7 @@
pkgbase=cegui
pkgname=('cegui' 'cegui-docs')
pkgver=0.7.7
-pkgrel=4
+pkgrel=5
pkgdesc="A free library providing windowing and widgets for graphics APIs/engines"
arch=('i686' 'x86_64')
url="http://crayzedsgui.sourceforge.net"
@@ -16,14 +16,15 @@ license=("MIT")
depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 'lua51' 'silly')
makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz')
optdepends=("python2: python bindings"
- "ogre: ogre module")
+ "ogre: ogre module"
+ "gtk2: gtk2 module")
#"irrlicht: irrlicht module") maybe again at some point
options=(!libtool)
source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
md5sums=('8b83577f86eaa1581765dd155c7c8f24')
build() {
- cd $srcdir/CEGUI-${pkgver}
+ cd "$srcdir/CEGUI-${pkgver}"
./bootstrap
@@ -36,19 +37,20 @@ build() {
}
package_cegui() {
- cd $srcdir/CEGUI-${pkgver}
+ cd "$srcdir/CEGUI-${pkgver}"
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
- install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+ install -Dm644 doc/COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
}
package_cegui-docs() {
pkgdesc="Documentation for cegui"
depends=()
- cd $srcdir/CEGUI-${pkgver}
+ cd "$srcdir/CEGUI-${pkgver}"
cd doc/doxygen && doxygen
- cd .. && make DESTDIR=${pkgdir} install-html
+ cd .. && make DESTDIR="${pkgdir}" install-html
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
}
diff --git a/community/easystroke/PKGBUILD b/community/easystroke/PKGBUILD
index 75a71810d..bf1cb5a39 100644
--- a/community/easystroke/PKGBUILD
+++ b/community/easystroke/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=easystroke
pkgver=0.5.6
-pkgrel=1
+pkgrel=2
pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
arch=('i686' 'x86_64')
url='http://easystroke.sourceforge.net/'
license=('custom:ISC')
-depends=('gtkmm' 'boost' 'libxtst' 'dbus-glib' 'xorg-server')
-makedepends=('inputproto' 'intltool' 'gettext' 'xorg-server-devel' 'help2man')
+depends=('gtkmm' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 'help2man')
install=easystroke.install
source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz")
md5sums=('a9f06576a47deaf6f612bb993685af0f')
diff --git a/community/electricsheep/PKGBUILD b/community/electricsheep/PKGBUILD
index 28b4c2b78..95ccd687a 100644
--- a/community/electricsheep/PKGBUILD
+++ b/community/electricsheep/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 81103 2012-12-12 00:47:29Z eric $
+# $Id: PKGBUILD 83245 2013-01-28 16:49:31Z stephane $
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=electricsheep
pkgver=2.7b33
-pkgrel=4
+pkgrel=5
pkgdesc="A screensaver that realize the collective dream of sleeping computers from all over the internet"
arch=('i686' 'x86_64')
url="http://community.electricsheep.org/"
@@ -37,8 +37,10 @@ mksource() {
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i 's/wx-config/wx-config-2.9/g' configure.ac
+ sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
sed -i '12 i\
#include <cstdio>' Common/Singleton.h
+ mkdir m4
./autogen.sh
CPPFLAGS+="-I/usr/include/lua5.1" ./configure --prefix=/usr
sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile
diff --git a/community/encfs/PKGBUILD b/community/encfs/PKGBUILD
index 4e152c402..9b735a2a8 100644
--- a/community/encfs/PKGBUILD
+++ b/community/encfs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 73987 2012-07-18 01:06:22Z ibiru $
+# $Id: PKGBUILD 83246 2013-01-28 16:49:32Z stephane $
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: Sven Kauber, <celeon@gmail.com>
@@ -6,7 +6,7 @@
pkgname=encfs
pkgver=1.7.4
-pkgrel=8
+pkgrel=9
pkgdesc='Encrypted filesystem in user-space'
arch=('i686' 'x86_64')
url='http://www.arg0.net/encfs'
diff --git a/community/fatrat/PKGBUILD b/community/fatrat/PKGBUILD
index d2de5c07e..ac5c0dc97 100644
--- a/community/fatrat/PKGBUILD
+++ b/community/fatrat/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 82226 2013-01-12 16:49:34Z eric $
+# $Id: PKGBUILD 83247 2013-01-28 16:49:32Z stephane $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=fatrat
pkgver=1.2.0_beta2
-pkgrel=3
+pkgrel=4
pkgdesc="QT4 based download manager with support for HTTP, FTP, SFTP, BitTorrent, rapidshare and more"
arch=('i686' 'x86_64')
url="http://fatrat.dolezel.info/"
diff --git a/community/fcron/PKGBUILD b/community/fcron/PKGBUILD
index 8fa9c82a0..199c36931 100644
--- a/community/fcron/PKGBUILD
+++ b/community/fcron/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 75445 2012-08-24 05:27:15Z ttopper $
+# $Id: PKGBUILD 83238 2013-01-28 15:29:15Z ttoepper $
# Contributor: Giorgio Lando <lando at imap dot cc>
# Contributor: Sergej Pupykin
# Contributor: Thomas Bächler
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=fcron
-pkgver=3.0.6
-pkgrel=8
-pkgdesc="feature-rich cron implementation"
+pkgver=3.1.1
+pkgrel=1
+pkgdesc='Feature-rich cron implementation'
arch=(i686 x86_64)
url="http://fcron.free.fr"
license=('GPL')
@@ -21,12 +21,12 @@ backup=(etc/fcron/fcron.conf etc/fcron/fcron.allow etc/fcron/fcron.deny \
options=('emptydirs' '!makeflags')
source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz fcron.rc \
systab systab.orig run-cron fcron.service)
-md5sums=('69ebcb41921e2a282f41ebecb3a27053'
+md5sums=('230b91f308e6012957a3a71a94f03838'
'e0c3f0bdc3c98fbbe46eff19001c18f2'
'938722c6654ef7b07f4aa10001905ba1'
'bfb7daa22ebe22b9917e455c1ca4a382'
'5ff0cdcb9ec99778938ac6ef26800327'
- 'ab589cc6813ec32b5e96bf05c2b51c4c')
+ '973e440ba6d9ea5aa00b45377140fae4')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -40,9 +40,14 @@ build() {
--datadir=/usr/share \
--with-docdir=/usr/share/doc \
--localstatedir=/var \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system \
+ --with-piddir=/run \
--with-editor=/usr/bin/vi \
--with-sendmail=/usr/sbin/sendmail
make
+
+ # Temporary bugfix make install expects the file in the files directory.
+ cp script/fcron.init.systemd files
}
package() {
@@ -70,8 +75,8 @@ package() {
install -D -m755 "$srcdir/run-cron" "$pkgdir/usr/sbin/run-cron"
# Install systemd service
- install -D -m644 "$srcdir/fcron.service" \
- "$pkgdir/usr/lib/systemd/system/fcron.service"
+ #install -D -m644 "$srcdir/fcron.service" \
+ # "$pkgdir/usr/lib/systemd/system/fcron.service"
# avoid conflict with filesystem>=2012.06
rmdir "$pkgdir/var/run"
diff --git a/community/fcron/fcron.service b/community/fcron/fcron.service
index a47b4f19b..c54e8d9e9 100644
--- a/community/fcron/fcron.service
+++ b/community/fcron/fcron.service
@@ -2,9 +2,8 @@
Description=Cron Daemon
[Service]
-Type=forking
-PIDFile=/run/fcron.pid
-ExecStart=/usr/sbin/fcron
+ExecStart=/usr/sbin/fcron --foreground --nosyslog
+KillMode=process
[Install]
WantedBy=multi-user.target
diff --git a/community/freeorion/PKGBUILD b/community/freeorion/PKGBUILD
index f81715361..4a23823a8 100644
--- a/community/freeorion/PKGBUILD
+++ b/community/freeorion/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 79478 2012-11-06 02:15:41Z arodseth $
+# $Id: PKGBUILD 83248 2013-01-28 16:49:34Z stephane $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: guini <sidtrun@googlemail.com>
# Contributor: Forrest Loomis <cybercyst _ at _ gmail dot com>
@@ -7,7 +7,7 @@
pkgname=freeorion
pkgver=0.4.1
-pkgrel=4
+pkgrel=5
pkgdesc='Turn-based galactic conquest game inspired by Master of Orion'
arch=('x86_64' 'i686')
url='http://www.freeorion.org/'
@@ -32,16 +32,21 @@ sha256sums=('111532e460aec847ff455ee67dd64f46e2fa5ceba39a0349d25a84b69c646eaf'
'3dbe8df9c3a4a0d6451f42727ebf9bcb21fed41a08d1181d1cf77ef4ab5ee81a')
_svnrepo='https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/'
_pyversion=2.7
-_revision=5379
+_revision=5671 #5379
build() {
cd "$srcdir"
gendesk -n
- msg2 'Looking up revision from version number...'
- _releaserevision=`curl --progress-bar -o- ${url}index.php/Compile | grep "$pkgver" | cut -d':' -f2 | cut -d' ' -f10 | tail -1`
- msg2 "The revision for the latest official release is $_releaserevision"
- # _revision=$_releaserevision
+ # Sometimes the latest revision works, sometimes it's the "release" revision that works.
+ # Sometimes the release tarball works, sometimes not. Sometimes there is a release tarball, sometimes not.
+ # Search for "Arch" in the sf.net/projects/freeorion issue tracker to see a list of past issues.
+
+ #msg2 'Looking up revision from version number...'
+ #_releaserevision=`curl --progress-bar -o- ${url}index.php/Compile | grep "$pkgver" | cut -d':' -f2 | cut -d' ' -f10 | tail -1`
+ #msg2 "The revision for the latest official release is $_releaserevision"
+ ## _revision=$_releaserevision
+
msg2 "Compiling with revision $_revision"
msg2 "Checking out svn revision $_revision..."
diff --git a/community/gigi/PKGBUILD b/community/gigi/PKGBUILD
index 82f7ed14e..67f22bb7e 100644
--- a/community/gigi/PKGBUILD
+++ b/community/gigi/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 78189 2012-10-17 10:23:49Z allan $
+# $Id: PKGBUILD 83250 2013-01-28 16:49:36Z stephane $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: fana-m <geminin@gmx.net>
@@ -7,8 +7,8 @@
pkgname=gigi
pkgver=0.8.0
-pkgrel=14
-_fixedrevision=5208
+pkgrel=15
+_fixedrevision=5407 # 5208
pkgdesc="Small, efficient and feature rich GUI for C++ and OpenGL (freeorion fork)"
url="http://gigi.sourceforge.net/"
arch=('x86_64' 'i686')
diff --git a/community/glob2/PKGBUILD b/community/glob2/PKGBUILD
index 64d83922f..6512def53 100644
--- a/community/glob2/PKGBUILD
+++ b/community/glob2/PKGBUILD
@@ -1,34 +1,40 @@
-# $Id: PKGBUILD 77642 2012-10-13 11:43:21Z allan $
+# $Id: PKGBUILD 83251 2013-01-28 16:49:37Z stephane $
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
pkgname=glob2
pkgver=0.9.4.4
-pkgrel=13
-pkgdesc="RTS game which minimizes micro-management by automatically assigning tasks to units"
-arch=('i686' 'x86_64')
-url="http://www.globulation2.org/"
+pkgrel=14
+pkgdesc='RTS game which minimizes micro-management by automatically assigning tasks to units'
+arch=('x86_64' 'i686')
+url='http://www.globulation2.org/'
license=('GPL3')
depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu'
'fribidi' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
makedepends=('scons' 'boost' 'mesa')
install=glob2.install
-source=(http://dl.sv.nongnu.org/releases/${pkgname}/0.9.4/${pkgname}-${pkgver}.tar.gz
- glob2-0.9.4.1-gcc44.patch)
-sha1sums=('14aa8d840ef5f95a9af591789082fe2322fa8cad'
- '3e5ae81d85a727387a7049c3a0dfb3db930391b3')
+source=("http://dl.sv.nongnu.org/releases/$pkgname/0.9.4/$pkgname-$pkgver.tar.gz"
+ 'glob2-0.9.4.1-gcc44.patch')
+sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8'
+ '3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "$srcdir/$pkgname-$pkgver"
patch -Np0 -i "$srcdir/glob2-0.9.4.1-gcc44.patch"
- scons BINDIR="${pkgdir}/usr/bin" INSTALLDIR="${pkgdir}/usr/share" LINKFLAGS="-lboost_system"
+ scons \
+ BINDIR="$pkgdir/usr/bin" \
+ INSTALLDIR="$pkgdir/usr/share" \
+ LINKFLAGS="-lboost_system"
}
package () {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "$srcdir/$pkgname-$pkgver"
scons install
- find "${pkgdir}/usr/share" -type f -exec chmod 644 '{}' \;
- install -Dm644 data/icons/glob2-icon-48x48.png "${pkgdir}/usr/share/pixmaps/glob2-icon-48x48.png"
+ find "$pkgdir/usr/share" -type f -exec chmod 644 '{}' \;
+ install -Dm644 data/icons/glob2-icon-48x48.png \
+ "$pkgdir/usr/share/pixmaps/glob2-icon-48x48.png"
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/glom/PKGBUILD b/community/glom/PKGBUILD
index 59385e1e9..f778b0e78 100644
--- a/community/glom/PKGBUILD
+++ b/community/glom/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 73993 2012-07-18 01:06:54Z ibiru $
+# $Id: PKGBUILD 83252 2013-01-28 16:49:38Z stephane $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
@@ -6,7 +6,7 @@
pkgname=glom
pkgver=1.22.0
-pkgrel=2
+pkgrel=3
pkgdesc="An easy-to-use database designer and user interface"
arch=('i686' 'x86_64')
url="http://www.glom.org/"
@@ -15,7 +15,7 @@ depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 'libepc'
makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost')
options=('!libtool')
install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/glom/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
sha256sums=('e6ce1b0c76cec8c85beba4900a80f257de3cc23a2c65908262fd8be87c2e546a')
build() {
diff --git a/community/gnash/PKGBUILD b/community/gnash/PKGBUILD
index 4bae2c98c..ef6b9b56c 100644
--- a/community/gnash/PKGBUILD
+++ b/community/gnash/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 77643 2012-10-13 11:43:30Z allan $
+# $Id: PKGBUILD 83253 2013-01-28 16:49:39Z stephane $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgbase=gnash
pkgname=(gnash-common gnash-gtk)
pkgver=0.8.10
-pkgrel=5
+pkgrel=6
arch=(i686 x86_64)
url="http://www.gnu.org/software/gnash/"
license=(GPL3)
diff --git a/community/gource/PKGBUILD b/community/gource/PKGBUILD
index 7df9b6b1d..727f45d4f 100644
--- a/community/gource/PKGBUILD
+++ b/community/gource/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 78932 2012-10-27 23:44:44Z ebelanger $
+# $Id: PKGBUILD 83254 2013-01-28 16:49:41Z stephane $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Jose Valecillos <valecillosjg (at) gmail (dot) com>
# Contributor: Olivier Ramonat <olivier at ramonat dot fr>
pkgname=gource
pkgver=0.38
-pkgrel=5
+pkgrel=6
pkgdesc="software version control visualization"
license=(GPL3)
arch=(i686 x86_64)
url=http://code.google.com/p/gource/
depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm')
+makedepends=('boost' 'glm' 'mesa')
source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
md5sums=('6584241879dbb6dfaecc6ae6b58ad38c')
@@ -25,6 +25,6 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR=$pkgdir install
+ make DESTDIR="$pkgdir" install
}
# vim: ts=2:sw=2 et:
diff --git a/community/gpsdrive/PKGBUILD b/community/gpsdrive/PKGBUILD
index 213ebbbda..e6fd25a96 100644
--- a/community/gpsdrive/PKGBUILD
+++ b/community/gpsdrive/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 76745 2012-09-28 20:24:11Z spupykin $
+# $Id: PKGBUILD 83255 2013-01-28 16:49:42Z stephane $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Maintainer: damir <damir@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=gpsdrive
pkgver=2.11
_pkgver=20120928
-pkgrel=14
+pkgrel=15
pkgdesc="A car (bike, ship, plane) navigation system"
arch=("i686" "x86_64")
url="http://www.gpsdrive.de/"
diff --git a/community/gtkdialog/PKGBUILD b/community/gtkdialog/PKGBUILD
index eb8b9cb32..98398f1cf 100644
--- a/community/gtkdialog/PKGBUILD
+++ b/community/gtkdialog/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 76857 2012-10-01 14:34:14Z spupykin $
+# $Id: PKGBUILD 83201 2013-01-28 10:07:07Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: dojo <joerg.doll[at]gmx.de>
pkgname=gtkdialog
-pkgver=0.8.2
+pkgver=0.8.3
pkgrel=1
pkgdesc="Gtkdialog is a small utility for fast and easy GUI building."
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=('gtk2' 'libglade')
install=gtkdialog.install
options=('zipman')
source=(http://gtkdialog.googlecode.com/files/gtkdialog-$pkgver.tar.gz)
-md5sums=('4038a04f4ff78ca7b7e52e998754c8c2')
+md5sums=('f8d2a2b912bcd5aa7da60984c19bc493')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/hevea/PKGBUILD b/community/hevea/PKGBUILD
index 7a807f97e..6a2b3397c 100644
--- a/community/hevea/PKGBUILD
+++ b/community/hevea/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 82724 2013-01-23 15:18:44Z spupykin $
+# $Id: PKGBUILD 83233 2013-01-28 14:16:05Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Brian Nguyen <bhnguyen@gmail.com>
# Original Packager: Tom K <tomk@runbox.com>
pkgname=hevea
-pkgver=2.01
+pkgver=2.02
pkgrel=1
pkgdesc="A quite complete and fast LATEX to HTML translator"
arch=(i686 x86_64)
@@ -13,7 +13,7 @@ license=('GPL')
url="http://pauillac.inria.fr/~maranget/hevea/"
install=hevea.install
source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-md5sums=('81f6fba8918ccc319e508983eff374fb')
+md5sums=('b0331fdf123c21ce02f15c890d268306')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/i3lock/PKGBUILD b/community/i3lock/PKGBUILD
index 6729f3f5d..acf305455 100644
--- a/community/i3lock/PKGBUILD
+++ b/community/i3lock/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 71875 2012-06-02 17:53:59Z ttopper $
+# $Id: PKGBUILD 83283 2013-01-28 17:56:05Z ttoepper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=i3lock
pkgver=2.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="An improved screenlocker based upon XCB and PAM"
arch=('i686' 'x86_64')
url="http://i3wm.org/i3lock/"
@@ -17,6 +17,10 @@ md5sums=('fbc954133a6335be89e394d9ec85fcfd')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
+ # Fix ticket FS#31544, sed line taken from gentoo
+ sed -i -e 's:login:system-auth:' i3lock.pam
+
make
gzip i3lock.1
}
diff --git a/community/instead/PKGBUILD b/community/instead/PKGBUILD
index ee50ef609..738cebc2a 100644
--- a/community/instead/PKGBUILD
+++ b/community/instead/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 81383 2012-12-19 12:10:49Z spupykin $
+# $Id: PKGBUILD 83203 2013-01-28 10:07:31Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Peter Kosyh <p.kosyhgmail.com>
pkgname=instead
-pkgver=1.8.2
+pkgver=1.8.3
pkgrel=1
pkgdesc="a quest interpreter"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
optdepends=('instead-launcher: install and update INSTEAD games from net')
source=(http://instead.googlecode.com/files/instead_${pkgver}.tar.gz)
-md5sums=('1f20344594e9a360d335203e4305f7a8')
+md5sums=('4ec9f3e9f3300ce5a01b0d2b98974868')
build() {
cd "${srcdir}/instead-${pkgver}"
diff --git a/community/kradio/PKGBUILD b/community/kradio/PKGBUILD
index bc04b1645..66a5f20dc 100644
--- a/community/kradio/PKGBUILD
+++ b/community/kradio/PKGBUILD
@@ -1,26 +1,27 @@
-# $Id: PKGBUILD 83156 2013-01-27 16:18:52Z pierre $
-# Maintainer:
+# $Id: PKGBUILD 83293 2013-01-28 23:02:36Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=kradio
-pkgver=4.0.6
+pkgver=4.0.7
pkgrel=1
-arch=('i686' 'x86_64')
+arch=('x86_64' 'i686')
license=('GPL2')
-pkgdesc="A comfortable KDE internet and AM/FM radio application"
-url="http://kradio.sourceforge.net/"
+pkgdesc='Comfortable KDE internet and AM/FM radio application'
+url='http://kradio.sourceforge.net/'
depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
makedepends=('automoc4' 'cmake' 'boost')
install=$pkgname.install
source=("http://downloads.sourceforge.net/$pkgname/kradio4-$pkgver.tar.bz2"{,.asc})
-md5sums=('ee9214156465e0416bb369f78b4a5eae'
- 'f43706e63d24788f2278bada7b10cc6f')
+sha256sums=('53d1a706f08cfd5a405142cf34cf9c0b03397b03961936651dfae7206003959c'
+ 'cc6e801e10dbb7971cd09f2083d9fad0dc20ffc59ce3301486a985b8718d0c97')
build() {
cd "$srcdir"
+
mkdir build
cd build
- cmake ../${pkgname}4-$pkgver \
+ cmake "../${pkgname}4-$pkgver" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make
@@ -28,5 +29,8 @@ build() {
package() {
cd "$srcdir/build"
+
make DESTDIR="$pkgdir" install
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/kradio/kradio.install b/community/kradio/kradio.install
index 460e85d7f..364567b9d 100644
--- a/community/kradio/kradio.install
+++ b/community/kradio/kradio.install
@@ -1,11 +1,13 @@
post_install() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
}
post_upgrade() {
- post_install
+ post_install
}
post_remove() {
- post_install
+ post_install
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/librime/PKGBUILD b/community/librime/PKGBUILD
index a4caf9c0c..800c927d0 100644
--- a/community/librime/PKGBUILD
+++ b/community/librime/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 82860 2013-01-25 04:19:04Z svenstaro $
+# $Id: PKGBUILD 83256 2013-01-28 16:49:43Z stephane $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: GONG Chen <chen dot sst at gmail dot com>
# Contributor: 網軍總司令
pkgname=librime
pkgver=0.9.7
-pkgrel=3
+pkgrel=4
pkgdesc="Rime input method engine"
arch=('i686' 'x86_64')
url="http://code.google.com/p/rimeime/"
license=('GPL3')
-depends=('boost>=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3')
+depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3')
optdepends=('brise: Rime schema repository')
makedepends=('cmake')
source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
diff --git a/community/luxrays/PKGBUILD b/community/luxrays/PKGBUILD
index 5ad24ef05..684fe2a9c 100644
--- a/community/luxrays/PKGBUILD
+++ b/community/luxrays/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 78934 2012-10-27 23:44:55Z ebelanger $
+# $Id: PKGBUILD 83257 2013-01-28 16:49:44Z stephane $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=luxrays
pkgver=1.1
_pkgver=589aa5dac899
-pkgrel=3
+pkgrel=4
pkgdesc="Accelerate the ray intersection process by using GPUs"
arch=('i686' 'x86_64')
url="http://www.luxrender.net/"
diff --git a/community/luxrender/PKGBUILD b/community/luxrender/PKGBUILD
index 34aabbc87..e3c6f12e6 100644
--- a/community/luxrender/PKGBUILD
+++ b/community/luxrender/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 78935 2012-10-27 23:44:58Z ebelanger $
+# $Id: PKGBUILD 83258 2013-01-28 16:49:44Z stephane $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Initial contributor: flixie <69one@gmx.net>
# Contributor: Imanol Celaya <ornitorrincos@archlinux-es.org>
pkgname=luxrender
pkgver=1.1
_pkgver=4b4289cda943
-pkgrel=3
+pkgrel=4
pkgdesc="Rendering system for physically correct, unbiased image synthesis"
arch=('i686' 'x86_64')
url="http://www.luxrender.net/"
diff --git a/community/mapnik/PKGBUILD b/community/mapnik/PKGBUILD
index 9d3b7ebee..6350ae0ef 100644
--- a/community/mapnik/PKGBUILD
+++ b/community/mapnik/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 82687 2013-01-23 00:15:56Z eric $
+# $Id: PKGBUILD 83259 2013-01-28 16:49:45Z stephane $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: David Dent <thewinch@gmail.com>
# Contributor: orbisvicis <orbisvicis@gmail.com>
pkgname=mapnik
pkgver=2.1.0
-pkgrel=4
+pkgrel=5
pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps"
arch=('i686' 'x86_64')
url="http://mapnik.org/"
diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD
index 4e4848e5d..650c6f9ba 100644
--- a/community/mongodb/PKGBUILD
+++ b/community/mongodb/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 80638 2012-11-28 05:32:45Z fyan $
+# $Id: PKGBUILD 83260 2013-01-28 16:49:47Z stephane $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
@@ -7,7 +7,7 @@
pkgname=mongodb
pkgver=2.2.2
-pkgrel=1
+pkgrel=2
pkgdesc='A high-performance, open source, schema-free document-oriented database'
arch=('i686' 'x86_64')
url='http://www.mongodb.org'
@@ -17,7 +17,7 @@ makedepends=('scons' 'boost' 'libpcap')
checkdepends=('python2-pymongo')
optdepends=('libpcap: needed for mongosniff')
backup=('etc/mongodb.conf')
-install="mongodb.install"
+install=mongodb.install
source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz"
'mongodb.rc' 'mongodb.conf' 'mongodb.service'
'SConscript.client.patch' 'boost1.50.patch')
diff --git a/community/mygui/PKGBUILD b/community/mygui/PKGBUILD
index c86d93948..e58bcfc8c 100644
--- a/community/mygui/PKGBUILD
+++ b/community/mygui/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 76650 2012-09-25 16:18:14Z svenstaro $
+# $Id: PKGBUILD 83261 2013-01-28 16:49:48Z stephane $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Andrew Belitsky <belitsky.a@gmail.com>
pkgbase=mygui
pkgname=('mygui' 'mygui-docs')
pkgver=3.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="A multilayer and overlappable GUI System for OGRE"
arch=('i686' 'x86_64')
url="http://mygui.info/"
diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD
index 070f0c8cf..79422ba20 100644
--- a/community/openimageio/PKGBUILD
+++ b/community/openimageio/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 78937 2012-10-27 23:45:06Z ebelanger $
+# $Id: PKGBUILD 83263 2013-01-28 16:49:50Z stephane $
# Contributor: SpepS <dreamspepser at yahoo dot it>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=openimageio
-pkgver=1.0.9
-pkgrel=4
+pkgver=1.1.2
+pkgrel=2
pkgdesc="A library for reading and writing images, including classes, utilities, and applications."
arch=(i686 x86_64)
url="http://www.openimageio.org/"
@@ -13,14 +13,21 @@ depends=('openexr' 'boost-libs' 'jasper' 'glew')
makedepends=('cmake' 'qt' 'python2' 'boost' 'mesa')
optdepends=('qt: iv image viewer'
'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('4b98a057515cc95fc954743c987f19ba')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver
+ fix32bit-fail.patch)
+md5sums=('8a5fd88f87fbf1826a4782041cf9e7d0'
+ '64403604d0b74bd6c50fe8638207116a')
build() {
- cd "$srcdir"/$_pkgname*/src
+ cd "$srcdir"/$_pkgname*
+
+ patch -Np1 < $srcdir/fix32bit-fail.patch
+
+ cd src
[[ -d build ]] && rm -r build
mkdir build && cd build
+
cmake -DCMAKE_INSTALL_PREFIX=/usr -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages ..
make
}
diff --git a/community/openimageio/fix32bit-fail.patch b/community/openimageio/fix32bit-fail.patch
new file mode 100644
index 000000000..5d9bbbe36
--- /dev/null
+++ b/community/openimageio/fix32bit-fail.patch
@@ -0,0 +1,13 @@
+--- orig/src/libutil/SHA1.cpp 2012-11-17 01:02:42.000000000 +0200
++++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
+@@ -8,9 +8,9 @@
+
+ // If compiling with MFC, you might want to add #include "StdAfx.h"
+
++#include "SHA1.h"
+ #include "hash.h"
+ #include "dassert.h"
+-#include "SHA1.h"
+
+ #ifdef SHA1_UTILITY_FUNCTIONS
+ #define SHA1_MAX_FILE_BUFFER 8000
diff --git a/community/openshadinglanguage/PKGBUILD b/community/openshadinglanguage/PKGBUILD
new file mode 100644
index 000000000..92df51c92
--- /dev/null
+++ b/community/openshadinglanguage/PKGBUILD
@@ -0,0 +1,43 @@
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+pkgname=openshadinglanguage
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Advanced shading language for production GI renderers"
+arch=(i686 x86_64)
+url="http://code.google.com/p/openshadinglanguage/"
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'llvm' 'intel-tbb' 'freetype2' 'libpng' 'libtiff')
+makedepends=('boost' 'cmake' 'clang')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
+ llvm32.patch)
+md5sums=('5635d0c3005d839b9590b49c20e8b821'
+ '3147f26453b28a971688ab6e54933449')
+
+build() {
+ cd OpenShadingLanguage-Release-$pkgver/src
+
+ patch -Np2 < $srcdir/llvm32.patch
+
+ [[ -d build ]] && rm -r build
+ mkdir build && cd build
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+ make
+}
+
+package() {
+ cd OpenShadingLanguage-Release-$pkgver/src/build
+
+ make DESTDIR="$pkgdir/" install
+
+ mkdir -p $pkgdir/usr/share/OSL/
+ mkdir -p $pkgdir/usr/share/licenses/$pkgname
+ ls $pkgdir/usr/LICENSE
+ ls $pkgdir/usr/share/licenses/$pkgname
+ mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/$pkgname
+ mv $pkgdir/usr/{CHANGES,README,INSTALL} $pkgdir/usr/share/OSL/
+ mv $pkgdir/usr/doc $pkgdir/usr/share/OSL/doc
+ mv $pkgdir/usr/shaders $pkgdir/usr/share/OSL/shaders
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/openshadinglanguage/llvm32.patch b/community/openshadinglanguage/llvm32.patch
new file mode 100644
index 000000000..5eb63bcf3
--- /dev/null
+++ b/community/openshadinglanguage/llvm32.patch
@@ -0,0 +1,71 @@
+commit c391ceb1936459b70147d6f8ac389ded26a7e028
+Author: Sven-Hendrik Haase <sh@lutzhaase.com>
+Date: Fri Dec 28 09:00:33 2012 +0100
+
+ Fix for LLVM 3.2
+
+diff --git a/src/liboslexec/llvm_headers.h b/src/liboslexec/llvm_headers.h
+index 41a7a11..5ff4384 100644
+--- a/src/liboslexec/llvm_headers.h
++++ b/src/liboslexec/llvm_headers.h
+@@ -45,10 +45,18 @@ namespace llvm = LLVM_NAMESPACE;
+ #include <llvm/LLVMContext.h>
+ #include <llvm/Module.h>
+ #include <llvm/PassManager.h>
++#if OSL_LLVM_VERSION >= 32
++#include <llvm/IRBuilder.h>
++#else
+ #include <llvm/Support/IRBuilder.h>
++#endif
+ #include <llvm/Support/ManagedStatic.h>
+ #include <llvm/Support/MemoryBuffer.h>
+ #include <llvm/Support/raw_ostream.h>
++#if OSL_LLVM_VERSION >= 32
++#include <llvm/DataLayout.h>
++#else
+ #include <llvm/Target/TargetData.h>
++#endif
+
+ #endif /* OSL_LLVM_HEADERS_H */
+diff --git a/src/liboslexec/llvm_instance.cpp b/src/liboslexec/llvm_instance.cpp
+index 8709c8b..3e42557 100644
+--- a/src/liboslexec/llvm_instance.cpp
++++ b/src/liboslexec/llvm_instance.cpp
+@@ -1273,13 +1273,21 @@ RuntimeOptimizer::llvm_setup_optimization_passes ()
+ //
+ m_llvm_func_passes = new llvm::FunctionPassManager(llvm_module());
+ llvm::FunctionPassManager &fpm (*m_llvm_func_passes);
++#if OSL_LLVM_VERSION >= 32
++ fpm.add (new llvm::DataLayout(llvm_module()));
++#else
+ fpm.add (new llvm::TargetData(llvm_module()));
++#endif
+
+ // Specify module-wide (interprocedural optimization) passes
+ //
+ m_llvm_passes = new llvm::PassManager;
+ llvm::PassManager &passes (*m_llvm_passes);
++#if OSL_LLVM_VERSION >= 32
++ passes.add (new llvm::DataLayout(llvm_module()));
++#else
+ passes.add (new llvm::TargetData(llvm_module()));
++#endif
+
+ if (shadingsys().llvm_optimize() >= 1 && shadingsys().llvm_optimize() <= 3) {
+ // For LLVM 3.0 and higher, llvm_optimize 1-3 means to use the
+diff --git a/src/liboslexec/llvm_util.cpp b/src/liboslexec/llvm_util.cpp
+index 135da2e..4e0eefe 100644
+--- a/src/liboslexec/llvm_util.cpp
++++ b/src/liboslexec/llvm_util.cpp
+@@ -42,7 +42,11 @@ namespace pvt {
+ llvm::Type *
+ RuntimeOptimizer::llvm_type_union(const std::vector<llvm::Type *> &types)
+ {
++#if OSL_LLVM_VERSION >= 32
++ llvm::DataLayout target(llvm_module());
++#else
+ llvm::TargetData target(llvm_module());
++#endif
+ size_t max_size = 0;
+ size_t max_align = 1;
+ for (size_t i = 0; i < types.size(); ++i) {
diff --git a/community/openssh-askpass/PKGBUILD b/community/openssh-askpass/PKGBUILD
index 30982567b..85bf47ff6 100644
--- a/community/openssh-askpass/PKGBUILD
+++ b/community/openssh-askpass/PKGBUILD
@@ -3,13 +3,14 @@
# Contributor: Massimiliano Torromeo <Massimiliano.Torromeo AT gmail DOT com>
pkgname=openssh-askpass
-pkgver=1.3.4
+pkgver=1.3.6
pkgrel=1
pkgdesc='A plasma-like passphrase dialog for ssh'
arch=('i686' 'x86_64')
url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1'
license=('GPL')
depends=('openssh' 'qt')
+makedepends=('cmake')
provides=('x11-ssh-askpass')
conflicts=('x11-ssh-askpass')
source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz"
@@ -17,17 +18,18 @@ source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$p
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./autogen.sh --prefix=/usr --with-qt-dir=/usr --bindir=/usr/lib/openssh
- # fixes linking error: CompositeEngine.o: undefined reference to symbol 'XRenderFindVisualFormat'
- sed -i 's|-lQtCore -lQtGui|-lQtCore -lQtGui -lXrender -lX11|' Makefile
+ mkdir -p build
+ cd build
+
+ cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$pkgname-$pkgver/build"
make DESTDIR="$pkgdir" install
- install -Dm755 ../$pkgname.sh "$pkgdir/etc/profile.d/$pkgname.sh"
+ install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
}
-md5sums=('2fb1303879c663ec0df7979b3ee8da2c'
+md5sums=('795519396f070038857cd35710e2ff85'
'961738244318f3723ba99cdcaac91a21')
diff --git a/community/os-prober/PKGBUILD b/community/os-prober/PKGBUILD
index 0d8768b1e..267009a6a 100644
--- a/community/os-prober/PKGBUILD
+++ b/community/os-prober/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 82903 2013-01-25 12:14:34Z tredaelli $
+# $Id: PKGBUILD 83235 2013-01-28 14:43:38Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: darkcoder <mario_vazq@hotmail.com>
pkgname=os-prober
pkgver=1.57
-pkgrel=2
+pkgrel=3
pkgdesc="Utility to detect other OSes on a set of drives"
url="http://joey.kitenet.net/code/os-prober/"
arch=('i686' 'x86_64')
@@ -38,5 +38,7 @@ package() {
[[ -d "$dir"/x86 ]] && install -m755 -t "$pkgdir/usr/lib/$dir" "$dir"/x86/*
done
- install -Dm755 os-probes/mounted/powerpc/20macosx $pkgdir/usr/lib/os-probes/mounted/20macosx
+ install -Dm755 os-probes/mounted/powerpc/20macosx "$pkgdir"/usr/lib/os-probes/mounted/20macosx
+
+ install -dm755 "$pkgdir"/var/lib/os-prober
}
diff --git a/community/parcellite/PKGBUILD b/community/parcellite/PKGBUILD
index 8534520de..7a3c72c2d 100644
--- a/community/parcellite/PKGBUILD
+++ b/community/parcellite/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 82459 2013-01-18 09:53:35Z spupykin $
+# $Id: PKGBUILD 83205 2013-01-28 10:08:03Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Alexander Fehr <pizzapunk gmail com>
pkgname=parcellite
-pkgver=1.1.3
+pkgver=1.1.4
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=('b1527b6590744fa28c322c2de14b4811')
+md5sums=('81633e87f096030e1f23904927f4c32f')
build() {
cd "$srcdir/parcellite-$pkgver"
diff --git a/community/pdns/PKGBUILD b/community/pdns/PKGBUILD
index 3ba501820..a2552eb6e 100644
--- a/community/pdns/PKGBUILD
+++ b/community/pdns/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 83116 2013-01-27 15:26:55Z arodseth $
+# $Id: PKGBUILD 83264 2013-01-28 16:49:51Z stephane $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Kevin Mihelich <kevin@archlinuxarm.org>
pkgname=pdns
-pkgver=3.2
-pkgrel=1
+pkgver=3.1
+pkgrel=6
pkgdesc='Modern, advanced and high performance authoritative-only nameserver'
arch=('x86_64' 'i686')
url='http://www.powerdns.com/'
license=('GPL')
-depends=('gcc-libs' 'zlib' 'postgresql-libs' 'libmysqlclient' 'sqlite' 'libldap' 'lua51' 'boost-libs')
+depends=('gcc-libs' 'zlib' 'postgresql-libs' 'libmysqlclient' 'sqlite' 'libldap' 'lua' 'boost-libs')
makedepends=('boost')
provides=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
replaces=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
@@ -22,7 +22,7 @@ source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.gz"
'pdns.service'
'pdns.rc'
'pdns.conf')
-sha256sums=('d1895aba065446dc68e5d7cc792d5303626c71759f61a455531ed65d59c06572'
+sha256sums=('1400f7bd659207c0b1f4b8296092e559a7b7bf6a2434951970217d9af06922a1'
'2a60c4407bcfe19026ae77d3e3b7b477d5a0c6323c0bc78892e9d907003b442a'
'0457ffa2baa40518a03393e4f76964d9452c16aebbcb925582814f88367d62c2'
'91c8889f41fe9d6bc9478c3ad53a10f6725e36e10f05e8e9257f9d35c9e2bab6')
diff --git a/community/performous/PKGBUILD b/community/performous/PKGBUILD
index 945a20355..64e5b04ff 100644
--- a/community/performous/PKGBUILD
+++ b/community/performous/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 82694 2013-01-23 00:16:04Z eric $
+# $Id: PKGBUILD 83265 2013-01-28 16:49:52Z stephane $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
pkgname=performous
pkgver=0.7.0
-pkgrel=2
+pkgrel=3
pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
arch=('i686' 'x86_64')
url="http://performous.org/"
diff --git a/community/pingus/PKGBUILD b/community/pingus/PKGBUILD
index 0eacda1b1..b798f4679 100644
--- a/community/pingus/PKGBUILD
+++ b/community/pingus/PKGBUILD
@@ -1,21 +1,18 @@
-# $Id: PKGBUILD 74636 2012-08-01 00:58:24Z ebelanger $
+# $Id: PKGBUILD 83266 2013-01-28 16:49:53Z stephane $
# Maintainer: Eric Belanger <eric@archlinux.org>
pkgname=pingus
pkgver=0.7.6
-pkgrel=5
+pkgrel=6
pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
arch=('i686' 'x86_64')
url="http://pingus.seul.org"
license=('GPL')
depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49')
-makedepends=('scons' 'boost>=1.49' 'mesa')
+makedepends=('scons' 'boost>=1.49' 'mesa' 'glu')
source=("http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2"
'pingus.desktop'
'pingus-0.7.6-gcc470-udl.patch')
-md5sums=('561798686f34d3fa4e69135d655f47ac'
- '9eec34047bdcff49e08f41e81764e20c'
- '3730bdad38c21c67203456a985945473')
sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487'
'579a1144f161ce89e6e024cea37210149b89c0c0'
'143dd9969e8d100d29ed4f5b2039dde627afeb06')
diff --git a/community/pinot/PKGBUILD b/community/pinot/PKGBUILD
index d2234a0ff..d7bf3d1eb 100644
--- a/community/pinot/PKGBUILD
+++ b/community/pinot/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 76755 2012-09-28 23:44:46Z arodseth $
+# $Id: PKGBUILD 83267 2013-01-28 16:49:57Z stephane $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: William Rea <sillywilly@gmail.com>
@@ -6,8 +6,8 @@
# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=pinot
-pkgver=1.01
-pkgrel=2
+pkgver=1.03
+pkgrel=1
pkgdesc='Personal search and metasearch tool'
arch=('i686' 'x86_64')
url='http://code.google.com/p/pinot-search/'
@@ -27,7 +27,7 @@ options=('!emptydirs')
install=$pkgname.install
changelog=$pkgname.changelog
source=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('a2a82009db05ca7abb4ffbd8baafa8fb820a7e961fd3cdcb21af46bb05eb57d4')
+sha256sums=('1fb0087fb67a58e45f9fd6e1e4c3aa048e51811d7853ee3e89fca6259cd9c202')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/pion/PKGBUILD b/community/pion/PKGBUILD
index 6b9657b8e..139b6f735 100644
--- a/community/pion/PKGBUILD
+++ b/community/pion/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id:$
+# $Id: PKGBUILD 83268 2013-01-28 16:49:58Z stephane $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=pion
pkgver=4.0.13.1
# use the git snapshot until a new version is out
_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
-pkgrel=1
+pkgrel=2
pkgdesc="A C++ development library for implementing lightweight HTTP interfaces"
url="http://www.cloudmeter.com/pion/support/"
arch=('i686' 'x86_64')
diff --git a/community/pokerth/PKGBUILD b/community/pokerth/PKGBUILD
index 0580eb00c..8486b81fb 100644
--- a/community/pokerth/PKGBUILD
+++ b/community/pokerth/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81929 2013-01-03 15:09:22Z svenstaro $
+# $Id: PKGBUILD 83269 2013-01-28 16:49:59Z stephane $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Vasco Costa <vasco.costa@meiodigital.com>
@@ -6,7 +6,7 @@
pkgname=pokerth
_realname=PokerTH
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Poker game written in C++/QT4"
arch=('i686' 'x86_64')
url="http://www.pokerth.net/"
diff --git a/community/python-pycuda/PKGBUILD b/community/python-pycuda/PKGBUILD
index ada4857bb..e1f2c2c5a 100644
--- a/community/python-pycuda/PKGBUILD
+++ b/community/python-pycuda/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 82154 2013-01-09 16:03:12Z stephane $
+# $Id: PKGBUILD 83271 2013-01-28 16:50:02Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
pkgbase=python-pycuda
pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
pkgver=2012.1
-pkgrel=1
+pkgrel=2
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')
+makedepends=('ctags' 'python2-distribute' 'python-distribute' 'python2-numpy' 'python-numpy' 'mesa' 'cuda' 'boost>=1.52.0' 'nvidia-utils')
sha1sums=('dd52ee697ae9f6256efac3bca682be9c6e7c9649')
build() {
diff --git a/community/python-pyopencl/PKGBUILD b/community/python-pyopencl/PKGBUILD
index 560cc01c2..156e96187 100644
--- a/community/python-pyopencl/PKGBUILD
+++ b/community/python-pyopencl/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 82124 2013-01-09 01:12:19Z stephane $
+# $Id: PKGBUILD 83272 2013-01-28 16:50:04Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
pkgbase=python-pyopencl
pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
pkgver=2012.1
-pkgrel=6
+pkgrel=7
pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
arch=('i686' 'x86_64')
url="http://mathema.tician.de/software/pyopencl"
license=('custom')
-makedepends=('ctags' 'python2-distribute' 'python-distribute' 'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 'python-numpy' 'python2-numpy')
+makedepends=('ctags' 'python2-distribute' 'python-distribute' 'libcl' 'opencl-headers' 'mesa' 'boost>=1.52.0' 'python2-mako' 'python-mako' 'python-numpy' 'python2-numpy')
source=("http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz"
'LICENSE.txt')
sha1sums=('ef2460d5e9b883d8afe0ec47863a243b6f8ac7ff'
diff --git a/community/python2-tagpy/PKGBUILD b/community/python2-tagpy/PKGBUILD
index 160e3e143..d113ff99f 100644
--- a/community/python2-tagpy/PKGBUILD
+++ b/community/python2-tagpy/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 82869 2013-01-25 08:19:37Z andrea $
+# $Id: PKGBUILD 83273 2013-01-28 16:50:06Z stephane $
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Callan Barrett <wizzomafizzo@gmail.com>
# Contributor: Scott Horowitz <stonecrest@gmail.com>
pkgname=python2-tagpy
pkgver=0.94.8
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings for TagLib"
arch=('i686' 'x86_64')
url="http://pypi.python.org/pypi/tagpy"
diff --git a/community/schroot/PKGBUILD b/community/schroot/PKGBUILD
index f9b2fdeb3..94d8666a1 100644
--- a/community/schroot/PKGBUILD
+++ b/community/schroot/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 81583 2012-12-24 15:02:13Z spupykin $
+# $Id: PKGBUILD 83274 2013-01-28 16:50:07Z stephane $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
pkgname=schroot
-pkgver=1.6.3
-pkgrel=4
+pkgver=1.6.5
+pkgrel=1
pkgdesc="Allows users to execute shell commands under different root filesystems. (Successor to dchroot)."
url="http://packages.qa.debian.org/s/schroot.html"
license=('GPL3')
@@ -29,14 +29,14 @@ source=("http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.
'pam.d.schroot.patch'
'colon-completion.patch'
'fix-bash-completion.patch')
-md5sums=('f6b1badef213ce8e9ef37bb3fc213390'
+md5sums=('99f679d68f180a56289b3ec40d214ae4'
'54239847f89b9a4772910415bde6276a'
'5a3f7b839c7e0b8933748da7c5b6385b'
'ddb2f09c02b24dab777110f9808472e1'
'f0d5d5b5e34a860f6f90b5628c680f46'
'af1da6edd8c8c0dafeeb2c2c4e0c840b'
'a8d77cac806a0a9adef3f93cdbeb280a'
- '8502fcc9112c2971bcae35373d2ff42f'
+ 'f0d03bf6c60ed119781b27b98234299c'
'5ba775d4f401e2c167414caa548b71e5')
build() {
diff --git a/community/schroot/colon-completion.patch b/community/schroot/colon-completion.patch
index 5cd8f8996..2df1bd16e 100644
--- a/community/schroot/colon-completion.patch
+++ b/community/schroot/colon-completion.patch
@@ -1,22 +1,7 @@
-From 1563e1ba9bc2b317390ef305ae9af56a4b976940 Mon Sep 17 00:00:00 2001
-From: Peter Wu <lekensteyn@gmail.com>
-Date: Sat, 22 Dec 2012 16:37:00 +0100
-Subject: [PATCH] etc: make bash completion work for colon values
-
---chroot (and -c) accept values like chroot:foo and session:foo-abc. Standard
-bash completion treats colons as whitespace, hence we need a way to force that
-off.
-
-Fix based on http://stackoverflow.com/q/10528695/427545 (thanks Radu Gasler!)
----
- etc/bash_completion/schroot | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/etc/bash_completion/schroot b/etc/bash_completion/schroot
-index 035f0b3..7cda29b 100644
---- a/etc/bash_completion/schroot
-+++ b/etc/bash_completion/schroot
-@@ -21,14 +21,14 @@ _schroot()
+diff -wbBur schroot-1.6.5.org/etc/bash_completion/schroot schroot-1.6.5/etc/bash_completion/schroot
+--- schroot-1.6.5.org/etc/bash_completion/schroot 2013-01-28 15:28:04.000000000 +0400
++++ schroot-1.6.5/etc/bash_completion/schroot 2013-01-28 15:30:22.297213632 +0400
+@@ -21,14 +21,14 @@
local cur prev options
COMPREPLY=()
@@ -28,11 +13,8 @@ index 035f0b3..7cda29b 100644
options=$(schroot --help | sed 's/\(^\|[[:space:]]\)[^[:space:]-][^[:space:]]*//g')
if [ "$prev" = "-c" ] || [ "$prev" = "--chroot" ]; then
- COMPREPLY=( $(compgen -W "$(schroot -a -l)" -- $cur) )
-+ __ltrim_colon_completions "$cur"
+ COMPREPLY=( $(compgen -W "$(schroot -a -l)" -- $cur) )
++ __ltrim_colon_completions "$cur"
else
- COMPREPLY=( $(compgen -W "$options" -- $cur) )
+ COMPREPLY=( $(compgen -W "$options" -- $cur) )
fi
---
-1.8.0.2
-
diff --git a/community/sigil/PKGBUILD b/community/sigil/PKGBUILD
index fecf7f6ab..2e210be9c 100644
--- a/community/sigil/PKGBUILD
+++ b/community/sigil/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 80936 2012-12-07 11:49:42Z giovanni $
+# $Id: PKGBUILD 83275 2013-01-28 16:50:10Z stephane $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
pkgname=sigil
pkgver=0.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="WYSIWYG ebook editor"
arch=('i686' 'x86_64')
url="http://code.google.com/p/sigil/"
diff --git a/community/smc/PKGBUILD b/community/smc/PKGBUILD
index 705250989..d4914592e 100644
--- a/community/smc/PKGBUILD
+++ b/community/smc/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 77661 2012-10-13 11:45:22Z allan $
+# $Id: PKGBUILD 83276 2013-01-28 16:50:11Z stephane $
# Maintainer:
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: Kritoke <typeolinux@yahoo.com>
pkgname=smc
pkgver=1.9
-pkgrel=17.1
+pkgrel=18
pkgdesc="Secret Maryo Chronicles"
arch=('i686' 'x86_64')
url="http://www.secretmaryo.org/"
diff --git a/community/spring/PKGBUILD b/community/spring/PKGBUILD
index a361ff4a5..54f8b966f 100644
--- a/community/spring/PKGBUILD
+++ b/community/spring/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 78942 2012-10-27 23:45:40Z ebelanger $
+# $Id: PKGBUILD 83277 2013-01-28 16:50:13Z stephane $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Arkham <arkham at archlinux dot us>
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
@@ -6,7 +6,7 @@
pkgname=spring
pkgver=0.91.0
_pkgver=91.0
-pkgrel=3
+pkgrel=4
pkgdesc='A free 3D real-time-strategy (RTS) game engine'
arch=('i686' 'x86_64')
url="http://springrts.com/"
diff --git a/community/springlobby/PKGBUILD b/community/springlobby/PKGBUILD
index f55fb0cff..196dce300 100644
--- a/community/springlobby/PKGBUILD
+++ b/community/springlobby/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 82075 2013-01-07 10:25:13Z svenstaro $
+# $Id: PKGBUILD 83278 2013-01-28 16:50:15Z stephane $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: DuGi <dugi@irc.pl>
pkgname=springlobby
pkgver=0.159
-pkgrel=1
+pkgrel=2
pkgdesc="A free cross-platform lobby client for the Spring RTS project."
arch=('i686' 'x86_64')
url="http://springlobby.info/"
diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD
index 592665ab0..b6e40f4ed 100644
--- a/community/tea/PKGBUILD
+++ b/community/tea/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81589 2012-12-24 15:03:30Z spupykin $
+# $Id: PKGBUILD 83208 2013-01-28 10:10:19Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Roman Kyrylych <roman@archlinux.org>
@@ -6,7 +6,7 @@
# Contributor: Zsolt Varadi <sysop_xxl@fibermail.hu>
pkgname=tea
-pkgver=33.5.0
+pkgver=34.0.0
pkgrel=1
pkgdesc="A QT-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions."
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ depends=('qt' 'aspell' 'hunspell')
install=tea.install
source=(http://downloads.sourceforge.net/project/tea-editor/tea-editor/$pkgver/tea-$pkgver.tar.bz2
tea.desktop)
-md5sums=('7a55b22b1ce0fda61d6be6244ec4c3db'
+md5sums=('cde7d88fe01cf488455fd5940bb45a93'
'377ace3363124f4c086de0babb820761')
build() {
diff --git a/community/wesnoth/PKGBUILD b/community/wesnoth/PKGBUILD
index 6e6436642..3607e4e36 100644
--- a/community/wesnoth/PKGBUILD
+++ b/community/wesnoth/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81132 2012-12-12 00:49:44Z eric $
+# $Id: PKGBUILD 83279 2013-01-28 16:50:16Z stephane $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
@@ -7,7 +7,7 @@
pkgname=wesnoth
pkgver=1.10.5
-pkgrel=1
+pkgrel=2
pkgdesc="A turn-based strategy game on a fantasy world"
arch=('i686' 'x86_64')
license=('GPL')
diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD
index 5f07d468d..53b05ea39 100644
--- a/community/wt/PKGBUILD
+++ b/community/wt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 80535 2012-11-24 02:25:08Z svenstaro $
+# $Id: PKGBUILD 83280 2013-01-28 16:50:17Z stephane $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Denis Martinez <deuns.martinez@gmail.com>
@@ -6,7 +6,7 @@
pkgname=wt
pkgver=3.2.3
_pkgver=3.2.3
-pkgrel=2
+pkgrel=3
pkgdesc="a C++ library and application server for developing and deploying web applications"
arch=('i686' 'x86_64')
url="http://www.webtoolkit.eu/"