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

2017-09-26 Thread Jonathan Steel
Date: Tuesday, September 26, 2017 @ 08:41:38
  Author: jsteel
Revision: 260614

upgpkg: python-botocore 1.7.17-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 07:42:52 UTC (rev 260613)
+++ PKGBUILD2017-09-26 08:41:38 UTC (rev 260614)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.7.14
+pkgver=1.7.17
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('5f8f2afd76784c3980e5bd48df2b75a3')
+md5sums=('2802dca4a831eecadd7b8c6bddf86c7f')
 
 build() {
   cd botocore-$pkgver


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

2017-09-26 Thread Jonathan Steel
Date: Tuesday, September 26, 2017 @ 08:41:54
  Author: jsteel
Revision: 260615

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-26 08:41:38 UTC (rev 260614)
+++ PKGBUILD2017-09-26 08:41:54 UTC (rev 260615)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.7.14
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore";
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('5f8f2afd76784c3980e5bd48df2b75a3')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 260614, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-26 08:41:54 UTC (rev 260615)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.7.17
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore";
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('2802dca4a831eecadd7b8c6bddf86c7f')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-09-26 Thread Jonathan Steel
Date: Tuesday, September 26, 2017 @ 08:43:15
  Author: jsteel
Revision: 260616

upgpkg: aws-cli 1.11.159-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 08:41:54 UTC (rev 260615)
+++ PKGBUILD2017-09-26 08:43:15 UTC (rev 260616)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.156
+pkgver=1.11.159
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('288bf32e398e04a2fe5b2b2afbd0c830')
+md5sums=('454988ec2c4cdcdc17e52b89012f6bd2')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in aws-cli/repos/community-any (PKGBUILD PKGBUILD)

2017-09-26 Thread Jonathan Steel
Date: Tuesday, September 26, 2017 @ 08:43:24
  Author: jsteel
Revision: 260617

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 260616, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-26 08:43:15 UTC (rev 260616)
+++ PKGBUILD2017-09-26 08:43:24 UTC (rev 260617)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.11.156
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli";
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('288bf32e398e04a2fe5b2b2afbd0c830')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 260616, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-26 08:43:24 UTC (rev 260617)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.11.159
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli";
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('454988ec2c4cdcdc17e52b89012f6bd2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


[arch-commits] Commit in (4 files)

2017-09-26 Thread Levente Polyak
Date: Tuesday, September 26, 2017 @ 10:34:56
  Author: anthraxx
Revision: 260618

addpkg: haskell-libmpd 0.9.0.7-1

Added:
  haskell-libmpd/
  haskell-libmpd/repos/
  haskell-libmpd/trunk/
  haskell-libmpd/trunk/PKGBUILD

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

Added: haskell-libmpd/trunk/PKGBUILD
===
--- haskell-libmpd/trunk/PKGBUILD   (rev 0)
+++ haskell-libmpd/trunk/PKGBUILD   2017-09-26 10:34:56 UTC (rev 260618)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributer: Colin Woodbury 
+# Contributer: Leif Warner 
+# Contributor: Cedric Girard 
+# Contributor: Arch Haskell Team 
+
+_hkgname=libmpd
+pkgname=haskell-libmpd
+pkgver=0.9.0.7
+pkgrel=1
+pkgdesc='Client library for MPD, the Music Player Daemon'
+url='https://hackage.haskell.org/package/libmpd'
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'gmp' 'haskell-attoparsec' 'haskell-bytestring' 
'haskell-containers' 'haskell-data-default'
+ 'haskell-filepath' 'haskell-mtl' 'haskell-network' 'haskell-text' 
'haskell-time' 'haskell-utf8-string'
+ 'haskell-primitive')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('bdac04905cefd9035769c66c5726cc375697afd5e29a8c59e5bfe7b2e3d4ba4bd44f65962f879377f6dd9587771d505da5f47f8e6a36f389ebbcdf5188b3de33')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+package() {
+  cd ${_hkgname}-${pkgver}
+  install -Dm 744 register.sh 
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm 755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md changelog.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  ln -s /usr/share/doc/${pkgname}/html 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-09-26 Thread Levente Polyak
Date: Tuesday, September 26, 2017 @ 10:35:10
  Author: anthraxx
Revision: 260619

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

Added:
  haskell-libmpd/repos/community-i686/
  haskell-libmpd/repos/community-i686/PKGBUILD
(from rev 260618, haskell-libmpd/trunk/PKGBUILD)
  haskell-libmpd/repos/community-x86_64/
  haskell-libmpd/repos/community-x86_64/PKGBUILD
(from rev 260618, haskell-libmpd/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   46 
 community-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: haskell-libmpd/repos/community-i686/PKGBUILD (from rev 260618, 
haskell-libmpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-26 10:35:10 UTC (rev 260619)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributer: Colin Woodbury 
+# Contributer: Leif Warner 
+# Contributor: Cedric Girard 
+# Contributor: Arch Haskell Team 
+
+_hkgname=libmpd
+pkgname=haskell-libmpd
+pkgver=0.9.0.7
+pkgrel=1
+pkgdesc='Client library for MPD, the Music Player Daemon'
+url='https://hackage.haskell.org/package/libmpd'
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'gmp' 'haskell-attoparsec' 'haskell-bytestring' 
'haskell-containers' 'haskell-data-default'
+ 'haskell-filepath' 'haskell-mtl' 'haskell-network' 'haskell-text' 
'haskell-time' 'haskell-utf8-string'
+ 'haskell-primitive')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('bdac04905cefd9035769c66c5726cc375697afd5e29a8c59e5bfe7b2e3d4ba4bd44f65962f879377f6dd9587771d505da5f47f8e6a36f389ebbcdf5188b3de33')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+package() {
+  cd ${_hkgname}-${pkgver}
+  install -Dm 744 register.sh 
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm 755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md changelog.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  ln -s /usr/share/doc/${pkgname}/html 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: haskell-libmpd/repos/community-x86_64/PKGBUILD (from rev 260618, 
haskell-libmpd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-26 10:35:10 UTC (rev 260619)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributer: Colin Woodbury 
+# Contributer: Leif Warner 
+# Contributor: Cedric Girard 
+# Contributor: Arch Haskell Team 
+
+_hkgname=libmpd
+pkgname=haskell-libmpd
+pkgver=0.9.0.7
+pkgrel=1
+pkgdesc='Client library for MPD, the Music Player Daemon'
+url='https://hackage.haskell.org/package/libmpd'
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'gmp' 'haskell-attoparsec' 'haskell-bytestring' 
'haskell-containers' 'haskell-data-default'
+ 'haskell-filepath' 'haskell-mtl' 'haskell-network' 'haskell-text' 
'haskell-time' 'haskell-utf8-string'
+ 'haskell-primitive')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('bdac04905cefd9035769c66c5726cc375697afd5e29a8c59e5bfe7b2e3d4ba4bd44f65962f879377f6dd9587771d505da5f47f8e6a36f389ebbcdf5188b3de33')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+package() {
+  cd ${_hkgname}-${pkgver}
+  install -Dm 744 register.sh 
"${pkgdir}/usr/share/haskell/register/${p

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

2017-09-26 Thread Antonio Rojas
Date: Tuesday, September 26, 2017 @ 11:11:41
  Author: arojas
Revision: 260620

Update to 2.0.0

Modified:
  dumb/trunk/PKGBUILD

--+
 PKGBUILD |   22 +-
 1 file changed, 13 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 10:35:10 UTC (rev 260619)
+++ PKGBUILD2017-09-26 11:11:41 UTC (rev 260620)
@@ -5,7 +5,7 @@
 # Contributor: Bjørn Lindeijer 
 
 pkgname=dumb
-pkgver=1.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='IT, XM, S3M and MOD player library'
 arch=('x86_64' 'i686')
@@ -14,23 +14,27 @@
 makedepends=('cmake')
 depends=('glibc')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/kode54/dumb/archive/$pkgver.tar.gz";)
-sha256sums=('09ea62fd01f6e71cb28a8a8c1c1e356e7eb38f5e003b684e12eb1944c6d35fa5')
+sha256sums=('251d0ef34d9b7491ebb119c63b9d8a5c12fd635d6899d45bc7949e195388cc60')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build
   cd build
-  cmake ../dumb/cmake \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_SHARED_LIBS=ON \
+-DBUILD_ALLEGRO4=OFF \
+-DBUILD_EXAMPLES=OFF
   make
 }
 
 package() {
-  cd $pkgname-$pkgver/build
+  cd build
 
   make DESTDIR="$pkgdir" install
-  install -Dm644 ../dumb/licence.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+  install -Dm644 ../$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname/
 }


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

2017-09-26 Thread Antonio Rojas
Date: Tuesday, September 26, 2017 @ 11:12:18
  Author: arojas
Revision: 260621

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

Added:
  dumb/repos/community-i686/PKGBUILD
(from rev 260620, dumb/trunk/PKGBUILD)
  dumb/repos/community-x86_64/PKGBUILD
(from rev 260620, dumb/trunk/PKGBUILD)
Deleted:
  dumb/repos/community-i686/PKGBUILD
  dumb/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   36 ---
 community-x86_64/PKGBUILD |   36 ---
 3 files changed, 80 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-26 11:11:41 UTC (rev 260620)
+++ community-i686/PKGBUILD 2017-09-26 11:12:18 UTC (rev 260621)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: JJDaNiMoTh 
-# Contributor: Bjørn Lindeijer 
-
-pkgname=dumb
-pkgver=1.0
-pkgrel=1
-pkgdesc='IT, XM, S3M and MOD player library'
-arch=('x86_64' 'i686')
-license=('custom:dumb' 'GPL')
-url='http://dumb.sourceforge.net/'
-makedepends=('cmake')
-depends=('glibc')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/kode54/dumb/archive/$pkgver.tar.gz";)
-sha256sums=('09ea62fd01f6e71cb28a8a8c1c1e356e7eb38f5e003b684e12eb1944c6d35fa5')
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-  cmake ../dumb/cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../dumb/licence.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: dumb/repos/community-i686/PKGBUILD (from rev 260620, 
dumb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-26 11:12:18 UTC (rev 260621)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: JJDaNiMoTh 
+# Contributor: Bjørn Lindeijer 
+
+pkgname=dumb
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='IT, XM, S3M and MOD player library'
+arch=('x86_64' 'i686')
+license=('custom:dumb' 'GPL')
+url='http://dumb.sourceforge.net/'
+makedepends=('cmake')
+depends=('glibc')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/kode54/dumb/archive/$pkgver.tar.gz";)
+sha256sums=('251d0ef34d9b7491ebb119c63b9d8a5c12fd635d6899d45bc7949e195388cc60')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_SHARED_LIBS=ON \
+-DBUILD_ALLEGRO4=OFF \
+-DBUILD_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-26 11:11:41 UTC (rev 260620)
+++ community-x86_64/PKGBUILD   2017-09-26 11:12:18 UTC (rev 260621)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: JJDaNiMoTh 
-# Contributor: Bjørn Lindeijer 
-
-pkgname=dumb
-pkgver=1.0
-pkgrel=1
-pkgdesc='IT, XM, S3M and MOD player library'
-arch=('x86_64' 'i686')
-license=('custom:dumb' 'GPL')
-url='http://dumb.sourceforge.net/'
-makedepends=('cmake')
-depends=('glibc')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/kode54/dumb/archive/$pkgver.tar.gz";)
-sha256sums=('09ea62fd01f6e71cb28a8a8c1c1e356e7eb38f5e003b684e12eb1944c6d35fa5')
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-  cmake ../dumb/cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../dumb/licence.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: dumb/repos/community-x86_64/PKGBUILD (from rev 260620, 
dumb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-26 11:12:18 UTC (rev 260621)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: JJDaNiMoTh 
+# Contributor: Bjørn Lindeijer 
+
+pkgname=dumb
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='IT, XM, S3M and MOD player library'
+arch=('x86_64' 'i686')
+license=('custom:dumb' 'GPL')
+url='http://dumb.sourceforge.net/'
+makedepends=('cmake')
+depends=('glibc')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/kode54/dumb/archive/$pkgver.tar.gz";)

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

2017-09-26 Thread Antonio Rojas
Date: Tuesday, September 26, 2017 @ 11:13:18
  Author: arojas
Revision: 306242

Update to 0.6.0

Modified:
  nbxmpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 08:22:42 UTC (rev 306241)
+++ PKGBUILD2017-09-26 11:13:18 UTC (rev 306242)
@@ -3,7 +3,7 @@
 
 pkgbase=nbxmpp
 pkgname=('python-nbxmpp' 'python2-nbxmpp')
-pkgver=0.5.6
+pkgver=0.6.0
 pkgrel=1
 arch=('any')
 url="https://python-nbxmpp.gajim.org/";
@@ -10,7 +10,7 @@
 license=('GPL3')
 makedepends=('python' 'python2')
 source=(https://pypi.io/packages/source/n/nbxmpp/nbxmpp-$pkgver.tar.gz)
-sha1sums=('b1dce533066dad59e79e94758ce7ce9c131dcf31')
+sha1sums=('07f0d6b2ee44da908a2001f02984abbdde9fee91')
 
 prepare() {
   cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2


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

2017-09-26 Thread Antonio Rojas
Date: Tuesday, September 26, 2017 @ 11:13:59
  Author: arojas
Revision: 306243

archrelease: copy trunk to extra-any

Added:
  nbxmpp/repos/extra-any/PKGBUILD
(from rev 306242, nbxmpp/trunk/PKGBUILD)
Deleted:
  nbxmpp/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-26 11:13:18 UTC (rev 306242)
+++ PKGBUILD2017-09-26 11:13:59 UTC (rev 306243)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=nbxmpp
-pkgname=('python-nbxmpp' 'python2-nbxmpp')
-pkgver=0.5.6
-pkgrel=1
-arch=('any')
-url="https://python-nbxmpp.gajim.org/";
-license=('GPL3')
-makedepends=('python' 'python2')
-source=(https://pypi.io/packages/source/n/nbxmpp/nbxmpp-$pkgver.tar.gz)
-sha1sums=('b1dce533066dad59e79e94758ce7ce9c131dcf31')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}-python2
-  python2 setup.py build
-  cd ../${pkgbase}-${pkgver}
-  python setup.py build
-}
-
-package_python-nbxmpp() {
-  pkgdesc="A Python 3 library to use Jabber/XMPP networks in a non-blocking 
way"
-  depends=('python')
-  cd ${pkgbase}-${pkgver}
-  python setup.py install --root="${pkgdir}"
-}
-
-package_python2-nbxmpp() {
-  pkgdesc="A Python 2 library to use Jabber/XMPP networks in a non-blocking 
way"
-  depends=('python2')
-  cd ${pkgbase}-${pkgver}-python2
-  python2 setup.py install --root="${pkgdir}"
-}

Copied: nbxmpp/repos/extra-any/PKGBUILD (from rev 306242, nbxmpp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-26 11:13:59 UTC (rev 306243)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=nbxmpp
+pkgname=('python-nbxmpp' 'python2-nbxmpp')
+pkgver=0.6.0
+pkgrel=1
+arch=('any')
+url="https://python-nbxmpp.gajim.org/";
+license=('GPL3')
+makedepends=('python' 'python2')
+source=(https://pypi.io/packages/source/n/nbxmpp/nbxmpp-$pkgver.tar.gz)
+sha1sums=('07f0d6b2ee44da908a2001f02984abbdde9fee91')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}-python2
+  python2 setup.py build
+  cd ../${pkgbase}-${pkgver}
+  python setup.py build
+}
+
+package_python-nbxmpp() {
+  pkgdesc="A Python 3 library to use Jabber/XMPP networks in a non-blocking 
way"
+  depends=('python')
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}"
+}
+
+package_python2-nbxmpp() {
+  pkgdesc="A Python 2 library to use Jabber/XMPP networks in a non-blocking 
way"
+  depends=('python2')
+  cd ${pkgbase}-${pkgver}-python2
+  python2 setup.py install --root="${pkgdir}"
+}


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

2017-09-26 Thread Florian Pritz
Date: Tuesday, September 26, 2017 @ 11:34:34
  Author: bluewind
Revision: 306244

upgpkg: zabbix 3.4.2-1

upstream update

Modified:
  zabbix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 11:13:59 UTC (rev 306243)
+++ PKGBUILD2017-09-26 11:34:34 UTC (rev 306244)
@@ -4,7 +4,7 @@
 
 pkgbase=zabbix
 pkgname=(zabbix-server zabbix-agent zabbix-proxy zabbix-frontend-php)
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 arch=(i686 x86_64)
 url='http://www.zabbix.com/'
@@ -15,7 +15,7 @@
zabbix-server{-mysql,-pgsql}.service zabbix-server.{sysusers,tmpfiles}
zabbix-proxy{-sqlite,-mysql,-pgsql}.service 
zabbix-proxy.{sysusers,tmpfiles})
 
-sha256sums=('faaf1a1569ec6b4674d80e707904197c8b568f2b4660f636c28d0c42af471fd4'
+sha256sums=('54c21e04da4ef43380af647c6a0ddff67614337386fa318da021117efe5b334f'
 '484fa9969eab61eaf20043ae08e2615c0569982dff869c985f2e2065da698c6a'
 'ef23133aae2340945e621c9725094a3458d9089d3de15f641afcdabdf7c5a39c'
 'c38a871d237b00dd6310dfb02e5a8e1b930e445204e73dde8305bed8baf380ec'


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

2017-09-26 Thread Florian Pritz
Date: Tuesday, September 26, 2017 @ 11:34:49
  Author: bluewind
Revision: 306245

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

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

+
 testing-i686/PKGBUILD  |  181 +++
 testing-i686/zabbix-agent.service  |   11 +
 testing-i686/zabbix-agent.sysusers |1 
 testing-i686/zabbix-agent.tmpfiles |1 
 testing-i686/zabbix-proxy-mysql.service|   12 +
 testing-i686/zabbix-proxy-pgsql.service|   12 +
 testing-i686/zabbix-proxy-sqlite.service   |   12 +
 testing-i686/zabbix-proxy.sysusers |1 
 testing-i686/zabbix-proxy.tmpfiles |1 
 testing-i686/zabbix-server-mysql.service   |   12 +
 testing-i686/zabbix-server-pgsql.service   |   12 +
 testing-i686/zabbix-server.install |   12 +
 testing-i686/zabbix-server.sysusers|1 
 testing-i686/zabbix-server.tmpfiles|1 
 testing-x86_64/PKGBUILD|  181 +++
 testing-x86_64/zabbix-agent.service|   11 +
 testing-x86_64/zabbix-agent.sysusers   |1 
 testing-x86_64/zabbix-agent.tmpfiles   |1 
 testing-x86_64/zabbix-proxy-mysql.service  |   12 +
 testing-x86_64/zabbix-proxy-pgsql.service  |   12 +
 testing-x86_64/zabbix-proxy-sqlite.service |   12 +
 testing-x86_64/zabbix-proxy.sysusers   |1 
 testing-x86_64/zabbix-proxy.tmpfiles   |1 
 testing-x86_64/zabbix-server-mysql.service |   12 +
 testing-x86_64/zabbix-server-pgsql.service |   12 +
 testing-x86_64/zabbix-server.install   |   12 +
 testing-x86_64/zabbix-server.sysusers  |1 
 testing-x86_64/zabbix-server.tmpfiles  |1 
 28 files changed, 540 insertions(+)

Copied: zabbix/repos/testing-i686/PKGBUILD (from rev 306244, 
za

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

2017-09-26 Thread Jan Steffens
Date: Tuesday, September 26, 2017 @ 11:55:19
  Author: heftig
Revision: 260622

1.10.24-1

Modified:
  lib32-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 11:12:18 UTC (rev 260621)
+++ PKGBUILD2017-09-26 11:55:19 UTC (rev 260622)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-dbus
 _pkgbasename=dbus
-pkgver=1.10.22
+pkgver=1.10.24
 pkgrel=1
 pkgdesc="Freedesktop.org message bus system (32-bit)"
 url="https://wiki.freedesktop.org/www/Software/dbus/";
@@ -14,7 +14,7 @@
 replaces=(lib32-libdbus)
 depends=(lib32-systemd dbus)
 makedepends=(gcc-multilib lib32-glib2 lib32-expat git)
-_commit=2f8f4d619b16b134671521c2b4aea3a94fb47848  # tags/dbus-1.10.22^0
+_commit=430643da9da488a0b089868b9aada324f24a1710  # tags/dbus-1.10.24^0
 source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2017-09-26 Thread Jan Steffens
Date: Tuesday, September 26, 2017 @ 11:55:33
  Author: heftig
Revision: 306246

1.10.24-1

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 11:34:49 UTC (rev 306245)
+++ PKGBUILD2017-09-26 11:55:33 UTC (rev 306246)
@@ -6,7 +6,7 @@
 
 pkgbase=dbus
 pkgname=(dbus dbus-docs)
-pkgver=1.10.22
+pkgver=1.10.24
 pkgrel=1
 pkgdesc="Freedesktop.org message bus system"
 url="https://wiki.freedesktop.org/www/Software/dbus/";
@@ -14,7 +14,7 @@
 license=(GPL custom)
 depends=(libsystemd expat)
 makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git)
-_commit=2f8f4d619b16b134671521c2b4aea3a94fb47848  # tags/dbus-1.10.22^0
+_commit=430643da9da488a0b089868b9aada324f24a1710  # tags/dbus-1.10.24^0
 source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit";
 'dbus.sysusers')
 sha256sums=('SKIP'


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

2017-09-26 Thread Jan Steffens
Date: Tuesday, September 26, 2017 @ 12:01:43
  Author: heftig
Revision: 306247

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/PKGBUILD
(from rev 306246, dbus/trunk/PKGBUILD)
  dbus/repos/testing-i686/dbus.sysusers
(from rev 306246, dbus/trunk/dbus.sysusers)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 306246, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/dbus.sysusers
(from rev 306246, dbus/trunk/dbus.sysusers)

--+
 testing-i686/PKGBUILD|   83 +
 testing-i686/dbus.sysusers   |1 
 testing-x86_64/PKGBUILD  |   83 +
 testing-x86_64/dbus.sysusers |1 
 4 files changed, 168 insertions(+)

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 306246, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-26 12:01:43 UTC (rev 306247)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Tom Gundersen 
+# Contributor: Link Dupont 
+
+pkgbase=dbus
+pkgname=(dbus dbus-docs)
+pkgver=1.10.24
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="https://wiki.freedesktop.org/www/Software/dbus/";
+arch=(i686 x86_64)
+license=(GPL custom)
+depends=(libsystemd expat)
+makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git)
+_commit=430643da9da488a0b089868b9aada324f24a1710  # tags/dbus-1.10.24^0
+source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit";
+'dbus.sysusers')
+sha256sums=('SKIP'
+'1ce179ba3a92ad34941d8ac7f53d01d42cbc91d43ada1136492b78c10b5d693d')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie 

+  '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie 

+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^dbus-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  git cherry-pick -n 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-static \
+  --disable-verbose-mode --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd --enable-user-session
+  make
+}
+
+check() {
+  cd $pkgbase
+  make check
+}
+
+package_dbus() {
+  provides=(libdbus)
+  conflicts=(libdbus)
+  replaces=(libdbus)
+
+  cd $pkgbase
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir/var/run"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgbase/COPYING"
+
+  # systemd-sysusers
+  install -Dm644 "$srcdir/dbus.sysusers" "$pkgdir/usr/lib/sysusers.d/dbus.conf"
+
+  # Split docs
+  mv "$pkgdir/usr/share/doc" "$srcdir"
+}
+
+package_dbus-docs() {
+  pkgdesc+=" (documentation)"
+  depends=(dbus)
+
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s dbus "$pkgdir/usr/share/licenses/dbus-docs"
+
+  mv doc "$pkgdir/usr/share"
+}

Copied: dbus/repos/testing-i686/dbus.sysusers (from rev 306246, 
dbus/trunk/dbus.sysusers)
===
--- testing-i686/dbus.sysusers  (rev 0)
+++ testing-i686/dbus.sysusers  2017-09-26 12:01:43 UTC (rev 306247)
@@ -0,0 +1 @@
+u dbus 81

Copied: dbus/repos/testing-x86_64/PKGBUILD (from rev 306246, 
dbus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-26 12:01:43 UTC (rev 306247)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Tom Gundersen 
+# Contributor: Link Dupont 
+
+pkgbase=dbus
+pkgname=(dbus dbus-docs)
+pkgver=1.10.24
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="https://wiki.freedesktop.org/www/Software/dbus/";
+arch=(i686 x86_64)
+license=(GPL custom)
+depends=(libsystemd expat)
+makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git)
+_commit=430643da9da488a0b089868b9aada324f24a1710  # tags/dbus-1.10.24^0
+source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit";
+'dbus.sysusers')
+sha256sums=('SKIP'
+'1ce179ba3a92ad34941d8ac7f53d01d42cbc91d43ada1136492b78c10b5d693d')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie 

+  '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie 

+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^dbus

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

2017-09-26 Thread Jan Steffens
Date: Tuesday, September 26, 2017 @ 12:02:35
  Author: heftig
Revision: 260623

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-dbus/repos/multilib-testing-x86_64/
  lib32-dbus/repos/multilib-testing-x86_64/PKGBUILD
(from rev 260622, lib32-dbus/trunk/PKGBUILD)

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

Copied: lib32-dbus/repos/multilib-testing-x86_64/PKGBUILD (from rev 260622, 
lib32-dbus/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-09-26 12:02:35 UTC (rev 260623)
@@ -0,0 +1,66 @@
+# $Id$
+# Contributor : Ionut Biru 
+
+pkgname=lib32-dbus
+_pkgbasename=dbus
+pkgver=1.10.24
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system (32-bit)"
+url="https://wiki.freedesktop.org/www/Software/dbus/";
+arch=(x86_64)
+license=(GPL custom)
+provides=(lib32-libdbus)
+conflicts=(lib32-libdbus)
+replaces=(lib32-libdbus)
+depends=(lib32-systemd dbus)
+makedepends=(gcc-multilib lib32-glib2 lib32-expat git)
+_commit=430643da9da488a0b089868b9aada324f24a1710  # tags/dbus-1.10.24^0
+source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd dbus
+  git describe --tags | sed 's/^dbus-//;s/-/+/g'
+}
+
+prepare() {
+  cd dbus
+  git cherry-pick -n 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd dbus
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-static \
+  --disable-verbose-mode --disable-asserts --disable-checks \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd --enable-user-session
+  make
+}
+
+check() {
+  cd dbus
+  make check
+}
+
+package() {
+  cd dbus
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,include,lib,share}
+  rm -r "$pkgdir"/{etc,var}
+
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s dbus "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2017-09-26 Thread Jan Steffens
Date: Tuesday, September 26, 2017 @ 12:13:43
  Author: heftig
Revision: 306248

2017.11-1

Modified:
  ostree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 12:01:43 UTC (rev 306247)
+++ PKGBUILD2017-09-26 12:13:43 UTC (rev 306248)
@@ -3,7 +3,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=ostree
-pkgver=2017.10
+pkgver=2017.11
 pkgrel=1
 pkgdesc="Operating system and container binary deployment and upgrades"
 url="https://ostree.readthedocs.org/en/latest/";
@@ -13,7 +13,7 @@
 makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
  python2)
 checkdepends=(parallel syslinux gjs cpio elfutils)
-_commit=395676917b3c0dd45b4d56a3742f61b56a692c30  # tags/v2017.10^0
+_commit=6c0738a000800856d09774d50d16d84c1b537a7b  # tags/v2017.11^0
 source=("git+https://github.com/ostreedev/ostree#commit=$_commit";
 "git+https://github.com/mendsley/bsdiff";
 "git+https://git.gnome.org/browse/libglnx";)
@@ -31,9 +31,6 @@
 
   find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
 
-  # https://github.com/ostreedev/ostree/issues/1101  GTK-Doc 1.26
-  sed -i 's/LC_ALL = C/LC_ALL = en_US.utf8/' maint.mk
-
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -54,6 +51,7 @@
 --with-mkinitcpio \
 --with-openssl \
 --with-builtin-grub2-mkconfig \
+--enable-experimental-api \
 --disable-static \
 --enable-gtk-doc
 


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

2017-09-26 Thread Jan Steffens
Date: Tuesday, September 26, 2017 @ 12:16:35
  Author: heftig
Revision: 306249

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

Added:
  ostree/repos/extra-i686/PKGBUILD
(from rev 306248, ostree/trunk/PKGBUILD)
  ostree/repos/extra-x86_64/PKGBUILD
(from rev 306248, ostree/trunk/PKGBUILD)
Deleted:
  ostree/repos/extra-i686/PKGBUILD
  ostree/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  142 
 extra-i686/PKGBUILD   |   73 
 extra-x86_64/PKGBUILD |   73 
 3 files changed, 142 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-26 12:13:43 UTC (rev 306248)
+++ extra-i686/PKGBUILD 2017-09-26 12:16:35 UTC (rev 306249)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mirco Tischler 
-
-pkgname=ostree
-pkgver=2017.10
-pkgrel=1
-pkgdesc="Operating system and container binary deployment and upgrades"
-url="https://ostree.readthedocs.org/en/latest/";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio 
openssl)
-makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
- python2)
-checkdepends=(parallel syslinux gjs cpio elfutils)
-_commit=395676917b3c0dd45b4d56a3742f61b56a692c30  # tags/v2017.10^0
-source=("git+https://github.com/ostreedev/ostree#commit=$_commit";
-"git+https://github.com/mendsley/bsdiff";
-"git+https://git.gnome.org/browse/libglnx";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-
-  # https://github.com/ostreedev/ostree/issues/1101  GTK-Doc 1.26
-  sed -i 's/LC_ALL = C/LC_ALL = en_US.utf8/' maint.mk
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---with-mkinitcpio \
---with-openssl \
---with-builtin-grub2-mkconfig \
---disable-static \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: ostree/repos/extra-i686/PKGBUILD (from rev 306248, 
ostree/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-26 12:16:35 UTC (rev 306249)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mirco Tischler 
+
+pkgname=ostree
+pkgver=2017.11
+pkgrel=1
+pkgdesc="Operating system and container binary deployment and upgrades"
+url="https://ostree.readthedocs.org/en/latest/";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio 
openssl)
+makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
+ python2)
+checkdepends=(parallel syslinux gjs cpio elfutils)
+_commit=6c0738a000800856d09774d50d16d84c1b537a7b  # tags/v2017.11^0
+source=("git+https://github.com/ostreedev/ostree#commit=$_commit";
+"git+https://github.com/mendsley/bsdiff";
+"git+https://git.gnome.org/browse/libglnx";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-mkinitcpio \
+--with-openssl \
+--with-builtin-grub2-mkconfig \
+--enable-experimental-api \
+--disable-static \
+--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-26 12:13:43 UTC (rev 306248)
+++ extra-x86_64/PKGBUILD   2017-09-26 12:16:35 UTC (rev 306249)
@@ -1,73 +0,0 @@
-# $Id$

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

2017-09-26 Thread Jan Steffens
Date: Tuesday, September 26, 2017 @ 12:24:45
  Author: heftig
Revision: 306250

0.9.98-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 12:16:35 UTC (rev 306249)
+++ PKGBUILD2017-09-26 12:24:45 UTC (rev 306250)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=0.9.12
+pkgver=0.9.98
 pkgrel=1
 pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
 url="http://flatpak.org";
@@ -13,7 +13,7 @@
 makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
 checkdepends=(valgrind)
 install=flatpak.install
-_commit=4fc7107ab91aafd52188386ee48b5ae1eba715fc  # tags/0.9.12^0
+_commit=35744c3c27b3278e7218249481c7c78bf41745f4  # tags/0.9.98^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
 "git+https://github.com/projectatomic/bubblewrap";
 "git+https://git.gnome.org/browse/libglnx";)
