summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/collectd/PKGBUILD14
-rw-r--r--community/dspam/PKGBUILD8
-rw-r--r--community/freeradius/PKGBUILD6
-rw-r--r--community/fssos-nsvs/PKGBUILD6
-rw-r--r--community/gammu/PKGBUILD11
-rw-r--r--community/gdal/PKGBUILD33
-rw-r--r--community/glom/PKGBUILD4
-rw-r--r--community/go/PKGBUILD12
-rw-r--r--community/gsql/PKGBUILD8
-rw-r--r--community/gtranslator/PKGBUILD4
-rw-r--r--community/jad/PKGBUILD31
-rw-r--r--community/krecipes/PKGBUILD6
-rw-r--r--community/libdbi-drivers/PKGBUILD8
-rw-r--r--community/libgdamm/PKGBUILD4
-rw-r--r--community/libzdb/PKGBUILD6
-rw-r--r--community/luasql/PKGBUILD8
-rw-r--r--community/murmur/PKGBUILD4
-rw-r--r--community/murmur/murmur.install4
-rw-r--r--community/myodbc/PKGBUILD8
-rw-r--r--community/mysql++/PKGBUILD6
-rw-r--r--community/mythtv/PKGBUILD6
-rw-r--r--community/ndisc6/PKGBUILD6
-rw-r--r--community/ndisc6/ndisc6.install2
-rw-r--r--community/opendkim/PKGBUILD6
-rw-r--r--community/opensips/PKGBUILD20
-rw-r--r--community/opensips/opensips.service2
-rw-r--r--community/pam_mysql/PKGBUILD6
-rw-r--r--community/pdns/PKGBUILD6
-rw-r--r--community/percona-server/PKGBUILD6
-rw-r--r--community/proftpd/PKGBUILD6
-rw-r--r--community/python-pymongo/PKGBUILD21
-rw-r--r--community/qlandkartegt/PKGBUILD6
-rw-r--r--community/rsyslog/PKGBUILD15
-rw-r--r--community/rsyslog/rsyslog.conf44
-rw-r--r--community/ruby-cairo/PKGBUILD4
-rw-r--r--community/rxvt-unicode/PKGBUILD6
-rw-r--r--community/stardict/PKGBUILD6
-rw-r--r--community/tea/PKGBUILD8
-rw-r--r--community/ulogd/PKGBUILD12
-rw-r--r--community/vtk/PKGBUILD6
-rw-r--r--community/xbmc/PKGBUILD6
41 files changed, 244 insertions, 147 deletions
diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD
index a5d28a5ca..3f8ac903d 100644
--- a/community/collectd/PKGBUILD
+++ b/community/collectd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 82585 2013-01-21 05:37:10Z bisson $
+# $Id: PKGBUILD 86998 2013-03-25 19:16:35Z bpiotrowski $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Gerhard Brauer <gerhard.brauer@web.de>
pkgname=collectd
-pkgver=5.2.0
-pkgrel=2
+pkgver=5.2.1
+pkgrel=1
pkgdesc='Daemon which collects system performance statistics periodically'
url='http://collectd.org/'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
'libesmtp: notify_email plugin'
'libgcrypt: encryption and authentication for network plugin'
'libmemcached: memcachec plugin'
- 'libmysqlclient: mysql plugin'
+ 'libmariadbclient: mysql plugin'
'iproute2: netlink plugin'
'net-snmp: snmp plugin'
'libnotify: notify_desktop plugin'
@@ -32,7 +32,7 @@ optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
'yajl: curl_json plugin')
makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
- 'libmysqlclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping'
+ 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping'
'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors'
'libvirt' 'libxml2' 'xmms' 'yajl')
@@ -42,7 +42,7 @@ source=("${url}files/${pkgname}-${pkgver}.tar.gz"
'libperl.patch'
'service'
'rc.d')
-sha1sums=('b56832913cbdc06ee370f89a57ed3c25ed16a88b'
+sha1sums=('2c51c21d339c221bd9f94b1ee2b44b1e388d6b39'
'245c098d121a4a05594553583310953b3a2f6461'
'b56907f532b9174e1b6995aadb518228d7464d3b'
'0f441718d5519cb043b1130e5a1d0379078adbcc')
@@ -76,5 +76,5 @@ package() {
install -Dm755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}"
install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/collectd.service
install -Dm644 contrib/collectd2html.pl "${pkgdir}"/usr/share/collectd/collectd2html.pl
- mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man # perl man magick ignores datarootdir
+ mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man # perl man magic ignores datarootdir
}
diff --git a/community/dspam/PKGBUILD b/community/dspam/PKGBUILD
index 8e5bd8bf8..daf1572a0 100644
--- a/community/dspam/PKGBUILD
+++ b/community/dspam/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 85298 2013-02-28 15:36:02Z spupykin $
+# $Id: PKGBUILD 86999 2013-03-25 19:16:37Z bpiotrowski $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=dspam
pkgver=3.10.2
-pkgrel=3
+pkgrel=4
pkgdesc="A scalable, open-source statistical anti-spam filter"
arch=('i686' 'x86_64')
url="http://dspam.nuclearelephant.com/"
@@ -13,8 +13,8 @@ backup=('etc/dspam/dspam.conf'
'srv/http/dspam/cgi-bin/subadmins')
license=("GPL")
depends=(readline libcap ncurses zlib openssl)
-makedepends=('libmysqlclient' 'postgresql-libs' 'db' 'sqlite' 'libldap')
-optdepends=('libmysqlclient: MySQL support'
+makedepends=('libmariadbclient' 'postgresql-libs' 'db' 'sqlite' 'libldap')
+optdepends=('libmariadbclient: MariaDB support'
'postgresql-libs: PostgreSQL support'
'db: BerkeleyDB support'
'sqlite: SQLite support'
diff --git a/community/freeradius/PKGBUILD b/community/freeradius/PKGBUILD
index 836892a3b..46372974a 100644
--- a/community/freeradius/PKGBUILD
+++ b/community/freeradius/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 84836 2013-02-25 10:38:11Z spupykin $
+# $Id: PKGBUILD 87000 2013-03-25 19:16:38Z bpiotrowski $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jason R Begley (jayray@digitalgoat.com>
pkgname=freeradius
pkgver=2.2.0
-pkgrel=4
+pkgrel=5
pkgdesc="The premier open source RADIUS server"
arch=('i686' 'x86_64')
url="http://www.freeradius.org/"
license=('GPL')
-depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmysqlclient')
+depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient')
makedepends=('libpcap' 'unixodbc' 'python2')
optdepends=('libpcap' 'unixodbc' 'python2')
options=('!libtool' '!makeflags')
diff --git a/community/fssos-nsvs/PKGBUILD b/community/fssos-nsvs/PKGBUILD
index c9b4a13e2..5a8d6fb89 100644
--- a/community/fssos-nsvs/PKGBUILD
+++ b/community/fssos-nsvs/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 83140 2013-01-27 16:14:12Z pierre $
+# $Id: PKGBUILD 87001 2013-03-25 19:16:40Z bpiotrowski $
# Maintainer: Dale Blount <dale@archlinux.org>
pkgname=fssos-nsvs
pkgver=0.5
-pkgrel=9
+pkgrel=10
pkgdesc="NSVS for FSSOS"
arch=('i686' 'x86_64')
url="http://fssos.sourceforge.net/"
license=('GPL')
-depends=('bash' 'mysql')
+depends=('bash' 'mariadb')
backup=('etc/nsvsd.conf')
options=('!libtool' '!makeflags')
install=$pkgname.install
diff --git a/community/gammu/PKGBUILD b/community/gammu/PKGBUILD
index a876ba89c..d7a6154d4 100644
--- a/community/gammu/PKGBUILD
+++ b/community/gammu/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 73714 2012-07-14 13:31:58Z schiv $
+# $Id: PKGBUILD 87002 2013-03-25 19:16:41Z bpiotrowski $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: Aurelien Foret <orelien@chez.com>
pkgname=gammu
pkgver=1.32.0
-pkgrel=1
+pkgrel=2
pkgdesc="GNU All Mobile Management Utilities"
arch=('i686' 'x86_64')
url="http://wammu.eu/"
license=('GPL')
-depends=('bluez' 'curl' 'libmysqlclient'
+depends=('bluez' 'curl' 'libmariadbclient'
'postgresql-libs' 'python2' 'libusb')
-makedepends=('cmake' 'doxygen' 'mysql')
+makedepends=('cmake' 'doxygen' 'mariadb')
optdepends=('dialog: support for the gammu-config script')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
@@ -23,7 +23,8 @@ build() {
# bash completion dir change
sed -e 's,DESTINATION "/etc/bash_completion.d",DESTINATION "/usr/share/bash-completion/completions",' -i contrib/CMakeLists.txt
- cmake . -DCMAKE_INSTALL_PREFIX="/usr"
+ cmake . -DCMAKE_INSTALL_PREFIX="/usr" \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib
make
}
diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD
index 4093e87b1..1ecdf3f4c 100644
--- a/community/gdal/PKGBUILD
+++ b/community/gdal/PKGBUILD
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD 82847 2013-01-25 01:53:13Z svenstaro $
+# $Id: PKGBUILD 87003 2013-03-25 19:16:43Z bpiotrowski $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=gdal
-pkgver=1.9.1
+pkgver=1.9.2
pkgrel=1
pkgdesc="A translator library for raster geospatial data formats"
arch=('i686' 'x86_64')
url="http://www.gdal.org/"
license=('custom')
-depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 'libtiff' 'netcdf' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 'libmysqlclient' 'postgresql-libs')
-makedepends=('perl' 'swig')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 'libtiff' 'netcdf' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath')
optdepends=('postgresql: postgresql database support'
- 'mysql: mysql database support'
+ 'mariadb: mariab database support'
'perl: perl binding support'
'swig: perl binding support')
options=('!libtool')
changelog=$pkgname.changelog
source=(http://download.osgeo.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
gdal-1.5.1-python-install.patch)
-md5sums=('c5cf09b92dac1f5775db056e165b34f5'
+md5sums=('3f39db89f4710269b3a8bf94178e07aa'
'81afc1c26d29cee84aadb6924fe33861')
build() {
@@ -29,8 +29,8 @@ build() {
# bug 23654
export LDFLAGS="$LDFLAGS -Wl,--as-needed"
- cd ${srcdir}/$pkgname-$pkgver
- patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
+ cd "${srcdir}/$pkgname-$pkgver"
+ patch -Np0 -i "${srcdir}/gdal-1.5.1-python-install.patch"
# python2 fixes
sed -i 's_python python1.5_python2 python python1.5_' configure
@@ -45,19 +45,24 @@ build() {
# workaround for bug #13646
sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
- install -d ${pkgdir}/usr/lib/python2.7/site-packages/
make
}
package () {
- cd ${srcdir}/$pkgname-$pkgver
-
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}/$pkgname-$pkgver"
+ install -d "${pkgdir}/usr/lib/python2.7/site-packages/"
+ make DESTDIR="${pkgdir}" install
# install license
- install -D -m644 LICENSE.TXT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+ install -D -m644 LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
#FS15477 clean up junks
- rm -f ${pkgdir}/usr/bin/*.dox
+ rm -f "${pkgdir}"/usr/bin/*.dox
+
+ # Remove RPATH
+ chrpath --delete "${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
+ chrpath --delete "${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
+ chrpath --delete "${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
+ chrpath --delete "${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
}
diff --git a/community/glom/PKGBUILD b/community/glom/PKGBUILD
index f778b0e78..b5fda8ae9 100644
--- a/community/glom/PKGBUILD
+++ b/community/glom/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 83252 2013-01-28 16:49:38Z stephane $
+# $Id: PKGBUILD 87025 2013-03-25 19:19:10Z bpiotrowski $
# 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.22.0
-pkgrel=3
+pkgrel=4
pkgdesc="An easy-to-use database designer and user interface"
arch=('i686' 'x86_64')
url="http://www.glom.org/"
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index b874f8a2e..ab0dd64e4 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 83899 2013-02-06 13:13:38Z arodseth $
+# $Id: PKGBUILD 86967 2013-03-25 13:19:54Z arodseth $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Rémy Oudompheng <remy@archlinux.org>
@@ -10,7 +10,7 @@
pkgname=go
pkgver=1.0.3
-pkgrel=6
+pkgrel=7
epoch=2
pkgdesc='Google Go compiler and tools'
arch=('x86_64' 'i686')
@@ -18,8 +18,8 @@ url='http://golang.org/'
license=('custom')
depends=('perl' 'gawk')
makedepends=('inetutils')
-options=('!strip' '!emptydirs')
-install=go.install
+options=('!strip')
+install="$pkgname.install"
backup=('usr/lib/go/bin')
source=("http://go.googlecode.com/files/${pkgname}$pkgver.src.tar.gz"
"$pkgname.sh")
@@ -34,6 +34,7 @@ build() {
elif [ "$CARCH" == 'i686' ]; then
export GOARCH=386
else
+ # A friendly gesture to Arch Linux ARM
export GOARCH=arm
fi
export GOROOT_FINAL=/usr/lib/go
@@ -59,6 +60,7 @@ check() {
elif [ "$CARCH" == 'i686' ]; then
export GOARCH=386
else
+ # A friendly gesture to Arch Linux ARM
export GOARCH=arm
fi
@@ -90,7 +92,7 @@ package() {
install -Dm644 misc/vim/$f $pkgdir/usr/share/vim/vimfiles/$f
done
- mkdir -p $pkgdir/{etc/profile.d,usr/{share/go,lib/go,lib/go/src}}
+ mkdir -p $pkgdir/{etc/profile.d,usr/{share/go,lib/go,lib/go/src,lib/go/site}}
cp -r doc misc -t $pkgdir/usr/share/go
ln -s /usr/share/go/doc $pkgdir/usr/lib/go/doc
diff --git a/community/gsql/PKGBUILD b/community/gsql/PKGBUILD
index be3937b83..6b2ade1d1 100644
--- a/community/gsql/PKGBUILD
+++ b/community/gsql/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 63614 2012-02-05 12:00:35Z ibiru $
+# $Id: PKGBUILD 87004 2013-03-25 19:16:44Z bpiotrowski $
# Contributor: Michael Kanis <mkanis@gmx.de>
pkgname=gsql
pkgver=0.2.2
-pkgrel=4
+pkgrel=5
pkgdesc="Integrated database development tool for GNOME"
url="http://gsql.org/"
license=('GPL')
arch=('i686' 'x86_64')
depends=('gtk2>=2.12' 'gtksourceview2' 'vte' 'libgnomeui' 'gconf'
'desktop-file-utils' 'libnotify')
-makedepends=('libmysqlclient' 'postgresql-libs' 'libssh')
-optdepends=('libmysqlclient' 'postgresql-libs' 'libssh')
+makedepends=('libmariadbclient' 'postgresql-libs' 'libssh')
+optdepends=('libmariadbclient' 'postgresql-libs' 'libssh')
install=gsql.install
options=(!libtool)
source=(http://gsql.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
diff --git a/community/gtranslator/PKGBUILD b/community/gtranslator/PKGBUILD
index a1a397598..c9f2b8b40 100644
--- a/community/gtranslator/PKGBUILD
+++ b/community/gtranslator/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 82444 2013-01-18 06:43:16Z jlichtblau $
+# $Id: PKGBUILD 87027 2013-03-25 19:19:12Z bpiotrowski $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Hugo Doria <hugo@archlinux.org>
# Contributor: Christer Solskogen (solskogen@carebears.mine.nu)
pkgname=gtranslator
pkgver=2.91.6
-pkgrel=1
+pkgrel=2
pkgdesc="An enhanced gettext po file editor for the GNOME"
arch=('i686' 'x86_64')
url="http://projects.gnome.org/gtranslator/"
diff --git a/community/jad/PKGBUILD b/community/jad/PKGBUILD
new file mode 100644
index 000000000..30c8ea509
--- /dev/null
+++ b/community/jad/PKGBUILD
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 86961 2013-03-25 11:13:01Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Contributor: astaroth <astaroth_@web.de>
+
+pkgname=jad
+pkgver=1.5.8e
+pkgrel=4
+pkgdesc='Java decompiler'
+license=('custom')
+arch=('x86_64' 'i686')
+url='http://www.varaneckas.com/jad'
+source=("http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip"
+ 'jad.html::http://www.varaneckas.com/jad')
+sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
+ '4acee94ff29fe01ea2a9c4c0b47f22fb5a93fc667ee2dd8b6740f7f36bcbcdf2')
+
+build() {
+ cd "$srcdir"
+
+ grep '<code>' jad.html -A18 | sed 's:<code>::' | sed 's:</code>::' > LICENSE
+}
+
+package() {
+ cd "$srcdir"
+
+ install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 Readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/krecipes/PKGBUILD b/community/krecipes/PKGBUILD
index 3328af055..4eb8fb140 100644
--- a/community/krecipes/PKGBUILD
+++ b/community/krecipes/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: PKGBUILD 87005 2013-03-25 19:16:45Z bpiotrowski $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: shamrok <szamrok@gmail.com>
# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
@@ -7,14 +7,14 @@
pkgname=krecipes
pkgver=2.0beta2
_pkgver=2.0-beta2
-pkgrel=2
+pkgrel=3
pkgdesc="A tool designed to make organizing your personal recipes collection fast and easy"
arch=('i686' 'x86_64')
url="http://extragear.kde.org/apps/krecipes/"
license=('GPL')
depends=('kdebase-runtime' 'qimageblitz' 'hicolor-icon-theme')
makedepends=('cmake' 'automoc4' 'docbook-xsl')
-optdepends=('mysql' 'postgresql')
+optdepends=('matriadb' 'postgresql')
install=${pkgname}.install
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz)
md5sums=('4c01ccad7ad1409cb35c824a61250fe2')
diff --git a/community/libdbi-drivers/PKGBUILD b/community/libdbi-drivers/PKGBUILD
index 4dc9e4d5d..df191ccd3 100644
--- a/community/libdbi-drivers/PKGBUILD
+++ b/community/libdbi-drivers/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 64177 2012-02-09 17:50:10Z ttopper $
+# $Id: PKGBUILD 87006 2013-03-25 19:16:46Z bpiotrowski $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Contributor: Olivier Médoc <o_medoc@yahoo.fr>
# Contributor: Ashok `ScriptDevil` Gautham <ScriptDevil.Arch@gmail.com>
@@ -6,16 +6,16 @@
pkgname=libdbi-drivers
pkgver=0.8.3_1
_pkgver=0.8.3-1
-pkgrel=3
+pkgrel=2
pkgdesc="Database drivers for libdbi (MySQL, PostgreSQL, and SQLite)"
url="http://libdbi-drivers.sourceforge.net/"
license=('GPL')
arch=('i686' 'x86_64')
depends=('libdbi')
-makedepends=('postgresql-libs' 'libmysqlclient' 'sqlite2' 'sqlite3')
+makedepends=('postgresql-libs' 'libmariadbclient' 'sqlite2' 'sqlite')
optdepends=("postgresql-libs: To work with postgresql using libdbdpgsql "
"sqlite3: To work with sqlite3 using libdbdsqlite3"
- "libmysqlclient: To work with mysql using libdbdmysql"
+ "libmariadbclient: To work with mysql using libdbdmysql"
"sqlite2: To work with sqlite2 using libdbdsqlite")
options=(!libtool)
install=libdbi-drivers.install
diff --git a/community/libgdamm/PKGBUILD b/community/libgdamm/PKGBUILD
index 2d421f932..43b5ee8cf 100644
--- a/community/libgdamm/PKGBUILD
+++ b/community/libgdamm/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 59045 2011-11-20 22:55:36Z heftig $
+# $Id: PKGBUILD 87026 2013-03-25 19:19:10Z bpiotrowski $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Jan de Groot <jan@jgc.homeip.net>
pkgbase=libgdamm
pkgname=(libgdamm libgdamm-docs)
pkgver=4.99.6
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
makedepends=('libgda' 'libsigc++' 'glibmm' 'glibmm-docs')
url="http://www.gtkmm.org/"
diff --git a/community/libzdb/PKGBUILD b/community/libzdb/PKGBUILD
index c44dd0733..6bbc52e6e 100644
--- a/community/libzdb/PKGBUILD
+++ b/community/libzdb/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 82597 2013-01-21 11:20:45Z spupykin $
+# $Id: PKGBUILD 87007 2013-03-25 19:16:47Z bpiotrowski $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=libzdb
pkgver=2.11.1
-pkgrel=1
+pkgrel=2
pkgdesc="Zild Database Library"
arch=('i686' 'x86_64')
url="http://www.tildeslash.com/libzdb/"
license=('GPL')
-depends=('postgresql-libs' 'sqlite' 'libmysqlclient')
+depends=('postgresql-libs' 'sqlite' 'libmariadbclient')
options=('!libtool')
source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
md5sums=('155e89d96df4ec22e984442137f75289')
diff --git a/community/luasql/PKGBUILD b/community/luasql/PKGBUILD
index 3ccee6241..1969e2304 100644
--- a/community/luasql/PKGBUILD
+++ b/community/luasql/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81397 2012-12-19 13:39:14Z seblu $
+# $Id: PKGBUILD 87008 2013-03-25 19:16:48Z bpiotrowski $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sébastien Luttringer <seblu@archlinux.org>
# Contributor: Anders Bergh <anders1@gmail.com>
@@ -6,11 +6,11 @@
pkgbase=luasql
pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite')
pkgver=2.2.0
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url='http://www.keplerproject.org/luasql/'
license=('MIT')
-makedepends=('lua' 'libmysqlclient' 'postgresql-libs' 'sqlite')
+makedepends=('lua' 'libmariadbclient' 'postgresql-libs' 'sqlite')
source=("https://github.com/downloads/keplerproject/luasql/luasql-$pkgver.tar.gz"
'lua52.patch')
md5sums=('59d72db444c6369c936d4f03694db6b7'
@@ -30,7 +30,7 @@ build() {
package_lua-sql-mysql() {
pkgdesc='MySQL module for Lua'
- depends=('lua' 'libmysqlclient')
+ depends=('lua' 'libmariadbclient')
conflicts=('luasql-mysql')
replaces=('luasql-mysql')
diff --git a/community/murmur/PKGBUILD b/community/murmur/PKGBUILD
index 7c8a519ea..699837545 100644
--- a/community/murmur/PKGBUILD
+++ b/community/murmur/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 85450 2013-03-01 18:26:17Z svenstaro $
+# $Id: PKGBUILD 86935 2013-03-25 04:07:12Z foutrelis $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Otto Allmendinger <otto.allmendinger@googlemail.com>
# Contributor: Malte Rabenseifner <malte@zearan.de>
pkgname=murmur
pkgver=1.2.3
-pkgrel=11
+pkgrel=12
pkgdesc="The voice chat application server for Mumble"
arch=('i686' 'x86_64')
url="http://mumble.sourceforge.net"
diff --git a/community/murmur/murmur.install b/community/murmur/murmur.install
index 562ec4171..8d2f96b7c 100644
--- a/community/murmur/murmur.install
+++ b/community/murmur/murmur.install
@@ -1,10 +1,10 @@
post_install() {
- systemd-tmpfiles --create usr/lib/tmpfiles.d/murmur.conf
+ systemd-tmpfiles --create murmur.conf
getent group murmur > /dev/null || groupadd -r -g 86 murmur 1>/dev/null
getent passwd murmur > /dev/null || useradd -r -u 86 -d /var/lib/murmur -g murmur -s /bin/false murmur 1>/dev/null
- chown -R murmur:murmur /var/lib/murmur
+ chown -R murmur:murmur /var/lib/murmur
chown -R murmur:murmur /var/log/murmur
echo "You might have to reload dbus before launching murmur:"
diff --git a/community/myodbc/PKGBUILD b/community/myodbc/PKGBUILD
index cb16bb31f..201a434ae 100644
--- a/community/myodbc/PKGBUILD
+++ b/community/myodbc/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 83893 2013-02-06 12:11:01Z spupykin $
+# $Id: PKGBUILD 87009 2013-03-25 19:16:48Z bpiotrowski $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=myodbc
pkgver=5.2.4
-pkgrel=1
-pkgdesc="ODBC driver/connector for MySQL"
+pkgrel=2
+pkgdesc="ODBC driver/connector for mariadb"
arch=(i686 x86_64)
url="http://dev.mysql.com/downloads/connector/odbc/"
-depends=('unixodbc' 'libmysqlclient')
+depends=('unixodbc' 'libmariadbclient')
makedepends=('cmake')
license=('GPL')
options=('libtool')
diff --git a/community/mysql++/PKGBUILD b/community/mysql++/PKGBUILD
index 9e461cb03..da526a29e 100644
--- a/community/mysql++/PKGBUILD
+++ b/community/mysql++/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 66225 2012-02-23 05:01:23Z spupykin $
+# $Id: PKGBUILD 87010 2013-03-25 19:16:50Z bpiotrowski $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Markus Härer <markus.haerer@gmx.net>
pkgname=mysql++
pkgver=3.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="A C++ wraper for MySQLs C API"
arch=("i686" "x86_64")
url="http://tangentsoft.net/mysql++/"
license=("LGPL" "custom")
-depends=("libmysqlclient")
+depends=("libmariadbclient")
options=('docs')
source=("http://tangentsoft.net/mysql++/releases/$pkgname-$pkgver.tar.gz"
"mysql++-fix-cstring.patch"
diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD
index cbf283cb0..a9fd7c5cc 100644
--- a/community/mythtv/PKGBUILD
+++ b/community/mythtv/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 84826 2013-02-24 23:03:43Z jconder $
+# $Id: PKGBUILD 87011 2013-03-25 19:16:52Z bpiotrowski $
# Maintainer: Jonathan Conder <jonno.conder@gmail.com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
@@ -7,7 +7,7 @@
pkgname=mythtv
pkgver=0.26.0
-pkgrel=7
+pkgrel=8
epoch=1
pkgdesc="A Homebrew PVR project"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ url="http://www.mythtv.org/"
license=('GPL')
depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
'libpulse' 'libva' 'libvdpau' 'libxinerama' 'lirc-utils'
- 'mysql-clients' 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6'
+ 'mariadb-clients' 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6'
'perl-libwww' 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'urlgrabber'
'x264')
makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm')
diff --git a/community/ndisc6/PKGBUILD b/community/ndisc6/PKGBUILD
index 8a54b20ff..597b62b92 100644
--- a/community/ndisc6/PKGBUILD
+++ b/community/ndisc6/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 82792 2013-01-24 13:20:12Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
+# $Id: PKGBUILD 86933 2013-03-25 01:19:53Z seblu $
+# Maintainer: Sébastien Luttringer
# Contributor: Chris Brannon <chris@the-brannons.com>
# Contributor: Mark Smith <markzzzsmith@yahoo.com.au>
pkgname=ndisc6
pkgver=1.0.2
-pkgrel=5
+pkgrel=6
pkgdesc='Collection of IPv6 networking utilities'
arch=('i686' 'x86_64')
url='http://www.remlab.net/ndisc6/'
diff --git a/community/ndisc6/ndisc6.install b/community/ndisc6/ndisc6.install
index 7d917ca19..fb1d5c926 100644
--- a/community/ndisc6/ndisc6.install
+++ b/community/ndisc6/ndisc6.install
@@ -2,7 +2,7 @@
# arg 1: the new package version
post_install() {
- systemd-tmpfiles --create usr/lib/tmpfiles.d/ndisc6.conf
+ systemd-tmpfiles --create ndisc6.conf
}
# vim:set ts=2 sw=2 ft=sh et:
diff --git a/community/opendkim/PKGBUILD b/community/opendkim/PKGBUILD
index e302a49f9..ee7846e36 100644
--- a/community/opendkim/PKGBUILD
+++ b/community/opendkim/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 84932 2013-02-26 10:19:32Z spupykin $
+# $Id: PKGBUILD 86987 2013-03-25 17:04:53Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=opendkim
-pkgver=2.8.0
+pkgver=2.8.1
pkgrel=1
pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter."
arch=(i686 x86_64)
@@ -18,7 +18,7 @@ source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.g
opendkim.conf
opendkim.rc
opendkim.service)
-md5sums=('53bd811c6577235bd008f632e7f63dae'
+md5sums=('6c9810e343414f49ad7fee313f02a0a7'
'3e2bb1058ac0662f01e675aa6ac7ee8f'
'093f5c098a45cc68753f97e45a5b374c'
'bc1b73856bc1941faaa4842e00437cb5')
diff --git a/community/opensips/PKGBUILD b/community/opensips/PKGBUILD
index 47b01740e..82c0b08d2 100644
--- a/community/opensips/PKGBUILD
+++ b/community/opensips/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 78612 2012-10-22 09:08:59Z spupykin $
+# $Id: PKGBUILD 87012 2013-03-25 19:16:53Z bpiotrowski $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=opensips
pkgver=1.8.1
-pkgrel=3
+pkgrel=5
pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, location server, redirect server ..."
url="http://www.opensips.org"
depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
-makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 'libmysqlclient'
+makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 'libmariadbclient'
'lynx' 'libxslt')
optdepends=('postgresql-libs'
'unixodbc'
'libldap'
- 'libmysqlclient'
+ 'libmariadbclient'
'libsasl'
'python2'
'pcre')
@@ -26,9 +26,9 @@ options=('!emptydirs' 'zipman' '!makeflags' 'docs')
source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}_src.tar.gz
opensips.init
opensips.service)
-md5sums=('ec3d0f13bf8198a74aed91e5c38ec445'
+md5sums=('4a7cc708a5fba6ab3d1a3aa0aaa85d77'
'685fbe00826df1285b410d4610dcbb0c'
- '0d80ef75b5c10324e6db790b7741c2eb')
+ '7b786d758fe3174af34e2ced44b549e7')
build()
{
@@ -42,6 +42,14 @@ build()
make \
include_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350" \
+ TLS=1 LIBDIR=lib
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver-tls/
+
+ make \
+ include_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350" \
TLS=1 DESTDIR=$pkgdir/usr LIBDIR=lib install
# Conforms to the arch packaging standards (http://wiki.archlinux.org/index.php/Arch_Packaging_Standards)
diff --git a/community/opensips/opensips.service b/community/opensips/opensips.service
index 042ff7c9a..81f6fd93e 100644
--- a/community/opensips/opensips.service
+++ b/community/opensips/opensips.service
@@ -5,7 +5,7 @@ After=network.target remote-fs.target nss-lookup.target
[Service]
Type=forking
PIDFile=/var/run/opensips.pid
-ExecStart=/usr/bin/opensips -f /etc/opensips/opensips.cfg -w /var/tmp -P /var/run/opensips.pid
+ExecStart=/usr/sbin/opensips -f /etc/opensips/opensips.cfg -w /var/tmp -P /var/run/opensips.pid
[Install]
WantedBy=multi-user.target
diff --git a/community/pam_mysql/PKGBUILD b/community/pam_mysql/PKGBUILD
index 42cefbd84..077df93d3 100644
--- a/community/pam_mysql/PKGBUILD
+++ b/community/pam_mysql/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 70353 2012-05-04 23:55:09Z allan $
+# $Id: PKGBUILD 87013 2013-03-25 19:16:54Z bpiotrowski $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Arjan Timmerman<arjan@archlinux.org>
# Contributor: Manolis Tzanidakis
pkgname=pam_mysql
pkgver=0.7RC1
-pkgrel=6
+pkgrel=7
pkgdesc="A PAM module to authenticate users against mysql."
arch=(i686 x86_64)
license=('GPL')
url="http://pam-mysql.sourceforge.net"
-depends=('pam' 'mysql' 'openssl')
+depends=('pam' 'mariadb' 'openssl')
source=(http://sourceforge.net/projects/pam-mysql/files/pam-mysql/${pkgver}/${pkgname}-${pkgver}.tar.gz)
md5sums=('6177183d7e98dc12f2e444c9fbd4f13c')
options=(!libtool)
diff --git a/community/pdns/PKGBUILD b/community/pdns/PKGBUILD
index 06aac06e4..b8170e811 100644
--- a/community/pdns/PKGBUILD
+++ b/community/pdns/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 83427 2013-01-31 22:12:34Z arodseth $
+# $Id: PKGBUILD 87014 2013-03-25 19:16:55Z bpiotrowski $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Kevin Mihelich <kevin@archlinuxarm.org>
pkgname=pdns
pkgver=3.2
-pkgrel=3
+pkgrel=4
pkgdesc='Modern, advanced and high performance authoritative-only nameserver'
arch=('x86_64' 'i686')
url='http://www.powerdns.com/'
license=('GPL')
-depends=('gcc-libs' 'zlib' 'postgresql-libs' 'libmysqlclient' 'sqlite' 'libldap' 'lua51' 'boost-libs')
+depends=('gcc-libs' 'zlib' 'postgresql-libs' 'libmariadbclient' 'sqlite' 'libldap' 'lua51' 'boost-libs')
makedepends=('boost')
provides=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
replaces=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
diff --git a/community/percona-server/PKGBUILD b/community/percona-server/PKGBUILD
index 892b78d9b..1a938b8c3 100644
--- a/community/percona-server/PKGBUILD
+++ b/community/percona-server/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 85883 2013-03-08 08:57:02Z mtorromeo $
+# $Id: PKGBUILD 87015 2013-03-25 19:16:57Z bpiotrowski $
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=percona-server
pkgver=5.5.30_rel30.1
-pkgrel=1
+pkgrel=2
pkgdesc="A backwards-compatible drop-in replacement for MySQL that provides improved performance, diagnostics and instrumentation"
arch=('i686' 'x86_64')
-depends=('mysql-clients' 'libaio' 'systemd-tools')
+depends=('mariadb-clients' 'libaio' 'systemd-tools')
conflicts=('mysql')
provides=('mysql')
optdepends=('perl-dbi' 'perl-dbd-mysql')
diff --git a/community/proftpd/PKGBUILD b/community/proftpd/PKGBUILD
index 9c2e1fcf8..14f3af690 100644
--- a/community/proftpd/PKGBUILD
+++ b/community/proftpd/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 85857 2013-03-07 20:00:38Z bpiotrowski $
+# $Id: PKGBUILD 87017 2013-03-25 19:16:59Z bpiotrowski $
# Maintainer:
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=proftpd
pkgver=1.3.4c
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="A high-performance, scalable FTP server"
arch=('i686' 'x86_64')
url="http://www.proftpd.org/"
license=('GPL')
-depends=('libmysqlclient' 'postgresql-libs')
+depends=('libmariadbclient' 'postgresql-libs')
backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
install=${pkgname}.install
source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.gz{,.asc}
diff --git a/community/python-pymongo/PKGBUILD b/community/python-pymongo/PKGBUILD
index c72a317be..bad79de24 100644
--- a/community/python-pymongo/PKGBUILD
+++ b/community/python-pymongo/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 82839 2013-01-24 23:13:20Z arodseth $
+# $Id: PKGBUILD 86969 2013-03-25 14:30:39Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Jelle van der Waa <jelle@vdwaa.nl>
pkgbase=python-pymongo
pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.4.2
+pkgver=2.5
pkgrel=1
pkgdesc='Python driver for MongoDB'
arch=('x86_64' 'i686')
@@ -13,23 +13,26 @@ license=('APACHE')
url='http://pypi.python.org/pypi/pymongo/'
makedepends=('python-distribute' 'python2-distribute')
source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz")
-sha256sums=('6862c85844f1766c261a39022ec7a6b631988cb5528a31f8d20e78181398aa5f')
+sha256sums=('79aff1c77ec6be6158a4d1a11002400ee0eb8f74dc6f4f67527f59bfac78c222')
build() {
- cd $srcdir
- cp -a pymongo-$pkgver pymongo2-$pkgver
+ cd "$srcdir"
+
+ cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
}
package_python2-pymongo() {
depends=('python2')
- cd $srcdir/pymongo2-$pkgver
- python2 setup.py install --root=$pkgdir --optimize=1
+
+ cd "$srcdir/pymongo2-$pkgver"
+ python2 setup.py install --root="$pkgdir" --optimize=1
}
package_python-pymongo() {
depends=('python')
- cd $srcdir/pymongo-$pkgver
- python setup.py install --root=$pkgdir --optimize=1
+
+ cd "$srcdir/pymongo-$pkgver"
+ python setup.py install --root="$pkgdir" --optimize=1
}
# vim:set ts=2 sw=2 et:
diff --git a/community/qlandkartegt/PKGBUILD b/community/qlandkartegt/PKGBUILD
index 227da46c3..67cc88043 100644
--- a/community/qlandkartegt/PKGBUILD
+++ b/community/qlandkartegt/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 85389 2013-03-01 10:37:51Z andrea $
+# $Id: PKGBUILD 87019 2013-03-25 19:17:01Z bpiotrowski $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Matthias Maennich <arch@maennich.net>
# Contributor: <boenki@gmx.de>
pkgname=qlandkartegt
pkgver=1.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="Use your GPS with Linux"
arch=('i686' 'x86_64')
url="http://www.qlandkarte.org/"
license=('GPL')
-depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmysqlclient' 'glu' 'postgresql-libs'
+depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 'postgresql-libs'
'shared-mime-info' 'qtwebkit')
makedepends=('cmake' 'garmindev' 'mesa')
optdepends=('garmindev: to connect garmin devices')
diff --git a/community/rsyslog/PKGBUILD b/community/rsyslog/PKGBUILD
index 3e9341b07..da0973619 100644
--- a/community/rsyslog/PKGBUILD
+++ b/community/rsyslog/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 86155 2013-03-12 13:29:27Z spupykin $
+# $Id: PKGBUILD 87020 2013-03-25 19:17:02Z bpiotrowski $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=rsyslog
pkgver=7.2.6
-pkgrel=4
+pkgrel=6
pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability"
url="http://www.rsyslog.com/"
arch=('i686' 'x86_64')
license=('GPL3')
depends=('zlib' 'libestr' 'libee' 'json-c')
-makedepends=('postgresql-libs>=8.4.1' 'libmysqlclient' 'net-snmp' 'gnutls')
+makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls')
optdepends=('postgresql-libs: PostgreSQL Database Support'
- 'libmysqlclient: MySQL Database Support'
+ 'libmariadbclient: MySQL Database Support'
'net-snmp'
'gnutls')
backup=('etc/rsyslog.conf'
@@ -21,11 +21,13 @@ options=('strip' 'zipman' '!libtool')
source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz"
'rsyslog'
'rsyslog.logrotate'
- 'rsyslog.conf.d')
+ 'rsyslog.conf.d'
+ 'rsyslog.conf')
md5sums=('2b2bfbc3f87fe85add651dc07a6f21ea'
'a18bbcbb6ebdaa13a6ec6d9f3d9eb2da'
'8065db4bef3061a4f000ba58779f6829'
- '18565f38a4445136446a31a3c95ffc3e')
+ '18565f38a4445136446a31a3c95ffc3e'
+ 'd61dd424e660eb16401121eed20d98bc')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -47,6 +49,7 @@ package() {
# Install Daemons and Configuration Files
install -D -m755 ${srcdir}/${pkgname} ${pkgdir}/etc/rc.d/${pkgname}d
install -D -m644 doc/${pkgname}-example.conf ${pkgdir}/usr/share/doc/$pkgname/${pkgname}.conf.example
+ install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
install -D -m644 $srcdir/${pkgname}.logrotate ${pkgdir}/etc/logrotate.d/${pkgname}
install -D -m644 ${srcdir}/${pkgname}.conf.d ${pkgdir}/etc/conf.d/${pkgname}
diff --git a/community/rsyslog/rsyslog.conf b/community/rsyslog/rsyslog.conf
new file mode 100644
index 000000000..4416c26d5
--- /dev/null
+++ b/community/rsyslog/rsyslog.conf
@@ -0,0 +1,44 @@
+# Minimal config
+
+$ModLoad imuxsock # provides support for local system logging
+$ModLoad imklog # provides kernel logging support
+$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
+$FileOwner root
+$FileGroup root
+$FileCreateMode 0640
+$DirCreateMode 0755
+$Umask 0022
+$WorkDirectory /var/spool/rsyslog
+$IncludeConfig /etc/rsyslog.d/*.conf
+
+auth,authpriv.* /var/log/auth.log
+*.*;auth,authpriv.none -/var/log/syslog
+#cron.* /var/log/cron.log
+daemon.* -/var/log/daemon.log
+kern.* -/var/log/kern.log
+lpr.* -/var/log/lpr.log
+mail.* -/var/log/mail.log
+user.* -/var/log/user.log
+
+mail.info -/var/log/mail.info
+mail.warn -/var/log/mail.warn
+mail.err /var/log/mail.err
+
+news.crit /var/log/news/news.crit
+news.err /var/log/news/news.err
+news.notice -/var/log/news/news.notice
+
+*.=debug;\
+ auth,authpriv.none;\
+ news.none;mail.none -/var/log/debug
+*.=info;*.=notice;*.=warn;\
+ auth,authpriv.none;\
+ cron,daemon.none;\
+ mail,news.none -/var/log/messages
+
+*.emerg :omusrmsg:*
+
+daemon.*;mail.*;\
+ news.err;\
+ *.=debug;*.=info;\
+ *.=notice;*.=warn |/dev/xconsole
diff --git a/community/ruby-cairo/PKGBUILD b/community/ruby-cairo/PKGBUILD
index 4007381a3..6de3283cc 100644
--- a/community/ruby-cairo/PKGBUILD
+++ b/community/ruby-cairo/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 86879 2013-03-23 23:10:42Z td123 $
+# $Id: PKGBUILD 86931 2013-03-24 23:46:23Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
pkgname=ruby-cairo
pkgver=1.12.2
-pkgrel=4
+pkgrel=5
pkgdesc='Ruby bindings for cairo'
arch=('x86_64' 'i686')
# http://cairographics.org/releases/
diff --git a/community/rxvt-unicode/PKGBUILD b/community/rxvt-unicode/PKGBUILD
index 73db74527..3d092e90f 100644
--- a/community/rxvt-unicode/PKGBUILD
+++ b/community/rxvt-unicode/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 85462 2013-03-01 21:26:53Z seblu $
+# $Id: PKGBUILD 86929 2013-03-24 23:26:26Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: tobias <tobias@archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
pkgname=rxvt-unicode
-pkgver=9.17
+pkgver=9.18
pkgrel=1
pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)'
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ source=(
'urxvtc.desktop'
'urxvt-tabbed.desktop'
)
-md5sums=('1270432bdc7ce17dbb07d41a607081e0'
+md5sums=('963ccc748fe5bca925e7b92c0404d68b'
'c2b828d37d06cbf4c32937a2959f2fc2'
'10e80aebaef042fb63d2585440dc3637'
'830abe6f31fb926a1bcd2650731be15e')
diff --git a/community/stardict/PKGBUILD b/community/stardict/PKGBUILD
index 542675e54..f5815f8e0 100644
--- a/community/stardict/PKGBUILD
+++ b/community/stardict/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 82064 2013-01-07 06:51:59Z fyan $
+# $Id: PKGBUILD 87021 2013-03-25 19:17:03Z bpiotrowski $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
@@ -8,11 +8,11 @@
pkgbase=stardict
pkgname=(stardict stardict-lite)
pkgver=3.0.4
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url='http://www.stardict.org/'
license=('GPL')
-makedepends=('intltool' 'popt' 'gnome-doc-utils' 'gnome-common' 'libmysqlclient' 'enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome')
+makedepends=('intltool' 'popt' 'gnome-doc-utils' 'gnome-common' 'libmariadbclient' 'enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome')
options=('!libtool' '!emptydirs')
source=("http://stardict-3.googlecode.com/files/${pkgbase}-${pkgver}.tar.bz2"
'gcc46.patch'
diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD
index 370c7b115..c1a887d76 100644
--- a/community/tea/PKGBUILD
+++ b/community/tea/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 85415 2013-03-01 10:40:52Z andrea $
+# $Id: PKGBUILD 86989 2013-03-25 17:05:20Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Roman Kyrylych <roman@archlinux.org>
@@ -6,8 +6,8 @@
# Contributor: Zsolt Varadi <sysop_xxl@fibermail.hu>
pkgname=tea
-pkgver=34.0.1
-pkgrel=2
+pkgver=35.0.0
+pkgrel=1
pkgdesc="A QT-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions."
arch=('i686' 'x86_64')
url="http://tea-editor.sourceforge.net/"
@@ -16,7 +16,7 @@ depends=('qt4' 'aspell' 'hunspell')
install=tea.install
source=(http://downloads.sourceforge.net/project/tea-editor/tea-editor/$pkgver/tea-$pkgver.tar.bz2
tea.desktop)
-md5sums=('4fcc661b7898d01f58b8734395f5bdda'
+md5sums=('aabbbac2b5251e7c3eeb36d8f188d08a'
'377ace3363124f4c086de0babb820761')
build() {
diff --git a/community/ulogd/PKGBUILD b/community/ulogd/PKGBUILD
index cda2d1034..3a49d62bb 100644
--- a/community/ulogd/PKGBUILD
+++ b/community/ulogd/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 83573 2013-02-03 13:19:13Z seblu $
+# $Id: PKGBUILD 87022 2013-03-25 19:17:05Z bpiotrowski $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
+# Maintainer: Sébastien Luttringer
# Contributor: Dale Blount <dale@archlinux.org>
# Contributor: Sergej Pupykin <ps@lx-ltd.ru>
pkgname=ulogd
-pkgver=2.0.1
-pkgrel=4
+pkgver=2.0.2
+pkgrel=1
pkgdesc='Userspace Packet Logging for netfilter'
arch=('i686' 'x86_64')
url='http://www.netfilter.org/projects/ulogd/index.html'
license=('GPL2')
depends=('libmnl' 'libnfnetlink')
backup=('etc/ulogd.conf')
-makedepends=('libmysqlclient'
+makedepends=('libmariadbclient'
'libnetfilter_acct'
'libnetfilter_conntrack'
'libnetfilter_log'
@@ -27,7 +27,7 @@ source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
"$pkgname.logrotate"
"$pkgname.conf"
"$pkgname.service")
-md5sums=('2f4b1a58955fcad4ebf22f0d00885fc9'
+md5sums=('660516de4b5b1e110c12dae414619e0f'
'dd32eeee0949adff4188544419acd17e'
'c21531312f95e790ed19aa267a17d35a'
'42fc2c0568ff89ec00c2f0797280f296')
diff --git a/community/vtk/PKGBUILD b/community/vtk/PKGBUILD
index bb3906c98..607b987e6 100644
--- a/community/vtk/PKGBUILD
+++ b/community/vtk/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 85423 2013-03-01 10:42:11Z andrea $
+# $Id: PKGBUILD 87023 2013-03-25 19:17:06Z bpiotrowski $
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Christofer Bertonha <christoferbertonha at gmail dot com>
@@ -12,12 +12,12 @@
pkgname=vtk
pkgver=5.10.1
-pkgrel=5
+pkgrel=6
pkgdesc='A software system for 3D computer graphics, image processing, and visualization.'
arch=('i686' 'x86_64')
url='http://www.vtk.org/'
license=('BSD')
-depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt4' 'lesstif' 'mysql' 'hdf5' 'libgl')
+depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt4' 'lesstif' 'mariadb' 'hdf5' 'libgl')
makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'mesa-libgl' 'python2' 'tk')
optdepends=('python2: python bindings'
'java-runtime: java bindings'
diff --git a/community/xbmc/PKGBUILD b/community/xbmc/PKGBUILD
index 0d7e662b4..72df48bdf 100644
--- a/community/xbmc/PKGBUILD
+++ b/community/xbmc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 86733 2013-03-21 16:26:32Z spupykin $
+# $Id: PKGBUILD 87024 2013-03-25 19:17:07Z bpiotrowski $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: [vEX] <niechift.dot.vex.at.gmail.dot.com>
@@ -9,13 +9,13 @@ _prefix=/usr
pkgname=xbmc
pkgver=12.1
-pkgrel=3
+pkgrel=4
pkgdesc="A software media player and entertainment hub for digital media"
arch=('i686' 'x86_64')
url="http://xbmc.org"
license=('GPL' 'custom')
depends=('libpulse' 'hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva'
- 'libpng' 'libcdio' 'yajl' 'libmysqlclient' 'libjpeg-turbo' 'libsamplerate'
+ 'libpng' 'libcdio' 'yajl' 'libmariadbclient' 'libjpeg-turbo' 'libsamplerate'
'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image' 'python2'
'libass' 'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 'mesa-demos'
'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'libshairport' 'avahi' 'bluez' 'glu'