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

2021-10-29 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, October 30, 2021 @ 05:14:26
  Author: yan12125
Revision: 1034938

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 1034937, python-cfn-lint/trunk/PKGBUILD)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-30 05:14:08 UTC (rev 1034937)
+++ PKGBUILD2021-10-30 05:14:26 UTC (rev 1034938)
@@ -1,44 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-# https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
-pkgver=0.54.3
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-yaml python-six python-aws-sam-translator
- python-jsonpatch python-jsonschema python-networkx
- python-junit-xml)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock python-pydot)
-optdepends=(
-  'python-pydot: for building graphs from templates'
-)
-source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz;)
-sha256sums=('7fb2d280a5c5c4a2f1476ea051583f3c0ed70f857b70c283b30603886bad977a')
-
-build() {
-  cd cfn-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-lint-$pkgver
-
-  # Tests in test/integration need the cfn-lint binary
-  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
-
-  export PYTHONPATH="$PWD/src"
-  export PATH="$PATH:$srcdir/tmp_install"
-  # test_update_docs requires cfn-lint as a git repo
-  pytest test -k 'not test_update_docs'
-}
-
-package() {
-  cd cfn-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 1034937, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-30 05:14:26 UTC (rev 1034938)
@@ -0,0 +1,44 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+# https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
+pkgver=0.54.4
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-yaml python-six python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-networkx
+ python-junit-xml)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock python-pydot)
+optdepends=(
+  'python-pydot: for building graphs from templates'
+)
+source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz;)
+sha256sums=('dfc9115c46149fa088f3f2981001cabcff4b8e128f96b052eeb4ece0dec6')
+
+build() {
+  cd cfn-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-lint-$pkgver
+
+  # Tests in test/integration need the cfn-lint binary
+  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
+
+  export PYTHONPATH="$PWD/src"
+  export PATH="$PATH:$srcdir/tmp_install"
+  # test_update_docs requires cfn-lint as a git repo
+  pytest test -k 'not test_update_docs'
+}
+
+package() {
+  cd cfn-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2021-10-29 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, October 30, 2021 @ 05:14:08
  Author: yan12125
Revision: 1034937

upgpkg: python-cfn-lint 0.54.4-1

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-30 00:43:43 UTC (rev 1034936)
+++ PKGBUILD2021-10-30 05:14:08 UTC (rev 1034937)
@@ -2,7 +2,7 @@
 
 pkgname=python-cfn-lint
 # https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
-pkgver=0.54.3
+pkgver=0.54.4
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -17,7 +17,7 @@
   'python-pydot: for building graphs from templates'
 )
 
source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz;)
-sha256sums=('7fb2d280a5c5c4a2f1476ea051583f3c0ed70f857b70c283b30603886bad977a')
+sha256sums=('dfc9115c46149fa088f3f2981001cabcff4b8e128f96b052eeb4ece0dec6')
 
 build() {
   cd cfn-lint-$pkgver



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

2021-10-29 Thread Pierre Schmitz via arch-commits
Date: Saturday, October 30, 2021 @ 04:44:39
  Author: pierre
Revision: 426805

archrelease: copy trunk to extra-any

Added:
  composer/repos/extra-any/PKGBUILD
(from rev 426804, composer/trunk/PKGBUILD)
Deleted:
  composer/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-30 04:44:35 UTC (rev 426804)
+++ PKGBUILD2021-10-30 04:44:39 UTC (rev 426805)
@@ -1,51 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=composer
-pkgver=2.1.9
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php' 'unzip')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
-   
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-sha256sums=('SKIP'
-'4d00b70e146c17d663ad2f9a21ebb4c9d52b021b1ac15f648b4d371c04d648ba')
-
-prepare() {
-   cd "${srcdir}/${pkgname}"
-
-   php "${srcdir}/${pkgname}-${pkgver}.phar" install --no-interaction 
--no-dev --no-progress --prefer-dist
-}
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd "${srcdir}"
-
-   mkdir integration-test
-   cd integration-test
-
-   php "${srcdir}/${pkgname}/composer.phar" init \
-   --no-interaction \
-   --type=project \
-   --name='archlinux/test' \
-   --description='Composer Test Project' \
-   --license='GPL-3.0-or-later' \
-   --require='symfony/console:*'
-   php "${srcdir}/${pkgname}/composer.phar" update --no-interaction 
--no-progress --prefer-dist
-   php "${srcdir}/${pkgname}/composer.phar" validate --no-interaction
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm755 composer.phar "${pkgdir}/usr/bin/composer"
-}

Copied: composer/repos/extra-any/PKGBUILD (from rev 426804, 
composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-30 04:44:39 UTC (rev 426805)
@@ -0,0 +1,51 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=composer
+pkgver=2.1.10
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php' 'unzip')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
+   
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
+sha256sums=('SKIP'
+'cb8b04cc6a6fb167403f7495e8539650eb555657aa48873f115383bcd8f0b18d')
+
+prepare() {
+   cd "${srcdir}/${pkgname}"
+
+   php "${srcdir}/${pkgname}-${pkgver}.phar" install --no-interaction 
--no-dev --no-progress --prefer-dist
+}
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd "${srcdir}"
+
+   mkdir integration-test
+   cd integration-test
+
+   php "${srcdir}/${pkgname}/composer.phar" init \
+   --no-interaction \
+   --type=project \
+   --name='archlinux/test' \
+   --description='Composer Test Project' \
+   --license='GPL-3.0-or-later' \
+   --require='symfony/console:*'
+   php "${srcdir}/${pkgname}/composer.phar" update --no-interaction 
--no-progress --prefer-dist
+   php "${srcdir}/${pkgname}/composer.phar" validate --no-interaction
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm755 composer.phar "${pkgdir}/usr/bin/composer"
+}



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

2021-10-29 Thread Pierre Schmitz via arch-commits
Date: Saturday, October 30, 2021 @ 04:44:35
  Author: pierre
Revision: 426804

upgpkg: composer 2.1.10-1

Modified:
  composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 23:30:07 UTC (rev 426803)
+++ PKGBUILD2021-10-30 04:44:35 UTC (rev 426804)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=2.1.9
+pkgver=2.1.10
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -12,7 +12,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};