@@ -51,6 +51,7 @@
 --libexecdir=/usr/lib/$pkgname \
 --disable-static \
 --enable-gtk-doc \
+--enable-p2p \
 --with-system-bubblewrap \
 --with-priv-mode=setuid \
 --with-dbus-config-dir=/usr/share/dbus-1/system.d


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

2017-09-26 Thread Jan Steffens
Date: Tuesday, September 26, 2017 @ 12:26:53
  Author: heftig
Revision: 306251

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

Added:
  flatpak/repos/extra-i686/PKGBUILD
(from rev 306250, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-i686/flatpak.install
(from rev 306250, flatpak/trunk/flatpak.install)
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 306250, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak.install
(from rev 306250, flatpak/trunk/flatpak.install)
Deleted:
  flatpak/repos/extra-i686/PKGBUILD
  flatpak/repos/extra-i686/flatpak.install
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak.install

--+
 /PKGBUILD|  158 +
 /flatpak.install |   22 +
 extra-i686/PKGBUILD  |   78 
 extra-i686/flatpak.install   |   11 --
 extra-x86_64/PKGBUILD|   78 
 extra-x86_64/flatpak.install |   11 --
 6 files changed, 180 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-26 12:24:45 UTC (rev 306250)
+++ extra-i686/PKGBUILD 2017-09-26 12:26:53 UTC (rev 306251)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.9.12
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="http://flatpak.org";
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree fuse json-glib 
libseccomp libarchive
- python bubblewrap)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind)
-install=flatpak.install
-_commit=4fc7107ab91aafd52188386ee48b5ae1eba715fc  # tags/0.9.12^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
-"git+https://github.com/projectatomic/bubblewrap";
-"git+https://git.gnome.org/browse/libglnx";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-priv-mode=setuid \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check || :
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-i686/PKGBUILD (from rev 306250, 
flatpak/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-26 12:26:53 UTC (rev 306251)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.9.98
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="http://flatpak.org";
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree fuse json-glib 
libseccomp libarchive
+ python bubblewrap)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
+install=flatpak.install
+_commit=35744c3c27b3278e7218249481c7c78bf41745f4  # tags/0.9.98^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+"git+https://github.com/projectatomic/bubblewrap";
+"git+https://git.gnome.org/browse/libglnx";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  # https://github.com/flatpak/flatpak/issues/267
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/$pkgname \
+--disable-stati

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

