[arch-commits] Commit in yate/repos (4 files)

2017-05-25 Thread Evangelos Foutras
Date: Friday, May 26, 2017 @ 06:58:29
  Author: foutrelis
Revision: 230402

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  yate/repos/community-staging-i686/
  yate/repos/community-staging-i686/PKGBUILD
(from rev 230401, yate/trunk/PKGBUILD)
  yate/repos/community-staging-x86_64/
  yate/repos/community-staging-x86_64/PKGBUILD
(from rev 230401, yate/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: yate/repos/community-staging-i686/PKGBUILD (from rev 230401, 
yate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-26 06:58:29 UTC (rev 230402)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Yuval Adam  PGP-Key: 271386AA2EB7672F
+# Contributor: Yejun Yang 
+# Contributor: Biru Ionut 
+
+pkgname=yate
+pkgver=5.5.0
+pkgrel=2
+pkgdesc="Next-generation telephony engine"
+arch=('i686' 'x86_64')
+url="http://www.yate.ro/";
+license=('GPL')
+depends=('speex' 'gsm' 'postgresql-libs' 'libmariadb' 'alsa-lib' 'openssl-1.0' 
'sqlite')
+makedepends=('qt4')
+optdepends=('qt4')
+options=(!makeflags)
+source=("http://yate.null.ro/tarballs/yate5/yate-${pkgver}-1.tar.gz";)
+sha256sums=('a9fc472df082e92d578efa3de54689e10ee1a24fdd67a9cc928db7c2e1568676')
+
+build() {
+  cd $srcdir/${pkgname}
+  export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-libpq \
+  --with-mysql \
+  --without-openh323
+  make
+}
+
+package(){
+  cd $srcdir/${pkgname}
+  make DESTDIR=$pkgdir install
+}

Copied: yate/repos/community-staging-x86_64/PKGBUILD (from rev 230401, 
yate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-26 06:58:29 UTC (rev 230402)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Yuval Adam  PGP-Key: 271386AA2EB7672F
+# Contributor: Yejun Yang 
+# Contributor: Biru Ionut 
+
+pkgname=yate
+pkgver=5.5.0
+pkgrel=2
+pkgdesc="Next-generation telephony engine"
+arch=('i686' 'x86_64')
+url="http://www.yate.ro/";
+license=('GPL')
+depends=('speex' 'gsm' 'postgresql-libs' 'libmariadb' 'alsa-lib' 'openssl-1.0' 
'sqlite')
+makedepends=('qt4')
+optdepends=('qt4')
+options=(!makeflags)
+source=("http://yate.null.ro/tarballs/yate5/yate-${pkgver}-1.tar.gz";)
+sha256sums=('a9fc472df082e92d578efa3de54689e10ee1a24fdd67a9cc928db7c2e1568676')
+
+build() {
+  cd $srcdir/${pkgname}
+  export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-libpq \
+  --with-mysql \
+  --without-openh323
+  make
+}
+
+package(){
+  cd $srcdir/${pkgname}
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in yate/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Friday, May 26, 2017 @ 06:58:19
  Author: foutrelis
Revision: 230401

MariaDB 10.2.6 rebuild

Modified:
  yate/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-26 02:17:06 UTC (rev 230400)
+++ PKGBUILD2017-05-26 06:58:19 UTC (rev 230401)
@@ -6,7 +6,7 @@
 
 pkgname=yate
 pkgver=5.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Next-generation telephony engine"
 arch=('i686' 'x86_64')
 url="http://www.yate.ro/";


[arch-commits] Commit in amarok/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Friday, May 26, 2017 @ 06:52:17
  Author: foutrelis
Revision: 296641

MariaDB 10.2.6 rebuild

Modified:
  amarok/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-26 06:41:26 UTC (rev 296640)
+++ PKGBUILD2017-05-26 06:52:17 UTC (rev 296641)
@@ -5,7 +5,7 @@
 
 pkgname=amarok
 pkgver=2.8.0
-pkgrel=15
+pkgrel=16
 pkgdesc="The powerful music player for KDE"
 arch=("i686" "x86_64")
 url="http://amarok.kde.org/";


[arch-commits] Commit in amarok/repos (10 files)

2017-05-25 Thread Evangelos Foutras
Date: Friday, May 26, 2017 @ 06:52:43
  Author: foutrelis
Revision: 296642

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  amarok/repos/staging-i686/
  amarok/repos/staging-i686/PKGBUILD
(from rev 296641, amarok/trunk/PKGBUILD)
  amarok/repos/staging-i686/amarok-no-qtwebkit.patch
(from rev 296641, amarok/trunk/amarok-no-qtwebkit.patch)
  amarok/repos/staging-i686/amarok-plasma5.7.patch
(from rev 296641, amarok/trunk/amarok-plasma5.7.patch)
  amarok/repos/staging-i686/taglib_version_detect.patch
(from rev 296641, amarok/trunk/taglib_version_detect.patch)
  amarok/repos/staging-x86_64/
  amarok/repos/staging-x86_64/PKGBUILD
(from rev 296641, amarok/trunk/PKGBUILD)
  amarok/repos/staging-x86_64/amarok-no-qtwebkit.patch
(from rev 296641, amarok/trunk/amarok-no-qtwebkit.patch)
  amarok/repos/staging-x86_64/amarok-plasma5.7.patch
(from rev 296641, amarok/trunk/amarok-plasma5.7.patch)
  amarok/repos/staging-x86_64/taglib_version_detect.patch
(from rev 296641, amarok/trunk/taglib_version_detect.patch)

+
 staging-i686/PKGBUILD  |   61 +++
 staging-i686/amarok-no-qtwebkit.patch  |   39 +
 staging-i686/amarok-plasma5.7.patch|   18 +++
 staging-i686/taglib_version_detect.patch   |   26 +++
 staging-x86_64/PKGBUILD|   61 +++
 staging-x86_64/amarok-no-qtwebkit.patch|   39 +
 staging-x86_64/amarok-plasma5.7.patch  |   18 +++
 staging-x86_64/taglib_version_detect.patch |   26 +++
 8 files changed, 288 insertions(+)

Copied: amarok/repos/staging-i686/PKGBUILD (from rev 296641, 
amarok/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-26 06:52:43 UTC (rev 296642)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=amarok
+pkgver=2.8.0
+pkgrel=16
+pkgdesc="The powerful music player for KDE"
+arch=("i686" "x86_64")
+url="http://amarok.kde.org/";
+license=('GPL2' 'LGPL2.1' 'FDL')
+depends=('kdebase-runtime' 'mariadb' 'taglib-extras'
+'liblastfm' 'ffmpeg' 'libofa' 'qjson' 'qtscriptgenerator')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
+ 'libmygpo-qt' 'mesa' 'clamz')
+optdepends=("libgpod: support for Apple iPod audio devices"
+"libmtp: support for portable media devices"
+"loudmouth: backend needed by mp3tunes for syncing"
+"ifuse: support for Apple iPod Touch and iPhone"
+"libmygpo-qt: gpodder.net Internet Service"
+"clamz: allow to download songs from Amazon.com"
+"gst-libav: MP3 codecs"
+"audiocd-kio4: audio CD support")
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
+taglib_version_detect.patch 
amarok-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126682/diff/raw/";
+amarok-no-qtwebkit.patch amarok-plasma5.7.patch)
+sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937'
+  '8b2752a0fe78621bdb9ccdb763919ea265b52b06'
+  '819cb060cd9c63b576cc433f835cb4c175b07fd0'
+  '9f905eba9e5ead6d704f0cd28e389857c29dc15d'
+  '9908c154bf583a1755acf59f9d2790aaff503162')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../taglib_version_detect.patch
+# Fix build against ffmpeg 3.0
+  patch -p1 -i ../amarok-ffmpeg3.patch
+# Disable applets that require qtwebkit
+  patch -p1 -i ../amarok-no-qtwebkit.patch
+# Fix tooltips MPRIS controls in Plasma 5.7
+  patch -p1 -i ../amarok-plasma5.7.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_Soprano=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: amarok/repos/staging-i686/amarok-no-qtwebkit.patch (from rev 296641, 
amarok/trunk/amarok-no-qtwebkit.patch)
===
--- staging-i686/amarok-no-qtwebkit.patch   (rev 0)
+++ staging-i686/amarok-no-qtwebkit.patch   2017-05-26 06:52:43 UTC (rev 
296642)
@@ -0,0 +1,39 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 9094f5e332..a7d5d106a4 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -84,7 +84,7 @@ include_directories(
+ ${CMAKE_CURRENT_BINARY_DIR}/shared
+ )
+ 
+-find_package( Qt4 4.8.3 COMPONENTS QtCore QtGui QtScript QtSvg QtXml QtWebKit 
REQUIRED )
++find_package( Qt4 4.8.3 COMPONENTS QtCore QtGui QtScript QtSvg QtXml REQUIRED 
)
+ find_package( KDE4 4.8.4 REQUIRED )
+ 
+ include( KDE4Defaults )
+diff --git a/src/context/applets/

[arch-commits] Commit in apr-util/repos (8 files)

2017-05-25 Thread Evangelos Foutras
Date: Friday, May 26, 2017 @ 06:41:26
  Author: foutrelis
Revision: 296640

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  apr-util/repos/staging-i686/
  apr-util/repos/staging-i686/PKGBUILD
(from rev 296639, apr-util/trunk/PKGBUILD)
  apr-util/repos/staging-i686/buildconf_config.guess_sub_location.patch
(from rev 296639, apr-util/trunk/buildconf_config.guess_sub_location.patch)
  apr-util/repos/staging-i686/openssl-1.1.patch
(from rev 296639, apr-util/trunk/openssl-1.1.patch)
  apr-util/repos/staging-x86_64/
  apr-util/repos/staging-x86_64/PKGBUILD
(from rev 296639, apr-util/trunk/PKGBUILD)
  apr-util/repos/staging-x86_64/buildconf_config.guess_sub_location.patch
(from rev 296639, apr-util/trunk/buildconf_config.guess_sub_location.patch)
  apr-util/repos/staging-x86_64/openssl-1.1.patch
(from rev 296639, apr-util/trunk/openssl-1.1.patch)

--+
 staging-i686/PKGBUILD|   58 +++
 staging-i686/buildconf_config.guess_sub_location.patch   |   22 +
 staging-i686/openssl-1.1.patch   |  250 +
 staging-x86_64/PKGBUILD  |   58 +++
 staging-x86_64/buildconf_config.guess_sub_location.patch |   22 +
 staging-x86_64/openssl-1.1.patch |  250 +
 6 files changed, 660 insertions(+)

Copied: apr-util/repos/staging-i686/PKGBUILD (from rev 296639, 
apr-util/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-26 06:41:26 UTC (rev 296640)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Pierre Schmitz 
+
+pkgname=apr-util
+pkgver=1.5.4
+pkgrel=4
+pkgdesc="The Apache Portable Runtime"
+arch=('i686' 'x86_64')
+url="http://apr.apache.org/";
+depends=('apr' 'expat')
+makedepends=('gdbm' 'libldap' 'unixodbc' 'openssl' 'nss' 'sqlite' 'libmariadb' 
'db' 'postgresql-libs' 'python2')
+optdepends=(
+  'gdbm: enable gdbm support'
+  'libldap: enable ldap support'
+  'unixodbc: enable odbc support'
+  'libmariadb: enable mysql/mariadb support'
+  'postgresql-libs: enable postgres support'
+  'db: enable berkley db support'
+  'sqlite: enable sqlite support'
+  'nss: enable nss crypto support'
+  'openssl: enable openssl crypto support'
+)
+license=('APACHE')
+source=(https://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc}
+buildconf_config.guess_sub_location.patch
+openssl-1.1.patch)
+sha256sums=('a6cf327189ca0df2fb9d5633d7326c460fe2b61684745fd7963e79a6dd0dc82e'
+'SKIP'
+'33f3509d8ad089109c70835efc3535b27a6b5fc2fe27793d30689138f8c4f8aa'
+'88225f93632ee4fb2fa1e0c5ee7a177b1299e1b55f644c567b4763f8c8acbe54')
+validpgpkeys=('5B5181C2C0AB13E59DA3F7A3EC582EB639FF092C') # Jeff Trawick
+
+prepare() {
+  cd apr-util-$pkgver
+  patch -Np1 -i ../buildconf_config.guess_sub_location.patch
+  patch -Np1 -i ../openssl-1.1.patch
+  ./buildconf --with-apr=`apr-1-config --srcdir`
+}
+
+build() {
+  cd "${srcdir}/apr-util-${pkgver}"
+  ./configure --prefix=/usr --with-apr=/usr --with-ldap --with-crypto \
+--with-gdbm=/usr --with-sqlite3=/usr --with-nss=/usr --with-odbc=/usr \
+--with-berkeley-db=/usr --with-pgsql=/usr --with-mysql=/usr 
--with-oracle=/usr \
+--with-openssl=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/apr-util-${pkgver}"
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/apr-util-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: apr-util/repos/staging-i686/buildconf_config.guess_sub_location.patch 
(from rev 296639, apr-util/trunk/buildconf_config.guess_sub_location.patch)
===
--- staging-i686/buildconf_config.guess_sub_location.patch  
(rev 0)
+++ staging-i686/buildconf_config.guess_sub_location.patch  2017-05-26 
06:41:26 UTC (rev 296640)
@@ -0,0 +1,22 @@
+From: Tollef Fog Heen 
+Subject: Adjust path of config.guess and config.sub
+
+---
+ buildconf |4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+Index: trunk/buildconf
+===
+--- trunk.orig/buildconf
 trunk/buildconf
+@@ -61,8 +61,8 @@
+ rm -f build/apr_common.m4 build/find_apr.m4 build/install.sh \
+   build/config.guess build/config.sub build/get-version.sh
+ cp -p $apr_src_dir/build/apr_common.m4 $apr_src_dir/build/find_apr.m4 \
+-  $apr_src_dir/build/install.sh $apr_src_dir/build/config.guess \
+-  $apr_src_dir/build/config.sub $apr_src_dir/build/get-version.sh \
++  $apr_src_dir/build/install.sh /usr/share/libtool/build-aux/config.guess 
\
++  /usr/share/libtool/build-aux/config.sub 
$apr_src_dir/build/get-version.sh \
+   build/
+ 
+ # Remove aclocal.m4 as it'll break some builds...

Copied: apr-util/repos/stagi

[arch-commits] Commit in apr-util/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Friday, May 26, 2017 @ 06:41:16
  Author: foutrelis
Revision: 296639

MariaDB 10.2.6 rebuild

Modified:
  apr-util/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-26 02:05:39 UTC (rev 296638)
+++ PKGBUILD2017-05-26 06:41:16 UTC (rev 296639)
@@ -4,7 +4,7 @@
 
 pkgname=apr-util
 pkgver=1.5.4
-pkgrel=3
+pkgrel=4
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
 url="http://apr.apache.org/";


[arch-commits] Commit in python-raven/repos/community-any (PKGBUILD PKGBUILD)

2017-05-25 Thread Felix Yan
Date: Friday, May 26, 2017 @ 02:16:23
  Author: felixonmars
Revision: 230396

archrelease: copy trunk to community-any

Added:
  python-raven/repos/community-any/PKGBUILD
(from rev 230395, python-raven/trunk/PKGBUILD)
Deleted:
  python-raven/repos/community-any/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-26 02:15:41 UTC (rev 230395)
+++ PKGBUILD2017-05-26 02:16:23 UTC (rev 230396)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Benjamin A. Shelton 
-
-pkgbase=python-raven
-pkgname=(python-raven python2-raven)
-pkgver=6.0.0
-pkgrel=1
-pkgdesc="Python client for Sentry"
-arch=('any')
-url="http://pypi.python.org/pypi/raven";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'git')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-bottle' 
'python2-bottle'
-  'python-celery' 'python2-celery' 'python-django' 'python2-django'
-  'python-pycodestyle' 'python2-pycodestyle' 'python-mock' 
'python2-mock' 'python-nose'
-  'python2-nose' 'python2-gevent' 'python-pytz' 'python2-pytz' 
'python-exam'
-  'python2-exam' 'python-requests' 'python2-requests' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-webob' 
'python2-webob'
-  'python-webtest' 'python2-webtest' 'python-anyjson' 
'python2-anyjson'
-  'python-flask' 'python2-flask' 'python-blinker' 
'python2-blinker' 'python-logbook'
-  'python2-logbook' 'python-pytest-django' 'python2-pytest-django' 
'python2-webpy'
-  'python-flask-login' 'python2-flask-login' 
'python-pytest-timeout'
-  'python2-pytest-timeout')
-source=("git+https://github.com/getsentry/raven-python.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a raven-python{,-py2}
-}
-
-build() {
-  cd "$srcdir"/raven-python
-  python setup.py build
-
-  cd "$srcdir"/raven-python-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack distribution check by installing it
-
-  cd "$srcdir"/raven-python
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" \
-py.test tests
-
-  cd "$srcdir"/raven-python
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" \
-py.test2 tests
-}
-
-package_python-raven() {
-  depends=('python')
-  optdepends=('python-setuptools: for "raven" script')
-
-  cd "$srcdir"/raven-python
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-raven() {
-  depends=('python2-contextlib2')
-  optdepends=('python2-setuptools: for "raven2" script')
-
-  cd "$srcdir"/raven-python-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/raven{,2}
-
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-raven/repos/community-any/PKGBUILD (from rev 230395, 
python-raven/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-26 02:16:23 UTC (rev 230396)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Benjamin A. Shelton 
+
+pkgbase=python-raven
+pkgname=(python-raven python2-raven)
+pkgver=6.1.0
+pkgrel=1
+pkgdesc="Python client for Sentry"
+arch=('any')
+url="http://pypi.python.org/pypi/raven";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'git')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-bottle' 
'python2-bottle'
+  'python-celery' 'python2-celery' 'python-django' 'python2-django'
+  'python-pycodestyle' 'python2-pycodestyle' 'python-mock' 
'python2-mock' 'python-nose'
+  'python2-nose' 'python2-gevent' 'python-pytz' 'python2-pytz' 
'python-exam'
+  'python2-exam' 'python-requests' 'python2-requests' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-webob' 
'python2-webob'
+  'python-webtest' 'python2-webtest' 'python-anyjson' 
'python2-anyjson'
+  'python-flask' 'python2-flask' 'python-blinker' 
'python2-blinker' 'python-logbook'
+  'python2-logbook' 'python-pytest-django' 'python2-pytest-django' 
'python2-webpy'
+  'python-flask-login' 'python2-flask-login' 
'python-pytest-timeout'
+  'python2-pytest-timeout')
+source=("git+https://github.com/getsentry/raven-python.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a raven-python{,-py2}
+}
+
+build() {
+ 

[arch-commits] Commit in python-raven/trunk (PKGBUILD)

2017-05-25 Thread Felix Yan
Date: Friday, May 26, 2017 @ 02:15:41
  Author: felixonmars
Revision: 230395

upgpkg: python-raven 6.1.0-1

Modified:
  python-raven/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-26 02:15:21 UTC (rev 230394)
+++ PKGBUILD2017-05-26 02:15:41 UTC (rev 230395)
@@ -4,7 +4,7 @@
 
 pkgbase=python-raven
 pkgname=(python-raven python2-raven)
-pkgver=6.0.0
+pkgver=6.1.0
 pkgrel=1
 pkgdesc="Python client for Sentry"
 arch=('any')
@@ -23,7 +23,7 @@
   'python-flask-login' 'python2-flask-login' 
'python-pytest-timeout'
   'python2-pytest-timeout')
 source=("git+https://github.com/getsentry/raven-python.git#tag=$pkgver";)
-md5sums=('SKIP')
+sha512sums=('SKIP')
 
 prepare() {
   cp -a raven-python{,-py2}


[arch-commits] Commit in certbot-nginx/repos (2 files)

2017-05-25 Thread Felix Yan
Date: Friday, May 26, 2017 @ 02:15:21
  Author: felixonmars
Revision: 230394

archrelease: copy trunk to community-staging-any

Added:
  certbot-nginx/repos/community-staging-any/
  certbot-nginx/repos/community-staging-any/PKGBUILD
(from rev 230393, certbot-nginx/trunk/PKGBUILD)

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: certbot-nginx/repos/community-staging-any/PKGBUILD (from rev 230393, 
certbot-nginx/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-05-26 02:15:21 UTC (rev 230394)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-nginx
+pkgver=0.14.2
+pkgrel=1
+pkgdesc="Nginx plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=("certbot=$pkgver" "python-acme=$pkgver" 'python-mock' 
'python-pyopenssl' 'python-pyparsing'
+ 'python-setuptools' 'python-zope-interface')
+replaces=("letsencrypt-nginx")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('a54cfbdb4968a63e63d817796119cfc665ab52edd58e871b94b04b915bd24841e76274b1621d90f6fb416e3f41439a5f12050448c9fb594ad805cc762162fda1'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-nginx/trunk (PKGBUILD)

2017-05-25 Thread Felix Yan
Date: Friday, May 26, 2017 @ 02:14:47
  Author: felixonmars
Revision: 230393

upgpkg: certbot-nginx 0.14.2-1

upstream new version

Modified:
  certbot-nginx/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-26 02:13:26 UTC (rev 230392)
+++ PKGBUILD2017-05-26 02:14:47 UTC (rev 230393)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-nginx
-pkgver=0.14.1
+pkgver=0.14.2
 pkgrel=1
 pkgdesc="Nginx plugin for Let’s Encrypt client"
 arch=('any')
@@ -16,7 +16,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('497dbe8f188167656e0f991839fd29f56e865a21f303a102c5570100c62c381a8e6c7a113022ac922c85b40b4214ac39f294c9dd1598065b0968b792e2b26f93'
+sha512sums=('a54cfbdb4968a63e63d817796119cfc665ab52edd58e871b94b04b915bd24841e76274b1621d90f6fb416e3f41439a5f12050448c9fb594ad805cc762162fda1'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-apache/repos (2 files)

2017-05-25 Thread Felix Yan
Date: Friday, May 26, 2017 @ 02:13:26
  Author: felixonmars
Revision: 230392

archrelease: copy trunk to community-staging-any

Added:
  certbot-apache/repos/community-staging-any/
  certbot-apache/repos/community-staging-any/PKGBUILD
(from rev 230391, certbot-apache/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: certbot-apache/repos/community-staging-any/PKGBUILD (from rev 230391, 
certbot-apache/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-05-26 02:13:26 UTC (rev 230392)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-apache
+pkgver=0.14.2
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+replaces=("letsencrypt-apache")
+depends=("certbot=$pkgver" "python-acme=$pkgver" 'python-augeas' 'python-mock' 
'python-setuptools'
+ 'python-zope-component' 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('92e443373b9a2671a3a5378bae33b6edcc437ea19cb3989bdc4088d74ae9a86c9a28e3725920201f9f927dd0cfddc82b5c16d6b54b714b5c8eb4b0a89ccfc6cd'
+'SKIP')
+
+prepare() {
+  sed -i "s/'python-augeas<=0.5.0',/'python-augeas',/" 
$pkgname-$pkgver/setup.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}


[arch-commits] Commit in certbot-apache/trunk (PKGBUILD)

2017-05-25 Thread Felix Yan
Date: Friday, May 26, 2017 @ 02:12:55
  Author: felixonmars
Revision: 230391

upgpkg: certbot-apache 0.14.2-1

upstream new version

Modified:
  certbot-apache/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-26 02:11:27 UTC (rev 230390)
+++ PKGBUILD2017-05-26 02:12:55 UTC (rev 230391)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-apache
-pkgver=0.14.1
+pkgver=0.14.2
 pkgrel=1
 pkgdesc="Apache plugin for Let’s Encrypt client"
 arch=('any')
@@ -16,7 +16,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('3bd85dd787139183e6fbc4add15a25cc39db045db2aa9e2f0dce650b6d24c60a3e1191c5d5f96630b63121914c3490fa2dd62f8ce633e7d8044b0db9294b58fe'
+sha512sums=('92e443373b9a2671a3a5378bae33b6edcc437ea19cb3989bdc4088d74ae9a86c9a28e3725920201f9f927dd0cfddc82b5c16d6b54b714b5c8eb4b0a89ccfc6cd'
 'SKIP')
 
 prepare() {


[arch-commits] Commit in certbot/repos (2 files)

2017-05-25 Thread Felix Yan
Date: Friday, May 26, 2017 @ 02:11:27
  Author: felixonmars
Revision: 230390

archrelease: copy trunk to community-staging-any

Added:
  certbot/repos/community-staging-any/
  certbot/repos/community-staging-any/PKGBUILD
(from rev 230389, certbot/trunk/PKGBUILD)

--+
 PKGBUILD |   46 ++
 1 file changed, 46 insertions(+)

Copied: certbot/repos/community-staging-any/PKGBUILD (from rev 230389, 
certbot/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-05-26 02:11:27 UTC (rev 230390)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot
+pkgver=0.14.2
+pkgrel=1
+pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
+arch=('any')
+license=('Apache')
+url="https://letsencrypt.org/";
+depends=('ca-certificates' "python-acme=$pkgver" 'python-configargparse' 
'python-configobj'
+ 'python-cryptography' 'python-pyopenssl' 'python-mock' 
'python-parsedatetime'
+ 'python-pytz' 'python-setuptools' 'python-six' 'python-zope-component'
+ 'python-zope-interface')
+optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
+"certbot-nginx: Nginx plugin for Let’s Encrypt client")
+replaces=("letsencrypt")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('971977e60a544c0836876a6ee0509f581519a6edc9a0358ef6d80e079ffa0f29cf58cb9be1913787f6728edaf1aaafd8459a7728964919f1584cfc86ac8b5ae2'
+'SKIP')
+
+prepare() {
+  sed -i "/'argparse',/d" $pkgname-$pkgver/setup.py
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+
+  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "$pkgdir"/var/log/letsencrypt
+}


[arch-commits] Commit in certbot/trunk (PKGBUILD)

2017-05-25 Thread Felix Yan
Date: Friday, May 26, 2017 @ 02:10:48
  Author: felixonmars
Revision: 230389

upgpkg: certbot 0.14.2-1

upstream new version

Modified:
  certbot/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-26 02:10:18 UTC (rev 230388)
+++ PKGBUILD2017-05-26 02:10:48 UTC (rev 230389)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot
-pkgver=0.14.1
+pkgver=0.14.2
 pkgrel=1
 pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
 arch=('any')
@@ -20,7 +20,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('f2091f581eaaae19b5250129f3fd1f29aa7d3a0da90fbae2d98a552f297431014c541663aa039b4184eab9179594c76de4a1182cf02ed3c7c4abe1279a762547'
+sha512sums=('971977e60a544c0836876a6ee0509f581519a6edc9a0358ef6d80e079ffa0f29cf58cb9be1913787f6728edaf1aaafd8459a7728964919f1584cfc86ac8b5ae2'
 'SKIP')
 
 prepare() {


[arch-commits] Commit in python-cinderclient/repos/community-any (PKGBUILD PKGBUILD)

2017-05-25 Thread Felix Yan
Date: Friday, May 26, 2017 @ 02:10:18
  Author: felixonmars
Revision: 230388

archrelease: copy trunk to community-any

Added:
  python-cinderclient/repos/community-any/PKGBUILD
(from rev 230387, python-cinderclient/trunk/PKGBUILD)
Deleted:
  python-cinderclient/repos/community-any/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-26 02:09:38 UTC (rev 230387)
+++ PKGBUILD2017-05-26 02:10:18 UTC (rev 230388)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock' 'python-ddt' 'python2-ddt')
-source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient/requirements.txt
-  cp -a python-cinderclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 230387, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-26 02:10:18 UTC (rev 230388)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock' 'python-ddt' 'python2-ddt')
+source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient/requirements.txt
+  cp -a python-cinderclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cinderclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
+   'python2-requests' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir"/usr/bin/cinder{,2}
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-cinderclient/trunk (PKGBUILD)

2017-05-25 Thread Felix Yan
Date: Friday, May 26, 2017 @ 02:09:38
  Author: felixonmars
Revision: 230387

upgpkg: python-cinderclient 2.1.0-1

Modified:
  python-cinderclient/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-26 02:08:22 UTC (rev 230386)
+++ PKGBUILD2017-05-26 02:09:38 UTC (rev 230387)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cinderclient
 pkgname=(python-cinderclient python2-cinderclient)
-pkgver=2.0.1
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="OpenStack Block Storage API Client Library"
 arch=('any')
@@ -17,7 +17,7 @@
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
   'python2-requests-mock' 'python-ddt' 'python2-ddt')
 
source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
-md5sums=('SKIP')
+sha512sums=('SKIP')
 
 prepare() {
   sed -i '/simplejson/d' python-cinderclient/requirements.txt


[arch-commits] Commit in python-acme/repos (2 files)

2017-05-25 Thread Felix Yan
Date: Friday, May 26, 2017 @ 02:08:22
  Author: felixonmars
Revision: 230386

archrelease: copy trunk to community-staging-any

Added:
  python-acme/repos/community-staging-any/
  python-acme/repos/community-staging-any/PKGBUILD
(from rev 230385, python-acme/trunk/PKGBUILD)

--+
 PKGBUILD |   58 ++
 1 file changed, 58 insertions(+)

Copied: python-acme/repos/community-staging-any/PKGBUILD (from rev 230385, 
python-acme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-05-26 02:08:22 UTC (rev 230386)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.14.2
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/letsencrypt/letsencrypt";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-pyrfc3339' 'python2-pyrfc3339' 'python-pytz' 
'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz";)
+sha512sums=('624a9f77501691eae6c0101bf14f655ef5dcb811f113d5bb157cd6ab164d7b7c5ce2803a3e318139826b5576aaac70812ccdf67ac76a990e04080ee01b2b51e2')
+
+prepare() {
+  sed -i "/'argparse',/d" acme-$pkgver/setup.py
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/acme-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/acme-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/acme-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/acme-$pkgver-py2
+  python2 setup.py nosetests
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 
'python-pytz' 'python-requests'
+   'python-six' 'python-werkzeug' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyopenssl' 'python2-pyrfc3339' 
'python2-pytz'
+   'python2-requests' 'python2-six' 'python2-werkzeug' 'python2-mock')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jws{,2}
+}


[arch-commits] Commit in python-acme/trunk (PKGBUILD)

2017-05-25 Thread Felix Yan
Date: Friday, May 26, 2017 @ 02:07:39
  Author: felixonmars
Revision: 230385

upgpkg: python-acme 0.14.2-1

upstream new version

Modified:
  python-acme/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-26 02:02:58 UTC (rev 230384)
+++ PKGBUILD2017-05-26 02:07:39 UTC (rev 230385)
@@ -4,7 +4,7 @@
 
 pkgbase=python-acme
 pkgname=('python-acme' 'python2-acme')
-pkgver=0.14.1
+pkgver=0.14.2
 pkgrel=1
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
@@ -16,7 +16,7 @@
  'python-mock' 'python2-mock')
 checkdepends=('python-nose' 'python2-nose')
 source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz";)
-sha512sums=('9e04a2ec04f8ee3713434d0368a120ae08221a274d3683c30dcb01396d3ecd105631da30f62996afd6f705959efcaabf9b0f64b636942ed4b7ad1e4dd7af649d')
+sha512sums=('624a9f77501691eae6c0101bf14f655ef5dcb811f113d5bb157cd6ab164d7b7c5ce2803a3e318139826b5576aaac70812ccdf67ac76a990e04080ee01b2b51e2')
 
 prepare() {
   sed -i "/'argparse',/d" acme-$pkgver/setup.py


[arch-commits] Commit in qt5-base/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Friday, May 26, 2017 @ 02:05:24
  Author: foutrelis
Revision: 296637

MariaDB 10.2.6 rebuild

Modified:
  qt5-base/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-26 01:29:26 UTC (rev 296636)
+++ PKGBUILD2017-05-26 02:05:24 UTC (rev 296637)
@@ -6,7 +6,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.8.0
 pkgver=${_qtver/-/}
-pkgrel=12.1
+pkgrel=13.1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


[arch-commits] Commit in qt5-base/repos (6 files)

2017-05-25 Thread Evangelos Foutras
Date: Friday, May 26, 2017 @ 02:05:39
  Author: foutrelis
Revision: 296638

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  qt5-base/repos/staging-i686/
  qt5-base/repos/staging-i686/PKGBUILD
(from rev 296637, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/staging-i686/rebuild.list
(from rev 296637, qt5-base/trunk/rebuild.list)
  qt5-base/repos/staging-x86_64/
  qt5-base/repos/staging-x86_64/PKGBUILD
(from rev 296637, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/staging-x86_64/rebuild.list
(from rev 296637, qt5-base/trunk/rebuild.list)

-+
 staging-i686/PKGBUILD   |  129 ++
 staging-i686/rebuild.list   |   15 
 staging-x86_64/PKGBUILD |  129 ++
 staging-x86_64/rebuild.list |   15 
 4 files changed, 288 insertions(+)

Copied: qt5-base/repos/staging-i686/PKGBUILD (from rev 296637, 
qt5-base/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-26 02:05:39 UTC (rev 296638)
@@ -0,0 +1,129 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt5-base
+pkgname=(qt5-base qt5-xcb-private-headers)
+_qtver=5.8.0
+pkgver=${_qtver/-/}
+pkgrel=13.1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig'
+ 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu'
+ 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'openssl-1.0')
+makedepends=('libfbclient' 'libmariadb' 'sqlite' 'unixodbc' 'postgresql-libs' 
'alsa-lib' 'gst-plugins-base-libs'
+ 'gtk3' 'libpulse' 'cups' 'freetds')
+optdepends=('qt5-svg: to use SVG icon themes'
+'postgresql-libs: PostgreSQL driver'
+'libmariadb: MariaDB driver'
+'unixodbc: ODBC driver'
+'libfbclient: Firebird/iBase driver'
+'freetds: MS SQL driver'
+'gtk3: GTK platform plugin')
+conflicts=('qtchooser')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgbase/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
+
qt5-base-journald.patch::"https://github.com/qt/qtbase/commit/0c8f3229.patch";
+
plasma-crash-1.patch::https://github.com/qt/qtbase/commit/3bd0fd8f.patch
+
plasma-crash-2.patch::https://github.com/qt/qtbase/commit/0874861b.patch
+
plasma-crash-3.patch::https://github.com/qt/qtbase/commit/baad82d2.patch)
+md5sums=('6e1f7f6fb6333eb66e563b175c4e87e9'
+ 'e9ab6de042b599638f506d2974598164'
+ '438f85a8ecc0f8c066dc0deb5961b6fa'
+ '763a796776f3f8bf46cd4a0ed13d4028'
+ 'ffacccebfc17dc5a87724d13cefe38e5')
+
+prepare() {
+  cd ${_pkgfqn}
+
+  # Build qmake using Arch {C,LD}FLAGS
+  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
+  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
+mkspecs/common/gcc-base.conf
+  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
+mkspecs/common/g++-unix.conf
+
+  # Use python2 for Python 2.x
+  find . -name '*.py' -exec sed -i \
+'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
+
+  # Fix logging to systemd journal
+  patch -p1 -i ../qt5-base-journald.patch
+
+  # Fix some Plasma taskbar crashes https://bugs.kde.org/show_bug.cgi?id=342763
+  patch -p1 -i ../plasma-crash-1.patch
+  patch -p1 -i ../plasma-crash-2.patch
+  patch -p1 -i ../plasma-crash-3.patch
+}
+
+build() {
+  cd ${_pkgfqn}
+
+  # FS#38796
+  [[ "${CARCH}" = "i686" ]] && SSE2="-no-sse2"
+
+  echo "INCLUDEPATH += /usr/include/openssl-1.0" >> src/network/network.pro
+  export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto'
+
+  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource -v \
+-prefix /usr \
+-docdir /usr/share/doc/qt \
+-headerdir /usr/include/qt \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-examplesdir /usr/share/doc/qt/examples \
+-plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
+-system-sqlite \
+-openssl-linked \
+-nomake examples \
+-no-rpath \
+-optimized-qmake \
+-dbus-linked \
+-system-harfbuzz \
+-journald \
+-no-use-gold-linker \
+-reduce-relocations ${SSE2}
+
+  make
+}
+
+package_qt5-base() {
+  pkgdesc='A cross-platform application and UI framework'
+
+  cd ${_pkgfqn}
+  make INSTALL_ROOT="${pkgdir}" install
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+"${pkgdir}"/usr/share/licenses/${pkgbase}/LGPL_EXCEPTION.txt
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "${pkgdir}

[arch-commits] Commit in llvm/repos/extra-i686 (14 files)

2017-05-25 Thread Evangelos Foutras
Date: Friday, May 26, 2017 @ 01:29:26
  Author: foutrelis
Revision: 296636

archrelease: copy trunk to extra-i686

Added:
  llvm/repos/extra-i686/0001-AMDGPU-Fix-bug-31610.patch
(from rev 296635, llvm/trunk/0001-AMDGPU-Fix-bug-31610.patch)
  
llvm/repos/extra-i686/0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
(from rev 296635, 
llvm/trunk/0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch)
  
llvm/repos/extra-i686/0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
(from rev 296635, 
llvm/trunk/0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch)
  
llvm/repos/extra-i686/0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
(from rev 296635, 
llvm/trunk/0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch)
  llvm/repos/extra-i686/PKGBUILD
(from rev 296635, llvm/trunk/PKGBUILD)
  llvm/repos/extra-i686/lldb-gcc7.patch
(from rev 296635, llvm/trunk/lldb-gcc7.patch)
  llvm/repos/extra-i686/lldb-libedit.patch
(from rev 296635, llvm/trunk/lldb-libedit.patch)
  llvm/repos/extra-i686/llvm-config.h
(from rev 296635, llvm/trunk/llvm-config.h)
Deleted:
  llvm/repos/extra-i686/0001-AMDGPU-Fix-bug-31610.patch
  
llvm/repos/extra-i686/0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
  
llvm/repos/extra-i686/0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
  
llvm/repos/extra-i686/0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
  llvm/repos/extra-i686/PKGBUILD
  llvm/repos/extra-i686/llvm-config.h

--+
 0001-AMDGPU-Fix-bug-31610.patch  |  148 +-
 0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch |  386 +++
 0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch |   72 -
 0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch |  156 +-
 PKGBUILD |  539 +-
 lldb-gcc7.patch  |   12 
 lldb-libedit.patch   |   98 +
 llvm-config.h|   18 
 8 files changed, 772 insertions(+), 657 deletions(-)

Deleted: 0001-AMDGPU-Fix-bug-31610.patch
===
--- 0001-AMDGPU-Fix-bug-31610.patch 2017-05-26 00:06:27 UTC (rev 296635)
+++ 0001-AMDGPU-Fix-bug-31610.patch 2017-05-26 01:29:26 UTC (rev 296636)
@@ -1,74 +0,0 @@
-From bc72a21666a9efc78e71b0296313f6e1449649fa Mon Sep 17 00:00:00 2001
-From: Konstantin Zhuravlyov 
-Date: Wed, 22 Mar 2017 21:48:18 +
-Subject: [PATCH] [AMDGPU] Fix bug 31610
-
-Differential Revision: https://reviews.llvm.org/D31258
-
-
-git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298551 
91177308-0d34-0410-b5e6-96231b3b80d8

- lib/Target/AMDGPU/AMDGPURuntimeMetadata.h  | 8 
- lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp | 5 ++---
- 2 files changed, 6 insertions(+), 7 deletions(-)
-
-diff --git a/lib/Target/AMDGPU/AMDGPURuntimeMetadata.h 
b/lib/Target/AMDGPU/AMDGPURuntimeMetadata.h
-index ed147ff4c43..36e7a0c42a9 100644
 a/lib/Target/AMDGPU/AMDGPURuntimeMetadata.h
-+++ b/lib/Target/AMDGPU/AMDGPURuntimeMetadata.h
-@@ -40,8 +40,8 @@ namespace AMDGPU {
- namespace RuntimeMD {
- 
-   // Version and revision of runtime metadata
--  const unsigned char MDVersion   = 2;
--  const unsigned char MDRevision  = 0;
-+  const uint32_t MDVersion   = 2;
-+  const uint32_t MDRevision  = 0;
- 
-   // Name of keys for runtime metadata.
-   namespace KeyName {
-@@ -215,7 +215,7 @@ namespace RuntimeMD {
- struct Metadata {
-   std::string Name;
-   std::string Language;
--  std::vector LanguageVersion;
-+  std::vector LanguageVersion;
-   std::vector ReqdWorkGroupSize;
-   std::vector WorkGroupSizeHint;
-   std::string VecTypeHint;
-@@ -265,7 +265,7 @@ namespace RuntimeMD {
-   namespace Program {
- // In-memory representation of program information.
- struct Metadata {
--  std::vector MDVersionSeq;
-+  std::vector MDVersionSeq;
-   std::vector PrintfInfo;
-   std::vector Kernels;
- 
-diff --git a/lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp 
b/lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp
-index 0e87d750f5d..7c96898297c 100644
 a/lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp
-+++ b/lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp
-@@ -49,7 +49,6 @@ static cl::opt
- CheckRuntimeMDParser("amdgpu-check-rtmd-parser", cl::Hidden,
-  cl::desc("Check AMDGPU runtime metadata YAML parser"));
- 
--LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(uint8_t)
- LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(uint32_t)
- LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(std::string)
- LLVM_YAML_IS_SEQUENCE_VECTOR(Kernel::Metadata)
-@@ -297,9 +296,9 @@ static Kernel::Metadata getRuntimeMDForKernel(const 
Function &F) {
-   auto Node = MD->getOperand(0);
-   if (N

[arch-commits] Commit in io/repos (12 files)

2017-05-25 Thread Evangelos Foutras
Date: Friday, May 26, 2017 @ 01:07:29
  Author: foutrelis
Revision: 230341

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  io/repos/community-staging-i686/PATCH-Fix-for-inlining-in-C11-mode.patch
(from rev 230340, io/trunk/PATCH-Fix-for-inlining-in-C11-mode.patch)
  io/repos/community-staging-i686/PATCH-added--msse2-to-compile-flags-for.patch
(from rev 230340, io/trunk/PATCH-added--msse2-to-compile-flags-for.patch)
  io/repos/community-staging-i686/PKGBUILD
(from rev 230340, io/trunk/PKGBUILD)
  io/repos/community-staging-x86_64/PATCH-Fix-for-inlining-in-C11-mode.patch
(from rev 230340, io/trunk/PATCH-Fix-for-inlining-in-C11-mode.patch)
  
io/repos/community-staging-x86_64/PATCH-added--msse2-to-compile-flags-for.patch
(from rev 230340, io/trunk/PATCH-added--msse2-to-compile-flags-for.patch)
  io/repos/community-staging-x86_64/PKGBUILD
(from rev 230340, io/trunk/PKGBUILD)
Deleted:
  io/repos/community-staging-i686/PATCH-Fix-for-inlining-in-C11-mode.patch
  io/repos/community-staging-i686/PATCH-added--msse2-to-compile-flags-for.patch
  io/repos/community-staging-i686/PKGBUILD
  io/repos/community-staging-x86_64/PATCH-Fix-for-inlining-in-C11-mode.patch
  
io/repos/community-staging-x86_64/PATCH-added--msse2-to-compile-flags-for.patch
  io/repos/community-staging-x86_64/PKGBUILD

+
 /PATCH-Fix-for-inlining-in-C11-mode.patch  |  114 
++
 /PATCH-added--msse2-to-compile-flags-for.patch |   46 

 /PKGBUILD  |   88 
+++
 community-staging-i686/PATCH-Fix-for-inlining-in-C11-mode.patch|   57 
-
 community-staging-i686/PATCH-added--msse2-to-compile-flags-for.patch   |   23 
--
 community-staging-i686/PKGBUILD|   44 
---
 community-staging-x86_64/PATCH-Fix-for-inlining-in-C11-mode.patch  |   57 
-
 community-staging-x86_64/PATCH-added--msse2-to-compile-flags-for.patch |   23 
--
 community-staging-x86_64/PKGBUILD  |   44 
---
 9 files changed, 248 insertions(+), 248 deletions(-)

Deleted: community-staging-i686/PATCH-Fix-for-inlining-in-C11-mode.patch
===
--- community-staging-i686/PATCH-Fix-for-inlining-in-C11-mode.patch 
2017-05-26 01:06:57 UTC (rev 230340)
+++ community-staging-i686/PATCH-Fix-for-inlining-in-C11-mode.patch 
2017-05-26 01:07:29 UTC (rev 230341)
@@ -1,57 +0,0 @@
-From 2ab9505240c7d32ea5cb4d367c86af0146ac0b7c Mon Sep 17 00:00:00 2001
-From: Peter Hull 
-Date: Sun, 24 Jan 2016 13:19:27 +
-Subject: [PATCH] Fix for inlining in C11 mode
-

- libs/basekit/source/Common_inline.h | 36 
- 1 file changed, 24 insertions(+), 12 deletions(-)
-
-diff --git a/libs/basekit/source/Common_inline.h 
b/libs/basekit/source/Common_inline.h
-index a4086d7..19f8d47 100755
 a/libs/basekit/source/Common_inline.h
-+++ b/libs/basekit/source/Common_inline.h
-@@ -117,19 +117,31 @@ Kudos to Daniel A. Koepke
-   #endif 
-   
- #elif defined(__linux__) || defined(__OpenBSD__) || defined(__NetBSD__) || 
defined(__FreeBSD__)
--
--  #ifdef IO_IN_C_FILE
--  // in .c 
--  #define IO_DECLARE_INLINES
--  #define IOINLINE inline
--  #define IOINLINE_RECURSIVE inline
-+  #ifdef __GNUC_STDC_INLINE__
-+  #ifdef IO_IN_C_FILE
-+  // in .c
-+  #define IO_DECLARE_INLINES
-+  #define IOINLINE
-+  #define IOINLINE_RECURSIVE
-+  #else
-+  // in .h
-+  #define IO_DECLARE_INLINES
-+  #define IOINLINE inline
-+  #define IOINLINE_RECURSIVE inline
-+  #endif
-   #else
--  // in .h 
--  #define IO_DECLARE_INLINES
--  #define IOINLINE extern inline
--  #define IOINLINE_RECURSIVE extern inline
--  #endif 
--  
-+  #ifdef IO_IN_C_FILE
-+  // in .c
-+  #define IO_DECLARE_INLINES
-+  #define IOINLINE inline
-+  #define IOINLINE_RECURSIVE inline
-+  #else
-+  // in .h
-+  #define IO_DECLARE_INLINES
-+  #define IOINLINE extern inline
-+  #define IOINLINE_RECURSIVE extern inline
-+  #endif
-+  #endif
- #else
- 
-   #ifdef IO_IN_C_FILE

Copied: 
io/repos/community-staging-i686/PATCH-Fix-for-inlining-in-C11-mode.patch (from 
rev 230340, io/trunk/PATCH-Fix-for-inlining-in-C11-mode.patch)
===
--- community-staging-i686

[arch-commits] Commit in io/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Friday, May 26, 2017 @ 01:06:57
  Author: foutrelis
Revision: 230340

MariaDB 10.2.6 rebuild

Modified:
  io/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-26 00:57:55 UTC (rev 230339)
+++ PKGBUILD2017-05-26 01:06:57 UTC (rev 230340)
@@ -4,7 +4,7 @@
 
 pkgname=io
 pkgver=2015.11.11
-pkgrel=4
+pkgrel=5
 pkgdesc='IO programming language'
 arch=('x86_64' 'i686')
 url='http://iolanguage.com/'


[arch-commits] Commit in io/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Friday, May 26, 2017 @ 00:57:55
  Author: foutrelis
Revision: 230339

Update dependency: libmariadbclient -> libmariadb

Modified:
  io/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 23:53:48 UTC (rev 230338)
+++ PKGBUILD2017-05-26 00:57:55 UTC (rev 230339)
@@ -9,7 +9,7 @@
 arch=('x86_64' 'i686')
 url='http://iolanguage.com/'
 license=('BSD')
-depends=('pcre' 'libsndfile' 'libxmu' 'freetype2' 'libedit' 'libxml2' 
'libtiff' 'libevent' 'yajl' 'libmariadbclient' 'lzo' 'libpng' 'python2' 
'util-linux' 'freeglut' 'libjpeg-turbo' 'libtheora')
+depends=('pcre' 'libsndfile' 'libxmu' 'freetype2' 'libedit' 'libxml2' 
'libtiff' 'libevent' 'yajl' 'libmariadb' 'lzo' 'libpng' 'python2' 'util-linux' 
'freeglut' 'libjpeg-turbo' 'libtheora')
 makedepends=('cmake' 'git')
 options=('!makeflags' '!buildflags')
 source=("git://github.com/stevedekorte/io#tag=$pkgver"


[arch-commits] Commit in llvm/repos/extra-x86_64 (14 files)

2017-05-25 Thread Evangelos Foutras
Date: Friday, May 26, 2017 @ 00:06:27
  Author: foutrelis
Revision: 296635

archrelease: copy trunk to extra-x86_64

Added:
  llvm/repos/extra-x86_64/0001-AMDGPU-Fix-bug-31610.patch
(from rev 296634, llvm/trunk/0001-AMDGPU-Fix-bug-31610.patch)
  
llvm/repos/extra-x86_64/0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
(from rev 296634, 
llvm/trunk/0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch)
  
llvm/repos/extra-x86_64/0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
(from rev 296634, 
llvm/trunk/0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch)
  
llvm/repos/extra-x86_64/0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
(from rev 296634, 
llvm/trunk/0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch)
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 296634, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/lldb-gcc7.patch
(from rev 296634, llvm/trunk/lldb-gcc7.patch)
  llvm/repos/extra-x86_64/lldb-libedit.patch
(from rev 296634, llvm/trunk/lldb-libedit.patch)
  llvm/repos/extra-x86_64/llvm-config.h
(from rev 296634, llvm/trunk/llvm-config.h)
Deleted:
  llvm/repos/extra-x86_64/0001-AMDGPU-Fix-bug-31610.patch
  
llvm/repos/extra-x86_64/0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
  
llvm/repos/extra-x86_64/0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
  
llvm/repos/extra-x86_64/0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/llvm-config.h

--+
 0001-AMDGPU-Fix-bug-31610.patch  |  148 +-
 0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch |  386 +++
 0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch |   72 -
 0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch |  156 +-
 PKGBUILD |  539 +-
 lldb-gcc7.patch  |   12 
 lldb-libedit.patch   |   98 +
 llvm-config.h|   18 
 8 files changed, 772 insertions(+), 657 deletions(-)

Deleted: 0001-AMDGPU-Fix-bug-31610.patch
===
--- 0001-AMDGPU-Fix-bug-31610.patch 2017-05-26 00:06:04 UTC (rev 296634)
+++ 0001-AMDGPU-Fix-bug-31610.patch 2017-05-26 00:06:27 UTC (rev 296635)
@@ -1,74 +0,0 @@
-From bc72a21666a9efc78e71b0296313f6e1449649fa Mon Sep 17 00:00:00 2001
-From: Konstantin Zhuravlyov 
-Date: Wed, 22 Mar 2017 21:48:18 +
-Subject: [PATCH] [AMDGPU] Fix bug 31610
-
-Differential Revision: https://reviews.llvm.org/D31258
-
-
-git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298551 
91177308-0d34-0410-b5e6-96231b3b80d8

- lib/Target/AMDGPU/AMDGPURuntimeMetadata.h  | 8 
- lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp | 5 ++---
- 2 files changed, 6 insertions(+), 7 deletions(-)
-
-diff --git a/lib/Target/AMDGPU/AMDGPURuntimeMetadata.h 
b/lib/Target/AMDGPU/AMDGPURuntimeMetadata.h
-index ed147ff4c43..36e7a0c42a9 100644
 a/lib/Target/AMDGPU/AMDGPURuntimeMetadata.h
-+++ b/lib/Target/AMDGPU/AMDGPURuntimeMetadata.h
-@@ -40,8 +40,8 @@ namespace AMDGPU {
- namespace RuntimeMD {
- 
-   // Version and revision of runtime metadata
--  const unsigned char MDVersion   = 2;
--  const unsigned char MDRevision  = 0;
-+  const uint32_t MDVersion   = 2;
-+  const uint32_t MDRevision  = 0;
- 
-   // Name of keys for runtime metadata.
-   namespace KeyName {
-@@ -215,7 +215,7 @@ namespace RuntimeMD {
- struct Metadata {
-   std::string Name;
-   std::string Language;
--  std::vector LanguageVersion;
-+  std::vector LanguageVersion;
-   std::vector ReqdWorkGroupSize;
-   std::vector WorkGroupSizeHint;
-   std::string VecTypeHint;
-@@ -265,7 +265,7 @@ namespace RuntimeMD {
-   namespace Program {
- // In-memory representation of program information.
- struct Metadata {
--  std::vector MDVersionSeq;
-+  std::vector MDVersionSeq;
-   std::vector PrintfInfo;
-   std::vector Kernels;
- 
-diff --git a/lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp 
b/lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp
-index 0e87d750f5d..7c96898297c 100644
 a/lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp
-+++ b/lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp
-@@ -49,7 +49,6 @@ static cl::opt
- CheckRuntimeMDParser("amdgpu-check-rtmd-parser", cl::Hidden,
-  cl::desc("Check AMDGPU runtime metadata YAML parser"));
- 
--LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(uint8_t)
- LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(uint32_t)
- LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(std::string)
- LLVM_YAML_IS_SEQUENCE_VECTOR(Kernel::Metadata)
-@@ -297,9 +296,9 @@ static Kernel::Metadata getRuntimeMDForKernel(const 
Function &F) {
-   auto Node = MD

[arch-commits] Commit in llvm/trunk (PKGBUILD lldb-libedit.patch)

2017-05-25 Thread Evangelos Foutras
Date: Friday, May 26, 2017 @ 00:06:04
  Author: foutrelis
Revision: 296634

upgpkg: llvm 4.0.0-3

Re-enable libedit in LLDB and patch the latter to work properly with
recent versions of libedit (FS#49974).

Added:
  llvm/trunk/lldb-libedit.patch
Modified:
  llvm/trunk/PKGBUILD

+
 PKGBUILD   |6 ++-
 lldb-libedit.patch |   98 +++
 2 files changed, 102 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 23:50:09 UTC (rev 296633)
+++ PKGBUILD2017-05-26 00:06:04 UTC (rev 296634)
@@ -11,7 +11,7 @@
 
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'lld' 'lldb' 'clang' 
'clang-tools-extra')
 pkgver=4.0.0
-pkgrel=2
+pkgrel=3
 _ocaml_ver=4.04.1
 arch=('i686' 'x86_64')
 url="http://llvm.org/";
@@ -32,6 +32,7 @@
 0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
 0001-AMDGPU-Fix-bug-31610.patch
 lldb-gcc7.patch
+lldb-libedit.patch
 llvm-config.h)
 sha256sums=('8d10511df96e73b8ff9e7abbfb4d4d432edbdbe965f1f4f07afaf370b8a533be'
 'SKIP'
@@ -50,6 +51,7 @@
 'a33a0106909b04c2a551a817d7184462e62995abaa01e5940cd3e67d28f141d5'
 'cddd04be4fd822e03ff16b7640618e424d475d3bf04494c0d38aa225b920f00e'
 '10cca2f593c711b1b547f479f9f783ab88f9a64b356519d9aa1367e0ff6da73a'
+'b80bda6dc26792e499b3150e13c3017be4a65280b4b9f5c9f4c07b55a46d93b6'
 '597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
 validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
 
@@ -67,6 +69,7 @@
   patch -Np1 -d tools/clang/tools/extra 
<../0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
   patch -Np1 -d tools/lld 
<../0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
   patch -Np0 -d tools/lldb <../lldb-gcc7.patch
+  patch -Np1 -d tools/lldb <../lldb-libedit.patch
 
   mkdir build
 }
@@ -86,7 +89,6 @@
 -DLLVM_BUILD_DOCS=ON \
 -DLLVM_ENABLE_SPHINX=ON \
 -DLLVM_ENABLE_DOXYGEN=OFF \
--DLLDB_DISABLE_LIBEDIT=1 \
 -DSPHINX_WARNINGS_AS_ERRORS=OFF \
 -DFFI_INCLUDE_DIR=$(pkg-config --variable=includedir libffi) \
 -DLLVM_BINUTILS_INCDIR=/usr/include \

Added: lldb-libedit.patch
===
--- lldb-libedit.patch  (rev 0)
+++ lldb-libedit.patch  2017-05-26 00:06:04 UTC (rev 296634)
@@ -0,0 +1,98 @@
+From 9ad9480c3a380a04b3dbe869c0675d6bba37247b Mon Sep 17 00:00:00 2001
+From: Kamil Rytarowski 
+Date: Thu, 25 May 2017 20:12:30 +
+Subject: [PATCH] Fix bug #28898 lldb: libedit produces garbled, unusable input
+ on Linux
+
+Apply patch from Christos Zoulas, upstream libedit developer.
+It has been tested on NetBSD/amd64.
+
+New code supports combination of wide libedit and disabled
+LLDB_EDITLINE_USE_WCHAR, which was the popular case on Linux
+systems.
+
+
+git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@303907 
91177308-0d34-0410-b5e6-96231b3b80d8
+---
+ include/lldb/Host/Editline.h| 12 +---
+ source/Host/common/Editline.cpp |  8 
+ 2 files changed, 13 insertions(+), 7 deletions(-)
+
+diff --git a/include/lldb/Host/Editline.h b/include/lldb/Host/Editline.h
+index 2b1a8e0..0b75e9c 100644
+--- a/include/lldb/Host/Editline.h
 b/include/lldb/Host/Editline.h
+@@ -82,8 +82,14 @@ using EditLineStringStreamType = std::stringstream;
+ using EditLineCharType = char;
+ #endif
+ 
++#ifdef EL_CLIENTDATA  /* editline with wide support + wide char read function 
*/
++using EditLineGetCharType = wchar_t;
++#else
++using EditLineGetCharType = char;
++#endif
++
+ typedef int (*EditlineGetCharCallbackType)(::EditLine *editline,
+-   EditLineCharType *c);
++   EditLineGetCharType *c);
+ typedef unsigned char (*EditlineCommandCallbackType)(::EditLine *editline,
+  int ch);
+ typedef const char *(*EditlinePromptCallbackType)(::EditLine *editline);
+@@ -270,7 +276,7 @@ private:
+ 
+   /// Character reading implementation for EditLine that supports our 
multi-line
+   /// editing trickery.
+-  int GetCharacter(EditLineCharType *c);
++  int GetCharacter(EditLineGetCharType *c);
+ 
+   /// Prompt implementation for EditLine.
+   const char *Prompt();
+@@ -323,7 +329,7 @@ private:
+   /// single or multi-line editing.
+   void ConfigureEditor(bool multiline);
+ 
+-  bool CompleteCharacter(char ch, EditLineCharType &out);
++  bool CompleteCharacter(char ch, EditLineGetCharType &out);
+ 
+ private:
+ #if LLDB_EDITLINE_USE_WCHAR
+diff --git a/source/Host/common/Editline.cpp b/source/Host/common/Editline.cpp
+index 7d4b398..7b580dd 100644
+--- a/source/Host/common/Editline.cpp
 b/source/Host/common/Editline.cpp
+@@ -474,7 +474,7 @@ unsigned char Editline::RecallHistory(bool earlier) {
+   return CC_NE

[arch-commits] Commit in gnokii/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:53:35
  Author: foutrelis
Revision: 230337

MariaDB 10.2.6 rebuild

Modified:
  gnokii/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 23:51:15 UTC (rev 230336)
+++ PKGBUILD2017-05-25 23:53:35 UTC (rev 230337)
@@ -6,7 +6,7 @@
 
 pkgname=gnokii
 pkgver=0.6.31
-pkgrel=12
+pkgrel=13
 pkgdesc="Tools and user space driver for use with mobile phones"
 arch=('i686' 'x86_64')
 url="http://www.gnokii.org/";


[arch-commits] Commit in gnokii/repos (14 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:53:48
  Author: foutrelis
Revision: 230338

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnokii/repos/community-staging-i686/
  gnokii/repos/community-staging-i686/PKGBUILD
(from rev 230337, gnokii/trunk/PKGBUILD)
  gnokii/repos/community-staging-i686/gnokii-config.patch
(from rev 230337, gnokii/trunk/gnokii-config.patch)
  gnokii/repos/community-staging-i686/gnokii-gcc5.patch
(from rev 230337, gnokii/trunk/gnokii-gcc5.patch)
  gnokii/repos/community-staging-i686/gnokii-gcc7.patch
(from rev 230337, gnokii/trunk/gnokii-gcc7.patch)
  gnokii/repos/community-staging-i686/gnokii-lock.patch
(from rev 230337, gnokii/trunk/gnokii-lock.patch)
  gnokii/repos/community-staging-i686/gnokii.install
(from rev 230337, gnokii/trunk/gnokii.install)
  gnokii/repos/community-staging-x86_64/
  gnokii/repos/community-staging-x86_64/PKGBUILD
(from rev 230337, gnokii/trunk/PKGBUILD)
  gnokii/repos/community-staging-x86_64/gnokii-config.patch
(from rev 230337, gnokii/trunk/gnokii-config.patch)
  gnokii/repos/community-staging-x86_64/gnokii-gcc5.patch
(from rev 230337, gnokii/trunk/gnokii-gcc5.patch)
  gnokii/repos/community-staging-x86_64/gnokii-gcc7.patch
(from rev 230337, gnokii/trunk/gnokii-gcc7.patch)
  gnokii/repos/community-staging-x86_64/gnokii-lock.patch
(from rev 230337, gnokii/trunk/gnokii-lock.patch)
  gnokii/repos/community-staging-x86_64/gnokii.install
(from rev 230337, gnokii/trunk/gnokii.install)

--+
 community-staging-i686/PKGBUILD  |   77 +
 community-staging-i686/gnokii-config.patch   |   12 +++
 community-staging-i686/gnokii-gcc5.patch |   27 
 community-staging-i686/gnokii-gcc7.patch |   13 
 community-staging-i686/gnokii-lock.patch |   15 
 community-staging-i686/gnokii.install|3 
 community-staging-x86_64/PKGBUILD|   77 +
 community-staging-x86_64/gnokii-config.patch |   12 +++
 community-staging-x86_64/gnokii-gcc5.patch   |   27 
 community-staging-x86_64/gnokii-gcc7.patch   |   13 
 community-staging-x86_64/gnokii-lock.patch   |   15 
 community-staging-x86_64/gnokii.install  |3 
 12 files changed, 294 insertions(+)

Copied: gnokii/repos/community-staging-i686/PKGBUILD (from rev 230337, 
gnokii/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 23:53:48 UTC (rev 230338)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+# Contributor: Aurelien Foret 
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=13
+pkgdesc="Tools and user space driver for use with mobile phones"
+arch=('i686' 'x86_64')
+url="http://www.gnokii.org/";
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite' 'systemd')
+makedepends=('gtk2' 'libmariadb' 'postgresql-libs' 'intltool')
+optdepends=('dialog: sendsms tool'
+'gtk2: xgnokii GUI'
+'libmariadb: smsd mysql backend'
+'postgresql-libs: smsd postgresql backend')
+backup=('etc/gnokiirc')
+install=$pkgname.install
+source=("https://www.gnokii.org/download/$pkgname/$pkgname-$pkgver.tar.bz2";
+'gnokii-config.patch'
+'gnokii-lock.patch'
+'gnokii-gcc5.patch'
+'gnokii-gcc7.patch')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'b2961b52ac1f770c4704ccc50b64fde2'
+ '17b629db85a6bb2b98ca59941aa95295'
+ '5bcf2dadd31a826d1f80b53bb37d9bd0'
+ '338e376185ff5323c5fdd3538890f776')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Set bindir location
+  patch -Np1 -i "$srcdir/gnokii-config.patch"
+
+  # Set lock path
+  patch -Np1 -i "$srcdir/gnokii-lock.patch"
+
+  # Fix build with GCC 5 (Fedora patch)
+  patch -Np1 -i "$srcdir/gnokii-gcc5.patch"
+
+  # Fix build with GCC 7
+  patch -Np1 -i "$srcdir/gnokii-gcc7.patch"
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
+  --enable-security
+  make
+  pushd xgnokii
+  make
+  popd
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  pushd xgnokii
+  make DESTDIR="$pkgdir" install
+  popd
+
+  # Install initial config file
+  install -Dm644 Docs/sample/gnokiirc "$pkgdir/etc/gnokiirc"
+
+  # Fix file permission
+  chmod 755 "$pkgdir/usr/bin/sendsms"
+
+  # Setup lock directory
+  install -dm755 "$pkgdir"/usr/lib/{sysusers,tmpfiles}.d
+  echo 'g lock - - -' > "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  echo 'd /run/lock/lockdev 0775 root lock -' > 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}

Copied: gnokii/repos/community-staging-i686/gnokii-config.patch (from rev 
230337, gnokii/trunk/gnokii-config.patch)
==

[arch-commits] Commit in dovecot/repos (8 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:51:15
  Author: foutrelis
Revision: 230336

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  dovecot/repos/community-staging-i686/
  dovecot/repos/community-staging-i686/PKGBUILD
(from rev 230335, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-staging-i686/dovecot.install
(from rev 230335, dovecot/trunk/dovecot.install)
  dovecot/repos/community-staging-i686/dovecot.tmpfilesd
(from rev 230335, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/community-staging-x86_64/
  dovecot/repos/community-staging-x86_64/PKGBUILD
(from rev 230335, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-staging-x86_64/dovecot.install
(from rev 230335, dovecot/trunk/dovecot.install)
  dovecot/repos/community-staging-x86_64/dovecot.tmpfilesd
(from rev 230335, dovecot/trunk/dovecot.tmpfilesd)

+
 community-staging-i686/PKGBUILD|   94 +++
 community-staging-i686/dovecot.install |   10 ++
 community-staging-i686/dovecot.tmpfilesd   |1 
 community-staging-x86_64/PKGBUILD  |   94 +++
 community-staging-x86_64/dovecot.install   |   10 ++
 community-staging-x86_64/dovecot.tmpfilesd |1 
 6 files changed, 210 insertions(+)

Copied: dovecot/repos/community-staging-i686/PKGBUILD (from rev 230335, 
dovecot/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 23:51:15 UTC (rev 230336)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 
+# Contributor: Paul Mattal 
+# Contributor: Federico Quagliata (quaqo) 
+# Contributor: GARETTE Emmanuel 
+
+# --->>> remember to rebuild/bump pigeonhole in one step <<<---
+
+pkgname=dovecot
+pkgver=2.2.29.1
+pkgrel=2
+
+pkgdesc="An IMAP and POP3 server written with security primarily in mind"
+url="http://dovecot.org/";
+arch=('i686' 'x86_64')
+license=("LGPL")
+
+depends=('krb5' 'openssl' 'sqlite' 'libmariadb'
+ 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
+makedepends=('libcap' 'libldap' 'clucene')
+optdepends=('libldap: ldap plugin'
+'xz: imap zlib  plugin'
+'clucene: alternative FTS indexer')
+
+provides=('imap-server' 'pop3-server')
+
+install=dovecot.install
+
+source=("https://dovecot.org/releases/2.2/dovecot-$pkgver.tar.gz"{,.sig}
+dovecot.tmpfilesd)
+
+sha256sums=('ccfa9ffb7eb91e9e87c21c108324b911250c9ffa838bffb64b1caafadcb0f388'
+'SKIP'
+'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
+validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

+
+prepare() {
+  cd dovecot-$pkgver
+  # fix path in helper script
+  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
+}
+
+build() {
+  cd dovecot-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--with-moduledir=/usr/lib/dovecot/modules \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--disable-static \
+--with-nss \
+--with-pam \
+--with-mysql \
+--with-pgsql \
+--with-sqlite \
+--with-ssl=openssl \
+--with-ssldir=/etc/ssl \
+--with-gssapi \
+--with-ldap=plugin \
+--with-zlib \
+--with-bzlib \
+--with-lzma \
+--with-lz4 \
+--with-libcap \
+--with-solr \
+--with-lucene \
+--with-docs
+
+  make
+}
+
+check() {
+  cd dovecot-$pkgver
+  make check
+}
+
+package() {
+  # system user/group dovenull - 74
+  # system user/group dovecot  - 76
+
+  cd dovecot-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/dovecot.tmpfilesd" \
+"$pkgdir/usr/lib/tmpfiles.d/dovecot.conf"
+  install -d -m755 "$pkgdir/etc/dovecot/conf.d"
+  rm -f $pkgdir/etc/dovecot/README
+
+  # install mkcert helper script
+  install -m 755  doc/mkcert.sh "$pkgdir/usr/lib/dovecot/mkcert.sh"
+}

Copied: dovecot/repos/community-staging-i686/dovecot.install (from rev 230335, 
dovecot/trunk/dovecot.install)
===
--- community-staging-i686/dovecot.install  (rev 0)
+++ community-staging-i686/dovecot.install  2017-05-25 23:51:15 UTC (rev 
230336)
@@ -0,0 +1,10 @@
+post_install() {
+  getent group dovenull &> /dev/null || groupadd -g 74 dovenull &> /dev/null
+  getent group dovecot &> /dev/null  || groupadd -g 76 dovecot &> /dev/null
+  getent passwd dovenull &> /dev/null || useradd -s /sbin/nologin -c "Dovecot 
user for completely untrustworthy processes" -d /var/empty -u 74 -g dovenull -r 
dovenull &> /dev/null
+  getent passwd dovecot &> /dev/null  || useradd 

[arch-commits] Commit in dovecot/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:50:59
  Author: foutrelis
Revision: 230335

MariaDB 10.2.6 rebuild

Modified:
  dovecot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 23:50:00 UTC (rev 230334)
+++ PKGBUILD2017-05-25 23:50:59 UTC (rev 230335)
@@ -10,7 +10,7 @@
 
 pkgname=dovecot
 pkgver=2.2.29.1
-pkgrel=1
+pkgrel=2
 
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 url="http://dovecot.org/";


[arch-commits] Commit in zabbix/repos (32 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:50:09
  Author: foutrelis
Revision: 296633

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  zabbix/repos/staging-i686/
  zabbix/repos/staging-i686/PKGBUILD
(from rev 296632, zabbix/trunk/PKGBUILD)
  zabbix/repos/staging-i686/zabbix-agent.service
(from rev 296632, zabbix/trunk/zabbix-agent.service)
  zabbix/repos/staging-i686/zabbix-agent.sysusers
(from rev 296632, zabbix/trunk/zabbix-agent.sysusers)
  zabbix/repos/staging-i686/zabbix-agent.tmpfiles
(from rev 296632, zabbix/trunk/zabbix-agent.tmpfiles)
  zabbix/repos/staging-i686/zabbix-proxy-mysql.service
(from rev 296632, zabbix/trunk/zabbix-proxy-mysql.service)
  zabbix/repos/staging-i686/zabbix-proxy-pgsql.service
(from rev 296632, zabbix/trunk/zabbix-proxy-pgsql.service)
  zabbix/repos/staging-i686/zabbix-proxy-sqlite.service
(from rev 296632, zabbix/trunk/zabbix-proxy-sqlite.service)
  zabbix/repos/staging-i686/zabbix-proxy.sysusers
(from rev 296632, zabbix/trunk/zabbix-proxy.sysusers)
  zabbix/repos/staging-i686/zabbix-proxy.tmpfiles
(from rev 296632, zabbix/trunk/zabbix-proxy.tmpfiles)
  zabbix/repos/staging-i686/zabbix-server-mysql.service
(from rev 296632, zabbix/trunk/zabbix-server-mysql.service)
  zabbix/repos/staging-i686/zabbix-server-pgsql.service
(from rev 296632, zabbix/trunk/zabbix-server-pgsql.service)
  zabbix/repos/staging-i686/zabbix-server-sqlite.service
(from rev 296632, zabbix/trunk/zabbix-server-sqlite.service)
  zabbix/repos/staging-i686/zabbix-server.install
(from rev 296632, zabbix/trunk/zabbix-server.install)
  zabbix/repos/staging-i686/zabbix-server.sysusers
(from rev 296632, zabbix/trunk/zabbix-server.sysusers)
  zabbix/repos/staging-i686/zabbix-server.tmpfiles
(from rev 296632, zabbix/trunk/zabbix-server.tmpfiles)
  zabbix/repos/staging-x86_64/
  zabbix/repos/staging-x86_64/PKGBUILD
(from rev 296632, zabbix/trunk/PKGBUILD)
  zabbix/repos/staging-x86_64/zabbix-agent.service
(from rev 296632, zabbix/trunk/zabbix-agent.service)
  zabbix/repos/staging-x86_64/zabbix-agent.sysusers
(from rev 296632, zabbix/trunk/zabbix-agent.sysusers)
  zabbix/repos/staging-x86_64/zabbix-agent.tmpfiles
(from rev 296632, zabbix/trunk/zabbix-agent.tmpfiles)
  zabbix/repos/staging-x86_64/zabbix-proxy-mysql.service
(from rev 296632, zabbix/trunk/zabbix-proxy-mysql.service)
  zabbix/repos/staging-x86_64/zabbix-proxy-pgsql.service
(from rev 296632, zabbix/trunk/zabbix-proxy-pgsql.service)
  zabbix/repos/staging-x86_64/zabbix-proxy-sqlite.service
(from rev 296632, zabbix/trunk/zabbix-proxy-sqlite.service)
  zabbix/repos/staging-x86_64/zabbix-proxy.sysusers
(from rev 296632, zabbix/trunk/zabbix-proxy.sysusers)
  zabbix/repos/staging-x86_64/zabbix-proxy.tmpfiles
(from rev 296632, zabbix/trunk/zabbix-proxy.tmpfiles)
  zabbix/repos/staging-x86_64/zabbix-server-mysql.service
(from rev 296632, zabbix/trunk/zabbix-server-mysql.service)
  zabbix/repos/staging-x86_64/zabbix-server-pgsql.service
(from rev 296632, zabbix/trunk/zabbix-server-pgsql.service)
  zabbix/repos/staging-x86_64/zabbix-server-sqlite.service
(from rev 296632, zabbix/trunk/zabbix-server-sqlite.service)
  zabbix/repos/staging-x86_64/zabbix-server.install
(from rev 296632, zabbix/trunk/zabbix-server.install)
  zabbix/repos/staging-x86_64/zabbix-server.sysusers
(from rev 296632, zabbix/trunk/zabbix-server.sysusers)
  zabbix/repos/staging-x86_64/zabbix-server.tmpfiles
(from rev 296632, zabbix/trunk/zabbix-server.tmpfiles)

-+
 staging-i686/PKGBUILD   |  183 ++
 staging-i686/zabbix-agent.service   |   11 +
 staging-i686/zabbix-agent.sysusers  |1 
 staging-i686/zabbix-agent.tmpfiles  |1 
 staging-i686/zabbix-proxy-mysql.service |   12 +
 staging-i686/zabbix-proxy-pgsql.service |   12 +
 staging-i686/zabbix-proxy-sqlite.service|   12 +
 staging-i686/zabbix-proxy.sysusers  |1 
 staging-i686/zabbix-proxy.tmpfiles  |1 
 staging-i686/zabbix-server-mysql.service|   12 +
 staging-i686/zabbix-server-pgsql.service|   12 +
 staging-i686/zabbix-server-sqlite.service   |   12 +
 staging-i686/zabbix-server.install  |   12 +
 staging-i686/zabbix-server.sysusers |1 
 staging-i686/zabbix-server.tmpfiles |1 
 staging-x86_64/PKGBUILD |  183 ++
 staging-x86_64/zabbix-agent.service |   11 +
 staging-x86_64/zabbix-agent.sysusers|1 
 staging-x86_64/zabbix-agent.tmpfiles|1 
 staging-x86_64/zabbix-proxy-mysql.service   |   12 +
 staging-x86_64/zabbix-proxy-pgsql.service   |   12 +
 staging-x86_64/zabbix-proxy-sqlite.service  |   12 +
 staging-x86_64/zabbix-proxy.sysusers|1 
 staging-x86_64/zabbix-proxy.tmpfiles|1 
 staging-x86_64/zabbix-server-mysql.service  | 

[arch-commits] Commit in zabbix/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:49:41
  Author: foutrelis
Revision: 296632

MariaDB 10.2.6 rebuild

Modified:
  zabbix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 23:40:30 UTC (rev 296631)
+++ PKGBUILD2017-05-25 23:49:41 UTC (rev 296632)
@@ -5,7 +5,7 @@
 pkgbase=zabbix
 pkgname=(zabbix-server zabbix-agent zabbix-proxy zabbix-frontend-php)
 pkgver=3.2.6
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url='http://www.zabbix.com/'
 license=(GPL)


[arch-commits] Commit in gnokii/trunk (gnokii-gcc7.patch)

2017-05-25 Thread Christian Hesse
Date: Thursday, May 25, 2017 @ 23:50:00
  Author: eworm
Revision: 230334

add missing file

Added:
  gnokii/trunk/gnokii-gcc7.patch

---+
 gnokii-gcc7.patch |   13 +
 1 file changed, 13 insertions(+)

Added: gnokii-gcc7.patch
===
--- gnokii-gcc7.patch   (rev 0)
+++ gnokii-gcc7.patch   2017-05-25 23:50:00 UTC (rev 230334)
@@ -0,0 +1,13 @@
+diff --git a/common/gsm-filetypes.c b/common/gsm-filetypes.c
+index b4ceea1..264420a 100644
+--- a/common/gsm-filetypes.c
 b/common/gsm-filetypes.c
+@@ -1409,7 +1409,7 @@ static int get_next_token(char *src, int delim)
+ #define GET_NEXT_TOKEN()  o = get_next_token(line + offset, ';')
+ #define STORE_TOKEN(a)strip_slashes(a, line + offset, 
sizeof(a) - 1, o - 1)
+ 
+-inline int local_atoi(char *str, int len)
++int local_atoi(char *str, int len)
+ {
+   int retval;
+   char *aux = strndup(str, len);


[arch-commits] Commit in poco/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:46:56
  Author: foutrelis
Revision: 230332

MariaDB 10.2.6 rebuild

Modified:
  poco/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 23:44:00 UTC (rev 230331)
+++ PKGBUILD2017-05-25 23:46:56 UTC (rev 230332)
@@ -8,7 +8,7 @@
 pkgname=poco
 _pkgver=1.7.8p2
 pkgver=${_pkgver/p/.}
-pkgrel=1
+pkgrel=2
 pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
 arch=('i686' 'x86_64')
 url="http://www.pocoproject.org/";


[arch-commits] Commit in poco/repos (4 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:47:04
  Author: foutrelis
Revision: 230333

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  poco/repos/community-staging-i686/
  poco/repos/community-staging-i686/PKGBUILD
(from rev 230332, poco/trunk/PKGBUILD)
  poco/repos/community-staging-x86_64/
  poco/repos/community-staging-x86_64/PKGBUILD
(from rev 230332, poco/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: poco/repos/community-staging-i686/PKGBUILD (from rev 230332, 
poco/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 23:47:04 UTC (rev 230333)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+_pkgver=1.7.8p2
+pkgver=${_pkgver/p/.}
+pkgrel=2
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('i686' 'x86_64')
+url="http://www.pocoproject.org/";
+license=('custom:boost')
+depends=('libmariadb' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
+sha256sums=('ef1699156b57d642024e658d8e7441c91e2c134b26e77c95a97f12449e901684')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}

Copied: poco/repos/community-staging-x86_64/PKGBUILD (from rev 230332, 
poco/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-25 23:47:04 UTC (rev 230333)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+_pkgver=1.7.8p2
+pkgver=${_pkgver/p/.}
+pkgrel=2
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('i686' 'x86_64')
+url="http://www.pocoproject.org/";
+license=('custom:boost')
+depends=('libmariadb' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
+sha256sums=('ef1699156b57d642024e658d8e7441c91e2c134b26e77c95a97f12449e901684')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}


[arch-commits] Commit in gnokii/trunk (PKGBUILD)

2017-05-25 Thread Christian Hesse
Date: Thursday, May 25, 2017 @ 23:44:00
  Author: eworm
Revision: 230331

fix build with gcc 7.x

Modified:
  gnokii/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 23:42:38 UTC (rev 230330)
+++ PKGBUILD2017-05-25 23:44:00 UTC (rev 230331)
@@ -22,11 +22,13 @@
 source=("https://www.gnokii.org/download/$pkgname/$pkgname-$pkgver.tar.bz2";
 'gnokii-config.patch'
 'gnokii-lock.patch'
-   'gnokii-gcc5.patch')
+'gnokii-gcc5.patch'
+'gnokii-gcc7.patch')
 md5sums=('d9627f4a1152d3ea7806df4532850d5f'
  'b2961b52ac1f770c4704ccc50b64fde2'
  '17b629db85a6bb2b98ca59941aa95295'
- '5bcf2dadd31a826d1f80b53bb37d9bd0')
+ '5bcf2dadd31a826d1f80b53bb37d9bd0'
+ '338e376185ff5323c5fdd3538890f776')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -39,6 +41,9 @@
 
   # Fix build with GCC 5 (Fedora patch)
   patch -Np1 -i "$srcdir/gnokii-gcc5.patch"
+
+  # Fix build with GCC 7
+  patch -Np1 -i "$srcdir/gnokii-gcc7.patch"
 }
 
 build() {


[arch-commits] Commit in dspam/repos (14 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:42:38
  Author: foutrelis
Revision: 230330

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  dspam/repos/community-staging-i686/
  dspam/repos/community-staging-i686/PKGBUILD
(from rev 230329, dspam/trunk/PKGBUILD)
  dspam/repos/community-staging-i686/dspam.install
(from rev 230329, dspam/trunk/dspam.install)
  dspam/repos/community-staging-i686/dspam.logrotated
(from rev 230329, dspam/trunk/dspam.logrotated)
  dspam/repos/community-staging-i686/dspam.service
(from rev 230329, dspam/trunk/dspam.service)
  dspam/repos/community-staging-i686/dspam.tmpfiles
(from rev 230329, dspam/trunk/dspam.tmpfiles)
  dspam/repos/community-staging-i686/dspam_maintenance.cron
(from rev 230329, dspam/trunk/dspam_maintenance.cron)
  dspam/repos/community-staging-x86_64/
  dspam/repos/community-staging-x86_64/PKGBUILD
(from rev 230329, dspam/trunk/PKGBUILD)
  dspam/repos/community-staging-x86_64/dspam.install
(from rev 230329, dspam/trunk/dspam.install)
  dspam/repos/community-staging-x86_64/dspam.logrotated
(from rev 230329, dspam/trunk/dspam.logrotated)
  dspam/repos/community-staging-x86_64/dspam.service
(from rev 230329, dspam/trunk/dspam.service)
  dspam/repos/community-staging-x86_64/dspam.tmpfiles
(from rev 230329, dspam/trunk/dspam.tmpfiles)
  dspam/repos/community-staging-x86_64/dspam_maintenance.cron
(from rev 230329, dspam/trunk/dspam_maintenance.cron)

-+
 community-staging-i686/PKGBUILD |   91 ++
 community-staging-i686/dspam.install|   38 +
 community-staging-i686/dspam.logrotated |   10 ++
 community-staging-i686/dspam.service|   11 ++
 community-staging-i686/dspam.tmpfiles   |1 
 community-staging-i686/dspam_maintenance.cron   |6 +
 community-staging-x86_64/PKGBUILD   |   91 ++
 community-staging-x86_64/dspam.install  |   38 +
 community-staging-x86_64/dspam.logrotated   |   10 ++
 community-staging-x86_64/dspam.service  |   11 ++
 community-staging-x86_64/dspam.tmpfiles |1 
 community-staging-x86_64/dspam_maintenance.cron |6 +
 12 files changed, 314 insertions(+)

Copied: dspam/repos/community-staging-i686/PKGBUILD (from rev 230329, 
dspam/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 23:42:38 UTC (rev 230330)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=dspam
+pkgver=3.10.2
+pkgrel=15
+pkgdesc="A scalable, open-source statistical anti-spam filter"
+arch=('i686' 'x86_64')
+url="http://nuclearelephant.com/";
+backup=('etc/dspam/dspam.conf'
+   'srv/http/dspam/cgi-bin/admins'
+   'srv/http/dspam/cgi-bin/subadmins')
+license=("GPL")
+depends=(readline libcap ncurses zlib openssl)
+makedepends=('libmariadb' 'postgresql-libs' 'db' 'sqlite' 'libldap')
+optdepends=('libmariadb: MariaDB support'
+   'postgresql-libs: PostgreSQL support'
+   'db: BerkeleyDB support'
+   'sqlite: SQLite support'
+   'clamav: ClamAV support'
+   'libldap: external lookup support')
+options=('zipman' 'docs')
+install=$pkgname.install
+validpgpkeys=('C26F374F5E13157B5B427A1B93DF319D7D54EFF5')
+source=(http://downloads.sourceforge.net/project/dspam/dspam/dspam-$pkgver/dspam-$pkgver.tar.gz{,.asc}
+   dspam.logrotated
+   dspam.service
+   dspam.tmpfiles
+   dspam_maintenance.cron)
+sha256sums=('ae76569604021f35b741fb95198a1e611a8c64c3838661973a6cf360bba593a9'
+'SKIP'
+'4177ff6d65011ff72d22389d7af4a13feaad034d3d68d9fafb7f5dc2518952de'
+'d1088a4ba9e7c4ee17915b9955a20af826a3d6ccd75d92873510e51a00394bc8'
+'7b7e44e081e6accb909b9af3663f416b7dbe030c1326355737f3150021a82bf4'
+'054297d274acb3622653bb1ddf0af92721d8cdd7521ba31ecca7491004879ebb')
+
+build() {
+  OPTS="--with-dspam-owner=dspam --with-dspam-group=dspam 
--with-dspam-home-group=dspam --with-dspam-mode=2510 \
+   --enable-daemon --enable-virtual-users --enable-large-scale 
--enable-long-usernames --enable-external-lookup \
+   --enable-split-configuration --enable-syslog --enable-clamav \
+   --with-dspam-home=/var/lib/dspam --with-logdir=/var/log/dspam 
--with-logfile=/var/log/dspam/dspam.log \
+   --with-mysql-includes=/usr/include/mysql 
--with-mysql-libraries=/usr/lib \
+   
--with-storage-driver="hash_drv,mysql_drv,libdb4_drv,pgsql_drv,sqlite3_drv" 
--enable-preferences-extension"
+
+  export CFLAGS="-O2"
+  unset LDFLAGS
+
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc/dspam --localstatedir=/var 
${OPTS}
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make 

[arch-commits] Commit in dspam/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:42:25
  Author: foutrelis
Revision: 230329

MariaDB 10.2.6 rebuild

Modified:
  dspam/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 23:39:16 UTC (rev 230328)
+++ PKGBUILD2017-05-25 23:42:25 UTC (rev 230329)
@@ -4,7 +4,7 @@
 
 pkgname=dspam
 pkgver=3.10.2
-pkgrel=14
+pkgrel=15
 pkgdesc="A scalable, open-source statistical anti-spam filter"
 arch=('i686' 'x86_64')
 url="http://nuclearelephant.com/";


[arch-commits] Commit in qt4/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:39:55
  Author: foutrelis
Revision: 296630

MariaDB 10.2.6 rebuild

Modified:
  qt4/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 23:35:16 UTC (rev 296629)
+++ PKGBUILD2017-05-25 23:39:55 UTC (rev 296630)
@@ -5,7 +5,7 @@
 
 pkgname=qt4
 pkgver=4.8.7
-pkgrel=20
+pkgrel=21
 arch=('i686' 'x86_64')
 url='http://www.qt.io'
 license=('GPL3' 'LGPL' 'FDL' 'custom')


[arch-commits] Commit in backuppc/repos (20 files)

2017-05-25 Thread Sébastien Luttringer
Date: Thursday, May 25, 2017 @ 23:39:16
  Author: seblu
Revision: 230328

archrelease: copy trunk to community-x86_64, community-i686

Added:
  backuppc/repos/community-i686/01-fix-edit-compound.patch
(from rev 230327, backuppc/trunk/01-fix-edit-compound.patch)
  backuppc/repos/community-i686/PKGBUILD
(from rev 230327, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-i686/backuppc.httpd
(from rev 230327, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-i686/backuppc.install
(from rev 230327, backuppc/trunk/backuppc.install)
  backuppc/repos/community-i686/backuppc.profile.csh
(from rev 230327, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-i686/backuppc.profile.sh
(from rev 230327, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-i686/backuppc.service
(from rev 230327, backuppc/trunk/backuppc.service)
  backuppc/repos/community-i686/backuppc.sysusers
(from rev 230327, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-i686/backuppc.tmpfiles
(from rev 230327, backuppc/trunk/backuppc.tmpfiles)
  backuppc/repos/community-x86_64/01-fix-edit-compound.patch
(from rev 230327, backuppc/trunk/01-fix-edit-compound.patch)
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 230327, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 230327, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 230327, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 230327, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 230327, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 230327, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 230327, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 230327, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-i686/01-fix-edit-compound.patch
  backuppc/repos/community-x86_64/01-fix-edit-compound.patch

-+
 /01-fix-edit-compound.patch |  296 ++
 community-i686/01-fix-edit-compound.patch   |  148 -
 community-i686/PKGBUILD |  131 +++
 community-i686/backuppc.httpd   |   21 +
 community-i686/backuppc.install |   23 ++
 community-i686/backuppc.profile.csh |1 
 community-i686/backuppc.profile.sh  |3 
 community-i686/backuppc.service |   11 
 community-i686/backuppc.sysusers|1 
 community-i686/backuppc.tmpfiles|1 
 community-x86_64/01-fix-edit-compound.patch |  148 -
 community-x86_64/PKGBUILD   |  131 +++
 community-x86_64/backuppc.httpd |   21 +
 community-x86_64/backuppc.install   |   23 ++
 community-x86_64/backuppc.profile.csh   |1 
 community-x86_64/backuppc.profile.sh|3 
 community-x86_64/backuppc.service   |   11 
 community-x86_64/backuppc.sysusers  |1 
 community-x86_64/backuppc.tmpfiles  |1 
 19 files changed, 680 insertions(+), 296 deletions(-)

Deleted: community-i686/01-fix-edit-compound.patch
===
--- community-i686/01-fix-edit-compound.patch   2017-05-25 23:35:56 UTC (rev 
230327)
+++ community-i686/01-fix-edit-compound.patch   2017-05-25 23:39:16 UTC (rev 
230328)
@@ -1,148 +0,0 @@
-From 7936184a9ec049fef3d0d67e012b23d79eb336f1 Mon Sep 17 00:00:00 2001
-From: Craig Barratt 
-Date: Fri, 12 May 2017 01:00:41 -0700
-Subject: [PATCH] fixed editing of compound variables (eg, BackupFilesOnly)
- when main config.pl value is non-empty
-

- lib/BackupPC/CGI/EditConfig.pm | 58 +++---
- 1 file changed, 37 insertions(+), 21 deletions(-)
-
-diff --git a/lib/BackupPC/CGI/EditConfig.pm b/lib/BackupPC/CGI/EditConfig.pm
-index 5868dc2..747c488 100644
 a/lib/BackupPC/CGI/EditConfig.pm
-+++ b/lib/BackupPC/CGI/EditConfig.pm
-@@ -411,14 +411,14 @@ sub action
- #
- #print STDERR Dumper(\%In);
- foreach my $v ( sort(keys(%In)) ) {
--if ( $v =~ /^v_zZ_(\Q$var\E(_zZ_.*|$))/ ) {
--delete($In{$v}) if ( !defined($In{"orig_zZ_$1"}) );
-+if ( $v =~ /^v_((zZ_|flds_)\Q$var\E(_zZ_.*|$))/ ) {
-+delete($In{$v}) if ( !defined($In{"orig_$1"}) );
- }
--if ( $v =~ /^orig_zZ_(\Q$var\E(_zZ_.*|$))/ ) {
--$In{"v_zZ_$1"} = $In{$v};
-+if ( $v =~ /^orig_((zZ_|flds_)\Q$var\E(_zZ_.*|$))/ ) {
-+$In{"v_$1"} = $In{$v};
- }
- }
--d

[arch-commits] Commit in backuppc/repos/community-i686 (8 files)

2017-05-25 Thread Sébastien Luttringer
Date: Thursday, May 25, 2017 @ 23:35:56
  Author: seblu
Revision: 230327

archrelease: copy trunk to community-x86_64, community-i686

Deleted:
  backuppc/repos/community-i686/PKGBUILD
  backuppc/repos/community-i686/backuppc.httpd
  backuppc/repos/community-i686/backuppc.install
  backuppc/repos/community-i686/backuppc.profile.csh
  backuppc/repos/community-i686/backuppc.profile.sh
  backuppc/repos/community-i686/backuppc.service
  backuppc/repos/community-i686/backuppc.sysusers
  backuppc/repos/community-i686/backuppc.tmpfiles

--+
 PKGBUILD |  131 -
 backuppc.httpd   |   21 ---
 backuppc.install |   23 
 backuppc.profile.csh |1 
 backuppc.profile.sh  |3 -
 backuppc.service |   11 
 backuppc.sysusers|1 
 backuppc.tmpfiles|1 
 8 files changed, 192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-25 23:35:40 UTC (rev 230326)
+++ PKGBUILD2017-05-25 23:35:56 UTC (rev 230327)
@@ -1,131 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=backuppc
-pkgver=4.1.2
-_xsver=0.53
-_rbpcver=3.0.9.6
-pkgrel=2
-pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
-url='https://github.com/backuppc/backuppc/'
-license=('GPL2')
-arch=('x86_64' 'i686')
-makedepends=('git')
-depends=('glibc' 'popt' 'perl' 'par2cmdline' 'perl-archive-zip' 
'perl-io-dirent'
- 'perl-file-listing' 'perl-time-modules' 'perl-cgi' 'perl-xml-rss')
-optdepends=('openssh: ssh transfert support'
-'rsync: rsync transfert support'
-'smbclient: smb/cifs transfert support'
-'rrdtool: graphs of the pool usage ')
-source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC-$pkgver.tar.gz";
-
"https://github.com/backuppc/backuppc-xs/releases/download/v${_xsver//./_}/BackupPC-XS-${_xsver}.tar.gz";
-
"https://github.com/backuppc/rsync-bpc/releases/download/v${_rbpcver//./_}/rsync-bpc-${_rbpcver}.tar.gz";
-'01-fix-edit-compound.patch'
-"$pkgname.service"
-"$pkgname.sysusers"
-"$pkgname.tmpfiles"
-"$pkgname.profile.sh"
-"$pkgname.profile.csh"
-"$pkgname.httpd")
-install=$pkgname.install
-backup=("etc/$pkgname/config.pl"
-"etc/$pkgname/hosts"
-"etc/httpd/conf/extra/$pkgname.conf"
-"etc/$pkgname/$pkgname.users")
-md5sums=('51b6328747d7329fe0278329eaa22ac6'
- 'a6e58a97994e0128064ab16ee337f2f0'
- 'c3e4b850d5d522bd1df21555c4287448'
- '24f8fbf9732fb9c523d71fa3349211d4'
- '9d798d275eb737bcfd035d5277b6b4ce'
- 'd90840387358e5dd230cace0b2d6b53a'
- 'bda3ec3f4c75521c6869279eb16af2f8'
- '67a939aa63740c52d12bbdca72d37891'
- 'ef09e4dae5b4197998f5c3a74e0ec86d'
- '99e641c4f3ba4fbcc53e046ce7290ad5')
-
-prepare() {
-  cd BackupPC-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  ./configure --prefix=/usr/share/backuppc
-  make
-}
-
-package() {
-  msg2 'rsync-bpc'
-  cd "$srcdir"/rsync-bpc-$_rbpcver
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc-xs'
-  cd "$srcdir"/BackupPC-XS-$_xsver
-  perl Makefile.PL
-  make -j1 # parallel build fail
-  make install DESTDIR="$pkgdir"
-
-  msg2 'backuppc'
-  cd "$srcdir"/BackupPC-$pkgver
-  export PERLLIB="$pkgdir/usr/lib/perl5/site_perl/"
-  perl configure.pl \
---batch \
---no-set-perms \
---uid-ignore \
---hostname __HOSTNAME__ \
---compress-level 5 \
---backuppc-user=backuppc \
---dest-dir "$pkgdir" \
---fhs \
---install-dir /usr/share/$pkgname \
---config-dir /etc/$pkgname \
---cgi-dir /usr/share/$pkgname/cgi-bin \
---html-dir /usr/share/$pkgname/html \
---html-dir-url /backuppc \
---data-dir /var/lib/$pkgname \
---log-dir /var/log/$pkgname \
---run-dir /run/$pkgname \
---bin-path rsync_bpc=/usr/share/backuppc/bin/rsync_bpc \
---bin-path smbclient=/usr/bin/smbclient \
---bin-path nmblookup=/usr/bin/nmblookup \
---bin-path rsync=/usr/bin/rsync \
---bin-path ssh=/usr/bin/ssh \
---bin-path sendmail=/usr/bin/sendmail \
---bin-path ping=/usr/bin/ping \
---bin-path ping6=/usr/bin/ping \
---bin-path rrdtool=/usr/bin/rrdtool \
---
-  cd "$srcdir"
-  # systemd
-  install -D -m 644 $pkgname.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -D -m 644 $pkgname.sysusers 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  install -D -m 644 $pkgname.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-  # install shell profiles
-  install -D -m 7

[arch-commits] Commit in poco/trunk (PKGBUILD)

2017-05-25 Thread Christian Hesse
Date: Thursday, May 25, 2017 @ 23:35:40
  Author: eworm
Revision: 230326

upgpkg: poco 1.7.8.2-1

Modified:
  poco/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 23:34:26 UTC (rev 230325)
+++ PKGBUILD2017-05-25 23:35:40 UTC (rev 230326)
@@ -6,8 +6,9 @@
 # Contributor: Christopher Reimer 
 
 pkgname=poco
-pkgver=1.7.8
-pkgrel=2
+_pkgver=1.7.8p2
+pkgver=${_pkgver/p/.}
+pkgrel=1
 pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
 arch=('i686' 'x86_64')
 url="http://www.pocoproject.org/";
@@ -14,11 +15,11 @@
 license=('custom:boost')
 depends=('libmariadb' 'openssl' 'unixodbc')
 makedepends=('cmake')
-source=("http://pocoproject.org/releases/poco-${pkgver%p?}/poco-${pkgver}-all.tar.bz2";)
-sha256sums=('3177a0146e7fc78b4deb42b2e10fcbbf9e6594a68c410d6d59837d5b06fdf46f')
+source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
+sha256sums=('ef1699156b57d642024e658d8e7441c91e2c134b26e77c95a97f12449e901684')
 
 build() {
-  cd "${srcdir}/poco-${pkgver}-all"
+  cd "${srcdir}/poco-${_pkgver}-all"
   mkdir -p build
   cd build
   cmake \
@@ -29,7 +30,7 @@
 }
 
 package() {
-  cd "${srcdir}/poco-${pkgver}-all"/build
+  cd "${srcdir}/poco-${_pkgver}-all"/build
   make DESTDIR="${pkgdir}" install
   install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
 }


[arch-commits] Commit in backuppc/repos (25 files)

2017-05-25 Thread Sébastien Luttringer
Date: Thursday, May 25, 2017 @ 23:34:26
  Author: seblu
Revision: 230325

archrelease: copy trunk to community-x86_64, community-i686

Added:
  backuppc/repos/community-i686/01-fix-edit-compound.patch
(from rev 230324, backuppc/trunk/01-fix-edit-compound.patch)
  backuppc/repos/community-i686/PKGBUILD
(from rev 230324, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-i686/backuppc.httpd
(from rev 230324, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-i686/backuppc.install
(from rev 230324, backuppc/trunk/backuppc.install)
  backuppc/repos/community-i686/backuppc.profile.csh
(from rev 230324, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-i686/backuppc.profile.sh
(from rev 230324, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-i686/backuppc.service
(from rev 230324, backuppc/trunk/backuppc.service)
  backuppc/repos/community-i686/backuppc.sysusers
(from rev 230324, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-i686/backuppc.tmpfiles
(from rev 230324, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-i686/PKGBUILD
  backuppc/repos/community-i686/backuppc.httpd
  backuppc/repos/community-i686/backuppc.install
  backuppc/repos/community-i686/backuppc.profile.csh
  backuppc/repos/community-i686/backuppc.profile.sh
  backuppc/repos/community-i686/backuppc.service
  backuppc/repos/community-i686/backuppc.sysusers
  backuppc/repos/community-i686/backuppc.tmpfiles
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

---+
 /PKGBUILD |  131 
 /backuppc.httpd   |   21 +++
 /backuppc.install |   23 
 /backuppc.profile.csh |1 
 /backuppc.profile.sh  |3 
 /backuppc.service |   11 ++
 /backuppc.sysusers|1 
 /backuppc.tmpfiles|1 
 community-i686/01-fix-edit-compound.patch |  148 
 community-i686/PKGBUILD   |  129 
 community-i686/backuppc.httpd |   21 ---
 community-i686/backuppc.install   |   23 
 community-i686/backuppc.profile.csh   |1 
 community-i686/backuppc.profile.sh|3 
 community-i686/backuppc.service   |   11 --
 community-i686/backuppc.sysusers  |1 
 community-i686/backuppc.tmpfiles  |1 
 community-x86_64/PKGBUILD |  131 
 community-x86_64/backuppc.httpd   |   21 ---
 community-x86_64/backuppc.install |   23 
 community-x86_64/backuppc.profile.csh |1 
 community-x86_64/backuppc.profile.sh  |3 
 community-x86_64/backuppc.service |   11 --
 community-x86_64/backuppc.sysusers|1 
 community-x86_64/backuppc.tmpfiles|1 
 25 files changed, 340 insertions(+), 382 deletions(-)

Copied: backuppc/repos/community-i686/01-fix-edit-compound.patch (from rev 
230324, backuppc/trunk/01-fix-edit-compound.patch)
===
--- community-i686/01-fix-edit-compound.patch   (rev 0)
+++ community-i686/01-fix-edit-compound.patch   2017-05-25 23:34:26 UTC (rev 
230325)
@@ -0,0 +1,148 @@
+From 7936184a9ec049fef3d0d67e012b23d79eb336f1 Mon Sep 17 00:00:00 2001
+From: Craig Barratt 
+Date: Fri, 12 May 2017 01:00:41 -0700
+Subject: [PATCH] fixed editing of compound variables (eg, BackupFilesOnly)
+ when main config.pl value is non-empty
+
+---
+ lib/BackupPC/CGI/EditConfig.pm | 58 +++---
+ 1 file changed, 37 insertions(+), 21 deletions(-)
+
+diff --git a/lib/BackupPC/CGI/EditConfig.pm b/lib/BackupPC/CGI/EditConfig.pm
+index 5868dc2..747c488 100644
+--- a/lib/BackupPC/CGI/EditConfig.pm
 b/lib/BackupPC/CGI/EditConfig.pm
+@@ -411,14 +411,14 @@ sub action
+ #
+ #print STDERR Dumper(\%In);
+ foreach my $v ( sort(keys(%In)) ) {
+-if ( $v =~ /^v_zZ_(\Q$var\E(_zZ_.*|$))/ ) {
+-delete($In{$v}) if ( !defined($In{"orig_zZ_$1"}) );
++if ( $v =~ /^v_((zZ_|flds_)\Q$var\E(_zZ_.*|$))/ ) {
++delete($In{$v}) if ( !defined($In{"orig_$1"}) );
+ }
+-if ( $v =~ /^orig_zZ_(\Q$var\E(_zZ_.*|$))/ ) {
+-$In{"v_zZ_$1"} = $In{$v};
++if ( $v =~ /^orig_((zZ_|flds_)\Q$var\E(_zZ_.*|$))/ ) {
++ 

[arch-commits] Commit in libgda/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:35:04
  Author: foutrelis
Revision: 296628

MariaDB 10.2.6 rebuild

Modified:
  libgda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 23:21:08 UTC (rev 296627)
+++ PKGBUILD2017-05-25 23:35:04 UTC (rev 296628)
@@ -4,7 +4,7 @@
 
 pkgname=(libgda libgda-{firebird,jdbc,mysql,postgres})
 pkgver=5.2.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Database access library"
 url="http://www.gnome-db.org/";
 arch=(i686 x86_64)


[arch-commits] Commit in libgda/repos (6 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:35:16
  Author: foutrelis
Revision: 296629

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libgda/repos/staging-i686/
  libgda/repos/staging-i686/PKGBUILD
(from rev 296628, libgda/trunk/PKGBUILD)
  libgda/repos/staging-i686/java.patch
(from rev 296628, libgda/trunk/java.patch)
  libgda/repos/staging-x86_64/
  libgda/repos/staging-x86_64/PKGBUILD
(from rev 296628, libgda/trunk/PKGBUILD)
  libgda/repos/staging-x86_64/java.patch
(from rev 296628, libgda/trunk/java.patch)

---+
 staging-i686/PKGBUILD |  108 
 staging-i686/java.patch   |   36 ++
 staging-x86_64/PKGBUILD   |  108 
 staging-x86_64/java.patch |   36 ++
 4 files changed, 288 insertions(+)

Copied: libgda/repos/staging-i686/PKGBUILD (from rev 296628, 
libgda/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-25 23:35:16 UTC (rev 296629)
@@ -0,0 +1,108 @@
+# $Id$
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+
+pkgname=(libgda libgda-{firebird,jdbc,mysql,postgres})
+pkgver=5.2.4
+pkgrel=7
+pkgdesc="Database access library"
+url="http://www.gnome-db.org/";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 libxslt python2 libsecret graphviz goocanvas iso-codes)
+makedepends=(glade libmariadb postgresql-libs libfbclient jdk8-openjdk intltool
+ gobject-introspection gtk-doc vala itstool gnome-common git)
+_commit=2ea3179bad2e414ff6068db2249116eb6e2564a5  # tags/LIBGDA_5_2_4^0
+source=("git+https://git.gnome.org/browse/libgda#commit=$_commit";
+java.patch)
+sha256sums=('SKIP'
+'e28ea88d49bcb91fa6907440a6785a508fb681c463188b3805509773f5d0fc22')
+
+_apiver=5.0
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBGDA_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir providers
+
+  cd $pkgname
+
+  patch -Np1 -i ../java.patch
+  javac getsp.java
+
+  find -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+  --with-bdb=/usr --with-bdb-libdir-name=lib \
+  --enable-json --enable-system-sqlite --enable-binreloc \
+  --enable-gda-gi --enable-gdaui-gi \
+  --enable-vala --enable-gdaui-vala VALA_API_VERSION=0.36 \
+  --enable-gtk-doc --disable-crypto
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_libgda() {
+  optdepends=('libgda-firebird: provider for Firebird'
+  'libgda-jdbc: provider for JDBC'
+  'libgda-mysql: provider for MySQL'
+  'libgda-postgres: provider for PostgreSQL')
+  options+=(emptydirs)
+
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  for _provider in firebird jdbc mysql postgres; do
+mv "$pkgdir"/usr/lib/libgda-$_apiver/providers/libgda-${_provider}[-.]*so \
+   "$pkgdir"/usr/lib/pkgconfig/libgda-${_provider}-${_apiver}.pc \
+   "$pkgdir"/usr/share/libgda-$_apiver/${_provider}_specs_*.xml \
+   "$srcdir/providers"
+  done
+
+  mv "$pkgdir"/usr/lib/libgda-$_apiver/providers/gdaprovider-${_apiver}.jar \
+ "$pkgdir"/usr/bin/gda-list-jdbc-providers-${_apiver} \
+ "$srcdir/providers"
+}
+
+_packageprovider() {
+  install -d "$pkgdir"/usr/lib/{pkgconfig,libgda-$_apiver/providers} \
+ "$pkgdir"/usr/share/libgda-$_apiver
+  mv providers/libgda-${1}[-.]*so "$pkgdir/usr/lib/libgda-$_apiver/providers"
+  mv providers/libgda-${1}-5.0.pc "$pkgdir/usr/lib/pkgconfig"
+  mv providers/${1}_specs_*.xml "$pkgdir/usr/share/libgda-$_apiver"
+}
+
+package_libgda-firebird() {
+  pkgdesc="libgda provider for Firebird"
+  depends=(libgda libfbclient)
+  _packageprovider firebird
+}
+
+package_libgda-jdbc() {
+  pkgdesc="libgda provider for JDBC"
+  depends=(libgda java-environment)
+  _packageprovider jdbc
+  install -d "$pkgdir/usr/bin"
+  mv providers/gda-list-jdbc-providers-${_apiver} "$pkgdir/usr/bin"
+  mv providers/gdaprovider-${_apiver}.jar 
"$pkgdir/usr/lib/libgda-$_apiver/providers"
+}
+
+package_libgda-mysql() {
+  pkgdesc="libgda provider for MySQL"
+  depends=(libgda libmariadb)
+  _packageprovider mysql
+}
+
+package_libgda-postgres() {
+  pkgdesc="libgda provider for PostgreSQL"
+  depends=(libgda postgresql-libs)
+  _packageprovider postgres
+}

Copied: libgda/repos/staging-i686/java.patch (from rev 296628, 
libgda/trunk/java.patch)
===
--- staging-i686/java.patch (rev 0)
+++ staging-i686/java.patch 2017-05-25 23:35:16 UTC (rev 296629)
@@ -0,0 +1,36 @@
+diff -u -r libgda-5.2.4/getsp.java libgda-5.2.4-java/getsp.java
+--- libgda-5.2.4/getsp.java2014-02-05 21:28:20.0 +0100
 libgda-5.2.4-j

[arch-commits] Commit in zabbix/trunk (PKGBUILD)

2017-05-25 Thread Christian Hesse
Date: Thursday, May 25, 2017 @ 23:21:08
  Author: eworm
Revision: 296627

fix to find libmariadb, regenerate configure for latest aclocal

Modified:
  zabbix/trunk/PKGBUILD

--+
 PKGBUILD |4 
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 23:12:19 UTC (rev 296626)
+++ PKGBUILD2017-05-25 23:21:08 UTC (rev 296627)
@@ -36,6 +36,10 @@
 -e '/^LogFile=.*/d' \
 -e 's/# LogType=file/LogType=system/' \
 conf/zabbix_{agentd,proxy,server}.conf
+  sed -i \
+-e 's/mariadbclient/mariadb/' \
+m4/ax_lib_mysql.m4
+  autoreconf -fi
 }
 
 build() {


[arch-commits] Commit in gammu/repos (4 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:15:04
  Author: foutrelis
Revision: 230324

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gammu/repos/community-staging-i686/
  gammu/repos/community-staging-i686/PKGBUILD
(from rev 230323, gammu/trunk/PKGBUILD)
  gammu/repos/community-staging-x86_64/
  gammu/repos/community-staging-x86_64/PKGBUILD
(from rev 230323, gammu/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: gammu/repos/community-staging-i686/PKGBUILD (from rev 230323, 
gammu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 23:15:04 UTC (rev 230324)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.38.3
+pkgrel=2
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/";
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadb' 'postgresql-libs' 'libusb' 
'libgudev')
+makedepends=('cmake' 'doxygen' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('b2f6ee7b07d003b4fa800e72e2c3f45f16c378ec1d81b7a60253d60b14a67dab')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-staging-x86_64/PKGBUILD (from rev 230323, 
gammu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-25 23:15:04 UTC (rev 230324)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.38.3
+pkgrel=2
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/";
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadb' 'postgresql-libs' 'libusb' 
'libgudev')
+makedepends=('cmake' 'doxygen' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('b2f6ee7b07d003b4fa800e72e2c3f45f16c378ec1d81b7a60253d60b14a67dab')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gammu/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:14:55
  Author: foutrelis
Revision: 230323

MariaDB 10.2.6 rebuild

Modified:
  gammu/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 23:02:55 UTC (rev 230322)
+++ PKGBUILD2017-05-25 23:14:55 UTC (rev 230323)
@@ -6,7 +6,7 @@
 
 pkgname=gammu
 pkgver=1.38.3
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU All Mobile Management Utilities"
 arch=('i686' 'x86_64')
 url="http://wammu.eu/gammu/";


[arch-commits] Commit in ulogd/repos (12 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:12:19
  Author: foutrelis
Revision: 296626

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  ulogd/repos/staging-i686/
  ulogd/repos/staging-i686/01-fix-FS#48318.patch
(from rev 296625, ulogd/trunk/01-fix-FS#48318.patch)
  ulogd/repos/staging-i686/PKGBUILD
(from rev 296625, ulogd/trunk/PKGBUILD)
  ulogd/repos/staging-i686/ulogd.conf
(from rev 296625, ulogd/trunk/ulogd.conf)
  ulogd/repos/staging-i686/ulogd.logrotate
(from rev 296625, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/staging-i686/ulogd.service
(from rev 296625, ulogd/trunk/ulogd.service)
  ulogd/repos/staging-x86_64/
  ulogd/repos/staging-x86_64/01-fix-FS#48318.patch
(from rev 296625, ulogd/trunk/01-fix-FS#48318.patch)
  ulogd/repos/staging-x86_64/PKGBUILD
(from rev 296625, ulogd/trunk/PKGBUILD)
  ulogd/repos/staging-x86_64/ulogd.conf
(from rev 296625, ulogd/trunk/ulogd.conf)
  ulogd/repos/staging-x86_64/ulogd.logrotate
(from rev 296625, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/staging-x86_64/ulogd.service
(from rev 296625, ulogd/trunk/ulogd.service)

--+
 staging-i686/01-fix-FS#48318.patch   |  312 +
 staging-i686/PKGBUILD|   82 
 staging-i686/ulogd.conf  |   20 ++
 staging-i686/ulogd.logrotate |   10 +
 staging-i686/ulogd.service   |   11 +
 staging-x86_64/01-fix-FS#48318.patch |  312 +
 staging-x86_64/PKGBUILD  |   82 
 staging-x86_64/ulogd.conf|   20 ++
 staging-x86_64/ulogd.logrotate   |   10 +
 staging-x86_64/ulogd.service |   11 +
 10 files changed, 870 insertions(+)

Copied: ulogd/repos/staging-i686/01-fix-FS#48318.patch (from rev 296625, 
ulogd/trunk/01-fix-FS#48318.patch)
===
--- staging-i686/01-fix-FS#48318.patch  (rev 0)
+++ staging-i686/01-fix-FS#48318.patch  2017-05-25 23:12:19 UTC (rev 296626)
@@ -0,0 +1,312 @@
+From 1f70d2ba45e2b06d5386b8d3f2e09be9118b Mon Sep 17 00:00:00 2001
+From: Hironobu Ishii 
+Date: Tue, 2 Feb 2016 23:01:41 +0900
+Subject: ulogd: restructures signal handling by self-pipe trick
+
+ulogd had a critical bug that is calling Async-Signal-Unsafe functions
+in signal hander context.
+  - Most of libc functions like fopen(), malloc() are Async-Signal-Unsafe.
+So you should not call these functions in signal handler context.
+  - Calling pluginstances in signal handler context is danger.
+For implementer of pluginstances, it is very hard to recognize their
+functions are called in signal handler context.
+
+To solve the issue, I restructured signal handling by self-pipe trick.
+For more detail on self-pipe trick, please see the following.
+https://lwn.net/Articles/177897/
+
+This patch will solve various symptoms like following.
+  - Deadlock
+  - Segmentation fault caused by libc management data corruption,
+  - Other unpredictable behavior.
+
+Deadlock example
+
+This bug was already filed at:
+https://bugzilla.netfilter.org/show_bug.cgi?id=1030
+
+I also hit this bug. The backtrace of this issue is following.
+In this case, main thread was calling ctime(),
+and signal handler called localtime_r().
+That caused the dead lock while getting tzset_lock in __tz_convert().
+Because vsyslog() is Async-Signal-Unsafe function, we cannot call
+this function in signal handler context.
+
+ (gdb) bt
+ #0  __lll_lock_wait_private () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:95
+ #1  0x7f3c3fc7e4ac in _L_lock_2462 () at tzset.c:621
+ #2  0x7f3c3fc7e2e7 in __tz_convert (timer=0x7f3c3ff8bf00 ,
+ timer@entry=0x7fffcfa923b8, use_localtime=use_localtime@entry=1,
+ tp=tp@entry=0x7fffcfa92400) at tzset.c:624
+ #3  0x7f3c3fc7c28d in __localtime_r (t=t@entry=0x7fffcfa923b8,
+ tp=tp@entry=0x7fffcfa92400) at localtime.c:32
+ #4  0x7f3c3fcbf1ba in __GI___vsyslog_chk (pri=, flag=1,
+ fmt=0x406fa8 "signal received, calling pluginstances\n", 
ap=0x7fffcfa924a0)
+ at ../misc/syslog.c:199
+ #5  0x004037b5 in __ulogd_log ()
+ #6  0x004047be in signal_handler ()
+ #7  
+ #8  0x7f3c3fcb62f5 in __GI___xstat (vers=,
+ name=0x7f3c3fd4b2c3 "/etc/localtime", buf=0x7fffcfa92c10)
+ at ../sysdeps/unix/sysv/linux/wordsize-64/xstat.c:37
+ #9  0x7f3c3fc7e5f6 in __tzfile_read (file=file@entry=0x7f3c3fd4b2c3 
"/etc/localtime",
+ extra=extra@entry=0, extrap=extrap@entry=0x0) at tzfile.c:170
+ #10 0x7f3c3fc7d954 in tzset_internal (always=,
+ explicit=explicit@entry=1) at tzset.c:444
+ #11 0x7f3c3fc7e303 in __tz_convert (timer=0x7fffcfa92d50,
+ use_localtime=use_localtime@entry=1, tp=tp@entry=0x7f3c3ff8ed80 <_tmbuf>)
+ at tzset.c:629
+ #12 0x7f3c3fc7c2a1 in __GI_localtime (t=) at localtime.c:42
+ #13 0x7f3c3fc7c1f9 in ctime (t=) at ctime.c:27
+ 

[arch-commits] Commit in ulogd/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:12:04
  Author: foutrelis
Revision: 296625

MariaDB 10.2.6 rebuild

Modified:
  ulogd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 23:09:49 UTC (rev 296624)
+++ PKGBUILD2017-05-25 23:12:04 UTC (rev 296625)
@@ -5,7 +5,7 @@
 
 pkgname=ulogd
 pkgver=2.0.5
-pkgrel=6
+pkgrel=7
 pkgdesc='Userspace Packet Logging for netfilter'
 arch=('i686' 'x86_64')
 url='https://www.netfilter.org/projects/ulogd/'


[arch-commits] Commit in libgda/trunk (PKGBUILD)

2017-05-25 Thread Christian Hesse
Date: Thursday, May 25, 2017 @ 23:09:49
  Author: eworm
Revision: 296624

bump vala api version to 0.36

Modified:
  libgda/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 23:05:09 UTC (rev 296623)
+++ PKGBUILD2017-05-25 23:09:49 UTC (rev 296624)
@@ -44,7 +44,7 @@
   --with-bdb=/usr --with-bdb-libdir-name=lib \
   --enable-json --enable-system-sqlite --enable-binreloc \
   --enable-gda-gi --enable-gdaui-gi \
-  --enable-vala --enable-gdaui-vala VALA_API_VERSION=0.34 \
+  --enable-vala --enable-gdaui-vala VALA_API_VERSION=0.36 \
   --enable-gtk-doc --disable-crypto
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make


[arch-commits] Commit in cyrus-sasl/repos (36 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:05:09
  Author: foutrelis
Revision: 296623

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  cyrus-sasl/repos/staging-i686/
  cyrus-sasl/repos/staging-i686/0010_maintainer_mode.patch
(from rev 296622, cyrus-sasl/trunk/0010_maintainer_mode.patch)
  cyrus-sasl/repos/staging-i686/0011_saslauthd_ac_prog_libtool.patch
(from rev 296622, cyrus-sasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  cyrus-sasl/repos/staging-i686/0025_ld_as_needed.patch
(from rev 296622, cyrus-sasl/trunk/0025_ld_as_needed.patch)
  cyrus-sasl/repos/staging-i686/0026_drop_krb5support_dependency.patch
(from rev 296622, cyrus-sasl/trunk/0026_drop_krb5support_dependency.patch)
  cyrus-sasl/repos/staging-i686/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 296622, 
cyrus-sasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  cyrus-sasl/repos/staging-i686/CVE-2013-4122.patch
(from rev 296622, cyrus-sasl/trunk/CVE-2013-4122.patch)
  cyrus-sasl/repos/staging-i686/PKGBUILD
(from rev 296622, cyrus-sasl/trunk/PKGBUILD)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.22-as-needed.patch
(from rev 296622, cyrus-sasl/trunk/cyrus-sasl-2.1.22-as-needed.patch)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.22-qa.patch
(from rev 296622, cyrus-sasl/trunk/cyrus-sasl-2.1.22-qa.patch)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.26-size_t.patch
(from rev 296622, cyrus-sasl/trunk/cyrus-sasl-2.1.26-size_t.patch)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.27-openssl-1.1.0.patch
(from rev 296622, cyrus-sasl/trunk/cyrus-sasl-2.1.27-openssl-1.1.0.patch)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-gssapi.patch
(from rev 296622, cyrus-sasl/trunk/cyrus-sasl-gssapi.patch)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-sql.patch
(from rev 296622, cyrus-sasl/trunk/cyrus-sasl-sql.patch)
  cyrus-sasl/repos/staging-i686/fix-pkgconfig.patch
(from rev 296622, cyrus-sasl/trunk/fix-pkgconfig.patch)
  cyrus-sasl/repos/staging-i686/saslauthd.conf.d
(from rev 296622, cyrus-sasl/trunk/saslauthd.conf.d)
  cyrus-sasl/repos/staging-i686/saslauthd.service
(from rev 296622, cyrus-sasl/trunk/saslauthd.service)
  cyrus-sasl/repos/staging-i686/tmpfiles.conf
(from rev 296622, cyrus-sasl/trunk/tmpfiles.conf)
  cyrus-sasl/repos/staging-x86_64/
  cyrus-sasl/repos/staging-x86_64/0010_maintainer_mode.patch
(from rev 296622, cyrus-sasl/trunk/0010_maintainer_mode.patch)
  cyrus-sasl/repos/staging-x86_64/0011_saslauthd_ac_prog_libtool.patch
(from rev 296622, cyrus-sasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  cyrus-sasl/repos/staging-x86_64/0025_ld_as_needed.patch
(from rev 296622, cyrus-sasl/trunk/0025_ld_as_needed.patch)
  cyrus-sasl/repos/staging-x86_64/0026_drop_krb5support_dependency.patch
(from rev 296622, cyrus-sasl/trunk/0026_drop_krb5support_dependency.patch)
  
cyrus-sasl/repos/staging-x86_64/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 296622, 
cyrus-sasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  cyrus-sasl/repos/staging-x86_64/CVE-2013-4122.patch
(from rev 296622, cyrus-sasl/trunk/CVE-2013-4122.patch)
  cyrus-sasl/repos/staging-x86_64/PKGBUILD
(from rev 296622, cyrus-sasl/trunk/PKGBUILD)
  cyrus-sasl/repos/staging-x86_64/cyrus-sasl-2.1.22-as-needed.patch
(from rev 296622, cyrus-sasl/trunk/cyrus-sasl-2.1.22-as-needed.patch)
  cyrus-sasl/repos/staging-x86_64/cyrus-sasl-2.1.22-qa.patch
(from rev 296622, cyrus-sasl/trunk/cyrus-sasl-2.1.22-qa.patch)
  cyrus-sasl/repos/staging-x86_64/cyrus-sasl-2.1.26-size_t.patch
(from rev 296622, cyrus-sasl/trunk/cyrus-sasl-2.1.26-size_t.patch)
  cyrus-sasl/repos/staging-x86_64/cyrus-sasl-2.1.27-openssl-1.1.0.patch
(from rev 296622, cyrus-sasl/trunk/cyrus-sasl-2.1.27-openssl-1.1.0.patch)
  cyrus-sasl/repos/staging-x86_64/cyrus-sasl-gssapi.patch
(from rev 296622, cyrus-sasl/trunk/cyrus-sasl-gssapi.patch)
  cyrus-sasl/repos/staging-x86_64/cyrus-sasl-sql.patch
(from rev 296622, cyrus-sasl/trunk/cyrus-sasl-sql.patch)
  cyrus-sasl/repos/staging-x86_64/fix-pkgconfig.patch
(from rev 296622, cyrus-sasl/trunk/fix-pkgconfig.patch)
  cyrus-sasl/repos/staging-x86_64/saslauthd.conf.d
(from rev 296622, cyrus-sasl/trunk/saslauthd.conf.d)
  cyrus-sasl/repos/staging-x86_64/saslauthd.service
(from rev 296622, cyrus-sasl/trunk/saslauthd.service)
  cyrus-sasl/repos/staging-x86_64/tmpfiles.conf
(from rev 296622, cyrus-sasl/trunk/tmpfiles.conf)

-+
 staging-i686/0010_maintainer_mode.patch |   19 
 staging-i686/0011_saslauthd_ac_prog_libtool.patch   |   15 
 staging-i686/0025_ld_as_needed.patch|   27 
 staging-i686/0026_drop_krb5support_dependency.patch |   14 
 staging-i686/0030-dont_use_la_files_for_opening_plugins.patch   |  134 +++
 staging-i686/CVE-2013-4122.patch|  

[arch-commits] Commit in cyrus-sasl/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:04:28
  Author: foutrelis
Revision: 296622

MariaDB 10.2.6 rebuild

Modified:
  cyrus-sasl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 22:51:58 UTC (rev 296621)
+++ PKGBUILD2017-05-25 23:04:28 UTC (rev 296622)
@@ -8,7 +8,7 @@
 pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql')
 #pkgname=libsasl
 pkgver=2.1.26
-pkgrel=10
+pkgrel=11
 pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library"
 arch=('i686' 'x86_64')
 url="http://cyrusimap.web.cmu.edu/";


[arch-commits] Commit in opendbx/repos (6 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:02:55
  Author: foutrelis
Revision: 230322

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  opendbx/repos/community-staging-i686/
  opendbx/repos/community-staging-i686/PKGBUILD
(from rev 230321, opendbx/trunk/PKGBUILD)
  opendbx/repos/community-staging-i686/opendbx.patch
(from rev 230321, opendbx/trunk/opendbx.patch)
  opendbx/repos/community-staging-x86_64/
  opendbx/repos/community-staging-x86_64/PKGBUILD
(from rev 230321, opendbx/trunk/PKGBUILD)
  opendbx/repos/community-staging-x86_64/opendbx.patch
(from rev 230321, opendbx/trunk/opendbx.patch)

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/opendbx.patch   |   11 +++
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/opendbx.patch |   11 +++
 4 files changed, 108 insertions(+)

Copied: opendbx/repos/community-staging-i686/PKGBUILD (from rev 230321, 
opendbx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 23:02:55 UTC (rev 230322)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Leonard de Ruijter 
+# Contributor: Hubert Kario 
+# Contributor: Artyom Smirnov 
+
+pkgname=opendbx
+pkgver=1.4.6
+pkgrel=4
+pkgdesc="Extremely lightweight but extensible database access library written 
in C."
+arch=('i686' 'x86_64')
+url="http://www.linuxnetworks.de/doc/index.php/OpenDBX";
+license=('LGPL')
+options=(!libtool)
+depends=('libfbclient' 'libmariadb' 'postgresql-libs' 'sqlite' 'freetds')
+source=(https://linuxnetworks.de/opendbx/download/${pkgname}-${pkgver}.tar.gz
+'opendbx.patch')
+sha256sums=('2246a03812c7d90f10194ad01c2213a7646e383000a800277c6fb8d2bf81497c'
+'786f9622791de113bfe1ee9fc2fdc42ea4a58d31a006db1dc91ffd7fb8b6deeb')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -up1 <"$srcdir/opendbx.patch"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CPPFLAGS=${CPPFLAGS}" -I/usr/include/mysql"\
+  ./configure --with-backends="firebird mysql mssql odbc pgsql sqlite3 sqlite3 
sybase" \
+  --prefix=/usr
+  make all -j1
+}
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opendbx/repos/community-staging-i686/opendbx.patch (from rev 230321, 
opendbx/trunk/opendbx.patch)
===
--- community-staging-i686/opendbx.patch(rev 0)
+++ community-staging-i686/opendbx.patch2017-05-25 23:02:55 UTC (rev 
230322)
@@ -0,0 +1,11 @@
+--- opendbx-1.4.5/backends/mssql/mssql_basic.c 2010-04-19 10:55:58.0 
+0200
 opendbx-1.4.5-2/backends/mssql/mssql_basic.c   2012-01-24 
16:03:09.560260177 +0100
+@@ -454,7 +454,7 @@
+ 
+   DBINT i, dlen;
+   BYTE* data;
+-  DBDATEREC di;
++  struct tds_sybase_dbdaterec di;
+   struct tdsgres* gres = (struct tdsgres*) result->generic;
+   struct tdsares* ares = (struct tdsares*) result->aux;
+ 

Copied: opendbx/repos/community-staging-x86_64/PKGBUILD (from rev 230321, 
opendbx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-25 23:02:55 UTC (rev 230322)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Leonard de Ruijter 
+# Contributor: Hubert Kario 
+# Contributor: Artyom Smirnov 
+
+pkgname=opendbx
+pkgver=1.4.6
+pkgrel=4
+pkgdesc="Extremely lightweight but extensible database access library written 
in C."
+arch=('i686' 'x86_64')
+url="http://www.linuxnetworks.de/doc/index.php/OpenDBX";
+license=('LGPL')
+options=(!libtool)
+depends=('libfbclient' 'libmariadb' 'postgresql-libs' 'sqlite' 'freetds')
+source=(https://linuxnetworks.de/opendbx/download/${pkgname}-${pkgver}.tar.gz
+'opendbx.patch')
+sha256sums=('2246a03812c7d90f10194ad01c2213a7646e383000a800277c6fb8d2bf81497c'
+'786f9622791de113bfe1ee9fc2fdc42ea4a58d31a006db1dc91ffd7fb8b6deeb')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -up1 <"$srcdir/opendbx.patch"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CPPFLAGS=${CPPFLAGS}" -I/usr/include/mysql"\
+  ./configure --with-backends="firebird mysql mssql odbc pgsql sqlite3 sqlite3 
sybase" \
+  --prefix=/usr
+  make all -j1
+}
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opendbx/repos/community-staging-x86_64/opend

[arch-commits] Commit in opendbx/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 23:02:47
  Author: foutrelis
Revision: 230321

MariaDB 10.2.6 rebuild

Modified:
  opendbx/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 23:00:24 UTC (rev 230320)
+++ PKGBUILD2017-05-25 23:02:47 UTC (rev 230321)
@@ -6,7 +6,7 @@
 
 pkgname=opendbx
 pkgver=1.4.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Extremely lightweight but extensible database access library written 
in C."
 arch=('i686' 'x86_64')
 url="http://www.linuxnetworks.de/doc/index.php/OpenDBX";


[arch-commits] Commit in backuppc/repos/community-x86_64 (17 files)

2017-05-25 Thread Sébastien Luttringer
Date: Thursday, May 25, 2017 @ 23:00:24
  Author: seblu
Revision: 230320

archrelease: copy trunk to community-x86_64

Added:
  backuppc/repos/community-x86_64/01-fix-edit-compound.patch
(from rev 230319, backuppc/trunk/01-fix-edit-compound.patch)
  backuppc/repos/community-x86_64/PKGBUILD
(from rev 230319, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-x86_64/backuppc.httpd
(from rev 230319, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-x86_64/backuppc.install
(from rev 230319, backuppc/trunk/backuppc.install)
  backuppc/repos/community-x86_64/backuppc.profile.csh
(from rev 230319, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-x86_64/backuppc.profile.sh
(from rev 230319, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-x86_64/backuppc.service
(from rev 230319, backuppc/trunk/backuppc.service)
  backuppc/repos/community-x86_64/backuppc.sysusers
(from rev 230319, backuppc/trunk/backuppc.sysusers)
  backuppc/repos/community-x86_64/backuppc.tmpfiles
(from rev 230319, backuppc/trunk/backuppc.tmpfiles)
Deleted:
  backuppc/repos/community-x86_64/PKGBUILD
  backuppc/repos/community-x86_64/backuppc.httpd
  backuppc/repos/community-x86_64/backuppc.install
  backuppc/repos/community-x86_64/backuppc.profile.csh
  backuppc/repos/community-x86_64/backuppc.profile.sh
  backuppc/repos/community-x86_64/backuppc.service
  backuppc/repos/community-x86_64/backuppc.sysusers
  backuppc/repos/community-x86_64/backuppc.tmpfiles

+
 01-fix-edit-compound.patch |  148 
 PKGBUILD   |  260 +--
 backuppc.httpd |   42 +++---
 backuppc.install   |   46 +++
 backuppc.profile.csh   |2 
 backuppc.profile.sh|6 
 backuppc.service   |   22 +--
 backuppc.sysusers  |2 
 backuppc.tmpfiles  |2 
 9 files changed, 340 insertions(+), 190 deletions(-)

Copied: backuppc/repos/community-x86_64/01-fix-edit-compound.patch (from rev 
230319, backuppc/trunk/01-fix-edit-compound.patch)
===
--- 01-fix-edit-compound.patch  (rev 0)
+++ 01-fix-edit-compound.patch  2017-05-25 23:00:24 UTC (rev 230320)
@@ -0,0 +1,148 @@
+From 7936184a9ec049fef3d0d67e012b23d79eb336f1 Mon Sep 17 00:00:00 2001
+From: Craig Barratt 
+Date: Fri, 12 May 2017 01:00:41 -0700
+Subject: [PATCH] fixed editing of compound variables (eg, BackupFilesOnly)
+ when main config.pl value is non-empty
+
+---
+ lib/BackupPC/CGI/EditConfig.pm | 58 +++---
+ 1 file changed, 37 insertions(+), 21 deletions(-)
+
+diff --git a/lib/BackupPC/CGI/EditConfig.pm b/lib/BackupPC/CGI/EditConfig.pm
+index 5868dc2..747c488 100644
+--- a/lib/BackupPC/CGI/EditConfig.pm
 b/lib/BackupPC/CGI/EditConfig.pm
+@@ -411,14 +411,14 @@ sub action
+ #
+ #print STDERR Dumper(\%In);
+ foreach my $v ( sort(keys(%In)) ) {
+-if ( $v =~ /^v_zZ_(\Q$var\E(_zZ_.*|$))/ ) {
+-delete($In{$v}) if ( !defined($In{"orig_zZ_$1"}) );
++if ( $v =~ /^v_((zZ_|flds_)\Q$var\E(_zZ_.*|$))/ ) {
++delete($In{$v}) if ( !defined($In{"orig_$1"}) );
+ }
+-if ( $v =~ /^orig_zZ_(\Q$var\E(_zZ_.*|$))/ ) {
+-$In{"v_zZ_$1"} = $In{$v};
++if ( $v =~ /^orig_((zZ_|flds_)\Q$var\E(_zZ_.*|$))/ ) {
++$In{"v_$1"} = $In{$v};
+ }
+ }
+-delete($In{"vflds.$var"});
++#delete($In{"v_flds_$var"});
+ }
+ 
+ ($newConf, $override) = inputParse($bpc, $userHost);
+@@ -614,8 +614,9 @@ EOF
+   return false;
+   }
+   var allVars = {};
+-  var varRE  = new RegExp("^v_zZ_(" + varName + ".*)");
+-  var origRE = new RegExp("^orig_zZ_(" + varName + ".*)");
++  var varRE  = new RegExp("^v_((zZ_|flds_)" + varName + ".*)");
++  var origRE = new RegExp("^orig_((zZ_|flds_)" + varName + ".*)");
++  var fldsRE = new RegExp("^flds_");
+ for ( var i = 0 ; i < document.editForm.elements.length ; i++ ) {
+   var e = document.editForm.elements[i];
+   var re;
+@@ -624,7 +625,7 @@ EOF
+   allVars[re[1]] = 0;
+   }
+   allVars[re[1]]++;
+-  //debugMsg("found v_zZ_ match with " + re[1]);
++  //debugMsg("found v_ match with " + re[1]);
+   //debugMsg("allVars[" + re[1] + "] = " + allVars[re[1]]);
+   } else if ( (re = origRE.exec(e.name)) != null ) {
+   if ( allVars[re[1]] == null ) {
+@@ -639,13 +640,20 @@ EOF
+   if ( allVars[v] != 0 ) {
+   //debugMsg("Not the same shape because of " + v);
+   sameShape = 0;
+-  } else {
++break;
++}

[arch-commits] Commit in mysql++/repos (8 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:59:42
  Author: foutrelis
Revision: 230318

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  mysql++/repos/community-staging-i686/
  mysql++/repos/community-staging-i686/PKGBUILD
(from rev 230317, mysql++/trunk/PKGBUILD)
  mysql++/repos/community-staging-i686/mysql++-fix-cstring.patch
(from rev 230317, mysql++/trunk/mysql++-fix-cstring.patch)
  mysql++/repos/community-staging-i686/mysql++-fix-size_t.patch
(from rev 230317, mysql++/trunk/mysql++-fix-size_t.patch)
  mysql++/repos/community-staging-x86_64/
  mysql++/repos/community-staging-x86_64/PKGBUILD
(from rev 230317, mysql++/trunk/PKGBUILD)
  mysql++/repos/community-staging-x86_64/mysql++-fix-cstring.patch
(from rev 230317, mysql++/trunk/mysql++-fix-cstring.patch)
  mysql++/repos/community-staging-x86_64/mysql++-fix-size_t.patch
(from rev 230317, mysql++/trunk/mysql++-fix-size_t.patch)

+
 community-staging-i686/PKGBUILD|   41 +++
 community-staging-i686/mysql++-fix-cstring.patch   |   11 +
 community-staging-i686/mysql++-fix-size_t.patch|   21 +
 community-staging-x86_64/PKGBUILD  |   41 +++
 community-staging-x86_64/mysql++-fix-cstring.patch |   11 +
 community-staging-x86_64/mysql++-fix-size_t.patch  |   21 +
 6 files changed, 146 insertions(+)

Copied: mysql++/repos/community-staging-i686/PKGBUILD (from rev 230317, 
mysql++/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 22:59:42 UTC (rev 230318)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Markus Härer 
+
+pkgname=mysql++
+pkgver=3.2.3
+pkgrel=2
+pkgdesc="A C++ wrapper for MySQLs C API"
+arch=("i686" "x86_64")
+url="http://tangentsoft.net/mysql++/";
+license=("LGPL" "custom")
+depends=("libmariadb")
+options=('docs')
+source=("https://tangentsoft.net/mysql++/releases/$pkgname-$pkgver.tar.gz";
+   "mysql++-fix-cstring.patch"
+   "mysql++-fix-size_t.patch")
+sha256sums=('c804c38fe229caab62a48a6d0a5cb279460da319562f41a16ad2f0a0f55b6941'
+'c005b6a8736578f935996e5249e8048e887d7cfb9c76ab0428543710b7622af0'
+'22a1aed639923206b0b79ec1e3f2a1b3c1bd896b52519526fd0af08c54fd3762')
+
+build() {
+  unset LDFLAGS
+  cd "$srcdir/$pkgname-$pkgver/"
+  patch -p1 <"$srcdir"/mysql++-fix-cstring.patch
+  patch -p1 <"$srcdir"/mysql++-fix-size_t.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/"
+  make DESTDIR="$pkgdir" install
+
+  #install docs
+  mkdir -p "$pkgdir"/usr/share/doc/mysql++
+  cp -r doc/html "$pkgdir"/usr/share/doc/mysql++
+  cp -r doc/pdf "$pkgdir"/usr/share/doc/mysql++
+
+  #install doc licence
+  install -Dm0644 doc/userman/LICENSE.txt 
"$pkgdir"/usr/share/licenses/mysql++/LICENSE
+}

Copied: mysql++/repos/community-staging-i686/mysql++-fix-cstring.patch (from 
rev 230317, mysql++/trunk/mysql++-fix-cstring.patch)
===
--- community-staging-i686/mysql++-fix-cstring.patch
(rev 0)
+++ community-staging-i686/mysql++-fix-cstring.patch2017-05-25 22:59:42 UTC 
(rev 230318)
@@ -0,0 +1,11 @@
+diff -Naur mysql++-3.1.0.old/ssx/genv2.cpp mysql++-3.1.0/ssx/genv2.cpp
+--- mysql++-3.1.0.old/ssx/genv2.cpp2010-06-12 11:12:11.574891331 +0200
 mysql++-3.1.0/ssx/genv2.cpp2010-06-12 11:14:00.564881723 +0200
+@@ -35,6 +35,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ using namespace std;
+ 

Copied: mysql++/repos/community-staging-i686/mysql++-fix-size_t.patch (from rev 
230317, mysql++/trunk/mysql++-fix-size_t.patch)
===
--- community-staging-i686/mysql++-fix-size_t.patch 
(rev 0)
+++ community-staging-i686/mysql++-fix-size_t.patch 2017-05-25 22:59:42 UTC 
(rev 230318)
@@ -0,0 +1,21 @@
+diff -Naur mysql++-3.1.0.old//lib/refcounted.h mysql++-3.1.0/lib/refcounted.h
+--- mysql++-3.1.0.old//lib/refcounted.h2010-06-03 19:59:23.0 
+0200
 mysql++-3.1.0/lib/refcounted.h 2011-04-23 12:35:39.943366970 +0200
+@@ -101,7 +101,7 @@
+   {
+   std::auto_ptr exception_guard(counted_);
+   if (counted_) {
+-  refs_ = new size_t(1);
++  refs_ = new std::size_t(1);
+   }
+   exception_guard.release();  // previous new didn't throw
+   }
+@@ -255,7 +255,7 @@
+   /// We can't keep this as a plain integer because this object
+   /// allows itself to be copied.  All copies need to share this
+   /// reference count, not just the pointer to the counted object.
+-  size_t* refs_;
++  std::size

[arch-commits] Commit in backuppc/trunk (01-fix-edit-compound.patch PKGBUILD)

2017-05-25 Thread Sébastien Luttringer
Date: Thursday, May 25, 2017 @ 22:59:45
  Author: seblu
Revision: 230319

upgpkg: backuppc 4.1.2-2

Added:
  backuppc/trunk/01-fix-edit-compound.patch
Modified:
  backuppc/trunk/PKGBUILD

+
 01-fix-edit-compound.patch |  148 +++
 PKGBUILD   |4 -
 2 files changed, 151 insertions(+), 1 deletion(-)

Added: 01-fix-edit-compound.patch
===
--- 01-fix-edit-compound.patch  (rev 0)
+++ 01-fix-edit-compound.patch  2017-05-25 22:59:45 UTC (rev 230319)
@@ -0,0 +1,148 @@
+From 7936184a9ec049fef3d0d67e012b23d79eb336f1 Mon Sep 17 00:00:00 2001
+From: Craig Barratt 
+Date: Fri, 12 May 2017 01:00:41 -0700
+Subject: [PATCH] fixed editing of compound variables (eg, BackupFilesOnly)
+ when main config.pl value is non-empty
+
+---
+ lib/BackupPC/CGI/EditConfig.pm | 58 +++---
+ 1 file changed, 37 insertions(+), 21 deletions(-)
+
+diff --git a/lib/BackupPC/CGI/EditConfig.pm b/lib/BackupPC/CGI/EditConfig.pm
+index 5868dc2..747c488 100644
+--- a/lib/BackupPC/CGI/EditConfig.pm
 b/lib/BackupPC/CGI/EditConfig.pm
+@@ -411,14 +411,14 @@ sub action
+ #
+ #print STDERR Dumper(\%In);
+ foreach my $v ( sort(keys(%In)) ) {
+-if ( $v =~ /^v_zZ_(\Q$var\E(_zZ_.*|$))/ ) {
+-delete($In{$v}) if ( !defined($In{"orig_zZ_$1"}) );
++if ( $v =~ /^v_((zZ_|flds_)\Q$var\E(_zZ_.*|$))/ ) {
++delete($In{$v}) if ( !defined($In{"orig_$1"}) );
+ }
+-if ( $v =~ /^orig_zZ_(\Q$var\E(_zZ_.*|$))/ ) {
+-$In{"v_zZ_$1"} = $In{$v};
++if ( $v =~ /^orig_((zZ_|flds_)\Q$var\E(_zZ_.*|$))/ ) {
++$In{"v_$1"} = $In{$v};
+ }
+ }
+-delete($In{"vflds.$var"});
++#delete($In{"v_flds_$var"});
+ }
+ 
+ ($newConf, $override) = inputParse($bpc, $userHost);
+@@ -614,8 +614,9 @@ EOF
+   return false;
+   }
+   var allVars = {};
+-  var varRE  = new RegExp("^v_zZ_(" + varName + ".*)");
+-  var origRE = new RegExp("^orig_zZ_(" + varName + ".*)");
++  var varRE  = new RegExp("^v_((zZ_|flds_)" + varName + ".*)");
++  var origRE = new RegExp("^orig_((zZ_|flds_)" + varName + ".*)");
++  var fldsRE = new RegExp("^flds_");
+ for ( var i = 0 ; i < document.editForm.elements.length ; i++ ) {
+   var e = document.editForm.elements[i];
+   var re;
+@@ -624,7 +625,7 @@ EOF
+   allVars[re[1]] = 0;
+   }
+   allVars[re[1]]++;
+-  //debugMsg("found v_zZ_ match with " + re[1]);
++  //debugMsg("found v_ match with " + re[1]);
+   //debugMsg("allVars[" + re[1] + "] = " + allVars[re[1]]);
+   } else if ( (re = origRE.exec(e.name)) != null ) {
+   if ( allVars[re[1]] == null ) {
+@@ -639,13 +640,20 @@ EOF
+   if ( allVars[v] != 0 ) {
+   //debugMsg("Not the same shape because of " + v);
+   sameShape = 0;
+-  } else {
++break;
++}
++if ( fldsRE.exec(v) != null ) {
++// always rebuild a compound variable
++  sameShape = 0;
++break;
++}
++}
++  if ( sameShape ) {
++for ( v in allVars ) {
+ // copy the original variable values
+   //debugMsg("setting " + v);
+-  eval("document.editForm.v_zZ_" + v + ".value = 
document.editForm.orig_zZ_" + v + ".value");
++  eval("document.editForm.v_" + v + ".value = 
document.editForm.orig_" + v + ".value");
+ }
+-  }
+-  if ( sameShape ) {
+   return true;
+   } else {
+ // need to rebuild the form since the compound variable
+@@ -915,11 +923,19 @@ EOF
+ # Just switching menus: copy all the orig_zZ_ input parameters
+ #
+ foreach my $var ( sort(keys(%In)) ) {
+-next if ( $var !~ /^orig_zZ_/ );
+-my $val = decode_utf8($In{$var});
+-$contentHidden .= <
++EOF
++} elsif ( $var =~ /^orig_flds_/ ) {
++foreach my $v ( split(/\0/, $In{$var}) ) {
++my $val = decode_utf8($v);
++$contentHidden .= <
+ EOF
++}
++}
+ }
+   }
+ } else {
+@@ -991,7 +1007,7 @@ sub fieldHiddenBuild
+ # rather than hard-coded
+ #
+ $content .= <
++
+ EOF
+ }
+ $content .= fieldHiddenBuild($childType, "${varName}_zZ_$fldNum",
+@@ -1194,7 +1210,7 @@ EOF
+ # rather than hard-coded
+ #
+ $content .=

[arch-commits] Commit in mysql++/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:59:29
  Author: foutrelis
Revision: 230317

MariaDB 10.2.6 rebuild

Modified:
  mysql++/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 22:58:25 UTC (rev 230316)
+++ PKGBUILD2017-05-25 22:59:29 UTC (rev 230317)
@@ -4,7 +4,7 @@
 
 pkgname=mysql++
 pkgver=3.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++ wrapper for MySQLs C API"
 arch=("i686" "x86_64")
 url="http://tangentsoft.net/mysql++/";


[arch-commits] Commit in kodi/repos (12 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:58:25
  Author: foutrelis
Revision: 230316

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  kodi/repos/community-staging-i686/
  kodi/repos/community-staging-i686/10160.patch
(from rev 230315, kodi/trunk/10160.patch)
  kodi/repos/community-staging-i686/10775.patch
(from rev 230315, kodi/trunk/10775.patch)
  kodi/repos/community-staging-i686/9703.patch
(from rev 230315, kodi/trunk/9703.patch)
  kodi/repos/community-staging-i686/PKGBUILD
(from rev 230315, kodi/trunk/PKGBUILD)
  kodi/repos/community-staging-i686/kodi.install
(from rev 230315, kodi/trunk/kodi.install)
  kodi/repos/community-staging-x86_64/
  kodi/repos/community-staging-x86_64/10160.patch
(from rev 230315, kodi/trunk/10160.patch)
  kodi/repos/community-staging-x86_64/10775.patch
(from rev 230315, kodi/trunk/10775.patch)
  kodi/repos/community-staging-x86_64/9703.patch
(from rev 230315, kodi/trunk/9703.patch)
  kodi/repos/community-staging-x86_64/PKGBUILD
(from rev 230315, kodi/trunk/PKGBUILD)
  kodi/repos/community-staging-x86_64/kodi.install
(from rev 230315, kodi/trunk/kodi.install)

---+
 community-staging-i686/10160.patch|   22 
 community-staging-i686/10775.patch|  839 ++
 community-staging-i686/9703.patch | 1432 
 community-staging-i686/PKGBUILD   |  195 
 community-staging-i686/kodi.install   |   17 
 community-staging-x86_64/10160.patch  |   22 
 community-staging-x86_64/10775.patch  |  839 ++
 community-staging-x86_64/9703.patch   | 1432 
 community-staging-x86_64/PKGBUILD |  195 
 community-staging-x86_64/kodi.install |   17 
 10 files changed, 5010 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 230315:230316 to see the changes.


[arch-commits] Commit in kodi/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:58:10
  Author: foutrelis
Revision: 230315

MariaDB 10.2.6 rebuild

Modified:
  kodi/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 22:56:58 UTC (rev 230314)
+++ PKGBUILD2017-05-25 22:58:10 UTC (rev 230315)
@@ -22,7 +22,7 @@
 pkgname=('kodi' 'kodi-eventclients' 'kodi-tools-texturepacker' 'kodi-dev')
 pkgver=17.1
 _codename=Krypton
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://kodi.tv";
 license=('GPL2')


[arch-commits] Commit in rsyslog/repos (8 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:56:58
  Author: foutrelis
Revision: 230314

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  rsyslog/repos/community-staging-i686/
  rsyslog/repos/community-staging-i686/PKGBUILD
(from rev 230313, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-staging-i686/rsyslog.conf
(from rev 230313, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-staging-i686/rsyslog.logrotate
(from rev 230313, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-staging-x86_64/
  rsyslog/repos/community-staging-x86_64/PKGBUILD
(from rev 230313, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-staging-x86_64/rsyslog.conf
(from rev 230313, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-staging-x86_64/rsyslog.logrotate
(from rev 230313, rsyslog/trunk/rsyslog.logrotate)

+
 community-staging-i686/PKGBUILD|   61 +++
 community-staging-i686/rsyslog.conf|   44 +++
 community-staging-i686/rsyslog.logrotate   |7 +++
 community-staging-x86_64/PKGBUILD  |   61 +++
 community-staging-x86_64/rsyslog.conf  |   44 +++
 community-staging-x86_64/rsyslog.logrotate |7 +++
 6 files changed, 224 insertions(+)

Copied: rsyslog/repos/community-staging-i686/PKGBUILD (from rev 230313, 
rsyslog/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 22:56:58 UTC (rev 230314)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=rsyslog
+pkgver=8.26.0
+pkgrel=2
+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' 'libsystemd' 'liblogging' 'librelp' 
'libfastjson')
+makedepends=('postgresql-libs>=8.4.1' 'libmariadb' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadb: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog')
+options=('strip' 'zipman')
+source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz";
+   'rsyslog.logrotate'
+   'rsyslog.conf')
+sha256sums=('637d43c4384f8b96dda873a0b8384045f72cb43139808dadd9e0a94dccf25916'
+'0f5bea3fd4dff2c9f097bf95768b2e1f6e9cfd9a08eab98bc3b3b4d2ed44119a'
+'5fd51665ab9a81fbb24773068cb261b8dec073d74082c121633f49b9381d9a3f')
+
+prepare() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  sed -i rsyslog.service.in \
+-e 's|rsyslogd -n|rsyslogd -n -i /run/rsyslogd.pid|' \
+-e '/ExecStart=.*$/iPIDFile=/run/rsyslogd.pid'
+}
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --enable-mysql \
+  --enable-pgsql \
+  --enable-mail \
+  --enable-imfile \
+  --enable-snmp \
+  --enable-gnutls \
+  --enable-inet \
+  --enable-imjournal \
+  --enable-omjournal \
+  --enable-relp \
+  --enable-impstats \
+  --enable-imptcp \
+  --enable-omprog \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  make install DESTDIR="$pkgdir"
+  install -D -m644 "$srcdir"/${pkgname}.conf "$pkgdir"/etc/${pkgname}.conf
+  install -D -m644 "$srcdir"/${pkgname}.logrotate 
"$pkgdir"/etc/logrotate.d/${pkgname}
+}

Copied: rsyslog/repos/community-staging-i686/rsyslog.conf (from rev 230313, 
rsyslog/trunk/rsyslog.conf)
===
--- community-staging-i686/rsyslog.conf (rev 0)
+++ community-staging-i686/rsyslog.conf 2017-05-25 22:56:58 UTC (rev 230314)
@@ -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/ma

[arch-commits] Commit in rsyslog/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:56:48
  Author: foutrelis
Revision: 230313

MariaDB 10.2.6 rebuild

Modified:
  rsyslog/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 22:49:44 UTC (rev 230312)
+++ PKGBUILD2017-05-25 22:56:48 UTC (rev 230313)
@@ -3,7 +3,7 @@
 
 pkgname=rsyslog
 pkgver=8.26.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
 url="http://www.rsyslog.com/";
 arch=('i686' 'x86_64')


[arch-commits] Commit in lighttpd/repos (12 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:51:58
  Author: foutrelis
Revision: 296621

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  lighttpd/repos/staging-i686/
  lighttpd/repos/staging-i686/PKGBUILD
(from rev 296620, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/staging-i686/lighttpd.conf
(from rev 296620, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/staging-i686/lighttpd.logrotate.d
(from rev 296620, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/staging-i686/lighttpd.service
(from rev 296620, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/staging-i686/lighttpd.tmpfiles
(from rev 296620, lighttpd/trunk/lighttpd.tmpfiles)
  lighttpd/repos/staging-x86_64/
  lighttpd/repos/staging-x86_64/PKGBUILD
(from rev 296620, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/staging-x86_64/lighttpd.conf
(from rev 296620, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/staging-x86_64/lighttpd.logrotate.d
(from rev 296620, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/staging-x86_64/lighttpd.service
(from rev 296620, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/staging-x86_64/lighttpd.tmpfiles
(from rev 296620, lighttpd/trunk/lighttpd.tmpfiles)

-+
 staging-i686/PKGBUILD   |   72 ++
 staging-i686/lighttpd.conf  |   22 ++
 staging-i686/lighttpd.logrotate.d   |9 
 staging-i686/lighttpd.service   |   12 +
 staging-i686/lighttpd.tmpfiles  |2 
 staging-x86_64/PKGBUILD |   72 ++
 staging-x86_64/lighttpd.conf|   22 ++
 staging-x86_64/lighttpd.logrotate.d |9 
 staging-x86_64/lighttpd.service |   12 +
 staging-x86_64/lighttpd.tmpfiles|2 
 10 files changed, 234 insertions(+)

Copied: lighttpd/repos/staging-i686/PKGBUILD (from rev 296620, 
lighttpd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-25 22:51:58 UTC (rev 296621)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=lighttpd
+pkgver=1.4.45
+pkgrel=3
+pkgdesc='A secure, fast, compliant and very flexible web-server'
+license=('custom')
+arch=('i686' 'x86_64')
+url="http://www.lighttpd.net/";
+depends=('pcre' 'util-linux' 'systemd')
+makedepends=('libmariadb' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 'gdbm' 
'pkgconfig')
+optdepends=('libxml2: mod_webdav'
+'lua: mod_cml/mod_magnet'
+'libmariadb: mod_mysql_vhost/mod_authn_mysql'
+'sqlite: mod_webdav')
+backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
+options=('emptydirs')
+source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
+'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
+sha256sums=('1c97225deea33eefba6d4158c2cef27913d47553263516bbe9d2e2760fc43a3f'
+'SKIP'
+'41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
+'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
+'d8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
+'0c88403364e732c06090f6807105dedbac25aa82add0499d28007f8aaa780b78')
+validpgpkeys=('C7CA1E9E29DC77F5480894B2E0E7D0171E95BAD7'
+  '649D0DD767FF206202A76C5158F14A786FE198C8'
+  'EAAF41A8BE3BB8D001CACD136DE62CA242909B84')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   ./configure --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libdir=/usr/lib/lighttpd/ \
+   --sysconfdir=/etc/lighttpd \
+   --with-mysql \
+   --with-ldap \
+   --with-attr \
+   --with-openssl \
+   --with-kerberos5 \
+   --without-fam \
+   --with-webdav-props \
+   --with-webdav-locks \
+   --with-gdbm \
+   --with-lua
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+
+   install -D -m644 $srcdir/lighttpd.logrotate.d 
$pkgdir/etc/logrotate.d/lighttpd
+   install -D -m644 $srcdir/lighttpd.conf 
$pkgdir/etc/lighttpd/lighttpd.conf
+   install -d -m700 -o http -g http $pkgdir/var/{log,cache}/lighttpd/
+   install -D -m644 ${srcdir}/lighttpd.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/lighttpd.conf
+   install -D -m644 ${srcdir}/lighttpd.service 
${pkgdir}/usr/lib/systemd/system/lighttpd.service
+
+   pushd doc/config >/dev/null
+   find . -type f ! -name 'Makefile*' -exec install -D -m644 {} 
${pkgdir}/usr/share/doc/lighttpd/config/{} \;
+   popd >/dev/null
+
+   install -D -m644 COPYING $pkgdir/u

[arch-commits] Commit in lighttpd/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:51:39
  Author: foutrelis
Revision: 296620

MariaDB 10.2.6 rebuild

Modified:
  lighttpd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 22:40:25 UTC (rev 296619)
+++ PKGBUILD2017-05-25 22:51:39 UTC (rev 296620)
@@ -3,7 +3,7 @@
 
 pkgname=lighttpd
 pkgver=1.4.45
-pkgrel=2
+pkgrel=3
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')


[arch-commits] Commit in lua51-dbi/repos (4 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:49:44
  Author: foutrelis
Revision: 230312

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  lua51-dbi/repos/community-staging-i686/
  lua51-dbi/repos/community-staging-i686/PKGBUILD
(from rev 230311, lua51-dbi/trunk/PKGBUILD)
  lua51-dbi/repos/community-staging-x86_64/
  lua51-dbi/repos/community-staging-x86_64/PKGBUILD
(from rev 230311, lua51-dbi/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: lua51-dbi/repos/community-staging-i686/PKGBUILD (from rev 230311, 
lua51-dbi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 22:49:44 UTC (rev 230312)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Robert Knauer 
+
+pkgname=lua51-dbi
+pkgver=0.5
+pkgrel=2
+pkgdesc="Database interface library for Lua (5.1)"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/luadbi/";
+license=('MIT')
+makedepends=('sqlite3' 'libmariadb' 'postgresql')
+depends=('lua51')
+optdepends=('sqlite3: sqlite3 Support'
+'postgresql-libs: postgresql Support'
+'libmariadb: mysql Support')
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/luadbi/luadbi.$pkgver.tar.gz";)
+sha1sums=('c8c650c168599e3ac97634a5ffb28aeaaa4fb635')
+
+prepare() {
+  sed -i 's|#!/usr/bin/lua|#!/usr/bin/lua5.1|g' DBI.lua
+  sed -i 's|-I /usr/include/postgresql/|-I /usr/include/postgresql/server/|g' 
Makefile
+}
+
+build() {
+  make free
+}
+
+package() {
+  install -Dm644 DBI.lua "${pkgdir}/usr/share/lua/5.1/DBI.lua"
+  install -dm755 "${pkgdir}/usr/lib/lua/5.1/"
+  install -Dm644 *.so "${pkgdir}/usr/lib/lua/5.1/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: lua51-dbi/repos/community-staging-x86_64/PKGBUILD (from rev 230311, 
lua51-dbi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-25 22:49:44 UTC (rev 230312)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Robert Knauer 
+
+pkgname=lua51-dbi
+pkgver=0.5
+pkgrel=2
+pkgdesc="Database interface library for Lua (5.1)"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/luadbi/";
+license=('MIT')
+makedepends=('sqlite3' 'libmariadb' 'postgresql')
+depends=('lua51')
+optdepends=('sqlite3: sqlite3 Support'
+'postgresql-libs: postgresql Support'
+'libmariadb: mysql Support')
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/luadbi/luadbi.$pkgver.tar.gz";)
+sha1sums=('c8c650c168599e3ac97634a5ffb28aeaaa4fb635')
+
+prepare() {
+  sed -i 's|#!/usr/bin/lua|#!/usr/bin/lua5.1|g' DBI.lua
+  sed -i 's|-I /usr/include/postgresql/|-I /usr/include/postgresql/server/|g' 
Makefile
+}
+
+build() {
+  make free
+}
+
+package() {
+  install -Dm644 DBI.lua "${pkgdir}/usr/share/lua/5.1/DBI.lua"
+  install -dm755 "${pkgdir}/usr/lib/lua/5.1/"
+  install -Dm644 *.so "${pkgdir}/usr/lib/lua/5.1/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in lua51-dbi/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:49:35
  Author: foutrelis
Revision: 230311

MariaDB 10.2.6 rebuild

Modified:
  lua51-dbi/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 22:49:02 UTC (rev 230310)
+++ PKGBUILD2017-05-25 22:49:35 UTC (rev 230311)
@@ -4,7 +4,7 @@
 
 pkgname=lua51-dbi
 pkgver=0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Database interface library for Lua (5.1)"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/luadbi/";


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:48:50
  Author: foutrelis
Revision: 230309

MariaDB 10.2.6 rebuild

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 22:44:12 UTC (rev 230308)
+++ PKGBUILD2017-05-25 22:48:50 UTC (rev 230309)
@@ -3,7 +3,7 @@
 
 pkgname=opensips
 pkgver=2.2.3
-pkgrel=1
+pkgrel=2
 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')


[arch-commits] Commit in opensips/repos (10 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:49:02
  Author: foutrelis
Revision: 230310

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  opensips/repos/community-staging-i686/
  opensips/repos/community-staging-i686/PKGBUILD
(from rev 230309, opensips/trunk/PKGBUILD)
  opensips/repos/community-staging-i686/opensips.install
(from rev 230309, opensips/trunk/opensips.install)
  opensips/repos/community-staging-i686/opensips.service
(from rev 230309, opensips/trunk/opensips.service)
  opensips/repos/community-staging-i686/port-tls-1.1.0.patch
(from rev 230309, opensips/trunk/port-tls-1.1.0.patch)
  opensips/repos/community-staging-x86_64/
  opensips/repos/community-staging-x86_64/PKGBUILD
(from rev 230309, opensips/trunk/PKGBUILD)
  opensips/repos/community-staging-x86_64/opensips.install
(from rev 230309, opensips/trunk/opensips.install)
  opensips/repos/community-staging-x86_64/opensips.service
(from rev 230309, opensips/trunk/opensips.service)
  opensips/repos/community-staging-x86_64/port-tls-1.1.0.patch
(from rev 230309, opensips/trunk/port-tls-1.1.0.patch)

---+
 community-staging-i686/PKGBUILD   |   86 
 community-staging-i686/opensips.install   |3 
 community-staging-i686/opensips.service   |   11 
 community-staging-i686/port-tls-1.1.0.patch   |  446 
 community-staging-x86_64/PKGBUILD |   86 
 community-staging-x86_64/opensips.install |3 
 community-staging-x86_64/opensips.service |   11 
 community-staging-x86_64/port-tls-1.1.0.patch |  446 
 8 files changed, 1092 insertions(+)

Copied: opensips/repos/community-staging-i686/PKGBUILD (from rev 230309, 
opensips/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 22:49:02 UTC (rev 230310)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=opensips
+pkgver=2.2.3
+pkgrel=2
+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' 'libmariadb'
+'lynx' 'libxslt' 'libmicrohttpd')
+optdepends=('postgresql-libs'
+   'unixodbc'
+   'libldap'
+   'libmariadb'
+   'libsasl'
+   'python2'
+   'pcre')
+backup=("etc/opensips/opensips.cfg"
+   "etc/opensips/osipsconsolerc"
+   "etc/opensips/opensipsctlrc")
+arch=('i686' 'x86_64')
+license=('GPL')
+install=opensips.install
+options=('!emptydirs' 'zipman' '!makeflags' 'docs')
+source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
+   opensips.service
+   port-tls-1.1.0.patch)
+sha256sums=('ccf540f7aae4335a8319b83f6cb87b562e665991fe1c2adc4e8eb4d4f3042dd7'
+'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819'
+'1ad2558c329a1b41948ff9ef1c8169289b38500ce8183e50bae653ef82afdbec')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver/
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  sed -i 's|sbin|bin|g' Makefile
+  sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
+
+  patch -Np1 -i ../port-tls-1.1.0.patch
+}
+
+_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops tls_mgm db_http httpd tm rr"
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver/
+
+  make \
+   include_modules="${_modules}" \
+   LIBDIR=lib PREFIX=/usr
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver/
+
+  make \
+   include_modules="${_modules}" \
+   BASEDIR="$pkgdir" PREFIX=/usr LIBDIR=lib install
+
+  # Conforms to the arch packaging standards 
(http://wiki.archlinux.org/index.php/Arch_Packaging_Standards)
+  mkdir -p "$pkgdir"/etc/
+  mv "$pkgdir"/usr/etc/opensips/ "$pkgdir"/etc/
+  sed -i 
's#mpath=".*lib/opensips/modules/"#mpath="/usr/lib/opensips/modules/"#' 
"$pkgdir"/etc/opensips/opensips.cfg
+
+  # fix bad paths
+  cd "$pkgdir"/usr/share
+  find -type f -exec sed -i "s#"$pkgdir"##" {} \;
+
+  cd "$pkgdir"/usr/lib/opensips/opensipsctl
+  find -type f -exec sed -i "s#"$pkgdir"##" {} \;
+
+  mv "$pkgdir"/usr/sbin "$pkgdir"/usr/bin
+
+  cd "$pkgdir"/usr/bin
+  sed -i "s#"$pkgdir"##" opensipsctl opensipsdbctl osipsconsole
+
+  cd "$pkgdir"/etc
+  find -type f -exec sed -i "s#"$pkgdir"##" {} \;
+
+  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Copied: opensips/repos/community-staging-i686/opensips.install (from rev 
230309, opensips/trunk/opensips.install)
===

[arch-commits] Commit in collectd/repos (6 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:44:12
  Author: foutrelis
Revision: 230308

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  collectd/repos/community-staging-i686/
  collectd/repos/community-staging-i686/PKGBUILD
(from rev 230307, collectd/trunk/PKGBUILD)
  collectd/repos/community-staging-i686/service
(from rev 230307, collectd/trunk/service)
  collectd/repos/community-staging-x86_64/
  collectd/repos/community-staging-x86_64/PKGBUILD
(from rev 230307, collectd/trunk/PKGBUILD)
  collectd/repos/community-staging-x86_64/service
(from rev 230307, collectd/trunk/service)

---+
 community-staging-i686/PKGBUILD   |   79 
 community-staging-i686/service|   13 +
 community-staging-x86_64/PKGBUILD |   79 
 community-staging-x86_64/service  |   13 +
 4 files changed, 184 insertions(+)

Copied: collectd/repos/community-staging-i686/PKGBUILD (from rev 230307, 
collectd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 22:44:12 UTC (rev 230308)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Gerhard Brauer 
+
+pkgname=collectd
+pkgver=5.7.1
+pkgrel=6
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='https://collectd.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec plugin'
+'libmariadb: mysql plugin'
+'iproute2: netlink plugin'
+'net-snmp: snmp plugin'
+'libnotify: notify_desktop plugin'
+'openipmi: ipmi plugin'
+'liboping: ping plugin'
+'libpcap: dns plugin'
+'perl: perl plugin'
+'postgresql-libs: postgresql plugin'
+'python2: python plugin'
+'rrdtool: rrdtool and rrdcached plugins'
+'lm_sensors: lm_sensors and sensors plugins'
+'libvirt: libvirt plugin'
+'libxml2: ascent and libvirt plugins'
+'yajl: curl_json plugin'
+'libatasmart: smart plugin'
+'lvm2: lvm plugin'
+'protobuf-c: write_riemann plugin'
+'mosquitto: MQTT plugin'
+'libmicrohttpd: prometheus plugin')
+
+makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
+ 'libmariadb' 'iproute2' 'net-snmp' 'libnotify' 'openipmi'
+ 'liboping' 'libpcap' 'postgresql-libs' 'python2' 'rrdtool'
+ 'lm_sensors' 'libvirt' 'libxml2' 'yajl' 'libatasmart' 'lvm2'
+ 'protobuf-c' 'mosquitto' 'libmicrohttpd')
+
+depends=('libltdl' 'iptables')
+
+source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
+'service')
+sha256sums=('7edd3643c0842215553b2421d5456f4e9a8a58b07e216b40a7e8e91026d8e501'
+'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
+
+backup=('etc/collectd.conf')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/-Werror//g' -i *.ac */*.{am,in} */*/*.{am,in}
+   autoreconf
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export MAKEFLAGS='-j1'
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --with-python=/usr/bin/python2 \
+   --with-perl-bindings='INSTALLDIRS=vendor'
+   make all
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rmdir "${pkgdir}/var/run" # FS#30201
+   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/collectd.service
+   install -Dm644 contrib/collectd2html.pl 
"${pkgdir}"/usr/share/collectd/collectd2html.pl
+}

Copied: collectd/repos/community-staging-i686/service (from rev 230307, 
collectd/trunk/service)
===
--- community-staging-i686/service  (rev 0)
+++ community-staging-i686/service  2017-05-25 22:44:12 UTC (rev 230308)
@@ -0,0 +1,13 @@
+[Unit]
+Description=System statistics collection daemon
+After=local-fs.target network.target
+
+[Service]
+Type=forking
+PIDFile=/run/collectdmon.pid
+ExecStart=/usr/bin/collectdmon
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=always
+
+[Install]
+WantedBy=multi-user.target

Copied: collectd/repos/community-staging-x86_64/PKGBUILD (from rev 230307, 
collectd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   

[arch-commits] Commit in collectd/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:44:04
  Author: foutrelis
Revision: 230307

MariaDB 10.2.6 rebuild

Modified:
  collectd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 22:18:59 UTC (rev 230306)
+++ PKGBUILD2017-05-25 22:44:04 UTC (rev 230307)
@@ -4,7 +4,7 @@
 
 pkgname=collectd
 pkgver=5.7.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='https://collectd.org/'
 arch=('i686' 'x86_64')


[arch-commits] Commit in redland/repos (6 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:40:25
  Author: foutrelis
Revision: 296619

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  redland/repos/staging-i686/
  redland/repos/staging-i686/PKGBUILD
(from rev 296618, redland/trunk/PKGBUILD)
  redland/repos/staging-i686/rpath.diff
(from rev 296618, redland/trunk/rpath.diff)
  redland/repos/staging-x86_64/
  redland/repos/staging-x86_64/PKGBUILD
(from rev 296618, redland/trunk/PKGBUILD)
  redland/repos/staging-x86_64/rpath.diff
(from rev 296618, redland/trunk/rpath.diff)

---+
 staging-i686/PKGBUILD |   82 
 staging-i686/rpath.diff   |   11 +
 staging-x86_64/PKGBUILD   |   82 
 staging-x86_64/rpath.diff |   11 +
 4 files changed, 186 insertions(+)

Copied: redland/repos/staging-i686/PKGBUILD (from rev 296618, 
redland/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-25 22:40:25 UTC (rev 296619)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: AndyRTR 
+# Contributor: Francois Charette  
+
+pkgbase=redland
+epoch=1
+# maybe rename redland-storage-mysql to redland-storage-mariadb or add a 
provide tag
+pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 
'redland-storage-virtuoso' 'redland-storage-sqlite')
+pkgver=1.0.17
+pkgrel=5
+url="http://librdf.org/";
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=('rasqal' 'raptor' 'postgresql-libs' 'libmariadb' 'unixodbc' 
'sqlite')
+source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz{,.asc}
+rpath.diff)
+sha256sums=('de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681'
+'SKIP'
+'9ddf9f7581f5194d73ad908f3b26354c70d3079a7a87c8add8a0d0e4c6974fec')
+validpgpkeys=('F879F0DEDA780198DD08DC6443EC92504F71955A') # Dave Beckett
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+   --enable-release \
+   --disable-static \
+   --with-raptor=system \
+   --with-rasqal=system \
+   --with-sqlite=3 \
+   --with-bdb=no
+
+  # nuke rpath
+  patch -Np0 -i "${srcdir}/rpath.diff"
+
+  make
+}
+
+package_redland() {
+ pkgdesc="Library that provides a high-level interface to RDF data"
+ depends=('rasqal>=0.9.26' 'raptor>=2.0.6' 'libltdl')
+ 
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/lib/redland"
+}
+
+package_redland-storage-mysql() {
+ pkgdesc="MySQL storage support for Redland"
+ depends=('redland' 'libmariadb')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  install -dm755 "${pkgdir}/usr/lib/redland"
+  install -m755 src/.libs/librdf_storage_mysql.so 
"${pkgdir}/usr/lib/redland/librdf_storage_mysql.so"
+}
+
+package_redland-storage-postgresql() {
+ pkgdesc="PostgreSQL storage support for Redland"
+ depends=('redland' 'postgresql-libs')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  install -dm755 "${pkgdir}/usr/lib/redland"
+  install -m755 src/.libs/librdf_storage_postgresql.so 
"${pkgdir}/usr/lib/redland/"
+}
+
+package_redland-storage-virtuoso() {
+ pkgdesc="Virtuoso storage support for Redland"
+ depends=('redland' 'unixodbc')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  install -dm755 "${pkgdir}/usr/lib/redland"
+  install -m755 src/.libs/librdf_storage_virtuoso.so 
"${pkgdir}/usr/lib/redland/"
+}
+
+package_redland-storage-sqlite() {
+ pkgdesc="SQLite storage support for Redland"
+ depends=('redland' 'sqlite3')
+ 
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  install -dm755 "${pkgdir}/usr/lib/redland"
+  install -m755 src/.libs/librdf_storage_sqlite.so "${pkgdir}/usr/lib/redland/"
+}

Copied: redland/repos/staging-i686/rpath.diff (from rev 296618, 
redland/trunk/rpath.diff)
===
--- staging-i686/rpath.diff (rev 0)
+++ staging-i686/rpath.diff 2017-05-25 22:40:25 UTC (rev 296619)
@@ -0,0 +1,11 @@
+--- libtool2011-02-20 10:46:47.0 +0100
 libtool.new2011-02-20 10:52:58.285764909 +0100
+@@ -324,7 +324,7 @@
+ 
+ # Flag to hardcode $libdir into a binary during linking.
+ # This must work even if $libdir does not exist
+-hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir"
++hardcode_libdir_flag_spec=" "
+ 
+ # If ld is used when linking, flag to hardcode $libdir into a binary
+ # during linking.  This must work even if $libdir does not exist.

Copied: redland/repos/staging-x86_64/PKGBUILD (from rev 296618, 
redland/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-05-25 22:40:25 UTC (rev 296619)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: AndyRTR 
+# Contributor: 

[arch-commits] Commit in redland/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:40:16
  Author: foutrelis
Revision: 296618

MariaDB 10.2.6 rebuild

Modified:
  redland/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 22:38:34 UTC (rev 296617)
+++ PKGBUILD2017-05-25 22:40:16 UTC (rev 296618)
@@ -8,7 +8,7 @@
 # maybe rename redland-storage-mysql to redland-storage-mariadb or add a 
provide tag
 pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 
'redland-storage-virtuoso' 'redland-storage-sqlite')
 pkgver=1.0.17
-pkgrel=4
+pkgrel=5
 url="http://librdf.org/";
 license=("GPL")
 arch=('i686' 'x86_64')


[arch-commits] Commit in mariadb/repos (16 files)

2017-05-25 Thread Christian Hesse
Date: Thursday, May 25, 2017 @ 22:38:34
  Author: eworm
Revision: 296617

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mariadb/repos/staging-i686/PKGBUILD
(from rev 296616, mariadb/trunk/PKGBUILD)
  mariadb/repos/staging-i686/mariadb-sysusers.conf
(from rev 296616, mariadb/trunk/mariadb-sysusers.conf)
  mariadb/repos/staging-i686/mariadb-tmpfile.conf
(from rev 296616, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/staging-i686/mariadb.install
(from rev 296616, mariadb/trunk/mariadb.install)
  mariadb/repos/staging-x86_64/PKGBUILD
(from rev 296616, mariadb/trunk/PKGBUILD)
  mariadb/repos/staging-x86_64/mariadb-sysusers.conf
(from rev 296616, mariadb/trunk/mariadb-sysusers.conf)
  mariadb/repos/staging-x86_64/mariadb-tmpfile.conf
(from rev 296616, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/staging-x86_64/mariadb.install
(from rev 296616, mariadb/trunk/mariadb.install)
Deleted:
  mariadb/repos/staging-i686/PKGBUILD
  mariadb/repos/staging-i686/mariadb-sysusers.conf
  mariadb/repos/staging-i686/mariadb-tmpfile.conf
  mariadb/repos/staging-i686/mariadb.install
  mariadb/repos/staging-x86_64/PKGBUILD
  mariadb/repos/staging-x86_64/mariadb-sysusers.conf
  mariadb/repos/staging-x86_64/mariadb-tmpfile.conf
  mariadb/repos/staging-x86_64/mariadb.install

--+
 /PKGBUILD|  412 +
 /mariadb-sysusers.conf   |2 
 /mariadb-tmpfile.conf|2 
 /mariadb.install |   18 +
 staging-i686/PKGBUILD|  199 ---
 staging-i686/mariadb-sysusers.conf   |1 
 staging-i686/mariadb-tmpfile.conf|1 
 staging-i686/mariadb.install |9 
 staging-x86_64/PKGBUILD  |  199 ---
 staging-x86_64/mariadb-sysusers.conf |1 
 staging-x86_64/mariadb-tmpfile.conf  |1 
 staging-x86_64/mariadb.install   |9 
 12 files changed, 434 insertions(+), 420 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2017-05-25 22:38:26 UTC (rev 296616)
+++ staging-i686/PKGBUILD   2017-05-25 22:38:34 UTC (rev 296617)
@@ -1,199 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Christian Hesse 
-
-pkgbase=mariadb
-pkgname=('libmariadb' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.2.6
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre' 'jemalloc'
- 'lz4' 'boost' 'libevent' 'systemd')
-validpgpkeys=('199369E5404BD5FC7D2FE43BCBCB082A1BB943DB') # MariaDB Package 
Signing Key 
-source=("https://ftp.heanet.ie/mirrors/mariadb/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz"{,.asc}
-'mariadb-sysusers.conf'
-'mariadb-tmpfile.conf')
-sha256sums=('c385c76e40d6e5f0577eba021805da5f494a30c9ef51884baefe206d5658a2e5'
-'SKIP'
-'e1a22777c65854041f16fc0a2db3218d17b4d7e7ec7ab7a77cf49c71277c1515'
-'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd')
-
-prepare() {
-  cd $pkgbase-$pkgver/
-
-  # Changes to the upstream unit files:
-  #  * remove the alias from unit files, we install symlinks in package 
function
-  #  * enable PrivateTmp for a little bit more security
-  sed -i -e '/^Alias/d' \
--e '/^PrivateTmp/c PrivateTmp=true' \
-support-files/mariadb{,@}.service.in
-
-  # fix client version
-  # TODO: remove for next version
-  sed -i '/SET(MARIADB_CLIENT_VERSION_PATCH/ c\  
SET(MARIADB_CLIENT_VERSION_PATCH "6")' \
-libmariadb/CMakeLists.txt
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_AR=/usr/bin/gcc-ar \
--DCMAKE_RANLIB=/usr/bin/gcc-ranlib \
--DBUILD_CONFIG=mysql_release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8mb4 \
--DDEFAULT_COLLATION=utf8mb4_unicode_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_DOCDIR=share/doc/mariadb \
--DINSTALL_DOCREADMEDIR=share/doc/mariadb \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_SYSCONFDIR=/etc/mysql \
--DINSTALL_SYSCONF2DIR=/etc/mysql \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_SHAREDIR=share/mysql \
--DINSTALL_SYSTEMD_UNITDIR=/usr/lib/systemd/system/ \
--DWITH_SYSTEMD=yes \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_PCRE=system \
--DWITH_LIBWRAP=OFF \
--DWITH_JEMALLOC=ON \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STOR

[arch-commits] Commit in mariadb/trunk (PKGBUILD)

2017-05-25 Thread Christian Hesse
Date: Thursday, May 25, 2017 @ 22:38:26
  Author: eworm
Revision: 296616

upgpkg: mariadb 10.2.6-2

add workaround for packages expecting old library names

Modified:
  mariadb/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 22:33:31 UTC (rev 296615)
+++ PKGBUILD2017-05-25 22:38:26 UTC (rev 296616)
@@ -5,7 +5,7 @@
 pkgbase=mariadb
 pkgname=('libmariadb' 'mariadb-clients' 'mytop' 'mariadb')
 pkgver=10.2.6
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'
@@ -99,6 +99,13 @@
 make -C $dir DESTDIR="$pkgdir" install
   done
 
+  # A lot of packages use hard coded library names and link with
+  # -lmysqlclient. As upstream renamed the library from
+  # libmysqlclient.so to libmariadb.so... Add a workaround for 
+  # these packages by providing backward compatibility.
+  echo 'INPUT(-lmariadb)' > "$pkgdir"/usr/lib/libmysqlclient.so
+  ln -s libmysqlclient.so "$pkgdir"/usr/lib/libmysqlclient_r.so
+
   install -Dm0755 scripts/mysql_config "$pkgdir"/usr/bin/mysql_config
 
   for man in mysql_config mysql_client_test_embedded mysqltest_embedded; do


[arch-commits] Commit in libphonenumber/repos (4 files)

2017-05-25 Thread Jan Steffens
Date: Thursday, May 25, 2017 @ 22:33:31
  Author: heftig
Revision: 296615

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libphonenumber/repos/testing-i686/PKGBUILD
(from rev 296614, libphonenumber/trunk/PKGBUILD)
  libphonenumber/repos/testing-x86_64/PKGBUILD
(from rev 296614, libphonenumber/trunk/PKGBUILD)
Deleted:
  libphonenumber/repos/testing-i686/PKGBUILD
  libphonenumber/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   86 ++
 testing-i686/PKGBUILD   |   42 --
 testing-x86_64/PKGBUILD |   42 --
 3 files changed, 86 insertions(+), 84 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-05-25 22:30:10 UTC (rev 296614)
+++ testing-i686/PKGBUILD   2017-05-25 22:33:31 UTC (rev 296615)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libphonenumber
-pkgver=8.4.1
-pkgrel=4
-pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
-url="https://github.com/googlei18n/libphonenumber";
-arch=(i686 x86_64)
-depends=(icu protobuf boost-libs)
-makedepends=(boost cmake gtest git java-environment)
-license=("Apache")
-_commit=02dbc0921cf503c548278b7aa8818ea5aa0b8ed3  # tags/v8.4.1^0
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
-  cmake ../$pkgname/cpp \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-check() {
-  cd build
-  make tests
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libphonenumber/repos/testing-i686/PKGBUILD (from rev 296614, 
libphonenumber/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-25 22:33:31 UTC (rev 296615)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=8.5.0
+pkgrel=1
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+url="https://github.com/googlei18n/libphonenumber";
+arch=(i686 x86_64)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest git java-environment)
+license=("Apache")
+_commit=52cff9d8837f6e224a78d712d4d8fa1863f77956  # tags/v8.5.0^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
+  cmake ../$pkgname/cpp \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+check() {
+  cd build
+  make tests
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-05-25 22:30:10 UTC (rev 296614)
+++ testing-x86_64/PKGBUILD 2017-05-25 22:33:31 UTC (rev 296615)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libphonenumber
-pkgver=8.4.1
-pkgrel=4
-pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
-url="https://github.com/googlei18n/libphonenumber";
-arch=(i686 x86_64)
-depends=(icu protobuf boost-libs)
-makedepends=(boost cmake gtest git java-environment)
-license=("Apache")
-_commit=02dbc0921cf503c548278b7aa8818ea5aa0b8ed3  # tags/v8.4.1^0
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
-  cmake ../$pkgname/cpp \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-check() {
-  cd build
-  make tests
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libphonenumber/repos/testing-x86_64/PKGBUILD (from rev 296614, 
libphonenumber/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-25 22:33:31 UTC (rev 296615)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=8.5.0
+pkgrel=1
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+url="https://github.com/googlei18n/libphonenumber";
+arch=(i686 x86_64)
+depends=(i

[arch-commits] Commit in libphonenumber/trunk (PKGBUILD)

2017-05-25 Thread Jan Steffens
Date: Thursday, May 25, 2017 @ 22:30:10
  Author: heftig
Revision: 296614

8.5.0-1

Modified:
  libphonenumber/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 22:22:20 UTC (rev 296613)
+++ PKGBUILD2017-05-25 22:30:10 UTC (rev 296614)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libphonenumber
-pkgver=8.4.1
-pkgrel=4
+pkgver=8.5.0
+pkgrel=1
 pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
 url="https://github.com/googlei18n/libphonenumber";
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 depends=(icu protobuf boost-libs)
 makedepends=(boost cmake gtest git java-environment)
 license=("Apache")
-_commit=02dbc0921cf503c548278b7aa8818ea5aa0b8ed3  # tags/v8.4.1^0
+_commit=52cff9d8837f6e224a78d712d4d8fa1863f77956  # tags/v8.5.0^0
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -26,6 +26,7 @@
 build() {
   cd build
   CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
   cmake ../$pkgname/cpp \
 -DCMAKE_INSTALL_PREFIX=/usr
   make


[arch-commits] Commit in postfix/repos (10 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:22:20
  Author: foutrelis
Revision: 296613

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 296612, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 296612, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 296612, postfix/trunk/install)
  postfix/repos/staging-i686/service
(from rev 296612, postfix/trunk/service)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 296612, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 296612, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 296612, postfix/trunk/install)
  postfix/repos/staging-x86_64/service
(from rev 296612, postfix/trunk/service)

--+
 staging-i686/PKGBUILD|  101 +
 staging-i686/aliases.patch   |   18 +++
 staging-i686/install |   16 ++
 staging-i686/service |   14 +
 staging-x86_64/PKGBUILD  |  101 +
 staging-x86_64/aliases.patch |   18 +++
 staging-x86_64/install   |   16 ++
 staging-x86_64/service   |   14 +
 8 files changed, 298 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 296612, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-25 22:22:20 UTC (rev 296613)
@@ -0,0 +1,101 @@
+# $Id$
+# Contributor: Jeff Brodnax 
+# Contributor: Paul Mattal 
+# Maintainer: Gaetan Bisson 
+
+pkgname=postfix
+pkgver=3.2.0
+pkgrel=5
+url='http://www.postfix.org/'
+pkgdesc='Fast, easy to administer, secure mail server'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
+ 'libmariadb' 'postgresql-libs' 'sqlite' 'tinycdb')
+source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz";
+'aliases.patch'
+'service')
+sha256sums=('420726e79622620394fd17799e49268dada7041ea067ca3aa1c8bf155b9aa487'
+'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
+'52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
+
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+
+conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+replaces=('postfix-tools')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   CCARGS='
+-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+-DHAS_LDAP
+-DUSE_TLS
+-DHAS_MYSQL -I/usr/include/mysql
+-DHAS_PGSQL -I/usr/include/postgresql
+-DHAS_SQLITE
+-DHAS_CDB
+-DDEF_COMMAND_DIR=\"/usr/bin\"
+-DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
+-DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
+-DDEF_README_DIR=\"/usr/share/doc/postfix\"
+-DDEF_MANPAGE_DIR=\"/usr/share/man\"
+'
+   AUXLIBS='
+-lsasl2
+-lldap -llber
+-lssl -lcrypto
+-lmariadb -lz -lm
+-lpq
+-lsqlite3 -lpthread
+-lcdb
+'
+   make makefiles \
+   DEBUG='' \
+   pie=yes \
+   shared=yes \
+   CCARGS="${CCARGS//$'\n'/}" \
+   AUXLIBS="${AUXLIBS//$'\n'/}" \
+   OPT="${CFLAGS} ${LDFLAGS}" \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/postfix-${pkgver}"
+
+   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
+   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
+   sh postfix-install -non-interactive install_root="${pkgdir}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+
+   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
+   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
+   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
+   done
+
+   # now set permissions right to appease the pacman gods
+   sed -r \
+   -e '/override=1/d' \
+   -e '/absolute path name/d' \
+   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
+   -e '/(if \[|chmod|chown|find|mkdir|test)/s/\$path/.\/$path/g' \
+   libexec/post-install > ../arch-post-install
+   cd "${pkgdir}"
+   LD_LIBRA

[arch-commits] Commit in postfix/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:22:03
  Author: foutrelis
Revision: 296612

MariaDB 10.2.6 rebuild

Modified:
  postfix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 22:15:59 UTC (rev 296611)
+++ PKGBUILD2017-05-25 22:22:03 UTC (rev 296612)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.2.0
-pkgrel=4
+pkgrel=5
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


[arch-commits] Commit in io/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:18:48
  Author: foutrelis
Revision: 230305

MariaDB 10.2.6 rebuild

Modified:
  io/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 22:16:40 UTC (rev 230304)
+++ PKGBUILD2017-05-25 22:18:48 UTC (rev 230305)
@@ -4,7 +4,7 @@
 
 pkgname=io
 pkgver=2015.11.11
-pkgrel=3
+pkgrel=4
 pkgdesc='IO programming language'
 arch=('x86_64' 'i686')
 url='http://iolanguage.com/'


[arch-commits] Commit in io/repos (8 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:18:59
  Author: foutrelis
Revision: 230306

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  io/repos/community-staging-i686/
  io/repos/community-staging-i686/PATCH-Fix-for-inlining-in-C11-mode.patch
(from rev 230305, io/trunk/PATCH-Fix-for-inlining-in-C11-mode.patch)
  io/repos/community-staging-i686/PATCH-added--msse2-to-compile-flags-for.patch
(from rev 230305, io/trunk/PATCH-added--msse2-to-compile-flags-for.patch)
  io/repos/community-staging-i686/PKGBUILD
(from rev 230305, io/trunk/PKGBUILD)
  io/repos/community-staging-x86_64/
  io/repos/community-staging-x86_64/PATCH-Fix-for-inlining-in-C11-mode.patch
(from rev 230305, io/trunk/PATCH-Fix-for-inlining-in-C11-mode.patch)
  
io/repos/community-staging-x86_64/PATCH-added--msse2-to-compile-flags-for.patch
(from rev 230305, io/trunk/PATCH-added--msse2-to-compile-flags-for.patch)
  io/repos/community-staging-x86_64/PKGBUILD
(from rev 230305, io/trunk/PKGBUILD)

+
 community-staging-i686/PATCH-Fix-for-inlining-in-C11-mode.patch|   57 
++
 community-staging-i686/PATCH-added--msse2-to-compile-flags-for.patch   |   23 

 community-staging-i686/PKGBUILD|   44 
+++
 community-staging-x86_64/PATCH-Fix-for-inlining-in-C11-mode.patch  |   57 
++
 community-staging-x86_64/PATCH-added--msse2-to-compile-flags-for.patch |   23 

 community-staging-x86_64/PKGBUILD  |   44 
+++
 6 files changed, 248 insertions(+)

Copied: 
io/repos/community-staging-i686/PATCH-Fix-for-inlining-in-C11-mode.patch (from 
rev 230305, io/trunk/PATCH-Fix-for-inlining-in-C11-mode.patch)
===
--- community-staging-i686/PATCH-Fix-for-inlining-in-C11-mode.patch 
(rev 0)
+++ community-staging-i686/PATCH-Fix-for-inlining-in-C11-mode.patch 
2017-05-25 22:18:59 UTC (rev 230306)
@@ -0,0 +1,57 @@
+From 2ab9505240c7d32ea5cb4d367c86af0146ac0b7c Mon Sep 17 00:00:00 2001
+From: Peter Hull 
+Date: Sun, 24 Jan 2016 13:19:27 +
+Subject: [PATCH] Fix for inlining in C11 mode
+
+---
+ libs/basekit/source/Common_inline.h | 36 
+ 1 file changed, 24 insertions(+), 12 deletions(-)
+
+diff --git a/libs/basekit/source/Common_inline.h 
b/libs/basekit/source/Common_inline.h
+index a4086d7..19f8d47 100755
+--- a/libs/basekit/source/Common_inline.h
 b/libs/basekit/source/Common_inline.h
+@@ -117,19 +117,31 @@ Kudos to Daniel A. Koepke
+   #endif 
+   
+ #elif defined(__linux__) || defined(__OpenBSD__) || defined(__NetBSD__) || 
defined(__FreeBSD__)
+-
+-  #ifdef IO_IN_C_FILE
+-  // in .c 
+-  #define IO_DECLARE_INLINES
+-  #define IOINLINE inline
+-  #define IOINLINE_RECURSIVE inline
++  #ifdef __GNUC_STDC_INLINE__
++  #ifdef IO_IN_C_FILE
++  // in .c
++  #define IO_DECLARE_INLINES
++  #define IOINLINE
++  #define IOINLINE_RECURSIVE
++  #else
++  // in .h
++  #define IO_DECLARE_INLINES
++  #define IOINLINE inline
++  #define IOINLINE_RECURSIVE inline
++  #endif
+   #else
+-  // in .h 
+-  #define IO_DECLARE_INLINES
+-  #define IOINLINE extern inline
+-  #define IOINLINE_RECURSIVE extern inline
+-  #endif 
+-  
++  #ifdef IO_IN_C_FILE
++  // in .c
++  #define IO_DECLARE_INLINES
++  #define IOINLINE inline
++  #define IOINLINE_RECURSIVE inline
++  #else
++  // in .h
++  #define IO_DECLARE_INLINES
++  #define IOINLINE extern inline
++  #define IOINLINE_RECURSIVE extern inline
++  #endif
++  #endif
+ #else
+ 
+   #ifdef IO_IN_C_FILE

Copied: 
io/repos/community-staging-i686/PATCH-added--msse2-to-compile-flags-for.patch 
(from rev 230305, io/trunk/PATCH-added--msse2-to-compile-flags-for.patch)
===
--- community-staging-i686/PATCH-added--msse2-to-compile-flags-for.patch
(rev 0)
+++ community-staging-i686/PATCH-added--msse2-to-compile-flags-for.patch
2017-05-25 22:18:59 UTC (rev 230306)
@@ -0,0 +1,23 @@
+From 2ca83eac52092eb297b7f3cee3d6057377e57c67 Mon Sep 17 00:00:00 2001
+From: Peter Hull 
+Date: Mon, 25 Jan 2016 09:21:13 +
+Subject: [PATCH] Added -msse2 to compile flags for all sources. Under GCC 5
+ it's needed, otherwise compiling UArray_math.c fails.
+
+---
+ CMakeLists.txt | 2 +

[arch-commits] Commit in luasql/repos (4 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:16:40
  Author: foutrelis
Revision: 230304

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  luasql/repos/community-staging-i686/
  luasql/repos/community-staging-i686/PKGBUILD
(from rev 230303, luasql/trunk/PKGBUILD)
  luasql/repos/community-staging-x86_64/
  luasql/repos/community-staging-x86_64/PKGBUILD
(from rev 230303, luasql/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   63 
 community-staging-x86_64/PKGBUILD |   63 
 2 files changed, 126 insertions(+)

Copied: luasql/repos/community-staging-i686/PKGBUILD (from rev 230303, 
luasql/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 22:16:40 UTC (rev 230304)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sébastien Luttringer 
+# Contributor: Anders Bergh 
+
+pkgbase=luasql
+pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite')
+pkgver=2.3.0
+pkgrel=8
+arch=('i686' 'x86_64')
+url='http://www.keplerproject.org/luasql/'
+license=('MIT')
+makedepends=('lua' 'libmariadb' 'postgresql-libs' 'sqlite')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keplerproject/luasql/archive/v$pkgver.tar.gz";)
+md5sums=('af9f0f3a2313a1fcf88c40700092048d')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  # Lua 5.3 compat
+  sed 's/luaL_optint/(int)luaL_optinteger/' -i src/ls_mysql.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  msg2 'Building sqlite support'
+  make T=sqlite3 PREFIX=/usr DRIVER_LIBS='-lsqlite3' DRIVER_INCS='-std=c99'
+  msg2 'Building PostgreSQL support'
+  make T=postgres PREFIX=/usr DRIVER_LIBS='-lpq' DRIVER_INCS='-std=c99'
+  msg2 'Building MySQL support'
+  make T=mysql PREFIX=/usr DRIVER_LIBS="$(mysql_config --libs)" \
+DRIVER_INCS="$(mysql_config --include) -std=c99"
+}
+
+package_lua-sql-mysql() {
+  pkgdesc='MySQL module for Lua'
+  depends=('lua' 'libmariadb')
+  conflicts=('luasql-mysql')
+  replaces=('luasql-mysql')
+
+  cd $pkgbase-$pkgver
+  install -Dm644 src/mysql.so "$pkgdir/usr/lib/lua/5.3/luasql/mysql.so"
+  install -Dm644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
+}
+
+package_lua-sql-postgres() {
+  pkgdesc='PostgreSQL module for Lua'
+  depends=('lua' 'postgresql-libs')
+
+  cd $pkgbase-$pkgver
+  install -Dm644 src/postgres.so "$pkgdir/usr/lib/lua/5.3/luasql/postgres.so"
+  install -Dm644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
+}
+
+package_lua-sql-sqlite() {
+  pkgdesc='SQLite module for Lua'
+  depends=('lua' 'sqlite')
+
+  cd $pkgbase-$pkgver
+  install -Dm644 src/sqlite3.so "$pkgdir/usr/lib/lua/5.3/luasql/sqlite3.so"
+  install -Dm644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luasql/repos/community-staging-x86_64/PKGBUILD (from rev 230303, 
luasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-25 22:16:40 UTC (rev 230304)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sébastien Luttringer 
+# Contributor: Anders Bergh 
+
+pkgbase=luasql
+pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite')
+pkgver=2.3.0
+pkgrel=8
+arch=('i686' 'x86_64')
+url='http://www.keplerproject.org/luasql/'
+license=('MIT')
+makedepends=('lua' 'libmariadb' 'postgresql-libs' 'sqlite')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keplerproject/luasql/archive/v$pkgver.tar.gz";)
+md5sums=('af9f0f3a2313a1fcf88c40700092048d')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  # Lua 5.3 compat
+  sed 's/luaL_optint/(int)luaL_optinteger/' -i src/ls_mysql.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  msg2 'Building sqlite support'
+  make T=sqlite3 PREFIX=/usr DRIVER_LIBS='-lsqlite3' DRIVER_INCS='-std=c99'
+  msg2 'Building PostgreSQL support'
+  make T=postgres PREFIX=/usr DRIVER_LIBS='-lpq' DRIVER_INCS='-std=c99'
+  msg2 'Building MySQL support'
+  make T=mysql PREFIX=/usr DRIVER_LIBS="$(mysql_config --libs)" \
+DRIVER_INCS="$(mysql_config --include) -std=c99"
+}
+
+package_lua-sql-mysql() {
+  pkgdesc='MySQL module for Lua'
+  depends=('lua' 'libmariadb')
+  conflicts=('luasql-mysql')
+  replaces=('luasql-mysql')
+
+  cd $pkgbase-$pkgver
+  install -Dm644 src/mysql.so "$pkgdir/usr/lib/lua/5.3/luasql/mysql.so"
+  install -Dm644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
+}
+
+package_lua-sql-postgres() {
+  pkgdesc='PostgreSQL module for Lua'
+  depends=('lua' 'postgresql-libs')
+
+  cd $pkgbase-$pkgver
+  install -Dm644 src/postgres.so "$pkgdir/usr/lib/lua/5.3/luasql/postgres.so"
+  install -Dm644 doc/us/license.html 
"$pkgdir/usr/share/lic

[arch-commits] Commit in luasql/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:16:30
  Author: foutrelis
Revision: 230303

MariaDB 10.2.6 rebuild

Modified:
  luasql/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 22:08:26 UTC (rev 230302)
+++ PKGBUILD2017-05-25 22:16:30 UTC (rev 230303)
@@ -6,7 +6,7 @@
 pkgbase=luasql
 pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite')
 pkgver=2.3.0
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 url='http://www.keplerproject.org/luasql/'
 license=('MIT')


[arch-commits] Commit in mysql-python/repos (4 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:15:59
  Author: foutrelis
Revision: 296611

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mysql-python/repos/staging-i686/
  mysql-python/repos/staging-i686/PKGBUILD
(from rev 296610, mysql-python/trunk/PKGBUILD)
  mysql-python/repos/staging-x86_64/
  mysql-python/repos/staging-x86_64/PKGBUILD
(from rev 296610, mysql-python/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   21 +
 staging-x86_64/PKGBUILD |   21 +
 2 files changed, 42 insertions(+)

Copied: mysql-python/repos/staging-i686/PKGBUILD (from rev 296610, 
mysql-python/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-05-25 22:15:59 UTC (rev 296611)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: damir 
+
+pkgname=mysql-python
+pkgver=1.2.5
+pkgrel=2
+pkgdesc="MySQL support for Python"
+arch=("i686" "x86_64")
+url="http://mysql-python.sourceforge.net/";
+license=('GPL2')
+depends=('python2' 'libmariadb')
+makedepends=('python2-setuptools')
+source=("http://pypi.python.org/packages/source/M/MySQL-python/MySQL-python-${pkgver}.zip";)
+md5sums=('654f75b302db6ed8dc5a898c625e030c')
+
+package() {
+  cd "${srcdir}/MySQL-python-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Copied: mysql-python/repos/staging-x86_64/PKGBUILD (from rev 296610, 
mysql-python/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-05-25 22:15:59 UTC (rev 296611)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: damir 
+
+pkgname=mysql-python
+pkgver=1.2.5
+pkgrel=2
+pkgdesc="MySQL support for Python"
+arch=("i686" "x86_64")
+url="http://mysql-python.sourceforge.net/";
+license=('GPL2')
+depends=('python2' 'libmariadb')
+makedepends=('python2-setuptools')
+source=("http://pypi.python.org/packages/source/M/MySQL-python/MySQL-python-${pkgver}.zip";)
+md5sums=('654f75b302db6ed8dc5a898c625e030c')
+
+package() {
+  cd "${srcdir}/MySQL-python-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in mysql-python/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:15:51
  Author: foutrelis
Revision: 296610

MariaDB 10.2.6 rebuild

Modified:
  mysql-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 21:38:59 UTC (rev 296609)
+++ PKGBUILD2017-05-25 22:15:51 UTC (rev 296610)
@@ -5,7 +5,7 @@
 
 pkgname=mysql-python
 pkgver=1.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="MySQL support for Python"
 arch=("i686" "x86_64")
 url="http://mysql-python.sourceforge.net/";


[arch-commits] Commit in powerdns/repos (6 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:08:26
  Author: foutrelis
Revision: 230302

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  powerdns/repos/community-staging-i686/
  powerdns/repos/community-staging-i686/PKGBUILD
(from rev 230301, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-i686/fix-4.0.3-tests.patch
(from rev 230301, powerdns/trunk/fix-4.0.3-tests.patch)
  powerdns/repos/community-staging-x86_64/
  powerdns/repos/community-staging-x86_64/PKGBUILD
(from rev 230301, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-x86_64/fix-4.0.3-tests.patch
(from rev 230301, powerdns/trunk/fix-4.0.3-tests.patch)

+
 community-staging-i686/PKGBUILD|   97 ++
 community-staging-i686/fix-4.0.3-tests.patch   |  100 +++
 community-staging-x86_64/PKGBUILD  |   97 ++
 community-staging-x86_64/fix-4.0.3-tests.patch |  100 +++
 4 files changed, 394 insertions(+)

Copied: powerdns/repos/community-staging-i686/PKGBUILD (from rev 230301, 
powerdns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 22:08:26 UTC (rev 230302)
@@ -0,0 +1,97 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+
+pkgname=powerdns
+pkgver=4.0.3
+pkgrel=6
+pkgdesc='Authoritative DNS server'
+url='http://www.powerdns.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('boost-libs' 'libsodium' 'systemd' 'lua' 'openssl' 'protobuf' 
'sqlite')
+makedepends=('boost' 'setconf' 'libmariadb' 'postgresql-libs' 'lua' 'libldap'
+ 'sqlite' 'geoip' 'yaml-cpp' 'pkg-config')
+optdepends=('libmariadb: MariaDB/MySQL backend'
+'postgresql-libs: PostgreSQL backend'
+'libldap: LDAP backend'
+'geoip: GeoIP backend'
+'yaml-cpp: GeoIP backend')
+provides=('pdns')
+conflicts=('pdns')
+backup=('etc/powerdns/pdns.conf')
+source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
+fix-${pkgver}-tests.patch)
+sha512sums=('58d33ac6cf457a916bae6abd8d2dc17f76fbcd1bd9e649948584dd669f5596b43e3e4d91841700ea1ea2cd1ac102749e503cd9075273540f33a2321e20d8bfc2'
+'SKIP'
+
'9f6b3d794495c21280f1077b644dd6ecc10112823806c9a4db9b0819445e6450eb1a874c95199e918b7a1ad09e83192cc09d3ecf02d11b7da7488e6e03c3810a')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7') # Pieter Lexis 

+
+prepare() {
+  cd pdns-${pkgver}
+  patch -p1 < "${srcdir}/fix-${pkgver}-tests.patch"
+
+  # Default settings
+  for keyvalue in \
+allow-recursion=127.0.0.1 \
+chroot=/var/empty \
+config-dir=/etc/powerdns \
+daemon=no \
+distributor-threads=3 \
+guardian=no \
+local-port=53 \
+loglevel=3 \
+module-dir=/usr/lib/powerdns \
+setgid=nobody \
+setuid=nobody \
+socket-dir=/var/run \
+webserver=no
+  do
+setconf -a pdns.conf "${keyvalue}"
+  done
+
+  # Using simple so we can bind it to a chroot
+  sed 's|notify|simple|' -i pdns/pdns.service.in
+}
+
+build() {
+  cd pdns-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/powerdns \
+--libexecdir=/usr/lib \
+--libdir=/usr/lib \
+--mandir=/usr/share/man \
+--with-modules='' \
+--with-dynmodules="bind gmysql geoip gpgsql gsqlite3 ldap lua pipe random 
remote" \
+--docdir=/usr/share/doc/powerdns \
+--sbindir=/usr/bin \
+--bindir=/usr/bin \
+--with-sqlite3 \
+--enable-libsodium \
+--enable-tools \
+--disable-dependency-tracking \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-unit-tests \
+--enable-systemd
+  make
+}
+
+check() {
+  make -C pdns-${pkgver} check
+}
+
+package() {
+  cd pdns-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # apply defaults to generated pdns.conf
+  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
+  cat pdns.conf >> "${pkgdir}/etc/powerdns/pdns.conf"
+  # adjust modules dir to match pkgname
+  mv "${pkgdir}/usr/lib/"{pdns,powerdns}
+}
+
+# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-staging-i686/fix-4.0.3-tests.patch (from rev 
230301, powerdns/trunk/fix-4.0.3-tests.patch)
===
--- community-staging-i686/fix-4.0.3-tests.patch
(rev 0)
+++ community-staging-i686/fix-4.0.3-tests.patch2017-05-25 22:08:26 UTC 
(rev 230302)
@@ -0,0 +1,100 @@
+From 00c6f2b9f5173c98cc883332f5ecf8b941715abc Mon Sep 17 00:00:00 2001
+From: Remi Gacogne 
+Date: Fri, 13 Jan 2017 14:02:19 +0100
+Subject: [PATCH] Fix AtomicCounter unit tests on 32-bit
+
+---
+ pdns/misc.hh| 3 ++-
+ pdns/test-statbag_cc.

[arch-commits] Commit in powerdns/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:08:16
  Author: foutrelis
Revision: 230301

MariaDB 10.2.6 rebuild

Modified:
  powerdns/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 21:58:36 UTC (rev 230300)
+++ PKGBUILD2017-05-25 22:08:16 UTC (rev 230301)
@@ -6,7 +6,7 @@
 
 pkgname=powerdns
 pkgver=4.0.3
-pkgrel=5
+pkgrel=6
 pkgdesc='Authoritative DNS server'
 url='http://www.powerdns.com/'
 arch=('i686' 'x86_64')


[arch-commits] Commit in gdal/repos (6 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 21:58:36
  Author: foutrelis
Revision: 230300

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gdal/repos/community-staging-i686/
  gdal/repos/community-staging-i686/PKGBUILD
(from rev 230299, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-i686/gdal.changelog
(from rev 230299, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 230299, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 230299, gdal/trunk/gdal.changelog)

-+
 community-staging-i686/PKGBUILD |   77 ++
 community-staging-i686/gdal.changelog   |   77 ++
 community-staging-x86_64/PKGBUILD   |   77 ++
 community-staging-x86_64/gdal.changelog |   77 ++
 4 files changed, 308 insertions(+)

Copied: gdal/repos/community-staging-i686/PKGBUILD (from rev 230299, 
gdal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 21:58:36 UTC (rev 230300)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=gdal
+pkgver=2.1.2
+pkgrel=3
+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-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
+ 'openjpeg2' 'poppler' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadb' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b597f36bd29a2b4368998ddd32b28c8cdf3c8192237a81b99af83cc17d7fa374')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+# Fix mandir
+  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+# bug #23654
+  export LDFLAGS="$LDFLAGS -Wl,--as-needed" 
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 
--with-geotiff \
+  --with-mysql --with-python --with-curl --with-hdf5 --with-perl 
--with-geos \
+  --with-png --with-poppler --with-spatialite --with-openjpeg
+
+# 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
+
+  make
+  make man
+}
+
+package () {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-man
+
+# install license
+  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+
+#FS15477 clean up junks
+  rm -f "${pkgdir}"/usr/bin/*.dox
+  rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+  rm -f "${pkgdir}"/usr/share/man/man1/_home_rouault_dist_wrk_gdal_apps_.1
+#FS#46581 no better way found yet
+  mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man
+  rm -rf "${pkgdir}"/usr/man
+
+# 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
+}

Copied: gdal/repos/community-staging-i686/gdal.changelog (from rev 230299, 
gdal/trunk/gdal.changelog)
===
--- community-staging-i686/gdal.changelog   (rev 0)
+++ community-staging-i686/gdal.changelog   2017-05-25 21:58:36 UTC (rev 
230300)
@@ -0,0 +1,77 @@
+2016-08-02 Jaroslav Lichtblau 
+   * gdal 2.1.1-1 glew 2.0.0 / poppler 0.46.0 rebuilds rebuild
+
+2016-06-05 Jaroslav Lichtblau 
+   * gdal 2.1.0-2 cfitsio 3.390 rebuild
+
+2016-05-22 Jaroslav Lichtblau 
+   * gdal 2.1.0-1
+
+2016-04-12 Jaroslav Lichtblau 
+   * gdal 2.0.2-5
+   * hdf5 1.10.0 rebuild
+
+2016-02-08 Jaroslav Lichtblau 
+   * gdal 2.0.2-1
+
+2016-01-2

[arch-commits] Commit in gdal/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 21:58:25
  Author: foutrelis
Revision: 230299

MariaDB 10.2.6 rebuild

Modified:
  gdal/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 21:52:32 UTC (rev 230298)
+++ PKGBUILD2017-05-25 21:58:25 UTC (rev 230299)
@@ -5,7 +5,7 @@
 
 pkgname=gdal
 pkgver=2.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('i686' 'x86_64')
 url="http://www.gdal.org/";


[arch-commits] Commit in git-annex/repos (4 files)

2017-05-25 Thread Felix Yan
Date: Thursday, May 25, 2017 @ 21:52:32
  Author: felixonmars
Revision: 230298

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 230297, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 230297, git-annex/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-x86_64/PKGBUILD |   54 
 2 files changed, 108 insertions(+)

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 230297, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 21:52:32 UTC (rev 230298)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170519
+pkgrel=6
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions" 
"haskell-fdo-notify"
+ "haskell-feed" "haskell-hinotify" "haskell-hslogger" 
"haskell-http-client"
+ "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" 
"haskell-magic"
+ "haskell-memory" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mountpoints"
+ "haskell-mtl" "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
+ "haskell-network-uri" "haskell-old-locale" 
"haskell-optparse-applicative"
+ "haskell-path-pieces" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-quickcheck" 
"haskell-random"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-safesemaphore" 
"haskell-sandi"
+ "haskell-securemem" "haskell-shakespeare" "haskell-socks" 
"haskell-split" "haskell-stm"
+ "haskell-stm-chans" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-uuid" "haskell-wai"
+ "haskell-wai-extra" "haskell-warp" "haskell-warp-tls" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-default" "haskell-yesod-form"
+ "haskell-yesod-static")
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 230297, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-25 21:52:32 UTC (rev 230298)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170519
+pkgrel=6
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-d

[arch-commits] Commit in git-annex/trunk (PKGBUILD)

2017-05-25 Thread Felix Yan
Date: Thursday, May 25, 2017 @ 21:51:52
  Author: felixonmars
Revision: 230297

upgpkg: git-annex 6.20170519-6

rebuild with ansi-terminal,0.6.3

Modified:
  git-annex/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 21:49:40 UTC (rev 230296)
+++ PKGBUILD2017-05-25 21:51:52 UTC (rev 230297)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170519
-pkgrel=5
+pkgrel=6
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


[arch-commits] Commit in libzdb/repos (4 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 21:49:40
  Author: foutrelis
Revision: 230296

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  libzdb/repos/community-staging-i686/
  libzdb/repos/community-staging-i686/PKGBUILD
(from rev 230295, libzdb/trunk/PKGBUILD)
  libzdb/repos/community-staging-x86_64/
  libzdb/repos/community-staging-x86_64/PKGBUILD
(from rev 230295, libzdb/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   24 
 community-staging-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: libzdb/repos/community-staging-i686/PKGBUILD (from rev 230295, 
libzdb/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 21:49:40 UTC (rev 230296)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=libzdb
+pkgver=3.0
+pkgrel=4
+pkgdesc="Zild Database Library"
+arch=('i686' 'x86_64')
+url="http://www.tildeslash.com/libzdb/";
+license=('GPL')
+depends=('postgresql-libs' 'sqlite' 'libmariadb')
+source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
+md5sums=('3bb9efff10a1f3ebc5b76c1055c48635')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: libzdb/repos/community-staging-x86_64/PKGBUILD (from rev 230295, 
libzdb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-25 21:49:40 UTC (rev 230296)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=libzdb
+pkgver=3.0
+pkgrel=4
+pkgdesc="Zild Database Library"
+arch=('i686' 'x86_64')
+url="http://www.tildeslash.com/libzdb/";
+license=('GPL')
+depends=('postgresql-libs' 'sqlite' 'libmariadb')
+source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
+md5sums=('3bb9efff10a1f3ebc5b76c1055c48635')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in libzdb/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 21:49:32
  Author: foutrelis
Revision: 230295

MariaDB 10.2.6 rebuild

Modified:
  libzdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 21:48:58 UTC (rev 230294)
+++ PKGBUILD2017-05-25 21:49:32 UTC (rev 230295)
@@ -3,7 +3,7 @@
 
 pkgname=libzdb
 pkgver=3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Zild Database Library"
 arch=('i686' 'x86_64')
 url="http://www.tildeslash.com/libzdb/";


[arch-commits] Commit in freeradius/repos (12 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 21:48:58
  Author: foutrelis
Revision: 230294

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  freeradius/repos/community-staging-i686/
  freeradius/repos/community-staging-i686/PKGBUILD
(from rev 230293, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-staging-i686/freeradius-openssl-1.1.patch
(from rev 230293, freeradius/trunk/freeradius-openssl-1.1.patch)
  freeradius/repos/community-staging-i686/freeradius.install
(from rev 230293, freeradius/trunk/freeradius.install)
  freeradius/repos/community-staging-i686/freeradius.service
(from rev 230293, freeradius/trunk/freeradius.service)
  freeradius/repos/community-staging-i686/freeradius.tmpfiles
(from rev 230293, freeradius/trunk/freeradius.tmpfiles)
  freeradius/repos/community-staging-x86_64/
  freeradius/repos/community-staging-x86_64/PKGBUILD
(from rev 230293, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-staging-x86_64/freeradius-openssl-1.1.patch
(from rev 230293, freeradius/trunk/freeradius-openssl-1.1.patch)
  freeradius/repos/community-staging-x86_64/freeradius.install
(from rev 230293, freeradius/trunk/freeradius.install)
  freeradius/repos/community-staging-x86_64/freeradius.service
(from rev 230293, freeradius/trunk/freeradius.service)
  freeradius/repos/community-staging-x86_64/freeradius.tmpfiles
(from rev 230293, freeradius/trunk/freeradius.tmpfiles)

---+
 community-staging-i686/PKGBUILD   |   63 
 community-staging-i686/freeradius-openssl-1.1.patch   | 6284 
 community-staging-i686/freeradius.install |   16 
 community-staging-i686/freeradius.service |   15 
 community-staging-i686/freeradius.tmpfiles|1 
 community-staging-x86_64/PKGBUILD |   63 
 community-staging-x86_64/freeradius-openssl-1.1.patch | 6284 
 community-staging-x86_64/freeradius.install   |   16 
 community-staging-x86_64/freeradius.service   |   15 
 community-staging-x86_64/freeradius.tmpfiles  |1 
 10 files changed, 12758 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 230293:230294 to see the changes.


[arch-commits] Commit in freeradius/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 21:48:36
  Author: foutrelis
Revision: 230293

MariaDB 10.2.6 rebuild

Modified:
  freeradius/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 21:41:44 UTC (rev 230292)
+++ PKGBUILD2017-05-25 21:48:36 UTC (rev 230293)
@@ -5,7 +5,7 @@
 
 pkgname=freeradius
 pkgver=3.0.13
-pkgrel=1
+pkgrel=2
 pkgdesc="The premier open source RADIUS server"
 arch=('i686' 'x86_64')
 url="http://www.freeradius.org/";


[arch-commits] Commit in gearmand/repos (12 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 21:41:44
  Author: foutrelis
Revision: 230292

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gearmand/repos/community-staging-i686/
  gearmand/repos/community-staging-i686/PKGBUILD
(from rev 230291, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-staging-i686/boolcheck.patch
(from rev 230291, gearmand/trunk/boolcheck.patch)
  gearmand/repos/community-staging-i686/gearmand.conf
(from rev 230291, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-staging-i686/gearmand.service
(from rev 230291, gearmand/trunk/gearmand.service)
  gearmand/repos/community-staging-i686/user.conf
(from rev 230291, gearmand/trunk/user.conf)
  gearmand/repos/community-staging-x86_64/
  gearmand/repos/community-staging-x86_64/PKGBUILD
(from rev 230291, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-staging-x86_64/boolcheck.patch
(from rev 230291, gearmand/trunk/boolcheck.patch)
  gearmand/repos/community-staging-x86_64/gearmand.conf
(from rev 230291, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-staging-x86_64/gearmand.service
(from rev 230291, gearmand/trunk/gearmand.service)
  gearmand/repos/community-staging-x86_64/user.conf
(from rev 230291, gearmand/trunk/user.conf)

---+
 community-staging-i686/PKGBUILD   |   58 
 community-staging-i686/boolcheck.patch|   23 +++
 community-staging-i686/gearmand.conf  |1 
 community-staging-i686/gearmand.service   |   12 +
 community-staging-i686/user.conf  |1 
 community-staging-x86_64/PKGBUILD |   58 
 community-staging-x86_64/boolcheck.patch  |   23 +++
 community-staging-x86_64/gearmand.conf|1 
 community-staging-x86_64/gearmand.service |   12 +
 community-staging-x86_64/user.conf|1 
 10 files changed, 190 insertions(+)

Copied: gearmand/repos/community-staging-i686/PKGBUILD (from rev 230291, 
gearmand/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 21:41:44 UTC (rev 230292)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Lev Lybin 
+# Contributor: Vadym Abramchuk 
+# Contributor: John Gerritse 
+
+pkgname=gearmand
+pkgver=1.1.15
+pkgrel=4
+pkgdesc="Distributed job queue server."
+arch=('i686' 'x86_64')
+depends=('libevent' 'boost-libs' 'libmariadb' 'postgresql-libs' 'sqlite' 
'hiredis')
+makedepends=('boost' 'gperf' 'python-sphinx')
+conflicts=('gearman')
+replaces=('gearman')
+provides=("gearman=$pkgver")
+url="http://gearman.org/";
+license=('CUSTOM')
+backup=('etc/gearmand.conf')
+source=(https://github.com/gearman/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
+boolcheck.patch
+gearmand.service
+gearmand.conf
+user.conf)
+sha256sums=('ac61a005c5395a525d963b9f60ec387d371b8709e91bd4a2546a89d3e80a4cd0'
+'b8898d4d2b2fc2756680108b047e19f4b1e4e777ac954dc09d73f698907e7669'
+'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
+'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506'
+'02f11878d7c32039385586e527006f5cbb08444007f6c72a012e8acd8a855aef')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/boolcheck.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  export LDFLAGS="$LDFLAGS -lboost_system"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/run \
+--disable-static \
+--enable-ssl
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  cd "$srcdir"
+  install -Dm644 gearmand.service 
"$pkgdir"/usr/lib/systemd/system/gearmand.service
+  install -Dm644 gearmand.conf "$pkgdir"/etc/gearmand.conf
+   install -Dm644 user.conf "$pkgdir"/usr/lib/sysusers.d/gearmand.conf
+}

Copied: gearmand/repos/community-staging-i686/boolcheck.patch (from rev 230291, 
gearmand/trunk/boolcheck.patch)
===
--- community-staging-i686/boolcheck.patch  (rev 0)
+++ community-staging-i686/boolcheck.patch  2017-05-25 21:41:44 UTC (rev 
230292)
@@ -0,0 +1,23 @@
+From 19684aa85b9a30c70b6272203d7eec9c11e0ee49 Mon Sep 17 00:00:00 2001
+From: Alexei Pastuchov 
+Date: Mon, 20 Feb 2017 21:41:55 +0100
+Subject: [PATCH] fixing https://github.com/gearman/gearmand/issues/76 ISO C++
+ forbids comparison between pointer and integer
+
+---
+ libgearman/client.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libgearman/client.cc b/libgearman/client.cc
+index d76d479..fc4f02d 100644
+-

[arch-commits] Commit in gearmand/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 21:41:31
  Author: foutrelis
Revision: 230291

MariaDB 10.2.6 rebuild

Modified:
  gearmand/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 21:38:05 UTC (rev 230290)
+++ PKGBUILD2017-05-25 21:41:31 UTC (rev 230291)
@@ -6,7 +6,7 @@
 
 pkgname=gearmand
 pkgver=1.1.15
-pkgrel=3
+pkgrel=4
 pkgdesc="Distributed job queue server."
 arch=('i686' 'x86_64')
 depends=('libevent' 'boost-libs' 'libmariadb' 'postgresql-libs' 'sqlite' 
'hiredis')


[arch-commits] Commit in quodlibet/repos/extra-any (PKGBUILD PKGBUILD)

2017-05-25 Thread Antonio Rojas
Date: Thursday, May 25, 2017 @ 21:38:59
  Author: arojas
Revision: 296609

archrelease: copy trunk to extra-any

Added:
  quodlibet/repos/extra-any/PKGBUILD
(from rev 296608, quodlibet/trunk/PKGBUILD)
Deleted:
  quodlibet/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 +
 1 file changed, 38 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-25 21:38:38 UTC (rev 296608)
+++ PKGBUILD2017-05-25 21:38:59 UTC (rev 296609)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=quodlibet
-pkgver=3.8.1
-pkgrel=1
-pkgdesc="An audio library tagger, manager and player"
-arch=('any')
-license=('GPL2')
-url="https://github.com/quodlibet/quodlibet";
-depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen' 
- 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
-'python2-futures')
-makedepends=('intltool')
-optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
-'gst-plugins-bad: for Musepack support'
-'python2-feedparser: for audio feeds (podcast) support'
-'libkeybinder3: for the multimedia keys support'
-'media-player-info: for media devices support'
-'python2-musicbrainzngs: for "MusicBrainz Lookup" plugin'
-'python2-pyinotify: for "Automatic library update" plugin'
-   'kakasi: for "Kana/Kanji Simple Inverter" plugin'
-   'zeitgeist: for "Event Logging" plugin'
-'gst-plugins-bad: for "Audio Pitch/Speed" plugin')
-provides=('quodlibet-plugins')
-conflicts=('quodlibet-plugins')
-replaces=('quodlibet-plugins')
-options=('!makeflags')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
-sha1sums=('3523ca3f4cf2e687da5d7d33875835c0065b4b5b')
-
-build() {
-  cd ${pkgname}-release-${pkgver}/quodlibet
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-release-${pkgver}/quodlibet
-  python2 setup.py install --root="${pkgdir}"
-}

Copied: quodlibet/repos/extra-any/PKGBUILD (from rev 296608, 
quodlibet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-25 21:38:59 UTC (rev 296609)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=quodlibet
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="An audio library tagger, manager and player"
+arch=('any')
+license=('GPL2')
+url="https://github.com/quodlibet/quodlibet";
+depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen' 
+ 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
+'python2-futures' 'python2-feedparser' 'python2-faulthandler')
+makedepends=('intltool')
+optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
+'gst-plugins-bad: for Musepack support'
+'libkeybinder3: for the multimedia keys support'
+'media-player-info: for media devices support'
+'python2-musicbrainzngs: for "MusicBrainz Lookup" plugin'
+'python2-pyinotify: for "Automatic library update" plugin'
+   'kakasi: for "Kana/Kanji Simple Inverter" plugin'
+'gst-plugins-bad: for "Audio Pitch/Speed" plugin')
+provides=('quodlibet-plugins')
+conflicts=('quodlibet-plugins')
+replaces=('quodlibet-plugins')
+options=('!makeflags')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
+sha1sums=('2e943c7f40a4b0e3347b910ae0df504d451d5ab5')
+
+build() {
+  cd ${pkgname}-release-${pkgver}/quodlibet
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-release-${pkgver}/quodlibet
+  python2 setup.py install --root="${pkgdir}"
+}


[arch-commits] Commit in quodlibet/trunk (PKGBUILD)

2017-05-25 Thread Antonio Rojas
Date: Thursday, May 25, 2017 @ 21:38:38
  Author: arojas
Revision: 296608

Update to 3.9.0

Modified:
  quodlibet/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 21:15:14 UTC (rev 296607)
+++ PKGBUILD2017-05-25 21:38:38 UTC (rev 296608)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=quodlibet
-pkgver=3.8.1
+pkgver=3.9.0
 pkgrel=1
 pkgdesc="An audio library tagger, manager and player"
 arch=('any')
@@ -10,17 +10,15 @@
 url="https://github.com/quodlibet/quodlibet";
 depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen' 
  'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
-'python2-futures')
+'python2-futures' 'python2-feedparser' 'python2-faulthandler')
 makedepends=('intltool')
 optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
 'gst-plugins-bad: for Musepack support'
-'python2-feedparser: for audio feeds (podcast) support'
 'libkeybinder3: for the multimedia keys support'
 'media-player-info: for media devices support'
 'python2-musicbrainzngs: for "MusicBrainz Lookup" plugin'
 'python2-pyinotify: for "Automatic library update" plugin'
'kakasi: for "Kana/Kanji Simple Inverter" plugin'
-   'zeitgeist: for "Event Logging" plugin'
 'gst-plugins-bad: for "Audio Pitch/Speed" plugin')
 provides=('quodlibet-plugins')
 conflicts=('quodlibet-plugins')
@@ -27,7 +25,7 @@
 replaces=('quodlibet-plugins')
 options=('!makeflags')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
-sha1sums=('3523ca3f4cf2e687da5d7d33875835c0065b4b5b')
+sha1sums=('2e943c7f40a4b0e3347b910ae0df504d451d5ab5')
 
 build() {
   cd ${pkgname}-release-${pkgver}/quodlibet


[arch-commits] Commit in gsql/repos (4 files)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 21:38:05
  Author: foutrelis
Revision: 230290

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gsql/repos/community-staging-i686/
  gsql/repos/community-staging-i686/PKGBUILD
(from rev 230289, gsql/trunk/PKGBUILD)
  gsql/repos/community-staging-x86_64/
  gsql/repos/community-staging-x86_64/PKGBUILD
(from rev 230289, gsql/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   37 
 community-staging-x86_64/PKGBUILD |   37 
 2 files changed, 74 insertions(+)

Copied: gsql/repos/community-staging-i686/PKGBUILD (from rev 230289, 
gsql/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 21:38:05 UTC (rev 230290)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Michael Kanis 
+
+pkgname=gsql
+pkgver=0.2.2
+pkgrel=10
+pkgdesc="Integrated database development tool for GNOME"
+url="http://gsql.org/";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gtk2>=2.12' 'gtksourceview2' 'libglade' 'gconf'
+'desktop-file-utils' 'libnotify' 'hicolor-icon-theme')
+makedepends=('vte' 'libmariadb' 'postgresql-libs' 'libssh')
+optdepends=('libmariadb: MySQL engine'
+'libssh: SSH tunneling plugin'
+'postgresql-libs: PostgreSQL engine'
+'vte: Terminal session plugin')
+options=(!emptydirs)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/halturin/gsql/archive/release-$pkgver.tar.gz";)
+md5sums=('dbe43c17e133fdfe2372c2060a1c4ef1')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  sed -i 's/notify_notification_new (subj, message, NULL, 
NULL);/notify_notification_new (subj, message, NULL);/' libgsql/notify.c
+  ./autogen.sh
+  LDFLAGS="$LDFLAGS `pkg-config --libs gthread-2.0`" ./configure --prefix=/usr 
--sysconfdir=/etc \
+  --disable-static --without-gnome
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+  install -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
"${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+}

Copied: gsql/repos/community-staging-x86_64/PKGBUILD (from rev 230289, 
gsql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-25 21:38:05 UTC (rev 230290)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Michael Kanis 
+
+pkgname=gsql
+pkgver=0.2.2
+pkgrel=10
+pkgdesc="Integrated database development tool for GNOME"
+url="http://gsql.org/";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gtk2>=2.12' 'gtksourceview2' 'libglade' 'gconf'
+'desktop-file-utils' 'libnotify' 'hicolor-icon-theme')
+makedepends=('vte' 'libmariadb' 'postgresql-libs' 'libssh')
+optdepends=('libmariadb: MySQL engine'
+'libssh: SSH tunneling plugin'
+'postgresql-libs: PostgreSQL engine'
+'vte: Terminal session plugin')
+options=(!emptydirs)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/halturin/gsql/archive/release-$pkgver.tar.gz";)
+md5sums=('dbe43c17e133fdfe2372c2060a1c4ef1')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  sed -i 's/notify_notification_new (subj, message, NULL, 
NULL);/notify_notification_new (subj, message, NULL);/' libgsql/notify.c
+  ./autogen.sh
+  LDFLAGS="$LDFLAGS `pkg-config --libs gthread-2.0`" ./configure --prefix=/usr 
--sysconfdir=/etc \
+  --disable-static --without-gnome
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+  install -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
"${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+}


  1   2   3   4   >