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

2022-03-28 Thread Bruno Pagani via arch-commits
Date: Monday, March 28, 2022 @ 21:20:04
  Author: archange
Revision: 1177417

archrelease: copy trunk to community-x86_64

Added:
  apache-orc/repos/community-x86_64/PKGBUILD
(from rev 1177416, apache-orc/trunk/PKGBUILD)
Deleted:
  apache-orc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 21:19:36 UTC (rev 1177416)
+++ PKGBUILD2022-03-28 21:20:04 UTC (rev 1177417)
@@ -1,50 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Guillaume Horel 
-
-_pkg=orc
-pkgname=apache-${_pkg}
-pkgver=1.7.1
-pkgrel=2
-pkgdesc="Columnar storage for Hadoop workloads."
-arch=(x86_64)
-url="https://orc.apache.org;
-license=(Apache)
-depends=(lz4 protobuf snappy zlib zstd)
-makedepends=(cmake)
-checkdepends=(gtest)
-options=(staticlibs)
-source=(https://downloads.apache.org/${_pkg}/${_pkg}-${pkgver}/${_pkg}-${pkgver}.tar.gz{,.asc})
-sha256sums=(65d71e571238cbcb7c3cbb9a10f7ad988f452d17c58479154be3b9d6ec27d005 
SKIP)
-validpgpkeys=(F28C9C925C188C35E345614DEDA00CE834F0FC5C) # Dongjoon Hyun (CODE 
SIGNING KEY) 
-
-prepare(){
-  cd ${_pkg}-${pkgver}
-  sed -i "s|ByteSize|ByteSizeLong|g" c++/test/CreateTestFiles.cc
-  sed -i "s|ByteSize|ByteSizeLong|g" c++/test/TestBufferedOutputStream.cc 
-}
-
-build(){
-  cmake -B build -S ${_pkg}-${pkgver} \
--DCMAKE_CXX_FLAGS="${CXXFLAGS} -fPIC" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DLZ4_HOME="/usr" \
--DPROTOBUF_HOME="/usr" \
--DSNAPPY_HOME="/usr" \
--DZLIB_HOME="/usr" \
--DZSTD_HOME="/usr" \
--DORC_PREFER_STATIC_ZLIB=OFF \
--DBUILD_LIBHDFSPP=OFF \
--DBUILD_JAVA=OFF \
--DINSTALL_VENDORED_LIBS=OFF
-  make -C build
-}
-
-check(){
-  # TestDecompression.testLzoLong is failing
-  make -C build test-out || echo "Warning: Tests failed"
-}
-
-package(){
-  make DESTDIR="${pkgdir}" -C build install
-}

Copied: apache-orc/repos/community-x86_64/PKGBUILD (from rev 1177416, 
apache-orc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 21:20:04 UTC (rev 1177417)
@@ -0,0 +1,51 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Guillaume Horel 
+
+_pkg=orc
+pkgname=apache-${_pkg}
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="Columnar storage for Hadoop workloads."
+arch=(x86_64)
+url="https://orc.apache.org;
+license=(Apache)
+depends=(lz4 protobuf snappy zlib zstd)
+makedepends=(cmake)
+checkdepends=(gtest)
+options=(staticlibs)
+source=(https://archive.apache.org/dist/${_pkg}/${_pkg}-${pkgver}/${_pkg}-${pkgver}.tar.gz{,.asc}
+
${pkgname}-fix-ByteSize-Long.patch::https://github.com/apache/orc/commit/ffbd34115322cf3e0eb6963002c540ea449362d2.patch)
+sha256sums=(535c4d7588172e85b8fc941cd0575d67f2155a55e4cd65d87d5b194b0bb28a31 
SKIP
+cab14490e0cf8f229bb22b3d4269899a9c2522bcedba5878008b191d3b20)
+validpgpkeys=(F28C9C925C188C35E345614DEDA00CE834F0FC5C) # Dongjoon Hyun (CODE 
SIGNING KEY) 
+
+prepare(){
+  cd ${_pkg}-${pkgver}
+  patch -p1 < ../${pkgname}-fix-ByteSize-Long.patch
+}
+
+build(){
+  cmake -B build -S ${_pkg}-${pkgver} \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS} -fPIC -ffat-lto-objects" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX="/usr" \
+-DLZ4_HOME="/usr" \
+-DPROTOBUF_HOME="/usr" \
+-DSNAPPY_HOME="/usr" \
+-DZLIB_HOME="/usr" \
+-DZSTD_HOME="/usr" \
+-DORC_PREFER_STATIC_ZLIB=OFF \
+-DBUILD_LIBHDFSPP=OFF \
+-DBUILD_JAVA=OFF \
+-DINSTALL_VENDORED_LIBS=OFF
+  make -C build
+}
+
+check(){
+  # Some tests failures https://github.com/apache/orc/issues/1068
+  make -C build test-out || echo "Warning: Tests failed"
+}
+
+package(){
+  make DESTDIR="${pkgdir}" -C build install
+}



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

2022-03-28 Thread Bruno Pagani via arch-commits
Date: Monday, March 28, 2022 @ 21:19:36
  Author: archange
Revision: 1177416

upgpkg: apache-orc 1.7.3-1

They are the same tests failures on 1.7.1, so not exactly an upstream
regression.

Modified:
  apache-orc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 21:16:06 UTC (rev 1177415)
+++ PKGBUILD2022-03-28 21:19:36 UTC (rev 1177416)
@@ -3,8 +3,8 @@
 
 _pkg=orc
 pkgname=apache-${_pkg}
-pkgver=1.7.1
-pkgrel=2
+pkgver=1.7.3
+pkgrel=1
 pkgdesc="Columnar storage for Hadoop workloads."
 arch=(x86_64)
 url="https://orc.apache.org;
@@ -13,19 +13,20 @@
 makedepends=(cmake)
 checkdepends=(gtest)
 options=(staticlibs)
-source=(https://downloads.apache.org/${_pkg}/${_pkg}-${pkgver}/${_pkg}-${pkgver}.tar.gz{,.asc})
-sha256sums=(65d71e571238cbcb7c3cbb9a10f7ad988f452d17c58479154be3b9d6ec27d005 
SKIP)
+source=(https://archive.apache.org/dist/${_pkg}/${_pkg}-${pkgver}/${_pkg}-${pkgver}.tar.gz{,.asc}
+
${pkgname}-fix-ByteSize-Long.patch::https://github.com/apache/orc/commit/ffbd34115322cf3e0eb6963002c540ea449362d2.patch)
+sha256sums=(535c4d7588172e85b8fc941cd0575d67f2155a55e4cd65d87d5b194b0bb28a31 
SKIP
+cab14490e0cf8f229bb22b3d4269899a9c2522bcedba5878008b191d3b20)
 validpgpkeys=(F28C9C925C188C35E345614DEDA00CE834F0FC5C) # Dongjoon Hyun (CODE 
SIGNING KEY) 
 
 prepare(){
   cd ${_pkg}-${pkgver}
-  sed -i "s|ByteSize|ByteSizeLong|g" c++/test/CreateTestFiles.cc
-  sed -i "s|ByteSize|ByteSizeLong|g" c++/test/TestBufferedOutputStream.cc 
+  patch -p1 < ../${pkgname}-fix-ByteSize-Long.patch
 }
 
 build(){
   cmake -B build -S ${_pkg}-${pkgver} \
--DCMAKE_CXX_FLAGS="${CXXFLAGS} -fPIC" \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS} -fPIC -ffat-lto-objects" \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX="/usr" \
 -DLZ4_HOME="/usr" \
@@ -41,7 +42,7 @@
 }
 
 check(){
-  # TestDecompression.testLzoLong is failing
+  # Some tests failures https://github.com/apache/orc/issues/1068
   make -C build test-out || echo "Warning: Tests failed"
 }
 



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

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 21:16:06
  Author: arojas
Revision: 1177415

Update to 2.12.0

Modified:
  python-jupyterlab_server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 21:13:17 UTC (rev 1177414)
+++ PKGBUILD2022-03-28 21:16:06 UTC (rev 1177415)
@@ -3,7 +3,7 @@
 
 _pipname=jupyterlab_server
 pkgname=python-$_pipname
-pkgver=2.11.2
+pkgver=2.12.0
 pkgrel=1
 pkgdesc='Launch an application built using JupyterLab'
 arch=(any)
@@ -14,7 +14,7 @@
 conflicts=(jupyterlab_server)
 replaces=(jupyterlab_server)
 source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('5d8dc70f6803dc48efb69fb43e3cd2f8c6aad4ba011670318e5efd26c7487bb9')
