From 8b7b4f2e5a808cb0c1226c23469fa57751eba190 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 4 Sep 2012 00:04:04 +0000 Subject: Tue Sep 4 00:04:04 UTC 2012 --- community/apcupsd/PKGBUILD | 46 +++++++++++++++++++-------------- community/apcupsd/apcupsd | 2 -- community/apcupsd/apcupsd-tmpfiles.conf | 2 ++ community/freedroidrpg/PKGBUILD | 4 +-- community/lazarus/PKGBUILD | 22 ++++++---------- community/libvirt/PKGBUILD | 19 ++++---------- community/lincity-ng/PKGBUILD | 16 +++++------- community/mlt/PKGBUILD | 10 +++---- community/mythtv/PKGBUILD | 6 ++--- community/mythtv/mythbackend.service | 4 ++- community/pcsclite/PKGBUILD | 8 +++--- community/pkgfile/PKGBUILD | 6 ++--- community/pkgfile/pkgfile.install | 2 +- community/python2-netifaces/PKGBUILD | 24 +++++++++++++++++ community/python2-pymongo/PKGBUILD | 9 ++++--- community/schroot/PKGBUILD | 15 ++++++----- community/spring/PKGBUILD | 8 +++--- community/tmw/PKGBUILD | 19 +++++++------- community/vdrift/PKGBUILD | 36 +++++++++++--------------- community/warmux/PKGBUILD | 8 +++--- community/warmux/gcc-fix.patch | 11 ++++++++ community/widelands/PKGBUILD | 4 +-- community/wt/PKGBUILD | 12 ++++----- 23 files changed, 159 insertions(+), 134 deletions(-) create mode 100644 community/apcupsd/apcupsd-tmpfiles.conf create mode 100644 community/python2-netifaces/PKGBUILD (limited to 'community') diff --git a/community/apcupsd/PKGBUILD b/community/apcupsd/PKGBUILD index 6a2070b14..26336fecb 100644 --- a/community/apcupsd/PKGBUILD +++ b/community/apcupsd/PKGBUILD @@ -1,40 +1,48 @@ -# $Id: PKGBUILD 74550 2012-07-30 13:54:14Z mtorromeo $ +# $Id: PKGBUILD 75815 2012-09-01 11:15:13Z mtorromeo $ # Maintainer: Sergej Pupykin # Maintainer: Todd Musall +# Maintainer: Massimiliano Torromeo pkgname=apcupsd pkgver=3.14.10 -pkgrel=2 -pkgdesc="power mangement and controlling most of APC's UPS models" +pkgrel=3 +pkgdesc="Power mangement and controlling most of APC's UPS models" arch=(i686 x86_64) url="http://www.apcupsd.org" license=('GPL') depends=('gcc-libs') optdepends=('gd: for CGI' - 'gconf: for frontend' - 'gtk2: for frontend') + 'gconf: for frontend' + 'gtk2: for frontend') makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2') backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf etc/apcupsd/multimon.conf) source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz - apcupsd - apcupsd.service) -md5sums=('5928822d855c5cf7ac29655e3e0b8c23' - '8bc674da24188c69b0ad5d7fe7510f73' - '3baf366b2cfabf83a206a1cb0c8f4c26') + apcupsd + apcupsd.service + apcupsd-tmpfiles.conf) +sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032' + 'cae38570847f5d90f38a0634e502f35d6c76a9c928b3a322e3fe1a097fbbc04a' + 'fef0b088daa7d652b8c30e6105318cff547ad2504627efabd014083eabc7182d' + 'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55') build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname \ + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname \ --enable-cgi --enable-usb --enable-net \ --with-upstype=usb --with-upscable=usb \ --with-serial-dev=/dev/usb/hid/hiddev[0-9] \ --enable-pthreads --enable-gapcmon - make - make DESTDIR="$pkgdir" install - install -Dm755 "$srcdir/apcupsd" "$pkgdir/etc/rc.d/apcupsd" - install -Dm644 "$srcdir/apcupsd.service" "$pkgdir/usr/lib/systemd/system/apcupsd.service" - chmod 755 "$pkgdir"/sbin/* - install -dm755 "$pkgdir/usr/lib/$pkgname/cgi-bin" - mv "$pkgdir"/etc/apcupsd/*.cgi "$pkgdir/usr/lib/$pkgname/cgi-bin" + make } + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + install -Dm755 "$srcdir/apcupsd" "$pkgdir/etc/rc.d/apcupsd" + install -Dm644 "$srcdir/apcupsd.service" "$pkgdir/usr/lib/systemd/system/apcupsd.service" + install -Dm644 "$srcdir/apcupsd-tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf" + chmod 755 "$pkgdir"/sbin/* + install -dm755 "$pkgdir/usr/lib/$pkgname/cgi-bin" + mv "$pkgdir"/etc/apcupsd/*.cgi "$pkgdir/usr/lib/$pkgname/cgi-bin" +} \ No newline at end of file diff --git a/community/apcupsd/apcupsd b/community/apcupsd/apcupsd index 73ca2b4bf..8a96e9b07 100755 --- a/community/apcupsd/apcupsd +++ b/community/apcupsd/apcupsd @@ -7,8 +7,6 @@ PID=`pidof -o %PPID /sbin/apcupsd` case "$1" in start) stat_busy "Starting APCUPSD Daemon" - rm -f /etc/apcupsd/powerfail - rm -f /etc/nologin [ -z "$PID" ] && /sbin/apcupsd -f /etc/apcupsd/apcupsd.conf if [ $? -gt 0 ]; then stat_fail diff --git a/community/apcupsd/apcupsd-tmpfiles.conf b/community/apcupsd/apcupsd-tmpfiles.conf new file mode 100644 index 000000000..0ceb4106b --- /dev/null +++ b/community/apcupsd/apcupsd-tmpfiles.conf @@ -0,0 +1,2 @@ +r /etc/apcupsd/powerfail +r /etc/nologin \ No newline at end of file diff --git a/community/freedroidrpg/PKGBUILD b/community/freedroidrpg/PKGBUILD index a17fa153d..b3c2fb45d 100644 --- a/community/freedroidrpg/PKGBUILD +++ b/community/freedroidrpg/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 69136 2012-04-09 18:24:09Z jelle $ +# $Id: PKGBUILD 75817 2012-09-01 20:39:32Z heftig $ # Maintainer: Sergej Pupykin # Contributor: nut543 @@ -6,7 +6,7 @@ #pkgname=('freedroidrpg' 'freedroidrpg-data') pkgname='freedroidrpg' pkgver=0.15.1 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') # depends=('sdl_mixer' 'sdl_image' 'libogg' 'libvorbis' 'libgl' 'freedroidrpg-data') depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'mesa') diff --git a/community/lazarus/PKGBUILD b/community/lazarus/PKGBUILD index fc1a1ebcf..54e8cd33c 100644 --- a/community/lazarus/PKGBUILD +++ b/community/lazarus/PKGBUILD @@ -1,32 +1,26 @@ -# $Id: PKGBUILD 70866 2012-05-18 06:01:51Z ebelanger $ +# $Id: PKGBUILD 75791 2012-08-31 12:11:31Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Jens Adam (byte/jra) # Contributor: BlackIkeEagle pkgbase=lazarus pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt') -pkgver=0.9.30.4 -pkgrel=5 +pkgver=1.0 +_pkgsubver=0 +pkgrel=1 url='http://www.lazarus.freepascal.org/' license=('GPL2' 'MPL' 'custom:LGPL') arch=('i686' 'x86_64') makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync') options=('!emptydirs' '!makeflags') -source=("http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-src.tar.bz2" - 'lazcontrols2.diff' -) -md5sums=('ebd40cdfdfc4b66d1ced7a0d48d6da84' - '288bca6ad5ade79deec34c3602daaaa9' -) +source=("http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz" + 'lazcontrols2.diff') +md5sums=('2412545d740059d006485f5d17ef0eca' + '288bca6ad5ade79deec34c3602daaaa9') build() { cd $srcdir/${pkgbase} - ( # patch lazcontrols - cd components/lazcontrols - patch -p0 -i "$srcdir/lazcontrols2.diff" - ) - # build gtk2 ide make FPC=/usr/bin/fpc LCL_PLATFORM=gtk2 clean bigide # move gtk binaries diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index b62150e24..f2a452dee 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 75710 2012-08-29 09:58:55Z spupykin $ +# $Id: PKGBUILD 75795 2012-08-31 14:01:54Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Jonathan Wiersma pkgname=libvirt -pkgver=0.10.0 +pkgver=0.10.1 pkgrel=1 pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)" arch=('i686' 'x86_64') @@ -35,18 +35,14 @@ source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz" libvirtd-guests.rc.d libvirtd-guests.conf.d libvirt.tmpfiles.d - openbsd-netcat-default.patch - libvirt-libnl3.patch - xdg.patch) -md5sums=('63ceb65bba07fc7690499d9eb6d2c844' + openbsd-netcat-default.patch) +md5sums=('5f628e53437b0b0e78477904ba3310af' 'c43244c40a0437038c82089618e7beaa' '3ed0e24f5b5e25bf553f5427d64915e6' '8297b1be794a24cc77f66af9380ace59' 'bc2971dacdbac967fc3474e50affc345' '8d98e62915785686b0b6c8c070628392' - '456723b41903d3aaa7ec948c1feea265' - 'ba27fbcd989de8d84cfff98326f10c54' - '9b9fcdbd64d37d84ae73d9da0a7efed7') + '456723b41903d3aaa7ec948c1feea265') build() { cd "$srcdir/$pkgname-$pkgver" @@ -59,11 +55,6 @@ build() { done patch -Np1 -i "$srcdir"/openbsd-netcat-default.patch -# patch -Np1 -i ${srcdir}/libvirt-libnl3.patch -# patch -Np1 -i ${srcdir}/xdg.patch -# aclocal -# automake --add-missing || true -# autoreconf export LDFLAGS=-lX11 export RADVD=/usr/sbin/radvd diff --git a/community/lincity-ng/PKGBUILD b/community/lincity-ng/PKGBUILD index 5ebdf4d1a..ee4e04a08 100644 --- a/community/lincity-ng/PKGBUILD +++ b/community/lincity-ng/PKGBUILD @@ -1,30 +1,26 @@ -# $Id: PKGBUILD 67662 2012-03-13 16:28:17Z ebelanger $ -# Maintainer: Eric Belanger -# Contributor: tranquility +# $Id: PKGBUILD 75818 2012-09-01 20:39:35Z heftig $ +# Maintainer: Eric Bélanger pkgname=lincity-ng pkgver=2.0 -pkgrel=4 -pkgdesc="A City Simulation Game. It is a polished and improved version of the classic LinCity game" +pkgrel=5.1 +pkgdesc="A city simulation game" arch=('i686' 'x86_64') -url="http://lincity-ng.berlios.de/wiki/index.php/Main_Page" +url="https://fedorahosted.org/LinCity-NG" license=('GPL' 'custom') depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'physfs' 'libxml2' 'sdl_gfx' 'gcc-libs' 'libgl') makedepends=('ftjam' 'mesa') -source=(http://download.berlios.de/lincity-ng/${pkgname}-${pkgver}.tar.bz2) -md5sums=('1bd0f58e0f2b131d70044f4230600ed1') +source=(http://sourceforge.net/projects/${pkgname}.berlios/files/${pkgname}-${pkgver}.tar.bz2) sha1sums=('2961a3f60f7481b33858d7d5ef7cf9c788d01077') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr jam } package() { cd "${srcdir}/${pkgname}-${pkgver}" - jam -sprefix="${pkgdir}/usr" install install -D -m644 COPYING-data.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING-data.txt" install -D -m644 COPYING-fonts.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING-fonts.txt" diff --git a/community/mlt/PKGBUILD b/community/mlt/PKGBUILD index adacfbaa8..276d90da7 100644 --- a/community/mlt/PKGBUILD +++ b/community/mlt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73477 2012-07-08 09:30:31Z ibiru $ +# $Id: PKGBUILD 75787 2012-08-31 10:39:46Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Fabian Schoelzel # Contributor: funkyou @@ -7,7 +7,7 @@ pkgbase=mlt pkgname=('mlt' 'mlt-python-bindings') -pkgver=0.8.0 +pkgver=0.8.2 pkgrel=1 pkgdesc="An open source multimedia framework" arch=('i686' 'x86_64') @@ -16,14 +16,14 @@ license=('GPL') makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'gtk2' 'ffmpeg' 'frei0r-plugins' 'swig' 'python2' "jack" "ladspa") source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('d56e0cdfba9c5b5608bf84493322615f') +md5sums=('c7a8c4ca7485bb615cbcf851d8742a1c') build() { # mlt cd "$srcdir/mlt-$pkgver" -# [ $CARCH == "i686" ] && SSE2=--disable-sse2 || SSE2= - SSE2=--disable-sse2 + [ $CARCH == "i686" ] && SSE2=--disable-sse2 || SSE2= +# SSE2=--disable-sse2 msg "SSE2=$SSE2" ./configure --prefix=/usr --enable-gpl \ diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD index 6a4af4e8a..12f45c209 100644 --- a/community/mythtv/PKGBUILD +++ b/community/mythtv/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 74028 2012-07-18 09:20:30Z jconder $ +# $Id: PKGBUILD 75832 2012-09-02 02:47:28Z jconder $ # Maintainer: Jonathan Conder # Contributor: Giovanni Scafora # Contributor: Juergen Hoetzel @@ -7,7 +7,7 @@ pkgname=mythtv pkgver=0.25.2 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') @@ -35,7 +35,7 @@ source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2" md5sums=('2bf8c0aa75e88d39747e59c27aa6072e' 'c8f935d42fb8617e9279bd539811ca5f' 'ab962d83614cbd0ac11ce3fcc929829d' - '813008d14a44e9c6212f364723aeaa74') + 'e4d572dcc307d6d8ae26bee5aebf9f3a') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/mythtv/mythbackend.service b/community/mythtv/mythbackend.service index 9d92bd644..2a2b8b7db 100644 --- a/community/mythtv/mythbackend.service +++ b/community/mythtv/mythbackend.service @@ -6,7 +6,9 @@ After=network.target mysqld.service Type=simple Environment=HOME=/var/lib/mythtv User=mythtv -ExecStart=/usr/bin/mythbackend --daemon --logpath /var/log/mythtv +ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv +ExecStop=/usr/bin/mythshutdown --setscheduledwakeup +#ExecStop=/usr/bin/mythshutdown --shutdown [Install] WantedBy=multi-user.target diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD index a5049f41e..1d6bedf17 100644 --- a/community/pcsclite/PKGBUILD +++ b/community/pcsclite/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 74792 2012-08-05 10:29:48Z giovanni $ +# $Id: PKGBUILD 75800 2012-08-31 19:26:09Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Daniel Plaza pkgname=pcsclite -pkgver=1.8.5 +pkgver=1.8.6 pkgrel=1 pkgdesc="PC/SC Architecture smartcard middleware library" arch=('i686' 'x86_64') @@ -12,9 +12,9 @@ license=('BSD') depends=('python2' 'systemd-tools') makedepends=('pkg-config') options=('!libtool' '!docs') -source=("https://alioth.debian.org/frs/download.php/3741/pcsc-lite-${pkgver}.tar.bz2" +source=("https://alioth.debian.org/frs/download.php/3757/pcsc-lite-${pkgver}.tar.bz2" 'pcscd') -md5sums=('c9d176f2f868814e836ff894983c537c' +md5sums=('3e4b777231d35ce35c15c0704f936eaa' 'c97b6bce695222efb0f003d8e8369010') build() { diff --git a/community/pkgfile/PKGBUILD b/community/pkgfile/PKGBUILD index 69d2c1bbc..7aff4d66f 100644 --- a/community/pkgfile/PKGBUILD +++ b/community/pkgfile/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 74339 2012-07-24 17:40:11Z dreisner $ +# $Id: PKGBUILD 75830 2012-09-02 00:43:15Z dreisner $ # Maintainer: Dave Reisner pkgname=pkgfile -pkgver=3 +pkgver=4 pkgrel=1 pkgdesc="a pacman .files metadata explorer" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ conflicts=('pkgtools<24-2') makedepends=('perl') source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.xz") install=pkgfile.install -md5sums=('9e90510580b00a12d750809f8c2f34cd') +md5sums=('2570c69372645d2463979c7227a0a63d') build() { cd "$pkgname-$pkgver" diff --git a/community/pkgfile/pkgfile.install b/community/pkgfile/pkgfile.install index bf0c9cfa3..358507c55 100644 --- a/community/pkgfile/pkgfile.install +++ b/community/pkgfile/pkgfile.install @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh post_install() { printf "==> Run 'pkgfile --update' to initialize the database\n" diff --git a/community/python2-netifaces/PKGBUILD b/community/python2-netifaces/PKGBUILD new file mode 100644 index 000000000..1260a873c --- /dev/null +++ b/community/python2-netifaces/PKGBUILD @@ -0,0 +1,24 @@ +# $Id: PKGBUILD 75808 2012-08-31 20:40:47Z giovanni $ +# Maintainer: Giovanni Scafora +# Contributor: Gergely Imreh +# Contributor: Ghost of Kendo + +pkgname=python2-netifaces +pkgver=0.8 +pkgrel=1 +pkgdesc="Portable module to access network interface information in Python" +arch=('i686' 'x86_64') +url="http://alastairs-place.net/netifaces/" +license=('MIT') +depends=('python2') +makedepends=('python2-distribute') +source=("http://alastairs-place.net/projects/netifaces/netifaces-${pkgver}.tar.gz") +md5sums=('e57e5983f4c286fac5f8068fbfc5c873') + +build() { + cd "${srcdir}/netifaces-${pkgver}" + python2 setup.py install --root "${pkgdir}" + + # Install license, that is inside the readme file + install -Dm644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} diff --git a/community/python2-pymongo/PKGBUILD b/community/python2-pymongo/PKGBUILD index 7ae21e25f..4b4347c55 100644 --- a/community/python2-pymongo/PKGBUILD +++ b/community/python2-pymongo/PKGBUILD @@ -1,9 +1,9 @@ -# Maintainer: Thomas S Hatch +# Maintainer: Jelle va nder Waa # Contributor: Piotr Husiatyński # Contributor: lp76 pkgname=python2-pymongo -pkgver=2.2.1 +pkgver=2.3 pkgrel=1 pkgdesc="Python driver for MongoDB" license=("APACHE") @@ -12,7 +12,7 @@ depends=('python2') makedepends=('python2-distribute' 'python2-nose') source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz) arch=('i686' 'x86_64') -md5sums=('b9e9f844208971f42862d5a205cab1c7') +md5sums=('0d342ad1506f983af671d0b0e0e1efec') package() { cd $srcdir/pymongo-$pkgver @@ -21,5 +21,6 @@ package() { check() { cd $srcdir/pymongo-$pkgver -# python2 setup.py test + # needs local mongodb server + python2 setup.py check } diff --git a/community/schroot/PKGBUILD b/community/schroot/PKGBUILD index 86e125f10..1893c4e18 100644 --- a/community/schroot/PKGBUILD +++ b/community/schroot/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 75760 2012-08-30 21:03:31Z spupykin $ +# $Id: PKGBUILD 75798 2012-08-31 18:47:24Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Andreas Wagner pkgname=schroot -pkgver=1.6.0 -pkgrel=2 +pkgver=1.6.3 +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') @@ -26,17 +26,20 @@ source=("http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}. 'arch32-config' 'arch32-copyfiles' 'arch32-mount' - 'arch32-nssdatabases') -md5sums=('9b0a12077dbb0e3e384b4c9af0dc3195' + 'arch32-nssdatabases' + 'fix-bash-completion.patch') +md5sums=('f6b1badef213ce8e9ef37bb3fc213390' 'a8d77cac806a0a9adef3f93cdbeb280a' '1e34db5387c4e5de911e15d8a9208bdb' '5a3f7b839c7e0b8933748da7c5b6385b' '06db41d42f9fce5449a28feb76ded556' 'f0d5d5b5e34a860f6f90b5628c680f46' - 'af1da6edd8c8c0dafeeb2c2c4e0c840b') + 'af1da6edd8c8c0dafeeb2c2c4e0c840b' + '5ba775d4f401e2c167414caa548b71e5') build() { cd ${pkgname}-${pkgver} + patch -p1 -i ${srcdir}/fix-bash-completion.patch export LDFLAGS="${LDFLAGS//-Wl,--as-needed}" ./configure \ --prefix=/usr \ diff --git a/community/spring/PKGBUILD b/community/spring/PKGBUILD index 8954c55c1..b58c06b6f 100644 --- a/community/spring/PKGBUILD +++ b/community/spring/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 75703 2012-08-29 09:21:55Z svenstaro $ +# $Id: PKGBUILD 75813 2012-08-31 23:33:23Z svenstaro $ # Maintainer: Sven-Hendrik Haase # Contributor: Arkham # Contributor: Christoph Zeiler pkgname=spring -pkgver=0.90.0 -_pkgver=90.0 +pkgver=0.91.0 +_pkgver=91.0 pkgrel=1 pkgdesc='A free 3D real-time-strategy (RTS) game engine' arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ 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=('d09dbffa444385f17cfa6f1729bfd654') +md5sums=('8849ace38f2ae20dc100b9d0a8d743e9') build() { bsdtar -xf ${pkgname}_${_pkgver}_src.tar.lzma diff --git a/community/tmw/PKGBUILD b/community/tmw/PKGBUILD index 66ee80a3a..c18d2a065 100644 --- a/community/tmw/PKGBUILD +++ b/community/tmw/PKGBUILD @@ -1,27 +1,28 @@ -# $Id: PKGBUILD 63754 2012-02-05 12:11:59Z ibiru $ +# $Id: PKGBUILD 75819 2012-09-01 20:39:38Z heftig $ # Contributor: Bjorn Lindeijer # Maintainer: Mateusz Herych pkgname=tmw -pkgver=0.5.2 -pkgrel=2 +pkgver=0.6.1 +pkgrel=1 pkgdesc="The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG." arch=('i686' 'x86_64') url="http://themanaworld.org" license=('GPL') -depends=('curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs' -'sdl_mixer' 'sdl_net' 'sdl_gfx' 'sdl_ttf') +depends=('curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs' + 'sdl_mixer' 'sdl_net' 'sdl_gfx' 'sdl_ttf') makedepends=('cmake' 'mesa') -source=(http://downloads.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver.tar.bz2) -md5sums=('c843ef420aced82db1e51fa14e80174a') +#source=(http://downloads.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver.tar.bz2) +source=($pkgname-$pkgver.tar.gz::https://github.com/mana/mana/tarball/v$pkgver) +md5sums=('b021e368c813fb95bea00bbf02e6d607') build() { - cd "$srcdir" + cd $srcdir/mana-mana-* cmake . -DCMAKE_INSTALL_PREFIX=/usr make } package() { - cd "$srcdir" + cd $srcdir/mana-mana-* make DESTDIR="$pkgdir" install } diff --git a/community/vdrift/PKGBUILD b/community/vdrift/PKGBUILD index e6845d2be..a5369d307 100644 --- a/community/vdrift/PKGBUILD +++ b/community/vdrift/PKGBUILD @@ -1,26 +1,25 @@ -# $Id: PKGBUILD 74628 2012-07-31 19:57:06Z ebelanger $ +# $Id: PKGBUILD 75820 2012-09-01 20:39:43Z heftig $ # Maintainer: Sven-Hendrik Haase # Contributor: Anton Bazhenov # Contributor: Lone_Wolf lonewolf@xs4all.nl pkgname=vdrift -pkgver=2011.10.22 -pkgrel=7 +pkgver=2012.07.22 +pkgrel=1 pkgdesc="Open source driving simulation made with drift racing in mind" arch=('i686' 'x86_64') url="http://vdrift.net/" license=('GPL') -depends=('bullet' 'curl' 'sdl_gfx' 'sdl_image' 'glew' 'libvorbis' 'vdrift-data' +depends=('bullet' 'curl' 'sdl_gfx' 'sdl_image' 'glew' 'libvorbis' 'vdrift-data' 'gtk-update-icon-cache' 'hicolor-icon-theme' 'libarchive') makedepends=('scons' 'boost' 'asio') -source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver//./-}.tar.bz2) -md5sums=('6f8806ab1be303e9e1e47522c9eee890') -install=vdrift.install +source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver//./-}.tar.bz2 + http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver//./-}c_patch.diff) +md5sums=('fcfd6b65724d32dfe383df216d7afb74' + '981cd26709f97cdf85100b720290177f') build() { - cd "$srcdir" - - cd $pkgname-${pkgver//./-} + cd VDrift # select arch if [ `uname -m` = "x86_64" ]; then @@ -29,8 +28,7 @@ build() { _sconsarch="686" fi - #sed -i 's/glGenerateMipmap/glGenerateMipmapEXT/g' src/texture.cpp - #sed -i '/types.h/d' src/http.h + patch -Np0 < $srcdir/$pkgname-${pkgver//./-}c_patch.diff # build and install scons $MAKEFLAGS \ @@ -44,7 +42,7 @@ build() { } package() { - cd "$srcdir"/$pkgname-${pkgver//./-} + cd VDrift scons install @@ -53,14 +51,10 @@ package() { sed -i '1 s/^\xef\xbb\xbf//' "$pkgdir"/usr/share/applications/$pkgname.desktop # remove BOM (WHY IS THERE?) # install icons - install -Dm644 data/textures/icons/vdrift-16x16.png \ - "$pkgdir"/usr/share/icons/hicolor/16x16/apps/vdrift.png - install -Dm644 data/textures/icons/vdrift-32x32.png \ - "$pkgdir"/usr/share/icons/hicolor/32x32/apps/vdrift.png - install -Dm644 data/textures/icons/vdrift-64x64.png \ - "$pkgdir"/usr/share/icons/hicolor/64x64/apps/vdrift.png - install -Dm644 data/textures/icons/vdrift-64x64.png \ - "$pkgdir/usr/share/pixmaps/$pkgname.png" + install -Dm644 data/textures/icons/vdrift-16x16.png "$pkgdir"/usr/share/icons/hicolor/16x16/apps/vdrift.png + install -Dm644 data/textures/icons/vdrift-32x32.png "$pkgdir"/usr/share/icons/hicolor/32x32/apps/vdrift.png + install -Dm644 data/textures/icons/vdrift-64x64.png "$pkgdir"/usr/share/icons/hicolor/64x64/apps/vdrift.png + install -Dm644 data/textures/icons/vdrift-64x64.png "$pkgdir/usr/share/pixmaps/$pkgname.png" rm -r "$pkgdir"/usr/share/vdrift } diff --git a/community/warmux/PKGBUILD b/community/warmux/PKGBUILD index dcf0fecad..1f266bf67 100644 --- a/community/warmux/PKGBUILD +++ b/community/warmux/PKGBUILD @@ -1,23 +1,23 @@ -# $Id: PKGBUILD 63773 2012-02-05 12:13:45Z ibiru $ +# $Id: PKGBUILD 75821 2012-09-01 20:39:50Z heftig $ # Contributor: Eric Belanger # Contributor: pukyxd # Maintainer: Daenyth pkgname=warmux pkgver=11.04.1 -pkgrel=4 +pkgrel=5 pkgdesc="A clone of the worms game" arch=('i686' 'x86_64') url="http://www.wormux.org/" license=('GPL') -makedepends=('pkgconfig' 'libxml++' 'sdl_image' 'sdl_gfx>=2.0.19' 'sdl_ttf' 'sdl_mixer' 'sdl_net' 'curl>=7.16.2' 'gcc-libs' 'libxml2') +makedepends=('pkgconfig' 'libxml++' 'sdl_image' 'sdl_gfx>=2.0.24' 'sdl_ttf' 'sdl_mixer' 'sdl_net' 'curl>=7.16.2' 'gcc-libs' 'libxml2') replaces=('wormux') source=(http://download.gna.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2 include-zlib.patch gcc-fix.patch) md5sums=('26ff65c43a9bb61a3f0529c98b943e35' 'c8285955e880f80e3c68312715a3061c' - '693176b72c9568c0c223be76ea7dd0d2') + 'ab50d613d3fa3f71262b1d2fc71641b1') build() { cd "${srcdir}/${pkgname}-${pkgver/.1/}" diff --git a/community/warmux/gcc-fix.patch b/community/warmux/gcc-fix.patch index d4ceb0746..1ac476b92 100644 --- a/community/warmux/gcc-fix.patch +++ b/community/warmux/gcc-fix.patch @@ -23,3 +23,14 @@ diff -ru warmux-11.04/lib/warmux/include/WARMUX_action.h warmux-11.04-new/lib/wa ~Action(); +Description: Fix FTBFS with gcc 4.7. +Author: Felix Geyer + +--- warmux-11.04.1+repack.orig/tools/list_games/main.cpp ++++ warmux-11.04.1+repack/tools/list_games/main.cpp +@@ -1,4 +1,5 @@ + #include ++#include + #include + #include + #include diff --git a/community/widelands/PKGBUILD b/community/widelands/PKGBUILD index bad8cc4c9..79f3db71c 100644 --- a/community/widelands/PKGBUILD +++ b/community/widelands/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 74629 2012-07-31 19:57:21Z ebelanger $ +# $Id: PKGBUILD 75822 2012-09-01 20:40:05Z heftig $ # Maintainer: Sven-Hendrik Haase # Contributor: Arkham # Contributor: Christoph Zeiler @@ -6,7 +6,7 @@ pkgname=widelands pkgver=17 _realver=build17 -pkgrel=3 +pkgrel=4 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 d82b56e83..14b2b2800 100644 --- a/community/wt/PKGBUILD +++ b/community/wt/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 75763 2012-08-30 21:03:49Z spupykin $ +# $Id: PKGBUILD 75796 2012-08-31 16:11:56Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Sven-Hendrik Haase # Contributor: Denis Martinez pkgname=wt -pkgver=3.2.2 -_pkgver=3.2.2 +pkgver=3.2.2.1 +_pkgver=3.2.2-p1 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>=1.36') -makedepends=('boost>=1.36' 'cmake>=2.8' +depends=('boost-libs') +makedepends=('boost' 'cmake>=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 'libharu' 'graphicsmagick' 'pango' 'mysql++' 'qt') optdepends=('openssl: for SSL support in built-in webserver' 'zlib: for compression in HTTP protocol' @@ -26,7 +26,7 @@ optdepends=('openssl: for SSL support in built-in webserver' 'qt: for the Wt/Qt interopability example (wtwithqt)') backup=('etc/wt/wt_config.xml') source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz) -md5sums=('86e1eac9baa7a061fd3dd9b53dd77baa') +md5sums=('d436430a4f1ae5fbcf038e645e4b5260') build() { cd ${srcdir}/${pkgname}-${_pkgver} -- cgit v1.2.3-54-g00ecf