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

2022-08-07 Thread Felix Yan via arch-commits
Date: Monday, August 8, 2022 @ 05:56:04
  Author: felixonmars
Revision: 1260599

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 1260598, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-08 05:55:50 UTC (rev 1260598)
+++ PKGBUILD2022-08-08 05:56:04 UTC (rev 1260599)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-oslo-config
-pkgver=8.8.0
-pkgrel=1
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver;
-license=('Apache')
-depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
- 'python-oslo-i18n' 'python-rfc3986' 'python-yaml')
-makedepends=('python-setuptools')
-checkdepends=('python-oslotest' 'python-sphinx' 'python-requests-mock' 
'python-oslo-log')
-options=('!emptydirs')
-source=("https://github.com/openstack/oslo.config/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('55cac9093a117268c96ab539b6ccaa4bedbbb6fc55d36651744c86fb9506fbc24a5659977432443407d581d5f9bed26e3ac3fff1d003c522e078aa05cefecbf7')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd oslo.config-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslo.config-$pkgver
-  # https://bugs.launchpad.net/oslo.config/+bug/1908934
-  stestr run || echo "Tests failed"
-}
-
-package() {
-  cd oslo.config-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 1260598, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-08 05:56:04 UTC (rev 1260599)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-oslo-config
+pkgver=9.0.0
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver;
+license=('Apache')
+depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
+ 'python-oslo-i18n' 'python-rfc3986' 'python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-sphinx' 'python-requests-mock' 
'python-oslo-log')
+options=('!emptydirs')
+source=("https://github.com/openstack/oslo.config/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('f8de473d4693d18c145f360f59eeded2d4ad8e0d2fb6de9b6f394f87ced5673c2eaab501c674c5b6469dc5477250cb3877227ac987e33ab44acaa9fc4ade8421')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd oslo.config-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslo.config-$pkgver
+  # https://bugs.launchpad.net/oslo.config/+bug/1908934
+  stestr run || echo "Tests failed"
+}
+
+package() {
+  cd oslo.config-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Monday, August 8, 2022 @ 05:55:50
  Author: felixonmars
Revision: 1260598

upgpkg: python-oslo-config 9.0.0-1

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-08 05:55:31 UTC (rev 1260597)
+++ PKGBUILD2022-08-08 05:55:50 UTC (rev 1260598)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-oslo-config
-pkgver=8.8.0
+pkgver=9.0.0
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-oslotest' 'python-sphinx' 'python-requests-mock' 
'python-oslo-log')
 options=('!emptydirs')
 
