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

2022-08-12 Thread Felix Yan via arch-commits
Date: Saturday, August 13, 2022 @ 05:28:39
  Author: felixonmars
Revision: 1265845

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-13 05:28:24 UTC (rev 1265844)
+++ PKGBUILD2022-08-13 05:28:39 UTC (rev 1265845)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-kaitaistruct
-pkgver=0.9
-pkgrel=5
-pkgdesc="Kaitai Struct declarative parser generator for binary data: runtime 
library for Python"
-arch=('any')
-license=('MIT')
-url="https://kaitai.io;
-depends=('python')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kaitai-io/kaitai_struct_python_runtime/archive/$pkgver.tar.gz;)
-sha512sums=('e99d4aa0df046b346f73c8ee7b3d737bc62bea2891b5948be3d8814b575d44e59146e318b6dd9966d937e327103f9348b26048885dbdf5a44080601795d49b05')
-
-build() {
-  cd kaitai_struct_python_runtime-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd kaitai_struct_python_runtime-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-kaitaistruct/repos/community-any/PKGBUILD (from rev 1265844, 
python-kaitaistruct/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-13 05:28:39 UTC (rev 1265845)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-kaitaistruct
+pkgver=0.10
+pkgrel=1
+pkgdesc="Kaitai Struct declarative parser generator for binary data: runtime 
library for Python"
+arch=('any')
+license=('MIT')
+url="https://kaitai.io;
+depends=('python')
+makedepends=('python-setuptools' 'python-wheel')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kaitai-io/kaitai_struct_python_runtime/archive/$pkgver.tar.gz;)
+sha512sums=('ce22445afe7f67131ffb0714892dcff171d84b89a0cd49441dd36a464f6c764aa89d75f556d06eee82ab4432af27a0ef4313e47272a5f55fee2dba1252f0')
+
+build() {
+  cd kaitai_struct_python_runtime-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd kaitai_struct_python_runtime-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2022-08-12 Thread Felix Yan via arch-commits
Date: Saturday, August 13, 2022 @ 05:28:24
  Author: felixonmars
Revision: 1265844

upgpkg: python-kaitaistruct 0.10-1

Modified:
  python-kaitaistruct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-13 05:26:48 UTC (rev 1265843)
+++ PKGBUILD2022-08-13 05:28:24 UTC (rev 1265844)
@@ -1,16 +1,16 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-kaitaistruct
-pkgver=0.9
-pkgrel=5
+pkgver=0.10
+pkgrel=1
 pkgdesc="Kaitai Struct declarative parser generator for binary data: runtime 
library for Python"
 arch=('any')
 license=('MIT')
 url="https://kaitai.io;
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-wheel')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kaitai-io/kaitai_struct_python_runtime/archive/$pkgver.tar.gz;)
-sha512sums=('e99d4aa0df046b346f73c8ee7b3d737bc62bea2891b5948be3d8814b575d44e59146e318b6dd9966d937e327103f9348b26048885dbdf5a44080601795d49b05')
+sha512sums=('ce22445afe7f67131ffb0714892dcff171d84b89a0cd49441dd36a464f6c764aa89d75f556d06eee82ab4432af27a0ef4313e47272a5f55fee2dba1252f0')
 
 build() {
   cd kaitai_struct_python_runtime-$pkgver
@@ -20,4 +20,5 @@
 package() {
   cd kaitai_struct_python_runtime-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



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

2022-08-12 Thread Felix Yan via arch-commits
Date: Saturday, August 13, 2022 @ 05:26:48
  Author: felixonmars
Revision: 1265843

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-13 05:26:33 UTC (rev 1265842)
+++ PKGBUILD2022-08-13 05:26:48 UTC (rev 1265843)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Limao Luo 
-
-pkgname=python-pbr
-pkgver=5.9.0
-pkgrel=1
-pkgdesc="Python Build Reasonableness"
-arch=('any')
-url='https://pypi.python.org/pypi/pbr'
-license=('Apache')
-depends=('python-importlib-metadata' 'python-setuptools')
-checkdepends=('python-stestr' 'python-testscenarios' 'python-testresources' 
'python-testrepository'
-  'python-mock' 'python-virtualenv' 'python-wheel' 'python-sphinx' 
'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack-dev/pbr/archive/$pkgver.tar.gz;)
-sha512sums=('e71dd312e2242b7123fda9d53a84423381a8c48f9ab6c8c3a67e7c52ca46f366b22c67fbba6ec8085a1adf7267fdf3d59752a7a3a2748cd1b1f1ef4721665931')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd pbr-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pbr-$pkgver
-  # TODO: find out this failure
-  stestr run --exclude-regex 
"pbr.tests.test_packaging.TestPackagingWheels.test_metadata_directory_has_pbr_json"
-}
-
-package() {
-  cd pbr-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pbr/repos/community-any/PKGBUILD (from rev 1265842, 
python-pbr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-13 05:26:48 UTC (rev 1265843)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Limao Luo 
+
+pkgname=python-pbr
+pkgver=5.10.0
+pkgrel=1
+pkgdesc="Python Build Reasonableness"
+arch=('any')
+url='https://pypi.python.org/pypi/pbr'
+license=('Apache')
+depends=('python-importlib-metadata' 'python-setuptools')
+checkdepends=('python-stestr' 'python-testscenarios' 'python-testresources' 
'python-testrepository'
+  'python-mock' 'python-virtualenv' 'python-wheel' 'python-sphinx' 
'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack-dev/pbr/archive/$pkgver.tar.gz;)
+sha512sums=('5a5f53079694a600d7576d339518a988990671f5421d60638931aaf27c64cbf9b46d8319caf7f1de954d70a26b245a42358a8b266153c12112aff2c8033a31ea')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd pbr-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pbr-$pkgver
+  # TODO: find out this failure
+  stestr run --exclude-regex 
"pbr.tests.test_packaging.TestPackagingWheels.test_metadata_directory_has_pbr_json"
+}
+
+package() {
+  cd pbr-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-08-12 Thread Felix Yan via arch-commits
Date: Saturday, August 13, 2022 @ 05:26:33
  Author: felixonmars
Revision: 1265842

upgpkg: python-pbr 5.10.0-1

Modified:
  python-pbr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-13 05:26:11 UTC (rev 1265841)
+++ PKGBUILD2022-08-13 05:26:33 UTC (rev 1265842)
@@ -3,7 +3,7 @@
 # Contributor: Limao Luo 
 
 pkgname=python-pbr
-pkgver=5.9.0
+pkgver=5.10.0
 pkgrel=1
 pkgdesc="Python Build Reasonableness"
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-stestr' 'python-testscenarios' 'python-testresources' 
'python-testrepository'
   'python-mock' 'python-virtualenv' 'python-wheel' 'python-sphinx' 
'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack-dev/pbr/archive/$pkgver.tar.gz;)
-sha512sums=('e71dd312e2242b7123fda9d53a84423381a8c48f9ab6c8c3a67e7c52ca46f366b22c67fbba6ec8085a1adf7267fdf3d59752a7a3a2748cd1b1f1ef4721665931')
+sha512sums=('5a5f53079694a600d7576d339518a988990671f5421d60638931aaf27c64cbf9b46d8319caf7f1de954d70a26b245a42358a8b266153c12112aff2c8033a31ea')
 
 export PBR_VERSION=$pkgver
 



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

2022-08-12 Thread Felix Yan via arch-commits
Date: Saturday, August 13, 2022 @ 05:26:11
  Author: felixonmars
Revision: 1265841

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-13 05:25:55 UTC (rev 1265840)
+++ PKGBUILD2022-08-13 05:26:11 UTC (rev 1265841)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgname=python-bottle
-pkgver=0.12.22
-pkgrel=1
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="https://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-depends=('python')
-makedepends=('python-setuptools' 'git')
-checkdepends=('python-mako' 'python-jinja' 'python-cherrypy' 'python-twisted'
-  'python-tornado' 'python-paste' 'python-gevent' 
'python-eventlet')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
-sha512sums=('9ec50e0d8eda0b25075ed6effe28e16f4079db3c6f18052278dda24f3aa4dd663eb190fca4a30a5ea49a96f0a03784560ee524ea34c1cc4f96aa777ff9354bb3')
-
-check() {
-  cd "$srcdir"/bottle-$pkgver
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || echo "Tests failed"
-}
-
-build() {
-  cd "$srcdir"/bottle-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd bottle-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 1265840, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-13 05:26:11 UTC (rev 1265841)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgname=python-bottle
+pkgver=0.12.23
+pkgrel=1
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="https://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+depends=('python')
+makedepends=('python-setuptools' 'git')
+checkdepends=('python-mako' 'python-jinja' 'python-cherrypy' 'python-twisted'
+  'python-tornado' 'python-paste' 'python-gevent' 
'python-eventlet')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
+sha512sums=('f5c75ab819a492c38baabf299cd7d5f709140afeded598e4e6f76716e03912583c1126f817e3c0fec369bde086a08d21c23a1bf4167820e188ffc2a998b8f484')
+
+check() {
+  cd "$srcdir"/bottle-$pkgver
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || echo "Tests failed"
+}
+
+build() {
+  cd "$srcdir"/bottle-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd bottle-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-12 Thread Felix Yan via arch-commits
Date: Saturday, August 13, 2022 @ 05:25:55
  Author: felixonmars
Revision: 1265840

upgpkg: python-bottle 0.12.23-1

Modified:
  python-bottle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-13 05:25:00 UTC (rev 1265839)
+++ PKGBUILD2022-08-13 05:25:55 UTC (rev 1265840)
@@ -4,7 +4,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-bottle
-pkgver=0.12.22
+pkgver=0.12.23
 pkgrel=1
 pkgdesc="A fast and simple micro-framework for small web-applications"
 arch=(any)
@@ -16,7 +16,7 @@
 checkdepends=('python-mako' 'python-jinja' 'python-cherrypy' 'python-twisted'
   'python-tornado' 'python-paste' 'python-gevent' 
'python-eventlet')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
-sha512sums=('9ec50e0d8eda0b25075ed6effe28e16f4079db3c6f18052278dda24f3aa4dd663eb190fca4a30a5ea49a96f0a03784560ee524ea34c1cc4f96aa777ff9354bb3')
+sha512sums=('f5c75ab819a492c38baabf299cd7d5f709140afeded598e4e6f76716e03912583c1126f817e3c0fec369bde086a08d21c23a1bf4167820e188ffc2a998b8f484')
 
 check() {
   cd "$srcdir"/bottle-$pkgver



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

2022-08-12 Thread Felix Yan via arch-commits
Date: Saturday, August 13, 2022 @ 05:25:00
  Author: felixonmars
Revision: 1265839

archrelease: copy trunk to community-any

Added:
  python-flask-login/repos/community-any/PKGBUILD
(from rev 1265838, python-flask-login/trunk/PKGBUILD)
Deleted:
  python-flask-login/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-13 05:24:39 UTC (rev 1265838)
+++ PKGBUILD2022-08-13 05:25:00 UTC (rev 1265839)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-flask-login
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="User session management for Flask"
-arch=('any')
-url="https://pythonhosted.org/Flask-Login/;
-license=('MIT')
-depends=('python' 'python-flask' 'python-werkzeug')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-nose' 'python-mock' 'python-blinker' 
'python-semantic-version' 'python-asgiref')
-source=("https://github.com/maxcountryman/flask-login/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('f220e24079923c669d1ce27fdbc7ff8e07e92bc947e2708034cb349176e33ae0adf36ef6c30e8328f592d9a3eb6d0796dc577033f07c33ef0bc48c13a11a942e')
-
-build() {
-  cd flask-login-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd flask-login-$pkgver
-  nosetests3
-}
-
-package() {
-  cd flask-login-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-  install -Dm 644 README.md -t "$pkgdir"/usr/share/docs/$pkgname
-}

Copied: python-flask-login/repos/community-any/PKGBUILD (from rev 1265838, 
python-flask-login/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-13 05:25:00 UTC (rev 1265839)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flask-login
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="User session management for Flask"
+arch=('any')
+url="https://pythonhosted.org/Flask-Login/;
+license=('MIT')
+depends=('python' 'python-flask' 'python-werkzeug')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+checkdepends=('python-nose' 'python-mock' 'python-blinker' 
'python-semantic-version' 'python-asgiref')
+source=("https://github.com/maxcountryman/flask-login/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('b286272ad5f7de2cfc913bee4a3eac46e4c1ce274bb12467009e1abae422f1a855aa49fd898778b8a2e937eebe9fbb387af11815267a2bc120cde943939111ec')
+
+build() {
+  cd flask-login-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd flask-login-$pkgver
+  nosetests3
+}
+
+package() {
+  cd flask-login-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+  install -Dm 644 README.md -t "$pkgdir"/usr/share/docs/$pkgname
+}



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

2022-08-12 Thread Felix Yan via arch-commits
Date: Saturday, August 13, 2022 @ 05:24:39
  Author: felixonmars
Revision: 1265838

upgpkg: python-flask-login 0.6.2-1

Modified:
  python-flask-login/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-13 00:09:05 UTC (rev 1265837)
+++ PKGBUILD2022-08-13 05:24:39 UTC (rev 1265838)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-flask-login
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc="User session management for Flask"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-build' 'python-installer' 'python-wheel')
 checkdepends=('python-nose' 'python-mock' 'python-blinker' 
'python-semantic-version' 'python-asgiref')
 
source=("https://github.com/maxcountryman/flask-login/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('f220e24079923c669d1ce27fdbc7ff8e07e92bc947e2708034cb349176e33ae0adf36ef6c30e8328f592d9a3eb6d0796dc577033f07c33ef0bc48c13a11a942e')
+sha512sums=('b286272ad5f7de2cfc913bee4a3eac46e4c1ce274bb12467009e1abae422f1a855aa49fd898778b8a2e937eebe9fbb387af11815267a2bc120cde943939111ec')
 
 build() {
   cd flask-login-$pkgver



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

2022-08-12 Thread Orhun Parmaksiz via arch-commits
Date: Saturday, August 13, 2022 @ 00:09:05
  Author: orhun
Revision: 1265837

archrelease: copy trunk to community-x86_64

Added:
  wezterm/repos/community-x86_64/PKGBUILD
(from rev 1265836, wezterm/trunk/PKGBUILD)
Deleted:
  wezterm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-13 00:08:56 UTC (rev 1265836)
+++ PKGBUILD2022-08-13 00:09:05 UTC (rev 1265837)
@@ -1,81 +0,0 @@
-# Maintainer:  Orhun Parmaksız 
-
-pkgname=wezterm
-pkgver=20220624.141144.bd1b7c5d
-_gitcommit=bd1b7c5d9a194b3932f86659e18e93c84649df65
-pkgrel=2
-pkgdesc="A GPU-accelerated cross-platform terminal emulator and multiplexer"
-arch=('x86_64')
-url="https://github.com/wez/wezterm;
-license=('MIT')
-depends=(
-  'fontconfig'
-  'hicolor-icon-theme'
-  'wayland'
-  'libx11'
-  'libxkbcommon-x11'
-  'xcb-util-keysyms'
-  'xcb-util-wm'
-  'xcb-util-image'
-  'openssl'
-)
-makedepends=('cargo' 'cmake' 'git' 'pkgconf' 'python' 'libssh2')
-optdepends=(
-  'python-nautilus: WezTerm context menu in Nautilus'
-)
-source=(
-  "${pkgname}::git+$url#commit=$_gitcommit"
-  "${pkgname}-freetype2::git+https://github.com/wez/freetype2.git;
-  "${pkgname}-zlib::git+https://github.com/madler/zlib.git;
-  "${pkgname}-harfbuzz::git+https://github.com/harfbuzz/harfbuzz.git;
-  "${pkgname}-libpng::git+https://github.com/glennrp/libpng.git;
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname"
-  git submodule init
-
-  git config submodule."harfbuzz/harfbuzz".url "${srcdir}/${pkgname}"-harfbuzz
-  git config submodule."freetype/libpng".url "${srcdir}/${pkgname}"-libpng
-  git config submodule."deps/freetype/zlib".url "${srcdir}/${pkgname}"-zlib
-  git config submodule."freetype2".url "${srcdir}/${pkgname}"-freetype2
-
-  git submodule update --init --recursive
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname"
-  export RUSTUP_TOOLCHAIN=stable
-  cargo build --frozen --release
-}
-
-check() {
-  cd "$pkgname"
-  export RUSTUP_TOOLCHAIN=stable
-  cargo test --frozen -- --skip "e2e::sftp"
-}
-
-package() {
-  cd "$pkgname"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 755 "target/release/$pkgname-gui" -t "$pkgdir/usr/bin"
-  install -Dm 755 "target/release/$pkgname-mux-server" -t "$pkgdir/usr/bin"
-  install -Dm 755 "target/release/strip-ansi-escapes" -t "$pkgdir/usr/bin"
-  install -Dm 644 "assets/icon/terminal.png" 
"$pkgdir/usr/share/icons/hicolor/128x128/apps/org.wezfurlong.$pkgname.png"
-  install -Dm 644 "assets/$pkgname.desktop" 
"$pkgdir/usr/share/applications/org.wezfurlong.$pkgname.desktop"
-  install -Dm 644 "assets/$pkgname.appdata.xml" 
"$pkgdir/usr/share/metainfo/org.wezfurlong.$pkgname.appdata.xml"
-  install -Dm 644 "assets/$pkgname-nautilus.py" 
"$pkgdir/usr/share/nautilus-python/extensions/$pkgname-nautilus.py"
-  install -Dm 644 assets/shell-integration/* -t "$pkgdir/etc/profile.d"
-  install -Dm 644 LICENSE.md -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 assets/shell-completion/bash 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 assets/shell-completion/fish 
"$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
-  install -Dm 644 assets/shell-completion/zsh 
"$pkgdir/usr/share/zsh/site-functions/_$pkgname"
-}

Copied: wezterm/repos/community-x86_64/PKGBUILD (from rev 1265836, 
wezterm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-13 00:09:05 UTC (rev 1265837)
@@ -0,0 +1,81 @@
+# Maintainer:  Orhun Parmaksız 
+
+pkgname=wezterm
+pkgver=20220807.113146.c2fee766
+_gitcommit=c2fee766389cba16ee18a2680fdb8f9155956a3a
+pkgrel=1
+pkgdesc="A GPU-accelerated cross-platform terminal emulator and multiplexer"
+arch=('x86_64')
+url="https://github.com/wez/wezterm;
+license=('MIT')
+depends=(
+  'fontconfig'
+  'hicolor-icon-theme'
+  'wayland'
+  'libx11'
+  'libxkbcommon-x11'
+  'xcb-util-keysyms'
+  'xcb-util-wm'
+  'xcb-util-image'
+  'openssl'
+)
+makedepends=('cargo' 'cmake' 'git' 'pkgconf' 'python' 'libssh2')
+optdepends=(
+  'python-nautilus: WezTerm context menu in Nautilus'
+)
+source=(
+  "${pkgname}::git+$url#commit=$_gitcommit"
+  "${pkgname}-freetype2::git+https://github.com/wez/freetype2.git;
+  "${pkgname}-zlib::git+https://github.com/madler/zlib.git;
+  "${pkgname}-harfbuzz::git+https://github.com/harfbuzz/harfbuzz.git;
+  "${pkgname}-libpng::git+https://github.com/glennrp/libpng.git;
+)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')

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

2022-08-12 Thread Orhun Parmaksiz via arch-commits
Date: Saturday, August 13, 2022 @ 00:08:56
  Author: orhun
Revision: 1265836

upgpkg: wezterm 20220807.113146.c2fee766-1: upstream release

Modified:
  wezterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 23:26:23 UTC (rev 1265835)
+++ PKGBUILD2022-08-13 00:08:56 UTC (rev 1265836)
@@ -1,9 +1,9 @@
 # Maintainer:  Orhun Parmaksız 
 
 pkgname=wezterm
-pkgver=20220624.141144.bd1b7c5d
-_gitcommit=bd1b7c5d9a194b3932f86659e18e93c84649df65
-pkgrel=2
+pkgver=20220807.113146.c2fee766
+_gitcommit=c2fee766389cba16ee18a2680fdb8f9155956a3a
+pkgrel=1
 pkgdesc="A GPU-accelerated cross-platform terminal emulator and multiplexer"
 arch=('x86_64')
 url="https://github.com/wez/wezterm;
@@ -53,7 +53,7 @@
 build() {
   cd "$pkgname"
   export RUSTUP_TOOLCHAIN=stable
-  cargo build --frozen --release
+  cargo build --frozen --release --features distro-defaults
 }
 
 check() {



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

2022-08-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, August 13, 2022 @ 00:04:06
  Author: anatolik
Revision: 452639

archrelease: copy trunk to testing-x86_64

Added:
  strace/repos/testing-x86_64/
  strace/repos/testing-x86_64/PKGBUILD
(from rev 452638, strace/trunk/PKGBUILD)
  strace/repos/testing-x86_64/keys/

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

Copied: strace/repos/testing-x86_64/PKGBUILD (from rev 452638, 
strace/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-08-13 00:04:06 UTC (rev 452639)
@@ -0,0 +1,33 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=strace
+pkgver=5.19
+pkgrel=1
+pkgdesc='A diagnostic, debugging and instructional userspace tracer'
+arch=(x86_64)
+url='https://strace.io/'
+license=(BSD)
+depends=(perl libunwind)
+source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
+sha1sums=('dc34c0d7c3ab0d0adb227f751c016da2c415eb2e'
+  'SKIP')
+validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-libunwind --enable-mpers=no
+  make
+}
+
+check() {
+  # tests do not work in chroot environment. TODO: fixit.
+  # make -C $pkgname-$pkgver check
+  true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-08-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, August 13, 2022 @ 00:03:05
  Author: anatolik
Revision: 452638

upgpkg: strace 5.19-1

Modified:
  strace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 20:08:53 UTC (rev 452637)
+++ PKGBUILD2022-08-13 00:03:05 UTC (rev 452638)
@@ -2,7 +2,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=strace
-pkgver=5.18
+pkgver=5.19
 pkgrel=1
 pkgdesc='A diagnostic, debugging and instructional userspace tracer'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(BSD)
 depends=(perl libunwind)
 
source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
-sha1sums=('e038ea9fc29366ce6119cde27d8cf16ac554a353'
+sha1sums=('dc34c0d7c3ab0d0adb227f751c016da2c415eb2e'
   'SKIP')
 validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin 

 



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

2022-08-12 Thread Anatol Pomozov via arch-commits
Date: Friday, August 12, 2022 @ 23:26:23
  Author: anatolik
Revision: 1265835

Stript osquery binaries

Modified:
  osquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 23:25:33 UTC (rev 1265834)
+++ PKGBUILD2022-08-12 23:26:23 UTC (rev 1265835)
@@ -7,9 +7,7 @@
 arch=(x86_64)
 url='https://osquery.io'
 license=(Apache GPL2)
-depends=()
 makedepends=(cmake ninja clang python gcc-libs git libunwind)
-options=(!strip)
 source=(git+https://github.com/osquery/osquery.git#tag=$pkgver
 fixes.patch
rocksdb.patch



[arch-commits] Commit in osquery/trunk (PKGBUILD fixes.patch rocksdb.patch)

2022-08-12 Thread Anatol Pomozov via arch-commits
Date: Friday, August 12, 2022 @ 23:25:33
  Author: anatolik
Revision: 1265834

Switch to osquery upstream repo

store the https://github.com/anatol/osquery patches as .patch files here, at 
the Arch repo

Added:
  osquery/trunk/fixes.patch
  osquery/trunk/rocksdb.patch
Modified:
  osquery/trunk/PKGBUILD

---+
 PKGBUILD  |   15 +-
 fixes.patch   |  347 
 rocksdb.patch |  117 ++
 3 files changed, 476 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 22:12:38 UTC (rev 1265833)
+++ PKGBUILD2022-08-12 23:25:33 UTC (rev 1265834)
@@ -10,12 +10,14 @@
 depends=()
 makedepends=(cmake ninja clang python gcc-libs git libunwind)
 options=(!strip)
-# following commit represents osquery $pkgver with some Arch-specific patches
-_commit=d98afcb43ded6bfb27e6f86c2861447a27c647d5
-source=(git+https://github.com/anatol/osquery.git#commit=$_commit
+source=(git+https://github.com/osquery/osquery.git#tag=$pkgver
+fixes.patch
+   rocksdb.patch
 ebpf-common.patch
 libaudit.patch)
 sha256sums=('SKIP'
+'3ecea1c2f6d082d7bc15f4010db716dc76c03c959c8356a3d901d0230bf6b74f'
+'fa259e94effbf3d415974045409bfef8ae19c6a96eea888991759ef4bbf6963b'
 '88cba2eebd12079bf3a4a8c5ba4ed34b1b5ccd9f9ac3fa518f159139617d'
 '96218ef5b7d6d6deb3a7b4b3dfed8068b7e4d10acd5b19372b9882f89d4478a8')
 
@@ -22,6 +24,13 @@
 prepare() {
   cd osquery
 
+  # the patches come from https://github.com/anatol/osquery
+  patch -p1 < ../fixes.patch
+  patch -p1 < ../rocksdb.patch
+  # git does not pick .gitmodules changes for some reason. add the submodule 
explicitly.
+  #mkdir libraries/cmake/source/snappy/src
+  git submodule add https://github.com/google/snappy 
libraries/cmake/source/snappy/src
+
   git submodule update --init --recursive
 
   (cd $srcdir/osquery/libraries/cmake/source/libaudit/src && patch -p1 < 
$srcdir/libaudit.patch)

Added: fixes.patch
===
--- fixes.patch (rev 0)
+++ fixes.patch 2022-08-12 23:25:33 UTC (rev 1265834)
@@ -0,0 +1,347 @@
+commit a9532e1b3191b41595e0f205187b03918ec2bc0a
+Author: Anatol Pomozov 
+Date:   Tue Sep 21 09:46:53 2021 -0700
+
+Arch Linux specific fixes
+
+diff --git a/cmake/flags.cmake b/cmake/flags.cmake
+index fddf045fa..87906c42e 100644
+--- a/cmake/flags.cmake
 b/cmake/flags.cmake
+@@ -84,11 +84,9 @@ function(setupBuildFlags)
+   -Woverloaded-virtual
+   -Wnon-virtual-dtor
+   -Weffc++
+-  -stdlib=libc++
+ )
+ 
+ set(posix_cxx_link_options
+-  -stdlib=libc++
+   -ldl
+ )
+ 
+@@ -179,7 +177,6 @@ function(setupBuildFlags)
+   )
+ 
+   set(linux_cxx_link_libraries
+-c++abi
+ rt
+ dl
+   )
+@@ -228,7 +225,6 @@ function(setupBuildFlags)
+   )
+ 
+   set(macos_cxx_link_options
+--stdlib=libc++
+ -lresolv
+   )
+ 
+@@ -237,7 +233,6 @@ function(setupBuildFlags)
+ cups
+ bsm
+ xar
+-c++abi
+ "-framework AppKit"
+ "-framework Foundation"
+ "-framework CoreServices"
+diff --git 
a/libraries/cmake/source/augeas/generated/linux/x86_64/config/config.h 
b/libraries/cmake/source/augeas/generated/linux/x86_64/config/config.h
+index 412fea1cd..3bafa9462 100644
+--- a/libraries/cmake/source/augeas/generated/linux/x86_64/config/config.h
 b/libraries/cmake/source/augeas/generated/linux/x86_64/config/config.h
+@@ -914,9 +914,6 @@
+ /* Define to 1 if you have the  header file. */
+ /* #undef HAVE_WS2TCPIP_H */
+ 
+-/* Define to 1 if you have the  header file. */
+-#define HAVE_XLOCALE_H 1
+-
+ /* Define to 1 if the system has the type `_Bool'. */
+ #define HAVE__BOOL 1
+ 
+@@ -1570,4 +1567,4 @@
+ 
+ 
+ /* Define to an unsigned 32-bit type if  lacks this type. */
+-/* #undef useconds_t */
+\ No newline at end of file
++/* #undef useconds_t */
+diff --git 
a/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/config/config.h 
b/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/config/config.h
+index 412fea1cd..3bafa9462 100644
+--- 
a/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/config/config.h
 
b/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/config/config.h
+@@ -914,9 +914,6 @@
+ /* Define to 1 if you have the  header file. */
+ /* #undef HAVE_WS2TCPIP_H */
+ 
+-/* Define to 1 if you have the  header file. */
+-#define HAVE_XLOCALE_H 1
+-
+ /* Define to 1 if the system has the type `_Bool'. */
+ #define HAVE__BOOL 1
+ 
+@@ -1570,4 +1567,4 @@
+ 
+ 
+ /* Define to an unsigned 32-bit type if  lacks this type. */
+-/* #undef useconds_t */
+\ No newline at end of file
++/* #undef useconds_t */
+diff --git 
a/libraries/cmake/source/augeas/gnulib/generated/linux/x86_64/lib/locale.h 

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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 22:12:38
  Author: spupykin
Revision: 1265833

inn: add more deps

Modified:
  inn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 22:02:07 UTC (rev 1265832)
+++ PKGBUILD2022-08-12 22:12:38 UTC (rev 1265833)
@@ -4,12 +4,12 @@
 
 pkgname=inn
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="https://www.isc.org/othersoftware/;
 arch=('x86_64')
 license=("custom:INN")
-depends=('openssl' 'perl-mime-tools')
+depends=('openssl' 'perl-mime-tools' 'perl-gd' 'pam')
 makedepends=('make' 'bison' 'python' 'gcc' 'smtp-forwarder' 'libsasl')
 optdepends=('python' 'libsasl'
 'sqlite: ovsqlite-server')



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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 22:02:07
  Author: spupykin
Revision: 1265832

archrelease: copy trunk to community-any

Added:
  dokuwiki/repos/community-any/PKGBUILD
(from rev 1265831, dokuwiki/trunk/PKGBUILD)
  dokuwiki/repos/community-any/apache.example.conf
(from rev 1265831, dokuwiki/trunk/apache.example.conf)
Deleted:
  dokuwiki/repos/community-any/PKGBUILD
  dokuwiki/repos/community-any/apache.example.conf

-+
 PKGBUILD|  134 +-
 apache.example.conf |   14 ++---
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 22:01:57 UTC (rev 1265831)
+++ PKGBUILD2022-08-12 22:02:07 UTC (rev 1265832)
@@ -1,67 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sébastien Luttringer
-
-pkgname=dokuwiki
-pkgver=20220626rc
-pkgrel=1
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
-_pkgver=${_pkgver/_/}
-_pkgver=${_pkgver/rc/}
-[[ $pkgver == *"rc" ]] && _release=candidate || _release=stable
-pkgdesc='Simple to use and highly versatile Open Source wiki software'
-arch=('any')
-url='https://www.dokuwiki.org/'
-license=('GPL')
-depends=('php')
-backup=('etc/webapps/dokuwiki/.htaccess'
-'etc/httpd/conf/extra/dokuwiki.conf')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_${_release}_${_pkgver}.tar.gz;
-'apache.example.conf')
-sha256sums=('94557e8ff37ba510f89d59660798a96e3a09d71c5bfd22319e9a7b7f9883347d'
-'237e11ec2c1cd69d0b7e8cff2169d0072666b31694efd727338c9197199e0f5f')
-
-package() {
-  cd "$pkgdir"
-  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
-  cp -a "$srcdir"/$pkgname-release_${_release}_${_pkgver} 
usr/share/webapps/dokuwiki
-
-  # move data in var
-  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
-  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
-
-  # move plugins in var
-  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
-  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
-
-  # move templates in var
-  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
-  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
-
-  # move config in /etc
-  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
-  chmod g=rwx etc/webapps/dokuwiki
-  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
-
-  # inform update on changes.log
-  touch var/lib/dokuwiki/data/changes.log
-  chmod 0644 var/lib/dokuwiki/data/changes.log
-
-  # use default htaccess
-  cp usr/share/webapps/dokuwiki/.htaccess.dist etc/webapps/dokuwiki/.htaccess
-  ln -s /etc/webapps/dokuwiki/.htaccess usr/share/webapps/dokuwiki/.htaccess
-
-  # fix rights and ownership
-  chown 33:33 var/lib/dokuwiki/plugins
-  chown -R 33:33 var/lib/dokuwiki/data
-  chown -R 33:33 etc/webapps/dokuwiki
-
-  # apache config
-  install -Dm0644 "$srcdir"/apache.example.conf 
etc/httpd/conf/extra/dokuwiki.conf
-
-  # php.ini
-#  install -dm0755 "$pkgdir"/etc/php/conf.d/
-#  echo 'open_basedir = 
${open_basedir}:/etc/webapps/dokuwiki/:/var/lib/dokuwiki/' 
>"$pkgdir"/etc/php/conf.d/dokuwiki.ini
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dokuwiki/repos/community-any/PKGBUILD (from rev 1265831, 
dokuwiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 22:02:07 UTC (rev 1265832)
@@ -0,0 +1,67 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sébastien Luttringer
+
+pkgname=dokuwiki
+pkgver=20220731
+pkgrel=1
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
+_pkgver=${_pkgver/_/}
+_pkgver=${_pkgver/rc/}
+[[ $pkgver == *"rc" ]] && _release=candidate || _release=stable
+pkgdesc='Simple to use and highly versatile Open Source wiki software'
+arch=('any')
+url='https://www.dokuwiki.org/'
+license=('GPL')
+depends=('php')
+backup=('etc/webapps/dokuwiki/.htaccess'
+'etc/httpd/conf/extra/dokuwiki.conf')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_${_release}_${_pkgver}.tar.gz;
+'apache.example.conf')
+sha256sums=('595247d29adef875420c38f73aaa16799c1b93b363024bf9e572d29f579a398a'
+'237e11ec2c1cd69d0b7e8cff2169d0072666b31694efd727338c9197199e0f5f')
+
+package() {
+  cd "$pkgdir"
+  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
+  cp -a "$srcdir"/$pkgname-release_${_release}_${_pkgver} 
usr/share/webapps/dokuwiki
+
+  # move data in var
+  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
+  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
+
+  # move plugins in var
+  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
+  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
+
+  

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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 22:01:57
  Author: spupykin
Revision: 1265831

upgpkg: dokuwiki 20220731-1

Modified:
  dokuwiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 21:59:54 UTC (rev 1265830)
+++ PKGBUILD2022-08-12 22:01:57 UTC (rev 1265831)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=dokuwiki
-pkgver=20220626rc
+pkgver=20220731
 pkgrel=1
 _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
 _pkgver=${_pkgver/_/}
@@ -18,7 +18,7 @@
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_${_release}_${_pkgver}.tar.gz;
 'apache.example.conf')
-sha256sums=('94557e8ff37ba510f89d59660798a96e3a09d71c5bfd22319e9a7b7f9883347d'
+sha256sums=('595247d29adef875420c38f73aaa16799c1b93b363024bf9e572d29f579a398a'
 '237e11ec2c1cd69d0b7e8cff2169d0072666b31694efd727338c9197199e0f5f')
 
 package() {



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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 21:59:54
  Author: spupykin
Revision: 1265830

archrelease: copy trunk to community-x86_64

Added:
  opensips/repos/community-x86_64/PKGBUILD
(from rev 1265829, opensips/trunk/PKGBUILD)
  opensips/repos/community-x86_64/openldap-2.5.patch
(from rev 1265829, opensips/trunk/openldap-2.5.patch)
  opensips/repos/community-x86_64/opensips.install
(from rev 1265829, opensips/trunk/opensips.install)
  opensips/repos/community-x86_64/opensips.service
(from rev 1265829, opensips/trunk/opensips.service)
Deleted:
  opensips/repos/community-x86_64/PKGBUILD
  opensips/repos/community-x86_64/openldap-2.5.patch
  opensips/repos/community-x86_64/opensips.install
  opensips/repos/community-x86_64/opensips.service

+
 PKGBUILD   |  140 +--
 openldap-2.5.patch |  114 -
 opensips.install   |6 +-
 opensips.service   |   22 
 4 files changed, 140 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 21:59:26 UTC (rev 1265829)
+++ PKGBUILD2022-08-12 21:59:54 UTC (rev 1265830)
@@ -1,71 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=opensips
-pkgver=3.2.6
-pkgrel=1
-pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
-url="https://www.opensips.org;
-depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
-makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 
'libmariadbclient'
-'lynx' 'libxslt' 'libmicrohttpd')
-optdepends=('postgresql-libs'
-   'unixodbc'
-   'libldap'
-   'mariadb-libs'
-   'libsasl'
-   'pcre')
-backup=("etc/opensips/opensips.cfg"
-   "etc/opensips/osipsconsolerc"
-   "etc/opensips/opensipsctlrc")
-arch=('x86_64')
-license=('GPL')
-install=opensips.install
-options=('!emptydirs' 'zipman' '!makeflags' 'docs')
-source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
-   
https://github.com/OpenSIPS/opensips/commit/38242d6fe7491ea5de900e9ae45e3902edd1a67f.patch
-   opensips.service)
-sha256sums=('99adc445c444526a2330209c7021f318f4718444529d48a6552384a7c6fb408a'
-'e6b5dfeeb83e1638baea42a290e205f2429b752f1a124395a557ef35ef3eea34'
-'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver/
-
-  patch -p1 -i "$srcdir"/38242d6fe7491ea5de900e9ae45e3902edd1a67f.patch
-  sed -i 's|sbin|bin|g' Makefile
-  sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
-}
-
-_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops tls_mgm db_http httpd tm rr"
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver/
-
-  make \
-   include_modules="${_modules}" \
-   LIBDIR=lib PREFIX=/usr
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver/
-
-  make \
-   include_modules="${_modules}" \
-   BASEDIR="$pkgdir" PREFIX=/usr LIBDIR=lib install
-
-  # Conforms to the arch packaging standards 
(https://wiki.archlinux.org/index.php/Arch_Packaging_Standards)
-  mkdir -p "$pkgdir"/etc/
-  mv "$pkgdir"/usr/etc/opensips/ "$pkgdir"/etc/
-  sed -i 
's#mpath=".*lib/opensips/modules/"#mpath="/usr/lib/opensips/modules/"#' 
"$pkgdir"/etc/opensips/opensips.cfg
-
-  # fix bad paths
-  cd "$pkgdir"/usr/share
-  find -type f -exec sed -i "s#"$pkgdir"##" {} \;
-
-  mv "$pkgdir"/usr/sbin "$pkgdir"/usr/bin
-
-  cd "$pkgdir"/etc
-  find -type f -exec sed -i "s#"$pkgdir"##" {} \;
-
-  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: opensips/repos/community-x86_64/PKGBUILD (from rev 1265829, 
opensips/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 21:59:54 UTC (rev 1265830)
@@ -0,0 +1,69 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=opensips
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
+url="https://www.opensips.org;
+depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
+makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 
'libmariadbclient'
+'lynx' 'libxslt' 'libmicrohttpd')
+optdepends=('postgresql-libs'
+   'unixodbc'
+   'libldap'
+   'mariadb-libs'
+   'libsasl'
+   'pcre')
+backup=("etc/opensips/opensips.cfg"
+   "etc/opensips/osipsconsolerc"
+   "etc/opensips/opensipsctlrc")
+arch=('x86_64')
+license=('GPL')
+install=opensips.install
+options=('!emptydirs' 'zipman' '!makeflags' 'docs')
+source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
+   opensips.service)

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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 21:59:26
  Author: spupykin
Revision: 1265829

upgpkg: opensips 3.3.0-1

Modified:
  opensips/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 21:59:12 UTC (rev 1265828)
+++ PKGBUILD2022-08-12 21:59:26 UTC (rev 1265829)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=3.2.6
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="https://www.opensips.org;
@@ -22,16 +22,14 @@
 install=opensips.install
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
-   
https://github.com/OpenSIPS/opensips/commit/38242d6fe7491ea5de900e9ae45e3902edd1a67f.patch
opensips.service)
-sha256sums=('99adc445c444526a2330209c7021f318f4718444529d48a6552384a7c6fb408a'
-'e6b5dfeeb83e1638baea42a290e205f2429b752f1a124395a557ef35ef3eea34'
+sha256sums=('5f3adff191f502324df6fbfaa73dbe9b1d87b92e46dcdd55b2ac8e86b5bc71d7'
 'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver/
 
-  patch -p1 -i "$srcdir"/38242d6fe7491ea5de900e9ae45e3902edd1a67f.patch
+#  patch -p1 -i "$srcdir"/38242d6fe7491ea5de900e9ae45e3902edd1a67f.patch
   sed -i 's|sbin|bin|g' Makefile
   sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
 }



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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 21:59:12
  Author: spupykin
Revision: 1265828

archrelease: copy trunk to community-x86_64

Added:
  lxcfs/repos/community-x86_64/PKGBUILD
(from rev 1265827, lxcfs/trunk/PKGBUILD)
  lxcfs/repos/community-x86_64/keys/
  lxcfs/repos/community-x86_64/lxcfs.service
(from rev 1265827, lxcfs/trunk/lxcfs.service)
Deleted:
  lxcfs/repos/community-x86_64/PKGBUILD
  lxcfs/repos/community-x86_64/keys/
  lxcfs/repos/community-x86_64/lxcfs.service

---+
 PKGBUILD  |   78 +++-
 lxcfs.service |   26 +-
 2 files changed, 51 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 21:59:00 UTC (rev 1265827)
+++ PKGBUILD2022-08-12 21:59:12 UTC (rev 1265828)
@@ -1,40 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Brauner 
-# Maintainer: Morten Linderud 
-
-pkgname=lxcfs
-pkgver=5.0.1
-pkgrel=2
-pkgdesc="FUSE filesystem for LXC"
-arch=(x86_64)
-url="https://linuxcontainers.org/;
-license=('GPL')
-depends=('lxc' 'libnih' 'fuse3' 'dbus-glib')
-makedepends=('help2man' 'meson' 'python-jinja' 'systemd')
-options=('emptydirs' 'debug')
-source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"{,.asc}
-
"lxcfs-5.0.1-fix-reinitialization-with-fuse3.patch::https://bugs.archlinux.org/task/75498?getfile=21663;
-"lxcfs.service")
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-sha256sums=('1951b03155000311c7a2df17760554f1bb081015cfd0996304ac243b8e93dc81'
-'SKIP'
-'c2d7b4cd2abeb309a6e8277eb201b7f1a663ec6caee939d352dc0f435e59'
-'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
-
-prepare() {
-cd "$pkgname-$pkgver"
-patch -p1 <../lxcfs-5.0.1-fix-reinitialization-with-fuse3.patch
-}
-
-build() {
-cd "$pkgname-$pkgver"
-arch-meson ../build
-meson compile -C ../build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-DESTDIR="$pkgdir" meson install -C ../build
-install -dm0755 "$pkgdir"/var/lib/lxcfs
-install -Dm0644 "$srcdir"/lxcfs.service 
"$pkgdir"/usr/lib/systemd/system/lxcfs.service
-}

Copied: lxcfs/repos/community-x86_64/PKGBUILD (from rev 1265827, 
lxcfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 21:59:12 UTC (rev 1265828)
@@ -0,0 +1,38 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Brauner 
+# Maintainer: Morten Linderud 
+
+pkgname=lxcfs
+pkgver=5.0.2
+pkgrel=1
+pkgdesc="FUSE filesystem for LXC"
+arch=(x86_64)
+url="https://linuxcontainers.org/;
+license=('GPL')
+depends=('lxc' 'libnih' 'fuse3' 'dbus-glib')
+makedepends=('help2man' 'meson' 'python-jinja' 'systemd')
+options=('emptydirs' 'debug')
+source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"{,.asc}
+"lxcfs.service")
+validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
+sha256sums=('c3df03629ee8955de60a28da7490350ad1eb7aa3134b6917d40ec68ef092d039'
+'SKIP'
+'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
+
+prepare() {
+cd "$pkgname-$pkgver"
+#patch -p1 <../lxcfs-5.0.1-fix-reinitialization-with-fuse3.patch
+}
+
+build() {
+cd "$pkgname-$pkgver"
+arch-meson ../build
+meson compile -C ../build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+DESTDIR="$pkgdir" meson install -C ../build
+install -dm0755 "$pkgdir"/var/lib/lxcfs
+install -Dm0644 "$srcdir"/lxcfs.service 
"$pkgdir"/usr/lib/systemd/system/lxcfs.service
+}

Deleted: lxcfs.service
===
--- lxcfs.service   2022-08-12 21:59:00 UTC (rev 1265827)
+++ lxcfs.service   2022-08-12 21:59:12 UTC (rev 1265828)
@@ -1,13 +0,0 @@
-[Unit]
-Description=FUSE filesystem for LXC
-ConditionVirtualization=!container
-Before=lxc.service
-
-[Service]
-ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
-KillMode=process
-Restart=on-failure
-ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
-
-[Install]
-WantedBy=multi-user.target

Copied: lxcfs/repos/community-x86_64/lxcfs.service (from rev 1265827, 
lxcfs/trunk/lxcfs.service)
===
--- lxcfs.service   (rev 0)
+++ lxcfs.service   2022-08-12 21:59:12 UTC (rev 1265828)
@@ -0,0 +1,13 @@
+[Unit]
+Description=FUSE filesystem for LXC
+ConditionVirtualization=!container
+Before=lxc.service
+
+[Service]
+ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
+KillMode=process
+Restart=on-failure
+ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
+
+[Install]
+WantedBy=multi-user.target



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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 21:59:00
  Author: spupykin
Revision: 1265827

upgpkg: lxcfs 5.0.2-1

Modified:
  lxcfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 21:50:36 UTC (rev 1265826)
+++ PKGBUILD2022-08-12 21:59:00 UTC (rev 1265827)
@@ -3,8 +3,8 @@
 # Maintainer: Morten Linderud 
 
 pkgname=lxcfs
-pkgver=5.0.1
-pkgrel=2
+pkgver=5.0.2
+pkgrel=1
 pkgdesc="FUSE filesystem for LXC"
 arch=(x86_64)
 url="https://linuxcontainers.org/;
@@ -13,17 +13,15 @@
 makedepends=('help2man' 'meson' 'python-jinja' 'systemd')
 options=('emptydirs' 'debug')
 
source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"{,.asc}
-
"lxcfs-5.0.1-fix-reinitialization-with-fuse3.patch::https://bugs.archlinux.org/task/75498?getfile=21663;
 "lxcfs.service")
 validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-sha256sums=('1951b03155000311c7a2df17760554f1bb081015cfd0996304ac243b8e93dc81'
+sha256sums=('c3df03629ee8955de60a28da7490350ad1eb7aa3134b6917d40ec68ef092d039'
 'SKIP'
-'c2d7b4cd2abeb309a6e8277eb201b7f1a663ec6caee939d352dc0f435e59'
 '3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
 
 prepare() {
 cd "$pkgname-$pkgver"
-patch -p1 <../lxcfs-5.0.1-fix-reinitialization-with-fuse3.patch
+#patch -p1 <../lxcfs-5.0.1-fix-reinitialization-with-fuse3.patch
 }
 
 build() {



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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 21:50:36
  Author: spupykin
Revision: 1265826

archrelease: copy trunk to community-any

Added:
  websvn/repos/community-any/PKGBUILD
(from rev 1265825, websvn/trunk/PKGBUILD)
Deleted:
  websvn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 21:49:26 UTC (rev 1265825)
+++ PKGBUILD2022-08-12 21:50:36 UTC (rev 1265826)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=websvn
-pkgver=2.6.1
-pkgrel=2
-pkgdesc="subversion web interface"
-arch=(any)
-url="https://websvnphp.github.io/;
-license=('GPL')
-depends=()
-backup=(srv/http/websvn/.htaccess)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/websvnphp/websvn/archive/$pkgver.tar.gz;)
-sha256sums=('42299634127211744b5b9bfb1d0db4f3fa8ba73b3c0f3be8dc3ada68e6258037')
-
-package() {
-  local _instdir="$pkgdir"/srv/http
-  mkdir -p ${_instdir}
-  cp -ra "$srcdir"/websvn-$pkgver ${_instdir}/websvn
-  echo "deny from all" >${_instdir}/websvn/.htaccess
-}

Copied: websvn/repos/community-any/PKGBUILD (from rev 1265825, 
websvn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 21:50:36 UTC (rev 1265826)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=websvn
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="subversion web interface"
+arch=(any)
+url="https://websvnphp.github.io/;
+license=('GPL')
+depends=()
+backup=(srv/http/websvn/.htaccess)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/websvnphp/websvn/archive/$pkgver.tar.gz;)
+sha256sums=('1cb23254f19e37f37620048711a55a0c439c38f6329475fea40a8be9c2df4e69')
+
+package() {
+  local _instdir="$pkgdir"/srv/http
+  mkdir -p ${_instdir}
+  cp -ra "$srcdir"/websvn-$pkgver ${_instdir}/websvn
+  echo "deny from all" >${_instdir}/websvn/.htaccess
+}



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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 21:49:26
  Author: spupykin
Revision: 1265825

upgpkg: websvn 2.7.0-1

Modified:
  websvn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 21:48:43 UTC (rev 1265824)
+++ PKGBUILD2022-08-12 21:49:26 UTC (rev 1265825)
@@ -1,8 +1,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=websvn
-pkgver=2.6.1
-pkgrel=2
+pkgver=2.7.0
+pkgrel=1
 pkgdesc="subversion web interface"
 arch=(any)
 url="https://websvnphp.github.io/;
@@ -10,7 +10,7 @@
 depends=()
 backup=(srv/http/websvn/.htaccess)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/websvnphp/websvn/archive/$pkgver.tar.gz;)
-sha256sums=('42299634127211744b5b9bfb1d0db4f3fa8ba73b3c0f3be8dc3ada68e6258037')
+sha256sums=('1cb23254f19e37f37620048711a55a0c439c38f6329475fea40a8be9c2df4e69')
 
 package() {
   local _instdir="$pkgdir"/srv/http



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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 21:48:43
  Author: spupykin
Revision: 1265824

archrelease: copy trunk to community-x86_64

Added:
  ser2net/repos/community-x86_64/PKGBUILD
(from rev 1265823, ser2net/trunk/PKGBUILD)
  ser2net/repos/community-x86_64/ser2net.service
(from rev 1265823, ser2net/trunk/ser2net.service)
Deleted:
  ser2net/repos/community-x86_64/PKGBUILD
  ser2net/repos/community-x86_64/ser2net.service

-+
 PKGBUILD|   60 +++---
 ser2net.service |   22 +--
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 21:48:18 UTC (rev 1265823)
+++ PKGBUILD2022-08-12 21:48:43 UTC (rev 1265824)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Shinlun Hsieh 
-
-pkgname=ser2net
-pkgver=4.3.4
-pkgrel=2
-pkgdesc="A proxy that allows telnet/tcp connections to be made to serial ports"
-arch=(x86_64)
-url="https://sourceforge.net/projects/ser2net;
-license=('GPL')
-depends=('gensio' 'libyaml')
-backup=(etc/ser2net/ser2net.yaml)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cminyard/ser2net/archive/v$pkgver.tar.gz;
-   ser2net.service)
-sha256sums=('666b293b520b226a5a7bf5c255221abe806143d4a313cb7cb0db1ccb68efb943'
-'b093e1f5bf7dd826816828623a5c6858f83a9f0dcb1a9785f545b29efd1c320c')
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  test -x configure || ./reconf
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 ser2net.yaml "$pkgdir"/etc/ser2net/ser2net.yaml
-  install -Dm0644 "$srcdir"/ser2net.service 
"$pkgdir"/usr/lib/systemd/system/ser2net.service
-}

Copied: ser2net/repos/community-x86_64/PKGBUILD (from rev 1265823, 
ser2net/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 21:48:43 UTC (rev 1265824)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Shinlun Hsieh 
+
+pkgname=ser2net
+pkgver=4.3.7
+pkgrel=1
+pkgdesc="A proxy that allows telnet/tcp connections to be made to serial ports"
+arch=(x86_64)
+url="https://sourceforge.net/projects/ser2net;
+license=('GPL')
+depends=('gensio' 'libyaml')
+backup=(etc/ser2net/ser2net.yaml)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cminyard/ser2net/archive/v$pkgver.tar.gz;
+   ser2net.service)
+sha256sums=('1a31b23986ad46602e90033d1dfa685da1788bdffcbe7b91927ba4464150f025'
+'b093e1f5bf7dd826816828623a5c6858f83a9f0dcb1a9785f545b29efd1c320c')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  test -x configure || ./reconf
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 ser2net.yaml "$pkgdir"/etc/ser2net/ser2net.yaml
+  install -Dm0644 "$srcdir"/ser2net.service 
"$pkgdir"/usr/lib/systemd/system/ser2net.service
+}

Deleted: ser2net.service
===
--- ser2net.service 2022-08-12 21:48:18 UTC (rev 1265823)
+++ ser2net.service 2022-08-12 21:48:43 UTC (rev 1265824)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Proxy that allows tcp connections to serial ports
-After=syslog.target network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/ser2net -n
-
-[Install]
-WantedBy=multi-user.target
-

Copied: ser2net/repos/community-x86_64/ser2net.service (from rev 1265823, 
ser2net/trunk/ser2net.service)
===
--- ser2net.service (rev 0)
+++ ser2net.service 2022-08-12 21:48:43 UTC (rev 1265824)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Proxy that allows tcp connections to serial ports
+After=syslog.target network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/ser2net -n
+
+[Install]
+WantedBy=multi-user.target
+



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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 21:48:18
  Author: spupykin
Revision: 1265823

upgpkg: ser2net 4.3.7-1

Modified:
  ser2net/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 21:48:03 UTC (rev 1265822)
+++ PKGBUILD2022-08-12 21:48:18 UTC (rev 1265823)
@@ -2,8 +2,8 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=ser2net
-pkgver=4.3.4
-pkgrel=2
+pkgver=4.3.7
+pkgrel=1
 pkgdesc="A proxy that allows telnet/tcp connections to be made to serial ports"
 arch=(x86_64)
 url="https://sourceforge.net/projects/ser2net;
@@ -12,7 +12,7 @@
 backup=(etc/ser2net/ser2net.yaml)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cminyard/ser2net/archive/v$pkgver.tar.gz;
ser2net.service)
-sha256sums=('666b293b520b226a5a7bf5c255221abe806143d4a313cb7cb0db1ccb68efb943'
+sha256sums=('1a31b23986ad46602e90033d1dfa685da1788bdffcbe7b91927ba4464150f025'
 'b093e1f5bf7dd826816828623a5c6858f83a9f0dcb1a9785f545b29efd1c320c')
 
 build() {



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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 21:48:03
  Author: spupykin
Revision: 1265822

archrelease: copy trunk to community-x86_64

Added:
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 1265821, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 1265821, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 1265821, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 1265821, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 1265821, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

--+
 PKGBUILD |  110 -
 openvswitch.install  |   26 +--
 openvswitch.tmpfiles |2 
 ovs-vswitchd.service |   30 ++---
 ovsdb-server.service |   14 +++---
 5 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 21:46:48 UTC (rev 1265821)
+++ PKGBUILD2022-08-12 21:48:03 UTC (rev 1265822)
@@ -1,55 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco 
-
-pkgname=openvswitch
-pkgver=2.16.4
-pkgrel=1
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org;
-license=('APACHE')
-arch=(x86_64)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl' 'libcap-ng')
-makedepends=('python-six')
-optdepends=('python-six')
-options=('debug')
-sha256sums=('f475f00c18fef356b1ea1b0b6f64755f5a82615255f45b98406c41d694de6ac6'
-'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
-'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
-'412a8d9a2d71f61b915d5e29c0ba44baae7770f564d885f99460b27a4cf1d398')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
-Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./boot.sh
-  export CFLAGS="$CFLAGS -ffat-lto-objects"
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-rundir=/run/openvswitch \
---sbindir=/usr/bin \
-PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir"/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-  install -Dm0644 "$srcdir"/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-  install -Dm0644 "$srcdir"/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-  install -dm0755 "$pkgdir/etc/openvswitch"
-  rm -rf "$pkgdir"/run
-}

Copied: openvswitch/repos/community-x86_64/PKGBUILD (from rev 1265821, 
openvswitch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 21:48:03 UTC (rev 1265822)
@@ -0,0 +1,55 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Pedro Martinez-Julia (pedr...@um.es)
+# Contributor: Matt Monaco 
+
+pkgname=openvswitch
+pkgver=2.17.2
+pkgrel=1
+pkgdesc="Production Quality, Multilayer Open Virtual Switch"
+url="http://openvswitch.org;
+license=('APACHE')
+arch=(x86_64)
+install=openvswitch.install
+source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
+   openvswitch.tmpfiles
+   ovsdb-server.service
+   ovs-vswitchd.service)
+depends=('openssl' 'libcap-ng')
+makedepends=('python-six')
+optdepends=('python-six')
+options=('debug')
+sha256sums=('6a2e0db42badb8cbcaf7f3bebd5b5e9a2701319df1d04294e9a7a79e94504d69'
+'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
+'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
+'412a8d9a2d71f61b915d5e29c0ba44baae7770f564d885f99460b27a4cf1d398')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i \
+-e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
+Makefile.am
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./boot.sh
+  export CFLAGS="$CFLAGS -ffat-lto-objects"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-rundir=/run/openvswitch \
+--sbindir=/usr/bin \
+PYTHON=/usr/bin/python2
+  

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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 21:46:48
  Author: spupykin
Revision: 1265821

upgpkg: openvswitch 2.17.2-1

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 21:46:38 UTC (rev 1265820)
+++ PKGBUILD2022-08-12 21:46:48 UTC (rev 1265821)
@@ -3,7 +3,7 @@
 # Contributor: Matt Monaco 
 
 pkgname=openvswitch
-pkgver=2.16.4
+pkgver=2.17.2
 pkgrel=1
 pkgdesc="Production Quality, Multilayer Open Virtual Switch"
 url="http://openvswitch.org;
@@ -18,7 +18,7 @@
 makedepends=('python-six')
 optdepends=('python-six')
 options=('debug')
-sha256sums=('f475f00c18fef356b1ea1b0b6f64755f5a82615255f45b98406c41d694de6ac6'
+sha256sums=('6a2e0db42badb8cbcaf7f3bebd5b5e9a2701319df1d04294e9a7a79e94504d69'
 'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
 'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
 '412a8d9a2d71f61b915d5e29c0ba44baae7770f564d885f99460b27a4cf1d398')



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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 21:46:38
  Author: spupykin
Revision: 1265820

archrelease: copy trunk to community-any

Added:
  logwatch/repos/community-any/PKGBUILD
(from rev 1265819, logwatch/trunk/PKGBUILD)
  logwatch/repos/community-any/cron.conf
(from rev 1265819, logwatch/trunk/cron.conf)
  logwatch/repos/community-any/maillog.conf
(from rev 1265819, logwatch/trunk/maillog.conf)
  logwatch/repos/community-any/messages.conf
(from rev 1265819, logwatch/trunk/messages.conf)
  logwatch/repos/community-any/secure.conf
(from rev 1265819, logwatch/trunk/secure.conf)
Deleted:
  logwatch/repos/community-any/PKGBUILD
  logwatch/repos/community-any/cron.conf
  logwatch/repos/community-any/maillog.conf
  logwatch/repos/community-any/messages.conf
  logwatch/repos/community-any/secure.conf

---+
 PKGBUILD  |  128 
 cron.conf |   20 
 maillog.conf  |   22 -
 messages.conf |   26 +--
 secure.conf   |   22 -
 5 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 21:45:39 UTC (rev 1265819)
+++ PKGBUILD2022-08-12 21:46:38 UTC (rev 1265820)
@@ -1,64 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Pierre Schmitz 
-
-pkgname=logwatch
-pkgver=7.6
-pkgrel=1
-arch=('any')
-pkgdesc="Logwatch is a customizable log analysis system."
-url="https://sourceforge.net/projects/logwatch/files/;
-depends=('perl')
-optdepends=('cron'
-   'perl-date-manip: human readable dates')
-license=('custom')
-backup=(etc/logwatch/conf/logwatch.conf
-   etc/logwatch/conf/ignore.conf
-   etc/logwatch/conf/override.conf)
-source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
-   cron.conf
-   maillog.conf
-   messages.conf
-   secure.conf)
-sha256sums=('689f3c68b99ef7af7d3c7007c3ff0a55d5674bdbf9c01f69a9f187726d6d4baf'
-'41b9ec84fc825545f43080064ffaa9612cd037c10bb24c0810341e01d63f7a75'
-'9a614822b5f25d9d473a00abdd2e93751d86685608bd6ca0770e2954c3c97f0e'
-'59466406f306b4b377616943e8737f522cff713dd1fc968045cba57eeb0acbc2'
-'a4c78442968abf363729e96bfd9ed379eb0718967deb60950c201d40f8aaa461')
-
-prepare() {
-   cd "$srcdir"/$pkgname-$pkgver
-   sed \
-   -e '/BASEDIR=/d' \
-   -e '/CONFIGDIR=/d' \
-   -e '/TEMPDIR=/d' \
-   -e '/PERLEXE=/d' \
-   -e '/MANDIR=/d' \
-   -e '/ln -f -s $BASEDIR/d' \
-   -e "s|/lib/systemd/|$pkgdir/usr/lib/systemd/|g" \
-   -e "s|/usr/sbin/logwatch|$pkgdir/usr/bin/logwatch/|g" \
-   -i install_logwatch.sh
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   install -dm0755 "$pkgdir"/usr/{bin,lib/systemd/system}
-
-   export BASEDIR="$pkgdir/usr/share/logwatch"
-   export CONFIGDIR="$pkgdir/etc/logwatch"
-   export TEMPDIR="$pkgdir/var/cache/logwatch"
-   export PERLEXE="$pkgdir/usr/bin/perl"
-   export MANDIR="$pkgdir/usr/share/man"
-   echo "$pkgdir/usr/share/logwatch" | sh install_logwatch.sh --systemd
-   ln -sf /usr/share/logwatch/scripts/logwatch.pl 
"$pkgdir"/usr/bin/logwatch
-   rm -rf "$pkgdir"/usr/lib/systemd/system/multi-user.target.wants
-   sed -i "s|$pkgdir||g" "$pkgdir"/usr/share/logwatch/scripts/logwatch.pl
-
-   install -Dm0644 "$srcdir"/cron.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/cron.conf
-   install -Dm0644 "$srcdir"/maillog.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/maillog.conf
-   install -Dm0644 "$srcdir"/messages.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/messages.conf
-   install -Dm0644 "$srcdir"/secure.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/secure.conf
-
-   install -m 0755 -d "$pkgdir"/usr/share/licenses/$pkgname/
-   install -m 0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: logwatch/repos/community-any/PKGBUILD (from rev 1265819, 
logwatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 21:46:38 UTC (rev 1265820)
@@ -0,0 +1,64 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Pierre Schmitz 
+
+pkgname=logwatch
+pkgver=7.7
+pkgrel=1
+arch=('any')
+pkgdesc="Logwatch is a customizable log analysis system."
+url="https://sourceforge.net/projects/logwatch/files/;
+depends=('perl')
+optdepends=('cron'
+   'perl-date-manip: human readable dates')
+license=('custom')
+backup=(etc/logwatch/conf/logwatch.conf
+   etc/logwatch/conf/ignore.conf
+   etc/logwatch/conf/override.conf)
+source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
+   cron.conf
+   maillog.conf
+   messages.conf
+   

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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 21:45:39
  Author: spupykin
Revision: 1265819

upgpkg: logwatch 7.7-1

Modified:
  logwatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 21:45:19 UTC (rev 1265818)
+++ PKGBUILD2022-08-12 21:45:39 UTC (rev 1265819)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=logwatch
-pkgver=7.6
+pkgver=7.7
 pkgrel=1
 arch=('any')
 pkgdesc="Logwatch is a customizable log analysis system."
@@ -19,7 +19,7 @@
maillog.conf
messages.conf
secure.conf)
-sha256sums=('689f3c68b99ef7af7d3c7007c3ff0a55d5674bdbf9c01f69a9f187726d6d4baf'
+sha256sums=('2a10c2c73f85d2ec9d8e9be3f553b7b5849cf795b89a1c1379c99cc36a06adbd'
 '41b9ec84fc825545f43080064ffaa9612cd037c10bb24c0810341e01d63f7a75'
 '9a614822b5f25d9d473a00abdd2e93751d86685608bd6ca0770e2954c3c97f0e'
 '59466406f306b4b377616943e8737f522cff713dd1fc968045cba57eeb0acbc2'



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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 21:45:19
  Author: spupykin
Revision: 1265818

archrelease: copy trunk to community-x86_64

Added:
  gensio/repos/community-x86_64/PKGBUILD
(from rev 1265817, gensio/trunk/PKGBUILD)
Deleted:
  gensio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 21:44:47 UTC (rev 1265817)
+++ PKGBUILD2022-08-12 21:45:19 UTC (rev 1265818)
@@ -1,25 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Shinlun Hsieh 
-
-pkgname=gensio
-pkgver=2.3.5
-pkgrel=2
-pkgdesc="General Stream I/O"
-arch=(x86_64)
-url="https://sourceforge.net/projects/ser2net/;
-license=('GPL')
-depends=()
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cminyard/gensio/archive/v$pkgver.tar.gz;)
-sha256sums=('6b364b1fe34c7b163afd0b60972789537971e7d7170cd8338edde3b9e138ad98')
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  test -x configure || ./reconf
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-python=no
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  make DESTDIR="$pkgdir" install
-}

Copied: gensio/repos/community-x86_64/PKGBUILD (from rev 1265817, 
gensio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 21:45:19 UTC (rev 1265818)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Shinlun Hsieh 
+
+pkgname=gensio
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="General Stream I/O"
+arch=(x86_64)
+url="https://sourceforge.net/projects/ser2net/;
+license=('GPL')
+depends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cminyard/gensio/archive/v$pkgver.tar.gz;)
+sha256sums=('d344060af79e73fdd6dd795a7be1ac3f3a898ca68faa1458b26015263008623b')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  test -x configure || ./reconf
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-python=no
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  make DESTDIR="$pkgdir" install
+}



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

2022-08-12 Thread Sergej Pupykin via arch-commits
Date: Friday, August 12, 2022 @ 21:44:47
  Author: spupykin
Revision: 1265817

upgpkg: gensio 2.4.1-1

Modified:
  gensio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 21:35:34 UTC (rev 1265816)
+++ PKGBUILD2022-08-12 21:44:47 UTC (rev 1265817)
@@ -2,8 +2,8 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=gensio
-pkgver=2.3.5
-pkgrel=2
+pkgver=2.4.1
+pkgrel=1
 pkgdesc="General Stream I/O"
 arch=(x86_64)
 url="https://sourceforge.net/projects/ser2net/;
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=()
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cminyard/gensio/archive/v$pkgver.tar.gz;)
-sha256sums=('6b364b1fe34c7b163afd0b60972789537971e7d7170cd8338edde3b9e138ad98')
+sha256sums=('d344060af79e73fdd6dd795a7be1ac3f3a898ca68faa1458b26015263008623b')
 
 build() {
   cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}



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

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 21:35:34
  Author: dvzrv
Revision: 1265816

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 1265815, python-pynitrokey/trunk/PKGBUILD)
  python-pynitrokey/repos/community-any/keys/
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD
  python-pynitrokey/repos/community-any/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 21:35:20 UTC (rev 1265815)
+++ PKGBUILD2022-08-12 21:35:34 UTC (rev 1265816)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-_commit=650ce612b091c84ff7f4c7e0be124b052efb65c7 # v0.4.26.nitrokey
-pkgver=0.4.26
-pkgrel=1
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=(any)
-url="https://github.com/Nitrokey/pynitrokey;
-license=(Apache)
-# NOTE: libnitrokey is required for udev rules
-depends=(
-  libnitrokey
-  python-cbor
-  python-cffi
-  python-click
-  python-cryptography
-  python-dateutil
-  python-ecdsa
-  python-fido2
-  python-intelhex
-  python-nkdfu
-  python-nrfutil
-  python-pyusb
-  python-requests
-  python-spsdk
-  python-tqdm
-  python-urllib3
-)
-makedepends=(git python-build python-flit-core python-installer python-wheel)
-source=(git+https://github.com/nitrokey/pynitrokey#tag=$_commit?signed)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
-
-build() {
-  cd $_name
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd $_name
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1265815, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 21:35:34 UTC (rev 1265816)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+_commit=256c57865010644de066243e1855f2f036bb7210  # v0.4.27.nitrokey
+pkgver=0.4.27
+pkgrel=1
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=(any)
+url="https://github.com/Nitrokey/pynitrokey;
+license=(Apache)
+# NOTE: libnitrokey is required for udev rules
+depends=(
+  libnitrokey
+  python-cffi
+  python-click
+  python-cryptography
+  python-dateutil
+  python-ecdsa
+  python-fido2
+  python-intelhex
+  python-nkdfu
+  python-nrfutil
+  python-pyusb
+  python-requests
+  python-spsdk
+  python-tqdm
+  python-urllib3
+)
+makedepends=(git python-build python-flit-core python-installer python-wheel)
+source=(git+https://github.com/nitrokey/pynitrokey#tag=$_commit?signed)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
+
+build() {
+  cd $_name
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd $_name
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+}



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

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 21:35:20
  Author: dvzrv
Revision: 1265815

upgpkg: python-pynitrokey 0.4.27-1: Upgrade to 0.4.27.

Modified:
  python-pynitrokey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 20:57:53 UTC (rev 1265814)
+++ PKGBUILD2022-08-12 21:35:20 UTC (rev 1265815)
@@ -2,8 +2,8 @@
 
 _name=pynitrokey
 pkgname=python-pynitrokey
-_commit=650ce612b091c84ff7f4c7e0be124b052efb65c7 # v0.4.26.nitrokey
-pkgver=0.4.26
+_commit=256c57865010644de066243e1855f2f036bb7210  # v0.4.27.nitrokey
+pkgver=0.4.27
 pkgrel=1
 pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
 arch=(any)
@@ -12,7 +12,6 @@
 # NOTE: libnitrokey is required for udev rules
 depends=(
   libnitrokey
-  python-cbor
   python-cffi
   python-click
   python-cryptography



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

2022-08-12 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 12, 2022 @ 20:57:53
  Author: orhun
Revision: 1265814

archrelease: copy trunk to community-x86_64

Added:
  cargo-nextest/repos/community-x86_64/PKGBUILD
(from rev 1265813, cargo-nextest/trunk/PKGBUILD)
Deleted:
  cargo-nextest/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 20:57:45 UTC (rev 1265813)
+++ PKGBUILD2022-08-12 20:57:53 UTC (rev 1265814)
@@ -1,43 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: KokaKiwi 
-
-pkgname=cargo-nextest
-pkgver=0.9.33
-pkgrel=1
-pkgdesc="A next-generation test runner for Rust."
-arch=('x86_64')
-url="https://github.com/nextest-rs/nextest;
-license=('Apache' 'MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/cargo-nextest-$pkgver.tar.gz")
-sha256sums=('f75c53b4df3c72ae5a89e75c15d571645ee6719d86bb1171d64d0281eb71361f')
-b2sums=('f92c88819c0a8e5ef9f2125d8b6b5daa9d96993b6bd631c4e36049be4ea171b3ff8eb73a287857532e978ee9f40bb9a5301ce9ebe804349df599b1b7645fa39a')
-options=('!lto')
-
-prepare() {
-  mv "nextest-$pkgname-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  export RUSTC_BOOTSTRAP=1
-  export RUSTFLAGS+='--cfg process_group --cfg process_group_bootstrap_hack'
-  cargo build --release --frozen --package "$pkgname" --no-default-features 
--features default-no-update
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo run --package cargo-nextest -- nextest run --all-features --profile ci
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-nextest/repos/community-x86_64/PKGBUILD (from rev 1265813, 
cargo-nextest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 20:57:53 UTC (rev 1265814)
@@ -0,0 +1,43 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: KokaKiwi 
+
+pkgname=cargo-nextest
+pkgver=0.9.34
+pkgrel=1
+pkgdesc="A next-generation test runner for Rust."
+arch=('x86_64')
+url="https://github.com/nextest-rs/nextest;
+license=('Apache' 'MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/cargo-nextest-$pkgver.tar.gz")
+sha256sums=('ab86ba322627d1a895b7ef5ca91bb4fd77f49c72007931d78457894ced0d078b')
+b2sums=('12beb3891a751ae4a90ba79425eb597e7da91693c32305843ad44eed7882323bd05c784c7a0b90a628bfec3c5f572536d69bb85672251ab41d61d05a4d264edb')
+options=('!lto')
+
+prepare() {
+  mv "nextest-$pkgname-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  export RUSTC_BOOTSTRAP=1
+  export RUSTFLAGS+='--cfg process_group --cfg process_group_bootstrap_hack'
+  cargo build --release --frozen --package "$pkgname" --no-default-features 
--features default-no-update
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo run --package cargo-nextest -- nextest run --all-features --profile ci
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-12 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 12, 2022 @ 20:57:45
  Author: orhun
Revision: 1265813

upgpkg: cargo-nextest 0.9.34-1: upstream release

Modified:
  cargo-nextest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 20:52:48 UTC (rev 1265812)
+++ PKGBUILD2022-08-12 20:57:45 UTC (rev 1265813)
@@ -2,7 +2,7 @@
 # Contributor: KokaKiwi 
 
 pkgname=cargo-nextest
-pkgver=0.9.33
+pkgver=0.9.34
 pkgrel=1
 pkgdesc="A next-generation test runner for Rust."
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/cargo-nextest-$pkgver.tar.gz")
-sha256sums=('f75c53b4df3c72ae5a89e75c15d571645ee6719d86bb1171d64d0281eb71361f')
-b2sums=('f92c88819c0a8e5ef9f2125d8b6b5daa9d96993b6bd631c4e36049be4ea171b3ff8eb73a287857532e978ee9f40bb9a5301ce9ebe804349df599b1b7645fa39a')
+sha256sums=('ab86ba322627d1a895b7ef5ca91bb4fd77f49c72007931d78457894ced0d078b')
+b2sums=('12beb3891a751ae4a90ba79425eb597e7da91693c32305843ad44eed7882323bd05c784c7a0b90a628bfec3c5f572536d69bb85672251ab41d61d05a4d264edb')
 options=('!lto')
 
 prepare() {



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

2022-08-12 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 12, 2022 @ 20:52:48
  Author: orhun
Revision: 1265812

archrelease: copy trunk to community-x86_64

Added:
  cargo-crev/repos/community-x86_64/PKGBUILD
(from rev 1265811, cargo-crev/trunk/PKGBUILD)
Deleted:
  cargo-crev/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 20:52:39 UTC (rev 1265811)
+++ PKGBUILD2022-08-12 20:52:48 UTC (rev 1265812)
@@ -1,40 +0,0 @@
-# Maintainer: kpcyrd 
-# Maintainer: Orhun Parmaksız 
-
-pkgname=cargo-crev
-pkgver=0.23.2
-pkgrel=1
-pkgdesc="Scalable, social, Code REView and recommendation system that we 
desperately need"
-url="https://github.com/crev-dev/cargo-crev;
-depends=('openssl' 'libcurl.so' 'libgit2.so')
-makedepends=('cargo' 'clang')
-arch=('x86_64')
-license=('MPL' 'Apache' 'MIT')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/crev-dev/cargo-crev/archive/v${pkgver}.tar.gz;)
-sha512sums=('0c17c0de3b9fb0160630826de435ff857a02d56f4713c33b65e6eb03cd8ca73fff5cd5945c71ebcacac2979f92ffe50b55bae24923d2352456463b3fcf54d9df')
-b2sums=('36b674d3e2bc881b8ba3e3e455ca115015ba5c4e16a8a02a680e47946055342d599850d52e06cf4dc2e5e4f8785546154798dc8e8f12839decb20279319aad3e')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  LIBSSH2_SYS_USE_PKG_CONFIG=1 cargo build --frozen --release 
--no-default-features
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  LIBSSH2_SYS_USE_PKG_CONFIG=1 cargo test --frozen --no-default-features
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-
-  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo-crev/repos/community-x86_64/PKGBUILD (from rev 1265811, 
cargo-crev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 20:52:48 UTC (rev 1265812)
@@ -0,0 +1,40 @@
+# Maintainer: kpcyrd 
+# Maintainer: Orhun Parmaksız 
+
+pkgname=cargo-crev
+pkgver=0.23.3
+pkgrel=1
+pkgdesc="Scalable, social, Code REView and recommendation system that we 
desperately need"
+url="https://github.com/crev-dev/cargo-crev;
+depends=('openssl' 'libcurl.so' 'libgit2.so')
+makedepends=('cargo' 'clang')
+arch=('x86_64')
+license=('MPL' 'Apache' 'MIT')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/crev-dev/cargo-crev/archive/v${pkgver}.tar.gz;)
+sha512sums=('4bdce82367e1233eb4db4ecfad1c208c2aa4bf55617156ef998fd78b986a496e1e6f6eec17c319479195f043df960b105f642a15b7cbcb9f69036c5355f3fc34')
+b2sums=('256a34e3e9759c6264623e206c472ec64491b784febd0a304d6e68247e3d8cfb544364d4952f580395914bd2bbaf01fc2c5dfe1c4268a314f7817b862416d6b2')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  LIBSSH2_SYS_USE_PKG_CONFIG=1 cargo build --frozen --release 
--no-default-features
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  LIBSSH2_SYS_USE_PKG_CONFIG=1 cargo test --frozen --no-default-features
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+
+  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-08-12 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 12, 2022 @ 20:52:39
  Author: orhun
Revision: 1265811

upgpkg: cargo-crev 0.23.3-1: upstream release

Modified:
  cargo-crev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 20:48:38 UTC (rev 1265810)
+++ PKGBUILD2022-08-12 20:52:39 UTC (rev 1265811)
@@ -2,7 +2,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=cargo-crev
-pkgver=0.23.2
+pkgver=0.23.3
 pkgrel=1
 pkgdesc="Scalable, social, Code REView and recommendation system that we 
desperately need"
 url="https://github.com/crev-dev/cargo-crev;
@@ -11,8 +11,8 @@
 arch=('x86_64')
 license=('MPL' 'Apache' 'MIT')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/crev-dev/cargo-crev/archive/v${pkgver}.tar.gz;)
-sha512sums=('0c17c0de3b9fb0160630826de435ff857a02d56f4713c33b65e6eb03cd8ca73fff5cd5945c71ebcacac2979f92ffe50b55bae24923d2352456463b3fcf54d9df')
-b2sums=('36b674d3e2bc881b8ba3e3e455ca115015ba5c4e16a8a02a680e47946055342d599850d52e06cf4dc2e5e4f8785546154798dc8e8f12839decb20279319aad3e')
+sha512sums=('4bdce82367e1233eb4db4ecfad1c208c2aa4bf55617156ef998fd78b986a496e1e6f6eec17c319479195f043df960b105f642a15b7cbcb9f69036c5355f3fc34')
+b2sums=('256a34e3e9759c6264623e206c472ec64491b784febd0a304d6e68247e3d8cfb544364d4952f580395914bd2bbaf01fc2c5dfe1c4268a314f7817b862416d6b2')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



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

2022-08-12 Thread George Rawlinson via arch-commits
Date: Friday, August 12, 2022 @ 20:48:38
  Author: grawlinson
Revision: 1265810

gopls: remove unnecessary architectures

Modified:
  gopls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 20:44:38 UTC (rev 1265809)
+++ PKGBUILD2022-08-12 20:48:38 UTC (rev 1265810)
@@ -5,10 +5,10 @@
 pkgver=0.9.2
 pkgrel=1
 pkgdesc='Language server for Go programming language'
-arch=(x86_64 aarch64 armv7h armv7l)
+arch=('x86_64')
 url='https://github.com/golang/tools/tree/master/gopls'
-license=(BSD)
-depends=(glibc)
+license=('BSD')
+depends=('glibc')
 makedepends=('git' 'go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/tools/archive/gopls/v${pkgver}.tar.gz;)
 sha256sums=('b71b3143c62193ea7973bbabb47c7cccbf9ad864ce2f6e0b54b005671050d515')



[arch-commits] Commit in lua-language-server/repos/community-x86_64 (4 files)

2022-08-12 Thread Daniel M. Capella via arch-commits
Date: Friday, August 12, 2022 @ 20:44:38
  Author: polyzen
Revision: 1265809

archrelease: copy trunk to community-x86_64

Added:
  lua-language-server/repos/community-x86_64/PKGBUILD
(from rev 1265808, lua-language-server/trunk/PKGBUILD)
  lua-language-server/repos/community-x86_64/wrapper
(from rev 1265808, lua-language-server/trunk/wrapper)
Deleted:
  lua-language-server/repos/community-x86_64/PKGBUILD
  lua-language-server/repos/community-x86_64/wrapper

--+
 PKGBUILD |  124 ++---
 wrapper  |   16 +++
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 20:44:16 UTC (rev 1265808)
+++ PKGBUILD2022-08-12 20:44:38 UTC (rev 1265809)
@@ -1,62 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Maintainer: Caleb Maclennan 
-# Contributor: KokaKiwi 
-# Contributor: Mohammad AlSaleh 
-
-pkgname=lua-language-server
-pkgver=3.5.2
-pkgrel=1
-license=('MIT')
-pkgdesc='Lua Language Server coded by Lua'
-url=https://github.com/sumneko/lua-language-server
-arch=('x86_64')
-depends=('bash' 'gcc-libs')
-makedepends=('git' 'ninja')
-source=("git+$url.git#tag=$pkgver"
-'git+https://github.com/actboy168/bee.lua.git'
-'git+https://github.com/love2d-community/love-api.git'
-'git+https://github.com/bjornbytes/lovr-docs.git'
-'git+https://github.com/sqmedeiros/lpeglabel.git'
-'git+https://github.com/actboy168/luamake.git'
-'git+https://github.com/electron/rcedit.git'
-'wrapper')
-b2sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'2ec98b16514c8e416af10625fd582d081448dbe7889d3d9e1fee0540c79f26220bd4b91991c0479852c0102f4c35b63059fe176a59fffbbca8e01274171c7de2')
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  for i in ../{bee.lua,love-api,lpeglabel,luamake,rcedit}; do
-git config submodule.3rd/${i##../}.url $i
-  done
-  git config submodule.3rd/lovr-api.url ../lovr-docs
-  git submodule update
-  cd 3rd/luamake
-  git submodule init
-  git config submodule.3rd/bee.lua.url ../../../bee.lua
-  git submodule update
-}
-
-build() {
-  cd $pkgname
-  ninja -C 3rd/luamake -f compile/ninja/linux.ninja
-  ./3rd/luamake/luamake rebuild
-}
-
-package() {
-  install -D wrapper "$pkgdir"/usr/bin/$pkgname
-  cd $pkgname
-  install -Dt "$pkgdir"/usr/lib/$pkgname/bin bin/$pkgname
-  install -m644 -t "$pkgdir"/usr/lib/$pkgname/bin bin/main.lua
-  install -m644 -t "$pkgdir"/usr/lib/$pkgname {debugger,main}.lua
-  cp -r locale meta script "$pkgdir"/usr/lib/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-language-server/repos/community-x86_64/PKGBUILD (from rev 1265808, 
lua-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 20:44:38 UTC (rev 1265809)
@@ -0,0 +1,62 @@
+# Maintainer: Daniel M. Capella 
+# Maintainer: Caleb Maclennan 
+# Contributor: KokaKiwi 
+# Contributor: Mohammad AlSaleh 
+
+pkgname=lua-language-server
+pkgver=3.5.3
+pkgrel=1
+license=('MIT')
+pkgdesc='Lua Language Server coded by Lua'
+url=https://github.com/sumneko/lua-language-server
+arch=('x86_64')
+depends=('bash' 'gcc-libs')
+makedepends=('git' 'ninja')
+source=("git+$url.git#tag=$pkgver"
+'git+https://github.com/actboy168/bee.lua.git'
+'git+https://github.com/love2d-community/love-api.git'
+'git+https://github.com/bjornbytes/lovr-docs.git'
+'git+https://github.com/sqmedeiros/lpeglabel.git'
+'git+https://github.com/actboy168/luamake.git'
+'git+https://github.com/electron/rcedit.git'
+'wrapper')
+b2sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'2ec98b16514c8e416af10625fd582d081448dbe7889d3d9e1fee0540c79f26220bd4b91991c0479852c0102f4c35b63059fe176a59fffbbca8e01274171c7de2')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  for i in ../{bee.lua,love-api,lpeglabel,luamake,rcedit}; do
+git config submodule.3rd/${i##../}.url $i
+  done
+  git config submodule.3rd/lovr-api.url ../lovr-docs
+  git submodule update
+  cd 3rd/luamake
+  git submodule init
+  git config submodule.3rd/bee.lua.url ../../../bee.lua
+  git submodule update
+}
+
+build() {
+  cd $pkgname
+  ninja -C 3rd/luamake -f compile/ninja/linux.ninja
+  ./3rd/luamake/luamake rebuild
+}
+
+package() {
+  install -D wrapper "$pkgdir"/usr/bin/$pkgname
+  cd $pkgname
+  install -Dt "$pkgdir"/usr/lib/$pkgname/bin bin/$pkgname
+  install -m644 -t "$pkgdir"/usr/lib/$pkgname/bin bin/main.lua
+  install -m644 -t "$pkgdir"/usr/lib/$pkgname {debugger,main}.lua
+  cp -r locale meta script "$pkgdir"/usr/lib/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname 

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

2022-08-12 Thread Daniel M. Capella via arch-commits
Date: Friday, August 12, 2022 @ 20:44:16
  Author: polyzen
Revision: 1265808

upgpkg: lua-language-server 3.5.3-1

Modified:
  lua-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 20:43:39 UTC (rev 1265807)
+++ PKGBUILD2022-08-12 20:44:16 UTC (rev 1265808)
@@ -4,7 +4,7 @@
 # Contributor: Mohammad AlSaleh 
 
 pkgname=lua-language-server
-pkgver=3.5.2
+pkgver=3.5.3
 pkgrel=1
 license=('MIT')
 pkgdesc='Lua Language Server coded by Lua'



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

2022-08-12 Thread George Rawlinson via arch-commits
Date: Friday, August 12, 2022 @ 20:43:39
  Author: grawlinson
Revision: 1265807

archrelease: copy trunk to community-x86_64

Added:
  gopls/repos/community-x86_64/PKGBUILD
(from rev 1265806, gopls/trunk/PKGBUILD)
Deleted:
  gopls/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 20:42:57 UTC (rev 1265806)
+++ PKGBUILD2022-08-12 20:43:39 UTC (rev 1265807)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Chad Kunde 
-
-pkgname=gopls
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='Language server for Go programming language'
-arch=(x86_64 aarch64 armv7h armv7l)
-url='https://github.com/golang/tools/tree/master/gopls'
-license=(BSD)
-depends=(glibc)
-makedepends=('git' 'go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/tools/archive/gopls/v${pkgver}.tar.gz;)
-sha256sums=('420fd56ed614fc8a56547ad7737c2d0f163255a6a2953f1e57d854eeb5cb1b7b')
-
-build() {
-  cd "tools-${pkgname}-v${pkgver}/${pkgname}"
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-  go build -o "${pkgname}"
-}
-
-package() {
-  cd "tools-${pkgname}-v${pkgver}"
-  install -Dm755 "${pkgname}/${pkgname}" -t "${pkgdir}"/usr/bin/
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gopls/repos/community-x86_64/PKGBUILD (from rev 1265806, 
gopls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 20:43:39 UTC (rev 1265807)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contributor: Chad Kunde 
+
+pkgname=gopls
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Language server for Go programming language'
+arch=(x86_64 aarch64 armv7h armv7l)
+url='https://github.com/golang/tools/tree/master/gopls'
+license=(BSD)
+depends=(glibc)
+makedepends=('git' 'go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/tools/archive/gopls/v${pkgver}.tar.gz;)
+sha256sums=('b71b3143c62193ea7973bbabb47c7cccbf9ad864ce2f6e0b54b005671050d515')
+
+build() {
+  cd "tools-${pkgname}-v${pkgver}/${pkgname}"
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+  go build -o "${pkgname}"
+}
+
+package() {
+  cd "tools-${pkgname}-v${pkgver}"
+  install -Dm755 "${pkgname}/${pkgname}" -t "${pkgdir}"/usr/bin/
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-12 Thread George Rawlinson via arch-commits
Date: Friday, August 12, 2022 @ 20:42:57
  Author: grawlinson
Revision: 1265806

upgpkg: gopls 0.9.2-1; new upstream release

Modified:
  gopls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 20:41:39 UTC (rev 1265805)
+++ PKGBUILD2022-08-12 20:42:57 UTC (rev 1265806)
@@ -2,7 +2,7 @@
 # Contributor: Chad Kunde 
 
 pkgname=gopls
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc='Language server for Go programming language'
 arch=(x86_64 aarch64 armv7h armv7l)
@@ -11,7 +11,7 @@
 depends=(glibc)
 makedepends=('git' 'go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/tools/archive/gopls/v${pkgver}.tar.gz;)
-sha256sums=('420fd56ed614fc8a56547ad7737c2d0f163255a6a2953f1e57d854eeb5cb1b7b')
+sha256sums=('b71b3143c62193ea7973bbabb47c7cccbf9ad864ce2f6e0b54b005671050d515')
 
 build() {
   cd "tools-${pkgname}-v${pkgver}/${pkgname}"



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

2022-08-12 Thread George Rawlinson via arch-commits
Date: Friday, August 12, 2022 @ 20:41:39
  Author: grawlinson
Revision: 1265805

archrelease: copy trunk to community-x86_64

Added:
  fortune-mod/repos/community-x86_64/PKGBUILD
(from rev 1265804, fortune-mod/trunk/PKGBUILD)
  fortune-mod/repos/community-x86_64/not-a-game.patch
(from rev 1265804, fortune-mod/trunk/not-a-game.patch)
Deleted:
  fortune-mod/repos/community-x86_64/PKGBUILD
  fortune-mod/repos/community-x86_64/not-a-game.patch

--+
 PKGBUILD |   96 ++---
 not-a-game.patch |   26 +++---
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 20:40:55 UTC (rev 1265804)
+++ PKGBUILD2022-08-12 20:41:39 UTC (rev 1265805)
@@ -1,48 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Kevin Piche 
-# Contributor: Dale Blount 
-# Contributor: George Rawlinson 
-
-pkgname=fortune-mod
-pkgver=3.14.0
-pkgrel=1
-pkgdesc='The Fortune Cookie Program from BSD games'
-arch=('x86_64')
-url='https://www.shlomifish.org/open-source/projects/fortune-mod/'
-license=('BSD')
-depends=('glibc' 'recode')
-makedepends=('cmake' 'rinutils')
-source=("https://github.com/shlomif/fortune-mod/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz;
-'not-a-game.patch')
-sha512sums=('289f11923bd91ac0c46d8879c57c1f4da20ef2ef165be2eea9635b3aca5fc18bfc2438e85bfbc2a872671f41658b68bb3f7dd74bef7e4268889371ff702d7cae'
-
'f12bfed15648bf7e53143bfa5c626e0e614d64c64c4329119e7b1ad8a5d79c89d3e8f2c1336d489abecbf6a8ec0ad9acf3080b142d498f8b3f36cea77c82a23d')
-b2sums=('9b7df93cd7ced677a391ed30a84503cbd36689de406bbeb346bc9e465420908c9115b0d58e8e0b245f554557f032a014cc52418da4a69281e3844412c8e9641d'
-
'3af374f348d42bf649199a79afc18a8f0dace50d2b4c8aa090a1a54ccffcb65bf069d26f0d1d417a395c5a3574f7376c5ae1ec8b97dd2385d6b4b944643b1215')
-
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -p1 -i ../not-a-game.patch
-}
-
-build() {
-  cmake \
--B build \
--S "$pkgname-$pkgver" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DNO_OFFENSIVE=OFF \
--DLOCALDIR=/usr/share/fortune \
--DLOCALODIR=/usr/share/fortune/off \
--DCOOKIEDIR=/usr/share/fortune \
--DOCOOKIEDIR=/usr/share/fortune/off
-
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  rm -f "$pkgdir/usr/share/fortune/"{,off/}*.u8
-
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$pkgname-$pkgver/COPYING.txt"
-}

Copied: fortune-mod/repos/community-x86_64/PKGBUILD (from rev 1265804, 
fortune-mod/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 20:41:39 UTC (rev 1265805)
@@ -0,0 +1,48 @@
+# Maintainer: Kyle Keen 
+# Contributor: Kevin Piche 
+# Contributor: Dale Blount 
+# Contributor: George Rawlinson 
+
+pkgname=fortune-mod
+pkgver=3.14.1
+pkgrel=1
+pkgdesc='The Fortune Cookie Program from BSD games'
+arch=('x86_64')
+url='https://www.shlomifish.org/open-source/projects/fortune-mod/'
+license=('BSD')
+depends=('glibc' 'recode')
+makedepends=('cmake' 'rinutils')
+source=("https://github.com/shlomif/fortune-mod/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz;
+'not-a-game.patch')
+sha512sums=('0de0ec033ffc35a7a9ec1a549e6dac425757ec5fcc718c772f0a4e548d23c46451af4a90b0ac548f2ab60d68856ca0fa5e8f10930efe6b199e96b2cc1c568810'
+
'f12bfed15648bf7e53143bfa5c626e0e614d64c64c4329119e7b1ad8a5d79c89d3e8f2c1336d489abecbf6a8ec0ad9acf3080b142d498f8b3f36cea77c82a23d')
+b2sums=('a62d4056cdceef14f1d63dbc8b98bbd88098c64d0020b949ecc8e6006f1a4b1369211ac8b87a33db60b238cd7e6d3d6f3c4d2e59933a6cf0bd3fa54c439c4330'
+
'3af374f348d42bf649199a79afc18a8f0dace50d2b4c8aa090a1a54ccffcb65bf069d26f0d1d417a395c5a3574f7376c5ae1ec8b97dd2385d6b4b944643b1215')
+
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 -i ../not-a-game.patch
+}
+
+build() {
+  cmake \
+-B build \
+-S "$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DNO_OFFENSIVE=OFF \
+-DLOCALDIR=/usr/share/fortune \
+-DLOCALODIR=/usr/share/fortune/off \
+-DCOOKIEDIR=/usr/share/fortune \
+-DOCOOKIEDIR=/usr/share/fortune/off
+
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  rm -f "$pkgdir/usr/share/fortune/"{,off/}*.u8
+
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$pkgname-$pkgver/COPYING.txt"
+}

Deleted: not-a-game.patch
===
--- not-a-game.patch2022-08-12 20:40:55 UTC (rev 1265804)
+++ not-a-game.patch2022-08-12 20:41:39 UTC (rev 1265805)
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 865e855..5a59370 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -154,7 +154,7 @@ ENDMACRO()
- my_exe(
- "fortune"
- "fortune/fortune.c"
--"games"
-+  

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

2022-08-12 Thread George Rawlinson via arch-commits
Date: Friday, August 12, 2022 @ 20:40:55
  Author: grawlinson
Revision: 1265804

upgpkg: fortune-mod 3.14.1-1; new upstream release

Modified:
  fortune-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 20:40:44 UTC (rev 1265803)
+++ PKGBUILD2022-08-12 20:40:55 UTC (rev 1265804)
@@ -4,7 +4,7 @@
 # Contributor: George Rawlinson 
 
 pkgname=fortune-mod
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc='The Fortune Cookie Program from BSD games'
 arch=('x86_64')
@@ -14,9 +14,9 @@
 makedepends=('cmake' 'rinutils')
 
source=("https://github.com/shlomif/fortune-mod/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz;
 'not-a-game.patch')
-sha512sums=('289f11923bd91ac0c46d8879c57c1f4da20ef2ef165be2eea9635b3aca5fc18bfc2438e85bfbc2a872671f41658b68bb3f7dd74bef7e4268889371ff702d7cae'
+sha512sums=('0de0ec033ffc35a7a9ec1a549e6dac425757ec5fcc718c772f0a4e548d23c46451af4a90b0ac548f2ab60d68856ca0fa5e8f10930efe6b199e96b2cc1c568810'
 
'f12bfed15648bf7e53143bfa5c626e0e614d64c64c4329119e7b1ad8a5d79c89d3e8f2c1336d489abecbf6a8ec0ad9acf3080b142d498f8b3f36cea77c82a23d')
-b2sums=('9b7df93cd7ced677a391ed30a84503cbd36689de406bbeb346bc9e465420908c9115b0d58e8e0b245f554557f032a014cc52418da4a69281e3844412c8e9641d'
+b2sums=('a62d4056cdceef14f1d63dbc8b98bbd88098c64d0020b949ecc8e6006f1a4b1369211ac8b87a33db60b238cd7e6d3d6f3c4d2e59933a6cf0bd3fa54c439c4330'
 
'3af374f348d42bf649199a79afc18a8f0dace50d2b4c8aa090a1a54ccffcb65bf069d26f0d1d417a395c5a3574f7376c5ae1ec8b97dd2385d6b4b944643b1215')
 
 



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

2022-08-12 Thread George Rawlinson via arch-commits
Date: Friday, August 12, 2022 @ 20:40:44
  Author: grawlinson
Revision: 1265803

archrelease: copy trunk to community-x86_64

Added:
  timescaledb-tune/repos/community-x86_64/PKGBUILD
(from rev 1265802, timescaledb-tune/trunk/PKGBUILD)
Deleted:
  timescaledb-tune/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 20:39:56 UTC (rev 1265802)
+++ PKGBUILD2022-08-12 20:40:44 UTC (rev 1265803)
@@ -1,53 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=timescaledb-tune
-pkgver=0.13.0
-pkgrel=1
-pkgdesc='A tool for tuning TimescaleDB for better performance'
-arch=('x86_64')
-url='https://github.com/timescale/timescaledb-tune'
-license=('Apache')
-depends=('glibc' 'postgresql')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='640c5d2b66532ee6482150491007d0b272ddba17'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--buildmode=pie \
--trimpath \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags ${LDFLAGS}" \
--o build \
-./cmd/...
-}
-
-package() {
-  install -Dm755 -t "$pkgdir/usr/bin" "$pkgname/build/$pkgname"
-}

Copied: timescaledb-tune/repos/community-x86_64/PKGBUILD (from rev 1265802, 
timescaledb-tune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 20:40:44 UTC (rev 1265803)
@@ -0,0 +1,53 @@
+# Maintainer: George Rawlinson 
+
+pkgname=timescaledb-tune
+pkgver=0.13.1
+pkgrel=1
+pkgdesc='A tool for tuning TimescaleDB for better performance'
+arch=('x86_64')
+url='https://github.com/timescale/timescaledb-tune'
+license=('Apache')
+depends=('glibc' 'postgresql')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='0d781e1ac0607b868155fdf2b22960749c220ddf'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-buildmode=pie \
+-trimpath \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags ${LDFLAGS}" \
+-o build \
+./cmd/...
+}
+
+package() {
+  install -Dm755 -t "$pkgdir/usr/bin" "$pkgname/build/$pkgname"
+}



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

2022-08-12 Thread George Rawlinson via arch-commits
Date: Friday, August 12, 2022 @ 20:39:56
  Author: grawlinson
Revision: 1265802

upgpkg: timescaledb-tune 0.13.1-1; new upstream release

Modified:
  timescaledb-tune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 20:38:33 UTC (rev 1265801)
+++ PKGBUILD2022-08-12 20:39:56 UTC (rev 1265802)
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=timescaledb-tune
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc='A tool for tuning TimescaleDB for better performance'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('glibc' 'postgresql')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='640c5d2b66532ee6482150491007d0b272ddba17'
+_commit='0d781e1ac0607b868155fdf2b22960749c220ddf'
 source=("$pkgname::git+$url#commit=$_commit")
 b2sums=('SKIP')
 



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

2022-08-12 Thread George Rawlinson via arch-commits
Date: Friday, August 12, 2022 @ 20:38:33
  Author: grawlinson
Revision: 1265801

archrelease: copy trunk to community-x86_64

Added:
  mac/repos/community-x86_64/PKGBUILD
(from rev 1265800, mac/trunk/PKGBUILD)
Deleted:
  mac/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 20:37:34 UTC (rev 1265800)
+++ PKGBUILD2022-08-12 20:38:33 UTC (rev 1265801)
@@ -1,38 +0,0 @@
-# Maintainer: schuay 
-# Maintainer: George Rawlinson 
-# Contributor: stonecrest 
-# Contributor: Chocobo1 
-
-pkgname=mac
-pkgver=7.56
-_pkgver="${pkgver//./}"
-pkgrel=1
-pkgdesc='APE codec and decompressor'
-arch=('x86_64')
-url='https://www.monkeysaudio.com/index.html'
-license=('custom')
-depends=('gcc-libs')
-makedepends=('python-html2text')
-source=(
-  "$pkgname-$pkgver.zip::https://monkeysaudio.com/files/MAC_SDK_${_pkgver}.zip;
-  "$pkgname-$pkgver-license.html::https://www.monkeysaudio.com/license.html;
-)
-sha512sums=('e69afcc6cc4594f40e28543355a99d05efb40b5a1438f53fcb61bc6ffe1a504a0efcb1e44f7477bb67588a9cb1e1c3e25c0bb3217599b84e64cc85772a65fe89'
-
'ae842550b52e6dd7281acf254c9b4457a69a33bf7e8229780df990915048c44a91172b59c47e5f2b5e51dfae9f0dbc1916161d89689badfc59378c22a2a2347b')
-b2sums=('2596aaf218ef518e4f4490ec5ae6846eaafd6aedab341c7675cfe3c0353feb93b5e4b2522d533ecd464bd52e1ae2391d8b302d9bea296cbeb3c79a07609647fb'
-
'eb2ff25d3114cc18005816a8a8a3809fd28ecb9be0823d9ce6f1bf58120830d4623fa87ba71a38d7f25d354daf7575f819385bacb679f307e5373d4c4ea8973e')
-
-build() {
-  make -C Source/Projects/NonWindows
-
-  # generate license
-  html2text --ignore-links mac-7.56-license.html \
-| sed -n '/^## License$/,$p' \
-> LICENSE.md
-}
-
-package() {
-  make DESTDIR="$pkgdir" prefix=/usr install -C Source/Projects/NonWindows
-
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}

Copied: mac/repos/community-x86_64/PKGBUILD (from rev 1265800, 
mac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 20:38:33 UTC (rev 1265801)
@@ -0,0 +1,38 @@
+# Maintainer: schuay 
+# Maintainer: George Rawlinson 
+# Contributor: stonecrest 
+# Contributor: Chocobo1 
+
+pkgname=mac
+pkgver=8.43
+_pkgver="${pkgver//./}"
+pkgrel=1
+pkgdesc='APE codec and decompressor'
+arch=('x86_64')
+url='https://www.monkeysaudio.com/index.html'
+license=('custom')
+depends=('gcc-libs')
+makedepends=('python-html2text')
+source=(
+  "$pkgname-$pkgver.zip::https://monkeysaudio.com/files/MAC_${_pkgver}_SDK.zip;
+  "$pkgname-$pkgver-license.html::https://www.monkeysaudio.com/license.html;
+)
+sha512sums=('e0bb3c8641729db81b844172ebdebae6a038bdfa732b73f0100dd2871fd58ffeb4e36b591c23c87e225016bc1d18d8b2996ad636d7ddd8d2bd86e9fdfafd15c4'
+
'ae842550b52e6dd7281acf254c9b4457a69a33bf7e8229780df990915048c44a91172b59c47e5f2b5e51dfae9f0dbc1916161d89689badfc59378c22a2a2347b')
+b2sums=('036b6500ee5f554b200ff3671425280152a5906c4d554ebca531c7fc3cb34cbbb85e3b45c52261291af36ae78f86ee3d922b9d64c468218f8106f1aba8b5009c'
+
'eb2ff25d3114cc18005816a8a8a3809fd28ecb9be0823d9ce6f1bf58120830d4623fa87ba71a38d7f25d354daf7575f819385bacb679f307e5373d4c4ea8973e')
+
+build() {
+  make -C Source/Projects/NonWindows
+
+  # generate license
+  html2text --ignore-links "$pkgname-$pkgver-license.html" \
+| sed -n '/^## License$/,$p' \
+> LICENSE.md
+}
+
+package() {
+  make DESTDIR="$pkgdir" prefix=/usr install -C Source/Projects/NonWindows
+
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}



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

2022-08-12 Thread George Rawlinson via arch-commits
Date: Friday, August 12, 2022 @ 20:37:34
  Author: grawlinson
Revision: 1265800

upgpkg: mac 8.43-1; new upstream release

* New upstream release.
* Fix upstream URL.
* Fix license filename.

Modified:
  mac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 20:33:05 UTC (rev 1265799)
+++ PKGBUILD2022-08-12 20:37:34 UTC (rev 1265800)
@@ -4,7 +4,7 @@
 # Contributor: Chocobo1 
 
 pkgname=mac
-pkgver=7.56
+pkgver=8.43
 _pkgver="${pkgver//./}"
 pkgrel=1
 pkgdesc='APE codec and decompressor'
@@ -14,12 +14,12 @@
 depends=('gcc-libs')
 makedepends=('python-html2text')
 source=(
-  "$pkgname-$pkgver.zip::https://monkeysaudio.com/files/MAC_SDK_${_pkgver}.zip;
+  "$pkgname-$pkgver.zip::https://monkeysaudio.com/files/MAC_${_pkgver}_SDK.zip;
   "$pkgname-$pkgver-license.html::https://www.monkeysaudio.com/license.html;
 )
-sha512sums=('e69afcc6cc4594f40e28543355a99d05efb40b5a1438f53fcb61bc6ffe1a504a0efcb1e44f7477bb67588a9cb1e1c3e25c0bb3217599b84e64cc85772a65fe89'
+sha512sums=('e0bb3c8641729db81b844172ebdebae6a038bdfa732b73f0100dd2871fd58ffeb4e36b591c23c87e225016bc1d18d8b2996ad636d7ddd8d2bd86e9fdfafd15c4'
 
'ae842550b52e6dd7281acf254c9b4457a69a33bf7e8229780df990915048c44a91172b59c47e5f2b5e51dfae9f0dbc1916161d89689badfc59378c22a2a2347b')
-b2sums=('2596aaf218ef518e4f4490ec5ae6846eaafd6aedab341c7675cfe3c0353feb93b5e4b2522d533ecd464bd52e1ae2391d8b302d9bea296cbeb3c79a07609647fb'
+b2sums=('036b6500ee5f554b200ff3671425280152a5906c4d554ebca531c7fc3cb34cbbb85e3b45c52261291af36ae78f86ee3d922b9d64c468218f8106f1aba8b5009c'
 
'eb2ff25d3114cc18005816a8a8a3809fd28ecb9be0823d9ce6f1bf58120830d4623fa87ba71a38d7f25d354daf7575f819385bacb679f307e5373d4c4ea8973e')
 
 build() {
@@ -26,7 +26,7 @@
   make -C Source/Projects/NonWindows
 
   # generate license
-  html2text --ignore-links mac-7.56-license.html \
+  html2text --ignore-links "$pkgname-$pkgver-license.html" \
 | sed -n '/^## License$/,$p' \
 > LICENSE.md
 }



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

2022-08-12 Thread George Rawlinson via arch-commits
Date: Friday, August 12, 2022 @ 20:33:05
  Author: grawlinson
Revision: 1265799

archrelease: copy trunk to community-x86_64

Added:
  drone/repos/community-x86_64/PKGBUILD
(from rev 1265798, drone/trunk/PKGBUILD)
  drone/repos/community-x86_64/systemd.service
(from rev 1265798, drone/trunk/systemd.service)
  drone/repos/community-x86_64/sysusers.conf
(from rev 1265798, drone/trunk/sysusers.conf)
  drone/repos/community-x86_64/tmpfiles.conf
(from rev 1265798, drone/trunk/tmpfiles.conf)
Deleted:
  drone/repos/community-x86_64/PKGBUILD
  drone/repos/community-x86_64/systemd.service
  drone/repos/community-x86_64/sysusers.conf
  drone/repos/community-x86_64/tmpfiles.conf

-+
 PKGBUILD|  234 +++---
 systemd.service |   32 +++
 sysusers.conf   |2 
 tmpfiles.conf   |2 
 4 files changed, 135 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 20:31:51 UTC (rev 1265798)
+++ PKGBUILD2022-08-12 20:33:05 UTC (rev 1265799)
@@ -1,117 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Khorne 
-
-pkgbase=drone
-pkgname=(
-  'drone'
-  'drone-oss'
-)
-pkgver=2.12.0
-pkgrel=1
-pkgdesc='Continuous Delivery platform built on container technology'
-arch=('x86_64')
-url='https://drone.io'
-makedepends=('git' 'go')
-options=('!lto')
-_commit='95e091f093385f6e45b1c5f39aac91d7f4320df1'
-source=(
-  "$pkgbase::git+https://github.com/harness/drone.git#commit=$_commit;
-  'systemd.service'
-  'tmpfiles.conf'
-  'sysusers.conf'
-)
-sha512sums=('SKIP'
-
'44b29c1388ea6cd0a064c1384f3224d164a37f9ca85fdb956ffafa1ddbcb11f3f01f91701d3b8ce341a593cd85a52cbf102f6549d3c722d6ff8f8eb9cc572ab1'
-
'dfdc522b0e17f6b68d86f6599020bc75328de84aa1a393c53a0edc5ed229fb6ef99a0b544eebca6f9eee1b9f2ce04906bcca105792bccf2e49cdd51f10026886'
-
'9488ba861487ecaf96e6b39afc3aeabd0951b9c0ee552cdb552d12f08f73cdcf2c57e5a322139f34e0aa5b2c9b2f5751f08bf66dca2bd8dd041b60b96e41c710')
-b2sums=('SKIP'
-
'ed1d5aebd207997ae2a523786eab0c6a3500080a294864ed5eb6e6251a827ef85a8b2c3bbfdc0ce41bb2f67e14dc65ae627c595688eabb4d822df2f4c971a449'
-
'9c1bf8e4a382190f2d1bd560ef5c4a9fadad8c38dcd3cf3b79af42f6d0c16de533ba2d5f6cf676003e4ca6b745833e5e100baf4328111cf540ac5f43f67c6145'
-
'18e5c4ea19348479dc3408bd2546f324f0908acc759c7c79c350006c6c5e6db02cd388a9aa9bd3d4f6b4b1f2efcf6aa7f7e67eac43f8d55566afe341b7ec142e')
-
-pkgver() {
-  cd "$pkgbase"
-  git describe --tags | sed "s/^v//"
-}
-
-prepare() {
-  cd "$pkgbase"
-
-  # create directory for build output
-  mkdir build build-oss
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgbase"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  local COMMON_FLAGS=(
--trimpath
--buildmode=pie
--mod=readonly
--modcacherw
--ldflags "-linkmode external -extldflags ${LDFLAGS}"
-  )
-
-  # enterprise version
-  go build \
-"${COMMON_FLAGS[@]}" \
--o build \
-./cmd/...
-
-  # community version
-  go build \
-"${COMMON_FLAGS[@]}" \
--tags "oss nolimit" \
--o build-oss \
-./cmd/...
-}
-
-check() {
-  cd "$pkgbase"
-  go test -v ./...
-}
-
-package_drone() {
-  pkgdesc+=" (Enterprise Edition)"
-  license=('custom:Drone-Non-Commercial')
-  # ref: https://discourse.drone.io/t/exec-runner-404-error-on-ping/7922
-  depends=('glibc')
-  conflicts=('drone-oss')
-
-  # systemd integration
-  install -vDm644 systemd.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -vDm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  install -vDm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-
-  cd "$pkgbase"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build/*
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE NOTICE
-}
-
-package_drone-oss() {
-  pkgdesc+=" (Community Edition)"
-  license=('Apache')
-  depends=('glibc' 'docker')
-  conflicts=('drone')
-
-  # systemd integration
-  install -vDm644 systemd.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -vDm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  install -vDm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-
-  cd "$pkgbase"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build-oss/*
-}

Copied: drone/repos/community-x86_64/PKGBUILD (from rev 1265798, 
drone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 20:33:05 UTC (rev 1265799)
@@ -0,0 +1,117 @@
+# Maintainer: George Rawlinson 
+# Contributor: Khorne 
+
+pkgbase=drone
+pkgname=(
+  'drone'
+  'drone-oss'
+)
+pkgver=2.12.1
+pkgrel=1
+pkgdesc='Continuous Delivery platform built on container technology'

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

2022-08-12 Thread George Rawlinson via arch-commits
Date: Friday, August 12, 2022 @ 20:31:51
  Author: grawlinson
Revision: 1265798

upgpkg: drone 2.12.1-1; new upstream release

Modified:
  drone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 20:24:59 UTC (rev 1265797)
+++ PKGBUILD2022-08-12 20:31:51 UTC (rev 1265798)
@@ -6,7 +6,7 @@
   'drone'
   'drone-oss'
 )
-pkgver=2.12.0
+pkgver=2.12.1
 pkgrel=1
 pkgdesc='Continuous Delivery platform built on container technology'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 url='https://drone.io'
 makedepends=('git' 'go')
 options=('!lto')
-_commit='95e091f093385f6e45b1c5f39aac91d7f4320df1'
+_commit='1ac59bcac2422b34007636d9998b1a7d9d943f48'
 source=(
   "$pkgbase::git+https://github.com/harness/drone.git#commit=$_commit;
   'systemd.service'



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

2022-08-12 Thread George Rawlinson via arch-commits
Date: Friday, August 12, 2022 @ 20:24:59
  Author: grawlinson
Revision: 1265797

archrelease: copy trunk to community-x86_64

Added:
  tcsh/repos/community-x86_64/PKGBUILD
(from rev 1265796, tcsh/trunk/PKGBUILD)
  tcsh/repos/community-x86_64/csh.cshrc
(from rev 1265796, tcsh/trunk/csh.cshrc)
  tcsh/repos/community-x86_64/csh.login
(from rev 1265796, tcsh/trunk/csh.login)
  tcsh/repos/community-x86_64/tcsh.install
(from rev 1265796, tcsh/trunk/tcsh.install)
Deleted:
  tcsh/repos/community-x86_64/PKGBUILD
  tcsh/repos/community-x86_64/csh.cshrc
  tcsh/repos/community-x86_64/csh.login
  tcsh/repos/community-x86_64/tcsh.install

--+
 PKGBUILD |  124 ++--
 csh.cshrc|  192 -
 csh.login|  142 +-
 tcsh.install |   42 ++--
 4 files changed, 250 insertions(+), 250 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 20:23:55 UTC (rev 1265796)
+++ PKGBUILD2022-08-12 20:24:59 UTC (rev 1265797)
@@ -1,62 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: George Rawlinson 
-# Contributor: Eric Belanger 
-# Contributor: Judd Vinet 
-
-pkgname=tcsh
-pkgver=6.24.00
-pkgrel=2
-pkgdesc='Enhanced version of the Berkeley C shell'
-arch=('x86_64')
-url='https://www.tcsh.org/'
-license=('BSD')
-depends=('ncurses' 'libxcrypt')
-makedepends=('git')
-backup=('etc/csh.cshrc'
-'etc/csh.login')
-install='tcsh.install'
-_commit='9710f1315e2a927dcce7c005e903622659caa4ae'
-source=(
-  "$pkgname::git+https://github.com/tcsh-org/tcsh.git#commit=$_commit;
-  'csh.cshrc'
-  'csh.login'
-)
-sha512sums=('SKIP'
-
'0710c014b7b42ba8c69beb20ec2b8da44c9318013e83e8a38b2c94da1b11beb50a62cc9d82b7db1b3ee79bb0acf5f2a199e2ee2d745d541ea787e3c6a0069844'
-
'97f9f3e376517bd47aee67b48456b4892e0cb2c6f9c3e4b49d7b75cc23f52e69b06f024fbca1e72442d443720753b93fd9714160e551eab54d3de3757268d2d7')
-b2sums=('SKIP'
-
'016e65a672aba6d9b7283d63435a8ebd01818d56f11fb3c1203b1fd51fb1a67760c8f53b22be409319b3db18b0f81df09103de673579a5a5e1b6e07109069f94'
-
'da0fa27875507d646e869c5a8cdfecb793cd848c38e626704cdf5adb8ec2eef7fd98e3bab6eceea7d99fda25093364c48a8c44417575574a5ad0753b87cef2e3')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed -e 's/^TCSH//' -e 's/_/./g'
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---bindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" mandir=/usr/share/man install install.man
-
-  # shell configuration
-  install -vDm644 -t "$pkgdir/etc" ../csh.{cshrc,login}
-
-  # symlinks for tcsh -> csh
-  ln -s tcsh "$pkgdir/usr/bin/csh"
-  ln -s tcsh.1 "$pkgdir/usr/share/man/man1/csh.1"
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" Copyright
-}

Copied: tcsh/repos/community-x86_64/PKGBUILD (from rev 1265796, 
tcsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 20:24:59 UTC (rev 1265797)
@@ -0,0 +1,62 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: George Rawlinson 
+# Contributor: Eric Belanger 
+# Contributor: Judd Vinet 
+
+pkgname=tcsh
+pkgver=6.24.01
+pkgrel=1
+pkgdesc='Enhanced version of the Berkeley C shell'
+arch=('x86_64')
+url='https://www.tcsh.org/'
+license=('BSD')
+depends=('ncurses' 'libxcrypt')
+makedepends=('git')
+backup=('etc/csh.cshrc'
+'etc/csh.login')
+install='tcsh.install'
+_commit='29704a774460fec5fa541b9f3b34e6377220a2ac'
+source=(
+  "$pkgname::git+https://github.com/tcsh-org/tcsh.git#commit=$_commit;
+  'csh.cshrc'
+  'csh.login'
+)
+sha512sums=('SKIP'
+
'0710c014b7b42ba8c69beb20ec2b8da44c9318013e83e8a38b2c94da1b11beb50a62cc9d82b7db1b3ee79bb0acf5f2a199e2ee2d745d541ea787e3c6a0069844'
+
'97f9f3e376517bd47aee67b48456b4892e0cb2c6f9c3e4b49d7b75cc23f52e69b06f024fbca1e72442d443720753b93fd9714160e551eab54d3de3757268d2d7')
+b2sums=('SKIP'
+
'016e65a672aba6d9b7283d63435a8ebd01818d56f11fb3c1203b1fd51fb1a67760c8f53b22be409319b3db18b0f81df09103de673579a5a5e1b6e07109069f94'
+
'da0fa27875507d646e869c5a8cdfecb793cd848c38e626704cdf5adb8ec2eef7fd98e3bab6eceea7d99fda25093364c48a8c44417575574a5ad0753b87cef2e3')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed -e 's/^TCSH//' -e 's/_/./g'
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--bindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" mandir=/usr/share/man install install.man
+
+  # shell configuration
+  install -vDm644 -t "$pkgdir/etc" ../csh.{cshrc,login}
+
+  # symlinks for tcsh -> csh
+  ln -s tcsh "$pkgdir/usr/bin/csh"
+  ln -s tcsh.1 "$pkgdir/usr/share/man/man1/csh.1"
+
+  # license
+  install -vDm644 

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

2022-08-12 Thread George Rawlinson via arch-commits
Date: Friday, August 12, 2022 @ 20:23:55
  Author: grawlinson
Revision: 1265796

upgpkg: tcsh 6.24.01-1; new upstream release

Modified:
  tcsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 20:22:51 UTC (rev 1265795)
+++ PKGBUILD2022-08-12 20:23:55 UTC (rev 1265796)
@@ -4,8 +4,8 @@
 # Contributor: Judd Vinet 
 
 pkgname=tcsh
-pkgver=6.24.00
-pkgrel=2
+pkgver=6.24.01
+pkgrel=1
 pkgdesc='Enhanced version of the Berkeley C shell'
 arch=('x86_64')
 url='https://www.tcsh.org/'
@@ -15,7 +15,7 @@
 backup=('etc/csh.cshrc'
 'etc/csh.login')
 install='tcsh.install'
-_commit='9710f1315e2a927dcce7c005e903622659caa4ae'
+_commit='29704a774460fec5fa541b9f3b34e6377220a2ac'
 source=(
   "$pkgname::git+https://github.com/tcsh-org/tcsh.git#commit=$_commit;
   'csh.cshrc'



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

2022-08-12 Thread George Rawlinson via arch-commits
Date: Friday, August 12, 2022 @ 20:22:51
  Author: grawlinson
Revision: 1265795

archrelease: copy trunk to community-x86_64

Added:
  dagger/repos/community-x86_64/PKGBUILD
(from rev 1265794, dagger/trunk/PKGBUILD)
Deleted:
  dagger/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 20:22:13 UTC (rev 1265794)
+++ PKGBUILD2022-08-12 20:22:51 UTC (rev 1265795)
@@ -1,63 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=dagger
-pkgver=0.2.28
-pkgrel=1
-pkgdesc='A portable devkit for CI/CD pipelines'
-arch=('x86_64')
-url='https://dagger.io'
-license=('Apache')
-depends=('glibc')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='41b7d6190bc6d7bde4894d32072e1d62b2a2c89e'
-source=("$pkgname::git+https://github.com/dagger/dagger.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags $LDFLAGS \
--X go.dagger.io/dagger/version.Revision=$_commit \
--X go.dagger.io/dagger/version.Version=$pkgver" \
--o build \
-./cmd/...
-}
-
-check() {
-  cd "$pkgname"
-
-  go test -v ./...
-}
-
-package() {
-  cd "$pkgname"
-
-  install -vDm755 -t "$pkgdir/usr/bin" build/dagger
-}

Copied: dagger/repos/community-x86_64/PKGBUILD (from rev 1265794, 
dagger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 20:22:51 UTC (rev 1265795)
@@ -0,0 +1,63 @@
+# Maintainer: George Rawlinson 
+
+pkgname=dagger
+pkgver=0.2.29
+pkgrel=1
+pkgdesc='A portable devkit for CI/CD pipelines'
+arch=('x86_64')
+url='https://dagger.io'
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='5c7f208219aba9f90b252027b6e3d8069b5e8017'
+source=("$pkgname::git+https://github.com/dagger/dagger.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags $LDFLAGS \
+-X go.dagger.io/dagger/version.Revision=$_commit \
+-X go.dagger.io/dagger/version.Version=$pkgver" \
+-o build \
+./cmd/...
+}
+
+check() {
+  cd "$pkgname"
+
+  go test -v ./...
+}
+
+package() {
+  cd "$pkgname"
+
+  install -vDm755 -t "$pkgdir/usr/bin" build/dagger
+}



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

2022-08-12 Thread George Rawlinson via arch-commits
Date: Friday, August 12, 2022 @ 20:22:13
  Author: grawlinson
Revision: 1265794

upgpkg: dagger 0.2.29-1; new upstream release

Modified:
  dagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 20:12:35 UTC (rev 1265793)
+++ PKGBUILD2022-08-12 20:22:13 UTC (rev 1265794)
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=dagger
-pkgver=0.2.28
+pkgver=0.2.29
 pkgrel=1
 pkgdesc='A portable devkit for CI/CD pipelines'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='41b7d6190bc6d7bde4894d32072e1d62b2a2c89e'
+_commit='5c7f208219aba9f90b252027b6e3d8069b5e8017'
 source=("$pkgname::git+https://github.com/dagger/dagger.git#commit=$_commit;)
 b2sums=('SKIP')
 



[arch-commits] Commit in mailman-web/repos/community-testing-any (16 files)

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 20:12:35
  Author: dvzrv
Revision: 1265793

archrelease: copy trunk to community-testing-any

Added:
  mailman-web/repos/community-testing-any/PKGBUILD
(from rev 1265792, mailman-web/trunk/PKGBUILD)
  mailman-web/repos/community-testing-any/mailman-web-0.0.5-django4.patch
(from rev 1265792, mailman-web/trunk/mailman-web-0.0.5-django4.patch)
  mailman-web/repos/community-testing-any/mailman-web-0.0.5-fhs.patch
(from rev 1265792, mailman-web/trunk/mailman-web-0.0.5-fhs.patch)
  mailman-web/repos/community-testing-any/mailman-web-qcluster.service
(from rev 1265792, mailman-web/trunk/mailman-web-qcluster.service)
  mailman-web/repos/community-testing-any/mailman-web.sysusers
(from rev 1265792, mailman-web/trunk/mailman-web.sysusers)
  mailman-web/repos/community-testing-any/mailman-web.tmpfiles
(from rev 1265792, mailman-web/trunk/mailman-web.tmpfiles)
  mailman-web/repos/community-testing-any/mailman-web.uwsgi
(from rev 1265792, mailman-web/trunk/mailman-web.uwsgi)
  mailman-web/repos/community-testing-any/settings.py
(from rev 1265792, mailman-web/trunk/settings.py)
Deleted:
  mailman-web/repos/community-testing-any/PKGBUILD
  mailman-web/repos/community-testing-any/mailman-web-0.0.5-django4.patch
  mailman-web/repos/community-testing-any/mailman-web-0.0.5-fhs.patch
  mailman-web/repos/community-testing-any/mailman-web-qcluster.service
  mailman-web/repos/community-testing-any/mailman-web.sysusers
  mailman-web/repos/community-testing-any/mailman-web.tmpfiles
  mailman-web/repos/community-testing-any/mailman-web.uwsgi
  mailman-web/repos/community-testing-any/settings.py

-+
 PKGBUILD|  162 +-
 mailman-web-0.0.5-django4.patch |  600 +++---
 mailman-web-0.0.5-fhs.patch |  102 +++---
 mailman-web-qcluster.service|   76 ++--
 mailman-web.sysusers|2 
 mailman-web.tmpfiles|   16 -
 mailman-web.uwsgi   |   60 +--
 settings.py |   10 
 8 files changed, 514 insertions(+), 514 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 20:12:19 UTC (rev 1265792)
+++ PKGBUILD2022-08-12 20:12:35 UTC (rev 1265793)
@@ -1,81 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=mailman-web
-pkgver=0.0.5
-pkgrel=4
-pkgdesc="The web interface for Mailman 3"
-arch=(any)
-url="https://gitlab.com/mailman/mailman-web;
-license=(GPL3)
-depends=(hyperkitty postorius python-django python-whoosh)
-makedepends=(python-build python-installer python-setuptools-scm python-wheel)
-optdepends=(
-  'mailman3: for interacting with a local mailman instance'
-  'uwsgi-plugin-python: for running inside uwsgi'
-)
-backup=(
-  etc/webapps/$pkgname/settings.py
-  etc/webapps/$pkgname/urls.py
-)
-options=()
-source=(
-  
https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz
-  $pkgname-qcluster.service
-  settings.py
-  $pkgname.sysusers
-  $pkgname.tmpfiles
-  $pkgname.uwsgi
-  $pkgname-0.0.5-django4.patch
-  $pkgname-0.0.5-fhs.patch
-)
-sha512sums=('3a46372cbe332754e2fef4088651d6ab5c95ad90f0faaca091cd89eb69d73c8fb222861fafd8312d10b244c76a86c2e4018301fc5c18d15570c3e88c1015e9af'
-
'5440c170f50cbc4c95e0cf4c9d2c8a03759e0d13c2f9c604a6eaedfde9abcc4ae6cc9845d53d58cd4ee06373bab166f3115a59ebac3b77fe1d33ab7054c7c5d7'
-
'cf255da4028a36a21473166a44c4a104b58ed824b81a08548bd89a861f9684bf89d166c4827b8dd5d9e516a9b0a30bbf26733f9a7e3f0d85f1c5c29f3929a3db'
-
'4044b2500dc63ec1cea829d0189428de590755006c38d6f82e5a51af8935409a1ea5a5fb1f676d2331ceb59383cf79730837427eff32ad82f900068684aa3b45'
-
'07aa2af5f72dccdfe32f3f220d798e5e6d57ed6875566e33ad610a05a063861a84aa6bb6d4c9a172711862855e7eae68a19fd6dcd098893f4a365579bd29cf57'
-
'744a0f0af9c5683b50bf43816262917edeb47e954aba1ac7c9d831eddf3c5e63e307811e35161ac3a717b08f7d9c3dface0a2703a7c2a0f6d3a9882ce445109f'
-
'df591eb1deada23166131eb06d8dfaccfbbccf8c61d3befebedd56c6de45f02e0311d6c2d87632cffe2ba335883473de642300af192a5dc4983b6fa6c7381759'
-
'29e43714e32844175a1faab3299d6750909fc6a0a1aa1ae6893aa8ee7ad25241d00268902e963961f102384f500297adb360d6914abfa3d27d3eba6e6a0b')
-b2sums=('dcc5fbae4ab17b107e59f02eb83e1f1bb1662f63fb1c6c4731b6a8dec0a2eeeac1986f99022fe7e2049aebbcd8bcb682bf4454fc4691a590f31a4ed4d744f73b'
-
'48d65925bbbe4f17c1d4a656eb533621904fbffee06ff0ce09fbc9ad69cd947269998f31a9a172645d9389d98caf8395e4a3d9fbaafeedbf52b774725d446e29'
-
'40c2583cf72597fbcdfeecabb8aa10cb2fe1e5f9b60669bdc933e4884899325f70ba4ab9f27dc702aacf26f0b0de400b26245c7770a9b3e8cc0b0641478028d6'
-
'c57e70b949947ce3d30053886620221346d87416034cd004dcd91107e55a0123fb37a6c68796168ddabaab467b0f77dd8292e650df05e2e1eed0ec4d63becc2b'
-

[arch-commits] Commit in mailman-web/trunk (PKGBUILD mailman-web-0.0.5-fhs.patch)

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 20:12:19
  Author: dvzrv
Revision: 1265792

upgpkg: mailman-web 0.0.5-5: Rebuild to fix typos in file-hierarchy compliance 
patch.

Modified:
  mailman-web/trunk/PKGBUILD
  mailman-web/trunk/mailman-web-0.0.5-fhs.patch

-+
 PKGBUILD|6 +++---
 mailman-web-0.0.5-fhs.patch |   14 +++---
 2 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 20:10:24 UTC (rev 1265791)
+++ PKGBUILD2022-08-12 20:12:19 UTC (rev 1265792)
@@ -2,7 +2,7 @@
 
 pkgname=mailman-web
 pkgver=0.0.5
-pkgrel=4
+pkgrel=5
 pkgdesc="The web interface for Mailman 3"
 arch=(any)
 url="https://gitlab.com/mailman/mailman-web;
@@ -35,7 +35,7 @@
 
'07aa2af5f72dccdfe32f3f220d798e5e6d57ed6875566e33ad610a05a063861a84aa6bb6d4c9a172711862855e7eae68a19fd6dcd098893f4a365579bd29cf57'
 
'744a0f0af9c5683b50bf43816262917edeb47e954aba1ac7c9d831eddf3c5e63e307811e35161ac3a717b08f7d9c3dface0a2703a7c2a0f6d3a9882ce445109f'
 
'df591eb1deada23166131eb06d8dfaccfbbccf8c61d3befebedd56c6de45f02e0311d6c2d87632cffe2ba335883473de642300af192a5dc4983b6fa6c7381759'
-
'29e43714e32844175a1faab3299d6750909fc6a0a1aa1ae6893aa8ee7ad25241d00268902e963961f102384f500297adb360d6914abfa3d27d3eba6e6a0b')
+
'311b968255435f20ee3c9d4c88e7c4f122b93b6fef8b586896e5cd3bf63e95fae1b4a770cacb3e6eb35859b5a69f26f98c3cd9ca44fcfb509ef676556f2fb67e')
 
b2sums=('dcc5fbae4ab17b107e59f02eb83e1f1bb1662f63fb1c6c4731b6a8dec0a2eeeac1986f99022fe7e2049aebbcd8bcb682bf4454fc4691a590f31a4ed4d744f73b'
 
'48d65925bbbe4f17c1d4a656eb533621904fbffee06ff0ce09fbc9ad69cd947269998f31a9a172645d9389d98caf8395e4a3d9fbaafeedbf52b774725d446e29'
 
'40c2583cf72597fbcdfeecabb8aa10cb2fe1e5f9b60669bdc933e4884899325f70ba4ab9f27dc702aacf26f0b0de400b26245c7770a9b3e8cc0b0641478028d6'
@@ -43,7 +43,7 @@
 
'80ca9c95c9bb3ce42bd4e3efbea59bc6cbbdabd35c504ee5c7414b8c657d863119921577fb618e0709631d05704d24698a2575f12aed81cf1cf16cd8ce116ed9'
 
'7f39c6752f54048e1268c94010fa2fbdc6cc7db0c931c616469068ba835330b9cb8ec183978f2047fd8e0aff88b25de7437cbb112dbdad25f795e25f2419f809'
 
'71a20511842ed441269d214a58d0bd56b6d6f1c6a830463c45235e729bf8f88e22b0265be28d156509a2eeef3629db6559e69c3570cb489d87b92075f7e0edcb'
-
'31f793ec8c25248ae2631bf5cf27164e950b95caf73842b07514f22dce386fe9fda35af5f6f6aa00487d194502caa3009502db8bc37d7ed458db63edcb088d82')
+
'7c176a0ae2ea3cb266b08e821c971ff00d39c2cb3de2b93de6b69e4c38e4647b1b42df468bb0d8ac72f02b069d34969d29e586093f7183a19371d83cabdd3fc7')
 
 prepare() {
   # add patch for django >= 4.0: 
https://gitlab.com/mailman/mailman-web/-/merge_requests/23

Modified: mailman-web-0.0.5-fhs.patch
===
--- mailman-web-0.0.5-fhs.patch 2022-08-12 20:10:24 UTC (rev 1265791)
+++ mailman-web-0.0.5-fhs.patch 2022-08-12 20:12:19 UTC (rev 1265792)
@@ -1,18 +1,18 @@
 diff -ruN a/mailman_web/manage.py b/mailman_web/manage.py
 a/mailman_web/manage.py2022-08-12 19:43:01.560426406 +0200
-+++ b/mailman_web/manage.py2022-08-12 21:28:03.814671667 +0200
+--- a/mailman_web/manage.py2022-08-12 22:05:01.562363167 +0200
 b/mailman_web/manage.py2022-08-12 22:05:18.955599046 +0200
 @@ -11,7 +11,7 @@
  
  MAILMAN_WEB_CONFIG = os.getenv(
  'MAILMAN_WEB_CONFIG',
 -'/etc/mailman3/settings.py',
-+'/etc/webapps/mailman_web/settings.py',
++'/etc/webapps/mailman-web/settings.py',
  )
  
  if not os.path.exists(MAILMAN_WEB_CONFIG):
 diff -ruN a/mailman_web/settings/base.py b/mailman_web/settings/base.py
 a/mailman_web/settings/base.py 2022-08-12 19:43:01.560426406 +0200
-+++ b/mailman_web/settings/base.py 2022-08-12 21:30:25.527237264 +0200
+--- a/mailman_web/settings/base.py 2022-08-12 22:05:01.562363167 +0200
 b/mailman_web/settings/base.py 2022-08-12 22:08:27.497875716 +0200
 @@ -4,7 +4,7 @@
  from pathlib import Path
  
@@ -27,7 +27,7 @@
  'default': {
  'ENGINE': 'django.db.backends.sqlite3',
 -'NAME': os.path.join(BASE_DIR, 'mailman-web.db'),
-+'NAME': BASE_DIR / 'data' / 'mailman-web.de',
++'NAME': BASE_DIR / 'data' / 'mailman-web.db',
  'HOST': '',
  'PORT': '',
  }
@@ -45,7 +45,7 @@
  'level': 'INFO',
  'class': 'logging.handlers.WatchedFileHandler',
 -'filename': os.path.join(BASE_DIR, 'logs', 'mailmanweb.log'),
-+'filename': Path('/var/log/mailman-web/mailmanweb.log'),
++'filename': Path('/var/log/mailman-web/mailman-web.log'),
  'formatter': 'verbose',
  },
  'console': {



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

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 20:10:24
  Author: dvzrv
Revision: 1265791

archrelease: copy trunk to community-any

Added:
  nlohmann-json/repos/community-any/PKGBUILD
(from rev 1265790, nlohmann-json/trunk/PKGBUILD)
  nlohmann-json/repos/community-any/keys/
Deleted:
  nlohmann-json/repos/community-any/PKGBUILD
  nlohmann-json/repos/community-any/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 20:10:06 UTC (rev 1265790)
+++ PKGBUILD2022-08-12 20:10:24 UTC (rev 1265791)
@@ -1,61 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=nlohmann-json
-# upstream doesn't use annotated tags
-_commit=69d744867f8847c91a126fa25e9a6a3d67b3be41  # v3.11.1^{}
-pkgver=3.11.1
-pkgrel=1
-# tests are tracked in a separate repo
-# https://github.com/nlohmann/json_test_data
-_test_pkgver=3.1.0
-pkgdesc="JSON for Modern C++"
-arch=(any)
-url="https://github.com/nlohmann/json;
-license=(MIT)
-makedepends=(cmake git)
-source=(
-  $pkgname::git+https://github.com/nlohmann/json#commit=$_commit?signed
-  
json_test_data-$_test_pkgver.tar.gz::https://github.com/nlohmann/json_test_data/archive/v$_test_pkgver.tar.gz
-)
-sha512sums=('SKIP'
-
'db6c411b37f2154f5dd1ed90f4e8fa0907f4a736cd0ff79943bcacf9da422285ff142bb6a7dc6022b236090083166ac1ab197be3f480d8dc50b26a91a9477821')
-b2sums=('SKIP'
-
'809be0728a0b9d007fcc752911bdf6f7e548d6e3ec59871ea2b16d87d8248ca4dd2f681a1d0f82c618463294188ad41d6d965b8bdc39c70fdcf4b939d4121e9c')
-validpgpkeys=('797167AE41C0A6D9232E48457F3CEA63AE251B69') # Niels Lohmann 

-
-prepare() {
-  mkdir -vp build-test/
-  mv -v json_test_data-${_test_pkgver}/ build-test/json_test_data/
-}
-
-build() {
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_BUILD_TYPE=None \
--DJSON_MultipleHeaders=ON \
--Wno-dev \
--B build \
--S $pkgname
-  make VERBOSE=1 -C build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_BUILD_TYPE=None \
--DBUILD_TESTING=ON \
--DJSON_BuildTests=ON \
--DJSON_MultipleHeaders=ON \
--Wno-dev \
--B build-test \
--S $pkgname
-  make VERBOSE=1 -C build-test
-}
-
-check() {
-  make -k test -C build-test
-}
-
-package() {
-  make DESTDIR="$pkgdir" install -C build
-  install -vDm 644 $pkgname/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
-  install -vDm 644 $pkgname/LICENSE.MIT -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: nlohmann-json/repos/community-any/PKGBUILD (from rev 1265790, 
nlohmann-json/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 20:10:24 UTC (rev 1265791)
@@ -0,0 +1,61 @@
+# Maintainer: David Runge 
+
+pkgname=nlohmann-json
+# upstream doesn't use annotated tags
+_commit=bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d  # v3.11.2^{}
+pkgver=3.11.2
+pkgrel=1
+# tests are tracked in a separate repo
+# https://github.com/nlohmann/json_test_data
+_test_pkgver=3.1.0
+pkgdesc="JSON for Modern C++"
+arch=(any)
+url="https://github.com/nlohmann/json;
+license=(MIT)
+makedepends=(cmake git)
+source=(
+  $pkgname::git+https://github.com/nlohmann/json#commit=$_commit?signed
+  
json_test_data-$_test_pkgver.tar.gz::https://github.com/nlohmann/json_test_data/archive/v$_test_pkgver.tar.gz
+)
+sha512sums=('SKIP'
+
'db6c411b37f2154f5dd1ed90f4e8fa0907f4a736cd0ff79943bcacf9da422285ff142bb6a7dc6022b236090083166ac1ab197be3f480d8dc50b26a91a9477821')
+b2sums=('SKIP'
+
'809be0728a0b9d007fcc752911bdf6f7e548d6e3ec59871ea2b16d87d8248ca4dd2f681a1d0f82c618463294188ad41d6d965b8bdc39c70fdcf4b939d4121e9c')
+validpgpkeys=('797167AE41C0A6D9232E48457F3CEA63AE251B69') # Niels Lohmann 

+
+prepare() {
+  mkdir -vp build-test/
+  mv -v json_test_data-${_test_pkgver}/ build-test/json_test_data/
+}
+
+build() {
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_BUILD_TYPE=None \
+-DJSON_MultipleHeaders=ON \
+-Wno-dev \
+-B build \
+-S $pkgname
+  make VERBOSE=1 -C build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_TESTING=ON \
+-DJSON_BuildTests=ON \
+-DJSON_MultipleHeaders=ON \
+-Wno-dev \
+-B build-test \
+-S $pkgname
+  make VERBOSE=1 -C build-test
+}
+
+check() {
+  make -k test -C build-test
+}
+
+package() {
+  make DESTDIR="$pkgdir" install -C build
+  install -vDm 644 $pkgname/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 $pkgname/LICENSE.MIT -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 20:10:06
  Author: dvzrv
Revision: 1265790

upgpkg: nlohmann-json 3.11.2-1: Upgrade to 3.11.2.

Modified:
  nlohmann-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 20:06:26 UTC (rev 1265789)
+++ PKGBUILD2022-08-12 20:10:06 UTC (rev 1265790)
@@ -2,8 +2,8 @@
 
 pkgname=nlohmann-json
 # upstream doesn't use annotated tags
-_commit=69d744867f8847c91a126fa25e9a6a3d67b3be41  # v3.11.1^{}
-pkgver=3.11.1
+_commit=bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d  # v3.11.2^{}
+pkgver=3.11.2
 pkgrel=1
 # tests are tracked in a separate repo
 # https://github.com/nlohmann/json_test_data



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

2022-08-12 Thread Frederik Schwan via arch-commits
Date: Friday, August 12, 2022 @ 20:08:53
  Author: freswa
Revision: 452637

archrelease: copy trunk to extra-x86_64

Added:
  glslang/repos/extra-x86_64/PKGBUILD
(from rev 452636, glslang/trunk/PKGBUILD)
Deleted:
  glslang/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 20:08:51 UTC (rev 452636)
+++ PKGBUILD2022-08-12 20:08:53 UTC (rev 452637)
@@ -1,50 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-# Careful when upgrading this package! It usually breaks ABI without bumping 
soname.
-pkgname=glslang
-pkgver=11.10.0
-pkgrel=1
-pkgdesc='OpenGL and OpenGL ES shader front end and validator'
-arch=('x86_64')
-url='https://github.com/KhronosGroup/glslang'
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('cmake' 'ninja' 'git' 'python' 'spirv-tools' 'spirv-headers')
-options=('staticlibs')
-# Get the commits from known_good.json for every release
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz)
-sha256sums=('8ffc19c435232d09299dd2c91e247292b3508c1b826a3497c60682e4bbf2d602')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CXXFLAGS+=" -ffat-lto-objects"
-  cmake \
--Bbuild-shared \
--GNinja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=ON
-  ninja -Cbuild-shared
-  cmake \
--Bbuild-static \
--GNinja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=OFF
-  ninja -Cbuild-static
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  DESTDIR="${pkgdir}" ninja -C build-shared install
-  DESTDIR="${pkgdir}" ninja -C build-static install
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  cd "${pkgdir}"/usr/lib
-  for lib in *.so; do
-ln -sf "${lib}" "${lib}.0"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: glslang/repos/extra-x86_64/PKGBUILD (from rev 452636, 
glslang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 20:08:53 UTC (rev 452637)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+
+# Careful when upgrading this package! It usually breaks ABI without bumping 
soname.
+pkgname=glslang
+pkgver=11.11.0
+pkgrel=1
+pkgdesc='OpenGL and OpenGL ES shader front end and validator'
+arch=('x86_64')
+url='https://github.com/KhronosGroup/glslang'
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('cmake' 'ninja' 'git' 'python' 'spirv-tools' 'spirv-headers')
+options=('staticlibs')
+# Get the commits from known_good.json for every release
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz)
+sha256sums=('26c216c3062512c018cbdd752224b8dad703b7e5bb90bf338ba2dbb5d4f11438')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CXXFLAGS+=" -ffat-lto-objects"
+  cmake \
+-Bbuild-shared \
+-GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=ON
+  ninja -Cbuild-shared
+  cmake \
+-Bbuild-static \
+-GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=OFF
+  ninja -Cbuild-static
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build-shared install
+  DESTDIR="${pkgdir}" ninja -C build-static install
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  cd "${pkgdir}"/usr/lib
+  for lib in *.so; do
+ln -sf "${lib}" "${lib}.0"
+  done
+}
+
+# vim: ts=2 sw=2 et:



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

2022-08-12 Thread Frederik Schwan via arch-commits
Date: Friday, August 12, 2022 @ 20:08:51
  Author: freswa
Revision: 452636

upgpkg: glslang 11.11.0-1

Modified:
  glslang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:33:25 UTC (rev 452635)
+++ PKGBUILD2022-08-12 20:08:51 UTC (rev 452636)
@@ -2,7 +2,7 @@
 
 # Careful when upgrading this package! It usually breaks ABI without bumping 
soname.
 pkgname=glslang
-pkgver=11.10.0
+pkgver=11.11.0
 pkgrel=1
 pkgdesc='OpenGL and OpenGL ES shader front end and validator'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 options=('staticlibs')
 # Get the commits from known_good.json for every release
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz)
-sha256sums=('8ffc19c435232d09299dd2c91e247292b3508c1b826a3497c60682e4bbf2d602')
+sha256sums=('26c216c3062512c018cbdd752224b8dad703b7e5bb90bf338ba2dbb5d4f11438')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in nextcloud-app-news/repos/community-any (PKGBUILD PKGBUILD)

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 20:06:26
  Author: dvzrv
Revision: 1265789

archrelease: copy trunk to community-any

Added:
  nextcloud-app-news/repos/community-any/PKGBUILD
(from rev 1265788, nextcloud-app-news/trunk/PKGBUILD)
Deleted:
  nextcloud-app-news/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 20:06:16 UTC (rev 1265788)
+++ PKGBUILD2022-08-12 20:06:26 UTC (rev 1265789)
@@ -1,62 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-news
-_name=news
-pkgver=18.1.0
-pkgrel=1
-pkgdesc="An RSS/Atom feed aggregator"
-arch=(any)
-url="https://github.com/nextcloud/news;
-license=(AGPL3)
-makedepends=(nextcloud yq)
-source=($pkgname-$pkgver.tar.gz::https://github.com/nextcloud/$_name/releases/download/$pkgver/$_name.tar.gz)
-sha512sums=('dec67c1ef538f6eb73da294585f32670709ec97f7372e9457cc0a72eb85b4ff47790f7a9fe54e4683638c877455b20ae6fc2ce7d5c38d47ce42874857564a6a5')
-b2sums=('9a7a8872fe11c3d3bd6260df487d4c50827cd195857edfbe14d00da20ea8e50393e8e572c04f0c12c2a7eda81bc4666c9c3d2ffb204ead582faade109b3e4460')
-
-# BEGIN boilerplate nextcloud app version clamping, see also other packages in 
group
-# 1. Call respective function helpers in check() and package() *after* cd'ing 
to the source directory
-# 2. Add makedepends+=(nextcloud yq)
-_phps=(php7 php)
-_get_supported_ranges() {
-  _app_min_nextcloud="$(< appinfo/info.xml xq -r 
'.info.dependencies.nextcloud["@min-version"] | values')"
-  _app_max_nextcloud="$(< appinfo/info.xml xq -r 
'.info.dependencies.nextcloud["@max-version"] | values | tonumber | .+1')"
-  _app_min_php="$(< appinfo/info.xml xq -r 
'.info.dependencies.php["@min-version"] | values')"
-  _app_max_php="$(< appinfo/info.xml xq -r 
'.info.dependencies.php["@max-version"] | values | tonumber | .+0.1')"
-}
-_unsupported_range() {
-  printf "%s requires %s %s, but %s %s is provided.\n" "$pkgname" "$1" "$2" 
"$1" "$3"
-  exit 1
-}
-_nextcloud_app_check() {
-  _get_supported_ranges
-  for _php in "${_phps[@]}"; do command -v "$_php" > /dev/null && break; done
-  local _nextcloud_ver="$("$_php" <(cat 
/usr/share/webapps/nextcloud/version.php; echo 'print($OC_VersionString);'))"
-  local _php_ver="$("$_php" -r 'print(phpversion());')"
-  [[ "$(vercmp "${_app_min_nextcloud:-0}" "$_nextcloud_ver")" -le 0 ]] || \
-_unsupported_range nextcloud "=> $_app_min_nextcloud" "$_nextcloud_ver"
-  [[ "$(vercmp "${_app_max_nextcloud:-999}" "$_nextcloud_ver")" -gt 0 ]] || \
-_unsupported_range nextcloud "< $_app_max_nextcloud" "$_nextcloud_ver"
-  [[ "$(vercmp "${_app_min_php:-0}" "$_php_ver")" -le 0 ]] || \
-_unsupported_range php ">= $_app_min_php" "$_php_ver"
-  [[ "$(vercmp "${_app_max_php:-999}" "$_php_ver")" -gt 0 ]] || \
-_unsupported_range php "< $_app_max_php" "$_php_ver"
-}
-_nextcloud_app_package() {
-  _get_supported_ranges
-  depends+=("nextcloud>=${_app_min_nextcloud:-0}" 
"nextcloud<${_app_max_nextcloud:-999}")
-  depends+=("php-interpreter${_app_min_php:+>=$_app_min_php}" 
${_app_max_php:+"php-interpreter<$_app_max_php"})
-}
-# END boilerplate nextcloud app version clamping
-
-check() {
-  cd $_name
-  _nextcloud_app_check
-}
-
-package() {
-  install -vdm 755 "$pkgdir/usr/share/webapps/nextcloud/apps/"
-  cp -av $_name "$pkgdir/usr/share/webapps/nextcloud/apps/"
-  cd $_name
-  _nextcloud_app_package
-}

Copied: nextcloud-app-news/repos/community-any/PKGBUILD (from rev 1265788, 
nextcloud-app-news/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 20:06:26 UTC (rev 1265789)
@@ -0,0 +1,62 @@
+# Maintainer: David Runge 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-news
+_name=news
+pkgver=18.1.1
+pkgrel=1
+pkgdesc="An RSS/Atom feed aggregator"
+arch=(any)
+url="https://github.com/nextcloud/news;
+license=(AGPL3)
+makedepends=(nextcloud yq)
+source=($pkgname-$pkgver.tar.gz::https://github.com/nextcloud/$_name/releases/download/$pkgver/$_name.tar.gz)
+sha512sums=('ac0a0ec350e1b1a1425066686b1070d1bcaf177f613fce377a7906d44062251221a147d813b37932a84f6b14a58f445e72255eaa0ac18caa1a4e4d53129a5ba7')
+b2sums=('dd3227c5221b4567902d171874bfaedde4b786227882a7cc279abdbba4ae0734625a8a16d577075d24a29e7ad767e557545c548b67cf0484936008801c41ce22')
+
+# BEGIN boilerplate nextcloud app version clamping, see also other packages in 
group
+# 1. Call respective function helpers in check() and package() *after* cd'ing 
to the source directory
+# 2. Add makedepends+=(nextcloud yq)
+_phps=(php7 php)
+_get_supported_ranges() {
+  _app_min_nextcloud="$(< appinfo/info.xml xq -r 
'.info.dependencies.nextcloud["@min-version"] | values')"
+  _app_max_nextcloud="$(< appinfo/info.xml xq -r 

[arch-commits] Commit in nextcloud-app-news/trunk (PKGBUILD)

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 20:06:16
  Author: dvzrv
Revision: 1265788

upgpkg: nextcloud-app-news 18.1.1-1: Upgrade to 18.1.1.

Modified:
  nextcloud-app-news/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 20:06:07 UTC (rev 1265787)
+++ PKGBUILD2022-08-12 20:06:16 UTC (rev 1265788)
@@ -3,7 +3,7 @@
 
 pkgname=nextcloud-app-news
 _name=news
-pkgver=18.1.0
+pkgver=18.1.1
 pkgrel=1
 pkgdesc="An RSS/Atom feed aggregator"
 arch=(any)
@@ -11,8 +11,8 @@
 license=(AGPL3)
 makedepends=(nextcloud yq)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/nextcloud/$_name/releases/download/$pkgver/$_name.tar.gz)
-sha512sums=('dec67c1ef538f6eb73da294585f32670709ec97f7372e9457cc0a72eb85b4ff47790f7a9fe54e4683638c877455b20ae6fc2ce7d5c38d47ce42874857564a6a5')
-b2sums=('9a7a8872fe11c3d3bd6260df487d4c50827cd195857edfbe14d00da20ea8e50393e8e572c04f0c12c2a7eda81bc4666c9c3d2ffb204ead582faade109b3e4460')
+sha512sums=('ac0a0ec350e1b1a1425066686b1070d1bcaf177f613fce377a7906d44062251221a147d813b37932a84f6b14a58f445e72255eaa0ac18caa1a4e4d53129a5ba7')
+b2sums=('dd3227c5221b4567902d171874bfaedde4b786227882a7cc279abdbba4ae0734625a8a16d577075d24a29e7ad767e557545c548b67cf0484936008801c41ce22')
 
 # BEGIN boilerplate nextcloud app version clamping, see also other packages in 
group
 # 1. Call respective function helpers in check() and package() *after* cd'ing 
to the source directory



[arch-commits] Commit in nextcloud-app-spreed/repos/community-any (PKGBUILD PKGBUILD)

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 20:06:07
  Author: dvzrv
Revision: 1265787

archrelease: copy trunk to community-any

Added:
  nextcloud-app-spreed/repos/community-any/PKGBUILD
(from rev 1265786, nextcloud-app-spreed/trunk/PKGBUILD)
Deleted:
  nextcloud-app-spreed/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 20:05:57 UTC (rev 1265786)
+++ PKGBUILD2022-08-12 20:06:07 UTC (rev 1265787)
@@ -1,64 +0,0 @@
-# Maintainer: David Runge 
-
-_name=spreed
-pkgname=nextcloud-app-spreed
-pkgver=14.0.3
-pkgrel=1
-epoch=1
-pkgdesc="Video & audio-conferencing using WebRTC"
-arch=(any)
-url="https://apps.nextcloud.com/apps/spreed;
-license=(AGPL3)
-groups=(nextcloud-apps)
-makedepends=(nextcloud)
-checkdepends=(ripgrep yq)
-source=(https://github.com/nextcloud-releases/$_name/releases/download/v$pkgver/$_name-v$pkgver.tar.gz)
-sha512sums=('4f27b143e156b939ce5fbde32ae6cd69566a7c2715d8b94ff9afa4e347420f5a0001263d019ec8dd65e238abb51a9aea77ae92644e6ec654c82581f045c3057d')
-b2sums=('8a9ee33f1c611295a58c14af9b4d24b0cc420fb104319a57c54222cf48422caeeb9e185dc73799de18fc95dcd40f938d3ccff3d2631eff5f733760d7defbeb9d')
-
-# BEGIN boilerplate nextcloud app version clamping, see also other packages in 
group
-# 1. Call respective function helpers in check() and package() *after* cd'ing 
to the source directory
-# 2. Add makedepends+=(nextcloud yq)
-_phps=(php7 php)
-_get_supported_ranges() {
-  _app_min_nextcloud="$(< appinfo/info.xml xq -r 
'.info.dependencies.nextcloud["@min-version"] | values')"
-  _app_max_nextcloud="$(< appinfo/info.xml xq -r 
'.info.dependencies.nextcloud["@max-version"] | values | tonumber | .+1')"
-  _app_min_php="$(< appinfo/info.xml xq -r 
'.info.dependencies.php["@min-version"] | values')"
-  _app_max_php="$(< appinfo/info.xml xq -r 
'.info.dependencies.php["@max-version"] | values | tonumber | .+0.1')"
-}
-_unsupported_range() {
-  printf "%s requires %s %s, but %s %s is provided.\n" "$pkgname" "$1" "$2" 
"$1" "$3"
-  exit 1
-}
-_nextcloud_app_check() {
-  _get_supported_ranges
-  for _php in "${_phps[@]}"; do command -v "$_php" > /dev/null && break; done
-  local _nextcloud_ver="$("$_php" <(cat 
/usr/share/webapps/nextcloud/version.php; echo 'print($OC_VersionString);'))"
-  local _php_ver="$("$_php" -r 'print(phpversion());')"
-  [[ "$(vercmp "${_app_min_nextcloud:-0}" "$_nextcloud_ver")" -le 0 ]] || \
-_unsupported_range nextcloud "=> $_app_min_nextcloud" "$_nextcloud_ver"
-  [[ "$(vercmp "${_app_max_nextcloud:-999}" "$_nextcloud_ver")" -gt 0 ]] || \
-_unsupported_range nextcloud "< $_app_max_nextcloud" "$_nextcloud_ver"
-  [[ "$(vercmp "${_app_min_php:-0}" "$_php_ver")" -le 0 ]] || \
-_unsupported_range php ">= $_app_min_php" "$_php_ver"
-  [[ "$(vercmp "${_app_max_php:-999}" "$_php_ver")" -gt 0 ]] || \
-_unsupported_range php "< $_app_max_php" "$_php_ver"
-}
-_nextcloud_app_package() {
-  _get_supported_ranges
-  depends+=("nextcloud>=${_app_min_nextcloud:-0}" 
"nextcloud<${_app_max_nextcloud:-999}")
-  depends+=("php-interpreter${_app_min_php:+>=$_app_min_php}" 
${_app_max_php:+"php-interpreter<$_app_max_php"})
-}
-# END boilerplate nextcloud app version clamping
-
-check() {
-  cd $_name
-  _nextcloud_app_check
-}
-
-package() {
-  install -vdm 755 "$pkgdir/usr/share/webapps/nextcloud/apps/"
-  cp -av $_name "$pkgdir/usr/share/webapps/nextcloud/apps/"
-  cd $_name
-  _nextcloud_app_package
-}

Copied: nextcloud-app-spreed/repos/community-any/PKGBUILD (from rev 1265786, 
nextcloud-app-spreed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 20:06:07 UTC (rev 1265787)
@@ -0,0 +1,64 @@
+# Maintainer: David Runge 
+
+_name=spreed
+pkgname=nextcloud-app-spreed
+pkgver=14.0.4
+pkgrel=1
+epoch=1
+pkgdesc="Video & audio-conferencing using WebRTC"
+arch=(any)
+url="https://apps.nextcloud.com/apps/spreed;
+license=(AGPL3)
+groups=(nextcloud-apps)
+makedepends=(nextcloud)
+checkdepends=(yq)
+source=(https://github.com/nextcloud-releases/$_name/releases/download/v$pkgver/$_name-v$pkgver.tar.gz)
+sha512sums=('536d6e0b40085eb5eb82bb375ee88c2f8fa3c2fc95629d6a170cbbca60b167cdbeaeca52b3a206cebffcd5d6fd5ab5b1f84c87fa595bce88ce3367295a811146')
+b2sums=('0675482f7dc6cb910024c3be767f1512df9bd7db5d1222fe87377d8ab9a7e3068b599bf727224cfdd12a160e42fd0176058f892ac26f5fa006876d233ecf78c2')
+
+# BEGIN boilerplate nextcloud app version clamping, see also other packages in 
group
+# 1. Call respective function helpers in check() and package() *after* cd'ing 
to the source directory
+# 2. Add makedepends+=(nextcloud yq)
+_phps=(php7 php)
+_get_supported_ranges() {
+  _app_min_nextcloud="$(< appinfo/info.xml xq -r 
'.info.dependencies.nextcloud["@min-version"] | 

[arch-commits] Commit in nextcloud-app-spreed/trunk (PKGBUILD)

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 20:05:57
  Author: dvzrv
Revision: 1265786

upgpkg: nextcloud-app-spreed 1:14.0.4-1: Upgrade to 14.0.4.

Modified:
  nextcloud-app-spreed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:56:23 UTC (rev 1265785)
+++ PKGBUILD2022-08-12 20:05:57 UTC (rev 1265786)
@@ -2,7 +2,7 @@
 
 _name=spreed
 pkgname=nextcloud-app-spreed
-pkgver=14.0.3
+pkgver=14.0.4
 pkgrel=1
 epoch=1
 pkgdesc="Video & audio-conferencing using WebRTC"
@@ -11,10 +11,10 @@
 license=(AGPL3)
 groups=(nextcloud-apps)
 makedepends=(nextcloud)
-checkdepends=(ripgrep yq)
+checkdepends=(yq)
 
source=(https://github.com/nextcloud-releases/$_name/releases/download/v$pkgver/$_name-v$pkgver.tar.gz)
-sha512sums=('4f27b143e156b939ce5fbde32ae6cd69566a7c2715d8b94ff9afa4e347420f5a0001263d019ec8dd65e238abb51a9aea77ae92644e6ec654c82581f045c3057d')
-b2sums=('8a9ee33f1c611295a58c14af9b4d24b0cc420fb104319a57c54222cf48422caeeb9e185dc73799de18fc95dcd40f938d3ccff3d2631eff5f733760d7defbeb9d')
+sha512sums=('536d6e0b40085eb5eb82bb375ee88c2f8fa3c2fc95629d6a170cbbca60b167cdbeaeca52b3a206cebffcd5d6fd5ab5b1f84c87fa595bce88ce3367295a811146')
+b2sums=('0675482f7dc6cb910024c3be767f1512df9bd7db5d1222fe87377d8ab9a7e3068b599bf727224cfdd12a160e42fd0176058f892ac26f5fa006876d233ecf78c2')
 
 # BEGIN boilerplate nextcloud app version clamping, see also other packages in 
group
 # 1. Call respective function helpers in check() and package() *after* cd'ing 
to the source directory



[arch-commits] Commit in nextcloud/repos/community-any (23 files)

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 19:56:23
  Author: dvzrv
Revision: 1265785

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 1265784, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 1265784, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/keys/
  nextcloud/repos/community-any/nextcloud-cron.service
(from rev 1265784, nextcloud/trunk/nextcloud-cron.service)
  nextcloud/repos/community-any/nextcloud-cron.timer
(from rev 1265784, nextcloud/trunk/nextcloud-cron.timer)
  nextcloud/repos/community-any/nextcloud.config.php
(from rev 1265784, nextcloud/trunk/nextcloud.config.php)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 1265784, nextcloud/trunk/nextcloud.hook)
  nextcloud/repos/community-any/nextcloud.install
(from rev 1265784, nextcloud/trunk/nextcloud.install)
  nextcloud/repos/community-any/nextcloud.occ.sh
(from rev 1265784, nextcloud/trunk/nextcloud.occ.sh)
  nextcloud/repos/community-any/nextcloud.sysusers
(from rev 1265784, nextcloud/trunk/nextcloud.sysusers)
  nextcloud/repos/community-any/nextcloud.tmpfiles
(from rev 1265784, nextcloud/trunk/nextcloud.tmpfiles)
  nextcloud/repos/community-any/nextcloud.uwsgi
(from rev 1265784, nextcloud/trunk/nextcloud.uwsgi)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud-cron.service
  nextcloud/repos/community-any/nextcloud-cron.timer
  nextcloud/repos/community-any/nextcloud.config.php
  nextcloud/repos/community-any/nextcloud.hook
  nextcloud/repos/community-any/nextcloud.install
  nextcloud/repos/community-any/nextcloud.occ.sh
  nextcloud/repos/community-any/nextcloud.sysusers
  nextcloud/repos/community-any/nextcloud.tmpfiles
  nextcloud/repos/community-any/nextcloud.uwsgi

+
 PKGBUILD   |  372 +++
 apache.example.conf|   42 ++---
 nextcloud-cron.service |   12 -
 nextcloud-cron.timer   |   18 +-
 nextcloud.config.php   |   34 ++--
 nextcloud.hook |   26 +--
 nextcloud.install  |   32 ++--
 nextcloud.occ.sh   |   90 +--
 nextcloud.sysusers |2 
 nextcloud.tmpfiles |   18 +-
 nextcloud.uwsgi|  164 ++--
 11 files changed, 405 insertions(+), 405 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 19:56:00 UTC (rev 1265784)
+++ PKGBUILD2022-08-12 19:56:23 UTC (rev 1265785)
@@ -1,186 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-
-pkgname=nextcloud
-# NOTE: always check first whether the version is supposed to be packaged:
-# https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
-pkgver=24.0.3
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=(any)
-url="https://nextcloud.com;
-license=(AGPL3)
-makedepends=(php php-gd)
-optdepends=(
-  'curl: for webcron jobs from within uwsgi'
-  'ffmpeg: for preview generation'
-  'libreoffice: for preview generation'
-  'mariadb: to use a local MariaDB server'
-  'memcached: to use a local memcached server'
-  'mod_itk: to use the Apache web server'
-  'postgresql: to use a local PostgreSQL server'
-  'redis: to use a local Redis server'
-  'smbclient: for SMB/CIFS integration'
-  'sudo: for privilege elevation in occ command when not run as root'
-)
-backup=(
-  etc/webapps/$pkgname/config/config.php
-  etc/webapps/$pkgname/.htaccess
-  etc/uwsgi/$pkgname.ini
-)
-# there are no elf files, no need to strip anything
-options=(!strip)
-install=$pkgname.install
-source=(
-  
https://download.nextcloud.com/server/releases/$pkgname-$pkgver.tar.bz2{,.asc}
-  apache.example.conf
-  $pkgname.config.php
-  $pkgname.hook
-  $pkgname.occ.sh
-  $pkgname.sysusers
-  $pkgname.tmpfiles
-  $pkgname.uwsgi
-  $pkgname-cron.service
-  $pkgname-cron.timer
-)
-sha512sums=('92714758f542fa7aeb511761b4f1becc16dc64e5b4b2d54b3dc2fe6b3927b1a9a5a632c5b552efc591568752d7691e92aaab9e4f771435360db9b2c81977300e'
-'SKIP'
-
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
-
'92592f9a76ee534d0ae6d3aedf2257c147337debe7e2d6dbec1daff66a682e3abc74611e08662058de314bf3ea6ff1c85efd678674b782d71251c38786e446f9'
-
'2791382d7b005c64cd6938695f273e83435cc5f1b785fe7d44d6dbd69864c502847e45d93c4a5f6752a759a660118279e3e22e5bc32f79b8775693fde603a9c5'
-
'20f12f0bb1d0ac735fb86e79e90fb99028e06e0d5a6842d449e443b418442682cad2573cfd4bf8e2a802c2aeb5780bce4647d45054bbc38156ae037802358698'
-
'1d06f339c43d57e5f5406c2698b815241fd9e39039a9e55f777face510c9a5ddae5ccd4e051393e8f16f391301a6aa03fff2462837a2d3441d969ea7195e7d84'
-

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

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 19:56:00
  Author: dvzrv
Revision: 1265784

upgpkg: nextcloud 24.0.4-1: Upgrade to 24.0.4.

Added:
  nextcloud/trunk/keys/
  nextcloud/trunk/keys/pgp/
  nextcloud/trunk/keys/pgp/28806A878AE423A28372792ED75899B9A724937A.asc
Modified:
  nextcloud/trunk/PKGBUILD

---+
 PKGBUILD  |6 +++---
 keys/pgp/28806A878AE423A28372792ED75899B9A724937A.asc |1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:54:01 UTC (rev 1265783)
+++ PKGBUILD2022-08-12 19:56:00 UTC (rev 1265784)
@@ -4,7 +4,7 @@
 pkgname=nextcloud
 # NOTE: always check first whether the version is supposed to be packaged:
 # https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
-pkgver=24.0.3
+pkgver=24.0.4
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=(any)
@@ -43,7 +43,7 @@
   $pkgname-cron.service
   $pkgname-cron.timer
 )
-sha512sums=('92714758f542fa7aeb511761b4f1becc16dc64e5b4b2d54b3dc2fe6b3927b1a9a5a632c5b552efc591568752d7691e92aaab9e4f771435360db9b2c81977300e'
+sha512sums=('7bfe05a7945455edac7516cca4999471483d6744cba5babc719d7db08bf30eb969323a4eccd26f9ec0aa0622764319c9528ea40b8a1418466d3f0b0b6e15588a'
 'SKIP'
 
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
 
'92592f9a76ee534d0ae6d3aedf2257c147337debe7e2d6dbec1daff66a682e3abc74611e08662058de314bf3ea6ff1c85efd678674b782d71251c38786e446f9'
@@ -54,7 +54,7 @@
 
'67d32011e3dccf41ecaaeffa7486e70b8ee516b3423796c19cc9c95ba6ecd5d031540eeacefb9423fdfc70b1baad15a4885b7147cfbbb2773b349e72d3fe4df2'
 
'5034d4f78090a7455521fc2e7e391c8eab06b503979c5f14d4144e52c08717e7fc796e0e3048059b1e5802365667c6f87162b5c403cac971e1b77fc1688596f3'
 
'eb69785a5b0df0e2a11f53f9c2e2dbf75681d7c698e88cbcc5ceed713a558d528511cc576813cc083cbaa28a2c83d543a39436ad4805670348ef22634305b1c8')
-b2sums=('d837520f1cf700e19f158c7e4bd4d564c2ba9f040af375186cebd0ab115863edd0f2e8180373fb5919f7bea077d99738819c86abcef2b9b0b5d84668cc001eaf'
+b2sums=('06a8caba06f163a9eec41517596eaac5876a8894f0aef180cd412f404fd46672b8a031025d83e4bf7709a945934a91015e6603169278bd24f6c6bac5b76f64f0'
 'SKIP'
 
'7d40d120c28291f1a7537f3e1b5049fa83c9c0af949371345ea9ccdf3de4a0f3a3a06edbc52d9254dba483e4d11acf562cf679b9e379c5dfc2f61dfbfc2e4cef'
 
'4ad061efbc20b4d0e9f8cfd01c5e8e612fa5af29bce754b77f90c1835b98ee445ef4de3d8c83da91461053622620af14d880eb9014b51f2383c75f1860d479f4'

Added: keys/pgp/28806A878AE423A28372792ED75899B9A724937A.asc
===
(Binary files differ)

Index: nextcloud/trunk/keys/pgp/28806A878AE423A28372792ED75899B9A724937A.asc
===
--- keys/pgp/28806A878AE423A28372792ED75899B9A724937A.asc   2022-08-12 
19:54:01 UTC (rev 1265783)
+++ keys/pgp/28806A878AE423A28372792ED75899B9A724937A.asc   2022-08-12 
19:56:00 UTC (rev 1265784)

Property changes on: 
nextcloud/trunk/keys/pgp/28806A878AE423A28372792ED75899B9A724937A.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 19:54:01
  Author: dvzrv
Revision: 1265783

Removed community-any for python-pydantic

Deleted:
  python-pydantic/repos/community-any/



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

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 19:53:58
  Author: dvzrv
Revision: 1265782

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 19:53:48 UTC (rev 1265781)
+++ PKGBUILD2022-08-12 19:53:58 UTC (rev 1265782)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-# Maintainer: Filipe Laíns (FFY00) 
-
-_name=pydantic
-pkgname=python-$_name
-pkgver=1.9.1
-pkgrel=2
-pkgdesc='Data parsing and validation using Python type hints'
-arch=(x86_64)
-url="https://github.com/samuelcolvin/pydantic;
-license=(MIT)
-depends=(cython python python-typing-extensions)
-optdepends=(
-  'python-dotenv: for .env file support'
-  'python-email-validator: for email validation'
-)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest python-pytest-mock)
-source=($_name-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha512sums=('6343a4cbaf49c38bcf038da21ace9f37cbcd3f05364307c0b9b5006f3fe4c9db4513f557b5388783dbb08892dbdc2a54689988edf7d1bdc6e794b0e755213ecb')
-b2sums=('94022c7ca8cfa29f51f814171d85d1b95f5a605fd685d47309f3f233bbb10d434a1f691f95c40dc99619284c81556d322cad7f63d486f7c3dcbe3d875827617c')
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest -vv
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: python-pydantic/repos/community-x86_64/PKGBUILD (from rev 1265781, 
python-pydantic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 19:53:58 UTC (rev 1265782)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+# Maintainer: Filipe Laíns (FFY00) 
+
+_name=pydantic
+pkgname=python-$_name
+pkgver=1.9.2
+pkgrel=1
+pkgdesc='Data parsing and validation using Python type hints'
+arch=(x86_64)
+url="https://github.com/samuelcolvin/pydantic;
+license=(MIT)
+depends=(cython python python-typing-extensions)
+optdepends=(
+  'python-dotenv: for .env file support'
+  'python-email-validator: for email validation'
+)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest python-pytest-mock)
+source=($_name-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+sha512sums=('06c2c45d553e622f1c71283468016ea507982dd8c74af673c18818d61a5712c8ec6820f2caaa392c5582802c413a4cf14e5ff67586da7c6ddf5b4e85a936d335')
+b2sums=('a271032d0e128a91897b5b10f0dae797f41d0d969fef65792cbf3d790b72ae0523a78c2f0d88599b2c3c7e2c9a917883809a88a7aa66e915d0749fabfed0c61f')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest -vv
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 19:53:48
  Author: dvzrv
Revision: 1265781

upgpkg: python-pydantic 1.9.2-1: Upgrade to 1.9.2.

Modified:
  python-pydantic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:50:13 UTC (rev 1265780)
+++ PKGBUILD2022-08-12 19:53:48 UTC (rev 1265781)
@@ -3,8 +3,8 @@
 
 _name=pydantic
 pkgname=python-$_name
-pkgver=1.9.1
-pkgrel=2
+pkgver=1.9.2
+pkgrel=1
 pkgdesc='Data parsing and validation using Python type hints'
 arch=(x86_64)
 url="https://github.com/samuelcolvin/pydantic;
@@ -17,8 +17,8 @@
 makedepends=(python-build python-installer python-setuptools python-wheel)
 checkdepends=(python-pytest python-pytest-mock)
 source=($_name-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha512sums=('6343a4cbaf49c38bcf038da21ace9f37cbcd3f05364307c0b9b5006f3fe4c9db4513f557b5388783dbb08892dbdc2a54689988edf7d1bdc6e794b0e755213ecb')
-b2sums=('94022c7ca8cfa29f51f814171d85d1b95f5a605fd685d47309f3f233bbb10d434a1f691f95c40dc99619284c81556d322cad7f63d486f7c3dcbe3d875827617c')
+sha512sums=('06c2c45d553e622f1c71283468016ea507982dd8c74af673c18818d61a5712c8ec6820f2caaa392c5582802c413a4cf14e5ff67586da7c6ddf5b4e85a936d335')
+b2sums=('a271032d0e128a91897b5b10f0dae797f41d0d969fef65792cbf3d790b72ae0523a78c2f0d88599b2c3c7e2c9a917883809a88a7aa66e915d0749fabfed0c61f')
 
 build() {
   cd $_name-$pkgver



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

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 19:50:13
  Author: dvzrv
Revision: 1265780

archrelease: copy trunk to community-x86_64

Added:
  reaper/repos/community-x86_64/PKGBUILD
(from rev 1265779, reaper/trunk/PKGBUILD)
  reaper/repos/community-x86_64/redistribution.eml
(from rev 1265779, reaper/trunk/redistribution.eml)
Deleted:
  reaper/repos/community-x86_64/PKGBUILD
  reaper/repos/community-x86_64/redistribution.eml

+
 PKGBUILD   |  100 
 redistribution.eml |  304 +--
 2 files changed, 202 insertions(+), 202 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 19:50:02 UTC (rev 1265779)
+++ PKGBUILD2022-08-12 19:50:13 UTC (rev 1265780)
@@ -1,50 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=reaper
-pkgver=6.64
-pkgrel=2
-pkgdesc="A complete digital audio production application for computers"
-arch=(x86_64)
-url="https://reaper.fm;
-license=(custom)
-groups=(pro-audio)
-depends=(alsa-lib libasound.so fontconfig gcc-libs hicolor-icon-theme libglvnd 
libx11 libxi)
-makedepends=(kservice xdg-utils)
-optdepends=(
-  'jack: for JACK support'
-  'pulseaudio: for PulseAudio support'
-  'python: for Python plugins'
-  'reapack: for managing reaper plugins'
-  'sws: for the SWS/S plugin extension'
-)
-provides=(lv2-host vst-host vst3-host)
-source=(
-  https://reaper.fm/files/${pkgver::1}.x/reaper${pkgver//.}_linux_$CARCH.tar.xz
-  redistribution.eml
-)
-sha512sums=('7c8c57bdb634e5e3782fad2ee443d8baeeaaacdabd5eaf62606a8cb044cc9e9280e2109a33803e091d811e6c6d4047ae543d229b76fe4e4cc7742d272048295f'
-
'a2746fa0b847dbd587f24983569b01120f4706306242223c8857360219569d965df8c25c98f31d68140eb66d7458384653b5b042f7433a84957a990d8e587d92')
-b2sums=('1524a50c9237732e06f396b22ff9ce1e79e09458e57a1cad2c19f3892e19c236ac2daee32ee612e7715aaf5dc5bc999a23b1d7a7cd3fed4c32ee75760128f8a8'
-
'ddbf47cb04ad9e9fb937b09a0ea0c88d4416ceaabc4e420750ff9303447a50a323060f018bd9f52907a1a5e4ea3ebe685eb336d1b6f4bbbc89a12e2370be8728')
-
-package() {
-  cd ${pkgname}_linux_$CARCH
-  XDG_DATA_HOME="$srcdir/xdg/" ./install-reaper.sh --install "$pkgdir/usr/lib" 
--integrate-user-desktop
-  # remove unneeded uninstallation script
-  rm -v "$pkgdir/usr/lib/${pkgname^^}/uninstall-reaper.sh"
-
-  # strip $pkgdir from XDG desktop Exec line
-  sed -e "s|$pkgdir||g" -i "$srcdir/xdg/applications/"*.desktop
-  # install only required files for XDG integration
-  install -vDm 644 "$srcdir/xdg/applications/"*.desktop -t 
"$pkgdir/usr/share/applications/"
-  install -vDm 644 "$srcdir/xdg/mime/packages/"*.xml -t 
"$pkgdir/usr/share/mime/packages/"
-  install -vDm 644 "$srcdir/xdg/icons/hicolor/256x256/apps/"*.png -t 
"$pkgdir/usr/share/icons/hicolor/256x256/apps/"
-
-  # add convenience symlink to PATH
-  install -vdm 755 "$pkgdir/usr/bin"
-  ln -sv /usr/lib/${pkgname^^}/$pkgname "$pkgdir/usr/bin/$pkgname"
-
-  # install EULA and redistribution allowance
-  install -vDm 644 "$pkgdir/usr/lib/${pkgname^^}/EULA.txt" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-  install -vDm 644 "$srcdir/redistribution.eml" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: reaper/repos/community-x86_64/PKGBUILD (from rev 1265779, 
reaper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 19:50:13 UTC (rev 1265780)
@@ -0,0 +1,50 @@
+# Maintainer: David Runge 
+
+pkgname=reaper
+pkgver=6.65
+pkgrel=1
+pkgdesc="A complete digital audio production application for computers"
+arch=(x86_64)
+url="https://reaper.fm;
+license=(custom)
+groups=(pro-audio)
+depends=(alsa-lib libasound.so fontconfig gcc-libs hicolor-icon-theme libglvnd 
libx11 libxi)
+makedepends=(kservice xdg-utils)
+optdepends=(
+  'jack: for JACK support'
+  'pulseaudio: for PulseAudio support'
+  'python: for Python plugins'
+  'reapack: for managing reaper plugins'
+  'sws: for the SWS/S plugin extension'
+)
+provides=(lv2-host vst-host vst3-host)
+source=(
+  https://reaper.fm/files/${pkgver::1}.x/reaper${pkgver//.}_linux_$CARCH.tar.xz
+  redistribution.eml
+)
+sha512sums=('2b56a3cbc61c94dbc678d38cd11419ccaf0dbc069107adc0da9361f253ddb5d754a801b39a10b231abbb8aa55f978eb82bbbdf6899b21d8997b7a7a4351829d1'
+
'a2746fa0b847dbd587f24983569b01120f4706306242223c8857360219569d965df8c25c98f31d68140eb66d7458384653b5b042f7433a84957a990d8e587d92')
+b2sums=('aa7d78fce4226967ef6ba2ab05d85b53d867ac00c00e6645a1fa0b78b63f59fd82f47adf4423a9f904cd46d7d5c2ce5d7cdee685acafc5967be03638b88e4868'
+
'ddbf47cb04ad9e9fb937b09a0ea0c88d4416ceaabc4e420750ff9303447a50a323060f018bd9f52907a1a5e4ea3ebe685eb336d1b6f4bbbc89a12e2370be8728')
+
+package() {
+  cd ${pkgname}_linux_$CARCH
+  XDG_DATA_HOME="$srcdir/xdg/" ./install-reaper.sh --install "$pkgdir/usr/lib" 
--integrate-user-desktop
+  # remove unneeded uninstallation script
+  rm -v 

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

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 19:50:02
  Author: dvzrv
Revision: 1265779

upgpkg: reaper 6.65-1: Upgrade to 6.65.

Modified:
  reaper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:47:50 UTC (rev 1265778)
+++ PKGBUILD2022-08-12 19:50:02 UTC (rev 1265779)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=reaper
-pkgver=6.64
-pkgrel=2
+pkgver=6.65
+pkgrel=1
 pkgdesc="A complete digital audio production application for computers"
 arch=(x86_64)
 url="https://reaper.fm;
@@ -22,9 +22,9 @@
   https://reaper.fm/files/${pkgver::1}.x/reaper${pkgver//.}_linux_$CARCH.tar.xz
   redistribution.eml
 )
-sha512sums=('7c8c57bdb634e5e3782fad2ee443d8baeeaaacdabd5eaf62606a8cb044cc9e9280e2109a33803e091d811e6c6d4047ae543d229b76fe4e4cc7742d272048295f'
+sha512sums=('2b56a3cbc61c94dbc678d38cd11419ccaf0dbc069107adc0da9361f253ddb5d754a801b39a10b231abbb8aa55f978eb82bbbdf6899b21d8997b7a7a4351829d1'
 
'a2746fa0b847dbd587f24983569b01120f4706306242223c8857360219569d965df8c25c98f31d68140eb66d7458384653b5b042f7433a84957a990d8e587d92')
-b2sums=('1524a50c9237732e06f396b22ff9ce1e79e09458e57a1cad2c19f3892e19c236ac2daee32ee612e7715aaf5dc5bc999a23b1d7a7cd3fed4c32ee75760128f8a8'
+b2sums=('aa7d78fce4226967ef6ba2ab05d85b53d867ac00c00e6645a1fa0b78b63f59fd82f47adf4423a9f904cd46d7d5c2ce5d7cdee685acafc5967be03638b88e4868'
 
'ddbf47cb04ad9e9fb937b09a0ea0c88d4416ceaabc4e420750ff9303447a50a323060f018bd9f52907a1a5e4ea3ebe685eb336d1b6f4bbbc89a12e2370be8728')
 
 package() {



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

2022-08-12 Thread Frederik Schwan via arch-commits
Date: Friday, August 12, 2022 @ 19:47:50
  Author: freswa
Revision: 1265778

archrelease: copy trunk to community-x86_64

Added:
  upterm/repos/community-x86_64/PKGBUILD
(from rev 1265777, upterm/trunk/PKGBUILD)
Deleted:
  upterm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 19:47:47 UTC (rev 1265777)
+++ PKGBUILD2022-08-12 19:47:50 UTC (rev 1265778)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sýlvan Heuser 
-pkgname=upterm
-pkgver=0.8.2
-pkgrel=1
-pkgdesc='Secure Terminal Sharing, an alternative to tmate'
-arch=('x86_64')
-url="https://github.com/owenthereal/upterm;
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/owenthereal/upterm/archive/v${pkgver}.tar.gz;)
-sha256sums=('4b85cf8207ffce051f2c391905fd58514c98c3fd5ff890d7340fcfd3a0ea7b8e')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  mkdir -p build/
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-  go build -o build ./cmd/...
-  build/gendoc
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  go test ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "build/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm755 "build/${pkgname}d" "${pkgdir}/usr/bin/${pkgname}d"
-  install -dm755 "${pkgdir}/usr/share/man"
-  cp -av etc/man/* "${pkgdir}/usr/share/man/"
-  install -Dm644 "etc/completion/upterm.bash_completion.sh" 
"${pkgdir}/usr/share/bash-completion/completions/upterm"
-  install -Dm644 "etc/completion/upterm.zsh_completion" 
"${pkgdir}/usr/share/zsh/site-functions/_upterm"
-  install -Dm644 systemd/uptermd.service 
"${pkgdir}/usr/lib/systemd/system/uptermd.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: upterm/repos/community-x86_64/PKGBUILD (from rev 1265777, 
upterm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 19:47:50 UTC (rev 1265778)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sýlvan Heuser 
+pkgname=upterm
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Secure Terminal Sharing, an alternative to tmate'
+arch=('x86_64')
+url="https://github.com/owenthereal/upterm;
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/owenthereal/upterm/archive/v${pkgver}.tar.gz;)
+sha256sums=('1da4adcf80efff58ee8caadf402f86b4eead4bcc2783a76eb58a6b7b8b685f45')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  mkdir -p build/
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+  go build -o build ./cmd/...
+  build/gendoc
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "build/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm755 "build/${pkgname}d" "${pkgdir}/usr/bin/${pkgname}d"
+  install -dm755 "${pkgdir}/usr/share/man"
+  cp -av etc/man/* "${pkgdir}/usr/share/man/"
+  install -Dm644 "etc/completion/upterm.bash_completion.sh" 
"${pkgdir}/usr/share/bash-completion/completions/upterm"
+  install -Dm644 "etc/completion/upterm.zsh_completion" 
"${pkgdir}/usr/share/zsh/site-functions/_upterm"
+  install -Dm644 systemd/uptermd.service 
"${pkgdir}/usr/lib/systemd/system/uptermd.service"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-08-12 Thread Frederik Schwan via arch-commits
Date: Friday, August 12, 2022 @ 19:47:47
  Author: freswa
Revision: 1265777

upgpkg: upterm 0.9.0-1

Modified:
  upterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:46:08 UTC (rev 1265776)
+++ PKGBUILD2022-08-12 19:47:47 UTC (rev 1265777)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Sýlvan Heuser 
 pkgname=upterm
-pkgver=0.8.2
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='Secure Terminal Sharing, an alternative to tmate'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('glibc')
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/owenthereal/upterm/archive/v${pkgver}.tar.gz;)
-sha256sums=('4b85cf8207ffce051f2c391905fd58514c98c3fd5ff890d7340fcfd3a0ea7b8e')
+sha256sums=('1da4adcf80efff58ee8caadf402f86b4eead4bcc2783a76eb58a6b7b8b685f45')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



[arch-commits] Commit in mailman-web/repos (9 files)

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 19:46:08
  Author: dvzrv
Revision: 1265776

archrelease: copy trunk to community-testing-any

Added:
  mailman-web/repos/community-testing-any/
  mailman-web/repos/community-testing-any/PKGBUILD
(from rev 1265775, mailman-web/trunk/PKGBUILD)
  mailman-web/repos/community-testing-any/mailman-web-0.0.5-django4.patch
(from rev 1265775, mailman-web/trunk/mailman-web-0.0.5-django4.patch)
  mailman-web/repos/community-testing-any/mailman-web-0.0.5-fhs.patch
(from rev 1265775, mailman-web/trunk/mailman-web-0.0.5-fhs.patch)
  mailman-web/repos/community-testing-any/mailman-web-qcluster.service
(from rev 1265775, mailman-web/trunk/mailman-web-qcluster.service)
  mailman-web/repos/community-testing-any/mailman-web.sysusers
(from rev 1265775, mailman-web/trunk/mailman-web.sysusers)
  mailman-web/repos/community-testing-any/mailman-web.tmpfiles
(from rev 1265775, mailman-web/trunk/mailman-web.tmpfiles)
  mailman-web/repos/community-testing-any/mailman-web.uwsgi
(from rev 1265775, mailman-web/trunk/mailman-web.uwsgi)
  mailman-web/repos/community-testing-any/settings.py
(from rev 1265775, mailman-web/trunk/settings.py)

-+
 PKGBUILD|   81 ++
 mailman-web-0.0.5-django4.patch |  300 ++
 mailman-web-0.0.5-fhs.patch |   51 ++
 mailman-web-qcluster.service|   38 
 mailman-web.sysusers|1 
 mailman-web.tmpfiles|8 +
 mailman-web.uwsgi   |   30 +++
 settings.py |5 
 8 files changed, 514 insertions(+)

Copied: mailman-web/repos/community-testing-any/PKGBUILD (from rev 1265775, 
mailman-web/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-08-12 19:46:08 UTC (rev 1265776)
@@ -0,0 +1,81 @@
+# Maintainer: David Runge 
+
+pkgname=mailman-web
+pkgver=0.0.5
+pkgrel=4
+pkgdesc="The web interface for Mailman 3"
+arch=(any)
+url="https://gitlab.com/mailman/mailman-web;
+license=(GPL3)
+depends=(hyperkitty postorius python-django python-whoosh)
+makedepends=(python-build python-installer python-setuptools-scm python-wheel)
+optdepends=(
+  'mailman3: for interacting with a local mailman instance'
+  'uwsgi-plugin-python: for running inside uwsgi'
+)
+backup=(
+  etc/webapps/$pkgname/settings.py
+  etc/webapps/$pkgname/urls.py
+)
+options=()
+source=(
+  
https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz
+  $pkgname-qcluster.service
+  settings.py
+  $pkgname.sysusers
+  $pkgname.tmpfiles
+  $pkgname.uwsgi
+  $pkgname-0.0.5-django4.patch
+  $pkgname-0.0.5-fhs.patch
+)
+sha512sums=('3a46372cbe332754e2fef4088651d6ab5c95ad90f0faaca091cd89eb69d73c8fb222861fafd8312d10b244c76a86c2e4018301fc5c18d15570c3e88c1015e9af'
+
'5440c170f50cbc4c95e0cf4c9d2c8a03759e0d13c2f9c604a6eaedfde9abcc4ae6cc9845d53d58cd4ee06373bab166f3115a59ebac3b77fe1d33ab7054c7c5d7'
+
'cf255da4028a36a21473166a44c4a104b58ed824b81a08548bd89a861f9684bf89d166c4827b8dd5d9e516a9b0a30bbf26733f9a7e3f0d85f1c5c29f3929a3db'
+
'4044b2500dc63ec1cea829d0189428de590755006c38d6f82e5a51af8935409a1ea5a5fb1f676d2331ceb59383cf79730837427eff32ad82f900068684aa3b45'
+
'07aa2af5f72dccdfe32f3f220d798e5e6d57ed6875566e33ad610a05a063861a84aa6bb6d4c9a172711862855e7eae68a19fd6dcd098893f4a365579bd29cf57'
+
'744a0f0af9c5683b50bf43816262917edeb47e954aba1ac7c9d831eddf3c5e63e307811e35161ac3a717b08f7d9c3dface0a2703a7c2a0f6d3a9882ce445109f'
+
'df591eb1deada23166131eb06d8dfaccfbbccf8c61d3befebedd56c6de45f02e0311d6c2d87632cffe2ba335883473de642300af192a5dc4983b6fa6c7381759'
+
'29e43714e32844175a1faab3299d6750909fc6a0a1aa1ae6893aa8ee7ad25241d00268902e963961f102384f500297adb360d6914abfa3d27d3eba6e6a0b')
+b2sums=('dcc5fbae4ab17b107e59f02eb83e1f1bb1662f63fb1c6c4731b6a8dec0a2eeeac1986f99022fe7e2049aebbcd8bcb682bf4454fc4691a590f31a4ed4d744f73b'
+
'48d65925bbbe4f17c1d4a656eb533621904fbffee06ff0ce09fbc9ad69cd947269998f31a9a172645d9389d98caf8395e4a3d9fbaafeedbf52b774725d446e29'
+
'40c2583cf72597fbcdfeecabb8aa10cb2fe1e5f9b60669bdc933e4884899325f70ba4ab9f27dc702aacf26f0b0de400b26245c7770a9b3e8cc0b0641478028d6'
+
'c57e70b949947ce3d30053886620221346d87416034cd004dcd91107e55a0123fb37a6c68796168ddabaab467b0f77dd8292e650df05e2e1eed0ec4d63becc2b'
+
'80ca9c95c9bb3ce42bd4e3efbea59bc6cbbdabd35c504ee5c7414b8c657d863119921577fb618e0709631d05704d24698a2575f12aed81cf1cf16cd8ce116ed9'
+
'7f39c6752f54048e1268c94010fa2fbdc6cc7db0c931c616469068ba835330b9cb8ec183978f2047fd8e0aff88b25de7437cbb112dbdad25f795e25f2419f809'
+
'71a20511842ed441269d214a58d0bd56b6d6f1c6a830463c45235e729bf8f88e22b0265be28d156509a2eeef3629db6559e69c3570cb489d87b92075f7e0edcb'
+

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

2022-08-12 Thread David Runge via arch-commits
Date: Friday, August 12, 2022 @ 19:45:09
  Author: dvzrv
Revision: 1265774

upgpkg: mailman-web 0.0.5-4: Rebuild to use newer version of upstreamed patch 
for django>=4 support.

Use an up-to-date version of the upstreamed django>=4 support patch.
Rebase patch for file-hierarchy compliance against django patch.
Add mailman-web-qcluster.service (equivalent to hyperkitty-qcluster.service).

Added:
  mailman-web/trunk/mailman-web-qcluster.service
Modified:
  mailman-web/trunk/PKGBUILD
  mailman-web/trunk/mailman-web-0.0.5-django4.patch
  mailman-web/trunk/mailman-web-0.0.5-fhs.patch

-+
 PKGBUILD|   20 -
 mailman-web-0.0.5-django4.patch |  478 ++
 mailman-web-0.0.5-fhs.patch |   34 +-
 mailman-web-qcluster.service|   38 +++
 4 files changed, 153 insertions(+), 417 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:45:09 UTC (rev 1265773)
+++ PKGBUILD2022-08-12 19:45:09 UTC (rev 1265774)
@@ -2,7 +2,7 @@
 
 pkgname=mailman-web
 pkgver=0.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc="The web interface for Mailman 3"
 arch=(any)
 url="https://gitlab.com/mailman/mailman-web;
@@ -20,6 +20,7 @@
 options=()
 source=(
   
https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz
+  $pkgname-qcluster.service
   settings.py
   $pkgname.sysusers
   $pkgname.tmpfiles
@@ -28,19 +29,21 @@
   $pkgname-0.0.5-fhs.patch
 )
 
sha512sums=('3a46372cbe332754e2fef4088651d6ab5c95ad90f0faaca091cd89eb69d73c8fb222861fafd8312d10b244c76a86c2e4018301fc5c18d15570c3e88c1015e9af'
+
'5440c170f50cbc4c95e0cf4c9d2c8a03759e0d13c2f9c604a6eaedfde9abcc4ae6cc9845d53d58cd4ee06373bab166f3115a59ebac3b77fe1d33ab7054c7c5d7'
 
'cf255da4028a36a21473166a44c4a104b58ed824b81a08548bd89a861f9684bf89d166c4827b8dd5d9e516a9b0a30bbf26733f9a7e3f0d85f1c5c29f3929a3db'
 
'4044b2500dc63ec1cea829d0189428de590755006c38d6f82e5a51af8935409a1ea5a5fb1f676d2331ceb59383cf79730837427eff32ad82f900068684aa3b45'
 
'07aa2af5f72dccdfe32f3f220d798e5e6d57ed6875566e33ad610a05a063861a84aa6bb6d4c9a172711862855e7eae68a19fd6dcd098893f4a365579bd29cf57'
 
'744a0f0af9c5683b50bf43816262917edeb47e954aba1ac7c9d831eddf3c5e63e307811e35161ac3a717b08f7d9c3dface0a2703a7c2a0f6d3a9882ce445109f'
-
'9aad3dda749c1dcc4513b992f1f44cc58059edd718cbd36c3682a456982b2845ee47e0889a985aba85509596f7f5531f196fd9260d1a9f19d956486c88756939'
-
'8b02038009344aeec1ec7cfb0ce5012cd7d8594bb7b80a3564fd421549e3c8ce03a8259ddf2a92c0ac9c1e44214421c8537cdaf5fd41c056f663246f66304a34')
+
'df591eb1deada23166131eb06d8dfaccfbbccf8c61d3befebedd56c6de45f02e0311d6c2d87632cffe2ba335883473de642300af192a5dc4983b6fa6c7381759'
+
'29e43714e32844175a1faab3299d6750909fc6a0a1aa1ae6893aa8ee7ad25241d00268902e963961f102384f500297adb360d6914abfa3d27d3eba6e6a0b')
 
b2sums=('dcc5fbae4ab17b107e59f02eb83e1f1bb1662f63fb1c6c4731b6a8dec0a2eeeac1986f99022fe7e2049aebbcd8bcb682bf4454fc4691a590f31a4ed4d744f73b'
+
'48d65925bbbe4f17c1d4a656eb533621904fbffee06ff0ce09fbc9ad69cd947269998f31a9a172645d9389d98caf8395e4a3d9fbaafeedbf52b774725d446e29'
 
'40c2583cf72597fbcdfeecabb8aa10cb2fe1e5f9b60669bdc933e4884899325f70ba4ab9f27dc702aacf26f0b0de400b26245c7770a9b3e8cc0b0641478028d6'
 
'c57e70b949947ce3d30053886620221346d87416034cd004dcd91107e55a0123fb37a6c68796168ddabaab467b0f77dd8292e650df05e2e1eed0ec4d63becc2b'
 
'80ca9c95c9bb3ce42bd4e3efbea59bc6cbbdabd35c504ee5c7414b8c657d863119921577fb618e0709631d05704d24698a2575f12aed81cf1cf16cd8ce116ed9'
 
'7f39c6752f54048e1268c94010fa2fbdc6cc7db0c931c616469068ba835330b9cb8ec183978f2047fd8e0aff88b25de7437cbb112dbdad25f795e25f2419f809'
-
'05987e4a4379334117335bc7127425042589b11a6ab533d40279ecae1ad4ef612a36ae77b4fad916ef073ebc988f25796ef4282186a4748e3d260b75739592a3'
-
'e1633d246068ba56734b2cd6be29c8f151e32fabf356daddb5b1283ce237b44507d8eb29541df6a8cc657eff302d45e00b096a408dc35fb477c950ddac34e56a')
+
'71a20511842ed441269d214a58d0bd56b6d6f1c6a830463c45235e729bf8f88e22b0265be28d156509a2eeef3629db6559e69c3570cb489d87b92075f7e0edcb'
+
'31f793ec8c25248ae2631bf5cf27164e950b95caf73842b07514f22dce386fe9fda35af5f6f6aa00487d194502caa3009502db8bc37d7ed458db63edcb088d82')
 
 prepare() {
   # add patch for django >= 4.0: 
https://gitlab.com/mailman/mailman-web/-/merge_requests/23
@@ -66,16 +69,13 @@
   install -vDm 640 mailman_web/urls.py "$pkgdir/etc/webapps/$pkgname/urls.py"
   ln -sfv /etc/webapps/$pkgname/urls.py 
"$pkgdir$site_packages/${pkgname/-/_}/urls.py"
 
-  # state dirs
   install -vdm 750 "$pkgdir/var/lib/$pkgname/data/"
   install -vdm 755 "$pkgdir/var/lib/$pkgname/static/"
-  # log dir
   install -vdm 750 "$pkgdir/var/log/$pkgname/"
-  # uwsgi
+
   install -vDm 644 ../$pkgname.uwsgi "$pkgdir/etc/uwsgi/$pkgname.ini"
-  # tmpfiles.d
+  install -vDm 

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

2022-08-12 Thread Frederik Schwan via arch-commits
Date: Friday, August 12, 2022 @ 19:45:09
  Author: freswa
Revision: 1265773

upgpkg: tiled 1.9.1-1

Modified:
  tiled/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:41:15 UTC (rev 1265772)
+++ PKGBUILD2022-08-12 19:45:09 UTC (rev 1265773)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=('mesa' 'qt5-tools' 'python' 'qbs')
 optdepends=('python: Python plugin'
 'qt5-imageformats: Support for additional image formats (including 
WebP)')
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-sha512sums=('26a949b61e3838c037553ba7504d7a36adefa7ad55bc398abd2cb7b28718c01686d3c0b7f7c25418b26f684dacf1457eeea01af0a9d44546b026623b36b5cb28')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mapeditor/tiled/archive/v${pkgver}.tar.gz)
+sha512sums=('cf0ebd453e3589ff7ff398d567dca8f28ab777a5053cb620dfe017c83bdfe3e57dd80121f2897881026f02f7b0122995e803c23d9cf2f74367ee352d732b8a0f')
 
 build() {
   cd $pkgname-$pkgver



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

2022-08-12 Thread Frederik Schwan via arch-commits
Date: Friday, August 12, 2022 @ 19:45:12
  Author: freswa
Revision: 1265775

archrelease: copy trunk to community-x86_64

Added:
  tiled/repos/community-x86_64/PKGBUILD
(from rev 1265774, tiled/trunk/PKGBUILD)
Deleted:
  tiled/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 19:45:09 UTC (rev 1265774)
+++ PKGBUILD2022-08-12 19:45:12 UTC (rev 1265775)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('x86_64')
-url='http://www.mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')
-depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11'
- 'qt5-declarative' 'qt5-quickcontrols2' 'qt5-svg' 'zstd')
-makedepends=('mesa' 'qt5-tools' 'python' 'qbs')
-optdepends=('python: Python plugin'
-'qt5-imageformats: Support for additional image formats (including 
WebP)')
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-sha512sums=('26a949b61e3838c037553ba7504d7a36adefa7ad55bc398abd2cb7b28718c01686d3c0b7f7c25418b26f684dacf1457eeea01af0a9d44546b026623b36b5cb28')
-
-build() {
-  cd $pkgname-$pkgver
-  qbs qbs.installPrefix:"/usr" projects.Tiled.useRPaths:false 
projects.Tiled.installHeaders:true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  qbs install --install-root "$pkgdir"
-}

Copied: tiled/repos/community-x86_64/PKGBUILD (from rev 1265774, 
tiled/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 19:45:12 UTC (rev 1265775)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('x86_64')
+url='http://www.mapeditor.org'
+license=('GPL')
+replaces=('tiled-qt')
+depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11'
+ 'qt5-declarative' 'qt5-quickcontrols2' 'qt5-svg' 'zstd')
+makedepends=('mesa' 'qt5-tools' 'python' 'qbs')
+optdepends=('python: Python plugin'
+'qt5-imageformats: Support for additional image formats (including 
WebP)')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mapeditor/tiled/archive/v${pkgver}.tar.gz)
+sha512sums=('cf0ebd453e3589ff7ff398d567dca8f28ab777a5053cb620dfe017c83bdfe3e57dd80121f2897881026f02f7b0122995e803c23d9cf2f74367ee352d732b8a0f')
+
+build() {
+  cd $pkgname-$pkgver
+  qbs qbs.installPrefix:"/usr" projects.Tiled.useRPaths:false 
projects.Tiled.installHeaders:true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  qbs install --install-root "$pkgdir"
+}



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

2022-08-12 Thread Frederik Schwan via arch-commits
Date: Friday, August 12, 2022 @ 19:38:17
  Author: freswa
Revision: 1265730

archrelease: copy trunk to community-x86_64

Added:
  tensorboard/repos/community-x86_64/PKGBUILD
(from rev 1265729, tensorboard/trunk/PKGBUILD)
Deleted:
  tensorboard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 19:38:13 UTC (rev 1265729)
+++ PKGBUILD2022-08-12 19:38:17 UTC (rev 1265730)
@@ -1,61 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Konstantin Gizdov 
-
-pkgname=tensorboard
-pkgver=2.9.1
-pkgrel=2
-pkgdesc="TensorFlow's Visualization Toolkit"
-url='https://github.com/tensorflow/tensorboard'
-arch=('x86_64')
-license=('APACHE')
-depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown'
- 'python-html5lib' 'python-protobuf' 'python-grpcio' 
'python-google-auth-oauthlib'
- 'python-tensorboard_plugin_wit' 'absl-py')
-makedepends=('bazel' 'python-setuptools' 'tree' 'rust' 'python-pip')
-optdepends=('python-tensorflow: advanced features for TensorBoard')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;)
-options=('!lto')
-sha512sums=('795964f63f0d657b3dc9946f1ecbddf1b61605f7f229237396462736f38032630a3426841f1c2ce9f4b8eda7e9c5f7e140fce367af59063d655318be64035fcd')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Remove fixed version requirements as we usually ship more up-to-date
-  # versions than are specified and it tends to work fine anyhow.
-  sed -i "s/[<>=].*//" tensorboard/pip_package/requirements.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  PYTHONWARNINGS=ignore bazel build //tensorboard
-  bazel build //tensorboard/pip_package:build_pip_package
-
-  cd tensorboard/data/server
-  cargo build --release
-  python pip_package/build.py --server-binary target/release/rustboard 
--out-dir /tmp
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/external
 pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/tensorboard
 pypackage
-  cp 
tensorboard/pip_package/{README.rst,MANIFEST.in,setup.py,requirements.txt} 
pypackage
-  cp README.md pypackage
-  cd pypackage
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  pip install --ignore-installed --root "$pkgdir" /tmp/*.whl
-
-  cd pypackage
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  rm -r "$pkgdir"/usr/lib/python3.10/site-packages/external/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tensorboard/repos/community-x86_64/PKGBUILD (from rev 1265729, 
tensorboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 19:38:17 UTC (rev 1265730)
@@ -0,0 +1,61 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konstantin Gizdov 
+
+pkgname=tensorboard
+pkgver=2.10.0
+pkgrel=1
+pkgdesc="TensorFlow's Visualization Toolkit"
+url='https://github.com/tensorflow/tensorboard'
+arch=('x86_64')
+license=('APACHE')
+depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown'
+ 'python-html5lib' 'python-protobuf' 'python-grpcio' 
'python-google-auth-oauthlib'
+ 'python-tensorboard_plugin_wit' 'absl-py')
+makedepends=('bazel' 'python-setuptools' 'tree' 'rust' 'python-pip')
+optdepends=('python-tensorflow: advanced features for TensorBoard')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;)
+options=('!lto')
+sha512sums=('4dda26222cdc739bfd778c7cefda0062226a7a361853adc11af991ca5d465cb3137db2e73cfdbe334b30f60ec885252d6b835c0ee531e17e7184710a974f7d9e')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # Remove fixed version requirements as we usually ship more up-to-date
+  # versions than are specified and it tends to work fine anyhow.
+  sed -i "s/[<>=].*//" tensorboard/pip_package/requirements.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  PYTHONWARNINGS=ignore bazel build //tensorboard
+  bazel build //tensorboard/pip_package:build_pip_package
+
+  cd tensorboard/data/server
+  cargo build --release
+  python pip_package/build.py --server-binary target/release/rustboard 
--out-dir /tmp
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir pypackage
+  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/external
 pypackage
+  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/tensorboard
 pypackage
+  cp 

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

2022-08-12 Thread Frederik Schwan via arch-commits
Date: Friday, August 12, 2022 @ 19:38:13
  Author: freswa
Revision: 1265729

upgpkg: tensorboard 2.10.0-1

Modified:
  tensorboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:33:30 UTC (rev 1265728)
+++ PKGBUILD2022-08-12 19:38:13 UTC (rev 1265729)
@@ -2,8 +2,8 @@
 # Contributor: Konstantin Gizdov 
 
 pkgname=tensorboard
-pkgver=2.9.1
-pkgrel=2
+pkgver=2.10.0
+pkgrel=1
 pkgdesc="TensorFlow's Visualization Toolkit"
 url='https://github.com/tensorflow/tensorboard'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 optdepends=('python-tensorflow: advanced features for TensorBoard')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;)
 options=('!lto')
-sha512sums=('795964f63f0d657b3dc9946f1ecbddf1b61605f7f229237396462736f38032630a3426841f1c2ce9f4b8eda7e9c5f7e140fce367af59063d655318be64035fcd')
+sha512sums=('4dda26222cdc739bfd778c7cefda0062226a7a361853adc11af991ca5d465cb3137db2e73cfdbe334b30f60ec885252d6b835c0ee531e17e7184710a974f7d9e')
 
 prepare() {
   cd "$pkgname-$pkgver"



[arch-commits] Commit in haskell-language-server/repos (2 files)

2022-08-12 Thread Felix Yan via arch-commits
Date: Friday, August 12, 2022 @ 19:33:30
  Author: felixonmars
Revision: 1265728

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-language-server/repos/community-staging-x86_64/
  haskell-language-server/repos/community-staging-x86_64/PKGBUILD
(from rev 1265727, haskell-language-server/trunk/PKGBUILD)

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

Copied: haskell-language-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 1265727, haskell-language-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-12 19:33:30 UTC (rev 1265728)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+
+pkgname=haskell-language-server
+pkgver=1.3.0.0
+pkgrel=246
+pkgdesc="LSP server for GHC"
+url="https://github.com/haskell/haskell-language-server#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-async'
+ 'haskell-base16-bytestring' 'haskell-cryptohash-sha1' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-gitrev'
+ 'haskell-hashable' 'haskell-hie-bios' 'haskell-hiedb'
+ 'haskell-hls-call-hierarchy-plugin' 'haskell-hls-eval-plugin'
+ 'haskell-hls-explicit-imports-plugin' 'haskell-hls-floskell-plugin'
+ 'haskell-hls-fourmolu-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-graph'
+ 'haskell-hls-haddock-comments-plugin' 'haskell-hls-hlint-plugin'
+ 'haskell-hls-module-name-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-plugin-api'
+ 'haskell-hls-pragmas-plugin'
+ 'haskell-hls-retrie-plugin' 'haskell-hls-stylish-haskell-plugin'
+ 'haskell-hslogger' 'haskell-lens' 'haskell-lsp' 
'haskell-optparse-applicative'
+ 'haskell-optparse-simple' 'haskell-regex-tdfa' 
'haskell-safe-exceptions'
+ 'haskell-sqlite-simple' 'haskell-temporary' 
'haskell-unordered-containers')
+# Disabled due to not compatible with GHC 9:
+# 'haskell-hls-brittany-plugin' 'haskell-hls-class-plugin' 
'haskell-hls-splice-plugin' 'haskell-hls-tactics-plugin' 
'haskell-hls-refine-imports-plugin'
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 
'haskell-hspec-expectations' 'haskell-lsp-test'
+ 'haskell-lsp-types')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('2938c4eaf8e2fef72ddf0e116e021b109ab69c4cdd48dc678cb93cd08e03e7f2abf3aaf1dea17a51dd8cb70f69db7ceba9823291d847ffe8bd0c990028fd6da4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  find test/testdata -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+  uusi -u ghc-api-compat $pkgname.cabal
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -f-brittany -f-class -f-refineImports -f-tactic 
-f-splice
+
+  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
+  
PATH="$PWD/dist/build/haskell-language-server:$PWD/dist/build/haskell-language-server-wrapper:$PATH"
 LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || echo "Tests failed"
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in python-urllib3/repos/extra-any (4 files)

2022-08-12 Thread Felix Yan via arch-commits
Date: Friday, August 12, 2022 @ 19:33:25
  Author: felixonmars
Revision: 452635

archrelease: copy trunk to extra-any

Added:
  python-urllib3/repos/extra-any/LICENSE
(from rev 452634, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/extra-any/PKGBUILD
(from rev 452634, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/extra-any/LICENSE
  python-urllib3/repos/extra-any/PKGBUILD

--+
 LICENSE  |   64 +-
 PKGBUILD |  112 ++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-08-12 17:52:15 UTC (rev 452634)
+++ LICENSE 2022-08-12 19:33:25 UTC (rev 452635)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c)  
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/extra-any/LICENSE (from rev 452634, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2022-08-12 19:33:25 UTC (rev 452635)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c)  
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 17:52:15 UTC (rev 452634)
+++ PKGBUILD2022-08-12 19:33:25 UTC (rev 452635)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: Chris Brannon 
-# Contributor: BorgHunter 
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python-urllib3-doc)
-pkgver=1.26.11
-pkgrel=1
-pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
-arch=("any")
-url="https://github.com/urllib3/urllib3;
-license=("MIT")
-makedepends=('python-setuptools' 'python-sphinx' 'python-ndg-httpsclient'
- 'python-pyasn1' 'python-pyopenssl'
- 'python-pysocks' 'python-mock'
- 'python-brotli' 'python-sphinx-furo')
-checkdepends=('python-pytest-runner' 'python-tornado' 'python-nose' 
'python-psutil' 'python-trustme'
-  'python-gcp-devrel-py-tools' 'python-flaky' 'python-dateutil')
-source=("https://github.com/urllib3/urllib3/archive/$pkgver/$pkgbase-$pkgver.tar.gz;)

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

2022-08-12 Thread Felix Yan via arch-commits
Date: Friday, August 12, 2022 @ 19:33:15
  Author: felixonmars
Revision: 1265727

upgpkg: haskell-language-server 1.3.0.0-246: rebuild with regex-tdfa 1.3.1.5

Modified:
  haskell-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:28:45 UTC (rev 1265726)
+++ PKGBUILD2022-08-12 19:33:15 UTC (rev 1265727)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-language-server
 pkgver=1.3.0.0
-pkgrel=245
+pkgrel=246
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



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

2022-08-12 Thread Frederik Schwan via arch-commits
Date: Friday, August 12, 2022 @ 19:28:45
  Author: freswa
Revision: 1265726

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 1265725, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/fix-ffmpeg5.patch
(from rev 1265725, telegram-desktop/trunk/fix-ffmpeg5.patch)
  telegram-desktop/repos/community-x86_64/fix-tgcalls-cstdint.patch
(from rev 1265725, telegram-desktop/trunk/fix-tgcalls-cstdint.patch)
Deleted:
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/fix-ffmpeg5.patch
  telegram-desktop/repos/community-x86_64/fix-tgcalls-cstdint.patch

---+
 PKGBUILD  |  104 +++
 fix-ffmpeg5.patch |  144 ++--
 fix-tgcalls-cstdint.patch |   24 +++
 3 files changed, 136 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 19:28:41 UTC (rev 1265725)
+++ PKGBUILD2022-08-12 19:28:45 UTC (rev 1265726)
@@ -1,52 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-pkgname=telegram-desktop
-pkgver=4.0.2
-pkgrel=4
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('hunspell' 'ffmpeg4.4' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
- 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'qt6-5compat' 'xxhash' 
'glibmm'
- 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'abseil-cpp' 
'libdispatch')
-makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl' 'meson'
- 'extra-cmake-modules' 'wayland-protocols' 
'plasma-wayland-protocols' 'libtg_owt')
-optdepends=('webkit2gtk: embedded browser features'
-'xdg-desktop-portal: desktop integration')
-source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;
-fix-tgcalls-cstdint.patch
-   )
-sha512sums=('0078b627d06dd8e655bd2bcc222ecbb3b15b7d88f858810bccdca84793ad02a60f4a4bf3808838752d65d4f6cffa3ddb5f70c5afc8e94cb6edae52101362feeb'
-
'ba24a2f1524010b4891764aacee2e27a5ebae44cf7626ab2aaf9e6c48b0f8088bf920886ceeb497b3c463fa0c3b885dd63db273d4c29cab6c96c8193c0c5c888')
-
-prepare() {
-cd tdesktop-$pkgver-full
-
-rm -rf Telegram/ThirdParty/libtgvoip/webrtc_dsp/absl
-patch -Np1 -i "$srcdir"/fix-tgcalls-cstdint.patch -d 
Telegram/ThirdParty/tgcalls
-}
-
-build() {
-cd tdesktop-$pkgver-full
-
-export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
-#Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
-# 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
-# Thanks @primeos!
-cmake \
--B build \
--G Ninja \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DCMAKE_BUILD_TYPE=Release \
--DTDESKTOP_API_ID=611335 \
--DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
-ninja -C build
-}
-
-package() {
-cd tdesktop-$pkgver-full
-DESTDIR="$pkgdir" ninja -C build install
-# They botched the release and put a lot of stuff here.
-rm -rf "$pkgdir/build"
-}

Copied: telegram-desktop/repos/community-x86_64/PKGBUILD (from rev 1265725, 
telegram-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 19:28:45 UTC (rev 1265726)
@@ -0,0 +1,52 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+pkgname=telegram-desktop
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/;
+license=('GPL3')
+depends=('hunspell' 'ffmpeg4.4' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
+ 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'qt6-5compat' 'xxhash' 
'glibmm'
+ 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'abseil-cpp' 
'libdispatch')
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl' 'meson'
+ 'extra-cmake-modules' 'wayland-protocols' 
'plasma-wayland-protocols' 'libtg_owt')
+optdepends=('webkit2gtk: embedded browser features'
+'xdg-desktop-portal: desktop integration')
+source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;
+fix-tgcalls-cstdint.patch
+   )
+sha512sums=('d58ad4b3eaf72b4885612ecca0b29057a1f0e7efc7a539c4ed7cdfa9f6b8dd19e378f1e4b9f28a644d8c8559a5310a168e0b949aafac6902bd21155795db2574'
+
'ba24a2f1524010b4891764aacee2e27a5ebae44cf7626ab2aaf9e6c48b0f8088bf920886ceeb497b3c463fa0c3b885dd63db273d4c29cab6c96c8193c0c5c888')
+
+prepare() {
+cd 

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

2022-08-12 Thread Frederik Schwan via arch-commits
Date: Friday, August 12, 2022 @ 19:28:41
  Author: freswa
Revision: 1265725

upgpkg: telegram-desktop 4.1.0-1

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:28:37 UTC (rev 1265724)
+++ PKGBUILD2022-08-12 19:28:41 UTC (rev 1265725)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: hexchain 
 pkgname=telegram-desktop
-pkgver=4.0.2
-pkgrel=4
+pkgver=4.1.0
+pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
@@ -17,7 +17,7 @@
 
source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;
 fix-tgcalls-cstdint.patch
)
-sha512sums=('0078b627d06dd8e655bd2bcc222ecbb3b15b7d88f858810bccdca84793ad02a60f4a4bf3808838752d65d4f6cffa3ddb5f70c5afc8e94cb6edae52101362feeb'
+sha512sums=('d58ad4b3eaf72b4885612ecca0b29057a1f0e7efc7a539c4ed7cdfa9f6b8dd19e378f1e4b9f28a644d8c8559a5310a168e0b949aafac6902bd21155795db2574'
 
'ba24a2f1524010b4891764aacee2e27a5ebae44cf7626ab2aaf9e6c48b0f8088bf920886ceeb497b3c463fa0c3b885dd63db273d4c29cab6c96c8193c0c5c888')
 
 prepare() {



[arch-commits] Commit in haskell-hls-eval-plugin/repos (2 files)

2022-08-12 Thread Felix Yan via arch-commits
Date: Friday, August 12, 2022 @ 19:28:37
  Author: felixonmars
Revision: 1265724

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-eval-plugin/repos/community-staging-x86_64/
  haskell-hls-eval-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1265723, haskell-hls-eval-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-eval-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1265723, haskell-hls-eval-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-12 19:28:37 UTC (rev 1265724)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-eval-plugin
+pkgname=haskell-hls-eval-plugin
+pkgver=1.1.2.0
+pkgrel=211
+pkgdesc="Eval plugin for Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-quickcheck' 'haskell-aeson' 
'haskell-dlist'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-ghcide'
+ 'haskell-hashable' 'haskell-hls-plugin-api' 'haskell-lens' 
'haskell-lsp'
+ 'haskell-lsp-types' 'haskell-megaparsec' 'haskell-parser-combinators'
+ 'haskell-pretty-simple' 'haskell-safe-exceptions' 'haskell-temporary' 
'haskell-unliftio'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('8597144404060b56aa84d2a6549306924de6aa99ff8fa121f0a3e6fbf2facc979e36dc9304fd041833201044f59e1745574eb1a1e3459b22baf0fae3f40d96e1')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  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 $_hkgname-$pkgver
+  # https://github.com/haskell/haskell-language-server/issues/1809
+  runhaskell Setup test --show-details=direct || echo "Tests failed"
+}
+
+package() {
+  cd $_hkgname-$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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-eval-plugin/trunk (PKGBUILD)

2022-08-12 Thread Felix Yan via arch-commits
Date: Friday, August 12, 2022 @ 19:28:24
  Author: felixonmars
Revision: 1265723

upgpkg: haskell-hls-eval-plugin 1.1.2.0-211: rebuild with regex-tdfa 1.3.1.5

Modified:
  haskell-hls-eval-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:26:06 UTC (rev 1265722)
+++ PKGBUILD2022-08-12 19:28:24 UTC (rev 1265723)
@@ -3,7 +3,7 @@
 _hkgname=hls-eval-plugin
 pkgname=haskell-hls-eval-plugin
 pkgver=1.1.2.0
-pkgrel=210
+pkgrel=211
 pkgdesc="Eval plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



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

2022-08-12 Thread Felix Yan via arch-commits
Date: Friday, August 12, 2022 @ 19:26:06
  Author: felixonmars
Revision: 1265722

archrelease: copy trunk to community-testing-any

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

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

Copied: python-pydle/repos/community-testing-any/PKGBUILD (from rev 1265721, 
python-pydle/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-08-12 19:26:06 UTC (rev 1265722)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pydle
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A compact, flexible and standards-abiding IRC library"
+url="https://github.com/Shizmob/pydle;
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-poetry-core')
+optdepends=('python-pure-sasl: for SASL support')
+checkdepends=('python-pytest-asyncio' 'python-pure-sasl')
+source=("https://github.com/Shizmob/pydle/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('0d9e2e04b5043a514651211a57d7078f220c01a39719ee5b00117006176576900cc689e21ea1440498a879e7b336d6d76a302265e2eccd98517e1b82dd536b31')
+
+prepare() {
+  cd pydle-$pkgver
+  # https://github.com/Shizmob/pydle/issues/162
+  sed -i '/loop=self.eventloop/d' pydle/connection.py
+}
+
+build() {
+  cd pydle-$pkgver
+  python -m build -nw
+}
+
+check() {
+  cd pydle-$pkgver
+  # https://github.com/Shizmob/pydle/issues/78
+  pytest || echo "Tests failed"
+}
+
+package() {
+  cd pydle-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2022-08-12 Thread Felix Yan via arch-commits
Date: Friday, August 12, 2022 @ 19:25:53
  Author: felixonmars
Revision: 1265721

upgpkg: python-pydle 1.0.0-1

Modified:
  python-pydle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:17:01 UTC (rev 1265720)
+++ PKGBUILD2022-08-12 19:25:53 UTC (rev 1265721)
@@ -1,22 +1,28 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pydle
-pkgver=0.9.4
-pkgrel=4
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="A compact, flexible and standards-abiding IRC library"
 url="https://github.com/Shizmob/pydle;
 license=('BSD')
 arch=('any')
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-poetry-core')
 optdepends=('python-pure-sasl: for SASL support')
-checkdepends=('python-pytest' 'python-pure-sasl')
+checkdepends=('python-pytest-asyncio' 'python-pure-sasl')
 
source=("https://github.com/Shizmob/pydle/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('3b61b603aca1f6da6cc8674fe07f3f14a6d14a7db27c33d376c6e5275feb1a00b4e6a8c19d1a52a67e3dae1440292a8cbac13fc0a73d87b5205d8ecde03ec61c')
+sha512sums=('0d9e2e04b5043a514651211a57d7078f220c01a39719ee5b00117006176576900cc689e21ea1440498a879e7b336d6d76a302265e2eccd98517e1b82dd536b31')
 
+prepare() {
+  cd pydle-$pkgver
+  # https://github.com/Shizmob/pydle/issues/162
+  sed -i '/loop=self.eventloop/d' pydle/connection.py
+}
+
 build() {
   cd pydle-$pkgver
-  python setup.py build
+  python -m build -nw
 }
 
 check() {
@@ -27,7 +33,6 @@
 
 package() {
   cd pydle-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



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

2022-08-12 Thread Anatol Pomozov via arch-commits
Date: Friday, August 12, 2022 @ 19:17:01
  Author: anatolik
Revision: 1265720

Drop unused zlib depenency

Modified:
  osquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:12:51 UTC (rev 1265719)
+++ PKGBUILD2022-08-12 19:17:01 UTC (rev 1265720)
@@ -7,7 +7,7 @@
 arch=(x86_64)
 url='https://osquery.io'
 license=(Apache GPL2)
-depends=(zlib)
+depends=()
 makedepends=(cmake ninja clang python gcc-libs git libunwind)
 options=(!strip)
 # following commit represents osquery $pkgver with some Arch-specific patches



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

2022-08-12 Thread Alexander Rødseth via arch-commits
Date: Friday, August 12, 2022 @ 19:12:51
  Author: arodseth
Revision: 1265719

archrelease: copy trunk to community-x86_64

Added:
  freecad/repos/community-x86_64/PKGBUILD
(from rev 1265718, freecad/trunk/PKGBUILD)
Deleted:
  freecad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 19:12:45 UTC (rev 1265718)
+++ PKGBUILD2022-08-12 19:12:51 UTC (rev 1265719)
@@ -1,72 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: loqs 
-# Contributor: Gabriel Souza Franco 
-# Contributor: Florian Pritz
-# Contributor: Jonas Heinrich 
-# Contributor: Jordi De Groof 
-# Contributor: mickele
-# Contributor: manwithgrenade
-# Contributor: bricem13
-# Contributor: gborzi
-# Contributor: Adrian Insaurralde
-
-pkgname=freecad
-pkgver=0.20.1
-pkgrel=1
-pkgdesc='Feature based parametric 3D CAD modeler'
-arch=(x86_64)
-url='https://freecadweb.org/'
-license=(LGPL)
-depends=(boost-libs glew jsoncpp libspnav med-openmpi netcdf opencascade
- openmpi pyside2 pyside2-tools python-gitpython python-matplotlib
- python-pivy python-ply pugixml qt5-svg qt5-tools qt5-webkit
- qt5-x11extras qt5-xmlpatterns xerces-c)
-makedepends=(boost cgns cli11 cmake coin eigen fmt gcc-fortran git jdk-openjdk
- libharu liblas ninja openmpi openvdb openvr ospray pdal
- postgresql-libs python-mpi4py python-shiboken2 shiboken2 swig
- utf8cpp)
-optdepends=('graphviz: dependency graph support'
-'openscad: OpenSCAD support'
-'python-markdown: Markdown support in addon manager'
-'python-gitpython: support downloading addons with git')
-source=("git+https://github.com/$pkgname/$pkgname#commit=7f23e793eb136def6aee0f0ce81316cd21e6;)
 # tag: 0.20.1
-b2sums=('SKIP')
-
-build() {
-  cmake \
--B build \
--D BUILD_ENABLE_CXX_STD=C++17 \
--D BUILD_FLAT_MESH=ON \
--D BUILD_QT5=ON \
--D CMAKE_BUILD_TYPE=Release \
--D CMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
--D CMAKE_CXX_FLAGS="$CXXFLAGS -fPIC -w" \
--D CMAKE_INSTALL_BINDIR=/usr/lib/freecad/bin \
--D CMAKE_INSTALL_DATADIR=/usr/share/freecad \
--D CMAKE_INSTALL_DATAROOTDIR=/usr/share \
--D CMAKE_INSTALL_DOCDIR=/usr/share/freecad/doc \
--D CMAKE_INSTALL_LIBDIR=/usr/lib/freecad/lib \
--D CMAKE_INSTALL_PREFIX=/usr/lib/freecad \
--D FREECAD_USE_EXTERNAL_PIVY=ON \
--D FREECAD_USE_OCC_VARIANT='Official Version' \
--D FREECAD_USE_QT_FILEDIALOG=ON \
--D PYTHON_EXECUTABLE=/usr/bin/python \
--D INSTALL_TO_SITEPACKAGES=ON \
--G Ninja \
--S $pkgname
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # Thumbnailer
-  install -Dm755 $pkgname/src/Tools/$pkgname-thumbnailer -t "$pkgdir/usr/bin/"
-
-  # Symlinks in /usr/bin
-  install -d "$pkgdir/usr/bin"
-  ln -sf /usr/lib/freecad/bin/FreeCAD "$pkgdir/usr/bin/freecad"
-  ln -sf /usr/lib/freecad/bin/FreeCAD "$pkgdir/usr/bin/FreeCAD"
-  ln -sf /usr/lib/freecad/bin/FreeCADCmd "$pkgdir/usr/bin/freecadcmd"
-  ln -sf /usr/lib/freecad/bin/FreeCADCmd "$pkgdir/usr/bin/FreeCADCmd"
-}

Copied: freecad/repos/community-x86_64/PKGBUILD (from rev 1265718, 
freecad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 19:12:51 UTC (rev 1265719)
@@ -0,0 +1,73 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: loqs 
+# Contributor: Gabriel Souza Franco 
+# Contributor: Florian Pritz
+# Contributor: Jonas Heinrich 
+# Contributor: Jordi De Groof 
+# Contributor: mickele
+# Contributor: manwithgrenade
+# Contributor: bricem13
+# Contributor: gborzi
+# Contributor: Adrian Insaurralde
+
+pkgname=freecad
+pkgver=0.20.1
+pkgrel=2
+pkgdesc='Feature based parametric 3D CAD modeler'
+arch=(x86_64)
+url='https://freecadweb.org/'
+license=(LGPL)
+depends=(boost-libs glew jsoncpp libspnav med-openmpi netcdf opencascade
+ openmpi pyside2 pyside2-tools python-gitpython python-matplotlib
+ python-pivy python-ply pugixml qt5-svg qt5-tools qt5-webkit
+ qt5-x11extras qt5-xmlpatterns xerces-c)
+makedepends=(boost cgns cli11 cmake coin eigen fmt gcc-fortran git jdk-openjdk
+ libharu liblas ninja openmpi openvdb openvr ospray pdal
+ postgresql-libs python-mpi4py python-shiboken2 shiboken2 swig
+ utf8cpp)
+optdepends=('fmt: for the FEM workbench'
+'graphviz: dependency graph support'
+'openscad: OpenSCAD support'
+'python-markdown: Markdown support in addon manager'
+'python-gitpython: support downloading addons with git')
+source=("git+https://github.com/$pkgname/$pkgname#commit=7f23e793eb136def6aee0f0ce81316cd21e6;)
 # tag: 0.20.1
+b2sums=('SKIP')

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

2022-08-12 Thread Alexander Rødseth via arch-commits
Date: Friday, August 12, 2022 @ 19:12:45
  Author: arodseth
Revision: 1265718

upgpkg: freecad 0.20.1-2

Modified:
  freecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:12:36 UTC (rev 1265717)
+++ PKGBUILD2022-08-12 19:12:45 UTC (rev 1265718)
@@ -12,7 +12,7 @@
 
 pkgname=freecad
 pkgver=0.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Feature based parametric 3D CAD modeler'
 arch=(x86_64)
 url='https://freecadweb.org/'
@@ -25,7 +25,8 @@
  libharu liblas ninja openmpi openvdb openvr ospray pdal
  postgresql-libs python-mpi4py python-shiboken2 shiboken2 swig
  utf8cpp)
-optdepends=('graphviz: dependency graph support'
+optdepends=('fmt: for the FEM workbench'
+'graphviz: dependency graph support'
 'openscad: OpenSCAD support'
 'python-markdown: Markdown support in addon manager'
 'python-gitpython: support downloading addons with git')



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

2022-08-12 Thread Anatol Pomozov via arch-commits
Date: Friday, August 12, 2022 @ 19:12:36
  Author: anatolik
Revision: 1265717

archrelease: copy trunk to community-x86_64

Added:
  osquery/repos/community-x86_64/PKGBUILD
(from rev 1265716, osquery/trunk/PKGBUILD)
  osquery/repos/community-x86_64/ebpf-common.patch
(from rev 1265716, osquery/trunk/ebpf-common.patch)
  osquery/repos/community-x86_64/libaudit.patch
(from rev 1265716, osquery/trunk/libaudit.patch)
Deleted:
  osquery/repos/community-x86_64/PKGBUILD
  osquery/repos/community-x86_64/ebpf-common.patch
  osquery/repos/community-x86_64/libaudit.patch

---+
 PKGBUILD  |  100 ++--
 ebpf-common.patch |   72 ++---
 libaudit.patch|   24 ++--
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 19:12:09 UTC (rev 1265716)
+++ PKGBUILD2022-08-12 19:12:36 UTC (rev 1265717)
@@ -1,50 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=osquery
-pkgver=5.3.0
-pkgrel=2
-pkgdesc='SQL powered operating system instrumentation, monitoring, and 
analytics'
-arch=(x86_64)
-url='https://osquery.io'
-license=(Apache GPL2)
-depends=(zlib)
-makedepends=(cmake ninja clang python gcc-libs git libunwind)
-options=(!strip)
-# following commit represents osquery $pkgver with some Arch-specific patches
-_commit=279553bf33ebe62c98923be19826fe4bd29cced2
-source=(git+https://github.com/anatol/osquery.git#commit=$_commit
-ebpf-common.patch
-libaudit.patch)
-sha256sums=('SKIP'
-'88cba2eebd12079bf3a4a8c5ba4ed34b1b5ccd9f9ac3fa518f159139617d'
-'96218ef5b7d6d6deb3a7b4b3dfed8068b7e4d10acd5b19372b9882f89d4478a8')
-
-prepare() {
-  cd osquery
-
-  git submodule update --init --recursive
-
-  (cd $srcdir/osquery/libraries/cmake/source/libaudit/src && patch -p1 < 
$srcdir/libaudit.patch)
-  (cd $srcdir/osquery/libraries/cmake/source/ebpfpub/src/ && git submodule 
update --init && cd libraries/ebpf-common/src/ && patch -p1 < 
$srcdir/ebpf-common.patch)
-}
-
-build() {
-  cd osquery
-
-  CC=clang CXX=clang++ cmake \
-  -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DOSQUERY_VERSION=$pkgver \
-  -G Ninja -S . -B build
-
-  ninja -C build
-}
-
-package() {
-  cd osquery
-
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 tools/deployment/osquery.example.conf 
"$pkgdir/etc/osquery/osquery.conf"
-  install -Dm644 tools/deployment/linux_packaging/osqueryd.sysconfig 
"$pkgdir/etc/sysconfig/osqueryd"
-  install -Dm644 tools/deployment/linux_packaging/rpm/osqueryd.service 
"$pkgdir/usr/lib/systemd/system/osqueryd.service"
-  rm -r $pkgdir/control
-}

Copied: osquery/repos/community-x86_64/PKGBUILD (from rev 1265716, 
osquery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 19:12:36 UTC (rev 1265717)
@@ -0,0 +1,50 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=osquery
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='SQL powered operating system instrumentation, monitoring, and 
analytics'
+arch=(x86_64)
+url='https://osquery.io'
+license=(Apache GPL2)
+depends=(zlib)
+makedepends=(cmake ninja clang python gcc-libs git libunwind)
+options=(!strip)
+# following commit represents osquery $pkgver with some Arch-specific patches
+_commit=d98afcb43ded6bfb27e6f86c2861447a27c647d5
+source=(git+https://github.com/anatol/osquery.git#commit=$_commit
+ebpf-common.patch
+libaudit.patch)
+sha256sums=('SKIP'
+'88cba2eebd12079bf3a4a8c5ba4ed34b1b5ccd9f9ac3fa518f159139617d'
+'96218ef5b7d6d6deb3a7b4b3dfed8068b7e4d10acd5b19372b9882f89d4478a8')
+
+prepare() {
+  cd osquery
+
+  git submodule update --init --recursive
+
+  (cd $srcdir/osquery/libraries/cmake/source/libaudit/src && patch -p1 < 
$srcdir/libaudit.patch)
+  (cd $srcdir/osquery/libraries/cmake/source/ebpfpub/src/ && git submodule 
update --init && cd libraries/ebpf-common/src/ && patch -p1 < 
$srcdir/ebpf-common.patch)
+}
+
+build() {
+  cd osquery
+
+  CC=clang CXX=clang++ cmake \
+  -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DOSQUERY_VERSION=$pkgver \
+  -G Ninja -S . -B build
+
+  ninja -C build
+}
+
+package() {
+  cd osquery
+
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 tools/deployment/osquery.example.conf 
"$pkgdir/etc/osquery/osquery.conf"
+  install -Dm644 tools/deployment/linux_packaging/osqueryd.sysconfig 
"$pkgdir/etc/sysconfig/osqueryd"
+  install -Dm644 tools/deployment/linux_packaging/rpm/osqueryd.service 
"$pkgdir/usr/lib/systemd/system/osqueryd.service"
+  rm -r $pkgdir/control
+}

Deleted: ebpf-common.patch

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

2022-08-12 Thread Anatol Pomozov via arch-commits
Date: Friday, August 12, 2022 @ 19:12:09
  Author: anatolik
Revision: 1265716

upgpkg: osquery 5.4.0-1

Modified:
  osquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:11:33 UTC (rev 1265715)
+++ PKGBUILD2022-08-12 19:12:09 UTC (rev 1265716)
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=osquery
-pkgver=5.3.0
-pkgrel=2
+pkgver=5.4.0
+pkgrel=1
 pkgdesc='SQL powered operating system instrumentation, monitoring, and 
analytics'
 arch=(x86_64)
 url='https://osquery.io'
@@ -11,7 +11,7 @@
 makedepends=(cmake ninja clang python gcc-libs git libunwind)
 options=(!strip)
 # following commit represents osquery $pkgver with some Arch-specific patches
-_commit=279553bf33ebe62c98923be19826fe4bd29cced2
+_commit=d98afcb43ded6bfb27e6f86c2861447a27c647d5
 source=(git+https://github.com/anatol/osquery.git#commit=$_commit
 ebpf-common.patch
 libaudit.patch)



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

2022-08-12 Thread Anatol Pomozov via arch-commits
Date: Friday, August 12, 2022 @ 19:11:33
  Author: anatolik
Revision: 1265715

archrelease: copy trunk to community-x86_64

Added:
  dpdk/repos/community-x86_64/PKGBUILD
(from rev 1265714, dpdk/trunk/PKGBUILD)
Deleted:
  dpdk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 19:11:22 UTC (rev 1265714)
+++ PKGBUILD2022-08-12 19:11:33 UTC (rev 1265715)
@@ -1,26 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=dpdk
-pkgver=22.03
-pkgrel=1
-pkgdesc='A set of libraries and drivers for fast packet processing'
-arch=(x86_64)
-url='http://dpdk.org'
-license=(BSD)
-options=(staticlibs)
-depends=(numactl libelf libpcap libbpf libbsd dtc jansson libarchive)
-makedepends=(linux-headers python-pyelftools meson ninja)
-source=(http://fast.dpdk.org/rel/dpdk-$pkgver.tar.xz)
-sha256sums=('b2de5f08bcd5733f90d4d7e6c032515908dad8fc8d267ac6a253442d9b83a7c5')
-
-build() {
-  cd dpdk-$pkgver
-  CFLAGS+=' -ffat-lto-objects' \
-  meson build --prefix=/usr
-  ninja -C build
-}
-
-package() {
-  cd dpdk-$pkgver
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: dpdk/repos/community-x86_64/PKGBUILD (from rev 1265714, 
dpdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 19:11:33 UTC (rev 1265715)
@@ -0,0 +1,26 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=dpdk
+pkgver=22.07
+pkgrel=1
+pkgdesc='A set of libraries and drivers for fast packet processing'
+arch=(x86_64)
+url='http://dpdk.org'
+license=(BSD)
+options=(staticlibs)
+depends=(numactl libelf libpcap libbpf libbsd dtc jansson libarchive)
+makedepends=(linux-headers python-pyelftools meson ninja)
+source=(http://fast.dpdk.org/rel/dpdk-$pkgver.tar.xz)
+sha256sums=('9f64dfde075fdb5708cb62de838b8ffb891575fed1e1d2aeb266baca3dfc9bea')
+
+build() {
+  cd dpdk-$pkgver
+  CFLAGS+=' -ffat-lto-objects' \
+  meson build --prefix=/usr
+  ninja -C build
+}
+
+package() {
+  cd dpdk-$pkgver
+  DESTDIR="$pkgdir" ninja -C build install
+}



[arch-commits] Commit in networkmanager-strongswan/repos/community-x86_64 (3 files)

2022-08-12 Thread Christian Rebischke via arch-commits
Date: Friday, August 12, 2022 @ 19:11:22
  Author: shibumi
Revision: 1265714

archrelease: copy trunk to community-x86_64

Added:
  networkmanager-strongswan/repos/community-x86_64/PKGBUILD
(from rev 1265713, networkmanager-strongswan/trunk/PKGBUILD)
  networkmanager-strongswan/repos/community-x86_64/keys/
Deleted:
  networkmanager-strongswan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-12 19:11:15 UTC (rev 1265713)
+++ PKGBUILD2022-08-12 19:11:22 UTC (rev 1265714)
@@ -1,39 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Jan Hicken 
-
-pkgname=networkmanager-strongswan
-_pkgname=NetworkManager-strongswan
-pkgver=1.5.2
-pkgrel=4
-pkgdesc="Strongswan NetworkManager plugin"
-arch=('x86_64')
-url="https://wiki.strongswan.org/projects/strongswan/wiki/NetworkManager;
-license=('GPL')
-depends=('libnm' 'libsecret' 'strongswan>=5.5.1')
-makedepends=('libnma' 'intltool')
-optdepends=('libnma: GUI support')
-source=("https://download.strongswan.org/NetworkManager/$_pkgname-$pkgver.tar.bz2"{,.sig})
-sha512sums=('c79f011470778ae05f80b71330acfd7df75363fd089624007e9bdd82b75513a23eaaa3ef10141f780df075eb501ee675e4c293710e0a4c5fd9d4f4b0565bae59'
-'SKIP')
-validpgpkeys=('12538F8F689B5F1F15F07BE1765FE26C6B467584') # Tobias Brunner
-
-build() {
-  cd "$_pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --disable-more-warnings \
---without-libnm-glib --with-charon=/usr/lib/strongswan/charon-nm
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd "$_pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: networkmanager-strongswan/repos/community-x86_64/PKGBUILD (from rev 
1265713, networkmanager-strongswan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-12 19:11:22 UTC (rev 1265714)
@@ -0,0 +1,39 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Jan Hicken 
+
+pkgname=networkmanager-strongswan
+_pkgname=NetworkManager-strongswan
+pkgver=1.5.2
+pkgrel=5
+pkgdesc="Strongswan NetworkManager plugin"
+arch=('x86_64')
+url="https://wiki.strongswan.org/projects/strongswan/wiki/NetworkManager;
+license=('GPL')
+depends=('libnm' 'libsecret' 'strongswan>=5.5.1')
+makedepends=('libnma' 'intltool')
+optdepends=('libnma: GUI support')
+source=("https://download.strongswan.org/NetworkManager/$_pkgname-$pkgver.tar.bz2"{,.sig})
+sha512sums=('c79f011470778ae05f80b71330acfd7df75363fd089624007e9bdd82b75513a23eaaa3ef10141f780df075eb501ee675e4c293710e0a4c5fd9d4f4b0565bae59'
+'SKIP')
+validpgpkeys=('12538F8F689B5F1F15F07BE1765FE26C6B467584') # Tobias Brunner
+
+build() {
+  cd "$_pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --disable-more-warnings \
+--without-libnm-glib --with-charon=/usr/lib/strongswan/charon-nm
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd "$_pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-08-12 Thread Christian Rebischke via arch-commits
Date: Friday, August 12, 2022 @ 19:11:15
  Author: shibumi
Revision: 1265713

upgpkg: networkmanager-strongswan 1.5.2-5

Added:
  networkmanager-strongswan/trunk/keys/
  networkmanager-strongswan/trunk/keys/pgp/
  
networkmanager-strongswan/trunk/keys/pgp/12538F8F689B5F1F15F07BE1765FE26C6B467584.asc
Modified:
  networkmanager-strongswan/trunk/PKGBUILD

---+
 PKGBUILD  |2 +-
 keys/pgp/12538F8F689B5F1F15F07BE1765FE26C6B467584.asc |1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:11:12 UTC (rev 1265712)
+++ PKGBUILD2022-08-12 19:11:15 UTC (rev 1265713)
@@ -4,7 +4,7 @@
 pkgname=networkmanager-strongswan
 _pkgname=NetworkManager-strongswan
 pkgver=1.5.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Strongswan NetworkManager plugin"
 arch=('x86_64')
 url="https://wiki.strongswan.org/projects/strongswan/wiki/NetworkManager;

Added: keys/pgp/12538F8F689B5F1F15F07BE1765FE26C6B467584.asc
===
(Binary files differ)

Index: 
networkmanager-strongswan/trunk/keys/pgp/12538F8F689B5F1F15F07BE1765FE26C6B467584.asc
===
--- keys/pgp/12538F8F689B5F1F15F07BE1765FE26C6B467584.asc   2022-08-12 
19:11:12 UTC (rev 1265712)
+++ keys/pgp/12538F8F689B5F1F15F07BE1765FE26C6B467584.asc   2022-08-12 
19:11:15 UTC (rev 1265713)

Property changes on: 
networkmanager-strongswan/trunk/keys/pgp/12538F8F689B5F1F15F07BE1765FE26C6B467584.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-08-12 Thread Anatol Pomozov via arch-commits
Date: Friday, August 12, 2022 @ 19:11:12
  Author: anatolik
Revision: 1265712

upgpkg: dpdk 22.07-1

Modified:
  dpdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:10:29 UTC (rev 1265711)
+++ PKGBUILD2022-08-12 19:11:12 UTC (rev 1265712)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=dpdk
-pkgver=22.03
+pkgver=22.07
 pkgrel=1
 pkgdesc='A set of libraries and drivers for fast packet processing'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(numactl libelf libpcap libbpf libbsd dtc jansson libarchive)
 makedepends=(linux-headers python-pyelftools meson ninja)
 source=(http://fast.dpdk.org/rel/dpdk-$pkgver.tar.xz)
-sha256sums=('b2de5f08bcd5733f90d4d7e6c032515908dad8fc8d267ac6a253442d9b83a7c5')
+sha256sums=('9f64dfde075fdb5708cb62de838b8ffb891575fed1e1d2aeb266baca3dfc9bea')
 
 build() {
   cd dpdk-$pkgver



[arch-commits] Commit in haskell-hls-pragmas-plugin/repos (2 files)

2022-08-12 Thread Felix Yan via arch-commits
Date: Friday, August 12, 2022 @ 19:10:29
  Author: felixonmars
Revision: 1265711

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-pragmas-plugin/repos/community-staging-x86_64/
  haskell-hls-pragmas-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1265710, haskell-hls-pragmas-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-pragmas-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1265710, haskell-hls-pragmas-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-12 19:10:29 UTC (rev 1265711)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-pragmas-plugin
+pkgname=haskell-hls-pragmas-plugin
+pkgver=1.0.1.1
+pkgrel=5
+pkgdesc="Pragmas plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-pragmas-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-fuzzy' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lens' 'haskell-lsp' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('1cf220d43053fe57a28dc09f5faa07a492a112a9ac2a4c0ca0c8c321d105c0b03ae6469e4075ff3e8bd2972dc1375d03ed4b5e4ea9194d660ef7cbaa0268e51f')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  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 $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-pragmas-plugin/trunk (PKGBUILD)

2022-08-12 Thread Felix Yan via arch-commits
Date: Friday, August 12, 2022 @ 19:10:13
  Author: felixonmars
Revision: 1265710

upgpkg: haskell-hls-pragmas-plugin 1.0.1.1-5: rebuild with regex-tdfa 1.3.1.5

Modified:
  haskell-hls-pragmas-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-12 19:10:02 UTC (rev 1265709)
+++ PKGBUILD2022-08-12 19:10:13 UTC (rev 1265710)
@@ -3,7 +3,7 @@
 _hkgname=hls-pragmas-plugin
 pkgname=haskell-hls-pragmas-plugin
 pkgver=1.0.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Pragmas plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-pragmas-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-call-hierarchy-plugin/repos (2 files)

2022-08-12 Thread Felix Yan via arch-commits
Date: Friday, August 12, 2022 @ 19:10:02
  Author: felixonmars
Revision: 1265709

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/
  haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1265708, haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1265708, haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-12 19:10:02 UTC (rev 1265709)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-call-hierarchy-plugin
+pkgname=haskell-hls-call-hierarchy-plugin
+pkgver=1.0.1.0
+pkgrel=7
+pkgdesc="Call hierarchy plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-call-hierarchy-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-extra' 'haskell-ghc' 
'haskell-ghc-api-compat'
+ 'haskell-ghcide' 'haskell-hiedb' 'haskell-hls-plugin-api' 
'haskell-lens' 'haskell-lsp'
+ 'haskell-sqlite-simple' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('f9dbac75f9b2257359dabe9347edc46c262e11b62dddf7d8527592203b8ffdef')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  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 $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



  1   2   3   4   5   >