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

2020-06-04 Thread Daniel M. Capella via arch-commits
Date: Friday, June 5, 2020 @ 04:42:20
  Author: polyzen
Revision: 639067

archrelease: copy trunk to community-any

Added:
  stylelint/repos/community-any/PKGBUILD
(from rev 639066, stylelint/trunk/PKGBUILD)
Deleted:
  stylelint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-05 04:42:01 UTC (rev 639066)
+++ PKGBUILD2020-06-05 04:42:20 UTC (rev 639067)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=stylelint
-pkgver=13.5.0
-pkgrel=1
-pkgdesc='Mighty, modern CSS linter'
-arch=('any')
-url=https://stylelint.io
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-optdepends=('stylelint-config-standard: for the standard shareable config')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('f89cbb89e28058a4dfdad99c004ee38127311f7f54adbf3b8b46e32bf7a749c15a19659a167e2400fc1ea463929366fb08b50356dfceea4c00d31d29fd5ee6a1')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr --ignore-scripts 
--production $pkgname-$pkgver.tgz
-
-  cd "$pkgdir"
-  mkdir -p usr/share/licenses/$pkgname
-  mv usr/lib/node_modules/$pkgname/LICENSE usr/share/licenses/$pkgname
-  chown -R root:root .
-}
-
-# vim:set ts=2 sw=2 et:

