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

2022-09-02 Thread Felix Yan via arch-commits
Date: Saturday, September 3, 2022 @ 06:56:25
  Author: felixonmars
Revision: 1291031

archrelease: copy trunk to community-x86_64

Added:
  verilator/repos/community-x86_64/PKGBUILD
(from rev 1291030, verilator/trunk/PKGBUILD)
Deleted:
  verilator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-03 06:56:09 UTC (rev 1291030)
+++ PKGBUILD2022-09-03 06:56:25 UTC (rev 1291031)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Jeffrey Tolar 
-
-pkgname=verilator
-pkgver=4.224
-pkgrel=1
-pkgdesc='The fastest free Verilog HDL simulator'
-url='https://www.veripool.org/projects/verilator/wiki/Intro'
-arch=('x86_64')
-license=('LGPL')
-depends=('perl')
-optdepends=('systemc')
-# lsb-release is used by configure script to enable usage of c++17
-makedepends=('python' 'systemc' 'lsb-release')
-source=("https://github.com/verilator/verilator/archive/v$pkgver/$pkgname-$pkgver.tar.gz";
-
$pkgname-use-c++17-on-arch.patch::https://github.com/verilator/verilator/pull/3479.patch)
-sha512sums=('a2a37948878ad897668ce89b0f12978dcbda3726cebb134db6ff6f172573d4e488748699a84008359d808d5b6fad19c013edaebc7f8a24a5452b61b1d57dc283'
-
'd608fba917db62974a3a083829fcaf3bb11d4cf25b3bea5a078d720132e104cdbba1500d1d69ccbc090c3731338f00c84fa46fb6772434367835736e821259dc')
-
-prepare() {
-  cd verilator-$pkgver
-  patch -p1 -i ../$pkgname-use-c++17-on-arch.patch
-  autoconf
-}
-
-build() {
-  cd verilator-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd verilator-$pkgver
-  make test
-}
-
-package() {
-  cd verilator-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: verilator/repos/community-x86_64/PKGBUILD (from rev 1291030, 
verilator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-03 06:56:25 UTC (rev 1291031)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Jeffrey Tolar 
+
+pkgname=verilator
+pkgver=4.226
+pkgrel=1
+pkgdesc='The fastest free Verilog HDL simulator'
+url='https://www.veripool.org/projects/verilator/wiki/Intro'
+arch=('x86_64')
+license=('LGPL')
+depends=('perl')
+optdepends=('systemc')
+# lsb-release is used by configure script to enable usage of c++17
+makedepends=('python' 'systemc' 'lsb-release')
+source=("https://github.com/verilator/verilator/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('bede9024f45491884533929aa04705908aaf9fda5848a8ee7ca865569b2e5c9267ba20d8e140e67d86f322f7c7cf6d4562014f00e826ec69c8c39a3a3644c5c3')
+
+prepare() {
+  cd verilator-$pkgver
+  autoconf
+}
+
+build() {
+  cd verilator-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd verilator-$pkgver
+  make test
+}
+
+package() {
+  cd verilator-$pkgver
+  make install DESTDIR="$pkgdir"
+}



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

2022-09-02 Thread Felix Yan via arch-commits
Date: Saturday, September 3, 2022 @ 06:56:09
  Author: felixonmars
Revision: 1291030

upgpkg: verilator 4.226-1

Modified:
  verilator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-03 06:54:51 UTC (rev 1291029)
+++ PKGBUILD2022-09-03 06:56:09 UTC (rev 1291030)
@@ -3,7 +3,7 @@
 # Contributor: Jeffrey Tolar 
 
 pkgname=verilator
-pkgver=4.224
+pkgver=4.226
 pkgrel=1
 pkgdesc='The fastest free Verilog HDL simulator'
 url='https://www.veripool.org/projects/verilator/wiki/Intro'
@@ -13,14 +13,11 @@
 optdepends=('systemc')
 # lsb-release is used by configure script to enable usage of c++17
 makedepends=('python' 'systemc' 'lsb-release')
-source=("https://github.com/verilator/verilator/archive/v$pkgver/$pkgname-$pkgver.tar.gz";
-
$pkgname-use-c++17-on-arch.patch::https://github.com/verilator/verilator/pull/3479.patch)
-sha512sums=('a2a37948878ad897668ce89b0f12978dcbda3726cebb134db6ff6f172573d4e488748699a84008359d808d5b6fad19c013edaebc7f8a24a5452b61b1d57dc283'
-
'd608fba917db62974a3a083829fcaf3bb11d4cf25b3bea5a078d720132e104cdbba1500d1d69ccbc090c3731338f00c84fa46fb6772434367835736e821259dc')
+source=("https://github.com/verilator/verilator/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('bede9024f45491884533929aa04705908aaf9fda5848a8ee7ca865569b2e5c9267ba20d8e140e67d86f322f7c7cf6d4562014f00e826ec69c8c39a3a3644c5c3')
 
 prepare() {
   cd verilator-$pkgver
-  patch -p1 -i ../$pkgname-use-c++17-on-arch.patch
   autoconf
 }
 



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

2022-09-02 Thread Felix Yan via arch-commits
Date: Saturday, September 3, 2022 @ 06:54:51
  Author: felixonmars
Revision: 1291029

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-03 06:54:35 UTC (rev 1291028)
+++ PKGBUILD2022-09-03 06:54:51 UTC (rev 1291029)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-xmlschema
-pkgver=1.11.3
-pkgrel=1
-pkgdesc="An XML Schema validator and decoder"
-url="https://github.com/sissaschool/xmlschema";
-license=('MIT')
-arch=('any')
-depends=('python-elementpath')
-makedepends=('python-pip')
-checkdepends=('python-lxml')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/xmlschema/archive/v$pkgver.tar.gz";)
-sha512sums=('39677ff186b662977bf960ea467183416309cc6b278cc3225265e47bbe72c5fd1c027bc23c8da4813bd2ac2d3aac573e6c2272c3378c3ba60cf5ecd4fac9627a')
-
-prepare() {
-  sed -i 's/~=/>=/' xmlschema-$pkgver/setup.py
-}
-
-build() {
-  cd xmlschema-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd xmlschema-$pkgver
-  PYTHONPATH="$PWD/build/lib" python -m unittest
-}
-
-package() {
-  cd xmlschema-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-xmlschema/repos/community-any/PKGBUILD (from rev 1291028, 
python-xmlschema/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-03 06:54:51 UTC (rev 1291029)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-xmlschema
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="An XML Schema validator and decoder"
+url="https://github.com/sissaschool/xmlschema";
+license=('MIT')
+arch=('any')
+depends=('python-elementpath')
+makedepends=('python-setuptools')
+checkdepends=('python-lxml')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/xmlschema/archive/v$pkgver.tar.gz";)
+sha512sums=('dbca7920f3ac09db3887c0c2d7ed44a09d95d2afa4de8510dbd70418e88e38d2c3a5e785ea76b259e256ede5d9d893db1b85f6c56bb0c78e2061e06dae514e77')
+
+prepare() {
+  sed -i 's/~=/>=/' xmlschema-$pkgver/setup.py
+}
+
+build() {
+  cd xmlschema-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd xmlschema-$pkgver
+  PYTHONPATH="$PWD/build/lib" python -m unittest
+}
+
+package() {
+  cd xmlschema-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2022-09-02 Thread Felix Yan via arch-commits
Date: Saturday, September 3, 2022 @ 06:54:35
  Author: felixonmars
Revision: 1291028

upgpkg: python-xmlschema 2.0.0-1

Modified:
  python-xmlschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-03 06:51:17 UTC (rev 1291027)
+++ PKGBUILD2022-09-03 06:54:35 UTC (rev 1291028)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-xmlschema
-pkgver=1.11.3
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="An XML Schema validator and decoder"
 url="https://github.com/sissaschool/xmlschema";
@@ -8,10 +8,10 @@
 license=('MIT')
 arch=('any')
 depends=('python-elementpath')
-makedepends=('python-pip')
+makedepends=('python-setuptools')
 checkdepends=('python-lxml')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/xmlschema/archive/v$pkgver.tar.gz";)
-sha512sums=('39677ff186b662977bf960ea467183416309cc6b278cc3225265e47bbe72c5fd1c027bc23c8da4813bd2ac2d3aac573e6c2272c3378c3ba60cf5ecd4fac9627a')
+sha512sums=('dbca7920f3ac09db3887c0c2d7ed44a09d95d2afa4de8510dbd70418e88e38d2c3a5e785ea76b259e256ede5d9d893db1b85f6c56bb0c78e2061e06dae514e77')
 
 prepare() {
   sed -i 's/~=/>=/' xmlschema-$pkgver/setup.py



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

2022-09-02 Thread Felix Yan via arch-commits
Date: Saturday, September 3, 2022 @ 06:51:17
  Author: felixonmars
Revision: 1291027

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-03 06:51:01 UTC (rev 1291026)
+++ PKGBUILD2022-09-03 06:51:17 UTC (rev 1291027)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=8.19.0
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'node-gyp' 'nodejs-nopt' 'semver')
-# libgl: TODO
-# libvips: for sharp (doc build) (disabled as current version of gatsby 
imports a broken sharp)
-# libxi: for cwebp (doc build)
-makedepends=('libgl' 'libxi' 'procps-ng' 'python')
-options=('!emptydirs')
-source=("https://github.com/npm/cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('578092d64a6abc83b1437296a949ba2c7799f9d82201f5d208ae3a40f9f0364bfecf402a67b83eb8b349b501693c4fb72213a9894ea021a9ec6bf241e41a3bb4')
-
-prepare() {
-  cd cli-$pkgver
-  # 'deps' was added as a dep for many Makefile targets since 8.6 but it's not 
easy to fix.
-  # Let's skip and do it ourselves instead.
-  sed -i 's|node bin/npm-cli.js run resetdeps|true|' Makefile
-}
-
-build() {
-  cd cli-$pkgver
-  node . i --ignore-scripts --no-audit --no-fund
-  NODE_PATH=/usr/lib/node_modules make
-}
-
-package() {
-  cd cli-$pkgver
-  node bin/npm-cli.js install -g -f --prefix="$pkgdir/usr" $(node 
bin/npm-cli.js pack | tail -1)
-
-  # 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"
-
-  # Experimental dedup
-  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
-  rm -r "$_npmdir"/node_modules/{,.bin/}semver
-  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
-  rm -r "$_npmdir"/node_modules/{,.bin/}nopt
-  sed -i 
's|../../node_modules/node-gyp/bin/node-gyp.js|../../../node-gyp/bin/node-gyp.js|'
 \
-"$_npmdir"/bin/node-gyp-bin/node-gyp
-
-  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
-  node "$srcdir"/cli-$pkgver/bin/npm-cli.js completion > 
"$pkgdir"/usr/share/bash-completion/completions/npm
-
-  mv "$pkgdir"/usr/lib/node_modules/npm/man "$pkgdir"/usr/share/
-
-  install -Dm644 "$srcdir"/cli-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 1291026, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-03 06:51:17 UTC (rev 1291027)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=8.19.1
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'node-gyp' 'nodejs-nopt' 'semver')
+# libgl: TODO
+# libvips: for sharp (doc build) (disabled as current version of gatsby 
imports a broken sharp)
+# libxi: for cwebp (doc build)
+makedepends=('libgl' 'libxi' 'procps-ng' 'python')
+options=('!emptydirs')
+source=("https://github.com/npm/cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('abfbf7d05c1833caf1a17909940e8b366addd9899246c618095acdc317da65ecfedfcf8ea20fa6a17bb855af470b0428ce644737c9e6581115ad6601f30f2124')
+
+prepare() {
+  cd cli-$pkgver
+  # 'deps' was added as a dep for many Makefile targets since 8.6 but it's not 
easy to fix.
+  # Let's skip and do it ourselves instead.
+  sed -i 's|node bin/npm-cli.js run resetdeps|true|' Makefile
+}
+
+build() {
+  cd cli-$pkgver
+  node . i --ignore-scripts --no-audit --no-fund
+  NODE_PATH=/usr/lib/node_modules make
+}
+
+package() {
+  cd cli-$pkgver
+  node bin/npm-cli.js install -g -f --prefix="$pkgdir/usr" $(node 
bin/npm-cli.js pack | tail -1)
+
+  # 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"
+
+  # Experimental dedup
+  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
+  rm -r "$_npmdir"/node_modules/{,.bin/}semver
+  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
+  rm -r "$_npmdir"/node_modules/{,.bin/}nopt
+  sed -i 
's|../../node_modules/node-gyp/bin/node-gyp.js|../../../node-gyp/bin/node-gyp.js|'
 \
+"$_npmdir"/bin/node-gyp-bin/node-gyp
+
+  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
+  node "$srcdir"/

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

2022-09-02 Thread Felix Yan via arch-commits
Date: Saturday, September 3, 2022 @ 06:51:01
  Author: felixonmars
Revision: 1291026

upgpkg: npm 8.19.1-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-03 06:50:48 UTC (rev 1291025)
+++ PKGBUILD2022-09-03 06:51:01 UTC (rev 1291026)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=8.19.0
+pkgver=8.19.1
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('libgl' 'libxi' 'procps-ng' 'python')
 options=('!emptydirs')
 source=("https://github.com/npm/cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('578092d64a6abc83b1437296a949ba2c7799f9d82201f5d208ae3a40f9f0364bfecf402a67b83eb8b349b501693c4fb72213a9894ea021a9ec6bf241e41a3bb4')
+sha512sums=('abfbf7d05c1833caf1a17909940e8b366addd9899246c618095acdc317da65ecfedfcf8ea20fa6a17bb855af470b0428ce644737c9e6581115ad6601f30f2124')
 
 prepare() {
   cd cli-$pkgver



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

2022-09-02 Thread Felix Yan via arch-commits
Date: Saturday, September 3, 2022 @ 06:50:48
  Author: felixonmars
Revision: 1291025

archrelease: copy trunk to community-x86_64

Added:
  faudio/repos/community-x86_64/PKGBUILD
(from rev 1291024, faudio/trunk/PKGBUILD)
Deleted:
  faudio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-03 06:50:32 UTC (rev 1291024)
+++ PKGBUILD2022-09-03 06:50:48 UTC (rev 1291025)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrew Eikum
-
-pkgname=faudio
-pkgver=22.09
-pkgrel=1
-pkgdesc="XAudio2 reimplementation"
-arch=(x86_64)
-url="https://github.com/FNA-XNA/FAudio/";
-license=('custom:zlib')
-depends=('sdl2' 'gst-libav')
-makedepends=('cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz";)
-sha512sums=('d1afbb561d2435be0e484ba2807832ba5066d738aee231b0ddadaee09220213ef67cd8b455c515a79adee19900b5b0c1ee54cf61bfc384ed817d9f3eff5a4fb1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../FAudio-$pkgver -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DGSTREAMER=ON
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: faudio/repos/community-x86_64/PKGBUILD (from rev 1291024, 
faudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-03 06:50:48 UTC (rev 1291025)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrew Eikum
+
+pkgname=faudio
+pkgver=22.09.01
+pkgrel=1
+pkgdesc="XAudio2 reimplementation"
+arch=(x86_64)
+url="https://github.com/FNA-XNA/FAudio/";
+license=('custom:zlib')
+depends=('sdl2' 'gst-libav')
+makedepends=('cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz";)
+sha512sums=('819d4a7c744ccb39826fa1cd317274a61d9b41c8e108f990d3d1fc1c19538f706eda402be5c610125c9613049d0611812badf96d2b25b08d9549c38078c85342')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../FAudio-$pkgver -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DGSTREAMER=ON
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-09-02 Thread Felix Yan via arch-commits
Date: Saturday, September 3, 2022 @ 06:50:32
  Author: felixonmars
Revision: 1291024

upgpkg: faudio 22.09.01-1

Modified:
  faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-03 04:54:36 UTC (rev 1291023)
+++ PKGBUILD2022-09-03 06:50:32 UTC (rev 1291024)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=faudio
-pkgver=22.09
+pkgver=22.09.01
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('sdl2' 'gst-libav')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz";)
-sha512sums=('d1afbb561d2435be0e484ba2807832ba5066d738aee231b0ddadaee09220213ef67cd8b455c515a79adee19900b5b0c1ee54cf61bfc384ed817d9f3eff5a4fb1')
+sha512sums=('819d4a7c744ccb39826fa1cd317274a61d9b41c8e108f990d3d1fc1c19538f706eda402be5c610125c9613049d0611812badf96d2b25b08d9549c38078c85342')
 
 prepare() {
   mkdir -p build



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

2022-09-02 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, September 3, 2022 @ 04:54:36
  Author: svenstaro
Revision: 1291023

archrelease: copy trunk to community-x86_64

Added:
  dummyhttp/repos/community-x86_64/PKGBUILD
(from rev 1291022, dummyhttp/trunk/PKGBUILD)
Deleted:
  dummyhttp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-03 04:54:28 UTC (rev 1291022)
+++ PKGBUILD2022-09-03 04:54:36 UTC (rev 1291023)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=dummyhttp
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="Super simple HTTP server that replies a fixed body with a fixed 
response code"
-arch=('x86_64')
-url="https://github.com/svenstaro/dummyhttp";
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/svenstaro/dummyhttp/archive/${pkgver}.tar.gz";)
-sha512sums=('913d913a1d4cb29e1668a5cdf7029a46351142d0b93180199c5c42f039a961ace1a8b894d5f743b5fb2beb860c2f3a9b424dd48ca828ae1055a0da64c77890ae')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cargo build --release --locked
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 target/release/dummyhttp "$pkgdir"/usr/bin/dummyhttp
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dummyhttp/repos/community-x86_64/PKGBUILD (from rev 1291022, 
dummyhttp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-03 04:54:36 UTC (rev 1291023)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=dummyhttp
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Super simple HTTP server that replies a fixed body with a fixed 
response code"
+arch=('x86_64')
+url="https://github.com/svenstaro/dummyhttp";
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/svenstaro/dummyhttp/archive/v${pkgver}.tar.gz";)
+sha512sums=('56f49b7af96ea49b0a7c5a817910ad796621502e6b3b54a0c22975e045f9df0053fe362f048ba9c9b61a81b37bf261f56242fe4fdf4add743622084627413767')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cargo build --release --locked
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 target/release/dummyhttp "$pkgdir"/usr/bin/dummyhttp
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-09-02 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, September 3, 2022 @ 04:54:28
  Author: svenstaro
Revision: 1291022

upgpkg: dummyhttp 0.6.0-1

Modified:
  dummyhttp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-03 02:18:47 UTC (rev 1291021)
+++ PKGBUILD2022-09-03 04:54:28 UTC (rev 1291022)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=dummyhttp
-pkgver=0.5.0
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="Super simple HTTP server that replies a fixed body with a fixed 
response code"
 arch=('x86_64')
@@ -9,8 +9,8 @@
 depends=('gcc-libs')
 makedepends=('rust')
 options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/svenstaro/dummyhttp/archive/${pkgver}.tar.gz";)
-sha512sums=('913d913a1d4cb29e1668a5cdf7029a46351142d0b93180199c5c42f039a961ace1a8b894d5f743b5fb2beb860c2f3a9b424dd48ca828ae1055a0da64c77890ae')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/svenstaro/dummyhttp/archive/v${pkgver}.tar.gz";)
+sha512sums=('56f49b7af96ea49b0a7c5a817910ad796621502e6b3b54a0c22975e045f9df0053fe362f048ba9c9b61a81b37bf261f56242fe4fdf4add743622084627413767')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in php/repos/extra-x86_64 (16 files)

2022-09-02 Thread Pierre Schmitz via arch-commits
Date: Saturday, September 3, 2022 @ 04:45:16
  Author: pierre
Revision: 454984

archrelease: copy trunk to extra-x86_64

Added:
  php/repos/extra-x86_64/PKGBUILD
(from rev 454983, php/trunk/PKGBUILD)
  php/repos/extra-x86_64/apache.conf
(from rev 454983, php/trunk/apache.conf)
  php/repos/extra-x86_64/apache.patch
(from rev 454983, php/trunk/apache.patch)
  php/repos/extra-x86_64/generate_patches
(from rev 454983, php/trunk/generate_patches)
  php/repos/extra-x86_64/keys/
  php/repos/extra-x86_64/php-fpm.patch
(from rev 454983, php/trunk/php-fpm.patch)
  php/repos/extra-x86_64/php-fpm.tmpfiles
(from rev 454983, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-x86_64/php.ini.patch
(from rev 454983, php/trunk/php.ini.patch)
Deleted:
  php/repos/extra-x86_64/PKGBUILD
  php/repos/extra-x86_64/apache.conf
  php/repos/extra-x86_64/apache.patch
  php/repos/extra-x86_64/generate_patches
  php/repos/extra-x86_64/keys/
  php/repos/extra-x86_64/php-fpm.patch
  php/repos/extra-x86_64/php-fpm.tmpfiles
  php/repos/extra-x86_64/php.ini.patch

--+
 PKGBUILD |  680 ++---
 apache.conf  |   26 +-
 apache.patch |   20 -
 generate_patches |  206 
 php-fpm.patch|  148 +--
 php-fpm.tmpfiles |2 
 php.ini.patch|  156 ++--
 7 files changed, 619 insertions(+), 619 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-03 04:44:45 UTC (rev 454983)
+++ PKGBUILD2022-09-03 04:45:16 UTC (rev 454984)
@@ -1,340 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgbase=php
-pkgname=('php'
- 'php-cgi'
- 'php-apache'
- 'php-fpm'
- 'php-embed'
- 'php-phpdbg'
- 'php-dblib'
- 'php-enchant'
- 'php-gd'
- 'php-imap'
- 'php-intl'
- 'php-sodium'
- 'php-odbc'
- 'php-pgsql'
- 'php-pspell'
- 'php-snmp'
- 'php-sqlite'
- 'php-tidy'
- 'php-xsl')
-pkgver=8.1.9
-pkgrel=1
-arch=('x86_64')
-license=('PHP')
-url='https://www.php.net/'
-makedepends=('apache' 'aspell' 'c-client' 'db' 'gdbm' 'enchant' 'gd' 'gmp' 
'icu' 'libsodium' 'libxslt' 'libzip' 'net-snmp'
- 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre2' 'libnsl'
- 'oniguruma')
-checkdepends=('procps-ng')
-options=(debug)
-source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
-'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
-sha256sums=('53477e73e6254dc942b68913a58d815ffdbf6946baf61a1f8ef854de524c27bf'
-'SKIP'
-'702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
-'4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e'
-'aa55fa4fc5c2b2493065bbd00cfe3c97a1b22b3dc7d34f8fd303de18cafe844f'
-'640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
-'b3b3385f1c36e272671c7db238b2a69896e11a82db90dafd74964f2eabbfa2f2')
-validpgpkeys=('F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD'
-  '39B641343D8C104B2B146DC3F9C39DC0B9698544')
-_interpreter=${pkgver%.*}
-
-prepare() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-
-   patch -p0 -i "${srcdir}/apache.patch"
-   patch -p0 -i "${srcdir}/php-fpm.patch"
-   patch -p0 -i "${srcdir}/php.ini.patch"
-   autoconf
-
-   # Disable failing tests
-   rm tests/output/stream_isatty_*.phpt
-   rm Zend/tests/arginfo_zpp_mismatch*.phpt
-}
-
-build() {
-   local _phpconfig="--srcdir=../${pkgbase}-${pkgver} \
-   --config-cache \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/php \
-   --localstatedir=/var \
-   --with-layout=GNU \
-   --with-config-file-path=/etc/php \
-   --with-config-file-scan-dir=/etc/php/conf.d \
-   --disable-rpath \
-   --mandir=/usr/share/man \
-   --disable-gcc-global-regs \
-   "
-
-   local _phpextensions="\
-   --enable-bcmath=shared \
-   --enable-calendar=shared \
-   --enable-dba=shared \
-   --enable-exif=shared \
-   --enable-ftp=shared \
-   --enable-gd=shared \
-   --enable-intl=shared \
-   --enable-mbstring \
-   --enable-pcntl \
-   --enable-shmop=shared \
-   --enable-soap=shared \
-   --enable-sockets=shared \
-   --enable-sysvmsg=shared \
-   --enable-sysvsem=shared \
-   --enable-sysvshm=shared \
-   --with-bz2=shared \
-   --with-curl=shared \
-   --with-db4=/usr \
-   --with-enchant=shared \
-   --with-externa

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

2022-09-02 Thread Pierre Schmitz via arch-commits
Date: Saturday, September 3, 2022 @ 04:44:45
  Author: pierre
Revision: 454983

upgpkg: php 8.1.10-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-03 01:36:01 UTC (rev 454982)
+++ PKGBUILD2022-09-03 04:44:45 UTC (rev 454983)
@@ -20,7 +20,7 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=8.1.9
+pkgver=8.1.10
 pkgrel=1
 arch=('x86_64')
 license=('PHP')
@@ -32,7 +32,7 @@
 options=(debug)
 source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
-sha256sums=('53477e73e6254dc942b68913a58d815ffdbf6946baf61a1f8ef854de524c27bf'
+sha256sums=('90e7120c77ee83630e6ac928d23bc6396603d62d83a3cf5df8a450d2e3070162'
 'SKIP'
 '702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
 '4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e'



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

2022-09-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 3, 2022 @ 02:18:44
  Author: foutrelis
Revision: 1291020

upgpkg: gbrainy 1:2.4.5-1: new upstream release

Modified:
  gbrainy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-03 01:31:51 UTC (rev 1291019)
+++ PKGBUILD2022-09-03 02:18:44 UTC (rev 1291020)
@@ -2,7 +2,7 @@
 # Contributor: Javier 'Phrodo_00' Aravena 
 
 pkgname=gbrainy
-pkgver=2.4.4
+pkgver=2.4.5
 pkgrel=1
 epoch=1
 pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
@@ -12,10 +12,10 @@
 depends=('gtk-sharp-3' 'librsvg' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('intltool' 'itstool')
 source=(https://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('1f67c220dd04c332260d810c25cb94384cca4547bcf933db3997ac69667457e9')
+sha256sums=('575207bbdddcdae959efa99e45f27f7d135479e128a7be8cdff3284d361e0b7d')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   export MONO_SHARED_DIR="$srcdir"
   ./configure --prefix=/usr
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
 



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

2022-09-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 3, 2022 @ 02:18:47
  Author: foutrelis
Revision: 1291021

archrelease: copy trunk to community-any

Added:
  gbrainy/repos/community-any/PKGBUILD
(from rev 1291020, gbrainy/trunk/PKGBUILD)
Deleted:
  gbrainy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-03 02:18:44 UTC (rev 1291020)
+++ PKGBUILD2022-09-03 02:18:47 UTC (rev 1291021)
@@ -1,30 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Javier 'Phrodo_00' Aravena 
-
-pkgname=gbrainy
-pkgver=2.4.4
-pkgrel=1
-epoch=1
-pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
-arch=('any')
-url="https://wiki.gnome.org/Apps/gbrainy";
-license=('GPL2')
-depends=('gtk-sharp-3' 'librsvg' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('intltool' 'itstool')
-source=(https://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('1f67c220dd04c332260d810c25cb94384cca4547bcf933db3997ac69667457e9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export MONO_SHARED_DIR="$srcdir"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gbrainy/repos/community-any/PKGBUILD (from rev 1291020, 
gbrainy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-03 02:18:47 UTC (rev 1291021)
@@ -0,0 +1,30 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Javier 'Phrodo_00' Aravena 
+
+pkgname=gbrainy
+pkgver=2.4.5
+pkgrel=1
+epoch=1
+pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
+arch=('any')
+url="https://wiki.gnome.org/Apps/gbrainy";
+license=('GPL2')
+depends=('gtk-sharp-3' 'librsvg' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('intltool' 'itstool')
+source=(https://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('575207bbdddcdae959efa99e45f27f7d135479e128a7be8cdff3284d361e0b7d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  export MONO_SHARED_DIR="$srcdir"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in xfce4-pulseaudio-plugin/repos/extra-x86_64 (2 files)

2022-09-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 3, 2022 @ 01:36:01
  Author: foutrelis
Revision: 454982

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD
(from rev 454981, xfce4-pulseaudio-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-03 01:35:57 UTC (rev 454981)
+++ PKGBUILD2022-09-03 01:36:01 UTC (rev 454982)
@@ -1,36 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Jan de Groot 
-# Contributor: NicoHood 
-# Contributor: 
-# Contributor: twa022 
-
-pkgname=xfce4-pulseaudio-plugin
-pkgver=0.4.3
-pkgrel=2
-pkgdesc="Pulseaudio plugin for the Xfce4 panel"
-arch=('x86_64')
-url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin";
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'libnotify')
-makedepends=('intltool')
-optdepends=('pavucontrol: default pulseaudio mixer')
-source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit";)
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5a518237e2137341d8ca6584938950525e20c28a0177e30ecaea3ba8e7a2615b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD (from rev 454981, 
xfce4-pulseaudio-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-03 01:36:01 UTC (rev 454982)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Jan de Groot 
+# Contributor: NicoHood 
+# Contributor: 
+# Contributor: twa022 
+
+pkgname=xfce4-pulseaudio-plugin
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Pulseaudio plugin for the Xfce4 panel"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin";
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'libnotify')
+makedepends=('intltool')
+optdepends=('pavucontrol: default pulseaudio mixer')
+source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit";)
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('eca3214676933b970829f9e883bacf9402402d582692facffe8af5bf0dec6f8d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in xfce4-pulseaudio-plugin/trunk (PKGBUILD)

2022-09-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 3, 2022 @ 01:35:57
  Author: foutrelis
Revision: 454981

upgpkg: xfce4-pulseaudio-plugin 0.4.4-1: new upstream release

Modified:
  xfce4-pulseaudio-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-03 00:11:27 UTC (rev 454980)
+++ PKGBUILD2022-09-03 01:35:57 UTC (rev 454981)
@@ -5,8 +5,8 @@
 # Contributor: twa022 
 
 pkgname=xfce4-pulseaudio-plugin
-pkgver=0.4.3
-pkgrel=2
+pkgver=0.4.4
+pkgrel=1
 pkgdesc="Pulseaudio plugin for the Xfce4 panel"
 arch=('x86_64')
 url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin";
@@ -17,7 +17,7 @@
 optdepends=('pavucontrol: default pulseaudio mixer')
 
source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit";)
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5a518237e2137341d8ca6584938950525e20c28a0177e30ecaea3ba8e7a2615b')
+sha256sums=('eca3214676933b970829f9e883bacf9402402d582692facffe8af5bf0dec6f8d')
 
 build() {
   cd $pkgname-$pkgver



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

2022-09-02 Thread Daniel M. Capella via arch-commits
Date: Saturday, September 3, 2022 @ 01:31:51
  Author: polyzen
Revision: 1291019

archrelease: copy trunk to community-x86_64

Added:
  tree-sitter/repos/community-x86_64/PKGBUILD
(from rev 1291018, tree-sitter/trunk/PKGBUILD)
Deleted:
  tree-sitter/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-03 01:31:27 UTC (rev 1291018)
+++ PKGBUILD2022-09-03 01:31:51 UTC (rev 1291019)
@@ -1,43 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Maintainer: Daniel M. Capella 
-
-pkgname=tree-sitter
-pkgver=0.20.6
-pkgrel=1
-pkgdesc='An incremental parsing system for programming tools'
-arch=('x86_64')
-url='https://github.com/tree-sitter/tree-sitter'
-license=('MIT')
-provides=('libtree-sitter.so')
-depends=('gcc-libs')
-makedepends=('git' 'rust')
-options=('!lto')
-source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('f0fb1e0073867c2a6e69b230e07e5eec32a2b30d3c711ec188526e287d6a1ef06de266d476482f900ec7c9ff6c11909899fd35a802e96f0befc6e99815502377')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make
-
-  cd cli
-
-  cargo build --release --locked --offline --all-features
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-
-  install -Dm 755 target/release/$pkgname -t "$pkgdir"/usr/bin
-
-  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
-

Copied: tree-sitter/repos/community-x86_64/PKGBUILD (from rev 1291018, 
tree-sitter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-03 01:31:51 UTC (rev 1291019)
@@ -0,0 +1,43 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Daniel M. Capella 
+
+pkgname=tree-sitter
+pkgver=0.20.7
+pkgrel=1
+pkgdesc='An incremental parsing system for programming tools'
+arch=('x86_64')
+url='https://github.com/tree-sitter/tree-sitter'
+license=('MIT')
+provides=('libtree-sitter.so')
+depends=('gcc-libs')
+makedepends=('git' 'rust')
+options=('!lto')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('dd306f7304cb5f87c05eab3bf5c9c4c13bfed7766a164eafe3159adbc6cca4e66fbdb6880f48dfc668408fbefc14b0147aa2231db085a72f526ac51b681b7c26')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make
+
+  cd cli
+
+  cargo build --release --locked --offline --all-features
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+
+  install -Dm 755 target/release/$pkgname -t "$pkgdir"/usr/bin
+
+  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
+



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

2022-09-02 Thread Daniel M. Capella via arch-commits
Date: Saturday, September 3, 2022 @ 01:31:27
  Author: polyzen
Revision: 1291018

upgpkg: tree-sitter 0.20.7-1

Modified:
  tree-sitter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-03 01:11:45 UTC (rev 1291017)
+++ PKGBUILD2022-09-03 01:31:27 UTC (rev 1291018)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=tree-sitter
-pkgver=0.20.6
+pkgver=0.20.7
 pkgrel=1
 pkgdesc='An incremental parsing system for programming tools'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('git' 'rust')
 options=('!lto')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('f0fb1e0073867c2a6e69b230e07e5eec32a2b30d3c711ec188526e287d6a1ef06de266d476482f900ec7c9ff6c11909899fd35a802e96f0befc6e99815502377')
+sha512sums=('dd306f7304cb5f87c05eab3bf5c9c4c13bfed7766a164eafe3159adbc6cca4e66fbdb6880f48dfc668408fbefc14b0147aa2231db085a72f526ac51b681b7c26')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-09-02 Thread Daniel M. Capella via arch-commits
Date: Saturday, September 3, 2022 @ 01:11:45
  Author: polyzen
Revision: 1291017

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-03 01:11:23 UTC (rev 1291016)
+++ PKGBUILD2022-09-03 01:11:45 UTC (rev 1291017)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Daniel M. Capella 
-# Contributor: Felix Kaiser 
-
-pkgname=python-pytest
-pkgver=7.1.2
-pkgrel=2
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="https://pytest.org/";
-depends=('python-attrs' 'python-iniconfig' 'python-packaging' 'python-pluggy'
- 'python-py' 'python-tomli')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock'
-  'python-nose' 'python-requests' 'python-xmlschema'
-  # Unlisted, but actually used. Check again after a while:
-  'lsof' 'python-asynctest' 'python-decorator' 'python-docutils'
-  'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments'
-  'python-pytest-xdist' 'python-twisted')
-source=("https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz";)
-sha256sums=('a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45')
-b2sums=('c59e477ba52f2ff6f9885b91bbdc9b70dd4ffced3902417cd2e8cf28ba778e92ab5738f1be4d1c8c5c41c7140ac56622b6d44261d618426ae39fd00026bf139c')
-
-# Remove dep on setuptools_scm
-prepare() {
-  cd pytest-$pkgver
-  sed -i "/^\[metadata\]/a version = $pkgver
-  /setuptools-scm/d" setup.cfg
-  sed -i '/setuptools-scm\|wheel/d
-  /\[tool.setuptools_scm\]/,/^$/d' pyproject.toml
-}
-
-build() {
-  cd pytest-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd pytest-$pkgver
-  python -m venv --system-site-packages test-env
-  test-env/bin/python -m installer dist/*.whl
-  test-env/bin/python -m pytest
-}
-
-package() {
-  cd pytest-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  # Symlink license file
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s "$site_packages"/pytest-$pkgver.dist-info/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 1291016, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-03 01:11:45 UTC (rev 1291017)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Maintainer: Daniel M. Capella 
+# Contributor: Felix Kaiser 
+
+pkgname=python-pytest
+pkgver=7.1.3
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="https://pytest.org/";
+depends=('python-attrs' 'python-iniconfig' 'python-packaging' 'python-pluggy'
+ 'python-py' 'python-tomli')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock'
+  'python-nose' 'python-requests' 'python-xmlschema'
+  # Unlisted, but actually used. Check again after a while:
+  'lsof' 'python-asynctest' 'python-decorator' 'python-docutils'
+  'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments'
+  'python-pytest-xdist' 'python-twisted')
+source=("https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz";)
+sha256sums=('4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39')
+b2sums=('39935fbfc9eb79a220324b8642e80225472a658f85fa8ef50b1dff5396dd30cfde22b2faf3909df0ba7d08ea14f548794974a7fd7670d7204e8d625ea5949630')
+
+# Remove dep on setuptools_scm
+prepare() {
+  cd pytest-$pkgver
+  sed -i "/^\[metadata\]/a version = $pkgver
+  /setuptools-scm/d" setup.cfg
+  sed -i '/setuptools-scm\|wheel/d
+  /\[tool.setuptools_scm\]/,/^$/d' pyproject.toml
+}
+
+build() {
+  cd pytest-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd pytest-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m installer dist/*.whl
+  # https://github.com/pytest-dev/pytest/issues/10042
+  test-env/bin/python -m pytest -o xfail_strict=False
+}
+
+package() {
+  cd pytest-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses

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

2022-09-02 Thread Daniel M. Capella via arch-commits
Date: Saturday, September 3, 2022 @ 01:11:23
  Author: polyzen
Revision: 1291016

upgpkg: python-pytest 7.1.3-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 22:42:04 UTC (rev 1291015)
+++ PKGBUILD2022-09-03 01:11:23 UTC (rev 1291016)
@@ -3,8 +3,8 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=7.1.2
-pkgrel=2
+pkgver=7.1.3
+pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
@@ -19,8 +19,8 @@
   'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments'
   'python-pytest-xdist' 'python-twisted')
 
source=("https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz";)
-sha256sums=('a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45')
-b2sums=('c59e477ba52f2ff6f9885b91bbdc9b70dd4ffced3902417cd2e8cf28ba778e92ab5738f1be4d1c8c5c41c7140ac56622b6d44261d618426ae39fd00026bf139c')
+sha256sums=('4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39')
+b2sums=('39935fbfc9eb79a220324b8642e80225472a658f85fa8ef50b1dff5396dd30cfde22b2faf3909df0ba7d08ea14f548794974a7fd7670d7204e8d625ea5949630')
 
 # Remove dep on setuptools_scm
 prepare() {
@@ -40,7 +40,8 @@
   cd pytest-$pkgver
   python -m venv --system-site-packages test-env
   test-env/bin/python -m installer dist/*.whl
-  test-env/bin/python -m pytest
+  # https://github.com/pytest-dev/pytest/issues/10042
+  test-env/bin/python -m pytest -o xfail_strict=False
 }
 
 package() {



[arch-commits] Commit in qemu/repos/testing-x86_64 (20 files)

2022-09-02 Thread David Runge via arch-commits
Date: Saturday, September 3, 2022 @ 00:11:27
  Author: dvzrv
Revision: 454980

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 454979, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/99-qemu-guest-agent.rules
(from rev 454979, qemu/trunk/99-qemu-guest-agent.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 454979, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/bridge.conf
(from rev 454979, qemu/trunk/bridge.conf)
  qemu/repos/testing-x86_64/build-most-modules-statically-hack.diff
(from rev 454979, qemu/trunk/build-most-modules-statically-hack.diff)
  qemu/repos/testing-x86_64/keys/
  qemu/repos/testing-x86_64/qemu-common.install
(from rev 454979, qemu/trunk/qemu-common.install)
  qemu/repos/testing-x86_64/qemu-ga.conf
(from rev 454979, qemu/trunk/qemu-ga.conf)
  qemu/repos/testing-x86_64/qemu-guest-agent.install
(from rev 454979, qemu/trunk/qemu-guest-agent.install)
  qemu/repos/testing-x86_64/qemu-sysusers.conf
(from rev 454979, qemu/trunk/qemu-sysusers.conf)
Deleted:
  qemu/repos/testing-x86_64/65-kvm.rules
  qemu/repos/testing-x86_64/99-qemu-guest-agent.rules
  qemu/repos/testing-x86_64/PKGBUILD
  qemu/repos/testing-x86_64/bridge.conf
  qemu/repos/testing-x86_64/build-most-modules-statically-hack.diff
  qemu/repos/testing-x86_64/keys/
  qemu/repos/testing-x86_64/qemu-common.install
  qemu/repos/testing-x86_64/qemu-ga.conf
  qemu/repos/testing-x86_64/qemu-guest-agent.install
  qemu/repos/testing-x86_64/qemu-sysusers.conf

-+
 65-kvm.rules|2 
 99-qemu-guest-agent.rules   |2 
 PKGBUILD| 2068 +++---
 bridge.conf |2 
 build-most-modules-statically-hack.diff |   80 -
 qemu-common.install |   28 
 qemu-ga.conf|   20 
 qemu-guest-agent.install|   18 
 qemu-sysusers.conf  |4 
 9 files changed, 1115 insertions(+), 1109 deletions(-)

Deleted: 65-kvm.rules
===
--- 65-kvm.rules2022-09-03 00:09:46 UTC (rev 454979)
+++ 65-kvm.rules2022-09-03 00:11:27 UTC (rev 454980)
@@ -1 +0,0 @@
-KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 454979, 
qemu/trunk/65-kvm.rules)
===
--- 65-kvm.rules(rev 0)
+++ 65-kvm.rules2022-09-03 00:11:27 UTC (rev 454980)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Deleted: 99-qemu-guest-agent.rules
===
--- 99-qemu-guest-agent.rules   2022-09-03 00:09:46 UTC (rev 454979)
+++ 99-qemu-guest-agent.rules   2022-09-03 00:11:27 UTC (rev 454980)
@@ -1 +0,0 @@
-SUBSYSTEM=="virtio-ports", ATTR{name}=="org.qemu.guest_agent.0", 
TAG+="systemd" ENV{SYSTEMD_WANTS}="qemu-guest-agent.service"

Copied: qemu/repos/testing-x86_64/99-qemu-guest-agent.rules (from rev 454979, 
qemu/trunk/99-qemu-guest-agent.rules)
===
--- 99-qemu-guest-agent.rules   (rev 0)
+++ 99-qemu-guest-agent.rules   2022-09-03 00:11:27 UTC (rev 454980)
@@ -0,0 +1 @@
+SUBSYSTEM=="virtio-ports", ATTR{name}=="org.qemu.guest_agent.0", 
TAG+="systemd" ENV{SYSTEMD_WANTS}="qemu-guest-agent.service"

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-03 00:09:46 UTC (rev 454979)
+++ PKGBUILD2022-09-03 00:11:27 UTC (rev 454980)
@@ -1,1031 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Tobias Powalowski 
-# Contributor: Sébastien "Seblu" Luttringer 
-
-pkgbase=qemu
-pkgname=(
-  qemu-common
-  qemu-audio-{alsa,dbus,jack,oss,pa,sdl,spice}
-  qemu-block-{curl,dmg,gluster,iscsi,nfs,ssh}
-  qemu-chardev-{baum,spice}
-  qemu-docs
-  qemu-guest-agent
-  qemu-hw-display-{qxl,virtio-{gpu{,-{gl,pci,pci-gl}},vga{,-gl}}}
-  qemu-hw-s390x-virtio-gpu-ccw
-  qemu-hw-usb-{host,redirect,smartcard}
-  qemu-img
-  qemu-pr-helper
-  
qemu-system-{aarch64,alpha,arm,avr,cris,hppa,m68k,microblaze,mips,nios2,or1k,ppc,riscv,rx,s390x,sh4,sparc,tricore,x86,xtensa}
-  qemu-tests
-  qemu-tools
-  qemu-ui-{curses,dbus,egl-headless,gtk,opengl,sdl,spice-{app,core}}
-  qemu-user{,-static}
-  qemu-vhost-user-gpu
-  qemu-virtiofsd
-  qemu-{base,desktop,emulators-full,full}
-)
-pkgver=7.1.0
-pkgrel=1
-pkgdesc="A generic and open source machine emulator and virtualizer"
-arch=(x86_64)
-url="https://www.qemu.org/";
-license=(GPL2 LGPL2.1)
-# TODO: consider providing rdma-core
-# TODO: consider providing lzfse
-# TODO: package systemtap
-# TODO: package openbios f

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

2022-09-02 Thread David Runge via arch-commits
Date: Saturday, September 3, 2022 @ 00:09:46
  Author: dvzrv
Revision: 454979

upgpkg: qemu 7.1.0-2: Rebuild to add back functionality.

Add capstone to makedepends and depends for qemu-user and qemu-system-* to 
preserve previously included debug functionality:
https://bugs.archlinux.org/task/75777
Add back accidentally removed changes for https://bugs.archlinux.org/task/74698 
and https://bugs.archlinux.org/task/74811.

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 22:03:36 UTC (rev 454978)
+++ PKGBUILD2022-09-03 00:09:46 UTC (rev 454979)
@@ -25,7 +25,7 @@
   qemu-{base,desktop,emulators-full,full}
 )
 pkgver=7.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A generic and open source machine emulator and virtualizer"
 arch=(x86_64)
 url="https://www.qemu.org/";
@@ -42,6 +42,7 @@
   brltty
   bzip2
   cairo
+  capstone
   curl
   dtc
   fuse3
@@ -120,6 +121,7 @@
 validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584') # Michael Roth 

 
 _qemu_system_deps=(
+  capstone
   dtc
   fuse3
   gcc-libs
@@ -307,6 +309,10 @@
 package_qemu-common() {
   license+=(BSD MIT)
   depends=(gcc-libs glib2 libglib-2.0.so libgmodule-2.0.so hicolor-icon-theme 
libcap-ng libcap-ng.so)
+  backup=(
+etc/$pkgbase/bridge.conf
+etc/sasl2/$pkgbase.conf
+  )
   install=$pkgname.install
 
   # install static binaries
@@ -627,7 +633,7 @@
   install -vDm 644 $pkgbase-$pkgver/contrib/systemd/$pkgname.service -t 
"$pkgdir/usr/lib/systemd/system/"
   install -vDm 644 99-$pkgname.rules -t "$pkgdir/usr/lib/udev/rules.d/"
   install -vDm 644 $pkgbase-ga.conf -t "$pkgdir/etc/$pkgbase/"
-  install -vDm 644 $pkgbase-$pkgver/scripts/$pkgname/fsfreeze-hook -t 
"$pkgdir/etc/$pkgbase/"
+  install -vDm 755 $pkgbase-$pkgver/scripts/$pkgname/fsfreeze-hook -t 
"$pkgdir/etc/$pkgbase/"
   install -vdm 755 "$pkgdir/etc/$pkgbase/fsfreeze-hook.d"
 }
 
@@ -918,7 +924,7 @@
 
 package_qemu-user() {
   pkgdesc="QEMU user mode emulation"
-  depends=(gcc-libs glib2 libglib-2.0.so libgmodule-2.0.so glibc gnutls 
liburing liburing.so qemu-common zlib)
+  depends=(capstone gcc-libs glib2 libglib-2.0.so libgmodule-2.0.so glibc 
gnutls liburing liburing.so qemu-common zlib)
   mv -v $pkgname/* "$pkgdir"
 }
 



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

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 22:42:04
  Author: arojas
Revision: 1291015

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 22:41:56 UTC (rev 1291014)
+++ PKGBUILD2022-09-02 22:42:04 UTC (rev 1291015)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=python-ipywidgets
-_pipname=ipywidgets
-pkgver=8.0.1
-pkgrel=1
-pkgdesc="IPython HTML widgets for Jupyter"
-arch=('any')
-url="https://github.com/ipython/ipywidgets";
-license=('BSD')
-depends=('python-ipykernel' 'python-jsonschema' 'python-ipython-genutils')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-optdepends=('jupyterlab-widgets: widgets for Jupyter lab' 
'jupyter-widgetsnbextension: widgets for the legacy notebook')
-checkdepends=('python-pytest' 'python-pytz')
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('1a296094203309e834f2781a275214d255ac5d266bbfa602f9f6915e1806614c')
-
-build() {
-  cd ipywidgets-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd ipywidgets-$pkgver
-  pytest -v
-}
-
-package() {
-  cd ipywidgets-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: python-ipywidgets/repos/community-any/PKGBUILD (from rev 1291014, 
python-ipywidgets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 22:42:04 UTC (rev 1291015)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen 
+
+pkgname=python-ipywidgets
+_pipname=ipywidgets
+pkgver=8.0.2
+pkgrel=1
+pkgdesc="IPython HTML widgets for Jupyter"
+arch=('any')
+url="https://github.com/ipython/ipywidgets";
+license=('BSD')
+depends=('python-ipykernel' 'python-jsonschema' 'python-ipython-genutils')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+optdepends=('jupyterlab-widgets: widgets for Jupyter lab' 
'jupyter-widgetsnbextension: widgets for the legacy notebook')
+checkdepends=('python-pytest' 'python-pytz')
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('08cb75c6e0a96836147cbfdc55580ae04d13e05d26ffbc377b4e1c68baa28b1f')
+
+build() {
+  cd ipywidgets-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd ipywidgets-$pkgver
+  pytest -v
+}
+
+package() {
+  cd ipywidgets-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 22:41:56
  Author: arojas
Revision: 1291014

upgpkg: python-ipywidgets 8.0.2-1: Update to 8.0.2

Modified:
  python-ipywidgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 22:40:12 UTC (rev 1291013)
+++ PKGBUILD2022-09-02 22:41:56 UTC (rev 1291014)
@@ -2,7 +2,7 @@
 
 pkgname=python-ipywidgets
 _pipname=ipywidgets
-pkgver=8.0.1
+pkgver=8.0.2
 pkgrel=1
 pkgdesc="IPython HTML widgets for Jupyter"
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('jupyterlab-widgets: widgets for Jupyter lab' 
'jupyter-widgetsnbextension: widgets for the legacy notebook')
 checkdepends=('python-pytest' 'python-pytz')
 
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('1a296094203309e834f2781a275214d255ac5d266bbfa602f9f6915e1806614c')
+sha256sums=('08cb75c6e0a96836147cbfdc55580ae04d13e05d26ffbc377b4e1c68baa28b1f')
 
 build() {
   cd ipywidgets-$pkgver



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

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 22:40:12
  Author: arojas
Revision: 1291013

archrelease: copy trunk to community-any

Added:
  python-openapi-core/repos/community-any/PKGBUILD
(from rev 1291012, python-openapi-core/trunk/PKGBUILD)
Deleted:
  python-openapi-core/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 22:40:04 UTC (rev 1291012)
+++ PKGBUILD2022-09-02 22:40:12 UTC (rev 1291013)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=python-openapi-core
-_pipname=openapi-core
-pkgver=0.14.4
-pkgrel=1
-pkgdesc='Client-side and server-side support for the OpenAPI Specification v3'
-arch=(any)
-url='https://github.com/p1c2u/openapi-core'
-license=(BSD)
-depends=(python-openapi-spec-validator python-dictpath python-werkzeug)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest-cov python-pytest-flake8 python-requests)
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('e7581985af8301953dc81ff6287a48083ddef86692126e0fa11a9212989b2fc4')
-
-build() {
-  cd $_pipname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_pipname-$pkgver
-  pytest -vv
-}
-
-package() {
-  cd $_pipname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-openapi-core/repos/community-any/PKGBUILD (from rev 1291012, 
python-openapi-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 22:40:12 UTC (rev 1291013)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-openapi-core
+_pipname=openapi-core
+pkgver=0.14.5
+pkgrel=1
+pkgdesc='Client-side and server-side support for the OpenAPI Specification v3'
+arch=(any)
+url='https://github.com/p1c2u/openapi-core'
+license=(BSD)
+depends=(python-openapi-spec-validator python-dictpath python-werkzeug)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('4b1dd7a21a9545f8a3a932240e2cc9a53f564d080f462d0f8953eb272b77df0c')
+
+build() {
+  cd $_pipname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 22:40:04
  Author: arojas
Revision: 1291012

upgpkg: python-openapi-core 0.14.5-1: Update to 0.14.5

Modified:
  python-openapi-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 22:35:32 UTC (rev 1291011)
+++ PKGBUILD2022-09-02 22:40:04 UTC (rev 1291012)
@@ -2,7 +2,7 @@
 
 pkgname=python-openapi-core
 _pipname=openapi-core
-pkgver=0.14.4
+pkgver=0.14.5
 pkgrel=1
 pkgdesc='Client-side and server-side support for the OpenAPI Specification v3'
 arch=(any)
@@ -10,9 +10,8 @@
 license=(BSD)
 depends=(python-openapi-spec-validator python-dictpath python-werkzeug)
 makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest-cov python-pytest-flake8 python-requests)
 
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('e7581985af8301953dc81ff6287a48083ddef86692126e0fa11a9212989b2fc4')
+sha256sums=('4b1dd7a21a9545f8a3a932240e2cc9a53f564d080f462d0f8953eb272b77df0c')
 
 build() {
   cd $_pipname-$pkgver
@@ -19,11 +18,6 @@
   python -m build --wheel --no-isolation
 }
 
-check() {
-  cd $_pipname-$pkgver
-  pytest -vv
-}
-
 package() {
   cd $_pipname-$pkgver
   python -m installer --destdir="$pkgdir" dist/*.whl



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

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 22:35:32
  Author: arojas
Revision: 1291011

archrelease: copy trunk to community-any

Added:
  jupyterlab-widgets/repos/community-any/PKGBUILD
(from rev 1291010, jupyterlab-widgets/trunk/PKGBUILD)
Deleted:
  jupyterlab-widgets/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 22:35:24 UTC (rev 1291010)
+++ PKGBUILD2022-09-02 22:35:32 UTC (rev 1291011)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pipname=jupyterlab_widgets
-pkgname=${_pipname/_/-}
-pkgver=3.0.2
-pkgrel=1
-pkgdesc='JupyterLab extension to use ipywidgets'
-arch=(any)
-url='https://jupyter.org/'
-license=(custom)
-depends=(jupyterlab python-ipywidgets)
-makedepends=(python-build python-installer python-setuptools 
python-jupyter_packaging)
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('47ab54cd165aa0cb3bcef1232d77471580cd2c36bbe2153fc5ba31e26ad87320')
-
-build() {
-  cd $_pipname-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd $_pipname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: jupyterlab-widgets/repos/community-any/PKGBUILD (from rev 1291010, 
jupyterlab-widgets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 22:35:32 UTC (rev 1291011)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+_pipname=jupyterlab_widgets
+pkgname=${_pipname/_/-}
+pkgver=3.0.3
+pkgrel=1
+pkgdesc='JupyterLab extension to use ipywidgets'
+arch=(any)
+url='https://jupyter.org/'
+license=(custom)
+depends=(jupyterlab python-ipywidgets)
+makedepends=(python-build python-installer python-setuptools 
python-jupyter_packaging)
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('c767181399b4ca8b647befe2d913b1260f51bf9d8ef9b7a14632d4c1a7b536bd')
+
+build() {
+  cd $_pipname-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 22:35:24
  Author: arojas
Revision: 1291010

upgpkg: jupyterlab-widgets 3.0.3-1: Update to 3.0.3

Modified:
  jupyterlab-widgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 22:32:38 UTC (rev 1291009)
+++ PKGBUILD2022-09-02 22:35:24 UTC (rev 1291010)
@@ -2,7 +2,7 @@
 
 _pipname=jupyterlab_widgets
 pkgname=${_pipname/_/-}
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc='JupyterLab extension to use ipywidgets'
 arch=(any)
@@ -11,7 +11,7 @@
 depends=(jupyterlab python-ipywidgets)
 makedepends=(python-build python-installer python-setuptools 
python-jupyter_packaging)
 
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('47ab54cd165aa0cb3bcef1232d77471580cd2c36bbe2153fc5ba31e26ad87320')
+sha256sums=('c767181399b4ca8b647befe2d913b1260f51bf9d8ef9b7a14632d4c1a7b536bd')
 
 build() {
   cd $_pipname-$pkgver



[arch-commits] Commit in jupyter-widgetsnbextension/repos/community-any (2 files)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 22:32:38
  Author: arojas
Revision: 1291009

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 22:32:30 UTC (rev 1291008)
+++ PKGBUILD2022-09-02 22:32:38 UTC (rev 1291009)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter-widgetsnbextension
-pkgver=4.0.2
-pkgrel=1
-epoch=1
-pkgdesc="Interactive HTML widgets for Jupyter notebooks"
-arch=('any')
-url="https://pypi.python.org/pypi/widgetsnbextension";
-license=('BSD')
-depends=('jupyter-notebook' 'python-ipywidgets')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz";)
-sha256sums=('07f0e8582f920b24316cef16490f1aeb498f2c875d48980540e5c5dbf0ff5e2d')
-
-build() {
-  cd widgetsnbextension-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd widgetsnbextension-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  mv "$pkgdir/usr/etc" "$pkgdir/etc"
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: jupyter-widgetsnbextension/repos/community-any/PKGBUILD (from rev 
1291008, jupyter-widgetsnbextension/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 22:32:38 UTC (rev 1291009)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-widgetsnbextension
+pkgver=4.0.3
+pkgrel=1
+epoch=1
+pkgdesc="Interactive HTML widgets for Jupyter notebooks"
+arch=('any')
+url="https://pypi.python.org/pypi/widgetsnbextension";
+license=('BSD')
+depends=('jupyter-notebook' 'python-ipywidgets')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz";)
+sha256sums=('34824864c062b0b3030ad78210db5ae6a3960dfb61d5b27562d6631774de0286')
+
+build() {
+  cd widgetsnbextension-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd widgetsnbextension-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  mv "$pkgdir/usr/etc" "$pkgdir/etc"
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 22:32:30
  Author: arojas
Revision: 1291008

upgpkg: jupyter-widgetsnbextension 1:4.0.3-1: Update to 4.0.3

Modified:
  jupyter-widgetsnbextension/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 22:30:41 UTC (rev 1291007)
+++ PKGBUILD2022-09-02 22:32:30 UTC (rev 1291008)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-widgetsnbextension
-pkgver=4.0.2
+pkgver=4.0.3
 pkgrel=1
 epoch=1
 pkgdesc="Interactive HTML widgets for Jupyter notebooks"
@@ -12,7 +12,7 @@
 depends=('jupyter-notebook' 'python-ipywidgets')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 
source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz";)
-sha256sums=('07f0e8582f920b24316cef16490f1aeb498f2c875d48980540e5c5dbf0ff5e2d')
+sha256sums=('34824864c062b0b3030ad78210db5ae6a3960dfb61d5b27562d6631774de0286')
 
 build() {
   cd widgetsnbextension-$pkgver



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

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 22:30:41
  Author: arojas
Revision: 1291007

archrelease: copy trunk to community-x86_64

Added:
  igraph/repos/community-x86_64/PKGBUILD
(from rev 1291006, igraph/trunk/PKGBUILD)
Deleted:
  igraph/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 22:30:29 UTC (rev 1291006)
+++ PKGBUILD2022-09-02 22:30:41 UTC (rev 1291007)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Fazlul Shahriar 
-# Contributor: Denis Zawada 
-
-pkgname=igraph
-pkgver=0.9.9
-pkgrel=1
-pkgdesc='A library for creating and manipulating (un)directed graphs'
-arch=(x86_64)
-url='https://igraph.org/c/'
-license=(GPL2)
-depends=(glpk arpack libxml2 suitesparse plfit)
-makedepends=(cmake)
-source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('ee358d9bd13e3b491533e3eda5cda934bc5238aa756a68c2defaab4e33ee57ab')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DBUILD_SHARED_LIBS=ON
-  cmake --build build
-}
-
-check() {
-  cmake --build build --target check
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: igraph/repos/community-x86_64/PKGBUILD (from rev 1291006, 
igraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 22:30:41 UTC (rev 1291007)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fazlul Shahriar 
+# Contributor: Denis Zawada 
+
+pkgname=igraph
+pkgver=0.9.10
+pkgrel=1
+pkgdesc='A library for creating and manipulating (un)directed graphs'
+arch=(x86_64)
+url='https://igraph.org/c/'
+license=(GPL2)
+depends=(glpk arpack libxml2 suitesparse plfit)
+makedepends=(cmake)
+source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('3e10eb2e0588bf6a2e1e730fb1a685f7591cbe589326f4ac1f5bb45b36664dbe')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_SHARED_LIBS=ON
+  cmake --build build
+}
+
+check() {
+  cmake --build build --target check
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 22:30:29
  Author: arojas
Revision: 1291006

upgpkg: igraph 0.9.10-1: Update to 0.9.10

Modified:
  igraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 21:40:21 UTC (rev 1291005)
+++ PKGBUILD2022-09-02 22:30:29 UTC (rev 1291006)
@@ -3,7 +3,7 @@
 # Contributor: Denis Zawada 
 
 pkgname=igraph
-pkgver=0.9.9
+pkgver=0.9.10
 pkgrel=1
 pkgdesc='A library for creating and manipulating (un)directed graphs'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(glpk arpack libxml2 suitesparse plfit)
 makedepends=(cmake)
 
source=(https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('ee358d9bd13e3b491533e3eda5cda934bc5238aa756a68c2defaab4e33ee57ab')
+sha256sums=('3e10eb2e0588bf6a2e1e730fb1a685f7591cbe589326f4ac1f5bb45b36664dbe')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



[arch-commits] Commit in qemu/repos (11 files)

2022-09-02 Thread David Runge via arch-commits
Date: Friday, September 2, 2022 @ 22:03:36
  Author: dvzrv
Revision: 454978

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 454977, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/99-qemu-guest-agent.rules
(from rev 454977, qemu/trunk/99-qemu-guest-agent.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 454977, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/bridge.conf
(from rev 454977, qemu/trunk/bridge.conf)
  qemu/repos/testing-x86_64/build-most-modules-statically-hack.diff
(from rev 454977, qemu/trunk/build-most-modules-statically-hack.diff)
  qemu/repos/testing-x86_64/keys/
  qemu/repos/testing-x86_64/qemu-common.install
(from rev 454977, qemu/trunk/qemu-common.install)
  qemu/repos/testing-x86_64/qemu-ga.conf
(from rev 454977, qemu/trunk/qemu-ga.conf)
  qemu/repos/testing-x86_64/qemu-guest-agent.install
(from rev 454977, qemu/trunk/qemu-guest-agent.install)
  qemu/repos/testing-x86_64/qemu-sysusers.conf
(from rev 454977, qemu/trunk/qemu-sysusers.conf)

-+
 65-kvm.rules|1 
 99-qemu-guest-agent.rules   |1 
 PKGBUILD| 1031 ++
 bridge.conf |1 
 build-most-modules-statically-hack.diff |   40 +
 qemu-common.install |   14 
 qemu-ga.conf|   10 
 qemu-guest-agent.install|9 
 qemu-sysusers.conf  |2 
 9 files changed, 1109 insertions(+)

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 454977, 
qemu/trunk/65-kvm.rules)
===
--- testing-x86_64/65-kvm.rules (rev 0)
+++ testing-x86_64/65-kvm.rules 2022-09-02 22:03:36 UTC (rev 454978)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/99-qemu-guest-agent.rules (from rev 454977, 
qemu/trunk/99-qemu-guest-agent.rules)
===
--- testing-x86_64/99-qemu-guest-agent.rules(rev 0)
+++ testing-x86_64/99-qemu-guest-agent.rules2022-09-02 22:03:36 UTC (rev 
454978)
@@ -0,0 +1 @@
+SUBSYSTEM=="virtio-ports", ATTR{name}=="org.qemu.guest_agent.0", 
TAG+="systemd" ENV{SYSTEMD_WANTS}="qemu-guest-agent.service"

Copied: qemu/repos/testing-x86_64/PKGBUILD (from rev 454977, 
qemu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-02 22:03:36 UTC (rev 454978)
@@ -0,0 +1,1031 @@
+# Maintainer: David Runge 
+# Contributor: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(
+  qemu-common
+  qemu-audio-{alsa,dbus,jack,oss,pa,sdl,spice}
+  qemu-block-{curl,dmg,gluster,iscsi,nfs,ssh}
+  qemu-chardev-{baum,spice}
+  qemu-docs
+  qemu-guest-agent
+  qemu-hw-display-{qxl,virtio-{gpu{,-{gl,pci,pci-gl}},vga{,-gl}}}
+  qemu-hw-s390x-virtio-gpu-ccw
+  qemu-hw-usb-{host,redirect,smartcard}
+  qemu-img
+  qemu-pr-helper
+  
qemu-system-{aarch64,alpha,arm,avr,cris,hppa,m68k,microblaze,mips,nios2,or1k,ppc,riscv,rx,s390x,sh4,sparc,tricore,x86,xtensa}
+  qemu-tests
+  qemu-tools
+  qemu-ui-{curses,dbus,egl-headless,gtk,opengl,sdl,spice-{app,core}}
+  qemu-user{,-static}
+  qemu-vhost-user-gpu
+  qemu-virtiofsd
+  qemu-{base,desktop,emulators-full,full}
+)
+pkgver=7.1.0
+pkgrel=1
+pkgdesc="A generic and open source machine emulator and virtualizer"
+arch=(x86_64)
+url="https://www.qemu.org/";
+license=(GPL2 LGPL2.1)
+# TODO: consider providing rdma-core
+# TODO: consider providing lzfse
+# TODO: package systemtap
+# TODO: package openbios for qemu-system-{ppc,sparc}
+# TODO: package /usr/share/qemu/{efi,pxe}-* for qemu (ipxe)
+# TODO: package /usr/share/qemu/slof.bin for qemu-system-ppc (slof)
+# TODO: package /usr/share/qemu/sgabios.bin for qemu-system-x86 (sgabios)
+makedepends=(
+  alsa-lib
+  brltty
+  bzip2
+  cairo
+  curl
+  dtc
+  fuse3
+  gcc-libs
+  gdk-pixbuf2
+  glib2
+  glusterfs
+  gnutls
+  gtk3
+  jack
+  libaio
+  libbpf
+  libcacard
+  libcap-ng
+  libepoxy
+  libiscsi
+  libnfs
+  libpng
+  libpulse
+  libsasl
+  libseccomp
+  libslirp
+  libssh
+  liburing
+  libusb
+  libx11
+  libxml2
+  libxkbcommon
+  lzo
+  mesa
+  meson
+  multipath-tools
+  ncurses
+  ndctl
+  numactl
+  pam
+  python
+  python-sphinx
+  python-sphinx_rtd_theme
+  sdl2
+  sdl2_image
+  snappy
+  spice-protocol
+  spice
+  systemd
+  usbredir
+  vde2
+  virglrenderer
+  vte3
+  zlib
+  zstd
+)
+options=(debug)
+source=(
+  https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+  bridge.conf
+  qemu-ga.conf
+  qemu-sysusers.conf
+  65-kvm.rules
+  99-qemu-guest-

[arch-commits] Commit in qemu/trunk (qemu-7.0.0-glibc-2.36.patch)

2022-09-02 Thread David Runge via arch-commits
Date: Friday, September 2, 2022 @ 22:03:16
  Author: dvzrv
Revision: 454977

upgpkg: qemu 7.1.0-1: Upgrade to 7.1.0.

Remove unneeded patches.
Build binaries for qemu-user-static.
Remove preventing of stripping the qemu-system packages, which reduces their 
size and hopefully does not harm the vendored blobs.
Add qemu-system-loongarch64 for LoonArch64 support.

Deleted:
  qemu/trunk/qemu-7.0.0-glibc-2.36.patch

-+
 qemu-7.0.0-glibc-2.36.patch |   43 --
 1 file changed, 43 deletions(-)

Deleted: qemu-7.0.0-glibc-2.36.patch
===
--- qemu-7.0.0-glibc-2.36.patch 2022-09-02 22:00:15 UTC (rev 454976)
+++ qemu-7.0.0-glibc-2.36.patch 2022-09-02 22:03:16 UTC (rev 454977)
@@ -1,43 +0,0 @@
-diff --git a/linux-user/syscall.c b/linux-user/syscall.c
-index b27a6552aa..52d178afe7 100644
 a/linux-user/syscall.c
-+++ b/linux-user/syscall.c
-@@ -95,7 +95,25 @@
- #include 
- #include 
- #include 
-+
-+#ifdef HAVE_SYS_MOUNT_FSCONFIG
-+/*
-+ * glibc >= 2.36 linux/mount.h conflicts with sys/mount.h,
-+ * which in turn prevents use of linux/fs.h. So we have to
-+ * define the constants ourselves for now.
-+ */
-+#define FS_IOC_GETFLAGS_IOR('f', 1, long)
-+#define FS_IOC_SETFLAGS_IOW('f', 2, long)
-+#define FS_IOC_GETVERSION  _IOR('v', 1, long)
-+#define FS_IOC_SETVERSION  _IOW('v', 2, long)
-+#define FS_IOC_FIEMAP  _IOWR('f', 11, struct fiemap)
-+#define FS_IOC32_GETFLAGS  _IOR('f', 1, int)
-+#define FS_IOC32_SETFLAGS  _IOW('f', 2, int)
-+#define FS_IOC32_GETVERSION_IOR('v', 1, int)
-+#define FS_IOC32_SETVERSION_IOW('v', 2, int)
-+#else
- #include 
-+#endif
- #include 
- #if defined(CONFIG_FIEMAP)
- #include 
-diff --git a/meson.build b/meson.build
-index 294e9a8f32..30a380752c 100644
 a/meson.build
-+++ b/meson.build
-@@ -1963,6 +1963,8 @@ config_host_data.set('HAVE_OPTRESET',
-  cc.has_header_symbol('getopt.h', 'optreset'))
- config_host_data.set('HAVE_IPPROTO_MPTCP',
-  cc.has_header_symbol('netinet/in.h', 'IPPROTO_MPTCP'))
-+config_host_data.set('HAVE_SYS_MOUNT_FSCONFIG',
-+ cc.has_header_symbol('sys/mount.h', 'FSCONFIG_SET_FLAG'))
- 
- # has_member
- config_host_data.set('HAVE_SIGEV_NOTIFY_THREAD_ID',



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

2022-09-02 Thread David Runge via arch-commits
Date: Friday, September 2, 2022 @ 22:00:15
  Author: dvzrv
Revision: 454976

upgpkg: qemu 7.1.0-1: Upgrade to 7.1.0.

Remove unneeded patches.
Build binaries for qemu-user-static.
Remove preventing of stripping the qemu-system packages, which reduces their 
size and hopefully does not harm the vendored blobs.
Add qemu-system-loongarch64 for LoonArch64 support.

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 20:56:46 UTC (rev 454975)
+++ PKGBUILD2022-09-02 22:00:15 UTC (rev 454976)
@@ -19,13 +19,13 @@
   qemu-tests
   qemu-tools
   qemu-ui-{curses,dbus,egl-headless,gtk,opengl,sdl,spice-{app,core}}
-  qemu-user
+  qemu-user{,-static}
   qemu-vhost-user-gpu
   qemu-virtiofsd
   qemu-{base,desktop,emulators-full,full}
 )
-pkgver=7.0.0
-pkgrel=12
+pkgver=7.1.0
+pkgrel=1
 pkgdesc="A generic and open source machine emulator and virtualizer"
 arch=(x86_64)
 url="https://www.qemu.org/";
@@ -37,7 +37,6 @@
 # TODO: package /usr/share/qemu/{efi,pxe}-* for qemu (ipxe)
 # TODO: package /usr/share/qemu/slof.bin for qemu-system-ppc (slof)
 # TODO: package /usr/share/qemu/sgabios.bin for qemu-system-x86 (sgabios)
-# TODO: package static libs of glib2 and pcre for qemu-user-static
 makedepends=(
   alsa-lib
   brltty
@@ -95,7 +94,6 @@
   zlib
   zstd
 )
-# NOTE: currently the debug package for qemu >= 7.0.0 contains an invalid 
/build dir
 options=(debug)
 source=(
   https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
@@ -104,30 +102,21 @@
   qemu-sysusers.conf
   65-kvm.rules
   99-qemu-guest-agent.rules
-  
qemu-7.0.0-virtio-scsi_fix_ctrl_and_event_handler_functions_in_dataplane_mode.patch::https://github.com/qemu/qemu/commit/2f743ef6366c2df4ef51ef3ae318138cdc0125ab.patch
-  
qemu-7.0.0-virtio-scsi_dont_waste_cpu_polling_the_eventvirtqueue.patch::https://github.com/qemu/qemu/commit/38738f7dbbda90fbc161757b7f4be35b52205552.patch
-  qemu-7.0.0-glibc-2.36.patch
 )
-sha512sums=('44ecd10c018a3763e1bc87d1d35b98890d0d5636acd69fe9b5cadf5024d5af6a31684d60cbe1c3370e02986434c1fb0ad99224e0e6f6fe7eda169992508157b1'
+sha512sums=('c60c5ff8ec99b7552e485768908920658fdd8035ff7a6fa370fb6881957dc8b7e5f18ff1a8f49bd6aa22909ede2a7c084986d8244f12074ccd33ebe40a0c411f'
 'SKIP'
 
'7b412ffa5dcda47b0a4ec9e2c5e5e1d9eaaaf0a087b7ea3ead3e706ba4c9cafb919beadd088a0299b6f7aab753b81a5eafb545b4842ee5f26646d16544dd02a7'
 
'6e838773d63ae0ffdffe2b891bf611d8f5f3c67a9bc4cbbedf8363c150c2c9971c8e44d92270bc581af40eb0ece02192760bcdd6aee229fff55635f3a4825afa'
 
'985c2c7a6b5217c87a15b45368089ee91b2f9027b070f9eafa448a18b27ae0d9edd964d52e134b9c1f4aeef4d6aae88afd3f454551ca898affef7f9d28b99b8f'
 
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99'
-
'93b905046fcea8a0a89513b9259c222494ab3b91319dde23baebcb40dc17376a56661b159b99785d6e816831974a0f3cbd7b2f7d89e5fc3c258f88f4492f3839'
-
'e6208f10db9277c217fe4e1ff57cbb9701bd6fce2f75ed01b5ed5ad78dd0d24d65371ef8d4f6e3a33ad0d280eba6614389795f8c8655ad15162411adc5ec642e'
-
'a80b2b9a84ecdfa352b6c35f5db547e670e4e5efd485cade893c04b4e5265439cc844fefbd27c050e63c16f727115d513b33a4d50400e1a8ee9fb646f0c0c61c'
-
'aa976c84d8524bb40ada506f80c01384c49f2e48fba889b0e535285aee700937886e935d18ad83b38093ba07f38be50b0fae76a0b29fd487daeac31e3221381e')
-b2sums=('ceda6d9f1a585298bd49fed61e8bb35f0064ad8388a9f979c8bd68a38bfe1a47c5bb055e5f74f970c2c440957042b9de4a861524120040c56e4cd8b56c5cfb68'
+
'93b905046fcea8a0a89513b9259c222494ab3b91319dde23baebcb40dc17376a56661b159b99785d6e816831974a0f3cbd7b2f7d89e5fc3c258f88f4492f3839')
+b2sums=('e05f91ce4993c7591a2df08b5fb017f8b8ec2141ab7bfd55d14730ea6b793ac1091de539992058392a5522d4e58beee92a87752707be58e3619b8213ef9f35bf'
 'SKIP'
 
'b1eca364aa60f130ff5e649f5d004d3fcb75356d3421a4542efdfc410d39b40d9434d15e1dd7bbdbd315cb72b5290d3ea5f77f9c41961a5601cd28ef7bbe72e8'
 
'2102e4a34e11e406e9606c97e026e7b92e887e296a7f77b9cede1b37119d0df33735f3588628167b2b8e32244c196c491bfab623e2caddac9014d445aa2a6d98'
 
'69177b962d2fda20cafdbc6226fd017b5ca5a0f69f866d055dc1c744b7b2955059f47c693cfb5b4c863ec159569fdabd4327ab4b8a95566a68cd8ce38e339c7a'
 
'3559fe9c4f744194939770047a0a02d07ff791c845a80726d0bc7b8c4801ed5f11150e7d5adab813844b3dab1cf38c3a5a87fb6efbb8fc9dccdda9fa56409ed8'
-
'a9a2bdfeeb44eb86cbe88ac7c65f72800bdb2fd5cecb02f3a258cf9470b52832180aab43c89d481f7fd4d067342a9a27dd6c8a94d625b95d6e2b912e47d274e7'
-
'70aa62f9101b284248d098868031123e290030607c079475e715e2fde267b217c4f1971ba1f666130d8f427334cb5bf6fbabd87f7b7b83ecc3879a09a786aa90'
-
'f6dc6eec36e52ff230247f949651464ff4fbd8d77a295b16d78e290dd90f31f998c10c8490ec439fef10e6a69679e708d7eb

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

2022-09-02 Thread David Runge via arch-commits
Date: Friday, September 2, 2022 @ 21:40:21
  Author: dvzrv
Revision: 1291005

archrelease: copy trunk to community-x86_64

Added:
  qtractor/repos/community-x86_64/PKGBUILD
(from rev 1291004, qtractor/trunk/PKGBUILD)
Deleted:
  qtractor/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 21:40:09 UTC (rev 1291004)
+++ PKGBUILD2022-09-02 21:40:21 UTC (rev 1291005)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=qtractor
-pkgver=0.9.27
-pkgrel=2
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=(x86_64)
-url="https://qtractor.sourceforge.io/";
-license=(GPL2)
-groups=(pro-audio)
-depends=(glibc gcc-libs hicolor-icon-theme libmad libxcb qt6-base qt6-svg zlib)
-makedepends=(alsa-lib aubio cmake dssi jack ladspa liblo libogg libsamplerate
-libsndfile libvorbis lilv lv2 qt6-tools rubberband suil vst3sdk)
-optdepends=(
-  'new-session-manager: for session management'
-  'qt6-wayland: for native wayland support'
-)
-provides=(dssi-host ladspa-host lv2-host vst-host vst3-host)
-# NOTE: debug package contains include files of vst3sdk
-# options=(debug)
-source=(https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('2bcd4c5676fda58c7cf9ad9a9dcc139eda11c69b1c608812ff912ff63da56fbd0ba6b76828b326038365c9d84519bc752c54572e8edbf573e6cd0d068a17faf6')
-b2sums=('08b3a18d37eb700960e24741178079deb728f909f80fc00491abbe832c1d1966022ec6bd2c24469047b53b168a7e084a7d76da96e587afff78662f2f1c9b1d26')
-
-build() {
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DCONFIG_QT6=ON \
--Wno-dev \
--B build \
--S $pkgname-$pkgver
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=(libasound.so libaubio.so libjack.so liblilv-0.so liblo.so libogg.so
-  librubberband.so libsamplerate.so libsndfile.so libvorbisenc.so
-  libvorbisfile.so libvorbis.so )
-
-  make DESTDIR="$pkgdir" install -C build
-  # docs
-  install -vDm 644 $pkgname-$pkgver/{README,README.VST} -t 
"$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: qtractor/repos/community-x86_64/PKGBUILD (from rev 1291004, 
qtractor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 21:40:21 UTC (rev 1291005)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.9.28
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=(x86_64)
+url="https://qtractor.sourceforge.io/";
+license=(GPL2)
+groups=(pro-audio)
+depends=(glibc gcc-libs hicolor-icon-theme libmad libxcb qt6-base qt6-svg zlib)
+makedepends=(alsa-lib aubio cmake dssi jack ladspa liblo libogg libsamplerate
+libsndfile libvorbis lilv lv2 qt6-tools rubberband suil vst3sdk)
+optdepends=(
+  'new-session-manager: for session management'
+  'qt6-wayland: for native wayland support'
+)
+provides=(dssi-host ladspa-host lv2-host vst-host vst3-host)
+# NOTE: debug package contains include files of vst3sdk
+# options=(debug)
+source=(https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('db63766bcfd5a744a532d68cbe6f3153f9dd02208bca5098b27cda1cbec694b2981b3eb6a7912324c07327c87cb5f5ba46dccc96398d051e011ce563fc67')
+b2sums=('aa0d71732b9d214da22a97ca15d0c54eb61b7c35656f827bd0e39f5b55981b0c0d29645d5d3c4280ccba6aab971171615ef099f1cea1f3a8c381ac0dfffd2ca8')
+
+build() {
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCONFIG_QT6=ON \
+-Wno-dev \
+-B build \
+-S $pkgname-$pkgver
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=(libasound.so libaubio.so libjack.so liblilv-0.so liblo.so libogg.so
+  librubberband.so libsamplerate.so libsndfile.so libvorbisenc.so
+  libvorbisfile.so libvorbis.so )
+
+  make DESTDIR="$pkgdir" install -C build
+  # docs
+  install -vDm 644 $pkgname-$pkgver/{README,README.VST} -t 
"$pkgdir/usr/share/doc/$pkgname/"
+}



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

2022-09-02 Thread David Runge via arch-commits
Date: Friday, September 2, 2022 @ 21:40:09
  Author: dvzrv
Revision: 1291004

upgpkg: qtractor 0.9.28-1: Upgrade to 0.9.28.

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 21:18:32 UTC (rev 1291003)
+++ PKGBUILD2022-09-02 21:40:09 UTC (rev 1291004)
@@ -4,8 +4,8 @@
 # Contributor: Philipp Überbacher 
 
 pkgname=qtractor
-pkgver=0.9.27
-pkgrel=2
+pkgver=0.9.28
+pkgrel=1
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=(x86_64)
 url="https://qtractor.sourceforge.io/";
@@ -22,8 +22,8 @@
 # NOTE: debug package contains include files of vst3sdk
 # options=(debug)
 
source=(https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('2bcd4c5676fda58c7cf9ad9a9dcc139eda11c69b1c608812ff912ff63da56fbd0ba6b76828b326038365c9d84519bc752c54572e8edbf573e6cd0d068a17faf6')
-b2sums=('08b3a18d37eb700960e24741178079deb728f909f80fc00491abbe832c1d1966022ec6bd2c24469047b53b168a7e084a7d76da96e587afff78662f2f1c9b1d26')
+sha512sums=('db63766bcfd5a744a532d68cbe6f3153f9dd02208bca5098b27cda1cbec694b2981b3eb6a7912324c07327c87cb5f5ba46dccc96398d051e011ce563fc67')
+b2sums=('aa0d71732b9d214da22a97ca15d0c54eb61b7c35656f827bd0e39f5b55981b0c0d29645d5d3c4280ccba6aab971171615ef099f1cea1f3a8c381ac0dfffd2ca8')
 
 build() {
   cmake -DCMAKE_INSTALL_PREFIX=/usr \



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

2022-09-02 Thread David Runge via arch-commits
Date: Friday, September 2, 2022 @ 21:18:32
  Author: dvzrv
Revision: 1291003

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 21:18:22 UTC (rev 1291002)
+++ PKGBUILD2022-09-02 21:18:32 UTC (rev 1291003)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge 
-
-_name=bincopy
-pkgname=python-bincopy
-pkgver=17.10.2
-pkgrel=1
-pkgdesc="Mangling of various file formats that conveys binary information"
-arch=(any)
-url="https://github.com/eerimoq/bincopy";
-license=(MIT)
-depends=(python-argparse-addons python-humanfriendly python-pyelftools)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('bdda0342271a93be6be47791b3cca64bf0c40e24b59ae6d6e92656b4dee0aa3e2f23c5b88d6ac8566fe0d8fff5e3696736ec3edb5f456c6424655bf28857021f')
-b2sums=('8aa9e897f0d732217182755d2c4d3b2166dbc877d4005031af9164efe5c9fd76aeeea92a0172a9cd791dd7c926f8f724055f010605dc9c18e0c16aac24545e56')
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest -vv
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: python-bincopy/repos/community-any/PKGBUILD (from rev 1291002, 
python-bincopy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 21:18:32 UTC (rev 1291003)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+
+_name=bincopy
+pkgname=python-bincopy
+pkgver=17.10.3
+pkgrel=1
+pkgdesc="Mangling of various file formats that conveys binary information"
+arch=(any)
+url="https://github.com/eerimoq/bincopy";
+license=(MIT)
+depends=(python-argparse-addons python-humanfriendly python-pyelftools)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('23d944e4e18a93153cfd6d214c3d437c2462aeb2e7cee7ffc82e5bfe0cb7e052bdaaf62fee0f963d3e135324dc1cdc2b50ad59e3e4b5174e9df1c91c8f8b673e')
+b2sums=('128b1095d80e3a93078d774cda3364709d13604b8f6561b1e34fcf27a1794cfc3f339a0efceeac8ab9e83b8d73793c24cd0bf02b30a0702ba321ba238f2cdd91')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest -vv
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2022-09-02 Thread David Runge via arch-commits
Date: Friday, September 2, 2022 @ 21:18:22
  Author: dvzrv
Revision: 1291002

upgpkg: python-bincopy 17.10.3-1: Upgrade to 17.10.3.

Modified:
  python-bincopy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 21:00:57 UTC (rev 1291001)
+++ PKGBUILD2022-09-02 21:18:22 UTC (rev 1291002)
@@ -2,7 +2,7 @@
 
 _name=bincopy
 pkgname=python-bincopy
-pkgver=17.10.2
+pkgver=17.10.3
 pkgrel=1
 pkgdesc="Mangling of various file formats that conveys binary information"
 arch=(any)
@@ -12,8 +12,8 @@
 makedepends=(python-build python-installer python-setuptools python-wheel)
 checkdepends=(python-pytest)
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('bdda0342271a93be6be47791b3cca64bf0c40e24b59ae6d6e92656b4dee0aa3e2f23c5b88d6ac8566fe0d8fff5e3696736ec3edb5f456c6424655bf28857021f')
-b2sums=('8aa9e897f0d732217182755d2c4d3b2166dbc877d4005031af9164efe5c9fd76aeeea92a0172a9cd791dd7c926f8f724055f010605dc9c18e0c16aac24545e56')
+sha512sums=('23d944e4e18a93153cfd6d214c3d437c2462aeb2e7cee7ffc82e5bfe0cb7e052bdaaf62fee0f963d3e135324dc1cdc2b50ad59e3e4b5174e9df1c91c8f8b673e')
+b2sums=('128b1095d80e3a93078d774cda3364709d13604b8f6561b1e34fcf27a1794cfc3f339a0efceeac8ab9e83b8d73793c24cd0bf02b30a0702ba321ba238f2cdd91')
 
 build() {
   cd $_name-$pkgver



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

2022-09-02 Thread Maxim Baz via arch-commits
Date: Friday, September 2, 2022 @ 21:00:57
  Author: maximbaz
Revision: 1291001

archrelease: copy trunk to community-x86_64

Added:
  helix/repos/community-x86_64/PKGBUILD
(from rev 1291000, helix/trunk/PKGBUILD)
  helix/repos/community-x86_64/helix.install
(from rev 1291000, helix/trunk/helix.install)
  helix/repos/community-x86_64/helix.sh
(from rev 1291000, helix/trunk/helix.sh)
Deleted:
  helix/repos/community-x86_64/PKGBUILD
  helix/repos/community-x86_64/helix.install
  helix/repos/community-x86_64/helix.sh

---+
 PKGBUILD  |  114 
 helix.install |6 +-
 helix.sh  |6 +-
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 21:00:52 UTC (rev 1291000)
+++ PKGBUILD2022-09-02 21:00:57 UTC (rev 1291001)
@@ -1,57 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Maintainer: Maxim Baz 
-# Contributor: Wojciech Kępka (wojci...@wkepka.dev)
-
-pkgname=helix
-pkgver=22.08
-pkgrel=1
-pkgdesc="A post-modern modal text editor"
-arch=('x86_64')
-url="https://helix-editor.com";
-license=('MPL2')
-depends=('bash')
-makedepends=('cargo' 'git')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/helix-editor/helix/archive/$pkgver.tar.gz";
-"$pkgname.sh")
-sha256sums=('292321d8d241b506f94b36489072202df4f57de8a0fbe8b16fb25c2ce5d5bf93'
-'90d14e5c8fb65e64b508fcf4358cb45191b39e24bd6c5981814139a2a627fa5c')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  sed -i "s|hx|helix|g" contrib/completion/hx.*
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --frozen --release
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen --all-features
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "../$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-  install -Dm 755 "target/release/hx" "$pkgdir/usr/lib/$pkgname/hx"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-
-  local runtime_dir="$pkgdir/var/lib/$pkgname/runtime"
-  mkdir -p "$runtime_dir/grammars"
-  cp -r "runtime/queries" "$runtime_dir"
-  cp -r "runtime/themes" "$runtime_dir"
-  find "runtime/grammars" -type f -name '*.so' -exec \
-install -Dm 755 {} -t "$runtime_dir/grammars" \;
-  install -Dm 644 runtime/tutor.txt -t "$runtime_dir"
-  ln -s "/var/lib/$pkgname/runtime" "$pkgdir/usr/lib/$pkgname/runtime"
-
-  install -Dm 644 "contrib/completion/hx.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "contrib/completion/hx.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
-  install -Dm 644 "contrib/completion/hx.zsh" 
"$pkgdir/usr/share/zsh/site-functions/_$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: helix/repos/community-x86_64/PKGBUILD (from rev 1291000, 
helix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 21:00:57 UTC (rev 1291001)
@@ -0,0 +1,57 @@
+# Maintainer: Orhun Parmaksız 
+# Maintainer: Maxim Baz 
+# Contributor: Wojciech Kępka (wojci...@wkepka.dev)
+
+pkgname=helix
+pkgver=22.08.1
+pkgrel=1
+pkgdesc="A post-modern modal text editor"
+arch=('x86_64')
+url="https://helix-editor.com";
+license=('MPL2')
+depends=('bash')
+makedepends=('cargo' 'git')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/helix-editor/helix/archive/$pkgver.tar.gz";
+"$pkgname.sh")
+sha256sums=('c9b184d53bab51e7a9fe81dc8c191a853177abba67ea408e968937f31b50b45a'
+'90d14e5c8fb65e64b508fcf4358cb45191b39e24bd6c5981814139a2a627fa5c')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  sed -i "s|hx|helix|g" contrib/completion/hx.*
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --frozen --release
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen --all-features
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "../$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+  install -Dm 755 "target/release/hx" "$pkgdir/usr/lib/$pkgname/hx"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+
+  local runtime_dir="$pkgdir/var/lib/$pkgname/runtime"
+  mkdir -p "$runtime_dir/grammars"
+  cp -r "runtime/queries" "$runtime_dir"
+  cp -r "runtime/themes" "$runtime_dir"
+  find "runtime/grammars" -type f -name '*.so' -exec \
+install -Dm 755 {} -t "$runtime_dir/grammars" \;
+  install -Dm 644 runtime/tutor.txt -t "$runtime_dir"
+  ln -s "/var/lib/$pkgname/runtime" "$pkgdir/usr/lib/$pkgname/runtime"
+
+  install -Dm 644 "contrib/completion/hx.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "contrib/completion/hx.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
+  install -Dm 644 "cont

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

2022-09-02 Thread Maxim Baz via arch-commits
Date: Friday, September 2, 2022 @ 21:00:52
  Author: maximbaz
Revision: 1291000

upgpkg: helix 22.08.1-1

Modified:
  helix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 20:55:41 UTC (rev 1290999)
+++ PKGBUILD2022-09-02 21:00:52 UTC (rev 1291000)
@@ -3,7 +3,7 @@
 # Contributor: Wojciech Kępka (wojci...@wkepka.dev)
 
 pkgname=helix
-pkgver=22.08
+pkgver=22.08.1
 pkgrel=1
 pkgdesc="A post-modern modal text editor"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 install="$pkgname.install"
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/helix-editor/helix/archive/$pkgver.tar.gz";
 "$pkgname.sh")
-sha256sums=('292321d8d241b506f94b36489072202df4f57de8a0fbe8b16fb25c2ce5d5bf93'
+sha256sums=('c9b184d53bab51e7a9fe81dc8c191a853177abba67ea408e968937f31b50b45a'
 '90d14e5c8fb65e64b508fcf4358cb45191b39e24bd6c5981814139a2a627fa5c')
 options=('!lto')
 



[arch-commits] Commit in python-validate-pyproject/repos/extra-any (PKGBUILD PKGBUILD)

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:56:46
  Author: felixonmars
Revision: 454975

archrelease: copy trunk to extra-any

Added:
  python-validate-pyproject/repos/extra-any/PKGBUILD
(from rev 454974, python-validate-pyproject/trunk/PKGBUILD)
Deleted:
  python-validate-pyproject/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:56:33 UTC (rev 454974)
+++ PKGBUILD2022-09-02 20:56:46 UTC (rev 454975)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-validate-pyproject
-pkgver=0.9
-pkgrel=1
-pkgdesc="Validation library and CLI tool for checking on 'pyproject.toml' 
files using JSON Schema"
-url="https://github.com/abravalheri/validate-pyproject";
-license=('MPL')
-arch=('any')
-depends=('python-packaging' 'python-trove-classifiers' 'python-tomli')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-cov')
-source=("https://github.com/abravalheri/validate-pyproject/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('6928041c4c86b40a4999ed86ede53d6bb397612ef2372bdeb11f0efd86c178bd092c2e13d46e5ede8ff499dfd0dd4d47dab6441762a7d2ae257e19a909f28609')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  cd validate-pyproject-$pkgver
-
-  # Upstream author only supports VCS builds
-  echo "recursive-include src *.template *.json LICENSE LICENSE.*" > 
MANIFEST.in
-
-  # Devendor fastjsonschema
-  # Disabled: functional differences due to changes in vendored copy
-  # rm -r src/validate_pyproject/_vendor
-  # sed -e 's/from validate_pyproject._vendor.fastjsonschema import/from 
fastjsonschema import/' \
-  # -e 's/from validate_pyproject._vendor import fastjsonschema/import 
fastjsonschema/' \
-  # -e 's/from .._vendor import fastjsonschema/import fastjsonschema/' \
-  # -e 's/from ._vendor.fastjsonschema import/from fastjsonschema import/' 
\
-  # -e 's/from ._vendor import fastjsonschema/import fastjsonschema/' \
-  # -i src/validate_pyproject/*.py tests/*.py 
src/validate_pyproject/pre_compile/*.template 
src/validate_pyproject/pre_compile/*.py
-}
-
-build() {
-  cd validate-pyproject-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd validate-pyproject-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH" 
pytest --doctest-modules --ignore src/validate_pyproject/_vendor src
-  # Deselected tests require a installed validate-pyproject
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH" 
pytest --deselect tests/test_pre_compile.py --deselect tests/test_vendoring.py
-}
-
-package() {
-  cd validate-pyproject-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-validate-pyproject/repos/extra-any/PKGBUILD (from rev 454974, 
python-validate-pyproject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:56:46 UTC (rev 454975)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-validate-pyproject
+pkgver=0.10
+pkgrel=1
+pkgdesc="Validation library and CLI tool for checking on 'pyproject.toml' 
files using JSON Schema"
+url="https://github.com/abravalheri/validate-pyproject";
+license=('MPL')
+arch=('any')
+depends=('python-packaging' 'python-trove-classifiers' 'python-tomli')
+makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools-scm')
+checkdepends=('python-pytest')
+source=("https://github.com/abravalheri/validate-pyproject/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('a77cf65f844ef922e8311e3226d099f4a2a293006b8a614779a90e24de8b578c187a3faf6a1351eaf10f2084bcd6c5746549b7de1b25b165734626e84eb0feb0')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  cd validate-pyproject-$pkgver
+
+  # Upstream author only supports VCS builds
+  echo "recursive-include src *.template *.json LICENSE LICENSE.*" > 
MANIFEST.in
+
+  sed -i '/--cov/d' setup.cfg
+
+  # Devendor fastjsonschema
+  # Disabled: functional differences due to changes in vendored copy
+  # rm -r src/validate_pyproject/_vendor
+  # sed -e 's/from validate_pyproject._vendor.fastjsonschema import/from 
fastjsonschema import/' \
+  # -e 's/from validate_pyproject._vendor import fastjsonschema/import 
fastjsonschema/' \
+  # -e 's/from .._vendor import fastjsonschema/import fastjsonschema/' \
+  # -e 's/from ._vendor.fastjsonschema import/from fastjsonschema import/' 
\
+  # -e 's/from ._vendor import fastjsonschema/import fastjsonschema/' \
+  # -i src/validate_pyproject/*.py tests/*.py 
src/validate_pyproject/pre_compile/*.template 
src/validate_pyproject/pre_compile/*.py
+}
+
+build() {
+  cd validate-pyproject-$pkgver

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

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:56:33
  Author: felixonmars
Revision: 454974

upgpkg: python-validate-pyproject 0.10-1

Modified:
  python-validate-pyproject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 20:31:07 UTC (rev 454973)
+++ PKGBUILD2022-09-02 20:56:33 UTC (rev 454974)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-validate-pyproject
-pkgver=0.9
+pkgver=0.10
 pkgrel=1
 pkgdesc="Validation library and CLI tool for checking on 'pyproject.toml' 
files using JSON Schema"
 url="https://github.com/abravalheri/validate-pyproject";
@@ -8,10 +8,10 @@
 license=('MPL')
 arch=('any')
 depends=('python-packaging' 'python-trove-classifiers' 'python-tomli')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-cov')
+makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools-scm')
+checkdepends=('python-pytest')
 
source=("https://github.com/abravalheri/validate-pyproject/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('6928041c4c86b40a4999ed86ede53d6bb397612ef2372bdeb11f0efd86c178bd092c2e13d46e5ede8ff499dfd0dd4d47dab6441762a7d2ae257e19a909f28609')
+sha512sums=('a77cf65f844ef922e8311e3226d099f4a2a293006b8a614779a90e24de8b578c187a3faf6a1351eaf10f2084bcd6c5746549b7de1b25b165734626e84eb0feb0')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
@@ -21,6 +21,8 @@
   # Upstream author only supports VCS builds
   echo "recursive-include src *.template *.json LICENSE LICENSE.*" > 
MANIFEST.in
 
+  sed -i '/--cov/d' setup.cfg
+
   # Devendor fastjsonschema
   # Disabled: functional differences due to changes in vendored copy
   # rm -r src/validate_pyproject/_vendor
@@ -34,18 +36,18 @@
 
 build() {
   cd validate-pyproject-$pkgver
-  python setup.py build
+  python -m build -wn
 }
 
 check() {
   cd validate-pyproject-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  python -m installer --destdir=tmp_install dist/*.whl
   PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH" 
pytest --doctest-modules --ignore src/validate_pyproject/_vendor src
-  # Deselected tests require a installed validate-pyproject
+  # Deselected tests requiring a installed validate-pyproject
   PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH" 
pytest --deselect tests/test_pre_compile.py --deselect tests/test_vendoring.py
 }
 
 package() {
   cd validate-pyproject-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }



[arch-commits] Commit in (4 files)

2022-09-02 Thread Jelle van der Waa via arch-commits
Date: Friday, September 2, 2022 @ 20:55:41
  Author: jelle
Revision: 1290999

initial commit

Added:
  python-pluginbase/
  python-pluginbase/repos/
  python-pluginbase/trunk/
  python-pluginbase/trunk/PKGBUILD

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

Added: python-pluginbase/trunk/PKGBUILD
===
--- python-pluginbase/trunk/PKGBUILD(rev 0)
+++ python-pluginbase/trunk/PKGBUILD2022-09-02 20:55:41 UTC (rev 1290999)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Tomislav Ivek 
+# Contributor: Carl George < arch at cgtx dot us >
+
+_name="pluginbase"
+_module="$_name"
+
+pkgname=("python-$_module")
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="A support library for building plugins systems in Python."
+arch=("any")
+url="http://pluginbase.pocoo.org/";
+license=("BSD")
+makedepends=("python-setuptools")
+depends=("python")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mitsuhiko/pluginbase/archive/refs/tags/v${pkgver}.tar.gz";)
+sha256sums=('bb95fe6a84ec6583e1be399ef6705011262757c69fb99fa24317fcc6e8998ffc')
+
+build() {
+cd "$_name-$pkgver"
+python setup.py build
+}
+
+package_python-pluginbase() {
+cd "$_name-$pkgver"
+python setup.py install --skip-build --root="$pkgdir" --optimize=1
+install -D --mode 644 --target-directory 
"$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



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

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:51:56
  Author: felixonmars
Revision: 1290998

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:51:42 UTC (rev 1290997)
+++ PKGBUILD2022-09-02 20:51:56 UTC (rev 1290998)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrew Eikum
-
-pkgname=lib32-faudio
-pkgver=22.08
-pkgrel=1
-pkgdesc="XAudio2 reimplementation"
-arch=(x86_64)
-url="https://github.com/FNA-XNA/FAudio/";
-license=('custom:zlib')
-depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
-makedepends=('cmake' 'ninja')
-source=("https://github.com/FNA-XNA/FAudio/archive/$pkgver/faudio-$pkgver.tar.gz";)
-sha512sums=('6a4b48fe602313e495a1e4265d7dbb41eaa9ca75f5325b30afc296f7562a42e1ac47cb318f6b4b4d9bda9a61cae01b9193398b6dde40adf6ed1550a0b9ecad5b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  export CC="gcc -m32 -mstackrealign"
-  export CXX="g++ -m32 -mstackrealign"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd build
-  cmake ../FAudio-$pkgver -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib32
-  # TODO:  -DFFMPEG=ON
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  rm -r "$pkgdir"/usr/include
-
-  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: lib32-faudio/repos/multilib-x86_64/PKGBUILD (from rev 1290997, 
lib32-faudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:51:56 UTC (rev 1290998)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrew Eikum
+
+pkgname=lib32-faudio
+pkgver=22.09
+pkgrel=1
+pkgdesc="XAudio2 reimplementation"
+arch=(x86_64)
+url="https://github.com/FNA-XNA/FAudio/";
+license=('custom:zlib')
+depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
+makedepends=('cmake' 'ninja')
+source=("https://github.com/FNA-XNA/FAudio/archive/$pkgver/faudio-$pkgver.tar.gz";)
+sha512sums=('d1afbb561d2435be0e484ba2807832ba5066d738aee231b0ddadaee09220213ef67cd8b455c515a79adee19900b5b0c1ee54cf61bfc384ed817d9f3eff5a4fb1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export CC="gcc -m32 -mstackrealign"
+  export CXX="g++ -m32 -mstackrealign"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd build
+  cmake ../FAudio-$pkgver -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib32
+  # TODO:  -DFFMPEG=ON
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  rm -r "$pkgdir"/usr/include
+
+  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:51:42
  Author: felixonmars
Revision: 1290997

upgpkg: lib32-faudio 22.09-1

Modified:
  lib32-faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 20:49:40 UTC (rev 1290996)
+++ PKGBUILD2022-09-02 20:51:42 UTC (rev 1290997)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=lib32-faudio
-pkgver=22.08
+pkgver=22.09
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
 makedepends=('cmake' 'ninja')
 
source=("https://github.com/FNA-XNA/FAudio/archive/$pkgver/faudio-$pkgver.tar.gz";)
-sha512sums=('6a4b48fe602313e495a1e4265d7dbb41eaa9ca75f5325b30afc296f7562a42e1ac47cb318f6b4b4d9bda9a61cae01b9193398b6dde40adf6ed1550a0b9ecad5b')
+sha512sums=('d1afbb561d2435be0e484ba2807832ba5066d738aee231b0ddadaee09220213ef67cd8b455c515a79adee19900b5b0c1ee54cf61bfc384ed817d9f3eff5a4fb1')
 
 prepare() {
   mkdir -p build



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

2022-09-02 Thread Jelle van der Waa via arch-commits
Date: Friday, September 2, 2022 @ 20:49:40
  Author: jelle
Revision: 1290996

archrelease: copy trunk to community-x86_64

Added:
  python-pyroaring/repos/community-x86_64/
  python-pyroaring/repos/community-x86_64/PKGBUILD
(from rev 1290995, python-pyroaring/trunk/PKGBUILD)

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

Copied: python-pyroaring/repos/community-x86_64/PKGBUILD (from rev 1290995, 
python-pyroaring/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-09-02 20:49:40 UTC (rev 1290996)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Rafael Fontenelle 
+
+_name=pyroaring
+pkgname=python-$_name
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Fast and lightweight set for unsigned 32 bits integers"
+arch=('x86_64')
+url="https://pypi.org/pypi/$_name";
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('232bf4cbdd7a1dad885171d9d7e59da5324b3d70c15a96a240f1319b870b46b7')
+
+build() {
+  cd "$srcdir/$_name-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$_name-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in (4 files)

2022-09-02 Thread Jelle van der Waa via arch-commits
Date: Friday, September 2, 2022 @ 20:46:45
  Author: jelle
Revision: 1290995

required for buildstream

Added:
  python-pyroaring/
  python-pyroaring/repos/
  python-pyroaring/trunk/
  python-pyroaring/trunk/PKGBUILD

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

Added: python-pyroaring/trunk/PKGBUILD
===
--- python-pyroaring/trunk/PKGBUILD (rev 0)
+++ python-pyroaring/trunk/PKGBUILD 2022-09-02 20:46:45 UTC (rev 1290995)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Rafael Fontenelle 
+
+_name=pyroaring
+pkgname=python-$_name
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Fast and lightweight set for unsigned 32 bits integers"
+arch=('x86_64')
+url="https://pypi.org/pypi/$_name";
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('232bf4cbdd7a1dad885171d9d7e59da5324b3d70c15a96a240f1319b870b46b7')
+
+build() {
+  cd "$srcdir/$_name-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$_name-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in qt6-5compat/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:31:07
  Author: arojas
Revision: 454973

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-5compat/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454972, qt6-5compat/kde-unstable/PKGBUILD)
Deleted:
  qt6-5compat/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:30:58 UTC (rev 454972)
+++ PKGBUILD2022-09-02 20:31:07 UTC (rev 454973)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-5compat
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Module that contains unsupported Qt 5 APIs'
-depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative qt6-shadertools)
-optdepends=('qt6-declarative: for QtGraphicalEffects')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('0fa0dfe352d8941b51d5e727daea07ae78a4d666e9111516ef9a6c4be3a2641e')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-5compat/repos/kde-unstable-x86_64/PKGBUILD (from rev 454972, 
qt6-5compat/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:31:07 UTC (rev 454973)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-5compat
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Module that contains unsupported Qt 5 APIs'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative qt6-shadertools)
+optdepends=('qt6-declarative: for QtGraphicalEffects')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('1e20400d579823e278cae7b301cd1089b8f132095efdcd2a5709fd0c5e72b997')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-webview/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:30:58
  Author: arojas
Revision: 454972

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-webview/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454971, qt6-webview/kde-unstable/PKGBUILD)
Deleted:
  qt6-webview/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:30:46 UTC (rev 454971)
+++ PKGBUILD2022-09-02 20:30:58 UTC (rev 454972)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-webview
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides a way to display web content in a QML application'
-depends=(qt6-webengine)
-makedepends=(cmake ninja)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('534cd3797e1a09341159ab91e8874ca9623037be9eb672154b948d4f744a830a')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-webview/repos/kde-unstable-x86_64/PKGBUILD (from rev 454971, 
qt6-webview/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:30:58 UTC (rev 454972)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-webview
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides a way to display web content in a QML application'
+depends=(qt6-webengine)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('8cb9eb5e27c9b0d8d5fdfb9fa7dec47735f8cff11fa31eebb1c0738c01bc7635')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-wayland/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:30:46
  Author: arojas
Revision: 454971

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-wayland/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454970, qt6-wayland/kde-unstable/PKGBUILD)
Deleted:
  qt6-wayland/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:30:35 UTC (rev 454970)
+++ PKGBUILD2022-09-02 20:30:46 UTC (rev 454971)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-wayland
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides APIs for Wayland'
-depends=(qt6-declarative libxcomposite)
-makedepends=(cmake ninja)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('4f35a017e195fa76837ad545f686160b61a08817512a036346f2b4e30097f8a5')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-wayland/repos/kde-unstable-x86_64/PKGBUILD (from rev 454970, 
qt6-wayland/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:30:46 UTC (rev 454971)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-wayland
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides APIs for Wayland'
+depends=(qt6-declarative libxcomposite)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('0fdacc48704fa075afb3fa29cde38604dc23cfa9524a35a460c789fedb49dd07')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-virtualkeyboard/repos/kde-unstable-x86_64 (2 files)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:30:35
  Author: arojas
Revision: 454970

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454969, qt6-virtualkeyboard/kde-unstable/PKGBUILD)
Deleted:
  qt6-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:30:25 UTC (rev 454969)
+++ PKGBUILD2022-09-02 20:30:35 UTC (rev 454970)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-virtualkeyboard
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Virtual keyboard framework'
-depends=(qt6-declarative qt6-svg hunspell)
-makedepends=(cmake ninja)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('144939600eeb3c0151987109e084b9db332480253d709880c1d5ea3dad683129')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
--DQT_FEATURE_vkb_arrow_keynavigation=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
454969, qt6-virtualkeyboard/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:30:35 UTC (rev 454970)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-virtualkeyboard
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Virtual keyboard framework'
+depends=(qt6-declarative qt6-svg hunspell)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('b79a4cf8528799a25caf143fb814b3cbb2c46dceb9d8186c4e2e557c156b8774')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
+-DQT_FEATURE_vkb_arrow_keynavigation=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-translations/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:30:25
  Author: arojas
Revision: 454969

archrelease: copy kde-unstable to kde-unstable-any

Added:
  qt6-translations/repos/kde-unstable-any/PKGBUILD
(from rev 454968, qt6-translations/kde-unstable/PKGBUILD)
Deleted:
  qt6-translations/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:30:16 UTC (rev 454968)
+++ PKGBUILD2022-09-02 20:30:25 UTC (rev 454969)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-translations
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(any)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='A cross-platform application and UI framework (Translations)'
-depends=()
-makedepends=(cmake ninja qt6-tools)
-groups=(qt6)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('5f3ff989a96f73a366bd6939380d73d87cc88f32d85c017fe99616729d6384cf')
-
-build() {
-  export PATH="/usr/lib/qt6/bin:$PATH"
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build -j1
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-translations/repos/kde-unstable-any/PKGBUILD (from rev 454968, 
qt6-translations/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:30:25 UTC (rev 454969)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-translations
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(any)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='A cross-platform application and UI framework (Translations)'
+depends=()
+makedepends=(cmake ninja qt6-tools)
+groups=(qt6)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('7d9916840ffdc3a68a056c10803c036cb2fed3bb5d0aa865534ba6f937f7855d')
+
+build() {
+  export PATH="/usr/lib/qt6/bin:$PATH"
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build -j1
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-speech/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:30:16
  Author: arojas
Revision: 454968

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-speech/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454967, qt6-speech/kde-unstable/PKGBUILD)
Deleted:
  qt6-speech/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:30:06 UTC (rev 454967)
+++ PKGBUILD2022-09-02 20:30:16 UTC (rev 454968)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-speech
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Qt Speech support'
-depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative qt6-multimedia-gstreamer 
qt6-multimedia-ffmpeg speech-dispatcher flite)
-optdepends=('flite: flite TTS backend'
-'qt6-multimedia: flite TTS backend'
-'speech-dispatcher: speech-dispatcher TTS backend'
-'qt6-declarative: QML bindings')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('04fe23190b8422e3df8db35a557a90f32d3394f4951c65989d156461f0581adb')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-speech/repos/kde-unstable-x86_64/PKGBUILD (from rev 454967, 
qt6-speech/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:30:16 UTC (rev 454968)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-speech
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Qt Speech support'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative qt6-multimedia-gstreamer 
qt6-multimedia-ffmpeg speech-dispatcher flite)
+optdepends=('flite: flite TTS backend'
+'qt6-multimedia: flite TTS backend'
+'speech-dispatcher: speech-dispatcher TTS backend'
+'qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('6dd25a7addf34da403100c8513136b7f797227b267491451e79437659385d365')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-serialbus/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:30:06
  Author: arojas
Revision: 454967

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-serialbus/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454966, qt6-serialbus/kde-unstable/PKGBUILD)
Deleted:
  qt6-serialbus/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:29:56 UTC (rev 454966)
+++ PKGBUILD2022-09-02 20:30:06 UTC (rev 454967)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-serialbus
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Qt module for general purpose serial bus access'
-depends=(qt6-serialport)
-makedepends=(cmake ninja)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('c83ff40f6776d2bebcb8c8cc8c1605f066bc3851b153bbfe0aff49b3fcc271f1')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-serialbus/repos/kde-unstable-x86_64/PKGBUILD (from rev 454966, 
qt6-serialbus/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:30:06 UTC (rev 454967)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-serialbus
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Qt module for general purpose serial bus access'
+depends=(qt6-serialport)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('b561050ea05cde0111fba1960f88aad7f53d3e8256d7cc4f07e63dba0dd1579a')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-sensors/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:29:56
  Author: arojas
Revision: 454966

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-sensors/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454965, qt6-sensors/kde-unstable/PKGBUILD)
Deleted:
  qt6-sensors/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:29:46 UTC (rev 454965)
+++ PKGBUILD2022-09-02 20:29:56 UTC (rev 454966)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-sensors
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides access to sensor hardware and motion gesture recognition'
-depends=(qt6-connectivity)
-makedepends=(cmake ninja qt6-declarative)
-optdepends=('qt6-declarative: QML bindings')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('ed6db615041bfdd7a7033dcf97ba04a2793cdb91b3932d472a919efb0a5ceb8c')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-sensors/repos/kde-unstable-x86_64/PKGBUILD (from rev 454965, 
qt6-sensors/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:29:56 UTC (rev 454966)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-sensors
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to sensor hardware and motion gesture recognition'
+depends=(qt6-connectivity)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('4057372091de1f4f883d8c26ceeecc7d06f7c84022cf7b465cb17a443b339a23')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-scxml/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:29:46
  Author: arojas
Revision: 454965

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-scxml/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454964, qt6-scxml/kde-unstable/PKGBUILD)
Deleted:
  qt6-scxml/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:29:36 UTC (rev 454964)
+++ PKGBUILD2022-09-02 20:29:46 UTC (rev 454965)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-scxml
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Static and runtime integration of SCXML models into Qt6 code'
-depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative)
-optdepends=('qt6-declarative: QML bindings')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('5b50a1952665a89492386f0a852808893ad3c6ff6b23a911e8bb235ee9414661')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-scxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 454964, 
qt6-scxml/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:29:46 UTC (rev 454965)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-scxml
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Static and runtime integration of SCXML models into Qt6 code'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('74bfd323077d76d0a84e5a93bcb15a7b2b48755a3f18e809fc914a556a07e11a')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-remoteobjects/repos/kde-unstable-x86_64 (2 files)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:29:36
  Author: arojas
Revision: 454964

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454963, qt6-remoteobjects/kde-unstable/PKGBUILD)
Deleted:
  qt6-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:29:11 UTC (rev 454963)
+++ PKGBUILD2022-09-02 20:29:36 UTC (rev 454964)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-remoteobjects
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Inter-process communication (IPC) module developed for Qt'
-depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative)
-optdepends=('qt6-declarative: QML bindings')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('4cc8e168319b24ba7ed07e2b7d060d70f957fda016d86df87ab2ae744041850d')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD (from rev 454963, 
qt6-remoteobjects/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:29:36 UTC (rev 454964)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-remoteobjects
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Inter-process communication (IPC) module developed for Qt'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('2e111c2eeafede77f208bd45384c44f274a56fa9c923f5fa596148beb6e23ff7')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-quick3dphysics/repos/kde-unstable-x86_64 (2 files)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:29:11
  Author: arojas
Revision: 454963

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-quick3dphysics/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454962, qt6-quick3dphysics/kde-unstable/PKGBUILD)
Deleted:
  qt6-quick3dphysics/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:29:01 UTC (rev 454962)
+++ PKGBUILD2022-09-02 20:29:11 UTC (rev 454963)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-quick3dphysics
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Physics engine integration for Qt Quick 3D'
-depends=(qt6-quick3d)
-makedepends=(cmake ninja qt6-shadertools)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('f902983b29a2508a4571ef8bf60c83aa106fe6b49c19c2256e21d31b03b624b7')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-quick3dphysics/repos/kde-unstable-x86_64/PKGBUILD (from rev 454962, 
qt6-quick3dphysics/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:29:11 UTC (rev 454963)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-quick3dphysics
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Physics engine integration for Qt Quick 3D'
+depends=(qt6-quick3d)
+makedepends=(cmake ninja qt6-shadertools)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('5c83d1fbe122517eac3a7deecb87061796efdb1029c0a6e85dabb27966f11693')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-networkauth/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:29:01
  Author: arojas
Revision: 454962

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-networkauth/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454961, qt6-networkauth/kde-unstable/PKGBUILD)
Deleted:
  qt6-networkauth/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:28:51 UTC (rev 454961)
+++ PKGBUILD2022-09-02 20:29:01 UTC (rev 454962)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-networkauth
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Network authentication module'
-depends=(qt6-base)
-makedepends=(cmake ninja)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('6d2ef7b4cac5067095cb7022a70fe804992ef7463f438438330cd3b73604ab67')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-networkauth/repos/kde-unstable-x86_64/PKGBUILD (from rev 454961, 
qt6-networkauth/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:29:01 UTC (rev 454962)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-networkauth
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Network authentication module'
+depends=(qt6-base)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('262add1e0dfa569db72fbb2a5d6d9370b3edcb041453f6e02abb02bc1e026598')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-lottie/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:28:51
  Author: arojas
Revision: 454961

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-lottie/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454960, qt6-lottie/kde-unstable/PKGBUILD)
Deleted:
  qt6-lottie/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:28:41 UTC (rev 454960)
+++ PKGBUILD2022-09-02 20:28:51 UTC (rev 454961)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-lottie
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='A family of player software for a certain json-based file format for 
describing 2d vector graphics animations'
-depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative)
-optdepends=('qt6-declarative: QML bindings')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('4c515d25e8f79d0d03a48f40fa2be59afb5581fdcd23e9b71a295b35de2a88fe')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-lottie/repos/kde-unstable-x86_64/PKGBUILD (from rev 454960, 
qt6-lottie/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:28:51 UTC (rev 454961)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-lottie
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='A family of player software for a certain json-based file format for 
describing 2d vector graphics animations'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('248253faa96f8adaa62904b41bf139bd7e6edaaa3796809346edaa4bdb493b1c')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-imageformats/repos/kde-unstable-x86_64 (2 files)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:28:41
  Author: arojas
Revision: 454960

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-imageformats/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454959, qt6-imageformats/kde-unstable/PKGBUILD)
Deleted:
  qt6-imageformats/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:28:32 UTC (rev 454959)
+++ PKGBUILD2022-09-02 20:28:41 UTC (rev 454960)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-imageformats
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
-depends=(qt6-base jasper libwebp libmng)
-makedepends=(cmake ninja)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('7e790d8f0daf3cd842773a29a92fdc1e5b3570e10bd29b479f18a23144a4a73e')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-imageformats/repos/kde-unstable-x86_64/PKGBUILD (from rev 454959, 
qt6-imageformats/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:28:41 UTC (rev 454960)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-imageformats
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=(qt6-base jasper libwebp libmng)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('e1f62af8e4db79b79e1067a83ed354a0cb2d87af501a312710c6b8fe1bc2ffb9')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-httpserver/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:28:32
  Author: arojas
Revision: 454959

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-httpserver/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454958, qt6-httpserver/kde-unstable/PKGBUILD)
Deleted:
  qt6-httpserver/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:27:47 UTC (rev 454958)
+++ PKGBUILD2022-09-02 20:28:32 UTC (rev 454959)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-httpserver
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Qt HTTP Server'
-depends=(qt6-websockets)
-makedepends=(cmake ninja)
-optdepends=('qt6-declarative: QML bindings')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('3f2aaf552972f5d7ac8e16467812fee7c0e86dfef2ffe70944efce36a0049591')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-httpserver/repos/kde-unstable-x86_64/PKGBUILD (from rev 454958, 
qt6-httpserver/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:28:32 UTC (rev 454959)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-httpserver
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Qt HTTP Server'
+depends=(qt6-websockets)
+makedepends=(cmake ninja)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('7c1e3f75d2ed6d73738c3ce99423f89a157d2fade2810acbb4eb131439952fc4')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-doc/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:27:47
  Author: arojas
Revision: 454958

archrelease: copy kde-unstable to kde-unstable-any

Added:
  qt6-doc/repos/kde-unstable-any/PKGBUILD
(from rev 454957, qt6-doc/kde-unstable/PKGBUILD)
Deleted:
  qt6-doc/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:27:34 UTC (rev 454957)
+++ PKGBUILD2022-09-02 20:27:47 UTC (rev 454958)
@@ -1,67 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt6-doc
-pkgname=(qt6-doc qt6-examples)
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('any')
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-makedepends=(cmake ninja mariadb-libs unixodbc postgresql alsa-lib 
gst-plugins-base-libs
- gtk3 libpulse cups freetds vulkan-headers clang python llvm 
qt6-tools qt6-declarative)
-groups=(qt6)
-_pkgfn=qt-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/single/$_pkgfn.tar.xz)
-sha256sums=('fdc8c5449de5f98af948d3d8200dbc33ee4f7ae8ffca3e917a01432d484a6886')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DQT_HOST_PATH=/usr \
--DINSTALL_BINDIR=lib/qt6/bin \
--DINSTALL_DOCDIR=share/doc/qt6 \
--DINSTALL_ARCHDATADIR=lib/qt6 \
--DINSTALL_DATADIR=share/qt6 \
--DINSTALL_INCLUDEDIR=include/qt6 \
--DINSTALL_MKSPECSDIR=lib/qt6/mkspecs \
--DINSTALL_EXAMPLESDIR=share/doc/qt6/examples \
--DQT_FEATURE_journald=ON \
--DQT_FEATURE_openssl_linked=ON \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build --target docs
-}
-
-package_qt6-doc() {
-  pkgdesc='A cross-platform application and UI framework (Documentation)'
-  DESTDIR="$pkgdir" cmake --build build --target install_docs
-
-  install -Dm644 $_pkgfn/LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-}
-
-package_qt6-examples() {
-  pkgdesc='Examples and demos from qt6 documentation'
-  depends=('qt6-doc')
-
-  _base="$pkgdir"/usr/share/doc/qt6/examples
-
-  # The various example dirs have conflicting .pro files, but
-  # QtCreator requires them to be in the same top-level directory.
-  # Matching the Qt5 installer, only the qtbase project is kept.
-  mkdir -p $_base
-  cp ${_pkgfn}/qtbase/examples/examples.pro $_base
-
-  _fdirs=$(find "${_pkgfn}" -maxdepth 2 -type d -name examples)
-  for _dir in $_fdirs; do
-  _mod=$(basename ${_dir%/examples})
-
-  if [ -e "$_dir/README" ]; then
-cp $_dir/README $_dir/README.$_mod
-  fi
-
-# mkdir $_base/$_mod
-  cp -rn $_dir/* $_base
-  done
-}

Copied: qt6-doc/repos/kde-unstable-any/PKGBUILD (from rev 454957, 
qt6-doc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:27:47 UTC (rev 454958)
@@ -0,0 +1,67 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt6-doc
+pkgname=(qt6-doc qt6-examples)
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+makedepends=(cmake ninja mariadb-libs unixodbc postgresql alsa-lib 
gst-plugins-base-libs
+ gtk3 libpulse cups freetds vulkan-headers clang python llvm 
qt6-tools qt6-declarative)
+groups=(qt6)
+_pkgfn=qt-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/single/$_pkgfn.tar.xz)
+sha256sums=('a95b14069dc245900988ada9dcac2214082564bb423a99b1cb80685c0c0f74c1')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_HOST_PATH=/usr \
+-DINSTALL_BINDIR=lib/qt6/bin \
+-DINSTALL_DOCDIR=share/doc/qt6 \
+-DINSTALL_ARCHDATADIR=lib/qt6 \
+-DINSTALL_DATADIR=share/qt6 \
+-DINSTALL_INCLUDEDIR=include/qt6 \
+-DINSTALL_MKSPECSDIR=lib/qt6/mkspecs \
+-DINSTALL_EXAMPLESDIR=share/doc/qt6/examples \
+-DQT_FEATURE_journald=ON \
+-DQT_FEATURE_openssl_linked=ON \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build --target docs
+}
+
+package_qt6-doc() {
+  pkgdesc='A cross-platform application and UI framework (Documentation)'
+  DESTDIR="$pkgdir" cmake --build build --target install_docs
+
+  install -Dm644 $_pkgfn/LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
+}
+
+package_qt6-examples() {
+  pkgdesc='Examples and demos from qt6 documentation'
+  depends=('qt6-doc')
+
+  _base="$pkgdir"/usr/share/doc/qt6/examples
+
+  # The various example dirs have conflicting .pro files, but
+  # QtCreator requires them to be in the same top-level directory.
+  # Matching the Qt5 installer, only the qtbase project is kept.
+  mkdir -p $_base
+  cp ${_pkgfn}/qtbase/examples/exam

[arch-commits] Commit in qt6-datavis3d/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:27:34
  Author: arojas
Revision: 454957

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-datavis3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454956, qt6-datavis3d/kde-unstable/PKGBUILD)
Deleted:
  qt6-datavis3d/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:27:21 UTC (rev 454956)
+++ PKGBUILD2022-09-02 20:27:34 UTC (rev 454957)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-datavis3d
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Qt6 Data Visualization module'
-depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative)
-optdepends=('qt6-declarative: QML bindings')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('89ce9be45534a25a0f4aa83982ba5c1da3a2f8aa03443258266d22a653681185')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-datavis3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 454956, 
qt6-datavis3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:27:34 UTC (rev 454957)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-datavis3d
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Qt6 Data Visualization module'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('5331df71f2c76ebab1d09f23854de19b15c9e3ae69173acfa71903672d44197c')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-charts/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:27:21
  Author: arojas
Revision: 454956

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-charts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454955, qt6-charts/kde-unstable/PKGBUILD)
Deleted:
  qt6-charts/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:26:59 UTC (rev 454955)
+++ PKGBUILD2022-09-02 20:27:21 UTC (rev 454956)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-charts
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides a set of easy to use chart components'
-depends=(qt6-declarative)
-makedepends=(cmake ninja)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('eb11398d91fdf0b10e4c3c23a41cfd624c004f6970cd93e8d74fcf382d539f1f')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-charts/repos/kde-unstable-x86_64/PKGBUILD (from rev 454955, 
qt6-charts/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:27:21 UTC (rev 454956)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-charts
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides a set of easy to use chart components'
+depends=(qt6-declarative)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('342b0d765d080ef6f27366b30bc66c6e3a3529928ad1cf2f93c0d543261d2ed9')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-3d/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:26:59
  Author: arojas
Revision: 454955

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454954, qt6-3d/kde-unstable/PKGBUILD)
Deleted:
  qt6-3d/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:26:42 UTC (rev 454954)
+++ PKGBUILD2022-09-02 20:26:59 UTC (rev 454955)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-3d
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
-depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative qt6-shadertools assimp)
-optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings' 
'assimp: assimp importer plugin')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('ae49cf48023d715e4ae007845308455eb47f606415bf0b2f257396ad290682f9')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 454954, 
qt6-3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:26:59 UTC (rev 454955)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-3d
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative qt6-shadertools assimp)
+optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings' 
'assimp: assimp importer plugin')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('16b35d244b16038a84f7fb3316bfa975a9646994dacc72d29a26b2271d9faed5')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-multimedia/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:26:42
  Author: arojas
Revision: 454954

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-multimedia/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454953, qt6-multimedia/kde-unstable/PKGBUILD)
Deleted:
  qt6-multimedia/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:26:32 UTC (rev 454953)
+++ PKGBUILD2022-09-02 20:26:42 UTC (rev 454954)
@@ -1,62 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgbase=qt6-multimedia
-pkgname=(qt6-multimedia qt6-multimedia-gstreamer qt6-multimedia-ffmpeg)
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Classes for audio, video, radio and camera functionality'
-makedepends=(cmake ninja qt6-declarative qt6-shadertools gst-plugins-base 
libpulse ffmpeg qt6-quick3d)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
-
qt6-multimedia-ffmpeg-5.1.patch::https://code.qt.io/cgit/qt/qtmultimedia.git/patch/?id=ddf562ea)
-sha256sums=('512c01c96bdc3ab25a1a981b7e8af3d949b99d575f981afb0a1418405a42fae1'
-'20d7e0bc6a59c2f6bfccd980c9b5b713e864b744bea54f231c0057d4c06f2d4d')
-
-prepare() {
-  patch -d $_pkgfn -p1 < qt6-multimedia-ffmpeg-5.1.patch # Fix build with 
FFmpeg 5.1
-}
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package_qt6-multimedia() {
-  depends=(qt6-base qt6-multimedia-backend)
-  optdepends=('qt6-declarative: QML bindings'
-  'qt6-quick3d: for QtQuick3DAudio')
-
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/usr/lib/qt6/plugins/ # Split plugins
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_qt6-multimedia-gstreamer() {
-  pkgdesc='Gstreamer backend for qt6-multimedia'
-  depends=(qt6-multimedia gst-plugins-base)
-  provides=(qt6-multimedia-backend)
-  optdepends=('gst-plugins-good: camera support, additional plugins'
-  'gst-plugins-bad: camera support, additional plugins'
-  'gst-plugins-ugly: additional plugins'
-  'gst-libav: additional plugins')
-  
-  install -Dm755 build/lib/qt6/plugins/multimedia/libgstreamermediaplugin.so 
-t "$pkgdir"/usr/lib/qt6/plugins/multimedia
-}
-
-package_qt6-multimedia-ffmpeg() {
-  pkgdesc='FFMpeg backend for qt6-multimedia'
-  depends=(qt6-multimedia ffmpeg libva)
-  provides=(qt6-multimedia-backend)
-
-  install -Dm755 build/lib/qt6/plugins/multimedia/libffmpegmediaplugin.so -t 
"$pkgdir"/usr/lib/qt6/plugins/multimedia 
-}

Copied: qt6-multimedia/repos/kde-unstable-x86_64/PKGBUILD (from rev 454953, 
qt6-multimedia/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:26:42 UTC (rev 454954)
@@ -0,0 +1,62 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=qt6-multimedia
+pkgname=(qt6-multimedia qt6-multimedia-gstreamer qt6-multimedia-ffmpeg)
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for audio, video, radio and camera functionality'
+makedepends=(cmake ninja qt6-declarative qt6-shadertools gst-plugins-base 
libpulse ffmpeg qt6-quick3d)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
+
qt6-multimedia-ffmpeg-5.1.patch::https://code.qt.io/cgit/qt/qtmultimedia.git/patch/?id=ddf562ea)
+sha256sums=('97e9cb6be0dded1554842d8e802045f51daa326c202a308b3d10215d656f01d7'
+'20d7e0bc6a59c2f6bfccd980c9b5b713e864b744bea54f231c0057d4c06f2d4d')
+
+prepare() {
+  patch -d $_pkgfn -p1 < qt6-multimedia-ffmpeg-5.1.patch # Fix build with 
FFmpeg 5.1
+}
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package_qt6-multimedia() {
+  depends=(qt6-base qt6-multimedia-backend)
+  optdepends=('qt6-declarative: QML bindings'
+  'qt6-quick3d: for QtQuick3DAudio')
+
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/usr/lib/qt6/plugins/ # Split plugins
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_qt6-multimedia-gstreamer() {
+  pkgdesc='Gstreamer backend for qt6-multimedia'
+  depends=(qt6-multimedia gst-plugins-base)
+  provides=(qt6-multim

[arch-commits] Commit in qt6-quicktimeline/repos/kde-unstable-x86_64 (2 files)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:26:32
  Author: arojas
Revision: 454953

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-quicktimeline/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454952, qt6-quicktimeline/kde-unstable/PKGBUILD)
Deleted:
  qt6-quicktimeline/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:26:10 UTC (rev 454952)
+++ PKGBUILD2022-09-02 20:26:32 UTC (rev 454953)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-quicktimeline
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Qt module for keyframe-based timeline construction'
-depends=(qt6-declarative)
-makedepends=(cmake ninja)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('f43ff2cde58fb8d72db218f6903b42f1de6d34dcda19e8e7932e6757b1d4eb4d')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-quicktimeline/repos/kde-unstable-x86_64/PKGBUILD (from rev 454952, 
qt6-quicktimeline/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:26:32 UTC (rev 454953)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-quicktimeline
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Qt module for keyframe-based timeline construction'
+depends=(qt6-declarative)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('9f8c08c6785414e5d190f11b68c23fb619daf139caf3f2a55f90724438b1')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-quick3d/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:26:10
  Author: arojas
Revision: 454952

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-quick3d/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454951, qt6-quick3d/kde-unstable/PKGBUILD)
Deleted:
  qt6-quick3d/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:25:52 UTC (rev 454951)
+++ PKGBUILD2022-09-02 20:26:10 UTC (rev 454952)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-quick3d
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3)
-pkgdesc='Qt module and API for defining 3D content in Qt Quick'
-depends=(qt6-quicktimeline)
-makedepends=(cmake ninja qt6-shadertools assimp)
-optdepends=('qt6-shadertools: for shadergen' 'assimp: assimp import plugin')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('5290c3f65ffc26f67a2445ae42370348157f8b7c3f201e28d2de201249cd4b6a')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-quick3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 454951, 
qt6-quick3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:26:10 UTC (rev 454952)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-quick3d
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3)
+pkgdesc='Qt module and API for defining 3D content in Qt Quick'
+depends=(qt6-quicktimeline)
+makedepends=(cmake ninja qt6-shadertools assimp)
+optdepends=('qt6-shadertools: for shadergen' 'assimp: assimp import plugin')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('e1aeb591cd42fc816d90a37edf66be39e8148aaa6c42e358b0b8548554d974f7')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-webengine/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:25:52
  Author: arojas
Revision: 454951

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-webengine/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454950, qt6-webengine/kde-unstable/PKGBUILD)
Deleted:
  qt6-webengine/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:25:42 UTC (rev 454950)
+++ PKGBUILD2022-09-02 20:25:52 UTC (rev 454951)
@@ -1,49 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-webengine
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=(qt6-webchannel qt6-positioning libxcomposite libxrandr libxkbfile 
- snappy nss libxslt minizip ffmpeg re2 libvpx libxtst ttf-font) # 
pciutils
-makedepends=(cmake ninja python-html5lib gperf jsoncpp qt6-tools pipewire 
nodejs qt6-websockets libepoxy git)
-optdepends=('pipewire: WebRTC desktop sharing under Wayland')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
-
find-gio.patch::https://code.qt.io/cgit/qt/qtwebengine.git/patch?id=4d83c829
-
fix-gio.patch::https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=7ed043a1)
-sha256sums=('32287f170b7ec08813b6d4c08a868276e1de28f04017bcb188a22774a1c7ce31'
-'6153c13fa0ed512f9ae293c6c330d6bb91c339edaa3da204e14ed2544c6f95bb'
-'3f9a1de57254702f60495dcb3c6bcd2089fb6a9787d355c7b74fd3aa4b6a8b9b')
-
-prepare() {
-  patch -d $_pkgfn -p1 < find-gio.patch # Fix build
-  patch -d $_pkgfn/src/3rdparty -p1 < fix-gio.patch
-}
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
--DCMAKE_TOOLCHAIN_FILE=/usr/lib/cmake/Qt6/qt.toolchain.cmake \
--DQT_FEATURE_webengine_system_ffmpeg=ON \
--DQT_FEATURE_webengine_system_icu=ON \
--DQT_FEATURE_webengine_system_libevent=ON \
--DQT_FEATURE_webengine_proprietary_codecs=ON \
--DQT_FEATURE_webengine_kerberos=ON \
--DQT_FEATURE_webengine_webrtc_pipewire=ON \
--DQT_FEATURE_webengine_full_debug_info=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -Dm644 "$srcdir"/${_pkgfn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt6-webengine/repos/kde-unstable-x86_64/PKGBUILD (from rev 454950, 
qt6-webengine/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:25:52 UTC (rev 454951)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-webengine
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=(qt6-webchannel qt6-positioning libxcomposite libxrandr libxkbfile 
+ snappy nss libxslt minizip ffmpeg re2 libvpx libxtst ttf-font) # 
pciutils
+makedepends=(cmake ninja python-html5lib gperf jsoncpp qt6-tools pipewire 
nodejs qt6-websockets libepoxy git)
+optdepends=('pipewire: WebRTC desktop sharing under Wayland')
+groups=(qt6)
+#options=(debug) - hangs on stripping
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('d2910a118e02c8cdfbf6081d2dcbd3212443f3bc7768860f30e5f50e9a58f453')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
+-DCMAKE_TOOLCHAIN_FILE=/usr/lib/cmake/Qt6/qt.toolchain.cmake \
+-DQT_FEATURE_webengine_system_ffmpeg=ON \
+-DQT_FEATURE_webengine_system_icu=ON \
+-DQT_FEATURE_webengine_system_libevent=ON \
+-DQT_FEATURE_webengine_proprietary_codecs=ON \
+-DQT_FEATURE_webengine_kerberos=ON \
+-DQT_FEATURE_webengine_webrtc_pipewire=ON \
+-DQT_FEATURE_webengine_full_debug_info=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 "$srcdir"/${_pkgfn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
+}



[arch-commits] Commit in qt6-webchannel/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:25:42
  Author: arojas
Revision: 454950

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-webchannel/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454949, qt6-webchannel/kde-unstable/PKGBUILD)
Deleted:
  qt6-webchannel/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:25:33 UTC (rev 454949)
+++ PKGBUILD2022-09-02 20:25:42 UTC (rev 454950)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-webchannel
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides access to QObject or QML objects from HTML clients for 
seamless integration of Qt applications with HTML/JavaScript clients'
-depends=(qt6-declarative)
-makedepends=(cmake ninja qt6-websockets)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('988c002511bba486f813a347b44fd8039af89ec12512d3cb45fc23b525bf058e')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-webchannel/repos/kde-unstable-x86_64/PKGBUILD (from rev 454949, 
qt6-webchannel/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:25:42 UTC (rev 454950)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-webchannel
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to QObject or QML objects from HTML clients for 
seamless integration of Qt applications with HTML/JavaScript clients'
+depends=(qt6-declarative)
+makedepends=(cmake ninja qt6-websockets)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('97bd80a0954917e86cafac514c6f9a9c0d36966f16fbb5171b69b9a4a7dce7e2')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-websockets/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:25:33
  Author: arojas
Revision: 454949

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-websockets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454948, qt6-websockets/kde-unstable/PKGBUILD)
Deleted:
  qt6-websockets/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:25:23 UTC (rev 454948)
+++ PKGBUILD2022-09-02 20:25:33 UTC (rev 454949)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-websockets
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides WebSocket communication compliant with RFC 6455'
-depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative)
-optdepends=('qt6-declarative: QML bindings')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('05182b0254710690343082b015fa13476a67050aeebbb0f8f05fc4091d422d85')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-websockets/repos/kde-unstable-x86_64/PKGBUILD (from rev 454948, 
qt6-websockets/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:25:33 UTC (rev 454949)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-websockets
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides WebSocket communication compliant with RFC 6455'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('6a0ced5bd6e6c55b5334021e708ba58d7fb454c8d98032c92281ec4166533b0e')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-svg/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:25:23
  Author: arojas
Revision: 454948

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-svg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454947, qt6-svg/kde-unstable/PKGBUILD)
Deleted:
  qt6-svg/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:25:13 UTC (rev 454947)
+++ PKGBUILD2022-09-02 20:25:23 UTC (rev 454948)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-svg
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Classes for displaying the contents of SVG files'
-depends=(qt6-base)
-makedepends=(cmake ninja)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('f51c977590b79040fb890a8c3e46f5ee685f773d772cfc448db541b51f4f81df')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-svg/repos/kde-unstable-x86_64/PKGBUILD (from rev 454947, 
qt6-svg/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:25:23 UTC (rev 454948)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-svg
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for displaying the contents of SVG files'
+depends=(qt6-base)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('fda0a10dabb1a50716055e156920235c430f2abd421c0c3f663a6f2da0d6a3d0')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-positioning/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:25:13
  Author: arojas
Revision: 454947

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-positioning/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454946, qt6-positioning/kde-unstable/PKGBUILD)
Deleted:
  qt6-positioning/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:25:02 UTC (rev 454946)
+++ PKGBUILD2022-09-02 20:25:13 UTC (rev 454947)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-positioning
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides access to position, satellite and area monitoring classes'
-depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative qt6-serialport)
-optdepends=('qt6-declarative: QML bindings' 'qt6-serialport: NMEA plugin')
-conflicts=(qt6-location)
-provides=(qt6-location)
-replaces=(qt6-location)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('a34ec492f710d516b455bb885c4f972169707624c82d4ea6096b72bf1177eb40')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-positioning/repos/kde-unstable-x86_64/PKGBUILD (from rev 454946, 
qt6-positioning/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:25:13 UTC (rev 454947)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-positioning
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to position, satellite and area monitoring classes'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative qt6-serialport)
+optdepends=('qt6-declarative: QML bindings' 'qt6-serialport: NMEA plugin')
+conflicts=(qt6-location)
+provides=(qt6-location)
+replaces=(qt6-location)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('44727b2d9c04f7933636a58e9bba7783a1ebb5a75aacbcde131ee88ac8557e7d')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-connectivity/repos/kde-unstable-x86_64 (2 files)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:25:02
  Author: arojas
Revision: 454946

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-connectivity/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454945, qt6-connectivity/kde-unstable/PKGBUILD)
Deleted:
  qt6-connectivity/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:24:52 UTC (rev 454945)
+++ PKGBUILD2022-09-02 20:25:02 UTC (rev 454946)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-connectivity
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides access to Bluetooth hardware'
-depends=(qt6-base bluez-libs pcsclite)
-makedepends=(cmake ninja qt6-declarative)
-optdepends=('qt6-declarative: QML bindings')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('21ff24de1e6e7c11641098eab16014d1ee2f2d71af18e050955952bfd87c5435')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-connectivity/repos/kde-unstable-x86_64/PKGBUILD (from rev 454945, 
qt6-connectivity/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:25:02 UTC (rev 454946)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-connectivity
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to Bluetooth hardware'
+depends=(qt6-base bluez-libs pcsclite)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('197e88fdacbb56ac66a4453424a9b5610817b09a4b8e95ced805eee0a7edacca')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-serialport/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:24:52
  Author: arojas
Revision: 454945

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-serialport/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454944, qt6-serialport/kde-unstable/PKGBUILD)
Deleted:
  qt6-serialport/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:24:29 UTC (rev 454944)
+++ PKGBUILD2022-09-02 20:24:52 UTC (rev 454945)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-serialport
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides access to hardware and virtual serial ports'
-depends=(qt6-base)
-makedepends=(cmake ninja)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('68bb2870bafa846a53b717b54da6dd2d6b77cad3a153f3b74de23932978dca3a')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-serialport/repos/kde-unstable-x86_64/PKGBUILD (from rev 454944, 
qt6-serialport/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:24:52 UTC (rev 454945)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-serialport
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to hardware and virtual serial ports'
+depends=(qt6-base)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('20de5a937b2eb1365f18e971224da44ee58b70d487aa516d91ee193fbd0dd458')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-tools/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:24:29
  Author: arojas
Revision: 454944

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454943, qt6-tools/kde-unstable/PKGBUILD)
Deleted:
  qt6-tools/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:23:29 UTC (rev 454943)
+++ PKGBUILD2022-09-02 20:24:29 UTC (rev 454944)
@@ -1,46 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-tools
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='A cross-platform application and UI framework (Development Tools, 
QtHelp)'
-depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative clang llvm litehtml)
-optdepends=('qt6-declarative: for qdoc' 'clang: for qdoc and lupdate' 
'litehtml: for assistant')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('9185f21a2caca01c28d4b82cb95092f4555b7e678839c663d06c18c1198a0992')
-
-prepare() {
-# Fix build with system litehtml
-  sed -e '/qt_internal_set_exceptions_flags/d' -e '/qt_disable_warnings/d' -i 
$_pkgfn/src/assistant/CMakeLists.txt
-}
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DINSTALL_PUBLICBINDIR=usr/bin \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-# Install symlinks for user-facing tools
-  cd "$pkgdir"
-  mkdir usr/bin
-  while read _line; do
-ln -s $_line
-  done < "$srcdir"/build/user_facing_tool_links.txt
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 454943, 
qt6-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:24:29 UTC (rev 454944)
@@ -0,0 +1,46 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-tools
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='A cross-platform application and UI framework (Development Tools, 
QtHelp)'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative clang llvm litehtml)
+optdepends=('qt6-declarative: for qdoc' 'clang: for qdoc and lupdate' 
'litehtml: for assistant')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('86d954659511ae27636adbf94c279d0856c30f5ac0ef9a3fc2810a76070cf90d')
+
+prepare() {
+# Fix build with system litehtml
+  sed -e '/qt_internal_set_exceptions_flags/d' -e '/qt_disable_warnings/d' -i 
$_pkgfn/src/assistant/CMakeLists.txt
+}
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DINSTALL_PUBLICBINDIR=usr/bin \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+# Install symlinks for user-facing tools
+  cd "$pkgdir"
+  mkdir usr/bin
+  while read _line; do
+ln -s $_line
+  done < "$srcdir"/build/user_facing_tool_links.txt
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-declarative/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:23:29
  Author: arojas
Revision: 454943

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-declarative/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454942, qt6-declarative/kde-unstable/PKGBUILD)
Deleted:
  qt6-declarative/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:23:16 UTC (rev 454942)
+++ PKGBUILD2022-09-02 20:23:29 UTC (rev 454943)
@@ -1,45 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-declarative
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Classes for QML and JavaScript languages'
-depends=(qt6-base)
-makedepends=(cmake ninja python at-spi2-core qt6-shadertools 
qt6-languageserver)
-optdepends=('qt6-languageserver: for qmlls')
-conflicts=(qt6-quickcontrols2)
-provides=(qt6-quickcontrols2)
-replaces=(qt6-quickcontrols2)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('1fb0899911e1fc0f17f1fa54b3ddc47b3806f4fec0ff69242515f35c08e88af9')
-
-build() {
-  export CXXFLAGS+=" -ffat-lto-objects"
-  cmake -B build -S $_pkgfn -G Ninja \
--DINSTALL_PUBLICBINDIR=usr/bin \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-# Install symlinks for user-facing tools
-  cd "$pkgdir"
-  mkdir usr/bin
-  while read _line; do
-ln -s $_line
-  done < "$srcdir"/build/user_facing_tool_links.txt
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-declarative/repos/kde-unstable-x86_64/PKGBUILD (from rev 454942, 
qt6-declarative/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:23:29 UTC (rev 454943)
@@ -0,0 +1,45 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-declarative
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for QML and JavaScript languages'
+depends=(qt6-base)
+makedepends=(cmake ninja python at-spi2-core qt6-shadertools 
qt6-languageserver)
+optdepends=('qt6-languageserver: for qmlls')
+conflicts=(qt6-quickcontrols2)
+provides=(qt6-quickcontrols2)
+replaces=(qt6-quickcontrols2)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('d006bb8b6d646579e4106b2fc70658a79d5d35e40b309f2a8304133abd5b5e79')
+
+build() {
+  export CXXFLAGS+=" -ffat-lto-objects"
+  cmake -B build -S $_pkgfn -G Ninja \
+-DINSTALL_PUBLICBINDIR=usr/bin \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+# Install symlinks for user-facing tools
+  cd "$pkgdir"
+  mkdir usr/bin
+  while read _line; do
+ln -s $_line
+  done < "$srcdir"/build/user_facing_tool_links.txt
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-languageserver/repos/kde-unstable-x86_64 (2 files)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:23:16
  Author: arojas
Revision: 454942

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-languageserver/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454941, qt6-languageserver/kde-unstable/PKGBUILD)
Deleted:
  qt6-languageserver/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:23:05 UTC (rev 454941)
+++ PKGBUILD2022-09-02 20:23:16 UTC (rev 454942)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-languageserver
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='An implementation of the Language Server Protocol'
-depends=(qt6-base)
-makedepends=(cmake ninja)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('c5f51a918396b5f0139722d424b4756f1d8954d7b0061e5b3cda4b17735d71f9')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-languageserver/repos/kde-unstable-x86_64/PKGBUILD (from rev 454941, 
qt6-languageserver/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:23:16 UTC (rev 454942)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-languageserver
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='An implementation of the Language Server Protocol'
+depends=(qt6-base)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('594f0fa39eb94041966b620d05a807fc5c7ae6d7a15dd87e33d81a42335655c0')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-shadertools/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:23:05
  Author: arojas
Revision: 454941

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-shadertools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454940, qt6-shadertools/kde-unstable/PKGBUILD)
Deleted:
  qt6-shadertools/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:22:24 UTC (rev 454940)
+++ PKGBUILD2022-09-02 20:23:05 UTC (rev 454941)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-shadertools
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3)
-pkgdesc='Provides functionality for the shader pipeline that allows Qt Quick 
to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL'
-depends=(qt6-base)
-makedepends=(cmake ninja)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('85dc69d8ce436557b02543a0145f6f9606640101d685956d327cc8b94022')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-shadertools/repos/kde-unstable-x86_64/PKGBUILD (from rev 454940, 
qt6-shadertools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:23:05 UTC (rev 454941)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-shadertools
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3)
+pkgdesc='Provides functionality for the shader pipeline that allows Qt Quick 
to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL'
+depends=(qt6-base)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('ffb205c4b457b5fdec11236a6c8a9d3566d0f9a5e0c6a4dc53d535741f7cbb87')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_MESSAGE_LOG_LEVEL=STATUS
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-base/repos/kde-unstable-x86_64 (6 files)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:22:24
  Author: arojas
Revision: 454940

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-base/repos/kde-unstable-x86_64/PKGBUILD
(from rev 454939, qt6-base/kde-unstable/PKGBUILD)
  qt6-base/repos/kde-unstable-x86_64/qt6-base-cflags.patch
(from rev 454939, qt6-base/kde-unstable/qt6-base-cflags.patch)
  qt6-base/repos/kde-unstable-x86_64/qt6-base-nostrip.patch
(from rev 454939, qt6-base/kde-unstable/qt6-base-nostrip.patch)
Deleted:
  qt6-base/repos/kde-unstable-x86_64/PKGBUILD
  qt6-base/repos/kde-unstable-x86_64/qt6-base-cflags.patch
  qt6-base/repos/kde-unstable-x86_64/qt6-base-nostrip.patch

+
 PKGBUILD   |  150 +++
 qt6-base-cflags.patch  |   92 ++--
 qt6-base-nostrip.patch |   26 
 3 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:19:27 UTC (rev 454939)
+++ PKGBUILD2022-09-02 20:22:24 UTC (rev 454940)
@@ -1,75 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-base
-_qtver=6.4.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='A cross-platform application and UI framework'
-depends=(libjpeg-turbo xcb-util-keysyms xcb-util-cursor libgl fontconfig 
xdg-utils
- shared-mime-info xcb-util-wm libxrender libxi sqlite mesa 
vulkan-headers
- tslib libinput libxkbcommon-x11 libproxy libcups double-conversion 
brotli libb2 md4c)
-makedepends=(cmake ninja libfbclient mariadb-libs unixodbc postgresql alsa-lib 
gst-plugins-base-libs
- gtk3 libpulse cups freetds xmlstarlet)
-optdepends=('qt6-wayland: to run Qt6 applications in a Wayland session'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin'
-'perl: for syncqt')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
-qt6-base-cflags.patch
-qt6-base-nostrip.patch)
-sha256sums=('6d9c882042a61573d2c4286e4df2b0b7c1edf3c7e90e3ca686d7e1c3e2568511'
-'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
-'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
-
-prepare() {
-  patch -d $_pkgfn -p1 < qt6-base-cflags.patch # Use system CFLAGS
-  patch -d $_pkgfn -p1 < qt6-base-nostrip.patch # Don't strip binaries with 
qmake
-}
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RelWithDebInfo \
--DINSTALL_BINDIR=lib/qt6/bin \
--DINSTALL_PUBLICBINDIR=usr/bin \
--DINSTALL_LIBEXECDIR=lib/qt6 \
--DINSTALL_DOCDIR=share/doc/qt6 \
--DINSTALL_ARCHDATADIR=lib/qt6 \
--DINSTALL_DATADIR=share/qt6 \
--DINSTALL_INCLUDEDIR=include/qt6 \
--DINSTALL_MKSPECSDIR=lib/qt6/mkspecs \
--DINSTALL_EXAMPLESDIR=share/doc/qt6/examples \
--DQT_FEATURE_journald=ON \
--DQT_FEATURE_openssl_linked=ON \
--DQT_FEATURE_system_sqlite=ON \
--DQT_FEATURE_system_xcb_xinput=ON \
--DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
--DCMAKE_MESSAGE_LOG_LEVEL=STATUS
-  cmake --build build
-}
-
-package() {
-  depends+=(qt6-translations)
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -Dm644 $_pkgfn/LICENSES/* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-# Install symlinks for user-facing tools
-  cd "$pkgdir"
-  mkdir usr/bin
-  while read _line; do
-ln -s $_line
-  done < "$srcdir"/build/user_facing_tool_links.txt
-}

Copied: qt6-base/repos/kde-unstable-x86_64/PKGBUILD (from rev 454939, 
qt6-base/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:22:24 UTC (rev 454940)
@@ -0,0 +1,75 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-base
+_qtver=6.4.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='A cross-platform application and UI framework'
+depends=(libjpeg-turbo xcb-util-keysyms xcb-util-cursor libgl fontconfig 
xdg-utils
+ shared-mime-info xcb-util-wm libxrender libxi sqlite mesa 
vulkan-headers
+ tslib libinput libxkbcommon-x11 libproxy libcups double-conversion 
brotli libb2 md4c)
+makedepends=(cmake ninja libfbclient mariadb-libs unixodbc postgresql alsa-lib 
gst-plugins-base-libs
+ gtk3 libpulse cups freetds xmlstarlet)
+optdepends=('qt6-wayland: to run 

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

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:19:27
  Author: felixonmars
Revision: 454939

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 454938, python-setuptools/trunk/PKGBUILD)
  python-setuptools/repos/extra-any/system-validate-pyproject.patch
(from rev 454938, python-setuptools/trunk/system-validate-pyproject.patch)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD
  python-setuptools/repos/extra-any/system-validate-pyproject.patch

-+
 PKGBUILD|  189 ++
 system-validate-pyproject.patch |   62 ++--
 2 files changed, 125 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:19:13 UTC (rev 454938)
+++ PKGBUILD2022-09-02 20:19:27 UTC (rev 454939)
@@ -1,95 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Eli Schwartz 
-
-pkgname=python-setuptools
-pkgver=62.3.3
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="https://pypi.org/project/setuptools/";
-depends=('python-appdirs' 'python-jaraco.text' 'python-more-itertools' 
'python-nspektr'
- 'python-ordered-set' 'python-packaging' 'python-pyparsing' 
'python-tomli'
- 'python-validate-pyproject')
-makedepends=('git' 'python-setuptools')
-checkdepends=('python-jaraco.envs' 'python-jaraco.path' 'python-mock' 
'python-pip' 'python-pip-run'
-  'python-pytest-fixture-config' 'python-pytest-flake8' 
'python-pytest-virtualenv'
-  'python-wheel' 'python-paver' 'python-pytest-cov' 
'python-sphinx' 'python-build'
-  'python-ini2toml' 'python-tomli-w')
-provides=('python-distribute')
-replaces=('python-distribute')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz";
-system-validate-pyproject.patch)
-sha512sums=('90d4bf5b8ec9f443239286482e83b87e6514128e74193ad79edf01d1b0adfc25f6b886803a53b6774780ad1079bef604a1f2e815d68ece970ed463a18b86a7f0'
-
'50495062093b1b6902484c384abe073896e4f45c5768741582e178014367f186831711a72a8a987e7bacafe96d871161fc07c686dd92c6886de19302f6a10b56')
-
-export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-
-prepare() {
-  cd setuptools-$pkgver
-
-  patch -p1 -i ../system-validate-pyproject.patch
-
-  rm -r {pkg_resources,setuptools}/{extern,_vendor} 
setuptools/config/_validate_pyproject
-
-  # Upstream devendoring logic is badly broken, see:
-  # https://bugs.archlinux.org/task/58670
-  # https://github.com/pypa/pip/issues/5429
-  # https://github.com/pypa/setuptools/issues/1383
-  # The simplest fix is to simply rewrite import paths to use the canonical
-  # location in the first place
-  for _module in setuptools pkg_resources '' ; do
-  find . -name \*.py -exec sed -i \
-  -e 's/from '$_module.extern' import/import/' \
-  -e 's/from '$_module.extern'\./from /' \
-  -e 's/import '$_module.extern'\./import /' \
-  -e "s/__import__('$_module.extern./__import__('/" \
-  -e 's/from \.\.extern\./from /' \
-  {} +
-  done
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setup.cfg
-
-  # Fix shebang
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd setuptools-$pkgver
-  python setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd setuptools-$pkgver
-  # 1-7: skipping all tests using "setuptools_sdist", "setuptools_wheel" (or 
"venv" which uses the latter)
-  # 8-9: subtle difference introduced by devendoring
-  # 10-11: TODO
-  PRE_BUILT_SETUPTOOLS_SDIST="$PWD"/build/lib python -m pytest \
---deselect setuptools/tests/integration/test_pip_install_sdist.py \
---deselect setuptools/tests/test_distutils_adoption.py \
---deselect 
setuptools/tests/test_setuptools.py::test_its_own_wheel_does_not_contain_tests \
---deselect setuptools/tests/test_virtualenv.py \
---deselect 
setuptools/tests/test_editable_install.py::test_editable_with_pyproject \
---deselect 
setuptools/tests/config/test_apply_pyprojecttoml.py::TestMeta::test_example_file_in_sdist
 \
---deselect 
setuptools/tests/config/test_apply_pyprojecttoml.py::TestMeta::test_example_file_not_in_wheel
 \
---deselect 
setuptools/tests/config/test_apply_pyprojecttoml.py::test_apply_pyproject_equivalent_to_setupcfg
 \
---deselect 
setuptools/tests/config/test_pyprojecttoml.py::test_invalid_example \
---deselect setuptools/tests/test_dist_info.py::TestWheelCompatibility \
---deselect 
setuptools/tests/test_dist_info

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

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:19:13
  Author: felixonmars
Revision: 454938

upgpkg: python-setuptools 1:62.3.4-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 20:17:53 UTC (rev 454937)
+++ PKGBUILD2022-09-02 20:19:13 UTC (rev 454938)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=62.3.3
+pkgver=62.3.4
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -15,14 +15,13 @@
  'python-validate-pyproject')
 makedepends=('git' 'python-setuptools')
 checkdepends=('python-jaraco.envs' 'python-jaraco.path' 'python-mock' 
'python-pip' 'python-pip-run'
-  'python-pytest-fixture-config' 'python-pytest-flake8' 
'python-pytest-virtualenv'
-  'python-wheel' 'python-paver' 'python-pytest-cov' 
'python-sphinx' 'python-build'
-  'python-ini2toml' 'python-tomli-w')
+  'python-pytest-fixture-config' 'python-pytest-virtualenv' 
'python-wheel'
+  'python-paver' 'python-sphinx' 'python-build' 'python-ini2toml' 
'python-tomli-w')
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz";
 system-validate-pyproject.patch)
-sha512sums=('90d4bf5b8ec9f443239286482e83b87e6514128e74193ad79edf01d1b0adfc25f6b886803a53b6774780ad1079bef604a1f2e815d68ece970ed463a18b86a7f0'
+sha512sums=('3a94fe9e359111b17c3e2ec904485f4be86533728a55db41e9ae44df3eaa6857f5cc8607316fa986b92f59c63ad623586c783815911c809340a802850f6d3ab0'
 
'50495062093b1b6902484c384abe073896e4f45c5768741582e178014367f186831711a72a8a987e7bacafe96d871161fc07c686dd92c6886de19302f6a10b56')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0



[arch-commits] Commit in (34 files)

2022-09-02 Thread Antonio Rojas via arch-commits
Date: Friday, September 2, 2022 @ 20:17:53
  Author: arojas
Revision: 454937

Qt 6.4 beta 4

Modified:
  qt6-3d/kde-unstable/PKGBUILD
  qt6-5compat/kde-unstable/PKGBUILD
  qt6-base/kde-unstable/PKGBUILD
  qt6-charts/kde-unstable/PKGBUILD
  qt6-connectivity/kde-unstable/PKGBUILD
  qt6-datavis3d/kde-unstable/PKGBUILD
  qt6-declarative/kde-unstable/PKGBUILD
  qt6-doc/kde-unstable/PKGBUILD
  qt6-httpserver/kde-unstable/PKGBUILD
  qt6-imageformats/kde-unstable/PKGBUILD
  qt6-languageserver/kde-unstable/PKGBUILD
  qt6-lottie/kde-unstable/PKGBUILD
  qt6-multimedia/kde-unstable/PKGBUILD
  qt6-networkauth/kde-unstable/PKGBUILD
  qt6-positioning/kde-unstable/PKGBUILD
  qt6-quick3d/kde-unstable/PKGBUILD
  qt6-quick3dphysics/kde-unstable/PKGBUILD
  qt6-quicktimeline/kde-unstable/PKGBUILD
  qt6-remoteobjects/kde-unstable/PKGBUILD
  qt6-scxml/kde-unstable/PKGBUILD
  qt6-sensors/kde-unstable/PKGBUILD
  qt6-serialbus/kde-unstable/PKGBUILD
  qt6-serialport/kde-unstable/PKGBUILD
  qt6-shadertools/kde-unstable/PKGBUILD
  qt6-speech/kde-unstable/PKGBUILD
  qt6-svg/kde-unstable/PKGBUILD
  qt6-tools/kde-unstable/PKGBUILD
  qt6-translations/kde-unstable/PKGBUILD
  qt6-virtualkeyboard/kde-unstable/PKGBUILD
  qt6-wayland/kde-unstable/PKGBUILD
  qt6-webchannel/kde-unstable/PKGBUILD
  qt6-webengine/kde-unstable/PKGBUILD
  qt6-websockets/kde-unstable/PKGBUILD
  qt6-webview/kde-unstable/PKGBUILD

---+
 qt6-3d/kde-unstable/PKGBUILD  |4 ++--
 qt6-5compat/kde-unstable/PKGBUILD |4 ++--
 qt6-base/kde-unstable/PKGBUILD|4 ++--
 qt6-charts/kde-unstable/PKGBUILD  |4 ++--
 qt6-connectivity/kde-unstable/PKGBUILD|4 ++--
 qt6-datavis3d/kde-unstable/PKGBUILD   |4 ++--
 qt6-declarative/kde-unstable/PKGBUILD |4 ++--
 qt6-doc/kde-unstable/PKGBUILD |4 ++--
 qt6-httpserver/kde-unstable/PKGBUILD  |4 ++--
 qt6-imageformats/kde-unstable/PKGBUILD|4 ++--
 qt6-languageserver/kde-unstable/PKGBUILD  |4 ++--
 qt6-lottie/kde-unstable/PKGBUILD  |4 ++--
 qt6-multimedia/kde-unstable/PKGBUILD  |4 ++--
 qt6-networkauth/kde-unstable/PKGBUILD |4 ++--
 qt6-positioning/kde-unstable/PKGBUILD |4 ++--
 qt6-quick3d/kde-unstable/PKGBUILD |4 ++--
 qt6-quick3dphysics/kde-unstable/PKGBUILD  |4 ++--
 qt6-quicktimeline/kde-unstable/PKGBUILD   |4 ++--
 qt6-remoteobjects/kde-unstable/PKGBUILD   |4 ++--
 qt6-scxml/kde-unstable/PKGBUILD   |4 ++--
 qt6-sensors/kde-unstable/PKGBUILD |4 ++--
 qt6-serialbus/kde-unstable/PKGBUILD   |4 ++--
 qt6-serialport/kde-unstable/PKGBUILD  |4 ++--
 qt6-shadertools/kde-unstable/PKGBUILD |4 ++--
 qt6-speech/kde-unstable/PKGBUILD  |4 ++--
 qt6-svg/kde-unstable/PKGBUILD |4 ++--
 qt6-tools/kde-unstable/PKGBUILD   |4 ++--
 qt6-translations/kde-unstable/PKGBUILD|4 ++--
 qt6-virtualkeyboard/kde-unstable/PKGBUILD |4 ++--
 qt6-wayland/kde-unstable/PKGBUILD |4 ++--
 qt6-webchannel/kde-unstable/PKGBUILD  |4 ++--
 qt6-webengine/kde-unstable/PKGBUILD   |   17 -
 qt6-websockets/kde-unstable/PKGBUILD  |4 ++--
 qt6-webview/kde-unstable/PKGBUILD |4 ++--
 34 files changed, 70 insertions(+), 79 deletions(-)

Modified: qt6-3d/kde-unstable/PKGBUILD
===
--- qt6-3d/kde-unstable/PKGBUILD2022-09-02 20:12:31 UTC (rev 454936)
+++ qt6-3d/kde-unstable/PKGBUILD2022-09-02 20:17:53 UTC (rev 454937)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt6-3d
-_qtver=6.4.0-beta3
+_qtver=6.4.0-beta4
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -17,7 +17,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('ae49cf48023d715e4ae007845308455eb47f606415bf0b2f257396ad290682f9')
+sha256sums=('16b35d244b16038a84f7fb3316bfa975a9646994dacc72d29a26b2271d9faed5')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-5compat/kde-unstable/PKGBUILD
===
--- qt6-5compat/kde-unstable/PKGBUILD   2022-09-02 20:12:31 UTC (rev 454936)
+++ qt6-5compat/kde-unstable/PKGBUILD   2022-09-02 20:17:53 UTC (rev 454937)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt6-5compat
-_qtver=6.4.0-beta3
+_qtver=6.4.0-beta4
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -17,7 +17,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('0fa0dfe352d8941b51d5e727daea07ae78a4d666e9111516ef9a6c4be3a2641e')
+sha256sums=('1e20400d579823e278cae7b301cd1089b8f132095efdcd2a5709fd0c5e72b997')
 
 build() {
   cmake -B build -S 

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

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:14:19
  Author: felixonmars
Revision: 1290994

archrelease: copy trunk to community-any

Added:
  python-keyrings-alt/repos/community-any/PKGBUILD
(from rev 1290993, python-keyrings-alt/trunk/PKGBUILD)
  python-keyrings-alt/repos/community-any/pep517-0.5.patch
(from rev 1290993, python-keyrings-alt/trunk/pep517-0.5.patch)
Deleted:
  python-keyrings-alt/repos/community-any/PKGBUILD
  python-keyrings-alt/repos/community-any/pep517-0.5.patch

--+
 PKGBUILD |  100 
 pep517-0.5.patch |  110 ++---
 2 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:14:03 UTC (rev 1290993)
+++ PKGBUILD2022-09-02 20:14:19 UTC (rev 1290994)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgname=python-keyrings-alt
-_pkgname=keyrings.alt
-epoch=1
-pkgver=4.1.0
-pkgrel=3
-pkgdesc="Alternate keyring implementations"
-arch=('any')
-url='https://github.com/jaraco/keyrings.alt'
-license=('MIT')
-depends=('python-keyring')
-makedepends=('python-setuptools-scm')
-checkdepends=('libgnome-keyring' 'python-pycryptodome' 'python-gobject' 
'python-keyring'
-  'python-pytest-runner' 'python-pytest-flake8' 
'python-pytest-black' 'python-pytest-cov')
-optdepends=('libgnome-keyring: GNOME Integration'
-'python-gobject: GNOME Integration'
-'python-fs'
-'python-crypto: Encrypted file storage')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('941793b72688b182002793c14e4df84c79d8864fa3033d25326af8fd8cc90c500b10b53827916240f242490f60a9fd638873cedc3b8b04455a2621c756228bf8')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python setup.py pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyrings-alt/repos/community-any/PKGBUILD (from rev 1290993, 
python-keyrings-alt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:14:19 UTC (rev 1290994)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgname=python-keyrings-alt
+_pkgname=keyrings.alt
+epoch=1
+pkgver=4.1.0
+pkgrel=4
+pkgdesc="Alternate keyring implementations"
+arch=('any')
+url='https://github.com/jaraco/keyrings.alt'
+license=('MIT')
+depends=('python-keyring')
+makedepends=('python-setuptools-scm')
+checkdepends=('libgnome-keyring' 'python-pycryptodome' 'python-gobject' 
'python-keyring'
+  'python-pytest')
+optdepends=('libgnome-keyring: GNOME Integration'
+'python-gobject: GNOME Integration'
+'python-fs'
+'python-crypto: Encrypted file storage')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('941793b72688b182002793c14e4df84c79d8864fa3033d25326af8fd8cc90c500b10b53827916240f242490f60a9fd638873cedc3b8b04455a2621c756228bf8')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: pep517-0.5.patch
===
--- pep517-0.5.patch2022-09-02 20:14:03 UTC (rev 1290993)
+++ pep517-0.5.patch2022-09-02 20:14:19 UTC (rev 1290994)
@@ -1,55 +0,0 @@
-From 939c515f2cc01525cbbd71f26e71d21471abdc93 Mon Sep 17 00:00:00 2001
-From: "Jason R. Coombs" 
-Date: Mon, 17 Dec 2018 12:17:02 -0500
-Subject: [PATCH] Rely on pep517 0.5
-

- install-pip-master.py | 21 -
- tox.ini   |  5 +
- 2 files changed, 1 insertion(+), 25 deletions(-)
- delete mode 100644 install-pip-master.py
-
-diff --git a/install-pip-master.py b/install-pip-master.py
-deleted file mode 100644
-index d62d20f..000
 a/install-pip-master.py
-+++ /dev/null
-@@ -1,21 +0,0 @@
--"""
--In order to support installation of pep517 from source,
--

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

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:14:03
  Author: felixonmars
Revision: 1290993

upgpkg: python-keyrings-alt 1:4.1.0-4: disable developer-only tests

Modified:
  python-keyrings-alt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 20:08:48 UTC (rev 1290992)
+++ PKGBUILD2022-09-02 20:14:03 UTC (rev 1290993)
@@ -10,7 +10,7 @@
 _pkgname=keyrings.alt
 epoch=1
 pkgver=4.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Alternate keyring implementations"
 arch=('any')
 url='https://github.com/jaraco/keyrings.alt'
@@ -18,7 +18,7 @@
 depends=('python-keyring')
 makedepends=('python-setuptools-scm')
 checkdepends=('libgnome-keyring' 'python-pycryptodome' 'python-gobject' 
'python-keyring'
-  'python-pytest-runner' 'python-pytest-flake8' 
'python-pytest-black' 'python-pytest-cov')
+  'python-pytest')
 optdepends=('libgnome-keyring: GNOME Integration'
 'python-gobject: GNOME Integration'
 'python-fs'
@@ -37,7 +37,7 @@
 check() {
   cd $_pkgname-$pkgver
 
-  python setup.py pytest
+  pytest
 }
 
 package() {



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

2022-09-02 Thread Evangelos Foutras via arch-commits
Date: Friday, September 2, 2022 @ 20:12:31
  Author: foutrelis
Revision: 454936

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 454935, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/angle-wayland-include-protocol.patch
(from rev 454935, chromium/trunk/angle-wayland-include-protocol.patch)
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 454935, 
chromium/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  chromium/repos/extra-x86_64/fix-TFLite-build-on-linux-with-system-zlib.patch
(from rev 454935, 
chromium/trunk/fix-TFLite-build-on-linux-with-system-zlib.patch)
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
(from rev 454935, chromium/trunk/roll-src-third_party-ffmpeg.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 454935, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/angle-wayland-include-protocol.patch
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
  chromium/repos/extra-x86_64/fix-TFLite-build-on-linux-with-system-zlib.patch
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

--+
 PKGBUILD |  558 -
 angle-wayland-include-protocol.patch |   76 +-
 enable-GlobalMediaControlsCastStartStop.patch|   64 +-
 fix-TFLite-build-on-linux-with-system-zlib.patch |  582 +-
 roll-src-third_party-ffmpeg.patch|  666 ++---
 use-oauth2-client-switches-as-default.patch  |   34 -
 6 files changed, 990 insertions(+), 990 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:12:19 UTC (rev 454935)
+++ PKGBUILD2022-09-02 20:12:31 UTC (rev 454936)
@@ -1,279 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=105.0.5195.52
-pkgrel=1
-_launcher_ver=8
-_gcc_patchset=1
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless' 'git')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-fix-TFLite-build-on-linux-with-system-zlib.patch
-enable-GlobalMediaControlsCastStartStop.patch
-roll-src-third_party-ffmpeg.patch
-angle-wayland-include-protocol.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('dc71b2be9c30c2a7a250b3dbfb26f9b0d1aa2df7335b53ed44a203ff69947c42'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'f0c437c02cab7a6efc958f82fbb4ea35d5440f73d65731bad7c0dcaecb932121'
-'5db1fae8a452774b5b177e493a2d1a435b980137b16ed74616d1fb86fe342ec7'
-'779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
-'30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44'
-'cd0d9d2a1d6a522d47c3c0891dabe4ad72eabbebc0fe5642b9e22efa3d5ee572'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [brotli]=brotli
-  [dav1d]=dav1d
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [jsoncpp]=jsoncpp
-  [libaom]=aom
-  [libavif]=libavif
-  [libdrm]=
-  [libjpeg]=libjpeg
-  [libpng]=libpng
-  #[libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]

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

2022-09-02 Thread Evangelos Foutras via arch-commits
Date: Friday, September 2, 2022 @ 20:12:19
  Author: foutrelis
Revision: 454935

upgpkg: chromium 105.0.5195.102-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 20:06:56 UTC (rev 454934)
+++ PKGBUILD2022-09-02 20:12:19 UTC (rev 454935)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=105.0.5195.52
+pkgver=105.0.5195.102
 pkgrel=1
 _launcher_ver=8
 _gcc_patchset=1
@@ -30,7 +30,7 @@
 roll-src-third_party-ffmpeg.patch
 angle-wayland-include-protocol.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('dc71b2be9c30c2a7a250b3dbfb26f9b0d1aa2df7335b53ed44a203ff69947c42'
+sha256sums=('1cba0527c951e3c506ade96cf6ec2507ee9d43661764731ed896348182369262'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'f0c437c02cab7a6efc958f82fbb4ea35d5440f73d65731bad7c0dcaecb932121'
 '5db1fae8a452774b5b177e493a2d1a435b980137b16ed74616d1fb86fe342ec7'



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

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:06:56
  Author: felixonmars
Revision: 454934

archrelease: copy trunk to extra-any

Added:
  python-nspektr/repos/extra-any/PKGBUILD
(from rev 454933, python-nspektr/trunk/PKGBUILD)
Deleted:
  python-nspektr/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:06:43 UTC (rev 454933)
+++ PKGBUILD2022-09-02 20:06:56 UTC (rev 454934)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Achmad Fathoni
-
-pkgname=python-nspektr
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="A distribution package dependency inspector"
-arch=('any')
-url="https://github.com/jaraco/nspektr";
-license=('MIT')
-depends=('python-jaraco.context' 'python-jaraco.functools' 
'python-more-itertools'
- 'python-packaging')
-makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools-scm')
-checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 
'python-pytest-cov'
-  'python-pytest-enabler' 'python-pytest-flake8' 
'python-pytest-mypy'
-  'python-pip')
-source=("https://github.com/jaraco/nspektr/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('b29969de2a4975d154c43fd09ae7aa439b7b64732d1ab1964658d8ce9f8359ee')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd nspektr-$pkgver
-  python -m build -wn
-}
-
-check() {
-  cd nspektr-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd nspektr-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-nspektr/repos/extra-any/PKGBUILD (from rev 454933, 
python-nspektr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:06:56 UTC (rev 454934)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Achmad Fathoni
+
+pkgname=python-nspektr
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="A distribution package dependency inspector"
+arch=('any')
+url="https://github.com/jaraco/nspektr";
+license=('MIT')
+depends=('python-jaraco.context' 'python-jaraco.functools' 
'python-more-itertools'
+ 'python-packaging')
+makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools-scm')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy')
+source=("https://github.com/jaraco/nspektr/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('b29969de2a4975d154c43fd09ae7aa439b7b64732d1ab1964658d8ce9f8359ee')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd nspektr-$pkgver
+  python -m build -wn
+}
+
+check() {
+  cd nspektr-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd nspektr-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:06:43
  Author: felixonmars
Revision: 454933

upgpkg: python-nspektr 0.4.0-2: disable developer-only tests

Modified:
  python-nspektr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 19:59:42 UTC (rev 454932)
+++ PKGBUILD2022-09-02 20:06:43 UTC (rev 454933)
@@ -3,7 +3,7 @@
 
 pkgname=python-nspektr
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A distribution package dependency inspector"
 arch=('any')
 url="https://github.com/jaraco/nspektr";
@@ -11,9 +11,7 @@
 depends=('python-jaraco.context' 'python-jaraco.functools' 
'python-more-itertools'
  'python-packaging')
 makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools-scm')
-checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 
'python-pytest-cov'
-  'python-pytest-enabler' 'python-pytest-flake8' 
'python-pytest-mypy'
-  'python-pip')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy')
 
source=("https://github.com/jaraco/nspektr/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
 sha256sums=('b29969de2a4975d154c43fd09ae7aa439b7b64732d1ab1964658d8ce9f8359ee')
 



[arch-commits] Commit in python-jaraco.test/repos/community-any (PKGBUILD PKGBUILD)

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:05:44
  Author: felixonmars
Revision: 1290991

archrelease: copy trunk to community-any

Added:
  python-jaraco.test/repos/community-any/PKGBUILD
(from rev 1290990, python-jaraco.test/trunk/PKGBUILD)
Deleted:
  python-jaraco.test/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:05:31 UTC (rev 1290990)
+++ PKGBUILD2022-09-02 20:05:44 UTC (rev 1290991)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-jaraco.test
-pkgver=5.1.0
-pkgrel=1
-pkgdesc="Testing support by jaraco"
-url="https://github.com/jaraco/jaraco.test";
-license=('MIT')
-arch=('any')
-depends=('python-jaraco.collections' 'python-jaraco.context' 
'python-jaraco.functools' 'python-toml'
- 'python-more-itertools')
-makedepends=('python-setuptools-scm' 'python-wheel' 'python-build' 
'python-installer')
-checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 
'python-pytest-cov'
-  'python-pytest-enabler' 'python-pytest-flake8' 
'python-pytest-mypy'
-  'python-pip')
-source=("https://github.com/jaraco/jaraco.test/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('6cd810b8075e622b7a631b3bcca953c6210f2f427ea35f9958f98110fcfb5ef9bd7046ad2909355451208983aa2a25abee29fec829cc18dc94ad491d319e1361')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd jaraco.test-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd jaraco.test-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd jaraco.test-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-jaraco.test/repos/community-any/PKGBUILD (from rev 1290990, 
python-jaraco.test/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:05:44 UTC (rev 1290991)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-jaraco.test
+pkgver=5.1.0
+pkgrel=2
+pkgdesc="Testing support by jaraco"
+url="https://github.com/jaraco/jaraco.test";
+license=('MIT')
+arch=('any')
+depends=('python-jaraco.collections' 'python-jaraco.context' 
'python-jaraco.functools' 'python-toml'
+ 'python-more-itertools')
+makedepends=('python-setuptools-scm' 'python-wheel' 'python-build' 
'python-installer')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy')
+source=("https://github.com/jaraco/jaraco.test/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('6cd810b8075e622b7a631b3bcca953c6210f2f427ea35f9958f98110fcfb5ef9bd7046ad2909355451208983aa2a25abee29fec829cc18dc94ad491d319e1361')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd jaraco.test-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd jaraco.test-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd jaraco.test-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



[arch-commits] Commit in python-jaraco.test/trunk (PKGBUILD)

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:05:31
  Author: felixonmars
Revision: 1290990

upgpkg: python-jaraco.test 5.1.0-2: disable developer-only tests

Modified:
  python-jaraco.test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 20:05:13 UTC (rev 1290989)
+++ PKGBUILD2022-09-02 20:05:31 UTC (rev 1290990)
@@ -2,7 +2,7 @@
 
 pkgname=python-jaraco.test
 pkgver=5.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Testing support by jaraco"
 url="https://github.com/jaraco/jaraco.test";
 license=('MIT')
@@ -10,9 +10,7 @@
 depends=('python-jaraco.collections' 'python-jaraco.context' 
'python-jaraco.functools' 'python-toml'
  'python-more-itertools')
 makedepends=('python-setuptools-scm' 'python-wheel' 'python-build' 
'python-installer')
-checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 
'python-pytest-cov'
-  'python-pytest-enabler' 'python-pytest-flake8' 
'python-pytest-mypy'
-  'python-pip')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy')
 
source=("https://github.com/jaraco/jaraco.test/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
 
sha512sums=('6cd810b8075e622b7a631b3bcca953c6210f2f427ea35f9958f98110fcfb5ef9bd7046ad2909355451208983aa2a25abee29fec829cc18dc94ad491d319e1361')
 



[arch-commits] Commit in python-jaraco.path/repos/community-any (PKGBUILD PKGBUILD)

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:05:13
  Author: felixonmars
Revision: 1290989

archrelease: copy trunk to community-any

Added:
  python-jaraco.path/repos/community-any/PKGBUILD
(from rev 1290988, python-jaraco.path/trunk/PKGBUILD)
Deleted:
  python-jaraco.path/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:05:00 UTC (rev 1290988)
+++ PKGBUILD2022-09-02 20:05:13 UTC (rev 1290989)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-jaraco.path
-pkgver=3.4.0
-pkgrel=2
-pkgdesc="Miscellaneous path functions"
-url="https://github.com/jaraco/jaraco.path";
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-toml' 'python-wheel')
-checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 
'python-pytest-cov'
-  'python-pytest-enabler' 'python-pytest-flake8' 
'python-pytest-mypy'
-  'python-pip')
-source=("https://github.com/jaraco/jaraco.path/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('a9d9cbb605584764ea7ea97a9c8d51a383cb18866787cc20bd08fb5fb2227ea05d8fbf0754d240821530dc493a80634810df1f8446454d5dcca3980eb6144483')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd jaraco.path-$pkgver
-  python -m build -wn
-}
-
-check() {
-  cd jaraco.path-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd jaraco.path-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-jaraco.path/repos/community-any/PKGBUILD (from rev 1290988, 
python-jaraco.path/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:05:13 UTC (rev 1290989)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-jaraco.path
+pkgver=3.4.0
+pkgrel=3
+pkgdesc="Miscellaneous path functions"
+url="https://github.com/jaraco/jaraco.path";
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy')
+source=("https://github.com/jaraco/jaraco.path/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('a9d9cbb605584764ea7ea97a9c8d51a383cb18866787cc20bd08fb5fb2227ea05d8fbf0754d240821530dc493a80634810df1f8446454d5dcca3980eb6144483')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd jaraco.path-$pkgver
+  python -m build -wn
+}
+
+check() {
+  cd jaraco.path-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd jaraco.path-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



[arch-commits] Commit in python-jaraco.path/trunk (PKGBUILD)

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:05:00
  Author: felixonmars
Revision: 1290988

upgpkg: python-jaraco.path 3.4.0-3: disable developer-only tests

Modified:
  python-jaraco.path/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 20:04:38 UTC (rev 1290987)
+++ PKGBUILD2022-09-02 20:05:00 UTC (rev 1290988)
@@ -2,16 +2,14 @@
 
 pkgname=python-jaraco.path
 pkgver=3.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Miscellaneous path functions"
 url="https://github.com/jaraco/jaraco.path";
 license=('MIT')
 arch=('any')
 depends=('python')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-toml' 'python-wheel')
-checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 
'python-pytest-cov'
-  'python-pytest-enabler' 'python-pytest-flake8' 
'python-pytest-mypy'
-  'python-pip')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy')
 
source=("https://github.com/jaraco/jaraco.path/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
 
sha512sums=('a9d9cbb605584764ea7ea97a9c8d51a383cb18866787cc20bd08fb5fb2227ea05d8fbf0754d240821530dc493a80634810df1f8446454d5dcca3980eb6144483')
 



[arch-commits] Commit in python-jaraco.envs/repos/community-any (PKGBUILD PKGBUILD)

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:04:38
  Author: felixonmars
Revision: 1290987

archrelease: copy trunk to community-any

Added:
  python-jaraco.envs/repos/community-any/PKGBUILD
(from rev 1290986, python-jaraco.envs/trunk/PKGBUILD)
Deleted:
  python-jaraco.envs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:04:24 UTC (rev 1290986)
+++ PKGBUILD2022-09-02 20:04:38 UTC (rev 1290987)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-jaraco.envs
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Classes for orchestrating Python (virtual) environments"
-url="https://github.com/jaraco/jaraco.envs";
-license=('MIT')
-arch=('any')
-depends=('python-path' 'python-virtualenv' 'python-tox')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
-checkdepends=('python-pytest-checkdocs' 'python-pytest-enabler' 
'python-pytest-mypy'
-  'python-pip')
-source=("https://github.com/jaraco/jaraco.envs/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('08610971183227ac92aafdb7dbf92c9045a0ccd20ed451fd36c9c71dc869a86559d75fdfc64de18a1f7a0ebefd66896eef162e9c8482203e75a9b2f0a1f6')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd jaraco.envs-$pkgver
-  python -m build -wn
-}
-
-check() {
-  cd jaraco.envs-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd jaraco.envs-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-jaraco.envs/repos/community-any/PKGBUILD (from rev 1290986, 
python-jaraco.envs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:04:38 UTC (rev 1290987)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-jaraco.envs
+pkgver=2.4.0
+pkgrel=2
+pkgdesc="Classes for orchestrating Python (virtual) environments"
+url="https://github.com/jaraco/jaraco.envs";
+license=('MIT')
+arch=('any')
+depends=('python-path' 'python-virtualenv' 'python-tox')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy')
+source=("https://github.com/jaraco/jaraco.envs/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('08610971183227ac92aafdb7dbf92c9045a0ccd20ed451fd36c9c71dc869a86559d75fdfc64de18a1f7a0ebefd66896eef162e9c8482203e75a9b2f0a1f6')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd jaraco.envs-$pkgver
+  python -m build -wn
+}
+
+check() {
+  cd jaraco.envs-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd jaraco.envs-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



[arch-commits] Commit in python-jaraco.envs/trunk (PKGBUILD)

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:04:24
  Author: felixonmars
Revision: 1290986

upgpkg: python-jaraco.envs 2.4.0-2: disable developer-only tests

Modified:
  python-jaraco.envs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 20:03:32 UTC (rev 1290985)
+++ PKGBUILD2022-09-02 20:04:24 UTC (rev 1290986)
@@ -2,7 +2,7 @@
 
 pkgname=python-jaraco.envs
 pkgver=2.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Classes for orchestrating Python (virtual) environments"
 url="https://github.com/jaraco/jaraco.envs";
 license=('MIT')
@@ -9,8 +9,7 @@
 arch=('any')
 depends=('python-path' 'python-virtualenv' 'python-tox')
 makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
-checkdepends=('python-pytest-checkdocs' 'python-pytest-enabler' 
'python-pytest-mypy'
-  'python-pip')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy')
 
source=("https://github.com/jaraco/jaraco.envs/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
 
sha512sums=('08610971183227ac92aafdb7dbf92c9045a0ccd20ed451fd36c9c71dc869a86559d75fdfc64de18a1f7a0ebefd66896eef162e9c8482203e75a9b2f0a1f6')
 



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

2022-09-02 Thread David Runge via arch-commits
Date: Friday, September 2, 2022 @ 20:03:32
  Author: dvzrv
Revision: 1290985

archrelease: copy trunk to community-x86_64

Added:
  suil/repos/community-x86_64/PKGBUILD
(from rev 1290984, suil/trunk/PKGBUILD)
  suil/repos/community-x86_64/keys/
  suil/repos/community-x86_64/suil-0.10.16-fix_gtk_linking.patch
(from rev 1290984, suil/trunk/suil-0.10.16-fix_gtk_linking.patch)
Deleted:
  suil/repos/community-x86_64/PKGBUILD
  suil/repos/community-x86_64/keys/

+
 PKGBUILD   |  146 ++-
 suil-0.10.16-fix_gtk_linking.patch |   57 +
 2 files changed, 135 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:03:22 UTC (rev 1290984)
+++ PKGBUILD2022-09-02 20:03:32 UTC (rev 1290985)
@@ -1,68 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: speps 
-
-pkgbase=suil
-pkgname=(suil suil-docs)
-pkgver=0.10.16
-pkgrel=2
-pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
-arch=(x86_64)
-url="https://drobilla.net/software/suil.html";
-license=(ISC)
-makedepends=(doxygen gtk2 gtk3 lv2 meson python-sphinx python-sphinx-lv2-theme 
qt5-base qt5-x11extras)
-options=(debug)
-source=(https://download.drobilla.net/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('9b1dac07b017934a93f70d514ec477785683e7ed5949b62a2c4ad139c1e84265399f54d3140dcf0e542d20a0919286aacb52103c91e2f6fc7ebd707db2d98ac4'
-'SKIP')
-b2sums=('614217013b39215f4b6d9414451a55fbca42dd038c6bc961d3769660707bf2da45432c97628edef8dacb8630437bcb304d10616ced2fd9cf9a6a4d094f196f6c'
-'SKIP')
-validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard 

-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-build() {
-  arch-meson $pkgname-$pkgver build -D cocoa=disabled
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package_suil() {
-  depends=(gcc-libs glibc)
-  optdepends=(
-'glib2: support for wrapping X11 and Qt5 in GTK3 and GTK2'
-'gtk2: support for wrapping X11 and Qt5 in GTK2 and GTK2 in Qt5'
-'gtk3: support for wrapping X11 and Qt5 in GTK3'
-'libx11: support for wrapping X11 directly and in GTK3 and GTK2'
-'qt5-base: support for wrapping X11 in Qt5 and Qt5 in GTK3 and GTK2'
-'qt5-x11extras: support for wrapping X11 in Qt5'
-  )
-  provides=(libsuil-0.so)
-
-  meson install -C build --destdir "$pkgdir"
-  (
-cd "$pkgdir"
-_pick $pkgname-docs usr/share/doc
-  )
-  install -vDm 644 $pkgname-$pkgver/COPYING -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-  install -vDm 644 $pkgname-$pkgver/{AUTHORS,NEWS,PACKAGING,README.md} -t 
"$pkgdir/usr/share/doc/$pkgname/"
-}
-
-package_suil-docs() {
-  pkgdesc+=" - documentation"
-
-  mv -v $pkgname/* "$pkgdir"
-  mv -v "$pkgdir/usr/share/doc/$pkgbase"{-0,}
-  find "$pkgdir" -type f -iname "*.buildinfo" -delete
-}

Copied: suil/repos/community-x86_64/PKGBUILD (from rev 1290984, 
suil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:03:32 UTC (rev 1290985)
@@ -0,0 +1,78 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: speps 
+
+pkgbase=suil
+pkgname=(suil suil-docs)
+pkgver=0.10.16
+pkgrel=3
+pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
+arch=(x86_64)
+url="https://drobilla.net/software/suil.html";
+license=(ISC)
+makedepends=(doxygen gtk2 gtk3 lv2 meson python-sphinx python-sphinx-lv2-theme 
qt5-base qt5-x11extras)
+options=(debug)
+source=(
+  https://download.drobilla.net/$pkgname-$pkgver.tar.xz{,.sig}
+  $pkgbase-0.10.16-fix_gtk_linking.patch
+)
+sha512sums=('9b1dac07b017934a93f70d514ec477785683e7ed5949b62a2c4ad139c1e84265399f54d3140dcf0e542d20a0919286aacb52103c91e2f6fc7ebd707db2d98ac4'
+'SKIP'
+
'79fbfe748714c430026d499bf9e7f46cc686e52dcb325d9a9c04206ad0324f7100453a54f7b5ca9eb2562aa0f36215666077346775ef3db8dbe88c361dc2fedf')
+b2sums=('614217013b39215f4b6d9414451a55fbca42dd038c6bc961d3769660707bf2da45432c97628edef8dacb8630437bcb304d10616ced2fd9cf9a6a4d094f196f6c'
+'SKIP'
+
'e9d70fc61783acaf40670ce37ab68c57e244dd570ca1e2b9949f301eb31ad0203530f7e5230bc9904d58cde54bd86413052cd0fe2a24f3f68b70004cebf04f34')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard 

+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+prepare() {
+  # fix issues with opening lv2 plugins multiple times: 
https://gitlab.com/lv2/suil/-/issues/7
+  patch -Np1 -d $pkgname-$pkgver -i .

[arch-commits] Commit in python-jaraco.collections/repos/community-any (2 files)

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:03:22
  Author: felixonmars
Revision: 1290984

archrelease: copy trunk to community-any

Added:
  python-jaraco.collections/repos/community-any/PKGBUILD
(from rev 1290983, python-jaraco.collections/trunk/PKGBUILD)
Deleted:
  python-jaraco.collections/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:03:09 UTC (rev 1290983)
+++ PKGBUILD2022-09-02 20:03:22 UTC (rev 1290984)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Chih-Hsuan Yen 
-# Contributor: Kyle Keen 
-
-pkgname=python-jaraco.collections
-pkgver=3.5.1
-pkgrel=2
-pkgdesc="Models and classes to supplement the stdlib 'collections' module."
-arch=('any')
-url='https://github.com/jaraco/jaraco.collections'
-license=('MIT')
-depends=('python-jaraco.text' 'python-jaraco.classes')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
-checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 
'python-pytest-cov'
-  'python-pytest-enabler' 'python-pytest-flake8' 
'python-pytest-mypy'
-  'python-pip')
-conflicts=('python-jaraco')
-replaces=('python-jaraco')
-source=("https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-$pkgver.tar.gz";)
-sha512sums=('2918be537296ca81e5f78a3966a47451dc9dc2d233d997c3f01461c489b44051c497dab55496f85883ac1b91a28850a9d77ff154a3f5e074da1ed07f3259c246')
-
-build() {
-  cd jaraco.collections-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd jaraco.collections-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd jaraco.collections-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-jaraco.collections/repos/community-any/PKGBUILD (from rev 
1290983, python-jaraco.collections/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 20:03:22 UTC (rev 1290984)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Chih-Hsuan Yen 
+# Contributor: Kyle Keen 
+
+pkgname=python-jaraco.collections
+pkgver=3.5.1
+pkgrel=3
+pkgdesc="Models and classes to supplement the stdlib 'collections' module."
+arch=('any')
+url='https://github.com/jaraco/jaraco.collections'
+license=('MIT')
+depends=('python-jaraco.text' 'python-jaraco.classes')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy')
+conflicts=('python-jaraco')
+replaces=('python-jaraco')
+source=("https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-$pkgver.tar.gz";)
+sha512sums=('2918be537296ca81e5f78a3966a47451dc9dc2d233d997c3f01461c489b44051c497dab55496f85883ac1b91a28850a9d77ff154a3f5e074da1ed07f3259c246')
+
+build() {
+  cd jaraco.collections-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd jaraco.collections-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd jaraco.collections-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in python-jaraco.collections/trunk (PKGBUILD)

2022-09-02 Thread Felix Yan via arch-commits
Date: Friday, September 2, 2022 @ 20:03:09
  Author: felixonmars
Revision: 1290983

upgpkg: python-jaraco.collections 3.5.1-3: disable developer-only tests

Modified:
  python-jaraco.collections/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 20:02:58 UTC (rev 1290982)
+++ PKGBUILD2022-09-02 20:03:09 UTC (rev 1290983)
@@ -4,7 +4,7 @@
 
 pkgname=python-jaraco.collections
 pkgver=3.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Models and classes to supplement the stdlib 'collections' module."
 arch=('any')
 url='https://github.com/jaraco/jaraco.collections'
@@ -11,9 +11,7 @@
 license=('MIT')
 depends=('python-jaraco.text' 'python-jaraco.classes')
 makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
-checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 
'python-pytest-cov'
-  'python-pytest-enabler' 'python-pytest-flake8' 
'python-pytest-mypy'
-  'python-pip')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy')
 conflicts=('python-jaraco')
 replaces=('python-jaraco')
 
source=("https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-$pkgver.tar.gz";)
@@ -32,7 +30,7 @@
 package() {
   cd jaraco.collections-$pkgver
   python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }
 
 # vim:set ts=2 sw=2 et:



  1   2   3   4   5   >