"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
 sha256sums=('SKIP'
-'4d00b70e146c17d663ad2f9a21ebb4c9d52b021b1ac15f648b4d371c04d648ba')
+'cb8b04cc6a6fb167403f7495e8539650eb555657aa48873f115383bcd8f0b18d')
 
 prepare() {
cd "${srcdir}/${pkgname}"



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

2021-10-29 Thread Maxim Baz via arch-commits
Date: Saturday, October 30, 2021 @ 00:43:43
  Author: maximbaz
Revision: 1034936

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-30 00:43:39 UTC (rev 1034935)
+++ PKGBUILD2021-10-30 00:43:43 UTC (rev 1034936)
@@ -1,62 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Maintainer: Daniel M. Capella 
-# Contributor: James Zhu 
-
-pkgname=python-black
-pkgver=21.8b0
-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-regex' 'python-tomli'
- 'python-typing_extensions')
-makedepends=('python-build' 'python-install' 'python-setuptools-scm'
- 'python-wheel')
-checkdepends=('ipython' 'python-aiohttp' 'python-aiohttp-cors'
-  '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-aiohttp-cors: for the blackd HTTP server'
-'python-colorama: for colored diffs'
-'python-typed-ast: to format Python 2 code')
-source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz;)
-sha256sums=('570608d28aa3af1792b98c4a337dbac6367877b47b12b88ab42095cfc1a627c2')
-b2sums=('5028edb7ff82ec2840aa4f32311ede415ee998c0e29a085760fdf59538aca2ff18dba102e37d382da4bda6f550b9dfaf362f9fe86561eabef56ea7731168757e')
-
-build() {
-  cd "black-$pkgver"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd "black-$pkgver"
-  mkdir -p temp
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  python -m install --optimize=1 --destdir=temp dist/*.whl
-  chmod +x temp/usr/bin/* # https://github.com/FFY00/python-install/pull/6
-  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$site_packages" pytest 
tests -m "not without_python2"
-}
-
-package() {
-  cd "black-$pkgver"
-  export PYTHONHASHSEED=0
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-
-  # https://github.com/FFY00/python-install/issues/7
-  sed -i 's/patched_main \[d]/patched_main/' "$pkgdir"/usr/bin/blackd
-
-  # https://github.com/FFY00/python-install/pull/6
-  chmod +x "$pkgdir"/usr/bin/*
-
-  # 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:set ts=2 sw=2 et:

Copied: python-black/repos/community-any/PKGBUILD (from rev 1034935, 
python-black/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-30 00:43:43 UTC (rev 1034936)
@@ -0,0 +1,61 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Daniel M. Capella 
+# Contributor: James Zhu 
+
+pkgname=python-black
+pkgver=21.9b0
+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-regex' 'python-tomli'
+ 'python-typing_extensions')
+makedepends=('python-build' 'python-install' 'python-setuptools-scm'
+ 'python-wheel')
+checkdepends=('ipython' 'python-aiohttp' 'python-aiohttp-cors'
+  '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-aiohttp-cors: for the blackd HTTP server'
+'python-colorama: for colored diffs'
+'python-typed-ast: to format Python 2 code')
+source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz;)
+sha256sums=('7de4cfc7eb6b710de325712d40125689101d21d25283eed7e9998722cf10eb91')
+b2sums=('1605393a0d830b6a270b7e4696ebbcf883d0273551910ac7e04b81e87d104d5340e78e29af67f6e3b99c7fa853a0578cc347bc9668c91e173adf40c774f301bd')
+
+build() {
+  cd "black-$pkgver"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd "black-$pkgver"
+  mkdir -p temp
+  

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

2021-10-29 Thread Maxim Baz via arch-commits
Date: Saturday, October 30, 2021 @ 00:43:39
  Author: maximbaz
Revision: 1034935

upgpkg: python-black 21.9b0-1

Modified:
  python-black/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-30 00:37:41 UTC (rev 1034934)
+++ PKGBUILD2021-10-30 00:43:39 UTC (rev 1034935)
@@ -3,7 +3,7 @@
 # Contributor: James Zhu 
 
 pkgname=python-black
-pkgver=21.8b0
+pkgver=21.9b0
 pkgrel=1
 pkgdesc='Uncompromising Python code formatter'
 arch=('any')
@@ -24,8 +24,8 @@
 'python-colorama: for colored diffs'
 'python-typed-ast: to format Python 2 code')
 
source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz;)
-sha256sums=('570608d28aa3af1792b98c4a337dbac6367877b47b12b88ab42095cfc1a627c2')
-b2sums=('5028edb7ff82ec2840aa4f32311ede415ee998c0e29a085760fdf59538aca2ff18dba102e37d382da4bda6f550b9dfaf362f9fe86561eabef56ea7731168757e')
+sha256sums=('7de4cfc7eb6b710de325712d40125689101d21d25283eed7e9998722cf10eb91')
+b2sums=('1605393a0d830b6a270b7e4696ebbcf883d0273551910ac7e04b81e87d104d5340e78e29af67f6e3b99c7fa853a0578cc347bc9668c91e173adf40c774f301bd')
 
 build() {
   cd "black-$pkgver"



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

2021-10-29 Thread Maxim Baz via arch-commits
Date: Saturday, October 30, 2021 @ 00:37:41
  Author: maximbaz
Revision: 1034934

archrelease: copy trunk to community-x86_64

Added:
  gocryptfs/repos/community-x86_64/PKGBUILD
(from rev 1034933, gocryptfs/trunk/PKGBUILD)
Deleted:
  gocryptfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-30 00:37:37 UTC (rev 1034933)
+++ PKGBUILD2021-10-30 00:37:41 UTC (rev 1034934)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Peter Reschenhofer 
-
-_pkgauthor=rfjakob
-pkgname=gocryptfs
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Encrypted overlay filesystem written in Go.'
-arch=('x86_64')
-url="https://github.com/${_pkgauthor}/${pkgname};
-license=('MIT')
-depends=('gcc-libs' 'openssl' 'fuse')
-makedepends=('go' 'pandoc' 'man-db')
-source=(
-
"${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz.asc;
-)
-sha256sums=('555e8fba2bc5ed87ad52fc9b7a5525ed0fd01b0a34dfd23cb3ecfae6de75edcd'
-'SKIP')
-validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740')
-
-build() {
-cd "${srcdir}/${pkgname}_v${pkgver}_src-deps"
-
-export CGO_LDFLAGS="$LDFLAGS"
-export GOFLAGS="-buildmode=pie -trimpath -mod=vendor"
-make build
-}
-
-package() {
-cd "${srcdir}/${pkgname}_v${pkgver}_src-deps"
-make DESTDIR="${pkgdir}" install
-}

Copied: gocryptfs/repos/community-x86_64/PKGBUILD (from rev 1034933, 
gocryptfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-30 00:37:41 UTC (rev 1034934)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Peter Reschenhofer 
+
+_pkgauthor=rfjakob
+pkgname=gocryptfs
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Encrypted overlay filesystem written in Go.'
+arch=('x86_64')
+url="https://github.com/${_pkgauthor}/${pkgname};
+license=('MIT')
+depends=('gcc-libs' 'openssl' 'fuse')
+makedepends=('go' 'pandoc' 'man-db')
+source=(
+
"${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz.asc;
+)
+sha256sums=('8d3f66fe426de6b31dfd56122f26047cc8cda679d2fba7bc26d78448701da5e3'
+'SKIP')
+validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740')
+
+build() {
+cd "${srcdir}/${pkgname}_v${pkgver}_src-deps"
+
+export CGO_LDFLAGS="$LDFLAGS"
+export GOFLAGS="-buildmode=pie -trimpath -mod=vendor"
+make build
+}
+
+package() {
+cd "${srcdir}/${pkgname}_v${pkgver}_src-deps"
+make DESTDIR="${pkgdir}" install
+}



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

2021-10-29 Thread Maxim Baz via arch-commits
Date: Saturday, October 30, 2021 @ 00:37:37
  Author: maximbaz
Revision: 1034933

upgpkg: gocryptfs 2.2.1-1

Modified:
  gocryptfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 23:05:05 UTC (rev 1034932)
+++ PKGBUILD2021-10-30 00:37:37 UTC (rev 1034933)
@@ -3,7 +3,7 @@
 
 _pkgauthor=rfjakob
 pkgname=gocryptfs
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='Encrypted overlay filesystem written in Go.'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 
"${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz;
 
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz.asc;
 )
-sha256sums=('555e8fba2bc5ed87ad52fc9b7a5525ed0fd01b0a34dfd23cb3ecfae6de75edcd'
+sha256sums=('8d3f66fe426de6b31dfd56122f26047cc8cda679d2fba7bc26d78448701da5e3'
 'SKIP')
 validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740')
 



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

2021-10-29 Thread Maxim Baz via arch-commits
Date: Friday, October 29, 2021 @ 23:05:05
  Author: maximbaz
Revision: 1034932

archrelease: copy trunk to community-x86_64

Added:
  kakoune/repos/community-x86_64/PKGBUILD
(from rev 1034931, kakoune/trunk/PKGBUILD)
Deleted:
  kakoune/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 23:05:01 UTC (rev 1034931)
+++ PKGBUILD2021-10-29 23:05:05 UTC (rev 1034932)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Frank Lenormand 
-pkgname=kakoune
-pkgver=2021.08.28
-pkgrel=2
-pkgdesc="Multiple-selection, UNIX-flavored modal editor"
-arch=("x86_64")
-url="https://kakoune.org/;
-license=("custom:unlicense")
-depends=("gcc-libs")
-optdepends=(
-"aspell: spell check, correct text"
-"clang: error reporting and diagnostics, completion"
-"editorconfig-core-c: set formatting options project-wide"
-"git: display and cycle through hunks, blame lines, handle file status"
-"kak-lsp: Language Server Protocol (LSP) client"
-"tmux: split windows, spawn tabs"
-"xdotool: X11 window management"
-"xorg-xmessage: print detailed crash information in a separate window"
-)
-source=("https://github.com/mawww/kakoune/releases/download/v${pkgver}/kakoune-${pkgver}.tar.bz2;)
-sha256sums=('6f6ed7dfd8c5723210dbd848708acf03af4b847016fd3ede96b2a89ad32276cb')
-
-build() {
-cd "${pkgname}-${pkgver}/src"
-make
-}
-
-check() {
-cd "${pkgname}-${pkgver}/src"
-make test
-}
-
-package() {
-cd "${pkgname}-${pkgver}/src"
-make install-strip DESTDIR="${pkgdir}" PREFIX=/usr 
libexecdir="${pkgdir}/usr/lib/kak"
-install -D ../UNLICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: kakoune/repos/community-x86_64/PKGBUILD (from rev 1034931, 
kakoune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 23:05:05 UTC (rev 1034932)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Frank Lenormand 
+pkgname=kakoune
+pkgver=2021.10.28
+pkgrel=1
+pkgdesc="Multiple-selection, UNIX-flavored modal editor"
+arch=("x86_64")
+url="https://kakoune.org/;
+license=("custom:unlicense")
+depends=("gcc-libs")
+optdepends=(
+"aspell: spell check, correct text"
+"clang: error reporting and diagnostics, completion"
+"editorconfig-core-c: set formatting options project-wide"
+"git: display and cycle through hunks, blame lines, handle file status"
+"kak-lsp: Language Server Protocol (LSP) client"
+"tmux: split windows, spawn tabs"
+"xdotool: X11 window management"
+"xorg-xmessage: print detailed crash information in a separate window"
+)
+source=("https://github.com/mawww/kakoune/releases/download/v${pkgver}/kakoune-${pkgver}.tar.bz2;)
+sha256sums=('2f4c93871dc31f6281712281a7119928b1d6d6f300dded84b2d3ce0ab27f2126')
+
+build() {
+cd "${pkgname}-${pkgver}/src"
+make
+}
+
+check() {
+cd "${pkgname}-${pkgver}/src"
+make test
+}
+
+package() {
+cd "${pkgname}-${pkgver}/src"
+make install-strip DESTDIR="${pkgdir}" PREFIX=/usr 
libexecdir="${pkgdir}/usr/lib/kak"
+install -D ../UNLICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2021-10-29 Thread Maxim Baz via arch-commits
Date: Friday, October 29, 2021 @ 23:05:01
  Author: maximbaz
Revision: 1034931

upgpkg: kakoune 2021.10.28-1

Modified:
  kakoune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 22:42:48 UTC (rev 1034930)
+++ PKGBUILD2021-10-29 23:05:01 UTC (rev 1034931)
@@ -2,8 +2,8 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 # Contributor: Frank Lenormand 
 pkgname=kakoune
-pkgver=2021.08.28
-pkgrel=2
+pkgver=2021.10.28
+pkgrel=1
 pkgdesc="Multiple-selection, UNIX-flavored modal editor"
 arch=("x86_64")
 url="https://kakoune.org/;
@@ -20,7 +20,7 @@
 "xorg-xmessage: print detailed crash information in a separate window"
 )
 
source=("https://github.com/mawww/kakoune/releases/download/v${pkgver}/kakoune-${pkgver}.tar.bz2;)
-sha256sums=('6f6ed7dfd8c5723210dbd848708acf03af4b847016fd3ede96b2a89ad32276cb')
+sha256sums=('2f4c93871dc31f6281712281a7119928b1d6d6f300dded84b2d3ce0ab27f2126')
 
 build() {
 cd "${pkgname}-${pkgver}/src"



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

2021-10-29 Thread Daniel Bermond via arch-commits
Date: Friday, October 29, 2021 @ 22:42:48
  Author: dbermond
Revision: 1034930

archrelease: copy trunk to community-x86_64

Added:
  libjxl/repos/community-x86_64/PKGBUILD
(from rev 1034929, libjxl/trunk/PKGBUILD)
Deleted:
  libjxl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 22:42:22 UTC (rev 1034929)
+++ PKGBUILD2021-10-29 22:42:48 UTC (rev 1034930)
@@ -1,91 +0,0 @@
-# Maintainer: Daniel Bermond 
-
-pkgbase=libjxl
-pkgname=('libjxl' 'libjxl-doc')
-pkgver=0.6
-pkgrel=1
-pkgdesc='JPEG XL image format reference implementation'
-arch=('x86_64')
-url='https://jpeg.org/jpegxl/'
-license=('BSD')
-makedepends=('git' 'cmake' 'clang' 'brotli' 'gdk-pixbuf2' 'giflib' 'gimp'
- 'gperftools' 'libjpeg-turbo' 'libpng' 'openexr' 'gtest'
- 'gmock' 'java-environment' 'python' 'asciidoc' 'doxygen'
- 'graphviz' 'xdg-utils' 'highway')
-source=("git+https://github.com/libjxl/libjxl.git#tag=v${pkgver};
-'git+https://github.com/google/brotli.git'
-'git+https://github.com/lvandeve/lodepng.git'
-'git+https://github.com/mm2/Little-CMS.git'
-'git+https://github.com/google/googletest.git'
-'git+https://github.com/webmproject/sjpeg.git'
-'git+https://skia.googlesource.com/skcms.git'
-'git+https://github.com/google/highway.git')
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-git -C libjxl submodule init
-git -C libjxl config --local submodule.third_party/brotli.url 
"${srcdir}/brotli"
-git -C libjxl config --local submodule.third_party/lodepng.url 
"${srcdir}/lodepng"
-git -C libjxl config --local submodule.third_party/lcms.url 
"${srcdir}/Little-CMS"
-git -C libjxl config --local submodule.third_party/googletest.url 
"${srcdir}/googletest"
-git -C libjxl config --local submodule.third_party/sjpeg.url 
"${srcdir}/sjpeg"
-git -C libjxl config --local submodule.third_party/skcms.url 
"${srcdir}/skcms"
-git -C libjxl config --local submodule.third_party/highway.url 
"${srcdir}/highway"
-git -C libjxl submodule update
-}
-
-build() {
-export CC='clang'
-export CXX='clang++'
-export CFLAGS+=' -DNDEBUG'
-export CXXFLAGS+=' -DNDEBUG'
-cmake -B build -S libjxl \
--DCMAKE_BUILD_TYPE:STRING='None' \
--DCMAKE_INSTALL_PREFIX:PATH='/usr' \
--DJPEGXL_ENABLE_BENCHMARK:BOOL='false' \
--DJPEGXL_ENABLE_EXAMPLES:BOOL='false' \
--DJPEGXL_ENABLE_FUZZERS:BOOL='false' \
--DJPEGXL_ENABLE_PLUGINS:BOOL='true' \
--DJPEGXL_ENABLE_VIEWERS:BOOL='false' \
--DJPEGXL_FORCE_SYSTEM_BROTLI:BOOL='true' \
--DJPEGXL_FORCE_SYSTEM_GTEST:BOOL='true' \
--DJPEGXL_FORCE_SYSTEM_HWY:BOOL='true' \
--Wno-dev
-make -C build all doc
-}
-
-check() {
-make -C build test
-}
-
-package_libjxl() {
-depends=('brotli')
-optdepends=('gdk-pixbuf2: for gdk-pixbuf loader'
-'giflib: for CLI tools'
-'gimp: for gimp plugin'
-'gperftools: for CLI tools'
-'java-runtime: for JNI bindings'
-'libjpeg-turbo: for CLI tools'
-'libpng: for CLI tools'
-'openexr: for CLI tools')
-provides=('libjxl.so' 'libjxl_threads.so')
-
-make -C build DESTDIR="$pkgdir" install
-install -D -m755 build/tools/libjxl_jni.so -t "${pkgdir}/usr/lib"
-install -D -m644 libjxl/{LICENSE,PATENTS} -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_libjxl-doc() {
-pkgdesc+=' (documentation)'
-
-install -d -m755 "${pkgdir}/usr/share/doc"
-install -D -m644 libjxl/{LICENSE,PATENTS} -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-cp -dr --no-preserve='ownership' build/html 
"${pkgdir}/usr/share/doc/libjxl"
-}

Copied: libjxl/repos/community-x86_64/PKGBUILD (from rev 1034929, 
libjxl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 22:42:48 UTC (rev 1034930)
@@ -0,0 +1,91 @@
+# Maintainer: Daniel Bermond 
+
+pkgbase=libjxl
+pkgname=('libjxl' 'libjxl-doc')
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='JPEG XL image format reference implementation'
+arch=('x86_64')
+url='https://jpeg.org/jpegxl/'
+license=('BSD')
+makedepends=('git' 'cmake' 'clang' 'brotli' 'gdk-pixbuf2' 'giflib' 'gimp'
+ 'gperftools' 'libjpeg-turbo' 'libpng' 'openexr' 'gtest'
+ 'java-environment' 'python' 'asciidoc' 'doxygen' 'graphviz'
+ 'xdg-utils' 'highway')
+source=("git+https://github.com/libjxl/libjxl.git#tag=v${pkgver};
+

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

2021-10-29 Thread Daniel Bermond via arch-commits
Date: Friday, October 29, 2021 @ 22:42:22
  Author: dbermond
Revision: 1034929

upgpkg: libjxl 0.6.1-1

Modified:
  libjxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 22:38:38 UTC (rev 1034928)
+++ PKGBUILD2021-10-29 22:42:22 UTC (rev 1034929)
@@ -2,7 +2,7 @@
 
 pkgbase=libjxl
 pkgname=('libjxl' 'libjxl-doc')
-pkgver=0.6
+pkgver=0.6.1
 pkgrel=1
 pkgdesc='JPEG XL image format reference implementation'
 arch=('x86_64')
@@ -10,8 +10,8 @@
 license=('BSD')
 makedepends=('git' 'cmake' 'clang' 'brotli' 'gdk-pixbuf2' 'giflib' 'gimp'
  'gperftools' 'libjpeg-turbo' 'libpng' 'openexr' 'gtest'
- 'gmock' 'java-environment' 'python' 'asciidoc' 'doxygen'
- 'graphviz' 'xdg-utils' 'highway')
+ 'java-environment' 'python' 'asciidoc' 'doxygen' 'graphviz'
+ 'xdg-utils' 'highway')
 source=("git+https://github.com/libjxl/libjxl.git#tag=v${pkgver};
 'git+https://github.com/google/brotli.git'
 'git+https://github.com/lvandeve/lodepng.git'



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

2021-10-29 Thread George Rawlinson via arch-commits
Date: Friday, October 29, 2021 @ 22:38:38
  Author: grawlinson
Revision: 1034928

archrelease: copy trunk to community-x86_64

Added:
  git-delta/repos/community-x86_64/PKGBUILD
(from rev 1034927, git-delta/trunk/PKGBUILD)
Deleted:
  git-delta/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 22:37:25 UTC (rev 1034927)
+++ PKGBUILD2021-10-29 22:38:38 UTC (rev 1034928)
@@ -1,55 +0,0 @@
-# Maintainer: George Rawlinson 
-# Maintainer: Caleb Maclennan 
-# Contributor:  Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
-# Contributor : ccorn
-
-pkgname=git-delta
-_pkgname=delta
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='Syntax-highlighting pager for git and diff output'
-arch=('x86_64')
-url="https://github.com/dandavison/delta;
-license=('MIT')
-depends=('libgit2')
-makedepends=('rust')
-checkdepends=('git')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-b2sums=('aba95ca232a23522ef9d5e32c1263f9597c88f3e397a1f2a5cda2fad3256f1a17adfcca4ca2f4ae0f3eb98e7398a238f9b31251c494a0ff8650df59946f56a6a')
-
-prepare() {
-  cd "$_pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$_pkgname-$pkgver"
-  cargo build --frozen --release --all-features
-}
-
-check() {
-  cd "$_pkgname-$pkgver"
-  # some tests hang for 60+ seconds, find out why
-  # took my machine ~ 470 seconds
-  cargo test --frozen --all-features
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" target/release/delta
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-
-  # shell auto-completions
-  install -vDm644 etc/completion/completion.bash \
-"$pkgdir/usr/share/bash-completion/completions/$_pkgname"
-  install -vDm644 etc/completion/completion.zsh \
-"$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: git-delta/repos/community-x86_64/PKGBUILD (from rev 1034927, 
git-delta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 22:38:38 UTC (rev 1034928)
@@ -0,0 +1,55 @@
+# Maintainer: George Rawlinson 
+# Maintainer: Caleb Maclennan 
+# Contributor:  Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor : ccorn
+
+pkgname=git-delta
+_pkgname=delta
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Syntax-highlighting pager for git and diff output'
+arch=('x86_64')
+url="https://github.com/dandavison/delta;
+license=('MIT')
+depends=('libgit2')
+makedepends=('rust')
+checkdepends=('git')
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+b2sums=('46ed5598965553f6c9df28863efd0304deecedc41970701fe46d8698494cdfd371bc463845586b9e3a1150034a36abde403d6eb5185c79bf65d918418690beea')
+
+prepare() {
+  cd "$_pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$_pkgname-$pkgver"
+  cargo build --frozen --release --all-features
+}
+
+check() {
+  cd "$_pkgname-$pkgver"
+  # some tests hang for 60+ seconds, find out why
+  # took my machine ~ 470 seconds
+  cargo test --frozen --all-features
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" target/release/delta
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  # shell auto-completions
+  install -vDm644 etc/completion/completion.bash \
+"$pkgdir/usr/share/bash-completion/completions/$_pkgname"
+  install -vDm644 etc/completion/completion.zsh \
+"$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}



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

2021-10-29 Thread George Rawlinson via arch-commits
Date: Friday, October 29, 2021 @ 22:37:25
  Author: grawlinson
Revision: 1034927

upgpkg: git-delta 0.9.2-1

New upstream release.

Modified:
  git-delta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 22:32:27 UTC (rev 1034926)
+++ PKGBUILD2021-10-29 22:37:25 UTC (rev 1034927)
@@ -5,7 +5,7 @@
 
 pkgname=git-delta
 _pkgname=delta
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc='Syntax-highlighting pager for git and diff output'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 checkdepends=('git')
 options=('!lto')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-b2sums=('aba95ca232a23522ef9d5e32c1263f9597c88f3e397a1f2a5cda2fad3256f1a17adfcca4ca2f4ae0f3eb98e7398a238f9b31251c494a0ff8650df59946f56a6a')
+b2sums=('46ed5598965553f6c9df28863efd0304deecedc41970701fe46d8698494cdfd371bc463845586b9e3a1150034a36abde403d6eb5185c79bf65d918418690beea')
 
 prepare() {
   cd "$_pkgname-$pkgver"



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

2021-10-29 Thread Orhun Parmaksiz via arch-commits
Date: Friday, October 29, 2021 @ 22:32:27
  Author: orhun
Revision: 1034926

archrelease: copy trunk to community-x86_64

Added:
  taskwarrior-tui/repos/community-x86_64/PKGBUILD
(from rev 1034925, taskwarrior-tui/trunk/PKGBUILD)
Deleted:
  taskwarrior-tui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 22:32:16 UTC (rev 1034925)
+++ PKGBUILD2021-10-29 22:32:27 UTC (rev 1034926)
@@ -1,47 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=taskwarrior-tui
-pkgver=0.13.37
-pkgrel=1
-pkgdesc="A terminal user interface for taskwarrior"
-arch=('x86_64')
-url="https://github.com/kdheepak/taskwarrior-tui;
-license=('MIT')
-depends=('task')
-makedepends=('rust' 'git' 'pandoc')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-"git+https://github.com/kdheepak/taskwarrior-testdata;)
-sha256sums=('ae1d6ea8c541382e0cba323e7f0fc92150dd141d4734117021aafaf6bf79222d'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen --all-features
-  pandoc "docs/$pkgname.1.md" --standalone --to=man -o "docs/$pkgname.1"
-}
-
-# https://github.com/kdheepak/taskwarrior-tui/issues/277
-#check() {
-#  cd "$pkgname-$pkgver"
-#  export TASKRC="../taskwarrior-testdata/.taskrc"
-#  export TASKDATA="../taskwarrior-testdata/.task"
-#  cargo test --frozen --all-features
-#}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 "docs/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
-  install -Dm 644 "completions/_$pkgname" -t 
"${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: taskwarrior-tui/repos/community-x86_64/PKGBUILD (from rev 1034925, 
taskwarrior-tui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 22:32:27 UTC (rev 1034926)
@@ -0,0 +1,47 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=taskwarrior-tui
+pkgver=0.14.4
+pkgrel=1
+pkgdesc="A terminal user interface for taskwarrior"
+arch=('x86_64')
+url="https://github.com/kdheepak/taskwarrior-tui;
+license=('MIT')
+depends=('task')
+makedepends=('rust' 'git' 'pandoc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+"git+https://github.com/kdheepak/taskwarrior-testdata;)
+sha256sums=('7e8c561b6d45c7b11545fbdb47bdc2c048cfda088e9de77a37191839acdd6d83'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen --all-features
+  pandoc "docs/$pkgname.1.md" --standalone --to=man -o "docs/$pkgname.1"
+}
+
+# https://github.com/kdheepak/taskwarrior-tui/issues/277
+#check() {
+#  cd "$pkgname-$pkgver"
+#  export TASKRC="../taskwarrior-testdata/.taskrc"
+#  export TASKDATA="../taskwarrior-testdata/.task"
+#  cargo test --frozen --all-features
+#}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "docs/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
+  install -Dm 644 "completions/_$pkgname" -t 
"${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-10-29 Thread Orhun Parmaksiz via arch-commits
Date: Friday, October 29, 2021 @ 22:32:16
  Author: orhun
Revision: 1034925

upgpkg: taskwarrior-tui 0.14.4-1: upstream release

Modified:
  taskwarrior-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 21:25:44 UTC (rev 1034924)
+++ PKGBUILD2021-10-29 22:32:16 UTC (rev 1034925)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=taskwarrior-tui
-pkgver=0.13.37
+pkgver=0.14.4
 pkgrel=1
 pkgdesc="A terminal user interface for taskwarrior"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('rust' 'git' 'pandoc')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
 "git+https://github.com/kdheepak/taskwarrior-testdata;)
-sha256sums=('ae1d6ea8c541382e0cba323e7f0fc92150dd141d4734117021aafaf6bf79222d'
+sha256sums=('7e8c561b6d45c7b11545fbdb47bdc2c048cfda088e9de77a37191839acdd6d83'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in aws-c-common/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-10-29 Thread Anatol Pomozov via arch-commits
Date: Friday, October 29, 2021 @ 21:25:44
  Author: anatolik
Revision: 1034924

archrelease: copy trunk to community-x86_64

Added:
  aws-c-common/repos/community-x86_64/PKGBUILD
(from rev 1034923, aws-c-common/trunk/PKGBUILD)
Deleted:
  aws-c-common/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 21:25:25 UTC (rev 1034923)
+++ PKGBUILD2021-10-29 21:25:44 UTC (rev 1034924)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-c-common
-pkgver=0.6.14
-pkgrel=1
-pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform 
primitives, configuration, data structures, and error handling.'
-arch=(x86_64)
-url='https://github.com/awslabs/aws-c-common'
-license=(Apache)
-depends=(glibc)
-makedepends=(cmake)
-source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip)
-sha256sums=('2c7ff4c756c59c1266a93850d65bf2ff6f6038134a874fd941ef745442d7607e')
-
-build() {
-  cd aws-c-common-$pkgver
-
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_SHARED_LIBS=ON -S . -B build
-  cmake --build build
-}
-
-check() {
-  cd aws-c-common-$pkgver
-  cmake --build build --target test
-}
-
-package() {
-  cd aws-c-common-$pkgver
-
-  cmake --build build --target install -- DESTDIR="$pkgdir/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: aws-c-common/repos/community-x86_64/PKGBUILD (from rev 1034923, 
aws-c-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 21:25:44 UTC (rev 1034924)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-common
+pkgver=0.6.15
+pkgrel=1
+pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform 
primitives, configuration, data structures, and error handling.'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-c-common'
+license=(Apache)
+depends=(glibc)
+makedepends=(cmake)
+source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip)
+sha256sums=('d9251302c54850c47c953b6de7e1422d7e5a54bc2268e22e07285beac62f1e22')
+
+build() {
+  cd aws-c-common-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_SHARED_LIBS=ON -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd aws-c-common-$pkgver
+  cmake --build build --target test
+}
+
+package() {
+  cd aws-c-common-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-10-29 Thread Anatol Pomozov via arch-commits
Date: Friday, October 29, 2021 @ 21:25:25
  Author: anatolik
Revision: 1034923

upgpkg: aws-c-common 0.6.15-1

Modified:
  aws-c-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 20:46:47 UTC (rev 1034922)
+++ PKGBUILD2021-10-29 21:25:25 UTC (rev 1034923)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=aws-c-common
-pkgver=0.6.14
+pkgver=0.6.15
 pkgrel=1
 pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform 
primitives, configuration, data structures, and error handling.'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(glibc)
 makedepends=(cmake)
 
source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip)
-sha256sums=('2c7ff4c756c59c1266a93850d65bf2ff6f6038134a874fd941ef745442d7607e')
+sha256sums=('d9251302c54850c47c953b6de7e1422d7e5a54bc2268e22e07285beac62f1e22')
 
 build() {
   cd aws-c-common-$pkgver



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

2021-10-29 Thread Anatol Pomozov via arch-commits
Date: Friday, October 29, 2021 @ 20:46:47
  Author: anatolik
Revision: 1034922

archrelease: copy trunk to community-x86_64

Added:
  globalprotect-openconnect/repos/community-x86_64/
  globalprotect-openconnect/repos/community-x86_64/PKGBUILD
(from rev 1034921, globalprotect-openconnect/trunk/PKGBUILD)

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

Copied: globalprotect-openconnect/repos/community-x86_64/PKGBUILD (from rev 
1034921, globalprotect-openconnect/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-10-29 20:46:47 UTC (rev 1034922)
@@ -0,0 +1,26 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Keinv Yue 
+
+pkgname=globalprotect-openconnect
+pkgver=1.3.4
+pkgrel=3
+pkgdesc="A GlobalProtect VPN GUI client based on Openconnect and built with 
Qt5, supports SAML auth mode"
+arch=(x86_64)
+url="https://github.com/yuezk/GlobalProtect-openconnect;
+license=(GPL3)
+depends=(openconnect qt5-base qt5-webengine qt5-websockets)
+makedepends=(git cmake)
+provides=('gpclient' 'gpservice')
+source=(git+https://github.com/yuezk/GlobalProtect-openconnect#tag=v$pkgver) # 
github does not allow to download sources with submodules, thus use git directly
+sha256sums=('SKIP')
+
+build() {
+  cd GlobalProtect-openconnect
+  cmake -B build -DCMAKE_BUILD_TYPE=Release
+  cmake --build build
+}
+
+package() {
+  cd GlobalProtect-openconnect
+  make DESTDIR="$pkgdir/" install -C build
+}



[arch-commits] Commit in (4 files)

2021-10-29 Thread Anatol Pomozov via arch-commits
Date: Friday, October 29, 2021 @ 20:45:46
  Author: anatolik
Revision: 1034921

globalprotect-openconnect: move from AUR to community

Added:
  globalprotect-openconnect/
  globalprotect-openconnect/repos/
  globalprotect-openconnect/trunk/
  globalprotect-openconnect/trunk/PKGBUILD

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

Added: globalprotect-openconnect/trunk/PKGBUILD
===
--- globalprotect-openconnect/trunk/PKGBUILD(rev 0)
+++ globalprotect-openconnect/trunk/PKGBUILD2021-10-29 20:45:46 UTC (rev 
1034921)
@@ -0,0 +1,26 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Keinv Yue 
+
+pkgname=globalprotect-openconnect
+pkgver=1.3.4
+pkgrel=3
+pkgdesc="A GlobalProtect VPN GUI client based on Openconnect and built with 
Qt5, supports SAML auth mode"
+arch=(x86_64)
+url="https://github.com/yuezk/GlobalProtect-openconnect;
+license=(GPL3)
+depends=(openconnect qt5-base qt5-webengine qt5-websockets)
+makedepends=(git cmake)
+provides=('gpclient' 'gpservice')
+source=(git+https://github.com/yuezk/GlobalProtect-openconnect#tag=v$pkgver) # 
github does not allow to download sources with submodules, thus use git directly
+sha256sums=('SKIP')
+
+build() {
+  cd GlobalProtect-openconnect
+  cmake -B build -DCMAKE_BUILD_TYPE=Release
+  cmake --build build
+}
+
+package() {
+  cd GlobalProtect-openconnect
+  make DESTDIR="$pkgdir/" install -C build
+}



[arch-commits] Commit in opencv/repos/extra-x86_64 (6 files)

2021-10-29 Thread Antonio Rojas via arch-commits
Date: Friday, October 29, 2021 @ 20:39:00
  Author: arojas
Revision: 426802

archrelease: copy trunk to extra-x86_64

Added:
  opencv/repos/extra-x86_64/PKGBUILD
(from rev 426801, opencv/trunk/PKGBUILD)
  opencv/repos/extra-x86_64/opencv-lapack-3.10.patch
(from rev 426801, opencv/trunk/opencv-lapack-3.10.patch)
  opencv/repos/extra-x86_64/vtk9.patch
(from rev 426801, opencv/trunk/vtk9.patch)
Deleted:
  opencv/repos/extra-x86_64/PKGBUILD
  opencv/repos/extra-x86_64/opencv-lapack-3.10.patch
  opencv/repos/extra-x86_64/vtk9.patch

--+
 PKGBUILD |  272 ++---
 opencv-lapack-3.10.patch |  216 +--
 vtk9.patch   |   72 +--
 3 files changed, 280 insertions(+), 280 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 20:38:38 UTC (rev 426801)
+++ PKGBUILD2021-10-29 20:39:00 UTC (rev 426802)
@@ -1,136 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Ray Rashif 
-# Contributor: Tobias Powalowski 
-
-pkgbase=opencv
-pkgname=(opencv opencv-samples python-opencv opencv-cuda)
-pkgver=4.5.4
-pkgrel=4
-pkgdesc='Open Source Computer Vision Library'
-arch=(x86_64)
-license=(BSD)
-url='https://opencv.org/'
-depends=(tbb openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 
openjpeg2 ffmpeg)
-makedepends=(cmake python-numpy python-setuptools mesa eigen hdf5 lapacke 
qt5-base vtk glew ant java-environment pugixml openmpi cudnn)
-optdepends=('opencv-samples: samples'
-'vtk: for the viz module'
-'glew: for the viz module'
-'qt5-base: for the HighGUI module'
-'hdf5: for the HDF5 module'
-'opencl-icd-loader: For coding with OpenCL'
-'java-runtime: Java interface')
-source=(https://github.com/opencv/opencv/archive/$pkgver/$pkgname-$pkgver.tar.gz
-
https://github.com/opencv/opencv_contrib/archive/$pkgver/opencv_contrib-$pkgver.tar.gz
-opencv-lapack-3.10.patch
-
fix-cvv-build.patch::https://github.com/opencv/opencv_contrib/commit/2a4348e0.patch
-vtk9.patch)
-sha256sums=('c20bb83dd790fc69df9f105477e24267706715a9d3c705ca1e7f613c7b3bad3d'
-'ad74b440b4539619dc9b587995a16b691246023d45e34097c73e259f72de9f81'
-'f83c64f2731a39910d0d4a48898dd04e4aca5c22f746b7b0ead003992ae11199'
-'a992cbdfe40730c584df41b9d18ab6c799bf060a67cf4332e5e3301b95720369'
-'f35a2d4ea0d6212c7798659e59eda2cb0b5bc858360f7ce9c696c77d3029668e')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < opencv-lapack-3.10.patch # Fix build with 
LAPACK 3.10
-  patch -d $pkgname-$pkgver -p1 < vtk9.patch # Don't require all vtk optdepends
-  patch -d opencv_contrib-$pkgver -p1 < fix-cvv-build.patch # Fix build of cvv 
module
-}
-
-build() {
-  export JAVA_HOME="/usr/lib/jvm/default"
-  # cmake's FindLAPACK doesn't add cblas to LAPACK_LIBRARIES, so we need to 
specify them manually
-  _opts="-DWITH_OPENCL=ON \
- -DWITH_OPENGL=ON \
- -DWITH_TBB=ON \
- -DWITH_VULKAN=ON \
- -DWITH_QT=ON \
- -DBUILD_WITH_DEBUG_INFO=OFF \
- -DBUILD_TESTS=OFF \
- -DBUILD_PERF_TESTS=OFF \
- -DBUILD_EXAMPLES=ON \
- -DINSTALL_C_EXAMPLES=ON \
- -DINSTALL_PYTHON_EXAMPLES=ON \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCPU_BASELINE_DISABLE=SSE3 \
- -DCPU_BASELINE_REQUIRE=SSE2 \
- -DOPENCV_EXTRA_MODULES_PATH=$srcdir/opencv_contrib-$pkgver/modules \
- -DOPENCV_SKIP_PYTHON_LOADER=ON \
- 
-DLAPACK_LIBRARIES=/usr/lib/liblapack.so;/usr/lib/libblas.so;/usr/lib/libcblas.so
 \
- -DLAPACK_CBLAS_H=/usr/include/cblas.h \
- -DLAPACK_LAPACKE_H=/usr/include/lapacke.h \
- -DOPENCV_GENERATE_PKGCONFIG=ON \
- -DOPENCV_ENABLE_NONFREE=ON \
- -DOPENCV_JNI_INSTALL_PATH=lib \
- -DOPENCV_GENERATE_SETUPVARS=OFF \
- -DEIGEN_INCLUDE_PATH=/usr/include/eigen3"
- 
-  cmake -B build -S $pkgname-$pkgver $_opts
-  cmake --build build
-
-  cmake -B build-cuda -S $pkgname-$pkgver $_opts \
--DWITH_CUDA=ON \
--DWITH_CUDNN=ON
-  cmake --build build-cuda
-}
-
-package_opencv() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  # install license file
-  install -Dm644 $pkgbase-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-
-  # separate samples package
-  mv "$pkgdir"/usr/share/opencv4/samples "$srcdir"
-
-  # Add java symlinks expected by some binary blobs
-  ln -sr "$pkgdir"/usr/share/java/{opencv4/opencv-${pkgver//./},opencv}.jar
-  ln -sr "$pkgdir"/usr/lib/{libopencv_java${pkgver//./},libopencv_java}.so
-
-  # Split Python bindings
-  rm -r "$pkgdir"/usr/lib/python3*
-}
-
-package_opencv-samples() {
-  pkgdesc+=' (samples)'
-  depends=(opencv)
-  unset optdepends
-
-  mkdir -p "$pkgdir"/usr/share/opencv4
-  mv samples "$pkgdir"/usr/share/opencv4
-
-  # install license file
-  

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

2021-10-29 Thread Antonio Rojas via arch-commits
Date: Friday, October 29, 2021 @ 20:38:38
  Author: arojas
Revision: 426801

Add new vtk dependencies to python-opencv (FS#72573)

Modified:
  opencv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 17:50:26 UTC (rev 426800)
+++ PKGBUILD2021-10-29 20:38:38 UTC (rev 426801)
@@ -5,7 +5,7 @@
 pkgbase=opencv
 pkgname=(opencv opencv-samples python-opencv opencv-cuda)
 pkgver=4.5.4
-pkgrel=4
+pkgrel=5
 pkgdesc='Open Source Computer Vision Library'
 arch=(x86_64)
 license=(BSD)
@@ -104,7 +104,7 @@
 
 package_python-opencv() {
   pkgdesc='Python bindings for OpenCV'
-  depends=(python-numpy opencv vtk glew qt5-base hdf5)
+  depends=(python-numpy opencv vtk glew qt5-base hdf5 jsoncpp openmpi pugixml)
   unset optdepends
 
   DESTDIR="$pkgdir" cmake --install build/modules/python3



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

2021-10-29 Thread Alexander Epaneshnikov via arch-commits
Date: Friday, October 29, 2021 @ 19:45:23
  Author: alex19ep
Revision: 1034920

archrelease: copy trunk to community-x86_64

Added:
  bitwarden/repos/community-x86_64/PKGBUILD
(from rev 1034919, bitwarden/trunk/PKGBUILD)
  bitwarden/repos/community-x86_64/bitwarden.desktop
(from rev 1034919, bitwarden/trunk/bitwarden.desktop)
  bitwarden/repos/community-x86_64/bitwarden.sh
(from rev 1034919, bitwarden/trunk/bitwarden.sh)
  bitwarden/repos/community-x86_64/messaging.main.ts.patch
(from rev 1034919, bitwarden/trunk/messaging.main.ts.patch)
  bitwarden/repos/community-x86_64/package.json.patch
(from rev 1034919, bitwarden/trunk/package.json.patch)
Deleted:
  bitwarden/repos/community-x86_64/PKGBUILD
  bitwarden/repos/community-x86_64/bitwarden.desktop
  bitwarden/repos/community-x86_64/bitwarden.sh
  bitwarden/repos/community-x86_64/messaging.main.ts.patch
  bitwarden/repos/community-x86_64/package.json.patch

-+
 PKGBUILD|  150 +++---
 bitwarden.desktop   |   20 +++---
 bitwarden.sh|8 +-
 messaging.main.ts.patch |   22 +++---
 package.json.patch  |   26 +++
 5 files changed, 113 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 19:45:04 UTC (rev 1034919)
+++ PKGBUILD2021-10-29 19:45:23 UTC (rev 1034920)
@@ -1,75 +0,0 @@
-# Maintainer: Alexander Epaneshnikov 
-# Contributor: libertylocked 
-
-pkgname=bitwarden
-pkgver=1.29.0
-pkgrel=1
-_jslibcommit='764dc40b36e807e59b8d6feea5ac4577270d'
-_electronversion=14
-pkgdesc='A secure and free password manager for all of your devices'
-arch=('x86_64')
-url='https://github.com/bitwarden/desktop'
-license=('GPL3')
-depends=("electron$_electronversion" 'libnotify' 'libsecret' 'libxtst' 
'libxss' 'libnss_nis')
-makedepends=('npm' 'python' 'node-gyp' 'nodejs-lts-fermium' 'jq')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bitwarden/desktop/archive/v${pkgver}.tar.gz
-
jslib-${_jslibcommit}.tar.gz::https://github.com/bitwarden/jslib/archive/${_jslibcommit}.tar.gz
-package.json.patch
-messaging.main.ts.patch
-${pkgname}.sh
-${pkgname}.desktop)
-sha512sums=('70323734681fa766390ac00831f371bff3ee023169e27b5348216e9cbf9fbaa8e14d4d689d5d5aa3ffc36b88c0b71b23a90c0cf418f7fc60ac5feae6f8bfea2d'
-
'08fcfa6e23e405d1a01238268ae55bef263f91173d1d28ec96e20cdc892229304c0b84dfcb3c722615f8dd6bb46cb9c3fad21ace46da06d4a349e1008e49e559'
-
'87cdb8287cbc0c4eb49b0fd456a66e200551b5da5c14991505f6301cf1b11132d938dfdf795c4df2a4b3e1ae2badf5dfe33c1207923ec8abc6f9b3e064af6015'
-
'822d97be407c2ac2a6926f5c925b0fd188c541014a623dd3815fdbf5ef67c0542f43aaf8d11535571a83a265f620e330f5326244f42c3902fddab442128fda95'
-
'44ee70d71abf9cf399736d00df0aa6815d452792c9589f5517fed4454bdfff6ad2a39ffee401eab0db180718b19e9565d9ecff8d1bd96a93d13e4f63eaf4d5fc'
-
'05b771e72f1925f61b710fb67e5709dbfd63855425d2ef146ca3770b050e78cb3933cffc7afb1ad43a1d87867b2c2486660c79fdfc95b3891befdff26c8520fd')
-
-prepare() {
-   cd desktop-${pkgver}
-   # Link jslib
-   rmdir -v jslib
-   ln -vs ../jslib-${_jslibcommit} jslib
-
-   # Remove pre and postinstall routines from package.json.
-   patch --strip=1 package.json ../package.json.patch
-   # This patch is required to make "Start automatically on login" work
-   patch --strip=1 src/main/messaging.main.ts ../messaging.main.ts.patch
-   # Patch build to make it work with system electron
-   export SYSTEM_ELECTRON_VERSION=$(electron$_electronversion -v | sed 
's/v//g')
-   export ELECTRONVERSION=$_electronversion
-   jq < package.json \
-  '.build["electronVersion"]=$ENV.SYSTEM_ELECTRON_VERSION | 
.build["electronDist"]="/usr/lib/electron\(env.ELECTRONVERSION)"' \
-  > package.json.patched
-   mv package.json.patched package.json
-}
-
-build() {
-   cd desktop-${pkgver}
-   electronDist=/usr/lib/electron$_electronversion
-   electronVer=$(electron$_electronversion --version | tail -c +2)
-   export npm_config_cache="$srcdir/npm_cache"
-   export ELECTRON_SKIP_BINARY_DOWNLOAD=1
-   pushd jslib
-   npm install
-   popd
-   npm install
-   npm run build
-   npm run clean:dist
-   npm exec -c "electron-builder --linux --x64 --dir 
-c.electronDist=$electronDist \
--c.electronVersion=$electronVer"
-}
-
-package(){
-   cd desktop-${pkgver}
-   install -vDm644 dist/linux-unpacked/resources/app.asar -t 
"${pkgdir}/usr/lib/${pkgname}"
-   install -vDm644 build/package.json -t "${pkgdir}/usr/lib/${pkgname}"
-
-   for i in 16 32 48 64 128 256 512; do
-   install -vDm644 resources/icons/${i}x${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png"
-   done
-   install -vDm644 

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

2021-10-29 Thread Alexander Epaneshnikov via arch-commits
Date: Friday, October 29, 2021 @ 19:45:04
  Author: alex19ep
Revision: 1034919

upgpkg: bitwarden 1.29.1-1

new upstream release

Modified:
  bitwarden/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 18:08:45 UTC (rev 1034918)
+++ PKGBUILD2021-10-29 19:45:04 UTC (rev 1034919)
@@ -2,7 +2,7 @@
 # Contributor: libertylocked 
 
 pkgname=bitwarden
-pkgver=1.29.0
+pkgver=1.29.1
 pkgrel=1
 _jslibcommit='764dc40b36e807e59b8d6feea5ac4577270d'
 _electronversion=14
@@ -18,7 +18,7 @@
 messaging.main.ts.patch
 ${pkgname}.sh
 ${pkgname}.desktop)
-sha512sums=('70323734681fa766390ac00831f371bff3ee023169e27b5348216e9cbf9fbaa8e14d4d689d5d5aa3ffc36b88c0b71b23a90c0cf418f7fc60ac5feae6f8bfea2d'
+sha512sums=('d5d011cb085bc56bee56212bfd72b7be9438c10985bb88c48329979cd7ebe4ee9ae6b1da54b5bd0f7fb6ef35a697a7681d47c18ed77a1d5b13c2837819b4c2fb'
 
'08fcfa6e23e405d1a01238268ae55bef263f91173d1d28ec96e20cdc892229304c0b84dfcb3c722615f8dd6bb46cb9c3fad21ace46da06d4a349e1008e49e559'
 
'87cdb8287cbc0c4eb49b0fd456a66e200551b5da5c14991505f6301cf1b11132d938dfdf795c4df2a4b3e1ae2badf5dfe33c1207923ec8abc6f9b3e064af6015'
 
'822d97be407c2ac2a6926f5c925b0fd188c541014a623dd3815fdbf5ef67c0542f43aaf8d11535571a83a265f620e330f5326244f42c3902fddab442128fda95'



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

2021-10-29 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, October 29, 2021 @ 18:08:45
  Author: yan12125
Revision: 1034918

archrelease: copy trunk to community-testing-any

Added:
  buildbot/repos/community-testing-any/
  buildbot/repos/community-testing-any/PKGBUILD
(from rev 1034917, buildbot/trunk/PKGBUILD)

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

Copied: buildbot/repos/community-testing-any/PKGBUILD (from rev 1034917, 
buildbot/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2021-10-29 18:08:45 UTC (rev 1034918)
@@ -0,0 +1,252 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgbase=buildbot
+pkgname=(buildbot buildbot-worker buildbot-docs buildbot-common
+ python-buildbot-www python-buildbot-waterfall-view
+ python-buildbot-console-view python-buildbot-grid-view
+ python-buildbot-wsgi-dashboards python-buildbot-badges)
+pkgver=3.4.0
+_bb_contrib_commit=4c8615db51253f0be4bfd08210a3aaf903a74b4f
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+checkdepends=(python-boto3 python-ldap3 python-lz4 python-treq 
python-txrequests
+  python-moto python-docker python-parameterized python-mock 
python-subunit
+  python-unidiff
+  openssh chromium)
+makedepends=(python-twisted python-jinja python-zope-interface 
python-sqlalchemy
+ python-alembic python-dateutil python-txaio
+ python-autobahn python-pyjwt python-yaml
+ python-graphql-core python-hvac
+ python-setuptools python-future
+ python-sphinx-jinja
+ python-sphinx_rtd_theme
+ git yarn)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.asc}
+
"git+https://github.com/buildbot/buildbot-contrib.git#commit=$_bb_contrib_commit;
+
"buildbot-contrib-systemd-common.patch::https://github.com/buildbot/buildbot-contrib/pull/22.patch;)
+sha256sums=('da729c7f4dc2e30f5a5d69e34dd629b0b3d97001b12d72aeb691bb2f0ef0efeb'
+'SKIP'
+'SKIP'
+'896eede4c33a8574d7c29ac4a28cebbe3d7e850931a86e945328f8ea358195a9')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
+  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@p12tic on GitHub)
+)
+
+prepare() {
+  cd buildbot-$pkgver
+
+  # Some master tests use scripts from contrib
+  ln -s ../../buildbot-contrib/master/contrib master/contrib
+
+  # HACK: do not use virtualenv
+  sed -i -e 's#frontend_deps:.*#frontend_deps:#' Makefile
+
+  # HACK: Do not build JS again during install
+  # We take care about the command order manually
+  sed -i '/egg_info=EggInfoCommand/d' pkg/buildbot_pkg.py
+
+  # https://github.com/buildbot/buildbot/pull/6178 removes Windows
+  # services from console scripts, while the following files still make
+  # namcap-git complain
+  rm -v master/buildbot/scripts/windows_service.py
+  rm -v worker/buildbot_worker/scripts/windows_service.py
+
+  cd "$srcdir"/buildbot-contrib
+  patch -Np1 -i ../buildbot-contrib-systemd-common.patch
+}
+
+build() {
+  export NODE_OPTIONS="--max-old-space-size=2048"
+
+  cd "$srcdir"/buildbot-$pkgver/pkg
+  python setup.py egg_info
+
+   buildbot 
+  cd "$srcdir"/buildbot-$pkgver/master
+  python setup.py build
+
+  ## buildbot-worker ###
+  cd "$srcdir"/buildbot-$pkgver/worker
+  python setup.py build
+
+  ### buildbot-www #
+  cd "$srcdir"/buildbot-$pkgver
+
+  # HACK: use system packages instead of ones via pip
+  make PIP=/usr/bin/true frontend_deps
+
+  export PYTHONPATH="$srcdir"/buildbot-$pkgver/pkg
+  for module in base waterfall_view console_view grid_view wsgi_dashboards 
badges
+  do
+cd "$srcdir"/buildbot-$pkgver/www/$module
+python setup.py build
+  done
+
+  ### buildbot-docs 
+  cd "$srcdir"/buildbot-$pkgver/master/docs
+  make clean html singlehtml
+}
+
+check() {
+  # Install packages to a temp folder for tests
+  cd "$srcdir"/buildbot-$pkgver/master
+  python setup.py egg_info
+  python setup.py install_scripts --install-dir="$srcdir/tmp_install"
+
+  cd "$srcdir"/buildbot-$pkgver/worker
+  python setup.py egg_info
+
+  cd "$srcdir"/buildbot-$pkgver/www/base
+  python setup.py egg_info
+
+  # Run tests
+  _basedir="$srcdir/buildbot-$pkgver"
+  export 
PYTHONPATH="$_basedir/master:$_basedir/worker:$_basedir/www/base:$_basedir/pkg"
+  export PATH="$PATH:$srcdir/tmp_install"
+
+  cd "$srcdir"/buildbot-$pkgver/master
+  TZ=UTC trial --rterrors buildbot
+
+  cd "$srcdir"/buildbot-$pkgver/worker
+  PYTHONPATH=. trial 

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

2021-10-29 Thread Antonio Rojas via arch-commits
Date: Friday, October 29, 2021 @ 17:50:26
  Author: arojas
Revision: 426800

archrelease: copy trunk to extra-x86_64

Added:
  qt6-base/repos/extra-x86_64/PKGBUILD
(from rev 426799, qt6-base/trunk/PKGBUILD)
  qt6-base/repos/extra-x86_64/qt6-base-cflags.patch
(from rev 426799, qt6-base/trunk/qt6-base-cflags.patch)
  qt6-base/repos/extra-x86_64/qt6-base-nostrip.patch
(from rev 426799, qt6-base/trunk/qt6-base-nostrip.patch)
Deleted:
  qt6-base/repos/extra-x86_64/PKGBUILD
  qt6-base/repos/extra-x86_64/qt6-base-cflags.patch
  qt6-base/repos/extra-x86_64/qt6-base-nostrip.patch

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 17:50:13 UTC (rev 426799)
+++ PKGBUILD2021-10-29 17:50:26 UTC (rev 426800)
@@ -1,68 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-base
-_qtver=6.2.1
-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=('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)
-_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
-qt6-base-cflags.patch
-qt6-base-nostrip.patch)
-sha256sums=('2c5f07b5c3ea27d3fc1a46686ea3fb6724f94dddf1fb007de3eb0bdb87429079'
-'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
-'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 \
--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
-  cmake --build build
-}
-
-package() {
-  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/extra-x86_64/PKGBUILD (from rev 426799, 
qt6-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 17:50:26 UTC (rev 426800)
@@ -0,0 +1,71 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-base
+_qtver=6.2.1
+pkgver=${_qtver/-/}
+pkgrel=2
+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=('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)
+_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"

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

2021-10-29 Thread Antonio Rojas via arch-commits
Date: Friday, October 29, 2021 @ 17:50:13
  Author: arojas
Revision: 426799

Fix performance regression in scrollbars (FS#72577)

Modified:
  qt6-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 16:55:34 UTC (rev 426798)
+++ PKGBUILD2021-10-29 17:50:13 UTC (rev 426799)
@@ -5,7 +5,7 @@
 pkgname=qt6-base
 _qtver=6.2.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -26,14 +26,17 @@
 _pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
 
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
 qt6-base-cflags.patch
-qt6-base-nostrip.patch)
+qt6-base-nostrip.patch
+
qtbug-97811.patch::https://code.qt.io/cgit/qt/qtbase.git/patch/?id=ffc93236)
 sha256sums=('2c5f07b5c3ea27d3fc1a46686ea3fb6724f94dddf1fb007de3eb0bdb87429079'
 'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
-'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
+'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094'
+'98b6871dabbf2cc6ed1742bed7b53248e1051340015d7f0974f6f1bf92a7aa9b')
 
 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
+  patch -d $_pkgfn -p1 < qtbug-97811.patch # Fix performance regression in 
scrollbars
 }
 
 build() {



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

2021-10-29 Thread Ike Devolder via arch-commits
Date: Friday, October 29, 2021 @ 17:47:22
  Author: idevolder
Revision: 1034917

archrelease: copy trunk to community-x86_64

Added:
  vivaldi/repos/community-x86_64/PKGBUILD
(from rev 1034916, vivaldi/trunk/PKGBUILD)
  vivaldi/repos/community-x86_64/eula.txt
(from rev 1034916, vivaldi/trunk/eula.txt)
Deleted:
  vivaldi/repos/community-x86_64/PKGBUILD
  vivaldi/repos/community-x86_64/eula.txt

--+
 PKGBUILD |   94 ++---
 eula.txt |  192 ++---
 2 files changed, 143 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 17:47:17 UTC (rev 1034916)
+++ PKGBUILD2021-10-29 17:47:22 UTC (rev 1034917)
@@ -1,47 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: TZ86
-
-pkgname=vivaldi
-_rpmversion=4.3.2439.56-1
-pkgver=4.3.2439.56
-pkgrel=1
-pkgdesc='An advanced browser made with the power user in mind.'
-url="https://vivaldi.com;
-options=(!strip !zipman)
-license=('custom')
-arch=('x86_64')
-depends=('gtk3' 'libcups' 'nss' 'alsa-lib' 'libxss' 'ttf-font' 
'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
-makedepends=('w3m')
-optdepends=(
-'vivaldi-ffmpeg-codecs: playback of proprietary video/audio'
-'libnotify: native notifications'
-)
-source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm;)
-sha512sums=('9a166e383d72079cc1d35f23bb4ba2650d883eef13507b660a088134857dadc78de6299dd9eece2b8de19f9d50c1042578285d742cf37f4edb99e7030efc5ac5')
-
-package() {
-cp --parents -a {opt,usr/bin,usr/share} "$pkgdir"
-
-# suid sandbox
-chmod 4755 "$pkgdir/opt/$pkgname/vivaldi-sandbox"
-
-# make /usr/bin/vivaldi-stable available
-binf="$pkgdir/usr/bin/vivaldi-stable"
-if [[ ! -e "$binf" ]] && [[ ! -f "$binf" ]] && [[ ! -L "$binf" ]]; then
-install -dm755 "$pkgdir/usr/bin"
-ln -s /opt/vivaldi/vivaldi "$binf"
-fi
-
-# install icons
-for res in 16 22 24 32 48 64 128 256; do
-install -Dm644 "$pkgdir/opt/$pkgname/product_logo_${res}.png" \
-"$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/$pkgname.png"
-done
-
-# license
-install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
-w3m -dump "$pkgdir/opt/$pkgname/LICENSE.html" \
-| head -n 5 \
-> "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-

Copied: vivaldi/repos/community-x86_64/PKGBUILD (from rev 1034916, 
vivaldi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 17:47:22 UTC (rev 1034917)
@@ -0,0 +1,47 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: TZ86
+
+pkgname=vivaldi
+_rpmversion=4.3.2439.63-1
+pkgver=4.3.2439.63
+pkgrel=1
+pkgdesc='An advanced browser made with the power user in mind.'
+url="https://vivaldi.com;
+options=(!strip !zipman)
+license=('custom')
+arch=('x86_64')
+depends=('gtk3' 'libcups' 'nss' 'alsa-lib' 'libxss' 'ttf-font' 
'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
+makedepends=('w3m')
+optdepends=(
+'vivaldi-ffmpeg-codecs: playback of proprietary video/audio'
+'libnotify: native notifications'
+)
+source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm;)
+sha512sums=('fe163ed84dde084007742ca64c41b461d67d1da795b63a033bf230fc10e7741c29d5204fe5e17ddbffa9c2c0e437959be2d7265cb6f873e680e2043a5432f46b')
+
+package() {
+cp --parents -a {opt,usr/bin,usr/share} "$pkgdir"
+
+# suid sandbox
+chmod 4755 "$pkgdir/opt/$pkgname/vivaldi-sandbox"
+
+# make /usr/bin/vivaldi-stable available
+binf="$pkgdir/usr/bin/vivaldi-stable"
+if [[ ! -e "$binf" ]] && [[ ! -f "$binf" ]] && [[ ! -L "$binf" ]]; then
+install -dm755 "$pkgdir/usr/bin"
+ln -s /opt/vivaldi/vivaldi "$binf"
+fi
+
+# install icons
+for res in 16 22 24 32 48 64 128 256; do
+install -Dm644 "$pkgdir/opt/$pkgname/product_logo_${res}.png" \
+"$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/$pkgname.png"
+done
+
+# license
+install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
+w3m -dump "$pkgdir/opt/$pkgname/LICENSE.html" \
+| head -n 5 \
+> "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}
+

Deleted: eula.txt
===
--- eula.txt2021-10-29 17:47:17 UTC (rev 1034916)
+++ eula.txt2021-10-29 17:47:22 UTC (rev 1034917)
@@ -1,96 +0,0 @@
-Vivaldi End User License Agreement
-
-Read the end user license agreement for Vivaldi Browser and find out how to get
-in touch if you have any questions about regarding our EULA.
-
-Last updated: November 18, 2016
-
-1. This End User License Agreement (“EULA”) governs your use (“You”) of the
-browser software in executable form (“Software”) and any ancillary services
-(“Services”) provided to You by 

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

2021-10-29 Thread Ike Devolder via arch-commits
Date: Friday, October 29, 2021 @ 17:47:17
  Author: idevolder
Revision: 1034916

upgpkg: vivaldi 4.3.2439.63-1

Modified:
  vivaldi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 17:14:55 UTC (rev 1034915)
+++ PKGBUILD2021-10-29 17:47:17 UTC (rev 1034916)
@@ -2,8 +2,8 @@
 # Contributor: TZ86
 
 pkgname=vivaldi
-_rpmversion=4.3.2439.56-1
-pkgver=4.3.2439.56
+_rpmversion=4.3.2439.63-1
+pkgver=4.3.2439.63
 pkgrel=1
 pkgdesc='An advanced browser made with the power user in mind.'
 url="https://vivaldi.com;
@@ -17,7 +17,7 @@
 'libnotify: native notifications'
 )
 
source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm;)
-sha512sums=('9a166e383d72079cc1d35f23bb4ba2650d883eef13507b660a088134857dadc78de6299dd9eece2b8de19f9d50c1042578285d742cf37f4edb99e7030efc5ac5')
+sha512sums=('fe163ed84dde084007742ca64c41b461d67d1da795b63a033bf230fc10e7741c29d5204fe5e17ddbffa9c2c0e437959be2d7265cb6f873e680e2043a5432f46b')
 
 package() {
 cp --parents -a {opt,usr/bin,usr/share} "$pkgdir"



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

2021-10-29 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, October 29, 2021 @ 17:14:55
  Author: yan12125
Revision: 1034915

upgpkg: buildbot 3.4.0-1

New dependencies:
* python-hvac: https://github.com/buildbot/buildbot/pull/6058

Removed dependencies:
* python-sphinxcontrib-blockdiag: https://github.com/buildbot/buildbot/pull/6223

Changed dependencies:
* python-sqlalchemy-migrate -> python-alembic: 
https://github.com/buildbot/buildbot/pull/6224
* python-graphql-core is now a runtime dependency: 
https://github.com/buildbot/buildbot/pull/5980

Other changes:
* Some hacks for Windows service files are upstreamed in 
https://github.com/buildbot/buildbot/pull/6178

Modified:
  buildbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 14:19:24 UTC (rev 1034914)
+++ PKGBUILD2021-10-29 17:14:55 UTC (rev 1034915)
@@ -8,7 +8,7 @@
  python-buildbot-www python-buildbot-waterfall-view
  python-buildbot-console-view python-buildbot-grid-view
  python-buildbot-wsgi-dashboards python-buildbot-badges)
-pkgver=3.3.0
+pkgver=3.4.0
 _bb_contrib_commit=4c8615db51253f0be4bfd08210a3aaf903a74b4f
 pkgrel=1
 arch=(any)
@@ -16,19 +16,20 @@
 license=(GPL2)
 checkdepends=(python-boto3 python-ldap3 python-lz4 python-treq 
python-txrequests
   python-moto python-docker python-parameterized python-mock 
python-subunit
-  python-graphql-core python-unidiff
+  python-unidiff
   openssh chromium)
 makedepends=(python-twisted python-jinja python-zope-interface 
python-sqlalchemy
- python-sqlalchemy-migrate python-dateutil python-txaio
+ python-alembic python-dateutil python-txaio
  python-autobahn python-pyjwt python-yaml
+ python-graphql-core python-hvac
  python-setuptools python-future
- python-sphinx-jinja python-sphinxcontrib-blockdiag
+ python-sphinx-jinja
  python-sphinx_rtd_theme
  git yarn)
 
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.asc}
 
"git+https://github.com/buildbot/buildbot-contrib.git#commit=$_bb_contrib_commit;
 
"buildbot-contrib-systemd-common.patch::https://github.com/buildbot/buildbot-contrib/pull/22.patch;)
-sha256sums=('2ffa268d7c328545d7e93fce2de1167527a2119c4b4ff0b6faa6ccc257074191'
+sha256sums=('da729c7f4dc2e30f5a5d69e34dd629b0b3d97001b12d72aeb691bb2f0ef0efeb'
 'SKIP'
 'SKIP'
 '896eede4c33a8574d7c29ac4a28cebbe3d7e850931a86e945328f8ea358195a9')
@@ -50,9 +51,10 @@
   # We take care about the command order manually
   sed -i '/egg_info=EggInfoCommand/d' pkg/buildbot_pkg.py
 
-  sed -i '/buildbot_windows_service/d' master/setup.py
+  # https://github.com/buildbot/buildbot/pull/6178 removes Windows
+  # services from console scripts, while the following files still make
+  # namcap-git complain
   rm -v master/buildbot/scripts/windows_service.py
-  sed -i '/buildbot_worker_windows_service/d' worker/setup.py
   rm -v worker/buildbot_worker/scripts/windows_service.py
 
   cd "$srcdir"/buildbot-contrib
@@ -125,7 +127,7 @@
   pkgdesc='The Continuous Integration Framework'
   # include setuptools as plugins are enumerated via pkg_resources
   depends=(buildbot-common python-twisted python-jinja python-zope-interface 
python-sqlalchemy
-   python-sqlalchemy-migrate python-dateutil python-txaio
+   python-alembic python-dateutil python-txaio
python-autobahn python-pyjwt python-yaml python-setuptools)
   optdepends=(
 # reporters
@@ -132,7 +134,8 @@
 'python-pyopenssl: to use SSL/TLS in mail or IRC notifiers'
 # secrets
 'pass: to use SecretInPass provider'
-'vault: to use HashiCorpVaultSecretProvider provider'
+'vault: to use HashiCorpVaultSecretProvider or 
HashiCorpVaultKvSecretProvider provider'
+'python-hvac: to use HashiCorpVaultKvSecretProvider provider'
 # statistics
 'python-influxdb: for using InfluxDB to store statistics'
 # steps
@@ -148,6 +151,7 @@
 'python-docker: for Docker latent worker'
 'python-novaclient: for OpenStack latent worker'
 # www
+'python-graphql-core: GraphQL API for buildbot'
 'python-ldap3: to authenticate users via LDAP'
 'python-pypugjs: to use custom Pug.js templates'
 



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

2021-10-29 Thread Antonio Rojas via arch-commits
Date: Friday, October 29, 2021 @ 16:55:34
  Author: arojas
Revision: 426798

archrelease: copy trunk to extra-x86_64

Added:
  pyqt5/repos/extra-x86_64/PKGBUILD
(from rev 426797, pyqt5/trunk/PKGBUILD)
Deleted:
  pyqt5/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 16:55:25 UTC (rev 426797)
+++ PKGBUILD2021-10-29 16:55:34 UTC (rev 426798)
@@ -1,61 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Yichao Yu 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai  Ben 
-
-pkgbase=pyqt5
-pkgname=('python-pyqt5')
-pkgdesc="A set of Python bindings for the Qt5 toolkit"
-pkgver=5.15.5
-pkgrel=1
-arch=('x86_64')
-url="https://riverbankcomputing.com/software/pyqt/intro;
-license=('GPL')
-groups=(pyqt5)
-depends=('python-pyqt5-sip' 'qt5-base')
-optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-'python-dbus: for python-dbus mainloop support'
-'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-'qt5-tools: QtHelp, QtDesigner'
-'qt5-svg: QtSvg'
-'qt5-webkit: QtWebKit, QtWebKitWidgets'
-'qt5-xmlpatterns: QtXmlPatterns'
-'qt5-declarative: QtQml, qmlplugin'
-'qt5-serialport: QtSerialPort'
-'qt5-websockets: QtWebSockets'
-'qt5-connectivity: QtNfc, QtBluetooth'
-'qt5-x11extras: QtX11Extras'
-'qt5-remoteobjects: QtRemoteObjects'
-'qt5-speech: QtTextToSpeech'
-'qt5-quick3d: QtQuick3D')
-provides=(qt5-python-bindings)
-makedepends=('sip' 'pyqt-builder' 'python-opengl' 'python-dbus'
- 'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 
'qt5-speech' 'qt5-svg'
- 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 
'qt5-remoteobjects' 'qt5-quick3d')
-conflicts=('pyqt5-common')
-source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz;)
-sha256sums=('b411b7a8fa03901c9feb1dcbac7ea1fc3ce20b9ae682762b777cd5398749ca2b')
-
-build() {
-  cd PyQt5-$pkgver
-  sip-build \
---confirm-license \
---no-make \
---api-dir /usr/share/qt/qsci/api/python
-  cd build
-  make
-}
-
-package_python-pyqt5(){
-  cd PyQt5-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install -j1
-
-  # Remove unused py2 version of uic modules:
-  rm -r "$pkgdir"/usr/lib/python*/site-packages/PyQt5/uic/port_v2
-
-  # compile Python bytecode
-  python -m compileall -d / "$pkgdir"/usr/lib
-  python -O -m compileall -d / "$pkgdir"/usr/lib
-}

