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

2020-04-10 Thread Daniel M. Capella via arch-commits
Date: Friday, April 10, 2020 @ 07:25:07
  Author: polyzen
Revision: 613071

upgpkg: termdown 1.17.0-1

Modified:
  termdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 01:18:05 UTC (rev 613070)
+++ PKGBUILD2020-04-10 07:25:07 UTC (rev 613071)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=termdown
-pkgver=1.16.0
-pkgrel=3
+pkgver=1.17.0
+pkgrel=1
 pkgdesc='Countdown timer and stopwatch in your terminal'
 arch=('any')
 url=https://github.com/trehn/termdown
@@ -11,7 +11,7 @@
 optdepends=('espeak: for spoken countdown'
 'espeak-ng-espeak: for spoken countdown')
 
source=("https://files.pythonhosted.org/packages/source/t/termdown/termdown-$pkgver.tar.gz";)
-sha512sums=('a7984062f768d51bc3dee3f7cc11ef8b06368b96a151ad764a45b28b9b96e0ed204a21cb8b8d04c7ab2a234ce6b840ebfb919ac19a2e60ab31ac74f8586fcc59')
+sha256sums=('0ad7b7ec41b0a112ef3aa1fd429bace570fb838c10a079cc2198b9aa22c6d521')
 
 build() {
   cd termdown-$pkgver


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

2020-04-10 Thread Daniel M. Capella via arch-commits
Date: Friday, April 10, 2020 @ 07:25:26
  Author: polyzen
Revision: 613072

archrelease: copy trunk to community-any

Added:
  termdown/repos/community-any/PKGBUILD
(from rev 613071, termdown/trunk/PKGBUILD)
Deleted:
  termdown/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 07:25:07 UTC (rev 613071)
+++ PKGBUILD2020-04-10 07:25:26 UTC (rev 613072)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=termdown
-pkgver=1.16.0
-pkgrel=3
-pkgdesc='Countdown timer and stopwatch in your terminal'
-arch=('any')
-url=https://github.com/trehn/termdown
-license=('GPL3')
-depends=('python-click' 'python-dateutil' 'python-pyfiglet' 
'python-setuptools')
-optdepends=('espeak: for spoken countdown'
-'espeak-ng-espeak: for spoken countdown')
-source=("https://files.pythonhosted.org/packages/source/t/termdown/termdown-$pkgver.tar.gz";)
-sha512sums=('a7984062f768d51bc3dee3f7cc11ef8b06368b96a151ad764a45b28b9b96e0ed204a21cb8b8d04c7ab2a234ce6b840ebfb919ac19a2e60ab31ac74f8586fcc59')
-
-build() {
-  cd termdown-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd termdown-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: termdown/repos/community-any/PKGBUILD (from rev 613071, 
termdown/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 07:25:26 UTC (rev 613072)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=termdown
+pkgver=1.17.0
+pkgrel=1
+pkgdesc='Countdown timer and stopwatch in your terminal'
+arch=('any')
+url=https://github.com/trehn/termdown
+license=('GPL3')
+depends=('python-click' 'python-dateutil' 'python-pyfiglet' 
'python-setuptools')
+optdepends=('espeak: for spoken countdown'
+'espeak-ng-espeak: for spoken countdown')
+source=("https://files.pythonhosted.org/packages/source/t/termdown/termdown-$pkgver.tar.gz";)
+sha256sums=('0ad7b7ec41b0a112ef3aa1fd429bace570fb838c10a079cc2198b9aa22c6d521')
+
+build() {
+  cd termdown-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd termdown-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-10 Thread Andreas Radke via arch-commits
Date: Friday, April 10, 2020 @ 07:58:11
  Author: andyrtr
Revision: 379942

upgpkg: qpdf 10.0.1-1: upstream update 10.0.1

Modified:
  qpdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 01:09:26 UTC (rev 379941)
+++ PKGBUILD2020-04-10 07:58:11 UTC (rev 379942)
@@ -4,7 +4,7 @@
 # Contributor: Nuno Araujo 
 
 pkgname=qpdf
-pkgver=10.0.0
+pkgver=10.0.1
 pkgrel=1
 pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 # 
https://github.com/qpdf/qpdf/releases/download/release-qpdf-10.0.0/qpdf-10.0.0.sha512
 
source=(#https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
 
https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('9d07139dc489f6ffefaee95bdbc430da3948b7ba5ac900e4b8dd027ab65805ba349e1e6d69068d1618d7d0d4f83d2952f6a637f3637613af764d4f26af23'
+sha512sums=('b73c0839b08905052d90ed78645cc9fb4fda4a0fa803db7b46f3d77a2c2f7e8cec52173834b1e1f008f3a3475a7d913362d22e1ebece11187a90c9035b81de94'
 'SKIP')
 validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt 
"
 


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

2020-04-10 Thread Andreas Radke via arch-commits
Date: Friday, April 10, 2020 @ 07:58:22
  Author: andyrtr
Revision: 379943

archrelease: copy trunk to extra-x86_64

Added:
  qpdf/repos/extra-x86_64/PKGBUILD
(from rev 379942, qpdf/trunk/PKGBUILD)
Deleted:
  qpdf/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 07:58:11 UTC (rev 379942)
+++ PKGBUILD2020-04-10 07:58:22 UTC (rev 379943)
@@ -1,48 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Miguel Revilla 
-# Contributor: David Sotelo 
-# Contributor: Nuno Araujo 
-
-pkgname=qpdf
-pkgver=10.0.0
-pkgrel=1
-pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
-arch=('x86_64')
-url="https://github.com/qpdf/qpdf";
-license=('custom:Artistic-2.0' 'Apache')
-depends=('libjpeg-turbo' 'zlib' 'gnutls')
-#optdepends=('perl:required for fix-qdf')
-#checkdepends=('perl')
-# 
https://github.com/qpdf/qpdf/releases/download/release-qpdf-10.0.0/qpdf-10.0.0.sha512
-source=(#https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-
https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('9d07139dc489f6ffefaee95bdbc430da3948b7ba5ac900e4b8dd027ab65805ba349e1e6d69068d1618d7d0d4f83d2952f6a637f3637613af764d4f26af23'
-'SKIP')
-validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt 
"
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---disable-static \
---enable-crypto-gnutls \
---disable-crypto-openssl \
---disable-implicit-crypto \
---enable-show-failed-test-output
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check # passes all
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
-
-  install -Dm644 completions/bash/qpdf 
"${pkgdir}/usr/share/bash-completion/completions/qpdf"
-  install -Dm644 completions/zsh/_qpdf 
"${pkgdir}/usr/share/zsh/site-functions/_qpdf"
-
-  mkdir -m755 -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 {Artistic-2.0,LICENSE.txt} 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: qpdf/repos/extra-x86_64/PKGBUILD (from rev 379942, qpdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 07:58:22 UTC (rev 379943)
@@ -0,0 +1,48 @@
+# Maintainer: AndyRTR 
+# Contributor: Miguel Revilla 
+# Contributor: David Sotelo 
+# Contributor: Nuno Araujo 
+
+pkgname=qpdf
+pkgver=10.0.1
+pkgrel=1
+pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
+arch=('x86_64')
+url="https://github.com/qpdf/qpdf";
+license=('custom:Artistic-2.0' 'Apache')
+depends=('libjpeg-turbo' 'zlib' 'gnutls')
+#optdepends=('perl:required for fix-qdf')
+#checkdepends=('perl')
+# 
https://github.com/qpdf/qpdf/releases/download/release-qpdf-10.0.0/qpdf-10.0.0.sha512
+source=(#https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+
https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('b73c0839b08905052d90ed78645cc9fb4fda4a0fa803db7b46f3d77a2c2f7e8cec52173834b1e1f008f3a3475a7d913362d22e1ebece11187a90c9035b81de94'
+'SKIP')
+validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static \
+--enable-crypto-gnutls \
+--disable-crypto-openssl \
+--disable-implicit-crypto \
+--enable-show-failed-test-output
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check # passes all
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+
+  install -Dm644 completions/bash/qpdf 
"${pkgdir}/usr/share/bash-completion/completions/qpdf"
+  install -Dm644 completions/zsh/_qpdf 
"${pkgdir}/usr/share/zsh/site-functions/_qpdf"
+
+  mkdir -m755 -p "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 {Artistic-2.0,LICENSE.txt} 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2020-04-10 Thread Andrzej Giniewicz via arch-commits
Date: Friday, April 10, 2020 @ 08:20:28
  Author: aginiewicz
Revision: 613073

upgpkg: python-blosc 1.9.0-1: python-blosc: new upstream release

Modified:
  python-blosc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 07:25:26 UTC (rev 613072)
+++ PKGBUILD2020-04-10 08:20:28 UTC (rev 613073)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=python-blosc
-pkgver=1.8.3
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
 arch=('x86_64')
@@ -10,8 +10,8 @@
 depends=('python' 'blosc')
 optdepends=('python-numpy: for tests and benchmarks')
 makedepends=('python-scikit-build')
-source=("https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz";)
-sha256sums=('b3d7bec1810422a4ef59236a083c29fd59b523d0f7c77d040465f75a2ec9030c')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz";)
+sha256sums=('15b6eab0c08685b98fe69336d76ae9fd81145b65035cb87aafcc48d91a094901')
 
 build() {
   cd "$srcdir"/${pkgbase}-${pkgver}


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

2020-04-10 Thread Andrzej Giniewicz via arch-commits
Date: Friday, April 10, 2020 @ 08:20:35
  Author: aginiewicz
Revision: 613074

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 08:20:28 UTC (rev 613073)
+++ PKGBUILD2020-04-10 08:20:35 UTC (rev 613074)
@@ -1,28 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=python-blosc
-pkgver=1.8.3
-pkgrel=1
-pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
-arch=('x86_64')
-url="http://python-blosc.blosc.org/";
-license=('MIT')
-depends=('python' 'blosc')
-optdepends=('python-numpy: for tests and benchmarks')
-makedepends=('python-scikit-build')
-source=("https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz";)
-sha256sums=('b3d7bec1810422a4ef59236a083c29fd59b523d0f7c77d040465f75a2ec9030c')
-
-build() {
-  cd "$srcdir"/${pkgbase}-${pkgver}
-  export BLOSC_DIR=/usr
-  python setup.py build_clib
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/${pkgbase}-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSES/PYTHON-BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-blosc/repos/community-x86_64/PKGBUILD (from rev 613073, 
python-blosc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 08:20:35 UTC (rev 613074)
@@ -0,0 +1,28 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python-blosc
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
+arch=('x86_64')
+url="http://python-blosc.blosc.org/";
+license=('MIT')
+depends=('python' 'blosc')
+optdepends=('python-numpy: for tests and benchmarks')
+makedepends=('python-scikit-build')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz";)
+sha256sums=('15b6eab0c08685b98fe69336d76ae9fd81145b65035cb87aafcc48d91a094901')
+
+build() {
+  cd "$srcdir"/${pkgbase}-${pkgver}
+  export BLOSC_DIR=/usr
+  python setup.py build_clib
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/${pkgbase}-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSES/PYTHON-BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-04-10 Thread Pierre Schmitz via arch-commits
Date: Friday, April 10, 2020 @ 10:33:52
  Author: pierre
Revision: 379944

upgpkg: composer 1.10.5-1

Modified:
  composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 07:58:22 UTC (rev 379943)
+++ PKGBUILD2020-04-10 10:33:52 UTC (rev 379944)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=1.10.4
+pkgver=1.10.5
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -16,7 +16,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver}";
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar";)
 sha512sums=('SKIP'
-
'ca9b2f26ad6e0dc4f8695fb5cdbc84abdde5af4a072b986a60169eaef9a017f2420bee318fe29fbad23e80100b388d9bb0ebd0933e0466cf4e19058a3ec14f3c')
+
'cd199fd273a17f92fdd38c2221f49058abe30f3349f6dec93751f2392a1634106f437a5a67af1e6fcee89b4c33b141db566d6f5439986811bd8ce32dcae9cf82')
 
 prepare() {
cd "${srcdir}/${pkgname}"


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

2020-04-10 Thread Pierre Schmitz via arch-commits
Date: Friday, April 10, 2020 @ 10:34:03
  Author: pierre
Revision: 379945

archrelease: copy trunk to extra-any

Added:
  composer/repos/extra-any/PKGBUILD
(from rev 379944, composer/trunk/PKGBUILD)
Deleted:
  composer/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 10:33:52 UTC (rev 379944)
+++ PKGBUILD2020-04-10 10:34:03 UTC (rev 379945)
@@ -1,50 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=composer
-pkgver=1.10.4
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php')
-makedepends=('git' 'unzip')
-checkdepends=('mercurial')
-replaces=('php-composer')
-conflicts=('php-composer')
-provides=('php-composer')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver}";
-
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar";)
-sha512sums=('SKIP'
-
'ca9b2f26ad6e0dc4f8695fb5cdbc84abdde5af4a072b986a60169eaef9a017f2420bee318fe29fbad23e80100b388d9bb0ebd0933e0466cf4e19058a3ec14f3c')
-
-prepare() {
-   cd "${srcdir}/${pkgname}"
-
-   php "${srcdir}/${pkgname}-${pkgver}.phar" -n install --no-dev 
--prefer-dist
-}
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd "${srcdir}/${pkgname}"
-
-   git config --global user.email "${USER}@${HOST}"
-   git config --global user.name "${USER}"
-
-   # Install the dev dependencies to run the unit tests
-   bin/composer -n install --prefer-dist
-
-   vendor/bin/simple-phpunit
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm755 composer.phar "${pkgdir}/usr/bin/composer"
-}

Copied: composer/repos/extra-any/PKGBUILD (from rev 379944, 
composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 10:34:03 UTC (rev 379945)
@@ -0,0 +1,50 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=composer
+pkgver=1.10.5
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php')
+makedepends=('git' 'unzip')
+checkdepends=('mercurial')
+replaces=('php-composer')
+conflicts=('php-composer')
+provides=('php-composer')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver}";
+
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar";)
+sha512sums=('SKIP'
+
'cd199fd273a17f92fdd38c2221f49058abe30f3349f6dec93751f2392a1634106f437a5a67af1e6fcee89b4c33b141db566d6f5439986811bd8ce32dcae9cf82')
+
+prepare() {
+   cd "${srcdir}/${pkgname}"
+
+   php "${srcdir}/${pkgname}-${pkgver}.phar" -n install --no-dev 
--prefer-dist
+}
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd "${srcdir}/${pkgname}"
+
+   git config --global user.email "${USER}@${HOST}"
+   git config --global user.name "${USER}"
+
+   # Install the dev dependencies to run the unit tests
+   bin/composer -n install --prefer-dist
+
+   vendor/bin/simple-phpunit
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm755 composer.phar "${pkgdir}/usr/bin/composer"
+}


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

2020-04-10 Thread Christian Rebischke via arch-commits
Date: Friday, April 10, 2020 @ 10:59:18
  Author: shibumi
Revision: 613075

upgpkg: profanity 1:0.8.1-2 add omemo support

Modified:
  profanity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 08:20:35 UTC (rev 613074)
+++ PKGBUILD2020-04-10 10:59:18 UTC (rev 613075)
@@ -1,12 +1,12 @@
 # Maintainer: Levente Polyak 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: jason ryan 
+# Contributor: Christian Rebischke 
 
-# TODO: enable omemo
 pkgbase=profanity
 pkgname=('profanity' 'profanity-gtk')
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Console based XMPP client'
 url='http://www.profanity.im'
@@ -13,7 +13,8 @@
 arch=('x86_64')
 license=('GPL3')
 makedepends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify'
- 'gpgme' 'python' 'gtk2' 'autoconf-archive')
+ 'gpgme' 'python' 'gtk2' 'autoconf-archive' 'libsignal-protocol-c'
+ 'libgcrypt')
 checkdepends=('cmocka')
 
source=(https://github.com/profanity-im/profanity/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
 sha256sums=('53937d9a41f73f6a138446fa108ae20f7d0bd79369832d6ab42035fe8c7e77b5')
@@ -38,6 +39,7 @@
   --enable-c-plugins \
   --enable-plugins \
   --enable-otr \
+  --enable-omemo \
   --enable-pgp
 make
   )
@@ -51,6 +53,7 @@
   --enable-c-plugins \
   --enable-plugins \
   --enable-otr \
+  --enable-omemo \
   --enable-pgp
 make
   )
@@ -57,7 +60,8 @@
 }
 
 package_profanity() {
-  depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 
'gpgme' 'python')
+  depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify'
+  'gpgme' 'python' 'libgcrypt' 'libsignal-protocol-c')
   cd ${pkgbase}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }
@@ -64,7 +68,8 @@
 
 package_profanity-gtk() {
   pkgdesc='Console based XMPP client (gtk support)'
-  depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 
'gpgme' 'python' 'gtk2')
+  depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify'
+  'gpgme' 'python' 'gtk2' 'libsignal-protocol-c' 'libgcrypt')
   provides=('profanity')
   conflicts=('profanity')
   cd ${pkgbase}-${pkgver}-gtk


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

2020-04-10 Thread Christian Rebischke via arch-commits
Date: Friday, April 10, 2020 @ 11:01:01
  Author: shibumi
Revision: 613076

archrelease: copy trunk to community-x86_64

Added:
  profanity/repos/community-x86_64/PKGBUILD
(from rev 613075, profanity/trunk/PKGBUILD)
Deleted:
  profanity/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  153 +++--
 1 file changed, 79 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 10:59:18 UTC (rev 613075)
+++ PKGBUILD2020-04-10 11:01:01 UTC (rev 613076)
@@ -1,74 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: jason ryan 
-
-# TODO: enable omemo
-pkgbase=profanity
-pkgname=('profanity' 'profanity-gtk')
-pkgver=0.8.1
-pkgrel=1
-epoch=1
-pkgdesc='Console based XMPP client'
-url='http://www.profanity.im'
-arch=('x86_64')
-license=('GPL3')
-makedepends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify'
- 'gpgme' 'python' 'gtk2' 'autoconf-archive')
-checkdepends=('cmocka')
-source=(https://github.com/profanity-im/profanity/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('53937d9a41f73f6a138446fa108ae20f7d0bd79369832d6ab42035fe8c7e77b5')
-sha512sums=('2062d7400056c44327470d11ec55cdb73948bdfea90fcbd33866e0a6d77b387f0eac56f4dfd158a8cff90f29893bd087b0ab954d2ef47da9f575c176bcdeb9ee')
-b2sums=('be9255485815a236639928ffcb08b4705b864ea98017bf624daef5445e3728d725d1cb9476fdacae67251f96cb0acae5e79e720f7917c8f10edc381fd3a5c0a9')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  mkdir -p m4
-  autoreconf -fiv
-  cp -a "${srcdir}"/${pkgname}-${pkgver}{,-gtk}
-}
-
-build() {
-  echo "Building non-gtk variant..."
-  (cd ${pkgname}-${pkgver}
-./configure \
-  --prefix=/usr \
-  --disable-icons \
-  --enable-notifications \
-  --enable-python-plugins \
-  --enable-c-plugins \
-  --enable-plugins \
-  --enable-otr \
-  --enable-pgp
-make
-  )
-  echo "Building gtk variant..."
-  (cd ${pkgname}-${pkgver}-gtk
-./configure \
-  --prefix=/usr \
-  --enable-icons \
-  --enable-notifications \
-  --enable-python-plugins \
-  --enable-c-plugins \
-  --enable-plugins \
-  --enable-otr \
-  --enable-pgp
-make
-  )
-}
-
-package_profanity() {
-  depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 
'gpgme' 'python')
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-package_profanity-gtk() {
-  pkgdesc='Console based XMPP client (gtk support)'
-  depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 
'gpgme' 'python' 'gtk2')
-  provides=('profanity')
-  conflicts=('profanity')
-  cd ${pkgbase}-${pkgver}-gtk
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: profanity/repos/community-x86_64/PKGBUILD (from rev 613075, 
profanity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 11:01:01 UTC (rev 613076)
@@ -0,0 +1,79 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: jason ryan 
+# Contributor: Christian Rebischke 
+
+pkgbase=profanity
+pkgname=('profanity' 'profanity-gtk')
+pkgver=0.8.1
+pkgrel=2
+epoch=1
+pkgdesc='Console based XMPP client'
+url='http://www.profanity.im'
+arch=('x86_64')
+license=('GPL3')
+makedepends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify'
+ 'gpgme' 'python' 'gtk2' 'autoconf-archive' 'libsignal-protocol-c'
+ 'libgcrypt')
+checkdepends=('cmocka')
+source=(https://github.com/profanity-im/profanity/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('53937d9a41f73f6a138446fa108ae20f7d0bd79369832d6ab42035fe8c7e77b5')
+sha512sums=('2062d7400056c44327470d11ec55cdb73948bdfea90fcbd33866e0a6d77b387f0eac56f4dfd158a8cff90f29893bd087b0ab954d2ef47da9f575c176bcdeb9ee')
+b2sums=('be9255485815a236639928ffcb08b4705b864ea98017bf624daef5445e3728d725d1cb9476fdacae67251f96cb0acae5e79e720f7917c8f10edc381fd3a5c0a9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  mkdir -p m4
+  autoreconf -fiv
+  cp -a "${srcdir}"/${pkgname}-${pkgver}{,-gtk}
+}
+
+build() {
+  echo "Building non-gtk variant..."
+  (cd ${pkgname}-${pkgver}
+./configure \
+  --prefix=/usr \
+  --disable-icons \
+  --enable-notifications \
+  --enable-python-plugins \
+  --enable-c-plugins \
+  --enable-plugins \
+  --enable-otr \
+  --enable-omemo \
+  --enable-pgp
+make
+  )
+  echo "Building gtk variant..."
+  (cd ${pkgname}-${pkgver}-gtk
+./configure \
+  --prefix=/usr \
+  --enable-icons \
+  --enable-notifications \
+  --enable-python-plugins \
+  --enable-c-plugins \
+  --enable-plugins \
+  --enable-otr \
+  --enable-omemo \
+  --enable-pgp
+make
+  )
+}
+
+package_profanity() {
+  depends=('curl' 

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

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 11:08:40
  Author: dvzrv
Revision: 379946

upgpkg: jack 0.125.0-9: Rebuild to add all direct library dependencies.

Due to libsamplerate not depending on libsndfile anymore, jack_rec would not be 
built, breaking reproducability.
Adding all sodeps in package() and adding the respective packages to 
makedepends.
Only relying on package names in depends, makedepends, and optdepends.
Updating maintainer info.

Modified:
  jack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 10:34:03 UTC (rev 379945)
+++ PKGBUILD2020-04-10 11:08:40 UTC (rev 379946)
@@ -1,4 +1,4 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Ray Rashif 
 # Contributor: tobias 
 # Contributor: Robert Emil Berge 
@@ -5,13 +5,14 @@
 
 pkgname=jack
 pkgver=0.125.0
-pkgrel=8
+pkgrel=9
 pkgdesc="A low-latency audio server"
 arch=('x86_64')
 license=('GPL' 'LGPL')
 url="http://jackaudio.org/";
-depends=('alsa-lib' 'db' 'glibc' 'gcc-libs' 'libsamplerate' 
'libzita-alsa-pcmi.so' 'libzita-resampler.so')
-makedepends=('celt' 'doxygen' 'git' 'libffado.so')
+depends=('db' 'gcc-libs' 'glibc')
+makedepends=('alsa-lib' 'celt' 'doxygen' 'git' 'libffado' 'libsamplerate'
+'libsndfile' 'readline' 'zita-alsa-pcmi' 'zita-resampler')
 optdepends=('celt: NetJACK driver'
 'libffado: FireWire support'
 'realtime-privileges: Acquire realtime privileges')
@@ -44,7 +45,10 @@
 }
 
 package() {
+  depends+=('libasound.so' 'libreadline.so' 'libsndfile.so' 'libsamplerate.so'
+  'libzita-alsa-pcmi.so' 'libzita-resampler.so')
   cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir" install
+  install -vDm 644 {AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 # vim:set ts=2 sw=2 et:


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

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 11:08:54
  Author: dvzrv
Revision: 379947

archrelease: copy trunk to extra-x86_64

Added:
  jack/repos/extra-x86_64/PKGBUILD
(from rev 379946, jack/trunk/PKGBUILD)
Deleted:
  jack/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 11:08:40 UTC (rev 379946)
+++ PKGBUILD2020-04-10 11:08:54 UTC (rev 379947)
@@ -1,50 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: tobias 
-# Contributor: Robert Emil Berge 
-
-pkgname=jack
-pkgver=0.125.0
-pkgrel=8
-pkgdesc="A low-latency audio server"
-arch=('x86_64')
-license=('GPL' 'LGPL')
-url="http://jackaudio.org/";
-depends=('alsa-lib' 'db' 'glibc' 'gcc-libs' 'libsamplerate' 
'libzita-alsa-pcmi.so' 'libzita-resampler.so')
-makedepends=('celt' 'doxygen' 'git' 'libffado.so')
-optdepends=('celt: NetJACK driver'
-'libffado: FireWire support'
-'realtime-privileges: Acquire realtime privileges')
-provides=('libjack.so' 'libjackserver.so')
-source=("$pkgname::git+https://github.com/jackaudio/${pkgname}1.git#tag=${pkgver}";
-"git+https://github.com/jackaudio/example-clients";
-"git+https://github.com/jackaudio/headers";
-"git+https://github.com/jackaudio/tools";)
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-prepare() {
-  mv -v "${pkgname}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  git submodule init
-  git config submodule.example-clients.url "${srcdir}/example-clients"
-  git config submodule.jack.url "${srcdir}/headers"
-  git config submodule.tools.url "${srcdir}/tools"
-  git submodule update
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}
-# vim:set ts=2 sw=2 et:

Copied: jack/repos/extra-x86_64/PKGBUILD (from rev 379946, jack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 11:08:54 UTC (rev 379947)
@@ -0,0 +1,54 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: tobias 
+# Contributor: Robert Emil Berge 
+
+pkgname=jack
+pkgver=0.125.0
+pkgrel=9
+pkgdesc="A low-latency audio server"
+arch=('x86_64')
+license=('GPL' 'LGPL')
+url="http://jackaudio.org/";
+depends=('db' 'gcc-libs' 'glibc')
+makedepends=('alsa-lib' 'celt' 'doxygen' 'git' 'libffado' 'libsamplerate'
+'libsndfile' 'readline' 'zita-alsa-pcmi' 'zita-resampler')
+optdepends=('celt: NetJACK driver'
+'libffado: FireWire support'
+'realtime-privileges: Acquire realtime privileges')
+provides=('libjack.so' 'libjackserver.so')
+source=("$pkgname::git+https://github.com/jackaudio/${pkgname}1.git#tag=${pkgver}";
+"git+https://github.com/jackaudio/example-clients";
+"git+https://github.com/jackaudio/headers";
+"git+https://github.com/jackaudio/tools";)
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+  mv -v "${pkgname}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  git submodule init
+  git config submodule.example-clients.url "${srcdir}/example-clients"
+  git config submodule.jack.url "${srcdir}/headers"
+  git config submodule.tools.url "${srcdir}/tools"
+  git submodule update
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  depends+=('libasound.so' 'libreadline.so' 'libsndfile.so' 'libsamplerate.so'
+  'libzita-alsa-pcmi.so' 'libzita-resampler.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -vDm 644 {AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+# vim:set ts=2 sw=2 et:


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

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 11:18:45
  Author: dvzrv
Revision: 613077

upgpkg: din 46-1: Upgrading to 46.

Modified:
  din/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 11:01:01 UTC (rev 613076)
+++ PKGBUILD2020-04-10 11:18:45 UTC (rev 613077)
@@ -2,7 +2,7 @@
 # Contributor: muzhed 
 
 pkgname=din
-pkgver=45
+pkgver=46
 pkgrel=1
 pkgdesc="A sound synthesizer and musical instrument."
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz";
 "din-44.0.1-devendor_rtaudio_rtmidi.patch"
 )
-sha512sums=('59e6049a0032bbc92f7c98b5012183d4ea26565e32d8bcc58dcb324fa210e781225ee662ebf575050be7a724d752a1e3cc7b0313619c8e5a3bff4220b4a3ec23'
+sha512sums=('b189ddb79ecf95ee21c46fa044a86a8d1c27e7dddc0451e6f4e0de8d1fb982770462fafeaf487156ddaa0563dc49b24d9c80312d4d6233ffb9081c75d9cda00c'
 
'012783612de0919988a83d1166de21eb09261e5a766d097c58f82c81df2c04686f1ffa7045f51f3719bbb08f5a4ffc5e917a073e9630b290ff122ba59bd4d9c1')
 
 prepare() {


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

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 11:18:50
  Author: dvzrv
Revision: 613078

archrelease: copy trunk to community-x86_64

Added:
  din/repos/community-x86_64/PKGBUILD
(from rev 613077, din/trunk/PKGBUILD)
  din/repos/community-x86_64/din-44.0.1-devendor_rtaudio_rtmidi.patch
(from rev 613077, din/trunk/din-44.0.1-devendor_rtaudio_rtmidi.patch)
Deleted:
  din/repos/community-x86_64/PKGBUILD
  din/repos/community-x86_64/din-44.0.1-devendor_rtaudio_rtmidi.patch

--+
 PKGBUILD |   86 
 din-44.0.1-devendor_rtaudio_rtmidi.patch |31692 ++---
 2 files changed, 15889 insertions(+), 15889 deletions(-)

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


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

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 11:24:39
  Author: dvzrv
Revision: 613080

archrelease: copy trunk to community-any

Added:
  python-diff-cover/repos/community-any/PKGBUILD
(from rev 613079, python-diff-cover/trunk/PKGBUILD)
Deleted:
  python-diff-cover/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 11:24:34 UTC (rev 613079)
+++ PKGBUILD2020-04-10 11:24:39 UTC (rev 613080)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-
-_name=diff_cover
-pkgname=python-diff-cover
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="Automatically find diff lines that need test coverage"
-arch=('any')
-url="https://github.com/Bachmann1234/diff_cover";
-license=('Apache')
-depends=('python-jinja' 'python-jinja_pluralize' 'python-pluggy'
-'python-pygments' 'python-setuptools' 'python-six')
-checkdepends=('flake8' 'python-pytest' 'python-mock' 'python-pytest-cov'
-'python-pycodestyle' 'python-pyflakes' 'python-pylint' 'python-pydocstyle')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('efb70d18705f90c0d2db3e78d099c6c23c665cf9468a9f6e1613545a0d16128421519dec17a8d99b57116d84ebb10f926d29350ba8b41902ccca4516f73369b4'
-'SKIP')
-validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 {CHANGELOG,NOTICE,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-diff-cover/repos/community-any/PKGBUILD (from rev 613079, 
python-diff-cover/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 11:24:39 UTC (rev 613080)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=diff_cover
+pkgname=python-diff-cover
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="Automatically find diff lines that need test coverage"
+arch=('any')
+url="https://github.com/Bachmann1234/diff_cover";
+license=('Apache')
+depends=('python-jinja' 'python-jinja_pluralize' 'python-pluggy'
+'python-pygments' 'python-setuptools' 'python-six')
+checkdepends=('flake8' 'python-pytest' 'python-mock' 'python-pytest-cov'
+'python-pycodestyle' 'python-pyflakes' 'python-pylint' 'python-pydocstyle')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('6e62ade3d84913a0de6cbbf38853a0e5da3860fcdca692eb87177f4a1769f118c658b69a7737af3d70c9d25b23ed90d664d35564138ce8dc4000ff709df43a88'
+'SKIP')
+validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {CHANGELOG,NOTICE,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 11:24:34
  Author: dvzrv
Revision: 613079

upgpkg: python-diff-cover 2.6.1-1: Upgrading to 2.6.1.

Modified:
  python-diff-cover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 11:18:50 UTC (rev 613078)
+++ PKGBUILD2020-04-10 11:24:34 UTC (rev 613079)
@@ -2,7 +2,7 @@
 
 _name=diff_cover
 pkgname=python-diff-cover
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('flake8' 'python-pytest' 'python-mock' 'python-pytest-cov'
 'python-pycodestyle' 'python-pyflakes' 'python-pylint' 'python-pydocstyle')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('efb70d18705f90c0d2db3e78d099c6c23c665cf9468a9f6e1613545a0d16128421519dec17a8d99b57116d84ebb10f926d29350ba8b41902ccca4516f73369b4'
+sha512sums=('6e62ade3d84913a0de6cbbf38853a0e5da3860fcdca692eb87177f4a1769f118c658b69a7737af3d70c9d25b23ed90d664d35564138ce8dc4000ff709df43a88'
 'SKIP')
 validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

 


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

2020-04-10 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, April 10, 2020 @ 11:37:12
  Author: yan12125
Revision: 613081

upgpkg: nvchecker 1.6-1

Modified:
  nvchecker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 11:24:39 UTC (rev 613080)
+++ PKGBUILD2020-04-10 11:37:12 UTC (rev 613081)
@@ -2,8 +2,8 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=nvchecker
-pkgver=1.5
-pkgrel=2
+pkgver=1.6
+pkgrel=1
 pkgdesc="New version checker for software releases"
 arch=('any')
 url="https://github.com/lilydjwg/nvchecker";
@@ -18,19 +18,13 @@
   'subversion: for VCS sources'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz";
-
$pkgname-update-tests.patch::https://github.com/lilydjwg/nvchecker/commit/7055ad555e033da7211852e3a2c45ef161deef6b.patch
-
$pkgname-update-tests-2.patch::https://github.com/lilydjwg/nvchecker/commit/b6d26e68fb6cc098d70fc685ce92586e0f575f83.patch
-
$pkgname-update-tests-3.patch::https://github.com/lilydjwg/nvchecker/commit/d9daa17a502a635fff93bb3968e91a11d6369432.patch)
-sha512sums=('78902e43bbd9208b6668eab9a59036fe699918a87dc84ffbf174941597c6f23bf6952952d839a3a2941fad3cbcdc5a8c6336367d6d232491b67caa4631f85a58'
-
'1c6a692ef7d86c3ad0ef2adcb671ec1028c976774d6f5a72f4a6f8a70f24fbefda3ca0d299951950b066563b9fa9f0b37421a573e9c867041eac4fc43fceeda5'
-
'81cb482fcf53f906199de81ed2783a1713cbc78f14a74f4e7987dc77c53a0e4041bce05e6b0beb3b5dfa7da0cdb1379fe1c5f0eaa3f47a942536937a426e3b4b'
-
'455a396c9480da1f2db56a3bbcb97238c990bf86ef8784b2d47c7ca12e639004e7685579438f8c000fec4ec8146d518817e4c4883f16854feee277efbb9f633a')
+
$pkgname-update-tests-4.patch::https://github.com/lilydjwg/nvchecker/commit/4fc62d35888c3d695956793d5724a52ba3a99574.patch)
+sha512sums=('adca20abcae1fcab2b87d166f18bc14d7e374de3041fcabd35eaaa8bc3d4b086ad16f9c94c5d242259011a0b1435a9c74e0d7959dffabf8da4eda6cf0694f5ee'
+
'ddf02d38b38560ee8edd8b814197e015d77425d546b4f436c42bea202f1e7514766e47bfaaec9733cb6df6d416c9a68c67baf48994045f07533e0cbc707f0b7d')
 
 prepare() {
   cd nvchecker-$pkgver
-  patch -Np1 -i ../$pkgname-update-tests.patch
-  patch -Np1 -i ../$pkgname-update-tests-2.patch
-  patch -Np1 -i ../$pkgname-update-tests-3.patch
+  patch -Np1 -i ../$pkgname-update-tests-4.patch
 }
 
 build() {


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

2020-04-10 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, April 10, 2020 @ 11:37:29
  Author: yan12125
Revision: 613082

archrelease: copy trunk to community-any

Added:
  nvchecker/repos/community-any/PKGBUILD
(from rev 613081, nvchecker/trunk/PKGBUILD)
Deleted:
  nvchecker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 11:37:12 UTC (rev 613081)
+++ PKGBUILD2020-04-10 11:37:29 UTC (rev 613082)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=nvchecker
-pkgver=1.5
-pkgrel=2
-pkgdesc="New version checker for software releases"
-arch=('any')
-url="https://github.com/lilydjwg/nvchecker";
-license=('MIT')
-depends=('python' 'python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
-checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-httpbin' 
'python-flaky' 'git' 'mercurial')
-optdepends=(
-  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
-  'bzr: for VCS sources'
-  'git: for VCS sources'
-  'mercurial: for VCS sources'
-  'subversion: for VCS sources'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz";)
-sha512sums=('78902e43bbd9208b6668eab9a59036fe699918a87dc84ffbf174941597c6f23bf6952952d839a3a2941fad3cbcdc5a8c6336367d6d232491b67caa4631f85a58')
-
-build() {
-  cd nvchecker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd nvchecker-$pkgver
-  pytest
-}
-
-package() {
-  cd nvchecker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nvchecker/repos/community-any/PKGBUILD (from rev 613081, 
nvchecker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 11:37:29 UTC (rev 613082)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=nvchecker
+pkgver=1.6
+pkgrel=1
+pkgdesc="New version checker for software releases"
+arch=('any')
+url="https://github.com/lilydjwg/nvchecker";
+license=('MIT')
+depends=('python' 'python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-httpbin' 
'python-flaky' 'git' 'mercurial')
+optdepends=(
+  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
+  'bzr: for VCS sources'
+  'git: for VCS sources'
+  'mercurial: for VCS sources'
+  'subversion: for VCS sources'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz";
+
$pkgname-update-tests-4.patch::https://github.com/lilydjwg/nvchecker/commit/4fc62d35888c3d695956793d5724a52ba3a99574.patch)
+sha512sums=('adca20abcae1fcab2b87d166f18bc14d7e374de3041fcabd35eaaa8bc3d4b086ad16f9c94c5d242259011a0b1435a9c74e0d7959dffabf8da4eda6cf0694f5ee'
+
'ddf02d38b38560ee8edd8b814197e015d77425d546b4f436c42bea202f1e7514766e47bfaaec9733cb6df6d416c9a68c67baf48994045f07533e0cbc707f0b7d')
+
+prepare() {
+  cd nvchecker-$pkgver
+  patch -Np1 -i ../$pkgname-update-tests-4.patch
+}
+
+build() {
+  cd nvchecker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd nvchecker-$pkgver
+  pytest
+}
+
+package() {
+  cd nvchecker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-10 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, April 10, 2020 @ 12:19:32
  Author: yan12125
Revision: 613084

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 12:19:12 UTC (rev 613083)
+++ PKGBUILD2020-04-10 12:19:32 UTC (rev 613084)
@@ -1,30 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-aioitertools
-_pkgname=aioitertools
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='Implementation of itertools, builtins, and more for AsyncIO and 
mixed-type iterables'
-arch=(any)
-url='https://github.com/jreese/aioitertools'
-license=(MIT)
-depends=(python)
-makedepends=(python-setuptools)
-source=("https://files.pythonhosted.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-sha256sums=('1609c66e6ab1a98c3bb1b1e4acb7bf632a4d78818042cf827f73d31e6caf0d39')
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  python -m unittest -v aioitertools.tests
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-aioitertools/repos/community-any/PKGBUILD (from rev 613083, 
python-aioitertools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 12:19:32 UTC (rev 613084)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-aioitertools
+_pkgname=aioitertools
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Implementation of itertools, builtins, and more for AsyncIO and 
mixed-type iterables'
+arch=(any)
+url='https://github.com/jreese/aioitertools'
+license=(MIT)
+depends=(python)
+makedepends=(python-setuptools)
+source=("https://files.pythonhosted.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz";)
+sha256sums=('3684a9e5626664169ee31bc6e40d30d1ad86d9a1832d251652fda2cf3e3e74ae')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  python -m unittest -v aioitertools.tests
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2020-04-10 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, April 10, 2020 @ 12:19:12
  Author: yan12125
Revision: 613083

upgpkg: python-aioitertools 0.6.0-1

Modified:
  python-aioitertools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 11:37:29 UTC (rev 613082)
+++ PKGBUILD2020-04-10 12:19:12 UTC (rev 613083)
@@ -2,7 +2,7 @@
 
 pkgname=python-aioitertools
 _pkgname=aioitertools
-pkgver=0.5.1
+pkgver=0.6.0
 pkgrel=1
 pkgdesc='Implementation of itertools, builtins, and more for AsyncIO and 
mixed-type iterables'
 arch=(any)
@@ -11,7 +11,7 @@
 depends=(python)
 makedepends=(python-setuptools)
 
source=("https://files.pythonhosted.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-sha256sums=('1609c66e6ab1a98c3bb1b1e4acb7bf632a4d78818042cf827f73d31e6caf0d39')
+sha256sums=('3684a9e5626664169ee31bc6e40d30d1ad86d9a1832d251652fda2cf3e3e74ae')
 
 build() {
   cd $_pkgname-$pkgver


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

2020-04-10 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, April 10, 2020 @ 12:27:28
  Author: yan12125
Revision: 613085

upgpkg: python-aiobotocore 1.0.3-1

Modified:
  python-aiobotocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 12:19:32 UTC (rev 613084)
+++ PKGBUILD2020-04-10 12:27:28 UTC (rev 613085)
@@ -2,7 +2,7 @@
 
 pkgname=python-aiobotocore
 _pkgname=aiobotocore
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc='asyncio support for botocore library using aiohttp'
 arch=(any)
@@ -12,7 +12,7 @@
 checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio)
 
source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz";
 unittest-mock.diff)
-sha256sums=('0f8c3fab20f18fce65eacf547a144c2d18953006dec89b9ff13b0f343a5e91dd'
+sha256sums=('a80420047960d75434cf68b56eee9a5b765b5c9df4b279fe54d69e3d5fb1e84f'
 'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e')
 
 prepare() {


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

2020-04-10 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, April 10, 2020 @ 12:27:43
  Author: yan12125
Revision: 613086

archrelease: copy trunk to community-any

Added:
  python-aiobotocore/repos/community-any/PKGBUILD
(from rev 613085, python-aiobotocore/trunk/PKGBUILD)
  python-aiobotocore/repos/community-any/unittest-mock.diff
(from rev 613085, python-aiobotocore/trunk/unittest-mock.diff)
Deleted:
  python-aiobotocore/repos/community-any/PKGBUILD
  python-aiobotocore/repos/community-any/unittest-mock.diff

+
 PKGBUILD   |   84 +--
 unittest-mock.diff |   74 ++--
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 12:27:28 UTC (rev 613085)
+++ PKGBUILD2020-04-10 12:27:43 UTC (rev 613086)
@@ -1,42 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-aiobotocore
-_pkgname=aiobotocore
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='asyncio support for botocore library using aiohttp'
-arch=(any)
-url='https://github.com/aio-libs/aiobotocore'
-license=(Apache)
-depends=(python python-aiohttp python-botocore python-wrapt 
python-aioitertools)
-checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio)
-source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz";
-unittest-mock.diff)
-sha256sums=('0f8c3fab20f18fce65eacf547a144c2d18953006dec89b9ff13b0f343a5e91dd'
-'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  patch -Np1 -i ../unittest-mock.diff
-
-  # Disable dependency pinning
-  # Upstream tracking issue: https://github.com/aio-libs/aiobotocore/issues/670
-  sed --in-place=.orig -r "s#'(botocore.*),<.*',#'\1',#" setup.py
-  diff -u setup.py{.orig,} || true
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  PYTHONPATH="$PWD/build/lib:$PWD" pytest -v -m moto tests 
--ignore=tests/test_patches.py
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-aiobotocore/repos/community-any/PKGBUILD (from rev 613085, 
python-aiobotocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 12:27:43 UTC (rev 613086)
@@ -0,0 +1,42 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-aiobotocore
+_pkgname=aiobotocore
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='asyncio support for botocore library using aiohttp'
+arch=(any)
+url='https://github.com/aio-libs/aiobotocore'
+license=(Apache)
+depends=(python python-aiohttp python-botocore python-wrapt 
python-aioitertools)
+checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio)
+source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz";
+unittest-mock.diff)
+sha256sums=('a80420047960d75434cf68b56eee9a5b765b5c9df4b279fe54d69e3d5fb1e84f'
+'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../unittest-mock.diff
+
+  # Disable dependency pinning
+  # Upstream tracking issue: https://github.com/aio-libs/aiobotocore/issues/670
+  sed --in-place=.orig -r "s#'(botocore.*),<.*',#'\1',#" setup.py
+  diff -u setup.py{.orig,} || true
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH="$PWD/build/lib:$PWD" pytest -v -m moto tests 
--ignore=tests/test_patches.py
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Deleted: unittest-mock.diff
===
--- unittest-mock.diff  2020-04-10 12:27:28 UTC (rev 613085)
+++ unittest-mock.diff  2020-04-10 12:27:43 UTC (rev 613086)
@@ -1,37 +0,0 @@
-diff --git a/tests/botocore/test_credentials.py 
b/tests/botocore/test_credentials.py
-index ecbe17e..1b2172e 100644
 a/tests/botocore/test_credentials.py
-+++ b/tests/botocore/test_credentials.py
-@@ -8,7 +8,7 @@ import datetime
- import json
- import subprocess
- 
--import mock
-+from unittest import mock
- from typing import Optional
- 
- import pytest
-diff --git a/tests/botocore/test_signers.py b/tests/botocore/test_signers.py
-index 0e4035e..7529760 100644
 a/tests/botocore/test_signers.py
-+++ b/tests/botocore/test_signers.py
-@@ -1,5 +1,5 @@
- import pytest
--import mock
-+from unittest import mock
- 
- import aiobotocore
- import aiobotocore.credentials
-diff --git a/tests/botocore/test_utils.py b/tests/botocore/test_utils.py
-index 3d17b87..4089cf1 100644
 a/tests/botocore/test_utils.py
-+++ b/tests/botocore/test_utils.py
-@@ -1,7 +1,7 @@
- import asyncio
- import pytest
- import json
--import mock
-+from unittest 

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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 12:30:54
  Author: archange
Revision: 613087

upgpkg: cozy-desktop 3.20.0-1

Modified:
  cozy-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 12:27:43 UTC (rev 613086)
+++ PKGBUILD2020-04-10 12:30:54 UTC (rev 613087)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=cozy-desktop
-pkgver=3.19.0
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="File synchronisation for Cozy Cloud on Desktop"
 arch=(any)
@@ -13,8 +13,8 @@
 
https://github.com/cozy-labs/${pkgname}/releases/download/v${pkgver}/Cozy-Drive-${pkgver}-x86_64.AppImage
 ${pkgname}.desktop
 ${pkgname}.sh)
-sha256sums=('3a835df352bbb5a08766eb0d7b5818eba98ad0e991e37aa066845631fc4ec68f'
-'d968358cd3c333f49e475d1adaeaea5427cb25a1df7fadf014823b415e91ceea'
+sha256sums=('55a2e57fff010757f119a8f5588e9dea568e81b851b42a36c8779e1615fff483'
+'d453ff7ff37606ba18a0ff26819fff6901be20f44fb1cd6710b71975262599c1'
 '563edd5a43c7f06080e03bec5f4e46154227f7e163500950ea39ecad466b198a'
 '16200451af0bd1099510da4eeb7bd440ac4db4eda82013f1b3bd58777e04004e')
 


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 12:31:05
  Author: archange
Revision: 613088

archrelease: copy trunk to community-any

Added:
  cozy-desktop/repos/community-any/PKGBUILD
(from rev 613087, cozy-desktop/trunk/PKGBUILD)
  cozy-desktop/repos/community-any/cozy-desktop.desktop
(from rev 613087, cozy-desktop/trunk/cozy-desktop.desktop)
  cozy-desktop/repos/community-any/cozy-desktop.sh
(from rev 613087, cozy-desktop/trunk/cozy-desktop.sh)
Deleted:
  cozy-desktop/repos/community-any/PKGBUILD
  cozy-desktop/repos/community-any/cozy-desktop.desktop
  cozy-desktop/repos/community-any/cozy-desktop.sh

--+
 PKGBUILD |  102 -
 cozy-desktop.desktop |   18 
 cozy-desktop.sh  |6 +-
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 12:30:54 UTC (rev 613087)
+++ PKGBUILD2020-04-10 12:31:05 UTC (rev 613088)
@@ -1,51 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=cozy-desktop
-pkgver=3.19.0
-pkgrel=1
-pkgdesc="File synchronisation for Cozy Cloud on Desktop"
-arch=(any)
-url="https://cozy-labs.github.io/cozy-desktop/";
-license=(AGPL3)
-depends=(electron5)
-makedepends=(nodejs-lts-erbium yarn git node-gyp python2)
-source=(https://github.com/cozy-labs/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/cozy-labs/${pkgname}/releases/download/v${pkgver}/Cozy-Drive-${pkgver}-x86_64.AppImage
-${pkgname}.desktop
-${pkgname}.sh)
-sha256sums=('3a835df352bbb5a08766eb0d7b5818eba98ad0e991e37aa066845631fc4ec68f'
-'d968358cd3c333f49e475d1adaeaea5427cb25a1df7fadf014823b415e91ceea'
-'563edd5a43c7f06080e03bec5f4e46154227f7e163500950ea39ecad466b198a'
-'16200451af0bd1099510da4eeb7bd440ac4db4eda82013f1b3bd58777e04004e')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-yarn install
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-yarn build
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-yarn dist --dir
-
-install -d "${pkgdir}"/usr/lib/${pkgname}
-cp -r dist/linux-unpacked/resources/* "${pkgdir}"/usr/lib/${pkgname}/
-
-rm 
"${pkgdir}"/usr/lib/cozy-desktop/app.asar.unpacked/gui/scripts/macos-add-favorite.py
-rmdir "${pkgdir}"/usr/lib/cozy-desktop/app.asar.unpacked/gui/{scripts/,}
-rm -r "${pkgdir}"/usr/lib/cozy-desktop/inspector
-rm -r "${pkgdir}"/usr/lib/cozy-desktop/regedit
-
-cd "${srcdir}"
-chmod +x Cozy-Drive-${pkgver}-x86_64.AppImage
-./Cozy-Drive-${pkgver}-x86_64.AppImage --appimage-extract
-cp -r squashfs-root/usr/share "${pkgdir}"/usr/
-chmod a+rX -R "${pkgdir}"/usr/share
-
-install -Dm755 ${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 ${pkgname}.desktop 
"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-}

Copied: cozy-desktop/repos/community-any/PKGBUILD (from rev 613087, 
cozy-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 12:31:05 UTC (rev 613088)
@@ -0,0 +1,51 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=cozy-desktop
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="File synchronisation for Cozy Cloud on Desktop"
+arch=(any)
+url="https://cozy-labs.github.io/cozy-desktop/";
+license=(AGPL3)
+depends=(electron5)
+makedepends=(nodejs-lts-erbium yarn git node-gyp python2)
+source=(https://github.com/cozy-labs/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/cozy-labs/${pkgname}/releases/download/v${pkgver}/Cozy-Drive-${pkgver}-x86_64.AppImage
+${pkgname}.desktop
+${pkgname}.sh)
+sha256sums=('55a2e57fff010757f119a8f5588e9dea568e81b851b42a36c8779e1615fff483'
+'d453ff7ff37606ba18a0ff26819fff6901be20f44fb1cd6710b71975262599c1'
+'563edd5a43c7f06080e03bec5f4e46154227f7e163500950ea39ecad466b198a'
+'16200451af0bd1099510da4eeb7bd440ac4db4eda82013f1b3bd58777e04004e')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+yarn install
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+yarn build
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+yarn dist --dir
+
+install -d "${pkgdir}"/usr/lib/${pkgname}
+cp -r dist/linux-unpacked/resources/* "${pkgdir}"/usr/lib/${pkgname}/
+
+rm 
"${pkgdir}"/usr/lib/cozy-desktop/app.asar.unpacked/gui/scripts/macos-add-favorite.py
+rmdir "${pkgdir}"/usr/lib/cozy-desktop/app.asar.unpacked/gui/{scripts/,}
+rm -r "${pkgdir}"/usr/lib/cozy-desktop/inspector
+rm -r "${pkgdir}"/usr/lib/cozy-desktop/regedit
+
+cd "${srcdir}"
+chmod +x Cozy-Drive-${pkgver}-x86_64.AppImage
+./Cozy-Drive-${pkgver}-x86_64.AppImage --appimage-extract
+cp -r squashfs-root/usr/share "${pkgdir}"/usr/
+chmod a+rX -R "${pkgdir}"/usr/share
+
+install -Dm755 ${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 ${pkgn

[arch-commits] Commit in dhcpcd/trunk (5 files)

2020-04-10 Thread Antonio Rojas via arch-commits
Date: Friday, April 10, 2020 @ 12:55:13
  Author: arojas
Revision: 379948

Fix systemd service files for new rundir (FS#66191), add dhcpcd user for 
privilege separation

Added:
  dhcpcd/trunk/dhcpcd.sysusers
  dhcpcd/trunk/dhcpcd.tmpfiles
Modified:
  dhcpcd/trunk/PKGBUILD
  dhcpcd/trunk/dhcpcd.service
  dhcpcd/trunk/dhcpcd_.service

-+
 PKGBUILD|   19 +--
 dhcpcd.service  |2 +-
 dhcpcd.sysusers |1 +
 dhcpcd.tmpfiles |2 ++
 dhcpcd_.service |2 +-
 5 files changed, 18 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 11:08:54 UTC (rev 379947)
+++ PKGBUILD2020-04-10 12:55:13 UTC (rev 379948)
@@ -4,7 +4,7 @@
 
 pkgname=dhcpcd
 pkgver=9.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="https://roy.marples.name/projects/dhcpcd/";
 arch=('x86_64')
@@ -15,12 +15,16 @@
 backup=('etc/dhcpcd.conf')
 options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
 source=("https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz";
-'dhcpcd_.service'
-'dhcpcd.service')
+dhcpcd_.service
+dhcpcd.service
+dhcpcd.sysusers
+dhcpcd.tmpfiles)
 validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
 sha256sums=('4a31ae9edcb469dc626e9e70f61c7a87104c26936126ccac24be6d45d4cfe46a'
-'72dba5d6e7a99cf6d9a796f79ee395e2434af12d6d4e76573d428c6d0c2986ed'
-'782ba5fc31518e6f499d119120efe5ea68ce29ebbb797306d5e17b2a545c2f9e')
+'37acd53a589711f5e1db2fcaebb4ccf1c90dc4bcd309626bde25beb7b630a545'
+'20bccbf8a05b1bc2be365c8b4b526c38c752f48229ba53c3be113ac5b634f210'
+'df33c69a79fb30895217db8fe6a46ad0658a70b32a280bc91fc04a09b584fa62'
+'d9156325d42017201beeb833ff9931ec880accd503b5e39fc973392b8fef8b81')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -32,7 +36,8 @@
   --sbindir=/usr/bin \
   --libexecdir=/usr/lib/dhcpcd \
   --dbdir=/var/lib/dhcpcd \
-  --rundir=/run
+  --runstatedir=/run \
+  --privsepuser=dhcpcd
 
   # Build
   make
@@ -60,4 +65,6 @@
   # install systemd files
   install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
   install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
+  install -Dm644 "${srcdir}/dhcpcd.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/dhcpcd.conf"
+  install -Dm644 "${srcdir}/dhcpcd.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/dhcpcd.conf"
 }

Modified: dhcpcd.service
===
--- dhcpcd.service  2020-04-10 11:08:54 UTC (rev 379947)
+++ dhcpcd.service  2020-04-10 12:55:13 UTC (rev 379948)
@@ -5,7 +5,7 @@
 
 [Service]
 Type=forking
-PIDFile=/run/dhcpcd.pid
+PIDFile=/run/dhcpcd/pid
 ExecStart=/usr/bin/dhcpcd -q -b
 ExecStop=/usr/bin/dhcpcd -x
 

Added: dhcpcd.sysusers
===
--- dhcpcd.sysusers (rev 0)
+++ dhcpcd.sysusers 2020-04-10 12:55:13 UTC (rev 379948)
@@ -0,0 +1 @@
+u dhcpcd - "dhcpcd privilege separation" /var/lib/dhcpcd

Added: dhcpcd.tmpfiles
===
--- dhcpcd.tmpfiles (rev 0)
+++ dhcpcd.tmpfiles 2020-04-10 12:55:13 UTC (rev 379948)
@@ -0,0 +1,2 @@
+d /var/lib/dhcpcd 0700 dhcpcd dhcpcd -
+d /run/dhcpcd 0700 dhcpcd dhcpcd -

Modified: dhcpcd_.service
===
--- dhcpcd_.service 2020-04-10 11:08:54 UTC (rev 379947)
+++ dhcpcd_.service 2020-04-10 12:55:13 UTC (rev 379948)
@@ -7,7 +7,7 @@
 
 [Service]
 Type=forking
-PIDFile=/run/dhcpcd-%I.pid
+PIDFile=/run/dhcpcd/%I.pid
 ExecStart=/usr/bin/dhcpcd -q -w %I
 ExecStop=/usr/bin/dhcpcd -x %I
 


[arch-commits] Commit in dhcpcd/repos/testing-x86_64 (8 files)

2020-04-10 Thread Antonio Rojas via arch-commits
Date: Friday, April 10, 2020 @ 12:55:53
  Author: arojas
Revision: 379949

archrelease: copy trunk to testing-x86_64

Added:
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 379948, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 379948, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd.sysusers
(from rev 379948, dhcpcd/trunk/dhcpcd.sysusers)
  dhcpcd/repos/testing-x86_64/dhcpcd.tmpfiles
(from rev 379948, dhcpcd/trunk/dhcpcd.tmpfiles)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 379948, dhcpcd/trunk/dhcpcd_.service)
Deleted:
  dhcpcd/repos/testing-x86_64/PKGBUILD
  dhcpcd/repos/testing-x86_64/dhcpcd.service
  dhcpcd/repos/testing-x86_64/dhcpcd_.service

-+
 PKGBUILD|  133 --
 dhcpcd.service  |   26 +-
 dhcpcd.sysusers |1 
 dhcpcd.tmpfiles |2 
 dhcpcd_.service |   30 ++--
 5 files changed, 101 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 12:55:13 UTC (rev 379948)
+++ PKGBUILD2020-04-10 12:55:53 UTC (rev 379949)
@@ -1,63 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Tom Killian 
-# Contributor: Judd Vinet 
-
-pkgname=dhcpcd
-pkgver=9.0.0
-pkgrel=1
-pkgdesc="RFC2131 compliant DHCP client daemon"
-url="https://roy.marples.name/projects/dhcpcd/";
-arch=('x86_64')
-license=('BSD')
-depends=('glibc' 'sh' 'udev' 'systemd-libs')
-optdepends=('openresolv: resolvconf support')
-provides=('dhcp-client')
-backup=('etc/dhcpcd.conf')
-options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
-source=("https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz";
-'dhcpcd_.service'
-'dhcpcd.service')
-validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
-sha256sums=('4a31ae9edcb469dc626e9e70f61c7a87104c26936126ccac24be6d45d4cfe46a'
-'72dba5d6e7a99cf6d9a796f79ee395e2434af12d6d4e76573d428c6d0c2986ed'
-'782ba5fc31518e6f499d119120efe5ea68ce29ebbb797306d5e17b2a545c2f9e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # configure variables
-  ./configure \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libexecdir=/usr/lib/dhcpcd \
-  --dbdir=/var/lib/dhcpcd \
-  --rundir=/run
-
-  # Build
-  make
-}
-
-
-check() {
-  cd ${pkgname}-${pkgver}
-
-  make test
-}
-
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # Install License
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Set Options in /etc/dhcpcd.conf
-  echo noipv4ll >> "${pkgdir}/etc/dhcpcd.conf" # Disable ip4vall
-
-  # install systemd files
-  install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
-  install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
-}

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 379948, 
dhcpcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 12:55:53 UTC (rev 379949)
@@ -0,0 +1,70 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=9.0.0
+pkgrel=2
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="https://roy.marples.name/projects/dhcpcd/";
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'sh' 'udev' 'systemd-libs')
+optdepends=('openresolv: resolvconf support')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz";
+dhcpcd_.service
+dhcpcd.service
+dhcpcd.sysusers
+dhcpcd.tmpfiles)
+validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
+sha256sums=('4a31ae9edcb469dc626e9e70f61c7a87104c26936126ccac24be6d45d4cfe46a'
+'37acd53a589711f5e1db2fcaebb4ccf1c90dc4bcd309626bde25beb7b630a545'
+'20bccbf8a05b1bc2be365c8b4b526c38c752f48229ba53c3be113ac5b634f210'
+'df33c69a79fb30895217db8fe6a46ad0658a70b32a280bc91fc04a09b584fa62'
+'d9156325d42017201beeb833ff9931ec880accd503b5e39fc973392b8fef8b81')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # configure variables
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --runstatedir=/run \
+  --privsepuser=dhcpcd
+
+  # Build
+  make
+}
+
+
+check() {
+  cd ${pkgname}-${pkgver}
+
+  make test
+}
+
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -Dm644 "${srcdir}/${pkgn

[arch-commits] Commit in mkinitcpio-systemd-tool/trunk (PKGBUILD)

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 13:17:50
  Author: dvzrv
Revision: 613089

upgpkg: mkinitcpio-systemd-tool 30-2: Updating to include all configuration 
files in backup() (FS#66198).

Modified:
  mkinitcpio-systemd-tool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 12:31:05 UTC (rev 613088)
+++ PKGBUILD2020-04-10 13:17:50 UTC (rev 613089)
@@ -2,7 +2,7 @@
 
 pkgname=mkinitcpio-systemd-tool
 pkgver=30
-pkgrel=1
+pkgrel=2
 pkgdesc="Provisioning tool for systemd in initramfs (systemd-tool)"
 arch=('any')
 url="https://github.com/random-archer/mkinitcpio-systemd-tool";
@@ -18,6 +18,8 @@
 conflicts=('mkinitcpio-dropbear' 'mkinitcpio-tinyssh')
 backup=("etc/${pkgname}/config/crypttab"
 "etc/${pkgname}/config/fstab"
+"etc/${pkgname}/config/initrd-nftables.conf"
+"etc/${pkgname}/config/initrd-util-usb-hcd.conf"
 "etc/${pkgname}/network/initrd-network.network" )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/random-archer/${pkgname}/archive/v${pkgver}.tar.gz";)
 install="${pkgname}.install"


[arch-commits] Commit in mkinitcpio-systemd-tool/repos/community-any (4 files)

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 13:19:50
  Author: dvzrv
Revision: 613090

archrelease: copy trunk to community-any

Added:
  mkinitcpio-systemd-tool/repos/community-any/PKGBUILD
(from rev 613089, mkinitcpio-systemd-tool/trunk/PKGBUILD)
  mkinitcpio-systemd-tool/repos/community-any/mkinitcpio-systemd-tool.install
(from rev 613089, 
mkinitcpio-systemd-tool/trunk/mkinitcpio-systemd-tool.install)
Deleted:
  mkinitcpio-systemd-tool/repos/community-any/PKGBUILD
  mkinitcpio-systemd-tool/repos/community-any/mkinitcpio-systemd-tool.install

-+
 PKGBUILD|   60 +++---
 mkinitcpio-systemd-tool.install |   14 
 2 files changed, 38 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 13:17:50 UTC (rev 613089)
+++ PKGBUILD2020-04-10 13:19:50 UTC (rev 613090)
@@ -1,29 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=mkinitcpio-systemd-tool
-pkgver=30
-pkgrel=1
-pkgdesc="Provisioning tool for systemd in initramfs (systemd-tool)"
-arch=('any')
-url="https://github.com/random-archer/mkinitcpio-systemd-tool";
-license=('Apache')
-depends=('mkinitcpio' 'systemd')
-optdepends=('cryptsetup: for initrd-cryptsetup.service'
-'dropbear: for initrd-dropbear.service'
-'busybox: for initrd-tinysshd.service'
-'mc: for initrd-debug-progs.service'
-'nftables: for initrd-nftables.service'
-'tinyssh: for initrd-tinysshd.service'
-'tinyssh-convert: for initrd-tinysshd.service')
-conflicts=('mkinitcpio-dropbear' 'mkinitcpio-tinyssh')
-backup=("etc/${pkgname}/config/crypttab"
-"etc/${pkgname}/config/fstab"
-"etc/${pkgname}/network/initrd-network.network" )
-source=("$pkgname-$pkgver.tar.gz::https://github.com/random-archer/${pkgname}/archive/v${pkgver}.tar.gz";)
-install="${pkgname}.install"
-sha512sums=('094996038a326327874d5080a9ee1ac66c9beb415e0b555a74ce673d1a9f51b088035d1423a2a93a65bdb1e8e62bd732265c82a83117a962cc42096b9a44bcec')
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" PREFIX='/usr' install
-}

Copied: mkinitcpio-systemd-tool/repos/community-any/PKGBUILD (from rev 613089, 
mkinitcpio-systemd-tool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 13:19:50 UTC (rev 613090)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+
+pkgname=mkinitcpio-systemd-tool
+pkgver=30
+pkgrel=2
+pkgdesc="Provisioning tool for systemd in initramfs (systemd-tool)"
+arch=('any')
+url="https://github.com/random-archer/mkinitcpio-systemd-tool";
+license=('Apache')
+depends=('mkinitcpio' 'systemd')
+optdepends=('cryptsetup: for initrd-cryptsetup.service'
+'dropbear: for initrd-dropbear.service'
+'busybox: for initrd-tinysshd.service'
+'mc: for initrd-debug-progs.service'
+'nftables: for initrd-nftables.service'
+'tinyssh: for initrd-tinysshd.service'
+'tinyssh-convert: for initrd-tinysshd.service')
+conflicts=('mkinitcpio-dropbear' 'mkinitcpio-tinyssh')
+backup=("etc/${pkgname}/config/crypttab"
+"etc/${pkgname}/config/fstab"
+"etc/${pkgname}/config/initrd-nftables.conf"
+"etc/${pkgname}/config/initrd-util-usb-hcd.conf"
+"etc/${pkgname}/network/initrd-network.network" )
+source=("$pkgname-$pkgver.tar.gz::https://github.com/random-archer/${pkgname}/archive/v${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha512sums=('094996038a326327874d5080a9ee1ac66c9beb415e0b555a74ce673d1a9f51b088035d1423a2a93a65bdb1e8e62bd732265c82a83117a962cc42096b9a44bcec')
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" PREFIX='/usr' install
+}

Deleted: mkinitcpio-systemd-tool.install
===
--- mkinitcpio-systemd-tool.install 2020-04-10 13:17:50 UTC (rev 613089)
+++ mkinitcpio-systemd-tool.install 2020-04-10 13:19:50 UTC (rev 613090)
@@ -1,7 +0,0 @@
-## arg 1:  the new package version
-## arg 2:  the old package version
-post_upgrade() {
-  if [ "$(vercmp "$2" 22)" -le 0 ]; then
-echo -e "WARNING: Changes were introduced to the systemd units and 
configuration locations.\nRefer to upstream to create a working initrd and 
before rebooting."
-  fi
-}

Copied: 
mkinitcpio-systemd-tool/repos/community-any/mkinitcpio-systemd-tool.install 
(from rev 613089, mkinitcpio-systemd-tool/trunk/mkinitcpio-systemd-tool.install)
===
--- mkinitcpio-systemd-tool.install (rev 0)
+++ mkinitcpio-systemd-tool.install 2020-04-10 13:19:50 UTC (rev 613090)
@@ -0,0 +1,7 @@
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if [ "$(vercmp "$2" 22)" -le 0 ]; then
+echo -e

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

2020-04-10 Thread Lukas Fleischer via arch-commits
Date: Friday, April 10, 2020 @ 13:47:45
  Author: lfleischer
Revision: 613091

upgpkg: tig 2.5.1-1: upstream update

Modified:
  tig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 13:19:50 UTC (rev 613090)
+++ PKGBUILD2020-04-10 13:47:45 UTC (rev 613091)
@@ -4,7 +4,7 @@
 # Contributor: Nathan Jones 
 
 pkgname=tig
-pkgver=2.5.0
+pkgver=2.5.1
 pkgrel=1
 pkgdesc='Text-mode interface for Git.'
 depends=('git' 'ncurses')
@@ -14,7 +14,7 @@
 arch=('x86_64')
 backup=('etc/tigrc')
 
source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('2db8597387743288ae2ebf724434bdd0')
+md5sums=('4d810b7de2dfc842ceeb8b8d88740f2c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-04-10 Thread Lukas Fleischer via arch-commits
Date: Friday, April 10, 2020 @ 13:47:54
  Author: lfleischer
Revision: 613092

archrelease: copy trunk to community-x86_64

Added:
  tig/repos/community-x86_64/PKGBUILD
(from rev 613091, tig/trunk/PKGBUILD)
Deleted:
  tig/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 13:47:45 UTC (rev 613091)
+++ PKGBUILD2020-04-10 13:47:54 UTC (rev 613092)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Loui Chang 
-# Contributor: Geoffroy Carrier 
-# Contributor: Nathan Jones 
-
-pkgname=tig
-pkgver=2.5.0
-pkgrel=1
-pkgdesc='Text-mode interface for Git.'
-depends=('git' 'ncurses')
-makedepends=('asciidoc' 'xmlto')
-url='https://jonas.github.io/tig/'
-license=('GPL')
-arch=('x86_64')
-backup=('etc/tigrc')
-source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('2db8597387743288ae2ebf724434bdd0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install install-doc-man
-
-  install -Dm0644 contrib/tig-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/tig"
-}

Copied: tig/repos/community-x86_64/PKGBUILD (from rev 613091, 
tig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 13:47:54 UTC (rev 613092)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Loui Chang 
+# Contributor: Geoffroy Carrier 
+# Contributor: Nathan Jones 
+
+pkgname=tig
+pkgver=2.5.1
+pkgrel=1
+pkgdesc='Text-mode interface for Git.'
+depends=('git' 'ncurses')
+makedepends=('asciidoc' 'xmlto')
+url='https://jonas.github.io/tig/'
+license=('GPL')
+arch=('x86_64')
+backup=('etc/tigrc')
+source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('4d810b7de2dfc842ceeb8b8d88740f2c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install install-doc-man
+
+  install -Dm0644 contrib/tig-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/tig"
+}


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

2020-04-10 Thread Lukas Fleischer via arch-commits
Date: Friday, April 10, 2020 @ 13:51:23
  Author: lfleischer
Revision: 613093

upgpkg: minikube 1.9.2-1: upstream update

Modified:
  minikube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 13:47:54 UTC (rev 613092)
+++ PKGBUILD2020-04-10 13:51:23 UTC (rev 613093)
@@ -2,8 +2,8 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=minikube
-pkgver=1.9.0
-_minikube_commit=48fefd43444d2f8852f527c78f0141b377b1e42a
+pkgver=1.9.2
+_minikube_commit=93af9c1e43cab9618e301bc9fa720c63d5efa393
 pkgrel=1
 pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally"
 url="https://github.com/kubernetes/minikube";


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

2020-04-10 Thread Lukas Fleischer via arch-commits
Date: Friday, April 10, 2020 @ 13:51:31
  Author: lfleischer
Revision: 613094

archrelease: copy trunk to community-x86_64

Added:
  minikube/repos/community-x86_64/CHANGELOG.md
(from rev 613093, minikube/trunk/CHANGELOG.md)
  minikube/repos/community-x86_64/PKGBUILD
(from rev 613093, minikube/trunk/PKGBUILD)
Deleted:
  minikube/repos/community-x86_64/CHANGELOG.md
  minikube/repos/community-x86_64/PKGBUILD

--+
 CHANGELOG.md | 3844 -
 PKGBUILD |   78 -
 2 files changed, 1961 insertions(+), 1961 deletions(-)

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


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

2020-04-10 Thread Antonio Rojas via arch-commits
Date: Friday, April 10, 2020 @ 13:53:49
  Author: arojas
Revision: 613095

Update to 3.0.5

Modified:
  mathjax/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 13:51:31 UTC (rev 613094)
+++ PKGBUILD2020-04-10 13:53:49 UTC (rev 613095)
@@ -3,7 +3,7 @@
 # Contributor: Tianjiao Yin 
 
 pkgname=mathjax
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc='An open source JavaScript display engine for mathematics that works 
in all modern browsers'
 url='https://www.mathjax.org/'
@@ -10,7 +10,7 @@
 arch=(any)
 license=(Apache)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mathjax/MathJax/archive/$pkgver.tar.gz";)
-sha256sums=('d0bae337c528fdaea484cb948e77335fd9d624f6f821fd2842dfca084a06c23e')
+sha256sums=('c11fb390cef8a6538db5a8838c6cd3dc14a57bcec0c458dcf74b4e1b82f25df0')
 
 package() {
   cd MathJax-$pkgver


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

2020-04-10 Thread Antonio Rojas via arch-commits
Date: Friday, April 10, 2020 @ 13:54:16
  Author: arojas
Revision: 613096

archrelease: copy trunk to community-any

Added:
  mathjax/repos/community-any/PKGBUILD
(from rev 613095, mathjax/trunk/PKGBUILD)
Deleted:
  mathjax/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 13:53:49 UTC (rev 613095)
+++ PKGBUILD2020-04-10 13:54:16 UTC (rev 613096)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Kevin Dodd 
-# Contributor: Tianjiao Yin 
-
-pkgname=mathjax
-pkgver=3.0.4
-pkgrel=1
-pkgdesc='An open source JavaScript display engine for mathematics that works 
in all modern browsers'
-url='https://www.mathjax.org/'
-arch=(any)
-license=(Apache)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mathjax/MathJax/archive/$pkgver.tar.gz";)
-sha256sums=('d0bae337c528fdaea484cb948e77335fd9d624f6f821fd2842dfca084a06c23e')
-
-package() {
-  cd MathJax-$pkgver
-  mkdir -p "$pkgdir"/usr/share
-  cp -a es5 "$pkgdir"/usr/share/mathjax
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: mathjax/repos/community-any/PKGBUILD (from rev 613095, 
mathjax/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 13:54:16 UTC (rev 613096)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Kevin Dodd 
+# Contributor: Tianjiao Yin 
+
+pkgname=mathjax
+pkgver=3.0.5
+pkgrel=1
+pkgdesc='An open source JavaScript display engine for mathematics that works 
in all modern browsers'
+url='https://www.mathjax.org/'
+arch=(any)
+license=(Apache)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mathjax/MathJax/archive/$pkgver.tar.gz";)
+sha256sums=('c11fb390cef8a6538db5a8838c6cd3dc14a57bcec0c458dcf74b4e1b82f25df0')
+
+package() {
+  cd MathJax-$pkgver
+  mkdir -p "$pkgdir"/usr/share
+  cp -a es5 "$pkgdir"/usr/share/mathjax
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2020-04-10 Thread Antonio Rojas via arch-commits
Date: Friday, April 10, 2020 @ 13:58:12
  Author: arojas
Revision: 613098

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 13:57:51 UTC (rev 613097)
+++ PKGBUILD2020-04-10 13:58:12 UTC (rev 613098)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Fredrick Brennan 
-# Contributor: Stephan Eisvogel 
-
-pkgname=python-pikepdf
-pkgver=1.10.4
-pkgrel=2
-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=('735b3bdd6063f906689a08411d3187fa7a51f9b8ab6799e610774b59722a7edc')
-
-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 613097, 
python-pikepdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 13:58:12 UTC (rev 613098)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fredrick Brennan 
+# Contributor: Stephan Eisvogel 
+
+pkgname=python-pikepdf
+pkgver=1.11.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=('680bcf19a722039a3931a54b783cb05d2fab84c3e34ad26bdf774fad91cf886a')
+
+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)

2020-04-10 Thread Antonio Rojas via arch-commits
Date: Friday, April 10, 2020 @ 13:57:51
  Author: arojas
Revision: 613097

Update to 1.11.0

Modified:
  python-pikepdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 13:54:16 UTC (rev 613096)
+++ PKGBUILD2020-04-10 13:57:51 UTC (rev 613097)
@@ -3,8 +3,8 @@
 # Contributor: Stephan Eisvogel 
 
 pkgname=python-pikepdf
-pkgver=1.10.4
-pkgrel=2
+pkgver=1.11.0
+pkgrel=1
 pkgdesc='Read and write PDFs with Python, powered by qpdf'
 arch=(x86_64)
 url='https://github.com/pikepdf/pikepdf'
@@ -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=('735b3bdd6063f906689a08411d3187fa7a51f9b8ab6799e610774b59722a7edc')
+sha256sums=('680bcf19a722039a3931a54b783cb05d2fab84c3e34ad26bdf774fad91cf886a')
 
 build() {
   cd pikepdf-$pkgver


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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 14:37:52
  Author: felixonmars
Revision: 613099

upgpkg: ukui-panel 2.0.6-1

Modified:
  ukui-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 13:58:12 UTC (rev 613098)
+++ PKGBUILD2020-04-10 14:37:52 UTC (rev 613099)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ukui-panel
-pkgver=2.0.5
+pkgver=2.0.6
 pkgrel=1
 pkgdesc="Launcher and docking facility for UKUI"
 arch=('x86_64')
@@ -14,7 +14,7 @@
  'ukui-menu' 'ukui-menus')
 makedepends=('cmake' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-panel/archive/v$pkgver.tar.gz";)
-sha512sums=('95a78f5050bc31dadf2048c771167f3b45ec9bbfafa4d02aafd8386ce2a8c42b7e8564c4715f57ce12d0c208d294f0dd701fd173c86d7d6f800588c427b25269')
+sha512sums=('9ee498bbeeda5e6c19e1bda9ff53b3cf64db0ce8258acf7e02fe8a80b02c48a3364fdb2efb888dbb5893334dd1396aacc84ed7a865b446fc38920cdbe5ddedf5')
 
 prepare() {
   mkdir -p build


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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 14:38:02
  Author: felixonmars
Revision: 613100

archrelease: copy trunk to community-x86_64

Added:
  ukui-panel/repos/community-x86_64/PKGBUILD
(from rev 613099, ukui-panel/trunk/PKGBUILD)
Deleted:
  ukui-panel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 14:37:52 UTC (rev 613099)
+++ PKGBUILD2020-04-10 14:38:02 UTC (rev 613100)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ukui-panel
-pkgver=2.0.5
-pkgrel=1
-pkgdesc="Launcher and docking facility for UKUI"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/ukui-panel";
-groups=('ukui')
-provides=('ukui-indicators')
-replaces=('ukui-indicators')
-depends=('dconf' 'gsettings-qt' 'kwindowsystem' 'libqtxdg' 'peony' 
'qt5-webkit' 'ukui-biometric-auth'
- 'ukui-menu' 'ukui-menus')
-makedepends=('cmake' 'qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-panel/archive/v$pkgver.tar.gz";)
-sha512sums=('95a78f5050bc31dadf2048c771167f3b45ec9bbfafa4d02aafd8386ce2a8c42b7e8564c4715f57ce12d0c208d294f0dd701fd173c86d7d6f800588c427b25269')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ukui-panel/repos/community-x86_64/PKGBUILD (from rev 613099, 
ukui-panel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 14:38:02 UTC (rev 613100)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=ukui-panel
+pkgver=2.0.6
+pkgrel=1
+pkgdesc="Launcher and docking facility for UKUI"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-panel";
+groups=('ukui')
+provides=('ukui-indicators')
+replaces=('ukui-indicators')
+depends=('dconf' 'gsettings-qt' 'kwindowsystem' 'libqtxdg' 'peony' 
'qt5-webkit' 'ukui-biometric-auth'
+ 'ukui-menu' 'ukui-menus')
+makedepends=('cmake' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-panel/archive/v$pkgver.tar.gz";)
+sha512sums=('9ee498bbeeda5e6c19e1bda9ff53b3cf64db0ce8258acf7e02fe8a80b02c48a3364fdb2efb888dbb5893334dd1396aacc84ed7a865b446fc38920cdbe5ddedf5')
+
+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 docker-compose/repos/community-any (PKGBUILD PKGBUILD)

2020-04-10 Thread Morten Linderud via arch-commits
Date: Friday, April 10, 2020 @ 14:58:16
  Author: foxboron
Revision: 613102

archrelease: copy trunk to community-any

Added:
  docker-compose/repos/community-any/PKGBUILD
(from rev 613101, docker-compose/trunk/PKGBUILD)
Deleted:
  docker-compose/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 14:58:06 UTC (rev 613101)
+++ PKGBUILD2020-04-10 14:58:16 UTC (rev 613102)
@@ -1,52 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Maintainer: Morten Linderud 
-# Contributor: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.25.4
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('any')
-url="https://www.docker.com/";
-license=("Apache")
-depends=('python-cached-property' 'python-docopt' 'python-yaml' 
'python-requests'
- 'python-texttable' 'python-websocket-client' 'python-docker' 
'python-dockerpty'
- 'python-six' 'python-jsonschema' 'python-setuptools' 'docker' 
'python-paramiko')
-checkdepends=('python-pytest-runner' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz";)
-sha512sums=('860153fb603d7efcc76535c9997446a2e6fe18f61769d4f05f51b531902a66072be11e3cff012ba80240b0a7802a032495a2a55e053a9784df92b82e5351b72e')
-
-prepare() {
-  cd compose-$pkgver
-
-  # Remove upper bound on requires
-  sed -i 's/==/>=/g' requirements.txt
-  sed -i "s/, < .*',$/',/" setup.py
-}
-
-build() {
-  cd compose-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-  # TODO: need a running docker daemon to test
-
-  cd compose-$pkgver
-  # python setup.py install --root="$PWD/tmp_install" --optimize=1
-  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
python setup.py pytest
-}
-
-package() {
-  cd compose-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
-  install -Dm644 contrib/completion/fish/docker-compose.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/docker-compose.fish
-  install -Dm644 contrib/completion/zsh/_docker-compose  
"$pkgdir"/usr/share/zsh/site-functions/_docker-compose
-}

Copied: docker-compose/repos/community-any/PKGBUILD (from rev 613101, 
docker-compose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 14:58:16 UTC (rev 613102)
@@ -0,0 +1,52 @@
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.25.5
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('any')
+url="https://www.docker.com/";
+license=("Apache")
+depends=('python-cached-property' 'python-docopt' 'python-yaml' 
'python-requests'
+ 'python-texttable' 'python-websocket-client' 'python-docker' 
'python-dockerpty'
+ 'python-six' 'python-jsonschema' 'python-setuptools' 'docker' 
'python-paramiko')
+checkdepends=('python-pytest-runner' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz";)
+sha512sums=('efe59bd5e82e12e63c82341ccf5ca11eaebd47c8154a50b40d39bc98ec48c37532919335172a5667f036bab4e884df950ebc4b4ccab8174200cc7ea6683bbbd7')
+
+prepare() {
+  cd compose-$pkgver
+
+  # Remove upper bound on requires
+  sed -i 's/==/>=/g' requirements.txt
+  sed -i "s/, < .*',$/',/" setup.py
+}
+
+build() {
+  cd compose-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+  # TODO: need a running docker daemon to test
+
+  cd compose-$pkgver
+  # python setup.py install --root="$PWD/tmp_install" --optimize=1
+  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
python setup.py pytest
+}
+
+package() {
+  cd compose-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
+  install -Dm644 contrib/completion/fish/docker-compose.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/docker-compose.fish
+  install -Dm644 contrib/completion/zsh/_docker-compose  
"$pkgdir"/usr/share/zsh/site-functions/_docker-co

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

2020-04-10 Thread Morten Linderud via arch-commits
Date: Friday, April 10, 2020 @ 14:58:06
  Author: foxboron
Revision: 613101

upgpkg: docker-compose 1.25.5-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 14:38:02 UTC (rev 613100)
+++ PKGBUILD2020-04-10 14:58:06 UTC (rev 613101)
@@ -6,7 +6,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=docker-compose
-pkgver=1.25.4
+pkgver=1.25.5
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('any')
@@ -17,7 +17,7 @@
  'python-six' 'python-jsonschema' 'python-setuptools' 'docker' 
'python-paramiko')
 checkdepends=('python-pytest-runner' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz";)
-sha512sums=('860153fb603d7efcc76535c9997446a2e6fe18f61769d4f05f51b531902a66072be11e3cff012ba80240b0a7802a032495a2a55e053a9784df92b82e5351b72e')
+sha512sums=('efe59bd5e82e12e63c82341ccf5ca11eaebd47c8154a50b40d39bc98ec48c37532919335172a5667f036bab4e884df950ebc4b4ccab8174200cc7ea6683bbbd7')
 
 prepare() {
   cd compose-$pkgver


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

2020-04-10 Thread Morten Linderud via arch-commits
Date: Friday, April 10, 2020 @ 15:05:09
  Author: foxboron
Revision: 613103

upgpkg: buildah 1.14.8-1

Modified:
  buildah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 14:58:16 UTC (rev 613102)
+++ PKGBUILD2020-04-10 15:05:09 UTC (rev 613103)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=buildah
-pkgver=1.14.7
+pkgver=1.14.8
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(runc skopeo slirp4netns)
 makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo)
-_commit=3812432dc21c32d609aa96474bed44e4f4be6b0b # tags/v1.14.7
+_commit=155ce56a2cd2d5608cf43c998f1728af5e7a499b # tags/v1.14.8
 source=(git+https://github.com/containers/buildah.git#commit=$_commit)
 md5sums=('SKIP')
 


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

2020-04-10 Thread Morten Linderud via arch-commits
Date: Friday, April 10, 2020 @ 15:05:18
  Author: foxboron
Revision: 613104

archrelease: copy trunk to community-x86_64

Added:
  buildah/repos/community-x86_64/PKGBUILD
(from rev 613103, buildah/trunk/PKGBUILD)
Deleted:
  buildah/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 15:05:09 UTC (rev 613103)
+++ PKGBUILD2020-04-10 15:05:18 UTC (rev 613104)
@@ -1,35 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=buildah
-pkgver=1.14.7
-pkgrel=1
-pkgdesc="A tool which facilitates building OCI images"
-arch=(x86_64)
-url="https://github.com/containers/buildah";
-license=(Apache)
-depends=(runc skopeo slirp4netns)
-makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
- bzip2 go-md2man runc skopeo)
-_commit=3812432dc21c32d609aa96474bed44e4f4be6b0b # tags/v1.14.7
-source=(git+https://github.com/containers/buildah.git#commit=$_commit)
-md5sums=('SKIP')
-
-pkgver() {
-  cd buildah
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname 
-  export GOFLAGS="-trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" PREFIX=usr install
-  make DESTDIR="$pkgdir" PREFIX=usr install.completions
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: buildah/repos/community-x86_64/PKGBUILD (from rev 613103, 
buildah/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 15:05:18 UTC (rev 613104)
@@ -0,0 +1,35 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=buildah
+pkgver=1.14.8
+pkgrel=1
+pkgdesc="A tool which facilitates building OCI images"
+arch=(x86_64)
+url="https://github.com/containers/buildah";
+license=(Apache)
+depends=(runc skopeo slirp4netns)
+makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
+ bzip2 go-md2man runc skopeo)
+_commit=155ce56a2cd2d5608cf43c998f1728af5e7a499b # tags/v1.14.8
+source=(git+https://github.com/containers/buildah.git#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+  cd buildah
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname 
+  export GOFLAGS="-trimpath"
+  export CGO_LDFLAGS="$LDFLAGS"
+  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" PREFIX=usr install
+  make DESTDIR="$pkgdir" PREFIX=usr install.completions
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (3 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 15:08:04
  Author: ffy00
Revision: 613106

add root structure

Added:
  nds32-elf-binutils/
  nds32-elf-binutils/repos/
  nds32-elf-binutils/trunk/


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

2020-04-10 Thread Morten Linderud via arch-commits
Date: Friday, April 10, 2020 @ 15:07:58
  Author: foxboron
Revision: 613105

upgpkg: skopeo 0.2.0-1

Modified:
  skopeo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 15:05:18 UTC (rev 613104)
+++ PKGBUILD2020-04-10 15:07:58 UTC (rev 613105)
@@ -2,8 +2,8 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=skopeo
-pkgver=0.1.41
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
 pkgdesc='A command line utility for various operations on container images and 
image repositories.'
 arch=(x86_64)
 url='https://github.com/projectatomic/skopeo'
@@ -15,7 +15,7 @@
 etc/containers/registries.d/default.yaml
 etc/containers/seccomp.json
 etc/containers/storage.conf)
-_commit=7d080caaa32327ca063276f477a64af0fd4617ba # tags/v0.1.41
+_commit=1119299c4b27e16680744e8bcf3b5362344a40d7 # tags/v0.2.0
 source=(git+$url#commit=$_commit
 containers-storage.conf.5.md
 policy.json.5.md


[arch-commits] Commit in skopeo/repos/community-x86_64 (14 files)

2020-04-10 Thread Morten Linderud via arch-commits
Date: Friday, April 10, 2020 @ 15:08:17
  Author: foxboron
Revision: 613107

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 613106, skopeo/trunk/PKGBUILD)
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
(from rev 613106, skopeo/trunk/containers-storage.conf.5.md)
  skopeo/repos/community-x86_64/policy.json.5.md
(from rev 613106, skopeo/trunk/policy.json.5.md)
  skopeo/repos/community-x86_64/registries.conf
(from rev 613106, skopeo/trunk/registries.conf)
  skopeo/repos/community-x86_64/registries.conf.5.md
(from rev 613106, skopeo/trunk/registries.conf.5.md)
  skopeo/repos/community-x86_64/seccomp.json
(from rev 613106, skopeo/trunk/seccomp.json)
  skopeo/repos/community-x86_64/storage.conf
(from rev 613106, skopeo/trunk/storage.conf)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
  skopeo/repos/community-x86_64/policy.json.5.md
  skopeo/repos/community-x86_64/registries.conf
  skopeo/repos/community-x86_64/registries.conf.5.md
  skopeo/repos/community-x86_64/seccomp.json
  skopeo/repos/community-x86_64/storage.conf

--+
 PKGBUILD |  120 +--
 containers-storage.conf.5.md |  278 +++
 policy.json.5.md |  562 +++---
 registries.conf  |   50 -
 registries.conf.5.md |   78 +-
 seccomp.json | 1546 -
 storage.conf |  266 +++
 7 files changed, 1450 insertions(+), 1450 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 15:08:04 UTC (rev 613106)
+++ PKGBUILD2020-04-10 15:08:17 UTC (rev 613107)
@@ -1,60 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=0.1.41
-pkgrel=2
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/projectatomic/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper)
-makedepends=(go-pie go-md2man btrfs-progs git)
-backup=(etc/containers/policy.json
-etc/containers/registries.conf
-etc/containers/registries.d/default.yaml
-etc/containers/seccomp.json
-etc/containers/storage.conf)
-_commit=7d080caaa32327ca063276f477a64af0fd4617ba # tags/v0.1.41
-source=(git+$url#commit=$_commit
-containers-storage.conf.5.md
-policy.json.5.md
-registries.conf
-registries.conf.5.md
-seccomp.json
-storage.conf)
-sha256sums=('SKIP'
-'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
-'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
-'bf720633c4c9906e93665813bbf13a73a6cb0df2b412d81228c7673505513d1f'
-'38264ddcf9699b8f8d7b4823abc118fb01362f2d58836c01df13e3e08b801f9f'
-'cfa7dd2c35c8e9cba74a68810e1f377e448988ccb0a54b98232313967677326e'
-'4bcce6e85da1ea07086fe1a921469455c06a0fc083a21692e812643f1c2b22fa')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export GOFLAGS="-trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  make binary-local BUILDTAGS='containers_image_ostree_stub'
-  make docs
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  for conf in registries.conf storage.conf seccomp.json; do
-install -m644 "$srcdir/$conf" -t "$pkgdir/etc/containers/"
-  done
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/man/man5/"
-  for manpage in *.md; do
-go-md2man -in "$manpage" -out "$pkgdir/usr/share/man/man5/${manpage%*.md}"
-  done
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 613106, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 15:08:17 UTC (rev 613107)
@@ -0,0 +1,60 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/projectatomic/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper)
+makedepends=(go-pie go-md2man btrfs-progs git)
+backup=(etc/containers/policy.json
+etc/containers/registries.conf
+etc/containers/registries.d/default.yaml
+etc/containers/seccomp.json
+etc/containers/storage.conf)
+_commit=1119299c4b27e16680744e8bcf3b5362344a40d7 # tags/v0.2.0
+source=(git+$url#commit=$_commit
+containers-storage.conf.5.md
+policy.json.5.md
+registries.conf
+registries.conf.5.md
+seccomp.json
+storage.conf)
+sha256sums=('SKIP'
+'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11

[arch-commits] Commit in (5 files)

2020-04-10 Thread Konstantin Gizdov via arch-commits
Date: Friday, April 10, 2020 @ 15:14:14
  Author: kgizdov
Revision: 613108

initial upload

Added:
  python-tensorboard_plugin_wit/
  python-tensorboard_plugin_wit/repos/
  python-tensorboard_plugin_wit/trunk/
  python-tensorboard_plugin_wit/trunk/PKGBUILD
  python-tensorboard_plugin_wit/trunk/src/

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

Added: python-tensorboard_plugin_wit/trunk/PKGBUILD
===
--- python-tensorboard_plugin_wit/trunk/PKGBUILD
(rev 0)
+++ python-tensorboard_plugin_wit/trunk/PKGBUILD2020-04-10 15:14:14 UTC 
(rev 613108)
@@ -0,0 +1,58 @@
+# Maintainer: Konstantin Gizdov 
+
+pkgbase=python-tensorboard_plugin_wit
+pkgname=(python-tensorboard_plugin_wit python-witwidget)
+_pkgbase=tensorboard_plugin_wit
+pkgdesc='The What-If Tool (WIT): An easy-to-use interface for expanding 
understanding of a black-box classification or regression ML model.'
+url='https://pair-code.github.io/what-if-tool'
+license=('Apache')
+pkgver=1.6.0
+pkgrel=1
+arch=('any')
+source=("${_pkgbase}-${pkgver}::git+https://github.com/PAIR-code/what-if-tool#commit=2cee8a42598cb2342a04577d583ce1985a794edd";)
+_common_depends=('jupyter' 'python-google-api-python-client' 
'python-ipywidgets')
+makedepends=('bazel' 'git' 'npm' 'python-virtualenv' 'python-pip' 
"${_common_depends[@]}")
+depends=('python-werkzeug' 'tensorboard')
+sha256sums=('SKIP')
+
+get_pyver () {
+python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
+}
+
+prepare() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  sed -e 's@/tmp/wit-pip@${BUILD_WORKSPACE_DIRECTORY}/wit-pip@g' -i \
+tensorboard_plugin_wit/pip_package/build_pip_package.sh \
+witwidget/pip_package/build_pip_package.sh
+}
+
+build() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  bazel --output_user_root "${srcdir}/build-plugin" run 
tensorboard_plugin_wit/pip_package:build_pip_package
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"  
+  bazel --output_user_root "${srcdir}/build-witwidget" run 
witwidget/pip_package:build_pip_package
+}
+
+package_python-tensorboard_plugin_wit() {
+  provides=('tensorboard_plugin_wit')
+  optdepends=('tensorflow-serving-api: TensorFlow Classification, Regression, 
or Predict APIs')
+  local _pyver="$(get_pyver)"
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps 
wit-pip/release/dist/tensorboard_plugin_wit-${pkgver}-py3*.whl
+}
+package_python-witwidget() {
+  pkgdesc='What-If Tool Notebook Widget.'
+  provides=('witwidget' 'witwidget-gpu')
+  depends=("${_common_depends[@]}" 'python-tensorboard_plugin_wit')
+  optdepends=(
+'python-tensorflow-serving-api: browse model thorugh TensorFlow Serving 
API'
+'python-tensorflow-estimator: browse model as a TensorFlow Estimator 
feature spec'
+  )
+  local _pyver="$(get_pyver)"
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps wit-pip/release/dist/witwidget-${pkgver}-py3*.whl
+  rm -rf "${pkgdir}/usr/lib/python${_pyver}/site-packages/${_pkgbase}"
+}


[arch-commits] Commit in python-tensorboard_plugin_wit/trunk (src)

2020-04-10 Thread Konstantin Gizdov via arch-commits
Date: Friday, April 10, 2020 @ 15:15:16
  Author: kgizdov
Revision: 613109

upgpkg: python-tensorboard_plugin_wit 1.6.0-1

Deleted:
  python-tensorboard_plugin_wit/trunk/src/


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

2020-04-10 Thread Konstantin Gizdov via arch-commits
Date: Friday, April 10, 2020 @ 15:15:21
  Author: kgizdov
Revision: 613110

archrelease: copy trunk to community-testing-any

Added:
  python-tensorboard_plugin_wit/repos/community-testing-any/
  python-tensorboard_plugin_wit/repos/community-testing-any/PKGBUILD
(from rev 613109, python-tensorboard_plugin_wit/trunk/PKGBUILD)

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

Copied: python-tensorboard_plugin_wit/repos/community-testing-any/PKGBUILD 
(from rev 613109, python-tensorboard_plugin_wit/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-04-10 15:15:21 UTC (rev 613110)
@@ -0,0 +1,58 @@
+# Maintainer: Konstantin Gizdov 
+
+pkgbase=python-tensorboard_plugin_wit
+pkgname=(python-tensorboard_plugin_wit python-witwidget)
+_pkgbase=tensorboard_plugin_wit
+pkgdesc='The What-If Tool (WIT): An easy-to-use interface for expanding 
understanding of a black-box classification or regression ML model.'
+url='https://pair-code.github.io/what-if-tool'
+license=('Apache')
+pkgver=1.6.0
+pkgrel=1
+arch=('any')
+source=("${_pkgbase}-${pkgver}::git+https://github.com/PAIR-code/what-if-tool#commit=2cee8a42598cb2342a04577d583ce1985a794edd";)
+_common_depends=('jupyter' 'python-google-api-python-client' 
'python-ipywidgets')
+makedepends=('bazel' 'git' 'npm' 'python-virtualenv' 'python-pip' 
"${_common_depends[@]}")
+depends=('python-werkzeug' 'tensorboard')
+sha256sums=('SKIP')
+
+get_pyver () {
+python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
+}
+
+prepare() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  sed -e 's@/tmp/wit-pip@${BUILD_WORKSPACE_DIRECTORY}/wit-pip@g' -i \
+tensorboard_plugin_wit/pip_package/build_pip_package.sh \
+witwidget/pip_package/build_pip_package.sh
+}
+
+build() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  bazel --output_user_root "${srcdir}/build-plugin" run 
tensorboard_plugin_wit/pip_package:build_pip_package
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"  
+  bazel --output_user_root "${srcdir}/build-witwidget" run 
witwidget/pip_package:build_pip_package
+}
+
+package_python-tensorboard_plugin_wit() {
+  provides=('tensorboard_plugin_wit')
+  optdepends=('tensorflow-serving-api: TensorFlow Classification, Regression, 
or Predict APIs')
+  local _pyver="$(get_pyver)"
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps 
wit-pip/release/dist/tensorboard_plugin_wit-${pkgver}-py3*.whl
+}
+package_python-witwidget() {
+  pkgdesc='What-If Tool Notebook Widget.'
+  provides=('witwidget' 'witwidget-gpu')
+  depends=("${_common_depends[@]}" 'python-tensorboard_plugin_wit')
+  optdepends=(
+'python-tensorflow-serving-api: browse model thorugh TensorFlow Serving 
API'
+'python-tensorflow-estimator: browse model as a TensorFlow Estimator 
feature spec'
+  )
+  local _pyver="$(get_pyver)"
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps wit-pip/release/dist/witwidget-${pkgver}-py3*.whl
+  rm -rf "${pkgdir}/usr/lib/python${_pyver}/site-packages/${_pkgbase}"
+}


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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 15:28:15
  Author: felixonmars
Revision: 613111

upgpkg: python-deprecated 1.2.9-1

Modified:
  python-deprecated/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 15:15:21 UTC (rev 613110)
+++ PKGBUILD2020-04-10 15:28:15 UTC (rev 613111)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-deprecated
-pkgver=1.2.8
+pkgver=1.2.9
 pkgrel=1
 pkgdesc="Python @deprecated decorator to deprecate old python classes, 
functions or methods"
 url="https://github.com/tantale/deprecated";
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz";)
-sha512sums=('0a80775b3c9c52137ab22356ee1200d6b6faa7e202b85cd45fe99d58749569f4b6ebc53da0770c0bae1d59cc50dee7dd321b2e83bca85070a2d465080c399b03')
+sha512sums=('04a248d78021c45a1254f80966e6e4e6817ff3f8312d36fa9874c300fc106b7bed3600702a6953044f88cfa08f8ea8d6447c160554d8c1e1568051d3ce4a175b')
 
 build() {
   cd "$srcdir"/deprecated-$pkgver


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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 15:28:24
  Author: felixonmars
Revision: 613112

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 15:28:15 UTC (rev 613111)
+++ PKGBUILD2020-04-10 15:28:24 UTC (rev 613112)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-deprecated
-pkgver=1.2.8
-pkgrel=1
-pkgdesc="Python @deprecated decorator to deprecate old python classes, 
functions or methods"
-url="https://github.com/tantale/deprecated";
-license=('MIT')
-arch=('any')
-depends=('python-wrapt')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz";)
-sha512sums=('0a80775b3c9c52137ab22356ee1200d6b6faa7e202b85cd45fe99d58749569f4b6ebc53da0770c0bae1d59cc50dee7dd321b2e83bca85070a2d465080c399b03')
-
-build() {
-  cd "$srcdir"/deprecated-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/deprecated-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd deprecated-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}

Copied: python-deprecated/repos/community-any/PKGBUILD (from rev 613111, 
python-deprecated/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 15:28:24 UTC (rev 613112)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-deprecated
+pkgver=1.2.9
+pkgrel=1
+pkgdesc="Python @deprecated decorator to deprecate old python classes, 
functions or methods"
+url="https://github.com/tantale/deprecated";
+license=('MIT')
+arch=('any')
+depends=('python-wrapt')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz";)
+sha512sums=('04a248d78021c45a1254f80966e6e4e6817ff3f8312d36fa9874c300fc106b7bed3600702a6953044f88cfa08f8ea8d6447c160554d8c1e1568051d3ce4a175b')
+
+build() {
+  cd "$srcdir"/deprecated-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/deprecated-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd deprecated-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}


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

2020-04-10 Thread Jan Steffens via arch-commits
Date: Friday, April 10, 2020 @ 15:29:22
  Author: heftig
Revision: 379953

0.14.1-1

Modified:
  cbindgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 15:29:03 UTC (rev 379952)
+++ PKGBUILD2020-04-10 15:29:22 UTC (rev 379953)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=cbindgen
-pkgver=0.14.0
-pkgrel=2
+pkgver=0.14.1
+pkgrel=1
 pkgdesc="A tool for generating C bindings to Rust code"
 url="https://github.com/eqrion/cbindgen";
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(MPL2)
 depends=(gcc-libs)
 makedepends=(cargo git)
-_commit=4a38a48937264d6ec162b2fd47ffd0e7a091ca72  # tags/v0.14.0^0
+_commit=0761b9bbe48d01ded1bbec45bbeea5544b3b1002  # tags/v0.14.1^0
 source=("git+https://github.com/eqrion/cbindgen#commit=$_commit";)
 sha512sums=('SKIP')
 
@@ -20,10 +20,6 @@
 
 prepare() {
   cd $pkgname
-
-  # Unbreak Firefox
-  git revert -n ec1631f3e47686e6e0c1b7641bb08b0e39c59250
-
   cargo fetch --locked --target x86_64-unknown-linux-gnu
 }
 


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

2020-04-10 Thread Jan Steffens via arch-commits
Date: Friday, April 10, 2020 @ 15:29:03
  Author: heftig
Revision: 379952

68.7.0-1

Modified:
  js68/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 13:08:53 UTC (rev 379951)
+++ PKGBUILD2020-04-10 15:29:03 UTC (rev 379952)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=js68
-pkgver=68.6.0
+pkgver=68.7.0
 pkgrel=1
 pkgdesc="JavaScript interpreter and libraries - Version 68"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 checkdepends=(mercurial git)
 _relver=${pkgver}esr
 
source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc})
-sha256sums=('2428213ceb75cb6772b3044d9c14870d1ae5b0161379aeb29248650e13761c9f'
+sha256sums=('ad3ea069c3d23aab360ad04ff4d0f5e556d3538f7dd4eae0690c4e9241537570'
 'SKIP')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
 


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 15:30:29
  Author: archange
Revision: 613114

archrelease: copy trunk to community-x86_64

Added:
  stubby/repos/community-x86_64/PKGBUILD
(from rev 613113, stubby/trunk/PKGBUILD)
Deleted:
  stubby/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 15:30:20 UTC (rev 613113)
+++ PKGBUILD2020-04-10 15:30:29 UTC (rev 613114)
@@ -1,39 +0,0 @@
-# Maintainer: Bruno Pagani  
-
-pkgname=stubby
-pkgver=0.2.6
-pkgrel=1
-pkgdesc="DNS Privacy stub resolver"
-arch=('x86_64')
-url="https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby";
-license=('BSD')
-backup=('etc/stubby/stubby.yml')
-depends=('getdns')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/getdnsapi/stubby/archive/v${pkgver}.tar.gz";)
-sha256sums=('634b0b9fb8f36416e210fa65800a6c1672bcf9f4f276a042ccf89567ad8ef781')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-sed -e 's/^# appdata_dir:/appdata_dir:/g' -e 
's:/etc/unbound/getdns-root.key:/etc/trusted-key.key:g' -i stubby.yml.example
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-autoreconf -vfi
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-rmdir "${pkgdir}"/var{/run,}
-
-install -Dm644 systemd/${pkgname}.service -t 
"${pkgdir}"/usr/lib/systemd/system/
-}

Copied: stubby/repos/community-x86_64/PKGBUILD (from rev 613113, 
stubby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 15:30:29 UTC (rev 613114)
@@ -0,0 +1,41 @@
+# Maintainer: Bruno Pagani  
+
+pkgname=stubby
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="DNS Privacy stub resolver"
+arch=(x86_64)
+url="https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby";
+license=(BSD)
+backup=(etc/stubby/stubby.yml)
+depends=(getdns libsystemd libyaml)
+makedepends=(cmake)
+source=(https://github.com/getdnsapi/stubby/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
stubby-fix-destdir-part1.patch::https://github.com/getdnsapi/stubby/commit/2fec82b1669bb35062ff9029c4b42fb4998fbd44.patch
+
stubby-fix-destdir-part2.patch::https://github.com/getdnsapi/stubby/commit/c4841747a8042dfe2ea43c3c58d07a87e5a5a0ed.patch)
+sha256sums=('b37a0e0ec2b7cfcdcb596066a6fd6109e91a2766b17a42c47d3703d9be41d000'
+'d8ee3dd5834c214cb2ac5eeafb91af60ceb4fa4bc948d6008198b822ff92848a'
+'fa5739135f2cbdfa3fe53793f9cf23a487167d882a3df31830f3c87b4e8ecd55')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's/^# appdata_dir:/appdata_dir:/g' -e 
's:/etc/unbound/getdns-root.key:/etc/trusted-key.key:g' -i stubby.yml.example
+  patch -p1 -i ../stubby-fix-destdir-part1.patch
+  patch -p1 -i ../stubby-fix-destdir-part2.patch
+}
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_BUILD_TYPE=Release
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  rmdir "${pkgdir}"/var{/run,}
+  cd ${pkgname}-${pkgver}
+  install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm644 systemd/${pkgname}.service -t 
"${pkgdir}"/usr/lib/systemd/system/
+}


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 15:30:20
  Author: archange
Revision: 613113

upgpkg: stubby 0.3.0-1

Upstream switched to CMake, but still some rough edges

Modified:
  stubby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 15:28:24 UTC (rev 613112)
+++ PKGBUILD2020-04-10 15:30:20 UTC (rev 613113)
@@ -1,39 +1,41 @@
 # Maintainer: Bruno Pagani  
 
 pkgname=stubby
-pkgver=0.2.6
+pkgver=0.3.0
 pkgrel=1
 pkgdesc="DNS Privacy stub resolver"
-arch=('x86_64')
+arch=(x86_64)
 url="https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby";
-license=('BSD')
-backup=('etc/stubby/stubby.yml')
-depends=('getdns')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/getdnsapi/stubby/archive/v${pkgver}.tar.gz";)
-sha256sums=('634b0b9fb8f36416e210fa65800a6c1672bcf9f4f276a042ccf89567ad8ef781')
+license=(BSD)
+backup=(etc/stubby/stubby.yml)
+depends=(getdns libsystemd libyaml)
+makedepends=(cmake)
+source=(https://github.com/getdnsapi/stubby/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
stubby-fix-destdir-part1.patch::https://github.com/getdnsapi/stubby/commit/2fec82b1669bb35062ff9029c4b42fb4998fbd44.patch
+
stubby-fix-destdir-part2.patch::https://github.com/getdnsapi/stubby/commit/c4841747a8042dfe2ea43c3c58d07a87e5a5a0ed.patch)
+sha256sums=('b37a0e0ec2b7cfcdcb596066a6fd6109e91a2766b17a42c47d3703d9be41d000'
+'d8ee3dd5834c214cb2ac5eeafb91af60ceb4fa4bc948d6008198b822ff92848a'
+'fa5739135f2cbdfa3fe53793f9cf23a487167d882a3df31830f3c87b4e8ecd55')
 
 prepare() {
-cd ${pkgname}-${pkgver}
-sed -e 's/^# appdata_dir:/appdata_dir:/g' -e 
's:/etc/unbound/getdns-root.key:/etc/trusted-key.key:g' -i stubby.yml.example
+  cd ${pkgname}-${pkgver}
+  sed -e 's/^# appdata_dir:/appdata_dir:/g' -e 
's:/etc/unbound/getdns-root.key:/etc/trusted-key.key:g' -i stubby.yml.example
+  patch -p1 -i ../stubby-fix-destdir-part1.patch
+  patch -p1 -i ../stubby-fix-destdir-part2.patch
 }
 
 build() {
-cd ${pkgname}-${pkgver}
-autoreconf -vfi
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-make
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_BUILD_TYPE=Release
+  make -C build
 }
 
 package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-rmdir "${pkgdir}"/var{/run,}
-
-install -Dm644 systemd/${pkgname}.service -t 
"${pkgdir}"/usr/lib/systemd/system/
+  make -C build DESTDIR="${pkgdir}" install
+  rmdir "${pkgdir}"/var{/run,}
+  cd ${pkgname}-${pkgver}
+  install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm644 systemd/${pkgname}.service -t 
"${pkgdir}"/usr/lib/systemd/system/
 }


[arch-commits] Commit in rime-luna-pinyin/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 15:31:53
  Author: felixonmars
Revision: 613116

archrelease: copy trunk to community-x86_64

Added:
  rime-luna-pinyin/repos/community-x86_64/PKGBUILD
(from rev 613115, rime-luna-pinyin/trunk/PKGBUILD)
Deleted:
  rime-luna-pinyin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 15:31:43 UTC (rev 613115)
+++ PKGBUILD2020-04-10 15:31:53 UTC (rev 613116)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-luna-pinyin
-pkgver=0.0.0.20200207
-_commit=ac5c02bd35e6d4d6eed1e1a03f7192919ae649bb
-pkgrel=2
-pkgdesc="Luna pinyin for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-luna-pinyin";
-license=('LGPL')
-# dependency for reverse lookup
-depends=('rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-luna-pinyin/archive/$_commit/rime-luna-pinyin-$_commit.tar.gz";)
-sha512sums=('fa85433d2b9cf31f9b98a71528e2cdc3e188cce27a6c14087db0ce77c78b8872d05ed9bf792a142e6e06a0cb293f4abe9bbd51b322071db9da22f77190a68ada')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-
-  # Build binaries only for this package
-  rm default.yaml
-  cp /usr/share/rime-data/default.yaml ./
-  sed -i -e '/- schema:/d' -e '/schema_list:/d' default.yaml
-  echo "schema_list:" >> default.yaml
-  ls *.schema.yaml | cut -d "." -f 1 | sed -e 's/\(.*\)/  - schema: \1/' >> 
default.yaml
-}
-
-build(){
-  cd $pkgname-$_commit
-  rime_deployer --build .
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm {,build/}default.yaml user.yaml
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-}

Copied: rime-luna-pinyin/repos/community-x86_64/PKGBUILD (from rev 613115, 
rime-luna-pinyin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 15:31:53 UTC (rev 613116)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-luna-pinyin
+pkgver=0.0.0.20200410
+_commit=f1268e192ca88b9526467ce04ac3e47c837891ad
+pkgrel=1
+pkgdesc="Luna pinyin for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-luna-pinyin";
+license=('LGPL')
+# dependency for reverse lookup
+depends=('rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-luna-pinyin/archive/$_commit/rime-luna-pinyin-$_commit.tar.gz";)
+sha512sums=('5a4f91f04f807ba84650a52acf8f634382c32eb978e8895f97b05594ea90cf6771386bb80cda1b694905c50d64cf8b4e8514abb762c4d18035b73c67148339f9')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+}


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

2020-04-10 Thread Jan Steffens via arch-commits
Date: Friday, April 10, 2020 @ 15:32:22
  Author: heftig
Revision: 379954

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 15:29:22 UTC (rev 379953)
+++ PKGBUILD2020-04-10 15:32:22 UTC (rev 379954)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=cbindgen
-pkgver=0.14.0
-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=4a38a48937264d6ec162b2fd47ffd0e7a091ca72  # tags/v0.14.0^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
-
-  # Unbreak Firefox
-  git revert -n ec1631f3e47686e6e0c1b7641bb08b0e39c59250
-
-  cargo fetch --locked --target x86_64-unknown-linux-gnu
-}
-
-build() {
-  cd $pkgname
-  cargo build --release --frozen --all-targets
-}
-
-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 379953, 
cbindgen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 15:32:22 UTC (rev 379954)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=cbindgen
+pkgver=0.14.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=0761b9bbe48d01ded1bbec45bbeea5544b3b1002  # tags/v0.14.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 --target x86_64-unknown-linux-gnu
+}
+
+build() {
+  cd $pkgname
+  cargo build --release --frozen --all-targets
+}
+
+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 rime-luna-pinyin/trunk (PKGBUILD)

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 15:31:43
  Author: felixonmars
Revision: 613115

upgpkg: rime-luna-pinyin 0.0.0.20200410-1

Modified:
  rime-luna-pinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 15:30:29 UTC (rev 613114)
+++ PKGBUILD2020-04-10 15:31:43 UTC (rev 613115)
@@ -1,9 +1,9 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-luna-pinyin
-pkgver=0.0.0.20200207
-_commit=ac5c02bd35e6d4d6eed1e1a03f7192919ae649bb
-pkgrel=2
+pkgver=0.0.0.20200410
+_commit=f1268e192ca88b9526467ce04ac3e47c837891ad
+pkgrel=1
 pkgdesc="Luna pinyin for rime"
 arch=('x86_64')
 url="https://github.com/rime/rime-luna-pinyin";
@@ -12,7 +12,7 @@
 depends=('rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-luna-pinyin/archive/$_commit/rime-luna-pinyin-$_commit.tar.gz";)
-sha512sums=('fa85433d2b9cf31f9b98a71528e2cdc3e188cce27a6c14087db0ce77c78b8872d05ed9bf792a142e6e06a0cb293f4abe9bbd51b322071db9da22f77190a68ada')
+sha512sums=('5a4f91f04f807ba84650a52acf8f634382c32eb978e8895f97b05594ea90cf6771386bb80cda1b694905c50d64cf8b4e8514abb762c4d18035b73c67148339f9')
 
 prepare() {
   cd $pkgname-$_commit


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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 15:32:56
  Author: felixonmars
Revision: 613117

upgpkg: python-cloudflare 2.6.5-1

Modified:
  python-cloudflare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 15:31:53 UTC (rev 613116)
+++ PKGBUILD2020-04-10 15:32:56 UTC (rev 613117)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-cloudflare
-pkgver=2.6.4
+pkgver=2.6.5
 pkgrel=1
 pkgdesc='Python wrapper for the Cloudflare v4 API'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cloudflare/python-cloudflare/archive/$pkgver.tar.gz";)
-sha512sums=('12b417ab20bf41697e3f934aac56fbc3d87dce1516559abbc7adc043c38502f3763ea925aa1de59a95b294907b6e84771f3476597c4513b566b9442798a01605')
+sha512sums=('81a2bb3aef9a9e01e66e15a614cddfc479afd3442f184f968e656939b6a38d34c03f06103ada00607b8dd7b0178a59e5d6f2250a73acc6e331ce8b773b460078')
 
 build() {
   cd python-cloudflare-$pkgver


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

2020-04-10 Thread Jan Steffens via arch-commits
Date: Friday, April 10, 2020 @ 15:32:24
  Author: heftig
Revision: 379955

archrelease: copy trunk to extra-x86_64

Added:
  js68/repos/extra-x86_64/PKGBUILD
(from rev 379953, js68/trunk/PKGBUILD)
Deleted:
  js68/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  166 ++---
 1 file changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 15:32:22 UTC (rev 379954)
+++ PKGBUILD2020-04-10 15:32:24 UTC (rev 379955)
@@ -1,83 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=js68
-pkgver=68.6.0
-pkgrel=1
-pkgdesc="JavaScript interpreter and libraries - Version 68"
-arch=(x86_64)
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey";
-license=(MPL)
-depends=(gcc-libs readline zlib sh)
-makedepends=(python2 zip autoconf2.13 python rust llvm clang)
-checkdepends=(mercurial git)
-_relver=${pkgver}esr
-source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc})
-sha256sums=('2428213ceb75cb6772b3044d9c14870d1ae5b0161379aeb29248650e13761c9f'
-'SKIP')
-validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
-
-# Make sure the duplication between bin and lib is found
-COMPRESSZST+=(--long)
-
-prepare() {
-  cd firefox-$pkgver
-  mkdir obj
-}
-
-build() {
-  local configure_args=(
---prefix=/usr
---disable-debug
---disable-debug-symbols
---disable-jemalloc
---disable-strip
---enable-hardening
---enable-lto
---enable-optimize
---enable-posix-nspr-emulation
---enable-readline
---enable-release
---enable-shared-js
---enable-tests
---enable-unaligned-private-values
---with-intl-api
---with-system-zlib
---without-system-icu
-  )
-
-  export AR=llvm-ar
-  export NM=llvm-nm
-  export RANLIB=llvm-ranlib
-
-  cd firefox-$pkgver/obj
-
-  sh ../js/src/configure "${configure_args[@]}"
-  make
-}
-
-check() {
-  local jstests_extra_args=(
---format=none
---exclude-random
-  ) jittest_extra_args=(
---format=none
---timeout 300
-  ) jittest_test_args=(
-basic
-  )
-
-  cd firefox-$pkgver/obj
-  make -C js/src check-jstests check-jit-test \
-JSTESTS_EXTRA_ARGS="${jstests_extra_args[*]}" \
-JITTEST_EXTRA_ARGS="${jittest_extra_args[*]}" \
-JITTEST_TEST_ARGS="${jittest_test_args[*]}"
-}
-
-package() {
-  cd firefox-$pkgver/obj
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir"/usr/lib/*.ajs
-  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -c a-x {} +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: js68/repos/extra-x86_64/PKGBUILD (from rev 379953, js68/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 15:32:24 UTC (rev 379955)
@@ -0,0 +1,83 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=js68
+pkgver=68.7.0
+pkgrel=1
+pkgdesc="JavaScript interpreter and libraries - Version 68"
+arch=(x86_64)
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey";
+license=(MPL)
+depends=(gcc-libs readline zlib sh)
+makedepends=(python2 zip autoconf2.13 python rust llvm clang)
+checkdepends=(mercurial git)
+_relver=${pkgver}esr
+source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc})
+sha256sums=('ad3ea069c3d23aab360ad04ff4d0f5e556d3538f7dd4eae0690c4e9241537570'
+'SKIP')
+validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
+
+# Make sure the duplication between bin and lib is found
+COMPRESSZST+=(--long)
+
+prepare() {
+  cd firefox-$pkgver
+  mkdir obj
+}
+
+build() {
+  local configure_args=(
+--prefix=/usr
+--disable-debug
+--disable-debug-symbols
+--disable-jemalloc
+--disable-strip
+--enable-hardening
+--enable-lto
+--enable-optimize
+--enable-posix-nspr-emulation
+--enable-readline
+--enable-release
+--enable-shared-js
+--enable-tests
+--enable-unaligned-private-values
+--with-intl-api
+--with-system-zlib
+--without-system-icu
+  )
+
+  export AR=llvm-ar
+  export NM=llvm-nm
+  export RANLIB=llvm-ranlib
+
+  cd firefox-$pkgver/obj
+
+  sh ../js/src/configure "${configure_args[@]}"
+  make
+}
+
+check() {
+  local jstests_extra_args=(
+--format=none
+--exclude-random
+  ) jittest_extra_args=(
+--format=none
+--timeout 300
+  ) jittest_test_args=(
+basic
+  )
+
+  cd firefox-$pkgver/obj
+  make -C js/src check-jstests check-jit-test \
+JSTESTS_EXTRA_ARGS="${jstests_extra_args[*]}" \
+JITTEST_EXTRA_ARGS="${jittest_extra_args[*]}" \
+JITTEST_TEST_ARGS="${jittest_test_args[*]}"
+}
+
+package() {
+  cd firefox-$pkgver/obj
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir"/usr/lib/*.ajs
+  find "$pkgdir"/usr/{l

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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 15:33:06
  Author: felixonmars
Revision: 613118

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 15:32:56 UTC (rev 613117)
+++ PKGBUILD2020-04-10 15:33:06 UTC (rev 613118)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-cloudflare
-pkgver=2.6.4
-pkgrel=1
-pkgdesc='Python wrapper for the Cloudflare v4 API'
-arch=('any')
-license=('MIT')
-url='https://github.com/cloudflare/python-cloudflare'
-depends=('python-requests' 'python-future' 'python-yaml' 'python-jsonlines')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cloudflare/python-cloudflare/archive/$pkgver.tar.gz";)
-sha512sums=('12b417ab20bf41697e3f934aac56fbc3d87dce1516559abbc7adc043c38502f3763ea925aa1de59a95b294907b6e84771f3476597c4513b566b9442798a01605')
-
-build() {
-  cd python-cloudflare-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-cloudflare-$pkgver
-  PYTHONPATH="$PWD/build/lib" pytest tests/test1.py
-}
-
-package() {
-  cd python-cloudflare-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm -r "$pkgdir"/usr/lib/python3.8/site-packages/examples
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cloudflare/repos/community-any/PKGBUILD (from rev 613117, 
python-cloudflare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 15:33:06 UTC (rev 613118)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-cloudflare
+pkgver=2.6.5
+pkgrel=1
+pkgdesc='Python wrapper for the Cloudflare v4 API'
+arch=('any')
+license=('MIT')
+url='https://github.com/cloudflare/python-cloudflare'
+depends=('python-requests' 'python-future' 'python-yaml' 'python-jsonlines')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cloudflare/python-cloudflare/archive/$pkgver.tar.gz";)
+sha512sums=('81a2bb3aef9a9e01e66e15a614cddfc479afd3442f184f968e656939b6a38d34c03f06103ada00607b8dd7b0178a59e5d6f2250a73acc6e331ce8b773b460078')
+
+build() {
+  cd python-cloudflare-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-cloudflare-$pkgver
+  PYTHONPATH="$PWD/build/lib" pytest tests/test1.py
+}
+
+package() {
+  cd python-cloudflare-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm -r "$pkgdir"/usr/lib/python3.8/site-packages/examples
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-10 Thread Konstantin Gizdov via arch-commits
Date: Friday, April 10, 2020 @ 15:33:09
  Author: kgizdov
Revision: 613119

add as dep tensorboard_plugin_wit

Modified:
  tensorboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 15:33:06 UTC (rev 613118)
+++ PKGBUILD2020-04-10 15:33:09 UTC (rev 613119)
@@ -2,13 +2,14 @@
 
 pkgname=tensorboard
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="TensorFlow's Visualization Toolkit"
 url='https://github.com/tensorflow/tensorboard'
 arch=('x86_64')
 license=('APACHE')
 depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown' 'python-tensorflow-serving-api'
- 'python-html5lib' 'python-protobuf' 'python-setuptools' 
'python-tensorflow' 'python-grpcio' 'python-google-auth-oauthlib')
+ 'python-html5lib' 'python-protobuf' 'python-setuptools' 
'python-tensorflow' 'python-grpcio' 'python-google-auth-oauthlib'
+ 'python-tensorboard_plugin_wit')
 makedepends=('bazel' 'tree')
 
source=("${pkgname}-${pkgver}::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz";
 'bump-tensorflow.patch'


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

2020-04-10 Thread Konstantin Gizdov via arch-commits
Date: Friday, April 10, 2020 @ 15:33:17
  Author: kgizdov
Revision: 613120

archrelease: copy trunk to community-testing-x86_64

Added:
  tensorboard/repos/community-testing-x86_64/PKGBUILD
(from rev 613119, tensorboard/trunk/PKGBUILD)
  tensorboard/repos/community-testing-x86_64/bump-tensorflow.patch
(from rev 613119, tensorboard/trunk/bump-tensorflow.patch)
  tensorboard/repos/community-testing-x86_64/fix-grpc-deps.patch
(from rev 613119, tensorboard/trunk/fix-grpc-deps.patch)
Deleted:
  tensorboard/repos/community-testing-x86_64/PKGBUILD
  tensorboard/repos/community-testing-x86_64/bump-tensorflow.patch
  tensorboard/repos/community-testing-x86_64/fix-grpc-deps.patch

---+
 PKGBUILD  |  127 
 bump-tensorflow.patch |   36 ++---
 fix-grpc-deps.patch   |   94 +--
 3 files changed, 129 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 15:33:09 UTC (rev 613119)
+++ PKGBUILD2020-04-10 15:33:17 UTC (rev 613120)
@@ -1,63 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=tensorboard
-pkgver=2.2.0
-pkgrel=2
-pkgdesc="TensorFlow's Visualization Toolkit"
-url='https://github.com/tensorflow/tensorboard'
-arch=('x86_64')
-license=('APACHE')
-depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown' 'python-tensorflow-serving-api'
- 'python-html5lib' 'python-protobuf' 'python-setuptools' 
'python-tensorflow' 'python-grpcio' 'python-google-auth-oauthlib')
-makedepends=('bazel' 'tree')
-source=("${pkgname}-${pkgver}::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz";
-'bump-tensorflow.patch'
-'fix-grpc-deps.patch')
-sha512sums=('05da0d879c20c86a3f307aa712e779cab442292c5628086175af141398029d65f119b81a21e08d866ab2e89e9159d036b59a1b22e39a668a7a72a95c79a7af2f'
-
'088a9310d2a62603fda2ca05eae16fab3fb82b3250533beb06ec5551b671ff71c11ddb6a338234b0790c5db61790dcddc08969cca5d07a84ed668bddff2b8542'
-
'e3b339285ea1ee46e0cc560f9ef509d2307d15090bc740ae9cc322daafd1db1180458b565a234043049c5208679bb982360b7b364df7d97ffe671669')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -Np1 -i "${srcdir}/bump-tensorflow.patch"
-  patch -Np1 -i "${srcdir}/fix-grpc-deps.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  bazel build --experimental_repo_remote_exec tensorboard:tensorboard
-  bazel build --experimental_repo_remote_exec 
//tensorboard/pip_package:build_pip_package
-
-  mkdir pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/external
 pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/tensorboard
 pypackage
-  cp 
tensorboard/pip_package/{README.rst,MANIFEST.in,setup.py,requirements.txt} 
pypackage
-  cp README.md pypackage
-  cd pypackage
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd pypackage
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  rm -r "$pkgdir"/usr/lib/python3.8/site-packages/external/
-
-  
_requires="$pkgdir"/usr/lib/python3.8/site-packages/tensorboard-${pkgver}-py3.8.egg-info/requires.txt
-  # This is ugly: We need to patch it to use current bleach and html5lib
-  # because old ones are not even compatible with Python 3.6 and we don't have
-  # those in Arch of course.
-  sed -i 's/bleach==.*/bleach/' ${_requires}
-  sed -i 's/html5lib==.*/html5lib/' ${_requires}
-  # Other ugly hack: workaround for issues 650
-  # https://github.com/tensorflow/tensorboard/issues/650
-  sed -i '/^futures/d' ${_requires}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tensorboard/repos/community-testing-x86_64/PKGBUILD (from rev 613119, 
tensorboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 15:33:17 UTC (rev 613120)
@@ -0,0 +1,64 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=tensorboard
+pkgver=2.2.0
+pkgrel=3
+pkgdesc="TensorFlow's Visualization Toolkit"
+url='https://github.com/tensorflow/tensorboard'
+arch=('x86_64')
+license=('APACHE')
+depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown' 'python-tensorflow-serving-api'
+ 'python-html5lib' 'python-protobuf' 'python-setuptools' 
'python-tensorflow' 'python-grpcio' 'python-google-auth-oauthlib'
+ 'python-tensorboard_plugin_wit')
+makedepends=('bazel' 'tree')
+source=("${pkgname}-${pkgver}::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz";
+'bump-tensorflow.patch'
+'fix-grpc-deps.patch')
+sha512sums=('05da0d879c20c86a3f307aa712e779cab442292c5628086175af141398029d65f119b81a21e08d866ab2e89e9159d036b59a

[arch-commits] Commit in (3 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 15:34:11
  Author: ffy00
Revision: 613121

add root structure

Added:
  nds32le-elf-binutils/
  nds32le-elf-binutils/repos/
  nds32le-elf-binutils/trunk/


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

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 15:43:27
  Author: ffy00
Revision: 613122

upgpkg: srslte 19.12-3 (fix optinal dependencies are hard dependencies)

Modified:
  srslte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 15:34:11 UTC (rev 613121)
+++ PKGBUILD2020-04-10 15:43:27 UTC (rev 613122)
@@ -5,18 +5,19 @@
 _pkgname=srsLTE
 pkgver=19.12
 _pkgver=release_${pkgver/./_}
-pkgrel=2
+pkgrel=3
 pkgdesc='Open source SDR LTE software suite from Software Radio Systems (SRS)'
 arch=('x86_64')
 url='https://www.srslte.com'
 license=('AGPL3')
-depends=('fftw' 'mbedtls' 'boost-libs' 'lksctp-tools' 'libconfig')
-makedepends=('cmake' 'boost' 'pcsclite' 'libuhd' 'soapysdr' 'bladerf' 
'zeromq') # 'srsgui'
-optdepends=('libuhd: RF frontend'
-'soapysdr: RF frontend'
-'bladerf: RF frontend'
-'zeromq: RF frontend')
-#'srsgui: Real-time plotting'
+depends=('fftw' 'mbedtls' 'boost-libs' 'lksctp-tools' 'libconfig'
+ 'libuhd' 'soapysdr' 'bladerf' 'zeromq' 'pcsclite')
+makedepends=('cmake' 'boost') # 'pcsclite' 'libuhd' 'soapysdr' 'bladerf' 
'zeromq') # 'srsgui'
+#optdepends=('libuhd: RF frontend'
+#'soapysdr: RF frontend'
+#'bladerf: RF frontend'
+#'zeromq: RF frontend')
+##'srsgui: Real-time plotting'
 provides=('srsue' 'srsenb' 'srsenb')
 conflicts=('srsue' 'srsenb' 'srsenb')
 
source=("$_pkgname-$pkgver.tar.gz::https://github.com/srsLTE/srsLTE/archive/$_pkgver.tar.gz";


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

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 15:43:38
  Author: ffy00
Revision: 613123

archrelease: copy trunk to community-x86_64

Added:
  srslte/repos/community-x86_64/PKGBUILD
(from rev 613122, srslte/trunk/PKGBUILD)
  srslte/repos/community-x86_64/srslte-avx2.install
(from rev 613122, srslte/trunk/srslte-avx2.install)
  srslte/repos/community-x86_64/srslte.install
(from rev 613122, srslte/trunk/srslte.install)
Deleted:
  srslte/repos/community-x86_64/PKGBUILD
  srslte/repos/community-x86_64/srslte-avx2.install
  srslte/repos/community-x86_64/srslte.install

-+
 PKGBUILD|  193 +-
 srslte-avx2.install |8 +-
 srslte.install  |8 +-
 3 files changed, 105 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 15:43:27 UTC (rev 613122)
+++ PKGBUILD2020-04-10 15:43:38 UTC (rev 613123)
@@ -1,96 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgbase=srslte
-pkgname=($pkgbase $pkgbase-avx2)
-_pkgname=srsLTE
-pkgver=19.12
-_pkgver=release_${pkgver/./_}
-pkgrel=2
-pkgdesc='Open source SDR LTE software suite from Software Radio Systems (SRS)'
-arch=('x86_64')
-url='https://www.srslte.com'
-license=('AGPL3')
-depends=('fftw' 'mbedtls' 'boost-libs' 'lksctp-tools' 'libconfig')
-makedepends=('cmake' 'boost' 'pcsclite' 'libuhd' 'soapysdr' 'bladerf' 
'zeromq') # 'srsgui'
-optdepends=('libuhd: RF frontend'
-'soapysdr: RF frontend'
-'bladerf: RF frontend'
-'zeromq: RF frontend')
-#'srsgui: Real-time plotting'
-provides=('srsue' 'srsenb' 'srsenb')
-conflicts=('srsue' 'srsenb' 'srsenb')
-source=("$_pkgname-$pkgver.tar.gz::https://github.com/srsLTE/srsLTE/archive/$_pkgver.tar.gz";
-
'tunable-simd.patch::https://github.com/FFY00/srsLTE/commit/6b4fd9490bb7b6c2a388e78ee26aa84017585a35.patch'
-
'remove-install-targets.patch::https://github.com/FFY00/srsLTE/commit/738785f4fb9f308c5270fb1b0bac83e1e96838df.patch')
-sha512sums=('bd3e39761e8fe48661d3639f44bb724d4ba2e20d03d0fc9871fc5d9a38fea2f3cd05f5b7254c0b0b63d2973b8cf41f8f65981f5206bb42c30588d0b593d1f69f'
-
'e4a9c4457e06fb71bf18b2f8e91234588c01327c15f1267c60ee0ea747baaf9795b55767e99d359e6140f2ccace3d00a17e4fc151798eafa5f523decfcdb35ee'
-
'0bfbb73d47bda2280007c7a71a81fa9a35ee4a414b809cdb18d76e3bdbceb2e1ee4797a05f68b4ad89843002b6dd58b3eef45ad3a407da35fe614ffb5f685ce3')
-
-prepare() {
-  cd $_pkgname-$_pkgver
-
-  patch -p1 -i ../tunable-simd.patch
-  patch -p1 -i ../remove-install-targets.patch
-
-  # Disable failing test
-  sed -i '/add_test(ue_rf_failure/d' srsue/src/CMakeLists.txt
-
-  mkdir build
-
-  cp -r "$srcdir"/$_pkgname-$_pkgver "$srcdir"/$_pkgname-avx2-$_pkgver
-}
-
-build() {
-  echo 'Building srslte...'
-  cd "$srcdir"/$_pkgname-$_pkgver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_GENERIC=True
-
-  make
-
-  echo 'Building srslte-avx2...'
-  cd "$srcdir"/$_pkgname-avx2-$_pkgver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_GENERIC=True \
--DHAVE_AVX2=True
-
-  make
-}
-
-check() {
-  echo 'Running tests for srslte...'
-  cd "$srcdir"/$_pkgname-$_pkgver/build
-
-  ctest $(echo $MAKEFLAGS | grep -Po '\-j[0-9][0-9]*')
-
-  echo 'Running tests for srslte-avx2...'
-  cd "$srcdir"/$_pkgname-avx2-$_pkgver/build
-
-  ctest $(echo $MAKEFLAGS | grep -Po '\-j[0-9][0-9]*')
-}
-
-package_srslte() {
-  install=$pkgname.install
-
-  cd $_pkgname-$_pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}
-
-package_srslte-avx2() {
-  pkgdesc="$pkgdesc (with AVX2 extensions)"
-  provides=($pkgbase)
-  conflicts=($pkgbase)
-  install=$pkgname.install
-
-  cd $_pkgname-avx2-$_pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: srslte/repos/community-x86_64/PKGBUILD (from rev 613122, 
srslte/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 15:43:38 UTC (rev 613123)
@@ -0,0 +1,97 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgbase=srslte
+pkgname=($pkgbase $pkgbase-avx2)
+_pkgname=srsLTE
+pkgver=19.12
+_pkgver=release_${pkgver/./_}
+pkgrel=3
+pkgdesc='Open source SDR LTE software suite from Software Radio Systems (SRS)'
+arch=('x86_64')
+url='https://www.srslte.com'
+license=('AGPL3')
+depends=('fftw' 'mbedtls' 'boost-libs' 'lksctp-tools' 'libconfig'
+ 'libuhd' 'soapysdr' 'bladerf' 'zeromq' 'pcsclite')
+makedepends=('cmake' 'boost') # 'pcsclite' 'libuhd' 'soapysdr' 'bladerf' 
'zeromq') # 'srsgui'
+#optdepends=('libuhd: RF frontend'
+#'soapysdr: RF frontend'
+#'bladerf: RF frontend'
+#'zeromq: RF frontend')
+##'srsgui: Real-time plotting'
+provides=('srsue' 'srsenb' 'srsenb')
+conflicts=('srsue' 'srsenb' 'srsenb')
+source=("$_pkg

[arch-commits] Commit in nds32le-elf-binutils/trunk (PKGBUILD)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 15:43:45
  Author: ffy00
Revision: 613124

upgpkg: nds32le-elf-binutils 2.34-1

Added:
  nds32le-elf-binutils/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 15:43:45 UTC (rev 613124)
@@ -0,0 +1,63 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=nds32le-elf
+pkgname=$_target-binutils
+pkgver=2.34
+pkgrel=1
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the Andes 32 little-endian (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
+sha512sums=('f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067'
+'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

+  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+prepare() {
+  cd binutils-$pkgver
+
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}
+


[arch-commits] Commit in nds32le-elf-binutils/repos (2 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 15:43:49
  Author: ffy00
Revision: 613125

archrelease: copy trunk to community-x86_64

Added:
  nds32le-elf-binutils/repos/community-x86_64/
  nds32le-elf-binutils/repos/community-x86_64/PKGBUILD
(from rev 613124, nds32le-elf-binutils/trunk/PKGBUILD)

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

Copied: nds32le-elf-binutils/repos/community-x86_64/PKGBUILD (from rev 613124, 
nds32le-elf-binutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-04-10 15:43:49 UTC (rev 613125)
@@ -0,0 +1,63 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=nds32le-elf
+pkgname=$_target-binutils
+pkgver=2.34
+pkgrel=1
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the Andes 32 little-endian (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
+sha512sums=('f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067'
+'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

+  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+prepare() {
+  cd binutils-$pkgver
+
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}
+


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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 15:48:21
  Author: felixonmars
Revision: 613127

archrelease: copy trunk to community-x86_64

Added:
  rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 613126, rime-cantonese/trunk/PKGBUILD)
Deleted:
  rime-cantonese/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 15:48:12 UTC (rev 613126)
+++ PKGBUILD2020-04-10 15:48:21 UTC (rev 613127)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20200406
-_commit=fa7a7f3a80aee5c237869f9e2538699cd4a8399e
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese";
-license=('LGPL')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz";)
-sha512sums=('e5f9a79640f9c1779263bad8942bd9d248953e19cf266d4079556ac45911250ab4c85b42b8e074ce097eaaea8cbcf595edbaf54b6ea6c694bba6ecda622563f5')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 613126, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 15:48:21 UTC (rev 613127)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20200408
+_commit=922bf9895922705d9776848a36e58f4773ac36bf
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese";
+license=('LGPL')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz";)
+sha512sums=('0e673c3fd203749d6c432de3fe3cf14c92bda49cc53b345840f516b968f14407e5f9daa47354f7a2671ce043c7e6eaae2c5058bf547135ce8e0879f740df57ba')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+}


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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 15:48:12
  Author: felixonmars
Revision: 613126

upgpkg: rime-cantonese 0.0.0.20200408-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 15:43:49 UTC (rev 613125)
+++ PKGBUILD2020-04-10 15:48:12 UTC (rev 613126)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20200406
-_commit=fa7a7f3a80aee5c237869f9e2538699cd4a8399e
+pkgver=0.0.0.20200408
+_commit=922bf9895922705d9776848a36e58f4773ac36bf
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz";)
-sha512sums=('e5f9a79640f9c1779263bad8942bd9d248953e19cf266d4079556ac45911250ab4c85b42b8e074ce097eaaea8cbcf595edbaf54b6ea6c694bba6ecda622563f5')
+sha512sums=('0e673c3fd203749d6c432de3fe3cf14c92bda49cc53b345840f516b968f14407e5f9daa47354f7a2671ce043c7e6eaae2c5058bf547135ce8e0879f740df57ba')
 
 prepare() {
   cd $pkgname-$_commit


[arch-commits] Commit in (3 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 15:51:02
  Author: ffy00
Revision: 613128

add root structure

Added:
  python-swagger-ui-bundle/
  python-swagger-ui-bundle/repos/
  python-swagger-ui-bundle/trunk/


[arch-commits] Commit in (3 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 15:55:38
  Author: ffy00
Revision: 613129

add root structure

Added:
  nds32le-elf-gcc/
  nds32le-elf-gcc/repos/
  nds32le-elf-gcc/trunk/


[arch-commits] Commit in python-swagger-ui-bundle/trunk (PKGBUILD)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:01:34
  Author: ffy00
Revision: 613130

upgpkg: python-swagger-ui-bundle 0.0.6-1

Added:
  python-swagger-ui-bundle/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 16:01:34 UTC (rev 613130)
@@ -0,0 +1,34 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=swagger_ui_bundle
+pkgname=python-${_pkgname//_/-}
+pkgver=0.0.6
+pkgrel=1
+pkgdesc='Bundled swagger-ui'
+arch=('any')
+url='https://github.com/dtkav/swagger_ui_bundle'
+license=('Apache')
+depends=('python-jinja')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('2172bc039d1b4ad603412b1298211d738384d94df47612fb384da10fb69bf71f6b37c5afdcbe94dbe7b5c4df1495d43801cc11b2d4bebc8783f4d3442676f62f')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py test
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


[arch-commits] Commit in python-swagger-ui-bundle/repos (2 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:01:43
  Author: ffy00
Revision: 613131

archrelease: copy trunk to community-any

Added:
  python-swagger-ui-bundle/repos/community-any/
  python-swagger-ui-bundle/repos/community-any/PKGBUILD
(from rev 613130, python-swagger-ui-bundle/trunk/PKGBUILD)

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

Copied: python-swagger-ui-bundle/repos/community-any/PKGBUILD (from rev 613130, 
python-swagger-ui-bundle/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-04-10 16:01:43 UTC (rev 613131)
@@ -0,0 +1,34 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=swagger_ui_bundle
+pkgname=python-${_pkgname//_/-}
+pkgver=0.0.6
+pkgrel=1
+pkgdesc='Bundled swagger-ui'
+arch=('any')
+url='https://github.com/dtkav/swagger_ui_bundle'
+license=('Apache')
+depends=('python-jinja')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('2172bc039d1b4ad603412b1298211d738384d94df47612fb384da10fb69bf71f6b37c5afdcbe94dbe7b5c4df1495d43801cc11b2d4bebc8783f4d3442676f62f')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py test
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


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

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:04:03
  Author: ffy00
Revision: 613132

upgpkg: python-connexion 2.6.0-2 (add python-swagger-ui-bundle as optdepend)

Modified:
  python-connexion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 16:01:43 UTC (rev 613131)
+++ PKGBUILD2020-04-10 16:04:03 UTC (rev 613132)
@@ -3,7 +3,7 @@
 _pkgname=connexion
 pkgname=python-$_pkgname
 pkgver=2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Swagger/OpenAPI First framework for Python on top of Flask with 
automatic endpoint validation & OAuth2 support'
 arch=('any')
 url='https://github.com/zalando/connexion'
@@ -11,7 +11,8 @@
 depends=('python-clickclick' 'python-jsonschema' 'python-pyaml' 
'python-requests' 'python-six'
  'python-inflection' 'python-pathlib2' 'python-openapi-spec-validator' 
'python-flask')
 optdepends=('python-aiohttp: AIOHTTP backend'
-'python-ujson: Faster JSON parsing')
+'python-ujson: Faster JSON parsing'
+'python-swagger-ui-bundle: Swagger UI (web UI for the API) 
support')
 makedepends=('python-setuptools')
 #checkdepends=('python-pytest-runner')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")


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

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:04:08
  Author: ffy00
Revision: 613133

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 16:04:03 UTC (rev 613132)
+++ PKGBUILD2020-04-10 16:04:08 UTC (rev 613133)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=connexion
-pkgname=python-$_pkgname
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='Swagger/OpenAPI First framework for Python on top of Flask with 
automatic endpoint validation & OAuth2 support'
-arch=('any')
-url='https://github.com/zalando/connexion'
-license=('Apache')
-depends=('python-clickclick' 'python-jsonschema' 'python-pyaml' 
'python-requests' 'python-six'
- 'python-inflection' 'python-pathlib2' 'python-openapi-spec-validator' 
'python-flask')
-optdepends=('python-aiohttp: AIOHTTP backend'
-'python-ujson: Faster JSON parsing')
-makedepends=('python-setuptools')
-#checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('a242389ba71d8214bc034fe08eefb9c8b687e94dd12e91f0e0010771b66d3a4d545d0828d40acad3e7c7c56aa629feaa0b8850ae3a322864ef24aec5f06c3ce4')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-#  python setup.py test
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: python-connexion/repos/community-any/PKGBUILD (from rev 613132, 
python-connexion/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 16:04:08 UTC (rev 613133)
@@ -0,0 +1,38 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=connexion
+pkgname=python-$_pkgname
+pkgver=2.6.0
+pkgrel=2
+pkgdesc='Swagger/OpenAPI First framework for Python on top of Flask with 
automatic endpoint validation & OAuth2 support'
+arch=('any')
+url='https://github.com/zalando/connexion'
+license=('Apache')
+depends=('python-clickclick' 'python-jsonschema' 'python-pyaml' 
'python-requests' 'python-six'
+ 'python-inflection' 'python-pathlib2' 'python-openapi-spec-validator' 
'python-flask')
+optdepends=('python-aiohttp: AIOHTTP backend'
+'python-ujson: Faster JSON parsing'
+'python-swagger-ui-bundle: Swagger UI (web UI for the API) 
support')
+makedepends=('python-setuptools')
+#checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('a242389ba71d8214bc034fe08eefb9c8b687e94dd12e91f0e0010771b66d3a4d545d0828d40acad3e7c7c56aa629feaa0b8850ae3a322864ef24aec5f06c3ce4')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+#  python setup.py test
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


[arch-commits] Commit in (3 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:06:05
  Author: ffy00
Revision: 613134

add root structure

Added:
  nds32le-elf-newlib/
  nds32le-elf-newlib/repos/
  nds32le-elf-newlib/trunk/


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

2020-04-10 Thread Antonio Rojas via arch-commits
Date: Friday, April 10, 2020 @ 16:25:41
  Author: arojas
Revision: 379956

Update to 5.2.0

Modified:
  sip5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 15:32:24 UTC (rev 379955)
+++ PKGBUILD2020-04-10 16:25:41 UTC (rev 379956)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=sip5
-pkgver=5.1.2
+pkgver=5.2.0
 pkgrel=1
 arch=(x86_64)
 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
@@ -9,7 +9,7 @@
 license=('custom:"sip"')
 depends=(python-setuptools python-toml)
 source=("https://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz";)
-sha256sums=('ecfa9d710d192838e1f457544b7a208498c3dd6778816f0104d36f2b820a7873')
+sha256sums=('3d3f279a61d54d832b12496409811ee062dab1ac05a1e7b40824f63b423fb0e7')
 
 build() {
   cd sip-$pkgver


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

2020-04-10 Thread Antonio Rojas via arch-commits
Date: Friday, April 10, 2020 @ 16:26:18
  Author: arojas
Revision: 379957

archrelease: copy trunk to extra-x86_64

Added:
  sip5/repos/extra-x86_64/PKGBUILD
(from rev 379956, sip5/trunk/PKGBUILD)
Deleted:
  sip5/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 16:25:41 UTC (rev 379956)
+++ PKGBUILD2020-04-10 16:26:18 UTC (rev 379957)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=sip5
-pkgver=5.1.2
-pkgrel=1
-arch=(x86_64)
-pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
-url='https://www.riverbankcomputing.com/software/sip/intro'
-license=('custom:"sip"')
-depends=(python-setuptools python-toml)
-source=("https://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz";)
-sha256sums=('ecfa9d710d192838e1f457544b7a208498c3dd6778816f0104d36f2b820a7873')
-
-build() {
-  cd sip-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd sip-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: sip5/repos/extra-x86_64/PKGBUILD (from rev 379956, sip5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 16:26:18 UTC (rev 379957)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=sip5
+pkgver=5.2.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
+url='https://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+depends=(python-setuptools python-toml)
+source=("https://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz";)
+sha256sums=('3d3f279a61d54d832b12496409811ee062dab1ac05a1e7b40824f63b423fb0e7')
+
+build() {
+  cd sip-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd sip-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in nds32le-elf-gcc/trunk (PKGBUILD PKGBUILD.bootstrap)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:28:40
  Author: ffy00
Revision: 613135

upgpkg: nds32le-elf-gcc 9.3.0-1

Added:
  nds32le-elf-gcc/trunk/PKGBUILD
  nds32le-elf-gcc/trunk/PKGBUILD.bootstrap

+
 PKGBUILD   |  112 +++
 PKGBUILD.bootstrap |  111 ++
 2 files changed, 223 insertions(+)

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 16:28:40 UTC (rev 613135)
@@ -0,0 +1,112 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=nds32le-elf
+pkgname=$_target-gcc
+pkgver=9.3.0
+_islver=0.22
+pkgrel=1
+#_snapshot=8-20180427
+pkgdesc='The GNU Compiler Collection - cross compiler for Andes 32 
little-endian (bare-metal) target'
+arch=(x86_64)
+url='https://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils zlib libmpc)
+makedepends=(gmp mpfr $_target-newlib)
+optdepends=("$_target-newlib: Standard C library optimized for embedded 
systems")
+options=(!emptydirs !strip)
+source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
+http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
+sha512sums=('4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de'
+'SKIP'
+
'fc2c9796979610dd51143dcefe4f5c989c4354571cc5a1fcc6b932fd41f42a54f6b43adfd289af61be7bd06f3a523fa6a7d7ee56680e32d8036beb4c188fa668')
+validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

+
+if [ -n "$_snapshot" ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  mkdir build-gcc
+
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+  echo $pkgver > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+}
+
+build() {
+  cd build-gcc
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+
+  "$srcdir"/$_basedir/configure \
+--target=$_target \
+--prefix=/usr \
+--with-sysroot=/usr/$_target \
+--with-native-system-header-dir=/include \
+--libexecdir=/usr/lib \
+--enable-languages=c,c++ \
+--enable-threads=single \
+--enable-plugins \
+--enable-multilib \
+--enable-libgcc \
+--disable-libgomp \
+--disable-libquadmath \
+--disable-libffi \
+--disable-libssp \
+--disable-libmudflap \
+--disable-decimal-float \
+--disable-libstdcxx-pch \
+--disable-nls \
+--disable-shared \
+--disable-tls \
+--with-newlib \
+--with-gnu-as \
+--with-gnu-ld \
+--with-system-zlib \
+--with-headers=/usr/$_target/include \
+--with-python-dir=share/gcc-$_target \
+--with-gmp \
+--with-mpfr \
+--with-mpc \
+--with-isl \
+--with-libelf \
+--enable-gnu-indirect-function \
+--with-pkgversion="Arch Linux Repositories" \
+--with-bugurl='https://bugs.archlinux.org/'
+
+  make
+}
+
+package() {
+  cd build-gcc
+
+  make DESTDIR="$pkgdir" install -j1
+
+  # strip target binaries
+  find "$pkgdir"/usr/lib/gcc/$_target/$pkgver "$pkgdir"/usr/$_target/lib \
+   -type f -and \( -name \*.a -or -name \*.o \) \
+   -exec $_target-objcopy -R .comment -R .note -R .debug_info -R 
.debug_aranges \
+   -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line \
+   -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;
+
+  # strip host binaries
+  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/$pkgver -type f -and 
\( -executable \) -exec strip '{}' \;
+
+  # Remove files that conflict with host gcc package
+  rm -r "$pkgdir"/usr/share/man/man7
+  rm -r "$pkgdir"/usr/share/info
+  rm "$pkgdir"/usr/lib/libcc1.*
+}
+

Added: PKGBUILD.bootstrap
===
--- PKGBUILD.bootstrap  (rev 0)
+++ PKGBUILD.bootstrap  2020-04-10 16:28:40 UTC (rev 613135)
@@ -0,0 +1,111 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=nds32le-elf
+pkgname=$_target-gcc-bootstrap
+pkgver=9.3.0
+_islver=0.22
+pkgrel=1
+pkgdesc='The GNU Compiler Collection - cross compiler for Ande 32 
little-endian target - bootstrap version. only used to build initial glibc and 
compiler'
+arch=(x86_64)
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils libmpc zlib)
+makedepends=(gmp mpfr)
+options=(!emptydirs !strip)
+provides=(${pkgname%-bootstrap})
+conflicts=(${pkgname%-bootstrap})
+source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+ 

[arch-commits] Commit in nds32le-elf-newlib/trunk (PKGBUILD)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:29:07
  Author: ffy00
Revision: 613137

upgpkg: nds32le-elf-newlib 3.3.0-1

Added:
  nds32le-elf-newlib/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 16:29:07 UTC (rev 613137)
@@ -0,0 +1,78 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=nds32le-elf
+pkgname=$_target-newlib
+pkgver=3.3.0
+pkgrel=1
+_upstream_ver=$pkgver
+pkgdesc='A C standard library implementation intended for use on embedded 
systems (Andes 32 little-endian bare metal)'
+arch=(any)
+url='https://www.sourceware.org/newlib/'
+license=(BSD)
+makedepends=($_target-gcc)
+options=(!emptydirs !strip)
+source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
+sha512sums=('2f0c487520e1a0af0b6935431f85d2359e27ded0d01d02567d0d1c6479f2f0e6bbc60405e88e46b92c2a18780a01a60fc9281f7e311cfd40b8d5881d629c')
+
+build() {
+  rm -rf build-{newlib,nano}
+  mkdir build-{newlib,nano}
+
+  cd "$srcdir"/build-newlib
+
+  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--enable-newlib-io-long-long \
+--enable-newlib-io-c99-formats \
+--enable-newlib-register-fini \
+--enable-newlib-retargetable-locking \
+--disable-newlib-supplied-syscalls \
+--disable-nls
+  make
+
+  cd "$srcdir"/build-nano
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--enable-newlib-reent-small \
+--enable-newlib-retargetable-locking \
+--disable-newlib-fvwrite-in-streamio \
+--disable-newlib-fseek-optimization \
+--disable-newlib-wide-orient \
+--enable-newlib-nano-malloc \
+--disable-newlib-unbuf-stream-opt \
+--enable-lite-exit \
+--enable-newlib-global-atexit \
+--enable-newlib-nano-formatted-io \
+--disable-nls
+  make
+}
+
+package() {
+  cd "$srcdir"/build-nano
+
+  make DESTDIR="$pkgdir" install -j1
+
+  find "$pkgdir" -regex ".*/lib\(c\|g\|rdimon\)\.a" -exec rename .a _nano.a 
'{}' \;
+  install -d "$pkgdir"/usr/$_target/include/newlib-nano
+  install -m644 -t "$pkgdir"/usr/$_target/include/newlib-nano 
"$pkgdir"/usr/$_target/include/newlib.h
+
+  cd "$srcdir"/build-newlib
+
+  make DESTDIR="$pkgdir" install -j1
+
+  find "$pkgdir"/usr/$_target/lib \( -name "*.a" -or -name "*.o" \) \
+   -exec $_target-objcopy -R .comment -R .note -R .debug_info -R 
.debug_aranges \
+   -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line \
+   -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname/
+  install -m644 -t "$pkgdir"/usr/share/licenses/$pkgname/ 
"$srcdir"/newlib-$_upstream_ver/COPYING*
+}
+


[arch-commits] Commit in nds32le-elf-newlib/repos (2 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:29:13
  Author: ffy00
Revision: 613138

archrelease: copy trunk to community-any

Added:
  nds32le-elf-newlib/repos/community-any/
  nds32le-elf-newlib/repos/community-any/PKGBUILD
(from rev 613137, nds32le-elf-newlib/trunk/PKGBUILD)

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

Copied: nds32le-elf-newlib/repos/community-any/PKGBUILD (from rev 613137, 
nds32le-elf-newlib/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-04-10 16:29:13 UTC (rev 613138)
@@ -0,0 +1,78 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=nds32le-elf
+pkgname=$_target-newlib
+pkgver=3.3.0
+pkgrel=1
+_upstream_ver=$pkgver
+pkgdesc='A C standard library implementation intended for use on embedded 
systems (Andes 32 little-endian bare metal)'
+arch=(any)
+url='https://www.sourceware.org/newlib/'
+license=(BSD)
+makedepends=($_target-gcc)
+options=(!emptydirs !strip)
+source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
+sha512sums=('2f0c487520e1a0af0b6935431f85d2359e27ded0d01d02567d0d1c6479f2f0e6bbc60405e88e46b92c2a18780a01a60fc9281f7e311cfd40b8d5881d629c')
+
+build() {
+  rm -rf build-{newlib,nano}
+  mkdir build-{newlib,nano}
+
+  cd "$srcdir"/build-newlib
+
+  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--enable-newlib-io-long-long \
+--enable-newlib-io-c99-formats \
+--enable-newlib-register-fini \
+--enable-newlib-retargetable-locking \
+--disable-newlib-supplied-syscalls \
+--disable-nls
+  make
+
+  cd "$srcdir"/build-nano
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--enable-newlib-reent-small \
+--enable-newlib-retargetable-locking \
+--disable-newlib-fvwrite-in-streamio \
+--disable-newlib-fseek-optimization \
+--disable-newlib-wide-orient \
+--enable-newlib-nano-malloc \
+--disable-newlib-unbuf-stream-opt \
+--enable-lite-exit \
+--enable-newlib-global-atexit \
+--enable-newlib-nano-formatted-io \
+--disable-nls
+  make
+}
+
+package() {
+  cd "$srcdir"/build-nano
+
+  make DESTDIR="$pkgdir" install -j1
+
+  find "$pkgdir" -regex ".*/lib\(c\|g\|rdimon\)\.a" -exec rename .a _nano.a 
'{}' \;
+  install -d "$pkgdir"/usr/$_target/include/newlib-nano
+  install -m644 -t "$pkgdir"/usr/$_target/include/newlib-nano 
"$pkgdir"/usr/$_target/include/newlib.h
+
+  cd "$srcdir"/build-newlib
+
+  make DESTDIR="$pkgdir" install -j1
+
+  find "$pkgdir"/usr/$_target/lib \( -name "*.a" -or -name "*.o" \) \
+   -exec $_target-objcopy -R .comment -R .note -R .debug_info -R 
.debug_aranges \
+   -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line \
+   -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname/
+  install -m644 -t "$pkgdir"/usr/share/licenses/$pkgname/ 
"$srcdir"/newlib-$_upstream_ver/COPYING*
+}
+


[arch-commits] Commit in nds32le-elf-gcc/repos (3 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:28:52
  Author: ffy00
Revision: 613136

archrelease: copy trunk to community-x86_64

Added:
  nds32le-elf-gcc/repos/community-x86_64/
  nds32le-elf-gcc/repos/community-x86_64/PKGBUILD
(from rev 613135, nds32le-elf-gcc/trunk/PKGBUILD)
  nds32le-elf-gcc/repos/community-x86_64/PKGBUILD.bootstrap
(from rev 613135, nds32le-elf-gcc/trunk/PKGBUILD.bootstrap)

+
 PKGBUILD   |  112 +++
 PKGBUILD.bootstrap |  111 ++
 2 files changed, 223 insertions(+)

Copied: nds32le-elf-gcc/repos/community-x86_64/PKGBUILD (from rev 613135, 
nds32le-elf-gcc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-04-10 16:28:52 UTC (rev 613136)
@@ -0,0 +1,112 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=nds32le-elf
+pkgname=$_target-gcc
+pkgver=9.3.0
+_islver=0.22
+pkgrel=1
+#_snapshot=8-20180427
+pkgdesc='The GNU Compiler Collection - cross compiler for Andes 32 
little-endian (bare-metal) target'
+arch=(x86_64)
+url='https://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils zlib libmpc)
+makedepends=(gmp mpfr $_target-newlib)
+optdepends=("$_target-newlib: Standard C library optimized for embedded 
systems")
+options=(!emptydirs !strip)
+source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
+http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
+sha512sums=('4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de'
+'SKIP'
+
'fc2c9796979610dd51143dcefe4f5c989c4354571cc5a1fcc6b932fd41f42a54f6b43adfd289af61be7bd06f3a523fa6a7d7ee56680e32d8036beb4c188fa668')
+validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

+
+if [ -n "$_snapshot" ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  mkdir build-gcc
+
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+  echo $pkgver > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+}
+
+build() {
+  cd build-gcc
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+
+  "$srcdir"/$_basedir/configure \
+--target=$_target \
+--prefix=/usr \
+--with-sysroot=/usr/$_target \
+--with-native-system-header-dir=/include \
+--libexecdir=/usr/lib \
+--enable-languages=c,c++ \
+--enable-threads=single \
+--enable-plugins \
+--enable-multilib \
+--enable-libgcc \
+--disable-libgomp \
+--disable-libquadmath \
+--disable-libffi \
+--disable-libssp \
+--disable-libmudflap \
+--disable-decimal-float \
+--disable-libstdcxx-pch \
+--disable-nls \
+--disable-shared \
+--disable-tls \
+--with-newlib \
+--with-gnu-as \
+--with-gnu-ld \
+--with-system-zlib \
+--with-headers=/usr/$_target/include \
+--with-python-dir=share/gcc-$_target \
+--with-gmp \
+--with-mpfr \
+--with-mpc \
+--with-isl \
+--with-libelf \
+--enable-gnu-indirect-function \
+--with-pkgversion="Arch Linux Repositories" \
+--with-bugurl='https://bugs.archlinux.org/'
+
+  make
+}
+
+package() {
+  cd build-gcc
+
+  make DESTDIR="$pkgdir" install -j1
+
+  # strip target binaries
+  find "$pkgdir"/usr/lib/gcc/$_target/$pkgver "$pkgdir"/usr/$_target/lib \
+   -type f -and \( -name \*.a -or -name \*.o \) \
+   -exec $_target-objcopy -R .comment -R .note -R .debug_info -R 
.debug_aranges \
+   -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line \
+   -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;
+
+  # strip host binaries
+  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/$pkgver -type f -and 
\( -executable \) -exec strip '{}' \;
+
+  # Remove files that conflict with host gcc package
+  rm -r "$pkgdir"/usr/share/man/man7
+  rm -r "$pkgdir"/usr/share/info
+  rm "$pkgdir"/usr/lib/libcc1.*
+}
+

Copied: nds32le-elf-gcc/repos/community-x86_64/PKGBUILD.bootstrap (from rev 
613135, nds32le-elf-gcc/trunk/PKGBUILD.bootstrap)
===
--- community-x86_64/PKGBUILD.bootstrap (rev 0)
+++ community-x86_64/PKGBUILD.bootstrap 2020-04-10 16:28:52 UTC (rev 613136)
@@ -0,0 +1,111 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=nds32le-elf
+pkgname=$_target-gcc-bootstrap
+pkgver=9.3.0
+_islver=0.22
+pkgrel=1
+p

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

2020-04-10 Thread Antonio Rojas via arch-commits
Date: Friday, April 10, 2020 @ 16:29:58
  Author: arojas
Revision: 379958

Update to 1.3.1

Modified:
  pyqt-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 16:26:18 UTC (rev 379957)
+++ PKGBUILD2020-04-10 16:29:58 UTC (rev 379958)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=pyqt-builder
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="The PEP 517 compliant PyQt build system"
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(python)
 makedepends=(python-setuptools)
 
source=("https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-$pkgver.tar.gz";)
-sha256sums=('b34659702144b969a4a85412719c6f9c489f92173020d435ca3e3be2fd585bb4')
+sha256sums=('02dc7ff72041259616fa955569beead354d0423e996c1d6415de0d872927a289')
 
 build() {
   cd PyQt-builder-$pkgver


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

2020-04-10 Thread Antonio Rojas via arch-commits
Date: Friday, April 10, 2020 @ 16:30:33
  Author: arojas
Revision: 379959

archrelease: copy trunk to extra-any

Added:
  pyqt-builder/repos/extra-any/PKGBUILD
(from rev 379958, pyqt-builder/trunk/PKGBUILD)
Deleted:
  pyqt-builder/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 16:29:58 UTC (rev 379958)
+++ PKGBUILD2020-04-10 16:30:33 UTC (rev 379959)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=pyqt-builder
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="The PEP 517 compliant PyQt build system"
-arch=(any)
-url="https://pypi.org/project/PyQt-builder/";
-license=(GPL3)
-depends=(python)
-makedepends=(python-setuptools)
-source=("https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-$pkgver.tar.gz";)
-sha256sums=('b34659702144b969a4a85412719c6f9c489f92173020d435ca3e3be2fd585bb4')
-
-build() {
-  cd PyQt-builder-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd PyQt-builder-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: pyqt-builder/repos/extra-any/PKGBUILD (from rev 379958, 
pyqt-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 16:30:33 UTC (rev 379959)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=pyqt-builder
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="The PEP 517 compliant PyQt build system"
+arch=(any)
+url="https://pypi.org/project/PyQt-builder/";
+license=(GPL3)
+depends=(python)
+makedepends=(python-setuptools)
+source=("https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-$pkgver.tar.gz";)
+sha256sums=('02dc7ff72041259616fa955569beead354d0423e996c1d6415de0d872927a289')
+
+build() {
+  cd PyQt-builder-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd PyQt-builder-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in nds32le-elf-gcc/repos/community-x86_64 (4 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:59:08
  Author: ffy00
Revision: 613139

archrelease: copy trunk to community-x86_64

Added:
  nds32le-elf-gcc/repos/community-x86_64/PKGBUILD
(from rev 613138, nds32le-elf-gcc/trunk/PKGBUILD)
  nds32le-elf-gcc/repos/community-x86_64/PKGBUILD.bootstrap
(from rev 613138, nds32le-elf-gcc/trunk/PKGBUILD.bootstrap)
Deleted:
  nds32le-elf-gcc/repos/community-x86_64/PKGBUILD
  nds32le-elf-gcc/repos/community-x86_64/PKGBUILD.bootstrap

+
 PKGBUILD   |  224 +--
 PKGBUILD.bootstrap |  222 +-
 2 files changed, 223 insertions(+), 223 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 16:29:13 UTC (rev 613138)
+++ PKGBUILD2020-04-10 16:59:08 UTC (rev 613139)
@@ -1,112 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-# Contributor: Martin Schmölzer 
-
-_target=nds32le-elf
-pkgname=$_target-gcc
-pkgver=9.3.0
-_islver=0.22
-pkgrel=1
-#_snapshot=8-20180427
-pkgdesc='The GNU Compiler Collection - cross compiler for Andes 32 
little-endian (bare-metal) target'
-arch=(x86_64)
-url='https://gcc.gnu.org/'
-license=(GPL LGPL FDL)
-depends=($_target-binutils zlib libmpc)
-makedepends=(gmp mpfr $_target-newlib)
-optdepends=("$_target-newlib: Standard C library optimized for embedded 
systems")
-options=(!emptydirs !strip)
-source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
-#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
-http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha512sums=('4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de'
-'SKIP'
-
'fc2c9796979610dd51143dcefe4f5c989c4354571cc5a1fcc6b932fd41f42a54f6b43adfd289af61be7bd06f3a523fa6a7d7ee56680e32d8036beb4c188fa668')
-validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

-
-if [ -n "$_snapshot" ]; then
-  _basedir=gcc-$_snapshot
-else
-  _basedir=gcc-$pkgver
-fi
-
-prepare() {
-  mkdir build-gcc
-
-  cd $_basedir
-
-  # link isl for in-tree builds
-  ln -s ../isl-$_islver isl
-
-  echo $pkgver > gcc/BASE-VER
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
-}
-
-build() {
-  cd build-gcc
-
-  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
-  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
-
-  "$srcdir"/$_basedir/configure \
---target=$_target \
---prefix=/usr \
---with-sysroot=/usr/$_target \
---with-native-system-header-dir=/include \
---libexecdir=/usr/lib \
---enable-languages=c,c++ \
---enable-threads=single \
---enable-plugins \
---enable-multilib \
---enable-libgcc \
---disable-libgomp \
---disable-libquadmath \
---disable-libffi \
---disable-libssp \
---disable-libmudflap \
---disable-decimal-float \
---disable-libstdcxx-pch \
---disable-nls \
---disable-shared \
---disable-tls \
---with-newlib \
---with-gnu-as \
---with-gnu-ld \
---with-system-zlib \
---with-headers=/usr/$_target/include \
---with-python-dir=share/gcc-$_target \
---with-gmp \
---with-mpfr \
---with-mpc \
---with-isl \
---with-libelf \
---enable-gnu-indirect-function \
---with-pkgversion="Arch Linux Repositories" \
---with-bugurl='https://bugs.archlinux.org/'
-
-  make
-}
-
-package() {
-  cd build-gcc
-
-  make DESTDIR="$pkgdir" install -j1
-
-  # strip target binaries
-  find "$pkgdir"/usr/lib/gcc/$_target/$pkgver "$pkgdir"/usr/$_target/lib \
-   -type f -and \( -name \*.a -or -name \*.o \) \
-   -exec $_target-objcopy -R .comment -R .note -R .debug_info -R 
.debug_aranges \
-   -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line \
-   -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;
-
-  # strip host binaries
-  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/$pkgver -type f -and 
\( -executable \) -exec strip '{}' \;
-
-  # Remove files that conflict with host gcc package
-  rm -r "$pkgdir"/usr/share/man/man7
-  rm -r "$pkgdir"/usr/share/info
-  rm "$pkgdir"/usr/lib/libcc1.*
-}
-

Copied: nds32le-elf-gcc/repos/community-x86_64/PKGBUILD (from rev 613138, 
nds32le-elf-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 16:59:08 UTC (rev 613139)
@@ -0,0 +1,112 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=nds32le-elf
+pkgname=$_target-gcc
+pkgver=9.3.0
+_islver=0.22
+pkgrel=1
+#_snapshot=8-20180427
+pkgdesc='The GNU Compiler Collection - cros

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

2020-04-10 Thread Maxime Gauduin via arch-commits
Date: Friday, April 10, 2020 @ 17:06:37
  Author: alucryd
Revision: 613140

upgpkg: emby-server 4.4.2.0-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 16:59:08 UTC (rev 613139)
+++ PKGBUILD2020-04-10 17:06:37 UTC (rev 613140)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=4.4.1.0
+pkgver=4.4.2.0
 _ffmpeg_ver=2020_02_24
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
@@ -62,7 +62,7 @@
 noextract=(license.docx)
 backup=(etc/conf.d/emby-server)
 install=emby-server.install
-sha256sums=('cd52f38064519572c65d73b4fda91a73274e53e4f19f1386f511c736865ab318'
+sha256sums=('36c65cfbd41ec83d415c098384032cd414da4f670e77013da7eb901bd16afe27'
 '6d115633eeb1d48a80f07f53c2e8c43093bd56a4a3d7d8b3d6207c4f473a61e0'
 '50ed2c4b4a8bc62baf92ac6192c8fe21a00dd77b0079d5a971958f412bc2bf9e'
 'ee6ed36a13fcd8fd0b2b818eac742cc2cc2513d7f8f6cd867fa8d1c45ef3dd22'


[arch-commits] Commit in emby-server/repos/community-testing-x86_64 (14 files)

2020-04-10 Thread Maxime Gauduin via arch-commits
Date: Friday, April 10, 2020 @ 17:06:50
  Author: alucryd
Revision: 613141

archrelease: copy trunk to community-testing-x86_64

Added:
  emby-server/repos/community-testing-x86_64/PKGBUILD
(from rev 613140, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-testing-x86_64/Permission_to_distribute.mbox
(from rev 613140, emby-server/trunk/Permission_to_distribute.mbox)
  emby-server/repos/community-testing-x86_64/emby-server
(from rev 613140, emby-server/trunk/emby-server)
  emby-server/repos/community-testing-x86_64/emby-server.conf
(from rev 613140, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-testing-x86_64/emby-server.install
(from rev 613140, emby-server/trunk/emby-server.install)
  emby-server/repos/community-testing-x86_64/emby-server.service
(from rev 613140, emby-server/trunk/emby-server.service)
  emby-server/repos/community-testing-x86_64/license.docx
(from rev 613140, emby-server/trunk/license.docx)
Deleted:
  emby-server/repos/community-testing-x86_64/PKGBUILD
  emby-server/repos/community-testing-x86_64/Permission_to_distribute.mbox
  emby-server/repos/community-testing-x86_64/emby-server
  emby-server/repos/community-testing-x86_64/emby-server.conf
  emby-server/repos/community-testing-x86_64/emby-server.install
  emby-server/repos/community-testing-x86_64/emby-server.service
  emby-server/repos/community-testing-x86_64/license.docx

---+
 PKGBUILD  |  262 
 Permission_to_distribute.mbox |  162 
 emby-server   |   20 +--
 emby-server.conf  |   10 -
 emby-server.install   |   18 +-
 emby-server.service   |   52 +++
 6 files changed, 262 insertions(+), 262 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 17:06:37 UTC (rev 613140)
+++ PKGBUILD2020-04-10 17:06:50 UTC (rev 613141)
@@ -1,131 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=4.4.1.0
-_ffmpeg_ver=2020_02_24
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=(x86_64)
-url=https://emby.media
-license=(custom)
-depends=(
-  alsa-lib
-  aom
-  bzip2
-  dotnet-runtime
-  expat
-  fontconfig
-  fribidi
-  glibc
-  gmp
-  gnutls
-  lame
-  libass.so
-  libdav1d.so
-  libdrm
-  libfreetype.so
-  libjpeg-turbo
-  libmfx
-  libpng
-  libtheora
-  libva-drm.so
-  libva.so
-  libvorbisenc.so
-  libvorbis.so
-  libwebp
-  libx264.so
-  opus
-  skia-sharp
-  sqlite
-  zlib
-  zvbi
-)
-makedepends=(
-  ffnvcodec-headers8.1
-  nasm
-)
-optdepends=(
-  'intel-media-sdk: Intel QuickSync support (requires Emby Premiere)'
-  'nvidia-utils: Nvidia NVDEC/NVENC support (requires Emby Premiere)'
-)
-source=(
-  
https://github.com/MediaBrowser/Emby.Releases/releases/download/${pkgver}/embyserver-netcore_${pkgver}.zip
-  https://mediabrowser.github.io/embytools/ffmpeg-${_ffmpeg_ver}.tar.gz
-  https://mediabrowser.github.io/embytools/ffdetect-${_ffmpeg_ver}-x64.tar.xz
-  emby-server
-  emby-server.conf
-  emby-server.service
-  license.docx
-  Permission_to_distribute.mbox
-)
-noextract=(license.docx)
-backup=(etc/conf.d/emby-server)
-install=emby-server.install
-sha256sums=('cd52f38064519572c65d73b4fda91a73274e53e4f19f1386f511c736865ab318'
-'6d115633eeb1d48a80f07f53c2e8c43093bd56a4a3d7d8b3d6207c4f473a61e0'
-'50ed2c4b4a8bc62baf92ac6192c8fe21a00dd77b0079d5a971958f412bc2bf9e'
-'ee6ed36a13fcd8fd0b2b818eac742cc2cc2513d7f8f6cd867fa8d1c45ef3dd22'
-'d1a805284d8a1329f6f6e736423be747d8951c5a9600fbb79c13a6f9be7149c0'
-'54bf6a38fcea32fae8468e217a0b1a66a50f5f1a5674fce35fefb6c3881bb827'
-'a6d7ea65dcb06392479a85e1a10a7aeb872d803da6f784f6935fcd4ee63008c6'
-'716cc88f47b829937884e765add9fe54ed27f0f4d1cec1a18045feb138fb66c9')
-
-prepare() {
-  rm -rf system/{electron,runtimes/{osx,tizen*,win*}}
-}
-
-build() {
-  cd ffmpeg-${_ffmpeg_ver}_public
-
-  export PKG_CONFIG_PATH=/usr/lib/ffnvcodec8.1/pkgconfig
-
-  ./configure \
---disable-doc \
---disable-ffplay \
---disable-shared \
---disable-vdpau \
---disable-libxcb \
---disable-lzma \
---disable-sdl2 \
---disable-xlib \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-libaom \
---enable-libass \
---enable-libdav1d \
---enable-libdrm \
---enable-libfreetype \
---enable-libfribidi \
---enable-libmfx \
---enable-libmp3lame \
---enable-libopus \
---enable-libtheora \
---enable-libvorbis \
---enable-libwebp \
---enable-libx264 \
---enable-libzvbi \
---enable-version3 \
---enable-nvdec \
---enable-nvenc \
---enable-static \
---enable-vaapi
-  make
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/usr/lib
-  cp 

[arch-commits] Commit in nds32le-elf-newlib/repos/community-any (PKGBUILD PKGBUILD)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 17:08:48
  Author: ffy00
Revision: 613142

archrelease: copy trunk to community-any

Added:
  nds32le-elf-newlib/repos/community-any/PKGBUILD
(from rev 613141, nds32le-elf-newlib/trunk/PKGBUILD)
Deleted:
  nds32le-elf-newlib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 17:06:50 UTC (rev 613141)
+++ PKGBUILD2020-04-10 17:08:48 UTC (rev 613142)
@@ -1,78 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-
-_target=nds32le-elf
-pkgname=$_target-newlib
-pkgver=3.3.0
-pkgrel=1
-_upstream_ver=$pkgver
-pkgdesc='A C standard library implementation intended for use on embedded 
systems (Andes 32 little-endian bare metal)'
-arch=(any)
-url='https://www.sourceware.org/newlib/'
-license=(BSD)
-makedepends=($_target-gcc)
-options=(!emptydirs !strip)
-source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
-sha512sums=('2f0c487520e1a0af0b6935431f85d2359e27ded0d01d02567d0d1c6479f2f0e6bbc60405e88e46b92c2a18780a01a60fc9281f7e311cfd40b8d5881d629c')
-
-build() {
-  rm -rf build-{newlib,nano}
-  mkdir build-{newlib,nano}
-
-  cd "$srcdir"/build-newlib
-
-  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
-  ../newlib-$_upstream_ver/configure \
---target=$_target \
---prefix=/usr \
---enable-newlib-io-long-long \
---enable-newlib-io-c99-formats \
---enable-newlib-register-fini \
---enable-newlib-retargetable-locking \
---disable-newlib-supplied-syscalls \
---disable-nls
-  make
-
-  cd "$srcdir"/build-nano
-
-  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
-  ../newlib-$_upstream_ver/configure \
---target=$_target \
---prefix=/usr \
---disable-newlib-supplied-syscalls \
---enable-newlib-reent-small \
---enable-newlib-retargetable-locking \
---disable-newlib-fvwrite-in-streamio \
---disable-newlib-fseek-optimization \
---disable-newlib-wide-orient \
---enable-newlib-nano-malloc \
---disable-newlib-unbuf-stream-opt \
---enable-lite-exit \
---enable-newlib-global-atexit \
---enable-newlib-nano-formatted-io \
---disable-nls
-  make
-}
-
-package() {
-  cd "$srcdir"/build-nano
-
-  make DESTDIR="$pkgdir" install -j1
-
-  find "$pkgdir" -regex ".*/lib\(c\|g\|rdimon\)\.a" -exec rename .a _nano.a 
'{}' \;
-  install -d "$pkgdir"/usr/$_target/include/newlib-nano
-  install -m644 -t "$pkgdir"/usr/$_target/include/newlib-nano 
"$pkgdir"/usr/$_target/include/newlib.h
-
-  cd "$srcdir"/build-newlib
-
-  make DESTDIR="$pkgdir" install -j1
-
-  find "$pkgdir"/usr/$_target/lib \( -name "*.a" -or -name "*.o" \) \
-   -exec $_target-objcopy -R .comment -R .note -R .debug_info -R 
.debug_aranges \
-   -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line \
-   -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname/
-  install -m644 -t "$pkgdir"/usr/share/licenses/$pkgname/ 
"$srcdir"/newlib-$_upstream_ver/COPYING*
-}
-

Copied: nds32le-elf-newlib/repos/community-any/PKGBUILD (from rev 613141, 
nds32le-elf-newlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 17:08:48 UTC (rev 613142)
@@ -0,0 +1,78 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=nds32le-elf
+pkgname=$_target-newlib
+pkgver=3.3.0
+pkgrel=1
+_upstream_ver=$pkgver
+pkgdesc='A C standard library implementation intended for use on embedded 
systems (Andes 32 little-endian bare metal)'
+arch=(any)
+url='https://www.sourceware.org/newlib/'
+license=(BSD)
+makedepends=($_target-gcc)
+options=(!emptydirs !strip)
+source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
+sha512sums=('2f0c487520e1a0af0b6935431f85d2359e27ded0d01d02567d0d1c6479f2f0e6bbc60405e88e46b92c2a18780a01a60fc9281f7e311cfd40b8d5881d629c')
+
+build() {
+  rm -rf build-{newlib,nano}
+  mkdir build-{newlib,nano}
+
+  cd "$srcdir"/build-newlib
+
+  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--enable-newlib-io-long-long \
+--enable-newlib-io-c99-formats \
+--enable-newlib-register-fini \
+--enable-newlib-retargetable-locking \
+--disable-newlib-supplied-syscalls \
+--disable-nls
+  make
+
+  cd "$srcdir"/build-nano
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--enable-newlib-reent-small \
+--enable-newlib-retargetable-locking \
+ 

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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 17:11:51
  Author: felixonmars
Revision: 613143

upgpkg: fcitx5 0.0.0.20200410-1

Modified:
  fcitx5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 17:08:48 UTC (rev 613142)
+++ PKGBUILD2020-04-10 17:11:51 UTC (rev 613143)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5
-pkgver=0.0.0.20200405
-_commit=9fddad88783f71b75ffde1db0592bf2c9746fbd6
+pkgver=0.0.0.20200410
+_commit=64095473d2c546b0bc9754a34480a2c0f3dcca2b
 _endictver=20121020
 pkgrel=1
 pkgdesc="Next generation of fcitx"
@@ -18,7 +18,7 @@
 makedepends=('extra-cmake-modules')
 
source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz";
 https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('7466fc0604bc8d1f164819da7f73791de63ed4116d59b14d780ec3d7bfb2326bac86da5232732df0b2ff31309f654568c5b4703d149396a1212a9a9e88608574'
+sha512sums=('9054456ef3946efbf56632cad0312b2ac7e04b4c7f25eebca7ac25d27a4b1c9d23bea1d70822dc317fc8e54f5e4df35f247eebd0bcc9047f4089ff8d44b7ffc0'
 
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
 
 prepare() {


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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 17:12:01
  Author: felixonmars
Revision: 613144

archrelease: copy trunk to community-x86_64

Added:
  fcitx5/repos/community-x86_64/PKGBUILD
(from rev 613143, fcitx5/trunk/PKGBUILD)
Deleted:
  fcitx5/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 17:11:51 UTC (rev 613143)
+++ PKGBUILD2020-04-10 17:12:01 UTC (rev 613144)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5
-pkgver=0.0.0.20200405
-_commit=9fddad88783f71b75ffde1db0592bf2c9746fbd6
-_endictver=20121020
-pkgrel=1
-pkgdesc="Next generation of fcitx"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5";
-license=('GPL')
-conflicts=('fcitx')
-depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 
'systemd' 'wayland'
- 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 
'gdk-pixbuf2'
- 'cldr-emoji-annotation')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz";
-https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('7466fc0604bc8d1f164819da7f73791de63ed4116d59b14d780ec3d7bfb2326bac86da5232732df0b2ff31309f654568c5b4703d149396a1212a9a9e88608574'
-
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
-
-prepare() {
-  cd $pkgname-$_commit/src/modules/spell/dict
-  ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
-}
-
-build() {
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-check() {
-  cd $pkgname-$_commit
-  make test
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5/repos/community-x86_64/PKGBUILD (from rev 613143, 
fcitx5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 17:12:01 UTC (rev 613144)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5
+pkgver=0.0.0.20200410
+_commit=64095473d2c546b0bc9754a34480a2c0f3dcca2b
+_endictver=20121020
+pkgrel=1
+pkgdesc="Next generation of fcitx"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5";
+license=('GPL')
+conflicts=('fcitx')
+depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 
'systemd' 'wayland'
+ 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 
'gdk-pixbuf2'
+ 'cldr-emoji-annotation')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz";
+https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
+sha512sums=('9054456ef3946efbf56632cad0312b2ac7e04b4c7f25eebca7ac25d27a4b1c9d23bea1d70822dc317fc8e54f5e4df35f247eebd0bcc9047f4089ff8d44b7ffc0'
+
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
+
+prepare() {
+  cd $pkgname-$_commit/src/modules/spell/dict
+  ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
+}
+
+build() {
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+check() {
+  cd $pkgname-$_commit
+  make test
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in nodejs-lts-erbium/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 17:19:45
  Author: archange
Revision: 613146

archrelease: copy trunk to community-x86_64

Added:
  nodejs-lts-erbium/repos/community-x86_64/PKGBUILD
(from rev 613145, nodejs-lts-erbium/trunk/PKGBUILD)
Deleted:
  nodejs-lts-erbium/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 17:19:37 UTC (rev 613145)
+++ PKGBUILD2020-04-10 17:19:45 UTC (rev 613146)
@@ -1,68 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Felix Yan 
-
-pkgname=nodejs-lts-erbium
-pkgver=12.16.1
-pkgrel=1
-pkgdesc="Evented I/O for V8 javascript (LTS release: Erbium)"
-arch=(x86_64)
-url="https://nodejs.org/";
-license=(MIT)
-depends=(openssl zlib icu libuv c-ares libnghttp2) # http-parser
-makedepends=(python2 procps-ng)
-optdepends=('npm: nodejs package manager')
-provides=("nodejs=$pkgver")
-conflicts=(nodejs)
-source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
-# https://nodejs.org/download/release/latest-erbium/SHASUMS256.txt.asc
-sha256sums=(0a95845ba02c46102b5671d0c5732460073f2d397488337e18d1fc30146d412d)
-validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins 

-  77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

-  B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 

-  DD8F2338BAE7501E3DD5AC78C273792F7D83545D  # Rod Vagg 

-  B9E2F5981AA6E0CD28160D9FF13993A75599653C  # Shelley Vohr 

-  4ED778F539E3634C779C87C6D7062848A1AB005C) # Beth Griggs 

-
-prepare() {
-  cd node-v${pkgver}
-
-  echo 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v${pkgver}
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-cares \
---shared-nghttp2
-#--shared-http-parser \
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  make test
-}
-
-package() {
-  cd node-v${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: nodejs-lts-erbium/repos/community-x86_64/PKGBUILD (from rev 613145, 
nodejs-lts-erbium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 17:19:45 UTC (rev 613146)
@@ -0,0 +1,71 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Felix Yan 
+
+pkgname=nodejs-lts-erbium
+pkgver=12.16.2
+pkgrel=1
+pkgdesc="Evented I/O for V8 javascript (LTS release: Erbium)"
+arch=(x86_64)
+url="https://nodejs.org/";
+license=(MIT)
+depends=(openssl zlib icu libuv c-ares brotli libnghttp2) # http-parser
+makedepends=(python2 procps-ng)
+optdepends=('npm: nodejs package manager')
+provides=("nodejs=$pkgver")
+conflicts=(nodejs)
+source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
+# https://nodejs.org/download/release/latest-erbium/SHASUMS256.txt.asc
+sha256sums=(555c47ca0a40e5526d9ab7b2e9c18f9dbd1d956cbdc013fd2223bb11a069be78)
+validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins 

+  77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

+  B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 

+  DD8F2338BAE7501E3DD5AC78C273792F7D83545D  # Rod Vagg 

+  B9E2F5981AA6E0CD28160D9FF13993A75599653C  # Shelley Vohr 

+  4ED778F539E3634C779C87C6D7062848A1AB005C) # Beth Griggs 

+
+prepare() {
+  cd node-v${pkgver}
+
+  echo 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v${pkgver}
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--experimental-http-parser \
+--shared-cares \
+--shared-brotli \
+--shared-nghttp2
+#--shared-http-parser \
+
+  make
+}
+
+check() {
+  cd node-v${pkgver}
+  # https://github.com/nodejs/node/issues/32765
+  sed -i '

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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 17:19:37
  Author: archange
Revision: 613145

upgpkg: nodejs-lts-erbium 12.16.2-1

Upstream made it possible to build against system brotli.
But they borked the test suite in the linting part.

Modified:
  nodejs-lts-erbium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 17:12:01 UTC (rev 613144)
+++ PKGBUILD2020-04-10 17:19:37 UTC (rev 613145)
@@ -2,13 +2,13 @@
 # Contributor: Felix Yan 
 
 pkgname=nodejs-lts-erbium
-pkgver=12.16.1
+pkgver=12.16.2
 pkgrel=1
 pkgdesc="Evented I/O for V8 javascript (LTS release: Erbium)"
 arch=(x86_64)
 url="https://nodejs.org/";
 license=(MIT)
-depends=(openssl zlib icu libuv c-ares libnghttp2) # http-parser
+depends=(openssl zlib icu libuv c-ares brotli libnghttp2) # http-parser
 makedepends=(python2 procps-ng)
 optdepends=('npm: nodejs package manager')
 provides=("nodejs=$pkgver")
@@ -15,7 +15,7 @@
 conflicts=(nodejs)
 source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
 # https://nodejs.org/download/release/latest-erbium/SHASUMS256.txt.asc
-sha256sums=(0a95845ba02c46102b5671d0c5732460073f2d397488337e18d1fc30146d412d)
+sha256sums=(555c47ca0a40e5526d9ab7b2e9c18f9dbd1d956cbdc013fd2223bb11a069be78)
 validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins 

   77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

   B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 

@@ -50,6 +50,7 @@
 --shared-libuv \
 --experimental-http-parser \
 --shared-cares \
+--shared-brotli \
 --shared-nghttp2
 #--shared-http-parser \
 
@@ -58,6 +59,8 @@
 
 check() {
   cd node-v${pkgver}
+  # https://github.com/nodejs/node/issues/32765
+  sed -i '/\$(MAKE) -s test-doc/d' Makefile
   make test
 }
 


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 17:37:59
  Author: felixonmars
Revision: 613147

upgpkg: v2ray-domain-list-community 202004101201-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 17:19:45 UTC (rev 613146)
+++ PKGBUILD2020-04-10 17:37:59 UTC (rev 613147)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=202004080001
+pkgver=202004101201
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz";)
-sha512sums=('8b18975255c1dd966bab29ad680998b2aca10e70c00ec95b5eccabe90eb508a882afcadc12733eeb87dc121bd7e1fed16932622ae88c19d8b94de0906f57823c')
+sha512sums=('b51f1b4fdac0b8e379a904ce295db29b0ed58709fd85464eb83e4d2b43ea39067bec5d475d685fa0a7e0da6ae6da35b7c18bb3cf0fe8085c5df5114a03e63119')
 
 prepare() {
   mkdir .gopath


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 17:38:09
  Author: felixonmars
Revision: 613148

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 613147, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 17:37:59 UTC (rev 613147)
+++ PKGBUILD2020-04-10 17:38:09 UTC (rev 613148)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=202004080001
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community";
-license=('MIT')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz";)
-sha512sums=('8b18975255c1dd966bab29ad680998b2aca10e70c00ec95b5eccabe90eb508a882afcadc12733eeb87dc121bd7e1fed16932622ae88c19d8b94de0906f57823c')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
613147, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 17:38:09 UTC (rev 613148)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=202004101201
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community";
+license=('MIT')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz";)
+sha512sums=('b51f1b4fdac0b8e379a904ce295db29b0ed58709fd85464eb83e4d2b43ea39067bec5d475d685fa0a7e0da6ae6da35b7c18bb3cf0fe8085c5df5114a03e63119')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2ray/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 17:38:27
  Author: felixonmars
Revision: 613150

archrelease: copy trunk to community-any

Added:
  v2ray-geoip/repos/community-any/PKGBUILD
(from rev 613149, v2ray-geoip/trunk/PKGBUILD)
Deleted:
  v2ray-geoip/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 17:38:18 UTC (rev 613149)
+++ PKGBUILD2020-04-10 17:38:27 UTC (rev 613150)
@@ -1,15 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-geoip
-pkgver=202004010001
-pkgrel=1
-pkgdesc="GeoIP List for V2Ray"
-arch=('any')
-url="https://github.com/v2ray/geoip";
-license=('MIT')
-source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat";)
-sha512sums=('e8d5ad0b2f305379c369ba60db4133be27e2c68ab1c2c102f2bb464407edc368551418a0998be793bb2483f774363917bd2fc4e615e1539c0685eaee922eb67d')
-
-package() {
-  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
-}

Copied: v2ray-geoip/repos/community-any/PKGBUILD (from rev 613149, 
v2ray-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 17:38:27 UTC (rev 613150)
@@ -0,0 +1,15 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-geoip
+pkgver=202004080001
+pkgrel=1
+pkgdesc="GeoIP List for V2Ray"
+arch=('any')
+url="https://github.com/v2ray/geoip";
+license=('MIT')
+source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat";)
+sha512sums=('cfd82095d2fdaa810e4fef3544058aeba090863666f2d48d31d3b111c5723f4fe486b8bb012755984a0c8e4d42d50066002c64be5f8b0b2bf80c943b2e1d6b58')
+
+package() {
+  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
+}


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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 17:38:18
  Author: felixonmars
Revision: 613149

upgpkg: v2ray-geoip 202004080001-1

Modified:
  v2ray-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 17:38:09 UTC (rev 613148)
+++ PKGBUILD2020-04-10 17:38:18 UTC (rev 613149)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=202004010001
+pkgver=202004080001
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
@@ -8,7 +8,7 @@
 url="https://github.com/v2ray/geoip";
 license=('MIT')
 
source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat";)
-sha512sums=('e8d5ad0b2f305379c369ba60db4133be27e2c68ab1c2c102f2bb464407edc368551418a0998be793bb2483f774363917bd2fc4e615e1539c0685eaee922eb67d')
+sha512sums=('cfd82095d2fdaa810e4fef3544058aeba090863666f2d48d31d3b111c5723f4fe486b8bb012755984a0c8e4d42d50066002c64be5f8b0b2bf80c943b2e1d6b58')
 
 package() {
   install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 18:48:25
  Author: archange
Revision: 613152

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 613151, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 18:48:17 UTC (rev 613151)
+++ PKGBUILD2020-04-10 18:48:25 UTC (rev 613152)
@@ -1,39 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.5.4
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/";
-license=(GPL)
-depends=(argon2 curl libgcrypt libsodium libxtst qrencode
- qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(cmake qt5-tools)
-provides=(org.freedesktop.secrets)
-source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
-sha256sums=('a55e0801c318b02b1ac4e16e9b7a87ccfa7b039ea60d2c62610bd1bbbdd6cd4a' 
'SKIP')
-# List of signing keys can be found at 
https://keepassxc.org/verifying-signatures/
-validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
-  71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
-  AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
-  C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8)
-
-build() {
-cmake -S keepassxc-$pkgver -B build \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DWITH_XC_ALL=ON \
--DWITH_XC_UPDATECHECK=OFF
-cmake --build build
-}
-
-check() {
-cmake --build build --target test
-}
-
-package() {
-cmake --build build --target install -- DESTDIR="$pkgdir"
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 613151, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 18:48:25 UTC (rev 613152)
@@ -0,0 +1,40 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.5.4
+pkgrel=2
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/";
+license=(GPL)
+depends=(argon2 curl libgcrypt libsodium libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(cmake qt5-tools)
+optdepends=('xclip: keepassxc-cli clipboard support')
+provides=(org.freedesktop.secrets)
+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
+sha256sums=('a55e0801c318b02b1ac4e16e9b7a87ccfa7b039ea60d2c62610bd1bbbdd6cd4a' 
'SKIP')
+# List of signing keys can be found at 
https://keepassxc.org/verifying-signatures/
+validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
+  71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
+  AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
+  C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8)
+
+build() {
+cmake -S keepassxc-$pkgver -B build \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DWITH_XC_ALL=ON \
+-DWITH_XC_UPDATECHECK=OFF
+cmake --build build
+}
+
+check() {
+cmake --build build --target test
+}
+
+package() {
+cmake --build build --target install -- DESTDIR="$pkgdir"
+}


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 18:48:17
  Author: archange
Revision: 613151

upgpkg: keepassxc 2.5.4-2

Modified:
  keepassxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 17:38:27 UTC (rev 613150)
+++ PKGBUILD2020-04-10 18:48:17 UTC (rev 613151)
@@ -3,7 +3,7 @@
 
 pkgname=keepassxc
 pkgver=2.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64)
 url="https://keepassxc.org/";
@@ -11,6 +11,7 @@
 depends=(argon2 curl libgcrypt libsodium libxtst qrencode
  qt5-svg qt5-x11extras quazip yubikey-personalization)
 makedepends=(cmake qt5-tools)
+optdepends=('xclip: keepassxc-cli clipboard support')
 provides=(org.freedesktop.secrets)
 
source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
 sha256sums=('a55e0801c318b02b1ac4e16e9b7a87ccfa7b039ea60d2c62610bd1bbbdd6cd4a' 
'SKIP')


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 18:56:49
  Author: archange
Revision: 613153

FS#65814

Modified:
  fwupd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 18:48:25 UTC (rev 613152)
+++ PKGBUILD2020-04-10 18:56:49 UTC (rev 613153)
@@ -3,7 +3,7 @@
 
 pkgname=fwupd
 pkgver=1.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd";
@@ -29,10 +29,17 @@
 'etc/fwupd/remotes.d/vendor.conf'
 'etc/fwupd/uefi.conf'
 'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
+
fwupd-fix-fwupdtool-path.patch::https://github.com/fwupd/fwupd/commit/d9597df863ca21e0fb2ff821f0c612e0eb0558b2.patch)
+sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP'
+'40f17221f2ddec0df85a388615a0ad6aa057643d153bb4b236c2c484de76c34f')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
+prepare() {
+cd ${pkgname}-${pkgver}
+patch -p1 -i ../fwupd-fix-fwupdtool-path.patch
+}
+
 build() {
 cd ${pkgname}-${pkgver}
 arch-meson -D b_lto=false ../build


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 18:56:54
  Author: archange
Revision: 613154

archrelease: copy trunk to community-x86_64

Added:
  fwupd/repos/community-x86_64/PKGBUILD
(from rev 613153, fwupd/trunk/PKGBUILD)
Deleted:
  fwupd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 18:56:49 UTC (rev 613153)
+++ PKGBUILD2020-04-10 18:56:54 UTC (rev 613154)
@@ -1,53 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.3.9
-pkgrel=1
-pkgdesc="Simple daemon to allow session software to update firmware"
-arch=(x86_64)
-url="https://github.com/fwupd/fwupd";
-license=(LGPL)
-depends=(libxmlb efivar python libsmbios libgusb
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'udisks2: UEFI firmware upgrade support'
-)
-makedepends=(meson valgrind gobject-introspection gtk-doc
- python-cairo noto-fonts noto-fonts-cjk python-gobject vala
- bash-completion python-pillow help2man gnu-efi-libs)
-checkdepends=(umockdev)
-backup=('etc/fwupd/daemon.conf'
-'etc/fwupd/redfish.conf'
-'etc/fwupd/remotes.d/dell-esrt.conf'
-'etc/fwupd/remotes.d/fwupd-tests.conf'
-'etc/fwupd/remotes.d/lvfs-testing.conf'
-'etc/fwupd/remotes.d/lvfs.conf'
-'etc/fwupd/remotes.d/vendor-directory.conf'
-'etc/fwupd/remotes.d/vendor.conf'
-'etc/fwupd/uefi.conf'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson -D b_lto=false ../build
-ninja -v -C ../build
-}
-
-check() {
-cd build
-meson test
-}
-
-package() {
-DESTDIR="${pkgdir}" ninja -C build install
-# Fixup mode to match polkit
-install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 613153, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 18:56:54 UTC (rev 613154)
@@ -0,0 +1,60 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.3.9
+pkgrel=2
+pkgdesc="Simple daemon to allow session software to update firmware"
+arch=(x86_64)
+url="https://github.com/fwupd/fwupd";
+license=(LGPL)
+depends=(libxmlb efivar python libsmbios libgusb
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'udisks2: UEFI firmware upgrade support'
+)
+makedepends=(meson valgrind gobject-introspection gtk-doc
+ python-cairo noto-fonts noto-fonts-cjk python-gobject vala
+ bash-completion python-pillow help2man gnu-efi-libs)
+checkdepends=(umockdev)
+backup=('etc/fwupd/daemon.conf'
+'etc/fwupd/redfish.conf'
+'etc/fwupd/remotes.d/dell-esrt.conf'
+'etc/fwupd/remotes.d/fwupd-tests.conf'
+'etc/fwupd/remotes.d/lvfs-testing.conf'
+'etc/fwupd/remotes.d/lvfs.conf'
+'etc/fwupd/remotes.d/vendor-directory.conf'
+'etc/fwupd/remotes.d/vendor.conf'
+'etc/fwupd/uefi.conf'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
+
fwupd-fix-fwupdtool-path.patch::https://github.com/fwupd/fwupd/commit/d9597df863ca21e0fb2ff821f0c612e0eb0558b2.patch)
+sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP'
+'40f17221f2ddec0df85a388615a0ad6aa057643d153bb4b236c2c484de76c34f')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+prepare() {
+cd ${pkgname}-${pkgver}
+patch -p1 -i ../fwupd-fix-fwupdtool-path.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+arch-meson -D b_lto=false ../build
+ninja -v -C ../build
+}
+
+check() {
+cd build
+meson test
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+# Fixup mode to match polkit
+install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


  1   2   >