diff options
Diffstat (limited to 'community')
51 files changed, 214 insertions, 216 deletions
diff --git a/community/0ad/PKGBUILD b/community/0ad/PKGBUILD index 7be1fe0f5..fa23ed236 100644 --- a/community/0ad/PKGBUILD +++ b/community/0ad/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 90002 2013-05-06 19:36:12Z foutrelis $ +# $Id: PKGBUILD 94012 2013-07-13 12:30:26Z svenstaro $ # 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=a13 _pkgver=0.0.13-alpha -pkgrel=4 +pkgrel=5 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game" arch=('i686' 'x86_64') url="http://play0ad.com/" diff --git a/community/bitcoin/PKGBUILD b/community/bitcoin/PKGBUILD index 572ddd10c..665dd1db8 100644 --- a/community/bitcoin/PKGBUILD +++ b/community/bitcoin/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 93162 2013-06-26 14:39:47Z tredaelli $ +# $Id: PKGBUILD 94013 2013-07-13 12:30:36Z svenstaro $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: shahid <helllamer@gmail.com> pkgbase=bitcoin pkgname=('bitcoin-daemon' 'bitcoin-qt') pkgver=0.8.3 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://www.bitcoin.org/" makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc') diff --git a/community/cclive/PKGBUILD b/community/cclive/PKGBUILD index 70c7430c1..6e14bf1ac 100644 --- a/community/cclive/PKGBUILD +++ b/community/cclive/PKGBUILD @@ -1,30 +1,28 @@ -# $Id: PKGBUILD 92313 2013-06-03 21:39:22Z lfleischer $ +# $Id: PKGBUILD 94015 2013-07-13 12:31:02Z svenstaro $ # 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.13 -pkgrel=1 +pkgrel=2 pkgdesc='Commandline downloader for popular video websites.' arch=('i686' 'x86_64') url='http://cclive.sourceforge.net/' license=('GPL3') depends=('boost-libs' 'pcre' 'curl' 'libquvi') -makedepends=('boost') +makedepends=('boost' 'chrpath') source=("http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz") md5sums=('654892be303c2738dd078dbe6c78595d') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr - make } package() { cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install + chrpath --delete "$pkgdir"/usr/bin/cclive } diff --git a/community/cegui/PKGBUILD b/community/cegui/PKGBUILD index 843a5867d..26e5b4105 100644 --- a/community/cegui/PKGBUILD +++ b/community/cegui/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 93820 2013-07-10 15:57:17Z svenstaro $ +# $Id: PKGBUILD 94016 2013-07-13 12:31:10Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com>, @@ -6,13 +6,13 @@ pkgname=cegui pkgver=0.8.2 -pkgrel=1 +pkgrel=4 pkgdesc="A free library providing windowing and widgets for graphics APIs/engines" arch=('i686' 'x86_64') url="http://crayzedsgui.sourceforge.net" license=("MIT") -depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 'lua51' 'silly') -makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht') +depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 'lua51' 'silly' 'glfw') +makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht' 'glm' 'mesa') optdepends=("python2: python bindings" "ogre: ogre module" "gtk2: gtk2 module" diff --git a/community/codeblocks/PKGBUILD b/community/codeblocks/PKGBUILD index 15aceaa03..dfe3d6028 100644 --- a/community/codeblocks/PKGBUILD +++ b/community/codeblocks/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81177 2012-12-12 19:46:48Z bpiotrowski $ +# $Id: PKGBUILD 94017 2013-07-13 12:31:23Z svenstaro $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Robert Hollencamp <rhollencamp@gmail.com> # Contributor: Daniel J Griffiths <griffithsdj@inbox.com> @@ -6,10 +6,10 @@ pkgname=codeblocks pkgver=12.11 -pkgrel=2 +pkgrel=3 pkgdesc='Open source and cross-platform C/C++ IDE' arch=('i686' 'x86_64') -url="http://www.codeblocks.org" +url='http://www.codeblocks.org' license=('GPL3') depends=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache' 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk') @@ -20,7 +20,7 @@ source=(http://download.berlios.de/$pkgname/${pkgname}_${pkgver}-1.tar.gz) md5sums=('4fa8980a8c578b8b5589fceb9b0890d6') build() { - cd $srcdir/$pkgname-${pkgver}release* + cd $pkgname-${pkgver}release* LDFLAGS+=' -lX11' ./configure --prefix=/usr --with-contrib-plugins=all @@ -28,6 +28,6 @@ build() { } package() { - cd $srcdir/$pkgname-${pkgver}release* - make DESTDIR=$pkgdir install + cd $pkgname-${pkgver}release* + make DESTDIR="$pkgdir" install } diff --git a/community/codeblocks/prefix.diff b/community/codeblocks/prefix.diff deleted file mode 100644 index 3c88d4067..000000000 --- a/community/codeblocks/prefix.diff +++ /dev/null @@ -1,23 +0,0 @@ -diff -aur codeblocks-8.02.orig/src/src/prefix.cpp codeblocks-8.02.new/src/src/prefix.cpp ---- codeblocks-8.02.orig/src/src/prefix.cpp 2009-07-27 22:53:45.000000000 +0200 -+++ codeblocks-8.02.new/src/src/prefix.cpp 2009-07-27 22:56:24.000000000 +0200 -@@ -389,7 +389,8 @@ - char * - br_extract_dir (const char *path) - { -- char *end, *result; -+ const char *end; -+ char *result; - - br_return_val_if_fail (path != (char *) NULL, (char *) NULL); - -@@ -424,7 +425,8 @@ - char * - br_extract_prefix (const char *path) - { -- char *end, *tmp, *result; -+ const char *end; -+ char *tmp, *result; - - br_return_val_if_fail (path != (char *) NULL, (char *) NULL); - diff --git a/community/easystroke/PKGBUILD b/community/easystroke/PKGBUILD index 8bdcfeb80..1a566a279 100644 --- a/community/easystroke/PKGBUILD +++ b/community/easystroke/PKGBUILD @@ -3,7 +3,7 @@ pkgname=easystroke pkgver=0.6.0 -pkgrel=2 +pkgrel=3 pkgdesc='Use mouse gestures to initiate commands and hotkeys.' arch=('i686' 'x86_64') url='http://easystroke.sourceforge.net/' @@ -15,14 +15,14 @@ source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz md5sums=('3b4f25d02a6b5ac57a8b7a06545869db') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make make man } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make PREFIX=/usr DESTDIR="${pkgdir}" install diff --git a/community/electricsheep/PKGBUILD b/community/electricsheep/PKGBUILD index 596a01fd2..fa5760918 100644 --- a/community/electricsheep/PKGBUILD +++ b/community/electricsheep/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 90019 2013-05-06 19:36:47Z foutrelis $ +# $Id: PKGBUILD 94019 2013-07-13 12:31:42Z svenstaro $ # Maintainer: Eric Bélanger <eric@archlinux.org> pkgname=electricsheep pkgver=2.7b33 -pkgrel=8 +pkgrel=9 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/" diff --git a/community/encfs/PKGBUILD b/community/encfs/PKGBUILD index 5940ffeba..de0393110 100644 --- a/community/encfs/PKGBUILD +++ b/community/encfs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87409 2013-03-31 19:18:12Z stephane $ +# $Id: PKGBUILD 94020 2013-07-13 12:31:50Z svenstaro $ # 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=10 +pkgrel=11 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 f1c3df7ae..36a4a254f 100644 --- a/community/fatrat/PKGBUILD +++ b/community/fatrat/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 89533 2013-04-29 19:20:35Z stativ $ +# $Id: PKGBUILD 94068 2013-07-13 16:36:05Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=fatrat pkgver=1.2.0_beta2 -pkgrel=7 +pkgrel=8 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/gigi/PKGBUILD b/community/gigi/PKGBUILD index c9fff9a34..95f839ee9 100644 --- a/community/gigi/PKGBUILD +++ b/community/gigi/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 93708 2013-07-08 14:58:25Z arodseth $ +# $Id: PKGBUILD 94022 2013-07-13 12:32:08Z svenstaro $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: fana-m <geminin@gmx.net> @@ -6,7 +6,7 @@ # Contributor: Manuel Gaul <inkaine@hotmail.com> pkgname=gigi -pkgver=6141 +pkgver=6142 pkgrel=1 pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion fork)' #url='http://gigi.sourceforge.net/' @@ -16,7 +16,7 @@ license=('LGPL') depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python') makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl') #https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ -source=("$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6141") # 5780 # 5407 +source=("$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142") # 5780 # 5407 sha256sums=('SKIP') pkgver() { diff --git a/community/glob2/PKGBUILD b/community/glob2/PKGBUILD index c6c2cb676..b46d8e812 100644 --- a/community/glob2/PKGBUILD +++ b/community/glob2/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 87413 2013-03-31 19:18:17Z stephane $ +# $Id: PKGBUILD 94023 2013-07-13 12:32:16Z svenstaro $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> # Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> pkgname=glob2 pkgver=0.9.4.4 -pkgrel=17 +pkgrel=19 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' 'libgl') + 'fribidi' 'xdg-utils' 'libgl') makedepends=('scons' 'boost' 'mesa-libgl') install="$pkgname.install" source=("http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz" @@ -19,10 +19,15 @@ source=("http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8' '3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a') -build() { +prepare() { cd "$srcdir/$pkgname-$pkgver" patch -Np0 -i "$srcdir/$pkgname-${pkgver%.*}.1-gcc44.patch" +} + +build() { + cd "$srcdir/$pkgname-$pkgver" + scons LINKFLAGS="-lboost_system" } diff --git a/community/glob2/glob2.install b/community/glob2/glob2.install index 20264b3a8..d2b1a678b 100644 --- a/community/glob2/glob2.install +++ b/community/glob2/glob2.install @@ -1,13 +1,13 @@ post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q + xdg-icon-resource forceupdate } post_upgrade() { - post_install $1 + xdg-icon-resource forceupdate } post_remove() { - post_install $1 + xdg-icon-resource forceupdate } +# vim:set ts=2 sw=2 et: diff --git a/community/glom/PKGBUILD b/community/glom/PKGBUILD index 492d402cc..40cdb5031 100644 --- a/community/glom/PKGBUILD +++ b/community/glom/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 91057 2013-05-18 15:35:53Z jlichtblau $ +# $Id: PKGBUILD 94024 2013-07-13 12:32:26Z svenstaro $ # 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.24.0 -pkgrel=1 +pkgrel=2 pkgdesc="An easy-to-use database designer and user interface" arch=('i686' 'x86_64') url="http://www.glom.org/" diff --git a/community/gnash/PKGBUILD b/community/gnash/PKGBUILD index 27a7b862e..64dcfe793 100644 --- a/community/gnash/PKGBUILD +++ b/community/gnash/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90040 2013-05-06 19:37:33Z foutrelis $ +# $Id: PKGBUILD 94025 2013-07-13 12:32:36Z svenstaro $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgbase=gnash pkgname=(gnash-common gnash-gtk) pkgver=0.8.10 -pkgrel=8 +pkgrel=9 arch=(i686 x86_64) url="http://www.gnu.org/software/gnash/" license=(GPL3) diff --git a/community/gource/PKGBUILD b/community/gource/PKGBUILD index a261e7413..ad1b201a5 100644 --- a/community/gource/PKGBUILD +++ b/community/gource/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 89529 2013-04-29 19:09:10Z svenstaro $ +# $Id: PKGBUILD 94026 2013-07-13 12:32:46Z svenstaro $ # 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.40 -pkgrel=1 +pkgrel=2 pkgdesc="software version control visualization" license=(GPL3) arch=(i686 x86_64) diff --git a/community/gpsdrive/PKGBUILD b/community/gpsdrive/PKGBUILD index 10ca7b8ae..41c9416a6 100644 --- a/community/gpsdrive/PKGBUILD +++ b/community/gpsdrive/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92874 2013-06-17 12:07:05Z spupykin $ +# $Id: PKGBUILD 94027 2013-07-13 12:32:55Z svenstaro $ # 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=18 +pkgrel=19 pkgdesc="A car (bike, ship, plane) navigation system" arch=("i686" "x86_64") url="http://www.gpsdrive.de/" diff --git a/community/instead/PKGBUILD b/community/instead/PKGBUILD index 001b3ccf2..12cf84ab6 100644 --- a/community/instead/PKGBUILD +++ b/community/instead/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 88145 2013-04-12 13:33:50Z spupykin $ +# $Id: PKGBUILD 94060 2013-07-13 14:11:15Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Peter Kosyh <p.kosyhgmail.com> pkgname=instead -pkgver=1.9.0 +pkgver=1.9.1 pkgrel=1 pkgdesc="a quest interpreter" arch=('i686' 'x86_64') -url="http://instead.googlecode.com/" +url="http://sourceforge.net/projects/instead/" 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=('c7082772f7cb972d825e8e183e9af90f') +source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz) +md5sums=('e6ef7cdac1daf3b3795dcd309d028468') build() { cd "${srcdir}/instead-${pkgver}" diff --git a/community/kmymoney/PKGBUILD b/community/kmymoney/PKGBUILD index 8d2322472..09b2154fa 100644 --- a/community/kmymoney/PKGBUILD +++ b/community/kmymoney/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 90852 2013-05-14 21:40:38Z andrea $ +# $Id: PKGBUILD 94028 2013-07-13 12:33:04Z svenstaro $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Maintainer: Laurent Carlier <lordheavym@gmail.com> # Contributor: Vamp898 <vamp898@web.de> @@ -8,7 +8,7 @@ pkgname=kmymoney pkgver=4.6.3 -pkgrel=2 +pkgrel=3 pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money or Quicken" arch=('i686' 'x86_64') url="http://kmymoney2.sourceforge.net/" diff --git a/community/libc++/PKGBUILD b/community/libc++/PKGBUILD new file mode 100644 index 000000000..51e254233 --- /dev/null +++ b/community/libc++/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: Daniel Micay <danielmicay@gmail.com> +# Contributor: MThinkCpp <mtc.maintainer[at]outlook.com> +pkgname='libc++' +pkgver=3.3 +pkgrel=1 +pkgdesc='A new implementation of the C++ standard library, targeting C++11.' +url='http://libcxx.llvm.org' +license=('custom:University of Illinois/NCSA Open Source License') +arch=('i686' 'x86_64') +depends=('glibc' 'gcc-libs') # gcc-libs for libsupc++ binary +makedepends=('clang' 'subversion' 'cmake' 'gcc') # gcc provides libsupc++ headers +source=("http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz") +md5sums=('SKIP') + +build() { + _gcc_include_dir=/usr/include/c++/$(gcc -dumpversion) + _gcc_platform_include_dir=$_gcc_include_dir/$(gcc -dumpmachine) + mkdir -p libcxx-${pkgver}.src/build + cd libcxx-${pkgver}.src/build + cmake -G "Unix Makefiles" -DLIBCXX_CXX_ABI=libsupc++ \ + -DLIBCXX_LIBSUPCXX_INCLUDE_PATHS="${_gcc_include_dir};${_gcc_platform_include_dir}" \ + -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr "${srcdir}/libcxx-${pkgver}.src" + make +} +package() { + install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/license.txt" + cd libcxx-${pkgver}.src/build + make DESTDIR="$pkgdir" install +} diff --git a/community/librime/PKGBUILD b/community/librime/PKGBUILD index 073cc7eff..9c6f8e205 100644 --- a/community/librime/PKGBUILD +++ b/community/librime/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 90135 2013-05-07 05:26:30Z fyan $ +# $Id: PKGBUILD 94029 2013-07-13 12:33:16Z svenstaro $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: GONG Chen <chen dot sst at gmail dot com> # Contributor: 網軍總司令 pkgname=librime pkgver=0.9.9 -pkgrel=2 +pkgrel=3 pkgdesc="Rime input method engine" arch=('i686' 'x86_64') url="http://code.google.com/p/rimeime/" diff --git a/community/luxrays/PKGBUILD b/community/luxrays/PKGBUILD index 693101a11..9d3769717 100644 --- a/community/luxrays/PKGBUILD +++ b/community/luxrays/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 93109 2013-06-24 13:55:35Z stativ $ +# $Id: PKGBUILD 94030 2013-07-13 12:33:25Z svenstaro $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=('luxrays' 'luxmark') -pkgver=1.2 +pkgver=1.2.1 _pkgver=475fbf15f0ca -pkgrel=3 +pkgrel=1 pkgdesc="Accelerate the ray intersection process by using GPUs" arch=('i686' 'x86_64') url="http://www.luxrender.net/" diff --git a/community/mapnik/PKGBUILD b/community/mapnik/PKGBUILD index 49d5d831b..8d572e131 100644 --- a/community/mapnik/PKGBUILD +++ b/community/mapnik/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 92865 2013-06-17 10:56:31Z spupykin $ +# $Id: PKGBUILD 94032 2013-07-13 12:33:54Z svenstaro $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: David Dent <thewinch@gmail.com> # Contributor: orbisvicis <orbisvicis@gmail.com> pkgname=mapnik pkgver=2.2.0 -pkgrel=1 +pkgrel=3 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 b98d832d8..0f935a956 100644 --- a/community/mongodb/PKGBUILD +++ b/community/mongodb/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 93615 2013-07-07 11:23:57Z fyan $ +# $Id: PKGBUILD 94033 2013-07-13 12:34:05Z svenstaro $ # 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.4.5 -pkgrel=1 +pkgrel=2 pkgdesc='A high-performance, open source, schema-free document-oriented database' arch=('i686' 'x86_64') url='http://www.mongodb.org' diff --git a/community/mygui/PKGBUILD b/community/mygui/PKGBUILD index cbaeadbb3..7ed4936bb 100644 --- a/community/mygui/PKGBUILD +++ b/community/mygui/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 87423 2013-03-31 19:18:29Z stephane $ +# $Id: PKGBUILD 94034 2013-07-13 12:34:24Z svenstaro $ # 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=5 +pkgrel=6 pkgdesc="A multilayer and overlappable GUI System for OGRE" arch=('i686' 'x86_64') url="http://mygui.info/" diff --git a/community/nemo/PKGBUILD b/community/nemo/PKGBUILD index e58319fee..5c3cab47f 100644 --- a/community/nemo/PKGBUILD +++ b/community/nemo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 92161 2013-06-01 22:17:04Z faidoc $ +# $Id: PKGBUILD 94000 2013-07-12 22:37:49Z faidoc $ # Maintainer: Alexandre Filgueira <alexfilgueira@cinnarch.com> # Contributor: Ner0 pkgname=nemo -pkgver=1.8.3 +pkgver=1.8.4 pkgrel=1 pkgdesc="Cinnamon file manager (Nautilus fork)" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ install=nemo.install source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver" "tracker-0.16.patch" "remove-desktop-background.patch") -sha256sums=('1d3404dc66d3f8ec686dfc1b02523331e66d3e942e2a57d6b29e9f2ae998945a' +sha256sums=('c8805302144c1aba72707eed22501cdd4f008a4c4090dea94fde5c05cd6c25f6' '2b86f486add84e3affb0b14eb84425443e7cf5e593738d10d02e9c2ac0f17626' '0bd07fd931ad701442358cdcbd26e0c5d57717ffadfd39a1cba137e36def1aa5') diff --git a/community/nomacs/PKGBUILD b/community/nomacs/PKGBUILD index f7041dc5a..1b737b3d0 100644 --- a/community/nomacs/PKGBUILD +++ b/community/nomacs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 93593 2013-07-06 18:56:13Z speps $ +# $Id: PKGBUILD 94002 2013-07-13 00:27:24Z speps $ # Maintainer: speps <speps at aur dot archlinux dot org> pkgname=nomacs -pkgver=1.2.0 +pkgver=1.4.0 pkgrel=1 pkgdesc="A Qt image viewer" arch=(i686 x86_64) @@ -12,7 +12,7 @@ depends=('qt4' 'exiv2' 'libraw' 'opencv') makedepends=('cmake') install="$pkgname.install" source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2") -md5sums=('0fdef67b960276375024f270dfaa4b93') +md5sums=('ede84986dce5f67c270bb5ff7354e867') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD index 8bb5be989..4a8953754 100644 --- a/community/openimageio/PKGBUILD +++ b/community/openimageio/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90071 2013-05-06 19:38:49Z foutrelis $ +# $Id: PKGBUILD 94036 2013-07-13 12:34:57Z svenstaro $ # Contributor: SpepS <dreamspepser at yahoo dot it> # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> pkgname=openimageio -pkgver=1.1.10 -pkgrel=2 +pkgver=1.2.0 +pkgrel=1 pkgdesc="A library for reading and writing images, including classes, utilities, and applications" arch=(i686 x86_64) url="http://www.openimageio.org/" @@ -14,7 +14,7 @@ makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa') optdepends=('qt4: iv image viewer' 'python2: bindings support') source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver) -md5sums=('e5c5cd77238f74c3a6a3610c211430f2') +md5sums=('8738dd9b24fc4f0cb3eebb094347104a') build() { cd "$srcdir"/$_pkgname* @@ -28,6 +28,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \ -DUSE_EXTERNAL_TBB=ON \ + -DOIIO_BUILD_TESTS=OFF \ .. make } diff --git a/community/openshadinglanguage/PKGBUILD b/community/openshadinglanguage/PKGBUILD index 1cc05388c..d0092cdb9 100644 --- a/community/openshadinglanguage/PKGBUILD +++ b/community/openshadinglanguage/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 93951 2013-07-11 23:25:34Z svenstaro $ +# $Id: PKGBUILD 94037 2013-07-13 12:35:07Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> pkgname=openshadinglanguage pkgver=1.3.3 -pkgrel=1 +pkgrel=2 pkgdesc="Advanced shading language for production GI renderers" arch=(i686 x86_64) url="http://code.google.com/p/openshadinglanguage/" diff --git a/community/pdns/PKGBUILD b/community/pdns/PKGBUILD index e83d522de..ffec56609 100644 --- a/community/pdns/PKGBUILD +++ b/community/pdns/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 93870 2013-07-11 15:55:45Z arodseth $ +# $Id: PKGBUILD 94038 2013-07-13 12:35:15Z svenstaro $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Kevin Mihelich <kevin@archlinuxarm.org> pkgname=pdns pkgver=3.3 -pkgrel=1 +pkgrel=2 pkgdesc='Modern, advanced and high performance authoritative-only nameserver' arch=('x86_64' 'i686') url='http://www.powerdns.com/' diff --git a/community/performous/PKGBUILD b/community/performous/PKGBUILD index b2178d0f1..4d6d64ea4 100644 --- a/community/performous/PKGBUILD +++ b/community/performous/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 91562 2013-05-23 19:50:14Z lcarlier $ +# $Id: PKGBUILD 94039 2013-07-13 12:35:25Z svenstaro $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> pkgname=performous pkgver=0.7.0 -pkgrel=7 +pkgrel=8 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 19c45ba47..ccc794cc4 100644 --- a/community/pingus/PKGBUILD +++ b/community/pingus/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 90077 2013-05-06 19:39:04Z foutrelis $ +# $Id: PKGBUILD 94040 2013-07-13 12:35:34Z svenstaro $ # Maintainer: Eric Belanger <eric@archlinux.org> pkgname=pingus pkgver=0.7.6 -pkgrel=8 +pkgrel=9 pkgdesc="A Lemmings clone, i.e. a level-based puzzle game." arch=('i686' 'x86_64') url="http://pingus.seul.org" diff --git a/community/pinot/PKGBUILD b/community/pinot/PKGBUILD index 1eed298e3..93d5c3a2e 100644 --- a/community/pinot/PKGBUILD +++ b/community/pinot/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87430 2013-03-31 19:18:40Z stephane $ +# $Id: PKGBUILD 94041 2013-07-13 12:35:45Z svenstaro $ # 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.03 -pkgrel=2 +pkgver=1.06 +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=('1fb0087fb67a58e45f9fd6e1e4c3aa048e51811d7853ee3e89fca6259cd9c202') +sha256sums=('bba6f412553890ef7cccd6d7bb28df9a6c4d122ea74a2902e5de33953cd1872d') build() { cd $srcdir/$pkgname-$pkgver diff --git a/community/pion/PKGBUILD b/community/pion/PKGBUILD index 7e5759907..02be15ca0 100644 --- a/community/pion/PKGBUILD +++ b/community/pion/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 89527 2013-04-29 18:57:40Z stativ $ +# $Id: PKGBUILD 94042 2013-07-13 12:35:54Z svenstaro $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=pion -pkgver=5.0.1 +pkgver=5.0.2 pkgrel=1 pkgdesc="A C++ development library for implementing lightweight HTTP interfaces" url="https://github.com/cloudmeter/pion" @@ -13,7 +13,7 @@ provides=('pion-net') conflicts=('pion-net') replaces=('pion-net') source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip) -md5sums=('9f8af4f3e600a5b0573fb66132a86528') +md5sums=('1f6a9f69114235ca98756cbcab16d162') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/pokerth/PKGBUILD b/community/pokerth/PKGBUILD index a4c35b662..f800a1c2b 100644 --- a/community/pokerth/PKGBUILD +++ b/community/pokerth/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 88844 2013-04-23 22:37:15Z svenstaro $ +# $Id: PKGBUILD 94043 2013-07-13 12:36:03Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: Bartłomiej Piotrowski <barthalion@gmail.com> @@ -8,7 +8,7 @@ pkgname=pokerth _realname=PokerTH pkgver=1.0.1 -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-psutil/PKGBUILD b/community/python-psutil/PKGBUILD index 831b7b73b..57ff32024 100644 --- a/community/python-psutil/PKGBUILD +++ b/community/python-psutil/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 93848 2013-07-11 09:47:42Z seblu $ +# $Id: PKGBUILD 94009 2013-07-13 10:59:45Z seblu $ # Maintainer: Sébastien Luttringer pkgbase=python-psutil pkgname=('python-psutil' 'python2-psutil') -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 arch=('i686' 'x86_64') url='http://code.google.com/p/psutil/' license=('custom: BSD') makedepends=('python' 'python-distribute' 'python2' 'python2-distribute') source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz") -sha1sums=('f1a8cbdad2f4254b8c0c84c79d5c2229fd6e65d9') +sha1sums=('3d3abb8b7a5479b7299a8d170ec25179410f24d1') build() { cd psutil-$pkgver diff --git a/community/python-pyopencl/PKGBUILD b/community/python-pyopencl/PKGBUILD index 8e9407c26..13e7212ca 100644 --- a/community/python-pyopencl/PKGBUILD +++ b/community/python-pyopencl/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 87434 2013-03-31 19:18:48Z stephane $ +# $Id: PKGBUILD 94047 2013-07-13 12:36:45Z svenstaro $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgbase=python-pyopencl pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers') -pkgver=2012.1 -pkgrel=8 +pkgver=2013.1 +pkgrel=1 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>=1.53.0' 'python2-mako' 'python-mako' 'python-numpy' 'python2-numpy') +makedepends=('boost-libs' 'ctags' 'python2-distribute' 'python-distribute' 'libcl' 'opencl-headers' 'mesa' 'boost' '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' +sha1sums=('76331c9042d0286c7c722407dec0fb975a6b340c' '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7') build() { @@ -25,37 +25,37 @@ build() { python3 setup.py build cd "$srcdir/pyopencl-$pkgver-python2" - python2 ./configure.py --cl-enable-gl --no-use-shipped-boost + python2 ./configure.py --cl-enable-gl --no-use-shipped-boost --boost-python-libname=boost_python python2 setup.py build } package_python-pyopencl() { - depends=('libcl' 'opencl-headers' 'mesa' 'boost' 'python' 'python-numpy' 'python-mako' 'python-pytools' 'pyopencl-headers') + depends=('libcl' 'opencl-headers' 'mesa' 'boost-libs' 'python' 'python-numpy' 'python-mako' 'python-pytools' 'pyopencl-headers') cd "${srcdir}/pyopencl-${pkgver}" python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build rm -fr "${pkgdir}"/usr/include - install -D -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE + install -D -m644 $srcdir/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE } package_python2-pyopencl() { - depends=('libcl' 'opencl-headers' 'mesa' 'boost' 'python2' 'python2-numpy' 'python2-mako' 'python2-pytools' 'pyopencl-headers') + depends=('libcl' 'opencl-headers' 'mesa' 'boost-libs' 'python2' 'python2-numpy' 'python2-mako' 'python2-pytools' 'pyopencl-headers') cd "${srcdir}/pyopencl-${pkgver}-python2" python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build - rm -fr "${pkgdir}"/usr/include + rm -fr "${pkgdir}"/usr/include/ - install -D -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE + install -D -m644 $srcdir/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE } package_pyopencl-headers() { - cd "${srcdir}/pyopencl-${pkgver}" + cd "${srcdir}/pyopencl-${pkgver}/" install -dm755 "${pkgdir}"/usr/include/pyopencl - for file in pyopencl-bessel-j.cl pyopencl-cephes.cl pyopencl-airy.cl pyopencl-ranluxcl.cl pyopencl-complex.h; do - install -m644 src/cl/${file} "${pkgdir}"/usr/include/pyopencl + for file in pyopencl-airy.cl pyopencl-bessel-j.cl pyopencl-bessel-y.cl pyopencl-complex.h pyopencl-eval-tbl.cl pyopencl-ranluxcl.cl; do + install -m644 pyopencl/cl/${file} "${pkgdir}"/usr/include/pyopencl done } diff --git a/community/python2-tagpy/PKGBUILD b/community/python2-tagpy/PKGBUILD index ed927be72..5da870be5 100644 --- a/community/python2-tagpy/PKGBUILD +++ b/community/python2-tagpy/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87435 2013-03-31 19:18:49Z stephane $ +# $Id: PKGBUILD 94045 2013-07-13 12:36:26Z svenstaro $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Callan Barrett <wizzomafizzo@gmail.com> @@ -6,7 +6,7 @@ pkgname=python2-tagpy pkgver=0.94.8 -pkgrel=3 +pkgrel=4 pkgdesc='Python bindings for TagLib' arch=('x86_64' 'i686') url='http://pypi.python.org/pypi/tagpy' @@ -20,14 +20,17 @@ source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz" sha256sums=('56eab8dd81510f8af18e19375a0ffd5cd25c8e555104be46a92c3dc08634a0dc' 'f6cc34f8d4d1186270943cd7e1ad3c9478ae7064ab9b2cddf7760d493295cd26') -build() { +prepare() { cd "tagpy-$pkgver" patch -p1 -i "$srcdir/taglib1.7.patch" - sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ $(find . -name '*.py') - +} + +build() { + cd "tagpy-$pkgver" + ./configure.py \ --taglib-lib-dir=/usr/lib/ \ --taglib-inc-dir=/usr/include/taglib/ \ diff --git a/community/qucs/PKGBUILD b/community/qucs/PKGBUILD index c8063a13f..f97ac5164 100644 --- a/community/qucs/PKGBUILD +++ b/community/qucs/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 92667 2013-06-11 16:18:02Z spupykin $ +# $Id: PKGBUILD 94064 2013-07-13 14:17:21Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Víctor Martínez Romanos <vmromanos@gmail.com> pkgname=qucs -pkgver=0.0.17s130610 +pkgver=0.0.17 pkgrel=1 pkgdesc="An integrated circuit simulator with a graphical user interface" arch=('i686' 'x86_64') @@ -13,8 +13,9 @@ depends=('gcc-libs' 'qt4') optdepends=('freehdl: to permit digital circuit simulation' 'asco: to enable circuit optimization' 'perl') -source=("http://downloads.sourceforge.net/project/qucs/qucs/$(echo $pkgver | cut -f1 -ds)-snapshots/qucs-${pkgver/s/.}.tar.gz") -md5sums=('47dead7df86419bf121d9c1c45f3cdfa') +#source=("http://downloads.sourceforge.net/project/qucs/qucs/$(echo $pkgver | cut -f1 -ds)-snapshots/qucs-${pkgver/s/.}.tar.gz") +source=("http://downloads.sourceforge.net/project/qucs/qucs/$pkgver/qucs-$pkgver.tar.gz") +md5sums=('4b93ffcc2ef3dbbd6fa53a5743721532') build() { cd $srcdir/$pkgname-${pkgver/s/.} diff --git a/community/schroot/PKGBUILD b/community/schroot/PKGBUILD index b50ea382b..115bfa87d 100644 --- a/community/schroot/PKGBUILD +++ b/community/schroot/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 87436 2013-03-31 19:18:51Z stephane $ +# $Id: PKGBUILD 94048 2013-07-13 12:36:56Z svenstaro $ # 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.5 -pkgrel=2 +pkgrel=3 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') diff --git a/community/sdcc/PKGBUILD b/community/sdcc/PKGBUILD index 3eb00faf6..5efa9daa1 100644 --- a/community/sdcc/PKGBUILD +++ b/community/sdcc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 91250 2013-05-20 17:00:47Z spupykin $ +# $Id: PKGBUILD 94049 2013-07-13 12:37:05Z svenstaro $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Jose Negron <josenj.arch@mailnull.net> pkgname=sdcc pkgver=3.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)" arch=('i686' 'x86_64') license=('GPL') diff --git a/community/sigil/PKGBUILD b/community/sigil/PKGBUILD index b27773bf4..dfc11299f 100644 --- a/community/sigil/PKGBUILD +++ b/community/sigil/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 88284 2013-04-15 17:29:41Z giovanni $ +# $Id: PKGBUILD 94050 2013-07-13 12:37:15Z svenstaro $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Larry Hajali <larryhaja [at] gmail [dot] com> pkgname=sigil pkgver=0.7.2 -pkgrel=1 +pkgrel=2 pkgdesc="WYSIWYG ebook editor" arch=('i686' 'x86_64') url="http://code.google.com/p/sigil/" @@ -17,7 +17,7 @@ md5sums=('540745983db57a2150cc2f4057455b19') build() { cd "${srcdir}" - gendesk -n + gendesk -n "$startdir"/PKGBUILD mkdir build cd build diff --git a/community/spring/PKGBUILD b/community/spring/PKGBUILD index 83feb1c9c..c0b82407c 100644 --- a/community/spring/PKGBUILD +++ b/community/spring/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87439 2013-03-31 19:18:57Z stephane $ +# $Id: PKGBUILD 94070 2013-07-13 20:40:02Z svenstaro $ # 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.94.1 _pkgver=94.1 -pkgrel=2 +pkgrel=4 pkgdesc='A free 3D real-time-strategy (RTS) game engine' arch=('i686' 'x86_64') url="http://springrts.com/" @@ -17,14 +17,18 @@ makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python2' 'java-environment' 'me optdepends=('python2: python-based bots' 'java-runtime: java-based bots') install=spring.install -source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${_pkgver}_src.tar.lzma) -md5sums=('bafc1e889bed31666553efc387a13b49') +source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${_pkgver}_src.tar.lzma + gcc48.patch) +md5sums=('bafc1e889bed31666553efc387a13b49' + '8de391795f4a2e78be51a129dcd4dec2') build() { bsdtar -xf ${pkgname}_${_pkgver}_src.tar.lzma cd spring_${_pkgver} + patch -Np1 < $srcdir/gcc48.patch + cmake . \ -DCMAKE_INSTALL_PREFIX=/usr \ -DDATADIR=share/spring \ diff --git a/community/spring/gcc48.patch b/community/spring/gcc48.patch new file mode 100644 index 000000000..ea69a42c4 --- /dev/null +++ b/community/spring/gcc48.patch @@ -0,0 +1,22 @@ +diff --git a/rts/System/Sound/EFX.cpp b/rts/System/Sound/EFX.cpp +index 08fe9f4..3b197f0 100644 +--- a/rts/System/Sound/EFX.cpp ++++ b/rts/System/Sound/EFX.cpp +@@ -83,7 +83,7 @@ CEFX::CEFX(ALCdevice* device) + ALuint alFx; + alGenEffects(1, &alFx); + if (alGetError() == AL_NO_ERROR) { +- for(size_t i = 0; i < sizeof(effects); i++) { ++ for(size_t i = 0; i < sizeof(effects)/sizeof(effects[0]); i++) { + const ALuint fx = effects[i]; + alEffecti(alFx, AL_EFFECT_TYPE, fx); + effectsSupported[fx] = (alGetError() == AL_NO_ERROR); +@@ -103,7 +103,7 @@ CEFX::CEFX(ALCdevice* device) + ALuint alFilter; + alGenFilters(1, &alFilter); + if (alGetError() == AL_NO_ERROR) { +- for(size_t i = 0; i < sizeof(filters); i++) { ++ for(size_t i = 0; i < sizeof(filters)/sizeof(filters[0]); i++) { + const ALuint filter = filters[i]; + alFilteri(alFilter, AL_FILTER_TYPE, filter); + filtersSupported[filter] = (alGetError() == AL_NO_ERROR); diff --git a/community/springlobby/PKGBUILD b/community/springlobby/PKGBUILD index 0c089edea..2bc24159e 100644 --- a/community/springlobby/PKGBUILD +++ b/community/springlobby/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 87440 2013-03-31 19:18:58Z stephane $ +# $Id: PKGBUILD 94052 2013-07-13 12:37:38Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: DuGi <dugi@irc.pl> pkgname=springlobby pkgver=0.169 -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/synfig/PKGBUILD b/community/synfig/PKGBUILD index 7d65c4d8d..3aae43211 100644 --- a/community/synfig/PKGBUILD +++ b/community/synfig/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 92523 2013-06-07 16:54:42Z spupykin $ +# $Id: PKGBUILD 94053 2013-07-13 12:37:47Z svenstaro $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Franco Iacomella <yaco@gnu.org> pkgname=synfig pkgver=0.64.0 -pkgrel=2 +pkgrel=4 pkgdesc="Professional vector animation program (CLI renderer only)" arch=(i686 x86_64) url="http://synfig.org" diff --git a/community/unpaper/PKGBUILD b/community/unpaper/PKGBUILD index b407f1db3..23a3378ff 100644 --- a/community/unpaper/PKGBUILD +++ b/community/unpaper/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 74323 2012-07-24 16:20:43Z spupykin $ +# $Id: PKGBUILD 94062 2013-07-13 14:11:42Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Andreas Hauser <andy-aur@splashground.de> pkgname=unpaper -pkgver=0.4.2 +pkgver=5.1 pkgrel=1 pkgdesc="post-processing tool for scanned sheets of paper" arch=('i686' 'x86_64') #url="http://$pkgname.berlios.de/" url="https://github.com/Flameeyes/unpaper" license="GPL" -depends=('libxslt') -makedepends=('gcc') +depends=() +makedepends=('gcc' 'libxslt') source=("$pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/tarball/unpaper-$pkgver") -md5sums=('7dcee730cdbeffbbd840cbe6f2bb9693') +md5sums=('06fe02a2e460c0ea218b6cd05bf573fe') build() { cd $srcdir/Flameeyes-unpaper-* @@ -22,5 +22,9 @@ build() { autoconf [ -f Makefile ] || ./configure --prefix=/usr make +} + +package() { + cd $srcdir/Flameeyes-unpaper-* make install DESTDIR=$pkgdir } diff --git a/community/wesnoth/PKGBUILD b/community/wesnoth/PKGBUILD index e915453bf..56a743d06 100644 --- a/community/wesnoth/PKGBUILD +++ b/community/wesnoth/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 90785 2013-05-13 21:57:41Z svenstaro $ +# $Id: PKGBUILD 94054 2013-07-13 12:37:56Z svenstaro $ # 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.6 -pkgrel=5 +pkgrel=6 pkgdesc="A turn-based strategy game on a fantasy world" arch=('i686' 'x86_64') license=('GPL') @@ -18,12 +18,10 @@ install=wesnoth.install options=(!emptydirs) source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 wesnothd.tmpfiles.conf - wesnothd.rc.d wesnothd.service https://github.com/wesnoth/wesnoth-old/commit/bbd7f6.patch) md5sums=('547e3489bbfa778912b11dbee612c380' '2d2fea6b3d86dfd589f5ad35a3be1f97' - '85659b47d22dfdf4e4d046556973fc3e' 'd1b6bf1d3dc05086ee6a370adff0ae4a' 'edc7c0547e67cba4ca4f813ca261f572') @@ -54,5 +52,4 @@ package() { install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf" install -Dm644 "$srcdir/wesnothd.service" "$pkgdir/usr/lib/systemd/system/wesnothd.service" - install -Dm755 "$srcdir/wesnothd.rc.d" "$pkgdir/etc/rc.d/wesnothd" } diff --git a/community/wesnoth/wesnothd.rc.d b/community/wesnoth/wesnothd.rc.d deleted file mode 100644 index 95e312b7b..000000000 --- a/community/wesnoth/wesnothd.rc.d +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -PID=$(pidof -o %PPID /usr/bin/wesnothd) - -case "$1" in - start) - stat_busy "Starting Wesnoth Server Daemon" - [[ -d /var/run/wesnothd ]] || mkdir /var/run/wesnothd - [ -z "$PID" ] && /usr/bin/wesnothd -d &> /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - PID=$(pidof -o %PPID /usr/bin/wesnothd) - echo $PID > /var/run/wesnotd/pid - add_daemon wesnothd - stat_done - fi - ;; - stop) - stat_busy "Stopping Wesnoth Server Daemon" - [ ! -z "$PID" ] && kill $PID &> /dev/null - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon wesnothd - stat_done - fi - ;; - restart) - $0 stop - sleep 1 - $0 start - ;; - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 diff --git a/community/widelands/PKGBUILD b/community/widelands/PKGBUILD index ca7636427..cd6844a96 100644 --- a/community/widelands/PKGBUILD +++ b/community/widelands/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 90108 2013-05-06 19:40:08Z foutrelis $ +# $Id: PKGBUILD 94055 2013-07-13 12:38:06Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Arkham <arkham at archlinux dot us> # Contributor: Christoph Zeiler <rabyte*gmail> @@ -6,7 +6,7 @@ pkgname=widelands pkgver=17 _realver=build17 -pkgrel=7 +pkgrel=8 pkgdesc="A realtime strategy game with emphasis on economy and transport" arch=('i686' 'x86_64') url="http://widelands.org/" diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD index b1fedfe20..47c8e9153 100644 --- a/community/wt/PKGBUILD +++ b/community/wt/PKGBUILD @@ -1,21 +1,18 @@ -# $Id: PKGBUILD 88025 2013-04-10 08:22:45Z svenstaro $ +# $Id: PKGBUILD 93696 2013-07-08 13:32:56Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Denis Martinez <deuns.martinez@gmail.com> -# TODO: Remove this note and change back to gcc once gcc 4.8.1 is out -# It fixes a segfault while building the examples. - pkgname=wt pkgver=3.3.0 _pkgver=3.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="a C++ library and application server for developing and deploying web applications" arch=('i686' 'x86_64') url="http://www.webtoolkit.eu/" license=('GPL') depends=('boost-libs' 'libharu') -makedepends=('boost' 'cmake>=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 'graphicsmagick' 'pango' 'mysql++' 'qt4' 'clang') +makedepends=('boost' 'cmake>=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 'graphicsmagick' 'pango' 'mysql++' 'qt4') optdepends=('openssl: for SSL support in built-in webserver' 'zlib: for compression in HTTP protocol' 'fcgi: for FastCGI support' @@ -34,7 +31,7 @@ build() { [[ -d build ]] && rm -r build mkdir -p build && cd build - CXX=clang++ cmake \ + cmake \ -DCONNECTOR_HTTP=ON \ -DCMAKE_INSTALL_PREFIX=/usr \ -DWEBUSER=http \ |