Copied: stylelint/repos/community-any/PKGBUILD (from rev 639066, 
stylelint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-05 04:42:20 UTC (rev 639067)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=stylelint
+pkgver=13.6.0
+pkgrel=1
+pkgdesc='Mighty, modern CSS linter'
+arch=('any')
+url=https://stylelint.io
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+optdepends=('stylelint-config-standard: for the standard shareable config')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('e79806da936356bd7cdc924cfed96bdca02e6babd3557ec7a3f96028ab82216b334d9d609ab5e35f85a8939dd223cc116053dbc0a01c24650b43bece2714dc37')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr --ignore-scripts 
--production $pkgname-$pkgver.tgz
+
+  cd "$pkgdir"
+  mkdir -p usr/share/licenses/$pkgname
+  mv usr/lib/node_modules/$pkgname/LICENSE usr/share/licenses/$pkgname
+  chown -R root:root .
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-04 Thread Daniel M. Capella via arch-commits
Date: Friday, June 5, 2020 @ 04:42:01
  Author: polyzen
Revision: 639066

upgpkg: stylelint 13.6.0-1

Modified:
  stylelint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 02:33:22 UTC (rev 639065)
+++ PKGBUILD2020-06-05 04:42:01 UTC (rev 639066)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=stylelint
-pkgver=13.5.0
+pkgver=13.6.0
 pkgrel=1
 pkgdesc='Mighty, modern CSS linter'
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('stylelint-config-standard: for the standard shareable config')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('f89cbb89e28058a4dfdad99c004ee38127311f7f54adbf3b8b46e32bf7a749c15a19659a167e2400fc1ea463929366fb08b50356dfceea4c00d31d29fd5ee6a1')
+sha512sums=('e79806da936356bd7cdc924cfed96bdca02e6babd3557ec7a3f96028ab82216b334d9d609ab5e35f85a8939dd223cc116053dbc0a01c24650b43bece2714dc37')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr --ignore-scripts 
--production $pkgname-$pkgver.tgz


[arch-commits] Commit in chromium/repos/extra-x86_64 (24 files)

2020-06-04 Thread Evangelos Foutras via arch-commits
Date: Friday, June 5, 2020 @ 02:52:56
  Author: foutrelis
Revision: 388324

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 388323, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
(from rev 388323, 
chromium/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch)
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
(from rev 388323, 
chromium/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch)
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
(from rev 388323, chromium/trunk/chromium-83-gcc-10.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 388323, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 388323, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
(from rev 388323, chromium/trunk/clean-up-a-call-to-set_utf8.patch)
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
(from rev 388323, 
chromium/trunk/include-memory-header-to-get-the-definition-of-std-u.patch)
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
(from rev 388323, 
chromium/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch)
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
(from rev 388323, 
chromium/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch)
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
(from rev 388323, 
chromium/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch)
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch
(from rev 388323, 
chromium/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
  
chromium/repos/extra-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  chromium/repos/extra-x86_64/chromium-83-gcc-10.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/clean-up-a-call-to-set_utf8.patch
  
chromium/repos/extra-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
  chromium/repos/extra-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
  
chromium/repos/extra-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  
chromium/repos/extra-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
  
chromium/repos/extra-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

+
 PKGBUILD   |  553 +--
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   58 -
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  276 ++---
 chromium-83-gcc-10.patch   |  128 +-
 chromium-skia-harmony.patch|   28 
 chromium.install   |   32 
 clean-up-a-call-to-set_utf8.patch  |   68 -
 include-memory-header-to-get-the-definition-of-std-u.patch |   64 -
 iwyu-std-numeric_limits-is-defined-in-limits.patch |   58 -
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch |  124 +-
 make-some-of-blink-custom-iterators-STL-compatible.patch   |  190 +--
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch|  344 +++---
 12 files changed, 962 insertions(+), 961 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-05 02:52:42 UTC (rev 388323)
+++ PKGBUILD2020-06-05 02:52:56 UTC (rev 388324)
@@ -1,276 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=83.0.4103.97
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'libpipewire02' 'clang' 'lld' 'gn' 'java-runtime-headless'
- 'python2-setuptools')
-optdepends=('pepper-flash: support for Flash content'
-'libpipewire02: WebRTC desktop sharing under Wayland'
-'kdialog: needed for file dialogs in KDE'
-

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

2020-06-04 Thread Evangelos Foutras via arch-commits
Date: Friday, June 5, 2020 @ 02:52:42
  Author: foutrelis
Revision: 388323

upgpkg: chromium 83.0.4103.97-2: fix AppStream metadata (FS#66890)

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 01:18:49 UTC (rev 388322)
+++ PKGBUILD2020-06-05 02:52:42 UTC (rev 388323)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=83.0.4103.97
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -233,10 +233,11 @@
 
   install -Dm644 
chrome/installer/linux/common/chromium-browser/chromium-browser.appdata.xml \
 "$pkgdir/usr/share/metainfo/chromium.appdata.xml"
-  sed -i \
+  sed -ni \
 -e 's/chromium-browser\.desktop/chromium.desktop/' \
 -e '//d' \
 -e '//N;/\n.*\(We invite\|Chromium supports Vorbis\)/,/<\/p>/d' \
+-e '/^

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

2020-06-04 Thread Jiachen Yang via arch-commits
Date: Friday, June 5, 2020 @ 02:33:22
  Author: farseerfc
Revision: 639065

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-05 02:32:53 UTC (rev 639064)
+++ PKGBUILD2020-06-05 02:33:22 UTC (rev 639065)
@@ -1,44 +0,0 @@
-# Maintainer: Jiachen YANG 
-# Contributor: Dan Beste 
-
-pkgname='stratis-cli'
-pkgver=2.0.1
-_pkgver=$pkgver
-pkgrel=2
-pkgdesc='A CLI for the Stratis Project.'
-arch=('any')
-license=('Apache')
-url='https://stratis-storage.github.io/'
-depends=('python-dbus-client-gen' 'python-into-dbus' 'python-justbytes' 
'python-dateutil')
-makedepends=('dbus-glib' 'git' 'mpfr' 'python-argparse' 'python-dbus' 
'python-pip' 'asciidoc')
-# checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
-source=(
-  
"${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz;
-)
-sha256sums=('9455b6c0ab54d3ce6475acccda3d52c8c334b41624a89d8597a706c77086d417')
-
-### ignore tests because it requires root permission to access stratisd
-# check() {
-#   cd "${pkgname}-${_pkgver}"
-#   export STRATISD="/usr/bin/stratisd"
-#   nosetests
-# }
-
-build () {
-  cd "${pkgname}-${_pkgver}/docs"
-  make stratis.8
-}
-package() {
-  cd "${pkgname}-${_pkgver}"
-
-  python setup.py install --root="${pkgdir}" --optimize=1
-
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
-   install -D -m644 "shell-completion/bash/stratis" 
"$pkgdir/usr/share/bash-completion/completions/stratis"
-   install -D -m644 "shell-completion/zsh/_stratis" 
"$pkgdir/usr/share/zsh/site-functions/_stratis"
-
-  cd "docs"
-  install -D -m644 stratis.8 "${pkgdir}/usr/share/man/man8/stratis.8"
-}
-
-# vim: ts=2 sw=2 et:

Copied: stratis-cli/repos/community-any/PKGBUILD (from rev 639064, 
stratis-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-05 02:33:22 UTC (rev 639065)
@@ -0,0 +1,44 @@
+# Maintainer: Jiachen YANG 
+# Contributor: Dan Beste 
+
+pkgname='stratis-cli'
+pkgver=2.1.0
+_pkgver=$pkgver
+pkgrel=1
+pkgdesc='A CLI for the Stratis Project.'
+arch=('any')
+license=('Apache')
+url='https://stratis-storage.github.io/'
+depends=('python-dbus-client-gen' 'python-into-dbus' 'python-justbytes' 
'python-dateutil' 'python-semantic-version')
+makedepends=('dbus-glib' 'git' 'mpfr' 'python-argparse' 'python-dbus' 
'python-pip' 'asciidoc')
+# checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
+source=(
+  
"${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz;
+)
+sha256sums=('451ec0070f9eba9cc0712069683f4a8ee3adff8a850957fe9c9c60e0d195')
+
+### ignore tests because it requires root permission to access stratisd
+# check() {
+#   cd "${pkgname}-${_pkgver}"
+#   export STRATISD="/usr/bin/stratisd"
+#   nosetests
+# }
+
+build () {
+  cd "${pkgname}-${_pkgver}/docs"
+  make stratis.8
+}
+package() {
+  cd "${pkgname}-${_pkgver}"
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
+   install -D -m644 "shell-completion/bash/stratis" 
"$pkgdir/usr/share/bash-completion/completions/stratis"
+   install -D -m644 "shell-completion/zsh/_stratis" 
"$pkgdir/usr/share/zsh/site-functions/_stratis"
+
+  cd "docs"
+  install -D -m644 stratis.8 "${pkgdir}/usr/share/man/man8/stratis.8"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-04 Thread Jiachen Yang via arch-commits
Date: Friday, June 5, 2020 @ 02:32:53
  Author: farseerfc
Revision: 639064

upgpkg: stratis-cli 2.1.0-1: stratis-cli 2.1.0

Modified:
  stratis-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 02:32:09 UTC (rev 639063)
+++ PKGBUILD2020-06-05 02:32:53 UTC (rev 639064)
@@ -2,20 +2,20 @@
 # Contributor: Dan Beste 
 
 pkgname='stratis-cli'
-pkgver=2.0.1
+pkgver=2.1.0
 _pkgver=$pkgver
-pkgrel=2
+pkgrel=1
 pkgdesc='A CLI for the Stratis Project.'
 arch=('any')
 license=('Apache')
 url='https://stratis-storage.github.io/'
-depends=('python-dbus-client-gen' 'python-into-dbus' 'python-justbytes' 
'python-dateutil')
+depends=('python-dbus-client-gen' 'python-into-dbus' 'python-justbytes' 
'python-dateutil' 'python-semantic-version')
 makedepends=('dbus-glib' 'git' 'mpfr' 'python-argparse' 'python-dbus' 
'python-pip' 'asciidoc')
 # checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
 source=(
   
"${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz;
 )
-sha256sums=('9455b6c0ab54d3ce6475acccda3d52c8c334b41624a89d8597a706c77086d417')
+sha256sums=('451ec0070f9eba9cc0712069683f4a8ee3adff8a850957fe9c9c60e0d195')
 
 ### ignore tests because it requires root permission to access stratisd
 # check() {


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

2020-06-04 Thread Jiachen Yang via arch-commits
Date: Friday, June 5, 2020 @ 02:32:09
  Author: farseerfc
Revision: 639063

archrelease: copy trunk to community-x86_64

Added:
  stratisd/repos/community-x86_64/PKGBUILD
(from rev 639062, stratisd/trunk/PKGBUILD)
Deleted:
  stratisd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-05 02:31:29 UTC (rev 639062)
+++ PKGBUILD2020-06-05 02:32:09 UTC (rev 639063)
@@ -1,51 +0,0 @@
-# Maintainer: Jiachen YANG 
-# Contributor: Dan Beste 
-
-pkgname='stratisd'
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Easy to use local storage management for Linux.'
-arch=('x86_64')
-url='https://stratis-storage.github.io/'
-license=('MPL2')
-makedepends=('asciidoc' 'cargo' 'rust')
-depends=('dbus')
-optdepends=('stratis-cli: command line interface')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/stratisd/archive/v${pkgver}.tar.gz;)
-b2sums=('86a2b2e58aed08ea34e1ddbc064ec4e4bfd3f4f4544d60ba580941b71e56b80b65c99852934b2c4826ed2cac073bb66dcd4dcf1d4ff243f38f026582eb7257b1')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # patch systemd config
-  sed -i 's,/usr/libexec,/usr/bin,g' stratisd.service
-  # patch dbus config
-  sed -i 's, --debug,,g' org.storage.stratis2.service
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  # Release
-  make release
-  make stratisd.8
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-
-  make test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -D -m755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -D -m644 stratisd.service 
"${pkgdir}/usr/lib/systemd/system/stratisd.service"
-  install -D -m644 org.storage.stratis2.service 
"${pkgdir}/usr/share/dbus-1/system-services/org.storage.stratis2.service"
-  install -D -m644 stratisd.conf 
"${pkgdir}/usr/share/dbus-1/system.d/stratisd.conf"
-  install -D -m644 docs/stratisd.8 "${pkgdir}/usr/share/man/man8/stratisd.8"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: stratisd/repos/community-x86_64/PKGBUILD (from rev 639062, 
stratisd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-05 02:32:09 UTC (rev 639063)
@@ -0,0 +1,52 @@
+# Maintainer: Jiachen YANG 
+# Contributor: Dan Beste 
+
+pkgname='stratisd'
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Easy to use local storage management for Linux.'
+arch=('x86_64')
+url='https://stratis-storage.github.io/'
+license=('MPL2')
+makedepends=('asciidoc' 'cargo' 'rust')
+depends=('dbus' 'cryptsetup' 'libutil-linux' 'clang')
+optdepends=('stratis-cli: command line interface')
+checkdepends=('python-pyudev')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/stratisd/archive/v${pkgver}.tar.gz;)
+b2sums=('cf050e65b6a593a37ddb55d73a4c4707c6ff036f5cbafbbf0552b1ec3617c63b0b3388af2bdde60b93c20c42549f3e9f2fbc0b1649c85ee854a2a8cadf3b89ef')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # patch systemd config
+  sed -i 's,/usr/libexec,/usr/bin,g' stratisd.service
+  # patch dbus config
+  sed -i 's, --debug,,g' org.storage.stratis2.service
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  # Release
+  make release
+  make stratisd.8
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  make test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -D -m755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m644 stratisd.service 
"${pkgdir}/usr/lib/systemd/system/stratisd.service"
+  install -D -m644 org.storage.stratis2.service 
"${pkgdir}/usr/share/dbus-1/system-services/org.storage.stratis2.service"
+  install -D -m644 stratisd.conf 
"${pkgdir}/usr/share/dbus-1/system.d/stratisd.conf"
+  install -D -m644 docs/stratisd.8 "${pkgdir}/usr/share/man/man8/stratisd.8"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-04 Thread Jiachen Yang via arch-commits
Date: Friday, June 5, 2020 @ 02:31:29
  Author: farseerfc
Revision: 639062

upgpkg: stratisd 2.1.0-1: stratisd 2.1.0

Modified:
  stratisd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 02:21:32 UTC (rev 639061)
+++ PKGBUILD2020-06-05 02:31:29 UTC (rev 639062)
@@ -2,7 +2,7 @@
 # Contributor: Dan Beste 
 
 pkgname='stratisd'
-pkgver=2.0.1
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Easy to use local storage management for Linux.'
 arch=('x86_64')
@@ -9,10 +9,11 @@
 url='https://stratis-storage.github.io/'
 license=('MPL2')
 makedepends=('asciidoc' 'cargo' 'rust')
-depends=('dbus')
+depends=('dbus' 'cryptsetup' 'libutil-linux' 'clang')
 optdepends=('stratis-cli: command line interface')
+checkdepends=('python-pyudev')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/stratisd/archive/v${pkgver}.tar.gz;)
-b2sums=('86a2b2e58aed08ea34e1ddbc064ec4e4bfd3f4f4544d60ba580941b71e56b80b65c99852934b2c4826ed2cac073bb66dcd4dcf1d4ff243f38f026582eb7257b1')
+b2sums=('cf050e65b6a593a37ddb55d73a4c4707c6ff036f5cbafbbf0552b1ec3617c63b0b3388af2bdde60b93c20c42549f3e9f2fbc0b1649c85ee854a2a8cadf3b89ef')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2020-06-04 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 5, 2020 @ 02:21:32
  Author: svenstaro
Revision: 639061

archrelease: copy trunk to community-any

Added:
  microsoft-gsl/repos/community-any/PKGBUILD
(from rev 639060, microsoft-gsl/trunk/PKGBUILD)
Deleted:
  microsoft-gsl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-05 02:21:21 UTC (rev 639060)
+++ PKGBUILD2020-06-05 02:21:32 UTC (rev 639061)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Aleksandar Trifunović 
-
-_pkgname=GSL
-pkgname=microsoft-gsl
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="C++ Core Guidelines Support Library"
-arch=('any')
-url="https://github.com/Microsoft/GSL;
-license=('MIT')
-makedepends=('cmake' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Microsoft/GSL/archive/v${pkgver}.tar.gz;)
-sha256sums=('767b6246eecd0b2a915e2b5774ba6d4796579a5e15dc562d93ec80f1f2c9c889')
-
-prepare() {
-mkdir "$_pkgname-$pkgver"/build
-}
-
-build() {
-cd "$_pkgname-$pkgver"/build
-cmake .. \
--DGSL_TEST=ON \
--DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
--DCMAKE_EXE_LINKER_FLAGS="${LDFLAGS}" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-make
-}
-
-check() {
-cd "$_pkgname-$pkgver"/build
-make test
-}
-
-package() {
-cd "$_pkgname-$pkgver"/build
-
-make DESTDIR="$pkgdir/" install
-
-cd ..
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: microsoft-gsl/repos/community-any/PKGBUILD (from rev 639060, 
microsoft-gsl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-05 02:21:32 UTC (rev 639061)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Aleksandar Trifunović 
+
+_pkgname=GSL
+pkgname=microsoft-gsl
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="C++ Core Guidelines Support Library"
+arch=('any')
+url="https://github.com/Microsoft/GSL;
+license=('MIT')
+makedepends=('cmake' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Microsoft/GSL/archive/v${pkgver}.tar.gz;)
+sha256sums=('d3234d7f94cea4389e3ca70619b82e8fb4c2f33bb3a070799f1e18eef500a083')
+
+prepare() {
+mkdir "$_pkgname-$pkgver"/build
+}
+
+build() {
+cd "$_pkgname-$pkgver"/build
+cmake .. \
+-DGSL_TEST=ON \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
+-DCMAKE_EXE_LINKER_FLAGS="${LDFLAGS}" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+make
+}
+
+check() {
+cd "$_pkgname-$pkgver"/build
+make test
+}
+
+package() {
+cd "$_pkgname-$pkgver"/build
+
+make DESTDIR="$pkgdir/" install
+
+cd ..
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-06-04 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 5, 2020 @ 02:21:21
  Author: svenstaro
Revision: 639060

upgpkg: microsoft-gsl 3.1.0-1

Modified:
  microsoft-gsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 01:41:09 UTC (rev 639059)
+++ PKGBUILD2020-06-05 02:21:21 UTC (rev 639060)
@@ -3,7 +3,7 @@
 
 _pkgname=GSL
 pkgname=microsoft-gsl
-pkgver=3.0.0
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="C++ Core Guidelines Support Library"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('MIT')
 makedepends=('cmake' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Microsoft/GSL/archive/v${pkgver}.tar.gz;)
-sha256sums=('767b6246eecd0b2a915e2b5774ba6d4796579a5e15dc562d93ec80f1f2c9c889')
+sha256sums=('d3234d7f94cea4389e3ca70619b82e8fb4c2f33bb3a070799f1e18eef500a083')
 
 prepare() {
 mkdir "$_pkgname-$pkgver"/build


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

2020-06-04 Thread Anatol Pomozov via arch-commits
Date: Friday, June 5, 2020 @ 01:41:09
  Author: anatolik
Revision: 639059

archrelease: copy trunk to community-testing-any

Added:
  ruby-reline/repos/community-testing-any/
  ruby-reline/repos/community-testing-any/PKGBUILD
(from rev 639058, ruby-reline/trunk/PKGBUILD)

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

Copied: ruby-reline/repos/community-testing-any/PKGBUILD (from rev 639058, 
ruby-reline/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-06-05 01:41:09 UTC (rev 639059)
@@ -0,0 +1,25 @@
+# Maintainer: Anatol Pomozov
+
+_gemname=reline
+pkgname=ruby-$_gemname
+pkgver=0.1.4
+pkgrel=1
+pkgdesc="Alternative GNU Readline or Editline implementation by pure Ruby."
+arch=('any')
+url='https://github.com/ruby/reline'
+license=('BSD-2')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=("$_gemname-$pkgver.gem")
+sha512sums=('e69d356841db666ff6ae3661dd4e9c2aa7947b90a6f425513dac0e5534f01e892e36b466aa9abc4f94df61115f91c85b54beb446f4cd0859875b827ab8f37a54')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install -N 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2020-06-04 Thread Anatol Pomozov via arch-commits
Date: Friday, June 5, 2020 @ 01:40:32
  Author: anatolik
Revision: 639057

archrelease: copy trunk to community-testing-any

Added:
  ruby-irb/repos/community-testing-any/
  ruby-irb/repos/community-testing-any/PKGBUILD
(from rev 639056, ruby-irb/trunk/PKGBUILD)

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

Copied: ruby-irb/repos/community-testing-any/PKGBUILD (from rev 639056, 
ruby-irb/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-06-05 01:40:32 UTC (rev 639057)
@@ -0,0 +1,26 @@
+# Maintainer: Anatol Pomozov
+
+_gemname=irb
+pkgname=ruby-$_gemname
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="Interactive Ruby command-line tool for REPL (Read Eval Print Loop)."
+arch=('any')
+url='https://github.com/ruby/irb'
+license=('BSD-2')
+depends=('ruby' 'ruby-reline')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=("$_gemname-$pkgver.gem")
+sha512sums=('108fee110f4890b7e542cf95bdee1cff06189974df43fce2eae0dad5bf3c5a3469e67a9a589f8f7a2bb3f1061fbeac45e6257ed22aabd0a0d24a05eaaedf3a79')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install -N 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}


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

2020-06-04 Thread Anatol Pomozov via arch-commits
Date: Friday, June 5, 2020 @ 01:40:51
  Author: anatolik
Revision: 639058

upgpkg: ruby-reline 0.1.4-1

Modified:
  ruby-reline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 01:40:32 UTC (rev 639057)
+++ PKGBUILD2020-06-05 01:40:51 UTC (rev 639058)
@@ -2,8 +2,8 @@
 
 _gemname=reline
 pkgname=ruby-$_gemname
-pkgver=0.0.7
-pkgrel=2
+pkgver=0.1.4
+pkgrel=1
 pkgdesc="Alternative GNU Readline or Editline implementation by pure Ruby."
 arch=('any')
 url='https://github.com/ruby/reline'
@@ -12,7 +12,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
 noextract=("$_gemname-$pkgver.gem")
-sha512sums=('7ce381aa28a1e01446742a822561ad32002db8bae5df159657b2a1d43c0a10fbbe8e13d3688e7d456c965f83269e19b861cba24f5b7197165a8d7a86e08e1009')
+sha512sums=('e69d356841db666ff6ae3661dd4e9c2aa7947b90a6f425513dac0e5534f01e892e36b466aa9abc4f94df61115f91c85b54beb446f4cd0859875b827ab8f37a54')
 
 package() {
   cd "$srcdir"


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

2020-06-04 Thread Anatol Pomozov via arch-commits
Date: Friday, June 5, 2020 @ 01:40:14
  Author: anatolik
Revision: 639056

upgpkg: ruby-irb 1.2.4-1

Modified:
  ruby-irb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 01:26:20 UTC (rev 639055)
+++ PKGBUILD2020-06-05 01:40:14 UTC (rev 639056)
@@ -2,7 +2,7 @@
 
 _gemname=irb
 pkgname=ruby-$_gemname
-pkgver=1.2.1
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="Interactive Ruby command-line tool for REPL (Read Eval Print Loop)."
 arch=('any')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
 noextract=("$_gemname-$pkgver.gem")
-sha512sums=('c83d342043286045fb66e61ec775f53f6d7d5564d1671b4d5cc118d34c2c603a6fb61382ed6753e74785687fb2ff8bf7d00ef30e4d0482436f76ba3de3480439')
+sha512sums=('108fee110f4890b7e542cf95bdee1cff06189974df43fce2eae0dad5bf3c5a3469e67a9a589f8f7a2bb3f1061fbeac45e6257ed22aabd0a0d24a05eaaedf3a79')
 
 package() {
   cd "$srcdir"


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

2020-06-04 Thread Kyle Keen via arch-commits
Date: Friday, June 5, 2020 @ 01:26:20
  Author: kkeen
Revision: 639055

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-05 01:26:08 UTC (rev 639054)
+++ PKGBUILD2020-06-05 01:26:20 UTC (rev 639055)
@@ -1,27 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=python-jupyter_client
-pkgver=6.0.0
-pkgrel=1
-pkgdesc="Jupyter protocol implementation and client libraries"
-arch=('any')
-url="https://pypi.python.org/pypi/jupyter_client;
-license=('BSD')
-depends=('python-ipykernel' 'python-traitlets' 'python-pyzmq'
- 'python-jupyter_core' 'python-dateutil')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz;)
-md5sums=('5a9f97e2415f61c1a94ce5bf0665fe77')
-
-# dep cycle with python-ipykernel
-
-build() {
-  cd "$srcdir"
-}
-
-package() {
-  cd "$srcdir/jupyter_client-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-jupyter_client/repos/community-any/PKGBUILD (from rev 639054, 
python-jupyter_client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-05 01:26:20 UTC (rev 639055)
@@ -0,0 +1,27 @@
+# Maintainer: Kyle Keen 
+
+pkgname=python-jupyter_client
+pkgver=6.1.3
+pkgrel=1
+pkgdesc="Jupyter protocol implementation and client libraries"
+arch=('any')
+url="https://pypi.python.org/pypi/jupyter_client;
+license=('BSD')
+depends=('python-ipykernel' 'python-traitlets' 'python-pyzmq'
+ 'python-jupyter_core' 'python-dateutil')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz;)
+md5sums=('bd3b2be29f7a967493b62f9833df2f7d')
+
+# dep cycle with python-ipykernel
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  cd "$srcdir/jupyter_client-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2020-06-04 Thread Kyle Keen via arch-commits
Date: Friday, June 5, 2020 @ 01:26:08
  Author: kkeen
Revision: 639054

upgpkg: python-jupyter_client 6.1.3-1

Modified:
  python-jupyter_client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 01:12:34 UTC (rev 639053)
+++ PKGBUILD2020-06-05 01:26:08 UTC (rev 639054)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=python-jupyter_client
-pkgver=6.0.0
+pkgver=6.1.3
 pkgrel=1
 pkgdesc="Jupyter protocol implementation and client libraries"
 arch=('any')
@@ -11,7 +11,7 @@
  'python-jupyter_core' 'python-dateutil')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz;)
-md5sums=('5a9f97e2415f61c1a94ce5bf0665fe77')
+md5sums=('bd3b2be29f7a967493b62f9833df2f7d')
 
 # dep cycle with python-ipykernel
 


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

2020-06-04 Thread Allan McRae via arch-commits
Date: Friday, June 5, 2020 @ 01:18:49
  Author: allan
Revision: 388322

archrelease: copy trunk to extra-x86_64

Added:
  lsof/repos/extra-x86_64/PKGBUILD
(from rev 388321, lsof/trunk/PKGBUILD)
  lsof/repos/extra-x86_64/license.txt
(from rev 388321, lsof/trunk/license.txt)
Deleted:
  lsof/repos/extra-x86_64/PKGBUILD
  lsof/repos/extra-x86_64/license.txt

-+
 PKGBUILD|   91 +++---
 license.txt |   54 +-
 2 files changed, 76 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-05 01:18:29 UTC (rev 388321)
+++ PKGBUILD2020-06-05 01:18:49 UTC (rev 388322)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Tom Gundersen 
-# Contributor: Angel Velasquez 
-# Contributor: Daniel J Griffiths 
-# Contributor: Aaron Griffin 
-# Contributor: Jochem Kossen 
-
-pkgname=lsof
-pkgver=4.93.2
-pkgrel=2
-pkgdesc='Lists open files for running Unix processes'
-url='https://github.com/lsof-org/lsof'
-arch=('x86_64')
-license=('custom')
-depends=('glibc' 'libtirpc')
-source=(https://github.com/lsof-org/lsof/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-license.txt)
-sha512sums=('3c4a4d503391b1a648a08a4947c2e72a9629b169eddf50738b16a16a82f2a26967e4db2902e4a9157de5a73ae638db48e392117ffbd591e9fafd6b1725cd01a0'
-
'3bdbc8f213e9bdba946636498d21486e2b79d8ae44a45b284b4dff8875e76f992ab0977e3ed510525a8f74203028acb6b15315fda963666012874be4ce4fdd93')
-
-prepare() {
-  cd lsof-${pkgver}
-  sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' 
dialects/linux/machine.h
-  sed -i "s|.so ./version|.ds VN ${pkgver}|" -i Lsof.8
-}
-
-build() {
-  cd lsof-${pkgver}
-  ./Configure -n linux
-  make CC="cc ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
-}
-
-package() {
-  cd lsof-${pkgver}
-
-  install -Dm 755 lsof -t "${pkgdir}"/usr/bin
-  install -Dm 644 Lsof.8 "${pkgdir}"/usr/share/man/man8/lsof.8
-  install -Dm 644 "${srcdir}"/license.txt \
-   "${pkgdir}"/usr/share/licenses/lsof/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: lsof/repos/extra-x86_64/PKGBUILD (from rev 388321, lsof/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-05 01:18:49 UTC (rev 388322)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: Tom Gundersen 
+# Contributor: Angel Velasquez 
+# Contributor: Daniel J Griffiths 
+# Contributor: Aaron Griffin 
+# Contributor: Jochem Kossen 
+# Contributor: Hendrik Meyer 
+
+pkgname=lsof
+pkgver=4.93.2
+pkgrel=3
+pkgdesc='Lists open files for running Unix processes'
+url='https://github.com/lsof-org/lsof'
+arch=('x86_64')
+license=('custom')
+depends=('glibc' 'libtirpc')
+source=(https://github.com/lsof-org/lsof/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+   
"lsof-reproducible.patch::https://github.com/lsof-org/lsof/commit/3e404f637c76949917435f4a086c40e644e0089c.patch;
+license.txt)
+sha512sums=('3c4a4d503391b1a648a08a4947c2e72a9629b169eddf50738b16a16a82f2a26967e4db2902e4a9157de5a73ae638db48e392117ffbd591e9fafd6b1725cd01a0'
+
'ccb263eb04d3cc6a879f6a6bada680dee473920ea6460c4e048e7551a2716b937007bc91f21751fb3dd0a43320f9b263983e7c04e2bac46d45472ce97e50047b'
+
'3bdbc8f213e9bdba946636498d21486e2b79d8ae44a45b284b4dff8875e76f992ab0977e3ed510525a8f74203028acb6b15315fda963666012874be4ce4fdd93')
+
+prepare() {
+  cd lsof-${pkgver}
+
+  # patch accepted upstream - in queue to be committed
+  patch -p1 -i "${srcdir}/lsof-reproducible.patch"
+
+  sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' 
dialects/linux/machine.h
+  sed -i "s|.so ./version|.ds VN ${pkgver}|" -i Lsof.8
+}
+
+build() {
+  cd lsof-${pkgver}
+  ./Configure -n linux
+  make CC="cc ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
+}
+
+package() {
+  cd lsof-${pkgver}
+
+  install -Dm 755 lsof -t "${pkgdir}"/usr/bin
+  install -Dm 644 Lsof.8 "${pkgdir}"/usr/share/man/man8/lsof.8
+  install -Dm 644 "${srcdir}"/license.txt \
+   "${pkgdir}"/usr/share/licenses/lsof/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: license.txt
===
--- license.txt 2020-06-05 01:18:29 UTC (rev 388321)
+++ license.txt 2020-06-05 01:18:49 UTC (rev 388322)
@@ -1,27 +0,0 @@
-Copyright 2002 Purdue Research Foundation, West Lafayette,
-Indiana 47907.  All rights reserved.
-
-Written by Victor A. Abell
-
-This software is not subject to any license of the American
-Telephone and Telegraph Company or the Regents of the
-University of California.
-
-Permission is granted to anyone to use this software for
-any purpose on any computer system, and to alter it and
-redistribute it freely, subject to the following
-restrictions:
-
-1. Neither the authors nor Purdue University are responsible
-   for any consequences of the use of this software.
-
-2. The 

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

2020-06-04 Thread Allan McRae via arch-commits
Date: Friday, June 5, 2020 @ 01:18:29
  Author: allan
Revision: 388321

upgpkg: lsof 4.93.2-3: fix reproducibility

Modified:
  lsof/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 00:40:13 UTC (rev 388320)
+++ PKGBUILD2020-06-05 01:18:29 UTC (rev 388321)
@@ -4,10 +4,11 @@
 # Contributor: Daniel J Griffiths 
 # Contributor: Aaron Griffin 
 # Contributor: Jochem Kossen 
+# Contributor: Hendrik Meyer 
 
 pkgname=lsof
 pkgver=4.93.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Lists open files for running Unix processes'
 url='https://github.com/lsof-org/lsof'
 arch=('x86_64')
@@ -14,12 +15,18 @@
 license=('custom')
 depends=('glibc' 'libtirpc')
 
source=(https://github.com/lsof-org/lsof/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+   
"lsof-reproducible.patch::https://github.com/lsof-org/lsof/commit/3e404f637c76949917435f4a086c40e644e0089c.patch;
 license.txt)
 
sha512sums=('3c4a4d503391b1a648a08a4947c2e72a9629b169eddf50738b16a16a82f2a26967e4db2902e4a9157de5a73ae638db48e392117ffbd591e9fafd6b1725cd01a0'
+
'ccb263eb04d3cc6a879f6a6bada680dee473920ea6460c4e048e7551a2716b937007bc91f21751fb3dd0a43320f9b263983e7c04e2bac46d45472ce97e50047b'
 
'3bdbc8f213e9bdba946636498d21486e2b79d8ae44a45b284b4dff8875e76f992ab0977e3ed510525a8f74203028acb6b15315fda963666012874be4ce4fdd93')
 
 prepare() {
   cd lsof-${pkgver}
+
+  # patch accepted upstream - in queue to be committed
+  patch -p1 -i "${srcdir}/lsof-reproducible.patch"
+
   sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' 
dialects/linux/machine.h
   sed -i "s|.so ./version|.ds VN ${pkgver}|" -i Lsof.8
 }


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

2020-06-04 Thread Kyle Keen via arch-commits
Date: Friday, June 5, 2020 @ 01:12:34
  Author: kkeen
Revision: 639053

archrelease: copy trunk to community-any

Added:
  jupyter-nbformat/repos/community-any/PKGBUILD
(from rev 639052, jupyter-nbformat/trunk/PKGBUILD)
Deleted:
  jupyter-nbformat/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-05 01:12:22 UTC (rev 639052)
+++ PKGBUILD2020-06-05 01:12:34 UTC (rev 639053)
@@ -1,24 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter-nbformat
-pkgver=4.4.0
-pkgrel=4
-pkgdesc="The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks"
-arch=('any')
-url="https://pypi.python.org/pypi/nbformat;
-license=('BSD')
-depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz;)
-md5sums=('9893bb73fedf1d7c5aa6966b65de3590')
-
-build() {
-  cd "$srcdir"
-}
-
-package() {
-  cd "$srcdir/nbformat-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: jupyter-nbformat/repos/community-any/PKGBUILD (from rev 639052, 
jupyter-nbformat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-05 01:12:34 UTC (rev 639053)
@@ -0,0 +1,24 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-nbformat
+pkgver=5.0.6
+pkgrel=1
+pkgdesc="The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks"
+arch=('any')
+url="https://pypi.python.org/pypi/nbformat;
+license=('BSD')
+depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz;)
+md5sums=('e7bbe3a1219c470412c28cb0693baec9')
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  cd "$srcdir/nbformat-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2020-06-04 Thread Kyle Keen via arch-commits
Date: Friday, June 5, 2020 @ 01:12:22
  Author: kkeen
Revision: 639052

upgpkg: jupyter-nbformat 5.0.6-1

Modified:
  jupyter-nbformat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 23:52:30 UTC (rev 639051)
+++ PKGBUILD2020-06-05 01:12:22 UTC (rev 639052)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-nbformat
-pkgver=4.4.0
-pkgrel=4
+pkgver=5.0.6
+pkgrel=1
 pkgdesc="The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks"
 arch=('any')
 url="https://pypi.python.org/pypi/nbformat;
@@ -10,7 +10,7 @@
 depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz;)
-md5sums=('9893bb73fedf1d7c5aa6966b65de3590')
+md5sums=('e7bbe3a1219c470412c28cb0693baec9')
 
 build() {
   cd "$srcdir"


[arch-commits] Commit in rust/repos/extra-x86_64 (70163.patch PKGBUILD PKGBUILD)

2020-06-04 Thread Jan Steffens via arch-commits
Date: Friday, June 5, 2020 @ 00:40:13
  Author: heftig
Revision: 388320

archrelease: copy trunk to extra-x86_64

Added:
  rust/repos/extra-x86_64/PKGBUILD
(from rev 388319, rust/trunk/PKGBUILD)
Deleted:
  rust/repos/extra-x86_64/70163.patch
  rust/repos/extra-x86_64/PKGBUILD

-+
 70163.patch |   54 ---
 PKGBUILD|  277 --
 2 files changed, 136 insertions(+), 195 deletions(-)

Deleted: 70163.patch
===
--- 70163.patch 2020-06-05 00:39:45 UTC (rev 388319)
+++ 70163.patch 2020-06-05 00:40:13 UTC (rev 388320)
@@ -1,54 +0,0 @@
-From a94fa896cc92d5e0678376cf5aa8b64af0899732 Mon Sep 17 00:00:00 2001
-From: Nikita Popov 
-Date: Tue, 4 Feb 2020 20:35:50 +0100
-Subject: [PATCH 4/5] Fix timeTraceProfilerInitialize for LLVM 10
-

- src/rustllvm/PassWrapper.cpp | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/rustllvm/PassWrapper.cpp b/src/rustllvm/PassWrapper.cpp
-index 90d24d20737db..9e8614e3b6d34 100644
 a/src/rustllvm/PassWrapper.cpp
-+++ b/src/rustllvm/PassWrapper.cpp
-@@ -67,7 +67,11 @@ extern "C" void LLVMInitializePasses() {
- }
- 
- extern "C" void LLVMTimeTraceProfilerInitialize() {
--#if LLVM_VERSION_GE(9, 0)
-+#if LLVM_VERSION_GE(10, 0)
-+  timeTraceProfilerInitialize(
-+  /* TimeTraceGranularity */ 0,
-+  /* ProcName */ "rustc");
-+#elif LLVM_VERSION_GE(9, 0)
-   timeTraceProfilerInitialize();
- #endif
- }
-
-From 497f879b1e24c369362bcd821959ffabc50a8a31 Mon Sep 17 00:00:00 2001
-From: Nikita Popov 
-Date: Mon, 2 Mar 2020 22:37:55 +0100
-Subject: [PATCH 5/5] Update CreateMemSet() usage for LLVM 10
-

- src/rustllvm/RustWrapper.cpp | 5 +
- 1 file changed, 5 insertions(+)
-
-diff --git a/src/rustllvm/RustWrapper.cpp b/src/rustllvm/RustWrapper.cpp
-index 25cfee3373dc4..799adb418822d 100644
 a/src/rustllvm/RustWrapper.cpp
-+++ b/src/rustllvm/RustWrapper.cpp
-@@ -1333,8 +1333,13 @@ extern "C" LLVMValueRef 
LLVMRustBuildMemSet(LLVMBuilderRef B,
- LLVMValueRef Dst, unsigned 
DstAlign,
- LLVMValueRef Val,
- LLVMValueRef Size, bool 
IsVolatile) {
-+#if LLVM_VERSION_GE(10, 0)
-+  return wrap(unwrap(B)->CreateMemSet(
-+  unwrap(Dst), unwrap(Val), unwrap(Size), MaybeAlign(DstAlign), 
IsVolatile));
-+#else
-   return wrap(unwrap(B)->CreateMemSet(
-   unwrap(Dst), unwrap(Val), unwrap(Size), DstAlign, IsVolatile));
-+#endif
- }
- 
- extern "C" LLVMValueRef

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-05 00:39:45 UTC (rev 388319)
+++ PKGBUILD2020-06-05 00:40:13 UTC (rev 388320)
@@ -1,141 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-pkgname=('rust' 'lib32-rust-libs' 'rust-docs')
-epoch=1
-pkgver=1.43.1
-pkgrel=1
-
-_llvm_ver=10.0.0
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('rust' "llvm=$_llvm_ver" 'libffi' 'lib32-gcc-libs' 'perl' 
'python' 'curl' 'cmake')
-checkdepends=('procps-ng' 'gdb')
-
-options=('!emptydirs')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$_llvm_ver/compiler-rt-$_llvm_ver.src.tar.xz"{,.sig}
-70163.patch)
-
-sha256sums=('cde177b4a8c687da96f20de27630a1eb55c9d146a15e4c900d5c31cd3c3ac41d'
-'SKIP'
-'6a7da64d3a0a7320577b68b9ca4933bdcab676e898b759850e827333c3282c75'
-'SKIP'
-'8c534799254d5e0124479875a3f90ff1537840a6d3848dab5f76ce55fe4f63e3')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE'  # Rust Language (Tag 
and Release Signing Key) 
-  '474E22316ABF4785A88C6E8EA2C794A986419D8A'  # Tom Stellard 

-  'B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  # LLVM 10
-  patch -Np1 -i ../70163.patch
-
-  cat >config.toml 

[arch-commits] Commit in rust/trunk (70163.patch PKGBUILD)

2020-06-04 Thread Jan Steffens via arch-commits
Date: Friday, June 5, 2020 @ 00:39:45
  Author: heftig
Revision: 388319

1.44.0-1

Modified:
  rust/trunk/PKGBUILD
Deleted:
  rust/trunk/70163.patch

-+
 70163.patch |   54 --
 PKGBUILD|   17 ++---
 2 files changed, 6 insertions(+), 65 deletions(-)

Deleted: 70163.patch
===
--- 70163.patch 2020-06-05 00:20:30 UTC (rev 388318)
+++ 70163.patch 2020-06-05 00:39:45 UTC (rev 388319)
@@ -1,54 +0,0 @@
-From a94fa896cc92d5e0678376cf5aa8b64af0899732 Mon Sep 17 00:00:00 2001
-From: Nikita Popov 
-Date: Tue, 4 Feb 2020 20:35:50 +0100
-Subject: [PATCH 4/5] Fix timeTraceProfilerInitialize for LLVM 10
-

- src/rustllvm/PassWrapper.cpp | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/rustllvm/PassWrapper.cpp b/src/rustllvm/PassWrapper.cpp
-index 90d24d20737db..9e8614e3b6d34 100644
 a/src/rustllvm/PassWrapper.cpp
-+++ b/src/rustllvm/PassWrapper.cpp
-@@ -67,7 +67,11 @@ extern "C" void LLVMInitializePasses() {
- }
- 
- extern "C" void LLVMTimeTraceProfilerInitialize() {
--#if LLVM_VERSION_GE(9, 0)
-+#if LLVM_VERSION_GE(10, 0)
-+  timeTraceProfilerInitialize(
-+  /* TimeTraceGranularity */ 0,
-+  /* ProcName */ "rustc");
-+#elif LLVM_VERSION_GE(9, 0)
-   timeTraceProfilerInitialize();
- #endif
- }
-
-From 497f879b1e24c369362bcd821959ffabc50a8a31 Mon Sep 17 00:00:00 2001
-From: Nikita Popov 
-Date: Mon, 2 Mar 2020 22:37:55 +0100
-Subject: [PATCH 5/5] Update CreateMemSet() usage for LLVM 10
-

- src/rustllvm/RustWrapper.cpp | 5 +
- 1 file changed, 5 insertions(+)
-
-diff --git a/src/rustllvm/RustWrapper.cpp b/src/rustllvm/RustWrapper.cpp
-index 25cfee3373dc4..799adb418822d 100644
 a/src/rustllvm/RustWrapper.cpp
-+++ b/src/rustllvm/RustWrapper.cpp
-@@ -1333,8 +1333,13 @@ extern "C" LLVMValueRef 
LLVMRustBuildMemSet(LLVMBuilderRef B,
- LLVMValueRef Dst, unsigned 
DstAlign,
- LLVMValueRef Val,
- LLVMValueRef Size, bool 
IsVolatile) {
-+#if LLVM_VERSION_GE(10, 0)
-+  return wrap(unwrap(B)->CreateMemSet(
-+  unwrap(Dst), unwrap(Val), unwrap(Size), MaybeAlign(DstAlign), 
IsVolatile));
-+#else
-   return wrap(unwrap(B)->CreateMemSet(
-   unwrap(Dst), unwrap(Val), unwrap(Size), DstAlign, IsVolatile));
-+#endif
- }
- 
- extern "C" LLVMValueRef

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 00:20:30 UTC (rev 388318)
+++ PKGBUILD2020-06-05 00:39:45 UTC (rev 388319)
@@ -5,7 +5,7 @@
 
 pkgname=('rust' 'lib32-rust-libs' 'rust-docs')
 epoch=1
-pkgver=1.43.1
+pkgver=1.44.0
 pkgrel=1
 
 _llvm_ver=10.0.0
@@ -18,17 +18,15 @@
 makedepends=('rust' "llvm=$_llvm_ver" 'libffi' 'lib32-gcc-libs' 'perl' 
'python' 'curl' 'cmake')
 checkdepends=('procps-ng' 'gdb')
 
-options=('!emptydirs')
+options=('!emptydirs' '!strip')
 
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$_llvm_ver/compiler-rt-$_llvm_ver.src.tar.xz"{,.sig}
-70163.patch)
+
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$_llvm_ver/compiler-rt-$_llvm_ver.src.tar.xz"{,.sig})
 
-sha256sums=('cde177b4a8c687da96f20de27630a1eb55c9d146a15e4c900d5c31cd3c3ac41d'
+sha256sums=('bf2df62317e533e84167c5bc7d4351a99fdab1f9cd6e6ba09f51996ad8561100'
 'SKIP'
 '6a7da64d3a0a7320577b68b9ca4933bdcab676e898b759850e827333c3282c75'
-'SKIP'
-'8c534799254d5e0124479875a3f90ff1537840a6d3848dab5f76ce55fe4f63e3')
+'SKIP')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE'  # Rust Language (Tag 
and Release Signing Key) 
   '474E22316ABF4785A88C6E8EA2C794A986419D8A'  # Tom Stellard 

   'B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

@@ -36,9 +34,6 @@
 prepare() {
   cd "rustc-$pkgver-src"
 
-  # LLVM 10
-  patch -Np1 -i ../70163.patch
-
   cat >config.toml 

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

2020-06-04 Thread Jan Steffens via arch-commits
Date: Friday, June 5, 2020 @ 00:20:13
  Author: heftig
Revision: 388316

0.8.0-1

Modified:
  malcontent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 00:08:11 UTC (rev 388315)
+++ PKGBUILD2020-06-05 00:20:13 UTC (rev 388316)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=malcontent
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Parental control support for applications"
 url="https://gitlab.freedesktop.org/pwithnall/malcontent;
@@ -8,13 +8,11 @@
 license=(LGPL2.1)
 arch=(x86_64)
 depends=(accountsservice dbus flatpak glib2 gtk3 polkit)
-makedepends=(git meson gobject-introspection gtk-doc)
+makedepends=(git meson gobject-introspection gtk-doc libglib-testing 
yelp-tools)
 provides=(libmalcontent{,-ui}-${pkgver%%.*}.so)
-_commit=2e8a07d58c047f757e36a5fcf1d5b76faae08e75  # tags/0.7.0^0
-source=("git+https://gitlab.freedesktop.org/pwithnall/malcontent.git#commit=$_commit;
-"git+https://gitlab.gnome.org/pwithnall/libglib-testing.git;)
-sha256sums=('SKIP'
-'SKIP')
+_commit=659d22ba34419247d7bf6fe27e6c25454e7b6ca1  # tags/0.8.0^0
+source=("git+https://gitlab.freedesktop.org/pwithnall/malcontent.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -23,15 +21,11 @@
 
 prepare() {
   cd $pkgname
-
-  git submodule init
-  git submodule set-url subprojects/libglib-testing "$srcdir/libglib-testing"
-  git submodule update
 }
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-06-04 Thread Jan Steffens via arch-commits
Date: Friday, June 5, 2020 @ 00:20:30
  Author: heftig
Revision: 388318

archrelease: copy trunk to extra-x86_64

Added:
  malcontent/repos/extra-x86_64/PKGBUILD
(from rev 388316, malcontent/trunk/PKGBUILD)
Deleted:
  malcontent/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-05 00:20:29 UTC (rev 388317)
+++ PKGBUILD2020-06-05 00:20:30 UTC (rev 388318)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=malcontent
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Parental control support for applications"
-url="https://gitlab.freedesktop.org/pwithnall/malcontent;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(accountsservice dbus flatpak glib2 gtk3 polkit)
-makedepends=(git meson gobject-introspection gtk-doc)
-provides=(libmalcontent{,-ui}-${pkgver%%.*}.so)
-_commit=2e8a07d58c047f757e36a5fcf1d5b76faae08e75  # tags/0.7.0^0
-source=("git+https://gitlab.freedesktop.org/pwithnall/malcontent.git#commit=$_commit;
-"git+https://gitlab.gnome.org/pwithnall/libglib-testing.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url subprojects/libglib-testing "$srcdir/libglib-testing"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: malcontent/repos/extra-x86_64/PKGBUILD (from rev 388316, 
malcontent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-05 00:20:30 UTC (rev 388318)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=malcontent
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Parental control support for applications"
+url="https://gitlab.freedesktop.org/pwithnall/malcontent;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(accountsservice dbus flatpak glib2 gtk3 polkit)
+makedepends=(git meson gobject-introspection gtk-doc libglib-testing 
yelp-tools)
+provides=(libmalcontent{,-ui}-${pkgver%%.*}.so)
+_commit=659d22ba34419247d7bf6fe27e6c25454e7b6ca1  # tags/0.8.0^0
+source=("git+https://gitlab.freedesktop.org/pwithnall/malcontent.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


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

2020-06-04 Thread Jan Steffens via arch-commits
Date: Friday, June 5, 2020 @ 00:20:29
  Author: heftig
Revision: 388317

archrelease: copy trunk to extra-x86_64

Added:
  libglib-testing/repos/extra-x86_64/
  libglib-testing/repos/extra-x86_64/PKGBUILD
(from rev 388316, libglib-testing/trunk/PKGBUILD)

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

Copied: libglib-testing/repos/extra-x86_64/PKGBUILD (from rev 388316, 
libglib-testing/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2020-06-05 00:20:29 UTC (rev 388317)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libglib-testing
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="Test harnesses and mock classes for GLib"
+url="https://gitlab.gnome.org/pwithnall/libglib-testing;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(glib2 dbus)
+makedepends=(git meson gtk-doc)
+_commit=c761c9fd784bcaca03091af1280e53c0cad39dbc  # tags/0.1.0^0
+source=("git+https://gitlab.gnome.org/pwithnall/libglib-testing.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so)
+  provides+=(libglib-testing-${pkgver%%.*}.so)
+
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-06-04 Thread Jan Steffens via arch-commits
Date: Friday, June 5, 2020 @ 00:08:11
  Author: heftig
Revision: 388315

0.1.0-1

Added:
  libglib-testing/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-05 00:08:11 UTC (rev 388315)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libglib-testing
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="Test harnesses and mock classes for GLib"
+url="https://gitlab.gnome.org/pwithnall/libglib-testing;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(glib2 dbus)
+makedepends=(git meson gtk-doc)
+_commit=c761c9fd784bcaca03091af1280e53c0cad39dbc  # tags/0.1.0^0
+source=("git+https://gitlab.gnome.org/pwithnall/libglib-testing.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so)
+  provides+=(libglib-testing-${pkgver%%.*}.so)
+
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in (3 files)

2020-06-04 Thread Jan Steffens via arch-commits
Date: Thursday, June 4, 2020 @ 23:55:23
  Author: heftig
Revision: 388314

Add libglib-testing

Added:
  libglib-testing/
  libglib-testing/repos/
  libglib-testing/trunk/


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

2020-06-04 Thread Kyle Keen via arch-commits
Date: Thursday, June 4, 2020 @ 23:52:18
  Author: kkeen
Revision: 639050

upgpkg: pcb 1:4.2.2-1

Modified:
  pcb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 23:31:20 UTC (rev 639049)
+++ PKGBUILD2020-06-04 23:52:18 UTC (rev 639050)
@@ -9,7 +9,7 @@
 pkgname=pcb
 epoch=1
 # switched from MMDD to I.J.K
-pkgver=4.2.0
+pkgver=4.2.2
 pkgrel=1
 pkgdesc='Interactive printed circuit board editor'
 url='http://pcb.geda-project.org/'
@@ -22,7 +22,7 @@
'desktop-file-utils: desktop integration')
 makedepends=('intltool' 'tk')
 source=("https://downloads.sourceforge.net/pcb/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('90d03abd80f0e5dc9751fc89d305d79b7248ef64')
+sha1sums=('fb305700c3cabf2ce6e8760b5366d62af909baa7')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-06-04 Thread Kyle Keen via arch-commits
Date: Thursday, June 4, 2020 @ 23:52:30
  Author: kkeen
Revision: 639051

archrelease: copy trunk to community-x86_64

Added:
  pcb/repos/community-x86_64/PKGBUILD
(from rev 639050, pcb/trunk/PKGBUILD)
Deleted:
  pcb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 23:52:18 UTC (rev 639050)
+++ PKGBUILD2020-06-04 23:52:30 UTC (rev 639051)
@@ -1,42 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Matthias Blankertz 
-# Contributor: Egon Geerardyn 
-# Contributor: kfgz 
-# Contributor: Gaetan Bisson 
-# Contributor: Jared Casper 
-# Contributor: Stefan Husmann 
-
-pkgname=pcb
-epoch=1
-# switched from MMDD to I.J.K
-pkgver=4.2.0
-pkgrel=1
-pkgdesc='Interactive printed circuit board editor'
-url='http://pcb.geda-project.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('gtkglext' 'gd')
-optdepends=('tk: additional tools'
-'tcl: additional tools'
-'perl: additional tools'
-   'desktop-file-utils: desktop integration')
-makedepends=('intltool' 'tk')
-source=("https://downloads.sourceforge.net/pcb/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('90d03abd80f0e5dc9751fc89d305d79b7248ef64')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
-  --prefix=/usr \
-  --enable-dbus \
-  --disable-update-mime-database \
-  --disable-update-desktop-database
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -j1 prefix="$pkgdir/usr" install
-
-  rm "$pkgdir/usr/share/info/dir"
-}

Copied: pcb/repos/community-x86_64/PKGBUILD (from rev 639050, 
pcb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 23:52:30 UTC (rev 639051)
@@ -0,0 +1,42 @@
+# Maintainer: Kyle Keen 
+# Contributor: Matthias Blankertz 
+# Contributor: Egon Geerardyn 
+# Contributor: kfgz 
+# Contributor: Gaetan Bisson 
+# Contributor: Jared Casper 
+# Contributor: Stefan Husmann 
+
+pkgname=pcb
+epoch=1
+# switched from MMDD to I.J.K
+pkgver=4.2.2
+pkgrel=1
+pkgdesc='Interactive printed circuit board editor'
+url='http://pcb.geda-project.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('gtkglext' 'gd')
+optdepends=('tk: additional tools'
+'tcl: additional tools'
+'perl: additional tools'
+   'desktop-file-utils: desktop integration')
+makedepends=('intltool' 'tk')
+source=("https://downloads.sourceforge.net/pcb/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('fb305700c3cabf2ce6e8760b5366d62af909baa7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+  --prefix=/usr \
+  --enable-dbus \
+  --disable-update-mime-database \
+  --disable-update-desktop-database
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -j1 prefix="$pkgdir/usr" install
+
+  rm "$pkgdir/usr/share/info/dir"
+}


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

2020-06-04 Thread Kyle Keen via arch-commits
Date: Thursday, June 4, 2020 @ 23:31:20
  Author: kkeen
Revision: 639049

archrelease: copy trunk to community-any

Added:
  bpython/repos/community-any/PKGBUILD
(from rev 639048, bpython/trunk/PKGBUILD)
Deleted:
  bpython/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 23:30:57 UTC (rev 639048)
+++ PKGBUILD2020-06-04 23:31:20 UTC (rev 639049)
@@ -1,36 +0,0 @@
-# Maintainer: Kyle Keen < keenerd at gmail >
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Mike Sampson 
-# Contributor: Anton Bazhenov 
-
-pkgname=bpython
-pkgver=0.18
-pkgrel=3
-pkgdesc='Fancy ncurses interface to the Python interpreter'
-arch=('any')
-url='https://bpython-interpreter.org/'
-license=('MIT')
-depends=('python-pygments' 'python-requests' 'python-curtsies' 
'python-greenlet' 'python-six')
-optdepends=('python-urwid: for bpython-urwid'
-'python-jedi: multiline completion'
-'python-watchdog: module reloading')
-makedepends=('python-distribute')
-#source=(https://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # 
slow
-#source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz;)  
# missing version data
-source=("https://files.pythonhosted.org/packages/source/b/bpython/bpython-$pkgver.tar.gz;)
-md5sums=('a150a9ff3383013da1156dda4b44280d')
-
-# python-watchdog optdep...
-
-build() {
-  cd "$srcdir/bpython-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/bpython-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=0
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython/LICENSE"
-}

Copied: bpython/repos/community-any/PKGBUILD (from rev 639048, 
bpython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 23:31:20 UTC (rev 639049)
@@ -0,0 +1,36 @@
+# Maintainer: Kyle Keen < keenerd at gmail >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Mike Sampson 
+# Contributor: Anton Bazhenov 
+
+pkgname=bpython
+pkgver=0.19
+pkgrel=1
+pkgdesc='Fancy ncurses interface to the Python interpreter'
+arch=('any')
+url='https://bpython-interpreter.org/'
+license=('MIT')
+depends=('python-pygments' 'python-requests' 'python-curtsies' 
'python-greenlet' 'python-six')
+optdepends=('python-urwid: for bpython-urwid'
+'python-jedi: multiline completion'
+'python-watchdog: module reloading')
+makedepends=('python-distribute')
+#source=(https://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # 
slow
+#source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz;)  
# missing version data
+source=("https://files.pythonhosted.org/packages/source/b/bpython/bpython-$pkgver.tar.gz;)
+md5sums=('8793712cf4aba736f2cedc7f51a798df')
+
+# python-watchdog optdep...
+
+build() {
+  cd "$srcdir/bpython-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/bpython-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=0
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython/LICENSE"
+}


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

2020-06-04 Thread Kyle Keen via arch-commits
Date: Thursday, June 4, 2020 @ 23:30:57
  Author: kkeen
Revision: 639048

upgpkg: bpython 0.19-1

Modified:
  bpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 22:11:37 UTC (rev 639047)
+++ PKGBUILD2020-06-04 23:30:57 UTC (rev 639048)
@@ -4,8 +4,8 @@
 # Contributor: Anton Bazhenov 
 
 pkgname=bpython
-pkgver=0.18
-pkgrel=3
+pkgver=0.19
+pkgrel=1
 pkgdesc='Fancy ncurses interface to the Python interpreter'
 arch=('any')
 url='https://bpython-interpreter.org/'
@@ -18,7 +18,7 @@
 #source=(https://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # 
slow
 #source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz;)  
# missing version data
 
source=("https://files.pythonhosted.org/packages/source/b/bpython/bpython-$pkgver.tar.gz;)
-md5sums=('a150a9ff3383013da1156dda4b44280d')
+md5sums=('8793712cf4aba736f2cedc7f51a798df')
 
 # python-watchdog optdep...
 


[arch-commits] Commit in lib32-librsvg/repos/multilib-x86_64 (6 files)

2020-06-04 Thread Jan Steffens via arch-commits
Date: Thursday, June 4, 2020 @ 22:11:37
  Author: heftig
Revision: 639047

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-librsvg/repos/multilib-x86_64/PKGBUILD
(from rev 639046, lib32-librsvg/trunk/PKGBUILD)
  lib32-librsvg/repos/multilib-x86_64/lto.diff
(from rev 639046, lib32-librsvg/trunk/lto.diff)
  lib32-librsvg/repos/multilib-x86_64/multilib.diff
(from rev 639046, lib32-librsvg/trunk/multilib.diff)
Deleted:
  lib32-librsvg/repos/multilib-x86_64/PKGBUILD
  lib32-librsvg/repos/multilib-x86_64/lto.diff
  lib32-librsvg/repos/multilib-x86_64/multilib.diff

---+
 PKGBUILD  |  134 
 lto.diff  |   20 
 multilib.diff |   66 +--
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 22:08:45 UTC (rev 639046)
+++ PKGBUILD2020-06-04 22:11:37 UTC (rev 639047)
@@ -1,67 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: jtts 
-# Contributor: Jan de Groot 
-
-pkgname=lib32-librsvg
-pkgver=2.48.6
-pkgrel=1
-pkgdesc="SVG rendering library (32-bit)"
-url="https://wiki.gnome.org/Projects/LibRsvg;
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libxml2 librsvg)
-makedepends=(gobject-introspection gtk-doc git rust lib32-rust-libs)
-checkdepends=(ttf-dejavu)
-provides=(librsvg-${pkgver%%.*}.so)
-_commit=2bd9b6bb5dc43725fcc471ee25b79f42bb4f2211  # tags/2.48.6^0
-source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
-lto.diff multilib.diff)
-sha256sums=('SKIP'
-'3cc8ad1af515b2cb4071f0647319c1cf3280dc054875634239061800af1616b6'
-'c32283a724e8d1a87ad64330ee72781396b6f439dcae0f56da074e9a988ec544')
-
-pkgver() {
-  cd librsvg
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd librsvg
-
-  # Turn LTO back on
-  git apply -3 ../lto.diff
-
-  # Hack to cross-compile rust only
-  git apply -3 ../multilib.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-  export RUST_TARGET=i686-unknown-linux-gnu
-
-  cd librsvg
-  ./configure --prefix=/usr --disable-static --disable-vala \
---disable-gtk-doc --disable-introspection --libdir=/usr/lib32
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd librsvg
-  # Reftests are probably broken
-  # some reference images were created without the requested fonts
-  make check || :
-}
-
-package() {
-  cd librsvg
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-librsvg/repos/multilib-x86_64/PKGBUILD (from rev 639046, 
lib32-librsvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 22:11:37 UTC (rev 639047)
@@ -0,0 +1,67 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: jtts 
+# Contributor: Jan de Groot 
+
+pkgname=lib32-librsvg
+pkgver=2.48.7
+pkgrel=1
+pkgdesc="SVG rendering library (32-bit)"
+url="https://wiki.gnome.org/Projects/LibRsvg;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libxml2 librsvg)
+makedepends=(gobject-introspection gtk-doc git rust lib32-rust-libs)
+checkdepends=(ttf-dejavu)
+provides=(librsvg-${pkgver%%.*}.so)
+_commit=cdac0c94be16df419dc883e9a3bb2f72345dc60c  # tags/2.48.7^0
+source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
+lto.diff multilib.diff)
+sha256sums=('SKIP'
+'3cc8ad1af515b2cb4071f0647319c1cf3280dc054875634239061800af1616b6'
+'c32283a724e8d1a87ad64330ee72781396b6f439dcae0f56da074e9a988ec544')
+
+pkgver() {
+  cd librsvg
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd librsvg
+
+  # Turn LTO back on
+  git apply -3 ../lto.diff
+
+  # Hack to cross-compile rust only
+  git apply -3 ../multilib.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+  export RUST_TARGET=i686-unknown-linux-gnu
+
+  cd librsvg
+  ./configure --prefix=/usr --disable-static --disable-vala \
+--disable-gtk-doc --disable-introspection --libdir=/usr/lib32
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd librsvg
+  # Reftests are probably broken
+  # some reference images were created without the requested fonts
+  make check || :
+}
+
+package() {
+  cd librsvg
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lto.diff
===
--- lto.diff2020-06-04 22:08:45 UTC (rev 

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

2020-06-04 Thread Jan Steffens via arch-commits
Date: Thursday, June 4, 2020 @ 22:11:38
  Author: heftig
Revision: 388313

archrelease: copy trunk to extra-x86_64

Added:
  librsvg/repos/extra-x86_64/PKGBUILD
(from rev 388312, librsvg/trunk/PKGBUILD)
  librsvg/repos/extra-x86_64/lto.diff
(from rev 388312, librsvg/trunk/lto.diff)
Deleted:
  librsvg/repos/extra-x86_64/PKGBUILD
  librsvg/repos/extra-x86_64/lto.diff

--+
 PKGBUILD |  112 ++---
 lto.diff |   20 +-
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 22:08:43 UTC (rev 388312)
+++ PKGBUILD2020-06-04 22:11:38 UTC (rev 388313)
@@ -1,56 +0,0 @@
-# Maintainer: Jan de Groot 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=librsvg
-pkgver=2.48.6
-pkgrel=1
-epoch=2
-pkgdesc="SVG rendering library"
-url="https://wiki.gnome.org/Projects/LibRsvg;
-arch=(x86_64)
-license=(LGPL)
-depends=(gdk-pixbuf2 pango)
-makedepends=(gobject-introspection vala gtk-doc git rust)
-checkdepends=(ttf-dejavu)
-provides=(librsvg-${pkgver%%.*}.so)
-_commit=2bd9b6bb5dc43725fcc471ee25b79f42bb4f2211  # tags/2.48.6^0
-source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
-lto.diff)
-sha256sums=('SKIP'
-'3cc8ad1af515b2cb4071f0647319c1cf3280dc054875634239061800af1616b6')
-
-pkgver() {
-  cd librsvg
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd librsvg
-
-  # Turn LTO back on
-  git apply -3 ../lto.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd librsvg
-  ./configure --prefix=/usr --disable-static --enable-vala \
---enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd librsvg
-  # Reftests are probably broken
-  # some reference images were created without the requested fonts
-  make check || :
-}
-
-package() {
-  cd librsvg
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: librsvg/repos/extra-x86_64/PKGBUILD (from rev 388312, 
librsvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 22:11:38 UTC (rev 388313)
@@ -0,0 +1,56 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=librsvg
+pkgver=2.48.7
+pkgrel=1
+epoch=2
+pkgdesc="SVG rendering library"
+url="https://wiki.gnome.org/Projects/LibRsvg;
+arch=(x86_64)
+license=(LGPL)
+depends=(gdk-pixbuf2 pango)
+makedepends=(gobject-introspection vala gtk-doc git rust)
+checkdepends=(ttf-dejavu)
+provides=(librsvg-${pkgver%%.*}.so)
+_commit=cdac0c94be16df419dc883e9a3bb2f72345dc60c  # tags/2.48.7^0
+source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
+lto.diff)
+sha256sums=('SKIP'
+'3cc8ad1af515b2cb4071f0647319c1cf3280dc054875634239061800af1616b6')
+
+pkgver() {
+  cd librsvg
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd librsvg
+
+  # Turn LTO back on
+  git apply -3 ../lto.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd librsvg
+  ./configure --prefix=/usr --disable-static --enable-vala \
+--enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd librsvg
+  # Reftests are probably broken
+  # some reference images were created without the requested fonts
+  make check || :
+}
+
+package() {
+  cd librsvg
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lto.diff
===
--- lto.diff2020-06-04 22:08:43 UTC (rev 388312)
+++ lto.diff2020-06-04 22:11:38 UTC (rev 388313)
@@ -1,10 +0,0 @@
-diff --git i/Cargo.toml w/Cargo.toml
-index 818fa620..c776b113 100644
 i/Cargo.toml
-+++ w/Cargo.toml
-@@ -8,3 +8,5 @@ members = [
- 
- [profile.release]
- debug = true
-+lto = "fat"
-+codegen-units = 1

Copied: librsvg/repos/extra-x86_64/lto.diff (from rev 388312, 
librsvg/trunk/lto.diff)
===
--- lto.diff(rev 0)
+++ lto.diff2020-06-04 22:11:38 UTC (rev 388313)
@@ -0,0 +1,10 @@
+diff --git i/Cargo.toml w/Cargo.toml
+index 818fa620..c776b113 100644
+--- i/Cargo.toml
 w/Cargo.toml
+@@ -8,3 +8,5 @@ members = [
+ 
+ [profile.release]
+ debug = true
++lto = "fat"
++codegen-units = 1


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

2020-06-04 Thread Jan Steffens via arch-commits
Date: Thursday, June 4, 2020 @ 22:08:45
  Author: heftig
Revision: 639046

2.48.7-1

Modified:
  lib32-librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 20:54:48 UTC (rev 639045)
+++ PKGBUILD2020-06-04 22:08:45 UTC (rev 639046)
@@ -4,7 +4,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=lib32-librsvg
-pkgver=2.48.6
+pkgver=2.48.7
 pkgrel=1
 pkgdesc="SVG rendering library (32-bit)"
 url="https://wiki.gnome.org/Projects/LibRsvg;
@@ -14,7 +14,7 @@
 makedepends=(gobject-introspection gtk-doc git rust lib32-rust-libs)
 checkdepends=(ttf-dejavu)
 provides=(librsvg-${pkgver%%.*}.so)
-_commit=2bd9b6bb5dc43725fcc471ee25b79f42bb4f2211  # tags/2.48.6^0
+_commit=cdac0c94be16df419dc883e9a3bb2f72345dc60c  # tags/2.48.7^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
 lto.diff multilib.diff)
 sha256sums=('SKIP'


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

2020-06-04 Thread Jan Steffens via arch-commits
Date: Thursday, June 4, 2020 @ 22:08:43
  Author: heftig
Revision: 388312

2.48.7-1

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 21:57:15 UTC (rev 388311)
+++ PKGBUILD2020-06-04 22:08:43 UTC (rev 388312)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=librsvg
-pkgver=2.48.6
+pkgver=2.48.7
 pkgrel=1
 epoch=2
 pkgdesc="SVG rendering library"
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection vala gtk-doc git rust)
 checkdepends=(ttf-dejavu)
 provides=(librsvg-${pkgver%%.*}.so)
-_commit=2bd9b6bb5dc43725fcc471ee25b79f42bb4f2211  # tags/2.48.6^0
+_commit=cdac0c94be16df419dc883e9a3bb2f72345dc60c  # tags/2.48.7^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
 lto.diff)
 sha256sums=('SKIP'


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

2020-06-04 Thread Antonio Rojas via arch-commits
Date: Thursday, June 4, 2020 @ 21:57:15
  Author: arojas
Revision: 388311

archrelease: copy trunk to extra-x86_64

Added:
  unrar/repos/extra-x86_64/PKGBUILD
(from rev 388310, unrar/trunk/PKGBUILD)
Deleted:
  unrar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 21:57:00 UTC (rev 388310)
+++ PKGBUILD2020-06-04 21:57:15 UTC (rev 388311)
@@ -1,44 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgbase=unrar
-pkgname=(unrar libunrar)
-pkgver=5.9.3
-pkgrel=1
-epoch=1
-arch=(x86_64)
-url="https://www.rarlab.com/rar_add.htm;
-license=(custom)
-source=("https://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
-sha256sums=('567284d008e98420f3ae137a8a1a493443376b19de735610d532fb13cafe63fe')
-
-prepare() {
-  sed -e '/CXXFLAGS=/d' -e '/LDFLAGS=/d' -i unrar/makefile # Use system build 
flags
-}
-
-build() {
-  cp -a unrar libunrar
-  export LDFLAGS+=' -pthread'
-  make -C libunrar lib
-  make -C unrar -j1
-}
-
-package_unrar() {
-  pkgdesc="The RAR uncompression program"
-  depends=(gcc-libs)
-  cd unrar
-  install -Dm755 unrar -t "$pkgdir"/usr/bin/
-  # install license
-  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_libunrar() {
-  pkgdesc="Library and header file for applications that use libunrar"
-  depends=(gcc-libs)
-  cd libunrar
-  install -Dm755 libunrar.so -t "$pkgdir"/usr/lib/
-  install -Dm644 dll.hpp -t "$pkgdir"/usr/include/unrar/
-  # install license
-  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: unrar/repos/extra-x86_64/PKGBUILD (from rev 388310, 
unrar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 21:57:15 UTC (rev 388311)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgbase=unrar
+pkgname=(unrar libunrar)
+pkgver=5.9.3
+pkgrel=2
+epoch=1
+arch=(x86_64)
+url="https://www.rarlab.com/rar_add.htm;
+license=(custom)
+source=("https://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
+sha256sums=('28c176c29da86d7efe3cb9a227255d8340f761ba95969195982ec87c8eb2dd69')
+
+prepare() {
+  sed -e '/CXXFLAGS=/d' -e '/LDFLAGS=/d' -i unrar/makefile # Use system build 
flags
+}
+
+build() {
+  cp -a unrar libunrar
+  export LDFLAGS+=' -pthread'
+  make -C libunrar lib
+  make -C unrar -j1
+}
+
+package_unrar() {
+  pkgdesc="The RAR uncompression program"
+  depends=(gcc-libs)
+  cd unrar
+  install -Dm755 unrar -t "$pkgdir"/usr/bin/
+  # install license
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_libunrar() {
+  pkgdesc="Library and header file for applications that use libunrar"
+  depends=(gcc-libs)
+  cd libunrar
+  install -Dm755 libunrar.so -t "$pkgdir"/usr/lib/
+  install -Dm644 dll.hpp -t "$pkgdir"/usr/include/unrar/
+  # install license
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-06-04 Thread Antonio Rojas via arch-commits
Date: Thursday, June 4, 2020 @ 21:57:00
  Author: arojas
Revision: 388310

Updated tarball

Modified:
  unrar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 21:52:58 UTC (rev 388309)
+++ PKGBUILD2020-06-04 21:57:00 UTC (rev 388310)
@@ -5,13 +5,13 @@
 pkgbase=unrar
 pkgname=(unrar libunrar)
 pkgver=5.9.3
-pkgrel=1
+pkgrel=2
 epoch=1
 arch=(x86_64)
 url="https://www.rarlab.com/rar_add.htm;
 license=(custom)
 source=("https://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;)
-sha256sums=('567284d008e98420f3ae137a8a1a493443376b19de735610d532fb13cafe63fe')
+sha256sums=('28c176c29da86d7efe3cb9a227255d8340f761ba95969195982ec87c8eb2dd69')
 
 prepare() {
   sed -e '/CXXFLAGS=/d' -e '/LDFLAGS=/d' -i unrar/makefile # Use system build 
flags


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

2020-06-04 Thread Antonio Rojas via arch-commits
Date: Thursday, June 4, 2020 @ 21:52:58
  Author: arojas
Revision: 388309

archrelease: copy trunk to extra-x86_64

Added:
  krita/repos/extra-x86_64/PKGBUILD
(from rev 388308, krita/trunk/PKGBUILD)
  krita/repos/extra-x86_64/krita-pyqt5-sip5.patch
(from rev 388308, krita/trunk/krita-pyqt5-sip5.patch)
Deleted:
  krita/repos/extra-x86_64/PKGBUILD
  krita/repos/extra-x86_64/krita-pyqt5-sip5.patch
  krita/repos/extra-x86_64/krita-qt5.15-qt5ct.patch

--+
 PKGBUILD |   98 ++---
 krita-pyqt5-sip5.patch   |   44 ++--
 krita-qt5.15-qt5ct.patch |   15 --
 3 files changed, 71 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 21:51:25 UTC (rev 388308)
+++ PKGBUILD2020-06-04 21:52:58 UTC (rev 388309)
@@ -1,49 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=4.2.9
-pkgrel=5
-pkgdesc="Edit and paint images"
-arch=(x86_64)
-url="https://krita.org;
-license=(GPL3)
-depends=(kitemviews kitemmodels ki18n kcompletion karchive kguiaddons kcrash 
qt5-svg qt5-multimedia quazip
- gsl libraw exiv2 openexr fftw boost-libs giflib hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
- qt5-tools sip python-sip)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
-"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig}
- krita-pyqt5-sip5.patch
- 
krita-deadlock-qt5.14.2.patch::"https://invent.kde.org/kde/krita/commit/afed6a9e.patch;
- krita-qt5.15-qt5ct.patch)
-sha256sums=('9f85bb81eaf4976af57352a482af1fdb86f338051a991f6f43976e0b65956da8'
-'SKIP'
-'ab2f33843d8cad31bc13e0eca7dc732cdbfed054924f25ed61102c0d0971c1d8'
-'6477ceec976d376172cc82a5a8bf85938a7dffd924286fa79e64ccdab8c901eb'
-'68583720a24e232dad49c1e042ed9dd0b257d5a433382ea554e4097ca261760e')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../krita-pyqt5-sip5.patch # Fix sip include dir when PyQt5 is 
compiled with SIP 5
-  patch -p1 -i ../krita-deadlock-qt5.14.2.patch # Fix deadlock on plugin load 
with Qt 5.14.2
-  patch -p1 -i ../krita-qt5.15-qt5ct.patch # Workaround crash when using Qt 
5.15 + qt5ct
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 388308, 
krita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 21:52:58 UTC (rev 388309)
@@ -0,0 +1,49 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=4.2.9
+pkgrel=6
+pkgdesc="Edit and paint images"
+arch=(x86_64)
+url="https://krita.org;
+license=(GPL3)
+depends=(kitemviews kitemmodels ki18n kcompletion karchive kguiaddons kcrash 
qt5-svg qt5-multimedia quazip
+ gsl libraw exiv2 openexr fftw boost-libs giflib hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
+ qt5-tools sip python-sip)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
+"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig}
+ krita-pyqt5-sip5.patch
+ 
krita-deadlock-qt5.14.2.patch::"https://invent.kde.org/kde/krita/commit/afed6a9e.patch;
+ 
krita-qt-5.15.patch::"https://invent.kde.org/graphics/krita/-/commit/d5bb12ac.patch;)
+sha256sums=('9f85bb81eaf4976af57352a482af1fdb86f338051a991f6f43976e0b65956da8'
+'SKIP'
+'ab2f33843d8cad31bc13e0eca7dc732cdbfed054924f25ed61102c0d0971c1d8'
+'6477ceec976d376172cc82a5a8bf85938a7dffd924286fa79e64ccdab8c901eb'
+'8fac35357e6f69f919d47e600cc6dff64f08665bed4853219043949032e19370')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../krita-pyqt5-sip5.patch # Fix sip include dir when PyQt5 is 
compiled with SIP 5
+  patch -p1 -i ../krita-deadlock-qt5.14.2.patch # Fix deadlock on plugin load 
with Qt 5.14.2
+  patch -p1 -i 

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

2020-06-04 Thread Antonio Rojas via arch-commits
Date: Thursday, June 4, 2020 @ 21:51:25
  Author: arojas
Revision: 388308

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/PKGBUILD
(from rev 388307, qscintilla/trunk/PKGBUILD)
Deleted:
  qscintilla/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 21:51:11 UTC (rev 388307)
+++ PKGBUILD2020-06-04 21:51:25 UTC (rev 388308)
@@ -1,59 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=qscintilla
-pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
-pkgver=2.11.4
-pkgrel=1
-license=('GPL')
-arch=('x86_64')
-url="https://www.riverbankcomputing.com/software/qscintilla/intro;
-makedepends=('python-pyqt5' 'qt5-tools' 'sip5' 'pyqt-builder')
-source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
-sha256sums=('fab209d7112b75046b2eefabb1572f7671557271911eec18617b8cbf397e1c29')
-
-build() {
-  cd "$srcdir"/QScintilla-${pkgver}
-  export QMAKEFEATURES=$PWD/Qt4Qt5/features/
-
-  cd Qt4Qt5
-  qmake-qt5
-  make
-
-  cd ../designer-Qt4Qt5
-  qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
-  make
-
-  cd ..
-  sip-build \
---no-make \
---qsci-features-dir Qt4Qt5 \
---qsci-include-dir Qt4Qt5 \
---qsci-library-dir Qt4Qt5 \
---api-dir /usr/share/qt/qsci/api/python
-  cd build
-  echo "QT += widgets" >> Qsci/Qsci.pro
-  make
-}
-
-package_qscintilla-qt5() {
-  pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
-  depends=(qt5-base)
-
-  cd QScintilla-${pkgver}/Qt4Qt5
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-  cd ../designer-Qt4Qt5
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-package_python-qscintilla-qt5() {
-  pkgdesc="Python bindings for QScintilla2"
-  depends=(qscintilla-qt5 python-pyqt5)
-  replaces=(python-qscintilla-qt5-common)
-
-  cd QScintilla-${pkgver}/build
-  make INSTALL_ROOT="$pkgdir" install -j1
-}

Copied: qscintilla/repos/extra-x86_64/PKGBUILD (from rev 388307, 
qscintilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 21:51:25 UTC (rev 388308)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=qscintilla
+pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
+pkgver=2.11.4
+pkgrel=2
+license=('GPL')
+arch=('x86_64')
+url="https://www.riverbankcomputing.com/software/qscintilla/intro;
+makedepends=('python-pyqt5' 'qt5-tools' 'sip5' 'pyqt-builder')
+source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
+sha256sums=('723f8f1d1686d9fc8f204cd855347e984322dd5cd727891d324d0d7d187bee20')
+
+build() {
+  cd "$srcdir"/QScintilla-${pkgver}
+  export QMAKEFEATURES=$PWD/Qt4Qt5/features/
+
+  cd Qt4Qt5
+  qmake-qt5
+  make
+
+  cd ../designer-Qt4Qt5
+  qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+  make
+
+  cd ..
+  sip-build \
+--no-make \
+--qsci-features-dir Qt4Qt5/features \
+--qsci-include-dir Qt4Qt5 \
+--qsci-library-dir Qt4Qt5 \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_qscintilla-qt5() {
+  pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
+  depends=(qt5-base)
+
+  cd QScintilla-${pkgver}/Qt4Qt5
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+  cd ../designer-Qt4Qt5
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+}
+
+package_python-qscintilla-qt5() {
+  pkgdesc="Python bindings for QScintilla2"
+  depends=(qscintilla-qt5 python-pyqt5)
+  replaces=(python-qscintilla-qt5-common)
+
+  cd QScintilla-${pkgver}/build
+  make INSTALL_ROOT="$pkgdir" install -j1
+}


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

2020-06-04 Thread Antonio Rojas via arch-commits
Date: Thursday, June 4, 2020 @ 21:50:28
  Author: arojas
Revision: 388306

Rebuild with Qt 5.15 (FS#66887)

Modified:
  qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 21:47:09 UTC (rev 388305)
+++ PKGBUILD2020-06-04 21:50:28 UTC (rev 388306)
@@ -6,13 +6,13 @@
 pkgbase=qscintilla
 pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
 pkgver=2.11.4
-pkgrel=1
+pkgrel=2
 license=('GPL')
 arch=('x86_64')
 url="https://www.riverbankcomputing.com/software/qscintilla/intro;
 makedepends=('python-pyqt5' 'qt5-tools' 'sip5' 'pyqt-builder')
 
source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
-sha256sums=('fab209d7112b75046b2eefabb1572f7671557271911eec18617b8cbf397e1c29')
+sha256sums=('723f8f1d1686d9fc8f204cd855347e984322dd5cd727891d324d0d7d187bee20')
 
 build() {
   cd "$srcdir"/QScintilla-${pkgver}


[arch-commits] Commit in krita/trunk (PKGBUILD krita-qt5.15-qt5ct.patch)

2020-06-04 Thread Antonio Rojas via arch-commits
Date: Thursday, June 4, 2020 @ 21:51:11
  Author: arojas
Revision: 388307

Remove no longer needed workaround for qt5ct crashes

Modified:
  krita/trunk/PKGBUILD
Deleted:
  krita/trunk/krita-qt5.15-qt5ct.patch

--+
 PKGBUILD |8 
 krita-qt5.15-qt5ct.patch |   15 ---
 2 files changed, 4 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 21:50:28 UTC (rev 388306)
+++ PKGBUILD2020-06-04 21:51:11 UTC (rev 388307)
@@ -2,7 +2,7 @@
 
 pkgname=krita
 pkgver=4.2.9
-pkgrel=5
+pkgrel=6
 pkgdesc="Edit and paint images"
 arch=(x86_64)
 url="https://krita.org;
@@ -18,12 +18,12 @@
 
source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig}
  krita-pyqt5-sip5.patch
  
krita-deadlock-qt5.14.2.patch::"https://invent.kde.org/kde/krita/commit/afed6a9e.patch;
- krita-qt5.15-qt5ct.patch)
+ 
krita-qt-5.15.patch::"https://invent.kde.org/graphics/krita/-/commit/d5bb12ac.patch;)
 sha256sums=('9f85bb81eaf4976af57352a482af1fdb86f338051a991f6f43976e0b65956da8'
 'SKIP'
 'ab2f33843d8cad31bc13e0eca7dc732cdbfed054924f25ed61102c0d0971c1d8'
 '6477ceec976d376172cc82a5a8bf85938a7dffd924286fa79e64ccdab8c901eb'
-'68583720a24e232dad49c1e042ed9dd0b257d5a433382ea554e4097ca261760e')
+'8fac35357e6f69f919d47e600cc6dff64f08665bed4853219043949032e19370')
 validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

 
 prepare() {
@@ -32,7 +32,7 @@
   cd $pkgname-$pkgver
   patch -p1 -i ../krita-pyqt5-sip5.patch # Fix sip include dir when PyQt5 is 
compiled with SIP 5
   patch -p1 -i ../krita-deadlock-qt5.14.2.patch # Fix deadlock on plugin load 
with Qt 5.14.2
-  patch -p1 -i ../krita-qt5.15-qt5ct.patch # Workaround crash when using Qt 
5.15 + qt5ct
+  patch -p1 -i ../krita-qt-5.15.patch # Fix build with Qt 5.15
 }
 
 build() {

Deleted: krita-qt5.15-qt5ct.patch
===
--- krita-qt5.15-qt5ct.patch2020-06-04 21:50:28 UTC (rev 388306)
+++ krita-qt5.15-qt5ct.patch2020-06-04 21:51:11 UTC (rev 388307)
@@ -1,15 +0,0 @@
-diff --git a/libs/ui/opengl/KisOpenGLModeProber.cpp 
b/libs/ui/opengl/KisOpenGLModeProber.cpp
-index 6589e67034..01e3040759 100644
 a/libs/ui/opengl/KisOpenGLModeProber.cpp
-+++ b/libs/ui/opengl/KisOpenGLModeProber.cpp
-@@ -181,7 +181,10 @@ KisOpenGLModeProber::probeFormat(const 
KisOpenGL::RendererConfig 
- formatSetter.reset(new SurfaceFormatSetter(format));
- 
- QGuiApplication::setDesktopSettingsAware(false);
-+QString platformtheme = qgetenv("QT_QPA_PLATFORMTHEME");
-+qunsetenv("QT_QPA_PLATFORMTHEME");
- application.reset(new QGuiApplication(argc, ));
-+qputenv("QT_QPA_PLATFORMTHEME", platformtheme.toLocal8Bit());
- QGuiApplication::setDesktopSettingsAware(true);
- }
- 


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

2020-06-04 Thread Jan Steffens via arch-commits
Date: Thursday, June 4, 2020 @ 21:47:09
  Author: heftig
Revision: 388305

archrelease: copy trunk to extra-any

Added:
  mm-common/repos/extra-any/PKGBUILD
(from rev 388304, mm-common/trunk/PKGBUILD)
Deleted:
  mm-common/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 21:46:38 UTC (rev 388304)
+++ PKGBUILD2020-06-04 21:47:09 UTC (rev 388305)
@@ -1,41 +0,0 @@
-# Contributor: Ionut Biru 
-
-pkgname=mm-common
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="Common build files of the C++ bindings"
-url="http://www.gtkmm.org/;
-arch=(any)
-depends=(graphviz doxygen gtk-doc libsigc++-docs perl-xml-parser)
-makedepends=(libsigc++ git meson)
-license=(GPL2)
-_commit=ffba112d04908cd7badc7e7d39cb09bf6827ec7a  # tags/1.0.0^0
-source=("git+https://gitlab.gnome.org/GNOME/mm-common.git#commit=$_commit;
-https://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag)
-sha256sums=('SKIP'
-'f6c8c74e8293aefaefb4d25fd154d5f537b3bc80e7ceecaa02c5a01836fc09e6')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  cp ../libstdc++.tag doctags
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mm-common/repos/extra-any/PKGBUILD (from rev 388304, 
mm-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 21:47:09 UTC (rev 388305)
@@ -0,0 +1,41 @@
+# Contributor: Ionut Biru 
+
+pkgname=mm-common
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Common build files of the C++ bindings"
+url="https://www.gtkmm.org/;
+arch=(any)
+depends=(graphviz doxygen gtk-doc libsigc++-docs perl-xml-parser)
+makedepends=(libsigc++ git meson)
+license=(GPL2)
+_commit=0f7f6e48fd7a07f21c6f4edc61f254546f9d484a  # tags/1.0.1^0
+source=("git+https://gitlab.gnome.org/GNOME/mm-common.git#commit=$_commit;
+https://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag)
+sha256sums=('SKIP'
+'f6c8c74e8293aefaefb4d25fd154d5f537b3bc80e7ceecaa02c5a01836fc09e6')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  cp ../libstdc++.tag doctags
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-04 Thread Jan Steffens via arch-commits
Date: Thursday, June 4, 2020 @ 21:46:38
  Author: heftig
Revision: 388304

1.0.1-1

Modified:
  mm-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 21:18:50 UTC (rev 388303)
+++ PKGBUILD2020-06-04 21:46:38 UTC (rev 388304)
@@ -1,15 +1,15 @@
 # Contributor: Ionut Biru 
 
 pkgname=mm-common
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="Common build files of the C++ bindings"
-url="http://www.gtkmm.org/;
+url="https://www.gtkmm.org/;
 arch=(any)
 depends=(graphviz doxygen gtk-doc libsigc++-docs perl-xml-parser)
 makedepends=(libsigc++ git meson)
 license=(GPL2)
-_commit=ffba112d04908cd7badc7e7d39cb09bf6827ec7a  # tags/1.0.0^0
+_commit=0f7f6e48fd7a07f21c6f4edc61f254546f9d484a  # tags/1.0.1^0
 source=("git+https://gitlab.gnome.org/GNOME/mm-common.git#commit=$_commit;
 https://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag)
 sha256sums=('SKIP'
@@ -27,7 +27,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-06-04 Thread Antonio Rojas via arch-commits
Date: Thursday, June 4, 2020 @ 21:16:50
  Author: arojas
Revision: 388302

archrelease: copy trunk to extra-x86_64

Added:
  signond/repos/extra-x86_64/PKGBUILD
(from rev 388301, signond/trunk/PKGBUILD)
Deleted:
  signond/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 21:06:30 UTC (rev 388301)
+++ PKGBUILD2020-06-04 21:16:50 UTC (rev 388302)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Balló György 
-
-pkgname=signond
-pkgver=8.60
-pkgrel=2
-pkgdesc="A D-Bus service which performs user authentication on behalf of its 
clients"
-arch=(x86_64)
-url="https://gitlab.com/accounts-sso/signond/;
-license=(LGPL)
-depends=(qt5-base libproxy)
-makedepends=(doxygen graphviz ttf-font qt5-tools)
-conflicts=(signon signon-qt5)
-provides=(signon signon-qt5)
-replaces=(signon signon-qt5)
-source=("https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2?ref=VERSION_$pkgver;)
-sha1sums=('55f745a6379338e99bd2b41107a569c96c3d5db8')
-
-build() {
-  cd $pkgname-*
-  qmake PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd $pkgname-*
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Do not ship docs
-  rm -rf "$pkgdir"/usr/share/doc
-}

Copied: signond/repos/extra-x86_64/PKGBUILD (from rev 388301, 
signond/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 21:16:50 UTC (rev 388302)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=signond
+pkgver=8.60
+pkgrel=3
+pkgdesc="A D-Bus service which performs user authentication on behalf of its 
clients"
+arch=(x86_64)
+url="https://gitlab.com/accounts-sso/signond/;
+license=(LGPL)
+depends=(qt5-base libproxy)
+makedepends=(doxygen graphviz ttf-font qt5-tools)
+conflicts=(signon signon-qt5)
+provides=(signon signon-qt5)
+replaces=(signon signon-qt5)
+source=("https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2?ref=VERSION_$pkgver;)
+sha1sums=('55f745a6379338e99bd2b41107a569c96c3d5db8')
+
+build() {
+  cd $pkgname-*
+  qmake PREFIX=/usr LIBDIR=/usr/lib CONFIG+=rtti
+  make
+}
+
+package() {
+  cd $pkgname-*
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Do not ship docs
+  rm -rf "$pkgdir"/usr/share/doc
+}


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

2020-06-04 Thread Antonio Rojas via arch-commits
Date: Thursday, June 4, 2020 @ 21:18:50
  Author: arojas
Revision: 388303

archrelease: copy trunk to extra-x86_64

Added:
  signond/repos/extra-x86_64/PKGBUILD
(from rev 388302, signond/trunk/PKGBUILD)
Deleted:
  signond/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 21:16:50 UTC (rev 388302)
+++ PKGBUILD2020-06-04 21:18:50 UTC (rev 388303)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Balló György 
-
-pkgname=signond
-pkgver=8.60
-pkgrel=3
-pkgdesc="A D-Bus service which performs user authentication on behalf of its 
clients"
-arch=(x86_64)
-url="https://gitlab.com/accounts-sso/signond/;
-license=(LGPL)
-depends=(qt5-base libproxy)
-makedepends=(doxygen graphviz ttf-font qt5-tools)
-conflicts=(signon signon-qt5)
-provides=(signon signon-qt5)
-replaces=(signon signon-qt5)
-source=("https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2?ref=VERSION_$pkgver;)
-sha1sums=('55f745a6379338e99bd2b41107a569c96c3d5db8')
-
-build() {
-  cd $pkgname-*
-  qmake PREFIX=/usr LIBDIR=/usr/lib CONFIG+=rtti
-  make
-}
-
-package() {
-  cd $pkgname-*
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Do not ship docs
-  rm -rf "$pkgdir"/usr/share/doc
-}

Copied: signond/repos/extra-x86_64/PKGBUILD (from rev 388302, 
signond/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 21:18:50 UTC (rev 388303)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=signond
+pkgver=8.60
+pkgrel=3
+pkgdesc="A D-Bus service which performs user authentication on behalf of its 
clients"
+arch=(x86_64)
+url="https://gitlab.com/accounts-sso/signond/;
+license=(LGPL)
+depends=(qt5-base libproxy)
+makedepends=(doxygen graphviz ttf-font qt5-tools)
+conflicts=(signon signon-qt5)
+provides=(signon signon-qt5)
+replaces=(signon signon-qt5)
+source=("https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2?ref=VERSION_$pkgver;)
+sha1sums=('55f745a6379338e99bd2b41107a569c96c3d5db8')
+
+build() {
+  cd $pkgname-*
+  qmake PREFIX=/usr LIBDIR=/usr/lib CONFIG+=rtti
+  make
+}
+
+package() {
+  cd $pkgname-*
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Do not ship docs
+  rm -rf "$pkgdir"/usr/share/doc
+}


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

2020-06-04 Thread Antonio Rojas via arch-commits
Date: Thursday, June 4, 2020 @ 21:06:30
  Author: arojas
Revision: 388301

Build with rtti to fix crashes

Modified:
  signond/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 20:23:46 UTC (rev 388300)
+++ PKGBUILD2020-06-04 21:06:30 UTC (rev 388301)
@@ -4,7 +4,7 @@
 
 pkgname=signond
 pkgver=8.60
-pkgrel=2
+pkgrel=3
 pkgdesc="A D-Bus service which performs user authentication on behalf of its 
clients"
 arch=(x86_64)
 url="https://gitlab.com/accounts-sso/signond/;
@@ -19,7 +19,7 @@
 
 build() {
   cd $pkgname-*
-  qmake PREFIX=/usr LIBDIR=/usr/lib
+  qmake PREFIX=/usr LIBDIR=/usr/lib CONFIG+=rtti
   make
 }
 


[arch-commits] Commit in qt5ct (5 files)

2020-06-04 Thread Antonio Rojas via arch-commits
Date: Thursday, June 4, 2020 @ 20:54:48
  Author: arojas
Revision: 639045

archrelease: copy trunk to community-x86_64

Added:
  qt5ct/repos/
  qt5ct/repos/community-x86_64/
  qt5ct/repos/community-x86_64/PKGBUILD
(from rev 639044, qt5ct/trunk/PKGBUILD)
  qt5ct/repos/community-x86_64/qt5.15-palette.patch
(from rev 639044, qt5ct/trunk/qt5.15-palette.patch)
Deleted:
  qt5ct/repos/

--+
 PKGBUILD |   36 
 qt5.15-palette.patch |  108 +
 2 files changed, 144 insertions(+)

Copied: qt5ct/repos/community-x86_64/PKGBUILD (from rev 639044, 
qt5ct/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-06-04 20:54:48 UTC (rev 639045)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: FadeMind 
+# Contributor: Zatherz 
+
+pkgname=qt5ct
+pkgver=0.41
+pkgrel=5
+pkgdesc="Qt5 Configuration Utility"
+arch=(x86_64)
+url="https://qt5ct.sourceforge.io/;
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;
+ qt5.15-palette.patch)
+sha256sums=('f24030e90d8b923b60c320b2db5b4c0fcc47f9f35ac4c52060ab3c6e423057dc'
+'98e87d63bd3873decf7364fe1ba70c075eee94f561a0aad06e78bd66b61149e1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p3 -i ../qt5.15-palette.patch # Fix QPalette use with Qt 5.15
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 $pkgname.pro 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+

Copied: qt5ct/repos/community-x86_64/qt5.15-palette.patch (from rev 639044, 
qt5ct/trunk/qt5.15-palette.patch)
===
--- repos/community-x86_64/qt5.15-palette.patch (rev 0)
+++ repos/community-x86_64/qt5.15-palette.patch 2020-06-04 20:54:48 UTC (rev 
639045)
@@ -0,0 +1,108 @@
+--- a/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp
 b/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp
+@@ -84,8 +84,8 @@
+ 
+ Qt5CTPlatformTheme::~Qt5CTPlatformTheme()
+ {
+-if(m_customPalette)
+-delete m_customPalette;
++if(m_palette)
++delete m_palette;
+ 
+ }
+ 
+@@ -134,7 +134,7 @@
+ const QPalette *Qt5CTPlatformTheme::palette(QPlatformTheme::Palette type) 
const
+ {
+ Q_UNUSED(type);
+-return (m_usePalette ? m_customPalette : nullptr);
++return (m_usePalette ? m_palette : nullptr);
+ }
+ 
+ const QFont *Qt5CTPlatformTheme::font(QPlatformTheme::Font type) const
+@@ -226,13 +226,12 @@
+ if(m_update && qApp->style()->objectName() == "qt5ct-style") //ignore 
application style
+ qApp->setStyle("qt5ct-style"); //recreate style object
+ 
++if(!m_palette)
++m_palette = new QPalette(qApp->style()->standardPalette());
++
+ if(m_update && m_usePalette)
+-{
+-if(m_customPalette)
+-qApp->setPalette(*m_customPalette);
+-else
+-qApp->setPalette(qApp->style()->standardPalette());
+-}
++qApp->setPalette(*m_palette);
++
+ 
+ //do not override application style
+ if(m_prevStyleSheet == qApp->styleSheet())
+@@ -244,12 +243,12 @@
+ #endif
+ QGuiApplication::setFont(m_generalFont); //apply font
+ QIcon::setThemeName(m_iconTheme); //apply icons
+-if(m_customPalette && m_usePalette)
+-QGuiApplication::setPalette(*m_customPalette); //apply palette
+-
+-#ifdef QT_WIDGETS_LIB
+-if(m_customPalette && m_usePalette && !m_update)
+-qApp->setPalette(*m_customPalette);
++if(m_palette && m_usePalette)
++QGuiApplication::setPalette(*m_palette); //apply palette
++
++#ifdef QT_WIDGETS_LIB
++if(m_palette && m_usePalette && !m_update)
++qApp->setPalette(*m_palette);
+ 
+ if(hasWidgets())
+ {
+@@ -288,10 +287,10 @@
+ 
+ void Qt5CTPlatformTheme::readSettings()
+ {
+-if(m_customPalette)
+-{
+-delete m_customPalette;
+-m_customPalette = nullptr;
++if(m_palette)
++{
++delete m_palette;
++m_palette = nullptr;
+ }
+ 
+ QSettings settings(Qt5CT::configFile(), QSettings::IniFormat);
+@@ -302,7 +301,7 @@
+ if(!schemePath.isEmpty() && settings.value("custom_palette", 
false).toBool())
+ {
+ schemePath = Qt5CT::resolvePath(schemePath); //replace environment 
variables
+-m_customPalette = new QPalette(loadColorScheme(schemePath));
++m_palette = new QPalette(loadColorScheme(schemePath));
+ }
+ m_iconTheme = settings.value("icon_theme").toString();
+ //load dialogs
+--- a/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.h
 

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

2020-06-04 Thread Antonio Rojas via arch-commits
Date: Thursday, June 4, 2020 @ 20:51:49
  Author: arojas
Revision: 639044

archrelease: copy trunk to community-x86_64

Added:
  qt5ct/repos/community-x86_64/PKGBUILD
(from rev 639043, qt5ct/trunk/PKGBUILD)
  qt5ct/repos/community-x86_64/qt5.15-palette.patch
(from rev 639043, qt5ct/trunk/qt5.15-palette.patch)
Deleted:
  qt5ct/repos/community-x86_64/PKGBUILD
  qt5ct/repos/community-x86_64/qt5.15-palette.patch

--+
 PKGBUILD |   72 -
 qt5.15-palette.patch |  203 ++---
 2 files changed, 144 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 20:48:10 UTC (rev 639043)
+++ PKGBUILD2020-06-04 20:51:49 UTC (rev 639044)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: FadeMind 
-# Contributor: Zatherz 
-
-pkgname=qt5ct
-pkgver=0.41
-pkgrel=4
-pkgdesc="Qt5 Configuration Utility"
-arch=(x86_64)
-url="https://qt5ct.sourceforge.io/;
-license=(BSD)
-depends=(qt5-svg)
-makedepends=(qt5-tools)
-source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;
- qt5.15-palette.patch)
-sha256sums=('f24030e90d8b923b60c320b2db5b4c0fcc47f9f35ac4c52060ab3c6e423057dc'
-'62c52be677fa133b46134d5f7713f46b4db382721e66480c5810706cafb31c44')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p3 -i ../qt5.15-palette.patch # Fix QPalette use with Qt 5.15
-}
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 $pkgname.pro 
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-} 
-

Copied: qt5ct/repos/community-x86_64/PKGBUILD (from rev 639043, 
qt5ct/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 20:51:49 UTC (rev 639044)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: FadeMind 
+# Contributor: Zatherz 
+
+pkgname=qt5ct
+pkgver=0.41
+pkgrel=5
+pkgdesc="Qt5 Configuration Utility"
+arch=(x86_64)
+url="https://qt5ct.sourceforge.io/;
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;
+ qt5.15-palette.patch)
+sha256sums=('f24030e90d8b923b60c320b2db5b4c0fcc47f9f35ac4c52060ab3c6e423057dc'
+'98e87d63bd3873decf7364fe1ba70c075eee94f561a0aad06e78bd66b61149e1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p3 -i ../qt5.15-palette.patch # Fix QPalette use with Qt 5.15
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 $pkgname.pro 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+

Deleted: qt5.15-palette.patch
===
--- qt5.15-palette.patch2020-06-04 20:48:10 UTC (rev 639043)
+++ qt5.15-palette.patch2020-06-04 20:51:49 UTC (rev 639044)
@@ -1,95 +0,0 @@
 a/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp
-+++ b/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp
-@@ -84,8 +84,8 @@
- 
- Qt5CTPlatformTheme::~Qt5CTPlatformTheme()
- {
--if(m_customPalette)
--delete m_customPalette;
-+if(m_palette)
-+delete m_palette;
- 
- }
- 
-@@ -134,7 +134,7 @@
- const QPalette *Qt5CTPlatformTheme::palette(QPlatformTheme::Palette type) 
const
- {
- Q_UNUSED(type);
--return (m_usePalette ? m_customPalette : nullptr);
-+return (m_usePalette ? m_palette : nullptr);
- }
- 
- const QFont *Qt5CTPlatformTheme::font(QPlatformTheme::Font type) const
-@@ -226,13 +226,12 @@
- if(m_update && qApp->style()->objectName() == "qt5ct-style") //ignore 
application style
- qApp->setStyle("qt5ct-style"); //recreate style object
- 
-+if(!m_palette)
-+m_palette = new QPalette(qApp->style()->standardPalette());
-+
- if(m_update && m_usePalette)
--{
--if(m_customPalette)
--qApp->setPalette(*m_customPalette);
--else
--qApp->setPalette(qApp->style()->standardPalette());
--}
-+qApp->setPalette(*m_palette);
-+
- 
- //do not override application style
- if(m_prevStyleSheet == qApp->styleSheet())
-@@ -244,12 +243,12 @@
- #endif
- QGuiApplication::setFont(m_generalFont); //apply font
- QIcon::setThemeName(m_iconTheme); //apply icons
--if(m_customPalette && m_usePalette)
--QGuiApplication::setPalette(*m_customPalette); //apply palette
--
--#ifdef QT_WIDGETS_LIB
--if(m_customPalette && m_usePalette && !m_update)
--qApp->setPalette(*m_customPalette);
-+if(m_palette && m_usePalette)
-+QGuiApplication::setPalette(*m_palette); //apply palette
-+
-+#ifdef QT_WIDGETS_LIB
-+

[arch-commits] Commit in qt5ct/trunk (PKGBUILD qt5.15-palette.patch)

2020-06-04 Thread Antonio Rojas via arch-commits
Date: Thursday, June 4, 2020 @ 20:48:10
  Author: arojas
Revision: 639043

Fix crashes in multiple applications (FS#66883)

Modified:
  qt5ct/trunk/PKGBUILD
  qt5ct/trunk/qt5.15-palette.patch

--+
 PKGBUILD |4 ++--
 qt5.15-palette.patch |   13 +
 2 files changed, 15 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 20:03:05 UTC (rev 639042)
+++ PKGBUILD2020-06-04 20:48:10 UTC (rev 639043)
@@ -4,7 +4,7 @@
 
 pkgname=qt5ct
 pkgver=0.41
-pkgrel=4
+pkgrel=5
 pkgdesc="Qt5 Configuration Utility"
 arch=(x86_64)
 url="https://qt5ct.sourceforge.io/;
@@ -14,7 +14,7 @@
 
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;
  qt5.15-palette.patch)
 sha256sums=('f24030e90d8b923b60c320b2db5b4c0fcc47f9f35ac4c52060ab3c6e423057dc'
-'62c52be677fa133b46134d5f7713f46b4db382721e66480c5810706cafb31c44')
+'98e87d63bd3873decf7364fe1ba70c075eee94f561a0aad06e78bd66b61149e1')
 
 prepare() {
   cd $pkgname-$pkgver

Modified: qt5.15-palette.patch
===
--- qt5.15-palette.patch2020-06-04 20:03:05 UTC (rev 639042)
+++ qt5.15-palette.patch2020-06-04 20:48:10 UTC (rev 639043)
@@ -93,3 +93,16 @@
  QFont m_generalFont, m_fixedFont;
  int m_doubleClickInterval;
  int m_cursorFlashTime;
+--- a/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp
 b/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp
+@@ -133,8 +133,7 @@
+ 
+ const QPalette *Qt5CTPlatformTheme::palette(QPlatformTheme::Palette type) 
const
+ {
+-Q_UNUSED(type);
+-return (m_usePalette ? m_palette : nullptr);
++return (m_usePalette && m_palette) ? m_palette : 
QPlatformTheme::palette(type);
+ }
+ 
+ const QFont *Qt5CTPlatformTheme::font(QPlatformTheme::Font type) const
+


[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

2020-06-04 Thread Pierre Schmitz via arch-commits
Date: Thursday, June 4, 2020 @ 20:23:46
  Author: pierre
Revision: 388300

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
(from rev 388299, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 20:23:33 UTC (rev 388299)
+++ PKGBUILD2020-06-04 20:23:46 UTC (rev 388300)
@@ -1,29 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=grml-zsh-config
-pkgver=0.17.1
-pkgrel=1
-pkgdesc="grml's zsh setup"
-arch=('any')
-url='https://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('d9f16c09f3a5717727a059a641d7e72d282f3e01520799136e9371656e58647c')
-
-build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
-   make
-}
-
-package() {
-   cd ${srcdir}/grml-etc-core-${pkgver}
-   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
-   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
-   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
-
-   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
-   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 388299, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 20:23:46 UTC (rev 388300)
@@ -0,0 +1,29 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=grml-zsh-config
+pkgver=0.17.2
+pkgrel=1
+pkgdesc="grml's zsh setup"
+arch=('any')
+url='https://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
+sha256sums=('3b717be2979dddfa896968ee948592e20b82d6d56aa1156c1c9ee05ed06d88ec')
+
+build() {
+   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}


[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2020-06-04 Thread Pierre Schmitz via arch-commits
Date: Thursday, June 4, 2020 @ 20:23:33
  Author: pierre
Revision: 388299

upgpkg: grml-zsh-config 0.17.2-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 18:46:43 UTC (rev 388298)
+++ PKGBUILD2020-06-04 20:23:33 UTC (rev 388299)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=grml-zsh-config
-pkgver=0.17.1
+pkgver=0.17.2
 pkgrel=1
 pkgdesc="grml's zsh setup"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('d9f16c09f3a5717727a059a641d7e72d282f3e01520799136e9371656e58647c')
+sha256sums=('3b717be2979dddfa896968ee948592e20b82d6d56aa1156c1c9ee05ed06d88ec')
 
 build() {
cd ${srcdir}/grml-etc-core-${pkgver}/doc


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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 20:02:52
  Author: dvzrv
Revision: 639041

upgpkg: dnscrypt-proxy 2.0.42-3: Rebuilding for go-pie deprecation.

Modified:
  dnscrypt-proxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 19:54:00 UTC (rev 639040)
+++ PKGBUILD2020-06-04 20:02:52 UTC (rev 639041)
@@ -5,13 +5,13 @@
 
 pkgname=dnscrypt-proxy
 pkgver=2.0.42
-pkgrel=2
+pkgrel=3
 pkgdesc="DNS proxy, supporting encrypted DNS protocols such as DNSCrypt v2 and 
DNS-over-HTTPS"
 arch=('x86_64')
 url="https://github.com/DNSCrypt/dnscrypt-proxy;
-license=('custom:ISC')
+license=('ISC')
 depends=('glibc')
-makedepends=('git' 'go-pie')
+makedepends=('git' 'go')
 optdepends=('python-urllib3: for generate-domains-blacklist')
 install="${pkgname}.install"
 backup=("etc/${pkgname}/${pkgname}.toml"
@@ -41,7 +41,12 @@
 
 build() {
   cd "$pkgname-$pkgver/${pkgname}"
-  go build -ldflags="-linkmode external -extldflags ${LDFLAGS} -s -w"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build
 }
 
 package() {


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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 20:03:05
  Author: dvzrv
Revision: 639042

archrelease: copy trunk to community-x86_64

Added:
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
(from rev 639041, dnscrypt-proxy/trunk/PKGBUILD)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install
(from rev 639041, dnscrypt-proxy/trunk/dnscrypt-proxy.install)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.service
(from rev 639041, dnscrypt-proxy/trunk/dnscrypt-proxy.service)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.socket
(from rev 639041, dnscrypt-proxy/trunk/dnscrypt-proxy.socket)
Deleted:
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.service
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.socket

+
 PKGBUILD   |  161 ---
 dnscrypt-proxy.install |   14 ++--
 dnscrypt-proxy.service |   72 ++---
 dnscrypt-proxy.socket  |   32 -
 4 files changed, 142 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 20:02:52 UTC (rev 639041)
+++ PKGBUILD2020-06-04 20:03:05 UTC (rev 639042)
@@ -1,78 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-# Contributor: Techlive Zheng 
-# Contributor: peace4all 
-
-pkgname=dnscrypt-proxy
-pkgver=2.0.42
-pkgrel=2
-pkgdesc="DNS proxy, supporting encrypted DNS protocols such as DNSCrypt v2 and 
DNS-over-HTTPS"
-arch=('x86_64')
-url="https://github.com/DNSCrypt/dnscrypt-proxy;
-license=('custom:ISC')
-depends=('glibc')
-makedepends=('git' 'go-pie')
-optdepends=('python-urllib3: for generate-domains-blacklist')
-install="${pkgname}.install"
-backup=("etc/${pkgname}/${pkgname}.toml"
-"etc/${pkgname}/blacklist.txt"
-"etc/${pkgname}/cloaking-rules.txt"
-"etc/${pkgname}/forwarding-rules.txt"
-"etc/${pkgname}/ip-blacklist.txt"
-"etc/${pkgname}/whitelist.txt"
-)
-source=("git+https://github.com/jedisct1/${pkgname}#tag=${pkgver}?signed;
-"${pkgname}.service"
-"${pkgname}.socket"
-
"${pkgname}-configuration.patch::https://github.com/dvzrv/dnscrypt-proxy/commit/8d0fb58eaf5b2e315c9a243e34596104d4f2bff4.patch;)
-sha512sums=('SKIP'
-
'49a9e7ab55e3d5a61017ab2d3a9d8baa503a7737b3b23402d1685f3fda2b59c5e08810bb18be30b2f099da7fa8686ce1bb4052cdd705e9397fd40b663bef3f21'
-
'56a56e87032da9316b392b0613124b0743673041596c717005541ae9b3994c7fc16c02497ea773d321f45d8e0f9ea8fda00783062cef4d5c8277b5b6f7cb10d5'
-
'3144229a4b60a237f5f576650e6f7a34df90026307bb18b68b72bddc1cbdc14f4740c29ac570e1c337ff24439172b6f6e2f0d67ec5ccd38bea1572c7ad765ebb')
-validpgpkeys=('54A2B8892CC3D6A597B92B6C210627AABA709FE1') # Frank Denis 
(Jedi/Sector One) 
+# Contributor: Felix Yan 
+# Contributor: Techlive Zheng 
+# Contributor: peace4all 
+
+pkgname=dnscrypt-proxy
+pkgver=2.0.42
+pkgrel=3
+pkgdesc="DNS proxy, supporting encrypted DNS protocols such as DNSCrypt v2 and 
DNS-over-HTTPS"
+arch=('x86_64')
+url="https://github.com/DNSCrypt/dnscrypt-proxy;
+license=('ISC')
+depends=('glibc')
+makedepends=('git' 'go')
+optdepends=('python-urllib3: for generate-domains-blacklist')
+install="${pkgname}.install"
+backup=("etc/${pkgname}/${pkgname}.toml"
+"etc/${pkgname}/blacklist.txt"
+"etc/${pkgname}/cloaking-rules.txt"
+"etc/${pkgname}/forwarding-rules.txt"
+"etc/${pkgname}/ip-blacklist.txt"
+"etc/${pkgname}/whitelist.txt"
+)
+source=("git+https://github.com/jedisct1/${pkgname}#tag=${pkgver}?signed;
+"${pkgname}.service"
+"${pkgname}.socket"
+
"${pkgname}-configuration.patch::https://github.com/dvzrv/dnscrypt-proxy/commit/8d0fb58eaf5b2e315c9a243e34596104d4f2bff4.patch;)
+sha512sums=('SKIP'
+
'49a9e7ab55e3d5a61017ab2d3a9d8baa503a7737b3b23402d1685f3fda2b59c5e08810bb18be30b2f099da7fa8686ce1bb4052cdd705e9397fd40b663bef3f21'
+
'56a56e87032da9316b392b0613124b0743673041596c717005541ae9b3994c7fc16c02497ea773d321f45d8e0f9ea8fda00783062cef4d5c8277b5b6f7cb10d5'
+
'3144229a4b60a237f5f576650e6f7a34df90026307bb18b68b72bddc1cbdc14f4740c29ac570e1c337ff24439172b6f6e2f0d67ec5ccd38bea1572c7ad765ebb')
+validpgpkeys=('54A2B8892CC3D6A597B92B6C210627AABA709FE1') # Frank Denis 
(Jedi/Sector One) https://github.com/jedisct1/dnscrypt-proxy/wiki
-Wants=network-online.target nss-lookup.target
-Before=nss-lookup.target
-
-[Service]
-AmbientCapabilities=CAP_NET_BIND_SERVICE
-CacheDirectory=dnscrypt-proxy
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-DynamicUser=yes
-ExecStart=/usr/bin/dnscrypt-proxy --config 
/etc/dnscrypt-proxy/dnscrypt-proxy.toml
-LockPersonality=yes
-LogsDirectory=dnscrypt-proxy
-MemoryDenyWriteExecute=true
-NonBlocking=true
-NoNewPrivileges=true
-PrivateDevices=true

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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 19:18:51
  Author: dvzrv
Revision: 639039

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 19:18:37 UTC (rev 639038)
+++ PKGBUILD2020-06-04 19:18:51 UTC (rev 639039)
@@ -1,43 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Lex Black 
-# Contributor: gardar 
-# Contributor: Morten Linderud 
-
-pkgbase="python-testinfra"
-pkgname="python-testinfra"
-_pkgname="testinfra"
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='Testinfra test your infrastructures'
-url="https://github.com/philpep/testinfra;
-arch=('any')
-license=('Apache')
-depends=('python-six')
-makedepends=('python' 'python-setuptools' 'python-pbr' 'python-sphinx')
-#checkdepends=('python-mock' 'python-pytest-cov' 'python-pytest-xdist'
-#'python-paramiko' 'python-tornado' 'salt' 'ansible' 'python-pywinrm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/philpep/testinfra/archive/${pkgver}.tar.gz;)
-sha512sums=('915d4819b3d289b9b87dba614e2d5d9ca48e80c1e7dd0df60d64fad31f27c19b7914179422547c8eaab2e203f8d4a460972898599bc439348a6fb7cbb357991d')
-
-
-
-build() {
-cd "${_pkgname}-${pkgver}"
-SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}" python setup.py build
-make -C doc html man
-}
-
-# This checks are disabled, because salt, doesn't support python3 yet.
-# See also: https://bugs.archlinux.org/task/61129
-#check() {
-#cd "${_pkgname}-${pkgver}"
-#SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}" python setup.py test
-#}
-
-package() {
-cd "${_pkgname}-${pkgver}"
-SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}" python setup.py install 
--root="${pkgdir}" --optimize=1 --skip-build
-install -d "${pkgdir}/usr/share/doc/${pkgname}"
-cp -r doc/build/html/* "${pkgdir}/usr/share/doc/${pkgname}"
-install -Dm 644 doc/build/man/testinfra.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: python-testinfra/repos/community-any/PKGBUILD (from rev 639038, 
python-testinfra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 19:18:51 UTC (rev 639039)
@@ -0,0 +1,56 @@
+# Maintainer: Christian Rebischke 
+# Contributor: David Runge 
+# Contributor: Lex Black 
+# Contributor: gardar 
+# Contributor: Morten Linderud 
+
+_name=testinfra
+pkgname=python-testinfra
+pkgver=5.1.0
+pkgrel=1
+pkgdesc='Testinfra test your infrastructures'
+url="https://github.com/philpep/testinfra;
+arch=('any')
+license=('Apache')
+depends=('python-pytest')
+makedepends=('python-setuptools_scm' 'python-hacking' 'python-sphinx')
+checkdepends=('python-mock' 'python-paramiko' 'python-pytest-cov'
+'python-pytest-xdist' 'python-pywinrm' 'python-tornado' 'ansible' 'salt')
+# TODO: add salt to optdepends, after it has been ported to python3
+optdepends=('ansible: for tests using ansible inventories'
+'docker: for test running docker containers'
+'kubectl: for test running containers in kubernetes'
+'lxd: for test running LXC or LXD containers'
+'podman: for test running podman containers'
+'python-paramiko: for testing remote hosts'
+'python-pywinrm: for testing on Windows hosts')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('4882507cc72486e3a6df0e933f37c15c27c1465e5528bac61bc8038013ceb4df61c8b11d1838db4713053cac7a4df2b50d46d43828b4e7b70a4afb04ccfe')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+  make -C doc man
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="build:$PYTHONPATH"
+  # salt is not python3 (yet): https://bugs.archlinux.org/task/61129
+  pytest -v -k 'not test_backend_importables'
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  # man page
+  install -Dm 644 doc/build/man/${_name}.1 \
+"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  # docs
+  install -vDm 644 {CHANGELOG,CONTRIBUTING,README}.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 19:18:37
  Author: dvzrv
Revision: 639038

upgpkg: python-testinfra 5.1.0-1: Upgrading to 5.1.0.

Switching to pypi.org as source tarball upstream.
Adding all available optdepends.
Running setup.py using python-setuptools_scm.
Adding the correct dependency (python-pytest).
Running all tests using pytest, excluding the broken salt integration (salt is 
still python2).
Only installing the man page, as sphinx docs are usually not very reproducible 
and hold redundant info.
Installing docs. Updating contributor info.

Modified:
  python-testinfra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 19:06:51 UTC (rev 639037)
+++ PKGBUILD2020-06-04 19:18:37 UTC (rev 639038)
@@ -1,43 +1,56 @@
 # Maintainer: Christian Rebischke 
+# Contributor: David Runge 
 # Contributor: Lex Black 
 # Contributor: gardar 
 # Contributor: Morten Linderud 
 
-pkgbase="python-testinfra"
-pkgname="python-testinfra"
-_pkgname="testinfra"
-pkgver=5.0.0
+_name=testinfra
+pkgname=python-testinfra
+pkgver=5.1.0
 pkgrel=1
 pkgdesc='Testinfra test your infrastructures'
 url="https://github.com/philpep/testinfra;
 arch=('any')
 license=('Apache')
-depends=('python-six')
-makedepends=('python' 'python-setuptools' 'python-pbr' 'python-sphinx')
-#checkdepends=('python-mock' 'python-pytest-cov' 'python-pytest-xdist'
-#'python-paramiko' 'python-tornado' 'salt' 'ansible' 'python-pywinrm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/philpep/testinfra/archive/${pkgver}.tar.gz;)
-sha512sums=('915d4819b3d289b9b87dba614e2d5d9ca48e80c1e7dd0df60d64fad31f27c19b7914179422547c8eaab2e203f8d4a460972898599bc439348a6fb7cbb357991d')
+depends=('python-pytest')
+makedepends=('python-setuptools_scm' 'python-hacking' 'python-sphinx')
+checkdepends=('python-mock' 'python-paramiko' 'python-pytest-cov'
+'python-pytest-xdist' 'python-pywinrm' 'python-tornado' 'ansible' 'salt')
+# TODO: add salt to optdepends, after it has been ported to python3
+optdepends=('ansible: for tests using ansible inventories'
+'docker: for test running docker containers'
+'kubectl: for test running containers in kubernetes'
+'lxd: for test running LXC or LXD containers'
+'podman: for test running podman containers'
+'python-paramiko: for testing remote hosts'
+'python-pywinrm: for testing on Windows hosts')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('4882507cc72486e3a6df0e933f37c15c27c1465e5528bac61bc8038013ceb4df61c8b11d1838db4713053cac7a4df2b50d46d43828b4e7b70a4afb04ccfe')
 
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
 
-
 build() {
-cd "${_pkgname}-${pkgver}"
-SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}" python setup.py build
-make -C doc html man
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+  make -C doc man
 }
 
-# This checks are disabled, because salt, doesn't support python3 yet.
-# See also: https://bugs.archlinux.org/task/61129
-#check() {
-#cd "${_pkgname}-${pkgver}"
-#SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}" python setup.py test
-#}
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="build:$PYTHONPATH"
+  # salt is not python3 (yet): https://bugs.archlinux.org/task/61129
+  pytest -v -k 'not test_backend_importables'
+}
 
 package() {
-cd "${_pkgname}-${pkgver}"
-SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}" python setup.py install 
--root="${pkgdir}" --optimize=1 --skip-build
-install -d "${pkgdir}/usr/share/doc/${pkgname}"
-cp -r doc/build/html/* "${pkgdir}/usr/share/doc/${pkgname}"
-install -Dm 644 doc/build/man/testinfra.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  # man page
+  install -Dm 644 doc/build/man/${_name}.1 \
+"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  # docs
+  install -vDm 644 {CHANGELOG,CONTRIBUTING,README}.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }


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

2020-06-04 Thread Anatol Pomozov via arch-commits
Date: Thursday, June 4, 2020 @ 19:06:51
  Author: anatolik
Revision: 639037

archrelease: copy trunk to community-x86_64

Added:
  gitlab-shell/repos/community-x86_64/PKGBUILD
(from rev 639036, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-x86_64/configs.patch
(from rev 639036, gitlab-shell/trunk/configs.patch)
  gitlab-shell/repos/community-x86_64/gitlab-shell.gitconfig
(from rev 639036, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-x86_64/gitlab-shell.install
(from rev 639036, gitlab-shell/trunk/gitlab-shell.install)
  gitlab-shell/repos/community-x86_64/gitlab-shell.sysusers
(from rev 639036, gitlab-shell/trunk/gitlab-shell.sysusers)
Deleted:
  gitlab-shell/repos/community-x86_64/PKGBUILD
  gitlab-shell/repos/community-x86_64/configs.patch
  gitlab-shell/repos/community-x86_64/gitlab-shell.gitconfig
  gitlab-shell/repos/community-x86_64/gitlab-shell.install
  gitlab-shell/repos/community-x86_64/gitlab-shell.sysusers

+
 PKGBUILD   |  200 +++
 configs.patch  |  114 +-
 gitlab-shell.gitconfig |   17 ++-
 gitlab-shell.install   |   18 ++--
 gitlab-shell.sysusers  |2 
 5 files changed, 179 insertions(+), 172 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 19:06:15 UTC (rev 639036)
+++ PKGBUILD2020-06-04 19:06:51 UTC (rev 639037)
@@ -1,100 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Jonas Heinrich 
-# Contributor: Lee Watson 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-
-
-# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
-# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
-# need this again at some point in the future.
-pkgname=gitlab-shell
-pkgver=13.2.0
-pkgrel=2
-epoch=2
-pkgdesc="Git management software"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-shell/;
-license=('MIT')
-depends=('ruby' 'redis' 'git')
-makedepends=('go')
-options=('!strip')
-install=gitlab-shell.install
-backup=("etc/webapps/${pkgname}/config.yml"
-"etc/webapps/${pkgname}/secret"
-"etc/webapps/${pkgname}/.gitconfig")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/-/archive/v${pkgver}/gitlab-shell-v${pkgver}.tar.gz;
-"configs.patch"
-"gitlab-shell.gitconfig"
-"gitlab-shell.sysusers")
-sha512sums=('75aa095b4912a7ce7e7523a454cb32b543cb3e0061cba8c5346cf2837b486dee49fad855d73086ad7a303cfd9e47f4119e2d3806deaab0bea0bd745f0122fd61'
-
'd419883949c6aaa1fec8e251b82db845483a439df3f743a0370a547449a271bd8e197d93bf6f83d6610f12dbdc4ea17956ae7af1447ac44bd92b73036bb9cd05'
-
'5caafe5300621ced58479e724b39656afc17f32a64ecde5dfa4919683ef37d9121552c78f066678472acb56e0a34b5c3cf34d9b44414d1ed5d91f725d180fa43'
-
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')
-
-_datadir="/usr/share/webapps/${pkgname}"
-_etcdir="/etc/webapps/${pkgname}"
-_homedir="/var/lib/gitlab"
-_logdir="/var/log/gitlab"
-_srcdir="gitlab-shell-v${pkgver}"
-
-prepare() {
-  cd "${srcdir}/${_srcdir}"
-
-  patch -p1 < ../configs.patch
-  # At this point config file should not contain any references to '/home/git'
-}
-
-build() {
-  cd "${srcdir}/${_srcdir}"
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make build
-}
-
-package() {
-  cd "${srcdir}/${_srcdir}"
-
-  install -dm755 -o root -g root "${pkgdir}${_datadir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
-  install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/.ssh"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
-  install -dm770 -o 105 -g root "${pkgdir}${_logdir}"
-
-  # sysusers
-  install -Dm644 "${srcdir}/gitlab-shell.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/gitlab-shell.conf"
-
-  # .gitconfig
-  install -Dm644 -o 105 -g 105 "${srcdir}/gitlab-shell.gitconfig" 
"${pkgdir}${_etcdir}/.gitconfig"
-  ln -fs "${_etcdir}/.gitconfig" "${pkgdir}${_homedir}/.gitconfig"
-
-  # .gitlab_shell_secret
-  touch "${pkgdir}${_etcdir}/secret"
-  chmod 640 "${pkgdir}${_etcdir}/secret"
-  chown root:105 "${pkgdir}${_etcdir}/secret"
-  ln -fs "${_etcdir}/secret" "${pkgdir}${_datadir}/.gitlab_shell_secret"
-
-  # config.yml
-  install -Dm644 config.yml.example "${pkgdir}${_etcdir}/config.yml"
-  ln -fs "${_etcdir}/config.yml" "${pkgdir}${_datadir}/config.yml"
-
-  cp -r VERSION bin hooks spec support "${pkgdir}${_datadir}"
-  ln -fs 

[arch-commits] Commit in gitlab-shell/trunk (PKGBUILD configs.patch)

2020-06-04 Thread Anatol Pomozov via arch-commits
Date: Thursday, June 4, 2020 @ 19:06:15
  Author: anatolik
Revision: 639036

upgpkg: gitlab-shell 2:13.3.0-1

Modified:
  gitlab-shell/trunk/PKGBUILD
  gitlab-shell/trunk/configs.patch

---+
 PKGBUILD  |8 
 configs.patch |   10 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 19:04:28 UTC (rev 639035)
+++ PKGBUILD2020-06-04 19:06:15 UTC (rev 639036)
@@ -11,8 +11,8 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab-shell
-pkgver=13.2.0
-pkgrel=2
+pkgver=13.3.0
+pkgrel=1
 epoch=2
 pkgdesc="Git management software"
 arch=('x86_64')
@@ -29,8 +29,8 @@
 "configs.patch"
 "gitlab-shell.gitconfig"
 "gitlab-shell.sysusers")
-sha512sums=('75aa095b4912a7ce7e7523a454cb32b543cb3e0061cba8c5346cf2837b486dee49fad855d73086ad7a303cfd9e47f4119e2d3806deaab0bea0bd745f0122fd61'
-
'd419883949c6aaa1fec8e251b82db845483a439df3f743a0370a547449a271bd8e197d93bf6f83d6610f12dbdc4ea17956ae7af1447ac44bd92b73036bb9cd05'
+sha512sums=('f13b2c9ddb5f937f5f38097c94cd9f5ea7b02b2b0cdda3e0fa9285a789a47764a00f44017a39c377cde5c3528cce6a6a41af53e65e2ab8a55e20871ec6658b5a'
+
'ebb6f950a3ef47e187216f8a47d43d08dbe8a5883bd2d1d9aedd3b2f83b92dbbd0cdf733a331bbc8e130a45002bc99a7e4b31fa3b9fad21edea5f82dfbd80940'
 
'cb8003f2ce8013fcd807aae6d66c22c3a767e74d569bd69aaa5a54b84a36135d25b3af57861f858f8f407e089ff69ff5c325bf065c6051ce8fa197fab70470b8'
 
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')
 

Modified: configs.patch
===
--- configs.patch   2020-06-04 19:04:28 UTC (rev 639035)
+++ configs.patch   2020-06-04 19:06:15 UTC (rev 639036)
@@ -1,6 +1,6 @@
-commit 589384cfc1f10d818c531efa9c8d572532484278
+commit e713b14a4c3344669da1702141abedc755b12f35
 Author: Anatol Pomozov 
-Date:   Tue May 26 00:39:46 2020 -0700
+Date:   Thu Jun 4 11:56:44 2020 -0700
 
 Patch config files with Arch Linux specific locations
 
@@ -15,7 +15,7 @@
 will cause a conflict that needs to be reviewed manually.
 
 diff --git a/config.yml.example b/config.yml.example
-index 658839d..145a12a 100644
+index c2c1027..e34dcac 100644
 --- a/config.yml.example
 +++ b/config.yml.example
 @@ -4,7 +4,7 @@
@@ -31,8 +31,8 @@
  # only listen on a Unix domain socket. For Unix domain sockets use
  # "http+unix://", e.g.
  # "http+unix://%2Fpath%2Fto%2Fsocket"
--gitlab_url: "http://localhost:8080;
-+gitlab_url: "http+unix://%2Frun%2Fgitlab%2Fgitlab.socket"
+-gitlab_url: 
"http+unix://%2Fhome%2Fgit%2Fgitlab%2Ftmp%2Fsockets%2Fgitlab-workhorse.socket"
++gitlab_url: "http+unix://%2Frun%2Fgitlab%2Fgitlab-workhorse.socket"
  
  # See installation.md#using-https for additional HTTPS configuration details.
  http_settings:


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

2020-06-04 Thread Balló György via arch-commits
Date: Thursday, June 4, 2020 @ 19:04:20
  Author: bgyorgy
Revision: 639034

upgpkg: balsa 2.6.1-2: Fix AppStream metadata

Added:
  balsa/trunk/appstream.patch
Modified:
  balsa/trunk/PKGBUILD

-+
 PKGBUILD|   16 +---
 appstream.patch |   37 +
 2 files changed, 50 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 18:55:35 UTC (rev 639033)
+++ PKGBUILD2020-06-04 19:04:20 UTC (rev 639034)
@@ -5,7 +5,7 @@
 
 pkgname=balsa
 pkgver=2.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An e-mail client for GNOME"
 arch=('x86_64')
 url='https://pawsa.fedorapeople.org/balsa/'
@@ -14,9 +14,19 @@
  'gpgme' 'gtksourceview4' 'gspell')
 makedepends=('yelp-tools' 'intltool')
 changelog=$pkgname.changelog
-source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6441772cb5e1870f10c358c21f7e709da8cc0bfa6cc005ec744b9f1b00ea7df6')
+source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2
+appstream.patch)
+sha256sums=('6441772cb5e1870f10c358c21f7e709da8cc0bfa6cc005ec744b9f1b00ea7df6'
+'20aa793bca542d0f2c727ee8696ead09cadc74d3d9b0b3b9206b82c8b4ae8c38')
 
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  # Update id in appdata file to match with the desktop file name 
+  # https://gitlab.gnome.org/GNOME/balsa/-/merge_requests/28
+  patch -Np1 -i ../appstream.patch
+}
+
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 

Added: appstream.patch
===
--- appstream.patch (rev 0)
+++ appstream.patch 2020-06-04 19:04:20 UTC (rev 639034)
@@ -0,0 +1,37 @@
+From c1b66cd1ceefcde9074d8a382f9b06a161109401 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Thu, 4 Jun 2020 18:49:13 +
+Subject: [PATCH] Update id in appdata file to match with the desktop file name
+
+---
+ balsa.appdata.xml.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/balsa.appdata.xml.in b/balsa.appdata.xml
+index 1f6e8a601..ab7c60453 100644
+--- a/balsa.appdata.xml
 b/balsa.appdata.xml
+@@ -1,6 +1,6 @@
+ 
+ 
+-balsa.desktop
++org.desktop.Balsa.desktop
+ CC0-1.0
+ 
+ Balsa is a graphical mail client. While it is in active 
development, Balsa has many features such as:
+diff --git a/balsa.appdata.xml.in b/balsa.appdata.xml.in
+index 1f6e8a601..ab7c60453 100644
+--- a/balsa.appdata.xml.in
 b/balsa.appdata.xml.in
+@@ -1,7 +1,7 @@
+ 
+ 
+ 
+-balsa.desktop
++org.desktop.Balsa.desktop
+ CC0-1.0
+ 
+ <_p>Balsa is a graphical mail client. While it is in active 
development,
+-- 
+2.26.2
+


[arch-commits] Commit in balsa/repos/community-x86_64 (5 files)

2020-06-04 Thread Balló György via arch-commits
Date: Thursday, June 4, 2020 @ 19:04:28
  Author: bgyorgy
Revision: 639035

archrelease: copy trunk to community-x86_64

Added:
  balsa/repos/community-x86_64/PKGBUILD
(from rev 639034, balsa/trunk/PKGBUILD)
  balsa/repos/community-x86_64/appstream.patch
(from rev 639034, balsa/trunk/appstream.patch)
  balsa/repos/community-x86_64/balsa.changelog
(from rev 639034, balsa/trunk/balsa.changelog)
Deleted:
  balsa/repos/community-x86_64/PKGBUILD
  balsa/repos/community-x86_64/balsa.changelog

-+
 PKGBUILD|   92 +-
 appstream.patch |   37 +
 balsa.changelog |   46 +--
 3 files changed, 111 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 19:04:20 UTC (rev 639034)
+++ PKGBUILD2020-06-04 19:04:28 UTC (rev 639035)
@@ -1,41 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Brad Fanella 
-# Contributor: Roman Kyrylych 
-
-pkgname=balsa
-pkgver=2.6.1
-pkgrel=1
-pkgdesc="An e-mail client for GNOME"
-arch=('x86_64')
-url='https://pawsa.fedorapeople.org/balsa/'
-license=('GPL')
-depends=('gmime3' 'webkit2gtk' 'libical' 'libnotify'
- 'gpgme' 'gtksourceview4' 'gspell')
-makedepends=('yelp-tools' 'intltool')
-changelog=$pkgname.changelog
-source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6441772cb5e1870f10c358c21f7e709da8cc0bfa6cc005ec744b9f1b00ea7df6')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --with-gss \
-  --with-ldap \
-  --with-gtksourceview \
-  --with-spell-checker=gspell \
-  --with-rubrica \
-  --with-sqlite \
-  --with-gnome \
-  --with-html-widget=webkit2
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install
-}

Copied: balsa/repos/community-x86_64/PKGBUILD (from rev 639034, 
balsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 19:04:28 UTC (rev 639035)
@@ -0,0 +1,51 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Brad Fanella 
+# Contributor: Roman Kyrylych 
+
+pkgname=balsa
+pkgver=2.6.1
+pkgrel=2
+pkgdesc="An e-mail client for GNOME"
+arch=('x86_64')
+url='https://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime3' 'webkit2gtk' 'libical' 'libnotify'
+ 'gpgme' 'gtksourceview4' 'gspell')
+makedepends=('yelp-tools' 'intltool')
+changelog=$pkgname.changelog
+source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2
+appstream.patch)
+sha256sums=('6441772cb5e1870f10c358c21f7e709da8cc0bfa6cc005ec744b9f1b00ea7df6'
+'20aa793bca542d0f2c727ee8696ead09cadc74d3d9b0b3b9206b82c8b4ae8c38')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  # Update id in appdata file to match with the desktop file name 
+  # https://gitlab.gnome.org/GNOME/balsa/-/merge_requests/28
+  patch -Np1 -i ../appstream.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --with-gss \
+  --with-ldap \
+  --with-gtksourceview \
+  --with-spell-checker=gspell \
+  --with-rubrica \
+  --with-sqlite \
+  --with-gnome \
+  --with-html-widget=webkit2
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install
+}

Copied: balsa/repos/community-x86_64/appstream.patch (from rev 639034, 
balsa/trunk/appstream.patch)
===
--- appstream.patch (rev 0)
+++ appstream.patch 2020-06-04 19:04:28 UTC (rev 639035)
@@ -0,0 +1,37 @@
+From c1b66cd1ceefcde9074d8a382f9b06a161109401 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Thu, 4 Jun 2020 18:49:13 +
+Subject: [PATCH] Update id in appdata file to match with the desktop file name
+
+---
+ balsa.appdata.xml.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/balsa.appdata.xml.in b/balsa.appdata.xml
+index 1f6e8a601..ab7c60453 100644
+--- a/balsa.appdata.xml
 b/balsa.appdata.xml
+@@ -1,6 +1,6 @@
+ 
+ 
+-balsa.desktop
++org.desktop.Balsa.desktop
+ CC0-1.0
+ 
+ Balsa is a graphical mail client. While it is in active 
development, Balsa has many features such as:
+diff --git a/balsa.appdata.xml.in b/balsa.appdata.xml.in
+index 1f6e8a601..ab7c60453 100644
+--- a/balsa.appdata.xml.in
 b/balsa.appdata.xml.in
+@@ -1,7 +1,7 @@
+ 
+ 
+ 
+-balsa.desktop
++org.desktop.Balsa.desktop
+ CC0-1.0
+ 
+ <_p>Balsa is a 

[arch-commits] Commit in gitlab/repos/community-x86_64 (28 files)

2020-06-04 Thread Anatol Pomozov via arch-commits
Date: Thursday, June 4, 2020 @ 18:55:35
  Author: anatolik
Revision: 639033

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 639032, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/build_fix.patch
(from rev 639032, gitlab/trunk/build_fix.patch)
  gitlab/repos/community-x86_64/configs.patch
(from rev 639032, gitlab/trunk/configs.patch)
  gitlab/repos/community-x86_64/environment
(from rev 639032, gitlab/trunk/environment)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 639032, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 639032, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 639032, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-puma.service
(from rev 639032, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 639032, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 639032, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 639032, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 639032, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 639032, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/ruby27-pop-extra-arg.patch
(from rev 639032, gitlab/trunk/ruby27-pop-extra-arg.patch)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/build_fix.patch
  gitlab/repos/community-x86_64/configs.patch
  gitlab/repos/community-x86_64/environment
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-puma.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/ruby27-pop-extra-arg.patch

+
 PKGBUILD   |  388 +--
 build_fix.patch|   46 ++---
 configs.patch  |  368 
 environment|6 
 gitlab-backup.service  |   38 ++--
 gitlab-backup.timer|   20 +-
 gitlab-mailroom.service|   42 ++--
 gitlab-puma.service|   66 +++
 gitlab-sidekiq.service |   60 +++---
 gitlab.install |   68 +++
 gitlab.logrotate   |   12 -
 gitlab.target  |   14 -
 gitlab.tmpfiles.d  |2 
 ruby27-pop-extra-arg.patch |   52 ++---
 14 files changed, 591 insertions(+), 591 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 18:54:26 UTC (rev 639032)
+++ PKGBUILD2020-06-04 18:55:35 UTC (rev 639033)
@@ -1,194 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
-# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
-# need this again at some point in the future.
-pkgname=gitlab
-pkgver=13.0.3
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-foss;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby' 'ruby-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
-makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'python-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/gitlab/database.yml"
-"etc/webapps/gitlab/gitlab.yml"
-"etc/webapps/gitlab/resque.yml"
-"etc/webapps/gitlab/puma.rb"
-"etc/webapps/gitlab/smtp_settings.rb"
-"etc/logrotate.d/gitlab")
-source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
-configs.patch
-build_fix.patch
-environment
-gitlab-puma.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate
-ruby27-pop-extra-arg.patch)
-install='gitlab.install'

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

2020-06-04 Thread Anatol Pomozov via arch-commits
Date: Thursday, June 4, 2020 @ 18:54:26
  Author: anatolik
Revision: 639032

upgpkg: gitlab 13.0.5-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 18:42:28 UTC (rev 639031)
+++ PKGBUILD2020-06-04 18:54:26 UTC (rev 639032)
@@ -10,7 +10,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab
-pkgver=13.0.3
+pkgver=13.0.5
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')


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

2020-06-04 Thread Gaëtan Bisson via arch-commits
Date: Thursday, June 4, 2020 @ 18:46:43
  Author: bisson
Revision: 388298

db-move: moved iana-etc from [testing] to [core] (any)

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 388297, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 388297, iana-etc/repos/testing-any/PKGBUILD)
Deleted:
  iana-etc/repos/core-any/LICENSE
  iana-etc/repos/core-any/PKGBUILD
  iana-etc/repos/testing-any/

---+
 /LICENSE  |1 +
 /PKGBUILD |   51 +++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2020-06-04 18:46:41 UTC (rev 388297)
+++ core-any/LICENSE2020-06-04 18:46:43 UTC (rev 388298)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 388297, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2020-06-04 18:46:43 UTC (rev 388298)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2020-06-04 18:46:41 UTC (rev 388297)
+++ core-any/PKGBUILD   2020-06-04 18:46:43 UTC (rev 388298)
@@ -1,51 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20200511
-_ports=service-names-port-numbers-${pkgver}
-_protocols=protocol-numbers-20200417
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
-
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
-'LICENSE')
-sha256sums=('75b1031dc75f3680b880a6db29a11c38fd7cd835f0a95eec758ccec53275a9df'
-'7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Original but unversioned IANA files:
-# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
-# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
-
-package() {
-   cd "${srcdir}"
-
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 388297, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2020-06-04 18:46:43 UTC (rev 388298)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20200601
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20200417
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
+'LICENSE')
+sha256sums=('21b3dd5ec7421bf9d68714f6c1c3820b6800010b6e4b1157f18209d2b2f2c52b'
+'7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"

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

2020-06-04 Thread Gaëtan Bisson via arch-commits
Date: Thursday, June 4, 2020 @ 18:46:41
  Author: bisson
Revision: 388297

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

Added:
  libksba/repos/core-x86_64/PKGBUILD
(from rev 388296, libksba/repos/testing-x86_64/PKGBUILD)
Deleted:
  libksba/repos/core-x86_64/PKGBUILD
  libksba/repos/testing-x86_64/

--+
 /PKGBUILD|   31 +++
 core-x86_64/PKGBUILD |   31 ---
 2 files changed, 31 insertions(+), 31 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2020-06-04 17:51:39 UTC (rev 388296)
+++ core-x86_64/PKGBUILD2020-06-04 18:46:41 UTC (rev 388297)
@@ -1,31 +0,0 @@
-# Maintainer: 
-# Contributor: Damir Perisa 
-
-pkgname=libksba
-pkgver=1.3.5
-pkgrel=2
-pkgdesc="A CMS and X.509 access library"
-arch=(x86_64)
-license=('GPL')
-url="https://www.gnupg.org/related_software/libksba/index.html;
-depends=('bash' 'libgpg-error' 'glibc')
-source=(https://www.gnupg.org/ftp/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-sha1sums=('a98385734a0c3f5b713198e8d6e6e4aeb0b76fde'
-  'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd $pkgname-$pkgver
-   make check
-}  
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libksba/repos/core-x86_64/PKGBUILD (from rev 388296, 
libksba/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2020-06-04 18:46:41 UTC (rev 388297)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Damir Perisa 
+
+pkgname=libksba
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Library for working with X.509 certificates, CMS data and related 
objects'
+url='https://www.gnupg.org/related_software/libksba/'
+license=('GPL')
+arch=('x86_64')
+depends=('bash' 'libgpg-error' 'glibc')
+source=("https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('bfe6a8e91ff0f54d8a329514db406667000cb207238eded49b599761bfca41b6'
+'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}  
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2020-06-04 Thread Balló György via arch-commits
Date: Thursday, June 4, 2020 @ 18:42:23
  Author: bgyorgy
Revision: 639030

upgpkg: balsa 2.6.1-1: Update to new version

Modified:
  balsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 18:33:09 UTC (rev 639029)
+++ PKGBUILD2020-06-04 18:42:23 UTC (rev 639030)
@@ -4,18 +4,18 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=balsa
-pkgver=2.5.9
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="An e-mail client for GNOME"
 arch=('x86_64')
 url='https://pawsa.fedorapeople.org/balsa/'
 license=('GPL')
-depends=('gmime' 'webkit2gtk' 'libesmtp' 'libnotify'
- 'gpgme' 'gtksourceview3' 'gspell' 'desktop-file-utils')
+depends=('gmime3' 'webkit2gtk' 'libical' 'libnotify'
+ 'gpgme' 'gtksourceview4' 'gspell')
 makedepends=('yelp-tools' 'intltool')
 changelog=$pkgname.changelog
 source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2)
-sha256sums=('31857778029f8a18e5475dca3f4a98894e005adc35bf2a33e938cdb51d0efaa5')
+sha256sums=('6441772cb5e1870f10c358c21f7e709da8cc0bfa6cc005ec744b9f1b00ea7df6')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
@@ -23,7 +23,6 @@
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --localstatedir=/var \
-  --with-gpgme=gpgme-config \
   --with-gss \
   --with-ldap \
   --with-gtksourceview \


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

2020-06-04 Thread Balló György via arch-commits
Date: Thursday, June 4, 2020 @ 18:42:28
  Author: bgyorgy
Revision: 639031

archrelease: copy trunk to community-x86_64

Added:
  balsa/repos/community-x86_64/PKGBUILD
(from rev 639030, balsa/trunk/PKGBUILD)
  balsa/repos/community-x86_64/balsa.changelog
(from rev 639030, balsa/trunk/balsa.changelog)
Deleted:
  balsa/repos/community-x86_64/PKGBUILD
  balsa/repos/community-x86_64/balsa.changelog

-+
 PKGBUILD|   83 ++
 balsa.changelog |   46 ++---
 2 files changed, 64 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 18:42:23 UTC (rev 639030)
+++ PKGBUILD2020-06-04 18:42:28 UTC (rev 639031)
@@ -1,42 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Brad Fanella 
-# Contributor: Roman Kyrylych 
-
-pkgname=balsa
-pkgver=2.5.9
-pkgrel=1
-pkgdesc="An e-mail client for GNOME"
-arch=('x86_64')
-url='https://pawsa.fedorapeople.org/balsa/'
-license=('GPL')
-depends=('gmime' 'webkit2gtk' 'libesmtp' 'libnotify'
- 'gpgme' 'gtksourceview3' 'gspell' 'desktop-file-utils')
-makedepends=('yelp-tools' 'intltool')
-changelog=$pkgname.changelog
-source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2)
-sha256sums=('31857778029f8a18e5475dca3f4a98894e005adc35bf2a33e938cdb51d0efaa5')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --with-gpgme=gpgme-config \
-  --with-gss \
-  --with-ldap \
-  --with-gtksourceview \
-  --with-spell-checker=gspell \
-  --with-rubrica \
-  --with-sqlite \
-  --with-gnome \
-  --with-html-widget=webkit2
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install
-}

Copied: balsa/repos/community-x86_64/PKGBUILD (from rev 639030, 
balsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 18:42:28 UTC (rev 639031)
@@ -0,0 +1,41 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Brad Fanella 
+# Contributor: Roman Kyrylych 
+
+pkgname=balsa
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="An e-mail client for GNOME"
+arch=('x86_64')
+url='https://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime3' 'webkit2gtk' 'libical' 'libnotify'
+ 'gpgme' 'gtksourceview4' 'gspell')
+makedepends=('yelp-tools' 'intltool')
+changelog=$pkgname.changelog
+source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6441772cb5e1870f10c358c21f7e709da8cc0bfa6cc005ec744b9f1b00ea7df6')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --with-gss \
+  --with-ldap \
+  --with-gtksourceview \
+  --with-spell-checker=gspell \
+  --with-rubrica \
+  --with-sqlite \
+  --with-gnome \
+  --with-html-widget=webkit2
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install
+}

Deleted: balsa.changelog
===
--- balsa.changelog 2020-06-04 18:42:23 UTC (rev 639030)
+++ balsa.changelog 2020-06-04 18:42:28 UTC (rev 639031)
@@ -1,23 +0,0 @@
-2019-10-20 Jaroslav Lichtblau 
-   * balsa 2.5.9-1
-
-2019-06-02 Jaroslav Lichtblau 
-   * balsa 2.5.7-1
-
-2018-06-13 Jaroslav Lichtblau 
-   * balsa 2.5.6-1
-
-2018-03-01 Jaroslav Lichtblau 
-   * balsa 2.5.5-1
-
-2016-12-20 Jaroslav Lichtblau 
-   * balsa 2.5.3-1
-
-2016-04-29 Jaroslav Lichtblau 
-   * balsa 2.5.2-3 pacman hooks rebuild
-
-2015-07-11 Jaroslav Lichtblau 
-   * balsa 2.5.2-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * balsa 2.5.1-1

Copied: balsa/repos/community-x86_64/balsa.changelog (from rev 639030, 
balsa/trunk/balsa.changelog)
===
--- balsa.changelog (rev 0)
+++ balsa.changelog 2020-06-04 18:42:28 UTC (rev 639031)
@@ -0,0 +1,23 @@
+2019-10-20 Jaroslav Lichtblau 
+   * balsa 2.5.9-1
+
+2019-06-02 Jaroslav Lichtblau 
+   * balsa 2.5.7-1
+
+2018-06-13 Jaroslav Lichtblau 
+   * balsa 2.5.6-1
+
+2018-03-01 Jaroslav Lichtblau 
+   * balsa 2.5.5-1
+
+2016-12-20 Jaroslav Lichtblau 
+   * balsa 2.5.3-1
+
+2016-04-29 Jaroslav Lichtblau 
+   * balsa 2.5.2-3 pacman hooks rebuild
+
+2015-07-11 Jaroslav Lichtblau 
+   * balsa 2.5.2-1
+
+2013-05-18 Jaroslav Lichtblau 
+   * balsa 2.5.1-1


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

2020-06-04 Thread Anatol Pomozov via arch-commits
Date: Thursday, June 4, 2020 @ 18:33:09
  Author: anatolik
Revision: 639029

archrelease: copy trunk to community-x86_64

Added:
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 639028, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 639028, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

--+
 PKGBUILD |   78 +
 gitlab-workhorse.service |   44 -
 2 files changed, 60 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 18:32:45 UTC (rev 639028)
+++ PKGBUILD2020-06-04 18:33:09 UTC (rev 639029)
@@ -1,40 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=8.33.0
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc' 'perl-image-exiftool')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-workhorse/repository/archive?sha=v${pkgver};
-"gitlab-workhorse.service")
-sha512sums=('089502662937d4fe10639abe802d97008691f4db07fa1987bb9acc225e470411e3426d7a5f59ecd57043d1d20085f3fbfc0128a44dee8c24953c6e7aaa33c0a6'
-
'893527f270179fc78ff60e33f0b44abd984d1e9859dd5bf59fea77245ddd4c1c252d2c7882719366944d0f9341a90b5e077470b15afcc3df419b0d0a9f2e6d56')
-
-build() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-x86_64/PKGBUILD (from rev 639028, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 18:33:09 UTC (rev 639029)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=8.35.0
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc' 'perl-image-exiftool')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-workhorse/repository/archive?sha=v${pkgver};
+"gitlab-workhorse.service")
+sha512sums=('b19d217e52ce50c07db680f30db094b8d4b2d11ea250883b4cb6025448dc53f2b69d9f7b947c213e0a5e646ea7c9c7cb9bf077cfafb39eb0b5d91dd016b81351'
+
'893527f270179fc78ff60e33f0b44abd984d1e9859dd5bf59fea77245ddd4c1c252d2c7882719366944d0f9341a90b5e077470b15afcc3df419b0d0a9f2e6d56')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}

Deleted: gitlab-workhorse.service
===
--- gitlab-workhorse.service2020-06-04 18:32:45 UTC (rev 639028)
+++ gitlab-workhorse.service2020-06-04 18:33:09 UTC (rev 639029)
@@ -1,22 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-puma.service
-After=gitlab-puma.service
-
-[Service]
-User=gitlab
-Group=gitlab
-WorkingDirectory=/usr/share/webapps/gitlab
-SyslogIdentifier=gitlab-workhorse
-CapabilityBoundingSet=
-ProtectSystem=full
-ProtectHome=true

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

2020-06-04 Thread Anatol Pomozov via arch-commits
Date: Thursday, June 4, 2020 @ 18:32:45
  Author: anatolik
Revision: 639028

upgpkg: gitlab-workhorse 8.35.0-1

Modified:
  gitlab-workhorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 18:26:08 UTC (rev 639027)
+++ PKGBUILD2020-06-04 18:32:45 UTC (rev 639028)
@@ -3,7 +3,7 @@
 # Contributor: Pavol (Lopo) Hluchy 
 
 pkgname=gitlab-workhorse
-pkgver=8.33.0
+pkgver=8.35.0
 pkgrel=1
 pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-workhorse/repository/archive?sha=v${pkgver};
 "gitlab-workhorse.service")
-sha512sums=('089502662937d4fe10639abe802d97008691f4db07fa1987bb9acc225e470411e3426d7a5f59ecd57043d1d20085f3fbfc0128a44dee8c24953c6e7aaa33c0a6'
+sha512sums=('b19d217e52ce50c07db680f30db094b8d4b2d11ea250883b4cb6025448dc53f2b69d9f7b947c213e0a5e646ea7c9c7cb9bf077cfafb39eb0b5d91dd016b81351'
 
'893527f270179fc78ff60e33f0b44abd984d1e9859dd5bf59fea77245ddd4c1c252d2c7882719366944d0f9341a90b5e077470b15afcc3df419b0d0a9f2e6d56')
 
 build() {
@@ -36,5 +36,3 @@
   install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
 }
-
-# vim:set ts=2 sw=2 et:


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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 18:25:59
  Author: dvzrv
Revision: 639026

upgpkg: postorius 1.3.3-1: Upgrading to 1.3.3.

Removing the ignoring of failing test (fixed upstream).

Modified:
  postorius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 18:24:25 UTC (rev 639025)
+++ PKGBUILD2020-06-04 18:25:59 UTC (rev 639026)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=postorius
-pkgver=1.3.2
-pkgrel=4
+pkgver=1.3.3
+pkgrel=1
 pkgdesc="The New Mailman Web UI"
 arch=('any')
 url="https://gitlab.com/mailman/postorius;
@@ -23,7 +23,7 @@
 "${pkgname}.tmpfiles"
 "${pkgname}.uwsgi"
 "${pkgname}-1.3.2-settings.patch")
-sha512sums=('41ff225fa574dd4bd0ac88419a10a55a71c52a64df01a1a593963fdfa62baf16a0df735364688ea24680c8e88093841892474279d40c1428948375db7eb6333b'
+sha512sums=('31d6d6d0dbbe8a57251c81cf8f7d8b80d17dd4aab9f31be684fef26637a4ba81a196d4ab63e7389bd4173a60778a00c83ee440c24f83a1f60b094ccab8cf345a'
 'SKIP'
 
'3884b818da2deb148279e50316f720c95f0aaa529777b1b3662d8ab253cda823a90682a9eb47e941ca5ba80eefcb9a2d4afacd29f0340d7f9828b36ebcee23b3'
 
'97cb4c0530a270db1e608f255b0940fbf1779252da74b7df9865adff809f0e644e88e0cbcfa7d7c858877887bc8ae64dddec88734fbc4abb75b6a270be38d2cf'
@@ -45,12 +45,9 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  # tests are very broken all of a sudden:
-  # https://gitlab.com/mailman/postorius/-/issues/406
   cd example_project
   export PYTHONPATH="../build/lib:${PYTHONPATH}"
-  pytest -k 'not test_accept_held_messages and not test_held_message_count' \
- -v ../build/lib/${pkgname}
+  pytest -v ../build/lib/${pkgname}
 }
 
 package() {


[arch-commits] Commit in postorius/repos/community-any (12 files)

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 18:26:08
  Author: dvzrv
Revision: 639027

archrelease: copy trunk to community-any

Added:
  postorius/repos/community-any/PKGBUILD
(from rev 639026, postorius/trunk/PKGBUILD)
  postorius/repos/community-any/postorius-1.3.2-settings.patch
(from rev 639026, postorius/trunk/postorius-1.3.2-settings.patch)
  postorius/repos/community-any/postorius.install
(from rev 639026, postorius/trunk/postorius.install)
  postorius/repos/community-any/postorius.sysusers
(from rev 639026, postorius/trunk/postorius.sysusers)
  postorius/repos/community-any/postorius.tmpfiles
(from rev 639026, postorius/trunk/postorius.tmpfiles)
  postorius/repos/community-any/postorius.uwsgi
(from rev 639026, postorius/trunk/postorius.uwsgi)
Deleted:
  postorius/repos/community-any/PKGBUILD
  postorius/repos/community-any/postorius-1.3.2-settings.patch
  postorius/repos/community-any/postorius.install
  postorius/repos/community-any/postorius.sysusers
  postorius/repos/community-any/postorius.tmpfiles
  postorius/repos/community-any/postorius.uwsgi

+
 PKGBUILD   |  173 +++
 postorius-1.3.2-settings.patch |   62 ++---
 postorius.install  |   18 ++--
 postorius.sysusers |2 
 postorius.tmpfiles |   12 +-
 postorius.uwsgi|   36 
 6 files changed, 150 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 18:25:59 UTC (rev 639026)
+++ PKGBUILD2020-06-04 18:26:08 UTC (rev 639027)
@@ -1,88 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=postorius
-pkgver=1.3.2
-pkgrel=4
-pkgdesc="The New Mailman Web UI"
-arch=('any')
-url="https://gitlab.com/mailman/postorius;
-license=('GPL3')
-depends=('python-cmarkgfm' 'python-django' 'python-django-mailman3'
-'python-mailmanclient' 'python-readme-renderer')
-makedepends=('python-setuptools')
-checkdepends=('mailman3' 'python-beautifulsoup4' 'python-isort' 'python-mock'
-'python-pytest' 'python-pytest-django' 'python-vcrpy')
-optdepends=('mailman3: for configuring a local mailman instance'
-'uwsgi-plugin-python: for running inside uwsgi')
-replaces=('python-django-postorius')
-backup=("etc/uwsgi/${pkgname}.ini"
-"etc/webapps/${pkgname}/settings_local.py")
-install="${pkgname}.install"
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles"
-"${pkgname}.uwsgi"
-"${pkgname}-1.3.2-settings.patch")
-sha512sums=('41ff225fa574dd4bd0ac88419a10a55a71c52a64df01a1a593963fdfa62baf16a0df735364688ea24680c8e88093841892474279d40c1428948375db7eb6333b'
-'SKIP'
-
'3884b818da2deb148279e50316f720c95f0aaa529777b1b3662d8ab253cda823a90682a9eb47e941ca5ba80eefcb9a2d4afacd29f0340d7f9828b36ebcee23b3'
-
'97cb4c0530a270db1e608f255b0940fbf1779252da74b7df9865adff809f0e644e88e0cbcfa7d7c858877887bc8ae64dddec88734fbc4abb75b6a270be38d2cf'
-
'c042f00d0d8dc72dadd19023152e55246c4d7a4b9d53bca3a05e7b8cb38cac5116417440d4ae82350820c7cb0cd414dcce45fa6af9be19296c4ebd0862dba896'
-
'53713874043e368c71543966e878ff7a49f03088b7ebcff9487935bef2c20a57a561a122dd6b4cbde126c25b935871288dadd7693b831a94b8f27da52afeaa0c')
-validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # patch global paths into settings.py
-  patch -Np1 -i "../${pkgname}-1.3.2-settings.patch"
-  touch settings_local.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  # tests are very broken all of a sudden:
-  # https://gitlab.com/mailman/postorius/-/issues/406
-  cd example_project
-  export PYTHONPATH="../build/lib:${PYTHONPATH}"
-  pytest -k 'not test_accept_held_messages and not test_held_message_count' \
- -v ../build/lib/${pkgname}
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # django project
-  install -vDm 644 example_project/{__init__,manage,settings,urls,wsgi}.py \
--t "${pkgdir}/usr/share/webapps/${pkgname}"
-  # symlink locale and static dirs to state dir
-  ln -svf "/var/lib//${pkgname}/locale/" \
-"${pkgdir}/usr/share/webapps/${pkgname}"
-  ln -svf "/var/lib/${pkgname}/static/" \
-"${pkgdir}/usr/share/webapps/${pkgname}"
-  # state dir
-  install -vdm 750 "${pkgdir}/var/lib/${pkgname}/data"
-  install -vdm 755 "${pkgdir}/var/lib/${pkgname}/"{locale,static}
-  # log dir
-  install -vdm 750 "${pkgdir}/var/log/${pkgname}"
-  # config
-  install -vDm 640 settings_local.py \
--t "${pkgdir}/etc/webapps/${pkgname}"
-  ln -svf "/etc/webapps/${pkgname}/settings_local.py" \
-

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

2020-06-04 Thread Bruno Pagani via arch-commits
Date: Thursday, June 4, 2020 @ 18:24:25
  Author: archange
Revision: 639025

archrelease: copy trunk to community-x86_64

Added:
  opensmtpd/repos/community-x86_64/PKGBUILD
(from rev 639024, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-x86_64/opensmtpd.install
(from rev 639024, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-x86_64/opensmtpd.sysusers
(from rev 639024, opensmtpd/trunk/opensmtpd.sysusers)
  opensmtpd/repos/community-x86_64/smtpd.service
(from rev 639024, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-x86_64/smtpd.socket
(from rev 639024, opensmtpd/trunk/smtpd.socket)
Deleted:
  opensmtpd/repos/community-x86_64/PKGBUILD
  opensmtpd/repos/community-x86_64/opensmtpd.install
  opensmtpd/repos/community-x86_64/opensmtpd.sysusers
  opensmtpd/repos/community-x86_64/smtpd.service
  opensmtpd/repos/community-x86_64/smtpd.socket

+
 PKGBUILD   |  142 +--
 opensmtpd.install  |   19 +++---
 opensmtpd.sysusers |8 +-
 smtpd.service  |   22 +++
 smtpd.socket   |   16 ++---
 5 files changed, 104 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 18:23:57 UTC (rev 639024)
+++ PKGBUILD2020-06-04 18:24:25 UTC (rev 639025)
@@ -1,71 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Bruno Pagani 
-# Contributor: Sébastien Luttringer
-# Contributor: parchd 
-
-pkgname=opensmtpd
-pkgver=6.7.1p1
-pkgrel=3
-pkgdesc="Free implementation of the server-side SMTP protocol"
-arch=(x86_64)
-url="https://www.opensmtpd.org/;
-license=(custom)
-depends=(libasr libevent libressl pam)
-optdepends=('opensmtpd-filter-rspamd: rspamd integration')
-provides=(smtp-server smtp-forwarder)
-conflicts=(smtp-server smtp-forwarder)
-backup=(etc/smtpd/smtpd.conf etc/smtpd/aliases)
-options=(emptydirs)
-source=("https://www.opensmtpd.org/archives/${pkgname}-${pkgver}.tar.gz;
-opensmtpd.sysusers
-smtpd.service
-smtpd.socket)
-sha256sums=('7478e918b41e734a39ad082df55cb2607f0933a506fab2c3dd3554a95cdf08ca'
-'b38b64f1457b7227d55585edc711cce525e089516d16b093e6c44387380e6b13'
-'abf5baeb2a87c60d668ad18ea41cc08cab7a4f76339dd6df05de15cdaadaf922'
-'32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8')
-install=${pkgname}.install
-
-prepare() {
-  sed -ri 's,/etc/mail,/etc/smtpd,g' ${pkgname}-${pkgver}/smtpd/smtpd.conf
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/smtpd \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/smtpd \
---with-path-mbox=/var/spool/mail \
---with-path-empty=/var/empty \
---with-path-socket=/run \
---with-path-CAfile=/etc/ssl/certs/ca-certificates.crt \
---with-user-smtpd=smtpd \
---with-user-queue=smtpq \
---with-group-queue=smtpq \
---with-auth-pam \
---with-cflags='-I/usr/include/libressl -L/usr/lib/libressl 
-Wl,-rpath=/usr/lib/libressl'
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install SMTPD_QUEUE_USER=92
-
-  ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/sendmail
-  ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/mailq
-  ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/newaliases
-  ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/makemap
-
-  install -Dm644 etc/aliases -t  "${pkgdir}"/etc/smtpd/
-
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-
-  install -Dm644 ../smtpd.service -t "${pkgdir}"/usr/lib/systemd/system/
-  install -Dm644 ../smtpd.socket -t "${pkgdir}"/usr/lib/systemd/system/
-  install -Dm644 ../opensmtpd.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/opensmtpd.conf
-}

Copied: opensmtpd/repos/community-x86_64/PKGBUILD (from rev 639024, 
opensmtpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 18:24:25 UTC (rev 639025)
@@ -0,0 +1,71 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Bruno Pagani 
+# Contributor: Sébastien Luttringer
+# Contributor: parchd 
+
+pkgname=opensmtpd
+pkgver=6.7.1p1
+pkgrel=4
+pkgdesc="Free implementation of the server-side SMTP protocol"
+arch=(x86_64)
+url="https://www.opensmtpd.org/;
+license=(custom)
+depends=(libasr libevent libressl pam)
+optdepends=('opensmtpd-filter-rspamd: rspamd integration')
+provides=(smtp-server smtp-forwarder)
+conflicts=(smtp-server smtp-forwarder)
+backup=(etc/smtpd/smtpd.conf etc/smtpd/aliases)
+options=(emptydirs)
+source=("https://www.opensmtpd.org/archives/${pkgname}-${pkgver}.tar.gz;
+opensmtpd.sysusers
+smtpd.service
+smtpd.socket)
+sha256sums=('7478e918b41e734a39ad082df55cb2607f0933a506fab2c3dd3554a95cdf08ca'
+'b38b64f1457b7227d55585edc711cce525e089516d16b093e6c44387380e6b13'
+

[arch-commits] Commit in opensmtpd/trunk (PKGBUILD opensmtpd.install)

2020-06-04 Thread Bruno Pagani via arch-commits
Date: Thursday, June 4, 2020 @ 18:23:57
  Author: archange
Revision: 639024

FS#66718: need to setgid again after chgrp

Modified:
  opensmtpd/trunk/PKGBUILD
  opensmtpd/trunk/opensmtpd.install

---+
 PKGBUILD  |2 +-
 opensmtpd.install |1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 18:07:09 UTC (rev 639023)
+++ PKGBUILD2020-06-04 18:23:57 UTC (rev 639024)
@@ -5,7 +5,7 @@
 
 pkgname=opensmtpd
 pkgver=6.7.1p1
-pkgrel=3
+pkgrel=4
 pkgdesc="Free implementation of the server-side SMTP protocol"
 arch=(x86_64)
 url="https://www.opensmtpd.org/;

Modified: opensmtpd.install
===
--- opensmtpd.install   2020-06-04 18:07:09 UTC (rev 639023)
+++ opensmtpd.install   2020-06-04 18:23:57 UTC (rev 639024)
@@ -2,6 +2,7 @@
 # Fix ownership of smtpctl for old systems
 systemd-sysusers /usr/lib/sysusers.d/opensmtpd.conf
 chgrp smtpq /usr/bin/smtpctl
+chmod 2555 /usr/bin/smtpctl
 }
 
 post_upgrade() {


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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 18:07:09
  Author: dvzrv
Revision: 639023

archrelease: copy trunk to community-any

Added:
  hyperkitty/repos/community-any/PKGBUILD
(from rev 639022, hyperkitty/trunk/PKGBUILD)
  hyperkitty/repos/community-any/hyperkitty-1.3.2-settings.patch
(from rev 639022, hyperkitty/trunk/hyperkitty-1.3.2-settings.patch)
  hyperkitty/repos/community-any/hyperkitty-qcluster.service
(from rev 639022, hyperkitty/trunk/hyperkitty-qcluster.service)
  hyperkitty/repos/community-any/hyperkitty.install
(from rev 639022, hyperkitty/trunk/hyperkitty.install)
  hyperkitty/repos/community-any/hyperkitty.sysusers
(from rev 639022, hyperkitty/trunk/hyperkitty.sysusers)
  hyperkitty/repos/community-any/hyperkitty.tmpfiles
(from rev 639022, hyperkitty/trunk/hyperkitty.tmpfiles)
  hyperkitty/repos/community-any/hyperkitty.uwsgi
(from rev 639022, hyperkitty/trunk/hyperkitty.uwsgi)
Deleted:
  hyperkitty/repos/community-any/PKGBUILD
  hyperkitty/repos/community-any/hyperkitty-1.3.2-settings.patch
  hyperkitty/repos/community-any/hyperkitty-qcluster.service
  hyperkitty/repos/community-any/hyperkitty.install
  hyperkitty/repos/community-any/hyperkitty.sysusers
  hyperkitty/repos/community-any/hyperkitty.tmpfiles
  hyperkitty/repos/community-any/hyperkitty.uwsgi

-+
 PKGBUILD|  209 ++
 hyperkitty-1.3.2-settings.patch |  136 
 hyperkitty-qcluster.service |   76 ++---
 hyperkitty.install  |   20 +--
 hyperkitty.sysusers |2 
 hyperkitty.tmpfiles |   14 +-
 hyperkitty.uwsgi|   50 -
 7 files changed, 251 insertions(+), 256 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 18:06:50 UTC (rev 639022)
+++ PKGBUILD2020-06-04 18:07:09 UTC (rev 639023)
@@ -1,107 +0,0 @@
-# Maintainer: David Runge 
-
-_name=HyperKitty
-pkgname=hyperkitty
-pkgver=1.3.2
-pkgrel=6
-pkgdesc="A web interface to access GNU Mailman v3 archives"
-arch=('any')
-url="https://gitlab.com/mailman/hyperkitty;
-license=('GPL3')
-depends=('python-dateutil' 'python-django' 'python-django-compressor'
-'python-django-extensions' 'python-django-gravatar' 'python-django-haystack'
-'python-django-mailman3' 'python-django-q' 'python-django-rest-framework'
-'python-flufl-lock' 'python-mailmanclient' 'python-networkx' 'python-pytz'
-'python-robot-detection' 'sassc')
-makedepends=('python-isort' 'python-setuptools')
-checkdepends=('python-beautifulsoup4' 'python-coverage' 'python-elasticsearch'
-'python-mock' 'python-pytest' 'python-whoosh')
-optdepends=('python-elasticsearch: for using elasticsearch as search backend'
-'python-whoosh: for using whoosh as search backend'
-'python-xapian-haystack: for using xapian as search backend'
-'uwsgi-plugin-python: for running inside uwsgi'
-'ruby-sassc: alternative to sassc')
-backup=("etc/uwsgi/${pkgname}.ini"
-"etc/webapps/${pkgname}/settings_local.py")
-install="${pkgname}.install"
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc}
-
"${pkgname}-1.3.2-django3.patch::https://gitlab.com/mailman/hyperkitty/-/merge_requests/228.patch;
-"${pkgname}-1.3.2-settings.patch"
-"${pkgname}-qcluster.service"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles"
-"${pkgname}.uwsgi")
-sha512sums=('c0c20f0a0d999e08be32f9db52f43660179b2277e80385bb4ef58f2a652b8271e03690282aa3174a3408c48bd7e5ee18c5a8adcee736a45165647cb124cd6293'
-'SKIP'
-
'04b593949c80362324103726f54a73d5904f053efb5ef90cd3fbdefd90e93c707052bcb8cddf5b64efc1f053f5c51ad76285833448f6fcdff4bdfbf640f6b8c2'
-
'ec08a05402729bc23f9bff11be85630343f257d2bdb0531941d9f1475a3bb6b80d7083e2a0291517264247076b7639ecc427bdc5d5d37d9b8f094f6f484f6f96'
-
'a41c938082ceee555143ddb21c3a95835f9832b9aff423142d78d3e52f12500561f80e0ce43c67a4f190065c9d045945741ac71ab3307db1419c4dc0686db09a'
-
'3267427109b08b8c9336b187381ed14357a07370bdcdfc24da94555020ad0424c5bbebc09e131e981e0540c51db443ffe558209e1bca7c2a1b7b1f602ed0805b'
-
'e734e28fbaa5d7143a5c31161b2de0beed5435cb4fa48521ec0e82ed81b045f07bd4ca61f9da81c87dfe2cc5a5ecf79eb9ed4c255a31f97c69fe97bf6df37073'
-
'351f40a6bc1fd1735c883408f9941808e081206927a7c02467e03228243dd156378cac21f851b498702bd4f96fde8e4c80536dbcc6f3c384bf708bed4e988971')
-validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # removing legacy stuff to be compatible with django3:
-  # https://gitlab.com/mailman/hyperkitty/issues/278
-  patch -Np1 -i "../${pkgname}-1.3.2-django3.patch"
-  # setting FHS compliant default paths
-  patch -Np1 -i 

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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 18:06:50
  Author: dvzrv
Revision: 639022

upgpkg: hyperkitty 1.3.3-1: Upgrading to 1.3.3.

Removing python-coverage from checkdepends and running tests without it.
Removing included patch for django >= 3.0.0 compatibility.

Modified:
  hyperkitty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 17:59:04 UTC (rev 639021)
+++ PKGBUILD2020-06-04 18:06:50 UTC (rev 639022)
@@ -2,8 +2,8 @@
 
 _name=HyperKitty
 pkgname=hyperkitty
-pkgver=1.3.2
-pkgrel=6
+pkgver=1.3.3
+pkgrel=1
 pkgdesc="A web interface to access GNU Mailman v3 archives"
 arch=('any')
 url="https://gitlab.com/mailman/hyperkitty;
@@ -14,8 +14,8 @@
 'python-flufl-lock' 'python-mailmanclient' 'python-networkx' 'python-pytz'
 'python-robot-detection' 'sassc')
 makedepends=('python-isort' 'python-setuptools')
-checkdepends=('python-beautifulsoup4' 'python-coverage' 'python-elasticsearch'
-'python-mock' 'python-pytest' 'python-whoosh')
+checkdepends=('python-beautifulsoup4' 'python-elasticsearch' 'python-mock'
+'python-pytest' 'python-whoosh')
 optdepends=('python-elasticsearch: for using elasticsearch as search backend'
 'python-whoosh: for using whoosh as search backend'
 'python-xapian-haystack: for using xapian as search backend'
@@ -25,15 +25,13 @@
 "etc/webapps/${pkgname}/settings_local.py")
 install="${pkgname}.install"
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc}
-
"${pkgname}-1.3.2-django3.patch::https://gitlab.com/mailman/hyperkitty/-/merge_requests/228.patch;
 "${pkgname}-1.3.2-settings.patch"
 "${pkgname}-qcluster.service"
 "${pkgname}.sysusers"
 "${pkgname}.tmpfiles"
 "${pkgname}.uwsgi")
-sha512sums=('c0c20f0a0d999e08be32f9db52f43660179b2277e80385bb4ef58f2a652b8271e03690282aa3174a3408c48bd7e5ee18c5a8adcee736a45165647cb124cd6293'
+sha512sums=('4be4630bc0344c3e1633772978880fea996fbf2bb49b728c1d05ae13ab1df8c63b6b7b9b735df32eb2ae31798e76be537748e42c830a63aa01eeff0680f1dc76'
 'SKIP'
-
'04b593949c80362324103726f54a73d5904f053efb5ef90cd3fbdefd90e93c707052bcb8cddf5b64efc1f053f5c51ad76285833448f6fcdff4bdfbf640f6b8c2'
 
'ec08a05402729bc23f9bff11be85630343f257d2bdb0531941d9f1475a3bb6b80d7083e2a0291517264247076b7639ecc427bdc5d5d37d9b8f094f6f484f6f96'
 
'a41c938082ceee555143ddb21c3a95835f9832b9aff423142d78d3e52f12500561f80e0ce43c67a4f190065c9d045945741ac71ab3307db1419c4dc0686db09a'
 
'3267427109b08b8c9336b187381ed14357a07370bdcdfc24da94555020ad0424c5bbebc09e131e981e0540c51db443ffe558209e1bca7c2a1b7b1f602ed0805b'
@@ -44,9 +42,6 @@
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
-  # removing legacy stuff to be compatible with django3:
-  # https://gitlab.com/mailman/hyperkitty/issues/278
-  patch -Np1 -i "../${pkgname}-1.3.2-django3.patch"
   # setting FHS compliant default paths
   patch -Np1 -i "../${pkgname}-1.3.2-settings.patch"
   touch settings_local.py
@@ -60,7 +55,7 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
-  coverage run example_project/manage.py test 
--settings=hyperkitty.tests.settings_test hyperkitty
+  python example_project/manage.py test 
--settings=hyperkitty.tests.settings_test hyperkitty
 }
 
 package() {


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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 17:59:04
  Author: dvzrv
Revision: 639021

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 17:58:58 UTC (rev 639020)
+++ PKGBUILD2020-06-04 17:59:04 UTC (rev 639021)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-
-_name=django-mailman3
-pkgname=python-django-mailman3
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="Libraries and templates to Django-based interfaces interacting with 
Mailman"
-arch=('any')
-url="https://gitlab.com/mailman/django-mailman3;
-license=('GPL3')
-depends=('python-django' 'python-django-allauth' 'python-django-gravatar'
-'python-mailmanclient' 'python-pytz')
-makedepends=('python-setuptools')
-checkdepends=('python-coverage' 'python-mock' 'python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('7397c592e59164df58caed89c52c79d979f66dd65d01049abc8e82d09d0556439134f502b597c27ef6f43583347c90302077a8eec3c78b2231fd58d424268269'
-'SKIP')
-validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  django-admin.py test --settings=django_mailman3.tests.settings_test 
django_mailman3
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-django-mailman3/repos/community-any/PKGBUILD (from rev 639020, 
python-django-mailman3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 17:59:04 UTC (rev 639021)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=django-mailman3
+pkgname=python-django-mailman3
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="Libraries and templates to Django-based interfaces interacting with 
Mailman"
+arch=('any')
+url="https://gitlab.com/mailman/django-mailman3;
+license=('GPL3')
+depends=('python-django' 'python-django-allauth' 'python-django-gravatar'
+'python-mailmanclient' 'python-pytz')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'python-mock' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('289dc72c7812d8abefc49ac016d437196709e27e1a8edfa8f148069aa0145c0fb9b9102cac72166130be6851057092690b46a89438aed8926adb2aaa16bc158e'
+'SKIP')
+validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  django-admin.py test --settings=django_mailman3.tests.settings_test 
django_mailman3
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 17:58:58
  Author: dvzrv
Revision: 639020

upgpkg: python-django-mailman3 1.3.3-1: Upgrading to 1.3.3.

Modified:
  python-django-mailman3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 17:40:51 UTC (rev 639019)
+++ PKGBUILD2020-06-04 17:58:58 UTC (rev 639020)
@@ -2,7 +2,7 @@
 
 _name=django-mailman3
 pkgname=python-django-mailman3
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc="Libraries and templates to Django-based interfaces interacting with 
Mailman"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-coverage' 'python-mock' 'python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('7397c592e59164df58caed89c52c79d979f66dd65d01049abc8e82d09d0556439134f502b597c27ef6f43583347c90302077a8eec3c78b2231fd58d424268269'
+sha512sums=('289dc72c7812d8abefc49ac016d437196709e27e1a8edfa8f148069aa0145c0fb9b9102cac72166130be6851057092690b46a89438aed8926adb2aaa16bc158e'
 'SKIP')
 validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

 


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

2020-06-04 Thread Andreas Radke via arch-commits
Date: Thursday, June 4, 2020 @ 17:48:13
  Author: andyrtr
Revision: 388295

archrelease: copy trunk to testing-x86_64

Added:
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 388294, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 388294, sqlite/trunk/license.txt)

-+
 PKGBUILD|  117 ++
 license.txt |   33 
 2 files changed, 150 insertions(+)

Copied: sqlite/repos/testing-x86_64/PKGBUILD (from rev 388294, 
sqlite/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-06-04 17:48:13 UTC (rev 388295)
@@ -0,0 +1,117 @@
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
+_srcver=3320200
+_docver=${_srcver}
+#_docver=3250200
+pkgver=3.32.2
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('x86_64')
+license=('custom:Public Domain')
+url="https://www.sqlite.org/;
+makedepends=('tcl' 'readline' 'zlib')
+source=(https://www.sqlite.org/2020/sqlite-src-${_srcver}.zip
+https://www.sqlite.org/2020/sqlite-doc-${_docver}.zip
+license.txt)
+options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
+sha1sums=('a01d970963fd02e2616d32c16c681f19e6cf3733'
+  'cb36561656aed9bd00f9bc48252c8b09a0d1c835'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
+
+prepare() {
+  cd sqlite-src-$_srcver
+#  autoreconf -vfi
+}
+
+build() {
+  export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_SECURE_DELETE \
+ -DSQLITE_MAX_VARIABLE_NUMBER=25 \
+ -DSQLITE_MAX_EXPR_DEPTH=1"
+
+  # build sqlite
+  cd sqlite-src-$_srcver
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-amalgamation \
+   --enable-fts3 \
+   --enable-fts4 \
+   --enable-fts5 \
+   --enable-rtree \
+   --enable-json1 \
+   TCLLIBDIR=/usr/lib/sqlite$pkgver
+  make
+  # build additional tools
+  make showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer
+}
+
+package_sqlite() {
+
+ pkgdesc="A C library that implements an SQL database engine"
+ depends=('readline' 'zlib')
+ provides=("sqlite3=$pkgver")
+ replaces=("sqlite3")
+
+  cd sqlite-src-$_srcver
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 showdb showjournal showstat4 showwal sqldiff 
"${pkgdir}"/usr/bin/
+
+  # install manpage
+  install -m755 -d "${pkgdir}"/usr/share/man/man1
+  install -m644 sqlite3.1 "${pkgdir}"/usr/share/man/man1/
+
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 "${srcdir}"/license.txt 
"${pkgdir}"/usr/share/licenses/${pkgbase}/license.txt
+
+  # split out tcl extension
+  mkdir "$srcdir"/tcl
+  mv "$pkgdir"/usr/lib/sqlite* "$srcdir"/tcl
+}
+
+package_sqlite-tcl() {
+
+ pkgdesc="sqlite Tcl Extension Architecture (TEA)"
+ depends=('sqlite')
+ provides=("sqlite3-tcl=$pkgver")
+ replaces=("sqlite3-tcl")
+
+  install -m755 -d "${pkgdir}"/usr/lib
+  mv "$srcdir"/tcl/* "${pkgdir}"/usr/lib
+
+  # install manpage
+  install -m755 -d "${pkgdir}"/usr/share/man/mann
+  install -m644 "${srcdir}"/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n 
"${pkgdir}"/usr/share/man/mann/
+
+  # link license
+  install -m755 -d "${pkgdir}"/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_sqlite-analyzer() {
+
+ pkgdesc="An analysis program for sqlite3 database files"
+ depends=('sqlite' 'tcl')
+
+  cd sqlite-src-$_srcver
+  install -m755 -d "${pkgdir}"/usr/bin
+  install -m755 sqlite3_analyzer "${pkgdir}"/usr/bin/
+}
+
+package_sqlite-doc() {
+
+ pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
+ #arch=('any') - not yet supported
+ provides=("sqlite3-doc=$pkgver")
+ replaces=("sqlite3-doc")
+
+  cd sqlite-doc-${_docver}
+  mkdir -p "${pkgdir}"/usr/share/doc/${pkgbase}
+  cp -R *  "${pkgdir}"/usr/share/doc/${pkgbase}/
+}

Copied: sqlite/repos/testing-x86_64/license.txt (from rev 388294, 
sqlite/trunk/license.txt)
===
--- testing-x86_64/license.txt  (rev 0)
+++ testing-x86_64/license.txt  2020-06-04 17:48:13 UTC (rev 388295)
@@ -0,0 +1,33 @@
+SQLite Copyright
+SQLite is in the
+Public Domain 
+
+
+All of the deliverable code in SQLite has been dedicated to the public domain 
by the authors. All code authors, and 

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

2020-06-04 Thread Andreas Radke via arch-commits
Date: Thursday, June 4, 2020 @ 17:47:59
  Author: andyrtr
Revision: 388294

upgpkg: sqlite 3.32.2-1: upstream update 3.32.2

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 17:38:15 UTC (rev 388293)
+++ PKGBUILD2020-06-04 17:47:59 UTC (rev 388294)
@@ -3,10 +3,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
-_srcver=3320100
+_srcver=3320200
 _docver=${_srcver}
 #_docver=3250200
-pkgver=3.32.1
+pkgver=3.32.2
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('x86_64')
@@ -17,8 +17,8 @@
 https://www.sqlite.org/2020/sqlite-doc-${_docver}.zip
 license.txt)
 options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
-sha1sums=('484ba7a60208edda88b277d3770132d68845df68'
-  '18cad28e51cc41174d4a8547f5cf1ce199f3d9d6'
+sha1sums=('a01d970963fd02e2616d32c16c681f19e6cf3733'
+  'cb36561656aed9bd00f9bc48252c8b09a0d1c835'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {


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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 17:40:46
  Author: dvzrv
Revision: 639018

upgpkg: python-mailmanclient 3.3.1-1: Upgrading to 3.3.1.

The pytest configuration now does not assume ancient stuff being installed 
anymore.

Modified:
  python-mailmanclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 17:31:00 UTC (rev 639017)
+++ PKGBUILD2020-06-04 17:40:46 UTC (rev 639018)
@@ -2,7 +2,7 @@
 
 _name=mailmanclient
 pkgname=python-mailmanclient
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="Official Python bindings for the GNU Mailman 3 REST API"
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python-pytest-vcr' 'python-pytest-services'
 'mailman3' 'python-falcon')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('b6498f0f268f139dfa5e5d1b5f2228bb0040a3a8cda08077da8212f7c50cd75e7564dbde2095b697c6fa60912636b7fb7615dc454127d2db3b594af5db21b921'
+sha512sums=('bb23d47b4c5c9f4881298330f530624c7af243e9e583f8c20cac2de77fc4a789dae729e8daa96b6a6bbe775ac549d0fc118773697b7a156fb74e4365a18683b7'
 'SKIP')
 validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

 
@@ -20,8 +20,6 @@
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
-  # pytest.ini wants to use pytest-pep8 which is super ancient
-  rm -v pytest.ini
 }
 
 build() {


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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 17:40:51
  Author: dvzrv
Revision: 639019

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 17:40:46 UTC (rev 639018)
+++ PKGBUILD2020-06-04 17:40:51 UTC (rev 639019)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-
-_name=mailmanclient
-pkgname=python-mailmanclient
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="Official Python bindings for the GNU Mailman 3 REST API"
-arch=('any')
-url="https://gitlab.com/mailman/mailmanclient;
-license=('LGPL3')
-depends=('python-requests')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-vcr' 'python-pytest-services'
-'mailman3' 'python-falcon')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('b6498f0f268f139dfa5e5d1b5f2228bb0040a3a8cda08077da8212f7c50cd75e7564dbde2095b697c6fa60912636b7fb7615dc454127d2db3b594af5db21b921'
-'SKIP')
-validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # pytest.ini wants to use pytest-pep8 which is super ancient
-  rm -v pytest.ini
-}
-
-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 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-mailmanclient/repos/community-any/PKGBUILD (from rev 639018, 
python-mailmanclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 17:40:51 UTC (rev 639019)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+_name=mailmanclient
+pkgname=python-mailmanclient
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="Official Python bindings for the GNU Mailman 3 REST API"
+arch=('any')
+url="https://gitlab.com/mailman/mailmanclient;
+license=('LGPL3')
+depends=('python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-vcr' 'python-pytest-services'
+'mailman3' 'python-falcon')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('bb23d47b4c5c9f4881298330f530624c7af243e9e583f8c20cac2de77fc4a789dae729e8daa96b6a6bbe775ac549d0fc118773697b7a156fb74e4365a18683b7'
+'SKIP')
+validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$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 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 17:38:15
  Author: dvzrv
Revision: 388293

archrelease: copy trunk to extra-x86_64

Added:
  libgit2/repos/extra-x86_64/PKGBUILD
(from rev 388292, libgit2/trunk/PKGBUILD)
  
libgit2/repos/extra-x86_64/libgit2-0.99.0-remove_http-parse_incompatible_tests.patch
(from rev 388292, 
libgit2/trunk/libgit2-0.99.0-remove_http-parse_incompatible_tests.patch)
Deleted:
  libgit2/repos/extra-x86_64/PKGBUILD
  
libgit2/repos/extra-x86_64/libgit2-0.99.0-remove_http-parse_incompatible_tests.patch

---+
 PKGBUILD  |  105 ++--
 libgit2-0.99.0-remove_http-parse_incompatible_tests.patch |   82 -
 2 files changed, 94 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 17:38:08 UTC (rev 388292)
+++ PKGBUILD2020-06-04 17:38:15 UTC (rev 388293)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: David Runge 
-# Contributor: Hilton Medeiros 
-# Contributor: Dave Reisner 
-
-pkgname=libgit2
-pkgver=1.0.0
-pkgrel=1
-epoch=1
-pkgdesc='A linkable library for Git'
-arch=('x86_64')
-url="https://libgit2.github.com/;
-depends=('glibc' 'http-parser' 'openssl' 'pcre' 'zlib')
-makedepends=('cmake' 'libssh2' 'python')
-provides=('libgit2.so')
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;
-"${pkgname}-0.99.0-remove_http-parse_incompatible_tests.patch")
-sha256sums=('6a1fa16a7f6335ce8b2630fbdbb5e57c4027929ebc56fcd1ac55edb141b409b4'
-'0a597176a551dfe8dda56a46362ff1ef614928206a162d78fdf2d3074c9273ca')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # removing tests that are only compatible with the (modified) vendored
-  # version of http-parser, but not with upstream http-parser
-  patch -Np1 -i 
"../${pkgname}-0.99.0-remove_http-parse_incompatible_tests.patch"
-}
-
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DUSE_HTTP_PARSER=system \
--DTHREADSAFE=ON \
--B build \
--S .
-  make -C build VERBOSE=1
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -C build test VERBOSE=1
-}
-
-package() {
-  depends+=('libssh2.so')
-  cd "$pkgname-$pkgver"
-  make -C build DESTDIR="$pkgdir" install
-  install -vDm 644 {AUTHORS,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: libgit2/repos/extra-x86_64/PKGBUILD (from rev 388292, 
libgit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 17:38:15 UTC (rev 388293)
@@ -0,0 +1,53 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: David Runge 
+# Contributor: Hilton Medeiros 
+# Contributor: Dave Reisner 
+
+pkgname=libgit2
+pkgver=1.0.1
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('x86_64')
+url="https://libgit2.github.com/;
+depends=('glibc' 'http-parser' 'openssl' 'pcre' 'zlib')
+makedepends=('cmake' 'libssh2' 'python')
+provides=('libgit2.so')
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;
+"${pkgname}-0.99.0-remove_http-parse_incompatible_tests.patch")
+sha256sums=('1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2'
+'0a597176a551dfe8dda56a46362ff1ef614928206a162d78fdf2d3074c9273ca')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # removing tests that are only compatible with the (modified) vendored
+  # version of http-parser, but not with upstream http-parser
+  patch -Np1 -i 
"../${pkgname}-0.99.0-remove_http-parse_incompatible_tests.patch"
+}
+
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-DUSE_HTTP_PARSER=system \
+-DTHREADSAFE=ON \
+-Wno-dev \
+-B build \
+-S .
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -C build test VERBOSE=1
+}
+
+package() {
+  depends+=('libssh2.so')
+  cd "$pkgname-$pkgver"
+  make -C build DESTDIR="$pkgdir" install
+  install -vDm 644 {AUTHORS,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Deleted: libgit2-0.99.0-remove_http-parse_incompatible_tests.patch
===
--- libgit2-0.99.0-remove_http-parse_incompatible_tests.patch   2020-06-04 
17:38:08 UTC (rev 388292)
+++ libgit2-0.99.0-remove_http-parse_incompatible_tests.patch   2020-06-04 
17:38:15 UTC (rev 388293)
@@ -1,41 +0,0 @@
-diff -ruN a/tests/network/urlparse.c b/tests/network/urlparse.c
 a/tests/network/urlparse.c 2020-02-19 11:27:00.0 +0100
-+++ b/tests/network/urlparse.c 2020-02-20 17:29:46.667262285 +0100
-@@ -61,18 +61,6 @@
-   cl_assert_equal_i(git_net_url_is_default_port(), 0);
- }
- 
--void 

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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 17:38:08
  Author: dvzrv
Revision: 388292

upgpkg: libgit2 1:1.0.1-1: Upgrading to 1.0.1.

Applying latest cmake packaging guidelines.

Modified:
  libgit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 17:25:40 UTC (rev 388291)
+++ PKGBUILD2020-06-04 17:38:08 UTC (rev 388292)
@@ -4,7 +4,7 @@
 # Contributor: Dave Reisner 
 
 pkgname=libgit2
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 epoch=1
 pkgdesc='A linkable library for Git'
@@ -16,7 +16,7 @@
 license=('GPL2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;
 "${pkgname}-0.99.0-remove_http-parse_incompatible_tests.patch")
-sha256sums=('6a1fa16a7f6335ce8b2630fbdbb5e57c4027929ebc56fcd1ac55edb141b409b4'
+sha256sums=('1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2'
 '0a597176a551dfe8dda56a46362ff1ef614928206a162d78fdf2d3074c9273ca')
 
 prepare() {
@@ -30,9 +30,10 @@
 build() {
   cd "$pkgname-$pkgver"
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_BUILD_TYPE='None' \
 -DUSE_HTTP_PARSER=system \
 -DTHREADSAFE=ON \
+-Wno-dev \
 -B build \
 -S .
   make -C build VERBOSE=1


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

2020-06-04 Thread Bruno Pagani via arch-commits
Date: Thursday, June 4, 2020 @ 17:30:52
  Author: archange
Revision: 639016

upgpkg: riot 1.6.3-1

Modified:
  riot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 17:29:58 UTC (rev 639015)
+++ PKGBUILD2020-06-04 17:30:52 UTC (rev 639016)
@@ -5,8 +5,8 @@
 
 pkgbase=riot
 pkgname=(riot-web riot-desktop)
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.6.3
+pkgrel=1
 pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
 arch=(x86_64)
 url="https://riot.im;
@@ -19,9 +19,9 @@
 
${pkgbase}-desktop-${pkgver}.tar.gz.asc::${_url}-desktop/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
 ${pkgbase}.desktop
 ${pkgbase}-desktop.sh)
-sha256sums=('4f03f29ed15c1336f6582e4b04a37d9016e1dbeed0467b020ae380b78f39b874'
+sha256sums=('0334051674f11f05d0cc0bbc36424f9459a61a9f6cebea75c57b5c86c2d803db'
 'SKIP'
-'509a2ac5376b25e6e88eb91d658aa38ca386533dcb84774fcf6918cfc6db822a'
+'2661db8e9e39f87e92ea37caeb9a96bb7c5bdea04ecb6db1bb096b913d80a5b8'
 'SKIP'
 'ba8157d7b951400d1c590c2a75ec879a4f3770dac6baf38d6010c24e69f0c3fc'
 'dc14c79694bac4f523493c26a73c8000f9a2374f36dd21c1945bfb93d19277cd')


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

2020-06-04 Thread Bruno Pagani via arch-commits
Date: Thursday, June 4, 2020 @ 17:31:00
  Author: archange
Revision: 639017

archrelease: copy trunk to community-x86_64

Added:
  riot/repos/community-x86_64/PKGBUILD
(from rev 639016, riot/trunk/PKGBUILD)
  riot/repos/community-x86_64/riot-desktop.sh
(from rev 639016, riot/trunk/riot-desktop.sh)
  riot/repos/community-x86_64/riot.desktop
(from rev 639016, riot/trunk/riot.desktop)
Deleted:
  riot/repos/community-x86_64/PKGBUILD
  riot/repos/community-x86_64/riot-desktop.sh
  riot/repos/community-x86_64/riot.desktop

-+
 PKGBUILD|  182 +++---
 riot-desktop.sh |6 -
 riot.desktop|   20 ++---
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 17:30:52 UTC (rev 639016)
+++ PKGBUILD2020-06-04 17:31:00 UTC (rev 639017)
@@ -1,91 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Steef Hegeman 
-# Contributor: Luca Weiss 
-# Contributor: Julian Schacher 
-
-pkgbase=riot
-pkgname=(riot-web riot-desktop)
-pkgver=1.6.2
-pkgrel=2
-pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
-arch=(x86_64)
-url="https://riot.im;
-license=(Apache)
-makedepends=(npm git yarn python rust sqlcipher electron)
-_url="https://github.com/vector-im/riot;
-source=(${pkgbase}-web-${pkgver}.tar.gz::${_url}-web/archive/v${pkgver}.tar.gz
-
${pkgbase}-web-${pkgver}.tar.gz.asc::${_url}-web/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
-
${pkgbase}-desktop-${pkgver}.tar.gz::${_url}-desktop/archive/v${pkgver}.tar.gz
-
${pkgbase}-desktop-${pkgver}.tar.gz.asc::${_url}-desktop/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
-${pkgbase}.desktop
-${pkgbase}-desktop.sh)
-sha256sums=('4f03f29ed15c1336f6582e4b04a37d9016e1dbeed0467b020ae380b78f39b874'
-'SKIP'
-'509a2ac5376b25e6e88eb91d658aa38ca386533dcb84774fcf6918cfc6db822a'
-'SKIP'
-'ba8157d7b951400d1c590c2a75ec879a4f3770dac6baf38d6010c24e69f0c3fc'
-'dc14c79694bac4f523493c26a73c8000f9a2374f36dd21c1945bfb93d19277cd')
-validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases 

-
-prepare() {
-  cd ${pkgbase}-web-${pkgver}
-  # Switch target to output to directory rather than .deb package
-  sed -i 's/"target": "deb"/"target": "dir"/g' package.json
-  yarn install
-
-  cd ../${pkgbase}-desktop-${pkgver}
-  sed -i 's@"https://packages.riot.im/desktop/update/"@null@g' 
riot.im/release/config.json
-  yarn install
-}
-
-build() {
-  cd ${pkgbase}-web-${pkgver}
-  yarn build
-
-  cd ../${pkgbase}-desktop-${pkgver}
-  yarn run build:native
-  yarn run build
-}
-
-package_riot-web() {
-  pkgdesc="Glossy Matrix collaboration client for the web."
-  provides=(vector-web)
-  replaces=(vector-web)
-
-  cd ${pkgbase}-web-${pkgver}
-
-  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/${pkgbase}
-
-  cp -r webapp/* "${pkgdir}"/usr/share/webapps/${pkgbase}/
-  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/${pkgbase}/
-  ln -s /etc/webapps/${pkgbase}/config.json 
"${pkgdir}"/usr/share/webapps/${pkgbase}/
-  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/${pkgbase}/version
-}
-
-package_riot-desktop() {
-  pkgdesc="Glossy Matrix collaboration client for the desktop."
-  depends=("riot-web=${pkgver}" electron sqlcipher)
-  backup=('etc/riot/config.json')
-
-  cd ${pkgbase}-desktop-${pkgver}
-
-  install -d "${pkgdir}"{/usr/lib/${pkgbase}/,/etc/webapps/${pkgbase}}
-
-  # Install the app content, replace the webapp with a symlink to the system 
package
-  cp -r dist/linux-unpacked/resources/* "${pkgdir}"/usr/lib/${pkgbase}/
-  ln -s /usr/share/webapps/${pkgbase} "${pkgdir}"/usr/lib/${pkgbase}/webapp
-
-  # Config file
-  ln -s /etc/${pkgbase}/config.json 
"${pkgdir}"/etc/webapps/${pkgbase}/config.json
-  install -Dm644 riot.im/release/config.json -t "${pkgdir}"/etc/${pkgbase}
-
-  # Required extras
-  install -Dm644 ../${pkgbase}.desktop 
"${pkgdir}"/usr/share/applications/${pkgbase}.desktop
-  install -Dm755 ../${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-
-  # Icons
-  install -Dm644 
../${pkgbase}-web-${pkgver}/res/themes/riot/img/logos/riot-im-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgbase}.svg
-  for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgbase}.png
-  done
-}

Copied: riot/repos/community-x86_64/PKGBUILD (from rev 639016, 
riot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 17:31:00 UTC (rev 639017)
@@ -0,0 +1,91 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Steef Hegeman 
+# Contributor: Luca Weiss 
+# Contributor: Julian Schacher 
+
+pkgbase=riot
+pkgname=(riot-web riot-desktop)
+pkgver=1.6.3

[arch-commits] Commit in psi/trunk (PKGBUILD appdata.patch)

2020-06-04 Thread Balló György via arch-commits
Date: Thursday, June 4, 2020 @ 17:29:52
  Author: bgyorgy
Revision: 639014

upgpkg: psi 1.4-5: Fix AppStream metadata

Added:
  psi/trunk/appdata.patch
Modified:
  psi/trunk/PKGBUILD

---+
 PKGBUILD  |   12 +---
 appdata.patch |   44 
 2 files changed, 53 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 17:27:25 UTC (rev 639013)
+++ PKGBUILD2020-06-04 17:29:52 UTC (rev 639014)
@@ -2,7 +2,7 @@
 
 pkgname=('psi' 'psi-nowebengine')
 pkgver=1.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Powerful XMPP (Jabber) client (Qt, C++) designed for power users"
 url="https://psi-im.org;
 license=('GPL2')
@@ -12,11 +12,13 @@
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 "no-qca-qt4.patch"
 "qt-5.11.patch"
-"qt-5.15.patch")
+"qt-5.15.patch"
+"appdata.patch")
 sha256sums=('761934c1c62daf69215f085ba24d7f9cd4db05ef0ad735383d68fb03d21571ad'
 'a6ea9a62100b6990b8a6c8590a6d0e9df095b99b6527bb5490a7fd3f6929ac23'
 'e56ec1a250488b2cf9d42887aac432ff2e0ef482eb7cc8500f3d52cb53949119'
-'5786131a946f8d50a0ef35dac6f3ea4b3abfe40c6e281cf3f52b22922850e7bc')
+'5786131a946f8d50a0ef35dac6f3ea4b3abfe40c6e281cf3f52b22922850e7bc'
+'671bfebedbeebf3a159d3aa04caf62b8cb5f20bb31a95b0adb057619380cf6dd')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -23,6 +25,10 @@
   patch -p1 <"$srcdir"/no-qca-qt4.patch
   patch -p1 <"$srcdir"/qt-5.11.patch
   patch -p1 <"$srcdir"/qt-5.15.patch
+
+  # Upgrade appdata to meet with current spec
+  # https://github.com/psi-im/psi/pull/590
+  patch -p1 <"$srcdir"/appdata.patch
 }
 
 build() {

Added: appdata.patch
===
--- appdata.patch   (rev 0)
+++ appdata.patch   2020-06-04 17:29:52 UTC (rev 639014)
@@ -0,0 +1,44 @@
+From 52b16c046de34e2659766f06877a70c6611e4664 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Thu, 4 Jun 2020 19:14:54 +0200
+Subject: [PATCH] Upgrade appdata to meet with current spec
+
+---
+ psi.appdata.xml | 13 +++--
+ 1 file changed, 7 insertions(+), 6 deletions(-)
+
+diff --git a/psi.appdata.xml b/psi.appdata.xml
+index d3816ba3..f33280d4 100644
+--- a/psi.appdata.xml
 b/psi.appdata.xml
+@@ -1,7 +1,9 @@
+ 
+-
+-  psi.desktop
+-  GPL-2.0
++
++  org.psi_im.Psi
++  psi.desktop
++  CC0-1.0
++  GPL-2.0
+   Psi
+   Psi
+   The cross-platform XMPP client aimed at experienced 
users.
+@@ -13,7 +15,6 @@
+ 
+   Psi - это мессенджер для Windows, Linux и Mac OS X подключающийся к 
свободной и открытой XMPP сети.
+ 
+-
+ Features:
+ Features:
+ 
+@@ -31,7 +32,7 @@
+   https://github.com/psi-im/psi/issues
+   
+ 
+-  http://psi-im.org/content/home/feature_default.png
++  https://psi-im.org/content/home/feature_default.png
+ 
+   
+-
++


[arch-commits] Commit in psi/repos/community-x86_64 (9 files)

2020-06-04 Thread Balló György via arch-commits
Date: Thursday, June 4, 2020 @ 17:29:58
  Author: bgyorgy
Revision: 639015

archrelease: copy trunk to community-x86_64

Added:
  psi/repos/community-x86_64/PKGBUILD
(from rev 639014, psi/trunk/PKGBUILD)
  psi/repos/community-x86_64/appdata.patch
(from rev 639014, psi/trunk/appdata.patch)
  psi/repos/community-x86_64/no-qca-qt4.patch
(from rev 639014, psi/trunk/no-qca-qt4.patch)
  psi/repos/community-x86_64/qt-5.11.patch
(from rev 639014, psi/trunk/qt-5.11.patch)
  psi/repos/community-x86_64/qt-5.15.patch
(from rev 639014, psi/trunk/qt-5.15.patch)
Deleted:
  psi/repos/community-x86_64/PKGBUILD
  psi/repos/community-x86_64/no-qca-qt4.patch
  psi/repos/community-x86_64/qt-5.11.patch
  psi/repos/community-x86_64/qt-5.15.patch

--+
 PKGBUILD |  134 ++
 appdata.patch|   44 
 no-qca-qt4.patch |   72 +--
 qt-5.11.patch|   42 +++
 qt-5.15.patch|  140 ++---
 5 files changed, 241 insertions(+), 191 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 17:29:52 UTC (rev 639014)
+++ PKGBUILD2020-06-04 17:29:58 UTC (rev 639015)
@@ -1,64 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=('psi' 'psi-nowebengine')
-pkgver=1.4
-pkgrel=4
-pkgdesc="Powerful XMPP (Jabber) client (Qt, C++) designed for power users"
-url="https://psi-im.org;
-license=('GPL2')
-arch=('x86_64')
-depends=('hunspell' 'qca' 'qt5-svg' 'qt5-webengine' 'qt5-x11extras' 'libidn')
-makedepends=('cmake' 'qt5-multimedia')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-"no-qca-qt4.patch"
-"qt-5.11.patch"
-"qt-5.15.patch")
-sha256sums=('761934c1c62daf69215f085ba24d7f9cd4db05ef0ad735383d68fb03d21571ad'
-'a6ea9a62100b6990b8a6c8590a6d0e9df095b99b6527bb5490a7fd3f6929ac23'
-'e56ec1a250488b2cf9d42887aac432ff2e0ef482eb7cc8500f3d52cb53949119'
-'5786131a946f8d50a0ef35dac6f3ea4b3abfe40c6e281cf3f52b22922850e7bc')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 <"$srcdir"/no-qca-qt4.patch
-  patch -p1 <"$srcdir"/qt-5.11.patch
-  patch -p1 <"$srcdir"/qt-5.15.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-  cd ..
-
-  mkdir -p build-nowebengine
-  cd build-nowebengine
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DENABLE_WEBKIT=OFF ..
-  make
-}
-
-package_psi() {
-  cd "$srcdir"/psi-$pkgver/build
-  make DESTDIR="$pkgdir" install
-  install -dm755 "$pkgdir/usr/include/psi/plugins"
-  install -m644 ../src/plugins/include/*.h "$pkgdir/usr/include/psi/plugins"
-  install -Dm644 ../$pkgbase.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgbase.appdata.xml"
-}
-
-package_psi-nowebengine() {
-  pkgdesc+=" without WebEngine support"
-  depends=('hunspell' 'minizip' 'qca-qt5' 'qt5-svg' 'qt5-x11extras' 'libidn')
-  provides=("$pkgbase=$pkgver")
-  conflicts=("$pkgbase")
-  replaces=('psi-nowebkit')
-
-  cd "$srcdir"/psi-$pkgver/build-nowebengine
-  make DESTDIR="$pkgdir" install
-  install -dm755 "$pkgdir/usr/include/psi/plugins"
-  install -m644 ../src/plugins/include/*.h "$pkgdir/usr/include/psi/plugins"
-
-  # Ignore package by AppStream to avoid duplicated IDs
-  echo 'X-AppStream-Ignore=true' >> 
"$pkgdir/usr/share/applications/$pkgbase.desktop"
-}

Copied: psi/repos/community-x86_64/PKGBUILD (from rev 639014, 
psi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 17:29:58 UTC (rev 639015)
@@ -0,0 +1,70 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=('psi' 'psi-nowebengine')
+pkgver=1.4
+pkgrel=5
+pkgdesc="Powerful XMPP (Jabber) client (Qt, C++) designed for power users"
+url="https://psi-im.org;
+license=('GPL2')
+arch=('x86_64')
+depends=('hunspell' 'qca' 'qt5-svg' 'qt5-webengine' 'qt5-x11extras' 'libidn')
+makedepends=('cmake' 'qt5-multimedia')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+"no-qca-qt4.patch"
+"qt-5.11.patch"
+"qt-5.15.patch"
+"appdata.patch")
+sha256sums=('761934c1c62daf69215f085ba24d7f9cd4db05ef0ad735383d68fb03d21571ad'
+'a6ea9a62100b6990b8a6c8590a6d0e9df095b99b6527bb5490a7fd3f6929ac23'
+'e56ec1a250488b2cf9d42887aac432ff2e0ef482eb7cc8500f3d52cb53949119'
+'5786131a946f8d50a0ef35dac6f3ea4b3abfe40c6e281cf3f52b22922850e7bc'
+'671bfebedbeebf3a159d3aa04caf62b8cb5f20bb31a95b0adb057619380cf6dd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 <"$srcdir"/no-qca-qt4.patch
+  patch -p1 <"$srcdir"/qt-5.11.patch
+  patch -p1 <"$srcdir"/qt-5.15.patch
+
+  # Upgrade appdata to meet with current spec
+  # https://github.com/psi-im/psi/pull/590
+  

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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 17:23:13
  Author: dvzrv
Revision: 639008

upgpkg: python-identify 1.4.19-1: Upgrading to 1.4.19.

Modified:
  python-identify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 17:13:03 UTC (rev 639007)
+++ PKGBUILD2020-06-04 17:23:13 UTC (rev 639008)
@@ -3,7 +3,7 @@
 
 _name=identify
 pkgname=python-identify
-pkgver=1.4.18
+pkgver=1.4.19
 pkgrel=1
 pkgdesc="File identification library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
 # https://github.com/chriskuehl/identify/issues/95
 # 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
source=("${_name}-${pkgver}.tar.gz::https://github.com/chriskuehl/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('dad183907e322e6931ca59318fbd7e6adadf8d5dda69961440029f078e2627ff61b7315e9053e0c6eebaf548dbbd0c4b90f61c4deb5b3e6eb9e400e27c7b4510')
+sha512sums=('d4425f81132a7c0516a47950597ddcd55cb9b2947e75838c1ba611ce685e6803a945fde63f3ed1b1348d771c0583c5e136eea20ca4a5ee2e547da3de79f0dbbc')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 17:23:23
  Author: dvzrv
Revision: 639009

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 17:23:13 UTC (rev 639008)
+++ PKGBUILD2020-06-04 17:23:23 UTC (rev 639009)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-
-_name=identify
-pkgname=python-identify
-pkgver=1.4.18
-pkgrel=1
-pkgdesc="File identification library for Python"
-arch=('any')
-url="https://github.com/chriskuehl/identify;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-editdistance' 'python-pytest')
-# no tests in pypi sdist tarball:
-# https://github.com/chriskuehl/identify/issues/95
-# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-source=("${_name}-${pkgver}.tar.gz::https://github.com/chriskuehl/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('dad183907e322e6931ca59318fbd7e6adadf8d5dda69961440029f078e2627ff61b7315e9053e0c6eebaf548dbbd0c4b90f61c4deb5b3e6eb9e400e27c7b4510')
-
-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 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-identify/repos/community-any/PKGBUILD (from rev 639008, 
python-identify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 17:23:23 UTC (rev 639009)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+
+_name=identify
+pkgname=python-identify
+pkgver=1.4.19
+pkgrel=1
+pkgdesc="File identification library for Python"
+arch=('any')
+url="https://github.com/chriskuehl/identify;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-editdistance' 'python-pytest')
+# no tests in pypi sdist tarball:
+# https://github.com/chriskuehl/identify/issues/95
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/chriskuehl/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('d4425f81132a7c0516a47950597ddcd55cb9b2947e75838c1ba611ce685e6803a945fde63f3ed1b1348d771c0583c5e136eea20ca4a5ee2e547da3de79f0dbbc')
+
+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 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-06-04 Thread Felix Yan via arch-commits
Date: Thursday, June 4, 2020 @ 17:12:45
  Author: felixonmars
Revision: 639006

upgpkg: python-pre-commit 2.4.0-1

Modified:
  python-pre-commit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 17:04:17 UTC (rev 639005)
+++ PKGBUILD2020-06-04 17:12:45 UTC (rev 639006)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pre-commit
-pkgver=2.3.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="A framework for managing and maintaining multi-language pre-commit 
hooks"
 url="https://github.com/pre-commit/pre-commit;
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'git' 'go-pie' 'python2' 'rubygems' 
'rust')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pre-commit/pre-commit/archive/v$pkgver.tar.gz;
 
pre-commit-pythonpath-fix.patch::https://github.com/pre-commit/pre-commit/pull/1369.patch)
-sha512sums=('771defeb4d056e79b4e4dc419564d1b1e9855d1846c0476b76a7a394febf9eaae87e40350be23b4f8ac0952915b68367785e63b862566c3bb375c74bef3f8797'
+sha512sums=('9ef9c8ab931180c13b92220110a06ca416cca43d463c9d4bcf2cc22b09ee623334a538611a81d1e349b56ee57a19619f41e34274bca7cc45e43e03cc3f78e3c9'
 
'9bafce326138c5e7a5b73a2fd10ac8b3dec2fae4eed93224210cb6f466effa2074dc3dbadeb16d997319b4e2f58f6fef47e05877fbfd06296f6868a4265b0fa7')
 
 prepare() {
@@ -43,7 +43,8 @@
   python setup.py pytest --addopts "--deselect 
tests/repository_test.py::test_conda_hook \
 --deselect 
tests/repository_test.py::test_conda_with_additional_dependencies_hook \
 --deselect 
tests/repository_test.py::test_local_conda_additional_dependencies \
---deselect 
tests/repository_test.py::test_run_a_ruby_hook"
+--deselect 
tests/repository_test.py::test_run_a_ruby_hook \
+--deselect 
tests/repository_test.py::test_switch_language_versions_doesnt_clobber"
 }
 
 package() {


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

2020-06-04 Thread Felix Yan via arch-commits
Date: Thursday, June 4, 2020 @ 17:13:03
  Author: felixonmars
Revision: 639007

archrelease: copy trunk to community-any

Added:
  python-pre-commit/repos/community-any/PKGBUILD
(from rev 639006, python-pre-commit/trunk/PKGBUILD)
Deleted:
  python-pre-commit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 17:12:45 UTC (rev 639006)
+++ PKGBUILD2020-06-04 17:13:03 UTC (rev 639007)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pre-commit
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="A framework for managing and maintaining multi-language pre-commit 
hooks"
-url="https://github.com/pre-commit/pre-commit;
-license=('MIT')
-arch=('any')
-depends=('python-cfgv' 'python-identify' 'python-nodeenv' 'python-yaml' 
'python-toml'
- 'python-virtualenv')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'git' 'go-pie' 'python2' 'rubygems' 
'rust')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pre-commit/pre-commit/archive/v$pkgver.tar.gz;
-
pre-commit-pythonpath-fix.patch::https://github.com/pre-commit/pre-commit/pull/1369.patch)
-sha512sums=('771defeb4d056e79b4e4dc419564d1b1e9855d1846c0476b76a7a394febf9eaae87e40350be23b4f8ac0952915b68367785e63b862566c3bb375c74bef3f8797'
-
'9bafce326138c5e7a5b73a2fd10ac8b3dec2fae4eed93224210cb6f466effa2074dc3dbadeb16d997319b4e2f58f6fef47e05877fbfd06296f6868a4265b0fa7')
-
-prepare() {
-  cd pre-commit-$pkgver
-  patch -p1 -i ../pre-commit-pythonpath-fix.patch
-}
-
-build() {
-  cd pre-commit-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pre-commit-$pkgver
-  git config --global user.email "pony@arch"
-  git config --global user.name "Lucky Pony"
-  git init
-  export GIT_AUTHOR_NAME="Lucky Pony"
-  export GIT_COMMITTER_NAME="Lucky Pony"
-  export GIT_AUTHOR_EMAIL="pony@arch"
-  export GIT_COMMITTER_EMAIL="pony@arch"
-  export VIRTUALENV_NO_DOWNLOAD=1
-  export PRE_COMMIT_NO_CONCURRENCY=1
-
-  # Deselect conda because we don't have it!
-  # test_run_a_ruby_hook: https://github.com/pre-commit/pre-commit/issues/1368
-  python setup.py pytest --addopts "--deselect 
tests/repository_test.py::test_conda_hook \
---deselect 
tests/repository_test.py::test_conda_with_additional_dependencies_hook \
---deselect 
tests/repository_test.py::test_local_conda_additional_dependencies \
---deselect 
tests/repository_test.py::test_run_a_ruby_hook"
-}
-
-package() {
-  cd pre-commit-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-pre-commit/repos/community-any/PKGBUILD (from rev 639006, 
python-pre-commit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 17:13:03 UTC (rev 639007)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pre-commit
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="A framework for managing and maintaining multi-language pre-commit 
hooks"
+url="https://github.com/pre-commit/pre-commit;
+license=('MIT')
+arch=('any')
+depends=('python-cfgv' 'python-identify' 'python-nodeenv' 'python-yaml' 
'python-toml'
+ 'python-virtualenv')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'git' 'go-pie' 'python2' 'rubygems' 
'rust')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pre-commit/pre-commit/archive/v$pkgver.tar.gz;
+
pre-commit-pythonpath-fix.patch::https://github.com/pre-commit/pre-commit/pull/1369.patch)
+sha512sums=('9ef9c8ab931180c13b92220110a06ca416cca43d463c9d4bcf2cc22b09ee623334a538611a81d1e349b56ee57a19619f41e34274bca7cc45e43e03cc3f78e3c9'
+
'9bafce326138c5e7a5b73a2fd10ac8b3dec2fae4eed93224210cb6f466effa2074dc3dbadeb16d997319b4e2f58f6fef47e05877fbfd06296f6868a4265b0fa7')
+
+prepare() {
+  cd pre-commit-$pkgver
+  patch -p1 -i ../pre-commit-pythonpath-fix.patch
+}
+
+build() {
+  cd pre-commit-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pre-commit-$pkgver
+  git config --global user.email "pony@arch"
+  git config --global user.name "Lucky Pony"
+  git init
+  export GIT_AUTHOR_NAME="Lucky Pony"
+  export GIT_COMMITTER_NAME="Lucky Pony"
+  export GIT_AUTHOR_EMAIL="pony@arch"
+  export GIT_COMMITTER_EMAIL="pony@arch"
+  export VIRTUALENV_NO_DOWNLOAD=1
+  export PRE_COMMIT_NO_CONCURRENCY=1
+
+  # Deselect conda because we don't have it!
+  # test_run_a_ruby_hook: https://github.com/pre-commit/pre-commit/issues/1368
+  python setup.py pytest --addopts "--deselect 
tests/repository_test.py::test_conda_hook \
+--deselect 

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

2020-06-04 Thread Felix Yan via arch-commits
Date: Thursday, June 4, 2020 @ 17:00:46
  Author: felixonmars
Revision: 639001

archrelease: copy trunk to community-x86_64

Added:
  monero/repos/community-x86_64/PKGBUILD
(from rev 639000, monero/trunk/PKGBUILD)
  monero/repos/community-x86_64/monero.sysusers
(from rev 639000, monero/trunk/monero.sysusers)
  monero/repos/community-x86_64/monero.tmpfiles
(from rev 639000, monero/trunk/monero.tmpfiles)
Deleted:
  monero/repos/community-x86_64/PKGBUILD
  monero/repos/community-x86_64/monero.sysusers
  monero/repos/community-x86_64/monero.tmpfiles

-+
 PKGBUILD|  152 +++---
 monero.sysusers |2 
 monero.tmpfiles |2 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 16:59:48 UTC (rev 639000)
+++ PKGBUILD2020-06-04 17:00:46 UTC (rev 639001)
@@ -1,76 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero
-pkgver=0.16.0.0
-pkgrel=1
-pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/;
-depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf')
-makedepends=('git' 'cmake' 'boost')
-source=(
-"${pkgname}"::"git+https://github.com/monero-project/monero#tag=v${pkgver};
-"git+https://github.com/monero-project/unbound.git;
-"git+https://github.com/monero-project/miniupnp.git;
-"git+https://github.com/Tencent/rapidjson.git;
-"git+https://github.com/trezor/trezor-common.git;
-"git+https://github.com/tevador/randomx.git;
-"monero.sysusers"
-"monero.tmpfiles")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'2e4ecf3f305dab46e166f50c0451dd969927b485df544aebcf8115a65444573e6d57a8ac6bea64ce5ab4b5cce2c70f913d9ac3bce561c59acf89851edc76a22c'
-
'ae3c300548e6ba5fdf6a203146e5dcaf1955c3e19820c0bb3a73bb70ec5629a3af00d43dac95b6f3832ded5c480e872d829981a63206016d4a64f3940b713357')
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
-  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
-  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
-  git config submodule.external/randomx.url "$srcdir/randomx"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  mkdir -p build && cd build
-  cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=release -D ARCH=default ../
-  make
-}
-
-package() {
-  backup=('etc/monerod.conf')
-
-  cd "${pkgname}"
-  install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 "utils/conf/monerod.conf" "${pkgdir}/etc/monerod.conf"
-  install -Dm644 "utils/systemd/monerod.service" 
"${pkgdir}/usr/lib/systemd/system/monerod.service"
-  install -Dm644 "../monero.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/monero.conf"
-  install -Dm644 "../monero.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/monero.conf"
-
-  install -Dm755 "build/bin/monero-blockchain-ancestry" \
- "build/bin/monero-blockchain-depth" \
- "build/bin/monero-blockchain-export" \
- "build/bin/monero-blockchain-import" \
- "build/bin/monero-blockchain-mark-spent-outputs" \
- "build/bin/monero-blockchain-prune" \
- "build/bin/monero-blockchain-prune-known-spent-data" \
- "build/bin/monero-blockchain-stats" \
- "build/bin/monero-blockchain-usage" \
- "build/bin/monero-gen-ssl-cert" \
- "build/bin/monero-gen-trusted-multisig" \
- "build/bin/monero-wallet-cli" \
- "build/bin/monero-wallet-rpc" \
- "build/bin/monerod" \
- -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero/repos/community-x86_64/PKGBUILD (from rev 639000, 
monero/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 17:00:46 UTC (rev 639001)
@@ -0,0 +1,76 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero
+pkgver=0.16.0.0
+pkgrel=2
+pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/;
+depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf')
+makedepends=('git' 'cmake' 'boost')
+source=(
+"${pkgname}"::"git+https://github.com/monero-project/monero#tag=v${pkgver};
+"git+https://github.com/monero-project/unbound.git;
+"git+https://github.com/monero-project/miniupnp.git;
+"git+https://github.com/Tencent/rapidjson.git;
+"git+https://github.com/trezor/trezor-common.git;
+

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

2020-06-04 Thread Felix Yan via arch-commits
Date: Thursday, June 4, 2020 @ 16:59:48
  Author: felixonmars
Revision: 639000

upgpkg: monero 0.16.0.0-2: protobuf 3.12 rebuild

Modified:
  monero/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 16:59:10 UTC (rev 638999)
+++ PKGBUILD2020-06-04 16:59:48 UTC (rev 639000)
@@ -2,7 +2,7 @@
 
 pkgname=monero
 pkgver=0.16.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
 license=('BSD')
 arch=('x86_64')


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

2020-06-04 Thread Felix Yan via arch-commits
Date: Thursday, June 4, 2020 @ 16:58:54
  Author: felixonmars
Revision: 638998

upgpkg: dhall-json 1.6.4-18: rebuild with pretty-simple 3.2.3.0

Modified:
  dhall-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 16:57:44 UTC (rev 638997)
+++ PKGBUILD2020-06-04 16:58:54 UTC (rev 638998)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-json
 pkgver=1.6.4
-pkgrel=17
+pkgrel=18
 pkgdesc='Convert between Dhall and JSON or YAML'
 url='https://dhall-lang.org'
 license=('BSD')


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

2020-06-04 Thread Felix Yan via arch-commits
Date: Thursday, June 4, 2020 @ 16:59:10
  Author: felixonmars
Revision: 638999

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-json/repos/community-staging-x86_64/
  dhall-json/repos/community-staging-x86_64/PKGBUILD
(from rev 638998, dhall-json/trunk/PKGBUILD)

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

Copied: dhall-json/repos/community-staging-x86_64/PKGBUILD (from rev 638998, 
dhall-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-04 16:59:10 UTC (rev 638999)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-json
+pkgver=1.6.4
+pkgrel=18
+pkgdesc='Convert between Dhall and JSON or YAML'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-aeson-yaml' 'dhall'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-scientific' 'haskell-unordered-containers' 
'haskell-prettyprinter-ansi-terminal')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('0e05624e1e666030acc24a8ac593f5bb70caae5ef27b534c5d75b1f2bc3bcb145f7668afa98eeeb2de6f6860c3504d5afc0246b9fee49b3ccd77e8321be2afb6')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/< *1/<2/' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-04 Thread Felix Yan via arch-commits
Date: Thursday, June 4, 2020 @ 16:57:44
  Author: felixonmars
Revision: 638997

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-bash/repos/community-staging-x86_64/
  dhall-bash/repos/community-staging-x86_64/PKGBUILD
(from rev 638996, dhall-bash/trunk/PKGBUILD)

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

Copied: dhall-bash/repos/community-staging-x86_64/PKGBUILD (from rev 638996, 
dhall-bash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-04 16:57:44 UTC (rev 638997)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-bash
+pkgver=1.0.30
+pkgrel=19
+pkgdesc='Compile Dhall to Bash'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'dhall' 'haskell-neat-interpolation' 'haskell-shell-escape'
+ 'haskell-optparse-generic')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('d1825b7b629ad235d05ad7ddaa6d5d1fbdce9cacd72ca381c8b5e9f11289bfc38b1756902eb5fb454324c3acb38b36a9571ae0ae38746e084068269b8b623629')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in cogl/repos/extra-x86_64 (PKGBUILD PKGBUILD eglmesaext.diff)

2020-06-04 Thread Jan Steffens via arch-commits
Date: Thursday, June 4, 2020 @ 16:58:16
  Author: heftig
Revision: 388288

archrelease: copy trunk to extra-x86_64

Added:
  cogl/repos/extra-x86_64/PKGBUILD
(from rev 388287, cogl/trunk/PKGBUILD)
Deleted:
  cogl/repos/extra-x86_64/PKGBUILD
  cogl/repos/extra-x86_64/eglmesaext.diff

-+
 PKGBUILD|  100 +-
 eglmesaext.diff |   26 --
 2 files changed, 47 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 16:58:00 UTC (rev 388287)
+++ PKGBUILD2020-06-04 16:58:16 UTC (rev 388288)
@@ -1,53 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=cogl
-pkgver=1.22.6
-pkgrel=1
-pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
-url="https://blogs.gnome.org/clutter/;
-arch=(x86_64)
-license=(GPL2)
-depends=(mesa libdrm libxext libxdamage libxcomposite gdk-pixbuf2 pango
- libxrandr)
-makedepends=(gobject-introspection git gtk-doc)
-provides=(libcogl.so libcogl-{gles2,pango,path}.so)
-_commit=dd104794b0d5e477e4ac2dbf3382f873fb40e5e1  # tags/1.22.6^0
-source=("git+https://gitlab.gnome.org/GNOME/cogl.git#commit=$_commit;
-eglmesaext.diff)
-sha256sums=('SKIP'
-'1d8909cbeea87964f1218bc545b17fa6d4369aadb63e9c2926ce7b17f76e6883')
-
-pkgver() {
-  cd $pkgname
-  git describe | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Fix building with libglvnd headers
-  patch -Np1 -i ../eglmesaext.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---enable-gles2 \
---enable-{kms,wayland}-egl-platform \
---enable-wayland-egl-server
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cogl/repos/extra-x86_64/PKGBUILD (from rev 388287, cogl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 16:58:16 UTC (rev 388288)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=cogl
+pkgver=1.22.8
+pkgrel=1
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
+url="https://blogs.gnome.org/clutter/;
+arch=(x86_64)
+license=(GPL2)
+depends=(mesa libdrm libxext libxdamage libxcomposite gdk-pixbuf2 pango
+ libxrandr)
+makedepends=(gobject-introspection git gtk-doc)
+provides=(libcogl.so libcogl-{gles2,pango,path}.so)
+_commit=c2e25cef6bd7b3f12c8625f82956388e419cd046  # tags/1.22.8^0
+source=("git+https://gitlab.gnome.org/GNOME/cogl.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--enable-gles2 \
+--enable-{kms,wayland}-egl-platform \
+--enable-wayland-egl-server
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: eglmesaext.diff
===
--- eglmesaext.diff 2020-06-04 16:58:00 UTC (rev 388287)
+++ eglmesaext.diff 2020-06-04 16:58:16 UTC (rev 388288)
@@ -1,26 +0,0 @@
-diff --git i/cogl/winsys/cogl-winsys-egl-kms.c 
w/cogl/winsys/cogl-winsys-egl-kms.c
-index 4da1f141..1ad9f5e8 100644
 i/cogl/winsys/cogl-winsys-egl-kms.c
-+++ w/cogl/winsys/cogl-winsys-egl-kms.c
-@@ -40,6 +40,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
-diff --git i/configure.ac w/configure.ac
-index a9a81c9d..0cf84a87 100644
 i/configure.ac
-+++ w/configure.ac
-@@ -1226,7 +1226,8 @@ AS_IF([test "x$NEED_EGL" = "xyes" && test 
"x$EGL_CHECKED" != "xyes"],
-   )
- 
- COGL_EGL_INCLUDES="#include 
--#include "
-+#include 
-+#include "
- AC_SUBST([COGL_EGL_INCLUDES])
-   ])
- 


[arch-commits] Commit in cogl/trunk (PKGBUILD eglmesaext.diff)

2020-06-04 Thread Jan Steffens via arch-commits
Date: Thursday, June 4, 2020 @ 16:58:00
  Author: heftig
Revision: 388287

1.22.8-1

Modified:
  cogl/trunk/PKGBUILD
Deleted:
  cogl/trunk/eglmesaext.diff

-+
 PKGBUILD|   14 --
 eglmesaext.diff |   26 --
 2 files changed, 4 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 16:54:41 UTC (rev 388286)
+++ PKGBUILD2020-06-04 16:58:00 UTC (rev 388287)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=cogl
-pkgver=1.22.6
+pkgver=1.22.8
 pkgrel=1
 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
 url="https://blogs.gnome.org/clutter/;
@@ -12,11 +12,9 @@
  libxrandr)
 makedepends=(gobject-introspection git gtk-doc)
 provides=(libcogl.so libcogl-{gles2,pango,path}.so)
-_commit=dd104794b0d5e477e4ac2dbf3382f873fb40e5e1  # tags/1.22.6^0
-source=("git+https://gitlab.gnome.org/GNOME/cogl.git#commit=$_commit;
-eglmesaext.diff)
-sha256sums=('SKIP'
-'1d8909cbeea87964f1218bc545b17fa6d4369aadb63e9c2926ce7b17f76e6883')
+_commit=c2e25cef6bd7b3f12c8625f82956388e419cd046  # tags/1.22.8^0
+source=("git+https://gitlab.gnome.org/GNOME/cogl.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -25,10 +23,6 @@
 
 prepare() {
   cd $pkgname
-
-  # Fix building with libglvnd headers
-  patch -Np1 -i ../eglmesaext.diff
-
   NOCONFIGURE=1 ./autogen.sh
 }
 

Deleted: eglmesaext.diff
===
--- eglmesaext.diff 2020-06-04 16:54:41 UTC (rev 388286)
+++ eglmesaext.diff 2020-06-04 16:58:00 UTC (rev 388287)
@@ -1,26 +0,0 @@
-diff --git i/cogl/winsys/cogl-winsys-egl-kms.c 
w/cogl/winsys/cogl-winsys-egl-kms.c
-index 4da1f141..1ad9f5e8 100644
 i/cogl/winsys/cogl-winsys-egl-kms.c
-+++ w/cogl/winsys/cogl-winsys-egl-kms.c
-@@ -40,6 +40,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
-diff --git i/configure.ac w/configure.ac
-index a9a81c9d..0cf84a87 100644
 i/configure.ac
-+++ w/configure.ac
-@@ -1226,7 +1226,8 @@ AS_IF([test "x$NEED_EGL" = "xyes" && test 
"x$EGL_CHECKED" != "xyes"],
-   )
- 
- COGL_EGL_INCLUDES="#include 
--#include "
-+#include 
-+#include "
- AC_SUBST([COGL_EGL_INCLUDES])
-   ])
- 


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

2020-06-04 Thread Felix Yan via arch-commits
Date: Thursday, June 4, 2020 @ 16:57:28
  Author: felixonmars
Revision: 638996

upgpkg: dhall-bash 1.0.30-19: rebuild with pretty-simple 3.2.3.0

Modified:
  dhall-bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 16:55:46 UTC (rev 638995)
+++ PKGBUILD2020-06-04 16:57:28 UTC (rev 638996)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-bash
 pkgver=1.0.30
-pkgrel=18
+pkgrel=19
 pkgdesc='Compile Dhall to Bash'
 url='https://dhall-lang.org'
 license=('BSD')


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

2020-06-04 Thread Felix Yan via arch-commits
Date: Thursday, June 4, 2020 @ 16:55:46
  Author: felixonmars
Revision: 638995

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall/repos/community-staging-x86_64/
  dhall/repos/community-staging-x86_64/PKGBUILD
(from rev 638994, dhall/trunk/PKGBUILD)

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

Copied: dhall/repos/community-staging-x86_64/PKGBUILD (from rev 638994, 
dhall/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-04 16:55:46 UTC (rev 638995)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall
+pkgver=1.32.0
+pkgrel=18
+pkgdesc='A configuration language guaranteed to terminate'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-ansi-terminal'
+ 'haskell-atomic-write' 'haskell-case-insensitive' 'haskell-cborg' 
'haskell-cborg-json'
+ 'haskell-contravariant' 'haskell-data-fix' 'haskell-diff' 
'haskell-dotgen'
+ 'haskell-either' 'haskell-half' 'haskell-hashable' 
'haskell-lens-family-core'
+ 'haskell-megaparsec' 'haskell-memory' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsers' 'haskell-parser-combinators' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 'haskell-pretty-simple' 
'haskell-profunctors'
+ 'haskell-repline' 'haskell-serialise' 'haskell-scientific' 
'haskell-text-manipulate'
+ 'haskell-th-lift-instances' 'haskell-transformers-compat' 
'haskell-unordered-containers'
+ 'haskell-uri-encode' 'haskell-vector' 'haskell-cryptonite' 
'haskell-http-types'
+ 'haskell-http-client' 'haskell-http-client-tls')
+makedepends=('ghc' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery' 
'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'haskell-special-values' 
'haskell-spoon'
+ 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck' 'haskell-turtle' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('764a0d6f5edcdc46ebedbf3a584bda818efdae80192ac7f69fe9ea26da3f91c0acbac64dcfb9babbb8287869e34b4496d9011a5b9c7bf1811e9533edecd5449c')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i '/semigroups/d;s/< *1/<2/;s/< *0.7/<1/' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-04 Thread Felix Yan via arch-commits
Date: Thursday, June 4, 2020 @ 16:55:27
  Author: felixonmars
Revision: 638994

upgpkg: dhall 1.32.0-18: rebuild with pretty-simple 3.2.3.0

Modified:
  dhall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-04 16:54:39 UTC (rev 638993)
+++ PKGBUILD2020-06-04 16:55:27 UTC (rev 638994)
@@ -2,7 +2,7 @@
 
 pkgname=dhall
 pkgver=1.32.0
-pkgrel=17
+pkgrel=18
 pkgdesc='A configuration language guaranteed to terminate'
 url='https://dhall-lang.org'
 license=('BSD')


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

2020-06-04 Thread Felix Yan via arch-commits
Date: Thursday, June 4, 2020 @ 16:54:41
  Author: felixonmars
Revision: 388286

archrelease: copy trunk to testing-x86_64

Added:
  libtorrent-rasterbar/repos/testing-x86_64/
  libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD
(from rev 388285, libtorrent-rasterbar/trunk/PKGBUILD)

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

Copied: libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD (from rev 388285, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-06-04 16:54:41 UTC (rev 388286)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.2.7
+pkgrel=1
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="https://www.rasterbar.com/products/libtorrent/;
+arch=('x86_64')
+license=('BSD')
+depends=('boost-libs')
+makedepends=('boost' 'python2' 'python')
+options=('!emptydirs')
+_pkgver=${pkgver//./_}
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent_$_pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('60dfb31b1300b3aa2219227b3a263ba73aedb54a90aa940c117027651779cb972d6e1badf9519f6ad7947233b54df608b829bab34493ceda9e4cb8913041a752')
+
+prepare() {
+  mkdir py2 py3
+  cd $pkgname-$pkgver
+
+  # Avoid depending on newer processors
+  sed -i 's/-msse4.2//' configure.ac
+
+  autoreconf -if
+}
+
+_build() (
+  cd py$1
+
+  # FS#50745
+  _boost="boost_python"
+  if [ $1 -eq 3 ]; then _boost="boost_python3"; fi
+
+  PYTHON=/usr/bin/python$1 \
+  ../$pkgname-$pkgver/configure \
+--prefix=/usr \
+--enable-python-binding \
+--enable-examples \
+--disable-static \
+--with-libiconv \
+--with-boost-python=$_boost
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+package() {
+  make -C py2 DESTDIR="$pkgdir" install
+  make -C py3 DESTDIR="$pkgdir" install
+  install -Dm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Remove most example binaries
+  rm "$pkgdir"/usr/bin/{*_test,*_tester,simple_client,stats_counters}
+}


  1   2   3   4   >