[arch-commits] Commit in xdg-desktop-portal-kde/trunk (PKGBUILD)

2018-07-18 Thread Antonio Rojas via arch-commits
Date: Thursday, July 19, 2018 @ 05:56:54
  Author: arojas
Revision: 329014

Revert syntax changes

Modified:
  xdg-desktop-portal-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-19 03:55:20 UTC (rev 329013)
+++ PKGBUILD2018-07-19 05:56:54 UTC (rev 329014)
@@ -36,9 +36,10 @@
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_INSTALL_LIBEXECDIR=lib \
 -DBUILD_TESTING=OFF
-  cmake --build .
+  make
 }
 
 package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
+  cd build
+  make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in nodejs/repos/community-x86_64 (4 files)

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 05:00:21
  Author: felixonmars
Revision: 362348

archrelease: copy trunk to community-x86_64

Added:
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 362347, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/rebuild.list
(from rev 362347, nodejs/trunk/rebuild.list)
Deleted:
  nodejs/repos/community-x86_64/PKGBUILD
  nodejs/repos/community-x86_64/rebuild.list

--+
 PKGBUILD |  144 -
 rebuild.list |2 
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-19 05:00:04 UTC (rev 362347)
+++ PKGBUILD2018-07-19 05:00:21 UTC (rev 362348)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=10.6.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2') # 
'v8')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('47664aaa946e23061dcbe079dd56aeda109386e92d5d8b4c82ef313f821bcdb70cd36c764031216e1fb8ee24e8ef6cf467c4b765d740e89de35e58abc4791293')
-
-prepare() {
-  cd node-$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser \
---shared-cares \
---shared-nghttp2
-# --shared-v8
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  # Expected failure: https://github.com/nodejs/node/issues/11627
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 362347, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-19 05:00:21 UTC (rev 362348)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=10.7.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2') # 
'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
+sha512sums=('50c7137bebffd26a5016b2229f605766123103b5bcc013b6a31e3cc42e461f364f07b62dde5729081c77ef0acd4ddf46d59acf365a72b66b8f0de93bd446ce19')
+
+prepare() {
+  cd node-$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser \
+--shared-cares \
+--shared-nghttp2
+# --shared-v8
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  # Expected failure: https://github.com/nodejs/node/issues/11627
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: rebuild.list

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

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 05:00:04
  Author: felixonmars
Revision: 362347

upgpkg: nodejs 10.7.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-19 04:35:24 UTC (rev 362346)
+++ PKGBUILD2018-07-19 05:00:04 UTC (rev 362347)
@@ -9,7 +9,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=10.6.0
+pkgver=10.7.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('47664aaa946e23061dcbe079dd56aeda109386e92d5d8b4c82ef313f821bcdb70cd36c764031216e1fb8ee24e8ef6cf467c4b765d740e89de35e58abc4791293')
+sha512sums=('50c7137bebffd26a5016b2229f605766123103b5bcc013b6a31e3cc42e461f364f07b62dde5729081c77ef0acd4ddf46d59acf365a72b66b8f0de93bd446ce19')
 
 prepare() {
   cd node-$pkgver


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

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 04:35:07
  Author: felixonmars
Revision: 362345

upgpkg: python-sqlalchemy 1.2.10-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-19 04:14:24 UTC (rev 362344)
+++ PKGBUILD2018-07-19 04:35:07 UTC (rev 362345)
@@ -5,8 +5,8 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.2.9
-pkgrel=2
+pkgver=1.2.10
+pkgrel=1
 arch=('x86_64') # python2 package contain .so
 url="http://www.sqlalchemy.org/;
 license=('MIT')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
 
source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('88ef57b9e456d7047bd7b5fd9607c87a473a9917d662960b0614fbfc40891002309eda55e66e42a6a280c6d6e7e8e6921349901a19c1caaedace2d532b32af22'
+sha512sums=('d5684877c85cd85a117bf5ab3afdee8d810839fa903d84cc802678f48bd9f58d3975b60b96cdc5d598f3127f66a0fbc4463a826a5877698e6ba97f10d98b8726'
 'SKIP')
 
 prepare() {


[arch-commits] Commit in python-sqlalchemy/repos/community-staging-x86_64 (2 files)

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 04:35:24
  Author: felixonmars
Revision: 362346

archrelease: copy trunk to community-staging-x86_64

Added:
  python-sqlalchemy/repos/community-staging-x86_64/PKGBUILD
(from rev 362345, python-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-19 04:35:07 UTC (rev 362345)
+++ PKGBUILD2018-07-19 04:35:24 UTC (rev 362346)
@@ -1,62 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Sébastien Luttringer 
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.2.9
-pkgrel=2
-arch=('x86_64') # python2 package contain .so
-url="http://www.sqlalchemy.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('88ef57b9e456d7047bd7b5fd9607c87a473a9917d662960b0614fbfc40891002309eda55e66e42a6a280c6d6e7e8e6921349901a19c1caaedace2d532b32af22'
-'SKIP')
-
-prepare() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-}
-
-build() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py pytest
- 
-  cd "$srcdir"/SQLAlchemy2-$pkgver  
-  python2 setup.py pytest
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-  optdepends=('python-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy-$pkgver
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-  optdepends=('python2-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root="$pkgdir"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-staging-x86_64/PKGBUILD (from rev 
362345, python-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-19 04:35:24 UTC (rev 362346)
@@ -0,0 +1,62 @@
+# $Id$ 
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Sébastien Luttringer 
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=1.2.10
+pkgrel=1
+arch=('x86_64') # python2 package contain .so
+url="http://www.sqlalchemy.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+sha512sums=('d5684877c85cd85a117bf5ab3afdee8d810839fa903d84cc802678f48bd9f58d3975b60b96cdc5d598f3127f66a0fbc4463a826a5877698e6ba97f10d98b8726'
+'SKIP')
+
+prepare() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+}
+
+build() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py pytest
+ 
+  cd "$srcdir"/SQLAlchemy2-$pkgver  
+  python2 setup.py pytest
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+  optdepends=('python-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+  optdepends=('python2-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root="$pkgdir"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


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

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 04:14:24
  Author: felixonmars
Revision: 362344

archrelease: copy trunk to community-staging-any

Added:
  python-ddt/repos/community-staging-any/PKGBUILD
(from rev 362343, python-ddt/trunk/PKGBUILD)
Deleted:
  python-ddt/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-19 04:14:07 UTC (rev 362343)
+++ PKGBUILD2018-07-19 04:14:24 UTC (rev 362344)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 175443 2016-05-16 05:54:00Z fyan $
-# Maintainer: Felix Yan 
-
-pkgbase=python-ddt
-pkgname=('python-ddt' 'python2-ddt')
-pkgver=1.1.3
-pkgrel=2
-pkgdesc="Data-Driven/Decorated Tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/txels/ddt;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-yaml' 'python2-yaml')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/txels/ddt/archive/$pkgver.tar.gz;)
-sha512sums=('11ca15bfd521f3edec0bc7127665ba5dc5bf1fa54b752cce86b9fe6deffdc4e63c8fbf933a55dabbe9499ff972f1d6769144c2deffb02052733ed7c9e6115356')
-
-prepare() {
-  cp -a ddt-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/ddt-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/ddt-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/ddt-$pkgver
-  nosetests3
-
-  cd "$srcdir"/ddt-$pkgver-py2
-  nosetests2
-}
-
-package_python-ddt() {
-  depends=('python')
-
-  cd ddt-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-package_python2-ddt() {
-  depends=('python2')
-
-  cd ddt-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}

Copied: python-ddt/repos/community-staging-any/PKGBUILD (from rev 362343, 
python-ddt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-19 04:14:24 UTC (rev 362344)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 175443 2016-05-16 05:54:00Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-ddt
+pkgname=('python-ddt' 'python2-ddt')
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Data-Driven/Decorated Tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/txels/ddt;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-yaml' 'python2-yaml')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/txels/ddt/archive/$pkgver.tar.gz;)
+sha512sums=('1d5c8d0a496e4cfab154fa009a877926d21c8947d4e8833d97a0ce75b2b2cc615084a695a8cc765178c44765f3ba22e16f437ba623a240ae1e674e8eb486e4ad')
+
+prepare() {
+  cp -a ddt-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/ddt-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/ddt-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/ddt-$pkgver
+  nosetests3
+
+  cd "$srcdir"/ddt-$pkgver-py2
+  nosetests2
+}
+
+package_python-ddt() {
+  depends=('python')
+
+  cd ddt-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+package_python2-ddt() {
+  depends=('python2')
+
+  cd ddt-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}


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

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 04:14:07
  Author: felixonmars
Revision: 362343

upgpkg: python-ddt 1.2.0-1

Modified:
  python-ddt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-19 04:13:56 UTC (rev 362342)
+++ PKGBUILD2018-07-19 04:14:07 UTC (rev 362343)
@@ -3,8 +3,8 @@
 
 pkgbase=python-ddt
 pkgname=('python-ddt' 'python2-ddt')
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Data-Driven/Decorated Tests"
 arch=('any')
 license=('MIT')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-yaml' 'python2-yaml')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/txels/ddt/archive/$pkgver.tar.gz;)
-sha512sums=('11ca15bfd521f3edec0bc7127665ba5dc5bf1fa54b752cce86b9fe6deffdc4e63c8fbf933a55dabbe9499ff972f1d6769144c2deffb02052733ed7c9e6115356')
+sha512sums=('1d5c8d0a496e4cfab154fa009a877926d21c8947d4e8833d97a0ce75b2b2cc615084a695a8cc765178c44765f3ba22e16f437ba623a240ae1e674e8eb486e4ad')
 
 prepare() {
   cp -a ddt-$pkgver{,-py2}


[arch-commits] Commit in mongo-c-driver/repos (2 files)

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 04:13:56
  Author: felixonmars
Revision: 362342

archrelease: copy trunk to community-testing-x86_64

Added:
  mongo-c-driver/repos/community-testing-x86_64/
  mongo-c-driver/repos/community-testing-x86_64/PKGBUILD
(from rev 362341, mongo-c-driver/trunk/PKGBUILD)

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

Copied: mongo-c-driver/repos/community-testing-x86_64/PKGBUILD (from rev 
362341, mongo-c-driver/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-07-19 04:13:56 UTC (rev 362342)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=mongo-c-driver
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libsasl' 'snappy' 'zlib')
+makedepends=('cmake')
+checkdepends=('pifpaf' 'mongodb')
+provides=('libbson' 'libmongoc')
+conflicts=('libbson' 'libmongoc')
+replaces=('libbson' 'libmongoc')
+source=("mongo-c-driver-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz;)
+sha512sums=('e4688da8a94fc499893b6001fc444b97fc05c89672fd9700bf30c6af7f1bbb02b1a658aa74470e0e5d5e72bc28a5753aa7dcda14dba7e75fbce0b4bb94b7373f')
+
+prepare() {
+  mkdir -p build
+  cd mongo-c-driver-$pkgver
+}
+
+build() {
+  cd build
+  cmake ../mongo-c-driver-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DENABLE_STATIC=OFF -DENABLE_TESTS=OFF
+# Test profiles are not found even with ENABLE_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+  # No test profile found
+  # pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in mongo-c-driver/trunk (PKGBUILD)

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 04:13:41
  Author: felixonmars
Revision: 362341

upgpkg: mongo-c-driver 1.12.0-1

Modified:
  mongo-c-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-19 03:50:49 UTC (rev 362340)
+++ PKGBUILD2018-07-19 04:13:41 UTC (rev 362341)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=mongo-c-driver
-pkgver=1.11.0
+pkgver=1.12.0
 pkgrel=1
 pkgdesc='A client library written in C for MongoDB'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 conflicts=('libbson' 'libmongoc')
 replaces=('libbson' 'libmongoc')
 
source=("mongo-c-driver-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz;)
-sha512sums=('d20d83c9470972641407550bf835701df28c196b1cf19097450a062fd3c560c452c658aa5080bb28066079cea27888731f3670e81bd1b0cd5be1b97a2988074e')
+sha512sums=('e4688da8a94fc499893b6001fc444b97fc05c89672fd9700bf30c6af7f1bbb02b1a658aa74470e0e5d5e72bc28a5753aa7dcda14dba7e75fbce0b4bb94b7373f')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in python-beaker/repos (staging-any staging-any/PKGBUILD)

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 03:55:20
  Author: felixonmars
Revision: 329013

archrelease: copy trunk to staging-any

Added:
  python-beaker/repos/staging-any/
  python-beaker/repos/staging-any/PKGBUILD
(from rev 329012, python-beaker/trunk/PKGBUILD)

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

Copied: python-beaker/repos/staging-any/PKGBUILD (from rev 329012, 
python-beaker/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2018-07-19 03:55:20 UTC (rev 329013)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Massimiliano Torromeo < massimiliano DOT torromeo AT gmail DOT 
com >
+
+pkgbase=python-beaker
+pkgname=('python-beaker' 'python2-beaker')
+pkgver=1.10.0
+pkgrel=2
+arch=('any')
+license=('custom')
+pkgdesc="Caching and sessions WSGI middleware for use with web applications 
and stand-alone Python scripts and applications"
+url="http://beaker.groovie.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-funcsigs')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-sqlalchemy'
+  'python2-sqlalchemy' 'python-pycryptodomex' 
'python2-pycryptodomex' 'python-coverage'
+  'python2-coverage' 'python-webtest' 'python2-webtest' 
'python-redis' 'python2-redis'
+  'python-pymongo' 'python2-pymongo' 'python-pylibmc' 
'python2-pylibmc' 'redis'
+  'python-cryptography' 'python2-cryptography' 'python-memcached' 
'python2-memcached'
+  'memcached' 'mongodb' 'pifpaf')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/bbangert/beaker/archive/$pkgver.tar.gz;)
+sha512sums=('2a8a6e10f771aaa33190598a52bf1110f1ae1116828c1e9cd42aeceb3dc7a9af896f20c809f165c50940de44d48628d6cacb6f2b480a128bae05f902898ed2b5')
+
+prepare() {
+  sed -i "s/'pycryptodome'/'pycryptodomex'/g" beaker-$pkgver/setup.py
+  sed -i 's/from Crypto./from Cryptodome./' beaker-$pkgver/beaker/crypto/*.py
+  cp -a beaker-$pkgver{,-py2}
+
+  sed -i "s#/usr/bin/python#/usr/bin/python3#" 
beaker-$pkgver/beaker/crypto/pbkdf2.py
+  sed -i "s#/usr/bin/python#/usr/bin/python2#" 
beaker-$pkgver-py2/beaker/crypto/pbkdf2.py
+}
+
+build() {
+  cd "$srcdir"/beaker-$pkgver
+  python3 setup.py build
+
+  cd "$srcdir"/beaker-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/beaker-$pkgver
+  pifpaf run memcached --port 11211 -- pifpaf run mongodb --port 27017 -- 
pifpaf run redis python setup.py nosetests || warning "Tests failed"
+
+  cd "$srcdir"/beaker-$pkgver-py2
+  pifpaf run memcached --port 11211 -- pifpaf run mongodb --port 27017 -- 
pifpaf run redis python2 setup.py nosetests
+}
+
+package_python-beaker() {
+  depends=('python')
+
+  cd beaker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/python-beaker/LICENSE
+}
+
+package_python2-beaker() {
+  depends=('python2-funcsigs')
+
+  cd beaker-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/python2-beaker/LICENSE
+}


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

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 03:55:04
  Author: felixonmars
Revision: 329012

upgpkg: python-beaker 1.10.0-2

Python 3.7 rebuild

Modified:
  python-beaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-19 02:07:07 UTC (rev 329011)
+++ PKGBUILD2018-07-19 03:55:04 UTC (rev 329012)
@@ -6,7 +6,7 @@
 pkgbase=python-beaker
 pkgname=('python-beaker' 'python2-beaker')
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 arch=('any')
 license=('custom')
 pkgdesc="Caching and sessions WSGI middleware for use with web applications 
and stand-alone Python scripts and applications"


[arch-commits] Commit in python-peewee/repos/community-staging-x86_64 (2 files)

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 03:50:49
  Author: felixonmars
Revision: 362340

archrelease: copy trunk to community-staging-x86_64

Added:
  python-peewee/repos/community-staging-x86_64/PKGBUILD
(from rev 362339, python-peewee/trunk/PKGBUILD)
Deleted:
  python-peewee/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-19 03:50:31 UTC (rev 362339)
+++ PKGBUILD2018-07-19 03:50:49 UTC (rev 362340)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgbase=python-peewee
-pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.5.2
-pkgrel=2
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/;
-arch=('x86_64')
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
-checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
-  'python-psycopg2' 'python2-psycopg2')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;
-
https://github.com/coleifer/peewee/commit/e33c6e912e0f5db99413badeaf361ffc28df7d13.patch)
-sha512sums=('50dd25e495bcb6df4f2fb91b4af9197eda9bd28c4c2bf7debfbbbcdc458a94d3b216921780513c2d92042c5523aa1f56716dfe8ffb3b6e27c588690844029af0'
-
'e44727b55f5b0986d4b5504d82bd9c62257865fc7694dde748057622b0eee7a882c9107157ec575467b289d1580f5be00092cd842702e53bbe5fbd6607b6a3e8')
-
-prepare() {
-  (cd peewee-$pkgver; patch -p1 -i 
../e33c6e912e0f5db99413badeaf361ffc28df7d13.patch)
-  cp -a peewee-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/peewee-$pkgver
-  python runtests.py
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 runtests.py
-}
-
-package_python-peewee() {
-  depends=('python' 'sqlite')
-  optdepends=('python-psycopg2: for PostgreSQL database support'
-  'mysql-python: for MySQL database support')
-
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-peewee() {
-  depends=('python2')
-  optdepends=('python2-psycopg2: for PostgreSQL database support')
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/pwiz{,2}.py
-}

Copied: python-peewee/repos/community-staging-x86_64/PKGBUILD (from rev 362339, 
python-peewee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-19 03:50:49 UTC (rev 362340)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgbase=python-peewee
+pkgname=('python-peewee' 'python2-peewee')
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/;
+arch=('x86_64')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
+checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
+  'python-psycopg2' 'python2-psycopg2')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
+sha512sums=('b105595fca286bc1ce40a4195a221650a2a40ae9ab12aaa2d358ccc94c59d784a109d401a65568eb9b63d7c0538b01879fd79e93106c84c1ae850a1a9698aea9')
+
+prepare() {
+  cp -a peewee-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/peewee-$pkgver
+  python runtests.py
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 runtests.py
+}
+
+package_python-peewee() {
+  depends=('python' 'sqlite')
+  optdepends=('python-psycopg2: for PostgreSQL database support'
+  'mysql-python: for MySQL database support')
+
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-peewee() {
+  depends=('python2')
+  optdepends=('python2-psycopg2: for PostgreSQL database support')
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/pwiz{,2}.py
+}


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

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 03:50:31
  Author: felixonmars
Revision: 362339

upgpkg: python-peewee 3.6.2-1

Modified:
  python-peewee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-19 03:49:22 UTC (rev 362338)
+++ PKGBUILD2018-07-19 03:50:31 UTC (rev 362339)
@@ -6,8 +6,8 @@
 
 pkgbase=python-peewee
 pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.5.2
-pkgrel=2
+pkgver=3.6.2
+pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/;
 arch=('x86_64')
@@ -15,13 +15,10 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
 checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
   'python-psycopg2' 'python2-psycopg2')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;
-
https://github.com/coleifer/peewee/commit/e33c6e912e0f5db99413badeaf361ffc28df7d13.patch)
-sha512sums=('50dd25e495bcb6df4f2fb91b4af9197eda9bd28c4c2bf7debfbbbcdc458a94d3b216921780513c2d92042c5523aa1f56716dfe8ffb3b6e27c588690844029af0'
-
'e44727b55f5b0986d4b5504d82bd9c62257865fc7694dde748057622b0eee7a882c9107157ec575467b289d1580f5be00092cd842702e53bbe5fbd6607b6a3e8')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
+sha512sums=('b105595fca286bc1ce40a4195a221650a2a40ae9ab12aaa2d358ccc94c59d784a109d401a65568eb9b63d7c0538b01879fd79e93106c84c1ae850a1a9698aea9')
 
 prepare() {
-  (cd peewee-$pkgver; patch -p1 -i 
../e33c6e912e0f5db99413badeaf361ffc28df7d13.patch)
   cp -a peewee-$pkgver{,-py2}
 }
 


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

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 03:49:22
  Author: felixonmars
Revision: 362338

archrelease: copy trunk to community-staging-any

Added:
  python-oslo-serialization/repos/community-staging-any/
  python-oslo-serialization/repos/community-staging-any/PKGBUILD
(from rev 362337, python-oslo-serialization/trunk/PKGBUILD)

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

Copied: python-oslo-serialization/repos/community-staging-any/PKGBUILD (from 
rev 362337, python-oslo-serialization/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-19 03:49:22 UTC (rev 362338)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-oslo-serialization
+pkgname=(python-oslo-serialization python2-oslo-serialization)
+pkgver=2.27.0
+pkgrel=2
+pkgdesc="Oslo Serialization library"
+arch=('any')
+url="http://docs.openstack.org/developer/oslo.serialization;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-msgpack' 'python2-msgpack' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-pytz' 'python2-pytz')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress'
+  'python-testrepository' 'python2-testrepository')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.serialization/archive/$pkgver.tar.gz;)
+sha512sums=('46cec3ad6b2bf256484539d38cb38dc71c234e8101be08416ea8c6253f388014904faf81254d768fc27f6611bf0e9e03f580c0c7dc9187a2db3debf9075ecee1')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  cp -a oslo.serialization-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/oslo.serialization-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.serialization-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.serialization-$pkgver
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/oslo.serialization-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-serialization() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 
'python-oslo-utils'
+   'python-pytz')
+
+  cd "$srcdir"/oslo.serialization-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-serialization() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-msgpack' 
'python2-oslo-utils'
+   'python2-pytz')
+
+  cd "$srcdir"/oslo.serialization-$pkgver-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 03:49:06
  Author: felixonmars
Revision: 362337

upgpkg: python-oslo-serialization 2.27.0-2

Python 3.7 rebuild

Modified:
  python-oslo-serialization/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-19 03:47:02 UTC (rev 362336)
+++ PKGBUILD2018-07-19 03:49:06 UTC (rev 362337)
@@ -4,7 +4,7 @@
 pkgbase=python-oslo-serialization
 pkgname=(python-oslo-serialization python2-oslo-serialization)
 pkgver=2.27.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Oslo Serialization library"
 arch=('any')
 url="http://docs.openstack.org/developer/oslo.serialization;
@@ -33,7 +33,7 @@
 
 check() {
   cd "$srcdir"/oslo.serialization-$pkgver
-  python setup.py testr
+  python setup.py testr || warning "Tests failed"
 
   cd "$srcdir"/oslo.serialization-$pkgver-py2
   PYTHON=python2 python2 setup.py testr


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

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 03:47:02
  Author: felixonmars
Revision: 362336

archrelease: copy trunk to community-staging-x86_64

Added:
  python-ruamel-yaml/repos/community-staging-x86_64/
  python-ruamel-yaml/repos/community-staging-x86_64/PKGBUILD
(from rev 362335, python-ruamel-yaml/trunk/PKGBUILD)

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

Copied: python-ruamel-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 
362335, python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-19 03:47:02 UTC (rev 362336)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.43
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
+sha512sums=('4f728f5a313df655662580eb2579ba0c2b61d8fbaa26b32abbe36acb5aba6f3e55f9ebeed25d3c6840d7b80c73edefb0c2b47e156f8fc4b01ee06b319571af0a')
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 03:46:47
  Author: felixonmars
Revision: 362335

upgpkg: python-ruamel-yaml 0.15.43-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-19 03:46:08 UTC (rev 362334)
+++ PKGBUILD2018-07-19 03:46:47 UTC (rev 362335)
@@ -4,7 +4,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.42
+pkgver=0.15.43
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('0a005c6ca6a85cc6b45c394a6e8563b85abe5aa5dcf19320bdb5f1d4a49ca9c141099b0fb24dea92039e04fe473adc572546ee0215728a7953a44e9fbaceb50e')
+sha512sums=('4f728f5a313df655662580eb2579ba0c2b61d8fbaa26b32abbe36acb5aba6f3e55f9ebeed25d3c6840d7b80c73edefb0c2b47e156f8fc4b01ee06b319571af0a')
 
 package() {
   depends=('python')


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

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 03:46:08
  Author: felixonmars
Revision: 362334

archrelease: copy trunk to community-staging-any

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

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

Copied: python-manuel/repos/community-staging-any/PKGBUILD (from rev 362333, 
python-manuel/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-19 03:46:08 UTC (rev 362334)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-manuel
+pkgname=('python-manuel' 'python2-manuel')
+pkgver=1.9.0
+pkgrel=2
+pkgdesc="Manuel lets you build tested documentation"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/manuel;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-zope-testing' 'python2-zope-testing')
+source=("git+https://github.com/benji-york/manuel.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a manuel{,-py2}
+}
+
+build() {
+  cd "$srcdir/manuel"
+  python setup.py build
+
+  cd "$srcdir/manuel-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/manuel"
+  python setup.py test || warning 
"https://github.com/benji-york/manuel/issues/12;
+
+  cd "$srcdir/manuel-py2"
+  python2 setup.py test
+}
+
+package_python-manuel() {
+  depends=('python-setuptools')
+
+  cd manuel
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-manuel() {
+  depends=('python2-setuptools')
+
+  cd manuel-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2018-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 03:45:45
  Author: felixonmars
Revision: 362333

upgpkg: python-manuel 1.9.0-2

Python 3.7 rebuild

Modified:
  python-manuel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-19 02:17:21 UTC (rev 362332)
+++ PKGBUILD2018-07-19 03:45:45 UTC (rev 362333)
@@ -4,7 +4,7 @@
 pkgbase=python-manuel
 pkgname=('python-manuel' 'python2-manuel')
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Manuel lets you build tested documentation"
 arch=('any')
 license=('Apache')
@@ -28,7 +28,7 @@
 
 check() {
   cd "$srcdir/manuel"
-  python setup.py test
+  python setup.py test || warning 
"https://github.com/benji-york/manuel/issues/12;
 
   cd "$srcdir/manuel-py2"
   python2 setup.py test


[arch-commits] Commit in shairport-sync/repos/community-x86_64 (4 files)

2018-07-18 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 19, 2018 @ 02:17:21
  Author: anatolik
Revision: 362332

archrelease: copy trunk to community-x86_64

Added:
  shairport-sync/repos/community-x86_64/PKGBUILD
(from rev 362331, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-x86_64/shairport-sync.sysusers
(from rev 362331, shairport-sync/trunk/shairport-sync.sysusers)
Deleted:
  shairport-sync/repos/community-x86_64/PKGBUILD
  shairport-sync/repos/community-x86_64/shairport-sync.sysusers

-+
 PKGBUILD|   86 +++---
 shairport-sync.sysusers |6 +--
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-19 02:16:40 UTC (rev 362331)
+++ PKGBUILD2018-07-19 02:17:21 UTC (rev 362332)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-
-pkgname=shairport-sync
-pkgver=3.1.7
-pkgrel=1
-pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
-url='https://github.com/mikebrady/shairport-sync'
-arch=(x86_64)
-license=(GPL)
-backup=(etc/shairport-sync.conf)
-depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
-makedepends=(xmltoman)
-source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
-shairport-sync.sysusers
-
useradd.patch::https://github.com/mikebrady/shairport-sync/commit/15c376ad57629dad16f1120dbf4c080f7de48475.patch)
-sha1sums=('2cfc85732a9dcbe26eef032b0b29524dfaff2a33'
-  'b806f9cd3eeaf8585a51d79c7b5681e3d3e4748a'
-  '0d216ac98a7c390476c79732e7361c4e66651340')
-
-prepare() {
-  cd shairport-sync-$pkgver
-  # Revert adding users with 'make install'. We have a separate *.install 
script for it.
-  patch -R < ../useradd.patch
-}
-
-build() {
-  cd shairport-sync-$pkgver
-
-  autoreconf -i -f
-  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa 
--with-avahi --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config 
--with-systemd --with-configfiles
-  make
-
-  sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
-}
-
-package() {
-  cd shairport-sync-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 "$srcdir"/shairport-sync.sysusers 
"$pkgdir"/usr/lib/sysusers.d/shairport-sync.conf
-  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm "$pkgdir"/etc/shairport-sync.conf.sample
-}

Copied: shairport-sync/repos/community-x86_64/PKGBUILD (from rev 362331, 
shairport-sync/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-19 02:17:21 UTC (rev 362332)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=shairport-sync
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
+url='https://github.com/mikebrady/shairport-sync'
+arch=(x86_64)
+license=(GPL)
+backup=(etc/shairport-sync.conf)
+depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
+makedepends=(xmltoman)
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
+shairport-sync.sysusers
+
useradd.patch::https://github.com/mikebrady/shairport-sync/commit/15c376ad57629dad16f1120dbf4c080f7de48475.patch)
+sha1sums=('d5cdc5bd232736c53edd64a47bae9cde18e885d2'
+  'b806f9cd3eeaf8585a51d79c7b5681e3d3e4748a'
+  '0d216ac98a7c390476c79732e7361c4e66651340')
+
+prepare() {
+  cd shairport-sync-$pkgver
+  # Revert adding users with 'make install'. We have a separate *.install 
script for it.
+  patch -R < ../useradd.patch
+}
+
+build() {
+  cd shairport-sync-$pkgver
+
+  autoreconf -i -f
+  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa 
--with-avahi --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config 
--with-systemd --with-configfiles
+  make
+
+  sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
+}
+
+package() {
+  cd shairport-sync-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 "$srcdir"/shairport-sync.sysusers 
"$pkgdir"/usr/lib/sysusers.d/shairport-sync.conf
+  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm "$pkgdir"/etc/shairport-sync.conf.sample
+}

Deleted: shairport-sync.sysusers
===
--- shairport-sync.sysusers 2018-07-19 02:16:40 UTC (rev 362331)
+++ shairport-sync.sysusers 2018-07-19 02:17:21 UTC (rev 362332)
@@ -1,3 +0,0 @@
-u shairport-sync - "ShairportSync AirPort receiver" /var/lib/shairport-sync
-g shairport-sync
-m shairport-sync audio

Copied: shairport-sync/repos/community-x86_64/shairport-sync.sysusers (from rev 
362331, shairport-sync/trunk/shairport-sync.sysusers)

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

2018-07-18 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 19, 2018 @ 02:16:40
  Author: anatolik
Revision: 362331

upgpkg: shairport-sync 3.2.1-1

Modified:
  shairport-sync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 23:52:38 UTC (rev 362330)
+++ PKGBUILD2018-07-19 02:16:40 UTC (rev 362331)
@@ -2,7 +2,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=3.1.7
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
 url='https://github.com/mikebrady/shairport-sync'
@@ -14,7 +14,7 @@
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
 shairport-sync.sysusers
 
useradd.patch::https://github.com/mikebrady/shairport-sync/commit/15c376ad57629dad16f1120dbf4c080f7de48475.patch)
-sha1sums=('2cfc85732a9dcbe26eef032b0b29524dfaff2a33'
+sha1sums=('d5cdc5bd232736c53edd64a47bae9cde18e885d2'
   'b806f9cd3eeaf8585a51d79c7b5681e3d3e4748a'
   '0d216ac98a7c390476c79732e7361c4e66651340')
 


[arch-commits] Commit in picard/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-07-18 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, July 18, 2018 @ 23:52:38
  Author: bisson
Revision: 362330

archrelease: copy trunk to community-x86_64

Added:
  picard/repos/community-x86_64/PKGBUILD
(from rev 362329, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 23:51:55 UTC (rev 362329)
+++ PKGBUILD2018-07-18 23:52:38 UTC (rev 362330)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.0.0beta3
-pkgrel=2
-pkgdesc='Official MusicBrainz tagger'
-url='http://picard.musicbrainz.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('python-pyqt5' 'python-mutagen')
-optdepends=('chromaprint: fingerprinting'
-'python-discid: cd lookup')
-makedepends=('python-discid' 'git' 'python-setuptools')
-#source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-source=("git+https://github.com/metabrainz/picard.git#commit=3a41cebdbcff9af9791575d2e555c59201b55902;)
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/picard"
-   sed "s/‘/'/g" -i setup.cfg
-   python setup.py config
-}
-
-package() {
-   cd "${srcdir}/picard"
-   python setup.py install --root="${pkgdir}"
-   rm "${pkgdir}/usr/picard.in"
-   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 362329, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 23:52:38 UTC (rev 362330)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.0.0
+_pkgver=2.0
+pkgrel=1
+pkgdesc='Official MusicBrainz tagger'
+url='http://picard.musicbrainz.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('python-pyqt5' 'python-mutagen')
+optdepends=('chromaprint: fingerprinting'
+'python-discid: cd lookup')
+makedepends=('python-discid' 'git' 'python-setuptools')
+source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${_pkgver}.tar.gz;)
+#source=("git+https://github.com/metabrainz/picard.git#commit=3a41cebdbcff9af9791575d2e555c59201b55902;)
+sha256sums=('9607146f75c5ba56298062ae063db3c77ff107d0196fb21bd58eaf2e2f843054')
+
+build() {
+   cd "${srcdir}/picard-release-${pkgver}"
+   sed "s/‘/'/g" -i setup.cfg
+   python setup.py config
+}
+
+package() {
+   cd "${srcdir}/picard-release-${pkgver}"
+   python setup.py install --root="${pkgdir}"
+   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
+}


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

2018-07-18 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, July 18, 2018 @ 23:51:55
  Author: bisson
Revision: 362329

upstream update

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 22:34:00 UTC (rev 362328)
+++ PKGBUILD2018-07-18 23:51:55 UTC (rev 362329)
@@ -4,8 +4,9 @@
 # Contributor: sysrq
 
 pkgname=picard
-pkgver=2.0.0beta3
-pkgrel=2
+pkgver=2.0.0
+_pkgver=2.0
+pkgrel=1
 pkgdesc='Official MusicBrainz tagger'
 url='http://picard.musicbrainz.org/'
 license=('GPL')
@@ -14,19 +15,18 @@
 optdepends=('chromaprint: fingerprinting'
 'python-discid: cd lookup')
 makedepends=('python-discid' 'git' 'python-setuptools')
-#source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-source=("git+https://github.com/metabrainz/picard.git#commit=3a41cebdbcff9af9791575d2e555c59201b55902;)
-sha256sums=('SKIP')
+source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${_pkgver}.tar.gz;)
+#source=("git+https://github.com/metabrainz/picard.git#commit=3a41cebdbcff9af9791575d2e555c59201b55902;)
+sha256sums=('9607146f75c5ba56298062ae063db3c77ff107d0196fb21bd58eaf2e2f843054')
 
 build() {
-   cd "${srcdir}/picard"
+   cd "${srcdir}/picard-release-${pkgver}"
sed "s/‘/'/g" -i setup.cfg
python setup.py config
 }
 
 package() {
-   cd "${srcdir}/picard"
+   cd "${srcdir}/picard-release-${pkgver}"
python setup.py install --root="${pkgdir}"
-   rm "${pkgdir}/usr/picard.in"
rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
 }


[arch-commits] Commit in firefox-extension-privacybadger/repos/community-any (2 files)

2018-07-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 22:33:40
  Author: eschwartz
Revision: 362327

archrelease: copy trunk to community-any

Added:
  firefox-extension-privacybadger/repos/community-any/PKGBUILD
(from rev 362326, firefox-extension-privacybadger/trunk/PKGBUILD)
Deleted:
  firefox-extension-privacybadger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 22:33:12 UTC (rev 362326)
+++ PKGBUILD2018-07-18 22:33:40 UTC (rev 362327)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=privacybadger
-pkgname=firefox-extension-${_pkgname}
-pkgver=2018.5.10
-pkgrel=1
-pkgdesc="Block third party tracking in your browser"
-arch=('any')
-url="https://www.eff.org/privacybadger;
-license=('GPL3')
-groups=('firefox-addons')
-depends=("firefox")
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('f9a68ad00c255732553d470c88490aee41e6c17107a43e6eb26a530077c13b29'
-'SKIP')
-validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

-
-prepare() {
-  cd "$srcdir"
-
-  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
-}
-
-package() {
-  cd "${srcdir}"
-
-  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
-_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
-  else
-_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
-  fi
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  # Should this extension be unpacked or not?
-  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-extension-privacybadger/repos/community-any/PKGBUILD (from rev 
362326, firefox-extension-privacybadger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 22:33:40 UTC (rev 362327)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=privacybadger
+pkgname=firefox-extension-${_pkgname}
+pkgver=2018.7.18.1
+pkgrel=1
+pkgdesc="Block third party tracking in your browser"
+arch=('any')
+url="https://www.eff.org/privacybadger;
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('abfc473dd11a1765ededec5adf279eef0abae20a8bdde30f21ae29db106b85fd'
+'SKIP')
+validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

+
+prepare() {
+  cd "$srcdir"
+
+  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
+}
+
+package() {
+  depends=("firefox")
+  cd "${srcdir}"
+
+  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
+_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
+  else
+_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
+  fi
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  # Should this extension be unpacked or not?
+  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


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

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 22:34:00
  Author: heftig
Revision: 362328

0.13rc1-1 (not for release yet)

Modified:
  quassel/trunk/PKGBUILD

--+
 PKGBUILD |   51 +++
 1 file changed, 31 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 22:33:40 UTC (rev 362327)
+++ PKGBUILD2018-07-18 22:34:00 UTC (rev 362328)
@@ -3,8 +3,11 @@
 # Contributor: Vesa Kaihlavirta 
 
 pkgbase=quassel
-pkgname=('quassel-core' 'quassel-client' 'quassel-client-small' 
'quassel-monolithic')
-pkgver=0.12.5
+pkgname=('quassel-core'
+ 'quassel-client'
+ 'quassel-client-small'
+ 'quassel-monolithic')
+pkgver=0.13rc1
 pkgrel=1
 pkgdesc="Next-generation distributed IRC client"
 arch=('x86_64')
@@ -11,31 +14,36 @@
 url="https://quassel-irc.org/;
 license=('GPL')
 makedepends=('qt5-base' 'qt5-tools' 'qt5-webengine' 'qca-qt5' 'qt5-script'
- 'knotifyconfig' 'cmake' 'extra-cmake-modules' 'python'
- 'hicolor-icon-theme' 'ninja')
-source=(https://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
+ 'qt5-multimedia' 'knotifyconfig' 'sonnet' 'libldap' 'cmake'
+ 'extra-cmake-modules' 'python' 'hicolor-icon-theme' 'ninja' 'git')
+_commit=60dde7fac7b03220ac13b2e7f80733c221c1c01e  # tags/0.13-rc1^0
+source=("git+https://github.com/quassel/quassel#commit=$_commit;
 $pkgbase.service
 $pkgbase.sysusers
 $pkgbase.tmpfiles
 $pkgbase.conf)
-sha256sums=('1894574dfd79654152a5b7427e7df592b055ae908230504f98a4cb48961e74e2'
+sha256sums=('SKIP'
 '5dbe20290f3361b9b7a74a52905137e76b656976febf2d31082a2276f9dcde7f'
 '3c72441a99e2668c6a8a751fa07beeb44f937576c8a1b5f615e4a55f841d93d9'
 '2afd4340c7713f6533e5d175a86b28fd118ecd907776c2b10925d1a4fb31cdca'
 'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8')
 
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
+}
+
 prepare() {
-  cd quassel-${pkgver}
+  cd $pkgbase
 }
 
 _build() (
   mkdir -p build-$1
   cd build-$1
-  cmake -G Ninja ../quassel-${pkgver} \
+  cmake -G Ninja ../$pkgbase \
 -DCMAKE_INSTALL_PREFIX=/usr/ \
--DCMAKE_BUILD_TYPE="Release" \
+-DCMAKE_BUILD_TYPE=Release \
 -DHAVE_SSL=ON \
--DUSE_QT5=ON \
 "${@:2}" \
 -Wno-dev
   cmake --build .
@@ -49,9 +57,14 @@
   _build core \
 -DWANT_QTCLIENT=OFF \
 -DWANT_MONO=OFF \
--DWITH_OXYGEN=OFF \
+-DWITH_BUNDLED_ICONS=OFF \
 -DWITH_WEBENGINE=OFF
 
+  _build mono \
+-DWANT_CORE=OFF \
+-DWANT_QTCLIENT=OFF \
+-DWITH_KDE=ON
+
   _build client \
 -DWANT_CORE=OFF \
 -DWANT_MONO=OFF \
@@ -62,17 +75,13 @@
 -DWANT_MONO=OFF \
 -DWITH_WEBENGINE=OFF \
 -DCMAKE_DISABLE_FIND_PACKAGE_dbusmenu-qt5=ON \
+-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Multimedia=ON \
 -DCMAKE_DISABLE_FIND_PACKAGE_Phonon4Qt5=ON
-
-  _build mono \
--DWANT_CORE=OFF \
--DWANT_QTCLIENT=OFF \
--DWITH_KDE=ON
 }
 
 package_quassel-core() {
 pkgdesc="Next-generation distributed IRC client - core only"
-depends=('icu' 'qca-qt5' 'qt5-script')
+depends=('icu' 'qca-qt5' 'qt5-script' 'libldap')
 optdepends=('postgresql: PostgreSQL database support')
 backup=(etc/conf.d/quassel)
 
@@ -93,7 +102,8 @@
 
 package_quassel-client() {
 pkgdesc="Next-generation distributed IRC client - client only"
-depends=('qt5-base' 'qt5-webengine' 'knotifyconfig' 'hicolor-icon-theme')
+depends=('qt5-base' 'qt5-webengine' 'qt5-multimedia' 'knotifyconfig'
+ 'hicolor-icon-theme')
 conflicts=('quassel-monolithic' 'quassel-client-small')
 
   _install client
@@ -101,7 +111,7 @@
 
 package_quassel-client-small() {
 pkgdesc="Next-generation distributed IRC client - client only, reduced deps"
-depends=('qt5-base' 'hicolor-icon-theme')
+depends=('qt5-base' 'sonnet' 'hicolor-icon-theme')
 conflicts=('quassel-monolithic' 'quassel-client')
 replaces=('quassel-remote')
 
@@ -110,7 +120,8 @@
 
 package_quassel-monolithic() {
 pkgdesc="Next-generation distributed IRC client - monolithic"
-depends=('qt5-base' 'qca-qt5' 'qt5-webengine' 'qt5-script' 'knotifyconfig' 
'hicolor-icon-theme')
+depends=('qt5-base' 'qt5-webengine' 'qt5-multimedia' 'qt5-script' 'qca-qt5'
+ 'knotifyconfig' 'libldap' 'hicolor-icon-theme')
 optdepends=('postgresql: PostgreSQL database support')
 conflicts=('quassel-client' 'quassel-client-small')
 


[arch-commits] Commit in firefox-extension-privacybadger/trunk (PKGBUILD)

2018-07-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 22:33:12
  Author: eschwartz
Revision: 362326

upgpkg: firefox-extension-privacybadger 2018.7.18.1-1

upstream release
move firefox to runtime depends; 139 less packages to worry about in .BUILDINFO

Modified:
  firefox-extension-privacybadger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 22:11:20 UTC (rev 362325)
+++ PKGBUILD2018-07-18 22:33:12 UTC (rev 362326)
@@ -4,7 +4,7 @@
 
 _pkgname=privacybadger
 pkgname=firefox-extension-${_pkgname}
-pkgver=2018.5.10
+pkgver=2018.7.18.1
 pkgrel=1
 pkgdesc="Block third party tracking in your browser"
 arch=('any')
@@ -11,12 +11,11 @@
 url="https://www.eff.org/privacybadger;
 license=('GPL3')
 groups=('firefox-addons')
-depends=("firefox")
 makedepends=("unzip")
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('f9a68ad00c255732553d470c88490aee41e6c17107a43e6eb26a530077c13b29'
+sha256sums=('abfc473dd11a1765ededec5adf279eef0abae20a8bdde30f21ae29db106b85fd'
 'SKIP')
 validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

 
@@ -27,6 +26,7 @@
 }
 
 package() {
+  depends=("firefox")
   cd "${srcdir}"
 
   if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then


[arch-commits] Commit in nodejs-lts-carbon/repos/community-x86_64 (4 files)

2018-07-18 Thread Bruno Pagani via arch-commits
Date: Wednesday, July 18, 2018 @ 22:11:20
  Author: archange
Revision: 362325

archrelease: copy trunk to community-x86_64

Added:
  nodejs-lts-carbon/repos/community-x86_64/PKGBUILD
(from rev 362324, nodejs-lts-carbon/trunk/PKGBUILD)
  
nodejs-lts-carbon/repos/community-x86_64/add-icu-prefix-before-ICU-symbols.patch
(from rev 362324, 
nodejs-lts-carbon/trunk/add-icu-prefix-before-ICU-symbols.patch)
Deleted:
  nodejs-lts-carbon/repos/community-x86_64/PKGBUILD
  
nodejs-lts-carbon/repos/community-x86_64/add-icu-prefix-before-ICU-symbols.patch

-+
 PKGBUILD|  142 +-
 add-icu-prefix-before-ICU-symbols.patch |  232 +++---
 2 files changed, 187 insertions(+), 187 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 22:11:09 UTC (rev 362324)
+++ PKGBUILD2018-07-18 22:11:20 UTC (rev 362325)
@@ -1,71 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-
-pkgname=nodejs-lts-carbon
-pkgver=8.11.3
-pkgrel=2
-pkgdesc='Evented I/O for V8 javascript (LTS release: Carbon)'
-arch=('x86_64')
-url="https://nodejs.org/;
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-provides=("nodejs=$pkgver")
-conflicts=('nodejs')
-source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz"
-add-icu-prefix-before-ICU-symbols.patch)
-# https://nodejs.org/download/release/latest-carbon/SHASUMS256.txt.asc
-sha256sums=('577c751fdca91c46c60ffd8352e5b465881373bfdde212c17c3a3c1bd2616ee0'
-'b0b22c490c4b4e7ed4bad46d1989e980a0ba30299855ec0164ff3d11384833c7')
-validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8'  # Myles Borins 

-  '77984A986EBC2AA786BC0F66B01FBB92821C587A' # Gibson Fahnestock 

-  'B9AE9905FFD7803F25714661B63B535A4C206CA9') # Evan Lucas 
 
-
-prepare() {
-  cd node-v${pkgver}
-
-  # Fix build with ICU 61 https://github.com/nodejs/node/pull/18667
-  patch -Np1 -i ../add-icu-prefix-before-ICU-symbols.patch
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v${pkgver}
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser \
---shared-cares \
---shared-nghttp2
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  # Expected failure: https://github.com/nodejs/node/issues/11627
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-v${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: nodejs-lts-carbon/repos/community-x86_64/PKGBUILD (from rev 362324, 
nodejs-lts-carbon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 22:11:20 UTC (rev 362325)
@@ -0,0 +1,71 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+
+pkgname=nodejs-lts-carbon
+pkgver=8.11.3
+pkgrel=3
+pkgdesc='Evented I/O for V8 javascript (LTS release: Carbon)'
+arch=('x86_64')
+url="https://nodejs.org/;
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+provides=("nodejs=$pkgver")
+conflicts=('nodejs')
+source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz"
+add-icu-prefix-before-ICU-symbols.patch)
+# https://nodejs.org/download/release/latest-carbon/SHASUMS256.txt.asc
+sha256sums=('577c751fdca91c46c60ffd8352e5b465881373bfdde212c17c3a3c1bd2616ee0'
+'b0b22c490c4b4e7ed4bad46d1989e980a0ba30299855ec0164ff3d11384833c7')
+validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8'  # Myles Borins 

+  '77984A986EBC2AA786BC0F66B01FBB92821C587A' # Gibson Fahnestock 

+  'B9AE9905FFD7803F25714661B63B535A4C206CA9') # Evan Lucas 
 
+
+prepare() {
+  cd node-v${pkgver}
+
+  # Fix build with ICU 61 https://github.com/nodejs/node/pull/18667
+  patch -Np1 -i ../add-icu-prefix-before-ICU-symbols.patch
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e 

[arch-commits] Commit in nodejs-lts-carbon/trunk (PKGBUILD)

2018-07-18 Thread Bruno Pagani via arch-commits
Date: Wednesday, July 18, 2018 @ 22:11:09
  Author: archange
Revision: 362324

FS#59163

Modified:
  nodejs-lts-carbon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 21:56:22 UTC (rev 362323)
+++ PKGBUILD2018-07-18 22:11:09 UTC (rev 362324)
@@ -2,7 +2,7 @@
 
 pkgname=nodejs-lts-carbon
 pkgver=8.11.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Evented I/O for V8 javascript (LTS release: Carbon)'
 arch=('x86_64')
 url="https://nodejs.org/;


[arch-commits] Commit in python-greenlet/repos/community-staging-x86_64 (3 files)

2018-07-18 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 18, 2018 @ 21:56:22
  Author: foutrelis
Revision: 362323

archrelease: copy trunk to community-staging-x86_64

Added:
  python-greenlet/repos/community-staging-x86_64/PKGBUILD
(from rev 362322, python-greenlet/trunk/PKGBUILD)
Deleted:
  python-greenlet/repos/community-staging-x86_64/PKGBUILD
  
python-greenlet/repos/community-staging-x86_64/port-to-py3.7-handle-tstate-exc_info.patch

+
 PKGBUILD   |  108 +++
 port-to-py3.7-handle-tstate-exc_info.patch |  183 ---
 2 files changed, 52 insertions(+), 239 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 21:56:15 UTC (rev 362322)
+++ PKGBUILD2018-07-18 21:56:22 UTC (rev 362323)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Maintainer: Felix Yan 
-# Contributor: Ralf Schmitt 
-
-pkgbase=python-greenlet
-pkgname=(python-greenlet python2-greenlet)
-pkgver=0.4.13
-pkgrel=3
-pkgdesc="Lightweight in-process concurrent programming"
-license=("MIT")
-arch=('x86_64')
-url="http://pypi.python.org/pypi/greenlet;
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz;
-port-to-py3.7-handle-tstate-exc_info.patch)
-sha512sums=('625aaa8875b408442139191e1a63eca71c668675229907335f5caee623487aba5305c1d53b51e1764ad982b8edd07d04f984e08a75318a0a5672805667917a61'
-
'6fac24423f680a3676f722a02a93d611a0f0194ec7c6c6a013d158c46afe6887a6d2a0ca27256fce2ddc18044e2115bbc209bfbcbc2ed7020ca89c6639e1d55d')
-
-prepare() {
-# https://github.com/python-greenlet/greenlet/issues/131
-patch -d greenlet-$pkgver -Np1 < port-to-py3.7-handle-tstate-exc_info.patch
-cp -a greenlet-$pkgver{,-py2}
-}
-
-build() {
-   cd "$srcdir"/greenlet-$pkgver
-   python setup.py build
-
-cd "$srcdir"/greenlet-$pkgver-py2
-python2 setup.py build
-}
-
-check() {
-cd "$srcdir"/greenlet-$pkgver
-python setup.py test
-
-cd "$srcdir"/greenlet-$pkgver-py2
-python2 setup.py test
-}
-
-package_python-greenlet() {
-depends=('python')
-
-cd greenlet-$pkgver
-python setup.py install -O1 --root="$pkgdir"
-install -Dm0644 LICENSE.PSF 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.PSF
-}
-
-package_python2-greenlet() {
-depends=('python2')
-
-   cd greenlet-$pkgver-py2
-   python2 setup.py install -O1 --root="$pkgdir"
-   install -Dm0644 LICENSE.PSF 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.PSF
-}

Copied: python-greenlet/repos/community-staging-x86_64/PKGBUILD (from rev 
362322, python-greenlet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 21:56:22 UTC (rev 362323)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Felix Yan 
+# Contributor: Ralf Schmitt 
+
+pkgbase=python-greenlet
+pkgname=(python-greenlet python2-greenlet)
+pkgver=0.4.14
+pkgrel=1
+pkgdesc="Lightweight in-process concurrent programming"
+license=("MIT")
+arch=('x86_64')
+url="http://pypi.python.org/pypi/greenlet;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz;)
+sha512sums=('6ab72285b2e12385bc54aac000973ded2dc57e50ea36fd20166b59e2f2a059dbc74033678ba2262c868596609ef24c26c49f95227ee8213df0de9934a9502f6b')
+
+prepare() {
+cp -a greenlet-$pkgver{,-py2}
+}
+
+build() {
+   cd "$srcdir"/greenlet-$pkgver
+   python setup.py build
+
+cd "$srcdir"/greenlet-$pkgver-py2
+python2 setup.py build
+}
+
+check() {
+cd "$srcdir"/greenlet-$pkgver
+python setup.py test
+
+cd "$srcdir"/greenlet-$pkgver-py2
+python2 setup.py test
+}
+
+package_python-greenlet() {
+depends=('python')
+
+cd greenlet-$pkgver
+python setup.py install -O1 --root="$pkgdir"
+install -Dm0644 LICENSE.PSF 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.PSF
+}
+
+package_python2-greenlet() {
+depends=('python2')
+
+   cd greenlet-$pkgver-py2
+   python2 setup.py install -O1 --root="$pkgdir"
+   install -Dm0644 LICENSE.PSF 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.PSF
+}

Deleted: port-to-py3.7-handle-tstate-exc_info.patch
===
--- port-to-py3.7-handle-tstate-exc_info.patch  2018-07-18 21:56:15 UTC (rev 
362322)
+++ port-to-py3.7-handle-tstate-exc_info.patch  2018-07-18 21:56:22 UTC (rev 
362323)
@@ -1,183 +0,0 @@
-From 8d998cb79ebea348a8f5258b642a1f772ecd93b8 Mon Sep 17 00:00:00 2001
-From: Victor Stinner 
-Date: Tue, 3 Jul 2018 16:01:37 +0200
-Subject: [PATCH] Fix #131: Port to Py3.7: handle tstate->exc_info
-
-Fix Python 3.7 support: handle also tstate->exc_info, not only
-tstate->exc_state.

- greenlet.c 

[arch-commits] Commit in python-greenlet/trunk (2 files)

2018-07-18 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 18, 2018 @ 21:56:15
  Author: foutrelis
Revision: 362322

upgpkg: python-greenlet 0.4.14-1

New upstream release.

Modified:
  python-greenlet/trunk/PKGBUILD
Deleted:
  python-greenlet/trunk/port-to-py3.7-handle-tstate-exc_info.patch

+
 PKGBUILD   |   12 -
 port-to-py3.7-handle-tstate-exc_info.patch |  183 ---
 2 files changed, 4 insertions(+), 191 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 21:46:08 UTC (rev 362321)
+++ PKGBUILD2018-07-18 21:56:15 UTC (rev 362322)
@@ -5,21 +5,17 @@
 
 pkgbase=python-greenlet
 pkgname=(python-greenlet python2-greenlet)
-pkgver=0.4.13
-pkgrel=3
+pkgver=0.4.14
+pkgrel=1
 pkgdesc="Lightweight in-process concurrent programming"
 license=("MIT")
 arch=('x86_64')
 url="http://pypi.python.org/pypi/greenlet;
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz;
-port-to-py3.7-handle-tstate-exc_info.patch)
-sha512sums=('625aaa8875b408442139191e1a63eca71c668675229907335f5caee623487aba5305c1d53b51e1764ad982b8edd07d04f984e08a75318a0a5672805667917a61'
-
'6fac24423f680a3676f722a02a93d611a0f0194ec7c6c6a013d158c46afe6887a6d2a0ca27256fce2ddc18044e2115bbc209bfbcbc2ed7020ca89c6639e1d55d')
+source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz;)
+sha512sums=('6ab72285b2e12385bc54aac000973ded2dc57e50ea36fd20166b59e2f2a059dbc74033678ba2262c868596609ef24c26c49f95227ee8213df0de9934a9502f6b')
 
 prepare() {
-# https://github.com/python-greenlet/greenlet/issues/131
-patch -d greenlet-$pkgver -Np1 < port-to-py3.7-handle-tstate-exc_info.patch
 cp -a greenlet-$pkgver{,-py2}
 }
 

Deleted: port-to-py3.7-handle-tstate-exc_info.patch
===
--- port-to-py3.7-handle-tstate-exc_info.patch  2018-07-18 21:46:08 UTC (rev 
362321)
+++ port-to-py3.7-handle-tstate-exc_info.patch  2018-07-18 21:56:15 UTC (rev 
362322)
@@ -1,183 +0,0 @@
-From 8d998cb79ebea348a8f5258b642a1f772ecd93b8 Mon Sep 17 00:00:00 2001
-From: Victor Stinner 
-Date: Tue, 3 Jul 2018 16:01:37 +0200
-Subject: [PATCH] Fix #131: Port to Py3.7: handle tstate->exc_info
-
-Fix Python 3.7 support: handle also tstate->exc_info, not only
-tstate->exc_state.

- greenlet.c | 64 --
- greenlet.h |  9 +
- 2 files changed, 59 insertions(+), 14 deletions(-)
-
-diff --git a/greenlet.c b/greenlet.c
-index 0c85dd8..541efda 100644
 a/greenlet.c
-+++ b/greenlet.c
-@@ -153,6 +153,21 @@ static PyObject* ts_empty_dict;
- #define GREENLET_tp_is_gc 0
- #endif /* !GREENLET_USE_GC */
- 
-+static void green_clear_exc(PyGreenlet *g)
-+{
-+#ifdef GREENLET_USE_EXC_INFO
-+  g->exc_info = NULL;
-+  g->exc_state.exc_type = NULL;
-+  g->exc_state.exc_value = NULL;
-+  g->exc_state.exc_traceback = NULL;
-+  g->exc_state.previous_item = NULL;
-+#else
-+  g->exc_type = NULL;
-+  g->exc_value = NULL;
-+  g->exc_traceback = NULL;
-+#endif
-+}
-+
- static PyGreenlet* green_create_main(void)
- {
-   PyGreenlet* gmain;
-@@ -460,10 +475,9 @@ static int g_switchstack(void)
-   PyThreadState* tstate = PyThreadState_GET();
-   current->recursion_depth = tstate->recursion_depth;
-   current->top_frame = tstate->frame;
--#if PY_VERSION_HEX >= 0x030700A3
--  current->exc_type = tstate->exc_state.exc_type;
--  current->exc_value = tstate->exc_state.exc_value;
--  current->exc_traceback = tstate->exc_state.exc_traceback;
-+#ifdef GREENLET_USE_EXC_INFO
-+  current->exc_info = tstate->exc_info;
-+  current->exc_state = tstate->exc_state;
- #else
-   current->exc_type = tstate->exc_type;
-   current->exc_value = tstate->exc_value;
-@@ -474,9 +488,13 @@ static int g_switchstack(void)
-   if (err < 0) {   /* error */
-   PyGreenlet* current = ts_current;
-   current->top_frame = NULL;
-+#ifdef GREENLET_USE_EXC_INFO
-+  green_clear_exc(current);
-+#else
-   current->exc_type = NULL;
-   current->exc_value = NULL;
-   current->exc_traceback = NULL;
-+#endif
- 
-   assert(ts_origin == NULL);
-   ts_target = NULL;
-@@ -488,18 +506,20 @@ static int g_switchstack(void)
-   tstate->recursion_depth = target->recursion_depth;
-   tstate->frame = target->top_frame;
-   target->top_frame = NULL;
--#if PY_VERSION_HEX >= 0x030700A3
--  tstate->exc_state.exc_type = target->exc_type;
--  tstate->exc_state.exc_value = target->exc_value;
--  tstate->exc_state.exc_traceback = 

[arch-commits] Commit in libva-utils/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-07-18 Thread Bruno Pagani via arch-commits
Date: Wednesday, July 18, 2018 @ 21:46:08
  Author: archange
Revision: 362321

archrelease: copy trunk to community-x86_64

Added:
  libva-utils/repos/community-x86_64/PKGBUILD
(from rev 362320, libva-utils/trunk/PKGBUILD)
Deleted:
  libva-utils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 21:45:54 UTC (rev 362320)
+++ PKGBUILD2018-07-18 21:46:08 UTC (rev 362321)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Sean V Kelley 
-
-pkgname=libva-utils
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="Intel VA-API Media Applications and Scripts for libva"
-arch=('x86_64')
-url="https://github.com/01org/libva-utils;
-license=('custom')
-depends=('libva')
-makedepends=('mesa')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('1000a6a2e27d23b92b7489330ab2017e5bca3e9db6872cb0bb868d8465553aa3')
-
-build() {
-cd ${pkgname}-${pkgver}
-./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="$pkgdir" install
-install -Dm644 COPYING "$pkgdir"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libva-utils/repos/community-x86_64/PKGBUILD (from rev 362320, 
libva-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 21:46:08 UTC (rev 362321)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Sean V Kelley 
+
+pkgname=libva-utils
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Intel VA-API Media Applications and Scripts for libva"
+arch=('x86_64')
+url="https://github.com/01org/libva-utils;
+license=('custom')
+depends=('libva')
+makedepends=('mesa')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('1c45452090456f2b972d51960b1294215615b0dd925aa36b90eceac7f3e3')
+
+build() {
+cd ${pkgname}-${pkgver}
+./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="$pkgdir" install
+install -Dm644 COPYING "$pkgdir"/usr/share/licenses/${pkgname}/COPYING
+}


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

2018-07-18 Thread Bruno Pagani via arch-commits
Date: Wednesday, July 18, 2018 @ 21:45:54
  Author: archange
Revision: 362320

upgpkg: libva-utils 2.2.0-1

Modified:
  libva-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 21:40:00 UTC (rev 362319)
+++ PKGBUILD2018-07-18 21:45:54 UTC (rev 362320)
@@ -2,7 +2,7 @@
 # Contributor: Sean V Kelley 
 
 pkgname=libva-utils
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="Intel VA-API Media Applications and Scripts for libva"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('libva')
 makedepends=('mesa')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('1000a6a2e27d23b92b7489330ab2017e5bca3e9db6872cb0bb868d8465553aa3')
+sha256sums=('1c45452090456f2b972d51960b1294215615b0dd925aa36b90eceac7f3e3')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in python-greenlet/repos/community-staging-x86_64 (3 files)

2018-07-18 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 18, 2018 @ 21:40:00
  Author: foutrelis
Revision: 362319

archrelease: copy trunk to community-staging-x86_64

Added:
  python-greenlet/repos/community-staging-x86_64/PKGBUILD
(from rev 362318, python-greenlet/trunk/PKGBUILD)
  
python-greenlet/repos/community-staging-x86_64/port-to-py3.7-handle-tstate-exc_info.patch
(from rev 362318, 
python-greenlet/trunk/port-to-py3.7-handle-tstate-exc_info.patch)
Deleted:
  python-greenlet/repos/community-staging-x86_64/PKGBUILD

+
 PKGBUILD   |  108 ---
 port-to-py3.7-handle-tstate-exc_info.patch |  183 +++
 2 files changed, 239 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 21:39:55 UTC (rev 362318)
+++ PKGBUILD2018-07-18 21:40:00 UTC (rev 362319)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Maintainer: Felix Yan 
-# Contributor: Ralf Schmitt 
-
-pkgbase=python-greenlet
-pkgname=(python-greenlet python2-greenlet)
-pkgver=0.4.13
-pkgrel=2
-pkgdesc="Lightweight in-process concurrent programming"
-license=("MIT")
-arch=('x86_64')
-url="http://pypi.python.org/pypi/greenlet;
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz;)
-sha512sums=('625aaa8875b408442139191e1a63eca71c668675229907335f5caee623487aba5305c1d53b51e1764ad982b8edd07d04f984e08a75318a0a5672805667917a61')
-
-prepare() {
-cp -a greenlet-$pkgver{,-py2}
-}
-
-build() {
-   cd "$srcdir"/greenlet-$pkgver
-   python setup.py build
-
-cd "$srcdir"/greenlet-$pkgver-py2
-python2 setup.py build
-}
-
-check() {
-cd "$srcdir"/greenlet-$pkgver
-python setup.py test
-
-cd "$srcdir"/greenlet-$pkgver-py2
-python2 setup.py test
-}
-
-package_python-greenlet() {
-depends=('python')
-
-cd greenlet-$pkgver
-python setup.py install -O1 --root="$pkgdir"
-install -Dm0644 LICENSE.PSF 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.PSF
-}
-
-package_python2-greenlet() {
-depends=('python2')
-
-   cd greenlet-$pkgver-py2
-   python2 setup.py install -O1 --root="$pkgdir"
-   install -Dm0644 LICENSE.PSF 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.PSF
-}

Copied: python-greenlet/repos/community-staging-x86_64/PKGBUILD (from rev 
362318, python-greenlet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 21:40:00 UTC (rev 362319)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Felix Yan 
+# Contributor: Ralf Schmitt 
+
+pkgbase=python-greenlet
+pkgname=(python-greenlet python2-greenlet)
+pkgver=0.4.13
+pkgrel=3
+pkgdesc="Lightweight in-process concurrent programming"
+license=("MIT")
+arch=('x86_64')
+url="http://pypi.python.org/pypi/greenlet;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz;
+port-to-py3.7-handle-tstate-exc_info.patch)
+sha512sums=('625aaa8875b408442139191e1a63eca71c668675229907335f5caee623487aba5305c1d53b51e1764ad982b8edd07d04f984e08a75318a0a5672805667917a61'
+
'6fac24423f680a3676f722a02a93d611a0f0194ec7c6c6a013d158c46afe6887a6d2a0ca27256fce2ddc18044e2115bbc209bfbcbc2ed7020ca89c6639e1d55d')
+
+prepare() {
+# https://github.com/python-greenlet/greenlet/issues/131
+patch -d greenlet-$pkgver -Np1 < port-to-py3.7-handle-tstate-exc_info.patch
+cp -a greenlet-$pkgver{,-py2}
+}
+
+build() {
+   cd "$srcdir"/greenlet-$pkgver
+   python setup.py build
+
+cd "$srcdir"/greenlet-$pkgver-py2
+python2 setup.py build
+}
+
+check() {
+cd "$srcdir"/greenlet-$pkgver
+python setup.py test
+
+cd "$srcdir"/greenlet-$pkgver-py2
+python2 setup.py test
+}
+
+package_python-greenlet() {
+depends=('python')
+
+cd greenlet-$pkgver
+python setup.py install -O1 --root="$pkgdir"
+install -Dm0644 LICENSE.PSF 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.PSF
+}
+
+package_python2-greenlet() {
+depends=('python2')
+
+   cd greenlet-$pkgver-py2
+   python2 setup.py install -O1 --root="$pkgdir"
+   install -Dm0644 LICENSE.PSF 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.PSF
+}

Copied: 
python-greenlet/repos/community-staging-x86_64/port-to-py3.7-handle-tstate-exc_info.patch
 (from rev 362318, 
python-greenlet/trunk/port-to-py3.7-handle-tstate-exc_info.patch)
===
--- port-to-py3.7-handle-tstate-exc_info.patch  (rev 0)
+++ port-to-py3.7-handle-tstate-exc_info.patch  2018-07-18 21:40:00 UTC (rev 
362319)
@@ -0,0 +1,183 @@
+From 8d998cb79ebea348a8f5258b642a1f772ecd93b8 Mon Sep 17 00:00:00 2001
+From: Victor 

[arch-commits] Commit in python-greenlet/trunk (2 files)

2018-07-18 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 18, 2018 @ 21:39:55
  Author: foutrelis
Revision: 362318

upgpkg: python-greenlet 0.4.13-3

Add upstream patch that fixes test hangs in eventlet.

Added:
  python-greenlet/trunk/port-to-py3.7-handle-tstate-exc_info.patch
Modified:
  python-greenlet/trunk/PKGBUILD

+
 PKGBUILD   |   10 +
 port-to-py3.7-handle-tstate-exc_info.patch |  183 +++
 2 files changed, 190 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 21:34:44 UTC (rev 362317)
+++ PKGBUILD2018-07-18 21:39:55 UTC (rev 362318)
@@ -6,16 +6,20 @@
 pkgbase=python-greenlet
 pkgname=(python-greenlet python2-greenlet)
 pkgver=0.4.13
-pkgrel=2
+pkgrel=3
 pkgdesc="Lightweight in-process concurrent programming"
 license=("MIT")
 arch=('x86_64')
 url="http://pypi.python.org/pypi/greenlet;
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz;)
-sha512sums=('625aaa8875b408442139191e1a63eca71c668675229907335f5caee623487aba5305c1d53b51e1764ad982b8edd07d04f984e08a75318a0a5672805667917a61')
+source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz;
+port-to-py3.7-handle-tstate-exc_info.patch)
+sha512sums=('625aaa8875b408442139191e1a63eca71c668675229907335f5caee623487aba5305c1d53b51e1764ad982b8edd07d04f984e08a75318a0a5672805667917a61'
+
'6fac24423f680a3676f722a02a93d611a0f0194ec7c6c6a013d158c46afe6887a6d2a0ca27256fce2ddc18044e2115bbc209bfbcbc2ed7020ca89c6639e1d55d')
 
 prepare() {
+# https://github.com/python-greenlet/greenlet/issues/131
+patch -d greenlet-$pkgver -Np1 < port-to-py3.7-handle-tstate-exc_info.patch
 cp -a greenlet-$pkgver{,-py2}
 }
 

Added: port-to-py3.7-handle-tstate-exc_info.patch
===
--- port-to-py3.7-handle-tstate-exc_info.patch  (rev 0)
+++ port-to-py3.7-handle-tstate-exc_info.patch  2018-07-18 21:39:55 UTC (rev 
362318)
@@ -0,0 +1,183 @@
+From 8d998cb79ebea348a8f5258b642a1f772ecd93b8 Mon Sep 17 00:00:00 2001
+From: Victor Stinner 
+Date: Tue, 3 Jul 2018 16:01:37 +0200
+Subject: [PATCH] Fix #131: Port to Py3.7: handle tstate->exc_info
+
+Fix Python 3.7 support: handle also tstate->exc_info, not only
+tstate->exc_state.
+---
+ greenlet.c | 64 --
+ greenlet.h |  9 +
+ 2 files changed, 59 insertions(+), 14 deletions(-)
+
+diff --git a/greenlet.c b/greenlet.c
+index 0c85dd8..541efda 100644
+--- a/greenlet.c
 b/greenlet.c
+@@ -153,6 +153,21 @@ static PyObject* ts_empty_dict;
+ #define GREENLET_tp_is_gc 0
+ #endif /* !GREENLET_USE_GC */
+ 
++static void green_clear_exc(PyGreenlet *g)
++{
++#ifdef GREENLET_USE_EXC_INFO
++  g->exc_info = NULL;
++  g->exc_state.exc_type = NULL;
++  g->exc_state.exc_value = NULL;
++  g->exc_state.exc_traceback = NULL;
++  g->exc_state.previous_item = NULL;
++#else
++  g->exc_type = NULL;
++  g->exc_value = NULL;
++  g->exc_traceback = NULL;
++#endif
++}
++
+ static PyGreenlet* green_create_main(void)
+ {
+   PyGreenlet* gmain;
+@@ -460,10 +475,9 @@ static int g_switchstack(void)
+   PyThreadState* tstate = PyThreadState_GET();
+   current->recursion_depth = tstate->recursion_depth;
+   current->top_frame = tstate->frame;
+-#if PY_VERSION_HEX >= 0x030700A3
+-  current->exc_type = tstate->exc_state.exc_type;
+-  current->exc_value = tstate->exc_state.exc_value;
+-  current->exc_traceback = tstate->exc_state.exc_traceback;
++#ifdef GREENLET_USE_EXC_INFO
++  current->exc_info = tstate->exc_info;
++  current->exc_state = tstate->exc_state;
+ #else
+   current->exc_type = tstate->exc_type;
+   current->exc_value = tstate->exc_value;
+@@ -474,9 +488,13 @@ static int g_switchstack(void)
+   if (err < 0) {   /* error */
+   PyGreenlet* current = ts_current;
+   current->top_frame = NULL;
++#ifdef GREENLET_USE_EXC_INFO
++  green_clear_exc(current);
++#else
+   current->exc_type = NULL;
+   current->exc_value = NULL;
+   current->exc_traceback = NULL;
++#endif
+ 
+   assert(ts_origin == NULL);
+   ts_target = NULL;
+@@ -488,18 +506,20 @@ static int g_switchstack(void)
+   tstate->recursion_depth = target->recursion_depth;
+   tstate->frame = target->top_frame;
+   target->top_frame = NULL;
+-#if PY_VERSION_HEX >= 0x030700A3
+-  tstate->exc_state.exc_type = target->exc_type;
+-  tstate->exc_state.exc_value = target->exc_value;
+-  tstate->exc_state.exc_traceback = 

[arch-commits] Commit in zita-at1/repos/community-x86_64 (3 files)

2018-07-18 Thread David Runge via arch-commits
Date: Wednesday, July 18, 2018 @ 21:34:44
  Author: dvzrv
Revision: 362317

archrelease: copy trunk to community-x86_64

Added:
  zita-at1/repos/community-x86_64/PKGBUILD
(from rev 362316, zita-at1/trunk/PKGBUILD)
  zita-at1/repos/community-x86_64/zita-at1-pkgconf.patch
(from rev 362316, zita-at1/trunk/zita-at1-pkgconf.patch)
Deleted:
  zita-at1/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |   68 ---
 zita-at1-pkgconf.patch |   12 
 2 files changed, 48 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 21:34:37 UTC (rev 362316)
+++ PKGBUILD2018-07-18 21:34:44 UTC (rev 362317)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge 
-pkgname=zita-at1
-pkgver=0.6.0
-pkgrel=4
-pkgdesc="An 'autotuner' Jack application."
-arch=('x86_64')
-url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-at1-doc/quickguide.html;
-license=('GPL2')
-groups=('pro-audio')
-depends=('cairo' 'clxclient' 'clthreads' 'fftw' 'jack' 'zita-resampler')
-source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('835bc336c35c9364753f1adaca9569852ed9eabdff20d618acc128735dafd383dfcb9a8b8c9f631f7bc6fe549dae3af9c5508ad378ed85169406855d37b4608d')
-
-prepare() {
-  cd "${pkgname}-${pkgver}/source"
-  # strip march=native
-  sed -e '/native/d' -i Makefile
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/source"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/source"
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 ../{AUTHORS,README} \
--vDm644 ../doc/*
-}
-# vim:set ts=2 sw=2 et:

Copied: zita-at1/repos/community-x86_64/PKGBUILD (from rev 362316, 
zita-at1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 21:34:44 UTC (rev 362317)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=zita-at1
+pkgver=0.6.0
+pkgrel=5
+pkgdesc="An 'autotuner' Jack application."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-at1-doc/quickguide.html;
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clxclient' 'clthreads' 'fftw' 'jack' 'zita-resampler')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;
+"${pkgname}-pkgconf.patch")
+sha512sums=('835bc336c35c9364753f1adaca9569852ed9eabdff20d618acc128735dafd383dfcb9a8b8c9f631f7bc6fe549dae3af9c5508ad378ed85169406855d37b4608d'
+
'1888e5b5bdfe0d3fac0cd655dce0f9f0d38cdbb027d289ba604a05fce5dd124ef9c1a1859d2ade1c7cf35e68ab553796c9fb3e0f82b0daa33e9e297108858971')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/source"
+  patch -Np2 -i "../../${pkgname}-pkgconf.patch"
+  # strip march=native
+  sed -e '/native/d' -i Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 ../{AUTHORS,README} \
+-vDm 644 ../doc/*
+}
+# vim:set ts=2 sw=2 et:

Copied: zita-at1/repos/community-x86_64/zita-at1-pkgconf.patch (from rev 
362316, zita-at1/trunk/zita-at1-pkgconf.patch)
===
--- zita-at1-pkgconf.patch  (rev 0)
+++ zita-at1-pkgconf.patch  2018-07-18 21:34:44 UTC (rev 362317)
@@ -0,0 +1,12 @@
+diff -ruN zita-at1-0.6.0/source/Makefile zita-at1-0.6.0-b/source/Makefile
+--- zita-at1-0.6.0/source/Makefile 2017-08-09 23:04:06.0 +0200
 zita-at1-0.6.0-b/source/Makefile   2018-07-18 23:12:48.093318136 +0200
+@@ -34,7 +34,7 @@
+ 
+ ZITA-AT1_O = zita-at1.o styles.o jclient.o mainwin.o png2img.o guiclass.o \
+  button.o rotary.o tmeter.o retuner.o
+-zita-at1: CPPFLAGS += -I/usr/X11R6/include `freetype-config --cflags`
++zita-at1: CPPFLAGS += -I/usr/X11R6/include `pkgconf --cflags freetype2`
+ zita-at1: LDLIBS += -lcairo -lclxclient -lclthreads -lzita-resampler 
-lfftw3f -ljack -lpthread -lpng -lXft -lX11 -lrt
+ zita-at1: LDFLAGS += -L/usr/X11R6/lib
+ zita-at1: $(ZITA-AT1_O) 


[arch-commits] Commit in zita-at1/trunk (PKGBUILD zita-at1-pkgconf.patch)

2018-07-18 Thread David Runge via arch-commits
Date: Wednesday, July 18, 2018 @ 21:34:37
  Author: dvzrv
Revision: 362316

upgpkg: zita-at1 0.6.0-5

zita-at1-pkgconf.patch: Adding patch to replace freetype-config with pkgconf.

Added:
  zita-at1/trunk/zita-at1-pkgconf.patch
Modified:
  zita-at1/trunk/PKGBUILD

+
 PKGBUILD   |   14 +-
 zita-at1-pkgconf.patch |   12 
 2 files changed, 21 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 20:57:16 UTC (rev 362315)
+++ PKGBUILD2018-07-18 21:34:37 UTC (rev 362316)
@@ -1,7 +1,8 @@
+# $Id$
 # Maintainer: David Runge 
 pkgname=zita-at1
 pkgver=0.6.0
-pkgrel=4
+pkgrel=5
 pkgdesc="An 'autotuner' Jack application."
 arch=('x86_64')
 
url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-at1-doc/quickguide.html;
@@ -8,11 +9,14 @@
 license=('GPL2')
 groups=('pro-audio')
 depends=('cairo' 'clxclient' 'clthreads' 'fftw' 'jack' 'zita-resampler')
-source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('835bc336c35c9364753f1adaca9569852ed9eabdff20d618acc128735dafd383dfcb9a8b8c9f631f7bc6fe549dae3af9c5508ad378ed85169406855d37b4608d')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;
+"${pkgname}-pkgconf.patch")
+sha512sums=('835bc336c35c9364753f1adaca9569852ed9eabdff20d618acc128735dafd383dfcb9a8b8c9f631f7bc6fe549dae3af9c5508ad378ed85169406855d37b4608d'
+
'1888e5b5bdfe0d3fac0cd655dce0f9f0d38cdbb027d289ba604a05fce5dd124ef9c1a1859d2ade1c7cf35e68ab553796c9fb3e0f82b0daa33e9e297108858971')
 
 prepare() {
   cd "${pkgname}-${pkgver}/source"
+  patch -Np2 -i "../../${pkgname}-pkgconf.patch"
   # strip march=native
   sed -e '/native/d' -i Makefile
 }
@@ -26,7 +30,7 @@
   cd "${pkgname}-${pkgver}/source"
   make PREFIX=/usr DESTDIR="$pkgdir/" install
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 ../{AUTHORS,README} \
--vDm644 ../doc/*
+-vDm 644 ../{AUTHORS,README} \
+-vDm 644 ../doc/*
 }
 # vim:set ts=2 sw=2 et:

Added: zita-at1-pkgconf.patch
===
--- zita-at1-pkgconf.patch  (rev 0)
+++ zita-at1-pkgconf.patch  2018-07-18 21:34:37 UTC (rev 362316)
@@ -0,0 +1,12 @@
+diff -ruN zita-at1-0.6.0/source/Makefile zita-at1-0.6.0-b/source/Makefile
+--- zita-at1-0.6.0/source/Makefile 2017-08-09 23:04:06.0 +0200
 zita-at1-0.6.0-b/source/Makefile   2018-07-18 23:12:48.093318136 +0200
+@@ -34,7 +34,7 @@
+ 
+ ZITA-AT1_O = zita-at1.o styles.o jclient.o mainwin.o png2img.o guiclass.o \
+  button.o rotary.o tmeter.o retuner.o
+-zita-at1: CPPFLAGS += -I/usr/X11R6/include `freetype-config --cflags`
++zita-at1: CPPFLAGS += -I/usr/X11R6/include `pkgconf --cflags freetype2`
+ zita-at1: LDLIBS += -lcairo -lclxclient -lclthreads -lzita-resampler 
-lfftw3f -ljack -lpthread -lpng -lXft -lX11 -lrt
+ zita-at1: LDFLAGS += -L/usr/X11R6/lib
+ zita-at1: $(ZITA-AT1_O) 


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

2018-07-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 20:57:16
  Author: eschwartz
Revision: 362315

archrelease: copy trunk to community-staging-any

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

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

Copied: python-docker/repos/community-staging-any/PKGBUILD (from rev 362314, 
python-docker/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-18 20:57:16 UTC (rev 362315)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Felix Yan 
+# Contributor: Hideaki Takahashi 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgbase=python-docker
+pkgname=(python-docker python2-docker)
+pkgver=3.4.1
+pkgrel=2
+pkgdesc="A Python library for the Docker Engine API"
+arch=('any')
+url="https://github.com/docker/docker-py;
+license=("Apache")
+makedepends=('python-pip' 'python2-pip' 'python-requests' 'python2-requests' 
'python-six'
+ 'python2-six' 'python-websocket-client' 'python2-websocket-client'
+ 'python2-backports.ssl_match_hostname' 'python2-ipaddress' 
'python-docker-pycreds'
+ 'python2-docker-pycreds')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock'
+  'flake8' 'python2-flake8')
+checkdepends_x86_64=('docker')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz;)
+sha512sums=('447dccb9129d549886882e6cf0a8ac56d91f7ed57b6aa1dca1942c62d70dc78b92184cbdd9ac5f3445be04cfaadf0b4fba191fb70e223e93c6d1cfbfd334a397')
+
+prepare() {
+  sed -i 's/==.*$//' docker-py-$pkgver/{,test-}requirements.txt
+
+  cp -a docker-py-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/docker-py-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/docker-py-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Skipping integration tests as docker needs root to run:
+  # docker daemon -H fd:// -p "$srcdir/docker.pid"
+
+  cd "$srcdir"/docker-py-$pkgver
+  py.test --cov=docker tests/unit
+
+  cd "$srcdir"/docker-py-$pkgver-py2
+  py.test2 --cov=docker tests/unit
+
+  # kill $(<"$srcdir/docker.pid")
+}
+
+package_python-docker() {
+  depends=('python-requests' 'python-six' 'python-websocket-client' 
'python-docker-pycreds')
+  provides=('python-docker-py')
+  conflicts=('python-docker-py')
+  replaces=('python-docker-py')
+
+  cd docker-py-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}
+
+package_python2-docker() {
+  depends=('python2-requests' 'python2-six' 'python2-websocket-client' 
'python2-docker-pycreds'
+   'python2-backports.ssl_match_hostname' 'python2-ipaddress')
+  provides=('python2-docker-py')
+  conflicts=('python2-docker-py')
+  replaces=('python2-docker-py')
+
+  cd docker-py-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+}


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

2018-07-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 20:56:53
  Author: eschwartz
Revision: 362314

upgpkg: python-docker 3.4.1-2

python 3.7 rebuild

Modified:
  python-docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 20:42:17 UTC (rev 362313)
+++ PKGBUILD2018-07-18 20:56:53 UTC (rev 362314)
@@ -9,7 +9,7 @@
 pkgbase=python-docker
 pkgname=(python-docker python2-docker)
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python library for the Docker Engine API"
 arch=('any')
 url="https://github.com/docker/docker-py;
@@ -59,7 +59,6 @@
 
   cd docker-py-$pkgver
   python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-docker() {
@@ -71,5 +70,4 @@
 
   cd docker-py-$pkgver-py2
   python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in fltk/repos/community-x86_64 (6 files)

2018-07-18 Thread David Runge via arch-commits
Date: Wednesday, July 18, 2018 @ 20:42:17
  Author: dvzrv
Revision: 362313

archrelease: copy trunk to community-x86_64

Added:
  fltk/repos/community-x86_64/PKGBUILD
(from rev 362312, fltk/trunk/PKGBUILD)
  fltk/repos/community-x86_64/fltk-config-dynlibs.patch
(from rev 362312, fltk/trunk/fltk-config-dynlibs.patch)
  fltk/repos/community-x86_64/fltk-libpng.patch
(from rev 362312, fltk/trunk/fltk-libpng.patch)
  fltk/repos/community-x86_64/fltk-pkgconf.patch
(from rev 362312, fltk/trunk/fltk-pkgconf.patch)
Deleted:
  fltk/repos/community-x86_64/PKGBUILD
  fltk/repos/community-x86_64/fltk-config-dynlibs.patch

---+
 PKGBUILD  |  149 ++---
 fltk-config-dynlibs.patch |  194 ++--
 fltk-libpng.patch |   11 ++
 fltk-pkgconf.patch|   19 
 4 files changed, 208 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 20:41:57 UTC (rev 362312)
+++ PKGBUILD2018-07-18 20:42:17 UTC (rev 362313)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-
-_pkgver=1.3.4-2
-pkgbase=fltk
-pkgname=('fltk' 'fltk-docs' 'fltk-games')
-pkgver=${_pkgver//-/.}
-pkgrel=2
-arch=('x86_64')
-license=('custom:LGPL')
-url="http://www.fltk.org/;
-makedepends=('mesa' 'glu' 'doxygen' 'libjpeg' 'libxft' 'libxinerama'
- 'alsa-lib' 'desktop-file-utils' 'libxcursor')
-source=("http://fltk.org/pub/${pkgbase}/${_pkgver%"-2"}/${pkgbase}-${_pkgver}-source.tar.gz;
-fltk-config-dynlibs.patch)
-sha512sums=('cc169449b71ca966b2043ceedc55e92220ccb6be07b0ac54eeec36bbed5d60e2f59c6faba2403b5292b9120f5255227880a066d98ac82e57d502522bc627fd4d'
-
'c2f15a5c134a258082454dacf8db14b4d276c8c9ed207b1d2275690a2829272cfee81186caf794031339f7ed619898485bd59c6d59d2e71cd98facfbb564c1f5')
-
-prepare() {
-  cd "${pkgbase}-${_pkgver}"
-  # Fix broken removal of static linking: https://bugs.archlinux.org/task/38276
-  patch -p1 -i ../fltk-config-dynlibs.patch
-  sed -i 's/class Fl_XFont_On_Demand/class FL_EXPORT Fl_XFont_On_Demand/' 
FL/x.H
-  sed -i 's/x-fluid.desktop/fluid.desktop/' -i fluid/Makefile
-  sed -i -e 's/$(LINKFLTK)/$(LINKSHARED)/' \
- -e 's/$(LINKFLTKIMG)/$(LINKSHARED)/' test/Makefile
-}
-
-build() {
-  cd "${pkgbase}-${_pkgver}"
-  ./configure --prefix=/usr \
---enable-threads \
---enable-xft \
---enable-shared
-  make
-  make -C documentation html
-}
-
-package_fltk() {
-  pkgdesc="Graphical user interface toolkit for X"
-  depends=('libjpeg' 'libxft' 'libxinerama' 'hicolor-icon-theme'
-   'desktop-file-utils' 'xdg-utils' 'libxcursor' 'glu')
-  options=('!docs')
-
-  cd "${pkgbase}-${_pkgver}"
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" -C fluid install install-linux
-  install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_fltk-docs() {
-  pkgdesc="Graphical user interface toolkit for X (documentation)"
-
-  cd "${pkgbase}-${_pkgver}/documentation"
-  install -t "${pkgdir}/usr/share/doc/fltk/" -Dm644 html/*
-  make DESTDIR="$pkgdir" -C ../test install
-  install -Dm 644 ../COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_fltk-games() {
-  pkgdesc="Example games that accompany FLTK: blocks, checkers and sudoku"
-  depends=('alsa-lib' 'fltk')
-
-  cd "${pkgbase}-${_pkgver}/test"
-  make DESTDIR="$pkgdir" install-linux
-  make DESTDIR="$pkgdir" -C ../documentation install-linux
-  install -Dm 644 ../COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: fltk/repos/community-x86_64/PKGBUILD (from rev 362312, 
fltk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 20:42:17 UTC (rev 362313)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: David Runge 
+
+_pkgver=1.3.4-2
+pkgbase=fltk
+pkgname=('fltk' 'fltk-docs' 'fltk-games')
+pkgver=${_pkgver//-/.}
+pkgrel=3
+pkgdesc="Graphical user interface toolkit for X"
+arch=('x86_64')
+license=('custom' 'LGPL')
+url="http://www.fltk.org/;
+makedepends=('alsa-lib' 'desktop-file-utils' 'doxygen' 'glu' 'libjpeg'
+'libxcursor' 'libxft' 'libxinerama' 'mesa')
+source=("http://fltk.org/pub/${pkgbase}/${_pkgver%"-2"}/${pkgbase}-${_pkgver}-source.tar.gz;
+"${pkgbase}-config-dynlibs.patch"
+"${pkgbase}-libpng.patch"
+"${pkgbase}-pkgconf.patch")
+sha512sums=('cc169449b71ca966b2043ceedc55e92220ccb6be07b0ac54eeec36bbed5d60e2f59c6faba2403b5292b9120f5255227880a066d98ac82e57d502522bc627fd4d'
+
'c2f15a5c134a258082454dacf8db14b4d276c8c9ed207b1d2275690a2829272cfee81186caf794031339f7ed619898485bd59c6d59d2e71cd98facfbb564c1f5'
+
'e8e9b79936a09c333ce915a6215753878b6ac8a9800fd2b042e420c266ed1a05fa804eeb70a4fac6ee62ae94e2f24a7a08c4eea0767344524870d558ca1ffc02'
+

[arch-commits] Commit in fltk/trunk (PKGBUILD fltk-libpng.patch fltk-pkgconf.patch)

2018-07-18 Thread David Runge via arch-commits
Date: Wednesday, July 18, 2018 @ 20:41:57
  Author: dvzrv
Revision: 362312

upgpkg: fltk 1.3.4.2-3

Adding patches for libpng headers and freetype-config deprecation through 
pkgconf. Minor fixes for readability.

Added:
  fltk/trunk/fltk-libpng.patch
  fltk/trunk/fltk-pkgconf.patch
Modified:
  fltk/trunk/PKGBUILD

+
 PKGBUILD   |   53 +++
 fltk-libpng.patch  |   11 ++
 fltk-pkgconf.patch |   19 ++
 3 files changed, 63 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 20:16:28 UTC (rev 362311)
+++ PKGBUILD2018-07-18 20:41:57 UTC (rev 362312)
@@ -5,33 +5,46 @@
 pkgbase=fltk
 pkgname=('fltk' 'fltk-docs' 'fltk-games')
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
+pkgdesc="Graphical user interface toolkit for X"
 arch=('x86_64')
-license=('custom:LGPL')
+license=('custom' 'LGPL')
 url="http://www.fltk.org/;
-makedepends=('mesa' 'glu' 'doxygen' 'libjpeg' 'libxft' 'libxinerama'
- 'alsa-lib' 'desktop-file-utils' 'libxcursor')
+makedepends=('alsa-lib' 'desktop-file-utils' 'doxygen' 'glu' 'libjpeg'
+'libxcursor' 'libxft' 'libxinerama' 'mesa')
 
source=("http://fltk.org/pub/${pkgbase}/${_pkgver%"-2"}/${pkgbase}-${_pkgver}-source.tar.gz;
-fltk-config-dynlibs.patch)
+"${pkgbase}-config-dynlibs.patch"
+"${pkgbase}-libpng.patch"
+"${pkgbase}-pkgconf.patch")
 
sha512sums=('cc169449b71ca966b2043ceedc55e92220ccb6be07b0ac54eeec36bbed5d60e2f59c6faba2403b5292b9120f5255227880a066d98ac82e57d502522bc627fd4d'
-
'c2f15a5c134a258082454dacf8db14b4d276c8c9ed207b1d2275690a2829272cfee81186caf794031339f7ed619898485bd59c6d59d2e71cd98facfbb564c1f5')
+
'c2f15a5c134a258082454dacf8db14b4d276c8c9ed207b1d2275690a2829272cfee81186caf794031339f7ed619898485bd59c6d59d2e71cd98facfbb564c1f5'
+
'e8e9b79936a09c333ce915a6215753878b6ac8a9800fd2b042e420c266ed1a05fa804eeb70a4fac6ee62ae94e2f24a7a08c4eea0767344524870d558ca1ffc02'
+
'68c42be32141de7a3014b3f4f180b80feae02af33a5345e9cd942b9887037f34f08cc74b7a771f66db668613638650c6153c8a7b2471158bec6ec203af35')
 
 prepare() {
   cd "${pkgbase}-${_pkgver}"
   # Fix broken removal of static linking: https://bugs.archlinux.org/task/38276
-  patch -p1 -i ../fltk-config-dynlibs.patch
-  sed -i 's/class Fl_XFont_On_Demand/class FL_EXPORT Fl_XFont_On_Demand/' 
FL/x.H
-  sed -i 's/x-fluid.desktop/fluid.desktop/' -i fluid/Makefile
-  sed -i -e 's/$(LINKFLTK)/$(LINKSHARED)/' \
- -e 's/$(LINKFLTKIMG)/$(LINKSHARED)/' test/Makefile
+  patch -p1 -i "../${pkgbase}-config-dynlibs.patch"
+  # Fix search for header of libpng
+  patch -p1 -i "../${pkgbase}-libpng.patch"
+  # Fix dead call to freetype-config by replacing it with call to pkgconf
+  patch -p1 -i "../${pkgbase}-pkgconf.patch"
+  sed -e 's/class Fl_XFont_On_Demand/class FL_EXPORT Fl_XFont_On_Demand/' \
+  -i FL/x.H
+  sed -e 's/x-fluid.desktop/fluid.desktop/' \
+  -i fluid/Makefile
+  sed -e 's/$(LINKFLTK)/$(LINKSHARED)/' \
+  -e 's/$(LINKFLTKIMG)/$(LINKSHARED)/' \
+  -i test/Makefile
+  ./autogen.sh
 }
 
 build() {
   cd "${pkgbase}-${_pkgver}"
   ./configure --prefix=/usr \
---enable-threads \
---enable-xft \
---enable-shared
+  --enable-threads \
+  --enable-xft \
+  --enable-shared
   make
   make -C documentation html
 }
@@ -38,14 +51,14 @@
 
 package_fltk() {
   pkgdesc="Graphical user interface toolkit for X"
-  depends=('libjpeg' 'libxft' 'libxinerama' 'hicolor-icon-theme'
-   'desktop-file-utils' 'xdg-utils' 'libxcursor' 'glu')
+  depends=('libjpeg' 'libxcursor' 'libxft' 'libxinerama'
+   'desktop-file-utils' 'glu' 'hicolor-icon-theme' 'xdg-utils')
   options=('!docs')
 
   cd "${pkgbase}-${_pkgver}"
   make DESTDIR="$pkgdir" install
   make DESTDIR="$pkgdir" -C fluid install install-linux
-  install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 
 package_fltk-docs() {
@@ -52,9 +65,9 @@
   pkgdesc="Graphical user interface toolkit for X (documentation)"
 
   cd "${pkgbase}-${_pkgver}/documentation"
-  install -t "${pkgdir}/usr/share/doc/fltk/" -Dm644 html/*
   make DESTDIR="$pkgdir" -C ../test install
-  install -Dm 644 ../COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 html/* -t "${pkgdir}/usr/share/doc/fltk/"
+  install -vDm 644 ../COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 
 package_fltk-games() {
@@ -64,5 +77,5 @@
   cd "${pkgbase}-${_pkgver}/test"
   make DESTDIR="$pkgdir" install-linux
   make DESTDIR="$pkgdir" -C ../documentation install-linux
-  install -Dm 644 ../COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 ../COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

Added: 

[arch-commits] Commit in accuraterip-checksum/repos/community-x86_64 (2 files)

2018-07-18 Thread Christian Rebischke via arch-commits
Date: Wednesday, July 18, 2018 @ 20:16:28
  Author: shibumi
Revision: 362311

archrelease: copy trunk to community-x86_64

Added:
  accuraterip-checksum/repos/community-x86_64/PKGBUILD
(from rev 362310, accuraterip-checksum/trunk/PKGBUILD)
Deleted:
  accuraterip-checksum/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 20:16:12 UTC (rev 362310)
+++ PKGBUILD2018-07-18 20:16:28 UTC (rev 362311)
@@ -1,22 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Samantha Baldwin 
-pkgname=accuraterip-checksum
-pkgver=1.4
-pkgrel=3
-pkgdesc="A C99 commandline program to compute the AccurateRip checksum of 
singletrack WAV files"
-arch=('i686' 'x86_64')
-url="https://github.com/leo-bogert/accuraterip-checksum;
-license=('GPL')
-depends=('libsndfile')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/leo-bogert/${pkgname}/archive/version${pkgver}.tar.gz;)
-sha512sums=('632e934448b7609a72622e0c4ca15ff252b7a4e9b99c745b82506aceda2a74e3cfa49d36d30151b4fdea71c81b62e2566b4515b431229c29f7172097fa943b30')
-
-build() {
-  cd "${srcdir}/${pkgname}-version${pkgver}"
-  cc -lsndfile "${pkgname}.c" -o "${pkgname}" $LDFLAGS $CFLAGS
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-version${pkgver}"
-  install -D -m755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-}

Copied: accuraterip-checksum/repos/community-x86_64/PKGBUILD (from rev 362310, 
accuraterip-checksum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 20:16:28 UTC (rev 362311)
@@ -0,0 +1,22 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Samantha Baldwin 
+pkgname=accuraterip-checksum
+pkgver=1.5
+pkgrel=1
+pkgdesc="A C99 commandline program to compute the AccurateRip checksum of 
singletrack WAV files"
+arch=('x86_64')
+url="https://github.com/leo-bogert/accuraterip-checksum;
+license=('GPL')
+depends=('libsndfile')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/leo-bogert/${pkgname}/archive/version${pkgver}.tar.gz;)
+sha512sums=('d3f74197ea7b6f59f9c3f1eddfe37322953beea79fa977b513e74bff853a1df16123dc2ebf013b1a25e35b02bfcc472564e8ba3916187b22cea353c768bb681a')
+
+build() {
+  cd "${srcdir}/${pkgname}-version${pkgver}"
+  cc -lsndfile "${pkgname}.c" -o "${pkgname}" $LDFLAGS $CFLAGS
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-version${pkgver}"
+  install -D -m755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+}


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

2018-07-18 Thread Christian Rebischke via arch-commits
Date: Wednesday, July 18, 2018 @ 20:16:12
  Author: shibumi
Revision: 362310

upgpkg: accuraterip-checksum 1.5-1

Modified:
  accuraterip-checksum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 20:03:38 UTC (rev 362309)
+++ PKGBUILD2018-07-18 20:16:12 UTC (rev 362310)
@@ -1,8 +1,8 @@
 # Maintainer : Christian Rebischke 
 # Contributor: Samantha Baldwin 
 pkgname=accuraterip-checksum
-pkgver=1.4
-pkgrel=3
+pkgver=1.5
+pkgrel=1
 pkgdesc="A C99 commandline program to compute the AccurateRip checksum of 
singletrack WAV files"
 arch=('x86_64')
 url="https://github.com/leo-bogert/accuraterip-checksum;
@@ -9,7 +9,7 @@
 license=('GPL')
 depends=('libsndfile')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/leo-bogert/${pkgname}/archive/version${pkgver}.tar.gz;)
-sha512sums=('632e934448b7609a72622e0c4ca15ff252b7a4e9b99c745b82506aceda2a74e3cfa49d36d30151b4fdea71c81b62e2566b4515b431229c29f7172097fa943b30')
+sha512sums=('d3f74197ea7b6f59f9c3f1eddfe37322953beea79fa977b513e74bff853a1df16123dc2ebf013b1a25e35b02bfcc472564e8ba3916187b22cea353c768bb681a')
 
 build() {
   cd "${srcdir}/${pkgname}-version${pkgver}"


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

2018-07-18 Thread Christian Rebischke via arch-commits
Date: Wednesday, July 18, 2018 @ 20:03:29
  Author: shibumi
Revision: 362308

upgpkg: electrum 3.2.2-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 19:42:56 UTC (rev 362307)
+++ PKGBUILD2018-07-18 20:03:29 UTC (rev 362308)
@@ -4,7 +4,7 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=electrum
-pkgver=3.1.3
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -18,7 +18,7 @@
 url="https://electrum.org;
 license=('MIT')
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('745d00ec944e46040a4ae21d23c5919b943696a85baf84ee553616ca73cd21f2fa95999212a23f9a96ad5606def2890ee057e5f5f18e82591fd4a9e497ba5439'
+sha512sums=('32c4a24c2d3e2e38b9d66f6102176533a991b1c1fd25173bcd3bdd2e78cf42fc5fd2f0d2ee0c6a8d99db1b17d47bd3e7f3cf1303964f0566f4eef4edb3c87f15'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


[arch-commits] Commit in electrum/repos/community-any (4 files)

2018-07-18 Thread Christian Rebischke via arch-commits
Date: Wednesday, July 18, 2018 @ 20:03:38
  Author: shibumi
Revision: 362309

archrelease: copy trunk to community-any

Added:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
(from rev 362308, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
  electrum/repos/community-any/PKGBUILD
(from rev 362308, electrum/trunk/PKGBUILD)
Deleted:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
  electrum/repos/community-any/PKGBUILD

-+
 0001-prevent-requirements.txt-from-being-installed-to-usr.patch |   78 
-
 PKGBUILD|   82 
+-
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: 0001-prevent-requirements.txt-from-being-installed-to-usr.patch
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2018-07-18 20:03:29 UTC (rev 362308)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2018-07-18 20:03:38 UTC (rev 362309)
@@ -1,39 +0,0 @@
-From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
-From: Marcel O'Neil 
-Date: Wed, 7 Mar 2018 15:15:54 -0500
-Subject: [PATCH] prevent requirements.txt from being installed to /usr
-

- MANIFEST.in | 2 ++
- setup.py| 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/MANIFEST.in b/MANIFEST.in
-index 4fa5491a..b7355bd9 100644
 a/MANIFEST.in
-+++ b/MANIFEST.in
-@@ -4,6 +4,8 @@ include electrum.conf.sample
- include electrum.desktop
- include *.py
- include electrum
-+include contrib/requirements/requirements.txt
-+include contrib/requirements/requirements-hw.txt
- recursive-include lib *.py
- recursive-include gui *.py
- recursive-include plugins *.py
-diff --git a/setup.py b/setup.py
-index 63581a61..030993b5 100755
 a/setup.py
-+++ b/setup.py
-@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
- if sys.version_info[:3] < (3, 4, 0):
- sys.exit("Error: Electrum requires Python version >= 3.4.0...")
- 
--data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
-+data_files = []
- 
- if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
- parser = argparse.ArgumentParser()
--- 
-2.16.2
-

Copied: 
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
 (from rev 362308, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
(rev 0)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2018-07-18 20:03:38 UTC (rev 362309)
@@ -0,0 +1,39 @@
+From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
+From: Marcel O'Neil 
+Date: Wed, 7 Mar 2018 15:15:54 -0500
+Subject: [PATCH] prevent requirements.txt from being installed to /usr
+
+---
+ MANIFEST.in | 2 ++
+ setup.py| 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/MANIFEST.in b/MANIFEST.in
+index 4fa5491a..b7355bd9 100644
+--- a/MANIFEST.in
 b/MANIFEST.in
+@@ -4,6 +4,8 @@ include electrum.conf.sample
+ include electrum.desktop
+ include *.py
+ include electrum
++include contrib/requirements/requirements.txt
++include contrib/requirements/requirements-hw.txt
+ recursive-include lib *.py
+ recursive-include gui *.py
+ recursive-include plugins *.py
+diff --git a/setup.py b/setup.py
+index 63581a61..030993b5 100755
+--- a/setup.py
 b/setup.py
+@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
+ if sys.version_info[:3] < (3, 4, 0):
+ sys.exit("Error: Electrum requires Python version >= 3.4.0...")
+ 
+-data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
++data_files = []
+ 
+ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
+ parser = argparse.ArgumentParser()
+-- 
+2.16.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 20:03:29 UTC (rev 362308)
+++ PKGBUILD2018-07-18 20:03:38 UTC (rev 362309)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Christian Rebischke 
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=electrum
-pkgver=3.1.3
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-makedepends=('python-setuptools')
-depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
- 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
- 'python-pyqt5' 'python-pycryptodomex' 'python-websocket-client')
-optdepends=('python-btchip: BTChip hardware wallet support'
-

[arch-commits] Commit in gnome-shell/repos/extra-x86_64 (PKGBUILD PKGBUILD fix.diff)

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 19:54:04
  Author: heftig
Revision: 329010

archrelease: copy trunk to extra-x86_64

Added:
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 329009, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/fix.diff
(from rev 329009, gnome-shell/trunk/fix.diff)
Deleted:
  gnome-shell/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  109 +++--
 fix.diff |   36 
 2 files changed, 93 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 19:53:46 UTC (rev 329009)
+++ PKGBUILD2018-07-18 19:54:04 UTC (rev 329010)
@@ -1,52 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
-arch=(x86_64)
-license=(GPL2)
-depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
- gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse 
libcroco libgdm libsecret
- mutter nm-connection-editor unzip gstreamer libibus)
-makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
- sassc)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-groups=(gnome)
-_commit=c70b18764b2658849b170c897ce4c423a118d7f2  # tags/3.28.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
-"git+https://git.gnome.org/browse/libgnome-volume-control;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Move the plugin to our custom epiphany-only dir
-  sed -i "s/'mozilla'/'epiphany'/g" meson.build
-
-  git submodule init
-  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
-  git submodule update
-}
-  
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # Must exist; FS#37412
-  mkdir "$pkgdir/usr/share/gnome-shell/modes"
-}

Copied: gnome-shell/repos/extra-x86_64/PKGBUILD (from rev 329009, 
gnome-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 19:54:04 UTC (rev 329010)
@@ -0,0 +1,57 @@
+# $Id$
+# Contributor: Ionut Biru 
+# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
+arch=(x86_64)
+license=(GPL2)
+depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
+ gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse 
libcroco libgdm libsecret
+ mutter nm-connection-editor unzip gstreamer libibus)
+makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
+ sassc)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+groups=(gnome)
+_commit=9c51c87d8c145990285643c89deec77263d3d416  # gnome-3-28
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;
+fix.diff)
+sha256sums=('SKIP'
+'SKIP'
+'11dcffae170776140b1f0c9bed90b8df70e8d3c6694b60ab40bb46235e3ad755')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Try to fix docs build
+  patch -Np1 -i ../fix.diff
+
+  # Move the plugin to our custom epiphany-only dir
+  sed -i "s/'mozilla'/'epiphany'/g" meson.build
+
+  git submodule init
+  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
+  git submodule update
+}
+  
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # Must exist; FS#37412
+  mkdir "$pkgdir/usr/share/gnome-shell/modes"
+}

Copied: gnome-shell/repos/extra-x86_64/fix.diff (from rev 329009, 
gnome-shell/trunk/fix.diff)
===
--- fix.diff(rev 0)
+++ fix.diff2018-07-18 19:54:04 UTC (rev 329010)
@@ -0,0 +1,36 @@
+diff --git i/docs/reference/shell/meson.build 
w/docs/reference/shell/meson.build
+index 1469ed422..bf99c9446 100644
+--- i/docs/reference/shell/meson.build
 w/docs/reference/shell/meson.build
+@@ -45,6 +45,7 @@ configure_file(
+ 
+ gnome.gtkdoc('shell',
+   main_sgml: 'shell-docs.sgml',
++  dependencies: [libshell_dep, libshell_menu_dep],
+   src_dir: [
+ join_paths(meson.source_root(), 'src'),
+ join_paths(meson.build_root(), 'src')
+diff --git i/docs/reference/st/meson.build w/docs/reference/st/meson.build
+index fe89b53d4..8fdd4f4b5 100644
+--- 

[arch-commits] Commit in pipewire/repos/extra-x86_64 (6 files)

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 19:53:25
  Author: heftig
Revision: 329008

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 329007, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 329007, pipewire/trunk/pipewire.install)
  pipewire/repos/extra-x86_64/unhide-providers.diff
(from rev 329007, pipewire/trunk/unhide-providers.diff)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install
  pipewire/repos/extra-x86_64/unhide-providers.diff

---+
 PKGBUILD  |  106 
 pipewire.install  |   28 ++--
 unhide-providers.diff |   34 +++
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 19:53:05 UTC (rev 329007)
+++ PKGBUILD2018-07-18 19:53:25 UTC (rev 329008)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=pipewire
-pkgver=0.1.9
-pkgrel=3
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg)
-makedepends=(git meson doxygen graphviz xmltoman valgrind)
-install=pipewire.install
-_commit=62f113dbba7c706fad18c715cfad57ca7e102cb3  # tags/0.1.9
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;
-unhide-providers.diff)
-sha256sums=('SKIP'
-'8692ddbfc433bb4a56e3e4594683f9a7047b6cce539c7322dd3b74157a727f99')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # the pipewireprovider is broken: the devices provided have no caps
-  # at least don't hide other providers until this is fixed
-  patch -Np1 -i ../unhide-providers.diff
-
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgname build \
--D enable_docs=true \
--D enable_man=true \
--D enable_gstreamer=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 329007, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 19:53:25 UTC (rev 329008)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=pipewire
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
+makedepends=(git meson doxygen graphviz xmltoman valgrind)
+install=pipewire.install
+_commit=061f2c82b53b2f6632b7b7d583058f683d9cfb86  # tags/0.2.0
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;
+unhide-providers.diff)
+sha256sums=('SKIP'
+'8692ddbfc433bb4a56e3e4594683f9a7047b6cce539c7322dd3b74157a727f99')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # the pipewireprovider is broken: the devices provided have no caps
+  # at least don't hide other providers until this is fixed
+  patch -Np1 -i ../unhide-providers.diff
+
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname build \
+-D enable_docs=true \
+-D enable_man=true \
+-D enable_gstreamer=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: pipewire.install
===
--- pipewire.install2018-07-18 19:53:05 UTC (rev 329007)
+++ pipewire.install2018-07-18 19:53:25 UTC (rev 329008)
@@ -1,14 +0,0 @@
-post_install() {
-  # Enable socket by default
-  systemctl --global enable pipewire.socket
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.1.6-2) < 0)); then
-systemctl --global enable pipewire.socket
-  fi
-}
-
-pre_remove() {
-  systemctl --global disable pipewire.socket
-}

Copied: pipewire/repos/extra-x86_64/pipewire.install (from rev 329007, 
pipewire/trunk/pipewire.install)
===
--- pipewire.install(rev 0)
+++ pipewire.install2018-07-18 19:53:25 UTC (rev 329008)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable socket by default
+  systemctl --global enable pipewire.socket
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.1.6-2) < 0)); then
+systemctl --global enable pipewire.socket
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable pipewire.socket
+}

Deleted: 

[arch-commits] Commit in mutter/repos/extra-x86_64 (4 files)

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 19:53:46
  Author: heftig
Revision: 329009

archrelease: copy trunk to extra-x86_64

Added:
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 329008, mutter/trunk/PKGBUILD)
  mutter/repos/extra-x86_64/startup-notification.patch
(from rev 329008, mutter/trunk/startup-notification.patch)
Deleted:
  mutter/repos/extra-x86_64/PKGBUILD
  mutter/repos/extra-x86_64/startup-notification.patch

+
 PKGBUILD   |  117 ++-
 startup-notification.patch |   90 -
 2 files changed, 105 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 19:53:25 UTC (rev 329008)
+++ PKGBUILD2018-07-18 19:53:46 UTC (rev 329009)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.28.2
-pkgrel=1
-pkgdesc="A window manager for GNOME"
-url="https://git.gnome.org/browse/mutter;
-arch=(x86_64)
-license=(GPL)
-depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas 
libcanberra
- startup-notification zenity libsm gnome-desktop upower 
libxkbcommon-x11
- gnome-settings-daemon libgudev libinput pipewire)
-makedepends=(intltool gobject-introspection git)
-groups=(gnome)
-_commit=41303bc01be873e684f11a3407aa556af2922426  # tags/3.28.2^0
-source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;
-startup-notification.patch)
-sha256sums=('SKIP'
-'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/51940
-  # As of 2018-05-08: Still needed, according to fmuellner
-  patch -Np1 -i ../startup-notification.patch
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib --disable-static \
-  --disable-schemas-compile --enable-compile-warnings=minimum \
-  --enable-gtk-doc --enable-egl-device --enable-remote-desktop
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
-  -i {.,cogl,clutter}/libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: mutter/repos/extra-x86_64/PKGBUILD (from rev 329008, 
mutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 19:53:46 UTC (rev 329009)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.28.2+20+gca4209d88
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://git.gnome.org/browse/mutter;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas 
libcanberra
+ startup-notification zenity libsm gnome-desktop upower 
libxkbcommon-x11
+ gnome-settings-daemon libgudev libinput pipewire)
+makedepends=(intltool gobject-introspection git)
+groups=(gnome)
+_commit=ca4209d88aee9a8d260753bb71a48d85c4a8db75  # gnome-3-28
+source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;
+startup-notification.patch)
+sha256sums=('SKIP'
+'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Port to pipewire 0.2
+  git cherry-pick -n 0407a8b33d8c3503fba63ad260984bb08bd6e0dc
+
+  # https://bugs.archlinux.org/task/51940
+  # As of 2018-05-08: Still needed, according to fmuellner
+  patch -Np1 -i ../startup-notification.patch
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum \
+  --enable-gtk-doc --enable-egl-device --enable-remote-desktop
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
+  -i {.,cogl,clutter}/libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: startup-notification.patch
===
--- startup-notification.patch  2018-07-18 19:53:25 UTC (rev 329008)
+++ startup-notification.patch  2018-07-18 19:53:46 UTC (rev 329009)
@@ -1,45 +0,0 @@
-From 4ed430b4ef3013c96fa56cdc57b925b42d20ead9 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Florian=20M=C3=BCllner?= 
-Date: Thu, 20 Oct 2016 18:00:04 +0200
-Subject: [PATCH] gtk-shell: Work around non-working startup 

[arch-commits] Commit in xdg-desktop-portal/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 19:53:05
  Author: heftig
Revision: 329007

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD
(from rev 329006, xdg-desktop-portal/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 19:52:45 UTC (rev 329006)
+++ PKGBUILD2018-07-18 19:53:05 UTC (rev 329007)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Patrick Griffis 
-
-pkgname=xdg-desktop-portal
-pkgver=0.11
-pkgrel=1
-pkgdesc="Desktop integration portals for sandboxed apps"
-url="https://github.com/flatpak/xdg-desktop-portal;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(glib2 pipewire fuse2)
-makedepends=(python flatpak xmlto docbook-xsl git)
-_commit=753cc5f41103fd2e5feb87249d9b465f173aff8a  # tags/0.11^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make 
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  depends+=(xdg-desktop-portal-impl)
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: xdg-desktop-portal/repos/extra-x86_64/PKGBUILD (from rev 329006, 
xdg-desktop-portal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 19:53:05 UTC (rev 329007)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Patrick Griffis 
+
+pkgname=xdg-desktop-portal
+pkgver=0.11
+pkgrel=2
+pkgdesc="Desktop integration portals for sandboxed apps"
+url="https://github.com/flatpak/xdg-desktop-portal;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(glib2 pipewire fuse2)
+makedepends=(python flatpak xmlto docbook-xsl git)
+_commit=753cc5f41103fd2e5feb87249d9b465f173aff8a  # tags/0.11^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib --enable-pipewire
+  make 
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  depends+=(xdg-desktop-portal-impl)
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in xdg-desktop-portal-kde/repos/extra-x86_64 (3 files)

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 19:52:45
  Author: heftig
Revision: 329006

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD
(from rev 329005, xdg-desktop-portal-kde/trunk/PKGBUILD)
  xdg-desktop-portal-kde/repos/extra-x86_64/pipewire-0.2.diff
(from rev 329005, xdg-desktop-portal-kde/trunk/pipewire-0.2.diff)
Deleted:
  xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD

---+
 PKGBUILD  |   84 ++-
 pipewire-0.2.diff |  160 
 2 files changed, 204 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 19:51:34 UTC (rev 329005)
+++ PKGBUILD2018-07-18 19:52:45 UTC (rev 329006)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 295962 2017-05-13 12:58:56Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=xdg-desktop-portal-kde
-pkgver=5.13.3
-pkgrel=1
-pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(ki18n knotifications pipewire libepoxy kwayland kwidgetsaddons)
-makedepends=(extra-cmake-modules)
-provides=(xdg-desktop-portal-impl)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e7302fdccb17f53aaf3cba37fa3cffc4d5f4cef0c38f2060e661b1bbab6c094c'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD (from rev 329005, 
xdg-desktop-portal-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 19:52:45 UTC (rev 329006)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=xdg-desktop-portal-kde
+pkgver=5.13.3
+pkgrel=2
+pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(ki18n knotifications pipewire libepoxy kwayland kwidgetsaddons)
+makedepends=(extra-cmake-modules)
+provides=(xdg-desktop-portal-impl)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+pipewire-0.2.diff)
+sha256sums=('e7302fdccb17f53aaf3cba37fa3cffc4d5f4cef0c38f2060e661b1bbab6c094c'
+'SKIP'
+'eec0732df19ff3502f3763da29d84ee6bd97c75900a0e6d11df5559d3d9b7092')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+  cd $pkgname-$pkgver
+  # Port of mutter commit 0407a8b33d
+  patch -Np1 -i ../pipewire-0.2.diff
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  cmake --build .
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}

Copied: xdg-desktop-portal-kde/repos/extra-x86_64/pipewire-0.2.diff (from rev 
329005, xdg-desktop-portal-kde/trunk/pipewire-0.2.diff)
===
--- pipewire-0.2.diff   (rev 0)
+++ pipewire-0.2.diff   2018-07-18 19:52:45 UTC (rev 329006)
@@ -0,0 +1,160 @@
+diff -u -r xdg-desktop-portal-kde-5.13.3/src/screencaststream.cpp 
xdg-desktop-portal-kde-5.13.3-pw02/src/screencaststream.cpp
+--- xdg-desktop-portal-kde-5.13.3/src/screencaststream.cpp 2018-07-10 
12:18:37.0 +0200
 xdg-desktop-portal-kde-5.13.3-pw02/src/screencaststream.cpp
2018-07-18 21:48:57.801596393 +0200
+@@ -43,8 +43,6 @@
+ #define MIN_DIVISOR 1.0e-10
+ #define MAX_ERROR   1.0e-20
+ 
+-#define PROP_RANGE(min, max) 2, (min), (max)
+-
+ #define BITS_PER_PIXEL  4
+ 
+ static int greatestCommonDivisor(int a, int b)
+@@ -193,7 +191,7 @@
+ }
+ }
+ 
+-static void onStreamFormatChanged(void *data, struct spa_pod *format)
++static void onStreamFormatChanged(void *data, const struct spa_pod *format)
+ {
+ qCDebug(XdgDesktopPortalKdeScreenCastStream) << 

[arch-commits] Commit in xdg-desktop-portal-kde/trunk (PKGBUILD pipewire-0.2.diff)

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 19:51:34
  Author: heftig
Revision: 329005

port pipewire 0.2 support from mutter

Added:
  xdg-desktop-portal-kde/trunk/pipewire-0.2.diff
Modified:
  xdg-desktop-portal-kde/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ++-
 pipewire-0.2.diff |  160 
 2 files changed, 168 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 19:02:34 UTC (rev 329004)
+++ PKGBUILD2018-07-18 19:51:34 UTC (rev 329005)
@@ -8,13 +8,15 @@
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-depends=(ki18n knotifications kwayland kwidgetsaddons)
+depends=(ki18n knotifications pipewire libepoxy kwayland kwidgetsaddons)
 makedepends=(extra-cmake-modules)
 provides=(xdg-desktop-portal-impl)
 groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+pipewire-0.2.diff)
 sha256sums=('e7302fdccb17f53aaf3cba37fa3cffc4d5f4cef0c38f2060e661b1bbab6c094c'
-'SKIP')
+'SKIP'
+'eec0732df19ff3502f3763da29d84ee6bd97c75900a0e6d11df5559d3d9b7092')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

   'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
@@ -22,6 +24,9 @@
 
 prepare() {
   mkdir -p build
+  cd $pkgname-$pkgver
+  # Port of mutter commit 0407a8b33d
+  patch -Np1 -i ../pipewire-0.2.diff
 }
 
 build() {

Added: pipewire-0.2.diff
===
--- pipewire-0.2.diff   (rev 0)
+++ pipewire-0.2.diff   2018-07-18 19:51:34 UTC (rev 329005)
@@ -0,0 +1,160 @@
+diff -u -r xdg-desktop-portal-kde-5.13.3/src/screencaststream.cpp 
xdg-desktop-portal-kde-5.13.3-pw02/src/screencaststream.cpp
+--- xdg-desktop-portal-kde-5.13.3/src/screencaststream.cpp 2018-07-10 
12:18:37.0 +0200
 xdg-desktop-portal-kde-5.13.3-pw02/src/screencaststream.cpp
2018-07-18 21:48:57.801596393 +0200
+@@ -43,8 +43,6 @@
+ #define MIN_DIVISOR 1.0e-10
+ #define MAX_ERROR   1.0e-20
+ 
+-#define PROP_RANGE(min, max) 2, (min), (max)
+-
+ #define BITS_PER_PIXEL  4
+ 
+ static int greatestCommonDivisor(int a, int b)
+@@ -193,7 +191,7 @@
+ }
+ }
+ 
+-static void onStreamFormatChanged(void *data, struct spa_pod *format)
++static void onStreamFormatChanged(void *data, const struct spa_pod *format)
+ {
+ qCDebug(XdgDesktopPortalKdeScreenCastStream) << "Stream format changed";
+ 
+@@ -202,7 +200,7 @@
+ uint8_t paramsBuffer[1024];
+ int32_t width, height, stride, size;
+ struct spa_pod_builder pod_builder;
+-struct spa_pod *params[1];
++const struct spa_pod *params[1];
+ const int bpp = 4;
+ 
+ if (!format) {
+@@ -223,7 +221,7 @@
+
pw->pwCoreType->param.idBuffers, pw->pwCoreType->param_buffers.Buffers,
+":", 
pw->pwCoreType->param_buffers.size, "i", size,
+":", 
pw->pwCoreType->param_buffers.stride, "i", stride,
+-   ":", 
pw->pwCoreType->param_buffers.buffers, "iru", 16, PROP_RANGE (2, 16),
++   ":", 
pw->pwCoreType->param_buffers.buffers, "iru", 16, SPA_POD_PROP_MIN_MAX (2, 16),
+":", 
pw->pwCoreType->param_buffers.align, "i", 16);
+ 
+ pw_stream_finish_format (pw->pwStream, 0,
+@@ -245,8 +243,7 @@
+ .format_changed = onStreamFormatChanged,
+ .add_buffer = nullptr,
+ .remove_buffer = nullptr,
+-.new_buffer = nullptr,
+-.need_buffer = nullptr,
++.process = nullptr,
+ };
+ 
+ ScreenCastStream::ScreenCastStream(const QSize , QObject *parent)
+@@ -321,36 +318,32 @@
+ 
+ const float frameRate = 25;
+ 
+-spa_fraction maxFramerate;
+-spa_fraction minFramerate;
+ const spa_pod *params[1];
+ 
+ pwStream = pw_stream_new(pwRemote, "kwin-screen-cast", nullptr);
+ 
+-PwFraction fraction = pipewireFractionFromDouble(frameRate);
+-
+-minFramerate = SPA_FRACTION(1, 1);
+-maxFramerate = SPA_FRACTION((uint32_t)fraction.num, 
(uint32_t)fraction.denom);
+-
+-spa_rectangle minResolution = SPA_RECTANGLE(1, 1);
+ int width = resolution.width();
+ int height = resolution.height();
++spa_rectangle minResolution = SPA_RECTANGLE(1, 1);
++spa_rectangle maxResolution = SPA_RECTANGLE((uint32_t)width, 
(uint32_t)height);
+ 
+-spa_fraction paramFraction = SPA_FRACTION(0, 1);
+-spa_rectangle paramRectangle = SPA_RECTANGLE((uint32_t)width, 
(uint32_t)height);
++

[arch-commits] Commit in wireguard/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-07-18 Thread Christian Hesse via arch-commits
Date: Wednesday, July 18, 2018 @ 19:42:56
  Author: eworm
Revision: 362307

archrelease: copy trunk to community-x86_64

Added:
  wireguard/repos/community-x86_64/PKGBUILD
(from rev 362306, wireguard/trunk/PKGBUILD)
Deleted:
  wireguard/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  116 +++--
 1 file changed, 59 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 19:42:46 UTC (rev 362306)
+++ PKGBUILD2018-07-18 19:42:56 UTC (rev 362307)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20180708
-pkgrel=1
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64')
-url='http://www.wireguard.com/'
-license=('GPL')
-makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
-sha256sums=('5e38d554f7d1e3a64e3a5319ca1a3b790c84ed89c896586c490a93ac1f953a91')
-
-prepare() {
-   cd WireGuard-${pkgver}/
-
-   find contrib/examples/ -name '.gitignore' -delete
-}
-
-build() {
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/
-}
-
-package_wireguard-dkms() {
-   depends=('dkms')
-   provides=('WIREGUARD-MODULE')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}
-
-package_wireguard-tools() {
-   depends=('libmnl' 'WIREGUARD-MODULE')
-   optdepends=('openresolv: for DNS functionality')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/ \
-   DESTDIR="${pkgdir}/" \
-   WITH_BASHCOMPLETION=yes \
-WITH_WGQUICK=yes \
-WITH_SYSTEMDUNITS=yes \
-install
-
-   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
-   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
-}
-

Copied: wireguard/repos/community-x86_64/PKGBUILD (from rev 362306, 
wireguard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 19:42:56 UTC (rev 362307)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgbase=wireguard
+pkgname=(wireguard-dkms wireguard-tools)
+pkgver=0.0.20180718
+pkgrel=1
+pkgdesc='next generation secure network tunnel'
+arch=('x86_64')
+url='http://www.wireguard.com/'
+license=('GPL')
+makedepends=('git' 'libmnl')
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

+source=("https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar"{.xz,.asc})
+sha256sums=('083c093a6948c8d38f92e7ea5533f9ff926019f24dc2612ea974851ed3e24705'
+'SKIP')
+
+prepare() {
+   cd WireGuard-${pkgver}/
+
+   find contrib/examples/ -name '.gitignore' -delete
+}
+
+build() {
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/
+}
+
+package_wireguard-dkms() {
+   depends=('dkms')
+   provides=('WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}
+
+package_wireguard-tools() {
+   depends=('libmnl' 'WIREGUARD-MODULE')
+   optdepends=('openresolv: for DNS functionality')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/ \
+   DESTDIR="${pkgdir}/" \
+   WITH_BASHCOMPLETION=yes \
+WITH_WGQUICK=yes \
+WITH_SYSTEMDUNITS=yes \
+install
+
+   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
+   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
+}
+


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

2018-07-18 Thread Christian Hesse via arch-commits
Date: Wednesday, July 18, 2018 @ 19:42:46
  Author: eworm
Revision: 362306

upgpkg: wireguard 0.0.20180718-1

new upstream release

Modified:
  wireguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 19:33:10 UTC (rev 362305)
+++ PKGBUILD2018-07-18 19:42:46 UTC (rev 362306)
@@ -4,7 +4,7 @@
 
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20180708
+pkgver=0.0.20180718
 pkgrel=1
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('git' 'libmnl')
 validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

 
source=("https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar"{.xz,.asc})
-sha256sums=('5e38d554f7d1e3a64e3a5319ca1a3b790c84ed89c896586c490a93ac1f953a91'
+sha256sums=('083c093a6948c8d38f92e7ea5533f9ff926019f24dc2612ea974851ed3e24705'
 'SKIP')
 
 prepare() {


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

2018-07-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 19:33:10
  Author: eschwartz
Revision: 362305

archrelease: copy trunk to community-staging-any

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

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

Copied: python-alembic/repos/community-staging-any/PKGBUILD (from rev 362304, 
python-alembic/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-18 19:33:10 UTC (rev 362305)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+# Contributor: googol 
+# Contributor: Oliver Mangold 
+
+pkgbase=python-alembic
+pkgname=('python-alembic' 'python2-alembic')
+pkgver=1.0.0
+pkgrel=2
+pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
+url='https://bitbucket.org/zzzeek/alembic'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-mako' 'python-sqlalchemy' 
'python-editor' 'python-dateutil'
+ 'python2-setuptools' 'python2-mako' 'python2-sqlalchemy' 
'python2-editor' 'python2-dateutil')
+checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
+source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
+sha512sums=('919798fd886b2e457c780ed743e34c7b09dc68a90dd616c698b4a96b41cfe16e3efd63531ab106d22c036c42ce50501f5817c8aa008e5e595e0e25c5580fd0df'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer 

+
+prepare() {
+  cp -a alembic-${pkgver}{,-py2}
+}
+
+build() {
+  msg2 'Building python...'
+  (cd alembic-${pkgver}
+python setup.py build
+  )
+  msg2 'Building python2...'
+  (cd alembic-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  msg2 'Checking python...'
+  (cd alembic-${pkgver}
+py.test
+  )
+  msg2 'Checking python2...'
+  (cd alembic-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-alembic() {
+  depends=('python' 'python-mako' 'python-sqlalchemy' 'python-editor' 
'python-dateutil')
+  cd alembic-${pkgver}
+  python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python2-alembic() {
+  depends=('python2' 'python2-mako' 'python2-sqlalchemy' 'python2-editor' 
'python2-dateutil')
+  cd alembic-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  mv "${pkgdir}/usr/bin/alembic"{,2}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-07-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 19:32:50
  Author: eschwartz
Revision: 362304

upgpkg: python-alembic 1.0.0-2

python 3.7 rebuild

Modified:
  python-alembic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 19:30:23 UTC (rev 362303)
+++ PKGBUILD2018-07-18 19:32:50 UTC (rev 362304)
@@ -5,7 +5,7 @@
 pkgbase=python-alembic
 pkgname=('python-alembic' 'python2-alembic')
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
 url='https://bitbucket.org/zzzeek/alembic'
 arch=('any')


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

2018-07-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 19:30:23
  Author: eschwartz
Revision: 362303

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  128 ++---
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 19:29:58 UTC (rev 362302)
+++ PKGBUILD2018-07-18 19:30:23 UTC (rev 362303)
@@ -1,64 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: googol 
-# Contributor: Oliver Mangold 
-
-pkgbase=python-alembic
-pkgname=('python-alembic' 'python2-alembic')
-pkgver=0.9.9
-pkgrel=1
-pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
-url='https://bitbucket.org/zzzeek/alembic'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-mako' 'python-sqlalchemy' 
'python-editor' 'python-dateutil'
- 'python2-setuptools' 'python2-mako' 'python2-sqlalchemy' 
'python2-editor' 'python2-dateutil')
-checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
-source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
-sha512sums=('9998d78efae9f0d989b3014530c92e8125e3f588c6b0347f36f5d2cad64c4ae198e469070740dfc20997d1d921af266ffa0e9384aa72273c96c222327c36d817'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer 

-
-prepare() {
-  cp -a alembic-${pkgver}{,-py2}
-}
-
-build() {
-  msg2 'Building python...'
-  (cd alembic-${pkgver}
-python setup.py build
-  )
-  msg2 'Building python2...'
-  (cd alembic-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-check() {
-  msg2 'Checking python...'
-  (cd alembic-${pkgver}
-py.test
-  )
-  msg2 'Checking python2...'
-  (cd alembic-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-alembic() {
-  depends=('python' 'python-mako' 'python-sqlalchemy' 'python-editor' 
'python-dateutil')
-  cd alembic-${pkgver}
-  python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python2-alembic() {
-  depends=('python2' 'python2-mako' 'python2-sqlalchemy' 'python2-editor' 
'python2-dateutil')
-  cd alembic-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
-  mv "${pkgdir}/usr/bin/alembic"{,2}
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-alembic/repos/community-any/PKGBUILD (from rev 362302, 
python-alembic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 19:30:23 UTC (rev 362303)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+# Contributor: googol 
+# Contributor: Oliver Mangold 
+
+pkgbase=python-alembic
+pkgname=('python-alembic' 'python2-alembic')
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
+url='https://bitbucket.org/zzzeek/alembic'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-mako' 'python-sqlalchemy' 
'python-editor' 'python-dateutil'
+ 'python2-setuptools' 'python2-mako' 'python2-sqlalchemy' 
'python2-editor' 'python2-dateutil')
+checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
+source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
+sha512sums=('919798fd886b2e457c780ed743e34c7b09dc68a90dd616c698b4a96b41cfe16e3efd63531ab106d22c036c42ce50501f5817c8aa008e5e595e0e25c5580fd0df'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer 

+
+prepare() {
+  cp -a alembic-${pkgver}{,-py2}
+}
+
+build() {
+  msg2 'Building python...'
+  (cd alembic-${pkgver}
+python setup.py build
+  )
+  msg2 'Building python2...'
+  (cd alembic-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  msg2 'Checking python...'
+  (cd alembic-${pkgver}
+py.test
+  )
+  msg2 'Checking python2...'
+  (cd alembic-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-alembic() {
+  depends=('python' 'python-mako' 'python-sqlalchemy' 'python-editor' 
'python-dateutil')
+  cd alembic-${pkgver}
+  python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python2-alembic() {
+  depends=('python2' 'python2-mako' 'python2-sqlalchemy' 'python2-editor' 
'python2-dateutil')
+  cd 

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

2018-07-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 19:29:58
  Author: eschwartz
Revision: 362302

upgpkg: python-alembic 1.0.0-1

upstream release
fixes failure to build from source due to testsuite failures

Modified:
  python-alembic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 19:25:16 UTC (rev 362301)
+++ PKGBUILD2018-07-18 19:29:58 UTC (rev 362302)
@@ -4,7 +4,7 @@
 
 pkgbase=python-alembic
 pkgname=('python-alembic' 'python2-alembic')
-pkgver=0.9.9
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
 url='https://bitbucket.org/zzzeek/alembic'
@@ -14,7 +14,7 @@
  'python2-setuptools' 'python2-mako' 'python2-sqlalchemy' 
'python2-editor' 'python2-dateutil')
 checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
 
source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
-sha512sums=('9998d78efae9f0d989b3014530c92e8125e3f588c6b0347f36f5d2cad64c4ae198e469070740dfc20997d1d921af266ffa0e9384aa72273c96c222327c36d817'
+sha512sums=('919798fd886b2e457c780ed743e34c7b09dc68a90dd616c698b4a96b41cfe16e3efd63531ab106d22c036c42ce50501f5817c8aa008e5e595e0e25c5580fd0df'
 'SKIP')
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer 

 


[arch-commits] Commit in libvirt/repos/community-x86_64 (10 files)

2018-07-18 Thread Christian Rebischke via arch-commits
Date: Wednesday, July 18, 2018 @ 19:25:16
  Author: shibumi
Revision: 362301

archrelease: copy trunk to community-x86_64

Added:
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 362300, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 362300, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.sysusers.d
(from rev 362300, libvirt/trunk/libvirt.sysusers.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 362300, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 362300, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.sysusers.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

+
 PKGBUILD   |  272 +++
 libvirt.install|   18 +--
 libvirt.sysusers.d |2 
 libvirtd-guests.conf.d |   18 +--
 libvirtd.conf.d|2 
 5 files changed, 156 insertions(+), 156 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 19:25:04 UTC (rev 362300)
+++ PKGBUILD2018-07-18 19:25:16 UTC (rev 362301)
@@ -1,136 +0,0 @@
-# ${Id}: PKGBUILD 274316 2017-12-13 22:56:42Z anatolik ${}
-# Maintainer: Christian Rebischke 
-# Contributor: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=libvirt
-pkgver=4.4.0
-pkgrel=3
-pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
-arch=('x86_64')
-url="http://libvirt.org/;
-license=('LGPL')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
-'libiscsi' 'open-iscsi' 'perl-xml-xpath' 'libxslt' 'qemu'
-   'ceph-libs' 'glusterfs' 'netcf' 'yajl' 'parted')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-   'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap' 
'libcap-ng'
-   'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs'
-   'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'libssh2'
-   'netcf' 'fuse2' 'glusterfs' 'ceph-libs')
-optdepends=('ebtables: required for default NAT networking'
-  'dnsmasq: required for default NAT/DHCP for guests'
-  'bridge-utils: for bridged networking'
-  'netcat: for remote management over ssh'
-  'qemu'
-  'radvd'
-  'dmidecode'
-  'parted'
-  'ceph: for ceph support'
-  'qemu-blockcluster: for qemu glusterfs support')
-backup=('etc/conf.d/libvirt-guests'
-  'etc/conf.d/libvirtd'
-  'etc/libvirt/libvirt.conf'
-  'etc/libvirt/virtlogd.conf'
-  'etc/libvirt/libvirtd.conf'
-  'etc/libvirt/lxc.conf'
-  'etc/libvirt/nwfilter/allow-arp.xml'
-  'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-  'etc/libvirt/nwfilter/allow-dhcp.xml'
-  'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-  'etc/libvirt/nwfilter/allow-ipv4.xml'
-  'etc/libvirt/nwfilter/clean-traffic.xml'
-  'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-  'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-  'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-  'etc/libvirt/nwfilter/no-ip-multicast.xml'
-  'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-  'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-  'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-  'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-  'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-  'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
-  'etc/libvirt/nwfilter/qemu-announce-self.xml'
-  'etc/libvirt/qemu-lockd.conf'
-  'etc/libvirt/qemu.conf'
-  'etc/libvirt/qemu/networks/default.xml'
-  'etc/libvirt/virt-login-shell.conf'
-  'etc/libvirt/virtlockd.conf'
-  'etc/logrotate.d/libvirtd'
-  'etc/logrotate.d/libvirtd.lxc'
-  'etc/logrotate.d/libvirtd.qemu'
-  'etc/logrotate.d/libvirtd.uml'
-  'etc/sasl2/libvirt.conf')
-install="libvirt.install"
-
-options=('emptydirs')
-validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
-source=("https://libvirt.org/sources/${pkgname}-${pkgver}.tar.xz"{,.asc}
-   'libvirtd.conf.d'
-   'libvirtd-guests.conf.d'
-   'libvirt.sysusers.d')
-#  
"ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch::https://libvirt.org/git/?p=libvirt.git;a=patch;h=ae102b5d7bccd29bc6015a3e0acefeaa90d097ac;)
-sha512sums=('725b9b093a2aaeab6fdcb8df341a400ab363bcd50af8400dfd0593c41d8fbc8352f89147be9fbfde2e8418cc7298e090fe07ec7255b0aff1f0d001b93322f93f'
-'SKIP'
-
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
-
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'
-

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

2018-07-18 Thread Christian Rebischke via arch-commits
Date: Wednesday, July 18, 2018 @ 19:25:04
  Author: shibumi
Revision: 362300

upgpkg: libvirt 4.5.0-1

moved python as dependency to makedepends
removed sed magic, because libvirt finally supports python3

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 19:19:18 UTC (rev 362299)
+++ PKGBUILD2018-07-18 19:25:04 UTC (rev 362300)
@@ -4,8 +4,8 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=libvirt
-pkgver=4.4.0
-pkgrel=3
+pkgver=4.5.0
+pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
 url="http://libvirt.org/;
@@ -12,8 +12,8 @@
 license=('LGPL')
 makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
 'libiscsi' 'open-iscsi' 'perl-xml-xpath' 'libxslt' 'qemu'
-   'ceph-libs' 'glusterfs' 'netcf' 'yajl' 'parted')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
+   'ceph-libs' 'glusterfs' 'netcf' 'yajl' 'parted' 'python')
+depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit'
'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap' 
'libcap-ng'
'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs'
'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'libssh2'
@@ -27,7 +27,7 @@
   'dmidecode'
   'parted'
   'ceph: for ceph support'
-  'qemu-blockcluster: for qemu glusterfs support')
+  'qemu-block-gluster: for qemu glusterfs support')
 backup=('etc/conf.d/libvirt-guests'
   'etc/conf.d/libvirtd'
   'etc/libvirt/libvirt.conf'
@@ -70,7 +70,7 @@
'libvirtd-guests.conf.d'
'libvirt.sysusers.d')
 #  
"ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch::https://libvirt.org/git/?p=libvirt.git;a=patch;h=ae102b5d7bccd29bc6015a3e0acefeaa90d097ac;)
-sha512sums=('725b9b093a2aaeab6fdcb8df341a400ab363bcd50af8400dfd0593c41d8fbc8352f89147be9fbfde2e8418cc7298e090fe07ec7255b0aff1f0d001b93322f93f'
+sha512sums=('26710c7e5219f007524e9f93a642e55e4e8ea197afa6b2ca6a4b67b7028313f4b0d82924ee9a1e91ff688a4d2b53f89f3655fbeef0fa99a34f8418f37d787984'
 'SKIP'
 
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
 
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'
@@ -79,10 +79,10 @@
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' "${file}"
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' "${file}"
-  done
+  # for file in $(find . -name '*.py' -print); do
+  #   sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' "${file}"
+  #   sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' "${file}"
+  # done
 
   sed -i 's|/sysconfig/|/conf.d/|g' \
 src/remote/libvirtd.service.in \
@@ -102,7 +102,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  export PYTHON=`which python2`
+  export PYTHON=`which python`
   export LDFLAGS=-lX11
   export RADVD=/usr/bin/radvd
   [ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/"${pkgname}" 
--sbindir=/usr/bin \


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

2018-07-18 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 18, 2018 @ 19:19:07
  Author: foutrelis
Revision: 362298

Python 3.7 rebuild

Modified:
  python-pybuilder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 19:12:45 UTC (rev 362297)
+++ PKGBUILD2018-07-18 19:19:07 UTC (rev 362298)
@@ -5,7 +5,7 @@
 
 pkgname=python-pybuilder
 pkgver=0.11.17
-pkgrel=2
+pkgrel=3
 pkgdesc='An extensible, easy to use continuous build tool for Python'
 arch=('any')
 url='http://pybuilder.github.io'


[arch-commits] Commit in python-pybuilder/repos/community-staging-any (2 files)

2018-07-18 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 18, 2018 @ 19:19:18
  Author: foutrelis
Revision: 362299

archrelease: copy trunk to community-staging-any

Added:
  python-pybuilder/repos/community-staging-any/PKGBUILD
(from rev 362298, python-pybuilder/trunk/PKGBUILD)
Deleted:
  python-pybuilder/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 19:19:07 UTC (rev 362298)
+++ PKGBUILD2018-07-18 19:19:18 UTC (rev 362299)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgname=python-pybuilder
-pkgver=0.11.17
-pkgrel=2
-pkgdesc='An extensible, easy to use continuous build tool for Python'
-arch=('any')
-url='http://pybuilder.github.io'
-license=('Apache')
-# added dependencies of distutils plugin into pybuilder's depends
-depends=('python-pip' 'python-pypandoc' 'python-tailer' 'python-tblib' 
'python-twine' 'python-wheel')
-makedepends=('python-cram' 'flake8' 'python-sphinx' 'python-pdoc' 
'python-coverage'
- 'python-pytddmon' 'python-unittest-xml-reporting' 'python-pyfix')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pybuilder/pybuilder/archive/v$pkgver.tar.gz;)
-sha512sums=('586018833a53bc28bc996d9b9117417f8fde8a1677d5914bb6536d073b39e63aef6fb61925360a99d48af1dbe6eece4a3ed6209f80346e8fc1c7ec0c00ffb793')
-
-prepare() {
-  cd pybuilder-$pkgver
-  sed -i 's/"install_dependencies", //' setup.py
-  sed -i 's/project.plugin_depends_on("pypandoc", 
".*$/project.plugin_depends_on("pypandoc")/' 
src/main/python/pybuilder/plugins/python/distutils_plugin.py
-}
-
-check() {
-  cd pybuilder-$pkgver
-  python build.py -v analyze || warning "ignoring flake8 warnings"
-}
-
-package() {
-  cd pybuilder-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-}

Copied: python-pybuilder/repos/community-staging-any/PKGBUILD (from rev 362298, 
python-pybuilder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 19:19:18 UTC (rev 362299)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgname=python-pybuilder
+pkgver=0.11.17
+pkgrel=3
+pkgdesc='An extensible, easy to use continuous build tool for Python'
+arch=('any')
+url='http://pybuilder.github.io'
+license=('Apache')
+# added dependencies of distutils plugin into pybuilder's depends
+depends=('python-pip' 'python-pypandoc' 'python-tailer' 'python-tblib' 
'python-twine' 'python-wheel')
+makedepends=('python-cram' 'flake8' 'python-sphinx' 'python-pdoc' 
'python-coverage'
+ 'python-pytddmon' 'python-unittest-xml-reporting' 'python-pyfix')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pybuilder/pybuilder/archive/v$pkgver.tar.gz;)
+sha512sums=('586018833a53bc28bc996d9b9117417f8fde8a1677d5914bb6536d073b39e63aef6fb61925360a99d48af1dbe6eece4a3ed6209f80346e8fc1c7ec0c00ffb793')
+
+prepare() {
+  cd pybuilder-$pkgver
+  sed -i 's/"install_dependencies", //' setup.py
+  sed -i 's/project.plugin_depends_on("pypandoc", 
".*$/project.plugin_depends_on("pypandoc")/' 
src/main/python/pybuilder/plugins/python/distutils_plugin.py
+}
+
+check() {
+  cd pybuilder-$pkgver
+  python build.py -v analyze || warning "ignoring flake8 warnings"
+}
+
+package() {
+  cd pybuilder-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+}


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

2018-07-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, July 18, 2018 @ 19:12:45
  Author: alucryd
Revision: 362297

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 362296, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 19:12:37 UTC (rev 362296)
+++ PKGBUILD2018-07-18 19:12:45 UTC (rev 362297)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.518
-_portal_pkgver=0.9.7
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://gitlab.gnome.org/gnumdk/lollypop'
-license=('GPL')
-depends=(
-  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
-  'python-dbus' 'python-gobject' 'totem-plparser'
-)
-makedepends=(
-  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
-)
-optdepends=('easytag: Modify tags'
-'flatpak: Flatpak Portal'
-'gst-libav: FFmpeg plugin for GStreamer'
-'gst-plugins-bad: "Bad" plugin libraries'
-'gst-plugins-base: "Base" plugin libraries'
-'gst-plugins-good: "Good" plugin libraries'
-'gst-plugins-ugly: "Ugly" plugin libraries'
-'kid3-qt: Store covers in tags'
-'libsecret: Last.FM support'
-'python-pillow: Blur background in lyrics view'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver};
-
"git+https://gitlab.gnome.org/gnumdk/lollypop-portal.git#tag=${_portal_pkgver};)
-sha256sums=('SKIP'
-'SKIP')
-
-build() {
-  for d in lollypop{,-portal}; do
-arch-meson $d build-$d \
-  --libexecdir='lib/lollypop'
-ninja -C build-$d
-  done
-}
-
-package() {
-  for d in lollypop{,-portal}; do
-DESTDIR="${pkgdir}" ninja -C build-$d install
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 362296, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 19:12:45 UTC (rev 362297)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.521
+_portal_pkgver=0.9.7
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://gitlab.gnome.org/gnumdk/lollypop'
+license=('GPL')
+depends=(
+  'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
+  'python-dbus' 'python-gobject' 'totem-plparser'
+)
+makedepends=(
+  'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python'
+)
+optdepends=('easytag: Modify tags'
+'flatpak: Flatpak Portal'
+'gst-libav: FFmpeg plugin for GStreamer'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries'
+'kid3-qt: Store covers in tags'
+'libsecret: Last.FM support'
+'python-pillow: Blur background in lyrics view'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver};
+
"git+https://gitlab.gnome.org/gnumdk/lollypop-portal.git#tag=${_portal_pkgver};)
+sha256sums=('SKIP'
+'SKIP')
+
+build() {
+  for d in lollypop{,-portal}; do
+arch-meson $d build-$d \
+  --libexecdir='lib/lollypop'
+ninja -C build-$d
+  done
+}
+
+package() {
+  for d in lollypop{,-portal}; do
+DESTDIR="${pkgdir}" ninja -C build-$d install
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2018-07-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, July 18, 2018 @ 19:12:37
  Author: alucryd
Revision: 362296

upgpkg: lollypop 0.9.521-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 19:09:44 UTC (rev 362295)
+++ PKGBUILD2018-07-18 19:12:37 UTC (rev 362296)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.518
+pkgver=0.9.521
 _portal_pkgver=0.9.7
 pkgrel=1
 pkgdesc='Music player for GNOME'


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

2018-07-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, July 18, 2018 @ 19:09:37
  Author: alucryd
Revision: 362294

upgpkg: python-django-extensions 2.1.0-1

Modified:
  python-django-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 19:06:19 UTC (rev 362293)
+++ PKGBUILD2018-07-18 19:09:37 UTC (rev 362294)
@@ -6,52 +6,35 @@
 # Contributor: Apkawa 
 # Contributor: Schnouki 
 
-pkgbase=python-django-extensions
-pkgname=('python-django-extensions' 'python2-django-extensions')
-pkgver=2.0.7
-pkgrel=2
+pkgname=python-django-extensions
+pkgver=2.1.0
+pkgrel=1
 pkgdesc='A collection of custom extensions for the Django Framework'
 arch=('any')
 url='http://github.com/django-extensions/django-extensions'
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('graphviz: graph_models extension')
-source=("django-extensions-${pkgver}.tar.gz::https://github.com/django-extensions/django-extensions/archive/${pkgver}.tar.gz;)
-sha256sums=('4430da44bfef4130ba7672e613e12333fe865e34656f8be2dd67fb0ccac584bc')
+depends=('python-django' 'python-six')
+makedepends=('git' 'python-setuptools')
+optdepends=(
+  'graphviz: graph_models extension'
+  'ipython: shell_plus extension'
+  'python-werkzeug: runserver_plus extension'
+)
+source=("git+https://github.com/django-extensions/django-extensions.git#tag=${pkgver};)
+sha256sums=('SKIP')
 
-prepare() {
-  cp -r {,python-}django-extensions-${pkgver}
-  mv {,python2-}django-extensions-${pkgver}
-}
+build() {
+  cd django-extensions
 
-build() {
-  for py in python{,2}; do
-pushd ${py}-django-extensions-${pkgver}
-${py} setup.py build
-popd
-  done
+  python setup.py build
 }
 
 package_python-django-extensions() {
-  depends=('python-django' 'python-six')
-  optdepends+=('python-werkzeug: runserver_plus extension'
-   'ipython: shell_plus extension')
 
-  cd python-django-extensions-${pkgver}
+  cd django-extensions
 
-  python setup.py install --root="${pkgdir}" --optimize='1'
+  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
   install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
 }
 
-package_python2-django-extensions() {
-  depends=('python2-django' 'python2-six')
-  optdepends+=('python2-werkzeug: runserver_plus extension'
-   'ipython2: shell_plus extensions')
-
-  cd python2-django-extensions-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python2-django-extensions/
-}
-
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in python-django-extensions/repos/community-any (2 files)

2018-07-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, July 18, 2018 @ 19:09:44
  Author: alucryd
Revision: 362295

archrelease: copy trunk to community-any

Added:
  python-django-extensions/repos/community-any/PKGBUILD
(from rev 362294, python-django-extensions/trunk/PKGBUILD)
Deleted:
  python-django-extensions/repos/community-any/PKGBUILD

--+
 PKGBUILD |   97 +
 1 file changed, 40 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 19:09:37 UTC (rev 362294)
+++ PKGBUILD2018-07-18 19:09:44 UTC (rev 362295)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jeremy Audet 
-# Contributor: Dominik Kozaczko 
-# Contributor: Alper Kanat 
-# Contributor: Apkawa 
-# Contributor: Schnouki 
-
-pkgbase=python-django-extensions
-pkgname=('python-django-extensions' 'python2-django-extensions')
-pkgver=2.0.7
-pkgrel=1
-pkgdesc='A collection of custom extensions for the Django Framework'
-arch=('any')
-url='http://github.com/django-extensions/django-extensions'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('graphviz: graph_models extension')
-source=("django-extensions-${pkgver}.tar.gz::https://github.com/django-extensions/django-extensions/archive/${pkgver}.tar.gz;)
-sha256sums=('4430da44bfef4130ba7672e613e12333fe865e34656f8be2dd67fb0ccac584bc')
-
-prepare() {
-  cp -r {,python-}django-extensions-${pkgver}
-  mv {,python2-}django-extensions-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-django-extensions-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-
-package_python-django-extensions() {
-  depends=('python-django' 'python-six')
-  optdepends+=('python-werkzeug: runserver_plus extension'
-   'ipython: shell_plus extension')
-
-  cd python-django-extensions-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
-}
-
-package_python2-django-extensions() {
-  depends=('python2-django' 'python2-six')
-  optdepends+=('python2-werkzeug: runserver_plus extension'
-   'ipython2: shell_plus extensions')
-
-  cd python2-django-extensions-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python2-django-extensions/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-extensions/repos/community-any/PKGBUILD (from rev 362294, 
python-django-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 19:09:44 UTC (rev 362295)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Audet 
+# Contributor: Dominik Kozaczko 
+# Contributor: Alper Kanat 
+# Contributor: Apkawa 
+# Contributor: Schnouki 
+
+pkgname=python-django-extensions
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='A collection of custom extensions for the Django Framework'
+arch=('any')
+url='http://github.com/django-extensions/django-extensions'
+license=('MIT')
+depends=('python-django' 'python-six')
+makedepends=('git' 'python-setuptools')
+optdepends=(
+  'graphviz: graph_models extension'
+  'ipython: shell_plus extension'
+  'python-werkzeug: runserver_plus extension'
+)
+source=("git+https://github.com/django-extensions/django-extensions.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  cd django-extensions
+
+  python setup.py build
+}
+
+package_python-django-extensions() {
+
+  cd django-extensions
+
+  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
+}
+
+# vim: ts=2 sw=2 et:


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

2018-07-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 19:06:19
  Author: eschwartz
Revision: 362293

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pydocstyle/repos/community-staging-any/PKGBUILD (from rev 
362292, python-pydocstyle/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-18 19:06:19 UTC (rev 362293)
@@ -0,0 +1,53 @@
+# Maintainer: Morten Linderud 
+
+pkgbase=python-pydocstyle
+pkgname=(python-pydocstyle python2-pydocstyle)
+pkgver=2.1.1
+pkgrel=3
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-language-server;
+license=("MIT")
+makedepends=("python" "python-setuptools"
+ "python2" "python2-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-mock" "python-pip"
+  "python2-pytest" "python2-pytest-runner" "python2-mock" 
"python2-pip" "python2-pathlib")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pydocstyle/archive/${pkgver}.tar.gz;)
+sha256sums=('e83f5644897a623aafb0c3fd9ed11fcdc70c72efff4c3ac4738b12bd8665d12f')
+
+prepare() {
+  cp -r "pydocstyle-$pkgver"{,-py2}
+}
+
+build() {
+cd "${srcdir}/pydocstyle-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/pydocstyle-${pkgver}-py2"
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}/pydocstyle-${pkgver}"
+python setup.py pytest --addopts "-k 'not test_integration'"
+
+
+cd "${srcdir}/pydocstyle-${pkgver}-py2"
+python2 setup.py pytest --addopts "-k 'not test_integration'"
+}
+
+package_python-pydocstyle() {
+depends=("python" "python-snowballstemmer")
+cd "pydocstyle-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pydocstyle() {
+depends=("python2" "python2-snowballstemmer" "python2-configparser")
+cd "pydocstyle-${pkgver}-py2"
+python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+mv "$pkgdir/usr/bin/pydocstyle" "$pkgdir/usr/bin/pydocstyle2"
+}


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

2018-07-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 19:06:01
  Author: eschwartz
Revision: 362292

upgpkg: python-pydocstyle 2.1.1-3

python 3.7 rebuild

Modified:
  python-pydocstyle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 19:02:38 UTC (rev 362291)
+++ PKGBUILD2018-07-18 19:06:01 UTC (rev 362292)
@@ -3,7 +3,7 @@
 pkgbase=python-pydocstyle
 pkgname=(python-pydocstyle python2-pydocstyle)
 pkgver=2.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
 url="https://github.com/palantir/python-language-server;


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

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 19:02:34
  Author: heftig
Revision: 329004

backport pipewire 0.2 support

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 18:56:07 UTC (rev 329003)
+++ PKGBUILD2018-07-18 19:02:34 UTC (rev 329004)
@@ -29,6 +29,9 @@
 prepare() {
   cd $pkgname
 
+  # Port to pipewire 0.2
+  git cherry-pick -n 0407a8b33d8c3503fba63ad260984bb08bd6e0dc
+
   # https://bugs.archlinux.org/task/51940
   # As of 2018-05-08: Still needed, according to fmuellner
   patch -Np1 -i ../startup-notification.patch
@@ -42,7 +45,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib --disable-static \
   --disable-schemas-compile --enable-compile-warnings=minimum \
-  --enable-gtk-doc --enable-egl-device --disable-remote-desktop
+  --enable-gtk-doc --enable-egl-device --enable-remote-desktop
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \


[arch-commits] Commit in vapoursynth/repos/community-x86_64 (4 files)

2018-07-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, July 18, 2018 @ 19:02:38
  Author: alucryd
Revision: 362291

archrelease: copy trunk to community-x86_64

Added:
  vapoursynth/repos/community-x86_64/PKGBUILD
(from rev 362290, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-x86_64/vapoursynth.xml
(from rev 362290, vapoursynth/trunk/vapoursynth.xml)
Deleted:
  vapoursynth/repos/community-x86_64/PKGBUILD
  vapoursynth/repos/community-x86_64/vapoursynth.xml

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 19:02:31 UTC (rev 362290)
+++ PKGBUILD2018-07-18 19:02:38 UTC (rev 362291)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 
-# Contributor: jackoneill 
-
-pkgname=vapoursynth
-pkgver=R43
-pkgrel=2
-pkgdesc='A video processing framework with the future in mind'
-arch=('x86_64')
-url='http://www.vapoursynth.com/'
-license=('LGPL2.1' 'custom:OFL')
-depends=('gcc-libs' 'glibc' 'libmagick' 'python' 'tesseract'
- 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 
'libzimg.so')
-makedepends=('cython' 'python-sphinx' 'nasm')
-source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
-'vapoursynth.xml')
-sha256sums=('5c80d583f6891f4f5840edf09bc207c2e71653786b07606fdb4a164fd67470c2'
-'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
-
-build() {
-  cd vapoursynth-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---enable-imwri \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd vapoursynth-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 ofl.txt -t "${pkgdir}"/usr/share/licenses/vapoursynth/
-  install -Dm 644 ../vapoursynth.xml -t "${pkgdir}"/usr/share/mime/packages/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-x86_64/PKGBUILD (from rev 362290, 
vapoursynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 19:02:38 UTC (rev 362291)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sl1pkn07 
+# Contributor: jackoneill 
+
+pkgname=vapoursynth
+pkgver=R44
+pkgrel=1
+pkgdesc='A video processing framework with the future in mind'
+arch=('x86_64')
+url='http://www.vapoursynth.com/'
+license=('LGPL2.1' 'custom:OFL')
+depends=('libmagick' 'python' 'tesseract'
+ 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 
'libzimg.so')
+makedepends=('cython' 'git' 'nasm' 'python-sphinx')
+source=("git+https://github.com/vapoursynth/vapoursynth.git#tag=${pkgver};
+'vapoursynth.xml')
+sha256sums=('SKIP'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--enable-imwri \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd vapoursynth
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 644 ofl.txt -t "${pkgdir}"/usr/share/licenses/vapoursynth/
+  install -Dm 644 ../vapoursynth.xml -t "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: vapoursynth.xml
===
(Binary files differ)

Copied: vapoursynth/repos/community-x86_64/vapoursynth.xml (from rev 362290, 
vapoursynth/trunk/vapoursynth.xml)
===
(Binary files differ)


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

2018-07-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, July 18, 2018 @ 19:02:31
  Author: alucryd
Revision: 362290

upgpkg: vapoursynth R44-1

Modified:
  vapoursynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 18:52:03 UTC (rev 362289)
+++ PKGBUILD2018-07-18 19:02:31 UTC (rev 362290)
@@ -4,22 +4,22 @@
 # Contributor: jackoneill 
 
 pkgname=vapoursynth
-pkgver=R43
-pkgrel=2
+pkgver=R44
+pkgrel=1
 pkgdesc='A video processing framework with the future in mind'
 arch=('x86_64')
 url='http://www.vapoursynth.com/'
 license=('LGPL2.1' 'custom:OFL')
-depends=('gcc-libs' 'glibc' 'libmagick' 'python' 'tesseract'
+depends=('libmagick' 'python' 'tesseract'
  'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 
'libzimg.so')
-makedepends=('cython' 'python-sphinx' 'nasm')
-source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
+makedepends=('cython' 'git' 'nasm' 'python-sphinx')
+source=("git+https://github.com/vapoursynth/vapoursynth.git#tag=${pkgver};
 'vapoursynth.xml')
-sha256sums=('5c80d583f6891f4f5840edf09bc207c2e71653786b07606fdb4a164fd67470c2'
+sha256sums=('SKIP'
 '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
 
 build() {
-  cd vapoursynth-${pkgver}
+  cd vapoursynth
 
   ./autogen.sh
   ./configure \
@@ -31,7 +31,7 @@
 }
 
 package() {
-  cd vapoursynth-${pkgver}
+  cd vapoursynth
 
   make DESTDIR="${pkgdir}" install
 


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

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 18:56:07
  Author: heftig
Revision: 329003

0.2.0-1

Modified:
  pipewire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 18:41:10 UTC (rev 329002)
+++ PKGBUILD2018-07-18 18:56:07 UTC (rev 329003)
@@ -2,16 +2,16 @@
 # Maintainer: Jan de Groot 
 
 pkgname=pipewire
-pkgver=0.1.9
-pkgrel=3
+pkgver=0.2.0
+pkgrel=1
 pkgdesc="Server and user space API to deal with multimedia pipelines"
 url="https://pipewire.org;
 license=(LGPL2.1)
 arch=(x86_64)
-depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg)
+depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
 makedepends=(git meson doxygen graphviz xmltoman valgrind)
 install=pipewire.install
-_commit=62f113dbba7c706fad18c715cfad57ca7e102cb3  # tags/0.1.9
+_commit=061f2c82b53b2f6632b7b7d583058f683d9cfb86  # tags/0.2.0
 source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;
 unhide-providers.diff)
 sha256sums=('SKIP'
@@ -49,5 +49,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }


[arch-commits] Commit in puppet/repos/community-any (4 files)

2018-07-18 Thread Christian Rebischke via arch-commits
Date: Wednesday, July 18, 2018 @ 18:51:59
  Author: shibumi
Revision: 362288

archrelease: copy trunk to community-any

Added:
  puppet/repos/community-any/PKGBUILD
(from rev 362287, puppet/trunk/PKGBUILD)
  puppet/repos/community-any/puppet.install
(from rev 362287, puppet/trunk/puppet.install)
Deleted:
  puppet/repos/community-any/PKGBUILD
  puppet/repos/community-any/puppet.install

+
 PKGBUILD   |  114 +++
 puppet.install |   10 ++--
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 18:51:53 UTC (rev 362287)
+++ PKGBUILD2018-07-18 18:51:59 UTC (rev 362288)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Xavion 
-# Contributor: Miah Johnson 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=puppet
-pkgver=5.5.1
-pkgrel=1
-pkgdesc="Server automation framework and application"
-arch=('any')
-url="https://puppet.com/products/open-source-projects;
-license=('Apache')
-depends=('facter' 'hiera')
-optdepends=('ruby-shadow: user password management')
-backup=('etc/puppetlabs/puppet/auth.conf'
-'etc/puppetlabs/puppet/puppet.conf')
-install=$pkgname.install
-source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('8f676a63bfd7cc2875e828d67ab317d0')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#45044: fix file location
-  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
-'puts RbConfig::CONFIG["vendorlibdir"]' )"
-
-  install -d "$pkgdir"/usr/lib/{sysusers.d,tmpfiles.d}
-
-  echo 'u puppet 52 "Puppet" /var/lib/puppet' > \
-"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
-  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
-"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # systemd
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
-"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Match permissions that puppet sets when running
-  install -dm775 "$pkgdir"/var/lib/puppet
-  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
-
-  rm -r "$pkgdir"/var/run
-}

Copied: puppet/repos/community-any/PKGBUILD (from rev 362287, 
puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 18:51:59 UTC (rev 362288)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=puppet
+pkgver=5.5.3
+pkgrel=1
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="https://puppet.com/products/open-source-projects;
+license=('Apache')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$pkgname.install
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('919269a73cec0790ab68e4c7baede5ca')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -d "$pkgdir"/usr/lib/{sysusers.d,tmpfiles.d}
+
+  echo 'u puppet 52 "Puppet" /var/lib/puppet' > \
+"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
+  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+
+  # systemd
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Match permissions that puppet sets when running
+  install -dm775 "$pkgdir"/var/lib/puppet
+  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
+
+  rm -r "$pkgdir"/var/run
+}

Deleted: puppet.install
===
--- puppet.install  2018-07-18 18:51:53 UTC (rev 362287)
+++ puppet.install  2018-07-18 18:51:59 UTC (rev 362288)
@@ -1,5 +0,0 @@
-pre_remove() {
-  if [[ -f /run/puppetlabs/agent.pid ]]; then
-systemctl stop puppet
-  fi
-}

Copied: puppet/repos/community-any/puppet.install (from rev 362287, 
puppet/trunk/puppet.install)

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

2018-07-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 18:51:44
  Author: eschwartz
Revision: 362286

upgpkg: python-zope-configuration 4.1.0-2

python 3.7 rebuild

Modified:
  python-zope-configuration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 18:51:18 UTC (rev 362285)
+++ PKGBUILD2018-07-18 18:51:44 UTC (rev 362286)
@@ -4,7 +4,7 @@
 pkgbase=python-zope-configuration
 pkgname=('python-zope-configuration' 'python2-zope-configuration')
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Zope Configuration Markup Language (ZCML)"
 arch=('any')
 url="https://github.com/zopefoundation/zope.configuration;


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

2018-07-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 18:52:03
  Author: eschwartz
Revision: 362289

archrelease: copy trunk to community-staging-any

Added:
  python-zope-configuration/repos/community-staging-any/
  python-zope-configuration/repos/community-staging-any/PKGBUILD
(from rev 362287, python-zope-configuration/trunk/PKGBUILD)

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

Copied: python-zope-configuration/repos/community-staging-any/PKGBUILD (from 
rev 362287, python-zope-configuration/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-18 18:52:03 UTC (rev 362289)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-zope-configuration
+pkgname=('python-zope-configuration' 'python2-zope-configuration')
+pkgver=4.1.0
+pkgrel=2
+pkgdesc="Zope Configuration Markup Language (ZCML)"
+arch=('any')
+url="https://github.com/zopefoundation/zope.configuration;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
+ 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
+checkdepends=('python-zope-testrunner' 'python2-zope-testrunner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.configuration/archive/$pkgver.tar.gz;)
+sha512sums=('fb882684a3fffa28bbce822c4bf8fc0c69b2a7dc7582743f466dd94a575564296d3c5710412ccd8e4ece736850bbe2be4965728b891133a93bf551726e685ac0')
+
+prepare() {
+  cp -a zope.configuration-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.configuration-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.configuration-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.configuration-$pkgver
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src || warning "Tests failed"
+
+  cd "$srcdir"/zope.configuration-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m zope.testrunner 
--test-path=src
+}
+
+package_python-zope-configuration() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
+   'python-zope-i18nmessageid')
+
+  cd "$srcdir"/zope.configuration-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-zope-configuration() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
+   'python2-zope-i18nmessageid')
+
+  cd "$srcdir"/zope.configuration-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-07-18 Thread Christian Rebischke via arch-commits
Date: Wednesday, July 18, 2018 @ 18:51:53
  Author: shibumi
Revision: 362287

upgpkg: puppet 5.5.3-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 18:51:44 UTC (rev 362286)
+++ PKGBUILD2018-07-18 18:51:53 UTC (rev 362287)
@@ -9,7 +9,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=puppet
-pkgver=5.5.1
+pkgver=5.5.3
 pkgrel=1
 pkgdesc="Server automation framework and application"
 arch=('any')
@@ -21,7 +21,7 @@
 'etc/puppetlabs/puppet/puppet.conf')
 install=$pkgname.install
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('8f676a63bfd7cc2875e828d67ab317d0')
+md5sums=('919269a73cec0790ab68e4c7baede5ca')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in hexchat/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-07-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, July 18, 2018 @ 18:51:18
  Author: alucryd
Revision: 362285

archrelease: copy trunk to community-x86_64

Added:
  hexchat/repos/community-x86_64/PKGBUILD
(from rev 362284, hexchat/trunk/PKGBUILD)
Deleted:
  hexchat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 18:51:10 UTC (rev 362284)
+++ PKGBUILD2018-07-18 18:51:18 UTC (rev 362285)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: TingPing 
-
-pkgname=hexchat
-pkgver=2.14.1
-pkgrel=3
-pkgdesc='A popular and easy to use graphical IRC (chat) client'
-arch=('x86_64')
-url='https://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk2'
- 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
-makedepends=('git' 'intltool' 'iso-codes' 'lua' 'meson' 'perl' 'python')
-optdepends=('enchant: Spell check'
-'iso-codes: Display language names instead of codes'
-'lua: Lua plugin'
-'perl: Perl plugin'
-'python: Python plugin')
-source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver};)
-sha256sums=('SKIP')
-
-prepare() {
-  cd hexchat
-
-  git cherry-pick 5cd70622aaabc0419cc0b547808f09221530f0fc #FS59332
-}
-
-build() {
-  arch-meson hexchat build \
--Dwith-lua='lua' \
--Dwith-text='true'
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-x86_64/PKGBUILD (from rev 362284, 
hexchat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 18:51:18 UTC (rev 362285)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: TingPing 
+
+pkgname=hexchat
+pkgver=2.14.1
+pkgrel=4
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('x86_64')
+url='https://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk2'
+ 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
+makedepends=('git' 'intltool' 'iso-codes' 'lua' 'meson' 'perl' 'python')
+optdepends=('enchant: Spell check'
+'iso-codes: Display language names instead of codes'
+'lua: Lua plugin'
+'perl: Perl plugin'
+'python: Python plugin')
+source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd hexchat
+
+  git cherry-pick -n 5cd70622aaabc0419cc0b547808f09221530f0fc #FS59332
+}
+
+build() {
+  arch-meson hexchat build \
+-Dwith-lua='lua' \
+-Dwith-text='true'
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-07-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, July 18, 2018 @ 18:51:10
  Author: alucryd
Revision: 362284

FS#59377: hexchat 2.14.1-4

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 18:46:29 UTC (rev 362283)
+++ PKGBUILD2018-07-18 18:51:10 UTC (rev 362284)
@@ -4,7 +4,7 @@
 
 pkgname=hexchat
 pkgver=2.14.1
-pkgrel=3
+pkgrel=4
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('x86_64')
 url='https://hexchat.github.io/'
@@ -23,7 +23,7 @@
 prepare() {
   cd hexchat
 
-  git cherry-pick 5cd70622aaabc0419cc0b547808f09221530f0fc #FS59332
+  git cherry-pick -n 5cd70622aaabc0419cc0b547808f09221530f0fc #FS59332
 }
 
 build() {


[arch-commits] Commit in sonic-visualiser/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-07-18 Thread David Runge via arch-commits
Date: Wednesday, July 18, 2018 @ 18:46:29
  Author: dvzrv
Revision: 362283

archrelease: copy trunk to community-x86_64

Added:
  sonic-visualiser/repos/community-x86_64/PKGBUILD
(from rev 362282, sonic-visualiser/trunk/PKGBUILD)
Deleted:
  sonic-visualiser/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 18:46:21 UTC (rev 362282)
+++ PKGBUILD2018-07-18 18:46:29 UTC (rev 362283)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Orivej Desh 
-
-_download_id=2381
-pkgname=sonic-visualiser
-pkgver=3.1
-pkgrel=1
-pkgdesc="A viewer and analyser of music audio files."
-arch=('x86_64')
-url="https://www.sonicvisualiser.org/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('capnproto' 'libfishsound' 'libid3tag' 'liblo'
-'liblrdf' 'libmad' 'liboggz' 'libpulse' 'portaudio' 'qt5-svg'
-'rubberband' 'sord' 'hicolor-icon-theme')
-source=("https://code.soundsoftware.ac.uk/attachments/download/${_download_id}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('dc44e101d0ffbe858ff43dbd32eed8edea9fcfee166c7a13b08da7059fcd24f434814a73e78f5ded5d3adbf1420c1d448c3bf891525048424ac9213e0801b998')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make install DESTDIR="${pkgdir}/"
-  # install everything separately, because build system is broken:
-  # https://sourceforge.net/p/sv1/bugs/247/
-
-  # binaries
-  install -vDm 755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -vDm 755 piper-vamp-simple-server \
-"${pkgdir}/usr/bin/piper-vamp-simple-server"
-  install -vDm 755 vamp-plugin-load-checker \
-"${pkgdir}/usr/bin/vamp-plugin-load-checker"
-
-  # desktop files
-  install -t "${pkgdir}/usr/share/applications/" -vDm 644 *.desktop
-
-  # icons
-  for _s in 16 22 24 32 48 64 128; do
-install -vDm 644 icons/sv-${_s}x${_s}.png \
-  "${pkgdir}/usr/share/icons/hicolor/${_s}x${_s}/apps/sv-icon.png"
-  done
-  install -vDm 644 icons/sv-icon.svg \
-"${pkgdir}/usr/share/icons/hicolor/scalable/apps/sv-icon.svg"
-
-  # samples
-  install -t "${pkgdir}/usr/share/${pkgname}/samples" -vDm 644 samples/*
-
-  # templates
-  install -t "${pkgdir}/usr/share/${pkgname}/templates" -vDm 644 templates/*
-
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {CHANGELOG,CITATION,README.{md,OSC}}
-}

Copied: sonic-visualiser/repos/community-x86_64/PKGBUILD (from rev 362282, 
sonic-visualiser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 18:46:29 UTC (rev 362283)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Orivej Desh 
+
+_download_id=2381
+pkgname=sonic-visualiser
+pkgver=3.1
+pkgrel=2
+pkgdesc="A viewer and analyser of music audio files."
+arch=('x86_64')
+url="https://www.sonicvisualiser.org/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('capnproto' 'libfishsound' 'libid3tag' 'liblo'
+'liblrdf' 'libmad' 'liboggz' 'libpulse' 'portaudio' 'qt5-svg'
+'rubberband' 'sord' 'hicolor-icon-theme')
+source=("https://code.soundsoftware.ac.uk/attachments/download/${_download_id}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('dc44e101d0ffbe858ff43dbd32eed8edea9fcfee166c7a13b08da7059fcd24f434814a73e78f5ded5d3adbf1420c1d448c3bf891525048424ac9213e0801b998')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  # DESTDIR still ignored
+  # https://sourceforge.net/p/sv1/bugs/254
+  export INSTALL_ROOT="${pkgdir}/"
+  ./configure --prefix=/usr
+  qmake-qt5 ${pkgname}.pro
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make install
+  # install some things separately, because build system is broken:
+  # https://sourceforge.net/p/sv1/bugs/247/
+
+  # desktop files
+  install -t "${pkgdir}/usr/share/applications/" -vDm 644 "${pkgname}.desktop"
+
+  # icons
+  for _s in 16 22 24 32 48 64 128; do
+install -vDm 644 icons/sv-${_s}x${_s}.png \
+  "${pkgdir}/usr/share/icons/hicolor/${_s}x${_s}/apps/sv-icon.png"
+  done
+  install -vDm 644 icons/sv-icon.svg \
+"${pkgdir}/usr/share/icons/hicolor/scalable/apps/sv-icon.svg"
+
+  # samples
+  install -t "${pkgdir}/usr/share/${pkgname}/samples" -vDm 644 samples/*
+
+  # templates
+  install -t "${pkgdir}/usr/share/${pkgname}/templates" -vDm 644 templates/*
+
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {CHANGELOG,CITATION,README.{md,OSC}}
+}


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

2018-07-18 Thread David Runge via arch-commits
Date: Wednesday, July 18, 2018 @ 18:46:21
  Author: dvzrv
Revision: 362282

upgpkg: sonic-visualiser 3.1-2

Removing broken mimetype specifications. Using INSTALL_ROOT to get around the 
missing DESTDIR implementation in the install target for the binaries at least.

Modified:
  sonic-visualiser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 18:20:52 UTC (rev 362281)
+++ PKGBUILD2018-07-18 18:46:21 UTC (rev 362282)
@@ -6,7 +6,7 @@
 _download_id=2381
 pkgname=sonic-visualiser
 pkgver=3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A viewer and analyser of music audio files."
 arch=('x86_64')
 url="https://www.sonicvisualiser.org/;
@@ -20,7 +20,11 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
+  # DESTDIR still ignored
+  # https://sourceforge.net/p/sv1/bugs/254
+  export INSTALL_ROOT="${pkgdir}/"
   ./configure --prefix=/usr
+  qmake-qt5 ${pkgname}.pro
   make
 }
 
@@ -27,19 +31,12 @@
 package() {
   cd "${pkgname}-${pkgver}"
 
-  make install DESTDIR="${pkgdir}/"
-  # install everything separately, because build system is broken:
+  make install
+  # install some things separately, because build system is broken:
   # https://sourceforge.net/p/sv1/bugs/247/
 
-  # binaries
-  install -vDm 755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -vDm 755 piper-vamp-simple-server \
-"${pkgdir}/usr/bin/piper-vamp-simple-server"
-  install -vDm 755 vamp-plugin-load-checker \
-"${pkgdir}/usr/bin/vamp-plugin-load-checker"
-
   # desktop files
-  install -t "${pkgdir}/usr/share/applications/" -vDm 644 *.desktop
+  install -t "${pkgdir}/usr/share/applications/" -vDm 644 "${pkgname}.desktop"
 
   # icons
   for _s in 16 22 24 32 48 64 128; do


[arch-commits] Commit in xdg-desktop-portal-kde/trunk (PKGBUILD)

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 18:41:10
  Author: heftig
Revision: 329002

5.13.3-2: disable screencast portal until pipewire 0.2 support

Modified:
  xdg-desktop-portal-kde/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 18:33:01 UTC (rev 329001)
+++ PKGBUILD2018-07-18 18:41:10 UTC (rev 329002)
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 295962 2017-05-13 12:58:56Z arojas $
+# $Id$
 # Maintainer: Antonio Rojas 
 
 pkgname=xdg-desktop-portal-kde
 pkgver=5.13.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-depends=(ki18n knotifications pipewire libepoxy kwayland kwidgetsaddons)
+depends=(ki18n knotifications kwayland kwidgetsaddons)
 makedepends=(extra-cmake-modules)
 provides=(xdg-desktop-portal-impl)
 groups=(plasma)
@@ -31,10 +31,9 @@
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_INSTALL_LIBEXECDIR=lib \
 -DBUILD_TESTING=OFF
-  make
+  cmake --build .
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --build build --target install
 }


Property changes on: xdg-desktop-portal-kde/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in xdg-desktop-portal/trunk (PKGBUILD)

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 18:33:01
  Author: heftig
Revision: 329001

explicitly enable pipewire

Modified:
  xdg-desktop-portal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 18:32:33 UTC (rev 329000)
+++ PKGBUILD2018-07-18 18:33:01 UTC (rev 329001)
@@ -27,7 +27,7 @@
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib
+  ./configure --prefix=/usr --libexecdir=/usr/lib --enable-pipewire
   make 
 }
 


[arch-commits] Commit in gnome-shell/trunk (PKGBUILD fix.diff)

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 18:32:33
  Author: heftig
Revision: 329000

3.28.2+15+g9c51c87d8-1

Added:
  gnome-shell/trunk/fix.diff
Modified:
  gnome-shell/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 fix.diff |   36 
 2 files changed, 45 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 17:52:30 UTC (rev 328999)
+++ PKGBUILD2018-07-18 18:32:33 UTC (rev 329000)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
@@ -17,11 +17,13 @@
 optdepends=('gnome-control-center: System settings'
 'evolution-data-server: Evolution calendar integration')
 groups=(gnome)
-_commit=c70b18764b2658849b170c897ce4c423a118d7f2  # tags/3.28.2^0
+_commit=9c51c87d8c145990285643c89deec77263d3d416  # gnome-3-28
 source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
-"git+https://git.gnome.org/browse/libgnome-volume-control;)
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;
+fix.diff)
 sha256sums=('SKIP'
-'SKIP')
+'SKIP'
+'11dcffae170776140b1f0c9bed90b8df70e8d3c6694b60ab40bb46235e3ad755')
 
 pkgver() {
   cd $pkgname
@@ -31,6 +33,9 @@
 prepare() {
   cd $pkgname
 
+  # Try to fix docs build
+  patch -Np1 -i ../fix.diff
+
   # Move the plugin to our custom epiphany-only dir
   sed -i "s/'mozilla'/'epiphany'/g" meson.build
 

Added: fix.diff
===
--- fix.diff(rev 0)
+++ fix.diff2018-07-18 18:32:33 UTC (rev 329000)
@@ -0,0 +1,36 @@
+diff --git i/docs/reference/shell/meson.build 
w/docs/reference/shell/meson.build
+index 1469ed422..bf99c9446 100644
+--- i/docs/reference/shell/meson.build
 w/docs/reference/shell/meson.build
+@@ -45,6 +45,7 @@ configure_file(
+ 
+ gnome.gtkdoc('shell',
+   main_sgml: 'shell-docs.sgml',
++  dependencies: [libshell_dep, libshell_menu_dep],
+   src_dir: [
+ join_paths(meson.source_root(), 'src'),
+ join_paths(meson.build_root(), 'src')
+diff --git i/docs/reference/st/meson.build w/docs/reference/st/meson.build
+index fe89b53d4..8fdd4f4b5 100644
+--- i/docs/reference/st/meson.build
 w/docs/reference/st/meson.build
+@@ -11,6 +11,7 @@ configure_file(
+ 
+ gnome.gtkdoc('st',
+   main_sgml: 'st-docs.sgml',
++  dependencies: libst_dep,
+   src_dir: [
+ join_paths(meson.source_root(), 'src', 'st'),
+ join_paths(meson.build_root(), 'src', 'st')
+diff --git i/src/st/meson.build w/src/st/meson.build
+index 97ce6134d..216700fb7 100644
+--- i/src/st/meson.build
 w/src/st/meson.build
+@@ -122,6 +122,7 @@ libst = shared_library('st-1.0',
+   sources: st_gir_sources + st_non_gir_sources,
+   c_args: st_cflags,
+   dependencies: [clutter_dep, gtk_dep, croco_dep, x11_dep, m_dep],
++  build_rpath: mutter_typelibdir,
+   install_rpath: mutter_typelibdir,
+   install_dir: pkglibdir,
+   install: true


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

2018-07-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 18:20:52
  Author: eschwartz
Revision: 362281

archrelease: copy trunk to community-staging-x86_64

Added:
  python-zope-i18nmessageid/repos/community-staging-x86_64/
  python-zope-i18nmessageid/repos/community-staging-x86_64/PKGBUILD
(from rev 362280, python-zope-i18nmessageid/trunk/PKGBUILD)

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

Copied: python-zope-i18nmessageid/repos/community-staging-x86_64/PKGBUILD (from 
rev 362280, python-zope-i18nmessageid/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-18 18:20:52 UTC (rev 362281)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-zope-i18nmessageid
+pkgname=('python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
+pkgver=4.1.0
+pkgrel=2
+pkgdesc="Message Identifiers for internationalization"
+arch=('x86_64')
+url="https://github.com/zopefoundation/zope.i18nmessageid;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-zope-testrunner' 'python2-zope-testrunner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.i18nmessageid/archive/$pkgver.tar.gz;)
+sha512sums=('e5c603b377e60fc1fc33b8fa1e40ccb0e260e1b69f0302e1f12bd251647c581a09e60c16b4d617a5495164367e431fa2acad337cc4367ca7648cc01930945c8a')
+
+prepare() {
+  cp -a zope.i18nmessageid-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.i18nmessageid-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.i18nmessageid-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.i18nmessageid-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.7:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests failed"
+
+  cd "$srcdir"/zope.i18nmessageid-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m 
zope.testrunner --test-path=src
+}
+
+package_python-zope-i18nmessageid() {
+  depends=('python-setuptools')
+
+  cd "$srcdir"/zope.i18nmessageid-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-zope-i18nmessageid() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir"/zope.i18nmessageid-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-07-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 18:20:30
  Author: eschwartz
Revision: 362280

upgpkg: python-zope-i18nmessageid 4.1.0-2

python 3.7 rebuild

Modified:
  python-zope-i18nmessageid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 18:17:19 UTC (rev 362279)
+++ PKGBUILD2018-07-18 18:20:30 UTC (rev 362280)
@@ -4,7 +4,7 @@
 pkgbase=python-zope-i18nmessageid
 pkgname=('python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Message Identifiers for internationalization"
 arch=('x86_64')
 url="https://github.com/zopefoundation/zope.i18nmessageid;
@@ -28,7 +28,7 @@
 
 check() {
   cd "$srcdir"/zope.i18nmessageid-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests failed"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.7:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests failed"
 
   cd "$srcdir"/zope.i18nmessageid-$pkgver-py2
   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m 
zope.testrunner --test-path=src


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

2018-07-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 18:17:19
  Author: eschwartz
Revision: 362279

archrelease: copy trunk to community-staging-any

Added:
  python-zope-schema/repos/community-staging-any/
  python-zope-schema/repos/community-staging-any/PKGBUILD
(from rev 362278, python-zope-schema/trunk/PKGBUILD)

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

Copied: python-zope-schema/repos/community-staging-any/PKGBUILD (from rev 
362278, python-zope-schema/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-18 18:17:19 UTC (rev 362279)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-zope-schema
+pkgname=('python-zope-schema' 'python2-zope-schema')
+pkgver=4.5.0
+pkgrel=2
+pkgdesc="zope.interface extension for defining data schemas"
+arch=('any')
+url="https://github.com/zopefoundation/zope.schema;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-event' 'python2-zope-event')
+checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 
'python-zope-testing'
+  'python2-zope-testing')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.schema/archive/$pkgver.tar.gz;)
+sha512sums=('0e5163a0d13492839e5594ea219b781375760d8eba4e6869eab28a94ba562659b299ce1311e959de05797942cece298d57f9ff646e6859640c1bcf4a07b299f8')
+
+prepare() {
+  cp -a zope.schema-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.schema-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.schema-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.schema-$pkgver
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src || warning "Tests failed"
+
+  cd "$srcdir"/zope.schema-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m zope.testrunner 
--test-path=src
+}
+
+package_python-zope-schema() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-event')
+
+  cd "$srcdir"/zope.schema-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-zope-schema() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-event')
+
+  cd "$srcdir"/zope.schema-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-07-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 18:16:55
  Author: eschwartz
Revision: 362278

upgpkg: python-zope-schema 4.5.0-2

python 3.7 rebuild

Modified:
  python-zope-schema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 17:51:19 UTC (rev 362277)
+++ PKGBUILD2018-07-18 18:16:55 UTC (rev 362278)
@@ -4,7 +4,7 @@
 pkgbase=python-zope-schema
 pkgname=('python-zope-schema' 'python2-zope-schema')
 pkgver=4.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="zope.interface extension for defining data schemas"
 arch=('any')
 url="https://github.com/zopefoundation/zope.schema;


[arch-commits] Commit in xdg-desktop-portal/trunk (PKGBUILD)

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 17:52:30
  Author: heftig
Revision: 328999

0.11-2: pipewire rebuild

Modified:
  xdg-desktop-portal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 17:51:34 UTC (rev 328998)
+++ PKGBUILD2018-07-18 17:52:30 UTC (rev 328999)
@@ -4,7 +4,7 @@
 
 pkgname=xdg-desktop-portal
 pkgver=0.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop integration portals for sandboxed apps"
 url="https://github.com/flatpak/xdg-desktop-portal;
 arch=(x86_64)


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

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 17:51:34
  Author: heftig
Revision: 328998

3.28.2+20+gca4209d88-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 17:51:27 UTC (rev 328997)
+++ PKGBUILD2018-07-18 17:51:34 UTC (rev 328998)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.28.2
+pkgver=3.28.2+20+gca4209d88
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://git.gnome.org/browse/mutter;
@@ -15,7 +15,7 @@
  gnome-settings-daemon libgudev libinput pipewire)
 makedepends=(intltool gobject-introspection git)
 groups=(gnome)
-_commit=41303bc01be873e684f11a3407aa556af2922426  # tags/3.28.2^0
+_commit=ca4209d88aee9a8d260753bb71a48d85c4a8db75  # gnome-3-28
 source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;
 startup-notification.patch)
 sha256sums=('SKIP'
@@ -42,7 +42,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib --disable-static \
   --disable-schemas-compile --enable-compile-warnings=minimum \
-  --enable-gtk-doc --enable-egl-device --enable-remote-desktop
+  --enable-gtk-doc --enable-egl-device --disable-remote-desktop
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \


[arch-commits] Commit in znc/repos/community-staging-x86_64 (8 files)

2018-07-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 18, 2018 @ 17:50:30
  Author: arojas
Revision: 362270

archrelease: copy trunk to community-staging-x86_64

Added:
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 362269, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 362269, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/znc.sysusers
(from rev 362269, znc/trunk/znc.sysusers)
  znc/repos/community-staging-x86_64/znc.tmpfiles
(from rev 362269, znc/trunk/znc.tmpfiles)
Deleted:
  znc/repos/community-staging-x86_64/PKGBUILD
  znc/repos/community-staging-x86_64/znc.install
  znc/repos/community-staging-x86_64/znc.sysusers
  znc/repos/community-staging-x86_64/znc.tmpfiles

--+
 PKGBUILD |  102 -
 znc.install  |   34 +--
 znc.sysusers |2 -
 znc.tmpfiles |2 -
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 17:50:13 UTC (rev 362269)
+++ PKGBUILD2018-07-18 17:50:30 UTC (rev 362270)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: mickael9 
-
-pkgname=znc
-pkgver=1.7.0
-pkgrel=3
-pkgdesc='An IRC bouncer with modules & scripts support'
-url='http://wiki.znc.in/'
-license=('GPL2')
-arch=('x86_64')
-depends=('libsasl' 'icu' 'boost-libs')
-makedepends=('tcl' 'python' 'perl' 'cmake' 'boost')
-optdepends=('tcl: modtcl module'
-'python: modpython module'
-'perl: modperl module'
-'cyrus-sasl: saslauth module')
-install=$pkgname.install
-source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
-"$pkgname.tmpfiles"
-"$pkgname.sysusers")
-validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

-sha256sums=('c07e31439ac6b948a577bd61a9d5f61a6d191d387423779b937aa1404051b96f'
-'SKIP'
-'8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771'
-'8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DWANT_PYTHON=ON \
--DWANT_PERL=ON \
--DWANT_TCL=ON \
--DWANT_SYSTEMD=ON \
--DSYSTEMD_DIR=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  install -Dm644 "$srcdir/$pkgname.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}

Copied: znc/repos/community-staging-x86_64/PKGBUILD (from rev 362269, 
znc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 17:50:30 UTC (rev 362270)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.7.1
+pkgrel=2
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://wiki.znc.in/'
+license=('GPL2')
+arch=('x86_64')
+depends=('libsasl' 'icu' 'boost-libs')
+makedepends=('tcl' 'python' 'perl' 'cmake' 'boost')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
+"$pkgname.tmpfiles"
+"$pkgname.sysusers")
+validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

+sha256sums=('44cfea7158ea05dc2547c7c6bc22371e66c869def90351de0ab90a9c200d39c4'
+'SKIP'
+'8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771'
+'8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DWANT_PYTHON=ON \
+-DWANT_PERL=ON \
+-DWANT_TCL=ON \
+-DWANT_SYSTEMD=ON \
+-DSYSTEMD_DIR=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  install -Dm644 "$srcdir/$pkgname.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}

Deleted: znc.install
===
--- znc.install 2018-07-18 17:50:13 UTC (rev 362269)
+++ znc.install 2018-07-18 17:50:30 UTC (rev 362270)
@@ -1,17 +0,0 @@
-#/bin/bash
-
-# arg 1:  the new package version
-post_install() {
-  echo '==> Use 'znc --makeconf' as user znc to generate your first config'
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if (( "$(vercmp 

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

2018-07-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 18, 2018 @ 17:50:13
  Author: arojas
Revision: 362269

Python 3.7 rebuild

Modified:
  znc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 17:48:34 UTC (rev 362268)
+++ PKGBUILD2018-07-18 17:50:13 UTC (rev 362269)
@@ -5,7 +5,7 @@
 
 pkgname=znc
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='An IRC bouncer with modules & scripts support'
 url='http://wiki.znc.in/'
 license=('GPL2')


[arch-commits] Commit in nvidia-340xx/repos (3 files)

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 17:49:21
  Author: heftig
Revision: 328992

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 328991, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch
(from rev 328991, nvidia-340xx/trunk/kernel-4.11.patch)

---+
 PKGBUILD  |   73 
 kernel-4.11.patch |   38 +++
 2 files changed, 111 insertions(+)

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 328991, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-18 17:49:21 UTC (rev 328992)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.107
+_extramodules=extramodules-4.17-ARCH
+pkgrel=12
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.17.1' 
'linux-headers<4.18')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'kernel-4.11.patch')
+sha512sums=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.17.1' 'linux<4.18' "nvidia-340xx-utils=${pkgver}" 
'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-340xx=$pkgver")
+conflicts+=('nvidia-340xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}

Copied: nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch (from rev 328991, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2018-07-18 17:49:21 UTC (rev 328992)
@@ -0,0 +1,38 @@
+--- kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:50:46.334075042 +0200
 kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:56:06.358041280 +0200
+@@ -818,7 +818,11 @@
+ }
+ 
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else 
++int _fault(struct vm_fault *vmf)  
++#endif
+ {
+ #if defined(NV_VM_FAULT_HAS_ADDRESS)
+ unsigned long vaddr = vmf->address;
+@@ -828,7 +832,11 @@
+ struct page *page = NULL;
+ int retval;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ retval = _fault_common(vma, vaddr, , vmf->flags);
++#else
++retval = _fault_common(NULL, vaddr, , vmf->flags);
++#endif
+ 
+ vmf->page = page;
+ 
+@@ -866,7 +874,11 @@
+ // it's dealing with anonymous mapping (see handle_pte_fault).
+ //
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _sigbus_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else
++int _sigbus_fault(struct vm_fault *vmf)
++#endif

[arch-commits] Commit in nvidia-390xx/repos (3 files)

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 17:48:49
  Author: heftig
Revision: 328990

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-390xx/repos/staging-x86_64/
  nvidia-390xx/repos/staging-x86_64/PKGBUILD
(from rev 328989, nvidia-390xx/trunk/PKGBUILD)
  nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch
(from rev 328989, nvidia-390xx/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   88 
 kernel-4.16.patch |   33 +++
 2 files changed, 121 insertions(+)

Copied: nvidia-390xx/repos/staging-x86_64/PKGBUILD (from rev 328989, 
nvidia-390xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-18 17:48:49 UTC (rev 328990)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-390xx
+pkgname=(nvidia-390xx nvidia-390xx-dkms)
+pkgver=390.67
+_extramodules=extramodules-4.17-ARCH
+pkgrel=10
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux' 
'linux-headers>=4.17' 'linux-headers<4.18')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+kernel-4.16.patch)
+sha256sums=('4d9d4a636d568a93412cd9a2db08c594adef20861707dfdfbd6ae15db3292b26'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-390xx() {
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+depends=('linux>=4.17' 'linux<4.18' "nvidia-390xx-utils=${pkgver}" 
'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-390xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 390xx legacy branch"
+depends=('dkms' "nvidia-390xx-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-390xx=$pkgver")
+conflicts+=('nvidia-390xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 328989, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-07-18 17:48:49 UTC (rev 328990)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index 

[arch-commits] Commit in acpi_call/repos (3 files)

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 17:48:34
  Author: heftig
Revision: 362268

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 362267, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 362267, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   62 
 dkms.conf |9 
 2 files changed, 71 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 362267, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-18 17:48:34 UTC (rev 362268)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=143
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+depends=('linux>=4.17' 'linux<4.18')
+makedepends=('linux-headers>=4.17' 'linux-headers<4.18')
+_extramodules=extramodules-4.17-ARCH
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 362267, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-07-18 17:48:34 UTC (rev 362268)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


[arch-commits] Commit in nvidia/repos (3 files)

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 17:49:05
  Author: heftig
Revision: 328991

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 328990, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/kernel-4.16.patch
(from rev 328990, nvidia/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   87 
 kernel-4.16.patch |   33 +++
 2 files changed, 120 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 328990, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-18 17:49:05 UTC (rev 328991)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=396.24
+_extramodules=extramodules-4.17-ARCH
+pkgrel=18
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.17' 
'linux-headers<4.18')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+kernel-4.16.patch)
+sha256sums=('59bb112b17ca72cd15fed4e521d4b52b0e9f5b8b13a95b36521f8eda978b568e'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.17' 'linux<4.18' "nvidia-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia=$pkgver")
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/staging-x86_64/kernel-4.16.patch (from rev 328990, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-07-18 17:49:05 UTC (rev 328991)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ compile_test() {
+ # Determine if the phys_to_dma function is present.
+ #
+ 

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

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 17:48:18
  Author: heftig
Revision: 362267

archrelease: copy trunk to community-staging-x86_64

Added:
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 362266, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 362266, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 362266, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   52 
 dkms.conf |9 +
 3 files changed, 62 insertions(+)

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
362266, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-07-18 17:48:18 UTC (rev 
362267)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 362266, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-18 17:48:18 UTC (rev 362267)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=84
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.17' 'linux<4.18')
+makedepends=('linux-headers>=4.17' 'linux-headers<4.18')
+_extramodules=extramodules-4.17-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 362266, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-07-18 17:48:18 UTC (rev 362267)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


[arch-commits] Commit in r8168/repos (3 files)

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 17:48:00
  Author: heftig
Revision: 362266

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 362265, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-x86_64/linux-4.15.patch
(from rev 362265, r8168/trunk/linux-4.15.patch)

--+
 PKGBUILD |   47 ++
 linux-4.15.patch |   81 +
 2 files changed, 128 insertions(+)

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 362265, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-18 17:48:00 UTC (rev 362266)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.045.08
+pkgrel=71
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.15.patch)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31'
+'6434f0d1fcb08e3605a17859d3b8946c65bcf14737e223315b6468b3394c5cd7')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 -i ../linux-4.15.patch
+}
+
+build() {
+   KERNEL_VERSION=$(cat /usr/lib/modules/extramodules-4.17-ARCH/version)
+   msg2 "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   depends=("linux>=4.17" "linux<4.18")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-4.17-ARCH" -m644 
src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}

Copied: r8168/repos/community-staging-x86_64/linux-4.15.patch (from rev 362265, 
r8168/trunk/linux-4.15.patch)
===
--- community-staging-x86_64/linux-4.15.patch   (rev 0)
+++ community-staging-x86_64/linux-4.15.patch   2018-07-18 17:48:00 UTC (rev 
362266)
@@ -0,0 +1,81 @@
+diff -u -r r8168-8.045.08/src/r8168_n.c r8168-8.045.08-4.15/src/r8168_n.c
+--- r8168-8.045.08/src/r8168_n.c   2017-09-22 17:31:17.0 +0200
 r8168-8.045.08-4.15/src/r8168_n.c  2018-01-29 12:33:34.283394438 +0100
+@@ -407,8 +407,13 @@
+ static void rtl8168_sleep_rx_enable(struct net_device *dev);
+ static void rtl8168_dsm(struct net_device *dev, int dev_state);
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ static void rtl8168_esd_timer(unsigned long __opaque);
+ static void rtl8168_link_timer(unsigned long __opaque);
++#else
++static void rtl8168_esd_timer(struct timer_list *timer_list);
++static void rtl8168_link_timer(struct timer_list *timer_list);
++#endif
+ static void rtl8168_tx_clear(struct rtl8168_private *tp);
+ static void rtl8168_rx_clear(struct rtl8168_private *tp);
+ 
+@@ -22964,7 +22969,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = >esd_timer;
+ 
+-setup_timer(timer, rtl8168_esd_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_esd_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_esd_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_ESD_TIMEOUT);
+ }
+ 
+@@ -22978,7 +22987,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = >link_timer;
+ 
+-setup_timer(timer, rtl8168_link_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_link_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_link_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_LINK_TIMEOUT);
+ }
+ 
+@@ -24717,10 +24730,16 @@
+ #define PCI_DEVICE_SERIAL_NUMBER (0x0164)
+ 
+ static void
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ rtl8168_esd_timer(unsigned long __opaque)
+ {
+-struct net_device *dev = (struct net_device *)__opaque;
+-struct rtl8168_private *tp = netdev_priv(dev);
++struct rtl8168_private *tp = (struct rtl8168_private *)__opaque;
++#else

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

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 17:47:09
  Author: heftig
Revision: 362263

archrelease: copy trunk to community-staging-x86_64

Added:
  broadcom-wl/repos/community-staging-x86_64/
  broadcom-wl/repos/community-staging-x86_64/PKGBUILD
(from rev 362262, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 362262, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-18 17:47:09 UTC (rev 362263)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+
+pkgname=broadcom-wl# Build against stock -ARCH kernel
+#pkgname=broadcom-wl-custom# Build agains kernel with a different name
+_kernelname=${pkgname#broadcom-wl}
+pkgver=6.30.223.271
+pkgrel=30
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+depends=("linux${_kernelname}")
+makedepends=("linux${_kernelname}-headers" 
"${pkgname%$_kernelname}-dkms=${pkgver}")
+
+build() {
+_kernmajor="$(pacman -Q linux${_kernelname} | sed -r 
's/linux'"${_kernelname}"' ([0-9]*.[0-9]*).*/\1/')"
+
_kernver="$(

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

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 17:47:26
  Author: heftig
Revision: 362264

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 362263, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 362263, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-18 17:47:26 UTC (rev 362264)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.16
+pkgrel=3
+_linux_major=4
+_linux_minor=17
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+_linux_cur=${_linux_major}.${_linux_minor}
+_linux_next=${_linux_major}.$((_linux_minor + 1))
+makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
+ "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-${_linux_major}.${_linux_minor}-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxsf/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 17:47:45
  Author: heftig
Revision: 362265

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 362264, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 362264, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-18 17:47:45 UTC (rev 362265)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=149
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux>=4.17' 'linux<4.18')
+makedepends=('linux-headers>=4.17' 'linux-headers<4.18')
+_extramodules=extramodules-4.17-ARCH
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile 
bbswitch.c dkms/dkms.conf
+}


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

2018-07-18 Thread Jan Steffens via arch-commits
Date: Wednesday, July 18, 2018 @ 17:46:52
  Author: heftig
Revision: 362262

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 362261, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 362261, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-18 17:46:52 UTC (rev 362262)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=37
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.17' 'linux<4.18')
+makedepends=('linux-headers>=4.17' 'linux-headers<4.18' 'git')
+_extradir=/usr/lib/modules/extramodules-4.17-ARCH
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


[arch-commits] Commit in znc/repos/community-x86_64 (8 files)

2018-07-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 18, 2018 @ 17:11:19
  Author: arojas
Revision: 362261

archrelease: copy trunk to community-x86_64

Added:
  znc/repos/community-x86_64/PKGBUILD
(from rev 362260, znc/trunk/PKGBUILD)
  znc/repos/community-x86_64/znc.install
(from rev 362260, znc/trunk/znc.install)
  znc/repos/community-x86_64/znc.sysusers
(from rev 362260, znc/trunk/znc.sysusers)
  znc/repos/community-x86_64/znc.tmpfiles
(from rev 362260, znc/trunk/znc.tmpfiles)
Deleted:
  znc/repos/community-x86_64/PKGBUILD
  znc/repos/community-x86_64/znc.install
  znc/repos/community-x86_64/znc.sysusers
  znc/repos/community-x86_64/znc.tmpfiles

--+
 PKGBUILD |  102 -
 znc.install  |   34 +--
 znc.sysusers |2 -
 znc.tmpfiles |2 -
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 17:10:55 UTC (rev 362260)
+++ PKGBUILD2018-07-18 17:11:19 UTC (rev 362261)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: mickael9 
-
-pkgname=znc
-pkgver=1.7.0
-pkgrel=2
-pkgdesc='An IRC bouncer with modules & scripts support'
-url='http://wiki.znc.in/'
-license=('GPL2')
-arch=('x86_64')
-depends=('libsasl' 'icu' 'boost-libs')
-makedepends=('tcl' 'python' 'perl' 'cmake' 'boost')
-optdepends=('tcl: modtcl module'
-'python: modpython module'
-'perl: modperl module'
-'cyrus-sasl: saslauth module')
-install=$pkgname.install
-source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
-"$pkgname.tmpfiles"
-"$pkgname.sysusers")
-validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

-sha256sums=('c07e31439ac6b948a577bd61a9d5f61a6d191d387423779b937aa1404051b96f'
-'SKIP'
-'8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771'
-'8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DWANT_PYTHON=ON \
--DWANT_PERL=ON \
--DWANT_TCL=ON \
--DWANT_SYSTEMD=ON \
--DSYSTEMD_DIR=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  install -Dm644 "$srcdir/$pkgname.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}

Copied: znc/repos/community-x86_64/PKGBUILD (from rev 362260, 
znc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 17:11:19 UTC (rev 362261)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.7.1
+pkgrel=1
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://wiki.znc.in/'
+license=('GPL2')
+arch=('x86_64')
+depends=('libsasl' 'icu' 'boost-libs')
+makedepends=('tcl' 'python' 'perl' 'cmake' 'boost')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
+"$pkgname.tmpfiles"
+"$pkgname.sysusers")
+validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

+sha256sums=('44cfea7158ea05dc2547c7c6bc22371e66c869def90351de0ab90a9c200d39c4'
+'SKIP'
+'8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771'
+'8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DWANT_PYTHON=ON \
+-DWANT_PERL=ON \
+-DWANT_TCL=ON \
+-DWANT_SYSTEMD=ON \
+-DSYSTEMD_DIR=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  install -Dm644 "$srcdir/$pkgname.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}

Deleted: znc.install
===
--- znc.install 2018-07-18 17:10:55 UTC (rev 362260)
+++ znc.install 2018-07-18 17:11:19 UTC (rev 362261)
@@ -1,17 +0,0 @@
-#/bin/bash
-
-# arg 1:  the new package version
-post_install() {
-  echo '==> Use 'znc --makeconf' as user znc to generate your first config'
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if (( "$(vercmp $2 1.0-4)" < 0 )); then
-usermod -d /var/lib/znc znc 2>/dev/null && echo 

  1   2   3   4   5   >