source=("https://github.com/openstack/oslo.config/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('55cac9093a117268c96ab539b6ccaa4bedbbb6fc55d36651744c86fb9506fbc24a5659977432443407d581d5f9bed26e3ac3fff1d003c522e078aa05cefecbf7')
+sha512sums=('f8de473d4693d18c145f360f59eeded2d4ad8e0d2fb6de9b6f394f87ced5673c2eaab501c674c5b6469dc5477250cb3877227ac987e33ab44acaa9fc4ade8421')
 
 export PBR_VERSION=$pkgver
 



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Monday, August 8, 2022 @ 05:55:31
  Author: felixonmars
Revision: 1260597

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-08 05:55:17 UTC (rev 1260596)
+++ PKGBUILD2022-08-08 05:55:31 UTC (rev 1260597)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Caleb Maclennan 
-# Contributor: Eli Schwartz 
-
-_pkgname=tomlkit
-pkgname=python-tomlkit
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="Style-preserving TOML library for Python"
-url="https://github.com/sdispater/tomlkit;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-build'
- 'python-installer'
- 'python-poetry')
-checkdepends=('python-pytest'
-  'python-yaml')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('04e8c05ce6ce41a7040fdd02274bebc7ad363f54da9525af06ce39e842d4e7548395dca90a3d1f60956d29d051108719847bebfe6a9db0842a19f400e75481ac')
-
-build() {
-  cd tomlkit-$pkgver
-  python -m build -wn
-}
-
-check() {
-  cd tomlkit-$pkgver
-  pytest
-}
-
-package() {
-  cd tomlkit-$pkgver
-  python -m installer -d "$pkgdir" dist/*.whl
-  install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}

Copied: python-tomlkit/repos/community-any/PKGBUILD (from rev 1260596, 
python-tomlkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-08 05:55:31 UTC (rev 1260597)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Caleb Maclennan 
+# Contributor: Eli Schwartz 
+
+_pkgname=tomlkit
+pkgname=python-tomlkit
+pkgver=0.11.2
+pkgrel=1
+pkgdesc="Style-preserving TOML library for Python"
+url="https://github.com/sdispater/tomlkit;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-build'
+ 'python-installer'
+ 'python-poetry')
+checkdepends=('python-pytest'
+  'python-yaml')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha512sums=('9f8e5f85ae9f408c10a1c64d1ab649db7b42c1b19eb0162a5edcfe894f0a179a0ba39ac7f478eb7bb14267f610169bea1d4e96cde8b9cf62df91218c989d5a2a')
+
+build() {
+  cd tomlkit-$pkgver
+  python -m build -wn
+}
+
+check() {
+  cd tomlkit-$pkgver
+  pytest
+}
+
+package() {
+  cd tomlkit-$pkgver
+  python -m installer -d "$pkgdir" dist/*.whl
+  install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Monday, August 8, 2022 @ 05:55:17
  Author: felixonmars
Revision: 1260596

upgpkg: python-tomlkit 0.11.2-1

Modified:
  python-tomlkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-08 05:27:19 UTC (rev 1260595)
+++ PKGBUILD2022-08-08 05:55:17 UTC (rev 1260596)
@@ -4,7 +4,7 @@
 
 _pkgname=tomlkit
 pkgname=python-tomlkit
-pkgver=0.11.1
+pkgver=0.11.2
 pkgrel=1
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
@@ -17,7 +17,7 @@
 checkdepends=('python-pytest'
   'python-yaml')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('04e8c05ce6ce41a7040fdd02274bebc7ad363f54da9525af06ce39e842d4e7548395dca90a3d1f60956d29d051108719847bebfe6a9db0842a19f400e75481ac')
+sha512sums=('9f8e5f85ae9f408c10a1c64d1ab649db7b42c1b19eb0162a5edcfe894f0a179a0ba39ac7f478eb7bb14267f610169bea1d4e96cde8b9cf62df91218c989d5a2a')
 
 build() {
   cd tomlkit-$pkgver



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Monday, August 8, 2022 @ 05:27:19
  Author: felixonmars
Revision: 1260595

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-08 05:27:05 UTC (rev 1260594)
+++ PKGBUILD2022-08-08 05:27:19 UTC (rev 1260595)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgname=python-bottle
-pkgver=0.12.21
-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=('1539ece7e01fc7d04f1a0f8b0443578bb8d6d39047235fa7cb440c5c700f2ba75395105863a75d9fa9e924bf05c79179a4c78bf9ef79f9b419dc5cef11607249')
-
-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 1260594, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-08 05:27:19 UTC (rev 1260595)
@@ -0,0 +1,38 @@
+# 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:



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Monday, August 8, 2022 @ 05:27:05
  Author: felixonmars
Revision: 1260594

upgpkg: python-bottle 0.12.22-1

Modified:
  python-bottle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-08 05:07:25 UTC (rev 1260593)
+++ PKGBUILD2022-08-08 05:27:05 UTC (rev 1260594)
@@ -4,7 +4,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-bottle
-pkgver=0.12.21
+pkgver=0.12.22
 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=('1539ece7e01fc7d04f1a0f8b0443578bb8d6d39047235fa7cb440c5c700f2ba75395105863a75d9fa9e924bf05c79179a4c78bf9ef79f9b419dc5cef11607249')
+sha512sums=('9ec50e0d8eda0b25075ed6effe28e16f4079db3c6f18052278dda24f3aa4dd663eb190fca4a30a5ea49a96f0a03784560ee524ea34c1cc4f96aa777ff9354bb3')
 
 check() {
   cd "$srcdir"/bottle-$pkgver



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Monday, August 8, 2022 @ 05:07:25
  Author: felixonmars
Revision: 1260593

archrelease: copy trunk to community-x86_64

Added:
  batctl/repos/community-x86_64/PKGBUILD
(from rev 1260592, batctl/trunk/PKGBUILD)
  batctl/repos/community-x86_64/keys/
Deleted:
  batctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-08 05:07:10 UTC (rev 1260592)
+++ PKGBUILD2022-08-08 05:07:25 UTC (rev 1260593)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Weißschuh 
-# Contributor: Nathan Owe 
-
-pkgname=batctl
-pkgver=2022.1
-_advver=$pkgver
-pkgrel=1
-pkgdesc='B.A.T.M.A.N. advanced control and management tool'
-arch=('x86_64')
-url='http://www.open-mesh.net/'
-license=('GPL')
-depends=('libnl')
-source=("http://downloads.open-mesh.net/batman/releases/batman-adv-$_advver/batctl-$pkgver.tar.gz"{,.asc})
-sha512sums=('4e268b5ec7cb07fed08b8688e10c603b788ccbe3cc3c84e536ba27cf2e54e306b49d86a9f9c657627c673a48029834d0454db53c0fa46d7fad5e2095823828f5'
-'SKIP')
-validpgpkeys=('2DE9541A85CC87D5D9836D5E0C8A47A2ABD72DF9')  # Simon Wunderlich
-
-build(){
-  cd batctl-$pkgver
-  make
-}
-
-package() {
-  cd batctl-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr SBINDIR=/usr/bin install
-}

Copied: batctl/repos/community-x86_64/PKGBUILD (from rev 1260592, 
batctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-08 05:07:25 UTC (rev 1260593)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Weißschuh 
+# Contributor: Nathan Owe 
+
+pkgname=batctl
+pkgver=2022.2
+_advver=$pkgver
+pkgrel=1
+pkgdesc='B.A.T.M.A.N. advanced control and management tool'
+arch=('x86_64')
+url='http://www.open-mesh.net/'
+license=('GPL')
+depends=('libnl')
+source=("http://downloads.open-mesh.net/batman/releases/batman-adv-$_advver/batctl-$pkgver.tar.gz"{,.asc})
+sha512sums=('4a9dbc6a005fa2ecc657e1a03c7fa1e2eaf68f0cb41fdb7e8c6d832cc23f8ba8c0afd46839a281d1c8f3a15370e90302fab4b4b65890364de51a0304fcb2ce2e'
+'SKIP')
+validpgpkeys=('2DE9541A85CC87D5D9836D5E0C8A47A2ABD72DF9')  # Simon Wunderlich
+
+build(){
+  cd batctl-$pkgver
+  make
+}
+
+package() {
+  cd batctl-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr SBINDIR=/usr/bin install
+}



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Monday, August 8, 2022 @ 05:07:10
  Author: felixonmars
Revision: 1260592

upgpkg: batctl 2022.2-1

Added:
  batctl/trunk/keys/
  batctl/trunk/keys/pgp/
  batctl/trunk/keys/pgp/2DE9541A85CC87D5D9836D5E0C8A47A2ABD72DF9.asc
Modified:
  batctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-08 02:30:02 UTC (rev 1260591)
+++ PKGBUILD2022-08-08 05:07:10 UTC (rev 1260592)
@@ -3,7 +3,7 @@
 # Contributor: Nathan Owe 
 
 pkgname=batctl
-pkgver=2022.1
+pkgver=2022.2
 _advver=$pkgver
 pkgrel=1
 pkgdesc='B.A.T.M.A.N. advanced control and management tool'
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('libnl')
 
source=("http://downloads.open-mesh.net/batman/releases/batman-adv-$_advver/batctl-$pkgver.tar.gz"{,.asc})
-sha512sums=('4e268b5ec7cb07fed08b8688e10c603b788ccbe3cc3c84e536ba27cf2e54e306b49d86a9f9c657627c673a48029834d0454db53c0fa46d7fad5e2095823828f5'
+sha512sums=('4a9dbc6a005fa2ecc657e1a03c7fa1e2eaf68f0cb41fdb7e8c6d832cc23f8ba8c0afd46839a281d1c8f3a15370e90302fab4b4b65890364de51a0304fcb2ce2e'
 'SKIP')
 validpgpkeys=('2DE9541A85CC87D5D9836D5E0C8A47A2ABD72DF9')  # Simon Wunderlich
 

Added: keys/pgp/2DE9541A85CC87D5D9836D5E0C8A47A2ABD72DF9.asc
===
(Binary files differ)

Index: batctl/trunk/keys/pgp/2DE9541A85CC87D5D9836D5E0C8A47A2ABD72DF9.asc
===
--- keys/pgp/2DE9541A85CC87D5D9836D5E0C8A47A2ABD72DF9.asc   2022-08-08 
02:30:02 UTC (rev 1260591)
+++ keys/pgp/2DE9541A85CC87D5D9836D5E0C8A47A2ABD72DF9.asc   2022-08-08 
05:07:10 UTC (rev 1260592)

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


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

2022-08-07 Thread George Rawlinson via arch-commits
Date: Monday, August 8, 2022 @ 02:30:02
  Author: grawlinson
Revision: 1260591

archrelease: copy trunk to community-x86_64

Added:
  sqlc/repos/community-x86_64/PKGBUILD
(from rev 1260590, sqlc/trunk/PKGBUILD)
Deleted:
  sqlc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-08 02:29:04 UTC (rev 1260590)
+++ PKGBUILD2022-08-08 02:30:02 UTC (rev 1260591)
@@ -1,80 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Alkindi42
-
-pkgname=sqlc
-pkgver=1.14.0
-pkgrel=1
-pkgdesc='Compile SQL to type-safe Go'
-arch=('x86_64')
-url='https://sqlc.dev'
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='d20ca82f645f81522d55d8043a245edf00eee691'
-source=("$pkgname::git+https://github.com/kyleconroy/sqlc.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create folder for build output
-  mkdir -p build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  # build binary
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags ${LDFLAGS}" \
--o build \
-./cmd/...
-
-  # generate shell completions
-  for sh in bash fish zsh; do
-./build/sqlc completion "$sh" > "build/$sh"
-  done
-}
-
-check() {
-  cd "$pkgname"
-
-  # skip internal/endtoend
-  rm -f internal/endtoend/endtoend_test.go
-
-  go test -v ./...
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build/sqlc
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-
-  # shell completions
-  install -vDm644 build/bash 
"$pkgdir/usr/share/bash-completion/completions/sqlc"
-  install -vDm644 build/fish 
"$pkgdir/usr/share/fish/vendor_completions.d/sqlc.fish"
-  install -vDm644 build/zsh "$pkgdir/usr/share/zsh/site-functions/_sqlc"
-}

Copied: sqlc/repos/community-x86_64/PKGBUILD (from rev 1260590, 
sqlc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-08 02:30:02 UTC (rev 1260591)
@@ -0,0 +1,80 @@
+# Maintainer: George Rawlinson 
+# Contributor: Alkindi42
+
+pkgname=sqlc
+pkgver=1.15.0
+pkgrel=1
+pkgdesc='Compile SQL to type-safe Go'
+arch=('x86_64')
+url='https://sqlc.dev'
+license=('MIT')
+depends=('glibc' 'gcc-libs')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='61f175806a0c95ed571d2bde62a63b14cf5f01da'
+source=("$pkgname::git+https://github.com/kyleconroy/sqlc.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # create folder for build output
+  mkdir -p build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  # build binary
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags ${LDFLAGS}" \
+-o build \
+./cmd/...
+
+  # generate shell completions
+  for sh in bash fish zsh; do
+./build/sqlc completion "$sh" > "build/$sh"
+  done
+}
+
+check() {
+  cd "$pkgname"
+
+  # skip internal/endtoend
+  rm -f internal/endtoend/endtoend_test.go
+
+  go test -v ./...
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" build/sqlc
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  # shell completions
+  install -vDm644 build/bash 
"$pkgdir/usr/share/bash-completion/completions/sqlc"
+  install -vDm644 build/fish 
"$pkgdir/usr/share/fish/vendor_completions.d/sqlc.fish"
+  install -vDm644 build/zsh "$pkgdir/usr/share/zsh/site-functions/_sqlc"
+}



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

2022-08-07 Thread George Rawlinson via arch-commits
Date: Monday, August 8, 2022 @ 02:29:04
  Author: grawlinson
Revision: 1260590

upgpkg: sqlc 1.15.0-1; new upstream release

Modified:
  sqlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-08 02:20:07 UTC (rev 1260589)
+++ PKGBUILD2022-08-08 02:29:04 UTC (rev 1260590)
@@ -2,16 +2,16 @@
 # Contributor: Alkindi42
 
 pkgname=sqlc
-pkgver=1.14.0
+pkgver=1.15.0
 pkgrel=1
 pkgdesc='Compile SQL to type-safe Go'
 arch=('x86_64')
 url='https://sqlc.dev'
 license=('MIT')
-depends=('glibc')
+depends=('glibc' 'gcc-libs')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='d20ca82f645f81522d55d8043a245edf00eee691'
+_commit='61f175806a0c95ed571d2bde62a63b14cf5f01da'
 source=("$pkgname::git+https://github.com/kyleconroy/sqlc.git#commit=$_commit;)
 b2sums=('SKIP')
 



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

2022-08-07 Thread George Rawlinson via arch-commits
Date: Monday, August 8, 2022 @ 02:20:07
  Author: grawlinson
Revision: 1260589

archrelease: copy trunk to community-any

Added:
  pgformatter/repos/community-any/PKGBUILD
(from rev 1260588, pgformatter/trunk/PKGBUILD)
Deleted:
  pgformatter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-08 02:19:19 UTC (rev 1260588)
+++ PKGBUILD2022-08-08 02:20:07 UTC (rev 1260589)
@@ -1,56 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Marco44 (Marc Cousin) 
-
-pkgname=pgformatter
-pkgver=5.2
-pkgrel=3
-pkgdesc='A PostgreSQL SQL syntax beautifier'
-arch=('any')
-url='https://github.com/darold/pgformatter'
-license=('BSD')
-depends=('perl')
-makedepends=('git')
-_commit='fe954483a06ebaecbc324ef1dc9e6f58d219fd4a'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "$pkgname"
-
-  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-
-  make test
-}
-
-package() {
-  cd "$pkgname"
-
-  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-
-  # provide symlink in /usr/bin for non-interactive shells
-  ln -sf /usr/bin/vendor_perl/pg_format "$pkgdir/usr/bin/pg_format"
-
-  # delete usr/lib as it's empty ...
-  rm -rf "$pkgdir/usr/lib"
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: pgformatter/repos/community-any/PKGBUILD (from rev 1260588, 
pgformatter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-08 02:20:07 UTC (rev 1260589)
@@ -0,0 +1,56 @@
+# Maintainer: George Rawlinson 
+# Contributor: Marco44 (Marc Cousin) 
+
+pkgname=pgformatter
+pkgver=5.3
+pkgrel=1
+pkgdesc='A PostgreSQL SQL syntax beautifier'
+arch=('any')
+url='https://github.com/darold/pgformatter'
+license=('BSD')
+depends=('perl')
+makedepends=('git')
+_commit='7fe51997ce020f05efece39174de5e31e7f607fb'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$pkgname"
+
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+
+  make test
+}
+
+package() {
+  cd "$pkgname"
+
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+
+  # provide symlink in /usr/bin for non-interactive shells
+  ln -sf /usr/bin/vendor_perl/pg_format "$pkgdir/usr/bin/pg_format"
+
+  # delete usr/lib as it's empty ...
+  rm -rf "$pkgdir/usr/lib"
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



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

2022-08-07 Thread George Rawlinson via arch-commits
Date: Monday, August 8, 2022 @ 02:19:19
  Author: grawlinson
Revision: 1260588

upgpkg: pgformatter 5.3-1; new upstream release

Modified:
  pgformatter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-08 02:18:56 UTC (rev 1260587)
+++ PKGBUILD2022-08-08 02:19:19 UTC (rev 1260588)
@@ -2,8 +2,8 @@
 # Contributor: Marco44 (Marc Cousin) 
 
 pkgname=pgformatter
-pkgver=5.2
-pkgrel=3
+pkgver=5.3
+pkgrel=1
 pkgdesc='A PostgreSQL SQL syntax beautifier'
 arch=('any')
 url='https://github.com/darold/pgformatter'
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('perl')
 makedepends=('git')
-_commit='fe954483a06ebaecbc324ef1dc9e6f58d219fd4a'
+_commit='7fe51997ce020f05efece39174de5e31e7f607fb'
 source=("$pkgname::git+$url#commit=$_commit")
 b2sums=('SKIP')
 



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

2022-08-07 Thread George Rawlinson via arch-commits
Date: Monday, August 8, 2022 @ 02:18:56
  Author: grawlinson
Revision: 1260587

archrelease: copy trunk to community-x86_64

Added:
  difftastic/repos/community-x86_64/PKGBUILD
(from rev 1260586, difftastic/trunk/PKGBUILD)
Deleted:
  difftastic/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-08 02:18:04 UTC (rev 1260586)
+++ PKGBUILD2022-08-08 02:18:56 UTC (rev 1260587)
@@ -1,61 +0,0 @@
-# Maintainer: George Rawlinson 
-# Maintainer: Caleb Maclennan 
-# Contributor: Wesley Moore 
-
-pkgname=difftastic
-pkgver=0.31.0
-_commit=e545db85efaf9bb64a18d44f81fcfa7116704164
-pkgrel=1
-pkgdesc='An experimental diff tool that compares files based on their syntax'
-arch=('x86_64')
-url='https://difftastic.wilfred.me.uk'
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('git' 'rust' 'mdbook')
-source=("$pkgname::git+https://github.com/Wilfred/difftastic.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # download dependencies
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname"
-  export CFLAGS+=" -ffat-lto-objects"
-
-  # binary
-  cargo build --frozen --release --all-features
-
-  # documentation
-  cd manual
-  mdbook build
-}
-
-check() {
-  cd "$pkgname"
-
-  cargo test --frozen --all-features
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" target/release/difft
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-  cp -vr manual/book "$pkgdir/usr/share/doc/$pkgname/manual"
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: difftastic/repos/community-x86_64/PKGBUILD (from rev 1260586, 
difftastic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-08 02:18:56 UTC (rev 1260587)
@@ -0,0 +1,61 @@
+# Maintainer: George Rawlinson 
+# Maintainer: Caleb Maclennan 
+# Contributor: Wesley Moore 
+
+pkgname=difftastic
+pkgver=0.32.0
+_commit=f028389393d74ae5b23bc5482a1a1de9abbd8576
+pkgrel=1
+pkgdesc='An experimental diff tool that compares files based on their syntax'
+arch=('x86_64')
+url='https://difftastic.wilfred.me.uk'
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('git' 'rust' 'mdbook')
+source=("$pkgname::git+https://github.com/Wilfred/difftastic.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # download dependencies
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname"
+  export CFLAGS+=" -ffat-lto-objects"
+
+  # binary
+  cargo build --frozen --release --all-features
+
+  # documentation
+  cd manual
+  mdbook build
+}
+
+check() {
+  cd "$pkgname"
+
+  cargo test --frozen --all-features
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" target/release/difft
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+  cp -vr manual/book "$pkgdir/usr/share/doc/$pkgname/manual"
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



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

2022-08-07 Thread George Rawlinson via arch-commits
Date: Monday, August 8, 2022 @ 02:18:04
  Author: grawlinson
Revision: 1260586

upgpkg: difftastic 0.32.0-1; new upstream release

Modified:
  difftastic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-08 00:08:48 UTC (rev 1260585)
+++ PKGBUILD2022-08-08 02:18:04 UTC (rev 1260586)
@@ -3,8 +3,8 @@
 # Contributor: Wesley Moore 
 
 pkgname=difftastic
-pkgver=0.31.0
-_commit=e545db85efaf9bb64a18d44f81fcfa7116704164
+pkgver=0.32.0
+_commit=f028389393d74ae5b23bc5482a1a1de9abbd8576
 pkgrel=1
 pkgdesc='An experimental diff tool that compares files based on their syntax'
 arch=('x86_64')



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

2022-08-07 Thread George Rawlinson via arch-commits
Date: Monday, August 8, 2022 @ 00:08:48
  Author: grawlinson
Revision: 1260585

archrelease: copy trunk to community-any

Added:
  ruby-bundler/repos/community-any/PKGBUILD
(from rev 1260584, ruby-bundler/trunk/PKGBUILD)
Deleted:
  ruby-bundler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-08 00:08:01 UTC (rev 1260584)
+++ PKGBUILD2022-08-08 00:08:48 UTC (rev 1260585)
@@ -1,56 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname="${pkgname#ruby-}"
-pkgver=2.3.18
-pkgrel=1
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably"
-arch=('any')
-url='https://bundler.io'
-license=('MIT')
-depends=('ruby' 'rubygems')
-makedepends=('git' 'ruby-rdoc' 'ruby-rake')
-options=('!emptydirs')
-_commit='fc31b7f7d957cbf894f3fe0997a386e9f6277172'
-source=("$pkgname::git+https://github.com/rubygems/rubygems#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed -e 's/^bundler-v//'
-}
-
-build() {
-  cd "$pkgname/bundler"
-
-  rake build
-}
-
-package() {
-  local _gemdir="$(gem env gemdir)"
-
-  gem install \
---local \
---ignore-dependencies \
---no-user-install \
---install-dir "$pkgdir/$_gemdir" \
---bindir "$pkgdir/usr/bin" \
-"$pkgname/$_gemname/pkg/$_gemname-$pkgver.gem"
-
-  # remove unreproducible/unnecessary files
-  rm -vrf "$pkgdir/$_gemdir/cache"
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md"
-
-  # move man pages
-  install -vd "$pkgdir/usr/share/man/"{man1,man5}
-  mv -vt "$pkgdir/usr/share/man/man1" 
"$pkgdir/$_gemdir/gems/$_gemname-$pkgver/lib/bundler/man"/*.1
-  mv -vt "$pkgdir/usr/share/man/man5" 
"$pkgdir/$_gemdir/gems/$_gemname-$pkgver/lib/bundler/man"/*.5
-}

Copied: ruby-bundler/repos/community-any/PKGBUILD (from rev 1260584, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-08 00:08:48 UTC (rev 1260585)
@@ -0,0 +1,56 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname="${pkgname#ruby-}"
+pkgver=2.3.19
+pkgrel=1
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably"
+arch=('any')
+url='https://bundler.io'
+license=('MIT')
+depends=('ruby' 'rubygems')
+makedepends=('git' 'ruby-rdoc' 'ruby-rake')
+options=('!emptydirs')
+_commit='4f496f93e6f4abb84c00d71d40f197baf72cd836'
+source=("$pkgname::git+https://github.com/rubygems/rubygems#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed -e 's/^bundler-v//'
+}
+
+build() {
+  cd "$pkgname/bundler"
+
+  rake build
+}
+
+package() {
+  local _gemdir="$(gem env gemdir)"
+
+  gem install \
+--local \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "$pkgdir/$_gemdir" \
+--bindir "$pkgdir/usr/bin" \
+"$pkgname/$_gemname/pkg/$_gemname-$pkgver.gem"
+
+  # remove unreproducible/unnecessary files
+  rm -vrf "$pkgdir/$_gemdir/cache"
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md"
+
+  # move man pages
+  install -vd "$pkgdir/usr/share/man/"{man1,man5}
+  mv -vt "$pkgdir/usr/share/man/man1" 
"$pkgdir/$_gemdir/gems/$_gemname-$pkgver/lib/bundler/man"/*.1
+  mv -vt "$pkgdir/usr/share/man/man5" 
"$pkgdir/$_gemdir/gems/$_gemname-$pkgver/lib/bundler/man"/*.5
+}



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

2022-08-07 Thread George Rawlinson via arch-commits
Date: Monday, August 8, 2022 @ 00:08:01
  Author: grawlinson
Revision: 1260584

upgpkg: ruby-bundler 2.3.19-1; new upstream release

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-08 00:04:37 UTC (rev 1260583)
+++ PKGBUILD2022-08-08 00:08:01 UTC (rev 1260584)
@@ -7,7 +7,7 @@
 
 pkgname=ruby-bundler
 _gemname="${pkgname#ruby-}"
-pkgver=2.3.18
+pkgver=2.3.19
 pkgrel=1
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably"
 arch=('any')
@@ -16,7 +16,7 @@
 depends=('ruby' 'rubygems')
 makedepends=('git' 'ruby-rdoc' 'ruby-rake')
 options=('!emptydirs')
-_commit='fc31b7f7d957cbf894f3fe0997a386e9f6277172'
+_commit='4f496f93e6f4abb84c00d71d40f197baf72cd836'
 source=("$pkgname::git+https://github.com/rubygems/rubygems#commit=$_commit;)
 b2sums=('SKIP')
 



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

2022-08-07 Thread George Rawlinson via arch-commits
Date: Monday, August 8, 2022 @ 00:04:37
  Author: grawlinson
Revision: 1260583

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-08 00:03:36 UTC (rev 1260582)
+++ PKGBUILD2022-08-08 00:04:37 UTC (rev 1260583)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=reaper
-pkgver=6.64
-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'
-)
-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 1260582, 
reaper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-08 00:04:37 UTC (rev 1260583)
@@ -0,0 +1,50 @@
+# 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 

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

2022-08-07 Thread George Rawlinson via arch-commits
Date: Monday, August 8, 2022 @ 00:03:36
  Author: grawlinson
Revision: 1260582

upgpkg: reaper 6.64-2; FS#75524

Add new optdepends:
* reapack
* sws

Modified:
  reaper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 23:41:37 UTC (rev 1260581)
+++ PKGBUILD2022-08-08 00:03:36 UTC (rev 1260582)
@@ -2,7 +2,7 @@
 
 pkgname=reaper
 pkgver=6.64
-pkgrel=1
+pkgrel=2
 pkgdesc="A complete digital audio production application for computers"
 arch=(x86_64)
 url="https://reaper.fm;
@@ -14,6 +14,8 @@
   '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=(



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

2022-08-07 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 7, 2022 @ 23:41:37
  Author: svenstaro
Revision: 1260581

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 23:41:13 UTC (rev 1260580)
+++ PKGBUILD2022-08-07 23:41:37 UTC (rev 1260581)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: crab2313 
-
-pkgname=python-gitlab
-pkgver=3.7.0
-pkgrel=1
-pkgdesc="Python wrapper for the GitLab API"
-arch=('any')
-url="https://github.com/python-gitlab/python-gitlab;
-license=('LGPL3')
-depends=('python' 'python-requests' 'python-six' 'python-requests-toolbelt')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v${pkgver}.tar.gz)
-sha512sums=('a69aa646b2e8339c43f1a5ae86855ed0ea6cd0629289216da391fd6a315df4852b189a22cb439aec08668308c9e99a39d211fa3abb4153028304fa01edf9f3af')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  # Tests get installed into the package for some reason
-  rm -rf "$pkgdir/usr/lib/python3.10/site-packages/tests"
-}

Copied: python-gitlab/repos/community-any/PKGBUILD (from rev 1260580, 
python-gitlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 23:41:37 UTC (rev 1260581)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: crab2313 
+
+pkgname=python-gitlab
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Python wrapper for the GitLab API"
+arch=('any')
+url="https://github.com/python-gitlab/python-gitlab;
+license=('LGPL3')
+depends=('python' 'python-requests' 'python-six' 'python-requests-toolbelt')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v${pkgver}.tar.gz)
+sha512sums=('8769650a10da441ee033a58b8b2adef75f7210488dafedaca730e58280af763a5155d8550da9755faf8abc77beba3116a8f01d5059407eec77165038e3ed4a99')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  # Tests get installed into the package for some reason
+  rm -rf "$pkgdir/usr/lib/python3.10/site-packages/tests"
+}



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

2022-08-07 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 7, 2022 @ 23:41:13
  Author: svenstaro
Revision: 1260580

upgpkg: python-gitlab 3.8.0-1

Modified:
  python-gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 23:40:51 UTC (rev 1260579)
+++ PKGBUILD2022-08-07 23:41:13 UTC (rev 1260580)
@@ -2,7 +2,7 @@
 # Contributor: crab2313 
 
 pkgname=python-gitlab
-pkgver=3.7.0
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="Python wrapper for the GitLab API"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python' 'python-requests' 'python-six' 'python-requests-toolbelt')
 makedepends=('python-setuptools')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v${pkgver}.tar.gz)
-sha512sums=('a69aa646b2e8339c43f1a5ae86855ed0ea6cd0629289216da391fd6a315df4852b189a22cb439aec08668308c9e99a39d211fa3abb4153028304fa01edf9f3af')
+sha512sums=('8769650a10da441ee033a58b8b2adef75f7210488dafedaca730e58280af763a5155d8550da9755faf8abc77beba3116a8f01d5059407eec77165038e3ed4a99')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"



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

2022-08-07 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 7, 2022 @ 23:40:51
  Author: svenstaro
Revision: 1260579

archrelease: copy trunk to community-x86_64

Added:
  zeroc-ice/repos/community-x86_64/PKGBUILD
(from rev 1260578, zeroc-ice/trunk/PKGBUILD)
  zeroc-ice/repos/community-x86_64/zeroc-ice.sysusers
(from rev 1260578, zeroc-ice/trunk/zeroc-ice.sysusers)
Deleted:
  zeroc-ice/repos/community-x86_64/PKGBUILD
  zeroc-ice/repos/community-x86_64/zeroc-ice.sysusers

+
 PKGBUILD   |  160 +--
 zeroc-ice.sysusers |2 
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 23:40:07 UTC (rev 1260578)
+++ PKGBUILD2022-08-07 23:40:51 UTC (rev 1260579)
@@ -1,80 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Joe George 
-# Contributor: Daniel Spies 
-# Contributor: Otto Allmendinger 
-
-pkgname=(zeroc-ice zeroc-ice-java)
-pkgbase=zeroc-ice
-pkgver=3.7.7
-pkgrel=1
-pkgdesc="An object-oriented middleware that provides RPC functionality"
-arch=(x86_64)
-url="https://zeroc.com;
-license=('GPL' 'custom:ice')
-makedepends=('java-environment=11') # 'gradle' currently not compatible
-depends=('mcpp' 'lmdb' 'libedit' 'expat' 'bzip2' 'openssl' 'libxcrypt')
-source=("ice-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice/archive/v${pkgver}.tar.gz;
-
"ice-packaging-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice-packaging/archive/v${pkgver}.tar.gz;
-zeroc-ice.sysusers
-)
-sha256sums=('3aef143a44a664f3101cfe02fd13356c739c922e353ef0c186895b5843a312ae'
-'4cb332c19d33f1ad76f0e454d403f411c1781653b2787dc943d4e88a800f3c78'
-'5fdbb1ed753e84e6b49c529e171af848e74a8890fe485dfe1d2bbec3c198dd90')
-
-_make_args=(
-"OPTIMIZE=yes"
-"USR_DIR_INSTALL=yes"
-"prefix=/usr"
-"CONFIGS=shared cpp11-shared"
-"SKIP=slice2py"
-)
-
-build() {
-  cd "${srcdir}"/ice-${pkgver}
-  make "${_make_args[@]}" "LANGUAGES=cpp java" srcs
-}
-
-package_zeroc-ice() {
-  backup=("etc/glacier2router.conf"
-  "etc/icegridnode.conf"
-  "etc/icegridregistry.conf"
-  )
-
-  cd "${srcdir}"/ice-${pkgver}
-
-  make install "${_make_args[@]}" DESTDIR="${pkgdir}" "LANGUAGES=cpp"
-  install -Dm644 "${srcdir}"/ice-${pkgver}/ICE_LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  rm -f "${pkgdir}"/usr/share/Ice-${pkgver}/LICENSE
-  rm -f "${pkgdir}"/usr/share/Ice-${pkgver}/ICE_LICENSE
-
-  rm -df "${pkgdir}"/usr/lib/
-  mv "${pkgdir}"/usr/lib64/ "${pkgdir}"/usr/lib/
-
-  install -Dm644 
"${srcdir}"/ice-packaging-${pkgver}/ice/rpm/glacier2router.conf 
"${pkgdir}"/etc/glacier2router.conf
-  install -Dm644 "${srcdir}"/ice-packaging-${pkgver}/ice/rpm/icegridnode.conf 
"${pkgdir}"/etc/icegridnode.conf
-  install -Dm644 
"${srcdir}"/ice-packaging-${pkgver}/ice/rpm/icegridregistry.conf 
"${pkgdir}"/etc/icegridregistry.conf
-
-  install -Dm644 
"${srcdir}"/ice-packaging-${pkgver}/ice/rpm/glacier2router.service \
- "${pkgdir}"/usr/lib/systemd/system/glacier2router.service
-  install -Dm644 
"${srcdir}"/ice-packaging-${pkgver}/ice/rpm/icegridnode.service \
- "${pkgdir}"/usr/lib/systemd/system/icegridnode.service
-  install -Dm644 
"${srcdir}"/ice-packaging-${pkgver}/ice/rpm/icegridregistry.service \
- "${pkgdir}"/usr/lib/systemd/system/icegridregistry.service
-
-  mkdir -p "${pkgdir}"/var/lib/ice/icegrid/{node1,registry}
-  chown -R 101:101 "${pkgdir}"/var/lib/ice
-
-  install -Dm644 "${srcdir}"/zeroc-ice.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/$pkgname.conf
-}
-
-package_zeroc-ice-java() {
-  depends=(zeroc-ice java-environment)
-
-  cd "${srcdir}"/ice-${pkgver}
-
-  export GRADLE_USER_HOME=/tmp
-  make install "${_make_args[@]}" DESTDIR="${pkgdir}" "LANGUAGES=java"
-
-  rm -rf "${pkgdir}"/usr/share/ice
-}

Copied: zeroc-ice/repos/community-x86_64/PKGBUILD (from rev 1260578, 
zeroc-ice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 23:40:51 UTC (rev 1260579)
@@ -0,0 +1,80 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Joe George 
+# Contributor: Daniel Spies 
+# Contributor: Otto Allmendinger 
+
+pkgname=(zeroc-ice zeroc-ice-java)
+pkgbase=zeroc-ice
+pkgver=3.7.8
+pkgrel=1
+pkgdesc="An object-oriented middleware that provides RPC functionality"
+arch=(x86_64)
+url="https://zeroc.com;
+license=('GPL' 'custom:ice')
+makedepends=('java-environment=11') # 'gradle' currently not compatible
+depends=('mcpp' 'lmdb' 'libedit' 'expat' 'bzip2' 'openssl' 'libxcrypt')
+source=("ice-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice/archive/v${pkgver}.tar.gz;
+
"ice-packaging-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice-packaging/archive/v${pkgver}.tar.gz;
+zeroc-ice.sysusers
+)

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

2022-08-07 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 7, 2022 @ 23:40:07
  Author: svenstaro
Revision: 1260578

upgpkg: zeroc-ice 3.7.8-1

Modified:
  zeroc-ice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 21:24:54 UTC (rev 1260577)
+++ PKGBUILD2022-08-07 23:40:07 UTC (rev 1260578)
@@ -5,7 +5,7 @@
 
 pkgname=(zeroc-ice zeroc-ice-java)
 pkgbase=zeroc-ice
-pkgver=3.7.7
+pkgver=3.7.8
 pkgrel=1
 pkgdesc="An object-oriented middleware that provides RPC functionality"
 arch=(x86_64)
@@ -17,8 +17,8 @@
 
"ice-packaging-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice-packaging/archive/v${pkgver}.tar.gz;
 zeroc-ice.sysusers
 )
-sha256sums=('3aef143a44a664f3101cfe02fd13356c739c922e353ef0c186895b5843a312ae'
-'4cb332c19d33f1ad76f0e454d403f411c1781653b2787dc943d4e88a800f3c78'
+sha256sums=('f2ab6b151ab0418fab30bafc2524d9ba4c767a1014f102df88d735fc775f9824'
+'5e44de9c22d74337b04205b27cdf07133b11b733292cd1c0cf94b68c5caadf9e'
 '5fdbb1ed753e84e6b49c529e171af848e74a8890fe485dfe1d2bbec3c198dd90')
 
 _make_args=(



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

2022-08-07 Thread David Runge via arch-commits
Date: Sunday, August 7, 2022 @ 21:34:25
  Author: dvzrv
Revision: 452400

Vendor enable the gnupg systemd sockets instead of manually symlinking them to 
/etc/systemd/system/ in the .install file.

Modified:
  gnupg/trunk/PKGBUILD
  gnupg/trunk/gnupg.install

---+
 PKGBUILD  |   10 ++
 gnupg.install |   38 --
 2 files changed, 22 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 21:30:10 UTC (rev 452399)
+++ PKGBUILD2022-08-07 21:34:25 UTC (rev 452400)
@@ -1,3 +1,4 @@
+# Maintainer: David Runge 
 # Maintainer: Levente Polyak 
 # Maintainer: Lukas Fleischer 
 # Contributor: Gaetan Bisson 
@@ -80,6 +81,10 @@
 }
 
 package() {
+  local units=({dirmngr,gpg-agent{,-{browser,extra,ssh}}}.socket)
+  local socket_target_dir="$pkgdir/usr/lib/systemd/user/sockets.target.wants/"
+  local unit
+
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
   ln -s gpg "${pkgdir}"/usr/bin/gpg2
@@ -87,6 +92,11 @@
 
   install -Dm 644 doc/examples/systemd-user/*.* -t 
"${pkgdir}/usr/lib/systemd/user"
   install -Dm 644 COPYING.{CC0,other} -t 
"${pkgdir}/usr/share/licenses/$pkgname/"
+
+  install -vdm 755 "$socket_target_dir"
+  for unit in "${units[@]}"; do
+ln -sv "../$unit" "$socket_target_dir$unit"
+  done
 }
 
 # vim: ts=2 sw=2 et:

Modified: gnupg.install
===
--- gnupg.install   2022-08-07 21:30:10 UTC (rev 452399)
+++ gnupg.install   2022-08-07 21:34:25 UTC (rev 452400)
@@ -1,31 +1,17 @@
-_global_units() {
-  _units=(dirmngr.socket gpg-agent.socket gpg-agent-{browser,extra,ssh}.socket)
-  _dir=/etc/systemd/user/sockets.target.wants
-
-  case $1 in
-enable)
-  mkdir -p $_dir
-  for _u in "${_units[@]}"; do
-ln -sf /usr/lib/systemd/user/$_u $_dir/$_u
-  done
-  ;;
-disable)
-  for _u in "${_units[@]}"; do
-rm -f $_dir/$_u
-  done
-  rmdir -p --ignore-fail-on-non-empty $_dir
-  ;;
-  esac
-}
-
 post_install() {
-  # See FS#42798 and FS#47371
+  # run dirmngr once to create /root/.gnupg
+  # https://bugs.archlinux.org/task/47371
+  # https://bugs.archlinux.org/task/42798
   dirmngr /dev/null
-
-  # Let systemd supervise daemons by default
-  _global_units enable
 }
 
-pre_remove() {
-  _global_units disable
+post_upgrade() {
+  local unit
+
+  if (( $(vercmp "$2" '2.2.36-2') < 0)); then
+for unit in {dirmngr,gpg-agent{,-{browser,extra,ssh}}}.socket; do
+  rm -f "/etc/systemd/user/sockets.target.wants/$unit"
+done
+printf "NOTE: GnuPG's systemd sockets are now enabled in the vendor 
location /usr/lib/systemd/user/!\n"
+  fi
 }



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

2022-08-07 Thread David Runge via arch-commits
Date: Sunday, August 7, 2022 @ 21:30:10
  Author: dvzrv
Revision: 452399

archrelease: copy trunk to extra-x86_64

Added:
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 452398, mutt/trunk/PKGBUILD)
  mutt/repos/extra-x86_64/keys/
Deleted:
  mutt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 21:29:54 UTC (rev 452398)
+++ PKGBUILD2022-08-07 21:30:10 UTC (rev 452399)
@@ -1,64 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Gaetan Bisson 
-# Contributor: tobias [tobias [at] archlinux.org]
-
-pkgname=mutt
-pkgver=2.2.6
-pkgrel=1
-pkgdesc="Small but very powerful text-based mail client"
-arch=(x86_64)
-url="http://www.mutt.org/;
-license=(GPL2)
-depends=(glibc libgpg-error openssl libsasl mime-types sqlite zlib)
-makedepends=(docbook-xml docbook-xsl elinks gdbm gpgme krb5 libidn2 libxslt
-lynx ncurses)
-optdepends=(
-  'perl: for smime_keys'
-  'python: for experimental mutt_oath2.py'
-  'smtp-forwarder: to send mail'
-)
-backup=(etc/Muttrc)
-options=(debug)
-source=(https://bitbucket.org/$pkgname/$pkgname/downloads/$pkgname-$pkgver.tar.gz{,.asc})
-sha512sums=('07d473b6e6774f3988538e799fcc73ad35efceb5b1a3ee377754332f34db664d40ffa650711c7720ddc5c248e5379bba19fc5fd3dc7418a25305780e25f3b52b'
-'SKIP')
-b2sums=('07d598e134d35f4a849d95afcd5428689a0aa12797fa5ce08dfa3e8f7929f993c33a813862ceaff59d0c85a4dc28c00612817cc912c27ff94af304ad62ca7fa5'
-'SKIP')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') # Kevin J. McCarthy 

-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -fiv
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-debug \
---enable-gpgme \
---enable-pop \
---enable-imap \
---enable-smtp \
---enable-hcache \
---enable-sidebar \
---enable-autocrypt \
---with-curses=/usr \
---with-gss=/usr \
---with-ssl=/usr \
---with-sqlite3 \
---with-sasl \
---with-idn2
-  make
-}
-
-package() {
-  depends+=(libgdbm.so libgpgme.so libgssapi_krb5.so libidn2.so libncursesw.so)
-
-  make DESTDIR="$pkgdir" install -C $pkgname-$pkgver
-  install -vDm 644 $pkgname-$pkgver/contrib/gpg.rc 
"$pkgdir/etc/Muttrc.gpg.dist"
-
-  # /etc/mime.types is provided by mailcap
-  rm "$pkgdir/etc/mime.types"{,.dist}
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 452398, mutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 21:30:10 UTC (rev 452399)
@@ -0,0 +1,64 @@
+# Maintainer: David Runge 
+# Contributor: Gaetan Bisson 
+# Contributor: tobias [tobias [at] archlinux.org]
+
+pkgname=mutt
+pkgver=2.2.7
+pkgrel=1
+pkgdesc="Small but very powerful text-based mail client"
+arch=(x86_64)
+url="http://www.mutt.org/;
+license=(GPL2)
+depends=(glibc libgpg-error openssl libsasl mime-types sqlite zlib)
+makedepends=(docbook-xml docbook-xsl elinks gdbm gpgme krb5 libidn2 libxslt
+lynx ncurses)
+optdepends=(
+  'perl: for smime_keys'
+  'python: for experimental mutt_oath2.py'
+  'smtp-forwarder: to send mail'
+)
+backup=(etc/Muttrc)
+options=(debug)
+source=(https://bitbucket.org/$pkgname/$pkgname/downloads/$pkgname-$pkgver.tar.gz{,.asc})
+sha512sums=('5bc88d3efe82db50c2756e7011831caf907adf794e4d693d1318d25deeabac6834989ddef074064252f0f1f0e7df30d6d7d895e0a1d7893696e1f5252955ba22'
+'SKIP')
+b2sums=('3cc02ec5bc46f6a3f34c87c1454bdb0198be75a5669896b72ccd780b582cb1e7a4de466c41d25d1e74ab34e177bdca8c05574eddc6302e05acb8e3be6f53438e'
+'SKIP')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') # Kevin J. McCarthy 

+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fiv
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-debug \
+--enable-gpgme \
+--enable-pop \
+--enable-imap \
+--enable-smtp \
+--enable-hcache \
+--enable-sidebar \
+--enable-autocrypt \
+--with-curses=/usr \
+--with-gss=/usr \
+--with-ssl=/usr \
+--with-sqlite3 \
+--with-sasl \
+--with-idn2
+  make
+}
+
+package() {
+  depends+=(libgdbm.so libgpgme.so libgssapi_krb5.so libidn2.so libncursesw.so)
+
+  make DESTDIR="$pkgdir" install -C $pkgname-$pkgver
+  install -vDm 644 $pkgname-$pkgver/contrib/gpg.rc 
"$pkgdir/etc/Muttrc.gpg.dist"
+
+  # /etc/mime.types is provided by mailcap
+  rm "$pkgdir/etc/mime.types"{,.dist}
+}



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

2022-08-07 Thread David Runge via arch-commits
Date: Sunday, August 7, 2022 @ 21:29:54
  Author: dvzrv
Revision: 452398

upgpkg: mutt 2.2.7-1: Upgrade to 2.2.7.

Added:
  mutt/trunk/keys/
  mutt/trunk/keys/pgp/
  mutt/trunk/keys/pgp/8975A9B33AA37910385C5308ADEF768480316BDA.asc
Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 18:39:23 UTC (rev 452397)
+++ PKGBUILD2022-08-07 21:29:54 UTC (rev 452398)
@@ -3,7 +3,7 @@
 # Contributor: tobias [tobias [at] archlinux.org]
 
 pkgname=mutt
-pkgver=2.2.6
+pkgver=2.2.7
 pkgrel=1
 pkgdesc="Small but very powerful text-based mail client"
 arch=(x86_64)
@@ -20,9 +20,9 @@
 backup=(etc/Muttrc)
 options=(debug)
 
source=(https://bitbucket.org/$pkgname/$pkgname/downloads/$pkgname-$pkgver.tar.gz{,.asc})
-sha512sums=('07d473b6e6774f3988538e799fcc73ad35efceb5b1a3ee377754332f34db664d40ffa650711c7720ddc5c248e5379bba19fc5fd3dc7418a25305780e25f3b52b'
+sha512sums=('5bc88d3efe82db50c2756e7011831caf907adf794e4d693d1318d25deeabac6834989ddef074064252f0f1f0e7df30d6d7d895e0a1d7893696e1f5252955ba22'
 'SKIP')
-b2sums=('07d598e134d35f4a849d95afcd5428689a0aa12797fa5ce08dfa3e8f7929f993c33a813862ceaff59d0c85a4dc28c00612817cc912c27ff94af304ad62ca7fa5'
+b2sums=('3cc02ec5bc46f6a3f34c87c1454bdb0198be75a5669896b72ccd780b582cb1e7a4de466c41d25d1e74ab34e177bdca8c05574eddc6302e05acb8e3be6f53438e'
 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') # Kevin J. McCarthy 

 

Added: keys/pgp/8975A9B33AA37910385C5308ADEF768480316BDA.asc
===
(Binary files differ)

Index: mutt/trunk/keys/pgp/8975A9B33AA37910385C5308ADEF768480316BDA.asc
===
--- keys/pgp/8975A9B33AA37910385C5308ADEF768480316BDA.asc   2022-08-07 
18:39:23 UTC (rev 452397)
+++ keys/pgp/8975A9B33AA37910385C5308ADEF768480316BDA.asc   2022-08-07 
21:29:54 UTC (rev 452398)

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


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

2022-08-07 Thread Leonidas Spyropoulos via arch-commits
Date: Sunday, August 7, 2022 @ 21:24:54
  Author: artafinde
Revision: 1260577

archrelease: copy trunk to community-x86_64

Added:
  corectrl/repos/community-x86_64/PKGBUILD
(from rev 1260576, corectrl/trunk/PKGBUILD)
Deleted:
  corectrl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 21:24:35 UTC (rev 1260576)
+++ PKGBUILD2022-08-07 21:24:54 UTC (rev 1260577)
@@ -1,42 +0,0 @@
-# Maintainer: Leonidas Spyropoulos 
-# Contributor: Sergey Kostyuchenko 
-
-pkgname=corectrl
-pkgver=1.2.5
-pkgrel=1
-pkgdesc="Core control application"
-url="https://gitlab.com/corectrl/corectrl;
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('procps-ng' 'hwdata' 'karchive' 'kauth' 'qt5-charts' 
'qt5-quickcontrols2' 'qt5-base>=5.9' 'botan>=2.2.0' 'qt5-svg' 'qt5-xmlpatterns' 
'qt5-base')
-makedepends=('cmake>=3.3' 'qt5-tools' 'karchive' 'gcc>=8' 
'extra-cmake-modules' 'ninja')
-optdepends=(
-   'vulkan-tools: For vulkaninfo'
-   'mesa-utils: For glxinfo'
-   'util-linux: For lscpu'
-)
-source=("https://gitlab.com/corectrl/corectrl/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.bz2;)
-sha512sums=('c3b8ffb30c4d05a0a3495d6f96aa88368cbecd44ec96e7c5214675b0b95ff645733368e4b530328730a6923595058e778feae179bff9c8a1139de50124052cac')
-
-build() {
-  cd "${pkgname}-v${pkgver}"
-  cmake \
-   -Bbuild \
-   -GNinja \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -Wno-dev
-  cmake --build build --verbose
-}
-
-check () {
-  cd "${pkgname}-v${pkgver}"
-  ninja -C build test
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}"
-  DESTDIR="${pkgdir}" cmake --install build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: corectrl/repos/community-x86_64/PKGBUILD (from rev 1260576, 
corectrl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 21:24:54 UTC (rev 1260577)
@@ -0,0 +1,42 @@
+# Maintainer: Leonidas Spyropoulos 
+# Contributor: Sergey Kostyuchenko 
+
+pkgname=corectrl
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="Core control application"
+url="https://gitlab.com/corectrl/corectrl;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('procps-ng' 'hwdata' 'karchive' 'kauth' 'qt5-charts' 
'qt5-quickcontrols2' 'qt5-base>=5.9' 'botan>=2.2.0' 'qt5-svg' 'qt5-xmlpatterns' 
'qt5-base')
+makedepends=('cmake>=3.3' 'qt5-tools' 'karchive' 'gcc>=8' 
'extra-cmake-modules' 'ninja')
+optdepends=(
+   'vulkan-tools: For vulkaninfo'
+   'mesa-utils: For glxinfo'
+   'util-linux: For lscpu'
+)
+source=("https://gitlab.com/corectrl/corectrl/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.bz2;)
+sha512sums=('87cb7e931512cf8daa1451795ebae2cdd22a20407b9c71772b7151422da71d85da33dbabeb14028e0fce81e7464a98589b638c0fc82de1a95d396be8d2c7104d')
+
+build() {
+  cd "${pkgname}-v${pkgver}"
+  cmake \
+   -Bbuild \
+   -GNinja \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -Wno-dev
+  cmake --build build --verbose
+}
+
+check () {
+  cd "${pkgname}-v${pkgver}"
+  ninja -C build test
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}"
+  DESTDIR="${pkgdir}" cmake --install build
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-08-07 Thread Leonidas Spyropoulos via arch-commits
Date: Sunday, August 7, 2022 @ 21:24:35
  Author: artafinde
Revision: 1260576

upgpkg: corectrl 1.2.6-1

Modified:
  corectrl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 21:08:59 UTC (rev 1260575)
+++ PKGBUILD2022-08-07 21:24:35 UTC (rev 1260576)
@@ -2,7 +2,7 @@
 # Contributor: Sergey Kostyuchenko 
 
 pkgname=corectrl
-pkgver=1.2.5
+pkgver=1.2.6
 pkgrel=1
 pkgdesc="Core control application"
 url="https://gitlab.com/corectrl/corectrl;
@@ -16,7 +16,7 @@
'util-linux: For lscpu'
 )
 
source=("https://gitlab.com/corectrl/corectrl/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.bz2;)
-sha512sums=('c3b8ffb30c4d05a0a3495d6f96aa88368cbecd44ec96e7c5214675b0b95ff645733368e4b530328730a6923595058e778feae179bff9c8a1139de50124052cac')
+sha512sums=('87cb7e931512cf8daa1451795ebae2cdd22a20407b9c71772b7151422da71d85da33dbabeb14028e0fce81e7464a98589b638c0fc82de1a95d396be8d2c7104d')
 
 build() {
   cd "${pkgname}-v${pkgver}"



[arch-commits] Commit in prometheus-wireguard-exporter/repos (6 files)

2022-08-07 Thread Tim Meusel via arch-commits
Date: Sunday, August 7, 2022 @ 17:32:43
  Author: bastelfreak
Revision: 1260566

archrelease: copy trunk to community-x86_64

Added:
  prometheus-wireguard-exporter/repos/community-x86_64/
  prometheus-wireguard-exporter/repos/community-x86_64/PKGBUILD
(from rev 1260565, prometheus-wireguard-exporter/trunk/PKGBUILD)
  
prometheus-wireguard-exporter/repos/community-x86_64/prometheus-wireguard-exporter.conf
(from rev 1260565, 
prometheus-wireguard-exporter/trunk/prometheus-wireguard-exporter.conf)
  
prometheus-wireguard-exporter/repos/community-x86_64/prometheus-wireguard-exporter.install
(from rev 1260565, 
prometheus-wireguard-exporter/trunk/prometheus-wireguard-exporter.install)
  
prometheus-wireguard-exporter/repos/community-x86_64/prometheus-wireguard-exporter.service
(from rev 1260565, 
prometheus-wireguard-exporter/trunk/prometheus-wireguard-exporter.service)
  
prometheus-wireguard-exporter/repos/community-x86_64/prometheus-wireguard-exporter.sysusers
(from rev 1260565, 
prometheus-wireguard-exporter/trunk/prometheus-wireguard-exporter.sysusers)

+
 PKGBUILD   |   51 +++
 prometheus-wireguard-exporter.conf |1 
 prometheus-wireguard-exporter.install  |5 +++
 prometheus-wireguard-exporter.service  |   23 +
 prometheus-wireguard-exporter.sysusers |1 
 5 files changed, 81 insertions(+)

Copied: prometheus-wireguard-exporter/repos/community-x86_64/PKGBUILD (from rev 
1260565, prometheus-wireguard-exporter/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-08-07 17:32:43 UTC (rev 1260566)
@@ -0,0 +1,51 @@
+# Maintainer: Tim Meusel 
+pkgname=prometheus-wireguard-exporter
+pkgver=3.6.3
+pkgrel=1
+pkgdesc='A Prometheus exporter for WireGuard, written in Rust.'
+arch=('x86_64')
+license=('MIT')
+url='https://github.com/MindFlavor/prometheus_wireguard_exporter'
+source=("${pkgname}-${pkgver}.tar.gz::https://static.crates.io/crates/prometheus_wireguard_exporter/prometheus_wireguard_exporter-${pkgver}.crate;
+'prometheus-wireguard-exporter.service'
+'prometheus-wireguard-exporter.conf'
+'prometheus-wireguard-exporter.sysusers'
+'prometheus-wireguard-exporter.install'
+)
+install='prometheus-wireguard-exporter.install'
+makedepends=(cargo)
+depends=(wireguard-tools)
+sha512sums=('9ff42deaf28a45be26cf0211b11878be873467bee0bdb128efec3c1a9d4f7214f53b74e8df6249212d07e5d8c16f2a183d4e6b0173ee23f41d872f4ccb2a1b82'
+
'9df12fd511a9a179351d46a9de1d439b72b7e9658ef2ae68d62e2ef9bbe6657707ff3aba36f45213caca1462a7bb85005b1ded2b924dbf40542ff930f0631155'
+
'63520a99e021d7eaa53b7ea8d832698f116507ccba6d322cd33005c43aa1d65179437c0320662ba99fefe4e9bf23457bc3360dba22a4ee79d261dd21c2ba8074'
+
'52c5e10f8d156efc18e1f44076023b36efb799d7446d016d07a9d8ff9480e49273878d1a460146d3300732f2a82e0608cbc5d4c04465640677d0a8b491368594'
+
'fe8e41c85543a0e0d745aa57752f4139654547c9ae07cb4a8ac9d8679c8075f310bb0b6b73dc984cb52672b2416f364ce0371eaa16285e4ee3e576131f32f00c')
+
+prepare() {
+  cd "prometheus_wireguard_exporter-${pkgver}"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "prometheus_wireguard_exporter-${pkgver}"
+  export RUSTUP_TOOLCHAIN=stable
+  export CARGO_TARGET_DIR=target
+  cargo build --frozen --release --all-features
+}
+
+check() {
+  cd "prometheus_wireguard_exporter-${pkgver}"
+  export RUSTUP_TOOLCHAIN=stable
+  cargo test --frozen --all-features
+}
+
+package() {
+  install -Dm644 prometheus-wireguard-exporter.service -t 
"${pkgdir}/usr/lib/systemd/system/"
+  install -Dm644 prometheus-wireguard-exporter.conf 
"$pkgdir/etc/conf.d/prometheus-wireguard-exporter"
+  install -Dm644 prometheus-wireguard-exporter.sysusers 
"${pkgdir}/usr/lib/sysusers.d/prometheus-wireguard-exporter.conf"
+
+  cd "prometheus_wireguard_exporter-${pkgver}"
+  install -Dm0755 'target/release/prometheus_wireguard_exporter' 
"$pkgdir/usr/bin/prometheus-wireguard-exporter"
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}

Copied: 
prometheus-wireguard-exporter/repos/community-x86_64/prometheus-wireguard-exporter.conf
 (from rev 1260565, 
prometheus-wireguard-exporter/trunk/prometheus-wireguard-exporter.conf)
===
--- community-x86_64/prometheus-wireguard-exporter.conf 
(rev 0)
+++ community-x86_64/prometheus-wireguard-exporter.conf 2022-08-07 17:32:43 UTC 
(rev 1260566)
@@ -0,0 +1 @@
+WIREGUARD_EXPORTER_ARGS="--prepend_sudo=true"

Copied: 
prometheus-wireguard-exporter/repos/community-x86_64/prometheus-wireguard-exporter.install
 (from rev 1260565, 

[arch-commits] Commit in (8 files)

2022-08-07 Thread Tim Meusel via arch-commits
Date: Sunday, August 7, 2022 @ 17:32:32
  Author: bastelfreak
Revision: 1260565

add prometheus-wireguard-exporter

Added:
  prometheus-wireguard-exporter/
  prometheus-wireguard-exporter/repos/
  prometheus-wireguard-exporter/trunk/
  prometheus-wireguard-exporter/trunk/PKGBUILD
  prometheus-wireguard-exporter/trunk/prometheus-wireguard-exporter.conf
  prometheus-wireguard-exporter/trunk/prometheus-wireguard-exporter.install
  prometheus-wireguard-exporter/trunk/prometheus-wireguard-exporter.service
  prometheus-wireguard-exporter/trunk/prometheus-wireguard-exporter.sysusers

+
 PKGBUILD   |   51 +++
 prometheus-wireguard-exporter.conf |1 
 prometheus-wireguard-exporter.install  |5 +++
 prometheus-wireguard-exporter.service  |   23 +
 prometheus-wireguard-exporter.sysusers |1 
 5 files changed, 81 insertions(+)

Added: prometheus-wireguard-exporter/trunk/PKGBUILD
===
--- prometheus-wireguard-exporter/trunk/PKGBUILD
(rev 0)
+++ prometheus-wireguard-exporter/trunk/PKGBUILD2022-08-07 17:32:32 UTC 
(rev 1260565)
@@ -0,0 +1,51 @@
+# Maintainer: Tim Meusel 
+pkgname=prometheus-wireguard-exporter
+pkgver=3.6.3
+pkgrel=1
+pkgdesc='A Prometheus exporter for WireGuard, written in Rust.'
+arch=('x86_64')
+license=('MIT')
+url='https://github.com/MindFlavor/prometheus_wireguard_exporter'
+source=("${pkgname}-${pkgver}.tar.gz::https://static.crates.io/crates/prometheus_wireguard_exporter/prometheus_wireguard_exporter-${pkgver}.crate;
+'prometheus-wireguard-exporter.service'
+'prometheus-wireguard-exporter.conf'
+'prometheus-wireguard-exporter.sysusers'
+'prometheus-wireguard-exporter.install'
+)
+install='prometheus-wireguard-exporter.install'
+makedepends=(cargo)
+depends=(wireguard-tools)
+sha512sums=('9ff42deaf28a45be26cf0211b11878be873467bee0bdb128efec3c1a9d4f7214f53b74e8df6249212d07e5d8c16f2a183d4e6b0173ee23f41d872f4ccb2a1b82'
+
'9df12fd511a9a179351d46a9de1d439b72b7e9658ef2ae68d62e2ef9bbe6657707ff3aba36f45213caca1462a7bb85005b1ded2b924dbf40542ff930f0631155'
+
'63520a99e021d7eaa53b7ea8d832698f116507ccba6d322cd33005c43aa1d65179437c0320662ba99fefe4e9bf23457bc3360dba22a4ee79d261dd21c2ba8074'
+
'52c5e10f8d156efc18e1f44076023b36efb799d7446d016d07a9d8ff9480e49273878d1a460146d3300732f2a82e0608cbc5d4c04465640677d0a8b491368594'
+
'fe8e41c85543a0e0d745aa57752f4139654547c9ae07cb4a8ac9d8679c8075f310bb0b6b73dc984cb52672b2416f364ce0371eaa16285e4ee3e576131f32f00c')
+
+prepare() {
+  cd "prometheus_wireguard_exporter-${pkgver}"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "prometheus_wireguard_exporter-${pkgver}"
+  export RUSTUP_TOOLCHAIN=stable
+  export CARGO_TARGET_DIR=target
+  cargo build --frozen --release --all-features
+}
+
+check() {
+  cd "prometheus_wireguard_exporter-${pkgver}"
+  export RUSTUP_TOOLCHAIN=stable
+  cargo test --frozen --all-features
+}
+
+package() {
+  install -Dm644 prometheus-wireguard-exporter.service -t 
"${pkgdir}/usr/lib/systemd/system/"
+  install -Dm644 prometheus-wireguard-exporter.conf 
"$pkgdir/etc/conf.d/prometheus-wireguard-exporter"
+  install -Dm644 prometheus-wireguard-exporter.sysusers 
"${pkgdir}/usr/lib/sysusers.d/prometheus-wireguard-exporter.conf"
+
+  cd "prometheus_wireguard_exporter-${pkgver}"
+  install -Dm0755 'target/release/prometheus_wireguard_exporter' 
"$pkgdir/usr/bin/prometheus-wireguard-exporter"
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}

Added: prometheus-wireguard-exporter/trunk/prometheus-wireguard-exporter.conf
===
--- prometheus-wireguard-exporter/trunk/prometheus-wireguard-exporter.conf  
(rev 0)
+++ prometheus-wireguard-exporter/trunk/prometheus-wireguard-exporter.conf  
2022-08-07 17:32:32 UTC (rev 1260565)
@@ -0,0 +1 @@
+WIREGUARD_EXPORTER_ARGS="--prepend_sudo=true"

Added: prometheus-wireguard-exporter/trunk/prometheus-wireguard-exporter.install
===
--- prometheus-wireguard-exporter/trunk/prometheus-wireguard-exporter.install   
(rev 0)
+++ prometheus-wireguard-exporter/trunk/prometheus-wireguard-exporter.install   
2022-08-07 17:32:32 UTC (rev 1260565)
@@ -0,0 +1,5 @@
+post_install() {
+  echo "it is recommended to run the exporter as wireguard_exporter user, not 
as root"
+  echo "that requires a sudo rule"
+  echo "example: 'wireguard_exporter ALL=(root) NOPASSWD: /usr/bin/wg'"
+}

Added: prometheus-wireguard-exporter/trunk/prometheus-wireguard-exporter.service

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

2022-08-07 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 7, 2022 @ 17:03:19
  Author: svenstaro
Revision: 1260564

archrelease: copy trunk to community-x86_64

Added:
  pdal/repos/community-x86_64/PKGBUILD
(from rev 1260563, pdal/trunk/PKGBUILD)
  pdal/repos/community-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch
(from rev 1260563, 
pdal/trunk/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch)
Deleted:
  pdal/repos/community-x86_64/PKGBUILD
  pdal/repos/community-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch

+
 PKGBUILD   |   76 -
 ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch |   98 +++
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 17:02:53 UTC (rev 1260563)
+++ PKGBUILD2022-08-07 17:03:19 UTC (rev 1260564)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: SaultDon 
-pkgname=pdal
-pkgver=2.4.2
-pkgrel=3
-pkgdesc="A C++ library for translating and manipulating point cloud data"
-arch=('x86_64')
-url="http://www.pdal.io;
-license=('BSD')
-depends=('gdal' 'libgeotiff' 'jsoncpp' 'libunwind')
-makedepends=('cmake' 'python' 'python-numpy' 'ninja' 'postgresql-libs')
-optdepends=('python-numpy: for the Python plugin'
-'sqlite: for the sqlite plugin'
-'postgresql-libs: for the postgresql plugin')
-provides=('pdal')
-source=("https://github.com/PDAL/PDAL/releases/download/${pkgver}/PDAL-${pkgver}-src.tar.gz;)
-sha512sums=('0d74de55c126be0aeb4b5be48a360d4f208b031228cb2cf122bc22ba6bca96ecd97731d6569718fd9be1b03631f3f2aec41f68b725926ed5f6ec306c32b1d20f')
-
-build() {
-  cd "PDAL-$pkgver-src/"
-
-  cmake \
-  -Bbuild \
-  -GNinja \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_PLUGIN_PGPOINTCLOUD=ON \
-  -DWITH_COMPLETION=ON
-
-  ninja -C build
-}
-
-package() {
-  cd "PDAL-$pkgver-src"
-
-  DESTDIR="$pkgdir/" ninja -C build install
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: pdal/repos/community-x86_64/PKGBUILD (from rev 1260563, 
pdal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 17:03:19 UTC (rev 1260564)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SaultDon 
+pkgname=pdal
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="A C++ library for translating and manipulating point cloud data"
+arch=('x86_64')
+url="http://www.pdal.io;
+license=('BSD')
+depends=('gdal' 'libgeotiff' 'jsoncpp' 'libunwind')
+makedepends=('cmake' 'python' 'python-numpy' 'ninja' 'postgresql-libs')
+optdepends=('python-numpy: for the Python plugin'
+'sqlite: for the sqlite plugin'
+'postgresql-libs: for the postgresql plugin')
+provides=('pdal')
+source=("https://github.com/PDAL/PDAL/releases/download/${pkgver}/PDAL-${pkgver}-src.tar.gz;)
+sha512sums=('ed342c29d10c0506e1c0f5ee4dba531189000dd0cc6912f681a95b7c56483d6136e515771a174e20906b1cd81dfd101d53be0cbaf200480d81d053d7dec8a386')
+
+build() {
+  cd "PDAL-$pkgver-src/"
+
+  cmake \
+  -Bbuild \
+  -GNinja \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_PLUGIN_PGPOINTCLOUD=ON \
+  -DWITH_COMPLETION=ON
+
+  ninja -C build
+}
+
+package() {
+  cd "PDAL-$pkgver-src"
+
+  DESTDIR="$pkgdir/" ninja -C build install
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch
===
--- ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch  2022-08-07 17:02:53 UTC 
(rev 1260563)
+++ ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch  2022-08-07 17:03:19 UTC 
(rev 1260564)
@@ -1,49 +0,0 @@
-From ff6875f6e45ca2fca7a21feaa537eb3fa715ea37 Mon Sep 17 00:00:00 2001
-From: Andrew Bell 
-Date: Tue, 24 Jul 2018 08:49:40 -0400
-Subject: [PATCH] Constify python strings. Close #2099
-

- plugins/python/plang/Environment.cpp | 12 ++--
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/plugins/python/plang/Environment.cpp 
b/plugins/python/plang/Environment.cpp
-index 19f5c1ae7..0bbcf2d70 100644
 a/plugins/python/plang/Environment.cpp
-+++ b/plugins/python/plang/Environment.cpp
-@@ -190,9 +190,9 @@ std::string getTraceback()
- throw pdal::pdal_error("unable to get repr in getTraceback");
- #if PY_MAJOR_VERSION >= 3
- Py_ssize_t size;
--char *d = PyUnicode_AsUTF8AndSize(r, );
-+const char *d = PyUnicode_AsUTF8AndSize(r, );
- #else
--char *d = PyString_AsString(r);
-+const char *d = PyString_AsString(r);
- #endif
- mssg << d;
- }
-@@ -208,9 +208,9 @@ std::string getTraceback()
- throw pdal::pdal_error("couldn't make string representation of 
traceback 

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

2022-08-07 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 7, 2022 @ 17:02:53
  Author: svenstaro
Revision: 1260563

upgpkg: pdal 2.4.3-1

Modified:
  pdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 15:55:17 UTC (rev 1260562)
+++ PKGBUILD2022-08-07 17:02:53 UTC (rev 1260563)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: SaultDon 
 pkgname=pdal
-pkgver=2.4.2
-pkgrel=3
+pkgver=2.4.3
+pkgrel=1
 pkgdesc="A C++ library for translating and manipulating point cloud data"
 arch=('x86_64')
 url="http://www.pdal.io;
@@ -14,7 +14,7 @@
 'postgresql-libs: for the postgresql plugin')
 provides=('pdal')
 
source=("https://github.com/PDAL/PDAL/releases/download/${pkgver}/PDAL-${pkgver}-src.tar.gz;)
-sha512sums=('0d74de55c126be0aeb4b5be48a360d4f208b031228cb2cf122bc22ba6bca96ecd97731d6569718fd9be1b03631f3f2aec41f68b725926ed5f6ec306c32b1d20f')
+sha512sums=('ed342c29d10c0506e1c0f5ee4dba531189000dd0cc6912f681a95b7c56483d6136e515771a174e20906b1cd81dfd101d53be0cbaf200480d81d053d7dec8a386')
 
 build() {
   cd "PDAL-$pkgver-src/"



[arch-commits] Commit in nvidia-utils/repos/extra-x86_64 (10 files)

2022-08-07 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 7, 2022 @ 16:55:06
  Author: svenstaro
Revision: 452395

archrelease: copy trunk to extra-x86_64

Added:
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 452394, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf
(from rev 452394, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install
(from rev 452394, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/extra-x86_64/nvidia-utils.sysusers
(from rev 452394, nvidia-utils/trunk/nvidia-utils.sysusers)
  nvidia-utils/repos/extra-x86_64/nvidia.rules
(from rev 452394, nvidia-utils/trunk/nvidia.rules)
Deleted:
  nvidia-utils/repos/extra-x86_64/PKGBUILD
  nvidia-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install
  nvidia-utils/repos/extra-x86_64/nvidia-utils.sysusers
  nvidia-utils/repos/extra-x86_64/nvidia.rules

-+
 PKGBUILD|  478 --
 nvidia-drm-outputclass.conf |   16 -
 nvidia-utils.install|   18 -
 nvidia-utils.sysusers   |2 
 nvidia.rules|   12 -
 5 files changed, 262 insertions(+), 264 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 16:53:50 UTC (rev 452394)
+++ PKGBUILD2022-08-07 16:55:06 UTC (rev 452395)
@@ -1,240 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
-pkgver=515.65.01
-pkgrel=1
-arch=('x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}"
-source=('nvidia-drm-outputclass.conf'
-'nvidia-utils.sysusers'
-'nvidia.rules'
-
"https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
-
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
-
'a0ceb0a6c240cf97b21a2e46c5c212250d3ee24fecef16aca3dffb04b8350c445b9f4398274abccdb745dd0ba5132a17942c9508ce165d4f97f41ece02b0b989'
-
'5221a4ac071eb39a37a841f19cfe4983286dc35e918956b40604404ef36c122612475df7b9a391a9a70bd60f44e598c8a0e5ec54ccc3e90d51f01e1b2fbe5e33')
-
-
-create_links() {
-# create soname links
-find "$pkgdir" -type f -name '*.so*' ! -path '*xorg/*' -print0 | while 
read -d $'\0' _lib; do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*)\.so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-
-cd kernel
-
-sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
-sed -i 's/__JOBS/`nproc`/' dkms.conf
-sed -i 's/__DKMS_MODULES//' dkms.conf
-sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[2]="nvidia-modeset"\
-DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[3]="nvidia-drm"\
-DEST_MODULE_LOCATION[3]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[4]="nvidia-peermem"\
-DEST_MODULE_LOCATION[4]="/kernel/drivers/video"' dkms.conf
-
-# Gift for linux-rt guys
-sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
-}
-
-package_opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-provides=('opencl-driver')
-cd "${_pkg}"
-
-# OpenCL
-install -Dm644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -Dm755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -Dm755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia-utils "${pkgdir}/usr/share/licenses/opencl-nvidia"
-}
-
-package_nvidia-dkms() {
-pkgdesc="NVIDIA drivers - module sources"
-depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
-provides=('NVIDIA-MODULE' 'nvidia')
-conflicts=('NVIDIA-MODULE' 'nvidia')
-
-cd ${_pkg}
-
-install -dm 755 "${pkgdir}"/usr/src
-cp -dr --no-preserve='ownership' kernel 
"${pkgdir}/usr/src/nvidia-${pkgver}"
-
-install -Dt 

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

2022-08-07 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 7, 2022 @ 16:53:50
  Author: svenstaro
Revision: 452394

upgpkg: nvidia-utils 515.65.01-2: Re-add nvidia-dbus.conf now that 
CVE-2022-31608 was fixed

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 12:18:09 UTC (rev 452393)
+++ PKGBUILD2022-08-07 16:53:50 UTC (rev 452394)
@@ -5,7 +5,7 @@
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
 pkgver=515.65.01
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -222,10 +222,8 @@
 install -Dm755 systemd/system-sleep/nvidia 
"${pkgdir}/usr/lib/systemd/system-sleep/nvidia"
 install -Dm755 systemd/nvidia-sleep.sh "${pkgdir}/usr/bin/nvidia-sleep.sh"
 install -Dm755 nvidia-powerd "${pkgdir}/usr/bin/nvidia-powerd"
+install -Dm644 nvidia-dbus.conf 
"${pkgdir}"/usr/share/dbus-1/system.d/nvidia-dbus.conf
 
-# Not installing DBUS file for the time beimg, see 
https://bugs.archlinux.org/task/74894
-#install -Dm644 nvidia-dbus.conf 
"${pkgdir}"/usr/share/dbus-1/system.d/nvidia-dbus.conf
-
 # distro specific files must be installed in /usr/share/X11/xorg.conf.d
 install -Dm644 "${srcdir}/nvidia-drm-outputclass.conf" 
"${pkgdir}/usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf"
 



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 15:55:17
  Author: felixonmars
Revision: 1260562

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 15:54:57 UTC (rev 1260561)
+++ PKGBUILD2022-08-07 15:55:17 UTC (rev 1260562)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-dominate
-pkgver=2.6.0
-pkgrel=5
-pkgdesc="A Python library for creating and manipulating HTML documents using 
an elegant DOM API"
-url="https://github.com/Knio/dominate;
-license=('LGPL')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Knio/dominate/archive/$pkgver.tar.gz;)
-sha512sums=('ce32146ab105b5f53e5b1281d3da1166d5704c6972ff294cdb8ecfa69bc88ec49c62998e9e3e58f303389cb6002ae6042e956037a521b118de2d6de35ea712af')
-
-build() {
-  cd dominate-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd dominate-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd dominate-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-dominate/repos/community-any/PKGBUILD (from rev 1260561, 
python-dominate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 15:55:17 UTC (rev 1260562)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-dominate
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="A Python library for creating and manipulating HTML documents using 
an elegant DOM API"
+url="https://github.com/Knio/dominate;
+license=('LGPL')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Knio/dominate/archive/$pkgver.tar.gz;)
+sha512sums=('4266d027aafe336f497b396e430daca9333f06a2599e56dca9a9f918ec21451cfc6ebfcc96b53e37c66e94223fdcb11d9552e9426728e3fbfeb8c8d5e010312c')
+
+build() {
+  cd dominate-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd dominate-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd dominate-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 15:54:57
  Author: felixonmars
Revision: 1260561

upgpkg: python-dominate 2.7.0-1

Modified:
  python-dominate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 15:21:05 UTC (rev 1260560)
+++ PKGBUILD2022-08-07 15:54:57 UTC (rev 1260561)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-dominate
-pkgver=2.6.0
-pkgrel=5
+pkgver=2.7.0
+pkgrel=1
 pkgdesc="A Python library for creating and manipulating HTML documents using 
an elegant DOM API"
 url="https://github.com/Knio/dominate;
 license=('LGPL')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Knio/dominate/archive/$pkgver.tar.gz;)
-sha512sums=('ce32146ab105b5f53e5b1281d3da1166d5704c6972ff294cdb8ecfa69bc88ec49c62998e9e3e58f303389cb6002ae6042e956037a521b118de2d6de35ea712af')
+sha512sums=('4266d027aafe336f497b396e430daca9333f06a2599e56dca9a9f918ec21451cfc6ebfcc96b53e37c66e94223fdcb11d9552e9426728e3fbfeb8c8d5e010312c')
 
 build() {
   cd dominate-$pkgver



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

2022-08-07 Thread Andreas Schleifer via arch-commits
Date: Sunday, August 7, 2022 @ 15:21:05
  Author: segaja
Revision: 1260560

archrelease: copy trunk to community-testing-x86_64

Added:
  ruby/repos/community-testing-x86_64/PKGBUILD
(from rev 1260559, ruby/trunk/PKGBUILD)
Deleted:
  ruby/repos/community-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  459 ++---
 1 file changed, 230 insertions(+), 229 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 15:20:35 UTC (rev 1260559)
+++ PKGBUILD2022-08-07 15:21:05 UTC (rev 1260560)
@@ -1,229 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Maintainer: Andreas 'Segaja' Schleifer 
-# Maintainer: Tim Meusel 
-# Contributor: Thomas Dziedzic 
-# Contributor: Allan McRae 
-# Contributor: John Proctor 
-# Contributor: Jeramy Rutley 
-
-pkgname=(ruby ruby-docs ruby-stdlib ruby-bundledgems)
-pkgver=3.0.4
-pkgrel=4
-arch=(x86_64)
-url='https://www.ruby-lang.org/en/'
-license=(BSD custom)
-makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
-options=(!emptydirs !lto) # Disable LTO until fixes for 
https://bugs.ruby-lang.org/issues/18062 released
-source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
-sha512sums=('53bf7dd403b0c68af9691882ad8ed7422c8d1f496627428fb4c3caf0b0313715524b744c5f453aced2d49e16e55f3f45b46b9a77aa3097dbfcae7caa0208194b')
-
-build() {
-  cd ruby-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sharedstatedir=/var/lib \
---libexecdir=/usr/lib/ruby \
---enable-shared \
---disable-rpath \
---with-dbm-type=gdbm_compat
-
-  make
-}
-
-check() {
-  cd ruby-${pkgver}
-
-  make test
-}
-
-package_ruby() {
-  pkgdesc='An object-oriented language for quick and easy programming'
-  depends=(gdbm openssl libffi libyaml libxcrypt gmp zlib rubygems ruby-stdlib 
ruby-bundledgems)
-  optdepends=(
-  'ruby-docs: Ruby documentation'
-  'tk: for Ruby/TK'
-  )
-
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
-
-  rubyver=${pkgver:0:3}.0
-
-  # remove rubygems as it shipped as a separate package
-  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{rubygems,rubygems.rb}
-  rm "${pkgdir}"/usr/bin/gem
-
-  # remove bundler as it shipped as a separate package
-  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{bundler,bundler.rb}
-  rm "${pkgdir}"/usr/bin/{bundle,bundler}
-
-  # remove bundled rdoc gem
-  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{rdoc,rdoc.rb}
-  rm "${pkgdir}"/usr/bin/{rdoc,ri}
-  rm "${pkgdir}"/usr/share/man/man1/ri.1
-
-  # remove irb as it is a separate package now
-  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{irb,irb.rb}
-  rm "${pkgdir}"/usr/bin/irb
-  rm "${pkgdir}"/usr/share/man/man1/irb.1
-
-  # remove other binaries that are shipped as separate packages
-  rm "${pkgdir}"/usr/bin/{rake,rbs,typeprof,erb,racc}
-  rm "${pkgdir}"/usr/share/man/man1/erb.1
-
-  # remove all bundled gems to avoid conflicts with ruby-* Arch packages
-  rm -r "${pkgdir}"/usr/lib/ruby/gems/${rubyver}/gems/*
-  rm "${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/*.gemspec
-  rm "${pkgdir}"/usr/lib/ruby/gems/${rubyver}/cache/*.gem
-
-  # remove already packaged stdlib gems (needs to be as dependency in 
ruby-stdlib)
-  local stdlib_gems=(
-bundler
-date
-irb
-json
-open-uri
-psych
-rdoc
-reline
-stringio
-time
-uri
-  )
-
-  for stdlib_gem in "${stdlib_gems[@]}"; do
-rm -v 
"${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/default/${stdlib_gem}-*.gemspec
-  done
-}
-
-package_ruby-docs() {
-  pkgdesc='Documentation files for ruby'
-
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-doc install-capi
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
-}
-
-package_ruby-stdlib() {
-  # upstream list of gems contained in stdlib ( 
https://github.com/ruby/ruby/tree/master/{ext,lib} )
-  pkgdesc='A vast collection of classes and modules that you can require in 
your code for additional features'
-
-  depends=(
-#ruby-abbrev
-#ruby-base64
-#ruby-benchmark
-#ruby-bigdecimal
-ruby-bundler
-#ruby-cgi
-#ruby-csv
-ruby-date
-#ruby-dbm   # removed in 3.1.2
-#ruby-debug   # removed in 3.1.2
-#ruby-delegate
-#ruby-did_you_mean
-#ruby-digest
-#ruby-drb
-#ruby-english
-#ruby-erb
-#ruby-etc
-#ruby-fcntl
-#ruby-fiddle
-#ruby-fileutils
-#ruby-find
-#ruby-forwardable
-#ruby-gdbm   # removed in 3.1.2
-#ruby-getoptlong
-#ruby-io-console
-#ruby-io-nonblock
-#ruby-io-wait
-#ruby-ipaddr
-ruby-irb
-ruby-json
-#ruby-logger
-#ruby-matrix   # removed in 

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

2022-08-07 Thread Andreas Schleifer via arch-commits
Date: Sunday, August 7, 2022 @ 15:20:35
  Author: segaja
Revision: 1260559

upgpkg: ruby 3.0.4-5; de-vendor net-http

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 15:13:42 UTC (rev 1260558)
+++ PKGBUILD2022-08-07 15:20:35 UTC (rev 1260559)
@@ -8,7 +8,7 @@
 
 pkgname=(ruby ruby-docs ruby-stdlib ruby-bundledgems)
 pkgver=3.0.4
-pkgrel=4
+pkgrel=5
 arch=(x86_64)
 url='https://www.ruby-lang.org/en/'
 license=(BSD custom)
@@ -89,6 +89,7 @@
 date
 irb
 json
+net-http
 open-uri
 psych
 rdoc
@@ -153,7 +154,7 @@
 #ruby-matrix   # removed in 3.1.2
 #ruby-mutex_m
 #ruby-net-ftp   # removed in 3.1.2
-#ruby-net-http
+ruby-net-http
 #ruby-net-imap   # removed in 3.1.2
 #ruby-net-pop   # removed in 3.1.2
 #ruby-net-protocol



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

2022-08-07 Thread Andreas Schleifer via arch-commits
Date: Sunday, August 7, 2022 @ 15:13:42
  Author: segaja
Revision: 1260558

archrelease: copy trunk to community-testing-any

Added:
  ruby-net-http/repos/community-testing-any/
  ruby-net-http/repos/community-testing-any/PKGBUILD
(from rev 1260557, ruby-net-http/trunk/PKGBUILD)

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

Copied: ruby-net-http/repos/community-testing-any/PKGBUILD (from rev 1260557, 
ruby-net-http/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-08-07 15:13:42 UTC (rev 1260558)
@@ -0,0 +1,80 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='net-http'
+pkgname="ruby-${_gemname}"
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='HTTP client api for Ruby'
+arch=('any')
+url="https://github.com/ruby/${_gemname};
+license=('BSD' 'RUBY')
+depends=('ruby' 'ruby-uri')
+checkdepends=('ruby-rake' 'ruby-webrick')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('e91da26615547db8f45d9d20dc02205ba6da94f0b88fce5a7dc0c45270764c0165915cee809ed05d0331eaf88cba832a9b885406b0de625c54a30272976e85d2')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+
+  # we build based on a tar archive, not a git repo
+  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P0"|' "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  gem build "${_gemname}.gemspec"
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install \
+--local \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  # remove unrepreducible files
+  rm -frv \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.build_complete" -o \
+  -iname "Makefile" \
+\) \
+-delete
+
+  find "${pkgdir}/${_gemdir}/extensions/" \
+-type f \
+\( \
+  -iname "mkmf.log" -o \
+  -iname "gem_make.out" \
+\) \
+-delete
+
+  install -D --mode=644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D --mode=644 README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



[arch-commits] Commit in (4 files)

2022-08-07 Thread Andreas Schleifer via arch-commits
Date: Sunday, August 7, 2022 @ 15:12:27
  Author: segaja
Revision: 1260557

ruby-net-http 0.2.2-1

Added:
  ruby-net-http/
  ruby-net-http/repos/
  ruby-net-http/trunk/
  ruby-net-http/trunk/PKGBUILD

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

Added: ruby-net-http/trunk/PKGBUILD
===
--- ruby-net-http/trunk/PKGBUILD(rev 0)
+++ ruby-net-http/trunk/PKGBUILD2022-08-07 15:12:27 UTC (rev 1260557)
@@ -0,0 +1,80 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='net-http'
+pkgname="ruby-${_gemname}"
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='HTTP client api for Ruby'
+arch=('any')
+url="https://github.com/ruby/${_gemname};
+license=('BSD' 'RUBY')
+depends=('ruby' 'ruby-uri')
+checkdepends=('ruby-rake' 'ruby-webrick')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('e91da26615547db8f45d9d20dc02205ba6da94f0b88fce5a7dc0c45270764c0165915cee809ed05d0331eaf88cba832a9b885406b0de625c54a30272976e85d2')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+
+  # we build based on a tar archive, not a git repo
+  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P0"|' "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  gem build "${_gemname}.gemspec"
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install \
+--local \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  # remove unrepreducible files
+  rm -frv \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.build_complete" -o \
+  -iname "Makefile" \
+\) \
+-delete
+
+  find "${pkgdir}/${_gemdir}/extensions/" \
+-type f \
+\( \
+  -iname "mkmf.log" -o \
+  -iname "gem_make.out" \
+\) \
+-delete
+
+  install -D --mode=644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D --mode=644 README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



[arch-commits] Commit in ruby-open-uri/repos/community-testing-any (PKGBUILD PKGBUILD)

2022-08-07 Thread Andreas Schleifer via arch-commits
Date: Sunday, August 7, 2022 @ 14:51:57
  Author: segaja
Revision: 1260556

archrelease: copy trunk to community-testing-any

Added:
  ruby-open-uri/repos/community-testing-any/PKGBUILD
(from rev 1260555, ruby-open-uri/trunk/PKGBUILD)
Deleted:
  ruby-open-uri/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 14:51:46 UTC (rev 1260555)
+++ PKGBUILD2022-08-07 14:51:57 UTC (rev 1260556)
@@ -1,80 +0,0 @@
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname='open-uri'
-pkgname="ruby-${_gemname}"
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP'
-arch=('any')
-url='https://github.com/ruby/open-uri'
-license=('BSD' 'RUBY')
-depends=('ruby' 'ruby-stringio' 'ruby-time' 'ruby-uri')
-checkdepends=('ruby-rake' 'ruby-webrick')
-options=(!emptydirs)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('cc6d739282364f729ea36c2bc3b92d00ed0348727393cce1df5c5565e76877c0434a8726abdfb16e8e91f6d8fc21601c2eefd4a35275ed37ad409851ab9a32f5')
-
-prepare() {
-  cd "${_gemname}-${pkgver}"
-
-  # update gemspec/Gemfile to allow newer version of the dependencies
-  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
-
-  # we build based on a tar archive, not a git repo
-  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P\\n"|' "${_gemname}.gemspec"
-}
-
-build() {
-  cd "${_gemname}-${pkgver}"
-
-  gem build "${_gemname}.gemspec"
-}
-
-check() {
-  cd "${_gemname}-${pkgver}"
-
-  rake test
-}
-
-package() {
-  cd "${_gemname}-${pkgver}"
-
-  local _gemdir="$(gem env gemdir)"
-
-  gem install \
---local \
---ignore-dependencies \
---no-user-install \
---install-dir "${pkgdir}/${_gemdir}" \
---bindir "${pkgdir}/usr/bin" \
-"${_gemname}-${pkgver}.gem"
-
-  # remove unrepreducible files
-  rm -frv \
-"${pkgdir}/${_gemdir}/cache/" \
-"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
-"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
-
-  find "${pkgdir}/${_gemdir}/gems/" \
--type f \
-\( \
-  -iname "*.o" -o \
-  -iname "*.c" -o \
-  -iname "*.so" -o \
-  -iname "*.time" -o \
-  -iname "gem.build_complete" -o \
-  -iname "Makefile" \
-\) \
--delete
-
-  find "${pkgdir}/${_gemdir}/extensions/" \
--type f \
-\( \
-  -iname "mkmf.log" -o \
-  -iname "gem_make.out" \
-\) \
--delete
-
-  install -D --mode=644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -D --mode=644 README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: ruby-open-uri/repos/community-testing-any/PKGBUILD (from rev 1260555, 
ruby-open-uri/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 14:51:57 UTC (rev 1260556)
@@ -0,0 +1,80 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='open-uri'
+pkgname="ruby-${_gemname}"
+pkgver=0.2.0
+pkgrel=2
+pkgdesc='An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP'
+arch=('any')
+url='https://github.com/ruby/open-uri'
+license=('BSD' 'RUBY')
+depends=('ruby' 'ruby-stringio' 'ruby-time' 'ruby-uri')
+checkdepends=('ruby-rake' 'ruby-webrick')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('cc6d739282364f729ea36c2bc3b92d00ed0348727393cce1df5c5565e76877c0434a8726abdfb16e8e91f6d8fc21601c2eefd4a35275ed37ad409851ab9a32f5')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+
+  # we build based on a tar archive, not a git repo
+  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P0"|' "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  gem build "${_gemname}.gemspec"
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install \
+--local \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  # remove unrepreducible files
+  rm -frv \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname 

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

2022-08-07 Thread Andreas Schleifer via arch-commits
Date: Sunday, August 7, 2022 @ 14:51:46
  Author: segaja
Revision: 1260555

upgpkg: ruby-open-uri 0.2.0-2; fix file list sed

Modified:
  ruby-open-uri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 14:48:18 UTC (rev 1260554)
+++ PKGBUILD2022-08-07 14:51:46 UTC (rev 1260555)
@@ -3,7 +3,7 @@
 _gemname='open-uri'
 pkgname="ruby-${_gemname}"
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP'
 arch=('any')
 url='https://github.com/ruby/open-uri'
@@ -21,7 +21,7 @@
   sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
 
   # we build based on a tar archive, not a git repo
-  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P\\n"|' "${_gemname}.gemspec"
+  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P0"|' "${_gemname}.gemspec"
 }
 
 build() {



[arch-commits] Commit in ruby-time/repos/community-testing-any (PKGBUILD PKGBUILD)

2022-08-07 Thread Andreas Schleifer via arch-commits
Date: Sunday, August 7, 2022 @ 14:48:18
  Author: segaja
Revision: 1260554

archrelease: copy trunk to community-testing-any

Added:
  ruby-time/repos/community-testing-any/PKGBUILD
(from rev 1260553, ruby-time/trunk/PKGBUILD)
Deleted:
  ruby-time/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 14:48:06 UTC (rev 1260553)
+++ PKGBUILD2022-08-07 14:48:18 UTC (rev 1260554)
@@ -1,81 +0,0 @@
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname='time'
-pkgname="ruby-${_gemname}"
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='Extends the Time class with methods for parsing and conversion'
-arch=('any')
-url='https://github.com/ruby/time'
-license=('BSD' 'RUBY')
-depends=('ruby' 'ruby-date')
-checkdepends=('ruby-rake')
-options=(!emptydirs)
-source=(
-"${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('07b4896827014ab1f6394ee8a116a8074c2342c070b814bb190104a404828d684c9ca49d0c53fe5ef4518d5455de73d5f4c03051cbae47257fa631b17515d2f9')
-
-prepare() {
-  cd "${_gemname}-${pkgver}"
-
-  # update gemspec/Gemfile to allow newer version of the dependencies
-  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
-
-  # we build based on a tar archive, not a git repo
-  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P\\n"|' "${_gemname}.gemspec"
-}
-
-build() {
-  cd "${_gemname}-${pkgver}"
-
-  gem build "${_gemname}.gemspec"
-}
-
-check() {
-  cd "${_gemname}-${pkgver}"
-
-  rake test
-}
-
-package() {
-  cd "${_gemname}-${pkgver}"
-
-  local _gemdir="$(gem env gemdir)"
-
-  gem install \
---local \
---ignore-dependencies \
---no-user-install \
---install-dir "${pkgdir}/${_gemdir}" \
---bindir "${pkgdir}/usr/bin" \
-"${_gemname}-${pkgver}.gem"
-
-  # remove unrepreducible files
-  rm -frv \
-"${pkgdir}/${_gemdir}/cache/" \
-"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
-"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
-
-  find "${pkgdir}/${_gemdir}/gems/" \
--type f \
-\( \
-  -iname "*.o" -o \
-  -iname "*.c" -o \
-  -iname "*.so" -o \
-  -iname "*.time" -o \
-  -iname "gem.build_complete" -o \
-  -iname "Makefile" \
-\) \
--delete
-
-  find "${pkgdir}/${_gemdir}/extensions/" \
--type f \
-\( \
-  -iname "mkmf.log" -o \
-  -iname "gem_make.out" \
-\) \
--delete
-
-  install -D --mode=644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -D --mode=644 README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: ruby-time/repos/community-testing-any/PKGBUILD (from rev 1260553, 
ruby-time/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 14:48:18 UTC (rev 1260554)
@@ -0,0 +1,81 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='time'
+pkgname="ruby-${_gemname}"
+pkgver=0.2.0
+pkgrel=2
+pkgdesc='Extends the Time class with methods for parsing and conversion'
+arch=('any')
+url='https://github.com/ruby/time'
+license=('BSD' 'RUBY')
+depends=('ruby' 'ruby-date')
+checkdepends=('ruby-rake')
+options=(!emptydirs)
+source=(
+"${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('07b4896827014ab1f6394ee8a116a8074c2342c070b814bb190104a404828d684c9ca49d0c53fe5ef4518d5455de73d5f4c03051cbae47257fa631b17515d2f9')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+
+  # we build based on a tar archive, not a git repo
+  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P0"|' "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  gem build "${_gemname}.gemspec"
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install \
+--local \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  # remove unrepreducible files
+  rm -frv \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.build_complete" -o \
+  -iname "Makefile" \
+\) \
+-delete
+
+  find 

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

2022-08-07 Thread Andreas Schleifer via arch-commits
Date: Sunday, August 7, 2022 @ 14:48:06
  Author: segaja
Revision: 1260553

upgpkg: ruby-time 0.2.0-2; fix file list sed

Modified:
  ruby-time/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 14:45:24 UTC (rev 1260552)
+++ PKGBUILD2022-08-07 14:48:06 UTC (rev 1260553)
@@ -3,7 +3,7 @@
 _gemname='time'
 pkgname="ruby-${_gemname}"
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the Time class with methods for parsing and conversion'
 arch=('any')
 url='https://github.com/ruby/time'
@@ -22,7 +22,7 @@
   sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
 
   # we build based on a tar archive, not a git repo
-  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P\\n"|' "${_gemname}.gemspec"
+  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P0"|' "${_gemname}.gemspec"
 }
 
 build() {



[arch-commits] Commit in ruby-uri/repos/community-testing-any (PKGBUILD PKGBUILD)

2022-08-07 Thread Andreas Schleifer via arch-commits
Date: Sunday, August 7, 2022 @ 14:45:24
  Author: segaja
Revision: 1260552

archrelease: copy trunk to community-testing-any

Added:
  ruby-uri/repos/community-testing-any/PKGBUILD
(from rev 1260551, ruby-uri/trunk/PKGBUILD)
Deleted:
  ruby-uri/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 14:45:11 UTC (rev 1260551)
+++ PKGBUILD2022-08-07 14:45:24 UTC (rev 1260552)
@@ -1,78 +0,0 @@
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname='uri'
-pkgname="ruby-${_gemname}"
-pkgver=0.11.0
-pkgrel=1
-pkgdesc='a module providing classes to handle Uniform Resource Identifiers'
-arch=('any')
-url='https://github.com/ruby/uri'
-license=('BSD' 'RUBY')
-depends=('ruby')
-checkdepends=('ruby-rake')
-options=(!emptydirs)
-source=(
-"${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('bb734b5faa4c60dc9461e19538a9b06c860967093ef8018dbf519994b068e324905394de40dc79a2f07d912af1d69c9d19135ac8126ce9bfe661076e5280d688')
-
-prepare() {
-  cd "${_gemname}-${pkgver}"
-
-  # update gemspec/Gemfile to allow newer version of the dependencies
-  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
-}
-
-build() {
-  cd "${_gemname}-${pkgver}"
-
-  gem build "${_gemname}.gemspec"
-}
-
-check() {
-  cd "${_gemname}-${pkgver}"
-
-  rake test
-}
-
-package() {
-  cd "${_gemname}-${pkgver}"
-
-  local _gemdir="$(gem env gemdir)"
-
-  gem install \
---local \
---ignore-dependencies \
---no-user-install \
---install-dir "${pkgdir}/${_gemdir}" \
---bindir "${pkgdir}/usr/bin" \
-"${_gemname}-${pkgver}.gem"
-
-  # remove unrepreducible files
-  rm --force --recursive --verbose \
-"${pkgdir}/${_gemdir}/cache/" \
-"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
-"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
-
-  find "${pkgdir}/${_gemdir}/gems/" \
--type f \
-\( \
-  -iname "*.o" -o \
-  -iname "*.c" -o \
-  -iname "*.so" -o \
-  -iname "*.time" -o \
-  -iname "gem.build_complete" -o \
-  -iname "Makefile" \
-\) \
--delete
-
-  find "${pkgdir}/${_gemdir}/extensions/" \
--type f \
-\( \
-  -iname "mkmf.log" -o \
-  -iname "gem_make.out" \
-\) \
--delete
-
-  install -D --mode=644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -D --mode=644 README.md --target-directory 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: ruby-uri/repos/community-testing-any/PKGBUILD (from rev 1260551, 
ruby-uri/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 14:45:24 UTC (rev 1260552)
@@ -0,0 +1,80 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='uri'
+pkgname="ruby-${_gemname}"
+pkgver=0.11.0
+pkgrel=2
+pkgdesc='a module providing classes to handle Uniform Resource Identifiers'
+arch=('any')
+url='https://github.com/ruby/uri'
+license=('BSD' 'RUBY')
+depends=('ruby')
+checkdepends=('ruby-rake')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('bb734b5faa4c60dc9461e19538a9b06c860967093ef8018dbf519994b068e324905394de40dc79a2f07d912af1d69c9d19135ac8126ce9bfe661076e5280d688')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+
+  # we build based on a tar archive, not a git repo
+  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P0"|' "${_gemname}.gemspec"
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  gem build "${_gemname}.gemspec"
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install \
+--local \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  # remove unrepreducible files
+  rm --force --recursive --verbose \
+"${pkgdir}/${_gemdir}/cache/" \
+"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/vendor/" \
+"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
+
+  find "${pkgdir}/${_gemdir}/gems/" \
+-type f \
+\( \
+  -iname "*.o" -o \
+  -iname "*.c" -o \
+  -iname "*.so" -o \
+  -iname "*.time" -o \
+  -iname "gem.build_complete" -o \
+  -iname "Makefile" \
+\) \
+-delete
+
+  find "${pkgdir}/${_gemdir}/extensions/" \
+-type f \
+\( \
+  -iname "mkmf.log" -o \
+  -iname "gem_make.out" \
+\) \
+-delete
+
+  install -D --mode=644 LICENSE.txt 

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

2022-08-07 Thread Andreas Schleifer via arch-commits
Date: Sunday, August 7, 2022 @ 14:45:11
  Author: segaja
Revision: 1260551

upgpkg: ruby-uri 0.11.0-2; fix file list sed replacement

Modified:
  ruby-uri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 14:35:57 UTC (rev 1260550)
+++ PKGBUILD2022-08-07 14:45:11 UTC (rev 1260551)
@@ -3,7 +3,7 @@
 _gemname='uri'
 pkgname="ruby-${_gemname}"
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='a module providing classes to handle Uniform Resource Identifiers'
 arch=('any')
 url='https://github.com/ruby/uri'
@@ -11,8 +11,7 @@
 depends=('ruby')
 checkdepends=('ruby-rake')
 options=(!emptydirs)
-source=(
-"${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 
sha512sums=('bb734b5faa4c60dc9461e19538a9b06c860967093ef8018dbf519994b068e324905394de40dc79a2f07d912af1d69c9d19135ac8126ce9bfe661076e5280d688')
 
 prepare() {
@@ -20,6 +19,9 @@
 
   # update gemspec/Gemfile to allow newer version of the dependencies
   sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+
+  # we build based on a tar archive, not a git repo
+  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not 
-path "*/\.git/*" -printf "%P0"|' "${_gemname}.gemspec"
 }
 
 build() {



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

2022-08-07 Thread Brett Cornwall via arch-commits
Date: Sunday, August 7, 2022 @ 14:35:57
  Author: ainola
Revision: 1260550

archrelease: copy trunk to community-x86_64

Added:
  interception-tools/repos/community-x86_64/PKGBUILD
(from rev 1260549, interception-tools/trunk/PKGBUILD)
  interception-tools/repos/community-x86_64/interception-tools.install
(from rev 1260549, interception-tools/trunk/interception-tools.install)
Deleted:
  interception-tools/repos/community-x86_64/PKGBUILD
  interception-tools/repos/community-x86_64/interception-tools.install

+
 PKGBUILD   |   79 +--
 interception-tools.install |8 ++--
 2 files changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 14:35:28 UTC (rev 1260549)
+++ PKGBUILD2022-08-07 14:35:57 UTC (rev 1260550)
@@ -1,39 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Francisco Lopes
-
-pkgname=interception-tools
-pkgver=0.6.8
-pkgrel=4
-pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
-arch=('x86_64')
-license=('GPL3')
-url='https://gitlab.com/interception/linux/tools'
-depends=(
-'libevdev' 'libevdev.so'
-'yaml-cpp' 'libyaml-cpp.so'
-'systemd-libs' 'libudev.so'
-)
-makedepends=('cmake' 'systemd' 'boost')
-options=(debug)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
-)
-sha256sums=('84ced1c10bef7f00660704685c651c4241096cc9848c31f5a04f166e1450949d')
-
-build() {
-cmake -B build \
-  -S "tools-v${pkgver}" \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=None \
-  -Wno-dev
-cmake --build build
-}
-
-package() {
-install -dm755 "$pkgdir/etc/interception/udevmon.d"
-install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
-install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
-
-cd build
-make DESTDIR="$pkgdir/" install
-}

Copied: interception-tools/repos/community-x86_64/PKGBUILD (from rev 1260549, 
interception-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 14:35:57 UTC (rev 1260550)
@@ -0,0 +1,40 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Francisco Lopes
+
+pkgname=interception-tools
+pkgver=0.6.8
+pkgrel=5
+pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
+arch=('x86_64')
+license=('GPL3')
+url='https://gitlab.com/interception/linux/tools'
+depends=(
+'libevdev' 'libevdev.so'
+'yaml-cpp' 'libyaml-cpp.so'
+'systemd-libs' 'libudev.so'
+)
+conflicts=('bear')  # Also has a /usr/bin/intercept
+makedepends=('cmake' 'systemd' 'boost')
+options=(debug)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
+)
+sha256sums=('84ced1c10bef7f00660704685c651c4241096cc9848c31f5a04f166e1450949d')
+
+build() {
+cmake -B build \
+  -S "tools-v${pkgver}" \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=None \
+  -Wno-dev
+cmake --build build
+}
+
+package() {
+install -dm755 "$pkgdir/etc/interception/udevmon.d"
+install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
+install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
+
+cd build
+make DESTDIR="$pkgdir/" install
+}

Deleted: interception-tools.install
===
--- interception-tools.install  2022-08-07 14:35:28 UTC (rev 1260549)
+++ interception-tools.install  2022-08-07 14:35:57 UTC (rev 1260550)
@@ -1,4 +0,0 @@
-post_upgrade() {
-echo "The udevmon.yaml configuration file now is expected at:"
-echo "/etc/interception-tools/udevmon.yaml"
-}

Copied: interception-tools/repos/community-x86_64/interception-tools.install 
(from rev 1260549, interception-tools/trunk/interception-tools.install)
===
--- interception-tools.install  (rev 0)
+++ interception-tools.install  2022-08-07 14:35:57 UTC (rev 1260550)
@@ -0,0 +1,4 @@
+post_upgrade() {
+echo "The udevmon.yaml configuration file now is expected at:"
+echo "/etc/interception-tools/udevmon.yaml"
+}



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

2022-08-07 Thread Brett Cornwall via arch-commits
Date: Sunday, August 7, 2022 @ 14:35:28
  Author: ainola
Revision: 1260549

Add conflict with package "bear"

Bear also provides /usr/bin/intercept

Modified:
  interception-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 13:11:38 UTC (rev 1260548)
+++ PKGBUILD2022-08-07 14:35:28 UTC (rev 1260549)
@@ -3,7 +3,7 @@
 
 pkgname=interception-tools
 pkgver=0.6.8
-pkgrel=4
+pkgrel=5
 pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
 arch=('x86_64')
 license=('GPL3')
@@ -13,6 +13,7 @@
 'yaml-cpp' 'libyaml-cpp.so'
 'systemd-libs' 'libudev.so'
 )
+conflicts=('bear')  # Also has a /usr/bin/intercept
 makedepends=('cmake' 'systemd' 'boost')
 options=(debug)
 source=(



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

2022-08-07 Thread Jelle van der Waa via arch-commits
Date: Sunday, August 7, 2022 @ 13:11:38
  Author: jelle
Revision: 1260548

archrelease: copy trunk to community-any

Added:
  esptool/repos/community-any/PKGBUILD
(from rev 1260547, esptool/trunk/PKGBUILD)
Deleted:
  esptool/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 13:11:30 UTC (rev 1260547)
+++ PKGBUILD2022-08-07 13:11:38 UTC (rev 1260548)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Marcin Kornat 
-# Contributor: MatejSpindler 
-
-pkgname=esptool
-pkgver=4.1
-pkgrel=1
-pkgdesc="A cute Python utility to communicate with the ROM bootloader in 
Espressif ESP8266"
-arch=('any')
-url="https://github.com/espressif/esptool;
-license=('GPL2')
-makedepends=('git' 'python-setuptools' 'python-pip')
-depends=('python-pyserial' 'python-ecdsa' 'python-pyaes' 'python-bitstring' 
'python-reedsolo')
-source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz;)
-sha512sums=('b9df8d361fe1a97f0649fed03abc919df1c2ff118dc4dd05abeec641ba2d16e6c308894bd91657768e03a6801ec9e5393e573b4c3016b624e842fef7c6354b41')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python3 setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: esptool/repos/community-any/PKGBUILD (from rev 1260547, 
esptool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 13:11:38 UTC (rev 1260548)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Marcin Kornat 
+# Contributor: MatejSpindler 
+
+pkgname=esptool
+pkgver=4.2
+pkgrel=1
+pkgdesc="A cute Python utility to communicate with the ROM bootloader in 
Espressif ESP8266"
+arch=('any')
+url="https://github.com/espressif/esptool;
+license=('GPL2')
+makedepends=('git' 'python-setuptools' 'python-pip')
+depends=('python-pyserial' 'python-ecdsa' 'python-pyaes' 'python-bitstring' 
'python-reedsolo')
+source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz;)
+sha512sums=('4d4f8e130dbf04dbb582e6e1fdc9b74df7f56a7ca227cca62772592b1d5fa23cbe1de6c16e79d0a10e155f983f1e76752d025ed0e8da6735cdd417e4104321dc')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python3 setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



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

2022-08-07 Thread Jelle van der Waa via arch-commits
Date: Sunday, August 7, 2022 @ 13:11:30
  Author: jelle
Revision: 1260547

upgpkg: esptool 4.2-1

Modified:
  esptool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 13:05:58 UTC (rev 1260546)
+++ PKGBUILD2022-08-07 13:11:30 UTC (rev 1260547)
@@ -4,7 +4,7 @@
 # Contributor: MatejSpindler 
 
 pkgname=esptool
-pkgver=4.1
+pkgver=4.2
 pkgrel=1
 pkgdesc="A cute Python utility to communicate with the ROM bootloader in 
Espressif ESP8266"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('git' 'python-setuptools' 'python-pip')
 depends=('python-pyserial' 'python-ecdsa' 'python-pyaes' 'python-bitstring' 
'python-reedsolo')
 source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz;)
-sha512sums=('b9df8d361fe1a97f0649fed03abc919df1c2ff118dc4dd05abeec641ba2d16e6c308894bd91657768e03a6801ec9e5393e573b4c3016b624e842fef7c6354b41')
+sha512sums=('4d4f8e130dbf04dbb582e6e1fdc9b74df7f56a7ca227cca62772592b1d5fa23cbe1de6c16e79d0a10e155f983f1e76752d025ed0e8da6735cdd417e4104321dc')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2022-08-07 Thread Jelle van der Waa via arch-commits
Date: Sunday, August 7, 2022 @ 13:05:58
  Author: jelle
Revision: 1260546

archrelease: copy trunk to community-any

Added:
  gcovr/repos/community-any/PKGBUILD
(from rev 1260545, gcovr/trunk/PKGBUILD)
Deleted:
  gcovr/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 13:05:39 UTC (rev 1260545)
+++ PKGBUILD2022-08-07 13:05:58 UTC (rev 1260546)
@@ -1,30 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=gcovr
-pkgver=5.1
-pkgrel=1
-pkgdesc='provides a utility for managing the use of the GNU gcov utility'
-arch=(any)
-url="https://gcovr.com/;
-license=(BSD)
-depends=('python' 'python-jinja' 'python-lxml' 'gcc')
-checkdepends=('python-pytest')
-source=("https://github.com/gcovr/gcovr/archive/${pkgver}.tar.gz;)
-sha256sums=('c2e3ba82fd526aec4109712ff4fa84041ea3a13c34877a1638165e8f9f4d76bc')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  # requires pyutillib, ply
-  #pytest gcovr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}"/ --optimize=1 --skip-build
-  install -D -m644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: gcovr/repos/community-any/PKGBUILD (from rev 1260545, 
gcovr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 13:05:58 UTC (rev 1260546)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=gcovr
+pkgver=5.2
+pkgrel=1
+pkgdesc='provides a utility for managing the use of the GNU gcov utility'
+arch=(any)
+url="https://gcovr.com/;
+license=(BSD)
+depends=('python' 'python-jinja' 'python-lxml' 'gcc')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://github.com/gcovr/gcovr/archive/${pkgver}.tar.gz;)
+sha256sums=('06910913a5f659b195f85041c90e387545f4d62b90fe3f65342613997b51c752')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  # requires pyutillib, ply
+  #pytest gcovr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}"/ --optimize=1 --skip-build
+  install -D -m644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}



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

2022-08-07 Thread Jelle van der Waa via arch-commits
Date: Sunday, August 7, 2022 @ 13:05:39
  Author: jelle
Revision: 1260545

upgpkg: gcovr 5.2-1

Modified:
  gcovr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 12:27:04 UTC (rev 1260544)
+++ PKGBUILD2022-08-07 13:05:39 UTC (rev 1260545)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=gcovr
-pkgver=5.1
+pkgver=5.2
 pkgrel=1
 pkgdesc='provides a utility for managing the use of the GNU gcov utility'
 arch=(any)
@@ -8,9 +8,10 @@
 url="https://gcovr.com/;
 license=(BSD)
 depends=('python' 'python-jinja' 'python-lxml' 'gcc')
+makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 source=("https://github.com/gcovr/gcovr/archive/${pkgver}.tar.gz;)
-sha256sums=('c2e3ba82fd526aec4109712ff4fa84041ea3a13c34877a1638165e8f9f4d76bc')
+sha256sums=('06910913a5f659b195f85041c90e387545f4d62b90fe3f65342613997b51c752')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 12:27:04
  Author: felixonmars
Revision: 1260544

archrelease: copy trunk to community-x86_64

Added:
  ibus-m17n/repos/community-x86_64/PKGBUILD
(from rev 1260543, ibus-m17n/trunk/PKGBUILD)
Deleted:
  ibus-m17n/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 12:26:46 UTC (rev 1260543)
+++ PKGBUILD2022-08-07 12:27:04 UTC (rev 1260544)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Lonfucius 
-# Contributor: Jesse Jaara 
-
-pkgname=ibus-m17n
-pkgver=1.4.9
-pkgrel=1
-pkgdesc='M17N engine for IBus'
-arch=('x86_64')
-url='https://github.com/ibus/ibus-m17n'
-license=('LGPL')
-depends=('ibus' 'm17n-db' 'm17n-lib')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ibus/ibus-m17n/archive/${pkgver}.tar.gz;)
-sha512sums=('c784eb860ba22b9ae59ce47485b23ff2205913b287c8d60c4d3bd97f48815ee5e077da6b8cc2632ec4c796b2065de7504da055d6541e09b47e41c023a5e0d9d3')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure  \
---prefix=/usr \
---libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ibus-m17n/repos/community-x86_64/PKGBUILD (from rev 1260543, 
ibus-m17n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 12:27:04 UTC (rev 1260544)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Lonfucius 
+# Contributor: Jesse Jaara 
+
+pkgname=ibus-m17n
+pkgver=1.4.10
+pkgrel=1
+pkgdesc='M17N engine for IBus'
+arch=('x86_64')
+url='https://github.com/ibus/ibus-m17n'
+license=('LGPL')
+depends=('ibus' 'm17n-db' 'm17n-lib')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ibus/ibus-m17n/archive/${pkgver}.tar.gz;)
+sha512sums=('28ad2e5e07be86475a2c65547114877b8c27fe17e11400ae2e4d17950dd3209ada4e4f7ed0c67b92e58c0a1107480189d2bd2aef538d95f552e6940b20752907')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure  \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 12:26:46
  Author: felixonmars
Revision: 1260543

upgpkg: ibus-m17n 1.4.10-1

Modified:
  ibus-m17n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 12:26:35 UTC (rev 1260542)
+++ PKGBUILD2022-08-07 12:26:46 UTC (rev 1260543)
@@ -4,7 +4,7 @@
 # Contributor: Jesse Jaara 
 
 pkgname=ibus-m17n
-pkgver=1.4.9
+pkgver=1.4.10
 pkgrel=1
 pkgdesc='M17N engine for IBus'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('LGPL')
 depends=('ibus' 'm17n-db' 'm17n-lib')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ibus/ibus-m17n/archive/${pkgver}.tar.gz;)
-sha512sums=('c784eb860ba22b9ae59ce47485b23ff2205913b287c8d60c4d3bd97f48815ee5e077da6b8cc2632ec4c796b2065de7504da055d6541e09b47e41c023a5e0d9d3')
+sha512sums=('28ad2e5e07be86475a2c65547114877b8c27fe17e11400ae2e4d17950dd3209ada4e4f7ed0c67b92e58c0a1107480189d2bd2aef538d95f552e6940b20752907')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 12:26:35
  Author: felixonmars
Revision: 1260542

archrelease: copy trunk to community-any

Added:
  ibus-table/repos/community-any/PKGBUILD
(from rev 1260541, ibus-table/trunk/PKGBUILD)
Deleted:
  ibus-table/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 12:26:20 UTC (rev 1260541)
+++ PKGBUILD2022-08-07 12:26:35 UTC (rev 1260542)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: coderoar 
-# Contributor: leemars 
-# Contributor: Daniel J Griffiths 
-
-pkgname=ibus-table
-pkgver=1.16.10
-pkgrel=1
-pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
-arch=('any')
-url="https://github.com/kaio/ibus-table;
-license=('LGPL')
-makedepends=('docbook2x' 'docbook-sgml' 'docbook-utils')
-depends=('python-pyenchant' 'ibus' 'aspell-en')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kaio/ibus-table/archive/$pkgver.tar.gz;)
-sha512sums=('08bb29e721194090aeacdab85eb49b1318548346731f7ff78ff4cf71ec8e1a0f075500f56635721831383b8831c6c07397cd031019de9ac0f4f125927aecf485')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: ibus-table/repos/community-any/PKGBUILD (from rev 1260541, 
ibus-table/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 12:26:35 UTC (rev 1260542)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: coderoar 
+# Contributor: leemars 
+# Contributor: Daniel J Griffiths 
+
+pkgname=ibus-table
+pkgver=1.16.11
+pkgrel=1
+pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
+arch=('any')
+url="https://github.com/kaio/ibus-table;
+license=('LGPL')
+makedepends=('docbook2x' 'docbook-sgml' 'docbook-utils')
+depends=('python-pyenchant' 'ibus' 'aspell-en')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kaio/ibus-table/archive/$pkgver.tar.gz;)
+sha512sums=('72292f5d4668ce24cf6e636222f9c688cd397ef84791d507b935cb9b68a38e7f9867c43794ed427dd8aebdf2de7af18c71421d448565bd91aedfd091c8953618')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 12:26:20
  Author: felixonmars
Revision: 1260541

upgpkg: ibus-table 1.16.11-1

Modified:
  ibus-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 12:21:22 UTC (rev 1260540)
+++ PKGBUILD2022-08-07 12:26:20 UTC (rev 1260541)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=ibus-table
-pkgver=1.16.10
+pkgver=1.16.11
 pkgrel=1
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('docbook2x' 'docbook-sgml' 'docbook-utils')
 depends=('python-pyenchant' 'ibus' 'aspell-en')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kaio/ibus-table/archive/$pkgver.tar.gz;)
-sha512sums=('08bb29e721194090aeacdab85eb49b1318548346731f7ff78ff4cf71ec8e1a0f075500f56635721831383b8831c6c07397cd031019de9ac0f4f125927aecf485')
+sha512sums=('72292f5d4668ce24cf6e636222f9c688cd397ef84791d507b935cb9b68a38e7f9867c43794ed427dd8aebdf2de7af18c71421d448565bd91aedfd091c8953618')
 
 build() {
   cd $pkgname-$pkgver



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

2022-08-07 Thread Sergej Pupykin via arch-commits
Date: Sunday, August 7, 2022 @ 12:21:22
  Author: spupykin
Revision: 1260540

archrelease: copy trunk to community-x86_64

Added:
  recoll/repos/community-x86_64/PKGBUILD
(from rev 1260539, recoll/trunk/PKGBUILD)
Deleted:
  recoll/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 12:21:13 UTC (rev 1260539)
+++ PKGBUILD2022-08-07 12:21:22 UTC (rev 1260540)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel J Griffiths 
-# Contributor: Andrea Scarpino 
-# Contributor: Vladimir Chizhov 
-# Contributor: Robert Emil Berge 
-
-pkgname=recoll
-pkgver=1.32.1
-pkgrel=1
-pkgdesc="Full text search tool based on Xapian backend"
-arch=('x86_64')
-url="https://www.lesbonscomptes.com/recoll/;
-license=('GPL')
-depends=('xapian-core>=1.0.15-1' 'qt5-base' 'openssl' 'hicolor-icon-theme' 
'qt5-webkit'
-'chmlib')
-makedepends=('python' 'python-setuptools')
-optdepends=('libxslt: for XML based formats (fb2,etc)'
-   'unzip: for the OpenOffice.org documents'
-   'poppler: for pdf'
-   'pstotext: for postscipt'
-   'antiword: for msword'
-   'catdoc: for ms excel and powerpoint'
-   'unrtf: for RTF'
-#  'untex: for dvi support with dvips'
-   'djvulibre: for djvu'
-   'id3lib: for mp3 tags support with id3info'
-   'python-mutagen: Audio metadata'
-   'perl-image-exiftool: EXIF data from raw files'
-   'python-lxml: indexing spreadsheets'
-'python-pychm: CHM filter'
-   'aspell-en: English stemming support')
-source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
-sha512sums=('f8a4c90e1430ac720177f3e02c37ab9c2eb2b47abfae911b6471b3146e0cf537081bc4663d79fdece284dcc4afbdf5646aa8461c47f9e71f6b91cee5bf7466e8')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  sed -i '1,1i#include ' qtgui/ssearch_w.cpp
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  QMAKE=qmake-qt5 ./configure --prefix=/usr --mandir=/usr/share/man 
--enable-recollq
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  make DESTDIR="$pkgdir" install
-}

Copied: recoll/repos/community-x86_64/PKGBUILD (from rev 1260539, 
recoll/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 12:21:22 UTC (rev 1260540)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel J Griffiths 
+# Contributor: Andrea Scarpino 
+# Contributor: Vladimir Chizhov 
+# Contributor: Robert Emil Berge 
+
+pkgname=recoll
+pkgver=1.32.5
+pkgrel=1
+pkgdesc="Full text search tool based on Xapian backend"
+arch=('x86_64')
+url="https://www.lesbonscomptes.com/recoll/;
+license=('GPL')
+depends=('xapian-core>=1.0.15-1' 'qt5-base' 'openssl' 'hicolor-icon-theme' 
'qt5-webkit'
+'chmlib')
+makedepends=('python' 'python-setuptools')
+optdepends=('libxslt: for XML based formats (fb2,etc)'
+   'unzip: for the OpenOffice.org documents'
+   'poppler: for pdf'
+   'pstotext: for postscipt'
+   'antiword: for msword'
+   'catdoc: for ms excel and powerpoint'
+   'unrtf: for RTF'
+#  'untex: for dvi support with dvips'
+   'djvulibre: for djvu'
+   'id3lib: for mp3 tags support with id3info'
+   'python-mutagen: Audio metadata'
+   'perl-image-exiftool: EXIF data from raw files'
+   'python-lxml: indexing spreadsheets'
+'python-pychm: CHM filter'
+   'aspell-en: English stemming support')
+source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
+sha512sums=('ea7242d7a3cbba66bb9f90523388b097263b370a1f11b09e5ad63ac58cdcea74db1ae17e312b81efcda6cfd856c02b7f961a57dbacd7c5b6b1a76f9afa89622e')
+
+prepare() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  sed -i '1,1i#include ' qtgui/ssearch_w.cpp
+}
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  QMAKE=qmake-qt5 ./configure --prefix=/usr --mandir=/usr/share/man 
--enable-recollq
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  make DESTDIR="$pkgdir" install
+}



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

2022-08-07 Thread Sergej Pupykin via arch-commits
Date: Sunday, August 7, 2022 @ 12:21:13
  Author: spupykin
Revision: 1260539

upgpkg: recoll 1.32.5-1

Modified:
  recoll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 12:15:14 UTC (rev 1260538)
+++ PKGBUILD2022-08-07 12:21:13 UTC (rev 1260539)
@@ -5,7 +5,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=recoll
-pkgver=1.32.1
+pkgver=1.32.5
 pkgrel=1
 pkgdesc="Full text search tool based on Xapian backend"
 arch=('x86_64')
@@ -30,7 +30,7 @@
 'python-pychm: CHM filter'
'aspell-en: English stemming support')
 source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
-sha512sums=('f8a4c90e1430ac720177f3e02c37ab9c2eb2b47abfae911b6471b3146e0cf537081bc4663d79fdece284dcc4afbdf5646aa8461c47f9e71f6b91cee5bf7466e8')
+sha512sums=('ea7242d7a3cbba66bb9f90523388b097263b370a1f11b09e5ad63ac58cdcea74db1ae17e312b81efcda6cfd856c02b7f961a57dbacd7c5b6b1a76f9afa89622e')
 
 prepare() {
   cd "$srcdir/$pkgname-${pkgver/_/}"



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

2022-08-07 Thread Jan Steffens via arch-commits
Date: Sunday, August 7, 2022 @ 12:18:09
  Author: heftig
Revision: 452393

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk/repos/extra-x86_64/PKGBUILD
(from rev 452390, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/extra-x86_64/keys/
Deleted:
  webkit2gtk/repos/extra-x86_64/PKGBUILD
  webkit2gtk/repos/extra-x86_64/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 12:18:09 UTC (rev 452392)
+++ PKGBUILD2022-08-07 12:18:09 UTC (rev 452393)
@@ -1,76 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.36.5
-pkgrel=2
-pkgdesc="Web content engine for GTK"
-url="https://webkitgtk.org;
-arch=(x86_64)
-license=(custom)
-depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
- icu libjpeg libsoup libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
- libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
- enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
- woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
- gst-plugins-base-libs libmanette)
-makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
- wayland-protocols systemd gst-plugins-bad gperf)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-options=(debug)
-source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc}
-
https://github.com/WebKit/WebKit/commit/a6277d4834cce0dea2f999d4c06ffa57abfbb82d.patch)
-sha256sums=('d5532fa884c943dc48f1911473dd663aba407a3b35caa7b04bac1419b41e5908'
-'SKIP'
-'ef40fe4f989103d3e81b8a5885bcf78c7cabe7fab6160f2404aaae0daf6f7951')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
-
-prepare() {
-  cd webkitgtk-$pkgver
-
-  # https://bugs.archlinux.org/task/75453
-  patch -Np1 -i ../a6277d4834cce0dea2f999d4c06ffa57abfbb82d.patch
-}
-
-build() {
-  # Produce minimal debug info: 4.3 GB of debug data makes the
-  # build too slow and is too much to package for debuginfod
-  CFLAGS+=' -g1'
-  CXXFLAGS+=' -g1'
-
-  cmake -S webkitgtk-$pkgver -B build -G Ninja \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DCMAKE_SKIP_RPATH=ON \
--DUSE_SOUP2=ON \
--DENABLE_GTKDOC=OFF \
--DENABLE_MINIBROWSER=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
-  provides+=(libjavascriptcoregtk-4.0.so libwebkit2gtk-4.0.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  rm -r "$pkgdir/usr/bin"
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk/repos/extra-x86_64/PKGBUILD (from rev 452390, 
webkit2gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 12:18:09 UTC (rev 452393)
@@ -0,0 +1,71 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.36.6
+pkgrel=1
+pkgdesc="Web content engine for GTK"
+url="https://webkitgtk.org;
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
+ icu libjpeg libsoup libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
+ libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
+ enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
+ woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
+ gst-plugins-base-libs libmanette)
+makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
+ wayland-protocols systemd gst-plugins-bad gperf)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+options=(debug)
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('1193bc821946336776f0dfa5e0dca5651f1e57157eda12da4721d2441f24a61a'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 

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

2022-08-07 Thread Jan Steffens via arch-commits
Date: Sunday, August 7, 2022 @ 12:18:09
  Author: heftig
Revision: 452392

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk-5.0/repos/extra-x86_64/PKGBUILD
(from rev 452390, webkit2gtk-5.0/trunk/PKGBUILD)
  webkit2gtk-5.0/repos/extra-x86_64/keys/
Deleted:
  webkit2gtk-5.0/repos/extra-x86_64/PKGBUILD
  webkit2gtk-5.0/repos/extra-x86_64/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 12:18:08 UTC (rev 452391)
+++ PKGBUILD2022-08-07 12:18:09 UTC (rev 452392)
@@ -1,74 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk-5.0
-pkgver=2.36.5
-pkgrel=2
-pkgdesc="Web content engine for GTK"
-url="https://webkitgtk.org;
-arch=(x86_64)
-license=(custom)
-depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk4 harfbuzz harfbuzz-icu
- icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
- libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
- enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
- woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
- gst-plugins-base-libs libmanette libxcomposite)
-makedepends=(cmake ninja python ruby gobject-introspection
- wayland-protocols systemd gst-plugins-bad gperf)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-options=(debug)
-source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc}
-
https://github.com/WebKit/WebKit/commit/a6277d4834cce0dea2f999d4c06ffa57abfbb82d.patch)
-sha256sums=('d5532fa884c943dc48f1911473dd663aba407a3b35caa7b04bac1419b41e5908'
-'SKIP'
-'ef40fe4f989103d3e81b8a5885bcf78c7cabe7fab6160f2404aaae0daf6f7951')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
-
-prepare() {
-  cd webkitgtk-$pkgver
-
-  # https://bugs.archlinux.org/task/75453
-  patch -Np1 -i ../a6277d4834cce0dea2f999d4c06ffa57abfbb82d.patch
-}
-
-build() {
-  # Produce minimal debug info: 4.3 GB of debug data makes the
-  # build too slow and is too much to package for debuginfod
-  CFLAGS+=' -g1'
-  CXXFLAGS+=' -g1'
-
-  cmake -S webkitgtk-$pkgver -B build -G Ninja \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DCMAKE_SKIP_RPATH=ON \
--DUSE_GTK4=ON \
--DENABLE_GTKDOC=OFF \
--DENABLE_MINIBROWSER=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
-  provides+=(libjavascriptcoregtk-5.0.so libwebkit2gtk-5.0.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk-5.0/repos/extra-x86_64/PKGBUILD (from rev 452390, 
webkit2gtk-5.0/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 12:18:09 UTC (rev 452392)
@@ -0,0 +1,69 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk-5.0
+pkgver=2.36.6
+pkgrel=1
+pkgdesc="Web content engine for GTK"
+url="https://webkitgtk.org;
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk4 harfbuzz harfbuzz-icu
+ icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
+ libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
+ enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
+ woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
+ gst-plugins-base-libs libmanette libxcomposite)
+makedepends=(cmake ninja python ruby gobject-introspection
+ wayland-protocols systemd gst-plugins-bad gperf)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+options=(debug)
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('1193bc821946336776f0dfa5e0dca5651f1e57157eda12da4721d2441f24a61a'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') 

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

2022-08-07 Thread Jan Steffens via arch-commits
Date: Sunday, August 7, 2022 @ 12:18:08
  Author: heftig
Revision: 452391

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk-4.1/repos/extra-x86_64/PKGBUILD
(from rev 452390, webkit2gtk-4.1/trunk/PKGBUILD)
  webkit2gtk-4.1/repos/extra-x86_64/keys/
Deleted:
  webkit2gtk-4.1/repos/extra-x86_64/PKGBUILD
  webkit2gtk-4.1/repos/extra-x86_64/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 12:17:45 UTC (rev 452390)
+++ PKGBUILD2022-08-07 12:18:08 UTC (rev 452391)
@@ -1,76 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk-4.1
-pkgver=2.36.5
-pkgrel=2
-pkgdesc="Web content engine for GTK"
-url="https://webkitgtk.org;
-arch=(x86_64)
-license=(custom)
-depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
- icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
- libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
- enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
- woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
- gst-plugins-base-libs libmanette)
-makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
- wayland-protocols systemd gst-plugins-bad gperf)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-options=(debug)
-source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc}
-
https://github.com/WebKit/WebKit/commit/a6277d4834cce0dea2f999d4c06ffa57abfbb82d.patch)
-sha256sums=('d5532fa884c943dc48f1911473dd663aba407a3b35caa7b04bac1419b41e5908'
-'SKIP'
-'ef40fe4f989103d3e81b8a5885bcf78c7cabe7fab6160f2404aaae0daf6f7951')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
-
-prepare() {
-  cd webkitgtk-$pkgver
-
-  # https://bugs.archlinux.org/task/75453
-  patch -Np1 -i ../a6277d4834cce0dea2f999d4c06ffa57abfbb82d.patch
-}
-
-build() {
-  # Produce minimal debug info: 4.3 GB of debug data makes the
-  # build too slow and is too much to package for debuginfod
-  CFLAGS+=' -g1'
-  CXXFLAGS+=' -g1'
-
-  cmake -S webkitgtk-$pkgver -B build -G Ninja \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DCMAKE_SKIP_RPATH=ON \
--DUSE_SOUP2=OFF \
--DENABLE_GTKDOC=ON \
--DENABLE_MINIBROWSER=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
-  provides+=(libjavascriptcoregtk-4.1.so libwebkit2gtk-4.1.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  rm -r "$pkgdir/usr/bin"
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk-4.1/repos/extra-x86_64/PKGBUILD (from rev 452390, 
webkit2gtk-4.1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 12:18:08 UTC (rev 452391)
@@ -0,0 +1,71 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk-4.1
+pkgver=2.36.6
+pkgrel=1
+pkgdesc="Web content engine for GTK"
+url="https://webkitgtk.org;
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
+ icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
+ libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
+ enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
+ woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
+ gst-plugins-base-libs libmanette)
+makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
+ wayland-protocols systemd gst-plugins-bad gperf)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+options=(debug)
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('1193bc821946336776f0dfa5e0dca5651f1e57157eda12da4721d2441f24a61a'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  

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

2022-08-07 Thread Jan Steffens via arch-commits
Date: Sunday, August 7, 2022 @ 12:17:45
  Author: heftig
Revision: 452390

2.36.6-1

Modified:
  webkit2gtk-4.1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 12:06:24 UTC (rev 452389)
+++ PKGBUILD2022-08-07 12:17:45 UTC (rev 452390)
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk-4.1
-pkgver=2.36.5
-pkgrel=2
+pkgver=2.36.6
+pkgrel=1
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org;
 arch=(x86_64)
@@ -21,19 +21,14 @@
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
 options=(debug)
-source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc}
-
https://github.com/WebKit/WebKit/commit/a6277d4834cce0dea2f999d4c06ffa57abfbb82d.patch)
-sha256sums=('d5532fa884c943dc48f1911473dd663aba407a3b35caa7b04bac1419b41e5908'
-'SKIP'
-'ef40fe4f989103d3e81b8a5885bcf78c7cabe7fab6160f2404aaae0daf6f7951')
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('1193bc821946336776f0dfa5e0dca5651f1e57157eda12da4721d2441f24a61a'
+'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
 
 prepare() {
   cd webkitgtk-$pkgver
-
-  # https://bugs.archlinux.org/task/75453
-  patch -Np1 -i ../a6277d4834cce0dea2f999d4c06ffa57abfbb82d.patch
 }
 
 build() {



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

2022-08-07 Thread Sergej Pupykin via arch-commits
Date: Sunday, August 7, 2022 @ 12:15:14
  Author: spupykin
Revision: 1260538

archrelease: copy trunk to community-any

Added:
  phpldapadmin/repos/community-any/PKGBUILD
(from rev 1260537, phpldapadmin/trunk/PKGBUILD)
  phpldapadmin/repos/community-any/disable-mcrypt.patch
(from rev 1260537, phpldapadmin/trunk/disable-mcrypt.patch)
  phpldapadmin/repos/community-any/password-unescape.patch
(from rev 1260537, phpldapadmin/trunk/password-unescape.patch)
  phpldapadmin/repos/community-any/phpldapadmin-1.2.3-php7_4.patch
(from rev 1260537, phpldapadmin/trunk/phpldapadmin-1.2.3-php7_4.patch)
  phpldapadmin/repos/community-any/sort-in-templates.patch
(from rev 1260537, phpldapadmin/trunk/sort-in-templates.patch)
Deleted:
  phpldapadmin/repos/community-any/PKGBUILD
  phpldapadmin/repos/community-any/disable-mcrypt.patch
  phpldapadmin/repos/community-any/password-unescape.patch
  phpldapadmin/repos/community-any/phpldapadmin-1.2.3-php7_4.patch
  phpldapadmin/repos/community-any/sort-in-templates.patch

-+
 PKGBUILD|   86 +++---
 disable-mcrypt.patch|   72 +++
 password-unescape.patch |   20 
 phpldapadmin-1.2.3-php7_4.patch |   48 ++---
 sort-in-templates.patch |   24 +-
 5 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 12:14:59 UTC (rev 1260537)
+++ PKGBUILD2022-08-07 12:15:14 UTC (rev 1260538)
@@ -1,43 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=phpldapadmin
-pkgver=1.2.6.3
-pkgrel=1
-pkgdesc="A PHP and hence web-based tool to administrate LDAP over the WWW"
-arch=('any')
-url="https://github.com/leenooks/phpLDAPadmin;
-license=('GPL')
-depends=('libldap' 'php7')
-makedepends=('optipng')
-backup=("etc/webapps/phpldapadmin/config.php")
-source=($pkgname-$pkgver.tar.gz::https://github.com/leenooks/phpLDAPadmin/archive/$pkgver.tar.gz
-disable-mcrypt.patch
-phpldapadmin-1.2.3-php7_4.patch
-password-unescape.patch
-sort-in-templates.patch)
-sha256sums=('718f805403279f8e54caa1046b5f43c989e3bce82c408d22d349b5393e4a2cea'
-'b31774abab4dd603ec9acbeda49adb188890173ee93042a811b5724e01edd837'
-'d6e9b6361549be4a4e5a05ffac0917307973fe35717041f7cdde4171271ad168'
-'11e673b4ebbd922e5f6769837fef659303c48247f414dcd80f742bb01b6162b7'
-'fc2d4bdf4d43a90aa541fe20eeed494caa339eacf3f08b06539efcdbacc3578f')
-
-prepare() {
-  cd "$srcdir"/phpLDAPadmin-${pkgver}/
-  find -type f -name '*.png' -exec optipng -quiet -force -fix {} \;
-  patch -p1 -i "$srcdir"/disable-mcrypt.patch
-#  patch -p1 -i "$srcdir"/phpldapadmin-1.2.3-php7_4.patch
-  patch -p1 -i "$srcdir"/sort-in-templates.patch
-#  patch -p1 -i "$srcdir"/password-unescape.patch
-  find -type f -name '*.orig' -exec rm -f {} \;
-}
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/phpldapadmin
-  mkdir -p ${_instdir} "$pkgdir"/etc/webapps/phpldapadmin
-  cd ${_instdir}
-
-  cp -ra "$srcdir"/phpLDAPadmin-${pkgver}/* .
-
-  ln -s /etc/webapps/phpldapadmin/config.php ${_instdir}/config/config.php
-  cp ${_instdir}/config/config.php.example 
"$pkgdir"/etc/webapps/phpldapadmin/config.php
-}

Copied: phpldapadmin/repos/community-any/PKGBUILD (from rev 1260537, 
phpldapadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 12:15:14 UTC (rev 1260538)
@@ -0,0 +1,43 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=phpldapadmin
+pkgver=1.2.6.4
+pkgrel=1
+pkgdesc="A PHP and hence web-based tool to administrate LDAP over the WWW"
+arch=('any')
+url="https://github.com/leenooks/phpLDAPadmin;
+license=('GPL')
+depends=('libldap' 'php7')
+makedepends=('optipng')
+backup=("etc/webapps/phpldapadmin/config.php")
+source=($pkgname-$pkgver.tar.gz::https://github.com/leenooks/phpLDAPadmin/archive/$pkgver.tar.gz
+disable-mcrypt.patch
+phpldapadmin-1.2.3-php7_4.patch
+password-unescape.patch
+sort-in-templates.patch)
+sha256sums=('92e390c013714c75439737633ad4576bc642d87b0091fab6226cbbcb13a0ea48'
+'b31774abab4dd603ec9acbeda49adb188890173ee93042a811b5724e01edd837'
+'d6e9b6361549be4a4e5a05ffac0917307973fe35717041f7cdde4171271ad168'
+'11e673b4ebbd922e5f6769837fef659303c48247f414dcd80f742bb01b6162b7'
+'fc2d4bdf4d43a90aa541fe20eeed494caa339eacf3f08b06539efcdbacc3578f')
+
+prepare() {
+  cd "$srcdir"/phpLDAPadmin-${pkgver}/
+  find -type f -name '*.png' -exec optipng -quiet -force -fix {} \;
+  patch -p1 -i "$srcdir"/disable-mcrypt.patch
+#  patch -p1 -i "$srcdir"/phpldapadmin-1.2.3-php7_4.patch
+  patch -p1 -i "$srcdir"/sort-in-templates.patch
+#  patch -p1 -i "$srcdir"/password-unescape.patch
+  find -type f -name '*.orig' 

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

2022-08-07 Thread Sergej Pupykin via arch-commits
Date: Sunday, August 7, 2022 @ 12:14:59
  Author: spupykin
Revision: 1260537

upgpkg: phpldapadmin 1.2.6.4-1

Modified:
  phpldapadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 12:14:53 UTC (rev 1260536)
+++ PKGBUILD2022-08-07 12:14:59 UTC (rev 1260537)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=phpldapadmin
-pkgver=1.2.6.3
+pkgver=1.2.6.4
 pkgrel=1
 pkgdesc="A PHP and hence web-based tool to administrate LDAP over the WWW"
 arch=('any')
@@ -15,7 +15,7 @@
 phpldapadmin-1.2.3-php7_4.patch
 password-unescape.patch
 sort-in-templates.patch)
-sha256sums=('718f805403279f8e54caa1046b5f43c989e3bce82c408d22d349b5393e4a2cea'
+sha256sums=('92e390c013714c75439737633ad4576bc642d87b0091fab6226cbbcb13a0ea48'
 'b31774abab4dd603ec9acbeda49adb188890173ee93042a811b5724e01edd837'
 'd6e9b6361549be4a4e5a05ffac0917307973fe35717041f7cdde4171271ad168'
 '11e673b4ebbd922e5f6769837fef659303c48247f414dcd80f742bb01b6162b7'



[arch-commits] Commit in perl-test-trap/repos/community-any (PKGBUILD PKGBUILD)

2022-08-07 Thread Sergej Pupykin via arch-commits
Date: Sunday, August 7, 2022 @ 12:14:53
  Author: spupykin
Revision: 1260536

archrelease: copy trunk to community-any

Added:
  perl-test-trap/repos/community-any/PKGBUILD
(from rev 1260535, perl-test-trap/trunk/PKGBUILD)
Deleted:
  perl-test-trap/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 12:14:43 UTC (rev 1260535)
+++ PKGBUILD2022-08-07 12:14:53 UTC (rev 1260536)
@@ -1,31 +0,0 @@
-# Maintainer:
-
-pkgname=perl-test-trap
-pkgver=0.3.4
-pkgrel=5
-pkgdesc='Trap exit codes, exceptions, output, etc.'
-arch=('any')
-url="https://metacpan.org/release/Test-Trap;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-data-dump')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/Test-Trap-v$pkgver.tar.gz;)
-sha1sums=('53519d57ba9879fa935cf49c09da7514d8d7dd89')
-
-build() {
-  cd Test-Trap-v$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Trap-v$pkgver
-  # XXX: test fails since perl 5.26.0, no idea why, figure it out later - 
bluewind
-  rm -f t/10-tester.t
-  make test
-}
-
-package() {
-  cd Test-Trap-v$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-trap/repos/community-any/PKGBUILD (from rev 1260535, 
perl-test-trap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 12:14:53 UTC (rev 1260536)
@@ -0,0 +1,31 @@
+# Maintainer:
+
+pkgname=perl-test-trap
+pkgver=0.3.5
+pkgrel=1
+pkgdesc='Trap exit codes, exceptions, output, etc.'
+arch=('any')
+url="https://metacpan.org/release/Test-Trap;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-data-dump')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/Test-Trap-v$pkgver.tar.gz;)
+sha1sums=('41d3430a0ab8cfec955c9c45dd12d1f92c29e439')
+
+build() {
+  cd Test-Trap-v$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Trap-v$pkgver
+  # XXX: test fails since perl 5.26.0, no idea why, figure it out later - 
bluewind
+  rm -f t/10-tester.t
+  make test
+}
+
+package() {
+  cd Test-Trap-v$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in perl-test-trap/trunk (PKGBUILD)

2022-08-07 Thread Sergej Pupykin via arch-commits
Date: Sunday, August 7, 2022 @ 12:14:43
  Author: spupykin
Revision: 1260535

upgpkg: perl-test-trap 0.3.5-1

Modified:
  perl-test-trap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 12:14:38 UTC (rev 1260534)
+++ PKGBUILD2022-08-07 12:14:43 UTC (rev 1260535)
@@ -1,8 +1,8 @@
 # Maintainer:
 
 pkgname=perl-test-trap
-pkgver=0.3.4
-pkgrel=5
+pkgver=0.3.5
+pkgrel=1
 pkgdesc='Trap exit codes, exceptions, output, etc.'
 arch=('any')
 url="https://metacpan.org/release/Test-Trap;
@@ -10,7 +10,7 @@
 depends=('perl' 'perl-data-dump')
 options=('!emptydirs')
 
source=("https://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/Test-Trap-v$pkgver.tar.gz;)
-sha1sums=('53519d57ba9879fa935cf49c09da7514d8d7dd89')
+sha1sums=('41d3430a0ab8cfec955c9c45dd12d1f92c29e439')
 
 build() {
   cd Test-Trap-v$pkgver



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

2022-08-07 Thread Sergej Pupykin via arch-commits
Date: Sunday, August 7, 2022 @ 12:14:38
  Author: spupykin
Revision: 1260534

archrelease: copy trunk to community-any

Added:
  perl-json/repos/community-any/PKGBUILD
(from rev 1260533, perl-json/trunk/PKGBUILD)
Deleted:
  perl-json/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 12:14:27 UTC (rev 1260533)
+++ PKGBUILD2022-08-07 12:14:38 UTC (rev 1260534)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-json
-pkgver=4.08
-pkgrel=1
-pkgdesc="JSON (JavaScript Object Notation) encoder/decoder"
-arch=('any')
-url="https://search.cpan.org/dist/JSON;
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/JSON-$pkgver.tar.gz)
-sha256sums=('6b2a38eb6f92934840d142e31ce6683610b66477fad3ffab978ef26ca53f')
-
-build() {
-  cd  "$srcdir"/JSON-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/JSON-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-json/repos/community-any/PKGBUILD (from rev 1260533, 
perl-json/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 12:14:38 UTC (rev 1260534)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-json
+pkgver=4.09
+pkgrel=1
+pkgdesc="JSON (JavaScript Object Notation) encoder/decoder"
+arch=('any')
+url="https://search.cpan.org/dist/JSON;
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/JSON-$pkgver.tar.gz)
+sha256sums=('6780a51f438c0932eec0534fc9cd2b1ad0d64817eda4add8ede5ec77d6d2c991')
+
+build() {
+  cd  "$srcdir"/JSON-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/JSON-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



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

2022-08-07 Thread Sergej Pupykin via arch-commits
Date: Sunday, August 7, 2022 @ 12:14:27
  Author: spupykin
Revision: 1260533

upgpkg: perl-json 4.09-1

Modified:
  perl-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 12:14:21 UTC (rev 1260532)
+++ PKGBUILD2022-08-07 12:14:27 UTC (rev 1260533)
@@ -2,7 +2,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-json
-pkgver=4.08
+pkgver=4.09
 pkgrel=1
 pkgdesc="JSON (JavaScript Object Notation) encoder/decoder"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl>=5.10.0')
 options=('!emptydirs')
 
source=(https://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/JSON-$pkgver.tar.gz)
-sha256sums=('6b2a38eb6f92934840d142e31ce6683610b66477fad3ffab978ef26ca53f')
+sha256sums=('6780a51f438c0932eec0534fc9cd2b1ad0d64817eda4add8ede5ec77d6d2c991')
 
 build() {
   cd  "$srcdir"/JSON-$pkgver



[arch-commits] Commit in perl-file-sharedir-install/repos/community-any (2 files)

2022-08-07 Thread Sergej Pupykin via arch-commits
Date: Sunday, August 7, 2022 @ 12:14:21
  Author: spupykin
Revision: 1260532

archrelease: copy trunk to community-any

Added:
  perl-file-sharedir-install/repos/community-any/PKGBUILD
(from rev 1260531, perl-file-sharedir-install/trunk/PKGBUILD)
Deleted:
  perl-file-sharedir-install/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 12:14:08 UTC (rev 1260531)
+++ PKGBUILD2022-08-07 12:14:21 UTC (rev 1260532)
@@ -1,31 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jason St. John 
-# Contributor: AUR Perl 
-
-pkgname=perl-file-sharedir-install
-pkgver=0.13
-pkgrel=6
-pkgdesc="File::ShareDir::Install - Install read-only data files from a 
distribution"
-arch=('any')
-url="https://search.cpan.org/dist/File-ShareDir-Install;
-license=('GPL' 'PerlArtistic')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=("https://cpan.org/modules/by-module/File/File-ShareDir-Install-${pkgver}.tar.gz;)
-sha256sums=('45befdf0d95cbefe7c25a1daf293d85f780d6d2576146546e6828aad26e580f9')
-
-build() {
-   cd "File-ShareDir-Install-${pkgver}"
-   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-   make
-}
-
-check() {
-   cd "File-ShareDir-Install-${pkgver}"
-   make test
-}
-
-package() {
-   cd "File-ShareDir-Install-${pkgver}"
-   make install DESTDIR="${pkgdir}"
-}

Copied: perl-file-sharedir-install/repos/community-any/PKGBUILD (from rev 
1260531, perl-file-sharedir-install/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 12:14:21 UTC (rev 1260532)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jason St. John 
+# Contributor: AUR Perl 
+
+pkgname=perl-file-sharedir-install
+pkgver=0.14
+pkgrel=1
+pkgdesc="File::ShareDir::Install - Install read-only data files from a 
distribution"
+arch=('any')
+url="https://search.cpan.org/dist/File-ShareDir-Install;
+license=('GPL' 'PerlArtistic')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("https://cpan.org/modules/by-module/File/File-ShareDir-Install-${pkgver}.tar.gz;)
+sha256sums=('8f9533b198f2d4a9a5288cbc7d224f7679ad05a7a8573745599789428bc5aea0')
+
+build() {
+   cd "File-ShareDir-Install-${pkgver}"
+   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+   make
+}
+
+check() {
+   cd "File-ShareDir-Install-${pkgver}"
+   make test
+}
+
+package() {
+   cd "File-ShareDir-Install-${pkgver}"
+   make install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in perl-file-sharedir-install/trunk (PKGBUILD)

2022-08-07 Thread Sergej Pupykin via arch-commits
Date: Sunday, August 7, 2022 @ 12:14:08
  Author: spupykin
Revision: 1260531

upgpkg: perl-file-sharedir-install 0.14-1

Modified:
  perl-file-sharedir-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 12:09:00 UTC (rev 1260530)
+++ PKGBUILD2022-08-07 12:14:08 UTC (rev 1260531)
@@ -3,8 +3,8 @@
 # Contributor: AUR Perl 
 
 pkgname=perl-file-sharedir-install
-pkgver=0.13
-pkgrel=6
+pkgver=0.14
+pkgrel=1
 pkgdesc="File::ShareDir::Install - Install read-only data files from a 
distribution"
 arch=('any')
 url="https://search.cpan.org/dist/File-ShareDir-Install;
@@ -12,7 +12,7 @@
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 
source=("https://cpan.org/modules/by-module/File/File-ShareDir-Install-${pkgver}.tar.gz;)
-sha256sums=('45befdf0d95cbefe7c25a1daf293d85f780d6d2576146546e6828aad26e580f9')
+sha256sums=('8f9533b198f2d4a9a5288cbc7d224f7679ad05a7a8573745599789428bc5aea0')
 
 build() {
cd "File-ShareDir-Install-${pkgver}"



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

2022-08-07 Thread David Runge via arch-commits
Date: Sunday, August 7, 2022 @ 12:09:00
  Author: dvzrv
Revision: 1260530

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 12:08:48 UTC (rev 1260529)
+++ PKGBUILD2022-08-07 12:09:00 UTC (rev 1260530)
@@ -1,66 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-mail
-_name=mail
-pkgver=1.13.6
-pkgrel=1
-pkgdesc="An email app for NextCloud"
-arch=(any)
-url="https://github.com/nextcloud/mail;
-license=(AGPL)
-makedepends=(nextcloud yq)
-groups=(nextcloud-apps)
-options=(!strip)
-source=($pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/mail/releases/download/v$pkgver/$_name-v$pkgver.tar.gz)
-sha512sums=('e0c143b62d0ebfb892ffc0ffb87b77c30385b4f21bfd7c52df9d288302b66d4f96163d31e16279c09e5e8b9cddf4fdcd42ac9955a54f4c2eff07ef08dd0491ff')
-b2sums=('62185f502452eea6f88a0455ae4cc1ba398e14ccc916d6f1d670528d40c7bcc287b722544d8e1301cda2dd029e61b13ac83054473c0bec4c4db12448edd1a8ea')
-
-# 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() {
-  # TODO: build 
usr/share/webapps/nextcloud/apps/mail/vendor/christophwurst/kitinerary-bin/bin/kitinerary-extractor
 manually!
-  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-mail/repos/community-any/PKGBUILD (from rev 1260529, 
nextcloud-app-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 12:09:00 UTC (rev 1260530)
@@ -0,0 +1,65 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-mail
+_name=mail
+pkgver=1.13.7
+pkgrel=1
+pkgdesc="An email app for NextCloud"
+arch=(any)
+url="https://github.com/nextcloud/mail;
+license=(AGPL)
+makedepends=(nextcloud yq)
+groups=(nextcloud-apps)
+options=(!strip)
+source=($pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/mail/releases/download/v$pkgver/$_name-v$pkgver.tar.gz)
+sha512sums=('18facb4945ff7bfa755a912e87e7ce57525dea4f9f38c6f3afe65e0be764752f4344cb2e2735a22424d6e5c6b6d9d2f8fabfcd35b737f5da5e23804e10e19f36')
+b2sums=('9a77982dbb5fb3e224c8b3b34d22a43d16d463646d8df1f1e131f7ef83423237d282402e570066dc0fd4a0ec1eb59b497d889d05de2d6f267f4819d2dfcd28a1')
+
+# 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 

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

2022-08-07 Thread David Runge via arch-commits
Date: Sunday, August 7, 2022 @ 12:08:48
  Author: dvzrv
Revision: 1260529

upgpkg: nextcloud-app-mail 1.13.7-1: Upgrade to 1.13.7.

Modified:
  nextcloud-app-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 12:04:02 UTC (rev 1260528)
+++ PKGBUILD2022-08-07 12:08:48 UTC (rev 1260529)
@@ -1,10 +1,9 @@
 # Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-mail
 _name=mail
-pkgver=1.13.6
+pkgver=1.13.7
 pkgrel=1
 pkgdesc="An email app for NextCloud"
 arch=(any)
@@ -14,8 +13,8 @@
 groups=(nextcloud-apps)
 options=(!strip)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/mail/releases/download/v$pkgver/$_name-v$pkgver.tar.gz)
-sha512sums=('e0c143b62d0ebfb892ffc0ffb87b77c30385b4f21bfd7c52df9d288302b66d4f96163d31e16279c09e5e8b9cddf4fdcd42ac9955a54f4c2eff07ef08dd0491ff')
-b2sums=('62185f502452eea6f88a0455ae4cc1ba398e14ccc916d6f1d670528d40c7bcc287b722544d8e1301cda2dd029e61b13ac83054473c0bec4c4db12448edd1a8ea')
+sha512sums=('18facb4945ff7bfa755a912e87e7ce57525dea4f9f38c6f3afe65e0be764752f4344cb2e2735a22424d6e5c6b6d9d2f8fabfcd35b737f5da5e23804e10e19f36')
+b2sums=('9a77982dbb5fb3e224c8b3b34d22a43d16d463646d8df1f1e131f7ef83423237d282402e570066dc0fd4a0ec1eb59b497d889d05de2d6f267f4819d2dfcd28a1')
 
 # 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 webkit2gtk/trunk (PKGBUILD)

2022-08-07 Thread Jan Steffens via arch-commits
Date: Sunday, August 7, 2022 @ 12:06:24
  Author: heftig
Revision: 452389

2.36.6-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 12:05:56 UTC (rev 452388)
+++ PKGBUILD2022-08-07 12:06:24 UTC (rev 452389)
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.36.5
-pkgrel=2
+pkgver=2.36.6
+pkgrel=1
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org;
 arch=(x86_64)
@@ -21,19 +21,14 @@
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
 options=(debug)
-source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc}
-
https://github.com/WebKit/WebKit/commit/a6277d4834cce0dea2f999d4c06ffa57abfbb82d.patch)
-sha256sums=('d5532fa884c943dc48f1911473dd663aba407a3b35caa7b04bac1419b41e5908'
-'SKIP'
-'ef40fe4f989103d3e81b8a5885bcf78c7cabe7fab6160f2404aaae0daf6f7951')
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('1193bc821946336776f0dfa5e0dca5651f1e57157eda12da4721d2441f24a61a'
+'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
 
 prepare() {
   cd webkitgtk-$pkgver
-
-  # https://bugs.archlinux.org/task/75453
-  patch -Np1 -i ../a6277d4834cce0dea2f999d4c06ffa57abfbb82d.patch
 }
 
 build() {



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

2022-08-07 Thread Jan Steffens via arch-commits
Date: Sunday, August 7, 2022 @ 12:05:56
  Author: heftig
Revision: 452388

2.36.6-1

Modified:
  webkit2gtk-5.0/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 11:56:29 UTC (rev 452387)
+++ PKGBUILD2022-08-07 12:05:56 UTC (rev 452388)
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk-5.0
-pkgver=2.36.5
-pkgrel=2
+pkgver=2.36.6
+pkgrel=1
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org;
 arch=(x86_64)
@@ -21,19 +21,14 @@
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
 options=(debug)
-source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc}
-
https://github.com/WebKit/WebKit/commit/a6277d4834cce0dea2f999d4c06ffa57abfbb82d.patch)
-sha256sums=('d5532fa884c943dc48f1911473dd663aba407a3b35caa7b04bac1419b41e5908'
-'SKIP'
-'ef40fe4f989103d3e81b8a5885bcf78c7cabe7fab6160f2404aaae0daf6f7951')
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('1193bc821946336776f0dfa5e0dca5651f1e57157eda12da4721d2441f24a61a'
+'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
 
 prepare() {
   cd webkitgtk-$pkgver
-
-  # https://bugs.archlinux.org/task/75453
-  patch -Np1 -i ../a6277d4834cce0dea2f999d4c06ffa57abfbb82d.patch
 }
 
 build() {



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 12:04:02
  Author: felixonmars
Revision: 1260528

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 12:03:48 UTC (rev 1260527)
+++ PKGBUILD2022-08-07 12:04:02 UTC (rev 1260528)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-phonenumbers
-pkgver=8.12.52
-pkgrel=1
-pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers;
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('638ec8e09d58adc5131e855a9436b45f1f0252c084638a13130df793d5357fc249e695668e2cce4902a534300c4683b64078e08620fdd2636857f6d328a45d82')
-
-build() {
-  cd python-phonenumbers-$pkgver/python
-  python setup.py build
-}
-
-check() {
-  cd python-phonenumbers-$pkgver/python
-  python setup.py test
-}
-
-package() {
-  cd python-phonenumbers-$pkgver/python
-  python setup.py install -O1 --root "$pkgdir"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 1260527, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 12:04:02 UTC (rev 1260528)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-phonenumbers
+pkgver=8.12.53
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers;
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('aa699e5df1b612bbcf384e01b80251099872e67fd5632dab35e53861ab6b28157266ac0a1700f4371a0a2975f0484256fb46b6287b87dc8e69aca85323475490')
+
+build() {
+  cd python-phonenumbers-$pkgver/python
+  python setup.py build
+}
+
+check() {
+  cd python-phonenumbers-$pkgver/python
+  python setup.py test
+}
+
+package() {
+  cd python-phonenumbers-$pkgver/python
+  python setup.py install -O1 --root "$pkgdir"
+}



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 12:03:48
  Author: felixonmars
Revision: 1260527

upgpkg: python-phonenumbers 8.12.53-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 12:03:38 UTC (rev 1260526)
+++ PKGBUILD2022-08-07 12:03:48 UTC (rev 1260527)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-phonenumbers
-pkgver=8.12.52
+pkgver=8.12.53
 pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('638ec8e09d58adc5131e855a9436b45f1f0252c084638a13130df793d5357fc249e695668e2cce4902a534300c4683b64078e08620fdd2636857f6d328a45d82')
+sha512sums=('aa699e5df1b612bbcf384e01b80251099872e67fd5632dab35e53861ab6b28157266ac0a1700f4371a0a2975f0484256fb46b6287b87dc8e69aca85323475490')
 
 build() {
   cd python-phonenumbers-$pkgver/python



[arch-commits] Commit in npm-check-updates/repos/community-any (PKGBUILD PKGBUILD)

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 12:03:38
  Author: felixonmars
Revision: 1260526

archrelease: copy trunk to community-any

Added:
  npm-check-updates/repos/community-any/PKGBUILD
(from rev 1260525, npm-check-updates/trunk/PKGBUILD)
Deleted:
  npm-check-updates/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 12:03:25 UTC (rev 1260525)
+++ PKGBUILD2022-08-07 12:03:38 UTC (rev 1260526)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=15.0.0
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('nodejs-nopt' 'npm' 'semver')
-makedepends=('git')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9b56ef05a64ed1f6beae706f5662988e6040e22102580adcfec3b6f31ca085f942abde70e7383735d33a24f59e081deff2e7b3a7ea302dd3b84907c75ba5facc')
-
-package() {
-  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}nopt
-  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 1260525, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 12:03:38 UTC (rev 1260526)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=15.0.1
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('nodejs-nopt' 'npm' 'semver')
+makedepends=('git')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('b107162a7ca52d578ff98b34736dae08ac28e114a08ab819d7aa992b6a81c5dd382d86133bd65e3371cb66068ef022ddf4d24e6172d9000d824cb44edeea7baa')
+
+package() {
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}nopt
+  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}semver
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}



[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 12:03:25
  Author: felixonmars
Revision: 1260525

upgpkg: npm-check-updates 15.0.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 11:58:43 UTC (rev 1260524)
+++ PKGBUILD2022-08-07 12:03:25 UTC (rev 1260525)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=15.0.0
+pkgver=15.0.1
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('git')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9b56ef05a64ed1f6beae706f5662988e6040e22102580adcfec3b6f31ca085f942abde70e7383735d33a24f59e081deff2e7b3a7ea302dd3b84907c75ba5facc')
+sha512sums=('b107162a7ca52d578ff98b34736dae08ac28e114a08ab819d7aa992b6a81c5dd382d86133bd65e3371cb66068ef022ddf4d24e6172d9000d824cb44edeea7baa')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



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

2022-08-07 Thread David Runge via arch-commits
Date: Sunday, August 7, 2022 @ 11:56:29
  Author: dvzrv
Revision: 452387

archrelease: copy trunk to extra-any

Added:
  scons/repos/extra-any/PKGBUILD
(from rev 452386, scons/trunk/PKGBUILD)
Deleted:
  scons/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 11:56:19 UTC (rev 452386)
+++ PKGBUILD2022-08-07 11:56:29 UTC (rev 452387)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: damir 
-# Contributor: Lukas Sabota 
-# Contributor: Brice Carpentier 
-
-pkgname=scons
-pkgver=4.3.0
-pkgrel=3
-pkgdesc="Extensible Python-based build utility"
-arch=(any)
-url="https://scons.org;
-license=(MIT)
-depends=(python)
-makedepends=(python-setuptools python-sphinx python-sphinx_rtd_theme
-rst2pdf)
-checkdepends=(python-pytest)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('2d91cf3045797c888d24db38d5b44576e56b271a2c4e9d28d7e16026451865f713990ff9e57fa3e0a1c19603c2d6adbbd1ba36d297c9dcce4db4139fcc51cd62')
-b2sums=('a43b509b358d47ee73f7eb714d1239b4fdc33f38483c1a3e72c3a8082242d7bb1a4925958a2648782aa28f4c22a6e018aea8fec1139cf44c59e859f6f902d1d3')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # fix wrong build target
-  sed -e 's/bdist_wheel/bdist/g' -i SConstruct
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python scripts/scons.py --include-dir= -j1
-  # copy man pages into place, so that install-data may pick them up
-  cp -av build/doc/man/* .
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  python runtest.py --all --unit-only
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --optimize=1 --install-data=/usr/share/man/man1/ 
--root="$pkgdir"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -vDm 644 {{CHANGES,RELEASE}.txt,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: scons/repos/extra-any/PKGBUILD (from rev 452386, scons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 11:56:29 UTC (rev 452387)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: damir 
+# Contributor: Lukas Sabota 
+# Contributor: Brice Carpentier 
+
+pkgname=scons
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Extensible Python-based build utility"
+arch=(any)
+url="https://scons.org;
+license=(MIT)
+depends=(python)
+makedepends=(ninja python-build python-installer python-lxml python-setuptools
+python-sphinx python-sphinx_rtd_theme python-wheel rst2pdf)
+checkdepends=(python-psutil python-pytest)
+source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz)
+sha512sums=('01fcd40bf818ca22a278973af1cda3024efb74cf877f15d46607fda860448fbd577fc96ba33fef2bed3d145e662a0371f55e8c927e7ac44feea7f3081791ce11')
+b2sums=('f6ce757f2edc40551b05285098626bb62def6abda2380d4885ee4443868e715e53aaa34f26c09dc689bb6ade26d1b0e276046fe3b1d2ddf8eb40400bca9ea164')
+
+build() {
+  cd $pkgname-$pkgver
+  python scripts/scons.py --include-dir= -j1
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python runtest.py --all --unit-only
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  # remove man pages wrongly installed due to mishandling of install-data
+  rm -fv "$pkgdir/usr/"*.1
+  install -vDm 644 build/doc/man/* -t "$pkgdir/usr/share/man/man1/"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm 644 {{CHANGES,RELEASE}.txt,README.rst} -t 
"$pkgdir/usr/share/doc/$pkgname/"
+}



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

2022-08-07 Thread David Runge via arch-commits
Date: Sunday, August 7, 2022 @ 11:56:19
  Author: dvzrv
Revision: 452386

upgpkg: scons 4.4.0-1: Upgrade to 4.4.0.

Remove unnecessary quotes and curly braces.
Switch to PEP517.

Modified:
  scons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 11:44:12 UTC (rev 452385)
+++ PKGBUILD2022-08-07 11:56:19 UTC (rev 452386)
@@ -5,41 +5,37 @@
 # Contributor: Brice Carpentier 
 
 pkgname=scons
-pkgver=4.3.0
-pkgrel=3
+pkgver=4.4.0
+pkgrel=1
 pkgdesc="Extensible Python-based build utility"
 arch=(any)
 url="https://scons.org;
 license=(MIT)
 depends=(python)
-makedepends=(python-setuptools python-sphinx python-sphinx_rtd_theme
-rst2pdf)
-checkdepends=(python-pytest)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('2d91cf3045797c888d24db38d5b44576e56b271a2c4e9d28d7e16026451865f713990ff9e57fa3e0a1c19603c2d6adbbd1ba36d297c9dcce4db4139fcc51cd62')
-b2sums=('a43b509b358d47ee73f7eb714d1239b4fdc33f38483c1a3e72c3a8082242d7bb1a4925958a2648782aa28f4c22a6e018aea8fec1139cf44c59e859f6f902d1d3')
+makedepends=(ninja python-build python-installer python-lxml python-setuptools
+python-sphinx python-sphinx_rtd_theme python-wheel rst2pdf)
+checkdepends=(python-psutil python-pytest)
+source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz)
+sha512sums=('01fcd40bf818ca22a278973af1cda3024efb74cf877f15d46607fda860448fbd577fc96ba33fef2bed3d145e662a0371f55e8c927e7ac44feea7f3081791ce11')
+b2sums=('f6ce757f2edc40551b05285098626bb62def6abda2380d4885ee4443868e715e53aaa34f26c09dc689bb6ade26d1b0e276046fe3b1d2ddf8eb40400bca9ea164')
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # fix wrong build target
-  sed -e 's/bdist_wheel/bdist/g' -i SConstruct
-}
-
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
   python scripts/scons.py --include-dir= -j1
-  # copy man pages into place, so that install-data may pick them up
-  cp -av build/doc/man/* .
+  python -m build --wheel --no-isolation
 }
 
 check() {
-  cd "${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
   python runtest.py --all --unit-only
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --optimize=1 --install-data=/usr/share/man/man1/ 
--root="$pkgdir"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -vDm 644 {{CHANGES,RELEASE}.txt,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}/"
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  # remove man pages wrongly installed due to mishandling of install-data
+  rm -fv "$pkgdir/usr/"*.1
+  install -vDm 644 build/doc/man/* -t "$pkgdir/usr/share/man/man1/"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm 644 {{CHANGES,RELEASE}.txt,README.rst} -t 
"$pkgdir/usr/share/doc/$pkgname/"
 }



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

2022-08-07 Thread Alexander Rødseth via arch-commits
Date: Sunday, August 7, 2022 @ 11:53:28
  Author: arodseth
Revision: 1260521

archrelease: copy trunk to community-x86_64

Added:
  liteide/repos/community-x86_64/PKGBUILD
(from rev 1260520, liteide/trunk/PKGBUILD)
Deleted:
  liteide/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 11:53:22 UTC (rev 1260520)
+++ PKGBUILD2022-08-07 11:53:28 UTC (rev 1260521)
@@ -1,92 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=37.4
-pkgrel=3
-pkgdesc='IDE for editing and building projects written in Go'
-license=(LGPL)
-arch=(x86_64)
-url='https://github.com/visualfc/liteide'
-makedepends=(go git imagemagick mercurial setconf)
-depends=(go-tools qt5-webkit)
-optdepends=('go: go compiler'
-'gcc-go: go compiler')
-options=(!strip !emptydirs)
-source=("$pkgname-x$pkgver::git+$url#commit=b329ca4dca0cb19c0c1ca96e10bf350066640bd2")
 # tag: x37.4
-sha256sums=('SKIP')
-
-prepare() {
-  chmod +x liteide-x$pkgver/build/*_*.sh
-
-  # Fix for FS#4662 (until fixed by upstream)
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  sed -i 's|^GOROOT|#GOROOT|g' linux{32,64}.env
-
-  # Fix the libpng warning: iCCP: known incorrect sRGB profile
-  find "$srcdir" -type f -iname '*.png' -exec mogrify -strip '{}' \;
-
-  # relro
-  sed -i 's/"CONFIG+=release"/"CONFIG+=release" 
"QMAKE_LFLAGS+=-Wl,-z,relro,-z,now" "QMAKE_CXXFLAGS+=-Wl,-z,relro,-z,now"/g' \
-"$srcdir/liteide-x$pkgver/build/build_linux.sh"
-}
-
-build() {
-  cd liteide-x$pkgver/build
-  mkdir -p go
-  export GO111MODULE=off
-  export GOPATH="$PWD/go"
-  export QTDIR=/usr
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-  install -d \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  # Package executables
-  ls bin
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 bin/$binary "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  # Package resources
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  # Package libraries and plugins
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  # Package license files
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd "$srcdir"
-
-  # Package desktop shortcut
-  install -Dm644 "liteide-x$pkgver/liteidex/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -d "$pkgdir/usr/share/pixmaps"
-  ln -s /usr/share/liteide/welcome/images/liteide400.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  # Cleaning up
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# getver: 
raw.githubusercontent.com/visualfc/liteide/master/build/liteide_archlinux/PKGBUILD

Copied: liteide/repos/community-x86_64/PKGBUILD (from rev 1260520, 
liteide/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 11:53:28 UTC (rev 1260521)
@@ -0,0 +1,91 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=38.0
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in Go'
+license=(LGPL)
+arch=(x86_64)
+url='https://github.com/visualfc/liteide'
+makedepends=(go git imagemagick mercurial setconf)
+depends=(go-tools qt5-webkit)
+optdepends=('go: go compiler'
+'gcc-go: go compiler')
+options=(!strip !emptydirs)
+source=("$pkgname-x$pkgver::git+$url#commit=c43af2ebd9e1550da284ffb835468912cffb535c")
 # tag: x38.0
+b2sums=('SKIP')
+
+prepare() {
+  cd $pkgname-x$pkgver
+
+  chmod +x build/*_*.sh
+
+  # Fix for FS#4662 (until fixed by upstream)
+  sed -i 's|^GOROOT|#GOROOT|g' 
liteidex/os_deploy/linux/liteenv/linux{32,64}.env
+
+  # Fix the libpng warning: iCCP: known incorrect sRGB profile
+  find . -type f -iname '*.png' -exec mogrify -strip '{}' \;
+
+  # relro
+  sed -i 's/"CONFIG+=release"/"CONFIG+=release" 
"QMAKE_LFLAGS+=-Wl,-z,relro,-z,now" "QMAKE_CXXFLAGS+=-Wl,-z,relro,-z,now"/g' \
+build/build_linux.sh
+}
+
+build() {
+  cd liteide-x$pkgver/build
+  mkdir -p go
+  export GOPATH="$PWD/go"
+  export QTDIR=/usr
+  ./update_pkg.sh
+  ./build_linux.sh
+}
+
+package() {
+  cd liteide-x$pkgver/build/liteide
+  

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

2022-08-07 Thread Alexander Rødseth via arch-commits
Date: Sunday, August 7, 2022 @ 11:53:22
  Author: arodseth
Revision: 1260520

upgpkg: liteide 38.0-1

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 11:52:39 UTC (rev 1260519)
+++ PKGBUILD2022-08-07 11:53:22 UTC (rev 1260520)
@@ -4,8 +4,8 @@
 # Contributor: Matthew Zimmerman 
 
 pkgname=liteide
-pkgver=37.4
-pkgrel=3
+pkgver=38.0
+pkgrel=1
 pkgdesc='IDE for editing and building projects written in Go'
 license=(LGPL)
 arch=(x86_64)
@@ -15,28 +15,28 @@
 optdepends=('go: go compiler'
 'gcc-go: go compiler')
 options=(!strip !emptydirs)
-source=("$pkgname-x$pkgver::git+$url#commit=b329ca4dca0cb19c0c1ca96e10bf350066640bd2")
 # tag: x37.4
-sha256sums=('SKIP')
+source=("$pkgname-x$pkgver::git+$url#commit=c43af2ebd9e1550da284ffb835468912cffb535c")
 # tag: x38.0
+b2sums=('SKIP')
 
 prepare() {
-  chmod +x liteide-x$pkgver/build/*_*.sh
+  cd $pkgname-x$pkgver
 
+  chmod +x build/*_*.sh
+
   # Fix for FS#4662 (until fixed by upstream)
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  sed -i 's|^GOROOT|#GOROOT|g' linux{32,64}.env
+  sed -i 's|^GOROOT|#GOROOT|g' 
liteidex/os_deploy/linux/liteenv/linux{32,64}.env
 
   # Fix the libpng warning: iCCP: known incorrect sRGB profile
-  find "$srcdir" -type f -iname '*.png' -exec mogrify -strip '{}' \;
+  find . -type f -iname '*.png' -exec mogrify -strip '{}' \;
 
   # relro
   sed -i 's/"CONFIG+=release"/"CONFIG+=release" 
"QMAKE_LFLAGS+=-Wl,-z,relro,-z,now" "QMAKE_CXXFLAGS+=-Wl,-z,relro,-z,now"/g' \
-"$srcdir/liteide-x$pkgver/build/build_linux.sh"
+build/build_linux.sh
 }
 
 build() {
   cd liteide-x$pkgver/build
   mkdir -p go
-  export GO111MODULE=off
   export GOPATH="$PWD/go"
   export QTDIR=/usr
   ./update_pkg.sh
@@ -51,7 +51,6 @@
 "$pkgdir/usr/share/doc/$pkgname"
 
   # Package executables
-  ls bin
   for binary in gotools gocode liteide; do # goimports
 install -Dm755 bin/$binary "$pkgdir/usr/bin/$binary"
   done



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 11:52:39
  Author: felixonmars
Revision: 1260519

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 1260518, postgrest/trunk/PKGBUILD)
  postgrest/repos/community-staging-x86_64/protolude-0.3.1.patch
(from rev 1260518, postgrest/trunk/protolude-0.3.1.patch)

---+
 PKGBUILD  |   78 
 protolude-0.3.1.patch |   69 ++
 2 files changed, 147 insertions(+)

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 1260518, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-07 11:52:39 UTC (rev 1260519)
@@ -0,0 +1,78 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=9.0.0
+pkgrel=13
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-fast-logger' 
'haskell-gitrev' 'haskell-hasql'
+ 'haskell-hasql-dynamic-statements' 'haskell-hasql-notifications' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-protolude' 'haskell-regex-tdfa' 'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-logger' 
'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'uusi' 'haskell-aeson-qq' 'haskell-async' 'haskell-doctest' 
'haskell-hspec'
+ 'haskell-hspec-wai' 'haskell-hspec-wai-json' 
'haskell-monad-control'
+ 'haskell-pretty-simple' 'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("https://github.com/begriffs/postgrest/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
+protolude-0.3.1.patch)
+sha512sums=('28f6828cc47d295e37c06aa845b14de71f87fdd1380ece04ba928b8301be2ee9561e0ae4edf78025780cf0d3512ba2694fdcd1df0d05e31fa0e704384aa4717b'
+
'eeac3a9bc7547482539c14e87c08bafa8bb4acb5863286613af3af93ff1f55c7e7c6c8c18f222b0b7c1d8ecb67eac4c5cdbc0c69e885f7716014b7cb5b1d7d23')
+
+prepare() {
+cd $pkgname-$pkgver
+uusi -u hasql -u hasql-pool -u hspec -u HTTP -u lens $pkgname.cabal
+
+# TODO: not a proper fix. probably newly added "column" should be shown too
+sed -i 's/SQL.RowError i/SQL.RowError i _/' src/PostgREST/Error.hs
+
+patch -p1 -i ../protolude-0.3.1.patch
+}
+
+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 \
+-f-CI --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 $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgrest_test
+# https://github.com/PostgREST/postgrest/issues/1857
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test 
--show-details=direct || echo "Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Copied: postgrest/repos/community-staging-x86_64/protolude-0.3.1.patch (from 
rev 1260518, postgrest/trunk/protolude-0.3.1.patch)
===
--- 

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

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 11:52:26
  Author: felixonmars
Revision: 1260518

upgpkg: postgrest 9.0.0-13: rebuild with protolude 0.3.2

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 11:49:28 UTC (rev 1260517)
+++ PKGBUILD2022-08-07 11:52:26 UTC (rev 1260518)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=9.0.0
-pkgrel=12
+pkgrel=13
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")



[arch-commits] Commit in haskell-configurator-pg/repos (2 files)

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 11:49:28
  Author: felixonmars
Revision: 1260517

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-configurator-pg/repos/community-staging-x86_64/
  haskell-configurator-pg/repos/community-staging-x86_64/PKGBUILD
(from rev 1260516, haskell-configurator-pg/trunk/PKGBUILD)

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

Copied: haskell-configurator-pg/repos/community-staging-x86_64/PKGBUILD (from 
rev 1260516, haskell-configurator-pg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-07 11:49:28 UTC (rev 1260517)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=configurator-pg
+pkgname=haskell-configurator-pg
+pkgver=0.2.6
+pkgrel=4
+pkgdesc="Reduced parser for configurator-ng config files"
+url="https://github.com/robx/configurator-pg;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-megaparsec' 'haskell-protolude' 
'haskell-scientific')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6bc4db234397eb5ba196bd122bc17cbb688cb20e2223090e58f0004095d7def941f80be5e15426e9a255e4a6b44d9ad8175837f22532b72f52dd673c5ce7e8f0')
+
+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 \
+-f-developer
+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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-configurator-pg/trunk (PKGBUILD)

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 11:49:13
  Author: felixonmars
Revision: 1260516

upgpkg: haskell-configurator-pg 0.2.6-4: rebuild with protolude 0.3.2

Modified:
  haskell-configurator-pg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 11:48:24 UTC (rev 1260515)
+++ PKGBUILD2022-08-07 11:49:13 UTC (rev 1260516)
@@ -4,7 +4,7 @@
 _hkgname=configurator-pg
 pkgname=haskell-configurator-pg
 pkgver=0.2.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Reduced parser for configurator-ng config files"
 url="https://github.com/robx/configurator-pg;
 license=("BSD")



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 11:48:24
  Author: felixonmars
Revision: 1260515

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-protolude/repos/community-staging-x86_64/
  haskell-protolude/repos/community-staging-x86_64/PKGBUILD
(from rev 1260514, haskell-protolude/trunk/PKGBUILD)

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

Copied: haskell-protolude/repos/community-staging-x86_64/PKGBUILD (from rev 
1260514, haskell-protolude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-07 11:48:24 UTC (rev 1260515)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=protolude
+pkgname=haskell-protolude
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="A sensible set of defaults for writing custom Preludes."
+url="https://github.com/sdiehl/protolude;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-hashable' 
'haskell-transformers-compat')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('575b955e13a32948286181db04f696776fd44678697a6788fc8a39ca2577342802ad4b46235940ef5137487c60b9ee195bee9aca1966ec448523a515f616afb2')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -d mtl-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
+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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 11:48:07
  Author: felixonmars
Revision: 1260514

upgpkg: haskell-protolude 0.3.2-1: rebuild with protolude 0.3.2

Modified:
  haskell-protolude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 09:34:47 UTC (rev 1260513)
+++ PKGBUILD2022-08-07 11:48:07 UTC (rev 1260514)
@@ -3,8 +3,8 @@
 
 _hkgname=protolude
 pkgname=haskell-protolude
-pkgver=0.3.1
-pkgrel=5
+pkgver=0.3.2
+pkgrel=1
 pkgdesc="A sensible set of defaults for writing custom Preludes."
 url="https://github.com/sdiehl/protolude;
 license=("MIT")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-async' 'haskell-hashable' 
'haskell-transformers-compat')
 makedepends=('ghc' 'uusi')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('5f723e7f688d81cc23e94c63d58e8e2c0591869d97c2aacf0f0913a2f2c30963646cb49ca72b44bff6fa16e1e5cd2ae28b6fa4c1dd4a20e4b514cfc616daf911')
+sha512sums=('575b955e13a32948286181db04f696776fd44678697a6788fc8a39ca2577342802ad4b46235940ef5137487c60b9ee195bee9aca1966ec448523a515f616afb2')
 
 prepare() {
 cd $_hkgname-$pkgver



[arch-commits] Commit in gnome-remote-desktop/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-08-07 Thread Jan Steffens via arch-commits
Date: Sunday, August 7, 2022 @ 11:44:12
  Author: heftig
Revision: 452385

archrelease: copy trunk to extra-x86_64

Added:
  gnome-remote-desktop/repos/extra-x86_64/PKGBUILD
(from rev 452384, gnome-remote-desktop/trunk/PKGBUILD)
Deleted:
  gnome-remote-desktop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 11:43:56 UTC (rev 452384)
+++ PKGBUILD2022-08-07 11:44:12 UTC (rev 452385)
@@ -1,60 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-remote-desktop
-pkgver=42.3
-pkgrel=1
-pkgdesc="GNOME Remote Desktop server"
-url="https://wiki.gnome.org/Projects/Mutter/RemoteDesktop;
-arch=(x86_64)
-license=(GPL2)
-depends=(cairo freerdp glib2 pipewire systemd libvncserver libsecret libnotify
- dconf fuse3 libxkbcommon libepoxy)
-makedepends=(git meson ffnvcodec-headers)
-checkdepends=(xorg-server-xvfb python-dbus python-gobject mutter wireplumber)
-groups=(gnome)
-options=(debug)
-_commit=73b9f00b31bc462de42e94054121052a106df521  # tags/42.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-remote-desktop.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-_check() (
-  mkdir -p -m 700 "${XDG_CONFIG_HOME:=$PWD/config-dir}"
-  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
-  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/src}"
-  export XDG_CONFIG_HOME XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
-
-  export GSETTINGS_BACKEND=keyfile
-  gsettings set org.gnome.desktop.remote-desktop.vnc enable true
-
-  pipewire &
-  _p1=$!
-
-  wireplumber &
-  _p2=$!
-
-  trap "kill $_p1 $_p2; wait" EXIT
-
-  meson test -C build --print-errorlogs -t 3
-)
-
-check() {
-  dbus-run-session bash -c "$(declare -f _check); _check"
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gnome-remote-desktop/repos/extra-x86_64/PKGBUILD (from rev 452384, 
gnome-remote-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 11:44:12 UTC (rev 452385)
@@ -0,0 +1,60 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-remote-desktop
+pkgver=42.4
+pkgrel=1
+pkgdesc="GNOME Remote Desktop server"
+url="https://wiki.gnome.org/Projects/Mutter/RemoteDesktop;
+arch=(x86_64)
+license=(GPL2)
+depends=(cairo freerdp glib2 pipewire systemd libvncserver libsecret libnotify
+ dconf fuse3 libxkbcommon libepoxy)
+makedepends=(git meson ffnvcodec-headers)
+checkdepends=(xorg-server-xvfb python-dbus python-gobject mutter wireplumber)
+groups=(gnome)
+options=(debug)
+_commit=ee8f1591e72cfb9ca9c243d6e1f16008f3c08fa0  # tags/42.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-remote-desktop.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+_check() (
+  mkdir -p -m 700 "${XDG_CONFIG_HOME:=$PWD/config-dir}"
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/src}"
+  export XDG_CONFIG_HOME XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
+
+  export GSETTINGS_BACKEND=keyfile
+  gsettings set org.gnome.desktop.remote-desktop.vnc enable true
+
+  pipewire &
+  _p1=$!
+
+  wireplumber &
+  _p2=$!
+
+  trap "kill $_p1 $_p2; wait" EXIT
+
+  meson test -C build --print-errorlogs -t 3
+)
+
+check() {
+  dbus-run-session bash -c "$(declare -f _check); _check"
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-08-07 Thread Jan Steffens via arch-commits
Date: Sunday, August 7, 2022 @ 11:43:56
  Author: heftig
Revision: 452384

42.4-1

Modified:
  gnome-remote-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 11:17:32 UTC (rev 452383)
+++ PKGBUILD2022-08-07 11:43:56 UTC (rev 452384)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-remote-desktop
-pkgver=42.3
+pkgver=42.4
 pkgrel=1
 pkgdesc="GNOME Remote Desktop server"
 url="https://wiki.gnome.org/Projects/Mutter/RemoteDesktop;
@@ -13,7 +13,7 @@
 checkdepends=(xorg-server-xvfb python-dbus python-gobject mutter wireplumber)
 groups=(gnome)
 options=(debug)
-_commit=73b9f00b31bc462de42e94054121052a106df521  # tags/42.3^0
+_commit=ee8f1591e72cfb9ca9c243d6e1f16008f3c08fa0  # tags/42.4^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-remote-desktop.git#commit=$_commit;)
 sha256sums=('SKIP')
 



[arch-commits] Commit in dkms/repos/extra-any (15 files)

2022-08-07 Thread Sébastien Luttringer via arch-commits
Date: Sunday, August 7, 2022 @ 09:40:00
  Author: seblu
Revision: 452382

archrelease: copy trunk to extra-any

Added:
  dkms/repos/extra-any/PKGBUILD
(from rev 452381, dkms/trunk/PKGBUILD)
  dkms/repos/extra-any/PKGBUILD.26
(from rev 452381, dkms/trunk/PKGBUILD.26)
  dkms/repos/extra-any/dkms.install
(from rev 452381, dkms/trunk/dkms.install)
  dkms/repos/extra-any/hook.install
(from rev 452381, dkms/trunk/hook.install)
  dkms/repos/extra-any/hook.remove
(from rev 452381, dkms/trunk/hook.remove)
  dkms/repos/extra-any/hook.sh
(from rev 452381, dkms/trunk/hook.sh)
  dkms/repos/extra-any/hook.upgrade
(from rev 452381, dkms/trunk/hook.upgrade)
Deleted:
  dkms/repos/extra-any/01-fix-sign-file-path.patch
  dkms/repos/extra-any/PKGBUILD
  dkms/repos/extra-any/PKGBUILD.26
  dkms/repos/extra-any/dkms.install
  dkms/repos/extra-any/hook.install
  dkms/repos/extra-any/hook.remove
  dkms/repos/extra-any/hook.sh
  dkms/repos/extra-any/hook.upgrade

-+
 01-fix-sign-file-path.patch |   85 -
 PKGBUILD|  148 +-
 PKGBUILD.26 |  138 -
 dkms.install|   26 -
 hook.install|   28 -
 hook.remove |   26 -
 hook.sh |  606 +-
 hook.upgrade|   26 -
 8 files changed, 498 insertions(+), 585 deletions(-)

Deleted: 01-fix-sign-file-path.patch
===
--- 01-fix-sign-file-path.patch 2022-08-07 09:39:51 UTC (rev 452381)
+++ 01-fix-sign-file-path.patch 2022-08-07 09:40:00 UTC (rev 452382)
@@ -1,85 +0,0 @@
-From 40a9472eeae0d00f6fb33b5339abc2fc21db0368 Mon Sep 17 00:00:00 2001
-From: Maximiliano Curia 
-Date: Sat, 2 Jul 2022 12:33:53 +0200
-Subject: [PATCH 1/2] Look for sign-file regardless
-
-Fix #229

- dkms.in | 14 ++
- 1 file changed, 10 insertions(+), 4 deletions(-)
-
-diff --git a/dkms.in b/dkms.in
-index ba312c3..d47c343 100644
 a/dkms.in
-+++ b/dkms.in
-@@ -866,11 +866,12 @@ prepare_signing()
- ubuntu* )
- 
sign_file="/usr/src/linux-headers-$kernelver/scripts/sign-file"
- ;;
--fedora* | rhel* | ovm*)
--sign_file="/lib/modules/$kernelver/build/scripts/sign-file"
--;;
- * )
--echo "Binary sign-file not found, module won't be signed"
-+if [ -f "/lib/modules/$kernelver/build/scripts/sign-file" ]; 
then
-+
sign_file="/lib/modules/$kernelver/build/scripts/sign-file"
-+else
-+echo "Binary sign-file not found, module won't be signed"
-+fi
- ;;
- esac
- fi
-@@ -912,6 +913,11 @@ prepare_signing()
- ;;
- *)
- 
-+if [ ! "${sign_file}" ]; then
-+do_signing=0
-+return
-+fi
-+
- if [ ! -f $mok_signing_key ] || [ ! -f $mok_certificate ]; then
- echo "Certificate or key are missing, generating self signed 
certificate for MOK..."
- openssl req -new -x509 -nodes -days 36500 -subj "/CN=DKMS 
module signing key" \
-
-From 34bd2326082e44d2cbb6a81a363d4c676540bc72 Mon Sep 17 00:00:00 2001
-From: Maximiliano Curia 
-Date: Sun, 3 Jul 2022 23:26:43 +0200
-Subject: [PATCH 2/2] Delay the file existance check
-
-Use bash internal test to avoid a fork, and replace the string check for
-a executable check.
-
-We also don't need to set do_signing to 0

- dkms.in | 10 +++---
- 1 file changed, 3 insertions(+), 7 deletions(-)
-
-diff --git a/dkms.in b/dkms.in
-index d47c343..be2f717 100644
 a/dkms.in
-+++ b/dkms.in
-@@ -867,11 +867,7 @@ prepare_signing()
- 
sign_file="/usr/src/linux-headers-$kernelver/scripts/sign-file"
- ;;
- * )
--if [ -f "/lib/modules/$kernelver/build/scripts/sign-file" ]; 
then
--
sign_file="/lib/modules/$kernelver/build/scripts/sign-file"
--else
--echo "Binary sign-file not found, module won't be signed"
--fi
-+sign_file="/lib/modules/$kernelver/build/scripts/sign-file"
- ;;
- esac
- fi
-@@ -913,8 +909,8 @@ prepare_signing()
- ;;
- *)
- 
--if [ ! "${sign_file}" ]; then
--do_signing=0
-+if [[ ! -f "${sign_file}" || ! -x "${sign_file}" ]]; then
-+echo "Binary sign-file not found, module won't be signed"
- return
- fi
- 

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 09:39:51 UTC (rev 452381)
+++ PKGBUILD2022-08-07 09:40:00 UTC (rev 452382)
@@ -1,75 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Balwinder S "bsd" 

[arch-commits] Commit in dkms/trunk (01-fix-sign-file-path.patch PKGBUILD)

2022-08-07 Thread Sébastien Luttringer via arch-commits
Date: Sunday, August 7, 2022 @ 09:39:51
  Author: seblu
Revision: 452381

upgpkg: dkms 3.0.6-1

Modified:
  dkms/trunk/PKGBUILD
Deleted:
  dkms/trunk/01-fix-sign-file-path.patch

-+
 01-fix-sign-file-path.patch |   85 --
 PKGBUILD|   10 +---
 2 files changed, 4 insertions(+), 91 deletions(-)

Deleted: 01-fix-sign-file-path.patch
===
--- 01-fix-sign-file-path.patch 2022-08-06 22:11:33 UTC (rev 452380)
+++ 01-fix-sign-file-path.patch 2022-08-07 09:39:51 UTC (rev 452381)
@@ -1,85 +0,0 @@
-From 40a9472eeae0d00f6fb33b5339abc2fc21db0368 Mon Sep 17 00:00:00 2001
-From: Maximiliano Curia 
-Date: Sat, 2 Jul 2022 12:33:53 +0200
-Subject: [PATCH 1/2] Look for sign-file regardless
-
-Fix #229

- dkms.in | 14 ++
- 1 file changed, 10 insertions(+), 4 deletions(-)
-
-diff --git a/dkms.in b/dkms.in
-index ba312c3..d47c343 100644
 a/dkms.in
-+++ b/dkms.in
-@@ -866,11 +866,12 @@ prepare_signing()
- ubuntu* )
- 
sign_file="/usr/src/linux-headers-$kernelver/scripts/sign-file"
- ;;
--fedora* | rhel* | ovm*)
--sign_file="/lib/modules/$kernelver/build/scripts/sign-file"
--;;
- * )
--echo "Binary sign-file not found, module won't be signed"
-+if [ -f "/lib/modules/$kernelver/build/scripts/sign-file" ]; 
then
-+
sign_file="/lib/modules/$kernelver/build/scripts/sign-file"
-+else
-+echo "Binary sign-file not found, module won't be signed"
-+fi
- ;;
- esac
- fi
-@@ -912,6 +913,11 @@ prepare_signing()
- ;;
- *)
- 
-+if [ ! "${sign_file}" ]; then
-+do_signing=0
-+return
-+fi
-+
- if [ ! -f $mok_signing_key ] || [ ! -f $mok_certificate ]; then
- echo "Certificate or key are missing, generating self signed 
certificate for MOK..."
- openssl req -new -x509 -nodes -days 36500 -subj "/CN=DKMS 
module signing key" \
-
-From 34bd2326082e44d2cbb6a81a363d4c676540bc72 Mon Sep 17 00:00:00 2001
-From: Maximiliano Curia 
-Date: Sun, 3 Jul 2022 23:26:43 +0200
-Subject: [PATCH 2/2] Delay the file existance check
-
-Use bash internal test to avoid a fork, and replace the string check for
-a executable check.
-
-We also don't need to set do_signing to 0

- dkms.in | 10 +++---
- 1 file changed, 3 insertions(+), 7 deletions(-)
-
-diff --git a/dkms.in b/dkms.in
-index d47c343..be2f717 100644
 a/dkms.in
-+++ b/dkms.in
-@@ -867,11 +867,7 @@ prepare_signing()
- 
sign_file="/usr/src/linux-headers-$kernelver/scripts/sign-file"
- ;;
- * )
--if [ -f "/lib/modules/$kernelver/build/scripts/sign-file" ]; 
then
--
sign_file="/lib/modules/$kernelver/build/scripts/sign-file"
--else
--echo "Binary sign-file not found, module won't be signed"
--fi
-+sign_file="/lib/modules/$kernelver/build/scripts/sign-file"
- ;;
- esac
- fi
-@@ -913,8 +909,8 @@ prepare_signing()
- ;;
- *)
- 
--if [ ! "${sign_file}" ]; then
--do_signing=0
-+if [[ ! -f "${sign_file}" || ! -x "${sign_file}" ]]; then
-+echo "Binary sign-file not found, module won't be signed"
- return
- fi
- 

Modified: PKGBUILD
===
--- PKGBUILD2022-08-06 22:11:33 UTC (rev 452380)
+++ PKGBUILD2022-08-07 09:39:51 UTC (rev 452381)
@@ -2,8 +2,8 @@
 # Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
 
 pkgname=dkms
-pkgver=3.0.5
-pkgrel=2
+pkgver=3.0.6
+pkgrel=1
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')
 url='https://github.com/dell/dkms'
@@ -20,14 +20,12 @@
 'hook.install'
 'hook.remove'
 'hook.upgrade'
-'hook.sh'
-'01-fix-sign-file-path.patch')
+'hook.sh')
 sha256sums=('SKIP'
 'acdc5b45cc018cea04ee1aec56fd8fc3a2de62cf7bc41acf53b3790872120998'
 '326515cc7d00f93760beb844434ca7442caf7a9424614aa95a8f6d1ab79e15df'
 '4f8dff7716e73a8bba885638f12e3cdc9e87daec1896f75e700b981527e43870'
-'c1b4a4e2e4e0e0e59ee0887403e79d60b209f3878dbbec6612573f13b90cce01'
-'ce83bb1aac6d83dbd3ef73266913e38aa0e55740dc06075d4a40b8eff1079405')
+'c1b4a4e2e4e0e0e59ee0887403e79d60b209f3878dbbec6612573f13b90cce01')
 
 prepare() {
   cd dkms



[arch-commits] Commit in linux-tools/repos/community-x86_64 (20 files)

2022-08-07 Thread Sébastien Luttringer via arch-commits
Date: Sunday, August 7, 2022 @ 09:34:47
  Author: seblu
Revision: 1260513

archrelease: copy trunk to community-x86_64

Added:
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 1260512, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 1260512, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 1260512, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 1260512, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 1260512, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/hv_fcopy_daemon.service
(from rev 1260512, linux-tools/trunk/hv_fcopy_daemon.service)
  linux-tools/repos/community-x86_64/hv_kvp_daemon.service
(from rev 1260512, linux-tools/trunk/hv_kvp_daemon.service)
  linux-tools/repos/community-x86_64/hv_vss_daemon.service
(from rev 1260512, linux-tools/trunk/hv_vss_daemon.service)
  linux-tools/repos/community-x86_64/keys/
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 1260512, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/hv_fcopy_daemon.service
  linux-tools/repos/community-x86_64/hv_kvp_daemon.service
  linux-tools/repos/community-x86_64/hv_vss_daemon.service
  linux-tools/repos/community-x86_64/keys/
  linux-tools/repos/community-x86_64/usbipd.service

-+
 PKGBUILD|  628 +++---
 cpupower.default|   58 ++--
 cpupower.install|   26 -
 cpupower.service|   24 -
 cpupower.systemd|   64 ++--
 hv_fcopy_daemon.service |   18 -
 hv_kvp_daemon.service   |   18 -
 hv_vss_daemon.service   |   18 -
 usbipd.service  |   18 -
 9 files changed, 436 insertions(+), 436 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 09:32:41 UTC (rev 1260512)
+++ PKGBUILD2022-08-07 09:34:47 UTC (rev 1260513)
@@ -1,314 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgbase=linux-tools
-pkgname=(
-  'bootconfig'
-  'bpf'
-  'cgroup_event_listener'
-  'cpupower'
-  'hyperv'
-  'linux-tools-meta'
-  'perf'
-#  'python-perf'
-  'tmon'
-  'turbostat'
-  'usbip'
-  'x86_energy_perf_policy'
-)
-pkgver=5.19
-pkgrel=1
-license=('GPL2')
-arch=('x86_64')
-url='https://www.kernel.org'
-options=('!strip')
-makedepends=('git')
-# split packages need all package dependencies set manually in makedepends
-# kernel source deps
-makedepends+=('asciidoc' 'xmlto')
-# perf deps
-makedepends+=('perl' 'python' 'slang' 'elfutils' 'libunwind' 'numactl' 'audit' 
'zstd' 'libcap')
-# cpupower deps
-makedepends+=('pciutils')
-# usbip deps
-makedepends+=('glib2' 'sysfsutils' 'udev')
-# tmon deps
-makedepends+=('ncurses')
-# bpf deps
-makedepends+=('readline' 'zlib' 'libelf' 'libcap' 'python-docutils')
-# turbostat deps
-makedepends+=('libcap')
-# bpftool
-makedepends+=('llvm' 'clang')
-groups=("$pkgbase")
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v${pkgver//_/-}?signed;
-#"https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$pkgver.1.xz;
-'cpupower.default'
-'cpupower.systemd'
-'cpupower.service'
-'usbipd.service'
-'hv_fcopy_daemon.service'
-'hv_kvp_daemon.service'
-'hv_vss_daemon.service')
-validpgpkeys=(
-  'ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
-  '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
-)
-sha256sums=('SKIP'
-'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
-'b692f4859ed3fd9831a058a450a84d8c409bf7e3e45aac1c2896a14bb83f3d7a'
-'42d2ec9f1d9cc255ee7945a27301478364ef482f5a6ddfc960189f03725ccec2'
-'2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f'
-'16855c197d2334f820cb190312a5a7fffe9165189db01344a957e582e39e17d8'
-'b1315cb77a35454e1af9172f821a52e2a0cb18561be05a340d21cf337b01ae61'
-'2d5e2f8d40b6f19bf2e1dead57ca105d72098fb0b418c09ff2e0cb91089710af')
-
-prepare() {
-  cd linux
-
-  # apply patch from the source array (should be a pacman feature)
-  local src
-  for src in "${source[@]}"; do
-src="${src%%::*}"
-src="${src##*/}"
-src="${src%.xz}"
-[[ $src = *.patch || $src = patch-* ]] || continue
-echo ":: Applying patch $src"
-patch -p1 -N -i "$srcdir/$src"
-  done
-}
-
-build() {
-  echo ':: perf'
-  pushd linux/tools/perf
-  make -f Makefile.perf \
-prefix=/usr \
-lib=lib/perf \
-perfexecdir=lib/perf \
- 

[arch-commits] Commit in linux-tools/repos/community-x86_64 (20 files)

2022-08-07 Thread Sébastien Luttringer via arch-commits
Date: Sunday, August 7, 2022 @ 09:32:41
  Author: seblu
Revision: 1260512

archrelease: copy trunk to community-x86_64

Added:
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 1260511, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 1260511, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 1260511, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 1260511, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 1260511, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/hv_fcopy_daemon.service
(from rev 1260511, linux-tools/trunk/hv_fcopy_daemon.service)
  linux-tools/repos/community-x86_64/hv_kvp_daemon.service
(from rev 1260511, linux-tools/trunk/hv_kvp_daemon.service)
  linux-tools/repos/community-x86_64/hv_vss_daemon.service
(from rev 1260511, linux-tools/trunk/hv_vss_daemon.service)
  linux-tools/repos/community-x86_64/keys/
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 1260511, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/hv_fcopy_daemon.service
  linux-tools/repos/community-x86_64/hv_kvp_daemon.service
  linux-tools/repos/community-x86_64/hv_vss_daemon.service
  linux-tools/repos/community-x86_64/keys/
  linux-tools/repos/community-x86_64/usbipd.service

-+
 PKGBUILD|  628 +++---
 cpupower.default|   58 ++--
 cpupower.install|   26 -
 cpupower.service|   24 -
 cpupower.systemd|   64 ++--
 hv_fcopy_daemon.service |   18 -
 hv_kvp_daemon.service   |   18 -
 hv_vss_daemon.service   |   18 -
 usbipd.service  |   18 -
 9 files changed, 436 insertions(+), 436 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 09:20:41 UTC (rev 1260511)
+++ PKGBUILD2022-08-07 09:32:41 UTC (rev 1260512)
@@ -1,314 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgbase=linux-tools
-pkgname=(
-  'bootconfig'
-  'bpf'
-  'cgroup_event_listener'
-  'cpupower'
-  'hyperv'
-  'linux-tools-meta'
-  'perf'
-#  'python-perf'
-  'tmon'
-  'turbostat'
-  'usbip'
-  'x86_energy_perf_policy'
-)
-pkgver=5.19
-pkgrel=1
-license=('GPL2')
-arch=('x86_64')
-url='https://www.kernel.org'
-options=('!strip')
-makedepends=('git')
-# split packages need all package dependencies set manually in makedepends
-# kernel source deps
-makedepends+=('asciidoc' 'xmlto')
-# perf deps
-makedepends+=('perl' 'python' 'slang' 'elfutils' 'libunwind' 'numactl' 'audit' 
'zstd' 'libcap')
-# cpupower deps
-makedepends+=('pciutils')
-# usbip deps
-makedepends+=('glib2' 'sysfsutils' 'udev')
-# tmon deps
-makedepends+=('ncurses')
-# bpf deps
-makedepends+=('readline' 'zlib' 'libelf' 'libcap' 'python-docutils')
-# turbostat deps
-makedepends+=('libcap')
-# bpftool
-makedepends+=('llvm' 'clang')
-groups=("$pkgbase")
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v${pkgver//_/-}?signed;
-#"https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$pkgver.1.xz;
-'cpupower.default'
-'cpupower.systemd'
-'cpupower.service'
-'usbipd.service'
-'hv_fcopy_daemon.service'
-'hv_kvp_daemon.service'
-'hv_vss_daemon.service')
-validpgpkeys=(
-  'ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
-  '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
-)
-sha256sums=('SKIP'
-'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
-'b692f4859ed3fd9831a058a450a84d8c409bf7e3e45aac1c2896a14bb83f3d7a'
-'42d2ec9f1d9cc255ee7945a27301478364ef482f5a6ddfc960189f03725ccec2'
-'2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f'
-'16855c197d2334f820cb190312a5a7fffe9165189db01344a957e582e39e17d8'
-'b1315cb77a35454e1af9172f821a52e2a0cb18561be05a340d21cf337b01ae61'
-'2d5e2f8d40b6f19bf2e1dead57ca105d72098fb0b418c09ff2e0cb91089710af')
-
-prepare() {
-  cd linux
-
-  # apply patch from the source array (should be a pacman feature)
-  local src
-  for src in "${source[@]}"; do
-src="${src%%::*}"
-src="${src##*/}"
-src="${src%.xz}"
-[[ $src = *.patch || $src = patch-* ]] || continue
-echo ":: Applying patch $src"
-patch -p1 -N -i "$srcdir/$src"
-  done
-}
-
-build() {
-  echo ':: perf'
-  pushd linux/tools/perf
-  make -f Makefile.perf \
-prefix=/usr \
-lib=lib/perf \
-perfexecdir=lib/perf \
- 

[arch-commits] Commit in linux-tools/repos/community-x86_64 (19 files)

2022-08-07 Thread Sébastien Luttringer via arch-commits
Date: Sunday, August 7, 2022 @ 09:20:41
  Author: seblu
Revision: 1260511

archrelease: copy trunk to community-x86_64

Added:
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 1260510, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 1260510, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 1260510, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 1260510, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 1260510, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/hv_fcopy_daemon.service
(from rev 1260510, linux-tools/trunk/hv_fcopy_daemon.service)
  linux-tools/repos/community-x86_64/hv_kvp_daemon.service
(from rev 1260510, linux-tools/trunk/hv_kvp_daemon.service)
  linux-tools/repos/community-x86_64/hv_vss_daemon.service
(from rev 1260510, linux-tools/trunk/hv_vss_daemon.service)
  linux-tools/repos/community-x86_64/keys/
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 1260510, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/hv_fcopy_daemon.service
  linux-tools/repos/community-x86_64/hv_kvp_daemon.service
  linux-tools/repos/community-x86_64/hv_vss_daemon.service
  linux-tools/repos/community-x86_64/usbipd.service

-+
 PKGBUILD|  628 +++---
 cpupower.default|   58 ++--
 cpupower.install|   26 -
 cpupower.service|   24 -
 cpupower.systemd|   64 ++--
 hv_fcopy_daemon.service |   18 -
 hv_kvp_daemon.service   |   18 -
 hv_vss_daemon.service   |   18 -
 usbipd.service  |   18 -
 9 files changed, 436 insertions(+), 436 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 09:19:04 UTC (rev 1260510)
+++ PKGBUILD2022-08-07 09:20:41 UTC (rev 1260511)
@@ -1,314 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgbase=linux-tools
-pkgname=(
-  'bootconfig'
-  'bpf'
-  'cgroup_event_listener'
-  'cpupower'
-  'hyperv'
-  'linux-tools-meta'
-  'perf'
-#  'python-perf'
-  'tmon'
-  'turbostat'
-  'usbip'
-  'x86_energy_perf_policy'
-)
-pkgver=5.18
-pkgrel=1
-license=('GPL2')
-arch=('x86_64')
-url='https://www.kernel.org'
-options=('!strip')
-makedepends=('git')
-# split packages need all package dependencies set manually in makedepends
-# kernel source deps
-makedepends+=('asciidoc' 'xmlto')
-# perf deps
-makedepends+=('perl' 'python' 'slang' 'elfutils' 'libunwind' 'numactl' 'audit' 
'zstd' 'libcap')
-# cpupower deps
-makedepends+=('pciutils')
-# usbip deps
-makedepends+=('glib2' 'sysfsutils' 'udev')
-# tmon deps
-makedepends+=('ncurses')
-# bpf deps
-makedepends+=('readline' 'zlib' 'libelf' 'libcap' 'python-docutils')
-# turbostat deps
-makedepends+=('libcap')
-# bpftool
-makedepends+=('llvm' 'clang')
-groups=("$pkgbase")
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v${pkgver//_/-}?signed;
-#"https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$pkgver.1.xz;
-'cpupower.default'
-'cpupower.systemd'
-'cpupower.service'
-'usbipd.service'
-'hv_fcopy_daemon.service'
-'hv_kvp_daemon.service'
-'hv_vss_daemon.service')
-validpgpkeys=(
-  'ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
-  '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
-)
-sha256sums=('SKIP'
-'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
-'b692f4859ed3fd9831a058a450a84d8c409bf7e3e45aac1c2896a14bb83f3d7a'
-'42d2ec9f1d9cc255ee7945a27301478364ef482f5a6ddfc960189f03725ccec2'
-'2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f'
-'16855c197d2334f820cb190312a5a7fffe9165189db01344a957e582e39e17d8'
-'b1315cb77a35454e1af9172f821a52e2a0cb18561be05a340d21cf337b01ae61'
-'2d5e2f8d40b6f19bf2e1dead57ca105d72098fb0b418c09ff2e0cb91089710af')
-
-prepare() {
-  cd linux
-
-  # apply patch from the source array (should be a pacman feature)
-  local src
-  for src in "${source[@]}"; do
-src="${src%%::*}"
-src="${src##*/}"
-src="${src%.xz}"
-[[ $src = *.patch || $src = patch-* ]] || continue
-echo ":: Applying patch $src"
-patch -p1 -N -i "$srcdir/$src"
-  done
-}
-
-build() {
-  echo ':: perf'
-  pushd linux/tools/perf
-  make -f Makefile.perf \
-prefix=/usr \
-lib=lib/perf \
-perfexecdir=lib/perf \
-EXTRA_CFLAGS=' 

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

2022-08-07 Thread Sébastien Luttringer via arch-commits
Date: Sunday, August 7, 2022 @ 09:19:04
  Author: seblu
Revision: 1260510

upgpkg: linux-tools 5.19-1

Added:
  linux-tools/trunk/keys/
  linux-tools/trunk/keys/pgp/
  linux-tools/trunk/keys/pgp/647F28654894E3BD457199BE38DBBDC86092693E.asc
  linux-tools/trunk/keys/pgp/ABAF11C65A2970B130ABE3C479BE3E4300411886.asc
Modified:
  linux-tools/trunk/PKGBUILD

---+
 PKGBUILD  |2 +-
 keys/pgp/647F28654894E3BD457199BE38DBBDC86092693E.asc |1 +
 keys/pgp/ABAF11C65A2970B130ABE3C479BE3E4300411886.asc |1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 09:08:36 UTC (rev 1260509)
+++ PKGBUILD2022-08-07 09:19:04 UTC (rev 1260510)
@@ -15,7 +15,7 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=5.18
+pkgver=5.19
 pkgrel=1
 license=('GPL2')
 arch=('x86_64')

Added: keys/pgp/647F28654894E3BD457199BE38DBBDC86092693E.asc
===
(Binary files differ)

Index: linux-tools/trunk/keys/pgp/647F28654894E3BD457199BE38DBBDC86092693E.asc
===
--- keys/pgp/647F28654894E3BD457199BE38DBBDC86092693E.asc   2022-08-07 
09:08:36 UTC (rev 1260509)
+++ keys/pgp/647F28654894E3BD457199BE38DBBDC86092693E.asc   2022-08-07 
09:19:04 UTC (rev 1260510)

Property changes on: 
linux-tools/trunk/keys/pgp/647F28654894E3BD457199BE38DBBDC86092693E.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/ABAF11C65A2970B130ABE3C479BE3E4300411886.asc
===
(Binary files differ)

Index: linux-tools/trunk/keys/pgp/ABAF11C65A2970B130ABE3C479BE3E4300411886.asc
===
--- keys/pgp/ABAF11C65A2970B130ABE3C479BE3E4300411886.asc   2022-08-07 
09:08:36 UTC (rev 1260509)
+++ keys/pgp/ABAF11C65A2970B130ABE3C479BE3E4300411886.asc   2022-08-07 
09:19:04 UTC (rev 1260510)

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


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

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 09:08:36
  Author: felixonmars
Revision: 1260509

archrelease: copy trunk to community-x86_64

Added:
  boinc/repos/community-x86_64/PKGBUILD
(from rev 1260508, boinc/trunk/PKGBUILD)
  boinc/repos/community-x86_64/boinc.bash
(from rev 1260508, boinc/trunk/boinc.bash)
  boinc/repos/community-x86_64/boinc.desktop
(from rev 1260508, boinc/trunk/boinc.desktop)
  boinc/repos/community-x86_64/boinc.install
(from rev 1260508, boinc/trunk/boinc.install)
  boinc/repos/community-x86_64/boinc.sysusers
(from rev 1260508, boinc/trunk/boinc.sysusers)
Deleted:
  boinc/repos/community-x86_64/PKGBUILD
  boinc/repos/community-x86_64/boinc.bash
  boinc/repos/community-x86_64/boinc.desktop
  boinc/repos/community-x86_64/boinc.install
  boinc/repos/community-x86_64/boinc.sysusers

+
 PKGBUILD   |  242 +++
 boinc.bash |  198 ++---
 boinc.desktop  |   32 +++
 boinc.install  |   30 +++---
 boinc.sysusers |4 
 5 files changed, 253 insertions(+), 253 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 09:08:14 UTC (rev 1260508)
+++ PKGBUILD2022-08-07 09:08:36 UTC (rev 1260509)
@@ -1,121 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Michal Krenek 
-
-pkgbase=boinc
-pkgname=(boinc boinc-nox)
-pkgver=7.18.1
-_tag="client_release/7.18/$pkgver"
-pkgrel=1
-arch=('x86_64')
-url="https://boinc.berkeley.edu/;
-license=('LGPL')
-makedepends=('curl' 'freeglut' 'glu' 'inetutils' 'libnotify' 'libnsl' 'libxmu' 
'libxslt' 'libxss'
- 'mesa' 'perl-xml-sax' 'sqlite3' 'webkit2gtk' 'wxwidgets-gtk3')
-install=$pkgbase.install
-options=('!staticlibs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/BOINC/boinc/archive/$_tag.tar.gz;
-boinc.bash
-boinc.desktop
-boinc.sysusers)
-sha512sums=('200587a0896aec6a7e7247132811141909aa333cb2bb9350c5ba016ffdf056413b1c5346361b311c087634b2d29cdbb204486385d8561a299b68739244c5a532'
-
'dec4bb6e571c2d99e1f57295149399eee03a8ec41b07ec3f7f197b910d246dcd6a5eb880301c9cd3a039d8c5aa6b07babf6ab4cae5f242c419c8cd71f56b90f5'
-
'b3fcd703a6f683d246242543c2f7b5fcfe403cb95b7786f1418b24c3dfb7c54c6b8c4816c0e9ae56b5ee4e4cae63f153ec522b04bf02f4f835dd90ac0e0ae204'
-
'85804d7e6b7e07f06e93e8c42507f5cd0b9415257d6ac7421603a2b6084699d847ae9720c1cf9e9793b750dfb768375116843b988b287ee7c66c1374e18f7934')
-
-prepare() {
-  mv boinc-client_release-*-$pkgver $pkgbase-$pkgver
-  cp -a "$srcdir"/$pkgbase-$pkgver{,-nox}
-
-  cd $pkgbase-$pkgver
-  ./_autosetup
-
-  # Prepare boinc-nox
-  cd "$srcdir"/$pkgbase-$pkgver-nox
-  # Don't force xss
-  sed -i 's/^  enable_xss="yes"$/  enable_xss="no"/' configure.ac
-  ./_autosetup
-}
-
-build() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  export CXXFLAGS+=' -ffat-lto-objects'
-  LDFLAGS+=' -lX11' ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-libraries \
---enable-unicode \
---enable-shared \
---enable-dynamic-client-linkage \
---enable-client \
---enable-manager \
---disable-static \
---disable-server \
---with-ssl \
---with-x \
---with-wxdir=/usr/lib \
---with-wx-config=$(which wx-config)
-  make
-
-  # Build boinc-nox
-  cd "$srcdir"/$pkgbase-$pkgver-nox
-  PKG_CONFIG=/usr/bin/pkg-config ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-libraries \
---enable-unicode \
---enable-shared \
---enable-dynamic-client-linkage \
---enable-client \
---disable-server \
---disable-static \
---disable-manager \
---with-ssl \
---without-wxdir \
---without-x
-  make
-}
-
-package_boinc() {
-  pkgdesc="Berkeley Open Infrastructure for Network Computing for desktop"
-  depends=('curl' 'libnotify' 'libnsl' 'libxss' 'sqlite3' 'webkit2gtk' 
'wxwidgets-gtk3')
-
-  cd $pkgbase-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  #install sysusers conf
-  install -Dm644 "${srcdir}/$pkgbase.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/$pkgbase.conf"
-
-  #install bash-completion
-  install -Dm644 "${srcdir}/$pkgbase.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgbase"
-
-  #install .desktop File
-  install -Dm644 "${srcdir}/$pkgbase.desktop" 
"${pkgdir}/usr/share/applications/$pkgbase.desktop"
-
-  #install icons
-  install -Dm644 
"${srcdir}/$pkgbase-$pkgver/packages/generic/sea/boincmgr.48x48.png" 
"${pkgdir}/usr/share/pixmaps/$pkgbase.png"
-
-  #remove initscripts stuff
-  rm -rf "$pkgdir/etc"
-}
-
-package_boinc-nox() {
-  pkgdesc="Berkeley Open Infrastructure for Network Computing for desktop 
without Xorg dependencies"
-  depends=('curl' 'libjpeg-turbo')
-  provides=('boinc')
-  conflicts=('boinc')
-
-  cd $pkgbase-$pkgver-nox
-
-  make DESTDIR="$pkgdir" install
-
-  #install sysusers conf
-  install -Dm644 

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

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 09:08:14
  Author: felixonmars
Revision: 1260508

upgpkg: boinc 7.20.2-1

Modified:
  boinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 09:02:25 UTC (rev 1260507)
+++ PKGBUILD2022-08-07 09:08:14 UTC (rev 1260508)
@@ -4,8 +4,8 @@
 
 pkgbase=boinc
 pkgname=(boinc boinc-nox)
-pkgver=7.18.1
-_tag="client_release/7.18/$pkgver"
+pkgver=7.20.2
+_tag="client_release/7.20/$pkgver"
 pkgrel=1
 arch=('x86_64')
 url="https://boinc.berkeley.edu/;
@@ -18,7 +18,7 @@
 boinc.bash
 boinc.desktop
 boinc.sysusers)
-sha512sums=('200587a0896aec6a7e7247132811141909aa333cb2bb9350c5ba016ffdf056413b1c5346361b311c087634b2d29cdbb204486385d8561a299b68739244c5a532'
+sha512sums=('0309d5585ece96a5d9021058870dce9a96c89ece269650961a9b22d5219529e242a55dc1e466f5364535033198ca5c36496ca23125a9cda0c308bfdb4372abbb'
 
'dec4bb6e571c2d99e1f57295149399eee03a8ec41b07ec3f7f197b910d246dcd6a5eb880301c9cd3a039d8c5aa6b07babf6ab4cae5f242c419c8cd71f56b90f5'
 
'b3fcd703a6f683d246242543c2f7b5fcfe403cb95b7786f1418b24c3dfb7c54c6b8c4816c0e9ae56b5ee4e4cae63f153ec522b04bf02f4f835dd90ac0e0ae204'
 
'85804d7e6b7e07f06e93e8c42507f5cd0b9415257d6ac7421603a2b6084699d847ae9720c1cf9e9793b750dfb768375116843b988b287ee7c66c1374e18f7934')



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

2022-08-07 Thread Florian Pritz via arch-commits
Date: Sunday, August 7, 2022 @ 09:02:25
  Author: bluewind
Revision: 1260507

archrelease: copy trunk to community-x86_64

Added:
  siege/repos/community-x86_64/PKGBUILD
(from rev 1260506, siege/trunk/PKGBUILD)
Deleted:
  siege/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 09:02:23 UTC (rev 1260506)
+++ PKGBUILD2022-08-07 09:02:25 UTC (rev 1260507)
@@ -1,31 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Sven Kauber 
-
-pkgname=siege
-pkgver=4.1.2
-pkgrel=1
-arch=('x86_64')
-license=('GPL')
-pkgdesc="An http regression testing and benchmarking utility"
-url="https://www.joedog.org/siege-home/;
-depends=('openssl')
-optdepends=('perl: siege2csv.pl')
-source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
-backup=(etc/siegerc etc/urls.txt)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  install -d -m755 "$pkgdir/etc"
-  install -d -m755 "$pkgdir/usr/share"
-  make DESTDIR="$pkgdir" install
-  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
-}
-
-md5sums=('c5dce6048a17b502f837de77a3ef79a9')

Copied: siege/repos/community-x86_64/PKGBUILD (from rev 1260506, 
siege/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 09:02:25 UTC (rev 1260507)
@@ -0,0 +1,31 @@
+# Maintainer: Florian Pritz 
+# Contributor: Sven Kauber 
+
+pkgname=siege
+pkgver=4.1.5
+pkgrel=1
+arch=('x86_64')
+license=('GPL')
+pkgdesc="An http regression testing and benchmarking utility"
+url="https://www.joedog.org/siege-home/;
+depends=('openssl')
+optdepends=('perl: siege2csv.pl')
+source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  install -d -m755 "$pkgdir/etc"
+  install -d -m755 "$pkgdir/usr/share"
+  make DESTDIR="$pkgdir" install
+  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
+}
+
+md5sums=('84504c5107480ea4b4d952c910e1e32d')



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

2022-08-07 Thread Florian Pritz via arch-commits
Date: Sunday, August 7, 2022 @ 09:02:23
  Author: bluewind
Revision: 1260506

upgpkg: siege 4.1.5-1: upstream update

Modified:
  siege/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-07 09:00:07 UTC (rev 1260505)
+++ PKGBUILD2022-08-07 09:02:23 UTC (rev 1260506)
@@ -2,7 +2,7 @@
 # Contributor: Sven Kauber 
 
 pkgname=siege
-pkgver=4.1.2
+pkgver=4.1.5
 pkgrel=1
 arch=('x86_64')
 license=('GPL')
@@ -28,4 +28,4 @@
   sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
 }
 
-md5sums=('c5dce6048a17b502f837de77a3ef79a9')
+md5sums=('84504c5107480ea4b4d952c910e1e32d')



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

2022-08-07 Thread Felix Yan via arch-commits
Date: Sunday, August 7, 2022 @ 09:00:07
  Author: felixonmars
Revision: 1260505

archrelease: copy trunk to community-x86_64

Added:
  python-rapidjson/repos/community-x86_64/PKGBUILD
(from rev 1260504, python-rapidjson/trunk/PKGBUILD)
  python-rapidjson/repos/community-x86_64/python-3.8.patch
(from rev 1260504, python-rapidjson/trunk/python-3.8.patch)
Deleted:
  python-rapidjson/repos/community-x86_64/PKGBUILD
  python-rapidjson/repos/community-x86_64/python-3.8.patch

--+
 PKGBUILD |   76 ++---
 python-3.8.patch |   70 
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-07 08:59:53 UTC (rev 1260504)
+++ PKGBUILD2022-08-07 09:00:07 UTC (rev 1260505)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-rapidjson
-pkgver=1.7
-pkgrel=1
-pkgdesc="Python wrapper around rapidjson"
-arch=('x86_64')
-url="https://pypi.python.org/pypi/python-rapidjson;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools' 'rapidjson')
-checkdepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-pytz')
-source=("https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-$pkgver.tar.gz;)
-sha512sums=('39de6834b75ba8b6a8f6b0148e255f40027c0b0bee6bfaee9d2ae035889c38a466ef8101888a9a730e6e3668b0951fb6a9b76008687578f277169afef90ac316')
-
-prepare() {
-  #rm -r python-rapidjson-$pkgver/rapidjson
-  #sed -i 's/if not os.path.isdir/if os.path.isdir/' 
python-rapidjson-$pkgver/setup.py
-  # Shared rapidjson fails tests.
-
-  cp -a python-rapidjson-$pkgver{,-py2}
-}
-
-build() {
-  cd python-rapidjson-$pkgver
-  python setup.py build # --rj-include-dir=/usr/include
-}
-
-check() {
-  cd python-rapidjson-$pkgver
-  python setup.py pytest --addopts '--ignore benchmarks/'
-}
-
-package() {
-  cd python-rapidjson-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-rapidjson/repos/community-x86_64/PKGBUILD (from rev 1260504, 
python-rapidjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-07 09:00:07 UTC (rev 1260505)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-rapidjson
+pkgver=1.8
+pkgrel=1
+pkgdesc="Python wrapper around rapidjson"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/python-rapidjson;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools' 'rapidjson')
+checkdepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-pytz')
+source=("https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-$pkgver.tar.gz;)
+sha512sums=('9940aceb06ccbf1cc025ac7f350ae11d393788fd90c9f75de7b17c308662466d10555eeb31d3d206353a3cc829dcfa3affa54fd58dfadba5d26b194c272fd0dc')
+
+prepare() {
+  #rm -r python-rapidjson-$pkgver/rapidjson
+  #sed -i 's/if not os.path.isdir/if os.path.isdir/' 
python-rapidjson-$pkgver/setup.py
+  # Shared rapidjson fails tests.
+
+  cp -a python-rapidjson-$pkgver{,-py2}
+}
+
+build() {
+  cd python-rapidjson-$pkgver
+  python setup.py build # --rj-include-dir=/usr/include
+}
+
+check() {
+  cd python-rapidjson-$pkgver
+  python setup.py pytest --addopts '--ignore benchmarks/'
+}
+
+package() {
+  cd python-rapidjson-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: python-3.8.patch
===
--- python-3.8.patch2022-08-07 08:59:53 UTC (rev 1260504)
+++ python-3.8.patch2022-08-07 09:00:07 UTC (rev 1260505)
@@ -1,35 +0,0 @@
-From aa16ff9daec2153f47c3c6977bde31df221bb097 Mon Sep 17 00:00:00 2001
-From: Lele Gaifax 
-Date: Sat, 2 Nov 2019 14:31:16 +0100
-Subject: [PATCH] Use repr() instead of str() to obtain string representation
- of PyLong instances
-
-In Python 3.8 they removed several __str__() implementations (see commit
-https://github.com/python/cpython/commit/96aeaec64738b730c719562125070a52ed570210),
 so
-under that version calling str() on an IntEnum instance gives something like
-"", not the literal integer value as before, so the right 
thing, that
-seems to work also on Python 3.7, is to use repr() instead.
-
-This fixes issue #125.

- rapidjson.cpp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/rapidjson.cpp b/rapidjson.cpp
-index e649e52..32f527b 100644
 a/rapidjson.cpp
-+++ b/rapidjson.cpp
-@@ -2267,11 +2267,11 @@ dumps_internal(
- writer->Uint64(ui);
- }
- } else {
--// Mimic stdlib json: subclasses of int may override __str__, but 
we still
-+// Mimic stdlib json: subclasses of int may override __repr__, 
but we still
-

  1   2   >