2017-09-26 Thread Felix Yan
Date: Tuesday, September 26, 2017 @ 13:26:43
  Author: felixonmars
Revision: 260624

upgpkg: python-qiniu 7.1.6-1

Modified:
  python-qiniu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 12:02:35 UTC (rev 260623)
+++ PKGBUILD2017-09-26 13:26:43 UTC (rev 260624)
@@ -3,7 +3,7 @@
 
 pkgbase=python-qiniu
 pkgname=(python-qiniu python2-qiniu)
-pkgver=7.1.5
+pkgver=7.1.6
 pkgrel=1
 pkgdesc="Qiniu Resource Storage SDK for Python"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/qiniu/python-sdk/archive/v$pkgver.tar.gz";)
-sha512sums=('51d14a85673b0bb3398a0ca907876655a75ad3ab747f901cc394eecbda311c048c59a07cd3c412b87a681f81b819c16d10046aaace15434c4d92d4c364bb7532')
+sha512sums=('dc9f01ac71eb6b74a106010ac12453e3f306887a09aedecb88029e5c29e214990d0dd296927bf5268f4cf5d674507ffd34d321370b0b5d6602ef8b4055262f9d')
 
 prepare() {
   cp -a python-sdk-$pkgver{,-py2}


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

2017-09-26 Thread Levente Polyak
Date: Tuesday, September 26, 2017 @ 15:02:42
  Author: anthraxx
Revision: 260626

upgpkg: xmobar 0.24.5-6 (adding support for mpd and dbus)

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 13:27:22 UTC (rev 260625)
+++ PKGBUILD2017-09-26 15:02:42 UTC (rev 260626)
@@ -1,31 +1,38 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
 # Contributor: Arch Haskell Team 
 
 pkgname=xmobar
 pkgver=0.24.5
-pkgrel=5
-pkgdesc="A Minimalistic Text Based Status Bar"
-url="https://hackage.haskell.org/package/xmobar";
+pkgrel=6
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm' 'ghc' 
'haskell-x11'
+depends=('libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm' 
'ghc-libs' 'haskell-x11'
  'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' 
'haskell-hinotify'
  'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat'
- 'haskell-http')
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd')
 makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-md5sums=('9befdb157b5adedd7150e4e07f0efbde')
+source=(https://hackage.haskell.org/packages/archive/xmobar/${pkgver}/xmobar-${pkgver}.tar.gz)
+sha512sums=('b7f4c8b206640d7d0fc60e326fffdc31f4c00df0ffac86102d40035bc632c808cfa19485073059a9c9a01c45b7a9e0aa2bba8dfa27ce9df79d1247a3a13073d4')
 
 build() {
-cd xmobar-$pkgver
-
-runhaskell Setup configure --prefix=/usr --enable-executable-dynamic 
--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify"
-runhaskell Setup build
+  cd xmobar-${pkgver}
+  runhaskell Setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus"
+  runhaskell Setup build
 }
 
 package() {
-cd xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  cd xmobar-${pkgver}
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
+
+# vim: ts=2 sw=2 et:


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

2017-09-26 Thread Levente Polyak
Date: Tuesday, September 26, 2017 @ 15:02:53
  Author: anthraxx
Revision: 260627

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 260626, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 260626, xmobar/trunk/PKGBUILD)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   31 -
 community-x86_64/PKGBUILD |   31 -
 3 files changed, 76 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-26 15:02:42 UTC (rev 260626)
+++ community-i686/PKGBUILD 2017-09-26 15:02:53 UTC (rev 260627)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Arch Haskell Team 
-
-pkgname=xmobar
-pkgver=0.24.5
-pkgrel=5
-pkgdesc="A Minimalistic Text Based Status Bar"
-url="https://hackage.haskell.org/package/xmobar";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm' 'ghc' 
'haskell-x11'
- 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' 
'haskell-hinotify'
- 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat'
- 'haskell-http')
-makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-md5sums=('9befdb157b5adedd7150e4e07f0efbde')
-
-build() {
-cd xmobar-$pkgver
-
-runhaskell Setup configure --prefix=/usr --enable-executable-dynamic 
--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify"
-runhaskell Setup build
-}
-
-package() {
-cd xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 260626, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-26 15:02:53 UTC (rev 260627)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.24.5
+pkgrel=6
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm' 
'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' 
'haskell-hinotify'
+ 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/xmobar/${pkgver}/xmobar-${pkgver}.tar.gz)
+sha512sums=('b7f4c8b206640d7d0fc60e326fffdc31f4c00df0ffac86102d40035bc632c808cfa19485073059a9c9a01c45b7a9e0aa2bba8dfa27ce9df79d1247a3a13073d4')
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell Setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus"
+  runhaskell Setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-26 15:02:42 UTC (rev 260626)
+++ community-x86_64/PKGBUILD   2017-09-26 15:02:53 UTC (rev 260627)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Arch Haskell Team 
-
-pkgname=xmobar
-pkgver=0.24.5
-pkgrel=5
-pkgdesc="A Minimalistic Text Based Status Bar"
-url="https://hackage.haskell.org/package/xmobar";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm' 'ghc' 
'haskell-x11'
- 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' 
'haskell-hinotify'
- 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat'
- 'haskell-http')
-makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-md5sums=('9befdb157b5adedd7150e4e07f0efbde')
-
-build() {
-cd xmobar-$pkgver
-
-runhaskell Setup configure --prefix=/usr --enable-executable-dynamic 
--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify"
-runhaskell Setup build
-}
-
-package() {
-cd xmobar-$pkgver

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

2017-09-26 Thread Felix Yan
Date: Tuesday, September 26, 2017 @ 15:04:58
  Author: felixonmars
Revision: 260628

upgpkg: blur-effect 1.1.3-1

Modified:
  blur-effect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 15:02:53 UTC (rev 260627)
+++ PKGBUILD2017-09-26 15:04:58 UTC (rev 260628)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=blur-effect
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc='Off-screen image blurring utility using OpenGL ES 3.0'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('gdk-pixbuf2' 'mesa' 'libegl' 'libgles')
 makedepends=('git' 'cmake')
 source=("git+https://github.com/sonald/blur-effect.git#tag=$pkgver";)
-sha256sums=('SKIP')
+sha512sums=('SKIP')
 
 prepare() {
   mkdir build


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

2017-09-26 Thread Felix Yan
Date: Tuesday, September 26, 2017 @ 15:05:46
  Author: felixonmars
Revision: 260629

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

Added:
  blur-effect/repos/community-i686/PKGBUILD
(from rev 260628, blur-effect/trunk/PKGBUILD)
  blur-effect/repos/community-x86_64/PKGBUILD
(from rev 260628, blur-effect/trunk/PKGBUILD)
Deleted:
  blur-effect/repos/community-i686/PKGBUILD
  blur-effect/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-26 15:04:58 UTC (rev 260628)
+++ community-i686/PKGBUILD 2017-09-26 15:05:46 UTC (rev 260629)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=blur-effect
-pkgver=1.1.2
-pkgrel=1
-pkgdesc='Off-screen image blurring utility using OpenGL ES 3.0'
-arch=('i686' 'x86_64')
-url="https://github.com/sonald/blur-effect";
-license=('GPL3')
-depends=('gdk-pixbuf2' 'mesa' 'libegl' 'libgles')
-makedepends=('git' 'cmake')
-source=("git+https://github.com/sonald/blur-effect.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: blur-effect/repos/community-i686/PKGBUILD (from rev 260628, 
blur-effect/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-26 15:05:46 UTC (rev 260629)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=blur-effect
+pkgver=1.1.3
+pkgrel=1
+pkgdesc='Off-screen image blurring utility using OpenGL ES 3.0'
+arch=('i686' 'x86_64')
+url="https://github.com/sonald/blur-effect";
+license=('GPL3')
+depends=('gdk-pixbuf2' 'mesa' 'libegl' 'libgles')
+makedepends=('git' 'cmake')
+source=("git+https://github.com/sonald/blur-effect.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-26 15:04:58 UTC (rev 260628)
+++ community-x86_64/PKGBUILD   2017-09-26 15:05:46 UTC (rev 260629)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=blur-effect
-pkgver=1.1.2
-pkgrel=1
-pkgdesc='Off-screen image blurring utility using OpenGL ES 3.0'
-arch=('i686' 'x86_64')
-url="https://github.com/sonald/blur-effect";
-license=('GPL3')
-depends=('gdk-pixbuf2' 'mesa' 'libegl' 'libgles')
-makedepends=('git' 'cmake')
-source=("git+https://github.com/sonald/blur-effect.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: blur-effect/repos/community-x86_64/PKGBUILD (from rev 260628, 
blur-effect/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-26 15:05:46 UTC (rev 260629)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=blur-effect
+pkgver=1.1.3
+pkgrel=1
+pkgdesc='Off-screen image blurring utility using OpenGL ES 3.0'
+arch=('i686' 'x86_64')
+url="https://github.com/sonald/blur-effect";
+license=('GPL3')
+depends=('gdk-pixbuf2' 'mesa' 'libegl' 'libgles')
+makedepends=('git' 'cmake')
+source=("git+https://github.com/sonald/blur-effect.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-26 Thread Christian Hesse
Date: Tuesday, September 26, 2017 @ 16:08:07
  Author: eworm
Revision: 306253

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

Added:
  openvpn/repos/testing-i686/
  openvpn/repos/testing-i686/PKGBUILD
(from rev 306252, openvpn/trunk/PKGBUILD)
  openvpn/repos/testing-x86_64/
  openvpn/repos/testing-x86_64/PKGBUILD
(from rev 306252, openvpn/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   65 ++
 testing-x86_64/PKGBUILD |   65 ++
 2 files changed, 130 insertions(+)

Copied: openvpn/repos/testing-i686/PKGBUILD (from rev 306252, 
openvpn/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-26 16:08:07 UTC (rev 306253)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=openvpn
+pkgver=2.4.4
+pkgrel=1
+pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private 
Network)'
+arch=('i686' 'x86_64')
+url='http://openvpn.net/index.php/open-source.html'
+depends=('openssl' 'lzo' 'iproute2' 'libsystemd' 'pkcs11-helper')
+optdepends=('easy-rsa: easy CA and certificate handling'
+'pam: authenticate via PAM')
+makedepends=('systemd')
+license=('custom')
+validpgpkeys=('F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7') # OpenVPN - Security 
Mailing List 
+source=("https://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz"{,.asc})
+sha256sums=('96cd1b8fe1e8cb2920f07c3fd3985faea756e16fdeebd11d3e146d5bd2b04a80'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-iproute2 \
+--enable-pkcs11 \
+--enable-plugins \
+--enable-systemd \
+--enable-x509-alt-username
+  make
+}
+
+check() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  # Install openvpn
+  make DESTDIR="${pkgdir}" install
+
+  # Create empty configuration directories
+  install -d -m0750 -g 90 "${pkgdir}"/etc/openvpn/{client,server}
+
+  # Install examples
+  install -d -m0755 "${pkgdir}"/usr/share/openvpn
+  cp -r sample/sample-config-files "${pkgdir}"/usr/share/openvpn/examples
+
+  # Install license
+  install -d -m0755 "${pkgdir}"/usr/share/licenses/openvpn/
+  ln -sf /usr/share/doc/openvpn/{COPYING,COPYRIGHT.GPL} 
"${pkgdir}"/usr/share/licenses/openvpn/
+
+  # Install contrib
+  for FILE in $(find contrib -type f); do
+case "$(file --brief --mime-type "${FILE}")" in
+  "text/x-shellscript") install -D -m0755 "${FILE}" 
"${pkgdir}/usr/share/openvpn/${FILE}" ;;
+  *) install -D -m0644 "${FILE}" "${pkgdir}/usr/share/openvpn/${FILE}" ;;
+esac
+  done
+}
+

Copied: openvpn/repos/testing-x86_64/PKGBUILD (from rev 306252, 
openvpn/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-26 16:08:07 UTC (rev 306253)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=openvpn
+pkgver=2.4.4
+pkgrel=1
+pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private 
Network)'
+arch=('i686' 'x86_64')
+url='http://openvpn.net/index.php/open-source.html'
+depends=('openssl' 'lzo' 'iproute2' 'libsystemd' 'pkcs11-helper')
+optdepends=('easy-rsa: easy CA and certificate handling'
+'pam: authenticate via PAM')
+makedepends=('systemd')
+license=('custom')
+validpgpkeys=('F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7') # OpenVPN - Security 
Mailing List 
+source=("https://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz"{,.asc})
+sha256sums=('96cd1b8fe1e8cb2920f07c3fd3985faea756e16fdeebd11d3e146d5bd2b04a80'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-iproute2 \
+--enable-pkcs11 \
+--enable-plugins \
+--enable-systemd \
+--enable-x509-alt-username
+  make
+}
+
+check() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  # Install openvpn
+  make DESTDIR="${pkgdir}" install
+
+  # Create empty configuration directories
+  install -d -m0750 -g 90 "${pkgdir}"/etc/openvpn/{client,server}
+
+  # Install examples
+  install -d -m0755 "${pkgdir}"/usr/share/openvpn
+  cp -r sample/sample-config-files "${pkgdir}"/usr/share/openvpn/examples
+
+  # Install license
+  install -d -m0755 "${pkgdir}"/usr/share/licenses/openvpn/
+  ln -sf /usr/share/doc/openvpn/{COPYING,COPYRIGHT.GPL} 
"${pkgdir}"/usr/share/licenses/openvpn/
+
+  # Install contrib
+  for FILE in $(find contrib -type f); do
+case "$(file --brief --mime-type "${FILE}")" in
+  "text/x-shellscript") install -D -m0755 "${FILE}" 
"${pkgdir}/usr/sh

[arch-commits] Commit in openvpn/trunk (4 files)

2017-09-26 Thread Christian Hesse
Date: Tuesday, September 26, 2017 @ 16:07:53
  Author: eworm
Revision: 306252

upgpkg: openvpn 2.4.4-1

new upstream release

Modified:
  openvpn/trunk/PKGBUILD
Deleted:
  
openvpn/trunk/0001-set-tls-cipher-restriction-before-loading-certificates.patch
  
openvpn/trunk/0002-management-preserve-wait_for_push-field-when-asking-for-user_pass.patch
  openvpn/trunk/openvpn-2.4.3.tar.xz.asc

--+
 0001-set-tls-cipher-restriction-before-loading-certificates.patch| 
  47 --
 0002-management-preserve-wait_for_push-field-when-asking-for-user_pass.patch | 
  40 
 PKGBUILD | 
  29 +-
 3 files changed, 5 insertions(+), 111 deletions(-)

Deleted: 0001-set-tls-cipher-restriction-before-loading-certificates.patch
===
--- 0001-set-tls-cipher-restriction-before-loading-certificates.patch   
2017-09-26 12:26:53 UTC (rev 306251)
+++ 0001-set-tls-cipher-restriction-before-loading-certificates.patch   
2017-09-26 16:07:53 UTC (rev 306252)
@@ -1,47 +0,0 @@
-From 95c07b13ce112ceb8b15175fcae0d95c70e93eee Mon Sep 17 00:00:00 2001
-From: Arne Schwabe 
-Date: Mon, 26 Jun 2017 13:13:26 +0200
-Subject: Set tls-cipher restriction before loading certificates
-
-OpenSSL 1.1 does not allow MD5 signed certificates by default anymore.
-This can be enabled again by settings tls-cipher "DEFAULT:@SECLEVEL=0" but
-only if the cipher list is set before loading the certificates. This patch
-changes the order of loading.
-
-Acked-by: Christian Hesse 
-Acked-by: Steffan Karger 
-Message-Id: <1498475606-8337-1-git-send-email-a...@rfc2549.org>
-URL: 
https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg14961.html
-
-Signed-off-by: Gert Doering 
-(cherry picked from commit 26345ba61b8d5bccb1331894ab6d1468e3b09adf)

- src/openvpn/ssl.c | 8 +---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-diff --git a/src/openvpn/ssl.c b/src/openvpn/ssl.c
-index 15cd94ad..98f4741b 100644
 a/src/openvpn/ssl.c
-+++ b/src/openvpn/ssl.c
-@@ -616,6 +616,11 @@ init_ssl(const struct options *options, struct 
tls_root_ctx *new_ctx)
- tls_ctx_client_new(new_ctx);
- }
- 
-+/* Allowable ciphers */
-+/* Since @SECLEVEL also influces loading of certificates, set the
-+ * cipher restrictions before loading certificates */
-+tls_ctx_restrict_ciphers(new_ctx, options->cipher_list);
-+
- tls_ctx_set_options(new_ctx, options->ssl_flags);
- 
- if (options->pkcs12_file)
-@@ -708,9 +713,6 @@ init_ssl(const struct options *options, struct 
tls_root_ctx *new_ctx)
- tls_ctx_load_ecdh_params(new_ctx, options->ecdh_curve);
- }
- 
--/* Allowable ciphers */
--tls_ctx_restrict_ciphers(new_ctx, options->cipher_list);
--
- #ifdef ENABLE_CRYPTO_MBEDTLS
- /* Personalise the random by mixing in the certificate */
- tls_ctx_personalise_random(new_ctx);

Deleted: 
0002-management-preserve-wait_for_push-field-when-asking-for-user_pass.patch
===
--- 
0002-management-preserve-wait_for_push-field-when-asking-for-user_pass.patch
2017-09-26 12:26:53 UTC (rev 306251)
+++ 
0002-management-preserve-wait_for_push-field-when-asking-for-user_pass.patch
2017-09-26 16:07:53 UTC (rev 306252)
@@ -1,40 +0,0 @@
-From 3322c558fa742cb823fa919f682486973abc4f8e Mon Sep 17 00:00:00 2001
-From: Antonio Quartulli 
-Date: Fri, 7 Jul 2017 22:01:08 +0800
-Subject: management: preserve wait_for_push field when asking for user/pass
-
-With the introduction of the wait_for_push field in the auth_user_pass
-structure, we have to make sure that such field is not accidentally
-erased when the management asks the user for user/pass.
-
-Erasing such field would mess up the logic introduced by
-("Ignore auth-nocache for auth-user-pass if auth-token is pushed").
-
-Thanks to David Sommerseth for the preliminary analysis and debugging.
-
-Reported-by: Steven Haigh 
-Signed-off-by: Antonio Quartulli 
-Tested-by: Steven Haigh 
-Acked-by: David Sommerseth 
-Message-Id: <20170707140108.31612-...@unstable.cc>
-URL: 
https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15015.html
-Signed-off-by: David Sommerseth 

- src/openvpn/manage.c | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/src/openvpn/manage.c b/src/openvpn/manage.c
-index 13be6f6d..ff948240 100644
 a/src/openvpn/manage.c
-+++ b/src/openvpn/manage.c
-@@ -3501,7 +3501,9 @@ management_query_user_pass(struct management *man,
-  */
- if (ret)
- {
--man->connection.up_query.nocache = up->nocache; /* preserve 
caller's nocache setting */
-+/* preserve caller's settings */
-+man->connection.up_query.nocache = up->nocache;
-+man->connection.up_query.wait_for_push 

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

2017-09-26 Thread Jiachen Yang
Date: Tuesday, September 26, 2017 @ 16:48:44
  Author: farseerfc
Revision: 260630

upgpkg: python-pdfrw 0.4-1

python-pdfrw 0.4

Modified:
  python-pdfrw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 15:05:46 UTC (rev 260629)
+++ PKGBUILD2017-09-26 16:48:44 UTC (rev 260630)
@@ -5,15 +5,15 @@
 _pypiname=pdfrw
 pkgbase=python-pdfrw
 pkgname=(python-pdfrw python2-pdfrw)
-pkgver=0.3
-pkgrel=2
+pkgver=0.4
+pkgrel=1
 pkgdesc='Convert restructured text to PDF via reportlab.'
 arch=('any')
 url="https://github.com/pmaupin/$_pypiname";
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("$_pypiname-$pkgver.tar.gz::https://pypi.python.org/packages/06/62/7f43c4a9d014b94ea03fe73088332fa07db1a03f806bac01aaa19a7fb887/pdfrw-0.3.tar.gz#md5=31209322130fdf8fde6a67a5fb117741";)
-md5sums=('31209322130fdf8fde6a67a5fb117741')
+source=("$_pypiname-$pkgver.tar.gz::https://github.com/pmaupin/$_pypiname/archive/v$pkgver.tar.gz";)
+md5sums=('8dc599a0c808a15f1499c0116ee3c92d')
 
 prepare(){
 cp -r "$srcdir/$_pypiname-$pkgver" "$srcdir/$_pypiname-$pkgver-py2"


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

2017-09-26 Thread Jiachen Yang
Date: Tuesday, September 26, 2017 @ 16:50:20
  Author: farseerfc
Revision: 260631

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-26 16:48:44 UTC (rev 260630)
+++ PKGBUILD2017-09-26 16:50:20 UTC (rev 260631)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 155944 2016-01-11 06:44:32Z fyan $
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Phil Schaf 
-
-_pypiname=pdfrw
-pkgbase=python-pdfrw
-pkgname=(python-pdfrw python2-pdfrw)
-pkgver=0.3
-pkgrel=2
-pkgdesc='Convert restructured text to PDF via reportlab.'
-arch=('any')
-url="https://github.com/pmaupin/$_pypiname";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("$_pypiname-$pkgver.tar.gz::https://pypi.python.org/packages/06/62/7f43c4a9d014b94ea03fe73088332fa07db1a03f806bac01aaa19a7fb887/pdfrw-0.3.tar.gz#md5=31209322130fdf8fde6a67a5fb117741";)
-md5sums=('31209322130fdf8fde6a67a5fb117741')
-
-prepare(){
-cp -r "$srcdir/$_pypiname-$pkgver" "$srcdir/$_pypiname-$pkgver-py2"
-}
-
-package_python-pdfrw() {
-depends=('python')
-cd "$srcdir/$_pypiname-$pkgver"
-python3 setup.py install --root="$pkgdir" -O1
-install -Dm644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}
-
-package_python2-pdfrw() {
-depends=('python2')
-cd "$srcdir/$_pypiname-$pkgver-py2"
-python2 setup.py install --root="$pkgdir" -O1
-install -Dm644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: python-pdfrw/repos/community-any/PKGBUILD (from rev 260630, 
python-pdfrw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-26 16:50:20 UTC (rev 260631)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 155944 2016-01-11 06:44:32Z fyan $
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Phil Schaf 
+
+_pypiname=pdfrw
+pkgbase=python-pdfrw
+pkgname=(python-pdfrw python2-pdfrw)
+pkgver=0.4
+pkgrel=1
+pkgdesc='Convert restructured text to PDF via reportlab.'
+arch=('any')
+url="https://github.com/pmaupin/$_pypiname";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$_pypiname-$pkgver.tar.gz::https://github.com/pmaupin/$_pypiname/archive/v$pkgver.tar.gz";)
+md5sums=('8dc599a0c808a15f1499c0116ee3c92d')
+
+prepare(){
+cp -r "$srcdir/$_pypiname-$pkgver" "$srcdir/$_pypiname-$pkgver-py2"
+}
+
+package_python-pdfrw() {
+depends=('python')
+cd "$srcdir/$_pypiname-$pkgver"
+python3 setup.py install --root="$pkgdir" -O1
+install -Dm644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
+
+package_python2-pdfrw() {
+depends=('python2')
+cd "$srcdir/$_pypiname-$pkgver-py2"
+python2 setup.py install --root="$pkgdir" -O1
+install -Dm644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}


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

2017-09-26 Thread Jelle van der Waa
Date: Tuesday, September 26, 2017 @ 16:53:51
  Author: jelle
Revision: 260632

Use git+https

Modified:
  termite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 16:50:20 UTC (rev 260631)
+++ PKGBUILD2017-09-26 16:53:51 UTC (rev 260632)
@@ -8,7 +8,7 @@
 url="https://github.com/thestinger/termite/";
 license=('LGPL')
 makedepends=('git' 'vte3-ng' 'ncurses')
-source=("git://github.com/thestinger/termite#tag=v$pkgver")
+source=("git+https://github.com/thestinger/termite#tag=v$pkgver";)
 md5sums=('SKIP')
 
 build() {


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

2017-09-26 Thread Anatol Pomozov
Date: Tuesday, September 26, 2017 @ 17:20:14
  Author: anatolik
Revision: 260633

upgpkg: evemu 2.7.0-1

Modified:
  evemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 16:53:51 UTC (rev 260632)
+++ PKGBUILD2017-09-26 17:20:14 UTC (rev 260633)
@@ -4,7 +4,7 @@
 # Contributor: Damián Nohales 
  
 pkgname=evemu
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(libevdev python2)
 
source=(https://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires 

-sha1sums=('6dadffae6d9f17c236e22328142b5d1fc0e5a9d3'
+sha1sums=('16c6e1484253e1610a019dcca22b1698002824ca'
   'SKIP')
  
 build() {


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

2017-09-26 Thread Anatol Pomozov
Date: Tuesday, September 26, 2017 @ 17:20:58
  Author: anatolik
Revision: 260634

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

Added:
  evemu/repos/community-testing-i686/
  evemu/repos/community-testing-i686/PKGBUILD
(from rev 260633, evemu/trunk/PKGBUILD)
  evemu/repos/community-testing-x86_64/
  evemu/repos/community-testing-x86_64/PKGBUILD
(from rev 260633, evemu/trunk/PKGBUILD)

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

Copied: evemu/repos/community-testing-i686/PKGBUILD (from rev 260633, 
evemu/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-09-26 17:20:58 UTC (rev 260634)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Nicolas Quiénot < niQo at aur >
+# Contributor: Damián Nohales 
+ 
+pkgname=evemu
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
+arch=(i686 x86_64)
+url='http://www.freedesktop.org/wiki/Evemu'
+license=(GPL3)
+depends=(libevdev python2)
+source=(https://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires 

+sha1sums=('16c6e1484253e1610a019dcca22b1698002824ca'
+  'SKIP')
+ 
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Tests have to be run as 'root'
+  # make check
+}
+ 
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: evemu/repos/community-testing-x86_64/PKGBUILD (from rev 260633, 
evemu/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-09-26 17:20:58 UTC (rev 260634)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Nicolas Quiénot < niQo at aur >
+# Contributor: Damián Nohales 
+ 
+pkgname=evemu
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='Tools and bindings for kernel input event device emulation and data 
capture and replay'
+arch=(i686 x86_64)
+url='http://www.freedesktop.org/wiki/Evemu'
+license=(GPL3)
+depends=(libevdev python2)
+source=(https://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=(0A75E35E0FAEE97EC769103E2F2670AC164DB36F) # Benjamin Tissoires 

+sha1sums=('16c6e1484253e1610a019dcca22b1698002824ca'
+  'SKIP')
+ 
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Tests have to be run as 'root'
+  # make check
+}
+ 
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-26 Thread Levente Polyak
Date: Tuesday, September 26, 2017 @ 17:55:47
  Author: anthraxx
Revision: 260636

archrelease: copy trunk to community-any

Added:
  pwndbg/repos/community-any/PKGBUILD
(from rev 260635, pwndbg/trunk/PKGBUILD)
Deleted:
  pwndbg/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-26 17:55:39 UTC (rev 260635)
+++ PKGBUILD2017-09-26 17:55:47 UTC (rev 260636)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=pwndbg
-pkgver=2017.02.01
-pkgrel=1
-pkgdesc='Makes debugging with GDB suck less'
-url='https://github.com/pwndbg/pwndbg'
-arch=('any')
-license=('MIT')
-depends=('python-capstone' 'python-unicorn' 'python-pycparser' 'python-psutil' 
'python-ptrace'
- 'python-pyelftools' 'python-six' 'python-future')
-optdepends=('checksec: checksec command support'
-'ropper: ropper command support'
-'ropgadget: ropgadget command support'
-'radare2: radare2 command support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pwndbg/pwndbg/archive/${pkgver}.tar.gz)
-sha512sums=('c605e35dd009ba04621a76c1bccd18def694ecbda91f4dde7db096454c26615e27b41071c44cbefdb3e0ad3588f4b6341711384e37a039c35866e01186a1ade9')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/0L/d' -i ida_script.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m compileall .
-  python -O -m compileall .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr/share/pwndbg"
-  cp -r *.py pwndbg __pycache__ "${pkgdir}/usr/share/pwndbg"
-  install -Dm 644 README.md FEATURES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pwndbg/repos/community-any/PKGBUILD (from rev 260635, 
pwndbg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-26 17:55:47 UTC (rev 260636)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+pkgname=pwndbg
+pkgver=2017.09.26
+pkgrel=1
+pkgdesc='Makes debugging with GDB suck less'
+url='https://github.com/pwndbg/pwndbg'
+arch=('any')
+license=('MIT')
+depends=('python-capstone' 'python-unicorn' 'python-pycparser' 'python-psutil' 
'python-ptrace'
+ 'python-pyelftools' 'python-six' 'python-future')
+optdepends=('checksec: checksec command support'
+'ropper: ropper command support'
+'ropgadget: ropgadget command support'
+'radare2: radare2 command support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pwndbg/pwndbg/archive/${pkgver}.tar.gz)
+sha512sums=('fd8d5d80e8c1e974a55783807129b3288f3695a1b16e06e114b64f72b8876e430dd7131e4c47cd94937ba337917001317ec887f54c9c86fc6264d1ee35d85f8b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed '/0L/d' -i ida_script.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m compileall .
+  python -O -m compileall .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr/share/pwndbg"
+  cp -r *.py pwndbg __pycache__ "${pkgdir}/usr/share/pwndbg"
+  install -Dm 644 README.md FEATURES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-09-26 Thread Levente Polyak
Date: Tuesday, September 26, 2017 @ 17:55:39
  Author: anthraxx
Revision: 260635

upgpkg: pwndbg 2017.09.26-1

Modified:
  pwndbg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 17:20:58 UTC (rev 260634)
+++ PKGBUILD2017-09-26 17:55:39 UTC (rev 260635)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=pwndbg
-pkgver=2017.02.01
+pkgver=2017.09.26
 pkgrel=1
 pkgdesc='Makes debugging with GDB suck less'
 url='https://github.com/pwndbg/pwndbg'
@@ -14,7 +14,7 @@
 'ropgadget: ropgadget command support'
 'radare2: radare2 command support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pwndbg/pwndbg/archive/${pkgver}.tar.gz)
-sha512sums=('c605e35dd009ba04621a76c1bccd18def694ecbda91f4dde7db096454c26615e27b41071c44cbefdb3e0ad3588f4b6341711384e37a039c35866e01186a1ade9')
+sha512sums=('fd8d5d80e8c1e974a55783807129b3288f3695a1b16e06e114b64f72b8876e430dd7131e4c47cd94937ba337917001317ec887f54c9c86fc6264d1ee35d85f8b')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2017-09-26 Thread Levente Polyak
Date: Tuesday, September 26, 2017 @ 18:37:01
  Author: anthraxx
Revision: 260637

upgpkg: logstash 5.6.2-1

Modified:
  logstash/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 17:55:47 UTC (rev 260636)
+++ PKGBUILD2017-09-26 18:37:01 UTC (rev 260637)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=logstash
-pkgver=5.6.1
+pkgver=5.6.2
 pkgrel=1
 pkgdesc='Tool for managing events and logs'
 url='https://www.elastic.co/products/logstash/'
@@ -14,21 +14,18 @@
 backup=('etc/conf.d/logstash'
 'etc/logstash/logstash.yml')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/elastic/logstash/archive/v${pkgver}.tar.gz
-
${pkgname}-5.6.1-fix-jruby.patch::https://github.com/elastic/logstash/commit/d2cde417d9dd0151c9d1b1dad050a38b14a18c6f.patch
 logstash.service
 logstash@.service
 logstash-sysuser.conf
 logstash-tmpfile.conf
 bundle.config)
-sha256sums=('7d911858c18484cc290aa71a7ae6401a6bd067313d6c220abf85d3c68072c8a9'
-'6821843a34cfbd940e95934ea6f7e6a67e4466e5732dc759706d1a7653d0776a'
+sha256sums=('89c3e44ed21fc0fd93a1a70fe92b29043d947e64b85328ed915346db82ba8647'
 '2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
 'a01ea29d4f53d785f6eb926ebfe445e64ed5b3dab5d0418848589dd79502d876'
 '18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
 'b0c334b9f6f5450d0d6e801dbe43972bf32ead92705a389df891a32aa803a55f'
 'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
-sha512sums=('9026af2f4eae2c43a0c0bc20f694980a0dde420e5b81024d913f4348ebdd8c58597e6bdeea41019ebc4bb2d0926996890de0bb7fed466c76d842455001d57f8d'
-
'97a699e3c33d67e8eaeb8a41f4803c3311f02e9f063eb96820a886fe5537a82c66f1e320b5fea6ba01a4a2075e0f3aef5cc651ca6f46a972add9dc54d78c5ee2'
+sha512sums=('52b674173e07236f932635eadaf094451ab90182096a2c628989868aa291c4acd03d6bec8a2681396a0ecbffe5200118d7b906f7fb1c867bd1aa569c8dac91c9'
 
'817097565519dc7c5eac7521339947c74c6148683ca594356dd2ceb3274a1e94f8e7318ce310e0fe5789d7ab0d4c23404f814bef31036a11ddfec08d16814c69'
 
'ce2cef4a784845b00d7c867273555811450bc459669abb5be944bfbbb02708129983e45376a9b308d6db22b2c7b4a7a212827a4826f2a27bc7e143cebc9abfe0'
 
'd811dc3b18d0032b79b4669c9f6aefca49963897c309d83cbf87616c7b8cb5944c17c8072980bcd115d0fb57ef1624d98259ff1082d402d308c33e766ee89699'


[arch-commits] Commit in logstash/repos (24 files)

2017-09-26 Thread Levente Polyak
Date: Tuesday, September 26, 2017 @ 18:37:17
  Author: anthraxx
Revision: 260638

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

Added:
  logstash/repos/community-i686/PKGBUILD
(from rev 260637, logstash/trunk/PKGBUILD)
  logstash/repos/community-i686/bundle.config
(from rev 260637, logstash/trunk/bundle.config)
  logstash/repos/community-i686/logstash-sysuser.conf
(from rev 260637, logstash/trunk/logstash-sysuser.conf)
  logstash/repos/community-i686/logstash-tmpfile.conf
(from rev 260637, logstash/trunk/logstash-tmpfile.conf)
  logstash/repos/community-i686/logstash.service
(from rev 260637, logstash/trunk/logstash.service)
  logstash/repos/community-i686/logstash@.service
(from rev 260637, logstash/trunk/logstash@.service)
  logstash/repos/community-x86_64/PKGBUILD
(from rev 260637, logstash/trunk/PKGBUILD)
  logstash/repos/community-x86_64/bundle.config
(from rev 260637, logstash/trunk/bundle.config)
  logstash/repos/community-x86_64/logstash-sysuser.conf
(from rev 260637, logstash/trunk/logstash-sysuser.conf)
  logstash/repos/community-x86_64/logstash-tmpfile.conf
(from rev 260637, logstash/trunk/logstash-tmpfile.conf)
  logstash/repos/community-x86_64/logstash.service
(from rev 260637, logstash/trunk/logstash.service)
  logstash/repos/community-x86_64/logstash@.service
(from rev 260637, logstash/trunk/logstash@.service)
Deleted:
  logstash/repos/community-i686/PKGBUILD
  logstash/repos/community-i686/bundle.config
  logstash/repos/community-i686/logstash-sysuser.conf
  logstash/repos/community-i686/logstash-tmpfile.conf
  logstash/repos/community-i686/logstash.service
  logstash/repos/community-i686/logstash@.service
  logstash/repos/community-x86_64/PKGBUILD
  logstash/repos/community-x86_64/bundle.config
  logstash/repos/community-x86_64/logstash-sysuser.conf
  logstash/repos/community-x86_64/logstash-tmpfile.conf
  logstash/repos/community-x86_64/logstash.service
  logstash/repos/community-x86_64/logstash@.service

+
 /PKGBUILD  |  146 +++
 /bundle.config |8 +
 /logstash-sysuser.conf |2 
 /logstash-tmpfile.conf |   10 ++
 /logstash.service  |   46 +
 /logstash@.service |   14 ++
 community-i686/PKGBUILD|   76 
 community-i686/bundle.config   |4 
 community-i686/logstash-sysuser.conf   |1 
 community-i686/logstash-tmpfile.conf   |5 -
 community-i686/logstash.service|   23 
 community-i686/logstash@.service   |7 -
 community-x86_64/PKGBUILD  |   76 
 community-x86_64/bundle.config |4 
 community-x86_64/logstash-sysuser.conf |1 
 community-x86_64/logstash-tmpfile.conf |5 -
 community-x86_64/logstash.service  |   23 
 community-x86_64/logstash@.service |7 -
 18 files changed, 226 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-26 18:37:01 UTC (rev 260637)
+++ community-i686/PKGBUILD 2017-09-26 18:37:17 UTC (rev 260638)
@@ -1,76 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=logstash
-pkgver=5.6.1
-pkgrel=1
-pkgdesc='Tool for managing events and logs'
-url='https://www.elastic.co/products/logstash/'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('java-runtime-headless>=8' 'ruby' 'ruby-bundler')
-# TODO: switch to up-to-date rake when 6.x arrives
-makedepends=('java-environment>=8' 'gradle' 'git' 'ruby2.3')
-backup=('etc/conf.d/logstash'
-'etc/logstash/logstash.yml')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/elastic/logstash/archive/v${pkgver}.tar.gz
-
${pkgname}-5.6.1-fix-jruby.patch::https://github.com/elastic/logstash/commit/d2cde417d9dd0151c9d1b1dad050a38b14a18c6f.patch
-logstash.service
-logstash@.service
-logstash-sysuser.conf
-logstash-tmpfile.conf
-bundle.config)
-sha256sums=('7d911858c18484cc290aa71a7ae6401a6bd067313d6c220abf85d3c68072c8a9'
-'6821843a34cfbd940e95934ea6f7e6a67e4466e5732dc759706d1a7653d0776a'
-'2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
-'a01ea29d4f53d785f6eb926ebfe445e64ed5b3dab5d0418848589dd79502d876'
-'18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
-'b0c334b9f6f5450d0d6e801dbe43972bf32ead92705a389df891a32aa803a55f'
-'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
-sha512sums=('9026af2f4eae2c43a0c0bc20f694980a0dde420e5b81024d913f4348ebdd8c58597e6bdeea41019ebc4bb2d0926996890de0bb7fed466c76d842455001d57f8d'
-
'97a699e3c33d67e8eaeb8a41f4803c3311f02e9f063eb96820a886fe5537a82c66f1e320b5fea6ba0

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

2017-09-26 Thread Levente Polyak
Date: Tuesday, September 26, 2017 @ 19:00:05
  Author: anthraxx
Revision: 260639

upgpkg: kibana 5.6.2-1

Modified:
  kibana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 18:37:17 UTC (rev 260638)
+++ PKGBUILD2017-09-26 19:00:05 UTC (rev 260639)
@@ -2,7 +2,7 @@
 # Contributor: Spider.007 
 
 pkgname=kibana
-pkgver=5.6.1
+pkgver=5.6.2
 pkgrel=1
 pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
 url='https://www.elastic.co/products/kibana'
@@ -15,9 +15,9 @@
 install=kibana.install
 
source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-${pkgver}-linux-x86_64.tar.gz
 kibana.service)
-sha256sums=('dc52083e3ca7f7479d63831aae60cff2e0f03f4e8a65d744bc79d66bc285b009'
+sha256sums=('d4fb6a736c367d8df563f405bdc3c6d6541e1a8fe0b22d29c8070c032ca97cd8'
 '85d62ab2d8e2667746303f98b055fcc6eae6bde8d378563c1b56057998eb3c98')
-sha512sums=('b7fccd1bbd9a884f3b8b46ca8f166561d17935215607ff7f2c6fc20a423e4c81b2a1a0302419b86a75641bc634c7f5a8c0096d284cac0c8e7344e60baa818235'
+sha512sums=('e9ef4f8dee16b1274d4b0399c0df938a5c99d450f8b8f8b1e56b3410661696b67a100187aa719c270359bd22b000dc5002c664d33eb178fd657dc80ae8237830'
 
'573942289964f554541222d2e8cd7851f5a94cabf3d1a26b734fb5f3efbbe5214f0c110eef2eeadd6185ba8765f6e5ab53fc8f40dea7fad5f51fee70cf20a787')
 
 package() {


[arch-commits] Commit in kibana/repos/community-any (6 files)

2017-09-26 Thread Levente Polyak
Date: Tuesday, September 26, 2017 @ 19:00:14
  Author: anthraxx
Revision: 260640

archrelease: copy trunk to community-any

Added:
  kibana/repos/community-any/PKGBUILD
(from rev 260639, kibana/trunk/PKGBUILD)
  kibana/repos/community-any/kibana.install
(from rev 260639, kibana/trunk/kibana.install)
  kibana/repos/community-any/kibana.service
(from rev 260639, kibana/trunk/kibana.service)
Deleted:
  kibana/repos/community-any/PKGBUILD
  kibana/repos/community-any/kibana.install
  kibana/repos/community-any/kibana.service

+
 PKGBUILD   |   74 +++
 kibana.install |   34 -
 kibana.service |   24 -
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-26 19:00:05 UTC (rev 260639)
+++ PKGBUILD2017-09-26 19:00:14 UTC (rev 260640)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Spider.007 
-
-pkgname=kibana
-pkgver=5.6.1
-pkgrel=1
-pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
-url='https://www.elastic.co/products/kibana'
-arch=('any')
-license=('Apache')
-depends=('nodejs')
-optdepends=('elasticsearch>=2.4')
-backup=('etc/kibana/kibana.yml')
-options=('!strip' 'emptydirs')
-install=kibana.install
-source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-${pkgver}-linux-x86_64.tar.gz
-kibana.service)
-sha256sums=('dc52083e3ca7f7479d63831aae60cff2e0f03f4e8a65d744bc79d66bc285b009'
-'85d62ab2d8e2667746303f98b055fcc6eae6bde8d378563c1b56057998eb3c98')
-sha512sums=('b7fccd1bbd9a884f3b8b46ca8f166561d17935215607ff7f2c6fc20a423e4c81b2a1a0302419b86a75641bc634c7f5a8c0096d284cac0c8e7344e60baa818235'
-
'573942289964f554541222d2e8cd7851f5a94cabf3d1a26b734fb5f3efbbe5214f0c110eef2eeadd6185ba8765f6e5ab53fc8f40dea7fad5f51fee70cf20a787')
-
-package() {
-  cd ${pkgbase}-${pkgver}-linux-x86_64
-
-  install -dm 755 "${pkgdir}/usr/share/kibana"
-  cp -a * "${pkgdir}/usr/share/kibana"
-
-  install -dm 750 "${pkgdir}/etc/kibana"
-  install -Dm 640 config/kibana.yml -t "${pkgdir}/etc/kibana"
-  install -Dm 644 "${srcdir}/kibana.service" -t 
"${pkgdir}/usr/lib/systemd/system"
-
-  chown -R 206:206 "${pkgdir}"/usr/share/kibana/{optimize,data} 
"${pkgdir}/etc/kibana"
-  rm -r "${pkgdir}/usr/share/kibana/node"
-}
-
-# vim: ts=2 sw=2 et:

Copied: kibana/repos/community-any/PKGBUILD (from rev 260639, 
kibana/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-26 19:00:14 UTC (rev 260640)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Spider.007 
+
+pkgname=kibana
+pkgver=5.6.2
+pkgrel=1
+pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
+url='https://www.elastic.co/products/kibana'
+arch=('any')
+license=('Apache')
+depends=('nodejs')
+optdepends=('elasticsearch>=2.4')
+backup=('etc/kibana/kibana.yml')
+options=('!strip' 'emptydirs')
+install=kibana.install
+source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-${pkgver}-linux-x86_64.tar.gz
+kibana.service)
+sha256sums=('d4fb6a736c367d8df563f405bdc3c6d6541e1a8fe0b22d29c8070c032ca97cd8'
+'85d62ab2d8e2667746303f98b055fcc6eae6bde8d378563c1b56057998eb3c98')
+sha512sums=('e9ef4f8dee16b1274d4b0399c0df938a5c99d450f8b8f8b1e56b3410661696b67a100187aa719c270359bd22b000dc5002c664d33eb178fd657dc80ae8237830'
+
'573942289964f554541222d2e8cd7851f5a94cabf3d1a26b734fb5f3efbbe5214f0c110eef2eeadd6185ba8765f6e5ab53fc8f40dea7fad5f51fee70cf20a787')
+
+package() {
+  cd ${pkgbase}-${pkgver}-linux-x86_64
+
+  install -dm 755 "${pkgdir}/usr/share/kibana"
+  cp -a * "${pkgdir}/usr/share/kibana"
+
+  install -dm 750 "${pkgdir}/etc/kibana"
+  install -Dm 640 config/kibana.yml -t "${pkgdir}/etc/kibana"
+  install -Dm 644 "${srcdir}/kibana.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+
+  chown -R 206:206 "${pkgdir}"/usr/share/kibana/{optimize,data} 
"${pkgdir}/etc/kibana"
+  rm -r "${pkgdir}/usr/share/kibana/node"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: kibana.install
===
--- kibana.install  2017-09-26 19:00:05 UTC (rev 260639)
+++ kibana.install  2017-09-26 19:00:14 UTC (rev 260640)
@@ -1,17 +0,0 @@
-post_install() {
-  if ! getent passwd kibana &>/dev/null; then
-groupadd -r -g 206 kibana &>/dev/null
-useradd -r -u 206 -g kibana -d /var/lib/kibana -s /bin/nologin -c 'kibana 
user' kibana &>/dev/null
-passwd -l kibana &>/dev/null
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-  if (( $(vercmp $2 5.5.0-2) <= 0 )); then
-chown -R 206:206 /usr/share/kibana/{optimize,data}
-chmod -R o-w,g-w /usr/share/kibana/{optimize,data}
-  fi
-}
-
-# vim: ts=2 sw=2 et:

Copied: kibana/repos/community-any/kibana.install (from rev 260639, 

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

2017-09-26 Thread Levente Polyak
Date: Tuesday, September 26, 2017 @ 19:04:18
  Author: anthraxx
Revision: 260641

upgpkg: elasticsearch 5.6.2-1

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 19:00:14 UTC (rev 260640)
+++ PKGBUILD2017-09-26 19:04:18 UTC (rev 260641)
@@ -4,7 +4,7 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=5.6.1
+pkgver=5.6.2
 pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
@@ -20,7 +20,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('006f9cb3886877df845e3c3dea8a688777fb739a862d3afe1a113c16a732715f'
+sha256sums=('ef505373fdd85c762dedef0b067ce7b089e177568a57b31e5b4126d8acd47653'
 'f228b588345780cfc84c229dd92722e024c0da155976afc96fc5e5970428a9e4'
 '4dc14262b67399f741c303cce7d18f9d3d220285778a2deb50fb0640161179c7'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


[arch-commits] Commit in elasticsearch/repos/community-any (14 files)

2017-09-26 Thread Levente Polyak
Date: Tuesday, September 26, 2017 @ 19:04:30
  Author: anthraxx
Revision: 260642

archrelease: copy trunk to community-any

Added:
  elasticsearch/repos/community-any/PKGBUILD
(from rev 260641, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
(from rev 260641, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
(from rev 260641, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-any/elasticsearch-user.conf
(from rev 260641, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-any/elasticsearch.default
(from rev 260641, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-any/elasticsearch.service
(from rev 260641, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-any/elasticsearch@.service
(from rev 260641, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-any/PKGBUILD
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-any/elasticsearch-user.conf
  elasticsearch/repos/community-any/elasticsearch.default
  elasticsearch/repos/community-any/elasticsearch.service
  elasticsearch/repos/community-any/elasticsearch@.service

+
 PKGBUILD   |  160 +--
 elasticsearch-sysctl.conf  |2 
 elasticsearch-tmpfile.conf |   12 +--
 elasticsearch-user.conf|2 
 elasticsearch.default  |   26 +++---
 elasticsearch.service  |   68 +-
 elasticsearch@.service |   68 +-
 7 files changed, 169 insertions(+), 169 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-26 19:04:18 UTC (rev 260641)
+++ PKGBUILD2017-09-26 19:04:30 UTC (rev 260642)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=5.6.1
-pkgrel=1
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('any')
-url="https://www.elastic.co/products/elasticsearch";
-license=('APACHE')
-depends=('java-runtime-headless=8' 'systemd')
-source=(
-  "https://artifacts.elastic.co/downloads/$pkgname/$pkgname-$pkgver.tar.gz";
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('006f9cb3886877df845e3c3dea8a688777fb739a862d3afe1a113c16a732715f'
-'f228b588345780cfc84c229dd92722e024c0da155976afc96fc5e5970428a9e4'
-'4dc14262b67399f741c303cce7d18f9d3d220285778a2deb50fb0640161179c7'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
-'3173e3efa429507e6329f518699a072dfd442d9b5da7c62452a55f82334dd2b5'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/log4j2.properties'
-'etc/elasticsearch/jvm.options'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  for script in elasticsearch{,-plugin,-translog}; do
-sed -e 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
--e '/^ES_HOME=.*pwd/d' \
--e 's|$ES_HOME/config|/etc/elasticsearch|' \
--i bin/$script
-  done
-
-  sed -re 's;#\s*(path\.conf:).*$;\1 /etc/elasticsearch;' \
--e '0,/#\s*(path\.data:).*$/s;;\1 /var/lib/elasticsearch;' \
--e 's;#\s*(path\.work:).*$;\1 /tmp/elasticsearch;' \
--e 's;#\s*(path\.logs:).*$;\1 /var/log/elasticsearch;' \
--i config/elasticsearch.yml
-}
-
-package() {
-  cd "$pkgdir"
-  install -dm750 etc/elasticsearch/scripts
-  install -dm755 usr/share/elasticsearch/plugins
-  install -dm755 var/lib/elasticsearch
-  install -dm755 var/log/elasticsearch
-
-  install -Dm644 "$srcdir"/elasticsearch.service 
usr/lib/systemd/system/elasticsearch.service
-  install -Dm644 "$srcdir"/elasticsearch@.service 
usr/lib/systemd/system/elasticsearch@.service
-  install -Dm644 "$srcdir"/elasticsearch-user.conf 
usr/lib/sysusers.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-tmpfile.conf 
usr/lib/tmpfiles.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-sysctl.conf 
usr/lib/sysctl.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch.default etc/default/elasticsearch
-
-  cd "$srcdir"/$pkgname-$pkgver
-  cp -R lib modules "$pkgdir"/usr/share/elasticsearch/
-
-   cd config
-   for conf in *; do
-   install -Dm644 "$conf" "$pkgdir/etc/

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

2017-09-26 Thread Antonio Rojas
Date: Tuesday, September 26, 2017 @ 19:28:13
  Author: arojas
Revision: 306256

Fix writing screenshots to XML

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 19:24:57 UTC (rev 306255)
+++ PKGBUILD2017-09-26 19:28:13 UTC (rev 306256)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.11.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream";
@@ -14,14 +14,19 @@
 depends=(libyaml libxml2 libstemmer glib2)
 makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook)
+update-appstream-cache.hook
+
appstream-fix-screenshots.patch::"https://github.com/ximion/appstream/commit/207b0da3.patch";)
 sha256sums=('d87775f21b49424c6a6e4dae9c2d594cc228827415bcdb0aae96eb9a0cbfd4ae'
 'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
+'c5268588fda6bfdd62d001e3cd9298c09035fc5bd80525d36939a0bf422b2086')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
+
+  cd AppStream-$pkgver
+  patch -p1 -i ../appstream-fix-screenshots.patch # Fix writing screenshot 
info to xml
 }
 
 build() {


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

2017-09-26 Thread Antonio Rojas
Date: Tuesday, September 26, 2017 @ 19:28:42
  Author: arojas
Revision: 306257

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

Added:
  appstream/repos/extra-i686/PKGBUILD
(from rev 306256, appstream/trunk/PKGBUILD)
  appstream/repos/extra-i686/update-appstream-cache.hook
(from rev 306256, appstream/trunk/update-appstream-cache.hook)
  appstream/repos/extra-x86_64/PKGBUILD
(from rev 306256, appstream/trunk/PKGBUILD)
  appstream/repos/extra-x86_64/update-appstream-cache.hook
(from rev 306256, appstream/trunk/update-appstream-cache.hook)
Deleted:
  appstream/repos/extra-i686/PKGBUILD
  appstream/repos/extra-i686/update-appstream-cache.hook
  appstream/repos/extra-x86_64/PKGBUILD
  appstream/repos/extra-x86_64/update-appstream-cache.hook

--+
 /PKGBUILD|  124 +
 /update-appstream-cache.hook |   34 +++
 extra-i686/PKGBUILD  |   57 -
 extra-i686/update-appstream-cache.hook   |   17 ---
 extra-x86_64/PKGBUILD|   57 -
 extra-x86_64/update-appstream-cache.hook |   17 ---
 6 files changed, 158 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-26 19:28:13 UTC (rev 306256)
+++ extra-i686/PKGBUILD 2017-09-26 19:28:42 UTC (rev 306257)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt gmx.de>
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.11.5
-pkgrel=1
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(i686 x86_64)
-url="http://distributions.freedesktop.org/wiki/AppStream";
-license=(GPL)
-depends=(libyaml libxml2 libstemmer glib2)
-makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook)
-sha256sums=('d87775f21b49424c6a6e4dae9c2d594cc228827415bcdb0aae96eb9a0cbfd4ae'
-'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  meson ../AppStream-$pkgver \
---prefix=/usr \
--Denable-qt=true \
--Denable-vapi=true
-  ninja
-}
-
-package_appstream() {
-  cd build
-
-  DESTDIR="$pkgdir" ninja install
-
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
-  install -Dm644 "$srcdir"/update-appstream-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-cache.hook
-}
-
-package_appstream-qt() {
-  pkgdesc='Qt5 interface for AppStream'
-  depends=(appstream qt5-base)
-
-  cd build
-  DESTDIR="$pkgdir" ninja install
-
-# provided by appstream
-  rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream,lib/{girepository-1.0,libappstream*,pkgconfig},share}}
-}

Copied: appstream/repos/extra-i686/PKGBUILD (from rev 306256, 
appstream/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-26 19:28:42 UTC (rev 306257)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Jameson Pugh 
+# Contributor: Tim Jester-Pfadt gmx.de>
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.11.5
+pkgrel=2
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=(i686 x86_64)
+url="http://distributions.freedesktop.org/wiki/AppStream";
+license=(GPL)
+depends=(libyaml libxml2 libstemmer glib2)
+makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+update-appstream-cache.hook
+
appstream-fix-screenshots.patch::"https://github.com/ximion/appstream/commit/207b0da3.patch";)
+sha256sums=('d87775f21b49424c6a6e4dae9c2d594cc228827415bcdb0aae96eb9a0cbfd4ae'
+'SKIP'
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
+'c5268588fda6bfdd62d001e3cd9298c09035fc5bd80525d36939a0bf422b2086')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

+
+prepare() {
+  mkdir -p build
+
+  cd AppStream-$pkgver
+  patch -p1 -i ../appstream-fix-screenshots.patch # Fix writing screenshot 
info to xml
+}
+
+build() {
+  cd build
+
+  meson ../AppStream-$pkgver \
+--prefix=/usr \
+-Denable-qt=true \
+-Denable-vapi=true
+  ninja
+}
+
+package_appstream() {
+  cd build
+
+  DESTDIR="$pkgdir" ninja install
+
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
+
+  install -Dm644 "$srcdir"/u

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

2017-09-26 Thread Levente Polyak
Date: Tuesday, September 26, 2017 @ 23:56:29
  Author: anthraxx
Revision: 260644

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

Added:
  reaver/repos/community-i686/PKGBUILD
(from rev 260643, reaver/trunk/PKGBUILD)
  reaver/repos/community-x86_64/PKGBUILD
(from rev 260643, reaver/trunk/PKGBUILD)
Deleted:
  reaver/repos/community-i686/PKGBUILD
  reaver/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   30 ---
 community-x86_64/PKGBUILD |   30 ---
 3 files changed, 68 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-26 23:56:17 UTC (rev 260643)
+++ community-i686/PKGBUILD 2017-09-26 23:56:29 UTC (rev 260644)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartosz Feński 
-
-pkgname=reaver
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="Brute force attack against Wifi Protected Setup"
-arch=('i686' 'x86_64')
-url="https://github.com/t6x/reaver-wps-fork-t6x";
-license=('GPL2')
-depends=('libpcap')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/t6x/reaver-wps-fork-t6x/archive/v$pkgver.tar.gz";)
-sha512sums=('08f2d37f4375896d28eddc0deca2cf3487bd6c0a75c3d647a9adf3828f530d16b2d87a33f2ca4f56049044f7def5de73759b57bf7492d5ccc45548cd0fecf188')
-
-build() {
-  cd reaver-wps-fork-t6x-$pkgver/src
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make CONFDIR=/etc/reaver
-}
-
-package() {
-  cd reaver-wps-fork-t6x-$pkgver
-
-  install -Dm755 src/reaver "$pkgdir"/usr/bin/reaver
-  install -Dm755 src/wash "$pkgdir"/usr/bin/wash
-  install -dm755 "$pkgdir"/etc/reaver
-  install -Dm644 docs/README "$pkgdir"/usr/share/doc/reaver/README
-  install -Dm644 docs/reaver.1.gz "$pkgdir"/usr/share/man/man1/reaver.1.gz
-}

Copied: reaver/repos/community-i686/PKGBUILD (from rev 260643, 
reaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-26 23:56:29 UTC (rev 260644)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+# Contributor: Bartosz Feński 
+
+pkgname=reaver
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Brute force attack against Wifi Protected Setup'
+url='https://github.com/t6x/reaver-wps-fork-t6x'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glibc' 'libpcap')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/t6x/reaver-wps-fork-t6x/archive/v$pkgver.tar.gz";)
+sha512sums=('f7befb46d12b2d5884fae2fe6a504df7b4e87d64a25549513830b2ec20241227d249d22fd163b3fba1315a414756cd310b43eb7ce503ef2cc1ebee37ef298887')
+
+prepare() {
+  cd reaver-wps-fork-t6x-$pkgver
+  sed 's|CFLAGS=|CFLAGS+=|' -i src/Makefile
+}
+
+build() {
+  cd reaver-wps-fork-t6x-$pkgver/src
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make CONFDIR=/etc/reaver
+}
+
+package() {
+  cd reaver-wps-fork-t6x-$pkgver
+  install -Dm755 src/{reaver,wash} -t "$pkgdir"/usr/bin
+  install -dm755 "$pkgdir"/etc/reaver
+  install -Dm644 docs/README -t "$pkgdir"/usr/share/doc/reaver
+  install -Dm644 docs/reaver.1.gz -t "$pkgdir"/usr/share/man/man1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-26 23:56:17 UTC (rev 260643)
+++ community-x86_64/PKGBUILD   2017-09-26 23:56:29 UTC (rev 260644)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartosz Feński 
-
-pkgname=reaver
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="Brute force attack against Wifi Protected Setup"
-arch=('i686' 'x86_64')
-url="https://github.com/t6x/reaver-wps-fork-t6x";
-license=('GPL2')
-depends=('libpcap')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/t6x/reaver-wps-fork-t6x/archive/v$pkgver.tar.gz";)
-sha512sums=('08f2d37f4375896d28eddc0deca2cf3487bd6c0a75c3d647a9adf3828f530d16b2d87a33f2ca4f56049044f7def5de73759b57bf7492d5ccc45548cd0fecf188')
-
-build() {
-  cd reaver-wps-fork-t6x-$pkgver/src
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make CONFDIR=/etc/reaver
-}
-
-package() {
-  cd reaver-wps-fork-t6x-$pkgver
-
-  install -Dm755 src/reaver "$pkgdir"/usr/bin/reaver
-  install -Dm755 src/wash "$pkgdir"/usr/bin/wash
-  install -dm755 "$pkgdir"/etc/reaver
-  install -Dm644 docs/README "$pkgdir"/usr/share/doc/reaver/README
-  install -Dm644 docs/reaver.1.gz "$pkgdir"/usr/share/man/man1/reaver.1.gz
-}

Copied: reaver/repos/community-x86_64/PKGBUILD (from rev 260643, 
reaver/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-26 23:56:29 UTC (rev 260644)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+# Contributor: Bartosz Feński 
+
+pkgname=rea

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

2017-09-26 Thread Levente Polyak
Date: Tuesday, September 26, 2017 @ 23:56:17
  Author: anthraxx
Revision: 260643

upgpkg: reaver 1.6.2-1 (+fix passing CFLAGS)

Modified:
  reaver/trunk/PKGBUILD

--+
 PKGBUILD |   24 ++--
 1 file changed, 14 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 19:04:30 UTC (rev 260642)
+++ PKGBUILD2017-09-26 23:56:17 UTC (rev 260643)
@@ -1,18 +1,24 @@
 # $Id$
 # Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
 # Contributor: Bartosz Feński 
 
 pkgname=reaver
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
-pkgdesc="Brute force attack against Wifi Protected Setup"
+pkgdesc='Brute force attack against Wifi Protected Setup'
+url='https://github.com/t6x/reaver-wps-fork-t6x'
 arch=('i686' 'x86_64')
-url="https://github.com/t6x/reaver-wps-fork-t6x";
 license=('GPL2')
-depends=('libpcap')
+depends=('glibc' 'libpcap')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/t6x/reaver-wps-fork-t6x/archive/v$pkgver.tar.gz";)
-sha512sums=('08f2d37f4375896d28eddc0deca2cf3487bd6c0a75c3d647a9adf3828f530d16b2d87a33f2ca4f56049044f7def5de73759b57bf7492d5ccc45548cd0fecf188')
+sha512sums=('f7befb46d12b2d5884fae2fe6a504df7b4e87d64a25549513830b2ec20241227d249d22fd163b3fba1315a414756cd310b43eb7ce503ef2cc1ebee37ef298887')
 
+prepare() {
+  cd reaver-wps-fork-t6x-$pkgver
+  sed 's|CFLAGS=|CFLAGS+=|' -i src/Makefile
+}
+
 build() {
   cd reaver-wps-fork-t6x-$pkgver/src
   ./configure --prefix=/usr --sysconfdir=/etc
@@ -21,10 +27,8 @@
 
 package() {
   cd reaver-wps-fork-t6x-$pkgver
-
-  install -Dm755 src/reaver "$pkgdir"/usr/bin/reaver
-  install -Dm755 src/wash "$pkgdir"/usr/bin/wash
+  install -Dm755 src/{reaver,wash} -t "$pkgdir"/usr/bin
   install -dm755 "$pkgdir"/etc/reaver
-  install -Dm644 docs/README "$pkgdir"/usr/share/doc/reaver/README
-  install -Dm644 docs/reaver.1.gz "$pkgdir"/usr/share/man/man1/reaver.1.gz
+  install -Dm644 docs/README -t "$pkgdir"/usr/share/doc/reaver
+  install -Dm644 docs/reaver.1.gz -t "$pkgdir"/usr/share/man/man1
 }


[arch-commits] Commit in texlive-bin/trunk (PKGBUILD texlive-poppler-0.59.patch)

2017-09-26 Thread Rémy Oudompheng
Date: Wednesday, September 27, 2017 @ 06:11:25
  Author: remy
Revision: 306258

upgpkg: texlive-bin 2017.44590-5

Fixes heap corruption resulting from double-free (FS#55720)

Modified:
  texlive-bin/trunk/PKGBUILD
  texlive-bin/trunk/texlive-poppler-0.59.patch

+
 PKGBUILD   |4 +--
 texlive-poppler-0.59.patch |   47 ---
 2 files changed, 24 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-26 19:28:42 UTC (rev 306257)
+++ PKGBUILD2017-09-27 06:11:25 UTC (rev 306258)
@@ -4,7 +4,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2017.44590
-pkgrel=4
+pkgrel=5
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
@@ -17,7 +17,7 @@
 "texlive-poppler-0.59.patch")
 sha256sums=('4645b4d55fc500ba9be7156a6a330afb44fbf7fda40dfd73fe9cb16d207f2038'
 'ee97f3e07e235dee4ad6d0c3e85c2260914c965e94d5ffbf481fa506df5f01ec'
-'82703c2d8698e15ee9a8bed6eee1a7140dc48ea2f65a497ddf81f187df6e6832')
+'76bc0528da33b1f980f85464c95d00736d9997ba7f8d11475c88f03e099e91b0')
 
 prepare() {
 cd "$srcdir/source"

Modified: texlive-poppler-0.59.patch
===
--- texlive-poppler-0.59.patch  2017-09-26 19:28:42 UTC (rev 306257)
+++ texlive-poppler-0.59.patch  2017-09-27 06:11:25 UTC (rev 306258)
@@ -862,16 +862,18 @@
  pdf_puts(" ");
  copyObject(&obj1);
  }
-@@ -612,7 +600,7 @@
+@@ -612,9 +600,8 @@
  copyDict(obj);
  pdf_puts(">>");
  } else if (obj->isStream()) {
 -initDictFromDict(obj1, obj->streamGetDict());
-+obj1 = Object(obj->streamGetDict());
  pdf_puts("<<\n");
- copyDict(&obj1);
+-copyDict(&obj1);
++copyDict(obj->getStream()->getDictObject());
  pdf_puts(">>\n");
-@@ -638,9 +626,8 @@
+ pdf_puts("stream\n");
+ copyStream(obj->getStream()->getUndecodedStream());
+@@ -638,9 +625,8 @@
  InObj *r;
  for (r = inObjList; r != 0; r = r->next) {
  if (!r->written) {
@@ -882,7 +884,7 @@
  if (r->type == objFont) {
  assert(!obj1.isStream());
  pdfbeginobj(r->num, 2); // \pdfobjcompresslevel = 2 
is for this
-@@ -656,7 +643,6 @@
+@@ -656,7 +642,6 @@
  pdf_puts("\n");
  pdfendobj();
  }
@@ -890,7 +892,7 @@
  }
  }
  }
-@@ -839,8 +825,8 @@
+@@ -839,8 +824,8 @@
  Page *page;
  Ref *pageRef;
  Dict *pageDict;
@@ -901,7 +903,7 @@
  bool writeSepGroup = false;
  Object info;
  char *key;
-@@ -867,8 +853,8 @@
+@@ -867,8 +852,8 @@
  encodingList = 0;
  page = pdf_doc->doc->getCatalog()->getPage(epdf_selected_page);
  pageRef = pdf_doc->doc->getCatalog()->getPageRef(epdf_selected_page);
@@ -912,7 +914,7 @@
  rotate = page->getRotate();
  PDFRectangle *pagebox;
  // write the Page header
-@@ -886,7 +872,7 @@
+@@ -886,7 +871,7 @@
  pdf_printf("/%s.PageNumber %i\n", pdfkeyprefix, (int) 
epdf_selected_page);
  }
  if ((suppress_ptex_info & MASK_SUPPRESS_PTEX_INFODICT) == 0) {
@@ -921,7 +923,7 @@
  if (info.isRef()) {
  // the info dict must be indirect (PDF Ref p. 61)
  pdf_printf("/%s.InfoDict ", pdfkeyprefix);
-@@ -942,14 +928,14 @@
+@@ -942,14 +927,14 @@
  pdf_puts(stripzeros(s));
  
  // Metadata validity check (as a stream it must be indirect)
@@ -940,7 +942,7 @@
  pdf_newline();
  pdf_printf("/%s ", pageDictKeys[i]);
  copyObject(&dictObj); // preserves indirection
-@@ -957,8 +943,8 @@
+@@ -957,8 +942,8 @@
  } 
  
  // handle page group
@@ -951,7 +953,7 @@
  if (pdfpagegroupval == 0) { 
  // another pdf with page group was included earlier on the
  // same page; copy the Group entry as is.  See manual for
-@@ -972,11 +958,11 @@
+@@ -972,11 +957,11 @@
  copyObject(&dictObj);
  } else {
  // write Group dict as a separate object, since the Page dict 
also refers to it
@@ -966,29 +968,24 @@
  pdf_printf("/Group %ld 0 R\n", (long)pdfpagegroupval);
  }
  }
-@@ -989,15 +975,15 @@
+@@ -989,14 +974,14 @@
  pdftex_warn
  ("PDF inclusion: /Resources missing. 'This practice is not 
recommended' (PDF Ref)");
  } else {
 -initDictFromDict(obj1, page->getResourceDict());
--if (!obj1->isDict())
-+obj1 = Object(page->getResourceDict());
-+if (!obj1.isDict())
++Object *obj1 = page->getResourceDictObject();
+ if (!obj1->isDict())
  pdftex_fail("PDF inclusion: invalid resources dict type <%s>",
--obj1->getTypeName());
-+o

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

2017-09-26 Thread Rémy Oudompheng
Date: Wednesday, September 27, 2017 @ 06:11:29
  Author: remy
Revision: 306259

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

Added:
  texlive-bin/repos/extra-i686/PKGBUILD
(from rev 306258, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/extra-i686/luatex-gcc7.patch
(from rev 306258, texlive-bin/trunk/luatex-gcc7.patch)
  texlive-bin/repos/extra-i686/texlive-poppler-0.59.patch
(from rev 306258, texlive-bin/trunk/texlive-poppler-0.59.patch)
  texlive-bin/repos/extra-x86_64/PKGBUILD
(from rev 306258, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/extra-x86_64/luatex-gcc7.patch
(from rev 306258, texlive-bin/trunk/luatex-gcc7.patch)
  texlive-bin/repos/extra-x86_64/texlive-poppler-0.59.patch
(from rev 306258, texlive-bin/trunk/texlive-poppler-0.59.patch)
Deleted:
  texlive-bin/repos/extra-i686/PKGBUILD
  texlive-bin/repos/extra-i686/luatex-gcc7.patch
  texlive-bin/repos/extra-i686/texlive-poppler-0.59.patch
  texlive-bin/repos/extra-x86_64/PKGBUILD
  texlive-bin/repos/extra-x86_64/luatex-gcc7.patch
  texlive-bin/repos/extra-x86_64/texlive-poppler-0.59.patch

-+
 /PKGBUILD   |  762 ++
 /luatex-gcc7.patch  |   64 
 /texlive-poppler-0.59.patch | 2284 ++
 extra-i686/PKGBUILD |  381 -
 extra-i686/luatex-gcc7.patch|   32 
 extra-i686/texlive-poppler-0.59.patch   | 1145 ---
 extra-x86_64/PKGBUILD   |  381 -
 extra-x86_64/luatex-gcc7.patch  |   32 
 extra-x86_64/texlive-poppler-0.59.patch | 1145 ---
 9 files changed, 3110 insertions(+), 3116 deletions(-)

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