diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/cegui/PKGBUILD | 8 | ||||
-rw-r--r-- | community/ettercap/PKGBUILD | 12 | ||||
-rw-r--r-- | community/flightgear/PKGBUILD | 10 | ||||
-rw-r--r-- | community/simgear/PKGBUILD | 8 | ||||
-rw-r--r-- | community/springlobby/PKGBUILD | 8 |
5 files changed, 22 insertions, 24 deletions
diff --git a/community/cegui/PKGBUILD b/community/cegui/PKGBUILD index 584eec445..e4b0f40bd 100644 --- a/community/cegui/PKGBUILD +++ b/community/cegui/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 83243 2013-01-28 16:49:29Z stephane $ +# $Id: PKGBUILD 84404 2013-02-18 16:22:44Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com>, @@ -6,8 +6,8 @@ pkgbase=cegui pkgname=('cegui' 'cegui-docs') -pkgver=0.7.7 -pkgrel=5 +pkgver=0.7.9 +pkgrel=1 pkgdesc="A free library providing windowing and widgets for graphics APIs/engines" arch=('i686' 'x86_64') url="http://crayzedsgui.sourceforge.net" @@ -21,7 +21,7 @@ optdepends=("python2: python bindings" #"irrlicht: irrlicht module") maybe again at some point options=(!libtool) source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz) -md5sums=('8b83577f86eaa1581765dd155c7c8f24') +md5sums=('a8b682daf82e383edc169c2e6eb2b321') build() { cd "$srcdir/CEGUI-${pkgver}" diff --git a/community/ettercap/PKGBUILD b/community/ettercap/PKGBUILD index 95eb1b9dc..f9c048453 100644 --- a/community/ettercap/PKGBUILD +++ b/community/ettercap/PKGBUILD @@ -1,20 +1,18 @@ -# $Id: PKGBUILD 84194 2013-02-13 14:30:40Z jelle $ +# $Id: PKGBUILD 84410 2013-02-18 19:27:41Z jelle $ # Maintainer: # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgbase=ettercap pkgname=('ettercap' 'ettercap-gtk') pkgver=0.7.5.3 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://ettercap.github.com/ettercap/" license=('GPL') makedepends=('ghostscript' 'cmake' 'libpcap' 'libltdl' 'libnet' 'gtk2') options=('!libtool' '!makeflags' '!emptydirs') source=("http://sourceforge.net/projects/ettercap/files/ettercap/0.7.5-Assimilation/$pkgname-$pkgver.tar.gz") - -md5sums=('784b5cf2493246e95943179b21f70645' - 'f9281fe1735ceba59753bfe442715bb6') +md5sums=('784b5cf2493246e95943179b21f70645') build() { cd "${srcdir}" @@ -45,11 +43,11 @@ package_ettercap() { package_ettercap-gtk() { pkgdesc="A network sniffer/interceptor/logger for ethernet LANs - GTK frontend" - depends=('libpcap' 'pcre' 'libltdl' 'libnet' 'openssl' 'gtk2') + depends+=('gtk2') backup=('etc/ettercap/etter.conf') conflicts=('ettercap') + provides=('ettercap') cd "${srcdir}"/${pkgbase}-${pkgver}-gtk/build -#install -Dm755 src/ettercap "${pkgdir}"/usr/bin/ettercap-gtk make DESTDIR="${pkgdir}" install } diff --git a/community/flightgear/PKGBUILD b/community/flightgear/PKGBUILD index 7005c0ff2..0b4dfe25e 100644 --- a/community/flightgear/PKGBUILD +++ b/community/flightgear/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 77631 2012-10-13 11:42:12Z allan $ +# $Id: PKGBUILD 84414 2013-02-18 20:13:35Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: William Rea <sillywilly@gmail.com> # Contributor: Hans Janssen <hans@janserv.xs4all.nl> pkgname=flightgear -pkgver=2.8.0 -pkgrel=2 +pkgver=2.10.0 +pkgrel=1 pkgdesc="An open-source, multi-platform flight simulator" arch=(i686 x86_64) depends=('simgear' 'libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 'glu') -makedepends=('boost' 'cmake') +makedepends=('boost' 'cmake' 'mesa') license=("GPL") url="http://www.flightgear.org" options=('!makeflags') #source=("$pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver") #source=("ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2") source=("http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2") -md5sums=('9499194146f414323efef8cb3451b750') +md5sums=('ae7fc8d1e446c5d1fe2aa82ee41dcac5') build() { cd $srcdir/flightgear-$pkgver diff --git a/community/simgear/PKGBUILD b/community/simgear/PKGBUILD index c20bdf932..1e2c8dfc2 100644 --- a/community/simgear/PKGBUILD +++ b/community/simgear/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 75603 2012-08-27 13:35:08Z spupykin $ +# $Id: PKGBUILD 84416 2013-02-18 20:14:11Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: William Rea <sillywilly@gmail.com> # Contributor: Hans Janssen <hans@janserv.xs4all.nl> pkgname=simgear -pkgver=2.8.0 +pkgver=2.10.0 pkgrel=1 pkgdesc="A set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications." arch=(i686 x86_64) depends=('glut' 'freealut' 'plib' 'openscenegraph') -makedepends=('boost' 'cmake') +makedepends=('boost' 'cmake' 'mesa') license=("GPL") #url="http://www.simgear.org" url="https://gitorious.org/fg" options=('!makeflags') #source=("SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver") source=("http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2") -md5sums=('0a8c77439ba7879b354a8fbcb7901ce3') +md5sums=('0ec974d3778f777d5c99c89db671fcc7') build() { cd $srcdir/simgear-$pkgver diff --git a/community/springlobby/PKGBUILD b/community/springlobby/PKGBUILD index 196dce300..9832227fa 100644 --- a/community/springlobby/PKGBUILD +++ b/community/springlobby/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 83278 2013-01-28 16:50:15Z stephane $ +# $Id: PKGBUILD 84408 2013-02-18 18:31:08Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: DuGi <dugi@irc.pl> pkgname=springlobby -pkgver=0.159 -pkgrel=2 +pkgver=0.168 +pkgrel=1 pkgdesc="A free cross-platform lobby client for the Spring RTS project." arch=('i686' 'x86_64') url="http://springlobby.info/" @@ -14,7 +14,7 @@ optdepends=('sdl' 'sdl_sound' 'sdl_mixer') makedepends=('boost' 'asio' 'cmake') install=springlobby.install source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2) -md5sums=('9a8e89c32dd49a51332e446e47dc1be1') +md5sums=('e8ab284a3ec1036b126676ed866dc4a3') build() { cd $srcdir/${pkgname}-$pkgver |