Copied: pyqt5/repos/extra-x86_64/PKGBUILD (from rev 426797, 
pyqt5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 16:55:34 UTC (rev 426798)
@@ -0,0 +1,61 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Yichao Yu 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai  Ben 
+
+pkgbase=pyqt5
+pkgname=('python-pyqt5')
+pkgdesc="A set of Python bindings for the Qt5 toolkit"
+pkgver=5.15.6
+pkgrel=1
+arch=('x86_64')
+url="https://riverbankcomputing.com/software/pyqt/intro;
+license=('GPL')
+groups=(pyqt5)
+depends=('python-pyqt5-sip' 'qt5-base')
+optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
+'python-dbus: for python-dbus mainloop support'
+'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
+'qt5-tools: QtHelp, QtDesigner'
+'qt5-svg: QtSvg'
+'qt5-webkit: QtWebKit, QtWebKitWidgets'
+'qt5-xmlpatterns: QtXmlPatterns'
+'qt5-declarative: QtQml, qmlplugin'
+'qt5-serialport: QtSerialPort'
+'qt5-websockets: QtWebSockets'
+'qt5-connectivity: QtNfc, QtBluetooth'
+'qt5-x11extras: QtX11Extras'
+'qt5-remoteobjects: QtRemoteObjects'
+'qt5-speech: QtTextToSpeech'
+'qt5-quick3d: QtQuick3D')
+provides=(qt5-python-bindings)
+makedepends=('sip' 'pyqt-builder' 'python-opengl' 'python-dbus'
+ 'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 
'qt5-speech' 'qt5-svg'
+ 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 
'qt5-remoteobjects' 'qt5-quick3d')
+conflicts=('pyqt5-common')
+source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz;)
+sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452')
+
+build() {
+  cd PyQt5-$pkgver
+  sip-build \
+--confirm-license \
+--no-make \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqt5(){
+  cd PyQt5-$pkgver/build
+  

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

2021-10-29 Thread Antonio Rojas via arch-commits
Date: Friday, October 29, 2021 @ 16:55:25
  Author: arojas
Revision: 426797

Update to 5.15.6

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 14:50:39 UTC (rev 426796)
+++ PKGBUILD2021-10-29 16:55:25 UTC (rev 426797)
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
-pkgver=5.15.5
+pkgver=5.15.6
 pkgrel=1
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro;
@@ -36,7 +36,7 @@
  'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 
'qt5-remoteobjects' 'qt5-quick3d')
 conflicts=('pyqt5-common')
 source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz;)
