summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/c++-gtk-utils/PKGBUILD6
-rw-r--r--community/dspam/PKGBUILD14
-rw-r--r--community/ejabberd/PKGBUILD14
-rw-r--r--community/flightgear/PKGBUILD10
-rw-r--r--community/gendesk/PKGBUILD7
-rw-r--r--community/intel-tbb/PKGBUILD8
-rw-r--r--community/libcss/PKGBUILD6
-rw-r--r--community/libextractor/PKGBUILD20
-rw-r--r--community/libnetfilter_conntrack/PKGBUILD8
-rw-r--r--community/linphone/PKGBUILD6
-rw-r--r--community/linux-tools/PKGBUILD49
-rw-r--r--community/monit/PKGBUILD6
-rw-r--r--community/monit/monit.changelog3
-rw-r--r--community/netsurf/PKGBUILD26
-rw-r--r--community/plib/PKGBUILD4
-rw-r--r--community/qlandkartegt/PKGBUILD6
-rw-r--r--community/qlandkartegt/qlandkartegt.changelog3
-rw-r--r--community/sakura/PKGBUILD6
-rw-r--r--community/simgear/PKGBUILD4
-rw-r--r--community/swftools/PKGBUILD18
-rw-r--r--community/swftools/swftools-0.9.2.patch11
-rw-r--r--community/swftools/swftools.changelog7
-rw-r--r--community/viking/PKGBUILD9
-rw-r--r--community/wt/PKGBUILD6
24 files changed, 154 insertions, 103 deletions
diff --git a/community/c++-gtk-utils/PKGBUILD b/community/c++-gtk-utils/PKGBUILD
index d72b7df7b..e4b2d706b 100644
--- a/community/c++-gtk-utils/PKGBUILD
+++ b/community/c++-gtk-utils/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 69584 2012-04-19 09:02:57Z giovanni $
+# $Id: PKGBUILD 70950 2012-05-20 14:02:23Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
pkgname=c++-gtk-utils
-pkgver=2.0.7
+pkgver=2.0.8
pkgrel=1
pkgdesc="Classes and functions for programming in GTK+"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('LGPL2.1')
depends=('gtk3')
options=('!libtool')
source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('aea6396d780d053e798caed5c6a95cac')
+md5sums=('7e2a3c37ed7d2a5f2c2a9bd891fc50d1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/dspam/PKGBUILD b/community/dspam/PKGBUILD
index 7336ea836..ba94e2f3c 100644
--- a/community/dspam/PKGBUILD
+++ b/community/dspam/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 61608 2012-01-04 21:18:01Z spupykin $
+# $Id: PKGBUILD 70948 2012-05-20 12:51:03Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=dspam
-pkgver=3.10.1
-pkgrel=2
+pkgver=3.10.2
+pkgrel=1
pkgdesc="A scalable, open-source statistical anti-spam filter"
arch=('i686' 'x86_64' 'mips64el')
url="http://dspam.nuclearelephant.com/"
@@ -13,22 +13,22 @@ backup=('etc/dspam/dspam.conf'
'srv/http/dspam/cgi-bin/subadmins')
license=("GPL")
depends=(readline libcap ncurses zlib openssl)
-makedepends=('libmysqlclient' 'postgresql-libs' 'db' 'sqlite3')
+makedepends=('libmysqlclient' 'postgresql-libs' 'db' 'sqlite')
optdepends=('libmysqlclient: MySQL support'
'postgresql-libs: PostgreSQL support'
'db: BerkeleyDB support'
- 'sqlite3: SQLite support')
+ 'sqlite: SQLite support')
options=('zipman' 'docs' '!libtool')
install=$pkgname.install
source=(http://downloads.sourceforge.net/project/dspam/dspam/dspam-$pkgver/dspam-$pkgver.tar.gz
dspam.logrotated
dspam)
-md5sums=('b8b57f7f4ce31de86fa13a656d3bf936'
+md5sums=('0e0e405d3284485b2a43f47eaf6b09bb'
'2163ca41de383f09f4d754e2d35cb158'
'bb2300eff5b2a6eb987750c71a2c2169')
build() {
- OPTS="--enable-delivery-to-stdout --with-dspam-owner=dspam --with-dspam-group=dspam --enable-daemon --enable-virtual-users \
+ OPTS="--with-dspam-owner=dspam --with-dspam-group=dspam --enable-daemon --enable-virtual-users \
--with-mysql-includes=/usr/include/mysql --with-mysql-libraries=/usr/lib \
--with-storage-driver="mysql_drv,libdb4_drv,pgsql_drv,sqlite3_drv,hash_drv" --with-dspam-home=/var/lib/dspam \
--with-logdir=/var/log/dspam --enable-preferences-extension --enable-large-scale"
diff --git a/community/ejabberd/PKGBUILD b/community/ejabberd/PKGBUILD
index 9e1547975..5c4fe144f 100644
--- a/community/ejabberd/PKGBUILD
+++ b/community/ejabberd/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 69776 2012-04-23 09:18:21Z ibiru $
+# $Id: PKGBUILD 70983 2012-05-21 13:12:40Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jeff 'codemac' Mickey <jeff@archlinux.org>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=ejabberd
-pkgver=2.1.10
-pkgrel=4
+pkgver=2.1.11
+pkgrel=1
pkgdesc="Jabber server written in Erlang"
arch=('x86_64' 'i686' 'mips64el')
url="http://www.ejabberd.im/"
@@ -13,12 +13,18 @@ license=("GPL")
depends=('expat' 'openssl' 'zlib' 'erlang' 'pam' 'iproute2')
backup=(etc/ejabberd/ejabberd.cfg etc/logrotate.d/ejabberd)
install=$pkgname.install
-source=("http://www.process-one.net/downloads/ejabberd/${pkgver/_/-}/ejabberd-${pkgver}.tar.gz"
+source=("http://www.process-one.net/downloads/ejabberd/${pkgver/_/-}/ejabberd-${pkgver}.tgz"
"$pkgname.logrotate"
"$pkgname")
sha256sums=('9dc2e5889e919a7d51f2b95b83da835116631db81550a115c02e71909ad932be'
'31780cac78736d285e46f445f8c8463a70f2aeb2683280c259129db11832ddd2'
'93f8f9a8751b9e982b332f74e71f766c3c9c4818876991cadef08fe140b83ca6')
+sha256sums=('bb5560a8cc77c46238a67bd6e8fd116c960be7f4c135346cda96da548d20ef6e'
+ '31780cac78736d285e46f445f8c8463a70f2aeb2683280c259129db11832ddd2'
+ '93f8f9a8751b9e982b332f74e71f766c3c9c4818876991cadef08fe140b83ca6')
+sha256sums=('91d5c10e64f9faa60c345c68304746f493d71f82723302955d40d6619e3d87de'
+ '31780cac78736d285e46f445f8c8463a70f2aeb2683280c259129db11832ddd2'
+ '93f8f9a8751b9e982b332f74e71f766c3c9c4818876991cadef08fe140b83ca6')
build() {
cd "$srcdir/$pkgname-$pkgver/src"
diff --git a/community/flightgear/PKGBUILD b/community/flightgear/PKGBUILD
index b1fb51b41..cf9f8434c 100644
--- a/community/flightgear/PKGBUILD
+++ b/community/flightgear/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 65321 2012-02-21 01:33:57Z spupykin $
+# $Id: PKGBUILD 70923 2012-05-19 18:42:10Z 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.6.0
-pkgrel=3
+pkgrel=4
pkgdesc="An open-source, multi-platform flight simulator"
arch=(i686 x86_64)
depends=('simgear' 'libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion')
@@ -20,7 +20,11 @@ md5sums=('943f784f55c7e11ddce6082d2d1dbba4')
build() {
cd $srcdir/flightgear-$pkgver
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
+ sed -i '1,1i#include <unistd.h>' utils/TerraSync/terrasync.cxx
+ cmake \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
make
sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' package/flightgear.desktop
}
diff --git a/community/gendesk/PKGBUILD b/community/gendesk/PKGBUILD
index 4ee0ba194..1559f9465 100644
--- a/community/gendesk/PKGBUILD
+++ b/community/gendesk/PKGBUILD
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD 68693 2012-03-31 21:00:41Z arodseth $
+# $Id: PKGBUILD 71021 2012-05-21 22:04:13Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+
# Thanks to Moonprincessluna at DeviantArt for the default icon:
# http://mylittlepixel.deviantart.com/gallery/35405924#/d4pt23a
pkgname=gendesk
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=1
pkgdesc="Utility to generate .desktop files and download icons"
arch=('x86_64' 'i686')
@@ -15,7 +16,7 @@ makedepends=('go>=2:1-2')
conflicts=('go-hg')
source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.gz"
"http://roboticoverlords.org/images/default.png")
-sha256sums=('09961d689f78b766dbdb6faaa78712589a384e6fb1ff6bf77def3a6319e4ec6a'
+sha256sums=('10b2a294f5d57fcc2fd8612ca9cba7f0f82af03b1bd38d93a3ef757689d20a8a'
'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
build() {
diff --git a/community/intel-tbb/PKGBUILD b/community/intel-tbb/PKGBUILD
index 0c9f0a9d5..f45e81d84 100644
--- a/community/intel-tbb/PKGBUILD
+++ b/community/intel-tbb/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 67699 2012-03-14 01:27:34Z stephane $
+# $Id: PKGBUILD 70971 2012-05-21 01:19:45Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Denis Martinez <deuns.martinez AT gmail.com>
pkgname=intel-tbb
-pkgver=4.0_20120201
+pkgver=4.0_20120408
pkgrel=1
pkgdesc='High level abstract threading library'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.threadingbuildingblocks.org/'
license=('GPL')
depends=('gcc-libs')
-source=("http://threadingbuildingblocks.org/uploads/77/182/4.0%20update%203/tbb40_20120201oss_src.tgz")
-md5sums=('4669e7d4adee018de7a7b8b972987218')
+source=("http://threadingbuildingblocks.org/uploads/77/185/4.0%20update%204/tbb40_20120408oss_src.tgz")
+sha1sums=('04390147d40b86ae6291a9971a9c8afd327db718')
build() {
cd "${srcdir}"/tbb${pkgver/\./}oss
diff --git a/community/libcss/PKGBUILD b/community/libcss/PKGBUILD
index 30f881397..40a7ccae7 100644
--- a/community/libcss/PKGBUILD
+++ b/community/libcss/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 70909 2012-05-18 23:49:56Z arodseth $
+# $Id: PKGBUILD 70921 2012-05-19 18:26:38Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=libcss
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="CSS parser and selection engine"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.netsurf-browser.org/projects/libcss/"
license=('MIT')
-depends=('libparserutils' 'libwapcaplet')
+depends=('libparserutils>=0.1.1' 'libwapcaplet>=0.1.1')
source=("http://www.netsurf-browser.org/projects/releases/libcss-$pkgver-src.tar.gz")
sha256sums=('92c112a059bc5ae490392439401005b47ca5c270f891f6317b64aac738ae1f5e')
diff --git a/community/libextractor/PKGBUILD b/community/libextractor/PKGBUILD
index 7ba026db1..cbd752233 100644
--- a/community/libextractor/PKGBUILD
+++ b/community/libextractor/PKGBUILD
@@ -1,20 +1,24 @@
-# $Id: PKGBUILD 70175 2012-05-01 11:45:11Z andrea $
+# $Id: PKGBUILD 70977 2012-05-21 07:59:49Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s@gmail.com>
# Contributor: damir <damir@archlinux.org>
pkgname=libextractor
pkgver=0.6.3
-pkgrel=1
+pkgrel=3
pkgdesc="A library used to extract meta-data from files of arbitrary type"
arch=("i686" "x86_64" 'mips64el')
license=('GPL')
url="http://gnunet.org/libextractor/"
-depends=('libvorbis' 'libltdl' 'gtk2' 'libgsf' 'libmpeg2')
-makedepends=('flac' 'poppler' 'exiv2' 'qt')
-optdepends=('flac'
- 'poppler'
- 'exiv2'
- 'qt')
+depends=('libltdl')
+makedepends=('flac' 'poppler' 'exiv2' 'qt' 'libvorbis' 'gtk2' 'libgsf' 'libmpeg2')
+optdepends=('flac: flac support'
+ 'poppler: pdf support'
+ 'exiv2: metadata support'
+ 'qt: the Qt GUI interface/thumbnails'
+ 'gtk2: gtk2 GUI interface/thumbnails'
+ 'libgsf: (optional) for ODF support'
+ 'libmpeg2: mpeg support'
+ 'libvorbis: ogg/vorbis support')
options=('!libtool' '!makeflags')
install=libextractor.install
source=("http://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
diff --git a/community/libnetfilter_conntrack/PKGBUILD b/community/libnetfilter_conntrack/PKGBUILD
index c8cbf59fa..0efd23631 100644
--- a/community/libnetfilter_conntrack/PKGBUILD
+++ b/community/libnetfilter_conntrack/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 66200 2012-02-23 03:12:17Z spupykin $
+# $Id: PKGBUILD 70936 2012-05-20 08:39:06Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Alessandro Sagratini <ale_sagra@hotmail.com>
# Contributor: Kevin Edmonds <edmondskevin@hotmail.com>
pkgname=libnetfilter_conntrack
-pkgver=0.9.1
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
pkgdesc="userspace library providing a programming interface (API) to the in-kernel connection tracking state table"
arch=('i686' 'x86_64' 'mips64el')
depends=(libnfnetlink)
@@ -14,7 +14,7 @@ url="http://www.netfilter.org/projects/libnetfilter_conntrack/index.html"
license=("GPL")
options=('!libtool')
source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('b7506cbb7580433859809d8eac53a199')
+md5sums=('2d17d9da1404728d61a29b4a8338ad0c')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/linphone/PKGBUILD b/community/linphone/PKGBUILD
index ec9f3c8e1..08e4187de 100644
--- a/community/linphone/PKGBUILD
+++ b/community/linphone/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 70717 2012-05-15 11:51:12Z spupykin $
+# $Id: PKGBUILD 70981 2012-05-21 11:17:27Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Darwin Bautista <djclue917@gmail.com>
pkgname=linphone
pkgver=3.5.2
-pkgrel=2
+pkgrel=4
pkgdesc="A Voice-over-IP phone"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.linphone.org/index.php/eng"
license=('GPL')
depends=('alsa-lib' 'ffmpeg' 'gtk2' 'libexosip2' 'speex' 'libv4l' 'libglade' 'v4l-utils'
- 'libpulse' 'libxv' 'mediastreamer' 'ortp' 'libzrtpcpp')
+ 'libpulse' 'libxv' 'mediastreamer' 'ortp' 'libzrtpcpp' 'bcg729')
makedepends=('pkgconfig' 'perlxml' 'intltool' 'sgmltools-lite')
optdepends=('pulseaudio')
options=('!libtool' '!emptydirs')
diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD
index 83e3dfd58..a0e3427da 100644
--- a/community/linux-tools/PKGBUILD
+++ b/community/linux-tools/PKGBUILD
@@ -1,12 +1,10 @@
-# $Id: PKGBUILD 70002 2012-04-28 01:09:18Z seblu $
+# $Id: PKGBUILD 71019 2012-05-21 21:06:32Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
pkgbase=linux-tools
pkgname=('perf' 'cpupower')
-pkgver=3.3
-kernver=${pkgver}.4
-[[ ${kernver##*rc} != $kernver ]] && testing='testing'
-pkgrel=4
+pkgver=3.4
+pkgrel=1
license=('GPL2')
arch=('i686' 'x86_64')
url='http://www.kernel.org'
@@ -14,25 +12,38 @@ options=('!strip')
makedepends=('asciidoc' 'xmlto')
# split packages need all package dependencies set manually in makedepends
makedepends+=('python2' 'libnewt' 'elfutils' 'pciutils')
-source=("http://ftp.kernel.org/pub/linux/kernel/v3.0/$testing/linux-$kernver.tar.xz"
+source=("http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz"
+# "http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.4.xz"
'cpupower.rc'
'cpupower.conf'
'cpupower.service')
-md5sums=('1cf9bbadf579734c57ed2e2081895692'
+md5sums=('967f72983655e2479f951195953e8480'
'73dbc931e86b3b73d6e2338dcbee81a4'
'857ccdd0598511e3bf4b63522754dc48'
'20870541e88109d2f153be3c58a277f1')
build() {
+ # apply stable patching set
+ if [[ -e "$srcdir"/patch-* ]]; then
+ msg2 'Applying stable patch set'
+ patch -N -p1 -i "$srcdir"/patch-*
+ fi
+
msg2 'Build perf'
- cd linux-$kernver/tools/perf
- make PYTHON=python2 DESTDIR="${pkgdir}/usr" perfexecdir="lib/$pkgname" \
- PERF_VERSION=$pkgver-$pkgrel all man
+ pushd linux-$pkgver/tools/perf
+ make \
+ DESTDIR="$pkgdir/usr" \
+ perfexecdir="lib/$pkgname" \
+ PYTHON=python2 \
+ NO_GTK2=1 \
+ PERF_VERSION=$pkgver-$pkgrel \
+ all man
+ popd
msg2 'Build cpupower'
+ cd linux-$pkgver/tools/power/cpupower
# we cannot use --as-needed
LDFLAGS=${LDFLAGS:+"$LDFLAGS,--no-as-needed"}
- cd "$srcdir/linux-$kernver/tools/power/cpupower"
make VERSION=$pkgver-$pkgrel
}
@@ -40,9 +51,14 @@ package_perf() {
pkgdesc='Linux kernel performance auditing tool'
depends=('python2' 'libnewt' 'elfutils')
- cd linux-${kernver}/tools/perf
- make PYTHON=python2 DESTDIR="${pkgdir}/usr" perfexecdir="lib/$pkgname" \
- PERF_VERSION=$pkgver install install-man
+ cd linux-$pkgver/tools/perf
+ make \
+ DESTDIR="$pkgdir/usr" \
+ perfexecdir="lib/$pkgname" \
+ PYTHON=python2 \
+ NO_GTK2=1 \
+ PERF_VERSION=$pkgver-$pkgrel \
+ install install-man
}
package_cpupower() {
@@ -51,18 +67,17 @@ package_cpupower() {
depends=('pciutils')
conflicts=('cpufrequtils')
- cd linux-$kernver/tools/power/cpupower
+ pushd linux-$pkgver/tools/power/cpupower
make \
DESTDIR="$pkgdir" \
mandir='/usr/share/man' \
docdir='/usr/share/doc/cpupower' \
install install-man
+ popd
# install rc.d script
- cd "$srcdir"
install -D -m 755 cpupower.rc "$pkgdir/etc/rc.d/cpupower"
install -D -m 644 cpupower.conf "$pkgdir/etc/conf.d/cpupower"
install -D -m 644 cpupower.service "$pkgdir/usr/lib/systemd/system/cpupower.service"
-
}
# vim:set ts=2 sw=2 ft=sh et:
diff --git a/community/monit/PKGBUILD b/community/monit/PKGBUILD
index 65f363c77..5f56584cd 100644
--- a/community/monit/PKGBUILD
+++ b/community/monit/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 68168 2012-03-18 20:38:00Z jlichtblau $
+# $Id: PKGBUILD 70938 2012-05-20 10:06:55Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org>
# Contributor: Marco Bartholomew <marco@marcobartholomew.com>
pkgname=monit
-pkgver=5.3.2
+pkgver=5.4
pkgrel=1
pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system"
arch=('i686' 'x86_64' 'mips64el')
@@ -15,7 +15,7 @@ backup=('etc/monitrc')
changelog=$pkgname.changelog
source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz \
monitd)
-sha256sums=('406a06ac912525c8e76066d07235c848466b331532b2b3de931b61fe455ae915'
+sha256sums=('805c6545de2dd7f3d9e6e0c68018b2aadd5fc98b243c8868178f247a60906038'
'b235b2fdeec49015d6b74f028d161b289663692f9ee2d2d78cf52d8db87ca496')
build() {
diff --git a/community/monit/monit.changelog b/community/monit/monit.changelog
index 004314b6d..f0472719c 100644
--- a/community/monit/monit.changelog
+++ b/community/monit/monit.changelog
@@ -1,3 +1,6 @@
+2012-05-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * monit 5.4-1
+
2012-03-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* monit 5.3.2-1
diff --git a/community/netsurf/PKGBUILD b/community/netsurf/PKGBUILD
index 8a17408ae..4443c5d8d 100644
--- a/community/netsurf/PKGBUILD
+++ b/community/netsurf/PKGBUILD
@@ -1,33 +1,35 @@
-# $Id: PKGBUILD 65206 2012-02-20 11:09:55Z arodseth $
+# $Id: PKGBUILD 71025 2012-05-21 22:37:32Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
# Contributor: Georgij Kondratjev <smpuj@bk.ru>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=netsurf
-pkgver=2.8
-pkgrel=4
+pkgver=2.9
+pkgrel=2
pkgdesc="Lightweight and fast web browser"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.netsurf-browser.org/"
license=('GPL')
-depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'hubbub' 'libcss' 'hubbub' 'libwebp')
-makedepends=('re2c' 'lcms')
+depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'libcss>=0.1.2' 'hubbub>=0.1.2' 'libwebp')
+makedepends=('re2c' 'lcms' 'gendesk>=0.4.2')
provides=('netsurf')
conflicts=('netsurf')
install=netsurf.install
source=("netsurf.png::http://ubuntu.allmyapps.com/data/n/e/netsurf-netsurf-web-browser/icon_48x48_netsurf.png"
- "http://www.netsurf-browser.org/downloads/releases/$pkgname-$pkgver-src.tar.gz"
- "$pkgname.desktop")
+ "http://www.netsurf-browser.org/downloads/releases/$pkgname-$pkgver-src.tar.gz")
sha256sums=('f0dbcc5d80bf03d706aa8b28a322aa7f169a40813848c2d1505691f6e2c7ef00'
- '09f3aa38f26248a410481aaf125811d6af4c8535725bec950e75af37ccd0aad2'
- '5adf656bcd8d247ceb2808d8079cdc59155b8e4cf8569e050bb2730ad9783347')
+ 'f74767161fd7f3186e483b438a183f2ea3cae160020ad5dd63c75a4d78f5c797')
+_exec=('netsurf %U')
+_genericname=('Web Browser')
+_comment=('Lightweight web browser')
+_mimetype=('text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo')
build() {
- cd "$srcdir/$pkgname"
+ cd "$srcdir"
- sed 's:libpng:libpng15:' -i gtk/Makefile.target
- sed 's:libpng:libpng15:' -i monkey/Makefile.target
+ gendesk
+ cd "$pkgname"
make PREFIX=/usr TARGET=gtk NETSURF_USE_WEBP=YES
}
diff --git a/community/plib/PKGBUILD b/community/plib/PKGBUILD
index 4cea1e6b0..294df226d 100644
--- a/community/plib/PKGBUILD
+++ b/community/plib/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 65697 2012-02-22 08:25:07Z lcarlier $
+# $Id: PKGBUILD 70925 2012-05-19 18:43:17Z spupykin $
# Maintainer: Eric Belanger <eric@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=plib
pkgver=1.8.5
-pkgrel=3
+pkgrel=4
pkgdesc="Set of libraries to write games and other realtime interactive applications"
arch=('i686' 'x86_64' 'mips64el')
url="http://plib.sourceforge.net/"
diff --git a/community/qlandkartegt/PKGBUILD b/community/qlandkartegt/PKGBUILD
index c5d402b99..57199b676 100644
--- a/community/qlandkartegt/PKGBUILD
+++ b/community/qlandkartegt/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 67301 2012-03-07 23:39:56Z jlichtblau $
+# $Id: PKGBUILD 70968 2012-05-20 21:22:58Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Matthias Maennich <arch@maennich.net>
# Contributor: <boenki@gmx.de>
pkgname=qlandkartegt
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="Use your GPS with Linux"
arch=('i686' 'x86_64' 'mips64el')
@@ -18,7 +18,7 @@ install=$pkgname.install
changelog=$pkgname.changelog
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
$pkgname-mimetypes.xml)
-sha256sums=('7ad2890d0e8192ffca4ae3d6973c885f1cb1f3391c133792e8a3359986f91289'
+sha256sums=('c720dbe484f5cc164cdacfbf70fcb37832de5f0b416cd482147e710b57570e68'
'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
build() {
diff --git a/community/qlandkartegt/qlandkartegt.changelog b/community/qlandkartegt/qlandkartegt.changelog
index 43dea3dcb..367591af7 100644
--- a/community/qlandkartegt/qlandkartegt.changelog
+++ b/community/qlandkartegt/qlandkartegt.changelog
@@ -1,3 +1,6 @@
+2012-05-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * qlandkartegt 1.4.1-1
+
2012-03-08 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* qlandkartegt 1.4.0-1
diff --git a/community/sakura/PKGBUILD b/community/sakura/PKGBUILD
index 54afb187e..063a72c49 100644
--- a/community/sakura/PKGBUILD
+++ b/community/sakura/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 68725 2012-04-01 09:02:38Z rvanharen $
+# $Id: PKGBUILD 71005 2012-05-21 18:31:37Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Dmitry N. Shilov <stormblast@land.ru>
pkgname=sakura
-pkgver=3.0.3
+pkgver=3.0.4
pkgrel=1
pkgdesc="A terminal emulator based on GTK and VTE"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,7 +13,7 @@ depends=('vte3' 'libxft' 'desktop-file-utils')
makedepends=('cmake')
source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2")
install=sakura.install
-sha1sums=('e060131fd5aaf35be501bdc2a5cc29d4cffa9717')
+sha1sums=('e4d3a7fce9600cbdec9fda1e6fd20f38ebb4655e')
build() {
cd $srcdir/${pkgname}-${pkgver}
diff --git a/community/simgear/PKGBUILD b/community/simgear/PKGBUILD
index c9f376a5a..ae67781d2 100644
--- a/community/simgear/PKGBUILD
+++ b/community/simgear/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 65170 2012-02-20 07:11:09Z spupykin $
+# $Id: PKGBUILD 70927 2012-05-19 18:44:03Z 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.6.0
-pkgrel=1
+pkgrel=2
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')
diff --git a/community/swftools/PKGBUILD b/community/swftools/PKGBUILD
index eefd7d58e..eef2325c0 100644
--- a/community/swftools/PKGBUILD
+++ b/community/swftools/PKGBUILD
@@ -1,19 +1,21 @@
-# $Id: PKGBUILD 67692 2012-03-14 00:02:45Z giovanni $
+# $Id: PKGBUILD 70956 2012-05-20 17:24:25Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
pkgname=swftools
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
pkgdesc="A collection of SWF manipulation and creation utilities"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.swftools.org/"
license=('GPL')
depends=('avifile' 'giflib' 'freeglut' 'lame' 't1lib' 'libjpeg' 'fontconfig')
-makedepends=('bison' 'flex' 'zlib')
+makedepends=('bison' 'flex' 'zlib' 'patch')
changelog=$pkgname.changelog
-source=(http://www.swftools.org/$pkgname-$pkgver.tar.gz)
-md5sums=('72dc4a7bf5cdf98c28f9cf9b1d8f5d7a')
+source=(http://www.swftools.org/$pkgname-$pkgver.tar.gz
+ $pkgname-$pkgver.patch)
+sha256sums=('bf6891bfc6bf535a1a99a485478f7896ebacbe3bbf545ba551298080a26f01f1'
+ '80f69c86ed06b315f576a733fd1e24145b88aef9934085f3790179a119b7923d')
build() {
cd ${srcdir}/$pkgname-$pkgver
@@ -25,8 +27,10 @@ build() {
package() {
cd ${srcdir}/$pkgname-$pkgver
- make prefix=${pkgdir}/usr install
+ patch -Np0 -i ${srcdir}/$pkgname-$pkgver.patch
+ make prefix=${pkgdir}/usr install
+
cd ${pkgdir}/usr/share/$pkgname/swfs
rm -f default_loader.swf default_viewer.swf
ln -s tessel_loader.swf default_loader.swf
diff --git a/community/swftools/swftools-0.9.2.patch b/community/swftools/swftools-0.9.2.patch
new file mode 100644
index 000000000..2ffcd4115
--- /dev/null
+++ b/community/swftools/swftools-0.9.2.patch
@@ -0,0 +1,11 @@
+--- swfs/Makefile.orig 2012-05-20 18:39:44.000000000 +0200
++++ swfs/Makefile 2012-05-20 19:17:45.246528998 +0200
+@@ -44,4 +44,4 @@
+- rm -f $(pkgdatadir)/swfs/default_viewer.swf -o -L $(pkgdatadir)/swfs/default_viewer.swf
+- $(LN_S) $(pkgdatadir)/swfs/simple_viewer.swf $(pkgdatadir)/swfs/default_viewer.swf
+- rm -f $(pkgdatadir)/swfs/default_loader.swf -o -L $(pkgdatadir)/swfs/default_loader.swf
+- $(LN_S) $(pkgdatadir)/swfs/tessel_loader.swf $(pkgdatadir)/swfs/default_loader.swf
++# rm -f $(pkgdatadir)/swfs/default_viewer.swf -o -L $(pkgdatadir)/swfs/default_viewer.swf
++# $(LN_S) $(pkgdatadir)/swfs/simple_viewer.swf $(pkgdatadir)/swfs/default_viewer.swf
++# rm -f $(pkgdatadir)/swfs/default_loader.swf -o -L $(pkgdatadir)/swfs/default_loader.swf
++# $(LN_S) $(pkgdatadir)/swfs/tessel_loader.swf $(pkgdatadir)/swfs/default_loader.swf
diff --git a/community/swftools/swftools.changelog b/community/swftools/swftools.changelog
index 71adfbca5..71fe73ae5 100644
--- a/community/swftools/swftools.changelog
+++ b/community/swftools/swftools.changelog
@@ -1,9 +1,8 @@
-2010-08-29 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+2012-05-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * swftools 0.9.2-1
+2010-08-29 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* swftools 0.9.1-1
- * new upstream release
2009-05-07 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-
* swftools 0.9.0-1
- * new upstream release
diff --git a/community/viking/PKGBUILD b/community/viking/PKGBUILD
index e09285b19..9199268df 100644
--- a/community/viking/PKGBUILD
+++ b/community/viking/PKGBUILD
@@ -1,18 +1,17 @@
-# $Id: PKGBUILD 70383 2012-05-05 13:23:37Z jlichtblau $
+# $Id: PKGBUILD 70959 2012-05-20 19:00:08Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Nick Østergaard <oe.nick@gmail.com>
# Contributor: Jonny Gerold <jonny@fsk141.com>
pkgname=viking
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="GTK+2 application to manage GPS data"
arch=('i686' 'x86_64' 'mips64el')
url="http://viking.sourceforge.net/"
license=('GPL2')
-depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libexif')
+depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libexif' 'gpsbabel')
makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('gpsbabel: for GPS management')
options=('!emptydirs')
install=$pkgname.install
changelog=$pkgname.changelog
@@ -22,7 +21,7 @@ sha256sums=('54dc43b0136722118b8402d51ac8d78180ad59cc37e37ddf3fb6a7ee6bf04fdf')
build() {
cd ${srcdir}/$pkgname-$pkgver
- ./configure --prefix=/usr --disable-realtime-gps-tracking --enable-geocaches --enable-expedia
+ ./configure --prefix=/usr --enable-geocaches --enable-expedia
make
}
diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD
index 9cf9d73f1..b20993bde 100644
--- a/community/wt/PKGBUILD
+++ b/community/wt/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 69182 2012-04-10 00:30:18Z spupykin $
+# $Id: PKGBUILD 70952 2012-05-20 14:22:35Z svenstaro $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Denis Martinez <deuns.martinez@gmail.com>
pkgname=wt
pkgver=3.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="a C++ library and application server for developing and deploying web applications"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.webtoolkit.eu/"
@@ -33,7 +33,7 @@ build() {
cmake -DCONNECTOR_HTTP=ON -DCMAKE_INSTALL_PREFIX=/usr \
-DWEBUSER=http -DWEBGROUP=http -DRUNDIR=/var/run/wt -DDEPLOYROOT=/var/www/wt \
-DUSE_SYSTEM_SQLITE3=ON -DCMAKE_EXE_LINKER_FLAGS="-lboost_random" \
- -DDESTDIR=${pkgdir} -DWT_CMAKE_FINDER_INSTALL_DIR="share/cmake-2.8/Modules" ..
+ -DWT_CMAKE_FINDER_INSTALL_DIR="share/cmake-2.8/Modules" ..
make
}