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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 10, 2019 @ 07:33:18
  Author: arojas
Revision: 536482

archrelease: copy trunk to community-x86_64

Added:
  openlibm/repos/community-x86_64/PKGBUILD
(from rev 536481, openlibm/trunk/PKGBUILD)
Deleted:
  openlibm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-10 07:32:51 UTC (rev 536481)
+++ PKGBUILD2019-12-10 07:33:18 UTC (rev 536482)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Lex Black 
-# Contributor: Arthur Zamarin 
-
-pkgname=openlibm
-pkgver=0.6.0
-pkgrel=2
-pkgdesc='Standalone implementation of C mathematical functions'
-arch=(x86_64)
-url='https://openlibm.org/'
-license=(BSD)
-depends=(glibc)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('d45439093d1fd15e2ac3acf69955e462401c7a160d3330256cb4a86c51bdae28')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's|/usr/local|/usr|' -i Make.inc
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make prefix=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: openlibm/repos/community-x86_64/PKGBUILD (from rev 536481, 
openlibm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-10 07:33:18 UTC (rev 536482)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lex Black 
+# Contributor: Arthur Zamarin 
+
+pkgname=openlibm
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Standalone implementation of C mathematical functions'
+arch=(x86_64)
+url='https://openlibm.org/'
+license=(BSD)
+depends=(glibc)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('1699f773198018b55b12631db9c1801fe3ed191e618a1ee1be743f4570ae06a3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/local|/usr|' -i Make.inc
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 10, 2019 @ 07:32:51
  Author: arojas
Revision: 536481

Update to 0.7.0

Modified:
  openlibm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-10 06:59:56 UTC (rev 536480)
+++ PKGBUILD2019-12-10 07:32:51 UTC (rev 536481)
@@ -3,8 +3,8 @@
 # Contributor: Arthur Zamarin 
 
 pkgname=openlibm
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc='Standalone implementation of C mathematical functions'
 arch=(x86_64)
 url='https://openlibm.org/'
@@ -11,7 +11,7 @@
 license=(BSD)
 depends=(glibc)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('d45439093d1fd15e2ac3acf69955e462401c7a160d3330256cb4a86c51bdae28')
+sha256sums=('1699f773198018b55b12631db9c1801fe3ed191e618a1ee1be743f4570ae06a3')
 
 prepare() {
   cd $pkgname-$pkgver


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

2019-12-09 Thread Laurent Carlier via arch-commits
Date: Tuesday, December 10, 2019 @ 06:35:33
  Author: lcarlier
Revision: 536478

upgpkg: lib32-sqlite 3.30.1-1: upstream update 3.30.1

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-10 06:30:24 UTC (rev 536477)
+++ PKGBUILD2019-12-10 06:35:33 UTC (rev 536478)
@@ -4,8 +4,8 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_srcver=329
-pkgver=3.29.0
+_srcver=3300100
+pkgver=3.30.1
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'lib32-readline')
 source=(https://www.sqlite.org/2019/sqlite-src-${_srcver}.zip)
-sha1sums=('e8862aa46fb70e25c8006a1fe519067a1fa9e618')
+sha1sums=('3dec734206fab0cdceb421021964ff7e3fedf3b0')
 options=('!makeflags')
 
 prepare() {
@@ -54,6 +54,6 @@
   make DESTDIR="${pkgdir}" install
 
   rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+  mkdir -p "${pkgdir}"/usr/share/licenses
+  ln -s $_pkgbasename "${pkgdir}"/usr/share/licenses/$pkgname
 }


[arch-commits] Commit in lib32-sqlite/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-12-09 Thread Laurent Carlier via arch-commits
Date: Tuesday, December 10, 2019 @ 06:35:38
  Author: lcarlier
Revision: 536479

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD
(from rev 536478, lib32-sqlite/trunk/PKGBUILD)
Deleted:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-10 06:35:33 UTC (rev 536478)
+++ PKGBUILD2019-12-10 06:35:38 UTC (rev 536479)
@@ -1,59 +0,0 @@
-# Maintainer: Biru Ionut 
-# Contributor: Mikko Seppälä 
-# Contributor: Kaos < gianlucaatlas dot gmail dot com >
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_srcver=329
-pkgver=3.29.0
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine (32-bit)"
-arch=('x86_64')
-license=('custom')
-url="https://www.sqlite.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(https://www.sqlite.org/2019/sqlite-src-${_srcver}.zip)
-sha1sums=('e8862aa46fb70e25c8006a1fe519067a1fa9e618')
-options=('!makeflags')
-
-prepare() {
-  cd "$srcdir"/sqlite-src-$_srcver
-  autoreconf -vfi
-}
-
-build() {
-  cd "$srcdir"/sqlite-src-$_srcver
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  export LTLINK_EXTRAS="-ldl"
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
- -DSQLITE_ENABLE_COLUMN_METADATA=1 \
- -DSQLITE_ENABLE_UNLOCK_NOTIFY \
- -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
- -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
- -DSQLITE_ENABLE_RTREE=1 \
- -DSQLITE_SECURE_DELETE \
- -DSQLITE_MAX_VARIABLE_NUMBER=25 \
- -DSQLITE_MAX_EXPR_DEPTH=1"
-
-  ./configure --prefix=/usr \
---libdir=/usr/lib32 \
---disable-tcl \
---disable-static
-
-  make
-}
-
-package() {
-  cd "$srcdir"/sqlite-src-$_srcver
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 536478, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-10 06:35:38 UTC (rev 536479)
@@ -0,0 +1,59 @@
+# Maintainer: Biru Ionut 
+# Contributor: Mikko Seppälä 
+# Contributor: Kaos < gianlucaatlas dot gmail dot com >
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_srcver=3300100
+pkgver=3.30.1
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine (32-bit)"
+arch=('x86_64')
+license=('custom')
+url="https://www.sqlite.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'lib32-readline')
+source=(https://www.sqlite.org/2019/sqlite-src-${_srcver}.zip)
+sha1sums=('3dec734206fab0cdceb421021964ff7e3fedf3b0')
+options=('!makeflags')
+
+prepare() {
+  cd "$srcdir"/sqlite-src-$_srcver
+  autoreconf -vfi
+}
+
+build() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  export LTLINK_EXTRAS="-ldl"
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
+ -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_ENABLE_RTREE=1 \
+ -DSQLITE_SECURE_DELETE \
+ -DSQLITE_MAX_VARIABLE_NUMBER=25 \
+ -DSQLITE_MAX_EXPR_DEPTH=1"
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-tcl \
+--disable-static
+
+  make
+}
+
+package() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "${pkgdir}"/usr/share/licenses
+  ln -s $_pkgbasename "${pkgdir}"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in lib32-libtasn1/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-12-09 Thread Laurent Carlier via arch-commits
Date: Tuesday, December 10, 2019 @ 06:30:24
  Author: lcarlier
Revision: 536477

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libtasn1/repos/multilib-x86_64/PKGBUILD
(from rev 536476, lib32-libtasn1/trunk/PKGBUILD)
Deleted:
  lib32-libtasn1/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-10 06:30:19 UTC (rev 536476)
+++ PKGBUILD2019-12-10 06:30:24 UTC (rev 536477)
@@ -1,41 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: Florian Pritz 
-# Contributor: josephgbr 
-
-_pkgbase=libtasn1
-pkgname=lib32-${_pkgbase}
-pkgver=4.14
-pkgrel=1
-pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-url="https://www.gnu.org/software/libtasn1/;
-depends=('lib32-glibc' ${_pkgbase})
-makedepends=('gcc-multilib')
-source=(https://www.gnupg.org/ftp/gcrypt/gnutls/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-sha256sums=('9e604ba5c5c8ea403487695c2e407405820d98540d9de884d6e844f9a9c5ba08'
-'SKIP')
-validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd ${_pkgbase}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib32 \
-  --with-packager=Archlinux \
-  --with-packager-bug-reports="http://bugs.archlinux.org/; \
-  --with-packager-version=${pkgver}-${pkgrel}
-  make
-}
-
-package() {
-  cd ${_pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/"{bin,include,share}
-}

Copied: lib32-libtasn1/repos/multilib-x86_64/PKGBUILD (from rev 536476, 
lib32-libtasn1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-10 06:30:24 UTC (rev 536477)
@@ -0,0 +1,41 @@
+# Maintainer: Laurent Carlier 
+# Contributor: Florian Pritz 
+# Contributor: josephgbr 
+
+_pkgbase=libtasn1
+pkgname=lib32-${_pkgbase}
+pkgver=4.15.0
+pkgrel=1
+pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+url="https://www.gnu.org/software/libtasn1/;
+depends=('lib32-glibc' ${_pkgbase})
+makedepends=('gcc-multilib')
+source=(https://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
+sha256sums=('dd77509fe8f5304deafbca654dc7f0ea57f5841f41ba530cff9a5bf71382739e'
+'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd ${_pkgbase}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports="http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+package() {
+  cd ${_pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/"{bin,include,share}
+}


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

2019-12-09 Thread Laurent Carlier via arch-commits
Date: Tuesday, December 10, 2019 @ 06:30:19
  Author: lcarlier
Revision: 536476

upgpkg: lib32-libtasn1 4.15.0-1: upstream update 4.15.0

Modified:
  lib32-libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-10 05:18:09 UTC (rev 536475)
+++ PKGBUILD2019-12-10 06:30:19 UTC (rev 536476)
@@ -4,7 +4,7 @@
 
 _pkgbase=libtasn1
 pkgname=lib32-${_pkgbase}
-pkgver=4.14
+pkgver=4.15.0
 pkgrel=1
 pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
 arch=('x86_64')
@@ -12,8 +12,8 @@
 url="https://www.gnu.org/software/libtasn1/;
 depends=('lib32-glibc' ${_pkgbase})
 makedepends=('gcc-multilib')
-source=(https://www.gnupg.org/ftp/gcrypt/gnutls/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-sha256sums=('9e604ba5c5c8ea403487695c2e407405820d98540d9de884d6e844f9a9c5ba08'
+source=(https://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
+sha256sums=('dd77509fe8f5304deafbca654dc7f0ea57f5841f41ba530cff9a5bf71382739e'
 'SKIP')
 validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
 


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

2019-12-09 Thread Felix Yan via arch-commits
Date: Tuesday, December 10, 2019 @ 05:18:09
  Author: felixonmars
Revision: 536475

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-10 05:17:40 UTC (rev 536474)
+++ PKGBUILD2019-12-10 05:18:09 UTC (rev 536475)
@@ -1,70 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.48.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('6d209024d29a4df3d6875ed39e6b653b54001a665becc01f46e79eabb273effd4b087ce7db06a656b970e904b79418ec1223d8ecc6604846de872278b29f74e6')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 536474, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-10 05:18:09 UTC (rev 536475)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.49.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('ac5c9b98565518fcdc16075b01780fe484bdf7359df014741fe3ffd08266b4fdde00f720b603c59156cebf0c2170f9cb3ad32e8b2f688678ca687f5e51c5c92b')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+
+  cp -a hypothesis-$pkgver{,-py2}
+
+  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
+  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+
+  cd 

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

2019-12-09 Thread Felix Yan via arch-commits
Date: Tuesday, December 10, 2019 @ 05:17:40
  Author: felixonmars
Revision: 536474

upgpkg: python-hypothesis 4.49.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-10 05:17:15 UTC (rev 536473)
+++ PKGBUILD2019-12-10 05:17:40 UTC (rev 536474)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.48.1
+pkgver=4.49.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('6d209024d29a4df3d6875ed39e6b653b54001a665becc01f46e79eabb273effd4b087ce7db06a656b970e904b79418ec1223d8ecc6604846de872278b29f74e6')
+sha512sums=('ac5c9b98565518fcdc16075b01780fe484bdf7359df014741fe3ffd08266b4fdde00f720b603c59156cebf0c2170f9cb3ad32e8b2f688678ca687f5e51c5c92b')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


[arch-commits] Commit in perl-alien-build/trunk (PKGBUILD)

2019-12-09 Thread Felix Yan via arch-commits
Date: Tuesday, December 10, 2019 @ 04:11:25
  Author: felixonmars
Revision: 370568

upgpkg: perl-alien-build 1.93-1

Modified:
  perl-alien-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 22:34:46 UTC (rev 370567)
+++ PKGBUILD2019-12-10 04:11:25 UTC (rev 370568)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-alien-build
-pkgver=1.92
+pkgver=1.93
 pkgrel=1
 pkgdesc="Build external dependencies for use in CPAN"
 arch=('any')
@@ -14,7 +14,7 @@
   'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz;)
-sha512sums=('8f9a6e73222427982acf92ab8b6f1bb6273de59de616601552fca600b170543c07239c69ff1ceb36176495df813b72e795edbd6eca4caf611c362891bf909449')
+sha512sums=('3c01b15b1cba1fc3a517dab09997798a63170bfa40f43803fac67f94243856f96992e4ebac7d44a1cdf2cdb8b18bb484dba77b5612054fec6f8ea2926c74197a')
 
 build() {
   cd Alien-Build-$pkgver


[arch-commits] Commit in perl-alien-build/repos/extra-any (PKGBUILD PKGBUILD)

2019-12-09 Thread Felix Yan via arch-commits
Date: Tuesday, December 10, 2019 @ 04:11:36
  Author: felixonmars
Revision: 370569

archrelease: copy trunk to extra-any

Added:
  perl-alien-build/repos/extra-any/PKGBUILD
(from rev 370568, perl-alien-build/trunk/PKGBUILD)
Deleted:
  perl-alien-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-10 04:11:25 UTC (rev 370568)
+++ PKGBUILD2019-12-10 04:11:36 UTC (rev 370569)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-alien-build
-pkgver=1.92
-pkgrel=1
-pkgdesc="Build external dependencies for use in CPAN"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Alien-Build;
-depends=('perl-capture-tiny' 'perl-ffi-checklib' 'perl-file-chdir' 
'perl-file-which'
- 'perl-path-tiny')
-makedepends=('perl-test2-suite')
-checkdepends=('perl-alien-base-modulebuild' 'perl-alien-cmake3' 
'perl-env-shellwords'
-  'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz;)
-sha512sums=('8f9a6e73222427982acf92ab8b6f1bb6273de59de616601552fca600b170543c07239c69ff1ceb36176495df813b72e795edbd6eca4caf611c362891bf909449')
-
-build() {
-  cd Alien-Build-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Alien-Build-$pkgver
-  make test
-}
-
-package() {
-  cd Alien-Build-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-alien-build/repos/extra-any/PKGBUILD (from rev 370568, 
perl-alien-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-10 04:11:36 UTC (rev 370569)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-alien-build
+pkgver=1.93
+pkgrel=1
+pkgdesc="Build external dependencies for use in CPAN"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Alien-Build;
+depends=('perl-capture-tiny' 'perl-ffi-checklib' 'perl-file-chdir' 
'perl-file-which'
+ 'perl-path-tiny')
+makedepends=('perl-test2-suite')
+checkdepends=('perl-alien-base-modulebuild' 'perl-alien-cmake3' 
'perl-env-shellwords'
+  'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz;)
+sha512sums=('3c01b15b1cba1fc3a517dab09997798a63170bfa40f43803fac67f94243856f96992e4ebac7d44a1cdf2cdb8b18bb484dba77b5612054fec6f8ea2926c74197a')
+
+build() {
+  cd Alien-Build-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Alien-Build-$pkgver
+  make test
+}
+
+package() {
+  cd Alien-Build-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-09 Thread Felix Yan via arch-commits
Date: Tuesday, December 10, 2019 @ 04:01:12
  Author: felixonmars
Revision: 536470

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-10 04:01:02 UTC (rev 536469)
+++ PKGBUILD2019-12-10 04:01:12 UTC (rev 536470)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-configargparse
-pkgver=0.15.0
-pkgrel=3
-pkgdesc='A drop-in replacement for argparse that allows options to also be set 
via config files and/or environment variables'
-arch=('any')
-url='https://github.com/zorro3/ConfigArgParse'
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-yaml')
-optdepends=('python-yaml: for YAML support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bw2/ConfigArgParse/archive/$pkgver.tar.gz;)
-sha512sums=('480bd0ef404d19c43fa9c5dffe6e177731011206aca4347a7b4b286783a6590fffe2fabdbf296cda515ccac56c81ef0856faa15bb5fc0b5b2b38f768441f505c')
-
-build() {
-  cd ConfigArgParse-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ConfigArgParse-$pkgver
-  python setup.py test || warning 'Ignoring TestWrappingMetavar failure'
-}
-
-package() {
-  cd ConfigArgParse-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-configargparse/repos/community-any/PKGBUILD (from rev 536469, 
python-configargparse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-10 04:01:12 UTC (rev 536470)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-configargparse
+pkgver=0.15.2
+pkgrel=1
+pkgdesc='A drop-in replacement for argparse that allows options to also be set 
via config files and/or environment variables'
+arch=('any')
+url='https://github.com/zorro3/ConfigArgParse'
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-yaml')
+optdepends=('python-yaml: for YAML support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bw2/ConfigArgParse/archive/$pkgver.tar.gz;)
+sha512sums=('c8403751506b3ce096d707067659492422ecef8e684107935ab26f2e518c7c2c4baca8882cac55dd1961a86e5ad95b73389bc1a681cd2a67b5000bd6d626d2d9')
+
+build() {
+  cd ConfigArgParse-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ConfigArgParse-$pkgver
+  python setup.py test || warning 'Ignoring TestWrappingMetavar failure'
+}
+
+package() {
+  cd ConfigArgParse-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-12-09 Thread Felix Yan via arch-commits
Date: Tuesday, December 10, 2019 @ 04:01:02
  Author: felixonmars
Revision: 536469

upgpkg: python-configargparse 0.15.2-1

Modified:
  python-configargparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-10 03:58:56 UTC (rev 536468)
+++ PKGBUILD2019-12-10 04:01:02 UTC (rev 536469)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-configargparse
-pkgver=0.15.0
-pkgrel=3
+pkgver=0.15.2
+pkgrel=1
 pkgdesc='A drop-in replacement for argparse that allows options to also be set 
via config files and/or environment variables'
 arch=('any')
 url='https://github.com/zorro3/ConfigArgParse'
@@ -12,7 +12,7 @@
 checkdepends=('python-yaml')
 optdepends=('python-yaml: for YAML support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/bw2/ConfigArgParse/archive/$pkgver.tar.gz;)
-sha512sums=('480bd0ef404d19c43fa9c5dffe6e177731011206aca4347a7b4b286783a6590fffe2fabdbf296cda515ccac56c81ef0856faa15bb5fc0b5b2b38f768441f505c')
+sha512sums=('c8403751506b3ce096d707067659492422ecef8e684107935ab26f2e518c7c2c4baca8882cac55dd1961a86e5ad95b73389bc1a681cd2a67b5000bd6d626d2d9')
 
 build() {
   cd ConfigArgParse-$pkgver


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

2019-12-09 Thread Felix Yan via arch-commits
Date: Tuesday, December 10, 2019 @ 03:58:56
  Author: felixonmars
Revision: 536468

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-10 03:58:47 UTC (rev 536467)
+++ PKGBUILD2019-12-10 03:58:56 UTC (rev 536468)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: mutantmonkey 
-
-pkgname=python-kombu
-pkgver=4.6.6
-pkgrel=1
-pkgdesc='A messaging library for Python'
-arch=('any')
-url="https://kombu.readthedocs.org/;
-license=('BSD')
-options=('!emptydirs')
-depends=('python-amqp')
-optdepends=('python-pymongo: for MongoDB support'
-'python-msgpack: for MessagePack support'
-'python-pyro: for Pyro support'
-'python-redis: for Redis support'
-'python-sqlalchemy: for SQLAlchemy support'
-'python-boto3: for Amazon SQS support'
-'python-pycurl: for Amazon SQS support'
-'python-yaml: for YAML support')
-# 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-# 'python-kazoo: for Zookeeper support': Not packaged yet
-# 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-redis' 'python-yaml' 
'python-msgpack' 'python-pycurl'
-  'python-case' 'python-pymongo' 'python-pytz' 
'python-pytest-sugar' 'python-sqlalchemy'
-  'python-pyro' 'python-boto3')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/celery/kombu/archive/$pkgver.tar.gz;)
-sha512sums=('b515d5d2d52212ca2b38005fde13e95eaa289f473dead2b403199f4d62ebf7dde3a32f81468af50fff47bd725041c2a7f7df7661da987beece546852e636db28')
-
-build() {
-  cd kombu-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd kombu-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd kombu-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-kombu/repos/community-any/PKGBUILD (from rev 536467, 
python-kombu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-10 03:58:56 UTC (rev 536468)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgname=python-kombu
+pkgver=4.6.7
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="https://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+depends=('python-amqp')
+optdepends=('python-pymongo: for MongoDB support'
+'python-msgpack: for MessagePack support'
+'python-pyro: for Pyro support'
+'python-redis: for Redis support'
+'python-sqlalchemy: for SQLAlchemy support'
+'python-boto3: for Amazon SQS support'
+'python-pycurl: for Amazon SQS support'
+'python-yaml: for YAML support')
+# 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
+# 'python-kazoo: for Zookeeper support': Not packaged yet
+# 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-redis' 'python-yaml' 
'python-msgpack' 'python-pycurl'
+  'python-case' 'python-pymongo' 'python-pytz' 
'python-pytest-sugar' 'python-sqlalchemy'
+  'python-pyro' 'python-boto3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/celery/kombu/archive/$pkgver.tar.gz;)
+sha512sums=('6f2cd6db79eb7dcde25e12d12480b1a90c6633cf66e4b3c3b232de0b0268745a977aad2d8fc0ae8e038d06b71b9ab0bd50e3c9a9c8c543ce5bd890e08c12d187')
+
+build() {
+  cd kombu-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd kombu-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd kombu-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-12-09 Thread Felix Yan via arch-commits
Date: Tuesday, December 10, 2019 @ 03:58:47
  Author: felixonmars
Revision: 536467

upgpkg: python-kombu 4.6.7-1

Modified:
  python-kombu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-10 03:54:18 UTC (rev 536466)
+++ PKGBUILD2019-12-10 03:58:47 UTC (rev 536467)
@@ -2,7 +2,7 @@
 # Contributor: mutantmonkey 
 
 pkgname=python-kombu
-pkgver=4.6.6
+pkgver=4.6.7
 pkgrel=1
 pkgdesc='A messaging library for Python'
 arch=('any')
@@ -26,7 +26,7 @@
   'python-case' 'python-pymongo' 'python-pytz' 
'python-pytest-sugar' 'python-sqlalchemy'
   'python-pyro' 'python-boto3')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/celery/kombu/archive/$pkgver.tar.gz;)
-sha512sums=('b515d5d2d52212ca2b38005fde13e95eaa289f473dead2b403199f4d62ebf7dde3a32f81468af50fff47bd725041c2a7f7df7661da987beece546852e636db28')
+sha512sums=('6f2cd6db79eb7dcde25e12d12480b1a90c6633cf66e4b3c3b232de0b0268745a977aad2d8fc0ae8e038d06b71b9ab0bd50e3c9a9c8c543ce5bd890e08c12d187')
 
 build() {
   cd kombu-$pkgver


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

2019-12-09 Thread Felix Yan via arch-commits
Date: Tuesday, December 10, 2019 @ 03:54:18
  Author: felixonmars
Revision: 536466

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 536465, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 536465, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   64 ++--
 uglify-js.install |   16 ++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-10 03:54:07 UTC (rev 536465)
+++ PKGBUILD2019-12-10 03:54:18 UTC (rev 536466)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.7.1
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('a67385ee363cdb07488404d59fceee518fc51d4f8c0d474f2e498616f1a87254267aedb6f5e4e46c6e608c61818b747b52e6184847985d8fd34d8e63d9aca6da')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 536465, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-10 03:54:18 UTC (rev 536466)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.7.2
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('ba147065c00d35654baf12df34511d96da0f361102511de573e51d2681bd081a4c7129cac9603de2d737780ba307519c318e54c2af19329e2a5a9c5660342668')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2019-12-10 03:54:07 UTC (rev 536465)
+++ uglify-js.install   2019-12-10 03:54:18 UTC (rev 536466)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 536465, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2019-12-10 03:54:18 UTC (rev 536466)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2019-12-09 Thread Felix Yan via arch-commits
Date: Tuesday, December 10, 2019 @ 03:54:07
  Author: felixonmars
Revision: 536465

upgpkg: uglify-js 3.7.2-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-10 02:45:08 UTC (rev 536464)
+++ PKGBUILD2019-12-10 03:54:07 UTC (rev 536465)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.7.1
+pkgver=3.7.2
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('a67385ee363cdb07488404d59fceee518fc51d4f8c0d474f2e498616f1a87254267aedb6f5e4e46c6e608c61818b747b52e6184847985d8fd34d8e63d9aca6da')
+sha512sums=('ba147065c00d35654baf12df34511d96da0f361102511de573e51d2681bd081a4c7129cac9603de2d737780ba307519c318e54c2af19329e2a5a9c5660342668')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-12-09 Thread Nicola Squartini via arch-commits
Date: Tuesday, December 10, 2019 @ 02:45:08
  Author: tensor5
Revision: 536464

archrelease: copy trunk to community-x86_64

Added:
  solidity/repos/community-x86_64/PKGBUILD
(from rev 536463, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-10 02:44:39 UTC (rev 536463)
+++ PKGBUILD2019-12-10 02:45:08 UTC (rev 536464)
@@ -1,44 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.5.13
-_commit=5b0b510c025c4ba459deee2d590cc12d88dfedc7
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-prepare() {
-cd ${pkgname}
-
-commithash=$(git rev-parse --short=8 HEAD)
-echo -n ${commithash} > commit_hash.txt
-echo -n > prerelease.txt
-
-# Fix for GCC 8
-sed -e '/add_compile_options(-Wall)/d' -i cmake/EthCompilerSettings.cmake
-}
-
-build() {
-cd ${pkgname}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTESTS=OFF \
-..
-make
-}
-
-package() {
-cd ${pkgname}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 536463, 
solidity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-10 02:45:08 UTC (rev 536464)
@@ -0,0 +1,44 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.5.14
+_commit=01f1aaa4c73cd705934a7d769d719ccfc561dd12
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+
+commithash=$(git rev-parse --short=8 HEAD)
+echo -n ${commithash} > commit_hash.txt
+echo -n > prerelease.txt
+
+# Fix for GCC 8
+sed -e '/add_compile_options(-Wall)/d' -i cmake/EthCompilerSettings.cmake
+}
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DTESTS=OFF \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}


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

2019-12-09 Thread Nicola Squartini via arch-commits
Date: Tuesday, December 10, 2019 @ 02:44:39
  Author: tensor5
Revision: 536463

upgpkg: solidity 0.5.14-1

Modified:
  solidity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-10 02:36:51 UTC (rev 536462)
+++ PKGBUILD2019-12-10 02:44:39 UTC (rev 536463)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=solidity
-pkgver=0.5.13
-_commit=5b0b510c025c4ba459deee2d590cc12d88dfedc7
+pkgver=0.5.14
+_commit=01f1aaa4c73cd705934a7d769d719ccfc561dd12
 pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('x86_64')


[arch-commits] Commit in electron/repos/community-x86_64 (16 files)

2019-12-09 Thread Nicola Squartini via arch-commits
Date: Tuesday, December 10, 2019 @ 02:36:51
  Author: tensor5
Revision: 536462

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 536461, electron/trunk/PKGBUILD)
  electron/repos/community-x86_64/chromium-skia-harmony.patch
(from rev 536461, electron/trunk/chromium-skia-harmony.patch)
  electron/repos/community-x86_64/chromium-system-icu.patch
(from rev 536461, electron/trunk/chromium-system-icu.patch)
  electron/repos/community-x86_64/chromium-system-zlib.patch
(from rev 536461, electron/trunk/chromium-system-zlib.patch)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 536461, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/electron.desktop
(from rev 536461, electron/trunk/electron.desktop)
  electron/repos/community-x86_64/icu65.patch
(from rev 536461, electron/trunk/icu65.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 536461, electron/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  electron/repos/community-x86_64/chromium-skia-harmony.patch
  electron/repos/community-x86_64/chromium-system-icu.patch
  electron/repos/community-x86_64/chromium-system-zlib.patch
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/electron.desktop
  electron/repos/community-x86_64/icu65.patch
  electron/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  404 +--
 chromium-skia-harmony.patch|   28 +-
 chromium-system-icu.patch  |   40 +--
 chromium-system-zlib.patch |   26 +-
 default_app-icon.patch |   42 +--
 electron.desktop   |   14 -
 icu65.patch|  128 +--
 use-system-libraries-in-node.patch |  112 -
 8 files changed, 397 insertions(+), 397 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-10 02:35:46 UTC (rev 536461)
+++ PKGBUILD2019-12-10 02:36:51 UTC (rev 536462)
@@ -1,202 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=electron
-pkgver=7.1.3
-_commit=15688c6d6ed3b39c07dc514cbcb3dc37908b7665
-_chromiumver=78.0.3904.126
-pkgrel=1
-pkgdesc='Build cross platform desktop apps with web technologies'
-arch=('x86_64')
-url='https://electronjs.org/'
-license=('MIT' 'custom')
-depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libnghttp2'
- 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'java-runtime-headless'
- 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils' 'yarn'
- 'python2' 'wget' 'yasm')
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'libappindicator-gtk3: StatusNotifierItem support'
-'trash-cli: file deletion support (trash-put)'
-"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
-source=('git+https://github.com/electron/electron.git'
-'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git'
-'electron.desktop'
-'default_app-icon.patch'
-'use-system-libraries-in-node.patch'
-'chromium-skia-harmony.patch'
-'icu65.patch'
-'chromium-system-icu.patch'
-'chromium-system-zlib.patch'
-   )
-sha256sums=('SKIP'
-'SKIP'
-'5270db01f3f8aaa5137dec275a02caa832b7f2e37942e068cba8d28b3a29df39'
-'51d6e4239b51084a1e9df87ed4d94dcaa22f8d4f332e941eb56fe71b834e9a7a'
-'c7eadac877179e586d0cce7f898aa1462b4c207733e68ecc17de9754b691713a'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1'
-'1de9bdbfed482295dda45c7d4e323cee55a34e42f66b892da1c1a778682b7a41'
-'e73cc2ee8d3ea35aab18c478d76fdfc68ca4463e1e10306fa1e738c03b3f26b5'
-'eb67eda4945a89c3b90473fa8dc20637511ca4dcb58879a8ed6bf403700ca9c8'
-   )
-
-_system_libs=('ffmpeg'
-  'flac'
-  'fontconfig'
-  'freetype'
-  'harfbuzz-ng'
-  'icu'
-  'libdrm'
-  'libevent'
-  'libjpeg'
-#  'libpng'
-#  'libvpx'
-  'libwebp'
-  'libxml'
-  'libxslt'
-#  'openh264'
-  'opus'
-  're2'
-  'snappy'
-  'yasm'
-  'zlib'
- )
-
-prepare() {
-  mkdir -p "${srcdir}"/python2-path
-  ln -sf /usr/bin/python2 "${srcdir}/python2-path/python"
-  export PATH="${srcdir}/python2-path:${PATH}:${srcdir}/depot_tools"
-
-  echo "Fetching chromium..."
-  git clone --branch=${_chromiumver} --depth=1 \
-  https://chromium.googlesource.com/chromium/src.git
-
-  echo 

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

2019-12-09 Thread Nicola Squartini via arch-commits
Date: Tuesday, December 10, 2019 @ 02:35:46
  Author: tensor5
Revision: 536461

upgpkg: electron 7.1.4-1

Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-10 01:52:57 UTC (rev 536460)
+++ PKGBUILD2019-12-10 02:35:46 UTC (rev 536461)
@@ -1,9 +1,9 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=electron
-pkgver=7.1.3
-_commit=15688c6d6ed3b39c07dc514cbcb3dc37908b7665
-_chromiumver=78.0.3904.126
+pkgver=7.1.4
+_commit=09d59f2b83e6f1075b202bb5e3829f2d4a6ceb42
+_chromiumver=78.0.3904.130
 pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')


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

2019-12-09 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, December 10, 2019 @ 01:52:57
  Author: kgizdov
Revision: 536460

check search paths and break on missing

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 23:35:30 UTC (rev 536459)
+++ PKGBUILD2019-12-10 01:52:57 UTC (rev 536460)
@@ -27,6 +27,15 @@
   python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
 }
 
+check_dir() {
+  if [ -d "${1}" ]; then
+return 0
+  else
+>&2 echo Directory "${1}" does not exist or is a file! Exiting...
+exit 1
+  fi
+}
+
 prepare() {
   patch -Np1 -d tensorflow-${_pkgver} -i 
"$srcdir"/Add-grpc-fix-for-gettid.patch
 
@@ -134,7 +143,9 @@
   WHEEL_PACKAGE=$(find "${srcdir}"/$1 -name "tensor*.whl")
   pip install --ignore-installed --upgrade --root "${pkgdir}"/ $WHEEL_PACKAGE 
--no-dependencies
   # move extra headers to correct location
-  find "${pkgdir}/usr/lib/python$(get_pyver)"/site-packages/tensorflow/include 
-maxdepth 1 -mindepth 1 -type d -print0 | while read -rd $'\0' _folder; do
+  local 
_srch_path="${pkgdir}/usr/lib/python$(get_pyver)"/site-packages/tensorflow_core/include
+  check_dir "${_srch_path}"  # we need to quit on broken search paths
+  find "${_srch_path}" -maxdepth 1 -mindepth 1 -type d -print0 | while read 
-rd $'\0' _folder; do
 cp -nr "${_folder}" "${pkgdir}"/usr/include/tensorflow/
   done
   # clean up unneeded files
@@ -165,10 +176,12 @@
   pip install --ignore-installed --upgrade --root "${pkgdir}"/ $WHEEL_PACKAGE 
--no-dependencies
 
   # create symlinks to headers
-  find 
"${pkgdir}/usr/lib/python$(get_pyver)"/site-packages/tensorflow/include/ 
-maxdepth 1 -mindepth 1 -type d -print0 | while read -rd $'\0' _folder; do
+  local 
_srch_path="${pkgdir}/usr/lib/python$(get_pyver)"/site-packages/tensorflow_core/include/
+  check_dir "${_srch_path}"  # we need to quit on broken search paths
+  find "${_srch_path}" -maxdepth 1 -mindepth 1 -type d -print0 | while read 
-rd $'\0' _folder; do
 rm -rf "${_folder}"
 _smlink="$(basename "${_folder}")"
-ln -s /usr/include/tensorflow/"${_smlink}" 
"${pkgdir}/usr/lib/python$(get_pyver)"/site-packages/tensorflow/include/
+ln -s /usr/include/tensorflow/"${_smlink}" "${_srch_path}"
   done
 
   # tensorboard has been separated from upstream but they still install it with


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

2019-12-09 Thread Kyle Keen via arch-commits
Date: Monday, December 9, 2019 @ 23:35:30
  Author: kkeen
Revision: 536459

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   78 -
 1 file changed, 37 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 23:35:20 UTC (rev 536458)
+++ PKGBUILD2019-12-09 23:35:30 UTC (rev 536459)
@@ -1,41 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Jelle van der Waa 
-# Contributor: Pierre Chapuis 
-# Contributor: Stefano Esposito 
-
-pkgname=python-irc
-pkgver=17.1
-pkgrel=2
-pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
-depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco' 
'python-tempora')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest')
-arch=('any')
-url="https://pypi.python.org/pypi/irc;
-license=('LGPL')
-source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz;)
-md5sums=('49e9851caa35fbc82953519ee6c1626e')
-
-prepare() {
-  cd "$srcdir"
-  cp -a "irc-$pkgver" "irc2-$pkgver"
-}
-
-build() {
-  cd "$srcdir/irc-$pkgver"
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py build
-}
-
-check() {
-  return  # dude broke pytest?
-  cd "$srcdir/irc-$pkgver"
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py test
-}
-
-package() {
-  cd "$srcdir/irc-$pkgver"
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py install --root="$pkgdir" --optimize=0
-}

Copied: python-irc/repos/community-any/PKGBUILD (from rev 536458, 
python-irc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 23:35:30 UTC (rev 536459)
@@ -0,0 +1,37 @@
+# Maintainer: Kyle Keen 
+# Contributor: Jelle van der Waa 
+# Contributor: Pierre Chapuis 
+# Contributor: Stefano Esposito 
+
+pkgname=python-irc
+pkgver=17.1
+pkgrel=3
+pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
+depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco'
+ 'python-tempora' 'python-importlib-metadata')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest')
+arch=('any')
+url="https://pypi.python.org/pypi/irc;
+license=('LGPL')
+source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz;)
+md5sums=('49e9851caa35fbc82953519ee6c1626e')
+
+build() {
+  cd "$srcdir/irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  python3 setup.py build
+}
+
+check() {
+  return  # dude broke pytest?
+  cd "$srcdir/irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  python3 setup.py test
+}
+
+package() {
+  cd "$srcdir/irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  python3 setup.py install --root="$pkgdir" --optimize=0
+}


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

2019-12-09 Thread Kyle Keen via arch-commits
Date: Monday, December 9, 2019 @ 23:35:20
  Author: kkeen
Revision: 536458

upgpkg: python-irc 17.1-3

Modified:
  python-irc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 23:16:59 UTC (rev 536457)
+++ PKGBUILD2019-12-09 23:35:20 UTC (rev 536458)
@@ -5,9 +5,10 @@
 
 pkgname=python-irc
 pkgver=17.1
-pkgrel=2
+pkgrel=3
 pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
-depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco' 
'python-tempora')
+depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco'
+ 'python-tempora' 'python-importlib-metadata')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest')
 arch=('any')
@@ -16,11 +17,6 @@
 
source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz;)
 md5sums=('49e9851caa35fbc82953519ee6c1626e')
 
-prepare() {
-  cd "$srcdir"
-  cp -a "irc-$pkgver" "irc2-$pkgver"
-}
-
 build() {
   cd "$srcdir/irc-$pkgver"
   export LC_ALL=en_US.UTF-8


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

2019-12-09 Thread Filipe Laíns via arch-commits
Date: Monday, December 9, 2019 @ 23:16:59
  Author: ffy00
Revision: 536457

archrelease: copy trunk to community-x86_64

Added:
  cycfx2prog/repos/community-x86_64/
  cycfx2prog/repos/community-x86_64/PKGBUILD
(from rev 536456, cycfx2prog/trunk/PKGBUILD)

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

Copied: cycfx2prog/repos/community-x86_64/PKGBUILD (from rev 536456, 
cycfx2prog/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-09 23:16:59 UTC (rev 536457)
@@ -0,0 +1,24 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=cycfx2prog
+pkgver=0.47
+pkgrel=1
+pkgdesc="Light command line download accelerator"
+arch=('x86_64')
+url="https://github.com/axel-download-accelerator/axel;
+license=('GPL2')
+depends=('libusb-compat')
+source=("https://www.triplespark.net/elec/periph/USB-FX2/software/$pkgname-$pkgver.tar.gz;)
+sha512sums=('089895f0c4b45012f9f9fc607a30c2e2897f360d270973354fa739cc456d2728080733461f6a3681422049599947461c05e5d9e7e598fc3c9fd6d5a7d89e346c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm 755 $pkgname "$pkgdir"/usr/bin/$pkgname
+}


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

2019-12-09 Thread Filipe Laíns via arch-commits
Date: Monday, December 9, 2019 @ 23:16:47
  Author: ffy00
Revision: 536456

upgpkg: cycfx2prog 0.47-1

Added:
  cycfx2prog/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 23:16:47 UTC (rev 536456)
@@ -0,0 +1,24 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=cycfx2prog
+pkgver=0.47
+pkgrel=1
+pkgdesc="Light command line download accelerator"
+arch=('x86_64')
+url="https://github.com/axel-download-accelerator/axel;
+license=('GPL2')
+depends=('libusb-compat')
+source=("https://www.triplespark.net/elec/periph/USB-FX2/software/$pkgname-$pkgver.tar.gz;)
+sha512sums=('089895f0c4b45012f9f9fc607a30c2e2897f360d270973354fa739cc456d2728080733461f6a3681422049599947461c05e5d9e7e598fc3c9fd6d5a7d89e346c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm 755 $pkgname "$pkgdir"/usr/bin/$pkgname
+}


[arch-commits] Commit in (cycfx2prog cycfx2prog/repos cycfx2prog/trunk)

2019-12-09 Thread Filipe Laíns via arch-commits
Date: Monday, December 9, 2019 @ 22:51:54
  Author: ffy00
Revision: 536455

add root structure

Added:
  cycfx2prog/
  cycfx2prog/repos/
  cycfx2prog/trunk/


[arch-commits] Commit in kopete/repos/extra-x86_64 (9 files)

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 22:34:46
  Author: arojas
Revision: 370567

archrelease: copy trunk to extra-x86_64

Added:
  kopete/repos/extra-x86_64/PKGBUILD
(from rev 370566, kopete/trunk/PKGBUILD)
  kopete/repos/extra-x86_64/kopete-mediastreamer-4.3.patch
(from rev 370566, kopete/trunk/kopete-mediastreamer-4.3.patch)
  kopete/repos/extra-x86_64/kopete-mediastreamer2.14.patch
(from rev 370566, kopete/trunk/kopete-mediastreamer2.14.patch)
  kopete/repos/extra-x86_64/kopete-openssl-1.1.patch
(from rev 370566, kopete/trunk/kopete-openssl-1.1.patch)
  kopete/repos/extra-x86_64/kopete-srtp2.patch
(from rev 370566, kopete/trunk/kopete-srtp2.patch)
Deleted:
  kopete/repos/extra-x86_64/PKGBUILD
  kopete/repos/extra-x86_64/kopete-mediastreamer2.14.patch
  kopete/repos/extra-x86_64/kopete-openssl-1.1.patch
  kopete/repos/extra-x86_64/kopete-srtp2.patch

+
 PKGBUILD   |  101 +++---
 kopete-mediastreamer-4.3.patch |   84 +
 kopete-mediastreamer2.14.patch |  562 +--
 kopete-openssl-1.1.patch   |  614 +++
 kopete-srtp2.patch |  308 +--
 5 files changed, 878 insertions(+), 791 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 22:34:15 UTC (rev 370566)
+++ PKGBUILD2019-12-09 22:34:46 UTC (rev 370567)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kopete
-pkgver=19.08.3
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='https://kde.org/applications/internet/kopete/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
- libidn libotr)
-makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor)
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
-kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch)
-sha256sums=('d4e407516754cdf66f447e4439f41080586af2ec30c07bd1c88712b089f21221'
-'SKIP'
-'8b8e7a5d9f17fafdddb402fab22b0b8d9963039ea8ea9fa749cad67aeeb879ac'
-'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
-'a12ea422e5162ef11274a98fd53658d6e780cafbe2e0fac70c8bc7d3291fef8b')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# fix build with mediastreamer 2.14 https://phabricator.kde.org/D15956
-  patch -p1 -i ../kopete-mediastreamer2.14.patch
-# fix build with OpenSSL 1.1 (Fedora patch)
-  patch -p1 -i ../kopete-openssl-1.1.patch
-# support SRTP2
-  patch -p1 -i ../kopete-srtp2.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kopete/repos/extra-x86_64/PKGBUILD (from rev 370566, 
kopete/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 22:34:46 UTC (rev 370567)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kopete
+pkgver=19.08.3
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='https://kde.org/applications/internet/kopete/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
+ libidn libotr)
+makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor bcunit)
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
+kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-mediastreamer-4.3.patch)
+sha256sums=('d4e407516754cdf66f447e4439f41080586af2ec30c07bd1c88712b089f21221'
+'SKIP'
+'8b8e7a5d9f17fafdddb402fab22b0b8d9963039ea8ea9fa749cad67aeeb879ac'
+'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
+'a12ea422e5162ef11274a98fd53658d6e780cafbe2e0fac70c8bc7d3291fef8b'
+'7ff38588f25bc05eae8ba20d9624536b33addf26b74e8c64ac036291f98f2bc2')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  

[arch-commits] Commit in kopete/trunk (PKGBUILD kopete-mediastreamer-4.3.patch)

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 22:34:15
  Author: arojas
Revision: 370566

mediastreamer 4.3 rebuild

Added:
  kopete/trunk/kopete-mediastreamer-4.3.patch
Modified:
  kopete/trunk/PKGBUILD

+
 PKGBUILD   |   11 +++--
 kopete-mediastreamer-4.3.patch |   84 +++
 2 files changed, 91 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 21:59:58 UTC (rev 370565)
+++ PKGBUILD2019-12-09 22:34:15 UTC (rev 370566)
@@ -4,7 +4,7 @@
 
 pkgname=kopete
 pkgver=19.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Instant Messenger'
 url='https://kde.org/applications/internet/kopete/'
 arch=(x86_64)
@@ -12,15 +12,16 @@
 groups=(kde-applications kdenetwork)
 depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
  libidn libotr)
-makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor)
+makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor bcunit)
 optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
 
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
-kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch)
+kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-mediastreamer-4.3.patch)
 sha256sums=('d4e407516754cdf66f447e4439f41080586af2ec30c07bd1c88712b089f21221'
 'SKIP'
 '8b8e7a5d9f17fafdddb402fab22b0b8d9963039ea8ea9fa749cad67aeeb879ac'
 'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
-'a12ea422e5162ef11274a98fd53658d6e780cafbe2e0fac70c8bc7d3291fef8b')
+'a12ea422e5162ef11274a98fd53658d6e780cafbe2e0fac70c8bc7d3291fef8b'
+'7ff38588f25bc05eae8ba20d9624536b33addf26b74e8c64ac036291f98f2bc2')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
@@ -30,6 +31,8 @@
   cd $pkgname-$pkgver
 # fix build with mediastreamer 2.14 https://phabricator.kde.org/D15956
   patch -p1 -i ../kopete-mediastreamer2.14.patch
+# Detect mediastreamer 4.3
+  patch -p1 -i ../kopete-mediastreamer-4.3.patch
 # fix build with OpenSSL 1.1 (Fedora patch)
   patch -p1 -i ../kopete-openssl-1.1.patch
 # support SRTP2

Added: kopete-mediastreamer-4.3.patch
===
--- kopete-mediastreamer-4.3.patch  (rev 0)
+++ kopete-mediastreamer-4.3.patch  2019-12-09 22:34:15 UTC (rev 370566)
@@ -0,0 +1,84 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 6be4a..8e63c2cee 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -92,8 +92,8 @@ set_package_properties(Libgadu PROPERTIES DESCRIPTION "A 
library providing suppo
+ find_package(LibMeanwhile QUIET)
+ set_package_properties(LibMeanwhile PROPERTIES DESCRIPTION "A library for 
protocol support for connection to sametime servers" URL 
"http://meanwhile.sourceforge.net/; TYPE OPTIONAL PURPOSE "Required for the 
meanwhile protocol")
+ 
+-find_package(LiboRTP QUIET)
+-set_package_properties(LiboRTP PROPERTIES DESCRIPTION "oRTP provides an API 
to send rtp packets" URL 
"http://www.linphone.org/index.php/eng/code_review/ortp/; TYPE OPTIONAL PURPOSE 
"Required for the Jabber protocol with libjingle support")
++find_package(ortp QUIET)
++set_package_properties(ortp PROPERTIES DESCRIPTION "oRTP provides an API to 
send rtp packets" URL "http://www.linphone.org/index.php/eng/code_review/ortp/; 
TYPE OPTIONAL PURPOSE "Required for the Jabber protocol with libjingle support")
+ 
+ find_package(LibOTR QUIET)
+ set_package_properties(LibOTR PROPERTIES DESCRIPTION "Library to encrypt 
messages with off-the-record encryption" URL "http://www.cypherpunks.ca/otr/; 
TYPE OPTIONAL PURPOSE "Required for the OTR plugin")
+@@ -107,8 +107,8 @@ set_package_properties(LibXml2 PROPERTIES DESCRIPTION 
"Libraries used to develop
+ find_package(LibXslt QUIET)
+ set_package_properties(LibXslt PROPERTIES DESCRIPTION "A library to transform 
XML files into other XML files" URL "http://www.xmlsoft.org/XSLT/; TYPE 
OPTIONAL PURPOSE "Required for the Webpresence plugin")
+ 
+-find_package(Mediastreamer QUIET)
+-set_package_properties(Mediastreamer PROPERTIES DESCRIPTION "A streaming 
enginer specialized for voice/video telephony applications" URL 
"http://www.linphone.org/index.php/eng/code_review/mediastreamer2/; TYPE 
OPTIONAL PURPOSE "Required for the Jabber protocol with libjingle support")
++find_package(Mediastreamer2 QUIET)
++set_package_properties(Mediastreamer2 PROPERTIES DESCRIPTION "A streaming 
enginer specialized for voice/video 

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

2019-12-09 Thread Jelle van der Waa via arch-commits
Date: Monday, December 9, 2019 @ 22:14:01
  Author: jelle
Revision: 536449

archrelease: copy trunk to community-x86_64

Added:
  disorderfs/repos/community-x86_64/PKGBUILD
(from rev 536448, disorderfs/trunk/PKGBUILD)
Deleted:
  disorderfs/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 --
 1 file changed, 28 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 22:13:49 UTC (rev 536448)
+++ PKGBUILD2019-12-09 22:14:01 UTC (rev 536449)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Mike Swanson 
-
-pkgname=disorderfs
-pkgver=0.5.5
-pkgrel=1
-pkgdesc="FUSE filesystem that introduces non-determinism"
-arch=('x86_64')
-url="https://reproducible-builds.org/;
-license=('GPL3')
-depends=('fuse')
-makedepends=('asciidoc' 'git')
-source=("git+https://salsa.debian.org/reproducible-builds/disorderfs.git#commit=984eac8879049d84896895e044ddc5e6c3948061;)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir/" PREFIX=/usr install
-}

Copied: disorderfs/repos/community-x86_64/PKGBUILD (from rev 536448, 
disorderfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 22:14:01 UTC (rev 536449)
@@ -0,0 +1,28 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Mike Swanson 
+
+pkgname=disorderfs
+pkgver=0.5.6
+pkgrel=1
+pkgdesc="FUSE filesystem that introduces non-determinism"
+arch=('x86_64')
+url="https://reproducible-builds.org/;
+license=('GPL3')
+depends=('fuse')
+makedepends=('asciidoc' 'git')
+source=(https://reproducible-builds.org/_lfs/releases/disorderfs/disorderfs-0.5.6.tar.bz2{,.asc})
+sha512sums=('6909dec184bca1d37577730b66a1ad42a877527e61052b35587616a803dda5e948596cdb255826ffb5c3d88d18c59b1aa0e6acfee9219de0b8ab0ae1cc96f959'
+'SKIP')
+validpgpkeys=('B8BF54137B09D35CF026FE9D091AB856069AAA1C')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir/" PREFIX=/usr install
+}


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

2019-12-09 Thread Jelle van der Waa via arch-commits
Date: Monday, December 9, 2019 @ 22:13:49
  Author: jelle
Revision: 536448

upgpkg: disorderfs 0.5.6-1

Upstream update, switch to signatures

Modified:
  disorderfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 21:36:19 UTC (rev 536447)
+++ PKGBUILD2019-12-09 22:13:49 UTC (rev 536448)
@@ -2,7 +2,7 @@
 # Contributor: Mike Swanson 
 
 pkgname=disorderfs
-pkgver=0.5.5
+pkgver=0.5.6
 pkgrel=1
 pkgdesc="FUSE filesystem that introduces non-determinism"
 arch=('x86_64')
@@ -10,17 +10,19 @@
 license=('GPL3')
 depends=('fuse')
 makedepends=('asciidoc' 'git')
-source=("git+https://salsa.debian.org/reproducible-builds/disorderfs.git#commit=984eac8879049d84896895e044ddc5e6c3948061;)
-sha512sums=('SKIP')
+source=(https://reproducible-builds.org/_lfs/releases/disorderfs/disorderfs-0.5.6.tar.bz2{,.asc})
+sha512sums=('6909dec184bca1d37577730b66a1ad42a877527e61052b35587616a803dda5e948596cdb255826ffb5c3d88d18c59b1aa0e6acfee9219de0b8ab0ae1cc96f959'
+'SKIP')
+validpgpkeys=('B8BF54137B09D35CF026FE9D091AB856069AAA1C')
 
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
 
   make
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
 
   make DESTDIR="$pkgdir/" PREFIX=/usr install
 }


[arch-commits] Commit in parallel/repos (7 files)

2019-12-09 Thread Johannes Löthberg via arch-commits
Date: Monday, December 9, 2019 @ 21:36:19
  Author: demize
Revision: 536447

db-move: moved parallel from [community-testing] to [community] (any)

Added:
  parallel/repos/community-any/0001-Remove-citation-things.patch
(from rev 536446, 
parallel/repos/community-testing-any/0001-Remove-citation-things.patch)
  parallel/repos/community-any/0002-Remove-GNU-branding.patch
(from rev 536446, 
parallel/repos/community-testing-any/0002-Remove-GNU-branding.patch)
  parallel/repos/community-any/PKGBUILD
(from rev 536446, parallel/repos/community-testing-any/PKGBUILD)
Deleted:
  parallel/repos/community-any/0001-Remove-citation-things.patch
  parallel/repos/community-any/0002-Remove-GNU-branding.patch
  parallel/repos/community-any/PKGBUILD
  parallel/repos/community-testing-any/

-+
 /0001-Remove-citation-things.patch  |  320 ++
 /0002-Remove-GNU-branding.patch |  245 
 /PKGBUILD   |   40 ++
 community-any/0001-Remove-citation-things.patch |  293 
 community-any/0002-Remove-GNU-branding.patch|  165 ---
 community-any/PKGBUILD  |   40 --
 6 files changed, 605 insertions(+), 498 deletions(-)

Deleted: community-any/0001-Remove-citation-things.patch
===
--- community-any/0001-Remove-citation-things.patch 2019-12-09 21:31:16 UTC 
(rev 536446)
+++ community-any/0001-Remove-citation-things.patch 2019-12-09 21:36:19 UTC 
(rev 536447)
@@ -1,293 +0,0 @@
-From 67ad2dff4bdc73012a8724f0fc439eeefbaaf768 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Fri, 22 Mar 2019 19:03:41 +0100
-Subject: [PATCH 1/2] Remove citation things
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- src/parallel | 232 +--
- 1 file changed, 1 insertion(+), 231 deletions(-)
-
-diff --git a/src/parallel b/src/parallel
-index f41a17d..b7af99c 100755
 a/src/parallel
-+++ b/src/parallel
-@@ -1206,8 +1206,6 @@ sub options_hash() {
-"gnu" => \$opt::gnu,
-"link|xapply" => \$opt::link,
-"linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
--   # Before changing this line, please read
-- # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
-"bibtex|citation" => \$opt::citation,
-"wc|willcite|will-cite|nn|nonotice|no-notice" => \$opt::willcite,
-# Termination and retries
-@@ -1312,12 +1310,6 @@ sub parse_options(@) {
- my @argv_before = @ARGV;
- @ARGV = read_options();
- 
--# Before changing this line, please read
--# 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
--if(defined $opt::citation) {
--  citation(\@argv_before,\@ARGV);
--  wait_and_exit(0);
--}
- # no-* overrides *
- if($opt::nokeeporder) { $opt::keeporder = undef; }
- 
-@@ -1544,73 +1536,6 @@ sub parse_options(@) {
- if(defined $opt::eta) { $opt::progress = $opt::eta; }
- if(defined $opt::bar) { $opt::progress = $opt::bar; }
- 
--# Funding a free software project is hard. GNU Parallel is no
--# exception. On top of that it seems the less visible a project
--# is, the harder it is to get funding. And the nature of GNU
--# Parallel is that it will never be seen by "the guy with the
--# checkbook", but only by the people doing the actual work.
--#
--# This problem has been covered by others - though no solution has
--# been found:
--# https://www.slideshare.net/NadiaEghbal/consider-the-maintainer
--# https://www.numfocus.org/blog/why-is-numpy-only-now-getting-funded/
--#
--# If you want GNU Parallel to be maintained in the future, and not
--# just wither away like so many other free software tools, you
--# need to help finance the development.
--#
--# The citation notice is a simple way of doing so, as citations
--# makes it possible to me to get a job where I can maintain GNU
--# Parallel as part of the job.
--#
--# This means you can help financing development
--#
--#   WITHOUT PAYING A SINGLE CENT!
--#
--# Before implementing the citation notice it was discussed with
--# the users:
--# https://lists.gnu.org/archive/html/parallel/2013-11/msg6.html
--#
--# Having to spend 10 seconds on running 'parallel --citation' once
--# is no doubt not an ideal solution, but no one has so far come up
--# with an ideal solution - neither for funding GNU Parallel nor
--# other free software.
--#
--# If you believe you have the perfect solution, you should try it
--# out, and if it works, you should post it on the email
--# list. Ideas that will cost work 

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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 21:31:16
  Author: arojas
Revision: 536446

archrelease: copy trunk to community-staging-x86_64

Added:
  mediastreamer/repos/community-staging-x86_64/
  mediastreamer/repos/community-staging-x86_64/PKGBUILD
(from rev 536445, mediastreamer/trunk/PKGBUILD)
  mediastreamer/repos/community-staging-x86_64/libsrtp2.diff
(from rev 536445, mediastreamer/trunk/libsrtp2.diff)

---+
 PKGBUILD  |   35 
 libsrtp2.diff |  241 
 2 files changed, 276 insertions(+)

Copied: mediastreamer/repos/community-staging-x86_64/PKGBUILD (from rev 536445, 
mediastreamer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-09 21:31:16 UTC (rev 536446)
@@ -0,0 +1,35 @@
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+# Contributor: Mark Lee 
+
+pkgname=mediastreamer
+pkgver=4.3
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/mediastreamer2;
+license=(GPL)
+depends=(ortp ffmpeg libxv libupnp bzrtp glew libsrtp)
+makedepends=(cmake python bcunit doxygen)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz;)
+sha256sums=('5f84b19ca26e0059b6fd3faed645755d90a81501252b18dcabd3639098af5b2a')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}2-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: mediastreamer/repos/community-staging-x86_64/libsrtp2.diff (from rev 
536445, mediastreamer/trunk/libsrtp2.diff)
===
--- community-staging-x86_64/libsrtp2.diff  (rev 0)
+++ community-staging-x86_64/libsrtp2.diff  2019-12-09 21:31:16 UTC (rev 
536446)
@@ -0,0 +1,241 @@
+diff -u -r mediastreamer2-2.16.1/configure.ac 
mediastreamer2-2.16.1-libsrtp2/configure.ac
+--- mediastreamer2-2.16.1/configure.ac 2017-07-21 15:00:47.0 +0200
 mediastreamer2-2.16.1-libsrtp2/configure.ac2018-01-13 
00:06:22.194089121 +0100
+@@ -1041,7 +1041,7 @@
+ 
+ dnl check for libsrtp support (secure rtp)
+ AC_ARG_WITH(srtp,
+-  AC_HELP_STRING([--with-srtp], [Set prefix where libsrtp can be found or 
"none" to disable (ex:/usr or /usr/local) [[default=/usr]]]),
++  AC_HELP_STRING([--with-srtp], [Set prefix where libsrtp2 can be found 
or "none" to disable (ex:/usr or /usr/local) [[default=/usr]]]),
+   [srtp_prefix=$withval],
+   [if test "$prefix" != "NONE"; then
+   srtp_prefix=$prefix
+@@ -1051,22 +1051,22 @@
+ 
+ if test "${srtp_prefix}" != "none" ; then
+   if test "${srtp_prefix}" != "/usr" ; then
+-  SRTP_CFLAGS="-I${srtp_prefix}/include 
-I${srtp_prefix}/include/srtp"
++  SRTP_CFLAGS="-I${srtp_prefix}/include 
-I${srtp_prefix}/include/srtp2"
+   SRTP_LIBS="-L${srtp_prefix}/lib"
+   fi
+-  SRTP_LIBS="$SRTP_LIBS -lsrtp"
++  SRTP_LIBS="$SRTP_LIBS -lsrtp2"
+ 
+   dnl check srtp headers
+   CPPFLAGS_save=$CPPFLAGS
+   CPPFLAGS="$CPPFLAGS $SRTP_CFLAGS"
+-  AC_CHECK_HEADER([srtp/srtp.h],have_srtp_headers=yes)
++  AC_CHECK_HEADER([srtp2/srtp.h],have_srtp_headers=yes)
+   CPPFLAGS=$CPPFLAGS_save
+ 
+   dnl check for srtp lib
+   LDFLAGS_save=$LDFLAGS
+   LDFLAGS="$LDFLAGS $SRTP_LIBS"
+   LIBS_save=$LIBS
+-  AC_CHECK_LIB(srtp,[srtp_init, 
crypto_policy_set_aes_cm_256_hmac_sha1_80, 
crypto_policy_set_aes_cm_256_hmac_sha1_32], have_srtp_lib=yes)
++  AC_CHECK_LIB(srtp2,[srtp_init, 
srtp_crypto_policy_set_aes_cm_256_hmac_sha1_80, 
srtp_crypto_policy_set_aes_cm_256_hmac_sha1_32], have_srtp_lib=yes)
+   LDFLAGS=$LDFLAGS_save
+   LIBS=$LIBS_save
+ 
+@@ -1075,9 +1075,9 @@
+   LIBS_save=$LIBS
+   LDFLAGS="$LDFLAGS $SRTP_LIBS"
+   AC_CHECK_LIB(
+-  srtp,
++  srtp2,
+   sha1_update,[
+-  AC_MSG_WARN([This libsrtp version exports 
symbols conflicting with polarssl, resulting in a bad execution path. libsrtp 
will be statically linked])
++  AC_MSG_WARN([This libsrtp2 version exports 
symbols conflicting with polarssl, resulting in a bad execution path. libsrtp2 
will be statically linked])
+   srtp_polarssl_conflict=yes
+   ],
+   srtp_polarssl_conflict=no
+@@ -1086,13 +1086,13 @@
+   LIBS=$LIBS_save
+ 
+   

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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 21:30:45
  Author: arojas
Revision: 536445

Update to 4.3

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 21:23:12 UTC (rev 536444)
+++ PKGBUILD2019-12-09 21:30:45 UTC (rev 536445)
@@ -5,36 +5,31 @@
 # Contributor: Mark Lee 
 
 pkgname=mediastreamer
-pkgver=2.16.1
-pkgrel=6
+pkgver=4.3
+pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
 url="https://github.com/BelledonneCommunications/mediastreamer2;
 license=(GPL)
 depends=(ortp ffmpeg libxv libupnp bzrtp glew libsrtp)
-# xxd from Vim is needed to build
-makedepends=(intltool vim bcunit)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz;
-libsrtp2.diff)
-sha256sums=('25e0557d5b992d256a6df07466ba3c10587bdf899850b46a31e79b91147e5910'
-'faec3586e3ff8315d79fb5ef5bcc4d630ee66e63a9c6a25f28d113765fa28e58')
+makedepends=(cmake python bcunit doxygen)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz;)
+sha256sums=('5f84b19ca26e0059b6fd3faed645755d90a81501252b18dcabd3639098af5b2a')
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
 
 prepare() {
-  cd ${pkgname}2-$pkgver
-  patch -Np1 -i ../libsrtp2.diff
-  ./autogen.sh
+  mkdir -p build
 }
 
 build() {
-  cd ${pkgname}2-$pkgver
-  export CFLAGS="$CFLAGS -DMS2_GIT_VERSION=\"\\\"unknown\\\"\""
-  ./configure --prefix=/usr \
---enable-glx --enable-xv --enable-zrtp --enable-external-ortp 
--disable-strict
+  cd build
+  cmake ../${pkgname}2-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
   make
 }
 
 package() {
-  cd ${pkgname}2-$pkgver
+  cd build
   make DESTDIR="$pkgdir" install
 }


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 21:23:12
  Author: arojas
Revision: 536444

archrelease: copy trunk to community-staging-x86_64

Added:
  ortp/repos/community-staging-x86_64/
  ortp/repos/community-staging-x86_64/PKGBUILD
(from rev 536443, ortp/trunk/PKGBUILD)

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

Copied: ortp/repos/community-staging-x86_64/PKGBUILD (from rev 536443, 
ortp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-09 21:23:12 UTC (rev 536444)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: William Rea 
+
+pkgname=ortp
+pkgver=4.3
+pkgrel=1
+pkgdesc="A Real-time Transport Protocol (RTP) library"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/ortp;
+license=(GPL3)
+depends=(bctoolbox)
+makedepends=(cmake doxygen)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz;)
+sha256sums=('27a71ea6983fde5fb37ad24f42a41b7b1327ac5f0369196f5c0cfe4b2355540e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 21:22:52
  Author: arojas
Revision: 536443

Update to 4.3

Modified:
  ortp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 21:19:32 UTC (rev 536442)
+++ PKGBUILD2019-12-09 21:22:52 UTC (rev 536443)
@@ -1,29 +1,33 @@
-# Maintainer:
+# Maintainer: Antonio Rojas 
 # Contributor: Andrea Scarpino 
 # Contributor: Jaroslaw Swierczynski 
 # Contributor: William Rea 
 
 pkgname=ortp
-pkgver=1.0.2
+pkgver=4.3
 pkgrel=1
 pkgdesc="A Real-time Transport Protocol (RTP) library"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/BelledonneCommunications/ortp;
-license=('GPL3')
-depends=('bctoolbox')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz;)
-sha256sums=('f8069cbb0c9679545e52d4080e07b4c2bea049f2571100332c90539490240d76')
+license=(GPL3)
+depends=(bctoolbox)
+makedepends=(cmake doxygen)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz;)
+sha256sums=('27a71ea6983fde5fb37ad24f42a41b7b1327ac5f0369196f5c0cfe4b2355540e')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd ${pkgname}-${pkgver}
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr \
---disable-strict
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  cd build
+  make DESTDIR="$pkgdir" install
 }


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 21:19:32
  Author: arojas
Revision: 536442

archrelease: copy trunk to community-staging-x86_64

Added:
  bzrtp/repos/community-staging-x86_64/
  bzrtp/repos/community-staging-x86_64/PKGBUILD
(from rev 536441, bzrtp/trunk/PKGBUILD)

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

Copied: bzrtp/repos/community-staging-x86_64/PKGBUILD (from rev 536441, 
bzrtp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-09 21:19:32 UTC (rev 536442)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=bzrtp
+pkgver=4.3
+pkgrel=1
+pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/bzrtp;
+license=(GPL2)
+depends=(libxml2 bctoolbox sqlite)
+makedepends=(bcunit cmake)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz;)
+sha256sums=('bd9739b973af1e957ff39f613b5995514657a80152994c5c111a75843da4257e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 21:19:13
  Author: arojas
Revision: 536441

Update to 4.3

Modified:
  bzrtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 21:11:34 UTC (rev 536440)
+++ PKGBUILD2019-12-09 21:19:13 UTC (rev 536441)
@@ -1,28 +1,30 @@
-# Maintainer:
-# Contributor: Antonio Rojas 
+# Maintainer: Antonio Rojas 
 
 pkgname=bzrtp
-pkgver=1.0.6
-pkgrel=3
+pkgver=4.3
+pkgrel=1
 pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/BelledonneCommunications/bzrtp;
-license=('GPL2')
-depends=('libxml2' 'mbedtls' 'bctoolbox')
-makedepends=('bcunit')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+license=(GPL2)
+depends=(libxml2 bctoolbox sqlite)
+makedepends=(bcunit cmake)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz;)
-sha256sums=('d551cf45372a180319fd93d7b59823ccff169dc41f67a777932c83def8019260')
+sha256sums=('bd9739b973af1e957ff39f613b5995514657a80152994c5c111a75843da4257e')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd ${pkgname}-${pkgver}
-  CFLAGS="$CFLAGS -Wno-error=cast-function-type"
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  cd build
+  make DESTDIR="$pkgdir" install
 }


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 21:11:34
  Author: arojas
Revision: 536440

archrelease: copy trunk to community-staging-x86_64

Added:
  bctoolbox/repos/community-staging-x86_64/PKGBUILD
(from rev 536439, bctoolbox/trunk/PKGBUILD)
Deleted:
  bctoolbox/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 21:11:20 UTC (rev 536439)
+++ PKGBUILD2019-12-09 21:11:34 UTC (rev 536440)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-
-pkgname=bctoolbox
-pkgver=4.3
-pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=(x86_64)
-url="https://github.com/BelledonneCommunications/bctoolbox;
-license=(GPL)
-depends=(mbedtls)
-makedepends=(cmake bcunit)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('9d091364d85b7862eef9de90dd5303ccdd4ea2a3a291dfb04648625a53b02915')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bctoolbox/repos/community-staging-x86_64/PKGBUILD (from rev 536439, 
bctoolbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 21:11:34 UTC (rev 536440)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+
+pkgname=bctoolbox
+pkgver=4.3
+pkgrel=2
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/bctoolbox;
+license=(GPL)
+depends=(mbedtls)
+makedepends=(cmake bcunit)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
+sha256sums=('9d091364d85b7862eef9de90dd5303ccdd4ea2a3a291dfb04648625a53b02915')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 21:11:20
  Author: arojas
Revision: 536439

Disable static lib

Modified:
  bctoolbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 21:03:40 UTC (rev 536438)
+++ PKGBUILD2019-12-09 21:11:20 UTC (rev 536439)
@@ -3,7 +3,7 @@
 
 pkgname=bctoolbox
 pkgver=4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
 url="https://github.com/BelledonneCommunications/bctoolbox;
@@ -20,7 +20,8 @@
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
   make
 }
 


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 21:03:21
  Author: arojas
Revision: 536437

Update to 4.3

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |   33 +++--
 1 file changed, 19 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 21:01:43 UTC (rev 536436)
+++ PKGBUILD2019-12-09 21:03:21 UTC (rev 536437)
@@ -1,25 +1,30 @@
-# Maintainer: Sergej Pupykin 
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=0.6.0
-pkgrel=4
+pkgver=4.3
+pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/BelledonneCommunications/bctoolbox;
-license=('GPL')
-depends=('mbedtls')
-makedepends=('bcunit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('299dedcf8f1edea79964314504f0d24e97cdf24a289896fc09bc69c38eb9f9be')
+license=(GPL)
+depends=(mbedtls)
+makedepends=(cmake bcunit)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
+sha256sums=('9d091364d85b7862eef9de90dd5303ccdd4ea2a3a291dfb04648625a53b02915')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd ${pkgname}-$pkgver
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 
 package() {
-  cd ${pkgname}-$pkgver
-  make DESTDIR="${pkgdir}" install
+  cd build
+  make DESTDIR="$pkgdir" install
 }


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 21:03:40
  Author: arojas
Revision: 536438

archrelease: copy trunk to community-staging-x86_64

Added:
  bctoolbox/repos/community-staging-x86_64/
  bctoolbox/repos/community-staging-x86_64/PKGBUILD
(from rev 536437, bctoolbox/trunk/PKGBUILD)

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

Copied: bctoolbox/repos/community-staging-x86_64/PKGBUILD (from rev 536437, 
bctoolbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-09 21:03:40 UTC (rev 536438)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+
+pkgname=bctoolbox
+pkgver=4.3
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/bctoolbox;
+license=(GPL)
+depends=(mbedtls)
+makedepends=(cmake bcunit)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
+sha256sums=('9d091364d85b7862eef9de90dd5303ccdd4ea2a3a291dfb04648625a53b02915')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 21:01:27
  Author: arojas
Revision: 536435

Latest mediastreamer needs an unreleased version

Modified:
  bcunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 20:53:06 UTC (rev 536434)
+++ PKGBUILD2019-12-09 21:01:27 UTC (rev 536435)
@@ -3,29 +3,31 @@
 # Contributor: Danibspi danibspi  gmail  com
 
 pkgname=bcunit
-pkgver=3.0.2
-pkgrel=4
+pkgver=3.0.2+12+g3c720fb
+_commit=3c720fbf67dd3c02b0c7011ed4036982b2c93532
+pkgrel=1
 pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
 arch=(x86_64)
 url="https://github.com/BelledonneCommunications/bcunit;
 license=(LGPL)
 depends=(glibc)
-makedepends=(cmake)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;
- 
bcunit-missing-symbol.patch::"https://github.com/BelledonneCommunications/bcunit/commit/2066c388.patch;)
-sha256sums=('eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f'
-'21f7fc5e1fda61c89933ef037dbf55e7e4c68e81e706de25e6a047a65a599d92')
+makedepends=(cmake git)
+#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
+source=(git+https://gitlab.linphone.org/BC/public/bcunit.git#commit=$_commit)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../bcunit-missing-symbol.patch # Fix missing symbols
 }
 
 build() {
   cd build
-  cmake ../$pkgname-$pkgver \
+  cmake ../$pkgname \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_DOC=ON \
 -DENABLE_STATIC=OFF


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 21:01:43
  Author: arojas
Revision: 536436

archrelease: copy trunk to community-staging-x86_64

Added:
  bcunit/repos/community-staging-x86_64/PKGBUILD
(from rev 536435, bcunit/trunk/PKGBUILD)
Deleted:
  bcunit/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 21:01:27 UTC (rev 536435)
+++ PKGBUILD2019-12-09 21:01:43 UTC (rev 536436)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Daniel Milde 
-# Contributor: Danibspi danibspi  gmail  com
-
-pkgname=bcunit
-pkgver=3.0.2
-pkgrel=4
-pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
-arch=(x86_64)
-url="https://github.com/BelledonneCommunications/bcunit;
-license=(LGPL)
-depends=(glibc)
-makedepends=(cmake)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;
- 
bcunit-missing-symbol.patch::"https://github.com/BelledonneCommunications/bcunit/commit/2066c388.patch;)
-sha256sums=('eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f'
-'21f7fc5e1fda61c89933ef037dbf55e7e4c68e81e706de25e6a047a65a599d92')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../bcunit-missing-symbol.patch # Fix missing symbols
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DOC=ON \
--DENABLE_STATIC=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bcunit/repos/community-staging-x86_64/PKGBUILD (from rev 536435, 
bcunit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 21:01:43 UTC (rev 536436)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Daniel Milde 
+# Contributor: Danibspi danibspi  gmail  com
+
+pkgname=bcunit
+pkgver=3.0.2+12+g3c720fb
+_commit=3c720fbf67dd3c02b0c7011ed4036982b2c93532
+pkgrel=1
+pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/bcunit;
+license=(LGPL)
+depends=(glibc)
+makedepends=(cmake git)
+#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
+source=(git+https://gitlab.linphone.org/BC/public/bcunit.git#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_DOC=ON \
+-DENABLE_STATIC=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-09 Thread Anatol Pomozov via arch-commits
Date: Monday, December 9, 2019 @ 20:53:06
  Author: anatolik
Revision: 536434

FS#64782: use /usr/bin/python for scripts that can be run with python3

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 19:30:37 UTC (rev 536433)
+++ PKGBUILD2019-12-09 20:53:06 UTC (rev 536434)
@@ -10,7 +10,7 @@
 url='https://github.com/axboe/fio'
 license=(GPL2)
 # TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs)
+depends=(bash libaio python numactl glusterfs)
 makedepends=(gtk2)
 optdepends=(
   'gtk2: for gfio - fio GUI frontend' 
@@ -23,7 +23,7 @@
 
 prepare() {
   cd fio-fio-$pkgver
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+  sed -e 's|#!/usr/bin/python2.7$|#!/usr/bin/python|' -i 
tools/{fio_jsonplus_clat2csv,fiologparser.py,hist/fiologparser_hist.py,hist/half-bins.py,plot/fio2gnuplot}
 
   patch -p1 < ../fix_gfio.patch
 }


[arch-commits] Commit in glib-networking/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-09 Thread Jan Steffens via arch-commits
Date: Monday, December 9, 2019 @ 20:31:14
  Author: heftig
Revision: 370564

archrelease: copy trunk to extra-x86_64

Added:
  glib-networking/repos/extra-x86_64/PKGBUILD
(from rev 370563, glib-networking/trunk/PKGBUILD)
Deleted:
  glib-networking/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 20:30:58 UTC (rev 370563)
+++ PKGBUILD2019-12-09 20:31:14 UTC (rev 370564)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=glib-networking
-pkgver=2.62.1
-pkgrel=1
-pkgdesc="Network extensions for GLib"
-url="https://gitlab.gnome.org/GNOME/glib-networking;
-arch=(x86_64)
-license=(GPL2)
-depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
-makedepends=(meson git openssl)
-checkdepends=(ca-certificates)
-optdepends=('openssl: Alternative backend')
-_commit=5d29b897639a2a16fa294ab9f68ec8111f5daf5f  # tags/2.62.1^0
-source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D openssl=enabled
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/extra-x86_64/PKGBUILD (from rev 370563, 
glib-networking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 20:31:14 UTC (rev 370564)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=glib-networking
+pkgver=2.62.2
+pkgrel=1
+pkgdesc="Network extensions for GLib"
+url="https://gitlab.gnome.org/GNOME/glib-networking;
+arch=(x86_64)
+license=(GPL2)
+depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
+makedepends=(meson git openssl)
+checkdepends=(ca-certificates)
+optdepends=('openssl: Alternative backend')
+_commit=4a741616d5d931c88bcf2c5185b6dde401f6dc95  # tags/2.62.2^0
+source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D openssl=enabled
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-12-09 Thread Jan Steffens via arch-commits
Date: Monday, December 9, 2019 @ 20:30:58
  Author: heftig
Revision: 370563

2.62.2-1

Modified:
  glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 19:54:58 UTC (rev 370562)
+++ PKGBUILD2019-12-09 20:30:58 UTC (rev 370563)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=glib-networking
-pkgver=2.62.1
+pkgver=2.62.2
 pkgrel=1
 pkgdesc="Network extensions for GLib"
 url="https://gitlab.gnome.org/GNOME/glib-networking;
@@ -11,7 +11,7 @@
 makedepends=(meson git openssl)
 checkdepends=(ca-certificates)
 optdepends=('openssl: Alternative backend')
-_commit=5d29b897639a2a16fa294ab9f68ec8111f5daf5f  # tags/2.62.1^0
+_commit=4a741616d5d931c88bcf2c5185b6dde401f6dc95  # tags/2.62.2^0
 
source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-12-09 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 9, 2019 @ 19:54:58
  Author: bisson
Revision: 370562

db-move: moved gnupg from [testing] to [core] (x86_64)

Added:
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 370561, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 370561, gnupg/repos/testing-x86_64/install)
  gnupg/repos/core-x86_64/self-sigs-only.patch
(from rev 370561, gnupg/repos/testing-x86_64/self-sigs-only.patch)
Deleted:
  
gnupg/repos/core-x86_64/0001-gpg-Fix-double-free-with-anonymous-recipients.patch
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/core-x86_64/self-sigs-only.patch
  gnupg/repos/testing-x86_64/

--+
 /PKGBUILD|   66 
+++
 /install |   31 +++
 /self-sigs-only.patch|   56 
++
 core-x86_64/0001-gpg-Fix-double-free-with-anonymous-recipients.patch |   84 
--
 core-x86_64/PKGBUILD |   69 

 core-x86_64/install  |   31 ---
 core-x86_64/self-sigs-only.patch |   56 
--
 7 files changed, 153 insertions(+), 240 deletions(-)

Deleted: core-x86_64/0001-gpg-Fix-double-free-with-anonymous-recipients.patch
===
--- core-x86_64/0001-gpg-Fix-double-free-with-anonymous-recipients.patch
2019-12-09 16:05:43 UTC (rev 370561)
+++ core-x86_64/0001-gpg-Fix-double-free-with-anonymous-recipients.patch
2019-12-09 19:54:58 UTC (rev 370562)
@@ -1,84 +0,0 @@
-From 9ac182f376abf910a7b737b0e1ebd447eaa582f1 Mon Sep 17 00:00:00 2001
-From: Werner Koch 
-Date: Fri, 29 Nov 2019 17:44:12 +0100
-Subject: [PATCH GnuPG] gpg: Fix double free with anonymous recipients.
-
-* g10/pubkey-enc.c (get_session_key): Do not release SK.
---
-
-Bug is in 2.2.18 only.
-
-The semantics of the enum_secret_keys function changed in master.
-When back porting this for 2.2.18 I missed this change and thus we ran
-into a double free.  The patches fixes the regression but is it clumsy.
-We need to change the enum_secret_keys interface to avoid such a
-surprising behaviour; this needs to be done in master first.
-
-Regression-due-to: 9a317557c58d2bdcc504b70c366b77f4cac71df7
-GnuPG-bug-id: 4762
-Signed-off-by: Werner Koch 

- g10/pubkey-enc.c | 8 ++--
- g10/skclist.c| 7 +--
- 2 files changed, 11 insertions(+), 4 deletions(-)
-
-diff --git a/g10/pubkey-enc.c b/g10/pubkey-enc.c
-index 71a48cc41..4e6f893f3 100644
 a/g10/pubkey-enc.c
-+++ b/g10/pubkey-enc.c
-@@ -114,11 +114,11 @@ get_session_key (ctrl_t ctrl, PKT_pubkey_enc * k, DEK * 
dek)
- 
-   for (;;)
- {
--  free_public_key (sk);
-   sk = xmalloc_clear (sizeof *sk);
-   rc = enum_secret_keys (ctrl, _context, sk);
-   if (rc)
- {
-+  sk = NULL;  /* enum_secret_keys turns SK into a shallow copy! */
-   rc = GPG_ERR_NO_SECKEY;
-   break;
- }
-@@ -148,10 +148,14 @@ get_session_key (ctrl_t ctrl, PKT_pubkey_enc * k, DEK * 
dek)
- {
-   if (!opt.quiet)
- log_info (_("okay, we are the anonymous recipient.\n"));
-+  sk = NULL;
-   break;
- }
-   else if (gpg_err_code (rc) == GPG_ERR_FULLY_CANCELED)
--break; /* Don't try any more secret keys.  */
-+{
-+  sk = NULL;
-+  break; /* Don't try any more secret keys.  */
-+}
- }
-   enum_secret_keys (ctrl, _context, NULL);  /* free context */
- }
-diff --git a/g10/skclist.c b/g10/skclist.c
-index 8817ee904..5a32b6a17 100644
 a/g10/skclist.c
-+++ b/g10/skclist.c
-@@ -292,14 +292,17 @@ build_sk_list (ctrl_t ctrl,
-  * --default-key and --try-secret-key).  Use the following procedure:
-  *
-  *  1) Initialize a void pointer to NULL
-- *  2) Pass a reference to this pointer to this function (content)
-- * and provide space for the secret key (sk)
-+ *  2) Pass a reference to this pointer to this function (CONTEXT)
-+ * and provide space for the secret key (SK)
-  *  3) Call this function as long as it does not return an error (or
-  * until you are done).  The error code GPG_ERR_EOF indicates the
-  * end of the listing.
-  *  4) Call this function a last time with SK set to NULL,
-  * so that can free it's context.
-  *
-+ *  TAKE CARE: When the function returns SK belongs to CONTEXT and may
-+ *  not be freed by the caller; neither on success nor on error.
-+ *
-  * In pseudo-code:
-  *
-  *   void *ctx = NULL;
--- 
-2.11.0
-

Deleted: core-x86_64/PKGBUILD
===
--- 

[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2019-12-09 Thread Andrew Crerar via arch-commits
Date: Monday, December 9, 2019 @ 19:30:37
  Author: andrewsc
Revision: 536433

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 536432, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  448 ++---
 1 file changed, 224 insertions(+), 224 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 19:30:11 UTC (rev 536432)
+++ PKGBUILD2019-12-09 19:30:37 UTC (rev 536433)
@@ -1,224 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=72.0b3
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn "Bengali"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-CA  "English (Canada)"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mk "Macedonian"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'oc "Occitan"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('2a5506649a3ca457606443e65988c7dba4a5dcd8c443ac4a09e7f68652c80dc91ce1b490a7f7ab0b56cbc0fc11051f5feb75615fbf330f4af35c01c9ac22'
-
'31e57878505669c654a16d8afab1190dc07e39a2670ed450adacbcf49a39f2e860ddc690665ae376593654a219c925f38dc9ec2e40e7390c868f64a343d47acf'
-
'2b470f7fecd61d30d84a0ba3072e9732fda39b01fddbd0ba63b9297209737712488419eb98e7510c2b08382e660524de942a7ad44d2bcd06434a2cb1b6384008'
-
'979cc846c4683df69a2191329cc153e7ed4021de7167abe0eef1801b784dae99d6837266d9bf84ba56647ff682f309e934890b72102bd83cb28744a2e525897a'
-
'a06c2b37789b892d35897f14b243891221943af8bf31ef027a096ea5dd5cffbe5b5de2d9453ec681a3c442ce56103ed47b07acac6e305ea56de35a11c93d9317'
-
'c0402cee195ba4d466e829c31820667f267f69c788a0d3522b14b25dcfb8fbe1a163c4a1e0f932add3752ca0127353288bda43507b9533e2cac6fce46afbd16a'
-
'83e0e4d37afe5bd91234dc901424ec11bdd17032e87e675f39c77eacb602353664fba92d3db425cc9a168d690180332d2a340ddb1d0f97f541fdfcc1886bc217'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2019-12-09 Thread Andrew Crerar via arch-commits
Date: Monday, December 9, 2019 @ 19:30:11
  Author: andrewsc
Revision: 536432

upgpkg: firefox-developer-edition-i18n 72.0b4-1

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  188 ++---
 1 file changed, 94 insertions(+), 94 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 19:12:19 UTC (rev 536431)
+++ PKGBUILD2019-12-09 19:30:11 UTC (rev 536432)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=72.0b3
+pkgver=72.0b4
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -129,96 +129,96 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('2a5506649a3ca457606443e65988c7dba4a5dcd8c443ac4a09e7f68652c80dc91ce1b490a7f7ab0b56cbc0fc11051f5feb75615fbf330f4af35c01c9ac22'
-
'31e57878505669c654a16d8afab1190dc07e39a2670ed450adacbcf49a39f2e860ddc690665ae376593654a219c925f38dc9ec2e40e7390c868f64a343d47acf'
-
'2b470f7fecd61d30d84a0ba3072e9732fda39b01fddbd0ba63b9297209737712488419eb98e7510c2b08382e660524de942a7ad44d2bcd06434a2cb1b6384008'
-
'979cc846c4683df69a2191329cc153e7ed4021de7167abe0eef1801b784dae99d6837266d9bf84ba56647ff682f309e934890b72102bd83cb28744a2e525897a'
-
'a06c2b37789b892d35897f14b243891221943af8bf31ef027a096ea5dd5cffbe5b5de2d9453ec681a3c442ce56103ed47b07acac6e305ea56de35a11c93d9317'
-
'c0402cee195ba4d466e829c31820667f267f69c788a0d3522b14b25dcfb8fbe1a163c4a1e0f932add3752ca0127353288bda43507b9533e2cac6fce46afbd16a'
-
'83e0e4d37afe5bd91234dc901424ec11bdd17032e87e675f39c77eacb602353664fba92d3db425cc9a168d690180332d2a340ddb1d0f97f541fdfcc1886bc217'
-
'23cc035c2e9982fc82ccabef17755bb762238ce0a9ff4f2eb9de727db86424dd6e02831b95debe0c442e07e54d7eebfcad1044a4c14e3d95ac27117d780e'
-
'8c823bc37257dd6f1effb3be8c16c3219f4dc16e2f096817b02098db85ab5649ed39a375648e4007429deee40f6e5f0690b15e752bb8c63c8dbec134134a3da6'
-
'3bbadf7411a2e5c0b5059bdd957844e90577219e3113bcb3e9cab1dd11198ec49ab02b89ae0dfe91b3687ea86b2cc3c9b0f8faf73709c9348224116b4677d941'
-
'fb6da709c94718b716a305d4b1b9a1f231d26a3cd120e68bd9c80bfbbafac9d4575d9b8165461db1049ddb6987afc970cfd51173a4432dc9de6072dd9c5f8582'
-
'6f5f50f1b18d48b12b81ad3f7ffb128aa29020de5e768f387b80368daffc88e9de5d7e16b0362e72e87e92c97cd76b3ab4a3be214d4ad717ae5ad03da9b2cdb3'
-
'2175c149a3ad611f92bbcc8c0711c3fe654c8c8f1a8dfc92320e3843be2869feced289646e09d4fad6d7484a3f19c3abfff412eeaf7bcbaaef2ed57e31da'
-
'8d0961bf07fa5f743d625e792d4440ab69122e7cbeada444e3a1f35ad04d184f4475855217f9d5f80cbb150cc20bf8acb21857c57a4cde466a3b0f3afed93a7b'
-
'd969abeab86e9529b3e88d0ef84fbbed74ff94249ee4e52e099101cd6c8abf411b0ec653a19c2e735d1f49ddc82aeabac8e10177e9c860042baa30ab0496aa35'
-
'3808ed35cb410052ba9bd47c2e106d52d91ee268d8e41f09737c17c8c4f5db2092ae20bb38f0d0516c2d1c2c8bb258fc53a8bb0bbfc69ce074030ce30cee4163'
-
'fbd4e7a6c3ed5c22fe203455b67e13ae8730113871eb2e385b086a7ed72f7200350ad97b82dbdecc0a61a8b46eefbc489882dd52c74585e7758aa2cd3849609c'
-
'0f3370afcafabe477259531087ad7b8bf67f841d5ddc010a3af2300d98d4b9571c000c1379615326d3f0a1b109f57ddae9f5c201a492f4c18d08f70125fb05d1'
-
'89327fff8a7a691b7bfa2195080e36dfb06391ad666c1a9b4ec9ed0d5899027e671a0e68ce0b277dcb7fed4fdbc669aa04fb66813eb89019b109fe430368e641'
-
'e8f8419b2950d108ae1ff539b453804d94de2fb24496dbaaf592f7554800beca45fca9a1dcca1cdd2586ebce654f2d5b1a73cc72fff5186f309590908b4a2a60'
-
'0c9c3a300a12ddbfb91e40382c2fbe83000b4a9be8d034a9f8138a4e87986672b1e6ad71ba5434345b463f6587cba1efeefeb90cf700f92a4745b5123acffdec'
-
'da83c4bba2435a3805d29c4655cc19348b6d3f177e45027eb362643858d541e16802efe76075bdc736c966213d003a24c26340d55954881a4dbfd8421d7ca8f8'
-
'7585983a35c6ac4eabc6d19b50d533ab85569071f5b0132e7823bdcc778c9a5b7de187f964cb09aea399a6df4b71325e388df1acaed880dcfdb8df44a9fcdc69'
-
'388aa3f7f7c927e2c2d7ae54420aa96d28e76a8b6db4dc34080ffda3d1b1b01bfe574da3db3da3470a2accdf0335a916ad9f18d917ec9e8c05f607753aef6201'
-
'133684e71581677e45793ece46dd41b280b67b28a78ef0c8165c4f086d889ef1d07768bd8468e493ef1e7d21cd28390198220464a7503d345e95c36fcea85d26'
-
'3bed78fe03f9e3840b4068e41b05eab4fb53a4d52044a8e13b4fa905a86333d31f57b3ff394c2528d45d17f7a02183c50aca97ddcc72d1644100ee4957391b7e'
-
'59b8b1b2987906dfbceb84402d1cddf2892725a28c6a295bd05847cd70191e5a7e01060a0754cbdb34f99ea3d5efc782418d9934fc398dcb548556fada1ee7ee'
-
'5a42de4a7b96c670318b891feef9711f11637a0eccff75fbcc9987063c3745c7b57be2178a109a258271fae302be39dac2ab71331f1f8991268f275ce333211a'
-

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2019-12-09 Thread Andrew Crerar via arch-commits
Date: Monday, December 9, 2019 @ 19:11:52
  Author: andrewsc
Revision: 536430

upgpkg: firefox-developer-edition 72.0b4-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 18:56:00 UTC (rev 536429)
+++ PKGBUILD2019-12-09 19:11:52 UTC (rev 536430)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=72.0b3
+pkgver=72.0b4
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 firefox-install-dir.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
 "$pkgname".desktop)
-sha512sums=('c33deadb16d7712a4e1398fd8b992c4217813a4f14370af89a50d162a3fb14fa80a26f4a7f3016b16fe0674e1cf8f5031597f5cec8f0b4725c7493b498322d48'
+sha512sums=('04cf5720e7af9fcd2e8d9516485a415d43e10ec7abfcf6b2fb54f2e59abc9f07112bb93c23c288a76f7b8594352eae39c83064a3e4fb4d6c33e00f02ddd9e514'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'40c931b8abbe5880122dbcc93d457e04e9b4f2bc3e0275e9e3e35dd347fe0658f9446c89e99553203be8a8c9ab6f4ca872a7aedc514920c107b9235c04df91dc'


[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2019-12-09 Thread Andrew Crerar via arch-commits
Date: Monday, December 9, 2019 @ 19:12:19
  Author: andrewsc
Revision: 536431

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 536430, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 536430, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 536430, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 536430, firefox-developer-edition/trunk/firefox-install-dir.patch)
Deleted:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch

+
 0001-Use-remoting-name-for-GDK-application-names.patch |  112 +-
 PKGBUILD   |  438 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 4 files changed, 658 insertions(+), 658 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2019-12-09 
19:11:52 UTC (rev 536430)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-12-09 
19:12:19 UTC (rev 536431)
@@ -1,56 +0,0 @@
-From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
-Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp | 6 +-
- widget/gtk/nsAppShell.cpp   | 7 +++
- 2 files changed, 4 insertions(+), 9 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 0b808ef215f06..28911c0ffeaec 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3728,11 +3728,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 0686ff814916b..ae4a4ea55f420 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -171,10 +172,8 @@ nsresult nsAppShell::Init() {
- // option when program uses gdk_set_program_class().
- //
- // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
--nsAutoString brandName;
--mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--if (!brandName.IsEmpty()) {
--  gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+if (gAppData) {
-+  gdk_set_program_class(gAppData->remotingName);
- }
-   }
- 
--- 
-2.21.0
-

Copied: 
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 536430, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-12-09 
19:12:19 UTC (rev 536431)
@@ -0,0 +1,56 @@
+From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
+Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp | 6 +-
+ widget/gtk/nsAppShell.cpp   | 7 +++
+ 2 files changed, 4 insertions(+), 9 deletions(-)
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+index 0b808ef215f06..28911c0ffeaec 100644
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3728,11 +3728,7 @@ int 

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

2019-12-09 Thread Lukas Fleischer via arch-commits
Date: Monday, December 9, 2019 @ 18:55:45
  Author: lfleischer
Revision: 536428

upgpkg: tor 0.4.2.5-1: Upstream update.

Modified:
  tor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 18:49:32 UTC (rev 536427)
+++ PKGBUILD2019-12-09 18:55:45 UTC (rev 536428)
@@ -4,8 +4,8 @@
 # Contributor: Sid Karunaratne
 
 pkgname=tor
-pkgver=0.4.1.6
-pkgrel=2
+pkgver=0.4.2.5
+pkgrel=1
 pkgdesc='Anonymizing overlay network.'
 arch=('x86_64')
 url='https://www.torproject.org/'
@@ -20,7 +20,7 @@
 'tor.service'
 'tor.sysusers'
 'tor.tmpfiles')
-md5sums=('d5e290d2a09d4225693cebc37a83097f'
+md5sums=('ea9e9078ff2e175332f0095c60284458'
  'SKIP'
  'c1dd4004c63edaeaa829e01be5413cfc'
  '503cedd9679f9817b2c27916ba989a74'


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

2019-12-09 Thread Lukas Fleischer via arch-commits
Date: Monday, December 9, 2019 @ 18:56:00
  Author: lfleischer
Revision: 536429

archrelease: copy trunk to community-x86_64

Added:
  tor/repos/community-x86_64/PKGBUILD
(from rev 536428, tor/trunk/PKGBUILD)
  tor/repos/community-x86_64/tor.service
(from rev 536428, tor/trunk/tor.service)
  tor/repos/community-x86_64/tor.sysusers
(from rev 536428, tor/trunk/tor.sysusers)
  tor/repos/community-x86_64/tor.tmpfiles
(from rev 536428, tor/trunk/tor.tmpfiles)
  tor/repos/community-x86_64/torrc
(from rev 536428, tor/trunk/torrc)
Deleted:
  tor/repos/community-x86_64/PKGBUILD
  tor/repos/community-x86_64/tor.service
  tor/repos/community-x86_64/tor.sysusers
  tor/repos/community-x86_64/tor.tmpfiles
  tor/repos/community-x86_64/torrc

--+
 PKGBUILD |  102 +++
 tor.service  |   30 ++--
 tor.sysusers |2 
 tor.tmpfiles |2 
 torrc|  378 -
 5 files changed, 257 insertions(+), 257 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 18:55:45 UTC (rev 536428)
+++ PKGBUILD2019-12-09 18:56:00 UTC (rev 536429)
@@ -1,51 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Micay 
-# Contributor: simo 
-# Contributor: Sid Karunaratne
-
-pkgname=tor
-pkgver=0.4.1.6
-pkgrel=2
-pkgdesc='Anonymizing overlay network.'
-arch=('x86_64')
-url='https://www.torproject.org/'
-license=('BSD')
-depends=('openssl' 'libevent' 'bash' 'libseccomp')
-optdepends=('torsocks: for torify')
-makedepends=('ca-certificates')
-backup=('etc/tor/torrc'
-'etc/tor/torrc-dist')
-source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'torrc'
-'tor.service'
-'tor.sysusers'
-'tor.tmpfiles')
-md5sums=('d5e290d2a09d4225693cebc37a83097f'
- 'SKIP'
- 'c1dd4004c63edaeaa829e01be5413cfc'
- '503cedd9679f9817b2c27916ba989a74'
- '5de6b0aff2a152a03d8eb7a473edc5ff'
- '30e307d882c818cb44bcb2d6b81789a3')
-validpgpkeys=('2133BC600AB133E1D826D173FE43009C4607B1FB'  # Nick Mathewson
-  'F65CE37F04BA5B360AE6EE17C218525819F78451') # Roger Dingledine
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
-  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
-  install -Dm0644 "${srcdir}/tor.service" 
"${pkgdir}/usr/lib/systemd/system/tor.service"
-  install -Dm0644 "${srcdir}/tor.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/tor.conf"
-  install -Dm0644 "${srcdir}/tor.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/tor.conf"
-
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: tor/repos/community-x86_64/PKGBUILD (from rev 536428, 
tor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 18:56:00 UTC (rev 536429)
@@ -0,0 +1,51 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Micay 
+# Contributor: simo 
+# Contributor: Sid Karunaratne
+
+pkgname=tor
+pkgver=0.4.2.5
+pkgrel=1
+pkgdesc='Anonymizing overlay network.'
+arch=('x86_64')
+url='https://www.torproject.org/'
+license=('BSD')
+depends=('openssl' 'libevent' 'bash' 'libseccomp')
+optdepends=('torsocks: for torify')
+makedepends=('ca-certificates')
+backup=('etc/tor/torrc'
+'etc/tor/torrc-dist')
+source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'torrc'
+'tor.service'
+'tor.sysusers'
+'tor.tmpfiles')
+md5sums=('ea9e9078ff2e175332f0095c60284458'
+ 'SKIP'
+ 'c1dd4004c63edaeaa829e01be5413cfc'
+ '503cedd9679f9817b2c27916ba989a74'
+ '5de6b0aff2a152a03d8eb7a473edc5ff'
+ '30e307d882c818cb44bcb2d6b81789a3')
+validpgpkeys=('2133BC600AB133E1D826D173FE43009C4607B1FB'  # Nick Mathewson
+  'F65CE37F04BA5B360AE6EE17C218525819F78451') # Roger Dingledine
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
+  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
+  install -Dm0644 "${srcdir}/tor.service" 
"${pkgdir}/usr/lib/systemd/system/tor.service"
+  install -Dm0644 "${srcdir}/tor.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/tor.conf"
+  install -Dm0644 "${srcdir}/tor.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/tor.conf"
+
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: tor.service

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

2019-12-09 Thread David Runge via arch-commits
Date: Monday, December 9, 2019 @ 18:49:18
  Author: dvzrv
Revision: 536426

upgpkg: mixxx 2.2.3-1

Upgrading to 2.2.3. Switching to library dependencies in depends (libfaad.so 
and libprotobuf-lite.so).
Specifically enabling ffmpeg, as users reported a problem with m4a playback 
withouth it.

Modified:
  mixxx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 18:45:55 UTC (rev 536425)
+++ PKGBUILD2019-12-09 18:49:18 UTC (rev 536426)
@@ -5,26 +5,26 @@
 # Contributor: Stefan Husmann 
 
 pkgname=mixxx
-pkgver=2.2.2
-pkgrel=4
+pkgver=2.2.3
+pkgrel=1
 pkgdesc="Free, open source software for digital DJ'ing."
 arch=('x86_64')
 url="https://www.mixxx.org;
 license=('GPL2')
 groups=('pro-audio')
-depends=('chromaprint' 'faad2' 'gcc-libs' 'glibc' 'glib2' 'hidapi' 'libFLAC.so'
-'libglvnd' 'libid3tag' 'liblilv-0.so' 'libmad' 'libmodplug' 'libmp4v2' 'libogg'
-'libportaudio.so' 'libportmidi.so' 'librubberband.so' 'libshout' 'libsndfile'
-'libtcmalloc.so' 'libusb-1.0.so' 'libvorbis.so' 'libvorbisenc.so'
-'libvorbisfile.so' 'libx11' 'opusfile' 'protobuf' 'qt5-base' 'qt5-script'
-'qt5-svg' 'qt5-x11extras' 'qtkeychain' 'soundtouch' 'sqlite' 'taglib' 'upower'
-'wavpack')
+depends=('chromaprint' 'gcc-libs' 'glibc' 'glib2' 'hidapi' 'libfaad.so'
+'libFLAC.so' 'libglvnd' 'libid3tag' 'liblilv-0.so' 'libmad' 'libmodplug'
+'libmp4v2' 'libogg' 'libportaudio.so' 'libportmidi.so' 'libprotobuf-lite.so'
+'librubberband.so' 'libshout' 'libsndfile' 'libtcmalloc.so' 'libusb-1.0.so'
+'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so' 'libx11' 'opusfile'
+'qt5-base' 'qt5-script' 'qt5-svg' 'qt5-x11extras' 'qtkeychain' 'soundtouch'
+'sqlite' 'taglib' 'upower' 'wavpack')
 makedepends=('glu' 'lv2' 'qt5-tools' 'scons' 'vamp-plugin-sdk')
 checkdepends=('xorg-server-xvfb')
 
source=("https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz;
 
"${pkgname}-scons-python3.patch::https://github.com/mixxxdj/mixxx/commit/73d02e58bcd.patch;
 
"${pkgname}-list-fix.patch::https://github.com/mixxxdj/mixxx/commit/03fad27e1f0.patch;)
-sha512sums=('3b9365bd9d9a7d387cd8791d7d9f6315116e04322370db103998d5e055a6de5e159a4605c7de96cbcf13e7d0653cbe53140dca18a8c3f1b688b227be2c4aeb6f'
+sha512sums=('dfa4f9ccb7d8aa486167a01e54ee5ebeb3655a4f63c7c163b66f0dd25a21f309eae3a213d253cc37ef501777961028932a9d4ac71f5befd54daca2bd2326b395'
 
'3dc0e7de1dbc6ab45b42ac418c03e5dd122411b0504b122050c27fbea41e7c5a5f9414c4189978e76d58d0c04e41aebe83addf7c449f80ae0a3674b00d018539'
 
'aaef4ff6a8f9384b97157dad5ad655ddd7efaecd277fc34c90e52fb67b1aba127bda4e9ba72152279210c77ca9a42d1beadcd04595f6f43a98bd7ef22dc2c880')
 
@@ -42,6 +42,7 @@
   scons prefix=/usr \
 build=release \
 faad=1 \
+ffmpeg=1 \
 modplug=1 \
 perftools=1 \
 perftools_profiler=1 \


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

2019-12-09 Thread David Runge via arch-commits
Date: Monday, December 9, 2019 @ 18:49:32
  Author: dvzrv
Revision: 536427

archrelease: copy trunk to community-staging-x86_64

Added:
  mixxx/repos/community-staging-x86_64/PKGBUILD
(from rev 536426, mixxx/trunk/PKGBUILD)
Deleted:
  mixxx/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 18:49:18 UTC (rev 536426)
+++ PKGBUILD2019-12-09 18:49:32 UTC (rev 536427)
@@ -1,68 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: David Runge 
-# Contributor: Ali H. Caliskan 
-# Contributor: Ryan Coyner 
-# Contributor: Stefan Husmann 
-
-pkgname=mixxx
-pkgver=2.2.2
-pkgrel=4
-pkgdesc="Free, open source software for digital DJ'ing."
-arch=('x86_64')
-url="https://www.mixxx.org;
-license=('GPL2')
-groups=('pro-audio')
-depends=('chromaprint' 'faad2' 'gcc-libs' 'glibc' 'glib2' 'hidapi' 'libFLAC.so'
-'libglvnd' 'libid3tag' 'liblilv-0.so' 'libmad' 'libmodplug' 'libmp4v2' 'libogg'
-'libportaudio.so' 'libportmidi.so' 'librubberband.so' 'libshout' 'libsndfile'
-'libtcmalloc.so' 'libusb-1.0.so' 'libvorbis.so' 'libvorbisenc.so'
-'libvorbisfile.so' 'libx11' 'opusfile' 'protobuf' 'qt5-base' 'qt5-script'
-'qt5-svg' 'qt5-x11extras' 'qtkeychain' 'soundtouch' 'sqlite' 'taglib' 'upower'
-'wavpack')
-makedepends=('glu' 'lv2' 'qt5-tools' 'scons' 'vamp-plugin-sdk')
-checkdepends=('xorg-server-xvfb')
-source=("https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz;
-
"${pkgname}-scons-python3.patch::https://github.com/mixxxdj/mixxx/commit/73d02e58bcd.patch;
-
"${pkgname}-list-fix.patch::https://github.com/mixxxdj/mixxx/commit/03fad27e1f0.patch;)
-sha512sums=('3b9365bd9d9a7d387cd8791d7d9f6315116e04322370db103998d5e055a6de5e159a4605c7de96cbcf13e7d0653cbe53140dca18a8c3f1b688b227be2c4aeb6f'
-
'3dc0e7de1dbc6ab45b42ac418c03e5dd122411b0504b122050c27fbea41e7c5a5f9414c4189978e76d58d0c04e41aebe83addf7c449f80ae0a3674b00d018539'
-
'aaef4ff6a8f9384b97157dad5ad655ddd7efaecd277fc34c90e52fb67b1aba127bda4e9ba72152279210c77ca9a42d1beadcd04595f6f43a98bd7ef22dc2c880')
-
-prepare() {
-  mv -v "${pkgname}-release-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # fixes for building with python3 based scons
-  patch -Np1 -i ../${pkgname}-scons-python3.patch
-  patch -Np1 -i ../${pkgname}-list-fix.patch
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export SCONSFLAGS="-j $(nproc)"
-  scons prefix=/usr \
-build=release \
-faad=1 \
-modplug=1 \
-perftools=1 \
-perftools_profiler=1 \
-qt_sqlite_plugin=0 \
-qtkeychain=1 \
-test=1 \
-target=linux \
-virtualize=0 \
-wv=1
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  xvfb-run lin64_build/${pkgname}-test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  scons prefix=/usr \
-install_root="${pkgdir}/usr" \
-install
-  # removing the test executable
-  rm -v "${pkgdir}/usr/bin/${pkgname}-test"
-}

Copied: mixxx/repos/community-staging-x86_64/PKGBUILD (from rev 536426, 
mixxx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 18:49:32 UTC (rev 536427)
@@ -0,0 +1,69 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: David Runge 
+# Contributor: Ali H. Caliskan 
+# Contributor: Ryan Coyner 
+# Contributor: Stefan Husmann 
+
+pkgname=mixxx
+pkgver=2.2.3
+pkgrel=1
+pkgdesc="Free, open source software for digital DJ'ing."
+arch=('x86_64')
+url="https://www.mixxx.org;
+license=('GPL2')
+groups=('pro-audio')
+depends=('chromaprint' 'gcc-libs' 'glibc' 'glib2' 'hidapi' 'libfaad.so'
+'libFLAC.so' 'libglvnd' 'libid3tag' 'liblilv-0.so' 'libmad' 'libmodplug'
+'libmp4v2' 'libogg' 'libportaudio.so' 'libportmidi.so' 'libprotobuf-lite.so'
+'librubberband.so' 'libshout' 'libsndfile' 'libtcmalloc.so' 'libusb-1.0.so'
+'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so' 'libx11' 'opusfile'
+'qt5-base' 'qt5-script' 'qt5-svg' 'qt5-x11extras' 'qtkeychain' 'soundtouch'
+'sqlite' 'taglib' 'upower' 'wavpack')
+makedepends=('glu' 'lv2' 'qt5-tools' 'scons' 'vamp-plugin-sdk')
+checkdepends=('xorg-server-xvfb')
+source=("https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz;
+
"${pkgname}-scons-python3.patch::https://github.com/mixxxdj/mixxx/commit/73d02e58bcd.patch;
+
"${pkgname}-list-fix.patch::https://github.com/mixxxdj/mixxx/commit/03fad27e1f0.patch;)
+sha512sums=('dfa4f9ccb7d8aa486167a01e54ee5ebeb3655a4f63c7c163b66f0dd25a21f309eae3a213d253cc37ef501777961028932a9d4ac71f5befd54daca2bd2326b395'
+
'3dc0e7de1dbc6ab45b42ac418c03e5dd122411b0504b122050c27fbea41e7c5a5f9414c4189978e76d58d0c04e41aebe83addf7c449f80ae0a3674b00d018539'
+

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

2019-12-09 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, December 9, 2019 @ 18:45:55
  Author: jlichtblau
Revision: 536425

archrelease: copy trunk to community-any

Added:
  otf-overpass/repos/community-any/PKGBUILD
(from rev 536424, otf-overpass/trunk/PKGBUILD)
Deleted:
  otf-overpass/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 18:45:47 UTC (rev 536424)
+++ PKGBUILD2019-12-09 18:45:55 UTC (rev 536425)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Christopher Arndt 
-
-pkgname=otf-overpass
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="An open source font family inspired by Highway Gothic esp. suited for 
signs, lettering and web sites"
-arch=('any')
-url="http://overpassfont.org/;
-license=('custom:SIL Open Font License 1.1' 'LGPL2.1')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-replaces=('ttf-overpass')
-source=($pkgname-$pkgver.tar.gz::https://github.com/RedHatBrand/overpass/archive/$pkgver.tar.gz)
-sha256sums=('5575965097b1682330a9a4d36e4090bfe53f6cf97f72351adbf44e05e008a8aa')
-
-package() {
-  cd "${srcdir}/Overpass-$pkgver"
-
-  install -d "${pkgdir}"/usr/share/{fonts/OTF,doc/$pkgname}
-
-  install -m644 "desktop-fonts/overpass/"*.otf "${pkgdir}"/usr/share/fonts/OTF
-  install -m644 "desktop-fonts/overpass-mono/"*.otf 
"${pkgdir}"/usr/share/fonts/OTF
-
-#license and doc files
-  install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE.md
-  install -m644 overpass-specimen.pdf overpass-mono-specimen.pdf README.md \
-"${pkgdir}"/usr/share/doc/$pkgname
-}

Copied: otf-overpass/repos/community-any/PKGBUILD (from rev 536424, 
otf-overpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 18:45:55 UTC (rev 536425)
@@ -0,0 +1,28 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Christopher Arndt 
+
+pkgname=otf-overpass
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="An open source font family inspired by Highway Gothic esp. suited for 
signs, lettering and web sites"
+arch=('any')
+url="https://overpassfont.org/;
+license=('custom:SIL Open Font License 1.1' 'LGPL2.1')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+replaces=('ttf-overpass')
+source=($pkgname-$pkgver.tar.gz::https://github.com/RedHatBrand/overpass/archive/$pkgver.tar.gz)
+sha256sums=('07600d6745f5199ad210c7f39e934dcd9716b54615e44ccf1f830001a0da3597')
+
+package() {
+  cd "${srcdir}/Overpass-$pkgver"
+
+  install -d "${pkgdir}"/usr/share/{fonts/OTF,doc/$pkgname}
+
+  install -m644 "desktop-fonts/overpass/"*.otf "${pkgdir}"/usr/share/fonts/OTF
+  install -m644 "desktop-fonts/overpass-mono/"*.otf 
"${pkgdir}"/usr/share/fonts/OTF
+
+#license and doc files
+  install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE.md
+  install -m644 overpass-specimen.pdf overpass-mono-specimen.pdf README.md \
+"${pkgdir}"/usr/share/doc/$pkgname
+}


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

2019-12-09 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, December 9, 2019 @ 18:45:47
  Author: jlichtblau
Revision: 536424

upgpkg: otf-overpass 3.0.4-1 - new upstream release

Modified:
  otf-overpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 18:34:25 UTC (rev 536423)
+++ PKGBUILD2019-12-09 18:45:47 UTC (rev 536424)
@@ -2,7 +2,7 @@
 # Contributor: Christopher Arndt 
 
 pkgname=otf-overpass
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 pkgdesc="An open source font family inspired by Highway Gothic esp. suited for 
signs, lettering and web sites"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 replaces=('ttf-overpass')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/RedHatBrand/overpass/archive/$pkgver.tar.gz)
-sha256sums=('5575965097b1682330a9a4d36e4090bfe53f6cf97f72351adbf44e05e008a8aa')
+sha256sums=('07600d6745f5199ad210c7f39e934dcd9716b54615e44ccf1f830001a0da3597')
 
 package() {
   cd "${srcdir}/Overpass-$pkgver"


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

2019-12-09 Thread Maxime Gauduin via arch-commits
Date: Monday, December 9, 2019 @ 18:34:14
  Author: alucryd
Revision: 536422

upgpkg: home-assistant 0.102.3-1

Modified:
  home-assistant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 18:06:07 UTC (rev 536421)
+++ PKGBUILD2019-12-09 18:34:14 UTC (rev 536422)
@@ -6,7 +6,7 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.102.2
+pkgver=0.102.3
 pkgrel=1
 arch=(any)
 url=https://home-assistant.io/
@@ -43,7 +43,7 @@
   'python-lxml: Meteo France integration'
 )
 source=(
-  
git+https://github.com/home-assistant/home-assistant.git#tag=ebc0ed1e22b4be80f2e11972987a63bfbae0bea8
+  
git+https://github.com/home-assistant/home-assistant.git#tag=0ea91fbf2d1fbba6710ad603672f46ec9432eb61
   home-assistant.service
   home-assistant.sysusers
   home-assistant.tmpfiles


[arch-commits] Commit in home-assistant/repos/community-any (8 files)

2019-12-09 Thread Maxime Gauduin via arch-commits
Date: Monday, December 9, 2019 @ 18:34:25
  Author: alucryd
Revision: 536423

archrelease: copy trunk to community-any

Added:
  home-assistant/repos/community-any/PKGBUILD
(from rev 536422, home-assistant/trunk/PKGBUILD)
  home-assistant/repos/community-any/home-assistant.service
(from rev 536422, home-assistant/trunk/home-assistant.service)
  home-assistant/repos/community-any/home-assistant.sysusers
(from rev 536422, home-assistant/trunk/home-assistant.sysusers)
  home-assistant/repos/community-any/home-assistant.tmpfiles
(from rev 536422, home-assistant/trunk/home-assistant.tmpfiles)
Deleted:
  home-assistant/repos/community-any/PKGBUILD
  home-assistant/repos/community-any/home-assistant.service
  home-assistant/repos/community-any/home-assistant.sysusers
  home-assistant/repos/community-any/home-assistant.tmpfiles

-+
 PKGBUILD|  174 +++---
 home-assistant.service  |   28 +++
 home-assistant.sysusers |2 
 home-assistant.tmpfiles |2 
 4 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 18:34:14 UTC (rev 536422)
+++ PKGBUILD2019-12-09 18:34:25 UTC (rev 536423)
@@ -1,87 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ethan Skinner 
-# Contributor: Grégoire Seux 
-# Contributor: Dean Galvin 
-# Contributor: NicoHood 
-
-pkgname=home-assistant
-pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.102.2
-pkgrel=1
-arch=(any)
-url=https://home-assistant.io/
-license=(APACHE)
-depends=(
-  gcc
-  python-aiohttp
-  python-astral
-  python-async-timeout
-  python-attrs
-  python-bcrypt
-  python-certifi
-  python-cryptography
-  python-importlib-metadata
-  python-jinja
-  python-pyjwt
-  python-pip
-  python-pytz
-  python-requests
-  python-ruamel-yaml
-  python-slugify
-  python-sqlalchemy
-  python-voluptuous
-  python-voluptuous-serialize
-  python-yaml
-)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=(
-  'net-tools: Nmap host discovery'
-  'openzwave: Z-Wave integration'
-  'python-lxml: Meteo France integration'
-)
-source=(
-  
git+https://github.com/home-assistant/home-assistant.git#tag=ebc0ed1e22b4be80f2e11972987a63bfbae0bea8
-  home-assistant.service
-  home-assistant.sysusers
-  home-assistant.tmpfiles
-)
-sha256sums=(
-  SKIP
-  2a87a3b529a1eeddfae0c02c415bed13586b002b9580226bdc749a27bbe83af5
-  319c7790d3cdb076bf527b1d478edbc99e00b22fbf4a884b395e46460114ee41
-  f9e43edb276e0fbbbc2273b836ef1da0ac43347b5c3e4c63774e7f7ecdf25660
-)
-
-pkgver() {
-  cd home-assistant
-
-  git describe --tags
-}
-
-prepare() {
-  cd home-assistant
-
-  # lift hard dep constraints, we'll deal with breaking changes ourselves
-  sed 's/==/>=/g' -i setup.py
-}
-
-build() {
-  cd home-assistant
-
-  python setup.py build
-}
-
-package() {
-  cd home-assistant
-
-  python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 
--skip-build
-
-  install -Dm 644 ../home-assistant.service -t 
"${pkgdir}"/usr/lib/systemd/system/
-  install -Dm 644 ../home-assistant.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/home-assistant.conf
-  install -Dm 644 ../home-assistant.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/home-assistant.conf
-}
-
-# vim: ts=2 sw=2 et:

Copied: home-assistant/repos/community-any/PKGBUILD (from rev 536422, 
home-assistant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 18:34:25 UTC (rev 536423)
@@ -0,0 +1,87 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ethan Skinner 
+# Contributor: Grégoire Seux 
+# Contributor: Dean Galvin 
+# Contributor: NicoHood 
+
+pkgname=home-assistant
+pkgdesc='Open source home automation that puts local control and privacy first'
+pkgver=0.102.3
+pkgrel=1
+arch=(any)
+url=https://home-assistant.io/
+license=(APACHE)
+depends=(
+  gcc
+  python-aiohttp
+  python-astral
+  python-async-timeout
+  python-attrs
+  python-bcrypt
+  python-certifi
+  python-cryptography
+  python-importlib-metadata
+  python-jinja
+  python-pyjwt
+  python-pip
+  python-pytz
+  python-requests
+  python-ruamel-yaml
+  python-slugify
+  python-sqlalchemy
+  python-voluptuous
+  python-voluptuous-serialize
+  python-yaml
+)
+makedepends=(
+  git
+  python-setuptools
+)
+optdepends=(
+  'net-tools: Nmap host discovery'
+  'openzwave: Z-Wave integration'
+  'python-lxml: Meteo France integration'
+)
+source=(
+  
git+https://github.com/home-assistant/home-assistant.git#tag=0ea91fbf2d1fbba6710ad603672f46ec9432eb61
+  home-assistant.service
+  home-assistant.sysusers
+  home-assistant.tmpfiles
+)
+sha256sums=(
+  SKIP
+  2a87a3b529a1eeddfae0c02c415bed13586b002b9580226bdc749a27bbe83af5
+  319c7790d3cdb076bf527b1d478edbc99e00b22fbf4a884b395e46460114ee41
+  

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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 18:05:54
  Author: arojas
Revision: 536420

Fix missing symbol

Modified:
  bcunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 17:59:17 UTC (rev 536419)
+++ PKGBUILD2019-12-09 18:05:54 UTC (rev 536420)
@@ -4,7 +4,7 @@
 
 pkgname=bcunit
 pkgver=3.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
 arch=(x86_64)
 url="https://github.com/BelledonneCommunications/bcunit;
@@ -11,11 +11,16 @@
 license=(LGPL)
 depends=(glibc)
 makedepends=(cmake)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
-sha256sums=('eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;
+ 
bcunit-missing-symbol.patch::"https://github.com/BelledonneCommunications/bcunit/commit/2066c388.patch;)
+sha256sums=('eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f'
+'21f7fc5e1fda61c89933ef037dbf55e7e4c68e81e706de25e6a047a65a599d92')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../bcunit-missing-symbol.patch # Fix missing symbols
 }
 
 build() {


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 18:06:07
  Author: arojas
Revision: 536421

archrelease: copy trunk to community-staging-x86_64

Added:
  bcunit/repos/community-staging-x86_64/PKGBUILD
(from rev 536420, bcunit/trunk/PKGBUILD)
Deleted:
  bcunit/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 18:05:54 UTC (rev 536420)
+++ PKGBUILD2019-12-09 18:06:07 UTC (rev 536421)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Daniel Milde 
-# Contributor: Danibspi danibspi  gmail  com
-
-pkgname=bcunit
-pkgver=3.0.2
-pkgrel=3
-pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
-arch=(x86_64)
-url="https://github.com/BelledonneCommunications/bcunit;
-license=(LGPL)
-depends=(glibc)
-makedepends=(cmake)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
-sha256sums=('eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DOC=ON \
--DENABLE_STATIC=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bcunit/repos/community-staging-x86_64/PKGBUILD (from rev 536420, 
bcunit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 18:06:07 UTC (rev 536421)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Daniel Milde 
+# Contributor: Danibspi danibspi  gmail  com
+
+pkgname=bcunit
+pkgver=3.0.2
+pkgrel=4
+pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/bcunit;
+license=(LGPL)
+depends=(glibc)
+makedepends=(cmake)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;
+ 
bcunit-missing-symbol.patch::"https://github.com/BelledonneCommunications/bcunit/commit/2066c388.patch;)
+sha256sums=('eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f'
+'21f7fc5e1fda61c89933ef037dbf55e7e4c68e81e706de25e6a047a65a599d92')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../bcunit-missing-symbol.patch # Fix missing symbols
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_DOC=ON \
+-DENABLE_STATIC=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 17:58:58
  Author: arojas
Revision: 536418

Explicitly disable static libs so that cmake doesn't search for them

Modified:
  bcunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 17:42:34 UTC (rev 536417)
+++ PKGBUILD2019-12-09 17:58:58 UTC (rev 536418)
@@ -4,12 +4,12 @@
 
 pkgname=bcunit
 pkgver=3.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
 arch=(x86_64)
 url="https://github.com/BelledonneCommunications/bcunit;
-license=(LGPL2)
-depends=()
+license=(LGPL)
+depends=(glibc)
 makedepends=(cmake)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
 sha256sums=('eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f')
@@ -22,7 +22,8 @@
   cd build
   cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DOC=ON
+-DENABLE_DOC=ON \
+-DENABLE_STATIC=OFF
   make
 }
 


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 17:59:17
  Author: arojas
Revision: 536419

archrelease: copy trunk to community-staging-x86_64

Added:
  bcunit/repos/community-staging-x86_64/PKGBUILD
(from rev 536418, bcunit/trunk/PKGBUILD)
Deleted:
  bcunit/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 17:58:58 UTC (rev 536418)
+++ PKGBUILD2019-12-09 17:59:17 UTC (rev 536419)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Daniel Milde 
-# Contributor: Danibspi danibspi  gmail  com
-
-pkgname=bcunit
-pkgver=3.0.2
-pkgrel=2
-pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
-arch=(x86_64)
-url="https://github.com/BelledonneCommunications/bcunit;
-license=(LGPL2)
-depends=()
-makedepends=(cmake)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
-sha256sums=('eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DOC=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bcunit/repos/community-staging-x86_64/PKGBUILD (from rev 536418, 
bcunit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 17:59:17 UTC (rev 536419)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Daniel Milde 
+# Contributor: Danibspi danibspi  gmail  com
+
+pkgname=bcunit
+pkgver=3.0.2
+pkgrel=3
+pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/bcunit;
+license=(LGPL)
+depends=(glibc)
+makedepends=(cmake)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
+sha256sums=('eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_DOC=ON \
+-DENABLE_STATIC=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 17:42:10
  Author: arojas
Revision: 536416

Switch to cmake for new mediastreamer stack release

Modified:
  bcunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 16:34:21 UTC (rev 536415)
+++ PKGBUILD2019-12-09 17:42:10 UTC (rev 536416)
@@ -1,28 +1,32 @@
-# Maintainer: Daniel Milde 
+# Maintainer: Antonio Rojas 
+# Contributor: Daniel Milde 
 # Contributor: Danibspi danibspi  gmail  com
 
 pkgname=bcunit
 pkgver=3.0.2
-#_commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
 arch=(x86_64)
 url="https://github.com/BelledonneCommunications/bcunit;
-license=('LGPL2')
+license=(LGPL2)
 depends=()
+makedepends=(cmake)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
-#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${_commit}.zip;)
 sha256sums=('eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd "$srcdir/bcunit-${pkgver}"
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_DOC=ON
   make
 }
 
 package() {
-  cd "$srcdir/bcunit-${pkgver}"
+  cd build
   make DESTDIR="$pkgdir" install
-  mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc
 }


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 17:42:34
  Author: arojas
Revision: 536417

archrelease: copy trunk to community-staging-x86_64

Added:
  bcunit/repos/community-staging-x86_64/
  bcunit/repos/community-staging-x86_64/PKGBUILD
(from rev 536416, bcunit/trunk/PKGBUILD)

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

Copied: bcunit/repos/community-staging-x86_64/PKGBUILD (from rev 536416, 
bcunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-09 17:42:34 UTC (rev 536417)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Daniel Milde 
+# Contributor: Danibspi danibspi  gmail  com
+
+pkgname=bcunit
+pkgver=3.0.2
+pkgrel=2
+pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/bcunit;
+license=(LGPL2)
+depends=()
+makedepends=(cmake)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz;)
+sha256sums=('eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_DOC=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-09 Thread Daniel Bermond via arch-commits
Date: Monday, December 9, 2019 @ 16:34:21
  Author: dbermond
Revision: 536415

archrelease: copy trunk to community-x86_64

Added:
  svt-hevc/repos/community-x86_64/PKGBUILD
(from rev 536414, svt-hevc/trunk/PKGBUILD)
Deleted:
  svt-hevc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 16:33:58 UTC (rev 536414)
+++ PKGBUILD2019-12-09 16:34:21 UTC (rev 536415)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Luis Garcia 
-
-pkgname=svt-hevc
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Scalable Video Technology HEVC encoder'
-arch=(x86_64)
-url='https://github.com/OpenVisualCloud/SVT-HEVC'
-license=(BSD)
-makedepends=(
-  cmake
-  git
-  nasm
-)
-source=(git+https://github.com/OpenVisualCloud/SVT-HEVC.git#tag=02fd1261966acfae6b363d8213710ef7505f0f31)
-md5sums=(SKIP)
-
-pkgver() {
-  cd SVT-HEVC
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-
-  sed '/CMAKE_BUILD_TYPE Release/d' -i SVT-HEVC/CMakeLists.txt
-}
-
-build() {
-  cd build
-
-  export LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
-
-  cmake ../SVT-HEVC \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON \
--DNATIVE=OFF
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 ../SVT-HEVC/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/svt-hevc/
-}
-
-# vim: ts=2 sw=2 et:

Copied: svt-hevc/repos/community-x86_64/PKGBUILD (from rev 536414, 
svt-hevc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 16:34:21 UTC (rev 536415)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Daniel Bermond 
+# Contributor: Luis Garcia 
+
+pkgname=svt-hevc
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Scalable Video Technology HEVC encoder'
+arch=(x86_64)
+url='https://github.com/OpenVisualCloud/SVT-HEVC'
+license=(BSD)
+makedepends=(
+  cmake
+  git
+  nasm
+)
+source=(git+https://github.com/OpenVisualCloud/SVT-HEVC.git#tag=58c8de1cd133027c1fade26bf3bae8acffe4bd33)
+md5sums=(SKIP)
+
+pkgver() {
+  cd SVT-HEVC
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+
+  sed '/CMAKE_BUILD_TYPE Release/d' -i SVT-HEVC/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  export LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
+
+  cmake ../SVT-HEVC \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DNATIVE=OFF
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../SVT-HEVC/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/svt-hevc/
+}
+
+# vim: ts=2 sw=2 et:


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

2019-12-09 Thread Daniel Bermond via arch-commits
Date: Monday, December 9, 2019 @ 16:33:58
  Author: dbermond
Revision: 536414

upgpkg: svt-hevc 1.4.2-1

Update to version 1.4.2

Modified:
  svt-hevc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 15:30:27 UTC (rev 536413)
+++ PKGBUILD2019-12-09 16:33:58 UTC (rev 536414)
@@ -1,8 +1,9 @@
 # Maintainer: Maxime Gauduin 
+# Maintainer: Daniel Bermond 
 # Contributor: Luis Garcia 
 
 pkgname=svt-hevc
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='Scalable Video Technology HEVC encoder'
 arch=(x86_64)
@@ -13,7 +14,7 @@
   git
   nasm
 )
-source=(git+https://github.com/OpenVisualCloud/SVT-HEVC.git#tag=02fd1261966acfae6b363d8213710ef7505f0f31)
+source=(git+https://github.com/OpenVisualCloud/SVT-HEVC.git#tag=58c8de1cd133027c1fade26bf3bae8acffe4bd33)
 md5sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in cbindgen/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-09 Thread Jan Steffens via arch-commits
Date: Monday, December 9, 2019 @ 16:05:43
  Author: heftig
Revision: 370561

archrelease: copy trunk to extra-x86_64

Added:
  cbindgen/repos/extra-x86_64/PKGBUILD
(from rev 370560, cbindgen/trunk/PKGBUILD)
Deleted:
  cbindgen/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 16:05:33 UTC (rev 370560)
+++ PKGBUILD2019-12-09 16:05:43 UTC (rev 370561)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=cbindgen
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="A tool for generating C bindings to Rust code"
-url="https://github.com/eqrion/cbindgen;
-arch=(x86_64)
-license=(MPL2)
-depends=(gcc-libs)
-makedepends=(cargo git)
-_commit=e050442d057e0d0a4f309672ec2863d51f1ec0b0  # tags/v0.11.1^0
-source=("git+https://github.com/eqrion/cbindgen#commit=$_commit;)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  cargo fetch --locked
-}
-
-build() {
-  cd $pkgname
-  cargo build --release --frozen
-}
-
-check() {
-  cd $pkgname
-  # test_expand* fails; needs nightly rust
-  cargo test --release --frozen || :
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
-}

Copied: cbindgen/repos/extra-x86_64/PKGBUILD (from rev 370560, 
cbindgen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 16:05:43 UTC (rev 370561)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=cbindgen
+pkgver=0.11.1
+pkgrel=2
+pkgdesc="A tool for generating C bindings to Rust code"
+url="https://github.com/eqrion/cbindgen;
+arch=(x86_64)
+license=(MPL2)
+depends=(gcc-libs)
+makedepends=(cargo git)
+_commit=e050442d057e0d0a4f309672ec2863d51f1ec0b0  # tags/v0.11.1^0
+source=("git+https://github.com/eqrion/cbindgen#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Get Firefox Nightly to build again
+  git revert -n 230042b7539da8086d891ab7d0c3cc02c63436f6
+
+  cargo fetch --locked
+}
+
+build() {
+  cd $pkgname
+  cargo build --release --frozen
+}
+
+check() {
+  cd $pkgname
+  # test_expand* fails; needs nightly rust
+  cargo test --release --frozen || :
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
+}


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

2019-12-09 Thread Jan Steffens via arch-commits
Date: Monday, December 9, 2019 @ 16:05:33
  Author: heftig
Revision: 370560

0.11.1-2: unbreak firefox-nightly

Modified:
  cbindgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 15:43:19 UTC (rev 370559)
+++ PKGBUILD2019-12-09 16:05:33 UTC (rev 370560)
@@ -2,7 +2,7 @@
 
 pkgname=cbindgen
 pkgver=0.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for generating C bindings to Rust code"
 url="https://github.com/eqrion/cbindgen;
 arch=(x86_64)
@@ -20,6 +20,10 @@
 
 prepare() {
   cd $pkgname
+
+  # Get Firefox Nightly to build again
+  git revert -n 230042b7539da8086d891ab7d0c3cc02c63436f6
+
   cargo fetch --locked
 }
 


[arch-commits] Commit in krita/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 15:43:19
  Author: arojas
Revision: 370559

archrelease: copy trunk to extra-x86_64

Added:
  krita/repos/extra-x86_64/PKGBUILD
(from rev 370558, krita/trunk/PKGBUILD)
Deleted:
  krita/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 15:42:53 UTC (rev 370558)
+++ PKGBUILD2019-12-09 15:43:19 UTC (rev 370559)
@@ -1,43 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=4.2.8.2
-pkgrel=1
-pkgdesc="Edit and paint images"
-arch=(x86_64)
-url="https://krita.org;
-license=(GPL3)
-depends=(kitemviews kitemmodels ki18n kcompletion karchive kguiaddons kcrash 
qt5-svg qt5-multimedia quazip
- gsl libraw exiv2 openexr fftw curl boost-libs giflib 
hicolor-icon-theme desktop-file-utils)
-makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
- qt5-tools sip python-sip)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
-"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/${pkgver%.*}/$pkgname-$pkgver.tar.gz"{,.sig}
- 
kdebug-410867.patch::"https://invent.kde.org/kde/krita/commit/ca07d42c.patch;)
-sha256sums=('80f741fa11245ff20a99f529f5f62def17791f3ad2c9aec5c5cf5440ae1fcba7'
-'SKIP'
-'cfc9c7b2accbb730be3d9e2c92e5d501d2e3465841c97efae84602987e8cae3b')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-410867.patch # Fix crash on close
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 370558, 
krita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 15:43:19 UTC (rev 370559)
@@ -0,0 +1,46 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=4.2.8.2
+pkgrel=2
+pkgdesc="Edit and paint images"
+arch=(x86_64)
+url="https://krita.org;
+license=(GPL3)
+depends=(kitemviews kitemmodels ki18n kcompletion karchive kguiaddons kcrash 
qt5-svg qt5-multimedia quazip
+ gsl libraw exiv2 openexr fftw curl boost-libs giflib 
hicolor-icon-theme desktop-file-utils)
+makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
+ qt5-tools sip python-sip)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
+"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("https://download.kde.org/stable/krita/${pkgver%.*}/$pkgname-$pkgver.tar.gz"{,.sig}
+ 
kdebug-410867.patch::"https://invent.kde.org/kde/krita/commit/ca07d42c.patch;
+ 
kdebug-414672.patch::"https://invent.kde.org/kde/krita/commit/2dc2ed5f.patch;)
+sha256sums=('80f741fa11245ff20a99f529f5f62def17791f3ad2c9aec5c5cf5440ae1fcba7'
+'SKIP'
+'cfc9c7b2accbb730be3d9e2c92e5d501d2e3465841c97efae84602987e8cae3b'
+'181802a9273133a654f6aac2b1760b91beffa8e631b2aa162b5b10d342d5f712')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-410867.patch # Fix crash on close
+  patch -p1 -i ../kdebug-414672.patch # Fix crash on transform tool
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 15:42:53
  Author: arojas
Revision: 370558

Fix crash in Transform Tool (FS#64776)

Modified:
  krita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 15:00:42 UTC (rev 370557)
+++ PKGBUILD2019-12-09 15:42:53 UTC (rev 370558)
@@ -2,7 +2,7 @@
 
 pkgname=krita
 pkgver=4.2.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Edit and paint images"
 arch=(x86_64)
 url="https://krita.org;
@@ -16,10 +16,12 @@
 conflicts=(calligra-krita krita-l10n)
 replaces=(calligra-krita krita-l10n)
 
source=("https://download.kde.org/stable/krita/${pkgver%.*}/$pkgname-$pkgver.tar.gz"{,.sig}
- 
kdebug-410867.patch::"https://invent.kde.org/kde/krita/commit/ca07d42c.patch;)
+ 
kdebug-410867.patch::"https://invent.kde.org/kde/krita/commit/ca07d42c.patch;
+ 
kdebug-414672.patch::"https://invent.kde.org/kde/krita/commit/2dc2ed5f.patch;)
 sha256sums=('80f741fa11245ff20a99f529f5f62def17791f3ad2c9aec5c5cf5440ae1fcba7'
 'SKIP'
-'cfc9c7b2accbb730be3d9e2c92e5d501d2e3465841c97efae84602987e8cae3b')
+'cfc9c7b2accbb730be3d9e2c92e5d501d2e3465841c97efae84602987e8cae3b'
+'181802a9273133a654f6aac2b1760b91beffa8e631b2aa162b5b10d342d5f712')
 validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

 
 prepare() {
@@ -27,6 +29,7 @@
 
   cd $pkgname-$pkgver
   patch -p1 -i ../kdebug-410867.patch # Fix crash on close
+  patch -p1 -i ../kdebug-414672.patch # Fix crash on transform tool
 }
 
 build() {


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 15:30:27
  Author: arojas
Revision: 536413

archrelease: copy trunk to community-x86_64

Added:
  kdeconnect/repos/community-x86_64/PKGBUILD
(from rev 536412, kdeconnect/trunk/PKGBUILD)
Deleted:
  kdeconnect/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 15:30:10 UTC (rev 536412)
+++ PKGBUILD2019-12-09 15:30:27 UTC (rev 536413)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Kuba Serafinowski 
-
-pkgname=kdeconnect
-pkgver=1.3.5
-pkgrel=3
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://community.kde.org/KDEConnect'
-license=(GPL)
-arch=(x86_64)
-depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca)
-makedepends=(extra-cmake-modules kdoctools qt5-declarative)
-optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration 
UI'
-'qt5-declarative: QML bindings' 'python-nautilus: Nautilus 
integration')
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-kde-$pkgver.tar.xz"{,.sig})
-sha256sums=('e5ce7084427a831e6506494b656af9c1dd7bf29b7458c2546baf0a5d7a1f990a'
-'SKIP')
-validpgpkeys=(B3487CA0FF36258E2A2F338BD33E721DF877EFE8  # Albert Vaca Cintora 

-  F53223F3337665C2CCEA122E873AC3459BBCF5C0) # Nicolas Fella 

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

Copied: kdeconnect/repos/community-x86_64/PKGBUILD (from rev 536412, 
kdeconnect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 15:30:27 UTC (rev 536413)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Kuba Serafinowski 
+
+pkgname=kdeconnect
+pkgver=1.4
+pkgrel=1
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://community.kde.org/KDEConnect'
+license=(GPL)
+arch=(x86_64)
+depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca kpeoplevcard 
pulseaudio-qt kirigami2)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus 
integration')
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-kde-$pkgver.tar.xz"{,.sig})
+sha256sums=('caee7945a9d9bb881a943dc8d2fd0d702c04da5bdb2df14d4f875e7cf5d5261a'
+'SKIP')
+validpgpkeys=(B3487CA0FF36258E2A2F338BD33E721DF877EFE8  # Albert Vaca Cintora 

+  F53223F3337665C2CCEA122E873AC3459BBCF5C0) # Nicolas Fella 

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


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 15:30:10
  Author: arojas
Revision: 536412

Update to 1.4

Modified:
  kdeconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 15:22:28 UTC (rev 536411)
+++ PKGBUILD2019-12-09 15:30:10 UTC (rev 536412)
@@ -3,18 +3,17 @@
 # Contributor: Kuba Serafinowski 
 
 pkgname=kdeconnect
-pkgver=1.3.5
-pkgrel=3
+pkgver=1.4
+pkgrel=1
 pkgdesc='Adds communication between KDE and your smartphone'
 url='https://community.kde.org/KDEConnect'
 license=(GPL)
 arch=(x86_64)
-depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca)
-makedepends=(extra-cmake-modules kdoctools qt5-declarative)
-optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration 
UI'
-'qt5-declarative: QML bindings' 'python-nautilus: Nautilus 
integration')
+depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca kpeoplevcard 
pulseaudio-qt kirigami2)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus 
integration')
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-kde-$pkgver.tar.xz"{,.sig})
-sha256sums=('e5ce7084427a831e6506494b656af9c1dd7bf29b7458c2546baf0a5d7a1f990a'
+sha256sums=('caee7945a9d9bb881a943dc8d2fd0d702c04da5bdb2df14d4f875e7cf5d5261a'
 'SKIP')
 validpgpkeys=(B3487CA0FF36258E2A2F338BD33E721DF877EFE8  # Albert Vaca Cintora 

   F53223F3337665C2CCEA122E873AC3459BBCF5C0) # Nicolas Fella 



[arch-commits] Commit in (3 files)

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 15:21:53
  Author: arojas
Revision: 536410

New kdeconnect dependency

Added:
  kpeoplevcard/
  kpeoplevcard/trunk/
  kpeoplevcard/trunk/PKGBUILD

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

Added: kpeoplevcard/trunk/PKGBUILD
===
--- kpeoplevcard/trunk/PKGBUILD (rev 0)
+++ kpeoplevcard/trunk/PKGBUILD 2019-12-09 15:21:53 UTC (rev 536410)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeoplevcard
+pkgver=0.1
+pkgrel=1
+pkgdesc='Makes it possible to expose vcards to KPeople'
+url='https://kde.org/'
+license=(GPL)
+arch=(x86_64)
+depends=(kpeople kcontacts)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8de5df5a3abeed2b13fc56f33d1846ae5b90adfc2127bc1b0ffa5e300b7663c3'
+'SKIP')
+validpgpkeys=(F53223F3337665C2CCEA122E873AC3459BBCF5C0) # Nicolas Fella 

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


[arch-commits] Commit in kpeoplevcard (3 files)

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 15:22:28
  Author: arojas
Revision: 536411

archrelease: copy trunk to community-x86_64

Added:
  kpeoplevcard/repos/
  kpeoplevcard/repos/community-x86_64/
  kpeoplevcard/repos/community-x86_64/PKGBUILD
(from rev 536410, kpeoplevcard/trunk/PKGBUILD)

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

Copied: kpeoplevcard/repos/community-x86_64/PKGBUILD (from rev 536410, 
kpeoplevcard/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-12-09 15:22:28 UTC (rev 536411)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeoplevcard
+pkgver=0.1
+pkgrel=1
+pkgdesc='Makes it possible to expose vcards to KPeople'
+url='https://kde.org/'
+license=(GPL)
+arch=(x86_64)
+depends=(kpeople kcontacts)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8de5df5a3abeed2b13fc56f33d1846ae5b90adfc2127bc1b0ffa5e300b7663c3'
+'SKIP')
+validpgpkeys=(F53223F3337665C2CCEA122E873AC3459BBCF5C0) # Nicolas Fella 

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


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 15:13:20
  Author: arojas
Revision: 536409

archrelease: copy trunk to community-x86_64

Added:
  latte-dock/repos/community-x86_64/PKGBUILD
(from rev 536408, latte-dock/trunk/PKGBUILD)
Deleted:
  latte-dock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 15:13:00 UTC (rev 536408)
+++ PKGBUILD2019-12-09 15:13:20 UTC (rev 536409)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Michael Straube 
-
-pkgname=latte-dock
-pkgver=0.9.4
-pkgrel=1
-pkgdesc='A dock based on Plasma Frameworks'
-arch=(x86_64)
-url='https://store.kde.org/p/1169519/'
-license=(GPL)
-depends=(plasma-framework knewstuff libksysguard)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a1e706b25ced6a68148a4db92d568c6a0a0494aba34525b1fea183c0830e34ee'
-'SKIP')
-validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: latte-dock/repos/community-x86_64/PKGBUILD (from rev 536408, 
latte-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 15:13:20 UTC (rev 536409)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Michael Straube 
+
+pkgname=latte-dock
+pkgver=0.9.5
+pkgrel=1
+pkgdesc='A dock based on Plasma Frameworks'
+arch=(x86_64)
+url='https://store.kde.org/p/1169519/'
+license=(GPL)
+depends=(plasma-framework knewstuff libksysguard)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2cbce5a2ddda8c52ba4d63f6b94e537fe50993d406f2c5a7d0eca9f42a150abd'
+'SKIP')
+validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 15:13:00
  Author: arojas
Revision: 536408

Update to 0.9.5

Modified:
  latte-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 15:10:43 UTC (rev 536407)
+++ PKGBUILD2019-12-09 15:13:00 UTC (rev 536408)
@@ -2,7 +2,7 @@
 # Contributor: Michael Straube 
 
 pkgname=latte-dock
-pkgver=0.9.4
+pkgver=0.9.5
 pkgrel=1
 pkgdesc='A dock based on Plasma Frameworks'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(plasma-framework knewstuff libksysguard)
 makedepends=(extra-cmake-modules)
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a1e706b25ced6a68148a4db92d568c6a0a0494aba34525b1fea183c0830e34ee'
+sha256sums=('2cbce5a2ddda8c52ba4d63f6b94e537fe50993d406f2c5a7d0eca9f42a150abd'
 'SKIP')
 validpgpkeys=(325E97C32E601F5D4EADCF3A55999050A2D9110E) # Michail Vourlakos 
(mvourlakos) 
 


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 15:10:43
  Author: arojas
Revision: 536407

archrelease: copy trunk to community-x86_64

Added:
  giac/repos/community-x86_64/PKGBUILD
(from rev 536406, giac/trunk/PKGBUILD)
Deleted:
  giac/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 15:10:25 UTC (rev 536406)
+++ PKGBUILD2019-12-09 15:10:43 UTC (rev 536407)
@@ -1,43 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.5.0-75
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao gmp-ecm)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('184a011b09e5d1faa3b400bffb969c74e087db85f6313618c73df90d0ded24cd')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao gmp-ecm)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 536406, 
giac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 15:10:43 UTC (rev 536407)
@@ -0,0 +1,43 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.5.0-81
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao gmp-ecm)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
+sha256sums=('b1abbe0543fc3a8c8ccf4c1482659c9132869ff506fa721a32bc02c3560c74b4')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao gmp-ecm)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 15:10:25
  Author: arojas
Revision: 536406

Update to 1.5.0.81

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 14:52:59 UTC (rev 536405)
+++ PKGBUILD2019-12-09 15:10:25 UTC (rev 536406)
@@ -2,7 +2,7 @@
 
 pkgbase=giac
 pkgname=(xcas libgiac)
-_pkgver=1.5.0-75
+_pkgver=1.5.0-81
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc="A free computer algebra system"
@@ -11,7 +11,7 @@
 license=(GPL3)
 makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao gmp-ecm)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('184a011b09e5d1faa3b400bffb969c74e087db85f6313618c73df90d0ded24cd')
+sha256sums=('b1abbe0543fc3a8c8ccf4c1482659c9132869ff506fa721a32bc02c3560c74b4')
 
 build() {
   cd $pkgbase-${pkgver%.*}


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 15:00:42
  Author: arojas
Revision: 370557

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 370556, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 370556, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  236 +++---
 arch-fonts.diff |  214 
 2 files changed, 225 insertions(+), 225 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 15:00:05 UTC (rev 370556)
+++ PKGBUILD2019-12-09 15:00:42 UTC (rev 370557)
@@ -1,118 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.9.7
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('73398cc626ebbb060d0df552b0db75de0c334f9626286284b627a6eb2a66ed19'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 370556, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 15:00:42 UTC (rev 370557)
@@ -0,0 +1,118 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=(imagemagick imagemagick-doc)
+pkgver=7.0.9.8
+pkgrel=1
+pkgdesc="An image viewing/manipulation program"
+url="https://www.imagemagick.org/;
+arch=(x86_64)
+license=(custom)
+makedepends=(ghostscript 

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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 15:00:05
  Author: arojas
Revision: 370556

Update to 7.0.9.8

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 14:28:10 UTC (rev 370555)
+++ PKGBUILD2019-12-09 15:00:05 UTC (rev 370556)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.9.7
+pkgver=7.0.9.8
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('73398cc626ebbb060d0df552b0db75de0c334f9626286284b627a6eb2a66ed19'
+sha256sums=('2be0eca87ae78c805f4b31933b57fba7bdca32a2e9c95d82a8a29ea339148cd3'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 14:52:41
  Author: arojas
Revision: 536404

Update to 1.0.3

Modified:
  libsemigroups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 14:48:08 UTC (rev 536403)
+++ PKGBUILD2019-12-09 14:52:41 UTC (rev 536404)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=libsemigroups
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc="C++ library for semigroups and monoids"
 url="https://libsemigroups.github.io/libsemigroups/;
@@ -11,7 +11,7 @@
 makedepends=(fmt)
 
source=(https://github.com/libsemigroups/libsemigroups/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
 system-fmt.patch)
-sha256sums=('9c1887bd158cfff3c8a8f511840969d23285980702b6548fb7332e35ce30dda0'
+sha256sums=('6adc2e023ad1349f0a942355b88241198d23790e62216bfeb62c356d803119da'
 '86c0ae8613df2959924d86c16874ee8d72288b10f87225c3909132b1d2a83fdf')
 
 prepare() {


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 14:52:59
  Author: arojas
Revision: 536405

archrelease: copy trunk to community-x86_64

Added:
  libsemigroups/repos/community-x86_64/PKGBUILD
(from rev 536404, libsemigroups/trunk/PKGBUILD)
  libsemigroups/repos/community-x86_64/system-fmt.patch
(from rev 536404, libsemigroups/trunk/system-fmt.patch)
Deleted:
  libsemigroups/repos/community-x86_64/PKGBUILD
  libsemigroups/repos/community-x86_64/system-fmt.patch

--+
 PKGBUILD |   66 +++---
 system-fmt.patch |   76 ++---
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 14:52:41 UTC (rev 536404)
+++ PKGBUILD2019-12-09 14:52:59 UTC (rev 536405)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libsemigroups
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="C++ library for semigroups and monoids"
-url="https://libsemigroups.github.io/libsemigroups/;
-arch=(x86_64)
-license=(GPL3)
-depends=(gcc-libs)
-makedepends=(fmt)
-source=(https://github.com/libsemigroups/libsemigroups/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
-system-fmt.patch)
-sha256sums=('9c1887bd158cfff3c8a8f511840969d23285980702b6548fb7332e35ce30dda0'
-'86c0ae8613df2959924d86c16874ee8d72288b10f87225c3909132b1d2a83fdf')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../system-fmt.patch
-  rm -r extern/fmt-*
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libsemigroups/repos/community-x86_64/PKGBUILD (from rev 536404, 
libsemigroups/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 14:52:59 UTC (rev 536405)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libsemigroups
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="C++ library for semigroups and monoids"
+url="https://libsemigroups.github.io/libsemigroups/;
+arch=(x86_64)
+license=(GPL3)
+depends=(gcc-libs)
+makedepends=(fmt)
+source=(https://github.com/libsemigroups/libsemigroups/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
+system-fmt.patch)
+sha256sums=('6adc2e023ad1349f0a942355b88241198d23790e62216bfeb62c356d803119da'
+'86c0ae8613df2959924d86c16874ee8d72288b10f87225c3909132b1d2a83fdf')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../system-fmt.patch
+  rm -r extern/fmt-*
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: system-fmt.patch
===
--- system-fmt.patch2019-12-09 14:52:41 UTC (rev 536404)
+++ system-fmt.patch2019-12-09 14:52:59 UTC (rev 536405)
@@ -1,38 +0,0 @@
-diff --git a/Makefile.am b/Makefile.am
-index 761a772..0a8391b 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -108,17 +108,6 @@ pkginclude_HEADERS += 
extern/HPCombi/include/vect_generic.hpp
- endif
- 
- fmtincludedir = $(includedir)/fmt
--fmtinclude_HEADERS =  extern/fmt-5.3.0/include/fmt/chrono.h  
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/color.h  
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/core.h  
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/format-inl.h  
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/format.h  
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/locale.h  
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/ostream.h  
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/posix.h  
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/printf.h  
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/ranges.h  
--fmtinclude_HEADERS += extern/fmt-5.3.0/include/fmt/time.h
- 
- lib_LTLIBRARIES = libsemigroups.la
- 
-diff --git a/configure.ac b/configure.ac
-index c40acdb..832d8a3 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -212,11 +212,5 @@ AS_IF([test "x$enable_hpcombi" = xyes],
- AM_CONDITIONAL([HPCOMBI_CONSTEXPR_FUN_ARGS], 
-[test "x$hpcombi_constexpr_fun_args" = xyes])
- 
--AC_CHECK_FILE([$srcdir/extern/fmt-5.3.0/README.rst], 
--   [], 
--   []
--   [AC_MSG_ERROR([fmt-5.3.0 is not available, please download 
fmt-5.3.0 from https://fmt.dev/ and put the unpacked archive in the 
libsemigroups/extern directory])])
--dnl Output configured files
--
- AC_CONFIG_FILES([Makefile libsemigroups.pc])
- AC_OUTPUT

Copied: libsemigroups/repos/community-x86_64/system-fmt.patch (from rev 536404, 
libsemigroups/trunk/system-fmt.patch)
===
--- system-fmt.patch(rev 0)
+++ system-fmt.patch2019-12-09 14:52:59 UTC (rev 

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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 14:48:08
  Author: arojas
Revision: 536403

archrelease: copy trunk to community-x86_64

Added:
  python-pikepdf/repos/community-x86_64/PKGBUILD
(from rev 536402, python-pikepdf/trunk/PKGBUILD)
Deleted:
  python-pikepdf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 14:47:47 UTC (rev 536402)
+++ PKGBUILD2019-12-09 14:48:08 UTC (rev 536403)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Fredrick Brennan 
-# Contributor: Stephan Eisvogel 
-
-pkgname=python-pikepdf
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Read and write PDFs with Python, powered by qpdf'
-arch=(x86_64)
-url='https://github.com/pikepdf/pikepdf'
-license=(MPL2)
-makedepends=(pybind11 python-setuptools)
-depends=(python-lxml qpdf)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/pikepdf/pikepdf/archive/v$pkgver.tar.gz;)
-sha256sums=('828d60ab350656d37f7a0e88bcebdc7f86c938ed69eb3dcca82130c1e9ce0cae')
-
-build() {
-  cd pikepdf-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd pikepdf-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 
--skip-build
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-pikepdf/repos/community-x86_64/PKGBUILD (from rev 536402, 
python-pikepdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 14:48:08 UTC (rev 536403)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fredrick Brennan 
+# Contributor: Stephan Eisvogel 
+
+pkgname=python-pikepdf
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Read and write PDFs with Python, powered by qpdf'
+arch=(x86_64)
+url='https://github.com/pikepdf/pikepdf'
+license=(MPL2)
+makedepends=(pybind11 python-setuptools)
+depends=(python-lxml qpdf)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/pikepdf/pikepdf/archive/v$pkgver.tar.gz;)
+sha256sums=('077f02449e45088be8550e4e5182be8cad79c5907db53ba880045ad13e5bc851')
+
+build() {
+  cd pikepdf-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pikepdf-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 
--skip-build
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 14:47:47
  Author: arojas
Revision: 536402

Update to 1.8.1

Modified:
  python-pikepdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 14:22:35 UTC (rev 536401)
+++ PKGBUILD2019-12-09 14:47:47 UTC (rev 536402)
@@ -3,7 +3,7 @@
 # Contributor: Stephan Eisvogel 
 
 pkgname=python-pikepdf
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Read and write PDFs with Python, powered by qpdf'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(pybind11 python-setuptools)
 depends=(python-lxml qpdf)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/pikepdf/pikepdf/archive/v$pkgver.tar.gz;)
-sha256sums=('828d60ab350656d37f7a0e88bcebdc7f86c938ed69eb3dcca82130c1e9ce0cae')
+sha256sums=('077f02449e45088be8550e4e5182be8cad79c5907db53ba880045ad13e5bc851')
 
 build() {
   cd pikepdf-$pkgver


[arch-commits] Commit in gnome-icon-theme/repos (community-any community-any/PKGBUILD)

2019-12-09 Thread Jan Steffens via arch-commits
Date: Monday, December 9, 2019 @ 14:22:35
  Author: heftig
Revision: 536401

archrelease: copy trunk to community-any

Added:
  gnome-icon-theme/repos/community-any/
  gnome-icon-theme/repos/community-any/PKGBUILD
(from rev 536400, gnome-icon-theme/trunk/PKGBUILD)

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

Copied: gnome-icon-theme/repos/community-any/PKGBUILD (from rev 536400, 
gnome-icon-theme/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-12-09 14:22:35 UTC (rev 536401)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-icon-theme
+pkgver=3.12.0
+pkgrel=5
+pkgdesc="GNOME icon theme"
+arch=(any)
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 
'gnome-icon-theme-symbolic')
+makedepends=('intltool' 'icon-naming-utils')
+url="http://www.gnome.org;
+license=('GPL')
+options=('!emptydirs')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('359e720b9202d3aba8d477752c4cd11eced368182281d51ffd64c8572b4e503a')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+rm -f  "${pkgdir}/usr/share/icons/gnome/icon-theme.cache"
+}


[arch-commits] Commit in (4 files)

2019-12-09 Thread Jan Steffens via arch-commits
Date: Monday, December 9, 2019 @ 14:22:33
  Author: heftig
Revision: 536400

extra2community: Moving gnome-icon-theme from extra to community

Added:
  gnome-icon-theme/
  gnome-icon-theme/repos/
  gnome-icon-theme/trunk/
  gnome-icon-theme/trunk/PKGBUILD

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

Added: gnome-icon-theme/trunk/PKGBUILD
===
--- gnome-icon-theme/trunk/PKGBUILD (rev 0)
+++ gnome-icon-theme/trunk/PKGBUILD 2019-12-09 14:22:33 UTC (rev 536400)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-icon-theme
+pkgver=3.12.0
+pkgrel=5
+pkgdesc="GNOME icon theme"
+arch=(any)
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 
'gnome-icon-theme-symbolic')
+makedepends=('intltool' 'icon-naming-utils')
+url="http://www.gnome.org;
+license=('GPL')
+options=('!emptydirs')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('359e720b9202d3aba8d477752c4cd11eced368182281d51ffd64c8572b4e503a')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+rm -f  "${pkgdir}/usr/share/icons/gnome/icon-theme.cache"
+}


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

2019-12-09 Thread Jan Steffens via arch-commits
Date: Monday, December 9, 2019 @ 14:21:35
  Author: heftig
Revision: 536399

archrelease: copy trunk to community-x86_64

Added:
  libwnck/repos/community-x86_64/
  libwnck/repos/community-x86_64/PKGBUILD
(from rev 536398, libwnck/trunk/PKGBUILD)
  
libwnck/repos/community-x86_64/WindowActionMenu-unset-window-and-stop-async-events-on-dispose.patch
(from rev 536398, 
libwnck/trunk/WindowActionMenu-unset-window-and-stop-async-events-on-dispose.patch)

--+
 PKGBUILD |   35 +++
 WindowActionMenu-unset-window-and-stop-async-events-on-dispose.patch |  104 
++
 2 files changed, 139 insertions(+)

Copied: libwnck/repos/community-x86_64/PKGBUILD (from rev 536398, 
libwnck/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-09 14:21:35 UTC (rev 536399)
@@ -0,0 +1,35 @@
+# Maintainer: Jan de Groot  
+pkgname=libwnck
+pkgver=2.31.0
+pkgrel=2
+pkgdesc="Window Navigator Construction Kit"
+arch=('x86_64')
+license=('LGPL')
+depends=('gtk2' 'startup-notification' 'libxres')
+makedepends=('libxt' 'intltool' 'gobject-introspection' 'python2')
+url="https://www.gnome.org/;
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
+WindowActionMenu-unset-window-and-stop-async-events-on-dispose.patch)
+sha512sums=('54262a08882021f08f3ba7f2ddfa33fc1f02e391a0f61cf999a50a089e0d277dfe13ab133c1a46e9abf0599bd24c21dacff80b51013cbb1375d2cd71ac9abbe9'
+
'1ba6ee8503e71daf103b7285ce0690042ebd86a4b85728a04ff32e6ee5789d2be71ba32149b0c246518bc47a27a233edfa9cfac9eca16cc44b3c6c8d19943423')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i 
../WindowActionMenu-unset-window-and-stop-async-events-on-dispose.patch
+}
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+
+#The binaries are shipped in libwnck3
+rm -f "${pkgdir}/usr/bin/wnckprop"
+rm -f "${pkgdir}/usr/bin/wnck-urgency-monitor"
+rmdir "${pkgdir}/usr/bin"
+}

Copied: 
libwnck/repos/community-x86_64/WindowActionMenu-unset-window-and-stop-async-events-on-dispose.patch
 (from rev 536398, 
libwnck/trunk/WindowActionMenu-unset-window-and-stop-async-events-on-dispose.patch)
===
--- 
community-x86_64/WindowActionMenu-unset-window-and-stop-async-events-on-dispose.patch
   (rev 0)
+++ 
community-x86_64/WindowActionMenu-unset-window-and-stop-async-events-on-dispose.patch
   2019-12-09 14:21:35 UTC (rev 536399)
@@ -0,0 +1,104 @@
+From 9e17ab5b4345d90aa5e01a2379ae0ce29c3a3cf3 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= 
+Date: Fri, 27 Sep 2013 19:32:51 +0200
+Subject: WindowActionMenu: unset window and stop async events on dispose
+
+Finalize function can be never called here, so it's better to do this
+when the widget gets destroyed.
+
+diff --git a/libwnck/window-action-menu.c b/libwnck/window-action-menu.c
+index e687cff..1e4b27e 100644
+--- a/libwnck/window-action-menu.c
 b/libwnck/window-action-menu.c
+@@ -104,10 +104,8 @@ enum {
+ G_DEFINE_TYPE (WnckActionMenu, wnck_action_menu, GTK_TYPE_MENU);
+ #define WNCK_ACTION_MENU_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), 
WNCK_TYPE_ACTION_MENU, WnckActionMenuPrivate))
+ 
+-static void wnck_action_menu_finalize (GObject *object);
++static void wnck_action_menu_dispose (GObject *object);
+ 
+-static void object_weak_notify (gpointer data,
+-GObject *obj);
+ static void window_weak_notify (gpointer data,
+ GObject *window);
+ 
+@@ -118,23 +116,10 @@ static void
+ window_weak_notify (gpointer data,
+ GObject *window)
+ {
+-  g_object_weak_unref (G_OBJECT (data),
+-   object_weak_notify,
+-   window);
+-
++  WNCK_ACTION_MENU(data)->priv->window = NULL;
+   gtk_widget_destroy (GTK_WIDGET (data));
+ }
+ 
+-
+-static void
+-object_weak_notify (gpointer data,
+-GObject *obj)
+-{
+-  g_object_weak_unref (G_OBJECT (data),
+-   window_weak_notify,
+-   obj);
+-}
+-
+ static WnckActionMenu*
+ get_action_menu (GtkWidget *widget)
+ {
+@@ -1030,7 +1015,6 @@ wnck_action_menu_constructor (GType  
type,
+ }
+ 
+   g_object_weak_ref (G_OBJECT (priv->window), window_weak_notify, menu);
+-  g_object_weak_ref (G_OBJECT (menu), object_weak_notify, priv->window);
+ 
+   priv->minimize_item = make_menu_item (MINIMIZE);
+ 
+@@ -1181,7 +1165,7 @@ wnck_action_menu_class_init 

[arch-commits] Commit in (5 files)

2019-12-09 Thread Jan Steffens via arch-commits
Date: Monday, December 9, 2019 @ 14:21:31
  Author: heftig
Revision: 536398

extra2community: Moving libwnck from extra to community

Added:
  libwnck/
  libwnck/repos/
  libwnck/trunk/
  libwnck/trunk/PKGBUILD
  
libwnck/trunk/WindowActionMenu-unset-window-and-stop-async-events-on-dispose.patch

--+
 PKGBUILD |   35 +++
 WindowActionMenu-unset-window-and-stop-async-events-on-dispose.patch |  104 
++
 2 files changed, 139 insertions(+)

Added: libwnck/trunk/PKGBUILD
===
--- libwnck/trunk/PKGBUILD  (rev 0)
+++ libwnck/trunk/PKGBUILD  2019-12-09 14:21:31 UTC (rev 536398)
@@ -0,0 +1,35 @@
+# Maintainer: Jan de Groot  
+pkgname=libwnck
+pkgver=2.31.0
+pkgrel=2
+pkgdesc="Window Navigator Construction Kit"
+arch=('x86_64')
+license=('LGPL')
+depends=('gtk2' 'startup-notification' 'libxres')
+makedepends=('libxt' 'intltool' 'gobject-introspection' 'python2')
+url="https://www.gnome.org/;
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
+WindowActionMenu-unset-window-and-stop-async-events-on-dispose.patch)
+sha512sums=('54262a08882021f08f3ba7f2ddfa33fc1f02e391a0f61cf999a50a089e0d277dfe13ab133c1a46e9abf0599bd24c21dacff80b51013cbb1375d2cd71ac9abbe9'
+
'1ba6ee8503e71daf103b7285ce0690042ebd86a4b85728a04ff32e6ee5789d2be71ba32149b0c246518bc47a27a233edfa9cfac9eca16cc44b3c6c8d19943423')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i 
../WindowActionMenu-unset-window-and-stop-async-events-on-dispose.patch
+}
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+
+#The binaries are shipped in libwnck3
+rm -f "${pkgdir}/usr/bin/wnckprop"
+rm -f "${pkgdir}/usr/bin/wnck-urgency-monitor"
+rmdir "${pkgdir}/usr/bin"
+}

Added: 
libwnck/trunk/WindowActionMenu-unset-window-and-stop-async-events-on-dispose.patch
===
--- 
libwnck/trunk/WindowActionMenu-unset-window-and-stop-async-events-on-dispose.patch
  (rev 0)
+++ 
libwnck/trunk/WindowActionMenu-unset-window-and-stop-async-events-on-dispose.patch
  2019-12-09 14:21:31 UTC (rev 536398)
@@ -0,0 +1,104 @@
+From 9e17ab5b4345d90aa5e01a2379ae0ce29c3a3cf3 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= 
+Date: Fri, 27 Sep 2013 19:32:51 +0200
+Subject: WindowActionMenu: unset window and stop async events on dispose
+
+Finalize function can be never called here, so it's better to do this
+when the widget gets destroyed.
+
+diff --git a/libwnck/window-action-menu.c b/libwnck/window-action-menu.c
+index e687cff..1e4b27e 100644
+--- a/libwnck/window-action-menu.c
 b/libwnck/window-action-menu.c
+@@ -104,10 +104,8 @@ enum {
+ G_DEFINE_TYPE (WnckActionMenu, wnck_action_menu, GTK_TYPE_MENU);
+ #define WNCK_ACTION_MENU_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), 
WNCK_TYPE_ACTION_MENU, WnckActionMenuPrivate))
+ 
+-static void wnck_action_menu_finalize (GObject *object);
++static void wnck_action_menu_dispose (GObject *object);
+ 
+-static void object_weak_notify (gpointer data,
+-GObject *obj);
+ static void window_weak_notify (gpointer data,
+ GObject *window);
+ 
+@@ -118,23 +116,10 @@ static void
+ window_weak_notify (gpointer data,
+ GObject *window)
+ {
+-  g_object_weak_unref (G_OBJECT (data),
+-   object_weak_notify,
+-   window);
+-
++  WNCK_ACTION_MENU(data)->priv->window = NULL;
+   gtk_widget_destroy (GTK_WIDGET (data));
+ }
+ 
+-
+-static void
+-object_weak_notify (gpointer data,
+-GObject *obj)
+-{
+-  g_object_weak_unref (G_OBJECT (data),
+-   window_weak_notify,
+-   obj);
+-}
+-
+ static WnckActionMenu*
+ get_action_menu (GtkWidget *widget)
+ {
+@@ -1030,7 +1015,6 @@ wnck_action_menu_constructor (GType  
type,
+ }
+ 
+   g_object_weak_ref (G_OBJECT (priv->window), window_weak_notify, menu);
+-  g_object_weak_ref (G_OBJECT (menu), object_weak_notify, priv->window);
+ 
+   priv->minimize_item = make_menu_item (MINIMIZE);
+ 
+@@ -1181,7 +1165,7 @@ wnck_action_menu_class_init (WnckActionMenuClass *klass)
+   object_class->constructor = wnck_action_menu_constructor;
+   object_class->get_property = wnck_action_menu_get_property;
+   object_class->set_property = wnck_action_menu_set_property;
+-  object_class->finalize = wnck_action_menu_finalize;
++  object_class->dispose = wnck_action_menu_dispose;
+ 
+   

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

2019-12-09 Thread David Runge via arch-commits
Date: Monday, December 9, 2019 @ 14:13:50
  Author: dvzrv
Revision: 536396

upgpkg: cacti 1.2.8-1

Upgrading to 1.2.8. Updating maintainer info.

Modified:
  cacti/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 14:03:52 UTC (rev 536395)
+++ PKGBUILD2019-12-09 14:13:50 UTC (rev 536396)
@@ -1,9 +1,9 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Sergej Pupykin 
 # Contributor: tuxbubling 
 
 pkgname=cacti
-pkgver=1.2.7
+pkgver=1.2.8
 pkgrel=1
 pkgdesc="Network graphing solution using RRDTool"
 arch=('any')
@@ -20,7 +20,7 @@
 "${pkgname}.sysusers"
 "${pkgname}.tmpfiles")
 install="${pkgname}.install"
-sha512sums=('2fc31342aa23b4fa98e6f3cf6b7e42f8cf98f272232a1bceb1b256b2104ea26445c1be1c1ff83bf20d293a3c1e7a21eb3a871623f78069aea9b21151ac57a243'
+sha512sums=('e24d9de47a06c1741c7bcfe5c5f68a5a0f0cc2eb859fc930ced28f797f84ad537ff1a0a703dc8c26735cc4b54ba09699e33a30ac666e1f8ec2ec26ae4ceccde3'
 
'a87241b12226fcad9e161d0f4cd344161015b5fa8e2f1f3af4431d22bd87aad8a4f9553226baed98d48376819e75266a50fd796b1c884b4e597ccf38a5e4de01'
 
'847e2b791de44d0790a2fdb81c77c8af9a66da9d44500f3f8a8d1c0f406d3a20082cc8fef1c6afe4de93ad989d35c79c9809abe14693a9ac6ea74d4696e3b6c1'
 
'e833e411f74e3c32589ba83cb1b2f28ca9b35931626480ab7daa63420d47ecfc3061e6703323646b69e1d98536b6f3afdd36faa483fb13aac9b818af0c6e')


[arch-commits] Commit in cacti/repos/community-any (10 files)

2019-12-09 Thread David Runge via arch-commits
Date: Monday, December 9, 2019 @ 14:13:58
  Author: dvzrv
Revision: 536397

archrelease: copy trunk to community-any

Added:
  cacti/repos/community-any/PKGBUILD
(from rev 536396, cacti/trunk/PKGBUILD)
  cacti/repos/community-any/cacti.install
(from rev 536396, cacti/trunk/cacti.install)
  cacti/repos/community-any/cacti.sysusers
(from rev 536396, cacti/trunk/cacti.sysusers)
  cacti/repos/community-any/cacti.tmpfiles
(from rev 536396, cacti/trunk/cacti.tmpfiles)
  cacti/repos/community-any/cacti.uwsgi
(from rev 536396, cacti/trunk/cacti.uwsgi)
Deleted:
  cacti/repos/community-any/PKGBUILD
  cacti/repos/community-any/cacti.install
  cacti/repos/community-any/cacti.sysusers
  cacti/repos/community-any/cacti.tmpfiles
  cacti/repos/community-any/cacti.uwsgi

+
 PKGBUILD   |  322 +++
 cacti.install  |   18 +--
 cacti.sysusers |2 
 cacti.tmpfiles |   34 ++---
 cacti.uwsgi|   76 ++--
 5 files changed, 226 insertions(+), 226 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 14:13:50 UTC (rev 536396)
+++ PKGBUILD2019-12-09 14:13:58 UTC (rev 536397)
@@ -1,161 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Sergej Pupykin 
-# Contributor: tuxbubling 
-
-pkgname=cacti
-pkgver=1.2.7
-pkgrel=1
-pkgdesc="Network graphing solution using RRDTool"
-arch=('any')
-url="https://www.cacti.net;
-license=('GPL2')
-depends=('php-gd' 'php-snmp' 'rrdtool' 'ttf-dejavu')
-optdepends=('mariadb: use local MySQL server'
-'php-fpm: run in fastCGI process manager'
-'uwsgi: run as local application container')
-backup=('etc/webapps/cacti/.htaccess'
-'etc/webapps/cacti/config.php')
-source=("https://www.${pkgname}.net/downloads/${pkgname}-${pkgver}.tar.gz;
-"${pkgname}.uwsgi"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-install="${pkgname}.install"
-sha512sums=('2fc31342aa23b4fa98e6f3cf6b7e42f8cf98f272232a1bceb1b256b2104ea26445c1be1c1ff83bf20d293a3c1e7a21eb3a871623f78069aea9b21151ac57a243'
-
'a87241b12226fcad9e161d0f4cd344161015b5fa8e2f1f3af4431d22bd87aad8a4f9553226baed98d48376819e75266a50fd796b1c884b4e597ccf38a5e4de01'
-
'847e2b791de44d0790a2fdb81c77c8af9a66da9d44500f3f8a8d1c0f406d3a20082cc8fef1c6afe4de93ad989d35c79c9809abe14693a9ac6ea74d4696e3b6c1'
-
'e833e411f74e3c32589ba83cb1b2f28ca9b35931626480ab7daa63420d47ecfc3061e6703323646b69e1d98536b6f3afdd36faa483fb13aac9b818af0c6e')
-
-prepare() {
-  # adding default .htaccess
-  echo "Require all denied" > "${pkgname}-htaccess"
-  cd "${pkgname}-${pkgver}"
-  # setting correct install path for spine
-  sed -e 's|/usr/local/spine/bin/spine|/usr/bin/spine|g' \
-  -i install/functions.php
-  # setting correct path for dejavu font
-  sed -e 's|/usr/share/fonts/dejavu/|/usr/share/fonts/TTF/|g' -i lib/rrd.php
-  # remove unneeded executable bits
-  find . -executable -type f -and -not -path "*scripts*" -exec chmod -c 644 {} 
\;
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  # webapp
-  install -vDm 640 include/config.php -t "${pkgdir}/etc/webapps/${pkgname}"
-  rm -v include/config.php
-  install -vDm 644 *.{php,sql} -t "${pkgdir}/usr/share/webapps/${pkgname}"
-  install -vDm 644 cli/{*.php,.htaccess} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/cli"
-  install -vDm 644 docs/*.{css,html,sql} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/docs"
-  install -vDm 644 docs/images/*.png \
--t "${pkgdir}/usr/share/webapps/${pkgname}/docs/images"
-  install -vDm 644 formats/*.{format,php} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/formats"
-  install -vDm 644 images/*.{gif,ico,png,svg} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/images"
-  install -vDm 644 include/{*.{php,js},cacti_version} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include"
-  install -vDm 644 include/content/{*.{html,php},README} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/content"
-  install -vDm 644 include/fa/index.php \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fa"
-  install -vDm 644 include/fa/css/*.{css,php} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fa/css"
-  install -vDm 644 include/fa/less/*.{less,php} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fa/less"
-  install -vDm 644 include/fa/scss/*.{php,scss} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fa/scss"
-  install -vDm 644 include/fa/webfonts/*.{eot,php,svg,ttf,woff,woff2} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fa/webfonts"
-  install -vDm 644 include/fonts/*.ttf \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/fonts"
-  install -vDm 644 include/js/*.{js,php} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/js"
-  install -vDm 644 include/js/LC_MESSAGES/*.{js,php} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/include/js/LC_MESSAGES"
-  

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

2019-12-09 Thread David Runge via arch-commits
Date: Monday, December 9, 2019 @ 14:03:39
  Author: dvzrv
Revision: 536394

upgpkg: umurmur 0.2.17-17

Rebuilding against protobuf > 3.11.0. Adding libprotobuf-c.so to depends 
(instead of protobuf-c).

Modified:
  umurmur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 13:30:54 UTC (rev 536393)
+++ PKGBUILD2019-12-09 14:03:39 UTC (rev 536394)
@@ -1,5 +1,5 @@
 # Maintainer: Levente Polyak 
-# Contributor: David Runge 
+# Contributor: David Runge 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Robert Knauer 
 # Contributor: xav 
@@ -6,12 +6,12 @@
 
 pkgname=umurmur
 pkgver=0.2.17
-pkgrel=16
+pkgrel=17
 pkgdesc='Minimalistic Mumble server'
 url="https://github.com/umurmur/umurmur;
 arch=('x86_64')
 license=('BSD')
-depends=('mbedtls' 'libconfig' 'protobuf-c')
+depends=('glibc' 'libconfig.so' 'libprotobuf-c.so' 'mbedtls')
 makedepends=('cmake')
 backup=('etc/umurmur/umurmur.conf')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/umurmur/umurmur/archive/${pkgver}.tar.gz


[arch-commits] Commit in umurmur/repos (5 files)

2019-12-09 Thread David Runge via arch-commits
Date: Monday, December 9, 2019 @ 14:03:52
  Author: dvzrv
Revision: 536395

archrelease: copy trunk to community-staging-x86_64

Added:
  umurmur/repos/community-staging-x86_64/
  umurmur/repos/community-staging-x86_64/PKGBUILD
(from rev 536394, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-staging-x86_64/umurmur.service
(from rev 536394, umurmur/trunk/umurmur.service)
  umurmur/repos/community-staging-x86_64/umurmur.sysusers
(from rev 536394, umurmur/trunk/umurmur.sysusers)
  umurmur/repos/community-staging-x86_64/umurmur.tmpfiles
(from rev 536394, umurmur/trunk/umurmur.tmpfiles)

--+
 PKGBUILD |   55 +
 umurmur.service  |   26 +
 umurmur.sysusers |1 
 umurmur.tmpfiles |1 
 4 files changed, 83 insertions(+)

Copied: umurmur/repos/community-staging-x86_64/PKGBUILD (from rev 536394, 
umurmur/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-09 14:03:52 UTC (rev 536395)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Runge 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Knauer 
+# Contributor: xav 
+
+pkgname=umurmur
+pkgver=0.2.17
+pkgrel=17
+pkgdesc='Minimalistic Mumble server'
+url="https://github.com/umurmur/umurmur;
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'libconfig.so' 'libprotobuf-c.so' 'mbedtls')
+makedepends=('cmake')
+backup=('etc/umurmur/umurmur.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/umurmur/umurmur/archive/${pkgver}.tar.gz
+umurmur.sysusers
+umurmur.service
+umurmur.tmpfiles)
+sha256sums=('e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2'
+'0fc68df464ee51a431d934d068aed0be5f8c5e64d0bd29848f97532d39f8c310'
+'b8b22b6299777fbd1d12e3105280c8585ceca9b6caf7b8d3ab0642c5a56b031f'
+'287068f47fc035a70e2ae0c8434e8013f176d185bf7688216c36976982fe4491')
+sha512sums=('a496a51fd7815ad117f5aee17bb78cbd319c584ad60ab8aebbfd8ddf7b1760f443f2337bc74be1e0d5af17d3c3df2ae6c9060eca576cf1e6ed4c6cb0825e9c15'
+
'd84950a32ab8a2e84f5fe333cd2894e52aba624531644d106c982aa4ff04271d318543398fa7f48c719f26338679fa971bb5332472e9040ac9aa8a9b4a1f2832'
+
'746a3e2d9e8c5154bdfb2cef6cbe39cccf0356bc1dde0434b92ec1a6b224a5bfa51fd15483c3ac5a75292eae7a6d4b0431ecb2a586bdd9fcc3fe9b2a7bff64a1'
+
'825b50448231b5d791e87d7c4c471fdfe2e9a1560dad6fc90c2f4f8d0c5ed682291bf20b147a6a8c7ae361aeb8b1a11c24c6d41ffc17f06fb0f5ccd8208a899a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  mkdir build
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSSL=mbedtls
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
+  install -vDm 640 "${pkgdir}/usr/etc/umurmur.conf" -t "${pkgdir}/etc/umurmur"
+  rm -r "${pkgdir}/usr/etc"
+  install -vDm 644 "${srcdir}/umurmur.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -vDm 644 "${srcdir}/umurmur.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/umurmur.conf"
+  install -vDm 644 "${srcdir}/umurmur.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/umurmur.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: umurmur/repos/community-staging-x86_64/umurmur.service (from rev 
536394, umurmur/trunk/umurmur.service)
===
--- community-staging-x86_64/umurmur.service(rev 0)
+++ community-staging-x86_64/umurmur.service2019-12-09 14:03:52 UTC (rev 
536395)
@@ -0,0 +1,26 @@
+[Unit]
+Description=Minimalistic Mumble server
+After=network.target
+
+[Service]
+Type=simple
+User=umurmur
+Group=umurmur
+PIDFile=/run/umurmurd.pid
+ExecStartPre=/usr/bin/umurmurd -t -c /etc/umurmur/umurmur.conf
+ExecStart=/usr/bin/umurmurd -d -r -c /etc/umurmur/umurmur.conf
+ExecReload=/bin/kill -HUP $MAINPID
+PrivateDevices=yes
+PrivateTmp=yes
+ProtectSystem=strict
+ReadWriteDirectories=/etc/umurmur
+ProtectHome=yes
+ProtectControlGroups=yes
+ProtectKernelModules=yes
+ProtectKernelTunables=yes
+LockPersonality=yes
+NoNewPrivileges=yes
+LimitRTPRIO=1
+
+[Install]
+WantedBy=multi-user.target

Copied: umurmur/repos/community-staging-x86_64/umurmur.sysusers (from rev 
536394, umurmur/trunk/umurmur.sysusers)
===
--- community-staging-x86_64/umurmur.sysusers   (rev 0)
+++ community-staging-x86_64/umurmur.sysusers   2019-12-09 14:03:52 UTC (rev 
536395)
@@ -0,0 +1 @@
+u umurmur - - -

Copied: umurmur/repos/community-staging-x86_64/umurmur.tmpfiles (from rev 
536394, umurmur/trunk/umurmur.tmpfiles)
===
--- 

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

2019-12-09 Thread Christian Hesse via arch-commits
Date: Monday, December 9, 2019 @ 13:30:46
  Author: eworm
Revision: 536392

upgpkg: python-fido2 0.8.1-1

new upstream release

Modified:
  python-fido2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 12:24:37 UTC (rev 536391)
+++ PKGBUILD2019-12-09 13:30:46 UTC (rev 536392)
@@ -2,8 +2,8 @@
 # Contributor: Emil Lundberg  
 
 pkgname=python-fido2
-pkgver=0.7.1
-pkgrel=3
+pkgver=0.8.1
+pkgrel=1
 pkgdesc='Library for FIDO 2.0, including communication with a device over USBA'
 url='https://github.com/Yubico/python-fido2'
 license=('custom:BSD-2-clause')


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

2019-12-09 Thread Christian Hesse via arch-commits
Date: Monday, December 9, 2019 @ 13:30:54
  Author: eworm
Revision: 536393

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 13:30:46 UTC (rev 536392)
+++ PKGBUILD2019-12-09 13:30:54 UTC (rev 536393)
@@ -1,31 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: Emil Lundberg  
-
-pkgname=python-fido2
-pkgver=0.7.1
-pkgrel=3
-pkgdesc='Library for FIDO 2.0, including communication with a device over USBA'
-url='https://github.com/Yubico/python-fido2'
-license=('custom:BSD-2-clause')
-arch=('any')
-depends=('python')
-makedepends=('git' 'python-setuptools')
-_tarball_basename="fido2-${pkgver}"
-validpgpkeys=('20EE325B86A81BCBD3E56798F04367096FBA95E8') # Dain Nilsson 

-source=("git+https://github.com/Yubico/${pkgname}.git#tag=${pkgver}?signed;)
-sha256sums=('SKIP')
-
-# Tests don't currently work in release tarballs
-# check() {
-#   cd "${srcdir}/${pkgname}"
-#   python setup.py test
-# }
-
-package() {
-  cd "${srcdir}/${pkgname}"
-
-  python setup.py install --root="${pkgdir}" --optimize=1
-
-  install -D -m0644 'COPYING' "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: python-fido2/repos/community-any/PKGBUILD (from rev 536392, 
python-fido2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 13:30:54 UTC (rev 536393)
@@ -0,0 +1,31 @@
+# Maintainer: Christian Hesse 
+# Contributor: Emil Lundberg  
+
+pkgname=python-fido2
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='Library for FIDO 2.0, including communication with a device over USBA'
+url='https://github.com/Yubico/python-fido2'
+license=('custom:BSD-2-clause')
+arch=('any')
+depends=('python')
+makedepends=('git' 'python-setuptools')
+_tarball_basename="fido2-${pkgver}"
+validpgpkeys=('20EE325B86A81BCBD3E56798F04367096FBA95E8') # Dain Nilsson 

+source=("git+https://github.com/Yubico/${pkgname}.git#tag=${pkgver}?signed;)
+sha256sums=('SKIP')
+
+# Tests don't currently work in release tarballs
+# check() {
+#   cd "${srcdir}/${pkgname}"
+#   python setup.py test
+# }
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+
+  install -D -m0644 'COPYING' "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+


[arch-commits] Commit in protobuf/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2019-12-09 Thread David Runge via arch-commits
Date: Monday, December 9, 2019 @ 12:55:28
  Author: dvzrv
Revision: 370554

archrelease: copy trunk to staging-x86_64

Added:
  protobuf/repos/staging-x86_64/PKGBUILD
(from rev 370553, protobuf/trunk/PKGBUILD)
Deleted:
  protobuf/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 12:55:16 UTC (rev 370553)
+++ PKGBUILD2019-12-09 12:55:28 UTC (rev 370554)
@@ -1,63 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Aleksey Filippov 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Thomas S Hatch 
-# Contributor: Geoffroy Carrier 
-# Contributor: Daniel J Griffiths 
-
-pkgbase='protobuf'
-pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
-pkgver=3.11.1
-pkgrel=1
-pkgdesc="Protocol Buffers - Google's data interchange format"
-arch=('x86_64')
-url='https://developers.google.com/protocol-buffers/'
-license=('BSD')
-depends=('gcc-libs' 'zlib')
-makedepends=('unzip' 'python-setuptools' 'python2-setuptools')
-source=("https://github.com/protocolbuffers/$pkgname/releases/download/v$pkgver/$pkgname-all-$pkgver.tar.gz;)
-md5sums=('488f02ae18e57866fb8898bc73d83113')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C "$srcdir/$pkgbase-$pkgver" check
-}
-
-package_protobuf() {
-  replaces=('protobuf-cpp')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 editors/protobuf-mode.el 
"$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
-}
-
-package_python2-protobuf() {
-  pkgdesc='Python 2 bindings for Google Protocol Buffers'
-  depends=('python2' 'python2-six' "protobuf=$pkgver")
-
-  cd "$srcdir/$pkgbase-$pkgver/python"
-  python2 setup.py install --root="$pkgdir" --cpp_implementation
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}
-
-package_python-protobuf() {
-  pkgdesc='Python 3 bindings for Google Protocol Buffers'
-  depends=('python' 'python-six' "protobuf=$pkgver")
-
-  cd "$srcdir/$pkgbase-$pkgver/python"
-  python3 setup.py install --root="$pkgdir" --cpp_implementation
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: protobuf/repos/staging-x86_64/PKGBUILD (from rev 370553, 
protobuf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 12:55:28 UTC (rev 370554)
@@ -0,0 +1,106 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: David Runge 
+# Contributor: Aleksey Filippov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas S Hatch 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+
+pkgbase='protobuf'
+pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
+pkgver=3.11.1
+pkgrel=2
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('x86_64')
+url='https://developers.google.com/protocol-buffers/'
+license=('BSD')
+depends=('gcc-libs' 'glibc' 'zlib')
+makedepends=('unzip' 'python-setuptools' 'python2-setuptools')
+source=("https://github.com/protocolbuffers/$pkgname/releases/download/v$pkgver/$pkgname-all-$pkgver.tar.gz;)
+sha512sums=('7922f7d082cba1f39db618e4167890f0cf1257269d43912ea474379cb1cf85dd876e546b26eb46af0f0bdc0f95c2234313ce5aa2d8756cad9fa1b98f7c1d61e5')
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+  autoreconf -vfi
+  # copying sources for python2
+  cp -av python python2
+  # fixing python2 shebangs
+  sed -e 's/env python/env python2/g' \
+  -i python2/google/protobuf/internal/*.py
+}
+
+build() {
+  cd "$pkgbase-$pkgver"
+  ./configure --prefix=/usr
+  make
+  (
+cd python2
+python2 setup.py build --cpp_implementation
+  )
+  (
+cd python
+python setup.py build --cpp_implementation
+  )
+}
+
+check() {
+  cd "$pkgbase-$pkgver"
+  make check
+  (
+cd python2
+python2 setup.py test
+  )
+  (
+cd python
+python setup.py test
+  )
+}
+
+package_protobuf() {
+  replaces=('protobuf-cpp')
+  provides=('libprotoc.so' 'libprotobuf.so' 'libprotobuf-lite.so')
+
+  cd "$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -vDm 644 editors/protobuf-mode.el \
+-t "$pkgdir/usr/share/emacs/site-lisp/"
+  install -vDm 644 editors/proto.vim \
+-t "${pkgdir}/usr/share/vim/vimfiles/syntax"
+}
+
+package_python2-protobuf() {
+  pkgdesc='Python 2 bindings for Google Protocol Buffers'
+  depends=('python2' 'python2-six' 

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

2019-12-09 Thread David Runge via arch-commits
Date: Monday, December 9, 2019 @ 12:55:16
  Author: dvzrv
Revision: 370553

upgpkg: protobuf 3.11.1-2

Adding all direct library dependencies. Switching to more safe checksum 
(sha512sum).
Running autoreconf in prepare() and copying/fixing the sources for python2. 
Building the python packages in build().
Adding libprotoc.so, libprotobuf.so and libprotobuf-lite.so to provides. 
Installing vim syntax plugin.
Running unit tests on the python packages in check(). Installing (without 
building) the python packages in their respective package functions. Installing 
LICENSE files for python packages instead of symlinking.

Modified:
  protobuf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 11:26:09 UTC (rev 370552)
+++ PKGBUILD2019-12-09 12:55:16 UTC (rev 370553)
@@ -1,4 +1,5 @@
 # Maintainer: Lukas Fleischer 
+# Contributor: David Runge 
 # Contributor: Aleksey Filippov 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Sven-Hendrik Haase 
@@ -9,35 +10,65 @@
 pkgbase='protobuf'
 pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
 pkgver=3.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Protocol Buffers - Google's data interchange format"
 arch=('x86_64')
 url='https://developers.google.com/protocol-buffers/'
 license=('BSD')
-depends=('gcc-libs' 'zlib')
+depends=('gcc-libs' 'glibc' 'zlib')
 makedepends=('unzip' 'python-setuptools' 'python2-setuptools')
 
source=("https://github.com/protocolbuffers/$pkgname/releases/download/v$pkgver/$pkgname-all-$pkgver.tar.gz;)
-md5sums=('488f02ae18e57866fb8898bc73d83113')
+sha512sums=('7922f7d082cba1f39db618e4167890f0cf1257269d43912ea474379cb1cf85dd876e546b26eb46af0f0bdc0f95c2234313ce5aa2d8756cad9fa1b98f7c1d61e5')
 
+prepare() {
+  cd "$pkgbase-$pkgver"
+  autoreconf -vfi
+  # copying sources for python2
+  cp -av python python2
+  # fixing python2 shebangs
+  sed -e 's/env python/env python2/g' \
+  -i python2/google/protobuf/internal/*.py
+}
+
 build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  ./autogen.sh
+  cd "$pkgbase-$pkgver"
   ./configure --prefix=/usr
   make
+  (
+cd python2
+python2 setup.py build --cpp_implementation
+  )
+  (
+cd python
+python setup.py build --cpp_implementation
+  )
 }
 
 check() {
-  make -C "$srcdir/$pkgbase-$pkgver" check
+  cd "$pkgbase-$pkgver"
+  make check
+  (
+cd python2
+python2 setup.py test
+  )
+  (
+cd python
+python setup.py test
+  )
 }
 
 package_protobuf() {
   replaces=('protobuf-cpp')
+  provides=('libprotoc.so' 'libprotobuf.so' 'libprotobuf-lite.so')
 
-  cd "$srcdir/$pkgbase-$pkgver"
+  cd "$pkgbase-$pkgver"
   make DESTDIR="$pkgdir" install
 
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 editors/protobuf-mode.el 
"$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -vDm 644 editors/protobuf-mode.el \
+-t "$pkgdir/usr/share/emacs/site-lisp/"
+  install -vDm 644 editors/proto.vim \
+-t "${pkgdir}/usr/share/vim/vimfiles/syntax"
 }
 
 package_python2-protobuf() {
@@ -44,11 +75,17 @@
   pkgdesc='Python 2 bindings for Google Protocol Buffers'
   depends=('python2' 'python2-six' "protobuf=$pkgver")
 
-  cd "$srcdir/$pkgbase-$pkgver/python"
-  python2 setup.py install --root="$pkgdir" --cpp_implementation
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+  local python_version=$(python2 -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  cd "$pkgbase-$pkgver"
+  (
+cd python2
+PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}:PYTHONPATH" \
+python2 setup.py install --skip-build \
+ --cpp_implementation \
+ --optimize=1 \
+ --root="$pkgdir"
+  )
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 
 package_python-protobuf() {
@@ -55,9 +92,15 @@
   pkgdesc='Python 3 bindings for Google Protocol Buffers'
   depends=('python' 'python-six' "protobuf=$pkgver")
 
-  cd "$srcdir/$pkgbase-$pkgver/python"
-  python3 setup.py install --root="$pkgdir" --cpp_implementation
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  cd "$pkgbase-$pkgver"
+  (
+cd python
+PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}:PYTHONPATH" \
+python setup.py install --skip-build \
+--cpp_implementation \
+--optimize=1 \
+--root="$pkgdir"
+  

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

2019-12-09 Thread Alexander Rødseth via arch-commits
Date: Monday, December 9, 2019 @ 12:24:31
  Author: arodseth
Revision: 536390

upgpkg: imv 4.0.1-2

Modified:
  imv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 11:18:09 UTC (rev 536389)
+++ PKGBUILD2019-12-09 12:24:31 UTC (rev 536390)
@@ -3,12 +3,12 @@
 
 pkgname=imv
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Image viewer for Wayland and X11'
 url='https://github.com/eXeC64/imv'
 arch=(x86_64)
 license=(GPL)
-depends=(desktop-file-utils fontconfig freeimage librsvg libxkbcommon pango 
sdl2_ttf)
+depends=(desktop-file-utils fontconfig freeimage glu librsvg libxkbcommon 
pango sdl2_ttf)
 makedepends=(asciidoc cmocka git libxkbcommon-x11)
 conflicts=(renameutils)
 source=("git+$url#tag=v${pkgver/_/-}")


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

2019-12-09 Thread Alexander Rødseth via arch-commits
Date: Monday, December 9, 2019 @ 12:24:37
  Author: arodseth
Revision: 536391

archrelease: copy trunk to community-x86_64

Added:
  imv/repos/community-x86_64/PKGBUILD
(from rev 536390, imv/trunk/PKGBUILD)
Deleted:
  imv/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 12:24:31 UTC (rev 536390)
+++ PKGBUILD2019-12-09 12:24:37 UTC (rev 536391)
@@ -1,26 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Harry Jeffery 
-
-pkgname=imv
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='Image viewer for Wayland and X11'
-url='https://github.com/eXeC64/imv'
-arch=(x86_64)
-license=(GPL)
-depends=(desktop-file-utils fontconfig freeimage librsvg libxkbcommon pango 
sdl2_ttf)
-makedepends=(asciidoc cmocka git libxkbcommon-x11)
-conflicts=(renameutils)
-source=("git+$url#tag=v${pkgver/_/-}")
-sha1sums=('SKIP')
-
-build() {
-  make -C "$pkgname" BUILDDIR=build
-}
-
-package() {
-  make -C "$pkgname" BUILDDIR=build DESTDIR="$pkgdir" install
-}
-
-# getver: github.com/eXeC64/imv/releases
-# vim: ts=2 sw=2 et:

Copied: imv/repos/community-x86_64/PKGBUILD (from rev 536390, 
imv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 12:24:37 UTC (rev 536391)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Harry Jeffery 
+
+pkgname=imv
+pkgver=4.0.1
+pkgrel=2
+pkgdesc='Image viewer for Wayland and X11'
+url='https://github.com/eXeC64/imv'
+arch=(x86_64)
+license=(GPL)
+depends=(desktop-file-utils fontconfig freeimage glu librsvg libxkbcommon 
pango sdl2_ttf)
+makedepends=(asciidoc cmocka git libxkbcommon-x11)
+conflicts=(renameutils)
+source=("git+$url#tag=v${pkgver/_/-}")
+sha1sums=('SKIP')
+
+build() {
+  make -C "$pkgname" BUILDDIR=build
+}
+
+package() {
+  make -C "$pkgname" BUILDDIR=build DESTDIR="$pkgdir" install
+}
+
+# getver: github.com/eXeC64/imv/releases
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in farstream/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-09 Thread Jelle van der Waa via arch-commits
Date: Monday, December 9, 2019 @ 11:26:09
  Author: jelle
Revision: 370552

archrelease: copy trunk to extra-x86_64

Added:
  farstream/repos/extra-x86_64/PKGBUILD
(from rev 370551, farstream/trunk/PKGBUILD)
Deleted:
  farstream/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-09 11:26:03 UTC (rev 370551)
+++ PKGBUILD2019-12-09 11:26:09 UTC (rev 370552)
@@ -1,33 +0,0 @@
-# Maintainer: Ionut Biru 
-
-pkgname=farstream
-pkgver=0.2.8
-pkgrel=2
-pkgdesc="Farstream (formerly Farsight) - Audio/Video Communications Framework"
-arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/Farstream;
-license=('LGPL')
-depends=('gst-plugins-base-libs' 'libnice')
-makedepends=('gobject-introspection' 'python2')
-optdepends=('gst-plugins-good' 'gst-plugins-bad')
-conflicts=('farsight2')
-replaces=('farsight2')
-source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('a40d4c4bd0812c270069b9f97d74009b'
- 'SKIP')
-validpgpkeys=('DB30B086FAF86CE7296FADC51D388E5A4ED9A2BB')  # Olivier Crête
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-package-name='Arch Linux farstream package' \
---with-package-origin='http://archlinux.org'
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: farstream/repos/extra-x86_64/PKGBUILD (from rev 370551, 
farstream/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-09 11:26:09 UTC (rev 370552)
@@ -0,0 +1,33 @@
+# Maintainer: Ionut Biru 
+
+pkgname=farstream
+pkgver=0.2.8
+pkgrel=3
+pkgdesc="Farstream (formerly Farsight) - Audio/Video Communications Framework"
+arch=('x86_64')
+url="https://www.freedesktop.org/wiki/Software/Farstream;
+license=('LGPL')
+depends=('gst-plugins-base-libs' 'libnice')
+makedepends=('gobject-introspection' 'python')
+optdepends=('gst-plugins-good' 'gst-plugins-bad')
+conflicts=('farsight2')
+replaces=('farsight2')
+source=(https://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('a40d4c4bd0812c270069b9f97d74009b'
+ 'SKIP')
+validpgpkeys=('DB30B086FAF86CE7296FADC51D388E5A4ED9A2BB')  # Olivier Crête
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--with-package-name='Arch Linux farstream package' \
+--with-package-origin='http://archlinux.org'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


  1   2   >