-sha256sums=('b411b7a8fa03901c9feb1dcbac7ea1fc3ce20b9ae682762b777cd5398749ca2b')
+sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452')
 
 build() {
   cd PyQt5-$pkgver



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

2021-10-29 Thread Pierre Schmitz via arch-commits
Date: Friday, October 29, 2021 @ 14:50:39
  Author: pierre
Revision: 426796

archrelease: copy trunk to extra-x86_64

Added:
  lighttpd/repos/extra-x86_64/PKGBUILD
(from rev 426795, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-x86_64/lighttpd.conf
(from rev 426795, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
(from rev 426795, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-x86_64/lighttpd.service
(from rev 426795, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles
(from rev 426795, lighttpd/trunk/lighttpd.tmpfiles)
Deleted:
  lighttpd/repos/extra-x86_64/PKGBUILD
  lighttpd/repos/extra-x86_64/lighttpd.conf
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
  lighttpd/repos/extra-x86_64/lighttpd.service
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles

--+
 PKGBUILD |  140 -
 lighttpd.conf|   44 +++
 lighttpd.logrotate.d |   18 +++---
 lighttpd.service |   24 
 lighttpd.tmpfiles|4 -
 5 files changed, 114 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 14:50:33 UTC (rev 426795)
+++ PKGBUILD2021-10-29 14:50:39 UTC (rev 426796)
@@ -1,71 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=lighttpd
-pkgver=1.4.60
-pkgrel=1
-pkgdesc='A secure, fast, compliant and very flexible web-server'
-license=('custom')
-arch=('x86_64')
-url="https://www.lighttpd.net/;
-depends=('pcre' 'util-linux' 'systemd')
-makedepends=('mariadb-libs' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 'gdbm' 
'pkgconfig')
-optdepends=('libxml2: mod_webdav'
-'lua: mod_cml/mod_magnet'
-'mariadb-libs: mod_mysql_vhost/mod_authn_mysql'
-'sqlite: mod_webdav')
-backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
-options=('emptydirs')
-source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
-'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('4bb1dd859e541a3131e5be101557d2e1195b4129d3a849a3a6fbd21fe1c946f0'
-'SKIP'
-'41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
-'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
-'d8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
-'0c88403364e732c06090f6807105dedbac25aa82add0499d28007f8aaa780b78')
-validpgpkeys=('C7CA1E9E29DC77F5480894B2E0E7D0171E95BAD7'
-  '649D0DD767FF206202A76C5158F14A786FE198C8'
-  'EAAF41A8BE3BB8D001CACD136DE62CA242909B84')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ./configure --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libdir=/usr/lib/lighttpd/ \
-   --sysconfdir=/etc/lighttpd \
-   --with-mysql \
-   --with-ldap \
-   --with-attr \
-   --with-openssl \
-   --with-kerberos5 \
-   --without-fam \
-   --with-webdav-props \
-   --with-webdav-locks \
-   --with-gdbm \
-   --with-lua
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-   make
-}
-
-check() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make check
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-
-   install -D -m644 "$srcdir/lighttpd.logrotate.d" 
"$pkgdir/etc/logrotate.d/lighttpd"
-   install -D -m644 "$srcdir/lighttpd.conf" 
"$pkgdir/etc/lighttpd/lighttpd.conf"
-   install -d -m700 -o http -g http "$pkgdir"/var/{log,cache}/lighttpd/
-   install -D -m644 "${srcdir}/lighttpd.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/lighttpd.conf"
-   install -D -m644 "${srcdir}/lighttpd.service" 
"${pkgdir}/usr/lib/systemd/system/lighttpd.service"
-
-   pushd doc/config >/dev/null
-   find . -type f ! -name 'Makefile*' -exec install -D -m644 {} 
"${pkgdir}"/usr/share/doc/lighttpd/config/{} \;
-   popd >/dev/null
-
-   install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: lighttpd/repos/extra-x86_64/PKGBUILD (from rev 426795, 
lighttpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 14:50:39 UTC (rev 426796)
@@ -0,0 +1,69 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=lighttpd
+pkgver=1.4.61
+pkgrel=1
+pkgdesc='A secure, fast, compliant and very flexible web-server'
+license=('custom')
+arch=('x86_64')
+url="https://www.lighttpd.net/;
+depends=('pcre' 'util-linux' 'systemd')
+makedepends=('mariadb-libs' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 'gdbm' 
'pkgconfig')
+optdepends=('libxml2: mod_webdav'
+'lua: mod_cml/mod_magnet'
+

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

2021-10-29 Thread Pierre Schmitz via arch-commits
Date: Friday, October 29, 2021 @ 14:50:33
  Author: pierre
Revision: 426795

upgpkg: lighttpd 1.4.61-1

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 12:34:15 UTC (rev 426794)
+++ PKGBUILD2021-10-29 14:50:33 UTC (rev 426795)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=lighttpd
-pkgver=1.4.60
+pkgver=1.4.61
 pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
@@ -17,7 +17,7 @@
 options=('emptydirs')
 
source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('4bb1dd859e541a3131e5be101557d2e1195b4129d3a849a3a6fbd21fe1c946f0'
+sha256sums=('43f0d63d04a1b7c5b8aab07e0612e44ccad0afc0614bab784c5b019872363432'
 'SKIP'
 '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
@@ -38,8 +38,6 @@
--with-ldap \
--with-attr \
--with-openssl \
-   --with-kerberos5 \
-   --without-fam \
--with-webdav-props \
--with-webdav-locks \
--with-gdbm \



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

2021-10-29 Thread Frederik Schwan via arch-commits
Date: Friday, October 29, 2021 @ 14:19:24
  Author: freswa
Revision: 1034914

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 1034913, neomutt/trunk/PKGBUILD)
  neomutt/repos/community-x86_64/default-ca-certificates.patch
(from rev 1034913, neomutt/trunk/default-ca-certificates.patch)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD
  neomutt/repos/community-x86_64/default-ca-certificates.patch

---+
 PKGBUILD  |  137 +++-
 default-ca-certificates.patch |   24 +++
 2 files changed, 78 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 14:19:20 UTC (rev 1034913)
+++ PKGBUILD2021-10-29 14:19:24 UTC (rev 1034914)
@@ -1,71 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Maintainer: Frederik Schwan 
-# Contributor: Alad Wenter 
-# Contributor: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-pkgname=neomutt
-pkgver=20211022
-pkgrel=2
-pkgdesc='A version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('glibc' 'gpgme' 'lua53' 'notmuch-runtime' 'krb5' 'gnutls' 'sqlite'
- 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet'
- 'lz4' 'zlib' 'zstd' 'db')
-optdepends=('python: keybase.py'
-'perl: smime_keys'
-'ca-certificates: default CA certificates')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
-_github='https://github.com/neomutt/neomutt'
-source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
-
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
-"default-ca-certificates.patch"
-
"neomutt-20211022_fix-fs-72525.patch::$_github/commit/a4a02a4afde1ec38dbbcfd6c4015634ca5d96138.patch")
-sha256sums=('49aa5029665c6819e708276b9efa1ca71ec5afe870eb9f08e656107d234941e6'
-'SKIP'
-'571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776'
-'14bc9137451c4fa4248ce28a4c809689d66ae8d99c52ce22bf031c837956c70a')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-prepare() {
-cd "$pkgname-$pkgver"
-patch -Np1 -i "$srcdir/default-ca-certificates.patch"
-
-# Fix crash when composing emails with PGP enabled (FS#72525, 
https://github.com/neomutt/neomutt/pull/3090)
-patch -Np1 -i "$srcdir/neomutt-20211022_fix-fs-72525.patch"
-}
-
-build() {
-cd "$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---sqlite \
---autocrypt \
---lua \
---notmuch \
---gss \
---gnutls \
---sasl \
---with-ui=ncurses \
---with-idn2=/usr \
---disable-idn \
---idn2 \
---bdb \
---lmdb \
---kyotocabinet \
---gdbm \
---lz4 \
---zlib \
---zstd
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 1034913, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 14:19:24 UTC (rev 1034914)
@@ -0,0 +1,66 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Frederik Schwan 
+# Contributor: Alad Wenter 
+# Contributor: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+pkgname=neomutt
+pkgver=20211029
+pkgrel=1
+pkgdesc='A version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('glibc' 'gpgme' 'lua53' 'notmuch-runtime' 'krb5' 'gnutls' 'sqlite'
+ 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet'
+ 'lz4' 'zlib' 'zstd' 'db')
+optdepends=('python: keybase.py'
+'perl: smime_keys'
+'ca-certificates: default CA certificates')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
+_github='https://github.com/neomutt/neomutt'
+source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
+
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
+"default-ca-certificates.patch")
+sha256sums=('08245cfa7aec80b895771fd1adcbb7b86e9c0434dfa64574e3c8c4d692aaa078'
+'SKIP'
+'571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+prepare() {
+cd "$pkgname-$pkgv

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

2021-10-29 Thread Frederik Schwan via arch-commits
Date: Friday, October 29, 2021 @ 14:19:20
  Author: freswa
Revision: 1034913

upgpkg: neomutt 20211029-1

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 13:17:57 UTC (rev 1034912)
+++ PKGBUILD2021-10-29 14:19:20 UTC (rev 1034913)
@@ -5,8 +5,8 @@
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20211022
-pkgrel=2
+pkgver=20211029
+pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
@@ -21,20 +21,15 @@
 _github='https://github.com/neomutt/neomutt'
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
-"default-ca-certificates.patch"
-
"neomutt-20211022_fix-fs-72525.patch::$_github/commit/a4a02a4afde1ec38dbbcfd6c4015634ca5d96138.patch")
-sha256sums=('49aa5029665c6819e708276b9efa1ca71ec5afe870eb9f08e656107d234941e6'
+"default-ca-certificates.patch")
+sha256sums=('08245cfa7aec80b895771fd1adcbb7b86e9c0434dfa64574e3c8c4d692aaa078'
 'SKIP'
-'571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776'
-'14bc9137451c4fa4248ce28a4c809689d66ae8d99c52ce22bf031c837956c70a')
+'571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 
 prepare() {
 cd "$pkgname-$pkgver"
 patch -Np1 -i "$srcdir/default-ca-certificates.patch"
-
-# Fix crash when composing emails with PGP enabled (FS#72525, 
https://github.com/neomutt/neomutt/pull/3090)
-patch -Np1 -i "$srcdir/neomutt-20211022_fix-fs-72525.patch"
 }
 
 build() {



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

2021-10-29 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, October 29, 2021 @ 13:17:57
  Author: svenstaro
Revision: 1034912

archrelease: copy trunk to community-x86_64

Added:
  embree/repos/community-x86_64/PKGBUILD
(from rev 1034911, embree/trunk/PKGBUILD)
Deleted:
  embree/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 13:17:42 UTC (rev 1034911)
+++ PKGBUILD2021-10-29 13:17:57 UTC (rev 1034912)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Bruno Pagani 
-# Contributor: Lukas Jirkovsky 
-
-pkgname=embree
-pkgver=3.13.1
-pkgrel=1
-pkgdesc="Collection of high-performance ray tracing kernels"
-arch=(x86_64)
-url="https://embree.github.io/;
-license=(Apache)
-depends=(intel-tbb)
-makedepends=(cmake ispc freeglut libxmu)
-source=(https://github.com/embree/embree/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('00dbd852f19ae2b95f5106dd055ca4b304486436ced0ccf842aec4e38a4df425')
-
-build() {
-cmake -B build -S ${pkgname}-${pkgver} \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DEMBREE_TUTORIALS=OFF \
-  -DEMBREE_MAX_ISA="AVX512SKX" \
-  -DEMBREE_RAY_MASK=ON \
-  -DEMBREE_FILTER_FUNCTION=ON \
-  -DEMBREE_BACKFACE_CULLING=OFF
-# Embree detects actual ISA at runtime
-make -C build
-}
-
-package() {
-make -C build DESTDIR="${pkgdir}" install
-}

Copied: embree/repos/community-x86_64/PKGBUILD (from rev 1034911, 
embree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 13:17:57 UTC (rev 1034912)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Bruno Pagani 
+# Contributor: Lukas Jirkovsky 
+
+pkgname=embree
+pkgver=3.13.2
+pkgrel=1
+pkgdesc="Collection of high-performance ray tracing kernels"
+arch=(x86_64)
+url="https://embree.github.io/;
+license=(Apache)
+depends=(intel-tbb)
+makedepends=(cmake ispc freeglut libxmu)
+source=(https://github.com/embree/embree/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('dcda827e5b7a606c29d00c1339f1ef00f7fa6867346bc46a2318e8f0a601c6f9')
+
+build() {
+cmake -B build -S ${pkgname}-${pkgver} \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DEMBREE_TUTORIALS=OFF \
+  -DEMBREE_MAX_ISA="AVX512SKX" \
+  -DEMBREE_RAY_MASK=ON \
+  -DEMBREE_FILTER_FUNCTION=ON \
+  -DEMBREE_BACKFACE_CULLING=OFF
+# Embree detects actual ISA at runtime
+make -C build
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+}



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

2021-10-29 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, October 29, 2021 @ 13:17:42
  Author: svenstaro
Revision: 1034911

upgpkg: embree 3.13.2-1

Modified:
  embree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 12:33:06 UTC (rev 1034910)
+++ PKGBUILD2021-10-29 13:17:42 UTC (rev 1034911)
@@ -3,7 +3,7 @@
 # Contributor: Lukas Jirkovsky 
 
 pkgname=embree
-pkgver=3.13.1
+pkgver=3.13.2
 pkgrel=1
 pkgdesc="Collection of high-performance ray tracing kernels"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(intel-tbb)
 makedepends=(cmake ispc freeglut libxmu)
 
source=(https://github.com/embree/embree/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('00dbd852f19ae2b95f5106dd055ca4b304486436ced0ccf842aec4e38a4df425')
+sha256sums=('dcda827e5b7a606c29d00c1339f1ef00f7fa6867346bc46a2318e8f0a601c6f9')
 
 build() {
 cmake -B build -S ${pkgname}-${pkgver} \



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

2021-10-29 Thread Antonio Rojas via arch-commits
Date: Friday, October 29, 2021 @ 12:34:15
  Author: arojas
Revision: 426794

archrelease: copy trunk to extra-x86_64

Added:
  qt5-script/repos/extra-x86_64/PKGBUILD
(from rev 426793, qt5-script/trunk/PKGBUILD)
Deleted:
  qt5-script/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 12:34:03 UTC (rev 426793)
+++ PKGBUILD2021-10-29 12:34:15 UTC (rev 426794)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-script
-_qtver=5.15.6
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for making Qt applications scriptable. Provided for Qt 4.x 
compatibility'
-depends=('qt5-base')
-makedepends=('git')
-groups=('qt' 'qt5')
-_pkgfqn=${pkgname/5-/}
-source=(git+https://code.qt.io/qt/$_pkgfqn.git#tag=v${pkgver}-lts)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-
-  # Fix cmake dependency versions
-  sed -e "s|$pkgver\ |5.15.2 |" -i "$pkgdir"/usr/lib/cmake/*/*Config.cmake
-}

Copied: qt5-script/repos/extra-x86_64/PKGBUILD (from rev 426793, 
qt5-script/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 12:34:15 UTC (rev 426794)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-script
+_qtver=5.15.7
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for making Qt applications scriptable. Provided for Qt 4.x 
compatibility'
+depends=('qt5-base')
+makedepends=('git')
+groups=('qt' 'qt5')
+_pkgfqn=${pkgname/5-/}
+source=(git+https://code.qt.io/qt/$_pkgfqn.git#tag=v${pkgver}-lts)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+
+  # Fix cmake dependency versions
+  sed -e "s|$pkgver\ |5.15.2 |" -i "$pkgdir"/usr/lib/cmake/*/*Config.cmake
+}



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

2021-10-29 Thread Antonio Rojas via arch-commits
Date: Friday, October 29, 2021 @ 12:34:03
  Author: arojas
Revision: 426793

Update to 5.15.7

Modified:
  qt5-script/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 12:29:00 UTC (rev 426792)
+++ PKGBUILD2021-10-29 12:34:03 UTC (rev 426793)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-script
-_qtver=5.15.6
+_qtver=5.15.7
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')



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

2021-10-29 Thread Sergej Pupykin via arch-commits
Date: Friday, October 29, 2021 @ 12:33:06
  Author: spupykin
Revision: 1034910

archrelease: copy trunk to community-x86_64

Added:
  xdebug/repos/community-x86_64/PKGBUILD
(from rev 1034909, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-x86_64/xdebug.ini
(from rev 1034909, xdebug/trunk/xdebug.ini)
Deleted:
  xdebug/repos/community-x86_64/PKGBUILD
  xdebug/repos/community-x86_64/xdebug.ini

+
 PKGBUILD   |   62 +--
 xdebug.ini |   10 -
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 12:32:57 UTC (rev 1034909)
+++ PKGBUILD2021-10-29 12:33:06 UTC (rev 1034910)
@@ -1,31 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=3.0.4
-pkgrel=1
-pkgdesc="PHP debugging extension"
-arch=('x86_64')
-url="https://www.xdebug.org;
-license=('GPL')
-depends=('php')
-backup=('etc/php/conf.d/xdebug.ini')
-source=("https://xdebug.org/files/$pkgname-${pkgver}.tgz;
-   'xdebug.ini')
-sha256sums=('b27290491f4634b0cd3badfc3a2be98fb1e3c0c3710a706724d8b195baad72af'
-'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
-
-build() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  make INSTALL_ROOT="$pkgdir" install
-  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
-}

Copied: xdebug/repos/community-x86_64/PKGBUILD (from rev 1034909, 
xdebug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 12:33:06 UTC (rev 1034910)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="PHP debugging extension"
+arch=('x86_64')
+url="https://www.xdebug.org;
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=("https://xdebug.org/files/$pkgname-${pkgver}.tgz;
+   'xdebug.ini')
+sha256sums=('9be3ae0fdb4dc4a4c68084626cddc56f12396487e309a8c8dd318f0f900d1a68'
+'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  make INSTALL_ROOT="$pkgdir" install
+  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
+}

Deleted: xdebug.ini
===
--- xdebug.ini  2021-10-29 12:32:57 UTC (rev 1034909)
+++ xdebug.ini  2021-10-29 12:33:06 UTC (rev 1034910)
@@ -1,5 +0,0 @@
-;zend_extension=xdebug.so
-;xdebug.remote_enable=on
-;xdebug.remote_host=127.0.0.1
-;xdebug.remote_port=9000
-;xdebug.remote_handler=dbgp

Copied: xdebug/repos/community-x86_64/xdebug.ini (from rev 1034909, 
xdebug/trunk/xdebug.ini)
===
--- xdebug.ini  (rev 0)
+++ xdebug.ini  2021-10-29 12:33:06 UTC (rev 1034910)
@@ -0,0 +1,5 @@
+;zend_extension=xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp



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

2021-10-29 Thread Sergej Pupykin via arch-commits
Date: Friday, October 29, 2021 @ 12:32:57
  Author: spupykin
Revision: 1034909

upgpkg: xdebug 3.1.1-1

Modified:
  xdebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 12:32:06 UTC (rev 1034908)
+++ PKGBUILD2021-10-29 12:32:57 UTC (rev 1034909)
@@ -4,7 +4,7 @@
 # Contributor: sracker 
 
 pkgname=xdebug
-pkgver=3.0.4
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="PHP debugging extension"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/php/conf.d/xdebug.ini')
 source=("https://xdebug.org/files/$pkgname-${pkgver}.tgz;
'xdebug.ini')
-sha256sums=('b27290491f4634b0cd3badfc3a2be98fb1e3c0c3710a706724d8b195baad72af'
+sha256sums=('9be3ae0fdb4dc4a4c68084626cddc56f12396487e309a8c8dd318f0f900d1a68'
 '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
 
 build() {



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

2021-10-29 Thread Sergej Pupykin via arch-commits
Date: Friday, October 29, 2021 @ 12:31:56
  Author: spupykin
Revision: 1034907

upgpkg: uptimed 0.4.5-1

Modified:
  uptimed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 12:31:46 UTC (rev 1034906)
+++ PKGBUILD2021-10-29 12:31:56 UTC (rev 1034907)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=uptimed
-pkgver=0.4.4
+pkgver=0.4.5
 pkgrel=1
 pkgdesc="A system uptime record daemon"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 backup=(etc/uptimed.conf)
 install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/uptimed/archive/v$pkgver.tar.gz;)
-sha512sums=('a39a3fe54dbd9373f1bf081584b16686f3a4ce742e282f8dfde7460ac156c2e189f48976fe32723468316c231ca6a3ea404ce42465460b2b52e96b7dbb92fe48')
+sha512sums=('11e99677eca5e0cbb81a72077bae9c8fe2c70054e9fa05d1656cb64837e1aa63984ef6b87f563dda09ea0ae3d452d6be7ccf3d21c04f5f6ba67d618d72923514')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver



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

2021-10-29 Thread Sergej Pupykin via arch-commits
Date: Friday, October 29, 2021 @ 12:31:46
  Author: spupykin
Revision: 1034906

archrelease: copy trunk to community-x86_64

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

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

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

Copied: openvswitch/repos/community-x86_64/PKGBUILD (from rev 1034905, 
openvswitch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 12:31:46 UTC (rev 1034906)
@@ -0,0 +1,53 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Pedro Martinez-Julia (pedr...@um.es)
+# Contributor: Matt Monaco 
+
+pkgname=openvswitch
+pkgver=2.16.1
+pkgrel=1
+pkgdesc="Production Quality, Multilayer Open Virtual Switch"
+url="http://openvswitch.org;
+license=('APACHE')
+arch=(x86_64)
+install=openvswitch.install
+source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
+   openvswitch.tmpfiles
+   ovsdb-server.service
+   ovs-vswitchd.service)
+depends=('openssl' 'libcap-ng')
+makedepends=('python-six')
+optdepends=('python-six')
+sha256sums=('71edc06ce07fbde47b45b9de52da18a475f8c45da6e08cd673797a69f80513f4'
+'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
+'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
+'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i \
+-e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
+Makefile.am
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./boot.sh
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-rundir=/run/openvswitch \
+--sbindir=/usr/bin \
+PYTHON=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 

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

2021-10-29 Thread Sergej Pupykin via arch-commits
Date: Friday, October 29, 2021 @ 12:31:32
  Author: spupykin
Revision: 1034905

upgpkg: openvswitch 2.16.1-1

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 12:30:59 UTC (rev 1034904)
+++ PKGBUILD2021-10-29 12:31:32 UTC (rev 1034905)
@@ -3,7 +3,7 @@
 # Contributor: Matt Monaco 
 
 pkgname=openvswitch
-pkgver=2.16.0
+pkgver=2.16.1
 pkgrel=1
 pkgdesc="Production Quality, Multilayer Open Virtual Switch"
 url="http://openvswitch.org;
@@ -17,7 +17,7 @@
 depends=('openssl' 'libcap-ng')
 makedepends=('python-six')
 optdepends=('python-six')
-sha256sums=('55e3b7e59b3e52eee783266be39780e1f693c0a974f180b4ec8256f48d6a'
+sha256sums=('71edc06ce07fbde47b45b9de52da18a475f8c45da6e08cd673797a69f80513f4'
 'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
 'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
 '679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')



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

2021-10-29 Thread Sergej Pupykin via arch-commits
Date: Friday, October 29, 2021 @ 12:30:59
  Author: spupykin
Revision: 1034904

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 12:30:51 UTC (rev 1034903)
+++ PKGBUILD2021-10-29 12:30:59 UTC (rev 1034904)
@@ -1,43 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-mail
-_name=mail
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="An email app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/mail;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=('ripgrep' 'yq')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/mail/releases/download/v${pkgver}/mail.tar.gz;)
-sha512sums=('2b67b5b8f69110d6340e51447b1fd0cc9a19581516dbd7d1458a44c882d6ecab2122a6378b72905fabf963e8c948926cfecc83dca7297e795cf3e924e2b3f178')
-
-_get_nextcloud_versions() {
-  _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version="$(xq '.info.dependencies.nextcloud["@max-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version=$(expr ${_app_max_major_version} + 1)
-}
-
-check() {
-  local _app_min_major_version
-  local _app_max_major_version
-  _get_nextcloud_versions
-
-  local _nextcloud_major_version="$(rg "OC_Version = " 
/usr/share/webapps/nextcloud/version.php |cut -d'(' -f2| cut -d ',' -f1)"
-  if [[ "$(vercmp "${_nextcloud_major_version}" "${_app_min_major_version}")" 
-lt 0 ]] || [[ "$(vercmp "${_nextcloud_major_version}" 
"${_app_max_major_version}")" -gt 0 ]] ; then
-printf "%s requires nextcloud >= %s/ nextcloud <= %s, but nextcloud %s is 
provided.\n" "$pkgname" "${_app_min_major_version}" "${_app_max_major_version}" 
"${_nextcloud_major_version}"
-exit 1
-  fi
-}
-
-package() {
-  _get_nextcloud_versions
-  depends=("nextcloud>=${_app_min_major_version}" 
"nextcloud<${_app_max_major_version}")
-
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
-}

Copied: nextcloud-app-mail/repos/community-any/PKGBUILD (from rev 1034903, 
nextcloud-app-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 12:30:59 UTC (rev 1034904)
@@ -0,0 +1,44 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-mail
+_name=mail
+pkgver=1.10.5
+pkgrel=1
+pkgdesc="An email app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/mail;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=('ripgrep' 'yq')
+groups=('nextcloud-apps')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/mail/releases/download/v${pkgver}/mail.tar.gz;)
+sha512sums=('cccdd3e5cc892f0a3542531ad6380811d59fccef8f0d79030f94dd83188eda7447bb70317cc834c9f1d20857d71619d79acb7481b4cea9b25374973d4aaec219')
+
+_get_nextcloud_versions() {
+  _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
+  _app_max_major_version="$(xq '.info.dependencies.nextcloud["@max-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
+  _app_max_major_version=$(expr ${_app_max_major_version} + 1)
+}
+
+check() {
+  local _app_min_major_version
+  local _app_max_major_version
+  _get_nextcloud_versions
+
+  local _nextcloud_major_version="$(rg "OC_Version = " 
/usr/share/webapps/nextcloud/version.php |cut -d'(' -f2| cut -d ',' -f1)"
+  if [[ "$(vercmp "${_nextcloud_major_version}" "${_app_min_major_version}")" 
-lt 0 ]] || [[ "$(vercmp "${_nextcloud_major_version}" 
"${_app_max_major_version}")" -gt 0 ]] ; then
+printf "%s requires nextcloud >= %s/ nextcloud <= %s, but nextcloud %s is 
provided.\n" "$pkgname" "${_app_min_major_version}" "${_app_max_major_version}" 
"${_nextcloud_major_version}"
+exit 1
+  fi
+}
+
+package() {
+  _get_nextcloud_versions
+  depends=("nextcloud>=${_app_min_major_version}" 
"nextcloud<${_app_max_major_version}")
+
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
+}



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

2021-10-29 Thread Sergej Pupykin via arch-commits
Date: Friday, October 29, 2021 @ 12:30:51
  Author: spupykin
Revision: 1034903

upgpkg: nextcloud-app-mail 1.10.5-1

Modified:
  nextcloud-app-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 12:30:15 UTC (rev 1034902)
+++ PKGBUILD2021-10-29 12:30:51 UTC (rev 1034903)
@@ -4,7 +4,7 @@
 
 pkgname=nextcloud-app-mail
 _name=mail
-pkgver=1.10.1
+pkgver=1.10.5
 pkgrel=1
 pkgdesc="An email app for NextCloud"
 arch=('any')
@@ -15,7 +15,7 @@
 groups=('nextcloud-apps')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/mail/releases/download/v${pkgver}/mail.tar.gz;)
-sha512sums=('2b67b5b8f69110d6340e51447b1fd0cc9a19581516dbd7d1458a44c882d6ecab2122a6378b72905fabf963e8c948926cfecc83dca7297e795cf3e924e2b3f178')
+sha512sums=('cccdd3e5cc892f0a3542531ad6380811d59fccef8f0d79030f94dd83188eda7447bb70317cc834c9f1d20857d71619d79acb7481b4cea9b25374973d4aaec219')
 
 _get_nextcloud_versions() {
   _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"



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

2021-10-29 Thread Sergej Pupykin via arch-commits
Date: Friday, October 29, 2021 @ 12:30:15
  Author: spupykin
Revision: 1034902

archrelease: copy trunk to community-x86_64

Added:
  gxkb/repos/community-x86_64/PKGBUILD
(from rev 1034901, gxkb/trunk/PKGBUILD)
Deleted:
  gxkb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 12:29:55 UTC (rev 1034901)
+++ PKGBUILD2021-10-29 12:30:15 UTC (rev 1034902)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: A.T.W.A. 
-
-pkgname=gxkb
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="X11 keyboard indicator and switcher"
-arch=('x86_64')
-url="https://zen-tools.github.io/gxkb;
-license=('GPL2')
-depends=('libxklavier' 'libwnck3' 'gtk3')
-source=("https://github.com/zen-tools/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('efd83b6b05e236430c9ed7d9926d498fec1ac74ec57984c7521a441a9ec5cae8')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  ./autogen.sh
-  ./configure
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gxkb/repos/community-x86_64/PKGBUILD (from rev 1034901, 
gxkb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 12:30:15 UTC (rev 1034902)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: A.T.W.A. 
+
+pkgname=gxkb
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="X11 keyboard indicator and switcher"
+arch=('x86_64')
+url="https://zen-tools.github.io/gxkb;
+license=('GPL2')
+depends=('libxklavier' 'libwnck3' 'gtk3')
+source=("https://github.com/zen-tools/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('a9eeef974cbdf988ce51992c128ed138aa8567f97896b84cf53065535a4e793e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  ./autogen.sh
+  ./configure
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2021-10-29 Thread Sergej Pupykin via arch-commits
Date: Friday, October 29, 2021 @ 12:29:55
  Author: spupykin
Revision: 1034901

upgpkg: gxkb 0.9.3-1

Modified:
  gxkb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 09:16:14 UTC (rev 1034900)
+++ PKGBUILD2021-10-29 12:29:55 UTC (rev 1034901)
@@ -2,7 +2,7 @@
 # Maintainer: A.T.W.A. 
 
 pkgname=gxkb
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc="X11 keyboard indicator and switcher"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('libxklavier' 'libwnck3' 'gtk3')
 source=("https://github.com/zen-tools/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('efd83b6b05e236430c9ed7d9926d498fec1ac74ec57984c7521a441a9ec5cae8')
+sha256sums=('a9eeef974cbdf988ce51992c128ed138aa8567f97896b84cf53065535a4e793e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in qt5-webengine/repos/extra-x86_64 (9 files)

2021-10-29 Thread Antonio Rojas via arch-commits
Date: Friday, October 29, 2021 @ 12:29:00
  Author: arojas
Revision: 426792

archrelease: copy trunk to extra-x86_64

Added:
  qt5-webengine/repos/extra-x86_64/PKGBUILD
(from rev 426791, qt5-webengine/trunk/PKGBUILD)
  qt5-webengine/repos/extra-x86_64/qt5-webengine-chromium-python3.patch
(from rev 426791, qt5-webengine/trunk/qt5-webengine-chromium-python3.patch)
  qt5-webengine/repos/extra-x86_64/qt5-webengine-python3.patch
(from rev 426791, qt5-webengine/trunk/qt5-webengine-python3.patch)
Deleted:
  qt5-webengine/repos/extra-x86_64/PKGBUILD
  qt5-webengine/repos/extra-x86_64/chromium-harfbuzz-3.0.0.patch
  qt5-webengine/repos/extra-x86_64/qt5-webengine-chromium-python3.patch
  qt5-webengine/repos/extra-x86_64/qt5-webengine-glibc-2.33.patch
  qt5-webengine/repos/extra-x86_64/qt5-webengine-python3.patch
  qt5-webengine/repos/extra-x86_64/skia-harfbuzz-3.0.0.patch

--+
 PKGBUILD |  153 -
 chromium-harfbuzz-3.0.0.patch|   20 
 qt5-webengine-chromium-python3.patch | 3527 -
 qt5-webengine-glibc-2.33.patch   |  144 -
 qt5-webengine-python3.patch  |  300 +-
 skia-harfbuzz-3.0.0.patch|  100 
 6 files changed, 1992 insertions(+), 2252 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 426791:426792 to see the changes.


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

2021-10-29 Thread Antonio Rojas via arch-commits
Date: Friday, October 29, 2021 @ 12:28:44
  Author: arojas
Revision: 426791

Update to 5.15.7

Modified:
  qt5-webengine/trunk/PKGBUILD
Deleted:
  qt5-webengine/trunk/chromium-harfbuzz-3.0.0.patch
  qt5-webengine/trunk/qt5-webengine-glibc-2.33.patch
  qt5-webengine/trunk/skia-harfbuzz-3.0.0.patch

+
 PKGBUILD   |   15 
 chromium-harfbuzz-3.0.0.patch  |   20 -
 qt5-webengine-glibc-2.33.patch |  144 ---
 skia-harfbuzz-3.0.0.patch  |  100 ---
 4 files changed, 2 insertions(+), 277 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 07:29:24 UTC (rev 426790)
+++ PKGBUILD2021-10-29 12:28:44 UTC (rev 426791)
@@ -2,9 +2,9 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-webengine
-_qtver=5.15.6
+_qtver=5.15.7
 pkgver=${_qtver/-/}
-pkgrel=5
+pkgrel=1
 arch=('x86_64')
 url='https://www.qt.io'
 license=('LGPL3' 'LGPL2.1' 'BSD')
@@ -18,17 +18,11 @@
 source=(git+https://code.qt.io/qt/qtwebengine.git#tag=v${pkgver}-lts
 git+https://code.qt.io/qt/qtwebengine-chromium.git
 
git+https://chromium.googlesource.com/catapult#commit=5eedfe23148a234211ba477f76fc2ea2e8529189
-chromium-harfbuzz-3.0.0.patch
-skia-harfbuzz-3.0.0.patch
-qt5-webengine-glibc-2.33.patch
 qt5-webengine-python3.patch
 qt5-webengine-chromium-python3.patch)
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
-'7ce947944a139e66774dfc7249bf7c3069f07f83a0f1b2c1a1b14287a7e15928'
-'dae11dec5088eb1b14045d8c9862801a342609c15701d7c371e1caccf46e1ffd'
-'2294e5390c869963fc58f7bf1ee0a254a3f7fce3ed00c04e34a5f03e2b31b624'
 '45ccf4ff981a26656e5105259f71a3ce386d4a7112cbf09e41cb61615b355435'
 '8d0327615c6b6a340122640a9ddeb56be185621297a4ead8da4211e37feeaa75')
 
@@ -41,11 +35,6 @@
   git submodule set-branch --branch 87-based src/3rdparty
   git submodule update
 
-  # Fix build with harfbuzz 3.0.0
-  patch -p1 -d src/3rdparty/chromium -i "$srcdir"/chromium-harfbuzz-3.0.0.patch
-  patch -p1 -d src/3rdparty/chromium/third_party/skia -i 
"$srcdir"/skia-harfbuzz-3.0.0.patch
-
-  patch -p1 -i "$srcdir"/qt5-webengine-glibc-2.33.patch # Fix text rendering 
when building with glibc 2.33
   patch -p1 -i "$srcdir"/qt5-webengine-python3.patch # Fix build with Python 3
   patch -p1 -d src/3rdparty -i "$srcdir"/qt5-webengine-chromium-python3.patch
 

Deleted: chromium-harfbuzz-3.0.0.patch
===
--- chromium-harfbuzz-3.0.0.patch   2021-10-29 07:29:24 UTC (rev 426790)
+++ chromium-harfbuzz-3.0.0.patch   2021-10-29 12:28:44 UTC (rev 426791)
@@ -1,20 +0,0 @@
-# https://github.com/chromium/chromium/commit/b289f6f3fcbc
-
-diff --git a/components/paint_preview/common/subset_font.cc 
b/components/paint_preview/common/subset_font.cc
-index 8ff0540d9a..20a7d37474 100644
 a/components/paint_preview/common/subset_font.cc
-+++ b/components/paint_preview/common/subset_font.cc
-@@ -72,9 +72,11 @@ sk_sp SubsetFont(SkTypeface* typeface, const 
GlyphUsage& usage) {
-   hb_set_t* glyphs =
-   hb_subset_input_glyph_set(input.get());  // Owned by |input|.
-   usage.ForEach(base::BindRepeating(, base::Unretained(glyphs)));
--  hb_subset_input_set_retain_gids(input.get(), true);
-+  hb_subset_input_set_flags(input.get(), HB_SUBSET_FLAGS_RETAIN_GIDS);
- 
--  HbScoped subset_face(hb_subset(face.get(), input.get()));
-+  HbScoped subset_face(hb_subset_or_fail(face.get(), input.get()));
-+  if (!subset_face)
-+return nullptr;
-   HbScoped subset_blob(hb_face_reference_blob(subset_face.get()));
-   if (!subset_blob)
- return nullptr;

Deleted: qt5-webengine-glibc-2.33.patch
===
--- qt5-webengine-glibc-2.33.patch  2021-10-29 07:29:24 UTC (rev 426790)
+++ qt5-webengine-glibc-2.33.patch  2021-10-29 12:28:44 UTC (rev 426791)
@@ -1,144 +0,0 @@
-# Patch made by Kevin Kofler 
-# https://bugzilla.redhat.com/show_bug.cgi?id=1904652
-
-diff -ur 
qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc
 
qtwebengine-everywhere-src-5.15.2-#1904652/src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc
 
qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc
   2020-11-07 02:22:36.0 +0100
-+++ 
qtwebengine-everywhere-src-5.15.2-#1904652/src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc
  2021-01-20 02:14:53.066223906 +0100
-@@ -257,6 +257,18 @@
- return RestrictKillTarget(current_pid, sysno);
-   }
- 
-+#if defined(__NR_newfstatat)
-+  if (sysno == __NR_newfstatat) {
-+return RewriteFstatatSIGSYS();
-+  }
-+#endif
-+
-+#if defined(__NR_fstatat64)
-+  if (sysno == 

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

2021-10-29 Thread Jelle van der Waa via arch-commits
Date: Friday, October 29, 2021 @ 09:16:14
  Author: jelle
Revision: 1034900

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 1034899, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 09:16:05 UTC (rev 1034899)
+++ PKGBUILD2021-10-29 09:16:14 UTC (rev 1034900)
@@ -1,104 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=187
-pkgrel=1
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-distro' 
'python-defusedxml'
- 'python-tlsh')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'binwalk: binwalk support'
-  'bzip2: bzip2 utilities support'
-  'cdrtools: ISO utilities support'
-  'colord: ICC profiles support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'docx2txt: docx comparing support'
-  'dtc: device tree comparing support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'hdf5: Hierarchical Data Format support'
-  'imagemagick: ImageMagick identify support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  'libcaca: image compare support'
-  'llvm: LLVM bitcode files support'
-  'lz4: lz4 compression support'
-  'odt2txt: odt comparing support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'giflib: gifbuild utilities support'
-  'gnupg: GNU privacy guard support'
-  'gnumeric: GNOME Spreadsheet support'
-  'mono: mono support'
-  'openssh: OpenSSH key comparing support'
-  'openssl: .p7c and .p7b certificates. support'
-  'pgpdump: PGP files support'
-  'poppler: PDF utilities support'
-  'r: R language support'
-  'radare2: decompiler for executables'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  'python-guestfs: guestfs filesystem support'
-  'python-argcomplete: completion support'
-  'python-jsbeautifier: javascript beautifier support'
-  'python-progressbar: show progressbar support'
-  'tcpdump: pcap matching support'
-  'uboot-tools: FIT image support'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-# 'wabt: webassembly support' unittest fails
-  'xxd: xxd utilities support'
-  'xz: XZ and LZMA utilities support'
-  'zstd: zst compression'
-)
-makedepends=('help2man' 'python-docutils' 'git')
-checkdepends=(
-  'python-pytest' 'python-jsbeautifier' 'python-h5py' 'acl' 'binutils' 'bzip2' 
'cdrtools' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify'
-  'hdf5' 'imagemagick' 'java-environment=11' 'fontforge' 'gettext' 'ghc' 
'gnupg' 'mono' 'pgpdump' 'poppler' 'sqlite' 'squashfs-tools'
-  'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
-  'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd' 
'uboot-tools')
-source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('c67b7733b879c099c2809f2ba7c955fe8c92d67624ec591891fe51ce38c6e4895c6ba476c3011b1e634097b56a3c70374d3050f7eae022bb781104a7e0447766'
-'SKIP')
-b2sums=('d89d108ae7c59764875ad918f645f8d554304ca876e370b651efacd25a8bdddc6f07a18047acdfa812753537e5abfb915af0aff981ee4329afde419f8708ede6'
-'SKIP')
-validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
-
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-  make -C doc
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" PYTHONDONTWRITEBYTECODE=1 py.test \
--k 'not test_ppu and not test_superblock and not test_wasm and not 
test_text_proper_indentation and not test_different and not test_equal'
-# file upstream bug, see 2cd654b450ce82fb86f55223cc01ba1abdac58a8 in 
diffoscope.git
-# bug introduced by revert in https://bugs.archlinux.org/task/70261
-# unsquashfs output differs from fixture.
-# ppu bug https://salsa.debian.org/reproducible-builds/diffoscope/issues/9
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/diffoscope.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 1034899, 
diffoscope/trunk/PKGBUILD)

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

2021-10-29 Thread Jelle van der Waa via arch-commits
Date: Friday, October 29, 2021 @ 09:16:05
  Author: jelle
Revision: 1034899

upgpkg: diffoscope 189-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 08:49:59 UTC (rev 1034898)
+++ PKGBUILD2021-10-29 09:16:05 UTC (rev 1034899)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=187
+pkgver=189
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -66,9 +66,9 @@
   'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd' 
'uboot-tools')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('c67b7733b879c099c2809f2ba7c955fe8c92d67624ec591891fe51ce38c6e4895c6ba476c3011b1e634097b56a3c70374d3050f7eae022bb781104a7e0447766'
+sha512sums=('c5fa9d177d539e5b48d034396b571e574d6d3693f8bf4762e637499aaff914f57dd6a378ed42090cbfdd6e3b7c2ec5310b76b79a461c78846a26145763a02916'
 'SKIP')
-b2sums=('d89d108ae7c59764875ad918f645f8d554304ca876e370b651efacd25a8bdddc6f07a18047acdfa812753537e5abfb915af0aff981ee4329afde419f8708ede6'
+b2sums=('1ed2edb93f82a58e0f48662f31801a2354f0fd1dc5d237858c29f6bfb39477a045abeacad630fbe9f525b15abc92dff71a22569753d4a7297c56a89fbc0142a0'
 'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
 



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

2021-10-29 Thread Nicola Squartini via arch-commits
Date: Friday, October 29, 2021 @ 08:49:59
  Author: tensor5
Revision: 1034898

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/PKGBUILD
(from rev 1034897, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 1034897, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 1034897, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-any/PKGBUILD
  caprine/repos/community-any/caprine.desktop
  caprine/repos/community-any/caprine.js

-+
 PKGBUILD|  124 +++---
 caprine.desktop |   18 +++
 caprine.js  |   58 -
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 08:49:51 UTC (rev 1034897)
+++ PKGBUILD2021-10-29 08:49:59 UTC (rev 1034898)
@@ -1,62 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=caprine
-pkgver=2.54.1
-_commit=58b4922ad8214c10cb351e3595bcea4d9cc9d861
-pkgrel=2
-pkgdesc='Elegant Facebook Messenger desktop app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron13')
-makedepends=('git' 'npm')
-options=(!emptydirs)
-source=("git+https://github.com/sindresorhus/caprine.git#commit=${_commit};
-'caprine.desktop'
-'caprine.js')
-sha256sums=('SKIP'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'93bf95cb916e3c6f8e44b598f3813fbdc63cc64f65cb376a4d08a5d574c6b3b4')
-
-build() {
-cd ${pkgname}
-
-npm install --ignore-scripts
-npx tsc
-rm -r node_modules
-npm install --ignore-scripts --production
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}/usr/share/pixmaps"
-install -m644 build/icon.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "man" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-any/PKGBUILD (from rev 1034897, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 08:49:59 UTC (rev 1034898)
@@ -0,0 +1,62 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=caprine
+pkgver=2.55.0
+_commit=af55f65bb3c22437ff32352185fba0eed0edbebc
+pkgrel=1
+pkgdesc='Elegant Facebook Messenger desktop app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron13')
+makedepends=('git' 'npm')
+options=(!emptydirs)
+source=("git+https://github.com/sindresorhus/caprine.git#commit=${_commit};
+'caprine.desktop'
+'caprine.js')
+sha256sums=('SKIP'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'93bf95cb916e3c6f8e44b598f3813fbdc63cc64f65cb376a4d08a5d574c6b3b4')
+
+build() {
+cd ${pkgname}
+
+npm install --ignore-scripts
+npx tsc
+rm -r node_modules
+npm install --ignore-scripts --production
+}
+
+package() {
+cd ${pkgname}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}/usr/share/pixmaps"
+install -m644 build/icon.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
+find "${pkgdir}"${appdir} \
+-name "package.json" \
+-exec 

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

2021-10-29 Thread Nicola Squartini via arch-commits
Date: Friday, October 29, 2021 @ 08:49:51
  Author: tensor5
Revision: 1034897

upgpkg: caprine 2.55.0-1

Modified:
  caprine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 07:53:58 UTC (rev 1034896)
+++ PKGBUILD2021-10-29 08:49:51 UTC (rev 1034897)
@@ -1,9 +1,9 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.54.1
-_commit=58b4922ad8214c10cb351e3595bcea4d9cc9d861
-pkgrel=2
+pkgver=2.55.0
+_commit=af55f65bb3c22437ff32352185fba0eed0edbebc
+pkgrel=1
 pkgdesc='Elegant Facebook Messenger desktop app'
 arch=('any')
 url='https://github.com/sindresorhus/caprine'



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

2021-10-29 Thread Alexander Rødseth via arch-commits
Date: Friday, October 29, 2021 @ 07:53:58
  Author: arodseth
Revision: 1034896

archrelease: copy trunk to community-any

Added:
  clojure/repos/community-any/PKGBUILD
(from rev 1034895, clojure/trunk/PKGBUILD)
  clojure/repos/community-any/clojure.install
(from rev 1034895, clojure/trunk/clojure.install)
  clojure/repos/community-any/clojure.sh
(from rev 1034895, 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
===
--- PKGBUILD2021-10-29 07:53:50 UTC (rev 1034895)
+++ PKGBUILD2021-10-29 07:53:58 UTC (rev 1034896)
@@ -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.986
-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=('6f12cd7b0951b9573938323acf3a714b6a2f1ed72a7f54828a51a86e611db712712bab965f7adef7c2ae14334975d1b7dd0b52a36b0b92ab4b6437c796582ddb')
-
-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 1034895, 
clojure/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 07:53:58 UTC (rev 1034896)
@@ -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.10.3.998
+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=('deb22d4f422ad5069888f180680db90fbd674f32ccaab820da8dd022a4bc60d242997f790db8db7bd5a09ce067c1d0c090d90330943e72823b25d617af5d5585')
+
+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 2021-10-29 07:53:50 UTC (rev 1034895)
+++ clojure.install 2021-10-29 07:53:58 UTC (rev 1034896)
@@ -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 1034895, 
clojure/trunk/clojure.install)
===
--- clojure.install (rev 0)
+++ clojure.install 2021-10-29 07:53:58 UTC (rev 1034896)
@@ -0,0 +1,3 @@
+post_install() {
+  echo 'Re-login or source /etc/profile.d/clojure.sh'
+}

Deleted: clojure.sh
===
--- clojure.sh  2021-10-29 07:53:50 UTC (rev 1034895)
+++ clojure.sh  2021-10-29 07:53:58 UTC (rev 1034896)
@@ -1 +0,0 @@
-export 

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

2021-10-29 Thread Alexander Rødseth via arch-commits
Date: Friday, October 29, 2021 @ 07:53:50
  Author: arodseth
Revision: 1034895

upgpkg: clojure 1.10.3.998-1

Modified:
  clojure/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 07:30:10 UTC (rev 1034894)
+++ PKGBUILD2021-10-29 07:53:50 UTC (rev 1034895)
@@ -6,7 +6,7 @@
 # Contributor: Vladimir Tsanev 
 
 pkgname=clojure
-pkgver=1.10.3.986
+pkgver=1.10.3.998
 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=('6f12cd7b0951b9573938323acf3a714b6a2f1ed72a7f54828a51a86e611db712712bab965f7adef7c2ae14334975d1b7dd0b52a36b0b92ab4b6437c796582ddb')
+b2sums=('deb22d4f422ad5069888f180680db90fbd674f32ccaab820da8dd022a4bc60d242997f790db8db7bd5a09ce067c1d0c090d90330943e72823b25d617af5d5585')
 
 prepare() {
   cd clojure-tools



[arch-commits] Commit in lib32-mesa/repos/multilib-staging-x86_64 (8 files)

2021-10-29 Thread Laurent Carlier via arch-commits
Date: Friday, October 29, 2021 @ 07:30:10
  Author: lcarlier
Revision: 1034894

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-mesa/repos/multilib-staging-x86_64/LICENSE
(from rev 1034893, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD
(from rev 1034893, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-staging-x86_64/swr-llvm13-patch1.patch
(from rev 1034893, lib32-mesa/trunk/swr-llvm13-patch1.patch)
  lib32-mesa/repos/multilib-staging-x86_64/swr-llvm13-patch2.patch
(from rev 1034893, lib32-mesa/trunk/swr-llvm13-patch2.patch)
Deleted:
  lib32-mesa/repos/multilib-staging-x86_64/LICENSE
  lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD
  lib32-mesa/repos/multilib-staging-x86_64/swr-llvm13-patch1.patch
  lib32-mesa/repos/multilib-staging-x86_64/swr-llvm13-patch2.patch

-+
 LICENSE |  166 -
 PKGBUILD|  444 +++---
 swr-llvm13-patch1.patch |  184 +--
 swr-llvm13-patch2.patch |  258 +-
 4 files changed, 526 insertions(+), 526 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2021-10-29 07:30:04 UTC (rev 1034893)
+++ LICENSE 2021-10-29 07:30:10 UTC (rev 1034894)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-staging-x86_64/LICENSE (from rev 1034893, 
lib32-mesa/trunk/LICENSE)
===
--- 

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

2021-10-29 Thread Laurent Carlier via arch-commits
Date: Friday, October 29, 2021 @ 07:30:04
  Author: lcarlier
Revision: 1034893

upgpkg: lib32-mesa 21.2.5-1: upstream update 21.2.5

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 06:22:18 UTC (rev 1034892)
+++ PKGBUILD2021-10-29 07:30:04 UTC (rev 1034893)
@@ -6,8 +6,8 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
 pkgdesc="An open-source implementation of the OpenGL specification (32-bit)"
-pkgver=21.2.4
-pkgrel=2
+pkgver=21.2.5
+pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'xorgproto' 'lib32-libdrm'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-libvdpau'
@@ -20,7 +20,7 @@
 swr-llvm13-patch1.patch
 swr-llvm13-patch2.patch
 LICENSE)
-sha512sums=('245915260b1366beed15d4790e09d050352614daaea2ed052128d54f26dda202d7abf125b9fa5098ef77604b18977b0ce4209df51746d123871ebf8708f7425d'
+sha512sums=('aaa1ebaa1e18eea76c3784c9a65942c3e417c1079d7bf75dcede574999dc459fb4d68d041cf2f767afb9cbfa834a985e0a4edd5a56b0fc90f8fdc506359aa5da'
 'SKIP'
 
'073ea2bb4778b3151717b26e0ec737abb4916ea340c7193a7382c2e2197534e93e95622d530e2f731ae156fd6ca1fc86f315f6ecae0baaeab88846773fb98bba'
 
'b59f18f4bc69b872e97b5f33a53b9c2398143bc1d0a1b42787ca2a0c204fc11b2837ca40f6f773a0b1bd49756754f9d755ac14d4eb10df6269570477ba8484fc'



[arch-commits] Commit in mesa/repos/staging-x86_64 (8 files)

2021-10-29 Thread Laurent Carlier via arch-commits
Date: Friday, October 29, 2021 @ 07:29:24
  Author: lcarlier
Revision: 426790

archrelease: copy trunk to staging-x86_64

Added:
  mesa/repos/staging-x86_64/LICENSE
(from rev 426789, mesa/trunk/LICENSE)
  mesa/repos/staging-x86_64/PKGBUILD
(from rev 426789, mesa/trunk/PKGBUILD)
  mesa/repos/staging-x86_64/swr-llvm13-patch1.patch
(from rev 426789, mesa/trunk/swr-llvm13-patch1.patch)
  mesa/repos/staging-x86_64/swr-llvm13-patch2.patch
(from rev 426789, mesa/trunk/swr-llvm13-patch2.patch)
Deleted:
  mesa/repos/staging-x86_64/LICENSE
  mesa/repos/staging-x86_64/PKGBUILD
  mesa/repos/staging-x86_64/swr-llvm13-patch1.patch
  mesa/repos/staging-x86_64/swr-llvm13-patch2.patch

-+
 LICENSE |  166 -
 PKGBUILD|  442 +++---
 swr-llvm13-patch1.patch |  184 +--
 swr-llvm13-patch2.patch |  258 +-
 4 files changed, 525 insertions(+), 525 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2021-10-29 07:29:18 UTC (rev 426789)
+++ LICENSE 2021-10-29 07:29:24 UTC (rev 426790)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: mesa/repos/staging-x86_64/LICENSE (from rev 426789, mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2021-10-29 07:29:24 UTC (rev 426790)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D 

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

2021-10-29 Thread Laurent Carlier via arch-commits
Date: Friday, October 29, 2021 @ 07:29:18
  Author: lcarlier
Revision: 426789

upgpkg: mesa 21.2.5-1: upstream update 21.2.5

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 06:05:23 UTC (rev 426788)
+++ PKGBUILD2021-10-29 07:29:18 UTC (rev 426789)
@@ -6,8 +6,8 @@
 pkgbase=mesa
 pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'vulkan-swrast' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=21.2.4
-pkgrel=2
+pkgver=21.2.5
+pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
  'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 
'zstd' 'elfutils' 'llvm'
@@ -19,7 +19,7 @@
 swr-llvm13-patch1.patch
 swr-llvm13-patch2.patch
 LICENSE)
-sha512sums=('245915260b1366beed15d4790e09d050352614daaea2ed052128d54f26dda202d7abf125b9fa5098ef77604b18977b0ce4209df51746d123871ebf8708f7425d'
+sha512sums=('aaa1ebaa1e18eea76c3784c9a65942c3e417c1079d7bf75dcede574999dc459fb4d68d041cf2f767afb9cbfa834a985e0a4edd5a56b0fc90f8fdc506359aa5da'
 'SKIP'
 
'073ea2bb4778b3151717b26e0ec737abb4916ea340c7193a7382c2e2197534e93e95622d530e2f731ae156fd6ca1fc86f315f6ecae0baaeab88846773fb98bba'
 
'b59f18f4bc69b872e97b5f33a53b9c2398143bc1d0a1b42787ca2a0c204fc11b2837ca40f6f773a0b1bd49756754f9d755ac14d4eb10df6269570477ba8484fc'



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

2021-10-29 Thread George Rawlinson via arch-commits
Date: Friday, October 29, 2021 @ 06:22:18
  Author: grawlinson
Revision: 1034892

archrelease: copy trunk to community-x86_64

Added:
  rbw/repos/community-x86_64/PKGBUILD
(from rev 1034891, rbw/trunk/PKGBUILD)
Deleted:
  rbw/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 06:21:34 UTC (rev 1034891)
+++ PKGBUILD2021-10-29 06:22:18 UTC (rev 1034892)
@@ -1,54 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Jesse Luehrs 
-
-pkgname=rbw
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Unofficial Bitwarden CLI"
-arch=('x86_64')
-url="https://git.tozt.net/rbw;
-license=('MIT')
-depends=('pinentry')
-makedepends=('rust')
-source=("$url/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('450e5a64ce3aa43d071cd53507cc6f50b6c0b58a928556733d3fbcd7e3c1566de1279617491fbbc2b5b282eb9bea6fda2604cf36808c2ba28c5b0d503f542225')
-b2sums=('318bb93541fd5bf9ea9eddeb5bf67896e680c93b6b26e95320b50c8b310ad87396b6fd04a26181cd3a1f381deb53dc58a97a1cb669c64af4ccfa1fc255b2fefa')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --frozen --release --all-features
-
-  # generate shell auto-completions
-  for completion in bash fish zsh; do
-cargo run --frozen --release --bin rbw -- \
-  gen-completions "$completion" > "$completion-completions"
-  done
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen --all-features
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # binaries
-  install -vDm755 -t "$pkgdir/usr/bin" target/release/rbw{,-agent}
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md CHANGELOG.md
-
-  # shell auto-completions
-  install -vDm644 bash-completions 
"$pkgdir/usr/share/bash-completion/completions/rbw"
-  install -vDm644 fish-completions 
"$pkgdir/usr/share/fish/vendor_completions.d/rbw.fish"
-  install -vDm644 zsh-completions "$pkgdir/usr/share/zsh/site-functions/_rbw"
-}

Copied: rbw/repos/community-x86_64/PKGBUILD (from rev 1034891, 
rbw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 06:22:18 UTC (rev 1034892)
@@ -0,0 +1,54 @@
+# Maintainer: George Rawlinson 
+# Contributor: Jesse Luehrs 
+
+pkgname=rbw
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Unofficial Bitwarden CLI"
+arch=('x86_64')
+url="https://git.tozt.net/rbw;
+license=('MIT')
+depends=('pinentry')
+makedepends=('rust')
+source=("$url/snapshot/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('31e21cf6f1f82d691a65d4d9b6a1d2537c4393e204f40462ac5909f91337898525a322d1de9c17b47dfcd2e9f0b626e522cfe0c98a593fc146d92fb67fc5a76c')
+b2sums=('9027aad6039c99516dfd0eb6fa5837187b6242f12e312b50ecf94d75a67b45ef6025af0f630254019597ca0f305f50286410f9faaf510ecdb3d01eed67779ad9')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --frozen --release --all-features
+
+  # generate shell auto-completions
+  for completion in bash fish zsh; do
+cargo run --frozen --release --bin rbw -- \
+  gen-completions "$completion" > "$completion-completions"
+  done
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen --all-features
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # binaries
+  install -vDm755 -t "$pkgdir/usr/bin" target/release/rbw{,-agent}
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md CHANGELOG.md
+
+  # shell auto-completions
+  install -vDm644 bash-completions 
"$pkgdir/usr/share/bash-completion/completions/rbw"
+  install -vDm644 fish-completions 
"$pkgdir/usr/share/fish/vendor_completions.d/rbw.fish"
+  install -vDm644 zsh-completions "$pkgdir/usr/share/zsh/site-functions/_rbw"
+}



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

2021-10-29 Thread George Rawlinson via arch-commits
Date: Friday, October 29, 2021 @ 06:21:34
  Author: grawlinson
Revision: 1034891

upgpkg: rbw 1.4.1-1

New upstream release.

Modified:
  rbw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 06:10:32 UTC (rev 1034890)
+++ PKGBUILD2021-10-29 06:21:34 UTC (rev 1034891)
@@ -2,7 +2,7 @@
 # Contributor: Jesse Luehrs 
 
 pkgname=rbw
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Unofficial Bitwarden CLI"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('pinentry')
 makedepends=('rust')
 source=("$url/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('450e5a64ce3aa43d071cd53507cc6f50b6c0b58a928556733d3fbcd7e3c1566de1279617491fbbc2b5b282eb9bea6fda2604cf36808c2ba28c5b0d503f542225')
-b2sums=('318bb93541fd5bf9ea9eddeb5bf67896e680c93b6b26e95320b50c8b310ad87396b6fd04a26181cd3a1f381deb53dc58a97a1cb669c64af4ccfa1fc255b2fefa')
+sha512sums=('31e21cf6f1f82d691a65d4d9b6a1d2537c4393e204f40462ac5909f91337898525a322d1de9c17b47dfcd2e9f0b626e522cfe0c98a593fc146d92fb67fc5a76c')
+b2sums=('9027aad6039c99516dfd0eb6fa5837187b6242f12e312b50ecf94d75a67b45ef6025af0f630254019597ca0f305f50286410f9faaf510ecdb3d01eed67779ad9')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2021-10-29 Thread Antonio Rojas via arch-commits
Date: Friday, October 29, 2021 @ 06:10:32
  Author: arojas
Revision: 1034890

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-29 06:10:19 UTC (rev 1034889)
+++ PKGBUILD2021-10-29 06:10:32 UTC (rev 1034890)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Lukasz Pozarlik 
-
-pkgname=python-igraph
-pkgver=0.9.7
-pkgrel=1
-url='https://igraph.org/python/'
-license=(GPL)
-arch=(x86_64)
-pkgdesc='Python bindings for the igraph library'
-depends=(python-texttable igraph)
-makedepends=(python-setuptools)
-source=(https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('832e9c6fe8a36886399f0c97fb1f7f75350df0b79e089d96c4b9ff86b2058dd3')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build --use-pkg-config
-}
-
-check() {
-  cd $pkgname-$pkgver
-  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1 
-}

Copied: python-igraph/repos/community-x86_64/PKGBUILD (from rev 1034889, 
python-igraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-29 06:10:32 UTC (rev 1034890)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lukasz Pozarlik 
+
+pkgname=python-igraph
+pkgver=0.9.8
+pkgrel=1
+url='https://igraph.org/python/'
+license=(GPL)
+arch=(x86_64)
+pkgdesc='Python bindings for the igraph library'
+depends=(python-texttable igraph)
+makedepends=(python-setuptools)
+source=(https://pypi.python.org/packages/source/p/igraph/igraph-$pkgver.tar.gz)
+sha256sums=('e7bad9f5f52e6dc3ccdaa3d02d8ec433d9ada704f7a83168915cfa0c4c226730')
+
+build() {
+  cd igraph-$pkgver
+  python setup.py build --use-pkg-config
+}
+
+check() {
+  cd igraph-$pkgver
+  PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
+}
+
+package() {
+  cd igraph-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1 
+}



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

2021-10-29 Thread Antonio Rojas via arch-commits
Date: Friday, October 29, 2021 @ 06:10:19
  Author: arojas
Revision: 1034889

Update to 0.9.8

Modified:
  python-igraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-28 18:11:22 UTC (rev 1034888)
+++ PKGBUILD2021-10-29 06:10:19 UTC (rev 1034889)
@@ -2,7 +2,7 @@
 # Contributor: Lukasz Pozarlik 
 
 pkgname=python-igraph
-pkgver=0.9.7
+pkgver=0.9.8
 pkgrel=1
 url='https://igraph.org/python/'
 license=(GPL)
@@ -10,20 +10,20 @@
 pkgdesc='Python bindings for the igraph library'
 depends=(python-texttable igraph)
 makedepends=(python-setuptools)
-source=(https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('832e9c6fe8a36886399f0c97fb1f7f75350df0b79e089d96c4b9ff86b2058dd3')
+source=(https://pypi.python.org/packages/source/p/igraph/igraph-$pkgver.tar.gz)
+sha256sums=('e7bad9f5f52e6dc3ccdaa3d02d8ec433d9ada704f7a83168915cfa0c4c226730')
 
 build() {
-  cd $pkgname-$pkgver
+  cd igraph-$pkgver
   python setup.py build --use-pkg-config
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd igraph-$pkgver
   PYTHONPATH="$PWD"/`ls -d build/lib.*` python -m unittest
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd igraph-$pkgver
   python setup.py install --skip-build --root="$pkgdir" --optimize=1 
 }



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

2021-10-29 Thread Tobias Powalowski via arch-commits
Date: Friday, October 29, 2021 @ 06:05:23
  Author: tpowa
Revision: 426788

archrelease: copy trunk to testing-x86_64

Added:
  gawk/repos/testing-x86_64/
  gawk/repos/testing-x86_64/PKGBUILD
(from rev 426787, gawk/trunk/PKGBUILD)

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

Copied: gawk/repos/testing-x86_64/PKGBUILD (from rev 426787, 
gawk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-10-29 06:05:23 UTC (rev 426788)
@@ -0,0 +1,33 @@
+# Maintainer:
+# Contributor: Tom Newsom 
+
+pkgname=gawk
+pkgver=5.1.1
+pkgrel=1
+pkgdesc="GNU version of awk"
+arch=('x86_64')
+url="https://www.gnu.org/software/gawk/;
+license=('GPL')
+groups=('base-devel')
+depends=('sh' 'glibc' 'mpfr')
+provides=('awk')
+source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
+md5sums=('f4aa3fe2dd802cc625c5120a6148e91b'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc 
--without-libsigsegv
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}