diff options
author | root <root@rshg054.dnsready.net> | 2013-09-24 02:21:59 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-24 02:21:59 -0700 |
commit | edb4c972d5d23fcff220b7d3c33d3202bcb16af3 (patch) | |
tree | 65b7530d04405a6d5a181b8cd962ef5e32b43a4c /community | |
parent | 1f7e7fd1c04d3f64d5a0c022e516bacf9d2cc7a8 (diff) |
Tue Sep 24 02:19:00 PDT 2013
Diffstat (limited to 'community')
-rw-r--r-- | community/flightgear/PKGBUILD | 8 | ||||
-rw-r--r-- | community/gloox/PKGBUILD | 6 | ||||
-rw-r--r-- | community/minitube/PKGBUILD | 15 | ||||
-rw-r--r-- | community/opendkim/PKGBUILD | 8 | ||||
-rw-r--r-- | community/qcad/PKGBUILD | 9 | ||||
-rw-r--r-- | community/rsyslog/PKGBUILD | 6 | ||||
-rw-r--r-- | community/simgear/PKGBUILD | 10 | ||||
-rw-r--r-- | community/spice-gtk3/PKGBUILD | 7 | ||||
-rw-r--r-- | community/squid/PKGBUILD | 6 | ||||
-rw-r--r-- | community/sysstat/PKGBUILD | 8 | ||||
-rw-r--r-- | community/xboard/PKGBUILD | 8 |
11 files changed, 46 insertions, 45 deletions
diff --git a/community/flightgear/PKGBUILD b/community/flightgear/PKGBUILD index 61709421f..d38942ee4 100644 --- a/community/flightgear/PKGBUILD +++ b/community/flightgear/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 94473 2013-07-25 13:17:05Z spupykin $ +# $Id: PKGBUILD 97537 2013-09-23 17:38:40Z 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.10.0 -pkgrel=4 +pkgver=2.12.0 +pkgrel=1 pkgdesc="An open-source, multi-platform flight simulator" arch=(i686 x86_64) depends=('simgear' 'libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 'glu') @@ -16,7 +16,7 @@ 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=('ae7fc8d1e446c5d1fe2aa82ee41dcac5') +md5sums=('23e2de5f311f4cbe94ec3386736ee8a5') build() { cd $srcdir/flightgear-$pkgver diff --git a/community/gloox/PKGBUILD b/community/gloox/PKGBUILD index d2001f81e..845206f10 100644 --- a/community/gloox/PKGBUILD +++ b/community/gloox/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 93658 2013-07-08 11:17:28Z spupykin $ +# $Id: PKGBUILD 97518 2013-09-23 16:14:07Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: William Rea <sillywilly@gmail.com> pkgname=gloox -pkgver=1.0.2 +pkgver=1.0.6 pkgrel=1 pkgdesc="C++ libraries for development of Jabber client/component/server" arch=(i686 x86_64) @@ -12,7 +12,7 @@ options=('!libtool') license=("GPL") depends=('libidn' 'gnutls') source=(http://camaya.net/download/gloox-$pkgver.tar.bz2) -md5sums=('4c446ee186406c3b3a24402418127faa') +md5sums=('80ba7fa1220913a9f67bf6f3183aafbd') build() { cd $srcdir/gloox-$pkgver diff --git a/community/minitube/PKGBUILD b/community/minitube/PKGBUILD index 186477069..029cf3b1b 100644 --- a/community/minitube/PKGBUILD +++ b/community/minitube/PKGBUILD @@ -1,26 +1,25 @@ -# $Id: PKGBUILD 97038 2013-09-11 07:54:39Z bpiotrowski $ +# $Id: PKGBUILD 97545 2013-09-23 20:44:05Z speps $ # Maintainer : speps <speps at aur dot archlinux dot org> # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=minitube -pkgver=2.1 +pkgver=2.1.3 pkgrel=1 pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player" arch=('i686' 'x86_64') url='http://flavio.tordini.org/minitube' -license=('GPL') +license=('GPL3') depends=('phonon') install="$pkgname.install" -source=("ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) -md5sums=('5851cb3e75b39ab7dfbdd45a8ebc6197' - 'SKIP') +source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('b43df4358de2e170d7e22370b39bd1ec') build() { - cd $pkgname-$pkgver + cd $pkgname qmake-qt4 } package() { - cd $pkgname-$pkgver + cd $pkgname make install INSTALL_ROOT="$pkgdir/" } diff --git a/community/opendkim/PKGBUILD b/community/opendkim/PKGBUILD index d88c3a5f1..16596caec 100644 --- a/community/opendkim/PKGBUILD +++ b/community/opendkim/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 91498 2013-05-23 10:14:14Z spupykin $ +# $Id: PKGBUILD 97519 2013-09-23 16:14:28Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Thomas Jost <schnouki@schnouki.net> pkgname=opendkim -pkgver=2.8.3 -pkgrel=3 +pkgver=2.8.4 +pkgrel=1 pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter." arch=(i686 x86_64) url="http://www.opendkim.org/" @@ -17,7 +17,7 @@ install=opendkim.install source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz opendkim.conf opendkim.service) -md5sums=('0ae9d37e3221a244eb34c3e0e2d665cc' +md5sums=('17f667d022c167c7874a993e928d4a6d' '3e2bb1058ac0662f01e675aa6ac7ee8f' '85010750a21954e2d3cf5d57fe210d3f') diff --git a/community/qcad/PKGBUILD b/community/qcad/PKGBUILD index cf17e1398..b6919a163 100644 --- a/community/qcad/PKGBUILD +++ b/community/qcad/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 96852 2013-09-06 18:23:57Z spupykin $ +# $Id: PKGBUILD 97523 2013-09-23 16:15:04Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Contributor: Giovanni Scafora <linuxmania@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=qcad -pkgver=3.2.2.2 +pkgver=3.3.1.0 pkgrel=1 pkgdesc="A 2D CAD package based upon Qt" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ makedepends=('glu') options=(libtool) source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz QCad.desktop) -md5sums=('49c05861b309c48f04ed7910b496e48c' +md5sums=('e6e469482b40515980c416e61482abc2' '35100eaedbdf6625f6e6a09b177854cd') prepare() { @@ -64,6 +64,7 @@ package() { install -Dm644 $srcdir/QCad.desktop ${pkgdir}/usr/share/applications/QCad.desktop install -dm0755 $pkgdir/usr/bin - echo -e '#!/bin/sh\ncd /usr/share/qcad\nLD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH exec ./qcad-bin' >$pkgdir/usr/bin/qcad + echo -e '#!/bin/sh\ncd /usr/share/qcad\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/usr/share/qcad" exec /usr/share/qcad/qcad-bin "$@"' >$pkgdir/usr/bin/qcad + chmod 0755 $pkgdir/usr/bin/qcad } diff --git a/community/rsyslog/PKGBUILD b/community/rsyslog/PKGBUILD index 4091d499c..f4d3b7021 100644 --- a/community/rsyslog/PKGBUILD +++ b/community/rsyslog/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 93676 2013-07-08 11:20:55Z spupykin $ +# $Id: PKGBUILD 97525 2013-09-23 16:15:36Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=rsyslog -pkgver=7.4.2 +pkgver=7.4.4 pkgrel=1 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability" url="http://www.rsyslog.com/" @@ -22,7 +22,7 @@ options=('strip' 'zipman' '!libtool') source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz" 'rsyslog.logrotate' 'rsyslog.conf') -md5sums=('52ba87ddce153625ec4e4a2e60c4ec0e' +md5sums=('ebcc010a6205c28eb505c0fe862f32c6' '0d990373f5c70ddee989296007b4df5b' 'd61dd424e660eb16401121eed20d98bc') diff --git a/community/simgear/PKGBUILD b/community/simgear/PKGBUILD index af8420930..00b0628cf 100644 --- a/community/simgear/PKGBUILD +++ b/community/simgear/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 94470 2013-07-25 12:34:11Z spupykin $ +# $Id: PKGBUILD 97539 2013-09-23 17:39:01Z 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.10.0 -pkgrel=2 +pkgver=2.12.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') @@ -17,12 +17,12 @@ 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" "osg-3.2.patch") -md5sums=('0ec974d3778f777d5c99c89db671fcc7' +md5sums=('dfc752f4759a2f795b7cdc9dad28411e' 'd7f35f02d88c6ef9c58e07b8431811e6') prepare() { cd $srcdir/simgear-$pkgver - patch -p1 <$srcdir/osg-3.2.patch +# patch -p1 <$srcdir/osg-3.2.patch } build() { diff --git a/community/spice-gtk3/PKGBUILD b/community/spice-gtk3/PKGBUILD index 803951dfc..bd7afb102 100644 --- a/community/spice-gtk3/PKGBUILD +++ b/community/spice-gtk3/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 93453 2013-07-03 13:44:50Z spupykin $ +# $Id: PKGBUILD 97529 2013-09-23 16:16:35Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Stefano Facchini <stefano.facchini@gmail.com> # Contributor: Jonathan Lestrelin <zanko@daemontux.org> @@ -6,8 +6,8 @@ # Contributor: Lucio Zara <pennega@gmail.com> pkgname=spice-gtk3 -pkgver=0.20 -pkgrel=2 +pkgver=0.21 +pkgrel=1 pkgdesc="A Gtk client and libraries for SPICE remote desktop servers (gtk3 version)." arch=('x86_64' 'i686') url="http://spice-space.org" @@ -18,6 +18,7 @@ conflicts=('spice-gtk') options=('!libtool') source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2") sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df') +sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564') build() { cd "$srcdir/spice-gtk-$pkgver" diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD index b76e30b91..febc414d7 100644 --- a/community/squid/PKGBUILD +++ b/community/squid/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 94128 2013-07-14 18:31:46Z spupykin $ +# $Id: PKGBUILD 97531 2013-09-23 16:17:02Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Mark Coolen <mark.coolen@gmail.com> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Contributor: Kevin Piche <kevin@archlinux.org> pkgname=squid -pkgver=3.3.8 +pkgver=3.3.9 pkgrel=1 pkgdesc='Full-featured Web proxy cache server' arch=('x86_64' 'i686') @@ -21,7 +21,7 @@ source=("http://www.squid-cache.org/Versions/v3/3.3/$pkgname-$pkgver.tar.bz2" 'squid.pam' 'squid.cron' 'squid.service') -md5sums=('ec1654d28e29bdd2ee342ffb655ecc72' +md5sums=('f08bffe795260cecca828331c579e0c4' '270977cdd9b47ef44c0c427ab9034777' 'a71425c4951f2e5b640d19e6a5048531' 'ceeb57c69ebb165676219222f109a24e') diff --git a/community/sysstat/PKGBUILD b/community/sysstat/PKGBUILD index 4e2d23b81..4348774e8 100644 --- a/community/sysstat/PKGBUILD +++ b/community/sysstat/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 92869 2013-06-17 10:57:15Z spupykin $ +# $Id: PKGBUILD 97533 2013-09-23 16:17:24Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Martin Devera <devik@cdi.cz> pkgname=sysstat -pkgver=10.1.6 -pkgrel=2 +pkgver=10.1.7 +pkgrel=1 pkgdesc="a collection of performance monitoring tools (iostat,isag,mpstat,pidstat,sadf,sar)" arch=('i686' 'x86_64') url="http://pagesperso-orange.fr/sebastien.godard/" @@ -18,7 +18,7 @@ backup=('etc/conf.d/sysstat' source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz sysstat.service lib64-fix.patch) -md5sums=('909135c84e36d780d501274e7450f924' +md5sums=('112c8cc92114c961709d09f6afa537bd' '12ba479c606620193e8b7c6e982d5088' '7ffa6bf990609d85367070f71b40a34b') diff --git a/community/xboard/PKGBUILD b/community/xboard/PKGBUILD index 33f49f31a..13c602417 100644 --- a/community/xboard/PKGBUILD +++ b/community/xboard/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 97081 2013-09-12 10:17:03Z spupykin $ +# $Id: PKGBUILD 97535 2013-09-23 16:17:42Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jason Chu <jason@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=xboard -pkgver=4.7.1 -pkgrel=3 +pkgver=4.7.2 +pkgrel=1 pkgdesc="Graphical user interfaces for chess" arch=('i686' 'x86_64') url="http://www.gnu.org/software/xboard/" @@ -17,7 +17,7 @@ makedepends=('gendesk') optdepends=('perl') install=${pkgname}.install source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('e42383c4594c24ebf2f9fdc5dc89e255') +md5sums=('83ec086cbf5c4bc362a188654a9332fc') build() { cd "${srcdir}" |