+sha256sums=('00e0f4b4c399f55938323ea10cf92d915288fe12753e35d1069f6ca08b72abbf')
 
 build() {
   cd $_pipname-$pkgver



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

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 21:13:17
  Author: arojas
Revision: 1177414

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 21:12:03 UTC (rev 1177413)
+++ PKGBUILD2022-03-28 21:13:17 UTC (rev 1177414)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pipname=jupyter_packaging
-pkgname=python-jupyter_packaging
-pkgver=0.12.0
-pkgrel=2
-pkgdesc='Jupyter Packaging Utilities'
-arch=(any)
-url='https://jupyter.org/'
-license=(custom)
-depends=(python-packaging python-deprecation python-wheel python-tomlkit)
-makedepends=(python-build python-installer python-setuptools)
-checkdepends=(python-pytest-mock)
-source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz
-https://github.com/jupyter/jupyter-packaging/commit/a3b4c9b9.patch)
-sha256sums=('b27455d60adc93a7baa2e0b8f386be81b932bb4e3c0116046df9ed230cd3faac'
-'281f1b6a727835673d7f812991f98a2cb399fae9b79730ac428724ef09fceb75')
-
-prepare() {
-  patch -d $_pipname-$pkgver -p1 < a3b4c9b9.patch # Don't install tests in 
site-packages
-}
-
-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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-jupyter_packaging/repos/community-any/PKGBUILD (from rev 
1177413, python-jupyter_packaging/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 21:13:17 UTC (rev 1177414)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+
+_pipname=jupyter_packaging
+pkgname=python-jupyter_packaging
+pkgver=0.12.0
+pkgrel=3
+pkgdesc='Jupyter Packaging Utilities'
+arch=(any)
+url='https://jupyter.org/'
+license=(custom)
+depends=(python-packaging python-deprecation python-wheel python-tomlkit)
+makedepends=(python-build python-installer python-setuptools)
+checkdepends=(python-pytest-mock)
+source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz
+https://github.com/jupyter/jupyter-packaging/commit/a3b4c9b9.patch)
+sha256sums=('b27455d60adc93a7baa2e0b8f386be81b932bb4e3c0116046df9ed230cd3faac'
+'281f1b6a727835673d7f812991f98a2cb399fae9b79730ac428724ef09fceb75')
+
+prepare() {
+  patch -d $_pipname-$pkgver -p1 < a3b4c9b9.patch # Don't install tests in 
site-packages
+  sed -e 's|setuptools.*|setuptools|' -i $_pipname-$pkgver/setup.cfg # Remove 
version constraint
+}
+
+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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 21:12:03
  Author: arojas
Revision: 1177413

Remove setuptools version constraint

Modified:
  python-jupyter_packaging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 21:10:18 UTC (rev 1177412)
+++ PKGBUILD2022-03-28 21:12:03 UTC (rev 1177413)
@@ -3,7 +3,7 @@
 _pipname=jupyter_packaging
 pkgname=python-jupyter_packaging
 pkgver=0.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Jupyter Packaging Utilities'
 arch=(any)
 url='https://jupyter.org/'
@@ -18,6 +18,7 @@
 
 prepare() {
   patch -d $_pipname-$pkgver -p1 < a3b4c9b9.patch # Don't install tests in 
site-packages
+  sed -e 's|setuptools.*|setuptools|' -i $_pipname-$pkgver/setup.cfg # Remove 
version constraint
 }
 
 build() {



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

2022-03-28 Thread Caleb Maclennan via arch-commits
Date: Monday, March 28, 2022 @ 21:10:18
  Author: alerque
Revision: 1177412

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 21:10:03 UTC (rev 1177411)
+++ PKGBUILD2022-03-28 21:10:18 UTC (rev 1177412)
@@ -1,48 +0,0 @@
-# Maintainer: kpcyrd 
-# Maintainer: Caleb Maclennan 
-# Maintainer: Orhun Parmaksız 
-
-pkgname=cargo-edit
-pkgver=0.8.0
-pkgrel=5
-pkgdesc='Managing cargo dependencies from the command line'
-url='https://github.com/killercup/cargo-edit/releases'
-arch=('x86_64')
-license=('MIT' 'APACHE')
-depends=('cargo' 'libgit2.so')
-options=('debug')
-source=(https://github.com/killercup/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('6594869358da51353bbde155a54285f8a64567aeea0381ab1b16adf4ae0cc7f325c35ef2451dd8b452767b7833c251d276d014d5b1932bd36c18139ba1b58e68')
-b2sums=('5864ade34a747bfd1bca44cfa030be863632400f329894d569e5178bc503f647a1d698a0caf61e19175b8077bc771931d37f171d2974f92325e6d3139202cb1f')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  CFLAGS+=' -ffat-lto-objects'
-  cargo build --frozen --release
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  # tests depend on target/debug/
-  cargo test --frozen
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 \
-target/release/cargo-add \
-target/release/cargo-rm \
-target/release/cargo-upgrade \
-target/release/cargo-set-version \
--t "${pkgdir}/usr/bin"
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-edit/repos/community-x86_64/PKGBUILD (from rev 1177411, 
cargo-edit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 21:10:18 UTC (rev 1177412)
@@ -0,0 +1,48 @@
+# Maintainer: kpcyrd 
+# Maintainer: Caleb Maclennan 
+# Maintainer: Orhun Parmaksız 
+
+pkgname=cargo-edit
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Managing cargo dependencies from the command line'
+url='https://github.com/killercup/cargo-edit/releases'
+arch=('x86_64')
+license=('MIT' 'APACHE')
+depends=('cargo' 'libgit2.so')
+options=('debug')
+source=(https://github.com/killercup/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('45422d3a3393cb3a1ebbc155543c3ede5a5aa37c49361ee4cc57b404374381b8a5527383dc4c91ed501894b1410decff254d9e471ae21ad06209c5269831fed9')
+b2sums=('eeb1a179ea361444551d9f618076704bbc5b0cca188fe7a48fac3df9f98246ae2b88a9ef08775b60064953f42fb7a82341809a6414034d4b064fdc333e4ee591')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS+=' -ffat-lto-objects'
+  cargo build --frozen --release
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  # tests depend on target/debug/
+  cargo test --frozen
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 \
+target/release/cargo-add \
+target/release/cargo-rm \
+target/release/cargo-upgrade \
+target/release/cargo-set-version \
+-t "${pkgdir}/usr/bin"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-03-28 Thread Caleb Maclennan via arch-commits
Date: Monday, March 28, 2022 @ 21:10:03
  Author: alerque
Revision: 1177411

upgpkg: cargo-edit 0.9.0-1

Modified:
  cargo-edit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 20:58:39 UTC (rev 1177410)
+++ PKGBUILD2022-03-28 21:10:03 UTC (rev 1177411)
@@ -3,8 +3,8 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=cargo-edit
-pkgver=0.8.0
-pkgrel=5
+pkgver=0.9.0
+pkgrel=1
 pkgdesc='Managing cargo dependencies from the command line'
 url='https://github.com/killercup/cargo-edit/releases'
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=('cargo' 'libgit2.so')
 options=('debug')
 
source=(https://github.com/killercup/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('6594869358da51353bbde155a54285f8a64567aeea0381ab1b16adf4ae0cc7f325c35ef2451dd8b452767b7833c251d276d014d5b1932bd36c18139ba1b58e68')
-b2sums=('5864ade34a747bfd1bca44cfa030be863632400f329894d569e5178bc503f647a1d698a0caf61e19175b8077bc771931d37f171d2974f92325e6d3139202cb1f')
+sha512sums=('45422d3a3393cb3a1ebbc155543c3ede5a5aa37c49361ee4cc57b404374381b8a5527383dc4c91ed501894b1410decff254d9e471ae21ad06209c5269831fed9')
+b2sums=('eeb1a179ea361444551d9f618076704bbc5b0cca188fe7a48fac3df9f98246ae2b88a9ef08775b60064953f42fb7a82341809a6414034d4b064fdc333e4ee591')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



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

2022-03-28 Thread Orhun Parmaksiz via arch-commits
Date: Monday, March 28, 2022 @ 20:58:39
  Author: orhun
Revision: 1177410

archrelease: copy trunk to community-x86_64

Added:
  dart/repos/community-x86_64/PKGBUILD
(from rev 1177409, dart/trunk/PKGBUILD)
Deleted:
  dart/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 20:58:30 UTC (rev 1177409)
+++ PKGBUILD2022-03-28 20:58:39 UTC (rev 1177410)
@@ -1,59 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Maintainer: Orhun Parmaksız 
-# Contributor: T. Jameson Little 
-# Contributor: Usagi Ito 
-# Contributor: siasia 
-# Contributor: Julien Nicoulaud 
-
-pkgname=dart
-pkgver=2.16.1
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64')
-url='https://www.dartlang.org/'
-depends=('bash')
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/$pkgver/sdk/dartsdk-linux-x64-release.zip;)
-sha512sums=('28583acfd2214aebd9a73faf4a13e67cfdd35d66a201be7c0dab1753bbd26d9e95fe5d41662cc51dd83e02f56bbc5d4889772076b9a6b8692ba156d761080c1b')
-
-prepare() {
-  # Fix permissions
-  find "$pkgname-sdk" -type d -exec chmod a+rx '{}' + \
--or -type f -exec chmod a+r '{}' +
-
-  cd "$pkgname-sdk/bin"
-
-  # Configure paths
-  for _f in dart2js dartanalyzer pub dartdevc dartdoc; do
-setconf $_f BIN_DIR "/opt/$pkgname-sdk/bin"
-setconf $_f PROG_NAME "/opt/$pkgname-sdk/bin/$_f"
-setconf $_f SDK_DIR "/opt/$pkgname-sdk/"
-  done
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 "../include/dart_api.h" > ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname"}}
-
-  # Package the files
-  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer pub dartdevc dartdoc dartaotruntime; do
-ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
-  done
-
-  # Package documentation
-  install -Dm644 "$pkgdir/opt/$pkgname-sdk/README" -t 
"$pkgdir/usr/share/doc/$pkgname"
-
-  # BSD License
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-x86_64/PKGBUILD (from rev 1177409, 
dart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 20:58:39 UTC (rev 1177410)
@@ -0,0 +1,59 @@
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Maintainer: Orhun Parmaksız 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=2.16.2
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64')
+url='https://www.dartlang.org/'
+depends=('bash')
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/$pkgver/sdk/dartsdk-linux-x64-release.zip;)
+sha512sums=('fa292a5d2a912b1e5b66e8154d7553f5581312f7785e7ab8e035ebc7908afd282f85b69a2a9be4ae00f55db73d6e6e5ba3260df0216f957441d1b8164652cb39')
+
+prepare() {
+  # Fix permissions
+  find "$pkgname-sdk" -type d -exec chmod a+rx '{}' + \
+-or -type f -exec chmod a+r '{}' +
+
+  cd "$pkgname-sdk/bin"
+
+  # Configure paths
+  for _f in dart2js dartanalyzer pub dartdevc dartdoc; do
+setconf $_f BIN_DIR "/opt/$pkgname-sdk/bin"
+setconf $_f PROG_NAME "/opt/$pkgname-sdk/bin/$_f"
+setconf $_f SDK_DIR "/opt/$pkgname-sdk/"
+  done
+
+  # Extract license (AUTHORS and LICENSE files are missing)
+  head -n5 "../include/dart_api.h" > ../../LICENSE
+}
+
+package() {
+  # Create directories
+  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname"}}
+
+  # Package the files
+  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
+
+  # Set up symbolic links for the executables
+  for f in dart dart2js dartanalyzer pub dartdevc dartdoc dartaotruntime; do
+ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
+  done
+
+  # Package documentation
+  install -Dm644 "$pkgdir/opt/$pkgname-sdk/README" -t 
"$pkgdir/usr/share/doc/$pkgname"
+
+  # BSD License
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-03-28 Thread Orhun Parmaksiz via arch-commits
Date: Monday, March 28, 2022 @ 20:58:30
  Author: orhun
Revision: 1177409

upgpkg: dart 2.16.2-1: upstream release

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 20:52:41 UTC (rev 1177408)
+++ PKGBUILD2022-03-28 20:58:30 UTC (rev 1177409)
@@ -7,7 +7,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=2.16.1
+pkgver=2.16.2
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 makedepends=('setconf')
 options=('!strip')
 
source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/$pkgver/sdk/dartsdk-linux-x64-release.zip;)
-sha512sums=('28583acfd2214aebd9a73faf4a13e67cfdd35d66a201be7c0dab1753bbd26d9e95fe5d41662cc51dd83e02f56bbc5d4889772076b9a6b8692ba156d761080c1b')
+sha512sums=('fa292a5d2a912b1e5b66e8154d7553f5581312f7785e7ab8e035ebc7908afd282f85b69a2a9be4ae00f55db73d6e6e5ba3260df0216f957441d1b8164652cb39')
 
 prepare() {
   # Fix permissions



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

2022-03-28 Thread Orhun Parmaksiz via arch-commits
Date: Monday, March 28, 2022 @ 20:52:41
  Author: orhun
Revision: 1177408

archrelease: copy trunk to community-x86_64

Added:
  rathole/repos/community-x86_64/PKGBUILD
(from rev 1177407, rathole/trunk/PKGBUILD)
Deleted:
  rathole/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 20:52:30 UTC (rev 1177407)
+++ PKGBUILD2022-03-28 20:52:41 UTC (rev 1177408)
@@ -1,39 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=rathole
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="A reverse proxy for NAT traversal"
-arch=('x86_64')
-url="https://github.com/rapiz1/rathole;
-license=('Apache')
-depends=('gcc-libs' 'openssl')
-makedepends=('cargo' 'libgit2')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('808c44a1390b452e62cb63f5f33583c66c9eb465b404aafae88f1d49ee64ee6c')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  for svc in "${pkgname}@.service" "${pkgname}c@.service" 
"${pkgname}s@.service"; do
-install -Dm 644 "examples/systemd/$svc" -t 
"$pkgdir/usr/lib/systemd/system/"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rathole/repos/community-x86_64/PKGBUILD (from rev 1177407, 
rathole/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 20:52:41 UTC (rev 1177408)
@@ -0,0 +1,39 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=rathole
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A reverse proxy for NAT traversal"
+arch=('x86_64')
+url="https://github.com/rapiz1/rathole;
+license=('Apache')
+depends=('gcc-libs' 'openssl')
+makedepends=('cargo' 'libgit2')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('0d821cf5b2c845e4913e17ecbcb5678309920de711fd3856dc272982348a9840')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  for svc in "${pkgname}@.service" "${pkgname}c@.service" 
"${pkgname}s@.service"; do
+install -Dm 644 "examples/systemd/$svc" -t 
"$pkgdir/usr/lib/systemd/system/"
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-03-28 Thread Orhun Parmaksiz via arch-commits
Date: Monday, March 28, 2022 @ 20:52:30
  Author: orhun
Revision: 1177407

upgpkg: rathole 0.4.1-1: upstream release

Modified:
  rathole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 20:36:38 UTC (rev 1177406)
+++ PKGBUILD2022-03-28 20:52:30 UTC (rev 1177407)
@@ -1,8 +1,8 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=rathole
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="A reverse proxy for NAT traversal"
 arch=('x86_64')
 url="https://github.com/rapiz1/rathole;
@@ -10,7 +10,7 @@
 depends=('gcc-libs' 'openssl')
 makedepends=('cargo' 'libgit2')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('808c44a1390b452e62cb63f5f33583c66c9eb465b404aafae88f1d49ee64ee6c')
+sha256sums=('0d821cf5b2c845e4913e17ecbcb5678309920de711fd3856dc272982348a9840')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2022-03-28 Thread Jan Steffens via arch-commits
Date: Monday, March 28, 2022 @ 20:47:17
  Author: heftig
Revision: 440819

archrelease: copy trunk to extra-x86_64

Added:
  gnome-builder/repos/extra-x86_64/PKGBUILD
(from rev 440818, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/extra-x86_64/libportal-0.5.diff
(from rev 440818, gnome-builder/trunk/libportal-0.5.diff)
Deleted:
  gnome-builder/repos/extra-x86_64/PKGBUILD
  gnome-builder/repos/extra-x86_64/libportal-0.5.diff

+
 PKGBUILD   |  153 +--
 libportal-0.5.diff |  104 +-
 2 files changed, 127 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 20:47:07 UTC (rev 440818)
+++ PKGBUILD2022-03-28 20:47:17 UTC (rev 440819)
@@ -1,78 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gnome-builder
-pkgname=(gnome-builder gnome-builder-libide-docs)
-pkgver=41.3
-pkgrel=4
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject sysprof
- desktop-file-utils ctags libpeas vte3 vala autoconf-archive
- gspell libdazzle template-glib jsonrpc-glib python-sphinx webkit2gtk
- glade python-lxml meson libportal-gtk3 cmark)
-makedepends=(llvm gobject-introspection gi-docgen yelp-tools appstream-glib git
- mm-common python-sphinx_rtd_theme clang jedi-language-server
- flatpak-builder)
-checkdepends=(xorg-server-xvfb)
-_commit=21c097851240dc1242e9fbd819e7d9acf6e6af9c  # tags/41.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;
-libportal-0.5.diff)
-sha256sums=('SKIP'
-'350dd0e5b8dc4d7ecdf3284e91983fe8d890ab453df6c5b218af8a6b6e7e7280')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^GNOME_BUILDER_//;s/[^-]*-g/r&/;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  # libportal 0.5
-  git apply -3 ../libportal-0.5.diff
-}
-
-build() {
-  arch-meson $pkgbase build \
--D docs=true \
--D help=true
-  meson compile -C build
-}
-
-check() {
-  dbus-run-session xvfb-run -s '-nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-_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
-}
-
-package_gnome-builder() {
-  depends+=(libgladeui-2.so)
-  optdepends=('gnome-code-assistance: Legacy assistance services'
-  'clang: C/C++ code assistance'
-  'jedi-language-server: Python code assistance'
-  'flatpak-builder: Build Flatpaks')
-  groups=(gnome-extra)
-
-  meson install -C build --destdir "$pkgdir"
-
-  _pick libide-docs "$pkgdir"/usr/share/doc/libide
-}
-
-package_gnome-builder-libide-docs() {
-  pkgdesc+=" (libide API documentation)"
-  depends=()
-  mv libide-docs/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: gnome-builder/repos/extra-x86_64/PKGBUILD (from rev 440818, 
gnome-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 20:47:17 UTC (rev 440819)
@@ -0,0 +1,75 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=gnome-builder
+pkgname=(gnome-builder gnome-builder-libide-docs)
+pkgver=41.3
+pkgrel=5
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject sysprof
+ desktop-file-utils ctags libpeas vte3 vala autoconf-archive
+ gspell libdazzle template-glib jsonrpc-glib python-sphinx webkit2gtk
+ glade python-lxml meson libportal-gtk3 cmark clang flatpak-builder)
+makedepends=(llvm gobject-introspection gi-docgen yelp-tools appstream-glib git
+ mm-common python-sphinx_rtd_theme jedi-language-server)
+checkdepends=(xorg-server-xvfb)
+_commit=21c097851240dc1242e9fbd819e7d9acf6e6af9c  # tags/41.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;
+libportal-0.5.diff)
+sha256sums=('SKIP'
+'350dd0e5b8dc4d7ecdf3284e91983fe8d890ab453df6c5b218af8a6b6e7e7280')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/[^-]*-g/r&/;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  # libportal 0.5
+  git apply -3 ../libportal-0.5.diff
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D help=true
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run -s '-nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"

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

2022-03-28 Thread Jan Steffens via arch-commits
Date: Monday, March 28, 2022 @ 20:47:07
  Author: heftig
Revision: 440818

41.3-5: FS#74173 unbreak projects

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 20:41:24 UTC (rev 440817)
+++ PKGBUILD2022-03-28 20:47:07 UTC (rev 440818)
@@ -3,7 +3,7 @@
 pkgbase=gnome-builder
 pkgname=(gnome-builder gnome-builder-libide-docs)
 pkgver=41.3
-pkgrel=4
+pkgrel=5
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
 arch=(x86_64)
@@ -11,10 +11,9 @@
 depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject sysprof
  desktop-file-utils ctags libpeas vte3 vala autoconf-archive
  gspell libdazzle template-glib jsonrpc-glib python-sphinx webkit2gtk
- glade python-lxml meson libportal-gtk3 cmark)
+ glade python-lxml meson libportal-gtk3 cmark clang flatpak-builder)
 makedepends=(llvm gobject-introspection gi-docgen yelp-tools appstream-glib git
- mm-common python-sphinx_rtd_theme clang jedi-language-server
- flatpak-builder)
+ mm-common python-sphinx_rtd_theme jedi-language-server)
 checkdepends=(xorg-server-xvfb)
 _commit=21c097851240dc1242e9fbd819e7d9acf6e6af9c  # tags/41.3^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;
@@ -59,9 +58,7 @@
 package_gnome-builder() {
   depends+=(libgladeui-2.so)
   optdepends=('gnome-code-assistance: Legacy assistance services'
-  'clang: C/C++ code assistance'
-  'jedi-language-server: Python code assistance'
-  'flatpak-builder: Build Flatpaks')
+  'jedi-language-server: Python code assistance')
   groups=(gnome-extra)
 
   meson install -C build --destdir "$pkgdir"



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

2022-03-28 Thread Christian Hesse via arch-commits
Date: Monday, March 28, 2022 @ 20:38:20
  Author: eworm
Revision: 440816

enable debug support

Modified:
  psmisc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 20:36:54 UTC (rev 440815)
+++ PKGBUILD2022-03-28 20:38:20 UTC (rev 440816)
@@ -2,12 +2,13 @@
 
 pkgname=psmisc
 pkgver=23.5rc1
-pkgrel=1
+pkgrel=2
 pkgdesc='Miscellaneous procfs tools'
 arch=('x86_64')
 url='https://gitlab.com/psmisc/psmisc'
 license=('GPL')
 depends=('ncurses')
+options=('debug')
 source=("https://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.xz;)
 sha256sums=('a1213aa338ca14067159e8a653dfe2da5acc54e291c876b42247fe1d85ff')
 



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

2022-03-28 Thread Jan Steffens via arch-commits
Date: Monday, March 28, 2022 @ 20:33:39
  Author: heftig
Revision: 440813

FS#74183: add optdep on gvfs

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 20:01:29 UTC (rev 440812)
+++ PKGBUILD2022-03-28 20:33:39 UTC (rev 440813)
@@ -51,7 +51,8 @@
   provides+=(libgio-2.0.so libglib-2.0.so libgmodule-2.0.so libgobject-2.0.so
  libgthread-2.0.so)
   optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, 
gtester-report'
-  'libelf: gresource inspection tool')
+  'libelf: gresource inspection tool'
+  'gvfs: most gio functionality')
 
   meson install -C build --destdir "$pkgdir"
 



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

2022-03-28 Thread Caleb Maclennan via arch-commits
Date: Monday, March 28, 2022 @ 20:23:35
  Author: alerque
Revision: 1177405

archrelease: copy trunk to community-x86_64

Added:
  luaexpat/repos/community-x86_64/PKGBUILD
(from rev 1177404, luaexpat/trunk/PKGBUILD)
Deleted:
  luaexpat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 20:23:27 UTC (rev 1177404)
+++ PKGBUILD2022-03-28 20:23:35 UTC (rev 1177405)
@@ -1,67 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Daurnimator 
-# Contributor: Lucas Hermann Negri 
-
-pkgbase=luaexpat
-pkgname=(lua-expat lua51-expat lua52-expat lua53-expat)
-pkgver=1.3.0
-pkgrel=5
-pkgdesc='SAX XML parser based on the Expat library'
-arch=('x86_64')
-url='http://matthewwild.co.uk/projects/luaexpat/'
-license=('MIT')
-depends=('expat')
-makedepends=('gcc' 'lua' 'lua51' 'lua52' 'lua53')
-source=("http://matthewwild.co.uk/projects/luaexpat/luaexpat-$pkgver.tar.gz;)
-sha512sums=('91884653310e2dc89ade6d1653875ac8607640a21853d3ccb1fd0f833812e41981fad5c40101732ec249104d2c50c9a332208d1e44423b8428065a223c60b4ae')
-
-prepare() {
-  cp -a $pkgbase-$pkgver $pkgbase-$pkgver-51
-  cp -a $pkgbase-$pkgver $pkgbase-$pkgver-52
-  cp -a $pkgbase-$pkgver $pkgbase-$pkgver-53
-}
-
-build() {
-  # 5.1
-  cd "$srcdir"/$pkgbase-$pkgver-51
-  make LUA_V=5.1 COMMON_CFLAGS="$CPPFLAGS -fPIC"
-
-  # 5.2
-  cd "$srcdir"/$pkgbase-$pkgver-52
-  make LUA_V=5.2 COMMON_CFLAGS="$CPPFLAGS -fPIC"
-
-  # 5.3
-  cd "$srcdir"/$pkgbase-$pkgver-53
-  make LUA_V=5.3 COMMON_CFLAGS="$CPPFLAGS -fPIC"
-
-  # 5.4
-  cd "$srcdir"/$pkgbase-$pkgver
-  make LUA_V=5.4 COMMON_CFLAGS="$CPPFLAGS -fPIC"
-}
-
-package_lua-expat() {
-  cd $pkgbase-$pkgver
-  make LUA_V=5.4 DESTDIR="$pkgdir" install
-  install -Dm0644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
-}
-
-package_lua51-expat() {
-  replaces=('luaexpat')
-  conflicts=('luaexpat')
-
-  cd $pkgbase-$pkgver-51
-  make LUA_V=5.1 DESTDIR="$pkgdir" install
-  install -Dm0644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
-}
-
-package_lua52-expat() {
-  cd $pkgbase-$pkgver-52
-  make LUA_V=5.2 DESTDIR="$pkgdir" install
-  install -Dm0644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
-}
-
-package_lua53-expat() {
-  cd $pkgbase-$pkgver-53
-  make LUA_V=5.3 DESTDIR="$pkgdir" install
-  install -Dm0644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
-}

Copied: luaexpat/repos/community-x86_64/PKGBUILD (from rev 1177404, 
luaexpat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 20:23:35 UTC (rev 1177405)
@@ -0,0 +1,62 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Daurnimator 
+# Maintainer: Caleb Maclennan 
+# Contributor: Lucas Hermann Negri 
+
+pkgbase=luaexpat
+pkgname=(lua-expat lua51-expat lua52-expat lua53-expat)
+pkgver=1.4.0
+pkgrel=1
+_rockrel=1
+pkgdesc='SAX XML parser based on the Expat library'
+arch=('x86_64')
+url="https://github.com/lunarmodules/$pkgbase;
+license=('MIT')
+depends=(expat)
+options=(debug)
+makedepends=(lua
+ lua51
+ lua52
+ lua53
+ luarocks)
+_archive="$pkgbase-$pkgver"
+_rock="$_archive-$_rockrel.linux-$CARCH.rock"
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha512sums=('ba1a98267757ec5f2464b8d5e903f69102ca991c4034939d02d871d014463a8e29815d1294edc7fa3a1c4b679c5e42fdc1a19b2a1c1654ed1f382f779a213375')
+
+build() {
+   cd "$_archive"
+   for LUAVER in 5.1 5.2 5.3 5.4; do
+   luarocks --lua-version "$LUAVER" \
+   CFLAGS="$CPPFLAGS $CFLAGS -fPIC" \
+   LIBFLAG="$LDFLAGS -shared" \
+   make --pack-binary-rock --deps-mode none -- 
"rockspecs/$_archive-$_rockrel.rockspec"
+   install -Dm0644 -t "lua$LUAVER/" "$_rock"
+   done
+}
+
+_package() {
+   cd "$_archive"
+   depends+=("${pkgname%-*}")
+   luarocks --lua-version "$1" --tree "$pkgdir/usr/" \
+   install --deps-mode none --no-manifest -- "lua$1/$_rock"
+   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}
+
+package_lua-expat() {
+   _package 5.4
+}
+
+package_lua53-expat() {
+   _package 5.3
+}
+
+package_lua52-expat() {
+   _package 5.2
+}
+
+package_lua51-expat() {
+   replaces=(luaexpat)
+   conflicts=(luaexpat)
+   _package 5.1
+}



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

2022-03-28 Thread Caleb Maclennan via arch-commits
Date: Monday, March 28, 2022 @ 20:23:27
  Author: alerque
Revision: 1177404

upgpkg: luaexpat 1.4.0-1

Modified:
  luaexpat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 20:23:15 UTC (rev 1177403)
+++ PKGBUILD2022-03-28 20:23:27 UTC (rev 1177404)
@@ -1,67 +1,62 @@
 # Maintainer: Sergej Pupykin 
 # Maintainer: Daurnimator 
+# Maintainer: Caleb Maclennan 
 # Contributor: Lucas Hermann Negri 
 
 pkgbase=luaexpat
 pkgname=(lua-expat lua51-expat lua52-expat lua53-expat)
-pkgver=1.3.0
-pkgrel=5
+pkgver=1.4.0
+pkgrel=1
+_rockrel=1
 pkgdesc='SAX XML parser based on the Expat library'
 arch=('x86_64')
-url='http://matthewwild.co.uk/projects/luaexpat/'
+url="https://github.com/lunarmodules/$pkgbase;
 license=('MIT')
-depends=('expat')
-makedepends=('gcc' 'lua' 'lua51' 'lua52' 'lua53')
-source=("http://matthewwild.co.uk/projects/luaexpat/luaexpat-$pkgver.tar.gz;)
-sha512sums=('91884653310e2dc89ade6d1653875ac8607640a21853d3ccb1fd0f833812e41981fad5c40101732ec249104d2c50c9a332208d1e44423b8428065a223c60b4ae')
+depends=(expat)
+options=(debug)
+makedepends=(lua
+ lua51
+ lua52
+ lua53
+ luarocks)
+_archive="$pkgbase-$pkgver"
+_rock="$_archive-$_rockrel.linux-$CARCH.rock"
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha512sums=('ba1a98267757ec5f2464b8d5e903f69102ca991c4034939d02d871d014463a8e29815d1294edc7fa3a1c4b679c5e42fdc1a19b2a1c1654ed1f382f779a213375')
 
-prepare() {
-  cp -a $pkgbase-$pkgver $pkgbase-$pkgver-51
-  cp -a $pkgbase-$pkgver $pkgbase-$pkgver-52
-  cp -a $pkgbase-$pkgver $pkgbase-$pkgver-53
+build() {
+   cd "$_archive"
+   for LUAVER in 5.1 5.2 5.3 5.4; do
+   luarocks --lua-version "$LUAVER" \
+   CFLAGS="$CPPFLAGS $CFLAGS -fPIC" \
+   LIBFLAG="$LDFLAGS -shared" \
+   make --pack-binary-rock --deps-mode none -- 
"rockspecs/$_archive-$_rockrel.rockspec"
+   install -Dm0644 -t "lua$LUAVER/" "$_rock"
+   done
 }
 
-build() {
-  # 5.1
-  cd "$srcdir"/$pkgbase-$pkgver-51
-  make LUA_V=5.1 COMMON_CFLAGS="$CPPFLAGS -fPIC"
-
-  # 5.2
-  cd "$srcdir"/$pkgbase-$pkgver-52
-  make LUA_V=5.2 COMMON_CFLAGS="$CPPFLAGS -fPIC"
-
-  # 5.3
-  cd "$srcdir"/$pkgbase-$pkgver-53
-  make LUA_V=5.3 COMMON_CFLAGS="$CPPFLAGS -fPIC"
-
-  # 5.4
-  cd "$srcdir"/$pkgbase-$pkgver
-  make LUA_V=5.4 COMMON_CFLAGS="$CPPFLAGS -fPIC"
+_package() {
+   cd "$_archive"
+   depends+=("${pkgname%-*}")
+   luarocks --lua-version "$1" --tree "$pkgdir/usr/" \
+   install --deps-mode none --no-manifest -- "lua$1/$_rock"
+   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
 }
 
 package_lua-expat() {
-  cd $pkgbase-$pkgver
-  make LUA_V=5.4 DESTDIR="$pkgdir" install
-  install -Dm0644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
+   _package 5.4
 }
 
-package_lua51-expat() {
-  replaces=('luaexpat')
-  conflicts=('luaexpat')
-
-  cd $pkgbase-$pkgver-51
-  make LUA_V=5.1 DESTDIR="$pkgdir" install
-  install -Dm0644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
+package_lua53-expat() {
+   _package 5.3
 }
 
 package_lua52-expat() {
-  cd $pkgbase-$pkgver-52
-  make LUA_V=5.2 DESTDIR="$pkgdir" install
-  install -Dm0644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
+   _package 5.2
 }
 
-package_lua53-expat() {
-  cd $pkgbase-$pkgver-53
-  make LUA_V=5.3 DESTDIR="$pkgdir" install
-  install -Dm0644 doc/us/license.html 
"$pkgdir/usr/share/licenses/$pkgname/license.html"
+package_lua51-expat() {
+   replaces=(luaexpat)
+   conflicts=(luaexpat)
+   _package 5.1
 }



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

2022-03-28 Thread Daniel M. Capella via arch-commits
Date: Monday, March 28, 2022 @ 20:23:15
  Author: polyzen
Revision: 1177403

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 20:22:56 UTC (rev 1177402)
+++ PKGBUILD2022-03-28 20:23:15 UTC (rev 1177403)
@@ -1,53 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Maintainer: Daniel M. Capella 
-# Contributor: James Zhu 
-
-pkgname=python-black
-pkgver=22.1.0
-pkgrel=2
-pkgdesc='Uncompromising Python code formatter'
-arch=('any')
-url=https://github.com/psf/black
-license=('MIT')
-depends=('python' 'python-click' 'python-mypy_extensions' 'python-pathspec'
- 'python-platformdirs' 'python-tomli' 'python-typing_extensions')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
- 'python-wheel')
-checkdepends=('ipython' 'python-aiohttp' 'python-parameterized' 'python-pytest'
-  'python-typed-ast' 'python-tokenize-rt')
-optdepends=('ipython: for Jupyter notebook support'
-'python-tokenize-rt: for Jupyter notebook support'
-'python-aiohttp: for the blackd HTTP server'
-'python-colorama: for colored diffs')
-source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz;)
-sha256sums=('a7c0192d35635f6fc1174be575cb7915e92e5dd629ee79fdaf0dcfa41a80afb5')
-b2sums=('010f04e01f920f79b27d2dfcf3cda3185f6a4ef24f710af41629856dc0baff011393733c90585dc4b12494b983cf628e480adaee05d2d44736dbce26732388e3')
-
-build() {
-  cd "black-$pkgver"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd "black-$pkgver"
-  python -m venv --system-site-packages test-env
-  test-env/bin/python -m installer dist/*.whl
-  PATH="$PWD/test-env/bin:$PATH" test-env/bin/python -m pytest
-}
-
-package() {
-  cd "black-$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"/black-$pkgver.dist-info/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # vim plugin
-  install -Dm644 plugin/black.vim 
"$pkgdir/usr/share/vim/vimfiles/plugin/black.vim"
-  install -Dm644 autoload/black.vim 
"$pkgdir/usr/share/vim/vimfiles/autoload/black.vim"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-black/repos/community-any/PKGBUILD (from rev 1177402, 
python-black/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 20:23:15 UTC (rev 1177403)
@@ -0,0 +1,53 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Daniel M. Capella 
+# Contributor: James Zhu 
+
+pkgname=python-black
+pkgver=22.3.0
+pkgrel=1
+pkgdesc='Uncompromising Python code formatter'
+arch=('any')
+url=https://github.com/psf/black
+license=('MIT')
+depends=('python' 'python-click' 'python-mypy_extensions' 'python-pathspec'
+ 'python-platformdirs' 'python-tomli' 'python-typing_extensions')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
+ 'python-wheel')
+checkdepends=('ipython' 'python-aiohttp' 'python-parameterized' 'python-pytest'
+  'python-typed-ast' 'python-tokenize-rt')
+optdepends=('ipython: for Jupyter notebook support'
+'python-tokenize-rt: for Jupyter notebook support'
+'python-aiohttp: for the blackd HTTP server'
+'python-colorama: for colored diffs')
+source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz;)
+sha256sums=('35020b8886c022ced9282b51b5a875b6d1ab0c387b31a065b84db7c33085ca79')
+b2sums=('f35a285b622ac642a5be8ea51c27e448a5a27b427f577f11d2fd384e2e182d0552d554f672d0f4f73e8272a269352b0154b4baaf2bf3de5d765a6685a3f918cd')
+
+build() {
+  cd "black-$pkgver"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd "black-$pkgver"
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m installer dist/*.whl
+  PATH="$PWD/test-env/bin:$PATH" test-env/bin/python -m pytest
+}
+
+package() {
+  cd "black-$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"/black-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # vim plugin
+  install -Dm644 plugin/black.vim 

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

2022-03-28 Thread Daniel M. Capella via arch-commits
Date: Monday, March 28, 2022 @ 20:22:56
  Author: polyzen
Revision: 1177402

upgpkg: python-black 22.3.0-1

Modified:
  python-black/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 19:56:26 UTC (rev 1177401)
+++ PKGBUILD2022-03-28 20:22:56 UTC (rev 1177402)
@@ -3,8 +3,8 @@
 # Contributor: James Zhu 
 
 pkgname=python-black
-pkgver=22.1.0
-pkgrel=2
+pkgver=22.3.0
+pkgrel=1
 pkgdesc='Uncompromising Python code formatter'
 arch=('any')
 url=https://github.com/psf/black
@@ -20,8 +20,8 @@
 'python-aiohttp: for the blackd HTTP server'
 'python-colorama: for colored diffs')
 
source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz;)
-sha256sums=('a7c0192d35635f6fc1174be575cb7915e92e5dd629ee79fdaf0dcfa41a80afb5')
-b2sums=('010f04e01f920f79b27d2dfcf3cda3185f6a4ef24f710af41629856dc0baff011393733c90585dc4b12494b983cf628e480adaee05d2d44736dbce26732388e3')
+sha256sums=('35020b8886c022ced9282b51b5a875b6d1ab0c387b31a065b84db7c33085ca79')
+b2sums=('f35a285b622ac642a5be8ea51c27e448a5a27b427f577f11d2fd384e2e182d0552d554f672d0f4f73e8272a269352b0154b4baaf2bf3de5d765a6685a3f918cd')
 
 build() {
   cd "black-$pkgver"



[arch-commits] Commit in archboot-arm/repos/extra-any (4 files)

2022-03-28 Thread Tobias Powalowski via arch-commits
Date: Monday, March 28, 2022 @ 20:01:29
  Author: tpowa
Revision: 440812

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 440811, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 440811, archboot-arm/trunk/archboot.install)
Deleted:
  archboot-arm/repos/extra-any/PKGBUILD
  archboot-arm/repos/extra-any/archboot.install

--+
 PKGBUILD |  106 ++---
 archboot.install |   38 +--
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 20:01:24 UTC (rev 440811)
+++ PKGBUILD2022-03-28 20:01:29 UTC (rev 440812)
@@ -1,53 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.03
-pkgrel=49
-pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'vi' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient'
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'haveged' 'pambase' 
'traceroute' 'grub' 
-'systemd-sysvcompat' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'efibootmgr' 'f2fs-tools' 'efitools' 'efivar' 
'ethtool' 'exfatprogs' 
-'fuse3' 'flex' 'amd-ucode' 'cdrtools' 'nvme-cli' 'fatresize' 'iwd' 
'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-   'etc/archboot/x86_64-local.conf'
-'etc/archboot/aarch64-local.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot-arm/repos/extra-any/PKGBUILD (from rev 440811, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 20:01:29 UTC (rev 440812)
@@ -0,0 +1,53 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.03
+pkgrel=50
+pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 

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

2022-03-28 Thread Tobias Powalowski via arch-commits
Date: Monday, March 28, 2022 @ 20:01:24
  Author: tpowa
Revision: 440811

upgpkg: archboot-arm 2022.03-50: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 20:00:34 UTC (rev 440810)
+++ PKGBUILD2022-03-28 20:01:24 UTC (rev 440811)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.03
-pkgrel=49
+pkgrel=50
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



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

2022-03-28 Thread Tobias Powalowski via arch-commits
Date: Monday, March 28, 2022 @ 20:00:34
  Author: tpowa
Revision: 440810

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 440809, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 440809, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |  108 ++---
 archboot.install |   38 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 19:59:40 UTC (rev 440809)
+++ PKGBUILD2022-03-28 20:00:34 UTC (rev 440810)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.03
-pkgrel=49
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vi' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/x86_64-local.conf'
-   'etc/archboot/aarch64-local.conf'
-   'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-   'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 440809, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 20:00:34 UTC (rev 440810)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.03
+pkgrel=50
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 

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

2022-03-28 Thread Tobias Powalowski via arch-commits
Date: Monday, March 28, 2022 @ 19:59:40
  Author: tpowa
Revision: 440809

upgpkg: archboot 2022.03-50: fix #69114 #66557

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 19:46:08 UTC (rev 440808)
+++ PKGBUILD2022-03-28 19:59:40 UTC (rev 440809)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.03
-pkgrel=49
+pkgrel=50
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 19:56:26
  Author: arojas
Revision: 1177401

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 19:56:15 UTC (rev 1177400)
+++ PKGBUILD2022-03-28 19:56:26 UTC (rev 1177401)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=python-ipykernel
-pkgver=6.9.2
-pkgrel=2
-pkgdesc="The ipython kernel for Jupyter"
-arch=('any')
-url="https://pypi.org/project/ipykernel/;
-license=('BSD')
-depends=('python-traitlets' 'python-tornado' 'ipython' 'python-jupyter_client' 
'python-debugpy' 'python-psutil')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-pytest' 'python-mock' 'python-flaky' 
'python-ipyparallel')
-source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz;)
-md5sums=('3eca3a689db1ee79c6252ac29cfb6352')
-
-# dep cycle with python-jupyter_client
-
-build() {
-  cd ipykernel-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd ipykernel-$pkgver
-  pytest
-}
-
-package() {
-  cd ipykernel-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-ipykernel/repos/community-any/PKGBUILD (from rev 1177400, 
python-ipykernel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 19:56:26 UTC (rev 1177401)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen 
+
+pkgname=python-ipykernel
+pkgver=6.10.0
+pkgrel=2
+pkgdesc="The ipython kernel for Jupyter"
+arch=('any')
+url="https://pypi.org/project/ipykernel/;
+license=('BSD')
+depends=('python-traitlets' 'python-tornado' 'ipython' 'python-jupyter_client' 
'python-debugpy' 'python-psutil')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+checkdepends=('python-pytest' 'python-mock' 'python-flaky' 
'python-ipyparallel')
+source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz;)
+md5sums=('ab50c67821a390646a02646846b0b554')
+
+# dep cycle with python-jupyter_client
+
+build() {
+  cd ipykernel-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd ipykernel-$pkgver
+  pytest -vv
+}
+
+package() {
+  cd ipykernel-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 19:56:15
  Author: arojas
Revision: 1177400

Update to 6.10.0

Modified:
  python-ipykernel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 19:49:08 UTC (rev 1177399)
+++ PKGBUILD2022-03-28 19:56:15 UTC (rev 1177400)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=python-ipykernel
-pkgver=6.9.2
+pkgver=6.10.0
 pkgrel=2
 pkgdesc="The ipython kernel for Jupyter"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-build' 'python-installer' 'python-wheel')
 checkdepends=('python-pytest' 'python-mock' 'python-flaky' 
'python-ipyparallel')
 
source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz;)
-md5sums=('3eca3a689db1ee79c6252ac29cfb6352')
+md5sums=('ab50c67821a390646a02646846b0b554')
 
 # dep cycle with python-jupyter_client
 
@@ -22,7 +22,7 @@
 
 check() {
   cd ipykernel-$pkgver
-  pytest
+  pytest -vv
 }
 
 package() {



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

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 19:49:08
  Author: arojas
Revision: 1177399

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 19:48:57 UTC (rev 1177398)
+++ PKGBUILD2022-03-28 19:49:08 UTC (rev 1177399)
@@ -1,56 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter-nbconvert
-_name=nbconvert
-pkgver=6.4.4
-pkgrel=1
-pkgdesc="Jupyter Notebook Conversion"
-arch=('any')
-url="https://pypi.python.org/pypi/nbconvert;
-license=('BSD')
-depends=(
-  'jupyter'
-  'jupyter-nbclient'
-  'jupyter-nbformat'
-  'jupyterlab_pygments'
-  'python-beautifulsoup4'
-  'python-bleach'
-  'python-defusedxml'
-  'python-entrypoints'
-  'python-jinja'
-  'python-pandocfilters'
-  'python-mistune1'
-  'python-pygments'
-  'python-testpath'
-  'python-traitlets'
-)
-# really depends on jupyter-client, not jupyter
-makedepends=('python-pyppeteer' 'python-setuptools')
-checkdepends=('chromium' 'python-pytest')
-optdepends=('pandoc: non-html conversion output'
-'python-pyppeteer: for webPDF conversion support')
-source=("https://github.com/jupyter/nbconvert/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('f02b25b3a5d9ccc807635c1e2f8261652d92e76e215353c8067e82e0ea59e281129a97d55cc6440b9b4457d2ab2b934318a89ba708d032f2cd6c11d6336c')
-b2sums=('75d745f5e283df029748e446810b262837237754756361985b7d3809f13654c8c64cf00c95d1ca073a59ef3afef4d31058e48994612b24c8befb27a31d86ccd9')
-
-build() {
-  cd nbconvert-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  export PYTHONPATH="$PWD" # Make sure system nbconvert is not used
-  # disable tests that download chromium and (probably) require a graphical 
session
-  pytest -vv -k 'TestWebPDFExporter and not (test_export or 
test_webpdf_without_pyppeteer)'
-  pytest -vv -k 'TestNbConvertApp and not test_webpdf_with_chromium'
-  # run all remaining tests
-  pytest -vv -k 'not TestWebPDFExporter and not TestNbConvertApp'
-}
-
-package() {
-  cd "nbconvert-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=0
-
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter-nbconvert/repos/community-any/PKGBUILD (from rev 1177398, 
jupyter-nbconvert/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 19:49:08 UTC (rev 1177399)
@@ -0,0 +1,56 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-nbconvert
+_name=nbconvert
+pkgver=6.4.5
+pkgrel=1
+pkgdesc="Jupyter Notebook Conversion"
+arch=('any')
+url="https://pypi.python.org/pypi/nbconvert;
+license=('BSD')
+depends=(
+  'jupyter'
+  'jupyter-nbclient'
+  'jupyter-nbformat'
+  'jupyterlab_pygments'
+  'python-beautifulsoup4'
+  'python-bleach'
+  'python-defusedxml'
+  'python-entrypoints'
+  'python-jinja'
+  'python-pandocfilters'
+  'python-mistune1'
+  'python-pygments'
+  'python-testpath'
+  'python-traitlets'
+)
+# really depends on jupyter-client, not jupyter
+makedepends=('python-pyppeteer' 'python-setuptools')
+checkdepends=('chromium' 'python-pytest')
+optdepends=('pandoc: non-html conversion output'
+'python-pyppeteer: for webPDF conversion support')
+source=("https://github.com/jupyter/nbconvert/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('58a2f5e9c61dca0e2b8a8338a68e8bd7384a4eb9c300a0df45cfe941b3f19c6a64573ac02415318caa65feb74cda375d52d89a009f185eb45c531eb38c5b6865')
+b2sums=('68ac22804b163fa3f36a9f81a24b39c84a60650a2c18175f7741a7299f84f627130732bd9d68e70cf252070ab662f21d57e9b7760b185ed164954baab87fee2c')
+
+build() {
+  cd nbconvert-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  export PYTHONPATH="$PWD" # Make sure system nbconvert is not used
+  # disable tests that download chromium and (probably) require a graphical 
session
+  pytest -vv -k 'TestWebPDFExporter and not (test_export or 
test_webpdf_without_pyppeteer)'
+  pytest -vv -k 'TestNbConvertApp and not test_webpdf_with_chromium'
+  # run all remaining tests
+  pytest -vv -k 'not TestWebPDFExporter and not TestNbConvertApp'
+}
+
+package() {
+  cd "nbconvert-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=0
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 19:48:57
  Author: arojas
Revision: 1177398

Update to 6.4.5

Modified:
  jupyter-nbconvert/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 19:10:41 UTC (rev 1177397)
+++ PKGBUILD2022-03-28 19:48:57 UTC (rev 1177398)
@@ -2,7 +2,7 @@
 
 pkgname=jupyter-nbconvert
 _name=nbconvert
-pkgver=6.4.4
+pkgver=6.4.5
 pkgrel=1
 pkgdesc="Jupyter Notebook Conversion"
 arch=('any')
@@ -30,8 +30,8 @@
 optdepends=('pandoc: non-html conversion output'
 'python-pyppeteer: for webPDF conversion support')
 
source=("https://github.com/jupyter/nbconvert/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('f02b25b3a5d9ccc807635c1e2f8261652d92e76e215353c8067e82e0ea59e281129a97d55cc6440b9b4457d2ab2b934318a89ba708d032f2cd6c11d6336c')
-b2sums=('75d745f5e283df029748e446810b262837237754756361985b7d3809f13654c8c64cf00c95d1ca073a59ef3afef4d31058e48994612b24c8befb27a31d86ccd9')
+sha512sums=('58a2f5e9c61dca0e2b8a8338a68e8bd7384a4eb9c300a0df45cfe941b3f19c6a64573ac02415318caa65feb74cda375d52d89a009f185eb45c531eb38c5b6865')
+b2sums=('68ac22804b163fa3f36a9f81a24b39c84a60650a2c18175f7741a7299f84f627130732bd9d68e70cf252070ab662f21d57e9b7760b185ed164954baab87fee2c')
 
 build() {
   cd nbconvert-$pkgver



[arch-commits] Commit in black-hole-solver/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 19:46:08
  Author: arojas
Revision: 440808

archrelease: copy trunk to extra-x86_64

Added:
  black-hole-solver/repos/extra-x86_64/PKGBUILD
(from rev 440807, black-hole-solver/trunk/PKGBUILD)
Deleted:
  black-hole-solver/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 19:45:59 UTC (rev 440807)
+++ PKGBUILD2022-03-28 19:46:08 UTC (rev 440808)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=black-hole-solver
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="Solvers and statistics for 'Golf' solitaire, 'Black Hole' solitaire, 
'All in a Row' solitaire and related card patience games."
-arch=(x86_64)
-url="https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/;
-license=(MIT)
-depends=(glibc)
-makedepends=(cmake perl-path-tiny rinutils python)
-source=(https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-$pkgver.tar.xz)
-sha256sums=('36e1953a99e02e82489a3cb109fb590bcab307b4ddaec34cb0e67347668511e2')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_STATIC_LIBRARY=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 $pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: black-hole-solver/repos/extra-x86_64/PKGBUILD (from rev 440807, 
black-hole-solver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 19:46:08 UTC (rev 440808)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=black-hole-solver
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="Solvers and statistics for 'Golf' solitaire, 'Black Hole' solitaire, 
'All in a Row' solitaire and related card patience games"
+arch=(x86_64)
+url='https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/'
+license=(MIT)
+depends=(glibc)
+makedepends=(cmake perl-path-tiny rinutils python)
+source=(https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-$pkgver.tar.xz)
+sha256sums=('d32f32536f7573292588f41bb0d85ae42d561376c218dc4ab6badfe4904a37a7')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_STATIC_LIBRARY=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in black-hole-solver/trunk (PKGBUILD)

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 19:45:59
  Author: arojas
Revision: 440807

Update to 1.12.0

Modified:
  black-hole-solver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 17:29:51 UTC (rev 440806)
+++ PKGBUILD2022-03-28 19:45:59 UTC (rev 440807)
@@ -1,16 +1,16 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=black-hole-solver
-pkgver=1.10.1
+pkgver=1.12.0
 pkgrel=1
-pkgdesc="Solvers and statistics for 'Golf' solitaire, 'Black Hole' solitaire, 
'All in a Row' solitaire and related card patience games."
+pkgdesc="Solvers and statistics for 'Golf' solitaire, 'Black Hole' solitaire, 
'All in a Row' solitaire and related card patience games"
 arch=(x86_64)
-url="https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/;
+url='https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/'
 license=(MIT)
 depends=(glibc)
 makedepends=(cmake perl-path-tiny rinutils python)
 
source=(https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-$pkgver.tar.xz)
-sha256sums=('36e1953a99e02e82489a3cb109fb590bcab307b4ddaec34cb0e67347668511e2')
+sha256sums=('d32f32536f7573292588f41bb0d85ae42d561376c218dc4ab6badfe4904a37a7')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

2022-03-28 Thread Caleb Maclennan via arch-commits
Date: Monday, March 28, 2022 @ 19:10:41
  Author: alerque
Revision: 1177397

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 19:10:32 UTC (rev 1177396)
+++ PKGBUILD2022-03-28 19:10:41 UTC (rev 1177397)
@@ -1,56 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Contributor: Angel Velasquez 
-# Contributor: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-_pyname=pylint
-pkgname=python-$_pyname
-pkgver=2.12.2
-pkgrel=2
-pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
-arch=(any)
-url=https://pylint.org
-license=(GPL)
-_pydeps=(astroid
- isort
- mccabe
- platformdirs
- toml
- typing_extensions) # for python<3.10
-depends=(python
- "${_pydeps[@]/#/python-}")
-makedepends=(python-setuptools
- python-sphinx)
-checkdepends=(mpdecimal
-  python-pytest
-  python-gitpython)
-optdepends=('graphviz: Enable output formats other than dot or vcg'
-'tk: Pylint GUI')
-_archive="$_pyname-$pkgver"
-source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz;)
-sha256sums=('411308682f3d4578bb769e7fa549c8f34edf1033871d2e8cd5c3ce16a5741c59')
-
-prepare() {
-   cd "$_archive"
-   # Remove overly restrictive dependency pinning that ends up in runtime 
checks
-   sed -i -e '/>=/{s/>.*//;p}' -e '/python_requires/d' setup.cfg
-}
-
-build() {
-   cd "$_archive"
-   python setup.py build
-   make PYTHONPATH="$PWD/build/lib" -C doc man
-}
-
-check() {
-   cd "$_archive"
-   PYTHONPATH="$PWD/build/lib" pytest \
-   --deselect tests/benchmark/test_baseline_benchmarks.py
-}
-
-package() {
-   cd "$_archive"
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-   install -Dm0644 -t "$pkgdir/usr/share/man/man1/" doc/_build/man/*
-}

Copied: python-pylint/repos/community-any/PKGBUILD (from rev 1177396, 
python-pylint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 19:10:41 UTC (rev 1177397)
@@ -0,0 +1,62 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Angel Velasquez 
+# Contributor: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+_pyname=pylint
+pkgname=python-$_pyname
+pkgver=2.13.2
+pkgrel=1
+pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
+arch=(any)
+url=https://pylint.org
+license=(GPL)
+_pydeps=(astroid
+ dill
+ isort
+ mccabe
+ platformdirs
+ toml
+ typing_extensions) # for python<3.10
+depends=(python
+ "${_pydeps[@]/#/python-}")
+makedepends=(python-{build,installer}
+ python-setuptools
+ python-sphinx
+ python-wheel)
+checkdepends=(mpdecimal
+  python-gitpython
+  python-pytest{,-timeout})
+optdepends=('graphviz: Enable output formats other than dot or vcg'
+'tk: Pylint GUI')
+_archive="$_pyname-$pkgver"
+source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz;)
+sha256sums=('f6d9d0fc4f09877b7231b5bed3cf349ca2d35e5621dd905d222bed59dc882610')
+
+prepare() {
+   cd "$_archive"
+   # Remove overly restrictive dependency pinning that ends up in runtime 
checks
+   sed -i -e '/>=/{s/>.*//;p}' -e '/python_requires/d' setup.cfg
+   # Give ourselves a way to granularly disable test dependent on 
installed path
+   sed -i -e '/^markers =/a\pathdependent: Does not play nice' 
setup.cfg
+   sed -i -e 
'/test_do_not_import_files_from_local_directory_with_pythonpath/i\
@pytest.mark.pathdependent' tests/test_self.py
+}
+
+build() {
+   cd "$_archive"
+   python -m build -wn
+   make PYTHONPATH="$PWD/build/lib" -C doc man
+}
+
+check() {
+   cd "$_archive"
+   PYTHONPATH="$PWD:$PWD/build/lib" pytest -m 'not pathdependent' \
+   --deselect tests/benchmark/test_baseline_benchmarks.py
+}
+
+package() {
+   cd "$_archive"
+   python -m installer -d "$pkgdir" dist/*.whl
+   install -Dm0644 -t "$pkgdir/usr/share/man/man1/" doc/_build/man/*
+}



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

2022-03-28 Thread Caleb Maclennan via arch-commits
Date: Monday, March 28, 2022 @ 19:10:32
  Author: alerque
Revision: 1177396

upgpkg: python-pylint 2.13.2-1

Modified:
  python-pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 18:51:50 UTC (rev 1177395)
+++ PKGBUILD2022-03-28 19:10:32 UTC (rev 1177396)
@@ -6,13 +6,14 @@
 
 _pyname=pylint
 pkgname=python-$_pyname
-pkgver=2.12.2
-pkgrel=2
+pkgver=2.13.2
+pkgrel=1
 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
 arch=(any)
 url=https://pylint.org
 license=(GPL)
 _pydeps=(astroid
+ dill
  isort
  mccabe
  platformdirs
@@ -20,37 +21,42 @@
  typing_extensions) # for python<3.10
 depends=(python
  "${_pydeps[@]/#/python-}")
-makedepends=(python-setuptools
- python-sphinx)
+makedepends=(python-{build,installer}
+ python-setuptools
+ python-sphinx
+ python-wheel)
 checkdepends=(mpdecimal
-  python-pytest
-  python-gitpython)
+  python-gitpython
+  python-pytest{,-timeout})
 optdepends=('graphviz: Enable output formats other than dot or vcg'
 'tk: Pylint GUI')
 _archive="$_pyname-$pkgver"
 source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz;)
-sha256sums=('411308682f3d4578bb769e7fa549c8f34edf1033871d2e8cd5c3ce16a5741c59')
+sha256sums=('f6d9d0fc4f09877b7231b5bed3cf349ca2d35e5621dd905d222bed59dc882610')
 
 prepare() {
cd "$_archive"
# Remove overly restrictive dependency pinning that ends up in runtime 
checks
sed -i -e '/>=/{s/>.*//;p}' -e '/python_requires/d' setup.cfg
+   # Give ourselves a way to granularly disable test dependent on 
installed path
+   sed -i -e '/^markers =/a\pathdependent: Does not play nice' 
setup.cfg
+   sed -i -e 
'/test_do_not_import_files_from_local_directory_with_pythonpath/i\
@pytest.mark.pathdependent' tests/test_self.py
 }
 
 build() {
cd "$_archive"
-   python setup.py build
+   python -m build -wn
make PYTHONPATH="$PWD/build/lib" -C doc man
 }
 
 check() {
cd "$_archive"
-   PYTHONPATH="$PWD/build/lib" pytest \
+   PYTHONPATH="$PWD:$PWD/build/lib" pytest -m 'not pathdependent' \
--deselect tests/benchmark/test_baseline_benchmarks.py
 }
 
 package() {
cd "$_archive"
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   python -m installer -d "$pkgdir" dist/*.whl
install -Dm0644 -t "$pkgdir/usr/share/man/man1/" doc/_build/man/*
 }



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

2022-03-28 Thread Caleb Maclennan via arch-commits
Date: Monday, March 28, 2022 @ 18:51:50
  Author: alerque
Revision: 1177395

archrelease: copy trunk to community-x86_64

Added:
  eva/repos/community-x86_64/
  eva/repos/community-x86_64/PKGBUILD
(from rev 1177394, eva/trunk/PKGBUILD)

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

Copied: eva/repos/community-x86_64/PKGBUILD (from rev 1177394, 
eva/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-03-28 18:51:50 UTC (rev 1177395)
@@ -0,0 +1,38 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Wesley Moore 
+
+pkgname=eva
+pkgver=0.2.7
+pkgrel=2
+pkgdesc='simple calculator REPL, similar to bc(1)'
+arch=(x86_64)
+url="https://github.com/NerdyPepper/$pkgname;
+license=(GPL3)
+depends=(gcc-libs)
+makedepends=(cargo)
+options=(debug)
+_archive="$pkgname-$pkgver"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('72b2e47e987102d67c9dcbb60e26c4ff0b20e6f844d0d2b9d91c3f073374aee0')
+
+prepare() {
+   cd "$_archive"
+   cargo update # upstream release lockfile isn't synced
+   cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+   cd "$_archive"
+   cargo build --frozen --release
+}
+
+check() {
+   cd "$_archive"
+   # Upstream tests broken on current Rust
+   # cargo test --frozen
+}
+
+package() {
+   cd "$_archive"
+   install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
+}



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

2022-03-28 Thread Caleb Maclennan via arch-commits
Date: Monday, March 28, 2022 @ 18:49:27
  Author: alerque
Revision: 1177394

Migrate eva from AUR

Added:
  eva/
  eva/repos/
  eva/trunk/
  eva/trunk/PKGBUILD

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

Added: eva/trunk/PKGBUILD
===
--- eva/trunk/PKGBUILD  (rev 0)
+++ eva/trunk/PKGBUILD  2022-03-28 18:49:27 UTC (rev 1177394)
@@ -0,0 +1,38 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Wesley Moore 
+
+pkgname=eva
+pkgver=0.2.7
+pkgrel=2
+pkgdesc='simple calculator REPL, similar to bc(1)'
+arch=(x86_64)
+url="https://github.com/NerdyPepper/$pkgname;
+license=(GPL3)
+depends=(gcc-libs)
+makedepends=(cargo)
+options=(debug)
+_archive="$pkgname-$pkgver"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('72b2e47e987102d67c9dcbb60e26c4ff0b20e6f844d0d2b9d91c3f073374aee0')
+
+prepare() {
+   cd "$_archive"
+   cargo update # upstream release lockfile isn't synced
+   cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+   cd "$_archive"
+   cargo build --frozen --release
+}
+
+check() {
+   cd "$_archive"
+   # Upstream tests broken on current Rust
+   # cargo test --frozen
+}
+
+package() {
+   cd "$_archive"
+   install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
+}



[arch-commits] Commit in python-pcapy/repos/community-x86_64 (3 files)

2022-03-28 Thread Evangelos Foutras via arch-commits
Date: Monday, March 28, 2022 @ 18:46:59
  Author: foutrelis
Revision: 1177393

archrelease: copy trunk to community-x86_64

Added:
  python-pcapy/repos/community-x86_64/PKGBUILD
(from rev 1177392, python-pcapy/trunk/PKGBUILD)
Deleted:
  python-pcapy/repos/community-x86_64/PKGBUILD
  
python-pcapy/repos/community-x86_64/replace-one-more-unsigned-int-len-with-Py_ssize_t.patch

-+
 PKGBUILD|   89 ++
 replace-one-more-unsigned-int-len-with-Py_ssize_t.patch |   23 ---
 2 files changed, 42 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 18:46:55 UTC (rev 1177392)
+++ PKGBUILD2022-03-28 18:46:59 UTC (rev 1177393)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-
-_pyname=pcapy-ng
-pkgname=python-pcapy
-pkgver=1.0.4
-pkgrel=2
-pkgdesc='Extension module that interfaces with the libpcap packet capture 
library'
-url='https://github.com/stamparm/pcapy-ng'
-arch=('x86_64')
-license=('Apache')
-depends=('python' 'libpcap')
-makedepends=('python' 'python-setuptools')
-source=(https://github.com/stamparm/pcapy-ng/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz
-replace-one-more-unsigned-int-len-with-Py_ssize_t.patch)
-sha256sums=('2fd66fbf5915199a9b92fd23051a0404fc95eca5ad0e9b20777539b314132951'
-'cef155f680372ba4a9bbd7dcc8fb1279b60147fefe960047fd84c95e3f0e16e7')
-sha512sums=('713238a91037c2b420df81cce68bc26e5993d40ba4797914798ea071b6a7fdc66530b6ab17cbd32aee4b77436e9d1bd8f54f9bda1f98f7d4363435c7e05ac190'
-
'3fdba64da2ace23d3fb31938c213aeb4e0858d93bf21093f27f44fa7f9bd43a54e5e8293683f703b9a3cb4fdaa3e4ccc4d5f22fa629bf70bf2a0e183df049f80')
-
-prepare() {
-  cd ${_pyname}-${pkgver}
-  # https://github.com/stamparm/pcapy-ng/pull/2
-  patch -Np1 -i ../replace-one-more-unsigned-int-len-with-Py_ssize_t.patch
-  sed -i '/self.assertEqual(refNone, sys.getrefcount(None))/d' 
tests/pcapytests.py
-}
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pyname}-${pkgver}/tests
-  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  PYTHONPATH="../build/lib.linux-${CARCH}-${PYTHONVERSION}" \
-python pcapytests.py
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 pcapy.html ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
-  rm -r "${pkgdir}/usr/share/doc/${_pyname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pcapy/repos/community-x86_64/PKGBUILD (from rev 1177392, 
python-pcapy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 18:46:59 UTC (rev 1177393)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+
+_pyname=pcapy-ng
+pkgname=python-pcapy
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='Extension module that interfaces with the libpcap packet capture 
library'
+url='https://github.com/stamparm/pcapy-ng'
+arch=('x86_64')
+license=('Apache')
+depends=('python' 'libpcap')
+makedepends=('python' 'python-setuptools')
+source=(https://github.com/stamparm/pcapy-ng/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
+sha256sums=('69b0294fdebbb2acd66f171e9b606db2fcd927d256674bb6681b9bdc2e0c5ca8')
+sha512sums=('aa41772541a769c4a4d8f76b46dac26079e5c66f915cfa57b9344186e5d823c928ea16bd327c35eecf8beaf0f74e881501d68d2583543142fecdb83ed7f9eafe')
+
+prepare() {
+  cd ${_pyname}-${pkgver}
+  sed -i '/self.assertEqual(refNone, sys.getrefcount(None))/d' 
tests/pcapytests.py
+}
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}/tests
+  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+  PYTHONPATH="../build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+python pcapytests.py
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 pcapy.html ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm -r "${pkgdir}/usr/share/doc/${_pyname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: replace-one-more-unsigned-int-len-with-Py_ssize_t.patch
===
--- replace-one-more-unsigned-int-len-with-Py_ssize_t.patch 2022-03-28 
18:46:55 UTC (rev 1177392)
+++ replace-one-more-unsigned-int-len-with-Py_ssize_t.patch 2022-03-28 
18:46:59 UTC (rev 1177393)
@@ -1,23 +0,0 @@
-From 2a95795c87738600a9dd1bf12db674614263f93e Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Thu, 9 Dec 2021 19:30:20 +0200
-Subject: [PATCH] Replace one more 'unsigned int len' with 

[arch-commits] Commit in python-pcapy/trunk (2 files)

2022-03-28 Thread Evangelos Foutras via arch-commits
Date: Monday, March 28, 2022 @ 18:46:55
  Author: foutrelis
Revision: 1177392

upgpkg: python-pcapy 1.0.5-1: new upstream release

Modified:
  python-pcapy/trunk/PKGBUILD
Deleted:
  python-pcapy/trunk/replace-one-more-unsigned-int-len-with-Py_ssize_t.patch

-+
 PKGBUILD|   15 +++--
 replace-one-more-unsigned-int-len-with-Py_ssize_t.patch |   23 --
 2 files changed, 5 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 18:32:57 UTC (rev 1177391)
+++ PKGBUILD2022-03-28 18:46:55 UTC (rev 1177392)
@@ -3,8 +3,8 @@
 
 _pyname=pcapy-ng
 pkgname=python-pcapy
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
 pkgdesc='Extension module that interfaces with the libpcap packet capture 
library'
 url='https://github.com/stamparm/pcapy-ng'
 arch=('x86_64')
@@ -11,17 +11,12 @@
 license=('Apache')
 depends=('python' 'libpcap')
 makedepends=('python' 'python-setuptools')
-source=(https://github.com/stamparm/pcapy-ng/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz
-replace-one-more-unsigned-int-len-with-Py_ssize_t.patch)
-sha256sums=('2fd66fbf5915199a9b92fd23051a0404fc95eca5ad0e9b20777539b314132951'
-'cef155f680372ba4a9bbd7dcc8fb1279b60147fefe960047fd84c95e3f0e16e7')
-sha512sums=('713238a91037c2b420df81cce68bc26e5993d40ba4797914798ea071b6a7fdc66530b6ab17cbd32aee4b77436e9d1bd8f54f9bda1f98f7d4363435c7e05ac190'
-
'3fdba64da2ace23d3fb31938c213aeb4e0858d93bf21093f27f44fa7f9bd43a54e5e8293683f703b9a3cb4fdaa3e4ccc4d5f22fa629bf70bf2a0e183df049f80')
+source=(https://github.com/stamparm/pcapy-ng/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
+sha256sums=('69b0294fdebbb2acd66f171e9b606db2fcd927d256674bb6681b9bdc2e0c5ca8')
+sha512sums=('aa41772541a769c4a4d8f76b46dac26079e5c66f915cfa57b9344186e5d823c928ea16bd327c35eecf8beaf0f74e881501d68d2583543142fecdb83ed7f9eafe')
 
 prepare() {
   cd ${_pyname}-${pkgver}
-  # https://github.com/stamparm/pcapy-ng/pull/2
-  patch -Np1 -i ../replace-one-more-unsigned-int-len-with-Py_ssize_t.patch
   sed -i '/self.assertEqual(refNone, sys.getrefcount(None))/d' 
tests/pcapytests.py
 }
 

Deleted: replace-one-more-unsigned-int-len-with-Py_ssize_t.patch
===
--- replace-one-more-unsigned-int-len-with-Py_ssize_t.patch 2022-03-28 
18:32:57 UTC (rev 1177391)
+++ replace-one-more-unsigned-int-len-with-Py_ssize_t.patch 2022-03-28 
18:46:55 UTC (rev 1177392)
@@ -1,23 +0,0 @@
-From 2a95795c87738600a9dd1bf12db674614263f93e Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Thu, 9 Dec 2021 19:30:20 +0200
-Subject: [PATCH] Replace one more 'unsigned int len' with Py_ssize_t
-
-Similar to commit 9d62fd8b86c0 ("Bug fix (segfault reported privately").

- bpfobj.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/bpfobj.cc b/bpfobj.cc
-index b8c164b..63d6af0 100644
 a/bpfobj.cc
-+++ b/bpfobj.cc
-@@ -193,7 +193,7 @@ p_filter(register bpfobject* bpf, PyObject* args)
- {
-   int status;
-   u_char* packet;
--  unsigned int len;
-+  Py_ssize_t len;
- 
-   if (Py_TYPE(bpf) != )
- {



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

2022-03-28 Thread Alexander Rødseth via arch-commits
Date: Monday, March 28, 2022 @ 18:32:57
  Author: arodseth
Revision: 1177391

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 1177390, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 18:32:52 UTC (rev 1177390)
+++ PKGBUILD2022-03-28 18:32:57 UTC (rev 1177391)
@@ -1,44 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Maintainer: David Runge 
-# Contributor: Panagiotis Mavrogiorgos 
-
-pkgname=nuitka
-pkgver=0.7.5
-pkgrel=1
-pkgdesc='Python compiler with full language support and CPython compatibility'
-arch=(any)
-url='https://nuitka.net/'
-license=(Apache)
-depends=(python-appdirs scons)
-makedepends=(python-setuptools)
-checkdepends=(ccache fuse2 patchelf python-boto3 python-brotli strace)
-optdepends=('ccache: for build caching'
-'chrpath: for building standalone executables'
-'pyside2: for using Qt5 APIs')
-source=("https://files.pythonhosted.org/packages/source/N/${pkgname^}/${pkgname^}-${pkgver}.tar.gz;)
-sha512sums=('dbf90b666557774ea8e0db43ed22bfea6c7f1cd1db07f90dcb6dd02429e0ee5b8f74f5b50a0f1a09ba42638aa8755180deac32b30f451fd7ef411fae43b4bc6a')
-b2sums=('4e041d291f20dc7cd3dc571e075131e481eb76b3168344f696865b054b502a8fb2072663c0bae8797f0c453779f872208e2a97d092806ce14ed11df11f41fdc4')
-
-prepare() {
-  cd ${pkgname^}-$pkgver
-  # in our build environment /etc/os-release will not exist, but 
/usr/lib/os-release will
-  sed -e 's|/etc/os-release|/usr/lib/os-release|' -i nuitka/utils/Utils.py
-}
-
-build() {
-  cd ${pkgname^}-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname^}-$pkgver
-  # skip tests for other interpreters, jinja2 and for those that require 
network access
-  # NOTE: the test uses "strace", which is currently not supported by the 
reproducible build system
-  ./tests/run-tests --no-other-python --skip-onefile-tests 
--skip-other-cpython-tests --skip-reflection-test
-}
-
-package() {
-  cd ${pkgname^}-$pkgver
-  python setup.py install --optimize=1 --root="$pkgdir" --skip-build
-  install -Dm644 {Changelog,Developer_Manual,README}.rst -t 
"$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: nuitka/repos/community-any/PKGBUILD (from rev 1177390, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 18:32:57 UTC (rev 1177391)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth 
+# Maintainer: David Runge 
+# Contributor: Panagiotis Mavrogiorgos 
+
+pkgname=nuitka
+pkgver=0.7.6
+pkgrel=1
+pkgdesc='Python compiler with full language support and CPython compatibility'
+arch=(any)
+url='https://nuitka.net/'
+license=(Apache)
+depends=(python-appdirs scons)
+makedepends=(python-setuptools)
+checkdepends=(ccache fuse2 patchelf python-boto3 python-brotli strace)
+optdepends=('ccache: for build caching'
+'chrpath: for building standalone executables'
+'pyside2: for using Qt5 APIs')
+source=("https://files.pythonhosted.org/packages/source/N/${pkgname^}/${pkgname^}-${pkgver}.tar.gz;)
+b2sums=('9b6f236691b0a05fafa4b90af84cb2c11f05c5f96ca4e31124ca40af0912826aa1f1db7334b71a316b71f7a0bc98d92cf7980caacc96a68aabaf6ce1b7b25352')
+
+prepare() {
+  cd ${pkgname^}-$pkgver
+  # in our build environment /etc/os-release will not exist, but 
/usr/lib/os-release will
+  sed -e 's,/etc/os-release,/usr/lib/os-release,' -i nuitka/utils/Utils.py
+}
+
+build() {
+  cd ${pkgname^}-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ${pkgname^}-$pkgver
+  # skip tests for other interpreters, jinja2 and for those that require 
network access
+  # NOTE: the test uses "strace", which is currently not supported by the 
reproducible build system
+  ./tests/run-tests --no-other-python --skip-onefile-tests 
--skip-other-cpython-tests --skip-reflection-test
+}
+
+package() {
+  cd ${pkgname^}-$pkgver
+  python setup.py install --optimize=1 --root="$pkgdir" --skip-build
+  install -Dm644 {Changelog,Developer_Manual,README}.rst -t 
"$pkgdir/usr/share/doc/$pkgname/"
+}



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

2022-03-28 Thread Alexander Rødseth via arch-commits
Date: Monday, March 28, 2022 @ 18:32:52
  Author: arodseth
Revision: 1177390

upgpkg: nuitka 0.7.6-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 16:50:54 UTC (rev 1177389)
+++ PKGBUILD2022-03-28 18:32:52 UTC (rev 1177390)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos 
 
 pkgname=nuitka
-pkgver=0.7.5
+pkgver=0.7.6
 pkgrel=1
 pkgdesc='Python compiler with full language support and CPython compatibility'
 arch=(any)
@@ -16,13 +16,12 @@
 'chrpath: for building standalone executables'
 'pyside2: for using Qt5 APIs')
 
source=("https://files.pythonhosted.org/packages/source/N/${pkgname^}/${pkgname^}-${pkgver}.tar.gz;)
-sha512sums=('dbf90b666557774ea8e0db43ed22bfea6c7f1cd1db07f90dcb6dd02429e0ee5b8f74f5b50a0f1a09ba42638aa8755180deac32b30f451fd7ef411fae43b4bc6a')
-b2sums=('4e041d291f20dc7cd3dc571e075131e481eb76b3168344f696865b054b502a8fb2072663c0bae8797f0c453779f872208e2a97d092806ce14ed11df11f41fdc4')
+b2sums=('9b6f236691b0a05fafa4b90af84cb2c11f05c5f96ca4e31124ca40af0912826aa1f1db7334b71a316b71f7a0bc98d92cf7980caacc96a68aabaf6ce1b7b25352')
 
 prepare() {
   cd ${pkgname^}-$pkgver
   # in our build environment /etc/os-release will not exist, but 
/usr/lib/os-release will
-  sed -e 's|/etc/os-release|/usr/lib/os-release|' -i nuitka/utils/Utils.py
+  sed -e 's,/etc/os-release,/usr/lib/os-release,' -i nuitka/utils/Utils.py
 }
 
 build() {



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

2022-03-28 Thread Christian Hesse via arch-commits
Date: Monday, March 28, 2022 @ 17:29:51
  Author: eworm
Revision: 440806

archrelease: copy trunk to testing-x86_64

Added:
  gparted/repos/testing-x86_64/
  gparted/repos/testing-x86_64/PKGBUILD
(from rev 440805, gparted/trunk/PKGBUILD)

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

Copied: gparted/repos/testing-x86_64/PKGBUILD (from rev 440805, 
gparted/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-03-28 17:29:51 UTC (rev 440806)
@@ -0,0 +1,53 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='A Partition Magic clone, frontend to GNU Parted'
+arch=('x86_64')
+url='https://gparted.org/'
+license=('GPL')
+depends=('parted' 'gtkmm3')
+makedepends=('intltool' 'itstool' 'pkg-config' 'yelp-tools' 'polkit')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+'jfsutils: for jfs partitions'
+'f2fs-tools: for Flash-Friendly File System'
+'btrfs-progs: for btrfs partitions'
+'exfatprogs: for exFAT partitions'
+'ntfs-3g: for ntfs partitions'
+'reiserfsprogs: for reiser partitions'
+'udftools: for UDF file system support'
+'xfsprogs: for xfs partitions'
+'nilfs-utils: for nilfs2 support'
+'polkit: to run gparted from application menu'
+'gpart: for recovering corrupt partition tables'
+'mtools: utilities to access MS-DOS disks'
+'xorg-xhost: authorization from wayland')
+validpgpkeys=('BB09FFB87563FA2E1A22146817A6D3FF338C9570') # "Curtis Gedak 
"
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('e5293a792e53fdbeba29c4a834113cd9603d0d639330da931a468bf3687887be'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/gparted \
+  --enable-online-resize \
+  --enable-libparted-dmraid \
+  --enable-xhost-root
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # Install policy file
+  install -D -m0644 org.gnome.gparted.policy \
+  "${pkgdir}"/usr/share/polkit-1/actions/org.gnome.gparted.policy
+}



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

2022-03-28 Thread Christian Hesse via arch-commits
Date: Monday, March 28, 2022 @ 17:29:39
  Author: eworm
Revision: 440805

upgpkg: gparted 1.4.0-1: new upstream release

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 16:56:26 UTC (rev 440804)
+++ PKGBUILD2022-03-28 17:29:39 UTC (rev 440805)
@@ -3,7 +3,7 @@
 # Contributor: György Balló 
 
 pkgname=gparted
-pkgver=1.3.1
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='A Partition Magic clone, frontend to GNU Parted'
 arch=('x86_64')
@@ -27,7 +27,7 @@
 'xorg-xhost: authorization from wayland')
 validpgpkeys=('BB09FFB87563FA2E1A22146817A6D3FF338C9570') # "Curtis Gedak 
"
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('5eee2e6d74b15ef96b13b3a2310c868ed2298e03341021e7d12a5a98a1d1e109'
+sha256sums=('e5293a792e53fdbeba29c4a834113cd9603d0d639330da931a468bf3687887be'
 'SKIP')
 
 build() {



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

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:56:16
  Author: arojas
Revision: 440803

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:56:05 UTC (rev 440802)
+++ PKGBUILD2022-03-28 16:56:16 UTC (rev 440803)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-webview
-_qtver=6.3.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=('4a7581d9f978aac79263f631559a75d1cf98a564cccf8e668a5688346631659e')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440802, 
qt6-webview/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:56:16 UTC (rev 440803)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-webview
+_qtver=6.3.0-rc
+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=('5c397833b5220b1cdc3a98ac864a81fbfa168e7950c7a7fa91f623c6a718d893')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-5compat/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:56:26
  Author: arojas
Revision: 440804

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:56:16 UTC (rev 440803)
+++ PKGBUILD2022-03-28 16:56:26 UTC (rev 440804)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-5compat
-_qtver=6.3.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)
-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=('226e372d4ebc2cb54bae61b1c8562a3a07df0adc3ffca7ce3b3661b8939d7375')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440803, 
qt6-5compat/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:56:26 UTC (rev 440804)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-5compat
+_qtver=6.3.0-rc
+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)
+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=('07952ec1c81de5505c50e60851a040800131671b8298ae62386b0742a4ea051d')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:56:05
  Author: arojas
Revision: 440802

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:55:55 UTC (rev 440801)
+++ PKGBUILD2022-03-28 16:56:05 UTC (rev 440802)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-wayland
-_qtver=6.3.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=('e943bedf1da1b7917c6a351cb78c199637d585dd2634421245d85c51eb229d0f')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440801, 
qt6-wayland/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:56:05 UTC (rev 440802)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-wayland
+_qtver=6.3.0-rc
+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=('0a26af10129737b100372cf0dceea955a043b2fe32e93489e2ac78be83060e0c')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:55:55
  Author: arojas
Revision: 440801

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:55:46 UTC (rev 440800)
+++ PKGBUILD2022-03-28 16:55:55 UTC (rev 440801)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-virtualkeyboard
-_qtver=6.3.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=('3862b169f7829701199e284efe7356685fce2c0ccbf6dda37161d806171e683f')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 
440800, qt6-virtualkeyboard/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:55:55 UTC (rev 440801)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-virtualkeyboard
+_qtver=6.3.0-rc
+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=('a09fb257c43208348a1f182b843f415c7d6642901793739c573e09f188eab63e')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:55:46
  Author: arojas
Revision: 440800

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:55:37 UTC (rev 440799)
+++ PKGBUILD2022-03-28 16:55:46 UTC (rev 440800)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-translations
-_qtver=6.3.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=('4c8a11033c99edbddb88e6eb2e79edca387af5e4e07dd1db0cdc8598a9e72b9d')
-
-build() {
-  export PATH="/usr/lib/qt6/bin:$PATH"
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440799, 
qt6-translations/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:55:46 UTC (rev 440800)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-translations
+_qtver=6.3.0-rc
+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=('a4d7b02a75e1f677ccf93a6d85c463026edea1168d2c1c54bb6b6b323d8c41ac')
+
+build() {
+  export PATH="/usr/lib/qt6/bin:$PATH"
+  cmake -B build -S $_pkgfn -G Ninja
+  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-sensors/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:55:27
  Author: arojas
Revision: 440798

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:55:17 UTC (rev 440797)
+++ PKGBUILD2022-03-28 16:55:27 UTC (rev 440798)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-sensors
-_qtver=6.3.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=('2daebce2f9195cbc670e2172b896e11924fcce8a8ab09d6c1f1ec647686118a5')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440797, 
qt6-sensors/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:55:27 UTC (rev 440798)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-sensors
+_qtver=6.3.0-rc
+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=('2262f7c13ac05fefcfa330261060d6a4673ac73057da3162c55791cc4e84806e')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:55:37
  Author: arojas
Revision: 440799

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:55:27 UTC (rev 440798)
+++ PKGBUILD2022-03-28 16:55:37 UTC (rev 440799)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-serialbus
-_qtver=6.3.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=('ce56e533cd9a45cf84a097cc844849c51b25ddac5a9619f43341bea680e9e5e0')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440798, 
qt6-serialbus/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:55:37 UTC (rev 440799)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-serialbus
+_qtver=6.3.0-rc
+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=('25d054b83b9829a8ef02202516a3cde521eff75d3989a340d82bfa9b6449cac7')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:55:07
  Author: arojas
Revision: 440796

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:54:54 UTC (rev 440795)
+++ PKGBUILD2022-03-28 16:55:07 UTC (rev 440796)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-remoteobjects
-_qtver=6.3.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=('96959971f6fcae640d8c47135ecf44105606c786bf89c934cca091a28dea330b')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440795, 
qt6-remoteobjects/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:55:07 UTC (rev 440796)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-remoteobjects
+_qtver=6.3.0-rc
+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=('f7c248e386c21315f910f5e0c1df6ecb0673a7526bd7c6d25c7c5c1206c87124')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:55:17
  Author: arojas
Revision: 440797

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:55:07 UTC (rev 440796)
+++ PKGBUILD2022-03-28 16:55:17 UTC (rev 440797)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-scxml
-_qtver=6.3.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=('d1f5a1297c636fe9aa08d5611f4121f2295a0f84e309a649179fa2186bd049ef')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440796, 
qt6-scxml/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:55:17 UTC (rev 440797)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-scxml
+_qtver=6.3.0-rc
+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=('3c603b8082db6ea1012750882d0051656de7412215267bd16cf66afe32c01856')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:54:54
  Author: arojas
Revision: 440795

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:54:44 UTC (rev 440794)
+++ PKGBUILD2022-03-28 16:54:54 UTC (rev 440795)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-quick3d
-_qtver=6.3.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=('f87fbf73ad10f994e76fd887d4f2612f3f1c325fbe69d4429b99a781b53b1c9d')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440794, 
qt6-quick3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:54:54 UTC (rev 440795)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-quick3d
+_qtver=6.3.0-rc
+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=('91ce653a33970745607bfe9da76f1c70b1432424a56c6e3d99880bb9b40fb4ac')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:54:44
  Author: arojas
Revision: 440794

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:54:34 UTC (rev 440793)
+++ PKGBUILD2022-03-28 16:54:44 UTC (rev 440794)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-networkauth
-_qtver=6.3.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=('1d65b0a315032ebd3665e0a22c6d03a52dd5975c389911ccb00546b9409464e9')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440793, 
qt6-networkauth/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:54:44 UTC (rev 440794)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-networkauth
+_qtver=6.3.0-rc
+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=('5c66f2dae0cf9379b438f9f0a8fba0148c55aa9dab1a02867f3773132a7234a9')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:54:34
  Author: arojas
Revision: 440793

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:54:24 UTC (rev 440792)
+++ PKGBUILD2022-03-28 16:54:34 UTC (rev 440793)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-multimedia
-_qtver=6.3.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'
-depends=(qt6-base gst-plugins-base)
-makedepends=(cmake ninja qt6-declarative qt6-shadertools libpulse)
-optdepends=('qt6-declarative: QML bindings'
-'gst-plugins-good: camera support, additional plugins'
-'gst-plugins-bad: camera support, additional plugins'
-'gst-plugins-ugly: additional plugins'
-'gst-libav: ffmpeg 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=('b627d2f779437d5029f85df75f79699eadddab7e6e02fe175bc8e7065a467cac')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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-multimedia/repos/kde-unstable-x86_64/PKGBUILD (from rev 440792, 
qt6-multimedia/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:54:34 UTC (rev 440793)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-multimedia
+_qtver=6.3.0-rc
+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'
+depends=(qt6-base gst-plugins-base)
+makedepends=(cmake ninja qt6-declarative qt6-shadertools libpulse)
+optdepends=('qt6-declarative: QML bindings'
+'gst-plugins-good: camera support, additional plugins'
+'gst-plugins-bad: camera support, additional plugins'
+'gst-plugins-ugly: additional plugins'
+'gst-libav: ffmpeg 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=('94d3df0fc0053be246d47cfe8669863412f9d4ec11b32c703b9cf0fe028f9542')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:54:24
  Author: arojas
Revision: 440792

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:54:15 UTC (rev 440791)
+++ PKGBUILD2022-03-28 16:54:24 UTC (rev 440792)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-lottie
-_qtver=6.3.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=('6168fe987edc64f9afca7314af4af41ada5f86dee715a8c88e90c3b4df614a3c')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440791, 
qt6-lottie/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:54:24 UTC (rev 440792)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-lottie
+_qtver=6.3.0-rc
+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=('ab00fe1701b4fc281723ae81c358426854cd42386befe10f59fe82a08fb5975f')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:54:15
  Author: arojas
Revision: 440791

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:53:42 UTC (rev 440790)
+++ PKGBUILD2022-03-28 16:54:15 UTC (rev 440791)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-imageformats
-_qtver=6.3.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=('f0d0a4e3bb41ba994486a45279ab7735b961059b8623a15f5a7962596ebd42ae')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440790, 
qt6-imageformats/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:54:15 UTC (rev 440791)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-imageformats
+_qtver=6.3.0-rc
+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=('d5f3506afc84ce1f97066103ea8a76779c51f0479157c102ac6883a5f5382311')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:53:42
  Author: arojas
Revision: 440790

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:53:24 UTC (rev 440789)
+++ PKGBUILD2022-03-28 16:53:42 UTC (rev 440790)
@@ -1,66 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt6-doc
-pkgname=(qt6-doc qt6-examples)
-_qtver=6.3.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=('3842ac0e3e3438ec63c8f8aae19a6cf2641d56a3013f9f23c2c43d6c5badf9f8')
-
-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
-  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 440789, 
qt6-doc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:53:42 UTC (rev 440790)
@@ -0,0 +1,66 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt6-doc
+pkgname=(qt6-doc qt6-examples)
+_qtver=6.3.0-rc
+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=('307c3aac2a12e7f47104e11724d1c8b6b7f2237571865a51b0bc96272eae97e6')
+
+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
+  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)
+  

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

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:53:24
  Author: arojas
Revision: 440789

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:53:13 UTC (rev 440788)
+++ PKGBUILD2022-03-28 16:53:24 UTC (rev 440789)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-datavis3d
-_qtver=6.3.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=('dfd652760db3660c6d42f56524c8f94a9ac667d18a7a060e13d06381ea6584f7')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440788, 
qt6-datavis3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:53:24 UTC (rev 440789)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-datavis3d
+_qtver=6.3.0-rc
+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=('8323d2cacfff46f4d5bb8a67d9396c59f5ff92a526644513749bfcff2974a8aa')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:53:13
  Author: arojas
Revision: 440788

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:52:55 UTC (rev 440787)
+++ PKGBUILD2022-03-28 16:53:13 UTC (rev 440788)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-charts
-_qtver=6.3.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=('08aacfd423bb1256112fe9af480b0c62551d07ab15cebda5e48a0b4177c75e20')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440787, 
qt6-charts/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:53:13 UTC (rev 440788)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-charts
+_qtver=6.3.0-rc
+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=('20b1ec365148356cc5768abd14fbdb804e2c85d358400308370f4f2e3881f4d9')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:52:55
  Author: arojas
Revision: 440787

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:52:39 UTC (rev 440786)
+++ PKGBUILD2022-03-28 16:52:55 UTC (rev 440787)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-3d
-_qtver=6.3.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=('1e976bdc32e69cde3085087d5e3fc476c6b5837242ac7f3467b2f9fb364857d3')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440786, 
qt6-3d/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:52:55 UTC (rev 440787)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-3d
+_qtver=6.3.0-rc
+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=('6bfd4065b36919d53a7aff201617321043213e3ba9f773cad8a1341e776ab48e')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-quicktimeline/repos/kde-unstable-x86_64 (2 files)

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:52:39
  Author: arojas
Revision: 440786

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:51:52 UTC (rev 440785)
+++ PKGBUILD2022-03-28 16:52:39 UTC (rev 440786)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-quicktimeline
-_qtver=6.3.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=('f93c3ea9b615783015df4f5537a076d5fcf75cd7840d1896d433ec6a967b130a')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440785, 
qt6-quicktimeline/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:52:39 UTC (rev 440786)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-quicktimeline
+_qtver=6.3.0-rc
+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=('5f2955ba65dbd55dcf3dabe2a6523a7de5015ac7675106febb069c20a2f9de72')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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 (3 files)

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:51:52
  Author: arojas
Revision: 440785

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

Added:
  qt6-webengine/repos/kde-unstable-x86_64/PKGBUILD
(from rev 440784, qt6-webengine/kde-unstable/PKGBUILD)
  qt6-webengine/repos/kde-unstable-x86_64/system-icu.patch
(from rev 440784, qt6-webengine/kde-unstable/system-icu.patch)
Deleted:
  qt6-webengine/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 system-icu.patch |   84 
 2 files changed, 130 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:51:34 UTC (rev 440784)
+++ PKGBUILD2022-03-28 16:51:52 UTC (rev 440785)
@@ -1,46 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-webengine
-_qtver=6.3.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 
- libevent snappy nss libxslt minizip ffmpeg re2 libvpx libxtst 
ttf-font pciutils)
-makedepends=(cmake ninja python-html5lib gperf jsoncpp qt6-tools pipewire 
nodejs qt6-websockets)
-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
-
qt6-webengine-ffmpeg5.patch::https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=b5afc89e)
-sha256sums=('847495f1415646327ff3656375730336c5cc08226eaef21cb961a513569ec449'
-'415d7867de841f72fd4308c41ba0d506058ea46e8b5f36a99cd4382721fd376c')
-
-prepare() {
-  patch -d $_pkgfn/src/3rdparty -p1 < qt6-webengine-ffmpeg5.patch # Fix build 
with ffmpeg 5
-}
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_TOOLCHAIN_FILE=/usr/lib/cmake/Qt6/qt.toolchain.cmake \
--DQT_FEATURE_webengine_system_ffmpeg=ON \
--DQT_FEATURE_webengine_system_icu=OFF \
--DQT_FEATURE_webengine_system_libevent=ON \
--DQT_FEATURE_webengine_system_libxslt=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 440784, 
qt6-webengine/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:51:52 UTC (rev 440785)
@@ -0,0 +1,46 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-webengine
+_qtver=6.3.0-rc
+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 
+ libevent snappy nss libxslt minizip ffmpeg re2 libvpx libxtst 
ttf-font pciutils)
+makedepends=(cmake ninja python-html5lib gperf jsoncpp qt6-tools pipewire 
nodejs qt6-websockets)
+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
+system-icu.patch)
+sha256sums=('448b8b408c2959718bb220f3edd660806892d9939a43dbf118aa325cd95ea7f8'
+'469ca3f2da107dd28736f827cb20e5658455cb70bd277e101c50f80d00931944')
+
+prepare() {
+  patch -d $_pkgfn -p1 < system-icu.patch # Fix build with system ICU
+}
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-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_system_libxslt=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/system-icu.patch (from rev 
440784, qt6-webengine/kde-unstable/system-icu.patch)

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

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:51:24
  Author: arojas
Revision: 440783

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:51:15 UTC (rev 440782)
+++ PKGBUILD2022-03-28 16:51:24 UTC (rev 440783)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-websockets
-_qtver=6.3.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=('f13c30fed0dc717a7a91a2aa75b2cbef922fac4d2ed96b3316f7f2a143633f9d')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440782, 
qt6-websockets/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:51:24 UTC (rev 440783)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-websockets
+_qtver=6.3.0-rc
+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=('78a2e76feb558b39d50613a29290d84c5cdc90f3a87796584a97fcfd6913aae4')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-webchannel/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:51:34
  Author: arojas
Revision: 440784

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:51:24 UTC (rev 440783)
+++ PKGBUILD2022-03-28 16:51:34 UTC (rev 440784)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-webchannel
-_qtver=6.3.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=('3a050e614270f73c1830d029ee61def169509dba4c0c7512472fab3e76186b36')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440783, 
qt6-webchannel/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:51:34 UTC (rev 440784)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-webchannel
+_qtver=6.3.0-rc
+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=('8feeb56dd0f0288b751a3cb8618141ba91ca9983a4e199382cdf21b7fb2df214')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:51:05
  Author: arojas
Revision: 440781

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:50:55 UTC (rev 440780)
+++ PKGBUILD2022-03-28 16:51:05 UTC (rev 440781)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-positioning
-_qtver=6.3.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=('588de3a7747dec1c50eba158e8ec529407d86c832fd3ee6d2b1297165c3e73b1')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440780, 
qt6-positioning/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:51:05 UTC (rev 440781)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-positioning
+_qtver=6.3.0-rc
+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=('df223c2371235281bb5222d5bdb75fe8cea7c78493d220be2a1dbf1f461c8f24')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:51:15
  Author: arojas
Revision: 440782

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:51:05 UTC (rev 440781)
+++ PKGBUILD2022-03-28 16:51:15 UTC (rev 440782)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-svg
-_qtver=6.3.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=('7b2afbc6692ba38d326dfe2a8daa9883a705f067ee468b2d36c2c59245ccd452')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440781, 
qt6-svg/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:51:15 UTC (rev 440782)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-svg
+_qtver=6.3.0-rc
+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=('1b8149455612252ad34230956de2d50f271a803752839c11c082a2a6219ce087')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:50:55
  Author: arojas
Revision: 440780

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:50:46 UTC (rev 440779)
+++ PKGBUILD2022-03-28 16:50:55 UTC (rev 440780)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-connectivity
-_qtver=6.3.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)
-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=('8dd546a628a6a02c0b179bb98602692b4abf40773772d746a31f86d426c00aa0')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440779, 
qt6-connectivity/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:50:55 UTC (rev 440780)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-connectivity
+_qtver=6.3.0-rc
+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)
+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=('8a029d52bee88b628c015871070f5bd8411d953f7dac9c488ad9231c8b6631e9')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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 python-pipenv/repos/community-any (PKGBUILD PKGBUILD)

2022-03-28 Thread Andrew Crerar via arch-commits
Date: Monday, March 28, 2022 @ 16:50:54
  Author: andrewsc
Revision: 1177389

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:50:36 UTC (rev 1177388)
+++ PKGBUILD2022-03-28 16:50:54 UTC (rev 1177389)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Andrew Crerar 
-# Contributor: Maikel Wever 
-
-pkgname=python-pipenv
-pkgver=2022.3.24
-pkgrel=1
-pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
-url="https://pipenv.pypa.io;
-arch=('any')
-license=('MIT')
-depends=('python' 'python-pip' 'python-certifi'
- 'python-virtualenv-clone' 'python-virtualenv')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-sha512sums=('fc242620e4bcdc6f6a099dd0e2a87f41663e536bdd43218441f119336595459265d2d290ef9beb56495214de446d809fbfe347dccbe234f08fd819473c2bb211')
-
-build() {
-  cd "pipenv-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "pipenv-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  pushd pipenv
-  find . -name \*LICENSE\* -exec install -Dm 644 \{\} 
"${pkgdir}/usr/share/licenses/${pkgname}/"\{\} \;
-  popd
-
-  PIPENV_SHELL=bash python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv"
-  PIPENV_SHELL=zsh  python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_pipenv"
-  PIPENV_SHELL=fish python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/fish/vendor_completions.d/pipenv.fish"
-}

Copied: python-pipenv/repos/community-any/PKGBUILD (from rev 1177388, 
python-pipenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:50:54 UTC (rev 1177389)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Andrew Crerar 
+# Contributor: Maikel Wever 
+
+pkgname=python-pipenv
+pkgver=2022.3.28
+pkgrel=1
+pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
+url="https://pipenv.pypa.io;
+arch=('any')
+license=('MIT')
+depends=('python' 'python-pip' 'python-certifi'
+ 'python-virtualenv-clone' 'python-virtualenv')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
+sha512sums=('368195bcb93c79d7af4e816811f77801218a601890bf58402664cb3e9edd632d06096a67ec13199ecd4765fc2d105cb967bf256e7871e18b93b4b1a32928bfa7')
+
+build() {
+  cd "pipenv-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "pipenv-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  pushd pipenv
+  find . -name \*LICENSE\* -exec install -Dm 644 \{\} 
"${pkgdir}/usr/share/licenses/${pkgname}/"\{\} \;
+  popd
+
+  PIPENV_SHELL=bash python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv"
+  PIPENV_SHELL=zsh  python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_pipenv"
+  PIPENV_SHELL=fish python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/fish/vendor_completions.d/pipenv.fish"
+}



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

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:50:46
  Author: arojas
Revision: 440779

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:50:28 UTC (rev 440778)
+++ PKGBUILD2022-03-28 16:50:46 UTC (rev 440779)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-serialport
-_qtver=6.3.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=('505b48e002cc3aa87589d68107d5a1ee3bf5dc6d8fc5a83aa440595b67fc2440')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440778, 
qt6-serialport/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:50:46 UTC (rev 440779)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-serialport
+_qtver=6.3.0-rc
+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=('dcf99d79965ba976fcafd722b709943d9aec1c7ae3196e30505bda02d3376ecc')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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 python-pipenv/trunk (PKGBUILD)

2022-03-28 Thread Andrew Crerar via arch-commits
Date: Monday, March 28, 2022 @ 16:50:36
  Author: andrewsc
Revision: 1177388

upgpkg: python-pipenv 2022.3.28-1

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 16:44:54 UTC (rev 1177387)
+++ PKGBUILD2022-03-28 16:50:36 UTC (rev 1177388)
@@ -3,7 +3,7 @@
 # Contributor: Maikel Wever 
 
 pkgname=python-pipenv
-pkgver=2022.3.24
+pkgver=2022.3.28
 pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://pipenv.pypa.io;
@@ -13,7 +13,7 @@
  'python-virtualenv-clone' 'python-virtualenv')
 makedepends=('python-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-sha512sums=('fc242620e4bcdc6f6a099dd0e2a87f41663e536bdd43218441f119336595459265d2d290ef9beb56495214de446d809fbfe347dccbe234f08fd819473c2bb211')
+sha512sums=('368195bcb93c79d7af4e816811f77801218a601890bf58402664cb3e9edd632d06096a67ec13199ecd4765fc2d105cb967bf256e7871e18b93b4b1a32928bfa7')
 
 build() {
   cd "pipenv-${pkgver}"



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

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:50:28
  Author: arojas
Revision: 440778

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:49:39 UTC (rev 440777)
+++ PKGBUILD2022-03-28 16:50:28 UTC (rev 440778)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-tools
-_qtver=6.3.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)
-optdepends=('qt6-declarative: for qdoc' 'clang: for qdoc and lupdate')
-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=('ad94b6351979ff9a54c63a78283aab1b0aee4789c69adba0313d42b7b8ed')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DINSTALL_PUBLICBINDIR=usr/bin
-  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 440777, 
qt6-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:50:28 UTC (rev 440778)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-tools
+_qtver=6.3.0-rc
+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)
+optdepends=('qt6-declarative: for qdoc' 'clang: for qdoc and lupdate')
+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=('2bd6eaeeba4ba48d273a43d773917ddae85bbd886fe4d2ce85b304138ab14782')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DINSTALL_PUBLICBINDIR=usr/bin
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:49:39
  Author: arojas
Revision: 440777

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:49:26 UTC (rev 440776)
+++ PKGBUILD2022-03-28 16:49:39 UTC (rev 440777)
@@ -1,44 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-declarative
-_qtver=6.3.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=('ec7792b6bbc52869d6d8303e637cc8b1b0a44be5eb6e2ae8e439a40f286ff5c0')
-
-build() {
-  export CXXFLAGS+=" -ffat-lto-objects"
-  cmake -B build -S $_pkgfn -G Ninja \
--DINSTALL_PUBLICBINDIR=usr/bin
-  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 440776, 
qt6-declarative/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:49:39 UTC (rev 440777)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-declarative
+_qtver=6.3.0-rc
+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=('18c977479b4ddad093b7de0cead9a22e3ad3a01af98a2143e1cac2d3e3a24e9a')
+
+build() {
+  export CXXFLAGS+=" -ffat-lto-objects"
+  cmake -B build -S $_pkgfn -G Ninja \
+-DINSTALL_PUBLICBINDIR=usr/bin
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:49:26
  Author: arojas
Revision: 440776

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:49:15 UTC (rev 440775)
+++ PKGBUILD2022-03-28 16:49:26 UTC (rev 440776)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-languageserver
-_qtver=6.3.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=('ab68d74c1627c5ffbf718bd05fa8e8e15bc66cfba625d2fb49fc3489d2db07a9')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440775, 
qt6-languageserver/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:49:26 UTC (rev 440776)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-languageserver
+_qtver=6.3.0-rc
+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=('a712626a451d2117e9de8cda72c65f83b7f7d062c5cd6157b59ea1bd8406090f')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:49:15
  Author: arojas
Revision: 440775

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:48:40 UTC (rev 440774)
+++ PKGBUILD2022-03-28 16:49:15 UTC (rev 440775)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-shadertools
-_qtver=6.3.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=('24e14916ba7ee8a0b9f292dffebcba45db7fbf0b2967691605b952e22a3e949f')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  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 440774, 
qt6-shadertools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:49:15 UTC (rev 440775)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-shadertools
+_qtver=6.3.0-rc
+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=('41f270202b6fab4502cd804479307e0cf079b2d365697c831c18f4005d66c732')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  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-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:48:40
  Author: arojas
Revision: 440774

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

Added:
  qt6-base/repos/kde-unstable-x86_64/PKGBUILD
(from rev 440773, qt6-base/kde-unstable/PKGBUILD)
  qt6-base/repos/kde-unstable-x86_64/qt6-base-cflags.patch
(from rev 440773, qt6-base/kde-unstable/qt6-base-cflags.patch)
  qt6-base/repos/kde-unstable-x86_64/qt6-base-nostrip.patch
(from rev 440773, 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   |  148 +++
 qt6-base-cflags.patch  |   92 ++---
 qt6-base-nostrip.patch |   26 
 3 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 16:34:29 UTC (rev 440773)
+++ PKGBUILD2022-03-28 16:48:40 UTC (rev 440774)
@@ -1,74 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-base
-_qtver=6.3.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=('c8febc2dedd53c336a20f50823e17430b94526a1b1704e42bbce3e6e4e159cc4'
-'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
-  cmake --build build
-}
-
-package() {
-  depends+=(qt6-translations)
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -Dm644 $_pkgfn/LICENSE* -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 440773, 
qt6-base/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 16:48:40 UTC (rev 440774)
@@ -0,0 +1,74 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-base
+_qtver=6.3.0-rc
+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'
+   

[arch-commits] Commit in gitlab/repos (14 files)

2022-03-28 Thread Anatol Pomozov via arch-commits
Date: Monday, March 28, 2022 @ 16:44:54
  Author: anatolik
Revision: 1177387

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab/repos/community-testing-x86_64/
  gitlab/repos/community-testing-x86_64/PKGBUILD
(from rev 1177386, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-testing-x86_64/configs.patch
(from rev 1177386, gitlab/trunk/configs.patch)
  gitlab/repos/community-testing-x86_64/environment
(from rev 1177386, gitlab/trunk/environment)
  gitlab/repos/community-testing-x86_64/fixes.patch
(from rev 1177386, gitlab/trunk/fixes.patch)
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
(from rev 1177386, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
(from rev 1177386, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
(from rev 1177386, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-testing-x86_64/gitlab-puma.service
(from rev 1177386, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
(from rev 1177386, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-testing-x86_64/gitlab.install
(from rev 1177386, gitlab/trunk/gitlab.install)
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
(from rev 1177386, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-testing-x86_64/gitlab.target
(from rev 1177386, gitlab/trunk/gitlab.target)
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
(from rev 1177386, gitlab/trunk/gitlab.tmpfiles.d)

-+
 PKGBUILD|  185 +
 configs.patch   |  291 ++
 environment |3 
 fixes.patch |   20 +++
 gitlab-backup.service   |   19 +++
 gitlab-backup.timer |   10 +
 gitlab-mailroom.service |   21 +++
 gitlab-puma.service |   34 +
 gitlab-sidekiq.service  |   30 
 gitlab.install  |   34 +
 gitlab.logrotate|6 
 gitlab.target   |7 +
 gitlab.tmpfiles.d   |1 
 13 files changed, 661 insertions(+)

Copied: gitlab/repos/community-testing-x86_64/PKGBUILD (from rev 1177386, 
gitlab/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-03-28 16:44:54 UTC (rev 1177387)
@@ -0,0 +1,185 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Jonas Heinrich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+# Contributor: Caleb Maclennan 
+
+pkgname=gitlab
+pkgver=14.9.1
+pkgrel=1
+pkgdesc="Project management and code hosting application"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-foss;
+license=('MIT')
+options=(!buildflags)
+depends=('ruby2.7' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 'openssh' 'redis' 
'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
+makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
+optdepends=('postgresql: database backend'
+'python-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/gitlab/database.yml"
+"etc/webapps/gitlab/gitlab.yml"
+"etc/webapps/gitlab/resque.yml"
+"etc/webapps/gitlab/puma.rb"
+"etc/webapps/gitlab/smtp_settings.rb"
+"etc/logrotate.d/gitlab")
+source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
+configs.patch
+fixes.patch
+environment
+gitlab-puma.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate)
+install='gitlab.install'
+sha512sums=('SKIP'
+
'0b688a96583bd7e230765d2c32406c2bd082665818564e927cc9eef4e3fc08e0674a3830d1d0c3e6744ae51f2b07ceaa76bd43770f1655fe7a498f9086c596c0'
+
'4f3ba368c2330db4d58277fe927a9707e5a80ec5479b4e15b5b7086132aa3f7ca5d139c29b6443e24ee804b07b3346c69a6b87244e5f774440c62dc2d9240ffe'
+
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
+
'451a030940f124bccd6d29c1924861b361d52db32cff6e745c144286c2afc7065e117f825721145ed2dd4406f5bcfa97e228a80b968aaa9a675613b71b776eba'
+
'419848c668928276620b5229e457a39e0ed7e111f1da68a30c3e0ae1a644af1c869b004b35435ccec4ddcdf6cf7418b1ab71e6e2ee8a2c861c6625c8bfd908f6'
+
'd86e16747ad79f514ce180646c68bec8b6fa61764b2b14b1621db998f48955c3fb81f4e19ecb0fbab9d603dd25d95929e6d72a473652608373e6551f26244738'
+

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

2022-03-28 Thread Anatol Pomozov via arch-commits
Date: Monday, March 28, 2022 @ 16:43:53
  Author: anatolik
Revision: 1177386

upgpkg: gitlab 14.9.1-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 16:43:02 UTC (rev 1177385)
+++ PKGBUILD2022-03-28 16:43:53 UTC (rev 1177386)
@@ -8,7 +8,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=14.8.4
+pkgver=14.9.1
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')



[arch-commits] Commit in gitlab-shell/repos (6 files)

2022-03-28 Thread Anatol Pomozov via arch-commits
Date: Monday, March 28, 2022 @ 16:43:02
  Author: anatolik
Revision: 1177385

archrelease: copy trunk to community-testing-x86_64

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

+
 PKGBUILD   |   98 +++
 configs.patch  |   65 +++
 gitlab-shell.gitconfig |   12 +
 gitlab-shell.install   |4 +
 gitlab-shell.sysusers  |1 
 5 files changed, 180 insertions(+)

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

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

2022-03-28 Thread Anatol Pomozov via arch-commits
Date: Monday, March 28, 2022 @ 16:42:32
  Author: anatolik
Revision: 1177384

upgpkg: gitlab-shell 3:13.24.1-1

Modified:
  gitlab-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 16:42:03 UTC (rev 1177383)
+++ PKGBUILD2022-03-28 16:42:32 UTC (rev 1177384)
@@ -12,7 +12,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab-shell
-pkgver=13.24.0
+pkgver=13.24.1
 pkgrel=1
 epoch=3
 pkgdesc="Git management software"
@@ -30,7 +30,7 @@
 "configs.patch"
 "gitlab-shell.gitconfig"
 "gitlab-shell.sysusers")
-sha512sums=('2a98a333d3ce63f16be16d3a297df87fbd810148d997e1f75cb8ba52e5a6eae34accbc1861f12e750b1e3e8ce70259f1be4d04631c14d6dd31ca5c53439dae43'
+sha512sums=('dbabb2cfa7553ffca20072ef377c087fbc11952a3e08c119f1e8de803deb96761da530011b314415eedc5971395ef268fe77ca41a3734149f3187d811630'
 
'13c0fb88693e787f2960059985713d7ffb6d2fa51d9dbcba9c9562ae91e74bd3963efc63837cd19c5441fb5835d0c8eafd3285bea6676168f7b111a08fb086a7'
 
'cb8003f2ce8013fcd807aae6d66c22c3a767e74d569bd69aaa5a54b84a36135d25b3af57861f858f8f407e089ff69ff5c325bf065c6051ce8fa197fab70470b8'
 
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')



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

2022-03-28 Thread Anatol Pomozov via arch-commits
Date: Monday, March 28, 2022 @ 16:42:03
  Author: anatolik
Revision: 1177383

archrelease: copy trunk to community-testing-x86_64

Added:
  fatsort/repos/community-testing-x86_64/
  fatsort/repos/community-testing-x86_64/PKGBUILD
(from rev 1177382, fatsort/trunk/PKGBUILD)

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

Copied: fatsort/repos/community-testing-x86_64/PKGBUILD (from rev 1177382, 
fatsort/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-03-28 16:42:03 UTC (rev 1177383)
@@ -0,0 +1,34 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: birdflesh 
+# Contributor: Natan Vivo 
+# Contributor: rabyte 
+# Contributor: Simon Morgan 
+
+pkgname=fatsort
+pkgver=1.6.4.625
+pkgrel=1
+pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
+arch=(x86_64)
+url='http://fatsort.sourceforge.net'
+license=(GPL)
+depends=(glibc)
+makedepends=(help2man)
+#checkdepends=(dosfstools bbe)
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('9a6f89a0640bb782d82ff23a780c9f0aec3dfbe4682c0a8eda157e0810642ead')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # the tests require sudo so we cannot use it in a clean environment build
+  # make tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" SBINDIR=/usr/bin MANDIR=/usr/share/man/man1 install
+}



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

2022-03-28 Thread Anatol Pomozov via arch-commits
Date: Monday, March 28, 2022 @ 16:41:47
  Author: anatolik
Revision: 1177382

upgpkg: fatsort 1.6.4.625-1

Modified:
  fatsort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 16:38:56 UTC (rev 1177381)
+++ PKGBUILD2022-03-28 16:41:47 UTC (rev 1177382)
@@ -5,7 +5,7 @@
 # Contributor: Simon Morgan 
 
 pkgname=fatsort
-pkgver=1.6.3.622
+pkgver=1.6.4.625
 pkgrel=1
 pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 makedepends=(help2man)
 #checkdepends=(dosfstools bbe)
 
source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('481c94ea08f6faaafe67594726d70fb3e3d5ac9672745f0034e55134ea5256fc')
+sha256sums=('9a6f89a0640bb782d82ff23a780c9f0aec3dfbe4682c0a8eda157e0810642ead')
 
 build() {
   cd $pkgname-$pkgver



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

2022-03-28 Thread Anatol Pomozov via arch-commits
Date: Monday, March 28, 2022 @ 16:38:56
  Author: anatolik
Revision: 1177381

archrelease: copy trunk to community-testing-x86_64

Added:
  fio/repos/community-testing-x86_64/
  fio/repos/community-testing-x86_64/PKGBUILD
(from rev 1177380, fio/trunk/PKGBUILD)

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

Copied: fio/repos/community-testing-x86_64/PKGBUILD (from rev 1177380, 
fio/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-03-28 16:38:56 UTC (rev 1177381)
@@ -0,0 +1,47 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=3.29
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python numactl glusterfs gperftools)
+makedepends=(gtk2 curl)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'curl: for gfio - fio GUI frontend'
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('d776d05d7265b19b2facd5fd385ce76cc4601e8aef443ab91f0f152b05c2e3f8')
+
+prepare() {
+  cd fio-fio-$pkgver
+  sed -e 's|#!/usr/bin/python2.7$|#!/usr/bin/python|' -i 
tools/{fio_jsonplus_clat2csv,fiologparser.py,hist/fiologparser_hist.py,hist/half-bins.py,plot/fio2gnuplot}
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --disable-native --enable-gfio --extra-cflags="$CFLAGS"
+  make
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 MORAL-LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/MORAL-LICENSE"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}



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

2022-03-28 Thread Anatol Pomozov via arch-commits
Date: Monday, March 28, 2022 @ 16:38:40
  Author: anatolik
Revision: 1177380

upgpkg: fio 3.29-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 15:53:49 UTC (rev 1177379)
+++ PKGBUILD2022-03-28 16:38:40 UTC (rev 1177380)
@@ -3,8 +3,8 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.28
-pkgrel=2
+pkgver=3.29
+pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
 url='https://github.com/axboe/fio'
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('c9d604ed4b103bbcb6d9e31cec75bd331fcd5f785fce324448dd6a4b60e0e321')
+sha256sums=('d776d05d7265b19b2facd5fd385ce76cc4601e8aef443ab91f0f152b05c2e3f8')
 
 prepare() {
   cd fio-fio-$pkgver



[arch-commits] Commit in (32 files)

2022-03-28 Thread Antonio Rojas via arch-commits
Date: Monday, March 28, 2022 @ 16:34:29
  Author: arojas
Revision: 440773

Qt 6.3 RC

Added:
  qt6-webengine/kde-unstable/system-icu.patch
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-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-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-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-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-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-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 |   12 +--
 qt6-webengine/kde-unstable/system-icu.patch |   84 ++
 qt6-websockets/kde-unstable/PKGBUILD|4 -
 qt6-webview/kde-unstable/PKGBUILD   |4 -
 32 files changed, 150 insertions(+), 66 deletions(-)

Modified: qt6-3d/kde-unstable/PKGBUILD
===
--- qt6-3d/kde-unstable/PKGBUILD2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-3d/kde-unstable/PKGBUILD2022-03-28 16:34:29 UTC (rev 440773)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt6-3d
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 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=('1e976bdc32e69cde3085087d5e3fc476c6b5837242ac7f3467b2f9fb364857d3')
+sha256sums=('6bfd4065b36919d53a7aff201617321043213e3ba9f773cad8a1341e776ab48e')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-5compat/kde-unstable/PKGBUILD
===
--- qt6-5compat/kde-unstable/PKGBUILD   2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-5compat/kde-unstable/PKGBUILD   2022-03-28 16:34:29 UTC (rev 440773)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt6-5compat
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 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=('226e372d4ebc2cb54bae61b1c8562a3a07df0adc3ffca7ce3b3661b8939d7375')
+sha256sums=('07952ec1c81de5505c50e60851a040800131671b8298ae62386b0742a4ea051d')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-base/kde-unstable/PKGBUILD
===
--- qt6-base/kde-unstable/PKGBUILD  2022-03-28 16:12:01 UTC (rev 440772)

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

2022-03-28 Thread Anatol Pomozov via arch-commits
Date: Monday, March 28, 2022 @ 16:12:01
  Author: anatolik
Revision: 440772

archrelease: copy trunk to testing-x86_64

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

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

Copied: strace/repos/testing-x86_64/PKGBUILD (from rev 440771, 
strace/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-03-28 16:12:01 UTC (rev 440772)
@@ -0,0 +1,33 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=strace
+pkgver=5.17
+pkgrel=1
+pkgdesc='A diagnostic, debugging and instructional userspace tracer'
+arch=(x86_64)
+url='https://strace.io/'
+license=(BSD)
+depends=(perl libunwind)
+source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
+sha1sums=('4e0622ec2f1551f96ba6abb0145737b91fda4509'
+  'SKIP')
+validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin 

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



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

2022-03-28 Thread Anatol Pomozov via arch-commits
Date: Monday, March 28, 2022 @ 16:11:45
  Author: anatolik
Revision: 440771

upgpkg: strace 5.17-1

Modified:
  strace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 15:36:20 UTC (rev 440770)
+++ PKGBUILD2022-03-28 16:11:45 UTC (rev 440771)
@@ -2,7 +2,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=strace
-pkgver=5.16
+pkgver=5.17
 pkgrel=1
 pkgdesc='A diagnostic, debugging and instructional userspace tracer'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(BSD)
 depends=(perl libunwind)
 
source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
-sha1sums=('b2bf2485fb42c9a1f885edffe3cd7dd91c191e7a'
+sha1sums=('4e0622ec2f1551f96ba6abb0145737b91fda4509'
   'SKIP')
 validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin 

 



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

2022-03-28 Thread Alexander Rødseth via arch-commits
Date: Monday, March 28, 2022 @ 15:53:49
  Author: arodseth
Revision: 1177379

archrelease: copy trunk to community-x86_64

Added:
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 1177378, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 1177378, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 1177378, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 1177378, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  134 -
 epmd.conf|6 +-
 epmd.service |   22 -
 epmd.socket  |   18 +++
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 15:53:41 UTC (rev 1177378)
+++ PKGBUILD2022-03-28 15:53:49 UTC (rev 1177379)
@@ -1,67 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=24.3
-pkgrel=1
-_docver=24.2
-pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
-arch=(x86_64)
-url='https://erlang.org/'
-license=(Apache)
-depends=(ncurses openssl)
-makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
-conflicts=(erlang)
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=(staticlibs)
-source=(epmd.conf
-epmd.service
-epmd.socket
-"$url/download/otp_doc_man_$_docver.tar.gz"
-
"git+https://github.com/erlang/otp#commit=fe02a02f6deea5d82f654bcca7ebd615a2430ca4;)
 # tag: OTP-24.3
-b2sums=('1675ac9bf948ab19e8b63077d870ccf356fcdbce14de2777f00b3488aa1ce34a5e0a5cdc0428707f744dee5940b12653a44e0ded0554de95ebb31bce4676ff87'
-
'1f765318bcd322ce697a48c064ccdb1bd107b4a84e164a87f62678391cb82a9ab17a397d679cf266e037a5a2d91772b85f7a97f9cc5478c0f18118743b30045f'
-
'c37706f5f6e2d49100104fb442ebf15edd6ee0a1e8038d0364794cf34fd3f02a61b9ad2706228b3327b85b0cadcd11aac6087e7c98408eae2d307a09191b6553'
-
'17cf3c1e296c883e9c930cd540d439f7dd71a40048bbe80efd6f46dd5b4d9faf51177d2bb133f782742b0b367c8f54c27ed2b2cce277372a98dd55bb629f3b55'
-'SKIP')
-
-build() {
-  cd otp
-  export CFLAGS+=' -ffat-lto-objects'
-  ./otp_build autoconf
-  ./configure \
---enable-builtin-zlib \
---enable-smp-support \
---prefix=/usr \
---with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # services and configuration
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-
-  # readme and licenses
-  install -Dm644 otp/README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  install -Dm644 otp/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 otp/CONTRIBUTING.md 
"$pkgdir/usr/share/doc/$pkgname/CONTRIBUTING.md"
-  install -Dm644 otp/AUTHORS "$pkgdir/usr/share/doc/$pkgname/AUTHORS"
-
-  # man pages
-  cp -r man "$pkgdir/usr/lib/erlang/"
-
-  # remove files that are included in the erlang-unixodbc package
-  rm -rf "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3}
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION

Copied: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 1177378, 
erlang-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 15:53:49 UTC (rev 1177379)
@@ -0,0 +1,67 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-nox
+pkgver=24.3.2
+pkgrel=1
+_docver=24.2
+pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
+arch=(x86_64)
+url='https://erlang.org/'
+license=(Apache)
+depends=(ncurses openssl)
+makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
+conflicts=(erlang)
+optdepends=('erlang-unixodbc: database support'
+'java-environment: for Java support'
+'lksctp-tools: for SCTP support')
+options=(staticlibs)
+source=(epmd.conf
+epmd.service
+epmd.socket
+"$url/download/otp_doc_man_$_docver.tar.gz"
+
"git+https://github.com/erlang/otp#commit=7bd6e24d3dded3a393f9bb774ccf98cc0af4d595;)
 # tag: OTP-24.3.2

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

2022-03-28 Thread Alexander Rødseth via arch-commits
Date: Monday, March 28, 2022 @ 15:53:41
  Author: arodseth
Revision: 1177378

upgpkg: erlang-nox 24.3.2-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 15:38:55 UTC (rev 1177377)
+++ PKGBUILD2022-03-28 15:53:41 UTC (rev 1177378)
@@ -24,7 +24,7 @@
 epmd.service
 epmd.socket
 "$url/download/otp_doc_man_$_docver.tar.gz"
-
"git+https://github.com/erlang/otp#commit=fe02a02f6deea5d82f654bcca7ebd615a2430ca4;)
 # tag: OTP-24.3
+
"git+https://github.com/erlang/otp#commit=7bd6e24d3dded3a393f9bb774ccf98cc0af4d595;)
 # tag: OTP-24.3.2
 
b2sums=('1675ac9bf948ab19e8b63077d870ccf356fcdbce14de2777f00b3488aa1ce34a5e0a5cdc0428707f744dee5940b12653a44e0ded0554de95ebb31bce4676ff87'
 
'1f765318bcd322ce697a48c064ccdb1bd107b4a84e164a87f62678391cb82a9ab17a397d679cf266e037a5a2d91772b85f7a97f9cc5478c0f18118743b30045f'
 
'c37706f5f6e2d49100104fb442ebf15edd6ee0a1e8038d0364794cf34fd3f02a61b9ad2706228b3327b85b0cadcd11aac6087e7c98408eae2d307a09191b6553'



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

2022-03-28 Thread Alexander Rødseth via arch-commits
Date: Monday, March 28, 2022 @ 15:38:55
  Author: arodseth
Revision: 1177377

archrelease: copy trunk to community-x86_64

Added:
  erlang/repos/community-x86_64/PKGBUILD
(from rev 1177376, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 1177376, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 1177376, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 1177376, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  192 -
 epmd.conf|6 -
 epmd.service |   22 +++---
 epmd.socket  |   18 ++---
 4 files changed, 119 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 15:38:47 UTC (rev 1177376)
+++ PKGBUILD2022-03-28 15:38:55 UTC (rev 1177377)
@@ -1,96 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: loqs
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=(erlang erlang-unixodbc)
-pkgver=24.3.2
-pkgrel=1
-_docver=24.2
-arch=(x86_64)
-url='https://erlang.org'
-license=(Apache)
-makedepends=(fop git glu java-environment libxslt lksctp-tools mesa perl 
unixodbc wxgtk3)
-options=(staticlibs)
-source=(epmd.conf
-epmd.service
-epmd.socket
-"$url/download/otp_doc_man_$_docver.tar.gz"
-
"git+https://github.com/erlang/otp#commit=fe02a02f6deea5d82f654bcca7ebd615a2430ca4;)
 # tag: OTP-24.3
-b2sums=('1675ac9bf948ab19e8b63077d870ccf356fcdbce14de2777f00b3488aa1ce34a5e0a5cdc0428707f744dee5940b12653a44e0ded0554de95ebb31bce4676ff87'
-
'1f765318bcd322ce697a48c064ccdb1bd107b4a84e164a87f62678391cb82a9ab17a397d679cf266e037a5a2d91772b85f7a97f9cc5478c0f18118743b30045f'
-
'c37706f5f6e2d49100104fb442ebf15edd6ee0a1e8038d0364794cf34fd3f02a61b9ad2706228b3327b85b0cadcd11aac6087e7c98408eae2d307a09191b6553'
-
'17cf3c1e296c883e9c930cd540d439f7dd71a40048bbe80efd6f46dd5b4d9faf51177d2bb133f782742b0b367c8f54c27ed2b2cce277372a98dd55bb629f3b55'
-'SKIP')
-
-prepare() {
-  # use a hack so that erlang can find wx-config-gtk3 as wx-config in the $PATH
-  mkdir -p bin
-  ln -fs /usr/bin/wx-config-gtk3 bin/wx-config
-  export PATH="$srcdir/bin:$PATH"
-  # adjust how LDFLAGS are handled
-  sed -i 's/^LDFLAGS = /LDFLAGS += /g' \
-otp/lib/{odbc/c_src,megaco/src/flex}/Makefile.in
-}
-
-build() {
-  export CFLAGS+=' -ffat-lto-objects'
-  export PATH="$srcdir/bin:$PATH"
-  export WX_GKT_VER="3.0"
-  cd otp
-  ./otp_build autoconf
-  ./configure \
---enable-builtin-zlib \
---enable-smp-support \
---prefix=/usr \
---with-odbc \
---with-wx-config=/usr/bin/wx-config-gtk3
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=(glu ncurses openssl webkit2gtk wxgtk3)
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=(erlang-nox)
-  conflicts=(erlang-nox)
-
-  export PATH="$srcdir/bin:$PATH"
-  make -C otp DESTDIR="$pkgdir" install
-
-  # move files that belong to the erlang-unixodbc package
-  mkdir -p unixodbc
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-
-  # services and configuration
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-
-  # readme and licenses
-  install -Dm644 otp/README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  install -Dm644 otp/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 otp/CONTRIBUTING.md 
"$pkgdir/usr/share/doc/$pkgname/CONTRIBUTING.md"
-  install -Dm644 otp/AUTHORS "$pkgdir/usr/share/doc/$pkgname/AUTHORS"
-
-  # man pages
-  cp -r man "$pkgdir/usr/lib/erlang/"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=(erlang-nox unixodbc)
-
-  install -d "$pkgdir/usr/lib/erlang/lib"
-  mv unixodbc/* "$pkgdir/usr/lib/erlang/lib/"
-  install -Dm644 otp/LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENCE.txt"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION

Copied: erlang/repos/community-x86_64/PKGBUILD (from rev 1177376, 
erlang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 15:38:55 UTC (rev 1177377)
@@ -0,0 +1,96 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: loqs
+# 

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

2022-03-28 Thread Alexander Rødseth via arch-commits
Date: Monday, March 28, 2022 @ 15:38:47
  Author: arodseth
Revision: 1177376

upgpkg: erlang 24.3.2-2

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 15:24:38 UTC (rev 1177375)
+++ PKGBUILD2022-03-28 15:38:47 UTC (rev 1177376)
@@ -9,7 +9,7 @@
 pkgbase=erlang
 pkgname=(erlang erlang-unixodbc)
 pkgver=24.3.2
-pkgrel=1
+pkgrel=2
 _docver=24.2
 arch=(x86_64)
 url='https://erlang.org'
@@ -20,7 +20,7 @@
 epmd.service
 epmd.socket
 "$url/download/otp_doc_man_$_docver.tar.gz"
-
"git+https://github.com/erlang/otp#commit=fe02a02f6deea5d82f654bcca7ebd615a2430ca4;)
 # tag: OTP-24.3
+
"git+https://github.com/erlang/otp#commit=7bd6e24d3dded3a393f9bb774ccf98cc0af4d595;)
 # tag: OTP-24.3.2
 
b2sums=('1675ac9bf948ab19e8b63077d870ccf356fcdbce14de2777f00b3488aa1ce34a5e0a5cdc0428707f744dee5940b12653a44e0ded0554de95ebb31bce4676ff87'
 
'1f765318bcd322ce697a48c064ccdb1bd107b4a84e164a87f62678391cb82a9ab17a397d679cf266e037a5a2d91772b85f7a97f9cc5478c0f18118743b30045f'
 
'c37706f5f6e2d49100104fb442ebf15edd6ee0a1e8038d0364794cf34fd3f02a61b9ad2706228b3327b85b0cadcd11aac6087e7c98408eae2d307a09191b6553'



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

2022-03-28 Thread Andreas Radke via arch-commits
Date: Monday, March 28, 2022 @ 15:36:20
  Author: andyrtr
Revision: 440770

archrelease: copy trunk to testing-x86_64

Added:
  libgcrypt/repos/testing-x86_64/
  libgcrypt/repos/testing-x86_64/PKGBUILD
(from rev 440769, libgcrypt/trunk/PKGBUILD)

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

Copied: libgcrypt/repos/testing-x86_64/PKGBUILD (from rev 440769, 
libgcrypt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-03-28 15:36:20 UTC (rev 440770)
@@ -0,0 +1,51 @@
+# Maintainer: Andreas Radke 
+
+# after a .so bump first rebuild dirmngr
+# with sudo testing-x86_64-build -- -I libgcrypt-1.6.0-1-x86_64.pkg.tar.xz
+# then cp /usr/lib/libgcrypt.so.11 
/var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build
+
+pkgname=libgcrypt
+pkgver=1.10.1
+pkgrel=1
+pkgdesc="General purpose cryptographic library based on the code from GnuPG"
+arch=(x86_64)
+url="https://www.gnupg.org;
+license=('LGPL')
+depends=('libgpg-error')
+options=('!emptydirs')
+# https://www.gnupg.org/download/integrity_check.html
+source=(https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('de2cc32e7538efa376de7bf5d3eafa85626fb95f'
+  'SKIP')
+validpgpkeys=('6DAA6E64A76D2840571B4902528897B826403ADA') # "Werner Koch (dist 
signing 2020)"
+
+prepare() {
+  cd "${pkgname}"-${pkgver}
+
+  # tests fail due to systemd+libseccomp preventing memory syscalls when 
building in chroots
+  #  t-secmem: line 176: gcry_control (GCRYCTL_INIT_SECMEM, pool_size, 0) 
failed: General error
+  #  FAIL: t-secmem
+  #  t-sexp: line 1174: gcry_control (GCRYCTL_INIT_SECMEM, 16384, 0) failed: 
General error
+  #  FAIL: t-sexp
+  sed -i "s:t-secmem::" tests/Makefile.am
+  sed -i "s:t-sexp::" tests/Makefile.am
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}"-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-padlock-support
+  make
+}
+
+check() {
+  cd "${pkgname}"-${pkgver}
+  make check
+}
+
+package() {
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2022-03-28 Thread Andreas Radke via arch-commits
Date: Monday, March 28, 2022 @ 15:36:12
  Author: andyrtr
Revision: 440769

upgpkg: libgcrypt 1.10.1-1: upstream update 1.10.1

Modified:
  libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 15:18:08 UTC (rev 440768)
+++ PKGBUILD2022-03-28 15:36:12 UTC (rev 440769)
@@ -5,7 +5,7 @@
 # then cp /usr/lib/libgcrypt.so.11 
/var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build
 
 pkgname=libgcrypt
-pkgver=1.9.4
+pkgver=1.10.1
 pkgrel=1
 pkgdesc="General purpose cryptographic library based on the code from GnuPG"
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 # https://www.gnupg.org/download/integrity_check.html
 
source=(https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('1bccc8393482fa1953323ff429c6b5ba5676eb1a'
+sha1sums=('de2cc32e7538efa376de7bf5d3eafa85626fb95f'
   'SKIP')
 validpgpkeys=('6DAA6E64A76D2840571B4902528897B826403ADA') # "Werner Koch (dist 
signing 2020)"
 



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

2022-03-28 Thread Alexander Rødseth via arch-commits
Date: Monday, March 28, 2022 @ 15:24:38
  Author: arodseth
Revision: 1177375

upgpkg: erlang-nox 24.3.2-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 15:13:40 UTC (rev 1177374)
+++ PKGBUILD2022-03-28 15:24:38 UTC (rev 1177375)
@@ -6,7 +6,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=24.3
+pkgver=24.3.2
 pkgrel=1
 _docver=24.2
 pkgdesc='General-purpose concurrent functional programming language (headless 
version)'



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

2022-03-28 Thread Pierre Schmitz via arch-commits
Date: Monday, March 28, 2022 @ 15:18:08
  Author: pierre
Revision: 440768

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 15:18:02 UTC (rev 440767)
+++ PKGBUILD2022-03-28 15:18:08 UTC (rev 440768)
@@ -1,29 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=grml-zsh-config
-pkgver=0.19.1
-pkgrel=1
-pkgdesc="grml's zsh setup"
-arch=('any')
-url='https://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('c8c42d8469116b403b512b7a5ffc680da98f454951fe26a8e04063ce8f7b99ae')
-
-build() {
-   cd "${srcdir}/grml-etc-core-${pkgver}/doc"
-   make
-}
-
-package() {
-   cd "${srcdir}/grml-etc-core-${pkgver}"
-   install -D -m644 etc/skel/.zshrc "${pkgdir}/etc/skel/.zshrc"
-   install -D -m644 etc/zsh/keephack "${pkgdir}/etc/zsh/keephack"
-   install -D -m644 etc/zsh/zshrc "${pkgdir}/etc/zsh/zshrc"
-
-   install -D -m644 doc/grmlzshrc.5 
"${pkgdir}/usr/share/man/man5/grmlzshrc.5"
-   ln -sf grmlzshrc.5.gz 
"${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz"
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 440767, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 15:18:08 UTC (rev 440768)
@@ -0,0 +1,29 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=grml-zsh-config
+pkgver=0.19.2
+pkgrel=1
+pkgdesc="grml's zsh setup"
+arch=('any')
+url='https://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
+sha256sums=('6103a9364eac997a1f3a207dc49929e314b3f855b13dcb5c9989b2af5253eea8')
+
+build() {
+   cd "${srcdir}/grml-etc-core-${pkgver}/doc"
+   make
+}
+
+package() {
+   cd "${srcdir}/grml-etc-core-${pkgver}"
+   install -D -m644 etc/skel/.zshrc "${pkgdir}/etc/skel/.zshrc"
+   install -D -m644 etc/zsh/keephack "${pkgdir}/etc/zsh/keephack"
+   install -D -m644 etc/zsh/zshrc "${pkgdir}/etc/zsh/zshrc"
+
+   install -D -m644 doc/grmlzshrc.5 
"${pkgdir}/usr/share/man/man5/grmlzshrc.5"
+   ln -sf grmlzshrc.5.gz 
"${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz"
+}



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

2022-03-28 Thread Pierre Schmitz via arch-commits
Date: Monday, March 28, 2022 @ 15:18:02
  Author: pierre
Revision: 440767

upgpkg: grml-zsh-config 0.19.2-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 15:16:20 UTC (rev 440766)
+++ PKGBUILD2022-03-28 15:18:02 UTC (rev 440767)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=grml-zsh-config
-pkgver=0.19.1
+pkgver=0.19.2
 pkgrel=1
 pkgdesc="grml's zsh setup"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('zsh' 'coreutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('c8c42d8469116b403b512b7a5ffc680da98f454951fe26a8e04063ce8f7b99ae')
+sha256sums=('6103a9364eac997a1f3a207dc49929e314b3f855b13dcb5c9989b2af5253eea8')
 
 build() {
cd "${srcdir}/grml-etc-core-${pkgver}/doc"



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

2022-03-28 Thread Pierre Schmitz via arch-commits
Date: Monday, March 28, 2022 @ 15:16:20
  Author: pierre
Revision: 440766

archrelease: copy trunk to testing-x86_64

Added:
  zlib/repos/testing-x86_64/
  zlib/repos/testing-x86_64/PKGBUILD
(from rev 440765, zlib/trunk/PKGBUILD)

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

Copied: zlib/repos/testing-x86_64/PKGBUILD (from rev 440765, 
zlib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-03-28 15:16:20 UTC (rev 440766)
@@ -0,0 +1,64 @@
+# Maintainer: Pierre Schmitz 
+
+pkgbase=zlib
+pkgname=(zlib minizip)
+epoch=1
+pkgver=1.2.12
+pkgrel=1
+arch=('x86_64')
+license=('custom')
+url="https://www.zlib.net/;
+depends=('glibc')
+options=('staticlibs')  # needed by binutils testsuite
+source=("https://zlib.net/zlib-${pkgver}.tar.gz"{,.asc})
+sha256sums=('91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9'
+'SKIP')
+validpgpkeys=('5ED46A6721D365587791E2AA783FCD8E58BCAFBA')
+
+prepare() {
+   cd "${srcdir}/zlib-$pkgver"
+   grep -A 24 '^  Copyright' zlib.h > LICENSE
+}
+
+build() {
+   cd "${srcdir}/zlib-$pkgver"
+
+   CFLAGS+=" -ffat-lto-objects"
+   ./configure --prefix=/usr
+   make
+
+   cd contrib/minizip
+   cp Makefile Makefile.orig
+   cp ../README.contrib readme.txt
+   autoreconf --install
+   ./configure --prefix=/usr --enable-static=no
+   make
+}
+
+check() {
+   cd "${srcdir}/zlib-$pkgver"
+   make test
+
+   cd contrib/minizip
+   make -f Makefile.orig test
+}
+
+package_zlib() {
+   pkgdesc='Compression library implementing the deflate compression 
method found in gzip and PKZIP'
+
+   cd "${srcdir}/zlib-$pkgver"
+   make install DESTDIR="${pkgdir}"
+   install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/zlib/LICENSE"
+}
+
+package_minizip() {
+   pkgdesc='Mini zip and unzip based on zlib'
+   depends=('zlib')
+
+   cd "${srcdir}/zlib-$pkgver/contrib/minizip"
+   make install DESTDIR="${pkgdir}"
+   install -D -m644 "${srcdir}/zlib-$pkgver/LICENSE" 
"${pkgdir}/usr/share/licenses/minizip/LICENSE"
+
+   # https://github.com/madler/zlib/pull/229
+   rm "${pkgdir}/usr/include/minizip/crypt.h"
+}



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

2022-03-28 Thread Pierre Schmitz via arch-commits
Date: Monday, March 28, 2022 @ 15:16:11
  Author: pierre
Revision: 440765

upgpkg: zlib 1:1.2.12-1

Modified:
  zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 14:11:03 UTC (rev 440764)
+++ PKGBUILD2022-03-28 15:16:11 UTC (rev 440765)
@@ -3,8 +3,8 @@
 pkgbase=zlib
 pkgname=(zlib minizip)
 epoch=1
-pkgver=1.2.11
-pkgrel=5
+pkgver=1.2.12
+pkgrel=1
 arch=('x86_64')
 license=('custom')
 url="https://www.zlib.net/;
@@ -11,7 +11,7 @@
 depends=('glibc')
 options=('staticlibs')  # needed by binutils testsuite
 source=("https://zlib.net/zlib-${pkgver}.tar.gz"{,.asc})
-sha256sums=('c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1'
+sha256sums=('91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9'
 'SKIP')
 validpgpkeys=('5ED46A6721D365587791E2AA783FCD8E58BCAFBA')
 



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

2022-03-28 Thread Alexander Rødseth via arch-commits
Date: Monday, March 28, 2022 @ 15:13:40
  Author: arodseth
Revision: 1177374

archrelease: copy trunk to community-any

Added:
  clojure/repos/community-any/PKGBUILD
(from rev 1177373, clojure/trunk/PKGBUILD)
  clojure/repos/community-any/clojure.install
(from rev 1177373, clojure/trunk/clojure.install)
  clojure/repos/community-any/clojure.sh
(from rev 1177373, clojure/trunk/clojure.sh)
Deleted:
  clojure/repos/community-any/PKGBUILD
  clojure/repos/community-any/clojure.install
  clojure/repos/community-any/clojure.sh

-+
 PKGBUILD|   80 +++---
 clojure.install |6 ++--
 clojure.sh  |2 -
 3 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 15:13:34 UTC (rev 1177373)
+++ PKGBUILD2022-03-28 15:13:40 UTC (rev 1177374)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Thomas Dziedzic 
-# Contributor: Chris O'Donnell 
-# Contributor: Sam May 
-# Contributor: Pierre-Yves Ritschard 
-# Contributor: Vladimir Tsanev 
-
-pkgname=clojure
-pkgver=1.10.3.1093
-pkgrel=1
-pkgdesc='Lisp dialect for the JVM'
-url='https://clojure.org/'
-arch=(any)
-license=(EPL)
-depends=(java-environment)
-makedepends=(setconf)
-optdepends=('leiningen: automate clojure projects'
-'rlwrap: friendly shell with readline support')
-install=clojure.install
-source=("https://download.clojure.org/install/clojure-tools-$pkgver.tar.gz;)
-b2sums=('90b0948a1c14a849577c2936f8770400c19499c2f1e711d71977ee820bf205c96cc6523434cc103fbd6bfaf8b94c43e9d794ac79ac6efaca1aa9dd0a66472558')
-
-prepare() {
-  cd clojure-tools
-  setconf clj bin_dir=/usr/bin
-  setconf clojure install_dir=/usr/share/clojure
-  echo 'export CLOJURE_HOME=/usr/share/clojure' > clojure.sh
-}
-
-package() {
-  cd clojure-tools
-  local c="$pkgdir/usr/share/clojure"
-  for fn in *.edn; do install -Dm644 "$fn" "$c/$fn"; done
-  for fn in *.jar; do install -Dm644 "$fn" "$c/libexec/$fn"; done
-  install -Dm755 clj "$pkgdir/usr/bin/clj"
-  install -Dm755 clojure "$pkgdir/usr/bin/clojure"
-  install -Dm644 clojure.sh "$pkgdir/etc/profile.d/clojure.sh"
-  install -Dm644 clojure.1 "$pkgdir/usr/share/man/man1/clojure.1"
-  install -Dm644 clj.1 "$pkgdir/usr/share/man/man1/clj.1"
-}

Copied: clojure/repos/community-any/PKGBUILD (from rev 1177373, 
clojure/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-28 15:13:40 UTC (rev 1177374)
@@ -0,0 +1,40 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Thomas Dziedzic 
+# Contributor: Chris O'Donnell 
+# Contributor: Sam May 
+# Contributor: Pierre-Yves Ritschard 
+# Contributor: Vladimir Tsanev 
+
+pkgname=clojure
+pkgver=1.11.0.1100
+pkgrel=1
+pkgdesc='Lisp dialect for the JVM'
+url='https://clojure.org/'
+arch=(any)
+license=(EPL)
+depends=(java-environment)
+makedepends=(setconf)
+optdepends=('leiningen: automate clojure projects'
+'rlwrap: friendly shell with readline support')
+install=clojure.install
+source=("https://download.clojure.org/install/clojure-tools-$pkgver.tar.gz;)
+b2sums=('d6096ddb3ded5dd801551f6a9fd61a81905f383d53b40a7721151e6a44a054d11ec4f4fc00dbad0d783f43fb5d77880ec752008185f8df1f7391c13a686e1a95')
+
+prepare() {
+  cd clojure-tools
+  setconf clj bin_dir=/usr/bin
+  setconf clojure install_dir=/usr/share/clojure
+  echo 'export CLOJURE_HOME=/usr/share/clojure' > clojure.sh
+}
+
+package() {
+  cd clojure-tools
+  local c="$pkgdir/usr/share/clojure"
+  for fn in *.edn; do install -Dm644 "$fn" "$c/$fn"; done
+  for fn in *.jar; do install -Dm644 "$fn" "$c/libexec/$fn"; done
+  install -Dm755 clj "$pkgdir/usr/bin/clj"
+  install -Dm755 clojure "$pkgdir/usr/bin/clojure"
+  install -Dm644 clojure.sh "$pkgdir/etc/profile.d/clojure.sh"
+  install -Dm644 clojure.1 "$pkgdir/usr/share/man/man1/clojure.1"
+  install -Dm644 clj.1 "$pkgdir/usr/share/man/man1/clj.1"
+}

Deleted: clojure.install
===
--- clojure.install 2022-03-28 15:13:34 UTC (rev 1177373)
+++ clojure.install 2022-03-28 15:13:40 UTC (rev 1177374)
@@ -1,3 +0,0 @@
-post_install() {
-  echo 'Re-login or source /etc/profile.d/clojure.sh'
-}

Copied: clojure/repos/community-any/clojure.install (from rev 1177373, 
clojure/trunk/clojure.install)
===
--- clojure.install (rev 0)
+++ clojure.install 2022-03-28 15:13:40 UTC (rev 1177374)
@@ -0,0 +1,3 @@
+post_install() {
+  echo 'Re-login or source /etc/profile.d/clojure.sh'
+}

Deleted: clojure.sh
===
--- clojure.sh  2022-03-28 15:13:34 UTC (rev 1177373)
+++ clojure.sh  2022-03-28 15:13:40 UTC (rev 1177374)
@@ -1 +0,0 @@
-export 

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

2022-03-28 Thread Alexander Rødseth via arch-commits
Date: Monday, March 28, 2022 @ 15:13:34
  Author: arodseth
Revision: 1177373

upgpkg: clojure 1.11.0.1100-1

Modified:
  clojure/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 12:35:37 UTC (rev 1177372)
+++ PKGBUILD2022-03-28 15:13:34 UTC (rev 1177373)
@@ -6,7 +6,7 @@
 # Contributor: Vladimir Tsanev 
 
 pkgname=clojure
-pkgver=1.10.3.1093
+pkgver=1.11.0.1100
 pkgrel=1
 pkgdesc='Lisp dialect for the JVM'
 url='https://clojure.org/'
@@ -18,7 +18,7 @@
 'rlwrap: friendly shell with readline support')
 install=clojure.install
 source=("https://download.clojure.org/install/clojure-tools-$pkgver.tar.gz;)
-b2sums=('90b0948a1c14a849577c2936f8770400c19499c2f1e711d71977ee820bf205c96cc6523434cc103fbd6bfaf8b94c43e9d794ac79ac6efaca1aa9dd0a66472558')
+b2sums=('d6096ddb3ded5dd801551f6a9fd61a81905f383d53b40a7721151e6a44a054d11ec4f4fc00dbad0d783f43fb5d77880ec752008185f8df1f7391c13a686e1a95')
 
 prepare() {
   cd clojure-tools



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

2022-03-28 Thread Jelle van der Waa via arch-commits
Date: Monday, March 28, 2022 @ 14:11:03
  Author: jelle
Revision: 440764

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/LICENSE
(from rev 440763, iana-etc/trunk/LICENSE)
  iana-etc/repos/testing-any/PKGBUILD
(from rev 440763, iana-etc/trunk/PKGBUILD)
  iana-etc/repos/testing-any/sources.tar.xz
(from rev 440763, iana-etc/trunk/sources.tar.xz)

--+
 LICENSE  |1 +
 PKGBUILD |   52 
 2 files changed, 53 insertions(+)

Copied: iana-etc/repos/testing-any/LICENSE (from rev 440763, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2022-03-28 14:11:03 UTC (rev 440764)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 440763, 
iana-etc/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-03-28 14:11:03 UTC (rev 440764)
@@ -0,0 +1,52 @@
+# Contributor: Thomas Bächler 
+# Contributor: Gaetan Bisson 
+# Maintainer: Jelle van der Waa 
+
+pkgname=iana-etc
+pkgver=20220325
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20210718
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
+'LICENSE')
+sha256sums=('b223733c1a300685f209096915134719f95500e0cf8fbeea5d5bc2c0bbc9de21'
+'1a9570d4a35702a2b5fcb010701a607d874fc08e51d496c5e893e5881ea2837b'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}

Copied: iana-etc/repos/testing-any/sources.tar.xz (from rev 440763, 
iana-etc/trunk/sources.tar.xz)
===
(Binary files differ)



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

2022-03-28 Thread Jelle van der Waa via arch-commits
Date: Monday, March 28, 2022 @ 14:10:47
  Author: jelle
Revision: 440763

upgpkg: iana-etc 20220325-1

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 12:36:02 UTC (rev 440762)
+++ PKGBUILD2022-03-28 14:10:47 UTC (rev 440763)
@@ -3,7 +3,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=iana-etc
-pkgver=20220205
+pkgver=20220325
 _ports=service-names-port-numbers-${pkgver}
 _protocols=protocol-numbers-20210718
 pkgrel=1
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
 
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
 'LICENSE')
-sha256sums=('6cc6d42f1fcd5b52d029d7f7de07505cb43e8ff45f479846b1e91573b7ca7c27'
+sha256sums=('b223733c1a300685f209096915134719f95500e0cf8fbeea5d5bc2c0bbc9de21'
 '1a9570d4a35702a2b5fcb010701a607d874fc08e51d496c5e893e5881ea2837b'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 



[arch-commits] Commit in util-linux/repos/testing-x86_64 (18 files)

2022-03-28 Thread Christian Hesse via arch-commits
Date: Monday, March 28, 2022 @ 12:36:02
  Author: eworm
Revision: 440762

archrelease: copy trunk to testing-x86_64

Added:
  util-linux/repos/testing-x86_64/60-rfkill.rules
(from rev 440761, util-linux/trunk/60-rfkill.rules)
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 440761, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 440761, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 440761, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-runuser
(from rev 440761, util-linux/trunk/pam-runuser)
  util-linux/repos/testing-x86_64/pam-su
(from rev 440761, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/rfkill-block_.service
(from rev 440761, util-linux/trunk/rfkill-block_.service)
  util-linux/repos/testing-x86_64/rfkill-unblock_.service
(from rev 440761, util-linux/trunk/rfkill-unblock_.service)
  util-linux/repos/testing-x86_64/util-linux.sysusers
(from rev 440761, util-linux/trunk/util-linux.sysusers)
Deleted:
  util-linux/repos/testing-x86_64/60-rfkill.rules
  util-linux/repos/testing-x86_64/PKGBUILD
  util-linux/repos/testing-x86_64/pam-common
  util-linux/repos/testing-x86_64/pam-login
  util-linux/repos/testing-x86_64/pam-runuser
  util-linux/repos/testing-x86_64/pam-su
  util-linux/repos/testing-x86_64/rfkill-block_.service
  util-linux/repos/testing-x86_64/rfkill-unblock_.service
  util-linux/repos/testing-x86_64/util-linux.sysusers

-+
 60-rfkill.rules |2 
 PKGBUILD|  242 +++---
 pam-common  |   12 +-
 pam-login   |   16 +--
 pam-runuser |8 -
 pam-su  |   20 +--
 rfkill-block_.service   |   20 +--
 rfkill-unblock_.service |   20 +--
 util-linux.sysusers |4 
 9 files changed, 172 insertions(+), 172 deletions(-)

Deleted: 60-rfkill.rules
===
--- 60-rfkill.rules 2022-03-28 12:35:52 UTC (rev 440761)
+++ 60-rfkill.rules 2022-03-28 12:36:02 UTC (rev 440762)
@@ -1 +0,0 @@
-KERNEL=="rfkill", GROUP="rfkill", MODE="0664"

Copied: util-linux/repos/testing-x86_64/60-rfkill.rules (from rev 440761, 
util-linux/trunk/60-rfkill.rules)
===
--- 60-rfkill.rules (rev 0)
+++ 60-rfkill.rules 2022-03-28 12:36:02 UTC (rev 440762)
@@ -0,0 +1 @@
+KERNEL=="rfkill", GROUP="rfkill", MODE="0664"

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-28 12:35:52 UTC (rev 440761)
+++ PKGBUILD2022-03-28 12:36:02 UTC (rev 440762)
@@ -1,121 +0,0 @@
-# Maintainer: Tom Gundersen 
-# Maintainer: Dave Reisner 
-# Contributor: judd 
-
-pkgbase=util-linux
-pkgname=(util-linux util-linux-libs)
-_pkgmajor=2.38
-_realver=${_pkgmajor}-rc4
-pkgver=${_realver/-/}
-pkgrel=1
-pkgdesc='Miscellaneous system utilities for Linux'
-url='https://github.com/karelzak/util-linux'
-arch=('x86_64')
-makedepends=('asciidoctor' 'libcap-ng' 'libxcrypt' 'python' 'systemd')
-license=('GPL2')
-options=('debug' 'strip')
-validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
-source=("https://www.kernel.org/pub/linux/utils/util-linux/v${_pkgmajor}/${pkgbase}-${_realver}.tar."{xz,sign}
-pam-{login,common,runuser,su}
-'util-linux.sysusers'
-'60-rfkill.rules'
-'rfkill-unblock_.service'
-'rfkill-block_.service')
-sha256sums=('90166b32dd4327fbaf59870a36dc126e9aa84305e36abca8be287ff7c147'
-'SKIP'
-'99cd77f21ee44a0c5e57b0f3670f711a00496f198fc5704d7e44f5d817c81a0f'
-'57e057758944f4557762c6def939410c04ca5803cbdd2bfa2153ce47ffe7a4af'
-'48d6fba767631e3dd3620cf02a71a74c5d65a525d4c4ce4b5a0b7d9f41ebfea1'
-'3f54249ac2db44945d6d12ec728dcd0d69af0735787a8b078eacd2c67e38155b'
-'10b0505351263a099163c0d928132706e501dd0a008dac2835b052167b14abe3'
-'742309fee7f47baa83df9ea6fef525ff9aec395c8cbd9fe848ceb2643f37'
-'8ccec10a22523f6b9d55e0d6cbf91905a39881446710aa083e935e8073323376'
-'a22e0a037e702170c7d88460cc9c9c2ab1d3e5c54a6985cd4a164ea7beff1b36')
-
-build() {
-  cd "${pkgbase}-${_realver}"
-
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib \
---bindir=/usr/bin \
---sbindir=/usr/bin \
---localstatedir=/var \
---enable-usrdir-path \
---enable-fs-paths-default=/usr/bin:/usr/local/bin \
---enable-vipw \
---enable-newgrp \
---enable-chfn-chsh \
---enable-write \
---enable-mesg \
---with-python=3
-
-  make
-}
-
-package_util-linux() {
-  conflicts=('rfkill' 'hardlink')
-  provides=('rfkill' 'hardlink')
-  replaces=('rfkill' 'hardlink')
-  depends=('pam' 'shadow' 'coreutils' 'systemd-libs' 'libsystemd.so'
-   'libudev.so' 'libcap-ng' 'libxcrypt' 

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

2022-03-28 Thread Christian Hesse via arch-commits
Date: Monday, March 28, 2022 @ 12:35:52
  Author: eworm
Revision: 440761

upgpkg: util-linux 2.38-1: new upstream release

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-28 11:17:48 UTC (rev 440760)
+++ PKGBUILD2022-03-28 12:35:52 UTC (rev 440761)
@@ -5,7 +5,7 @@
 pkgbase=util-linux
 pkgname=(util-linux util-linux-libs)
 _pkgmajor=2.38
-_realver=${_pkgmajor}-rc4
+_realver=${_pkgmajor}
 pkgver=${_realver/-/}
 pkgrel=1
 pkgdesc='Miscellaneous system utilities for Linux'
@@ -21,7 +21,7 @@
 '60-rfkill.rules'
 'rfkill-unblock_.service'
 'rfkill-block_.service')
-sha256sums=('90166b32dd4327fbaf59870a36dc126e9aa84305e36abca8be287ff7c147'
+sha256sums=('6d111cbe4d55b336db2f1fbeffbc65b89908704c01136371d32aa9bec373eb64'
 'SKIP'
 '99cd77f21ee44a0c5e57b0f3670f711a00496f198fc5704d7e44f5d817c81a0f'
 '57e057758944f4557762c6def939410c04ca5803cbdd2bfa2153ce47ffe7a4af'



<    1   2   3   >