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

2021-10-03 Thread Daniel M. Capella via arch-commits
Date: Monday, October 4, 2021 @ 06:55:27
  Author: polyzen
Revision: 1027260

archrelease: copy trunk to community-x86_64

Added:
  rust-analyzer/repos/community-x86_64/PKGBUILD
(from rev 1027259, rust-analyzer/trunk/PKGBUILD)
Deleted:
  rust-analyzer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-04 06:55:04 UTC (rev 1027259)
+++ PKGBUILD2021-10-04 06:55:27 UTC (rev 1027260)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Sergey A. 
-
-pkgname=rust-analyzer
-_pkgver=2021-09-27
-pkgver=${_pkgver//-}
-pkgrel=1
-pkgdesc='Rust compiler front-end for IDEs'
-arch=('x86_64')
-url=https://rust-analyzer.github.io/
-license=('Apache' 'MIT')
-depends=('gcc-libs' 'rust')
-makedepends=('git')
-source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver";)
-b2sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  cargo fetch --locked
-}
-
-build() {
-  cd $pkgname
-  cargo build --release --locked --offline
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust-analyzer/repos/community-x86_64/PKGBUILD (from rev 1027259, 
rust-analyzer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-04 06:55:27 UTC (rev 1027260)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Sergey A. 
+
+pkgname=rust-analyzer
+_pkgver=2021-10-04
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc='Rust compiler front-end for IDEs'
+arch=('x86_64')
+url=https://rust-analyzer.github.io/
+license=('Apache' 'MIT')
+depends=('gcc-libs' 'rust')
+makedepends=('git')
+source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver";)
+b2sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  cargo fetch --locked
+}
+
+build() {
+  cd $pkgname
+  cargo build --release --locked --offline
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-10-03 Thread Daniel M. Capella via arch-commits
Date: Monday, October 4, 2021 @ 06:55:04
  Author: polyzen
Revision: 1027259

upgpkg: rust-analyzer 20211004-1

Modified:
  rust-analyzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-04 06:30:33 UTC (rev 1027258)
+++ PKGBUILD2021-10-04 06:55:04 UTC (rev 1027259)
@@ -2,7 +2,7 @@
 # Contributor: Sergey A. 
 
 pkgname=rust-analyzer
-_pkgver=2021-09-27
+_pkgver=2021-10-04
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc='Rust compiler front-end for IDEs'



[arch-commits] Commit in tomcat8/repos/extra-any (10 files)

2021-10-03 Thread Maxime Gauduin via arch-commits
Date: Monday, October 4, 2021 @ 06:42:38
  Author: alucryd
Revision: 425068

archrelease: copy trunk to extra-any

Added:
  tomcat8/repos/extra-any/PKGBUILD
(from rev 425067, tomcat8/trunk/PKGBUILD)
  tomcat8/repos/extra-any/tomcat8.install
(from rev 425067, tomcat8/trunk/tomcat8.install)
  tomcat8/repos/extra-any/tomcat8.service
(from rev 425067, tomcat8/trunk/tomcat8.service)
  tomcat8/repos/extra-any/tomcat8.sysusers
(from rev 425067, tomcat8/trunk/tomcat8.sysusers)
  tomcat8/repos/extra-any/tomcat8.tmpfiles
(from rev 425067, tomcat8/trunk/tomcat8.tmpfiles)
Deleted:
  tomcat8/repos/extra-any/PKGBUILD
  tomcat8/repos/extra-any/tomcat8.install
  tomcat8/repos/extra-any/tomcat8.service
  tomcat8/repos/extra-any/tomcat8.sysusers
  tomcat8/repos/extra-any/tomcat8.tmpfiles

--+
 PKGBUILD |  250 ++---
 tomcat8.install  |   32 +++---
 tomcat8.service  |   70 +++---
 tomcat8.sysusers |2 
 tomcat8.tmpfiles |   10 +-
 5 files changed, 182 insertions(+), 182 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-04 06:42:30 UTC (rev 425067)
+++ PKGBUILD2021-10-04 06:42:38 UTC (rev 425068)
@@ -1,125 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Guillaume Alaux 
-
-pkgname=tomcat8
-pkgver=8.5.71
-pkgrel=1
-pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
-arch=(any)
-url=https://tomcat.apache.org/
-license=(APACHE)
-depends=(
-  'java-runtime>=7'
-  java-jsvc
-  java-commons-daemon
-  eclipse-ecj
-)
-makedepends=(
-  ant
-  git
-  java-environment=8
-)
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(
-  etc/tomcat8/catalina.policy
-  etc/tomcat8/catalina.properties
-  etc/tomcat8/context.xml
-  etc/tomcat8/logging.properties
-  etc/tomcat8/server.xml
-  etc/tomcat8/tomcat-users.xml
-  etc/tomcat8/web.xml
-)
-install=tomcat8.install
-_tag=9e60ee33816f3f28af81535c108e6bd23f2ef970
-source=(
-  git+https://github.com/apache/tomcat.git#tag=${_tag}
-  tomcat8.service
-  tomcat8.sysusers
-  tomcat8.tmpfiles
-)
-b2sums=('SKIP'
-
'b573a5c2d081539c57c35655c612108ae5ece6e362d887170fa52888272480f17f4e6637f378e9fbdf9cb992d91ce63f4fb45d2fca62b31fa1c817ae4465e94c'
-
'e2b63275530ce7e57756ccf6f3934506245888dbc41005275e039e25712c13d37c2f28fd3af0c1dcace1dabe7a1e33d7f056f4c3c8f4a336f952fd7de46345ef'
-
'a0e3052408ad8c64c88fcc7d4c3a883c16e7fd0d89a22fd6e89480b2021fc7fb4acf6f9b2ded78e64ebe9c2afb8bf85742da0299666b22f5cf6f63166ce1b141')
-
-_gid_log=19
-_gid_tomcat=57
-_uid_tomcat=57
-
-pkgver() {
-  cd tomcat
-
-  _pkgver=$(git describe --tags)
-
-  if [[ ${_pkgver} != 8.* ]]; then
-exit 1
-  fi
-
-  echo ${_pkgver}
-}
-
-prepare() {
-  cd tomcat
-
-  cp build.properties.default build.properties
-  sed "/^base\.path=/c\base\.path=${srcdir}" -i build.properties
-  sed "/^compile.debug=/c\compile.debug=false" -i build.properties
-  sed "/^trydownload.httpusecaches=/c\trydownload.httpusecaches=false" -i 
build.properties
-}
-
-build() {
-  cd tomcat
-
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-  export PATH="$JAVA_HOME/bin:$PATH"
-
-  ant
-}
-
-package() {
-  cd tomcat/output/build
-
-  # Tomcat general files
-  install -dm 755 "${pkgdir}"/usr/share/tomcat8/bin
-  install -m 755  bin/* -t "${pkgdir}"/usr/share/tomcat8/bin/
-  # commons-daemon is packaged on its own
-  rm "${pkgdir}"/usr/share/tomcat8/bin/{*.bat,commons-daemon*}
-  ln -s /usr/share/java/commons-daemon.jar 
"${pkgdir}"/usr/share/tomcat8/bin/commons-daemon.jar
-
-  install -dm 755 "${pkgdir}"/usr/share/java/tomcat8
-  install -m 644 lib/* -t "${pkgdir}"/usr/share/java/tomcat8/
-  # eclipse-ecj is packaged on its own
-  rm "${pkgdir}"/usr/share/java/tomcat8/ecj-*.jar
-  ln -s ../eclipse-ecj.jar "${pkgdir}"/usr/share/java/tomcat8/ecj.jar
-
-  ln -s /usr/share/java/tomcat8 "${pkgdir}"/usr/share/tomcat8/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm 775 -o ${_uid_tomcat} -g ${_gid_log} "${pkgdir}"/var/log/tomcat8
-  ln -s /var/log/tomcat8 "${pkgdir}"/usr/share/tomcat8/logs
-  touch "${pkgdir}"/var/log/tomcat8/catalina.{out,err}
-  chgrp ${_gid_log} "${pkgdir}"/var/log/tomcat8/catalina.{out,err}
-
-  install -dm 775 "${pkgdir}"/etc/tomcat8
-  install -m 640 -g ${_gid_tomcat} conf/* -t "${pkgdir}"/etc/tomcat8/
-
-  install -dm 775 -g ${_gid_tomcat} "${pkgdir}"/etc/tomcat8/Catalina
-  ln -s /etc/tomcat8 "${pkgdir}"/usr/share/tomcat8/conf
-
-  install -dm 775 "${pkgdir}"/var/lib/tomcat8
-  cp -dr --no-preserve=ownership webapps "${pkgdir}"/var/lib/tomcat8/
-  chown -R ${_uid_tomcat}:${_gid_tomcat} "${pkgdir}"/var/lib/tomcat8
-  chmod 775 "${pkgdir}"/var/lib/tomcat8/webapps
-  ln -s /var/lib/tomcat8/webapps "${pkgdir}"/usr/share/tomcat8/webapps
-
-  install -dm 1777 "${pkgdir}"/var/tmp
-  install -dm 775 -o ${_ui

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

2021-10-03 Thread Maxime Gauduin via arch-commits
Date: Monday, October 4, 2021 @ 06:42:30
  Author: alucryd
Revision: 425067

upgpkg: tomcat8 8.5.72-1

Modified:
  tomcat8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-04 06:19:20 UTC (rev 425066)
+++ PKGBUILD2021-10-04 06:42:30 UTC (rev 425067)
@@ -2,7 +2,7 @@
 # Contributor: Guillaume Alaux 
 
 pkgname=tomcat8
-pkgver=8.5.71
+pkgver=8.5.72
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
 arch=(any)
@@ -30,7 +30,7 @@
   etc/tomcat8/web.xml
 )
 install=tomcat8.install
-_tag=9e60ee33816f3f28af81535c108e6bd23f2ef970
+_tag=53c394049af76032bc7acab9de023013ad4fdc43
 source=(
   git+https://github.com/apache/tomcat.git#tag=${_tag}
   tomcat8.service



[arch-commits] Commit in s3cmd/repos/community-any (1061.patch PKGBUILD PKGBUILD)

2021-10-03 Thread Alexander Epaneshnikov via arch-commits
Date: Monday, October 4, 2021 @ 06:30:33
  Author: alex19ep
Revision: 1027258

archrelease: copy trunk to community-any

Added:
  s3cmd/repos/community-any/PKGBUILD
(from rev 1027257, s3cmd/trunk/PKGBUILD)
Deleted:
  s3cmd/repos/community-any/1061.patch
  s3cmd/repos/community-any/PKGBUILD

+
 1061.patch |   25 
 PKGBUILD   |   73 +--
 2 files changed, 31 insertions(+), 67 deletions(-)

Deleted: 1061.patch
===
--- 1061.patch  2021-10-04 06:30:13 UTC (rev 1027257)
+++ 1061.patch  2021-10-04 06:30:33 UTC (rev 1027258)
@@ -1,25 +0,0 @@
-From 8665ff5dc95900798bd8e935c61a10324115579a Mon Sep 17 00:00:00 2001
-From: Konstantin Shalygin 
-Date: Mon, 18 Nov 2019 11:28:53 +0700
-Subject: [PATCH] s3cmd: python 3.8 compat
-

- s3cmd | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/s3cmd b/s3cmd
-index cef1e9c5..3e18af1b 100755
 a/s3cmd
-+++ b/s3cmd
-@@ -317,9 +317,9 @@ def cmd_expiration_set(args):
- raise ParameterError("Expecting S3 URI with just the bucket name 
set instead of '%s'" % arg)
- try:
- response = s3.expiration_set(uri, cfg.bucket_location)
--if response["status"] is 200:
-+if response["status"] == 200:
- output(u"Bucket '%s': expiration configuration is set." % 
(uri.uri()))
--elif response["status"] is 204:
-+elif response["status"] == 204:
- output(u"Bucket '%s': expiration configuration is deleted." % 
(uri.uri()))
- except S3Error as e:
- if e.info["Code"] in S3.codes:

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-04 06:30:13 UTC (rev 1027257)
+++ PKGBUILD2021-10-04 06:30:33 UTC (rev 1027258)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Alexander Epaneshnikov 
-# Contributor: David Runge 
-# Contributor: Kaiting Chen 
-# Contributor: Simon Lipp 
-# Contributor: Daniel Grana 
-
-pkgname=s3cmd
-pkgver=2.1.0
-pkgrel=5
-pkgdesc="A command line client for Amazon S3"
-arch=('any')
-url='http://s3tools.org/s3cmd'
-license=('GPL2')
-depends=('python-dateutil' 'python-magic')
-makedepends=('python-setuptools')
-optdepends=('gnupg: encrypted file storage')
-source=(https://github.com/s3tools/s3cmd/releases/download/v${pkgver}/s3cmd-${pkgver}.tar.gz{,.asc}
-
${pkgname}-1144.patch::https://patch-diff.githubusercontent.com/raw/s3tools/s3cmd/pull/1144.patch
-
${pkgname}-1137.patch::https://patch-diff.githubusercontent.com/raw/s3tools/s3cmd/pull/1137.patch)
-sha512sums=('98156218c4379e233185662d29fa4299b4a4e45a0fe143a145f30ff7d03362a4558b5fff5e5da0da850f5cce2c760fcd031bcf5ff7a6bd2c6352259e791d65e6'
-'SKIP'
-
'72ccb5bbb8bf8e3b9e4c887d6e995f5dc209c94fcc3916340143b0004997e7822d491c07adae616a92bac6a47b957635ac2d8e42ec89506730efa31e903b09c5'
-
'9cdfb70ee630242170fbdc16eac67e7fe95921a307861fdc6b4b60094dde3f5573aa2d7b9484714cf19721bf59c99af94b2d2a438e21b5f358ecfdc8cf08a8ce')
-validpgpkeys=(0D37A8F4A5D183D5541D85D9241769189AC3D00B)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # python3.9 compatibility fixes
-  patch -Np1 -i ../${pkgname}-1144.patch
-  patch -Np1 -i ../${pkgname}-1137.patch
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: s3cmd/repos/community-any/PKGBUILD (from rev 1027257, 
s3cmd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-04 06:30:33 UTC (rev 1027258)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Alexander Epaneshnikov 
+# Contributor: David Runge 
+# Contributor: Kaiting Chen 
+# Contributor: Simon Lipp 
+# Contributor: Daniel Grana 
+
+pkgname=s3cmd
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="A command line client for Amazon S3"
+arch=('any')
+url='http://s3tools.org/s3cmd'
+license=('GPL2')
+depends=('python-dateutil' 'python-magic')
+makedepends=('git' 'python-setuptools')
+optdepends=('gnupg: encrypted file storage')
+source=(https://github.com/s3tools/s3cmd/releases/download/v${pkgver}/s3cmd-${pkgver}.tar.gz{,.asc})
+sha512sums=('07b2410554233b435b3476e09fd14354abaa19374cc1211f861147023470599483c18d213a44b5c9aee32d71b5a4bc5d9ce25721fb077cbadfd208d457e13845'
+'SKIP')
+validpgpkeys=(0D37A8F4A5D183D5541D85D9241769189AC3D00B)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



[arch-commits] Commit in s3cmd/trunk (1061.patch PKGBUILD)

2021-10-03 Thread Alexander Epaneshnikov via arch-commits
Date: Monday, October 4, 2021 @ 06:30:13
  Author: alex19ep
Revision: 1027257

upgpkg: s3cmd 2.2.0-1

new upstream release

Modified:
  s3cmd/trunk/PKGBUILD
Deleted:
  s3cmd/trunk/1061.patch

+
 1061.patch |   25 -
 PKGBUILD   |   23 ++-
 2 files changed, 6 insertions(+), 42 deletions(-)

Deleted: 1061.patch
===
--- 1061.patch  2021-10-04 06:27:40 UTC (rev 1027256)
+++ 1061.patch  2021-10-04 06:30:13 UTC (rev 1027257)
@@ -1,25 +0,0 @@
-From 8665ff5dc95900798bd8e935c61a10324115579a Mon Sep 17 00:00:00 2001
-From: Konstantin Shalygin 
-Date: Mon, 18 Nov 2019 11:28:53 +0700
-Subject: [PATCH] s3cmd: python 3.8 compat
-

- s3cmd | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/s3cmd b/s3cmd
-index cef1e9c5..3e18af1b 100755
 a/s3cmd
-+++ b/s3cmd
-@@ -317,9 +317,9 @@ def cmd_expiration_set(args):
- raise ParameterError("Expecting S3 URI with just the bucket name 
set instead of '%s'" % arg)
- try:
- response = s3.expiration_set(uri, cfg.bucket_location)
--if response["status"] is 200:
-+if response["status"] == 200:
- output(u"Bucket '%s': expiration configuration is set." % 
(uri.uri()))
--elif response["status"] is 204:
-+elif response["status"] == 204:
- output(u"Bucket '%s': expiration configuration is deleted." % 
(uri.uri()))
- except S3Error as e:
- if e.info["Code"] in S3.codes:

Modified: PKGBUILD
===
--- PKGBUILD2021-10-04 06:27:40 UTC (rev 1027256)
+++ PKGBUILD2021-10-04 06:30:13 UTC (rev 1027257)
@@ -6,31 +6,20 @@
 # Contributor: Daniel Grana 
 
 pkgname=s3cmd
-pkgver=2.1.0
-pkgrel=5
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="A command line client for Amazon S3"
 arch=('any')
 url='http://s3tools.org/s3cmd'
 license=('GPL2')
 depends=('python-dateutil' 'python-magic')
-makedepends=('python-setuptools')
+makedepends=('git' 'python-setuptools')
 optdepends=('gnupg: encrypted file storage')
-source=(https://github.com/s3tools/s3cmd/releases/download/v${pkgver}/s3cmd-${pkgver}.tar.gz{,.asc}
-
${pkgname}-1144.patch::https://patch-diff.githubusercontent.com/raw/s3tools/s3cmd/pull/1144.patch
-
${pkgname}-1137.patch::https://patch-diff.githubusercontent.com/raw/s3tools/s3cmd/pull/1137.patch)
-sha512sums=('98156218c4379e233185662d29fa4299b4a4e45a0fe143a145f30ff7d03362a4558b5fff5e5da0da850f5cce2c760fcd031bcf5ff7a6bd2c6352259e791d65e6'
-'SKIP'
-
'72ccb5bbb8bf8e3b9e4c887d6e995f5dc209c94fcc3916340143b0004997e7822d491c07adae616a92bac6a47b957635ac2d8e42ec89506730efa31e903b09c5'
-
'9cdfb70ee630242170fbdc16eac67e7fe95921a307861fdc6b4b60094dde3f5573aa2d7b9484714cf19721bf59c99af94b2d2a438e21b5f358ecfdc8cf08a8ce')
+source=(https://github.com/s3tools/s3cmd/releases/download/v${pkgver}/s3cmd-${pkgver}.tar.gz{,.asc})
+sha512sums=('07b2410554233b435b3476e09fd14354abaa19374cc1211f861147023470599483c18d213a44b5c9aee32d71b5a4bc5d9ce25721fb077cbadfd208d457e13845'
+'SKIP')
 validpgpkeys=(0D37A8F4A5D183D5541D85D9241769189AC3D00B)
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # python3.9 compatibility fixes
-  patch -Np1 -i ../${pkgname}-1144.patch
-  patch -Np1 -i ../${pkgname}-1137.patch
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
   python setup.py build



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

2021-10-03 Thread Daniel M. Capella via arch-commits
Date: Monday, October 4, 2021 @ 06:27:40
  Author: polyzen
Revision: 1027256

archrelease: copy trunk to community-any

Added:
  pyright/repos/community-any/PKGBUILD
(from rev 1027255, pyright/trunk/PKGBUILD)
Deleted:
  pyright/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-04 06:27:21 UTC (rev 1027255)
+++ PKGBUILD2021-10-04 06:27:40 UTC (rev 1027256)
@@ -1,42 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kaizhao Zhang 
-
-pkgname=pyright
-pkgver=1.1.173
-pkgrel=1
-pkgdesc='Type checker for the Python language'
-arch=('any')
-url=https://github.com/microsoft/pyright
-license=('MIT')
-depends=('nodejs>=12')
-makedepends=('npm')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('b3711b6c71af22b478392c48519988947b7379b835a91faa49c7f9f68734f0c37a7e52e6c41e05af656913cc42db9438b78e21af3d21178d22517885ba1d8c9e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  npm ci
-}
-
-build() {
-  cd $pkgname-$pkgver/packages/$pkgname
-  npm run build
-}
-
-package() {
-  install -d "$pkgdir"/usr/bin
-  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
-  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
-"$pkgdir"/usr/bin/$pkgname-langserver
-
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
-
-  cd packages/$pkgname
-  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
-  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyright/repos/community-any/PKGBUILD (from rev 1027255, 
pyright/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-04 06:27:40 UTC (rev 1027256)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kaizhao Zhang 
+
+pkgname=pyright
+pkgver=1.1.174
+pkgrel=1
+pkgdesc='Type checker for the Python language'
+arch=('any')
+url=https://github.com/microsoft/pyright
+license=('MIT')
+depends=('nodejs>=12')
+makedepends=('npm')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('5f2e44fab68b5b2fec4bc9997ef140251af75762cacb5ec06b7a93aceaaa1e904bcac7baac027ed523686398264d3485e745f8cc435dca1963f8e4f1474f0fc1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  npm ci
+}
+
+build() {
+  cd $pkgname-$pkgver/packages/$pkgname
+  npm run build
+}
+
+package() {
+  install -d "$pkgdir"/usr/bin
+  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
+  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
+"$pkgdir"/usr/bin/$pkgname-langserver
+
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
+
+  cd packages/$pkgname
+  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
+  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-10-03 Thread Daniel M. Capella via arch-commits
Date: Monday, October 4, 2021 @ 06:27:21
  Author: polyzen
Revision: 1027255

upgpkg: pyright 1.1.174-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-04 06:10:08 UTC (rev 1027254)
+++ PKGBUILD2021-10-04 06:27:21 UTC (rev 1027255)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.173
+pkgver=1.1.174
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('b3711b6c71af22b478392c48519988947b7379b835a91faa49c7f9f68734f0c37a7e52e6c41e05af656913cc42db9438b78e21af3d21178d22517885ba1d8c9e')
+b2sums=('5f2e44fab68b5b2fec4bc9997ef140251af75762cacb5ec06b7a93aceaaa1e904bcac7baac027ed523686398264d3485e745f8cc435dca1963f8e4f1474f0fc1')
 
 prepare() {
   cd $pkgname-$pkgver



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

2021-10-03 Thread Tobias Powalowski via arch-commits
Date: Monday, October 4, 2021 @ 06:19:20
  Author: tpowa
Revision: 425066

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-04 06:19:15 UTC (rev 425065)
+++ PKGBUILD2021-10-04 06:19:20 UTC (rev 425066)
@@ -1,42 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2021.09
-pkgrel=43
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux>=2.21-6' 'bind' 'which' 'kbd' 'wireless_tools' 
'xfsprogs' 'hdparm' 'memtest86+' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'libsasl' 'libldap' 'gpm' 'libevent' 
'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'syslinux' 'mtools' 
'fsarchiver' 'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'libusb-compat' 'keyutils' 'libisoburn' 'file' 'curl'  
'smartmontools' 'dnsmasq' 'lftp'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'pth' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwids' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'lockdown-ms' 'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'expac' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd') 
-makedepends=('git')
-optdepends=('archboot-linux-firmware: for stripped down firmware inclusion on 
image file'
-'linux-firmware: for firmware inclusion on image file')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/presets/x86_64'
-)
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

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

Copied: archboot/repos/extra-any/PKGBUILD (from rev 425065, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-04 06:19:20 UTC (rev 425066)
@@ -0,0 +1,42 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2021.10
+pkgrel=1
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
+ 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
+'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl'

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

2021-10-03 Thread Tobias Powalowski via arch-commits
Date: Monday, October 4, 2021 @ 06:19:15
  Author: tpowa
Revision: 425065

upgpkg: archboot 2021.10-1: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-04 06:07:24 UTC (rev 425064)
+++ PKGBUILD2021-10-04 06:19:15 UTC (rev 425065)
@@ -1,8 +1,8 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot
-pkgver=2021.09
-pkgrel=44
+pkgver=2021.10
+pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Monday, October 4, 2021 @ 06:10:08
  Author: arojas
Revision: 1027254

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 1027253, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-04 06:09:57 UTC (rev 1027253)
+++ PKGBUILD2021-10-04 06:10:08 UTC (rev 1027254)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.31.55
-pkgrel=1
-arch=(any)
-url='https://jmol.sourceforge.net'
-license=(LGPL)
-makedepends=(unzip)
-source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('4f7906b923b5e3745d6fc11183360967f648aba49ec31eb0e934eb32a9720343')
-
-package_jmol() {
-  pkgdesc='A Java 3D viewer for chemical structures'
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc='A JavaScript 3D viewer for chemical structures'
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 1027253, 
jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-04 06:10:08 UTC (rev 1027254)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.31.57
+pkgrel=1
+arch=(any)
+url='https://jmol.sourceforge.net'
+license=(LGPL)
+makedepends=(unzip)
+source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
+sha256sums=('d46c685ed213cff764ceaaac5f6e79cb962a8161fcdb5c1d93150ea6fb673abf')
+
+package_jmol() {
+  pkgdesc='A Java 3D viewer for chemical structures'
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc='A JavaScript 3D viewer for chemical structures'
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}



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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Monday, October 4, 2021 @ 06:09:57
  Author: arojas
Revision: 1027253

Update to 14.31.57

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-04 00:24:16 UTC (rev 1027252)
+++ PKGBUILD2021-10-04 06:09:57 UTC (rev 1027253)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.31.55
+pkgver=14.31.57
 pkgrel=1
 arch=(any)
 url='https://jmol.sourceforge.net'
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('4f7906b923b5e3745d6fc11183360967f648aba49ec31eb0e934eb32a9720343')
+sha256sums=('d46c685ed213cff764ceaaac5f6e79cb962a8161fcdb5c1d93150ea6fb673abf')
 
 package_jmol() {
   pkgdesc='A Java 3D viewer for chemical structures'



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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Monday, October 4, 2021 @ 06:07:24
  Author: arojas
Revision: 425064

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 425063, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 425063, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  240 +++---
 arch-fonts.diff |  214 
 2 files changed, 227 insertions(+), 227 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-04 06:07:12 UTC (rev 425063)
+++ PKGBUILD2021-10-04 06:07:24 UTC (rev 425064)
@@ -1,120 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.1.0.8
-pkgrel=1
-pkgdesc='An image viewing/manipulation program'
-url='https://www.imagemagick.org/'
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp libzip
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng djvulibre)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('393280a93396cbb10f4a88e4dafaa03b0bc8031a86d92fb80948f814fc5d0c01'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-shared \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-djvu \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'djvulibre: DJVU support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 425063, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-04 06:07:24 UTC (rev 425064)
@@ -0,0 +1,120 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=(imagemagick imagemagick-doc)
+pkgver=7.1.0.9
+pkgrel=1
+pkgdesc='An image viewing/manipulation program'
+url='https://www.i

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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Monday, October 4, 2021 @ 06:07:12
  Author: arojas
Revision: 425063

Update to 7.1.0.9

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-04 05:18:13 UTC (rev 425062)
+++ PKGBUILD2021-10-04 06:07:12 UTC (rev 425063)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.1.0.8
+pkgver=7.1.0.9
 pkgrel=1
 pkgdesc='An image viewing/manipulation program'
 url='https://www.imagemagick.org/'
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 
source=(https://download.imagemagick.org/ImageMagick/download/releases/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('393280a93396cbb10f4a88e4dafaa03b0bc8031a86d92fb80948f814fc5d0c01'
+sha256sums=('04e92947813dc8bd716392b35c73d778860cf27bc146dcdaf87fe85e54c2bbd4'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae



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

2021-10-03 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 4, 2021 @ 00:24:16
  Author: svenstaro
Revision: 1027252

archrelease: copy trunk to community-x86_64

Added:
  broot/repos/community-x86_64/PKGBUILD
(from rev 1027251, broot/trunk/PKGBUILD)
Deleted:
  broot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-04 00:24:09 UTC (rev 1027251)
+++ PKGBUILD2021-10-04 00:24:16 UTC (rev 1027252)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adam Fontenot 
-# Contributor: Daniel M. Capella 
-
-pkgname=broot
-pkgver=1.6.3
-pkgrel=1
-pkgdesc='Fuzzy Search + tree + cd'
-arch=('x86_64')
-url=https://github.com/Canop/broot
-license=('MIT')
-depends=('gcc-libs' 'zlib')
-makedepends=('rust')
-source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz";)
-sha256sums=('c7ef696a9da162a4338790a9e021eddedcc9a5be321bfea5cc2c33b2b2a53472')
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd $pkgname-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-  sed -i "s/#version/$pkgver/" man/page
-  # Theoretically we could get the date from the CHANGELOG.md but it seems 
that the
-  # CHANGELOG.md entry for the current version isn't actually in the current 
release.
-  # changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
-  sed -i "s/#date//" man/page
-  install -Dm644 man/page "$pkgdir/usr/share/man/man1/$pkgname.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: broot/repos/community-x86_64/PKGBUILD (from rev 1027251, 
broot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-04 00:24:16 UTC (rev 1027252)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adam Fontenot 
+# Contributor: Daniel M. Capella 
+
+pkgname=broot
+pkgver=1.6.4
+pkgrel=1
+pkgdesc='Fuzzy Search + tree + cd'
+arch=('x86_64')
+url=https://github.com/Canop/broot
+license=('MIT')
+depends=('gcc-libs' 'zlib')
+makedepends=('rust')
+source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz";)
+sha256sums=('609bd9e6c7fea85b68586435280b37cb90c2af3cb0a3f63a5a37dfdcc822fdc7')
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd $pkgname-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+  sed -i "s/#version/$pkgver/" man/page
+  # Theoretically we could get the date from the CHANGELOG.md but it seems 
that the
+  # CHANGELOG.md entry for the current version isn't actually in the current 
release.
+  # changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
+  sed -i "s/#date//" man/page
+  install -Dm644 man/page "$pkgdir/usr/share/man/man1/$pkgname.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-10-03 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 4, 2021 @ 00:24:09
  Author: svenstaro
Revision: 1027251

upgpkg: broot 1.6.4-1

Modified:
  broot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-04 00:19:47 UTC (rev 1027250)
+++ PKGBUILD2021-10-04 00:24:09 UTC (rev 1027251)
@@ -3,7 +3,7 @@
 # Contributor: Daniel M. Capella 
 
 pkgname=broot
-pkgver=1.6.3
+pkgver=1.6.4
 pkgrel=1
 pkgdesc='Fuzzy Search + tree + cd'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs' 'zlib')
 makedepends=('rust')
 
source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz";)
-sha256sums=('c7ef696a9da162a4338790a9e021eddedcc9a5be321bfea5cc2c33b2b2a53472')
+sha256sums=('609bd9e6c7fea85b68586435280b37cb90c2af3cb0a3f63a5a37dfdcc822fdc7')
 
 build() {
   cd $pkgname-$pkgver



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

2021-10-03 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 4, 2021 @ 00:18:36
  Author: svenstaro
Revision: 1027249

archrelease: copy trunk to community-any

Added:
  ttf-input/repos/community-any/PKGBUILD
(from rev 1027248, ttf-input/trunk/PKGBUILD)
  ttf-input/repos/community-any/djr-arch-linux-distribution-agreement.pdf
(from rev 1027248, 
ttf-input/trunk/djr-arch-linux-distribution-agreement.pdf)
Deleted:
  ttf-input/repos/community-any/PKGBUILD
  ttf-input/repos/community-any/djr-arch-linux-distribution-agreement.pdf

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-04 00:18:28 UTC (rev 1027248)
+++ PKGBUILD2021-10-04 00:18:36 UTC (rev 1027249)
@@ -1,23 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: javier dot tia at gmail dot com
-
-pkgname=ttf-input
-pkgver=20191031
-pkgrel=3
-pkgdesc='Fonts for code from DJR & Font Bureau'
-arch=('any')
-url='https://input.djr.com/'
-license=('custom')
-_url="${url}build/?fontSelection=whole&a=0&g=0&i=0&l=0&zero=0&asterisk=0&braces=0&preset=default&line-height=1.2&accept=I+do&email="
-source=("Input_Fonts_${pkgver}.zip::${_url}")
-sha256sums=('9e5ccc20a7853ed9d3cd596ab0fdacb0a4eaefbf5de39ce02c2c58c99c08ce01')
-
-package() {
-  mkdir -p ${pkgdir}/usr/share/fonts/TTF
-  find ${srcdir}/Input_Fonts -name '*.ttf' \
--exec cp {} ${pkgdir}/usr/share/fonts/TTF \;
-  chmod 644 ${pkgdir}/usr/share/fonts/TTF/*
-
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  cp ${srcdir}/LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-input/repos/community-any/PKGBUILD (from rev 1027248, 
ttf-input/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-04 00:18:36 UTC (rev 1027249)
@@ -0,0 +1,23 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: javier dot tia at gmail dot com
+
+pkgname=ttf-input
+pkgver=20211004
+pkgrel=1
+pkgdesc='Fonts for code from DJR & Font Bureau'
+arch=('any')
+url='https://input.djr.com/'
+license=('custom')
+_url="${url}build/?fontSelection=whole&a=0&g=0&i=0&l=0&zero=0&asterisk=0&braces=0&preset=default&line-height=1.2&accept=I+do&email="
+source=("Input_Fonts_${pkgver}.zip::${_url}")
+sha256sums=('c35ca24c5a896ced43f3738b460c375c891259aed1c91ab0535713b0d9ff698b')
+
+package() {
+  mkdir -p ${pkgdir}/usr/share/fonts/TTF
+  find ${srcdir}/Input_Fonts -name '*.ttf' \
+-exec cp {} ${pkgdir}/usr/share/fonts/TTF \;
+  chmod 644 ${pkgdir}/usr/share/fonts/TTF/*
+
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
+  cp ${srcdir}/LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: djr-arch-linux-distribution-agreement.pdf
===
(Binary files differ)

Copied: ttf-input/repos/community-any/djr-arch-linux-distribution-agreement.pdf 
(from rev 1027248, ttf-input/trunk/djr-arch-linux-distribution-agreement.pdf)
===
(Binary files differ)



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

2021-10-03 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 4, 2021 @ 00:18:28
  Author: svenstaro
Revision: 1027248

upgpkg: ttf-input 20211004-1

Modified:
  ttf-input/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-04 00:15:35 UTC (rev 1027247)
+++ PKGBUILD2021-10-04 00:18:28 UTC (rev 1027248)
@@ -2,8 +2,8 @@
 # Contributor: javier dot tia at gmail dot com
 
 pkgname=ttf-input
-pkgver=20191031
-pkgrel=3
+pkgver=20211004
+pkgrel=1
 pkgdesc='Fonts for code from DJR & Font Bureau'
 arch=('any')
 url='https://input.djr.com/'
@@ -10,7 +10,7 @@
 license=('custom')
 
_url="${url}build/?fontSelection=whole&a=0&g=0&i=0&l=0&zero=0&asterisk=0&braces=0&preset=default&line-height=1.2&accept=I+do&email="
 source=("Input_Fonts_${pkgver}.zip::${_url}")
-sha256sums=('9e5ccc20a7853ed9d3cd596ab0fdacb0a4eaefbf5de39ce02c2c58c99c08ce01')
+sha256sums=('c35ca24c5a896ced43f3738b460c375c891259aed1c91ab0535713b0d9ff698b')
 
 package() {
   mkdir -p ${pkgdir}/usr/share/fonts/TTF



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

2021-10-03 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 4, 2021 @ 00:15:35
  Author: svenstaro
Revision: 1027247

archrelease: copy trunk to community-any

Added:
  yarn/repos/community-any/PKGBUILD
(from rev 1027246, yarn/trunk/PKGBUILD)
Deleted:
  yarn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-04 00:15:28 UTC (rev 1027246)
+++ PKGBUILD2021-10-04 00:15:35 UTC (rev 1027247)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan Koppe 
-
-pkgname=yarn
-pkgver=1.22.14
-pkgrel=1
-pkgdesc='Fast, reliable, and secure dependency management'
-arch=(any)
-url='https://classic.yarnpkg.com/'
-license=('BSD')
-depends=('nodejs')
-source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz";)
-sha512sums=('344292c2711abd0a4624c642e8a0af4ed71c6d0f74db716383e8bbc7630bccd47cb028ddf5453ea48ccf7156003aa640b9addfb32cc7838d3d8a0fdf911d5fef')
-
-package() {
-  cd yarn-v${pkgver}
-  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
-  cp -R * "$pkgdir"/usr/lib/node_modules/yarn
-
-  install -dm755 "$pkgdir"/usr/bin
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: yarn/repos/community-any/PKGBUILD (from rev 1027246, 
yarn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-04 00:15:35 UTC (rev 1027247)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan Koppe 
+
+pkgname=yarn
+pkgver=1.22.15
+pkgrel=1
+pkgdesc='Fast, reliable, and secure dependency management'
+arch=(any)
+url='https://classic.yarnpkg.com/'
+license=('BSD')
+depends=('nodejs')
+source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz";)
+sha512sums=('9113b40069dfb4ce2eddfcd6cc3724bbd1c560d3cfc06df1457c0fd4fee3bb1abbeef79a8abe55757922a0ff3ebc31199fdabc7cc33280ee97fe997013724773')
+
+package() {
+  cd yarn-v${pkgver}
+  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
+  cp -R * "$pkgdir"/usr/lib/node_modules/yarn
+
+  install -dm755 "$pkgdir"/usr/bin
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}



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

2021-10-03 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 4, 2021 @ 00:15:28
  Author: svenstaro
Revision: 1027246

upgpkg: yarn 1.22.15-1

Modified:
  yarn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 23:25:43 UTC (rev 1027245)
+++ PKGBUILD2021-10-04 00:15:28 UTC (rev 1027246)
@@ -2,7 +2,7 @@
 # Contributor: Jan Koppe 
 
 pkgname=yarn
-pkgver=1.22.14
+pkgver=1.22.15
 pkgrel=1
 pkgdesc='Fast, reliable, and secure dependency management'
 arch=(any)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('nodejs')
 
source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz";)
-sha512sums=('344292c2711abd0a4624c642e8a0af4ed71c6d0f74db716383e8bbc7630bccd47cb028ddf5453ea48ccf7156003aa640b9addfb32cc7838d3d8a0fdf911d5fef')
+sha512sums=('9113b40069dfb4ce2eddfcd6cc3724bbd1c560d3cfc06df1457c0fd4fee3bb1abbeef79a8abe55757922a0ff3ebc31199fdabc7cc33280ee97fe997013724773')
 
 package() {
   cd yarn-v${pkgver}



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

2021-10-03 Thread Anatol Pomozov via arch-commits
Date: Monday, October 4, 2021 @ 00:07:59
  Author: anatolik
Revision: 425061

FS#46160: enable python integration that among other things produces libirml.so

Modified:
  tbb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 19:50:16 UTC (rev 425060)
+++ PKGBUILD2021-10-04 00:07:59 UTC (rev 425061)
@@ -11,8 +11,8 @@
 arch=('x86_64')
 url='https://www.threadingbuildingblocks.org/'
 license=('Apache')
-depends=('gcc-libs')
-makedepends=('cmake' 'inetutils' 'ninja')
+depends=('gcc-libs' 'hwloc')
+makedepends=('cmake' 'inetutils' 'ninja' 'python' 'swig')
 conflicts=('intel-tbb')
 provides=("intel-tbb=$pkgver")
 replaces=('intel-tbb')
@@ -30,10 +30,15 @@
 
 build() {
   cd oneTBB-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
-  ninja
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DTBB4PY_BUILD=ON .
+  ninja all python_build
 }
 
+check() {
+  cd oneTBB-$pkgver
+  ninja test
+}
+
 package() {
   cd oneTBB-$pkgver
   DESTDIR="$pkgdir" ninja install



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

2021-10-03 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, October 3, 2021 @ 23:25:43
  Author: orhun
Revision: 1027245

archrelease: copy trunk to community-x86_64

Added:
  mdbook/repos/community-x86_64/PKGBUILD
(from rev 1027244, mdbook/trunk/PKGBUILD)
Deleted:
  mdbook/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 23:25:31 UTC (rev 1027244)
+++ PKGBUILD2021-10-03 23:25:43 UTC (rev 1027245)
@@ -1,46 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Orhun Parmaksız 
-# Maintainer: Caleb Maclennan 
-# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
-# Contributor: Moritz Schönherr 
-
-pkgname=mdbook
-pkgver=0.4.12
-pkgrel=2
-pkgdesc="Create book from markdown files, like Gitbook but implemented in Rust"
-url="https://github.com/rust-lang/mdBook";
-arch=('x86_64')
-license=('MPL2')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-lang/mdBook/archive/v${pkgver}.tar.gz";)
-sha256sums=('d28b958c71a7934fde1c22204c3dc41ffc74df98c90afc1bf3ddafd131d4af77')
-# https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md
-
-prepare() {
-  cd "mdBook-${pkgver}"
-  mkdir completions/
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "mdBook-${pkgver}"
-  cargo build --frozen --release
-  cargo run -- completions bash > "completions/$pkgname.bash"
-  cargo run -- completions fish > "completions/$pkgname.fish"
-  cargo run -- completions zsh > "completions/_$pkgname"
-}
-
-check() {
-  cd "mdBook-${pkgver}"
-  cargo test --frozen
-}
-
-package() {
-  cd "mdBook-${pkgver}"
-  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  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"
-}

Copied: mdbook/repos/community-x86_64/PKGBUILD (from rev 1027244, 
mdbook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 23:25:43 UTC (rev 1027245)
@@ -0,0 +1,46 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Orhun Parmaksız 
+# Maintainer: Caleb Maclennan 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Moritz Schönherr 
+
+pkgname=mdbook
+pkgver=0.4.13
+pkgrel=1
+pkgdesc="Create book from markdown files, like Gitbook but implemented in Rust"
+url="https://github.com/rust-lang/mdBook";
+arch=('x86_64')
+license=('MPL2')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-lang/mdBook/archive/v${pkgver}.tar.gz";)
+sha256sums=('12a88a08e5c5b26810cc33b4e0ebed7cc72394f9041e8b15253e3cfac1223a7b')
+# https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md
+
+prepare() {
+  cd "mdBook-${pkgver}"
+  mkdir completions/
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "mdBook-${pkgver}"
+  cargo build --frozen --release
+  "./target/release/$pkgname" completions bash > "completions/$pkgname.bash"
+  "./target/release/$pkgname" completions fish > "completions/$pkgname.fish"
+  "./target/release/$pkgname" completions zsh > "completions/_$pkgname"
+}
+
+check() {
+  cd "mdBook-${pkgver}"
+  cargo test --frozen
+}
+
+package() {
+  cd "mdBook-${pkgver}"
+  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  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"
+}



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

2021-10-03 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, October 3, 2021 @ 23:25:31
  Author: orhun
Revision: 1027244

upgpkg: mdbook 0.4.13-1: upstream release

Modified:
  mdbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 22:50:02 UTC (rev 1027243)
+++ PKGBUILD2021-10-03 23:25:31 UTC (rev 1027244)
@@ -5,8 +5,8 @@
 # Contributor: Moritz Schönherr 
 
 pkgname=mdbook
-pkgver=0.4.12
-pkgrel=3
+pkgver=0.4.13
+pkgrel=1
 pkgdesc="Create book from markdown files, like Gitbook but implemented in Rust"
 url="https://github.com/rust-lang/mdBook";
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-lang/mdBook/archive/v${pkgver}.tar.gz";)
-sha256sums=('d28b958c71a7934fde1c22204c3dc41ffc74df98c90afc1bf3ddafd131d4af77')
+sha256sums=('12a88a08e5c5b26810cc33b4e0ebed7cc72394f9041e8b15253e3cfac1223a7b')
 # https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md
 
 prepare() {



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

2021-10-03 Thread David Runge via arch-commits
Date: Sunday, October 3, 2021 @ 22:50:02
  Author: dvzrv
Revision: 1027243

archrelease: copy trunk to community-x86_64

Added:
  qtile/repos/community-x86_64/PKGBUILD
(from rev 1027242, qtile/trunk/PKGBUILD)
  qtile/repos/community-x86_64/qtile.install
(from rev 1027242, qtile/trunk/qtile.install)
Deleted:
  qtile/repos/community-x86_64/PKGBUILD
  qtile/repos/community-x86_64/qtile.install

---+
 PKGBUILD  |  196 
 qtile.install |   20 ++---
 2 files changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 22:49:52 UTC (rev 1027242)
+++ PKGBUILD2021-10-03 22:50:02 UTC (rev 1027243)
@@ -1,98 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=qtile
-pkgver=0.18.1
-pkgrel=2
-pkgdesc="A full-featured, pure-Python tiling window manager"
-arch=('x86_64')
-url="http://www.qtile.org";
-license=('MIT')
-# remove python-setuptools once upstream does not require it for version 
anymore:
-# https://github.com/qtile/qtile/issues/2809
-depends=(
-  'gdk-pixbuf2'
-  'glibc'
-  'libnotify'
-  'librsvg'
-  'pango'
-  'python-cairocffi'
-  'python-cffi'
-  'python-xcffib'
-  'python-gobject'
-  'python-setuptools'
-)
-makedepends=(
-  'git'
-  'libpulse'
-  'python-setuptools-scm'
-)
-checkdepends=(
-  'graphviz'
-  'gtk3'
-  'imagemagick'
-  'lm_sensors'
-  'procps-ng'
-  'python-bowler'
-  'python-dbus-next'
-  'python-gobject'
-  'python-pytest'
-  'python-pywlroots'
-  'python-xdg'
-  'xorg-server-xephyr'
-  'xorg-server-xvfb'
-  'xorg-xrandr'
-)
-optdepends=(
-  'alsa-utils: for volume widget'
-  'canto-daemon: for canto widget'
-  'cmus: for cmus widget'
-  'jupyter_console: for interaction with qtile via Jupyter'
-  'khal: for khal_calendar widget'
-  'libpulse: for pulse_volume and pulseaudio_ffi widget'
-  'lm_sensors: for sensors widget'
-  'moc: for moc widget'
-  'python-dbus-next: for utils, notifications and several widgets'
-  'python-iwlib: for wlan widget'
-  'python-keyring: for imapwidget widget'
-  'python-mpd2: mpd2widget widget'
-  'python-psutil: graph, net and memory widget'
-  'python-pywlroots: for experimental wayland support'
-  'python-setproctitle: change process name to qtile'
-  'python-xdg: launchbar widget'
-)
-install="${pkgname}.install"
-source=("git+https://github.com/qtile/qtile#tag=v${pkgver}?signed";)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(
-  '3CCAB226289DE0160C61BDB418D18F1BC464DCA3' # Tycho Andersen 

-  '35D92E7CC7357A81173EA1C974F9FDD20984FBEC' # Matt Colligan 
-)
-
-build() {
-  cd "${pkgname}"
-  python setup.py build
-  ./scripts/ffibuild
-}
-
-check() {
-  cd "${pkgname}"
-  export LC_TYPE=en_US.UTF-8
-  pytest -vv --backend x11 --backend wayland
-}
-
-package() {
-  cd "${pkgname}"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # config
-  install -vDm 644 libqtile/resources/default_config.py \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  # desktop file
-  install -vDm 644 "resources/${pkgname}.desktop" \
--t "${pkgdir}/usr/share/xsessions/"
-  # docs
-  install -vDm 644 {CHANGELOG,README.rst} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: qtile/repos/community-x86_64/PKGBUILD (from rev 1027242, 
qtile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 22:50:02 UTC (rev 1027243)
@@ -0,0 +1,98 @@
+# Maintainer: David Runge 
+
+pkgname=qtile
+pkgver=0.18.1
+pkgrel=3
+pkgdesc="A full-featured, pure-Python tiling window manager"
+arch=('x86_64')
+url="http://www.qtile.org";
+license=('MIT')
+# remove python-setuptools once upstream does not require it for version 
anymore:
+# https://github.com/qtile/qtile/issues/2809
+depends=(
+  'gdk-pixbuf2'
+  'glibc'
+  'libnotify'
+  'librsvg'
+  'pango'
+  'python-cairocffi'
+  'python-cffi'
+  'python-xcffib'
+  'python-gobject'
+  'python-setuptools'
+)
+makedepends=(
+  'git'
+  'libpulse'
+  'python-setuptools-scm'
+)
+checkdepends=(
+  'graphviz'
+  'gtk3'
+  'imagemagick'
+  'lm_sensors'
+  'procps-ng'
+  'python-bowler'
+  'python-dbus-next'
+  'python-gobject'
+  'python-pytest'
+  'python-pywlroots'
+  'python-xdg'
+  'xorg-server-xephyr'
+  'xorg-server-xvfb'
+  'xorg-xrandr'
+)
+optdepends=(
+  'alsa-utils: for volume widget'
+  'canto-daemon: for canto widget'
+  'cmus: for cmus widget'
+  'jupyter_console: for interaction with qtile via Jupyter'
+  'khal: for khal_calendar widget'
+  'libpulse: for pulse_volume and pulseaudio_ffi widget'
+  'lm_sensors: for sensors widget'
+  'moc: for moc widget'
+  'python-dbus-next: for utils, notifications and several widgets'
+  'python-iwlib: for wlan widget'
+  'python-keyring: for imapwidget widget'
+  'python-mpd2: mpd2widget widget'
+  'python-psutil: graph

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

2021-10-03 Thread David Runge via arch-commits
Date: Sunday, October 3, 2021 @ 22:49:52
  Author: dvzrv
Revision: 1027242

upgpkg: qtile 0.18.1-3: Rebuild to add wayland xsessions integration.

Add xsessions file for the experimental wayland functionality.

Modified:
  qtile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 22:39:58 UTC (rev 1027241)
+++ PKGBUILD2021-10-03 22:49:52 UTC (rev 1027242)
@@ -2,7 +2,7 @@
 
 pkgname=qtile
 pkgver=0.18.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A full-featured, pure-Python tiling window manager"
 arch=('x86_64')
 url="http://www.qtile.org";
@@ -90,7 +90,7 @@
   install -vDm 644 libqtile/resources/default_config.py \
 -t "${pkgdir}/usr/share/doc/${pkgname}/"
   # desktop file
-  install -vDm 644 "resources/${pkgname}.desktop" \
+  install -vDm 644 "resources/"*.desktop \
 -t "${pkgdir}/usr/share/xsessions/"
   # docs
   install -vDm 644 {CHANGELOG,README.rst} \



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

2021-10-03 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 3, 2021 @ 22:39:58
  Author: jlichtblau
Revision: 1027241

archrelease: copy trunk to community-x86_64

Added:
  gnucash/repos/community-x86_64/PKGBUILD
(from rev 1027240, gnucash/trunk/PKGBUILD)
Deleted:
  gnucash/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 22:39:51 UTC (rev 1027240)
+++ PKGBUILD2021-10-03 22:39:58 UTC (rev 1027241)
@@ -1,49 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=4.7
-pkgrel=1
-pkgdesc='Personal and small-business financial-accounting application'
-arch=(x86_64)
-url='https://gnucash.org/'
-license=(GPL)
-depends=(aqbanking gwenhywfar boost-libs guile libdbi webkit2gtk)
-makedepends=(boost cmake gtest libdbi-drivers mariadb-libs postgresql-libs 
swig)
-optdepends=('gnucash-docs: documentation'
-'libdbi-drivers: open and save data into SQL database'
-'perl-date-manip: stock information lookups'
-'perl-finance-quote: stock information lookups')
-options=(!emptydirs)
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fc9ff34020cca560e5753d2b3bca2aab39d2adcf40836e18d0c935a7f7db2062')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Do not treat warnings as errors
-  sed -e 's|-Werror||g' -i CMakeLists.txt
-
-  cmake-DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DWITH_PYTHON=ON \
--DCOMPILE_GSCHEMAS=OFF
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check || : # 2 tests failed
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "$pkgdir/usr/bin/gnucash-valgrind"
-}

Copied: gnucash/repos/community-x86_64/PKGBUILD (from rev 1027240, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 22:39:58 UTC (rev 1027241)
@@ -0,0 +1,49 @@
+# Maintainer: Balló György 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=4.8
+pkgrel=1
+pkgdesc='Personal and small-business financial-accounting application'
+arch=(x86_64)
+url='https://gnucash.org/'
+license=(GPL)
+depends=(aqbanking gwenhywfar boost-libs guile libdbi webkit2gtk)
+makedepends=(boost cmake gtest libdbi-drivers mariadb-libs postgresql-libs 
swig)
+optdepends=('gnucash-docs: documentation'
+'libdbi-drivers: open and save data into SQL database'
+'perl-date-manip: stock information lookups'
+'perl-finance-quote: stock information lookups')
+options=(!emptydirs)
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('15b8e4ff8336168eba88ef2faade377e5c5ff08e48b4660da1a33a8a407feb12')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Do not treat warnings as errors
+  sed -e 's|-Werror||g' -i CMakeLists.txt
+
+  cmake-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_PYTHON=ON \
+-DCOMPILE_GSCHEMAS=OFF
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check || : # 2 tests failed
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f "$pkgdir/usr/bin/gnucash-valgrind"
+}



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

2021-10-03 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 3, 2021 @ 22:39:51
  Author: jlichtblau
Revision: 1027240

upgpkg: gnucash 4.8-1 - new upstream release

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 22:21:26 UTC (rev 1027239)
+++ PKGBUILD2021-10-03 22:39:51 UTC (rev 1027240)
@@ -4,7 +4,7 @@
 # Contributor: Mark Schneider 
 
 pkgname=gnucash
-pkgver=4.7
+pkgver=4.8
 pkgrel=1
 pkgdesc='Personal and small-business financial-accounting application'
 arch=(x86_64)
@@ -18,7 +18,7 @@
 'perl-finance-quote: stock information lookups')
 options=(!emptydirs)
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fc9ff34020cca560e5753d2b3bca2aab39d2adcf40836e18d0c935a7f7db2062')
+sha256sums=('15b8e4ff8336168eba88ef2faade377e5c5ff08e48b4660da1a33a8a407feb12')
 
 build() {
   cd $pkgname-$pkgver



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

2021-10-03 Thread Carsten Haitzler via arch-commits
Date: Sunday, October 3, 2021 @ 22:21:26
  Author: raster
Revision: 1027239

archrelease: copy trunk to community-x86_64

Added:
  terminology/repos/community-x86_64/PKGBUILD
(from rev 1027238, terminology/trunk/PKGBUILD)
Deleted:
  terminology/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 22:16:54 UTC (rev 1027238)
+++ PKGBUILD2021-10-03 22:21:26 UTC (rev 1027239)
@@ -1,34 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Maintainer: Carsten Haitzler 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('x86_64')
-url="https://www.enlightenment.org/about-terminology";
-license=('BSD')
-depends=('efl')
-makedepends=('meson')
-source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('5faf658a8656df753a93a3147c0d35f5c77549f1954b48dc1f5a4b36253bb346')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  meson builddir --prefix=/usr
-  ninja -C builddir
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  DESTDIR="${pkgdir}" ninja -C builddir install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: terminology/repos/community-x86_64/PKGBUILD (from rev 1027238, 
terminology/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 22:21:26 UTC (rev 1027239)
@@ -0,0 +1,34 @@
+# Maintainer: Ronald van Haren 
+# Maintainer: Carsten Haitzler 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="EFL based terminal emulator"
+arch=('x86_64')
+url="https://www.enlightenment.org/about-terminology";
+license=('BSD')
+depends=('efl')
+makedepends=('meson')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('5faf658a8656df753a93a3147c0d35f5c77549f1954b48dc1f5a4b36253bb346')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  meson builddir --prefix=/usr
+  ninja -C builddir
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  DESTDIR="${pkgdir}" ninja -C builddir install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2021-10-03 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 3, 2021 @ 22:16:54
  Author: jlichtblau
Revision: 1027238

archrelease: copy trunk to community-any

Added:
  gnucash-docs/repos/community-any/PKGBUILD
(from rev 1027237, gnucash-docs/trunk/PKGBUILD)
Deleted:
  gnucash-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 22:16:48 UTC (rev 1027237)
+++ PKGBUILD2021-10-03 22:16:54 UTC (rev 1027238)
@@ -1,35 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Juergen Hoetzel 
-
-pkgname=gnucash-docs
-pkgver=4.7
-pkgrel=1
-pkgdesc='Documentation for GnuCash'
-arch=('any')
-url='https://gnucash.org/docs.phtml'
-license=('FDL')
-depends=('yelp')
-makedepends=('cmake')
-source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
-sha256sums=('33fc05c9220247636c22bcd12227b95420a4991b9fdd9027e2fc29b16f58b03b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  mkdir build
-}
-
-
-build() {
-  cd $pkgname-$pkgver/build
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
-..
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnucash-docs/repos/community-any/PKGBUILD (from rev 1027237, 
gnucash-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 22:16:54 UTC (rev 1027238)
@@ -0,0 +1,35 @@
+# Maintainer: Balló György 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Juergen Hoetzel 
+
+pkgname=gnucash-docs
+pkgver=4.8
+pkgrel=1
+pkgdesc='Documentation for GnuCash'
+arch=('any')
+url='https://gnucash.org/docs.phtml'
+license=('FDL')
+depends=('yelp')
+makedepends=('cmake')
+source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
+sha256sums=('988011168a3ab2c3601a5af75f5caad89fb18a4e880311f3538b8fc7c9a068d3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  mkdir build
+}
+
+
+build() {
+  cd $pkgname-$pkgver/build
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+  make DESTDIR="${pkgdir}" install
+}



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

2021-10-03 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 3, 2021 @ 22:16:48
  Author: jlichtblau
Revision: 1027237

upgpkg: gnucash-docs 4.8-1 - new upstream release

Modified:
  gnucash-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 22:06:06 UTC (rev 1027236)
+++ PKGBUILD2021-10-03 22:16:48 UTC (rev 1027237)
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=gnucash-docs
-pkgver=4.7
+pkgver=4.8
 pkgrel=1
 pkgdesc='Documentation for GnuCash'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('yelp')
 makedepends=('cmake')
 source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
-sha256sums=('33fc05c9220247636c22bcd12227b95420a4991b9fdd9027e2fc29b16f58b03b')
+sha256sums=('988011168a3ab2c3601a5af75f5caad89fb18a4e880311f3538b8fc7c9a068d3')
 
 prepare() {
   cd $pkgname-$pkgver



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

2021-10-03 Thread Carsten Haitzler via arch-commits
Date: Sunday, October 3, 2021 @ 22:06:06
  Author: raster
Revision: 1027236

update to 1.10 release

Modified:
  terminology/repos/community-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 22:03:46 UTC (rev 1027235)
+++ PKGBUILD2021-10-03 22:06:06 UTC (rev 1027236)
@@ -1,9 +1,10 @@
 # Maintainer: Ronald van Haren 
+# Maintainer: Carsten Haitzler 
 # Contributor: Doug Newgard 
 # Contributor: Paul Ezvan 
 
 pkgname=terminology
-pkgver=1.9.0
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="EFL based terminal emulator"
 arch=('x86_64')
@@ -12,7 +13,7 @@
 depends=('efl')
 makedepends=('meson')
 
source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('3f3bc327da5cc239d468570afed29a17e2fda3b1fee02b28f02ee7ed5141e46c')
+sha256sums=('5faf658a8656df753a93a3147c0d35f5c77549f1954b48dc1f5a4b36253bb346')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2021-10-03 Thread Carsten Haitzler via arch-commits
Date: Sunday, October 3, 2021 @ 22:03:46
  Author: raster
Revision: 1027235

update to new 1.10 release

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 21:39:48 UTC (rev 1027234)
+++ PKGBUILD2021-10-03 22:03:46 UTC (rev 1027235)
@@ -4,7 +4,7 @@
 # Contributor: Paul Ezvan 
 
 pkgname=terminology
-pkgver=1.9.0
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="EFL based terminal emulator"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('efl')
 makedepends=('meson')
 
source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('3f3bc327da5cc239d468570afed29a17e2fda3b1fee02b28f02ee7ed5141e46c')
+sha256sums=('5faf658a8656df753a93a3147c0d35f5c77549f1954b48dc1f5a4b36253bb346')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2021-10-03 Thread Morten Linderud via arch-commits
Date: Sunday, October 3, 2021 @ 21:39:48
  Author: foxboron
Revision: 1027234

archrelease: copy trunk to community-x86_64

Added:
  step-ca/repos/community-x86_64/PKGBUILD
(from rev 1027233, step-ca/trunk/PKGBUILD)
Deleted:
  step-ca/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 21:39:42 UTC (rev 1027233)
+++ PKGBUILD2021-10-03 21:39:48 UTC (rev 1027234)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=step-ca
-pkgver=0.17.3
-pkgrel=1
-pkgdesc="A private certificate authority (X.509 & SSH) & ACME server for 
secure automated certificate management, so you can use TLS everywhere & SSO 
for SSH."
-url="https://github.com/smallstep/certificates";
-arch=(x86_64)
-license=(Apache)
-depends=(glibc pcsclite)
-makedepends=(go)
-source=("$url/releases/download/v${pkgver}/step-ca_${pkgver}.tar.gz")
-sha512sums=('df17b7eb5b0c6e99cf924fe34b2c5d6b260c444ad5c9b02cc45a30650ea7de6eb8751de054cef6fdfb46eba8d44012aed4e49f94542fe25bde0aba359a426554')
-
-prepare(){
-  mkdir -p bin
-}
-
-build() {
-  BUILD_DATE="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" '+%Y-%m-%d 
%H:%M UTC')"
-  go build \
-  -trimpath \
-  -buildmode=pie \
-  -mod=readonly \
-  -modcacherw \
-  -ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X 
\"main.Version=${pkgver}\" -X \"main.BuildTime=${BUILD_DATE}\"" \
-  -o bin ./cmd/...
-}
-
-check() {
-  go test -v ./...
-}
-
-package() {
-  for bin in step-awskms-init  step-ca  step-cloudkms-init  step-yubikey-init; 
do
-install -Dm755 "bin/$bin" "$pkgdir/usr/bin/$bin"
-  done
-}

Copied: step-ca/repos/community-x86_64/PKGBUILD (from rev 1027233, 
step-ca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 21:39:48 UTC (rev 1027234)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud 
+
+pkgname=step-ca
+pkgver=0.17.4
+pkgrel=1
+pkgdesc="A private certificate authority (X.509 & SSH) & ACME server for 
secure automated certificate management, so you can use TLS everywhere & SSO 
for SSH."
+url="https://github.com/smallstep/certificates";
+arch=(x86_64)
+license=(Apache)
+depends=(glibc pcsclite)
+makedepends=(go)
+source=("$url/releases/download/v${pkgver}/step-ca_${pkgver}.tar.gz")
+sha512sums=('79d9de4d500adcb1848e28e01cc95fe5da62d3a362c071c48406ca88bcf5a1e8eaac5658a496c82f2bb8531728e0874de12863b2f72c6e19035ce75725c9e2ca')
+
+prepare(){
+  mkdir -p bin
+}
+
+build() {
+  BUILD_DATE="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" '+%Y-%m-%d 
%H:%M UTC')"
+  go build \
+  -trimpath \
+  -buildmode=pie \
+  -mod=readonly \
+  -modcacherw \
+  -ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X 
\"main.Version=${pkgver}\" -X \"main.BuildTime=${BUILD_DATE}\"" \
+  -o bin ./cmd/...
+}
+
+check() {
+  go test -v ./...
+}
+
+package() {
+  for bin in step-awskms-init  step-ca  step-cloudkms-init  step-yubikey-init; 
do
+install -Dm755 "bin/$bin" "$pkgdir/usr/bin/$bin"
+  done
+}



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

2021-10-03 Thread Morten Linderud via arch-commits
Date: Sunday, October 3, 2021 @ 21:39:42
  Author: foxboron
Revision: 1027233

upgpkg: step-ca 0.17.4-1

Modified:
  step-ca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 21:36:10 UTC (rev 1027232)
+++ PKGBUILD2021-10-03 21:39:42 UTC (rev 1027233)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=step-ca
-pkgver=0.17.3
+pkgver=0.17.4
 pkgrel=1
 pkgdesc="A private certificate authority (X.509 & SSH) & ACME server for 
secure automated certificate management, so you can use TLS everywhere & SSO 
for SSH."
 url="https://github.com/smallstep/certificates";
@@ -10,7 +10,7 @@
 depends=(glibc pcsclite)
 makedepends=(go)
 source=("$url/releases/download/v${pkgver}/step-ca_${pkgver}.tar.gz")
-sha512sums=('df17b7eb5b0c6e99cf924fe34b2c5d6b260c444ad5c9b02cc45a30650ea7de6eb8751de054cef6fdfb46eba8d44012aed4e49f94542fe25bde0aba359a426554')
+sha512sums=('79d9de4d500adcb1848e28e01cc95fe5da62d3a362c071c48406ca88bcf5a1e8eaac5658a496c82f2bb8531728e0874de12863b2f72c6e19035ce75725c9e2ca')
 
 prepare(){
   mkdir -p bin



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

2021-10-03 Thread Morten Linderud via arch-commits
Date: Sunday, October 3, 2021 @ 21:36:10
  Author: foxboron
Revision: 1027232

archrelease: copy trunk to community-x86_64

Added:
  containerd/repos/community-x86_64/PKGBUILD
(from rev 1027231, containerd/trunk/PKGBUILD)
Deleted:
  containerd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 21:36:04 UTC (rev 1027231)
+++ PKGBUILD2021-10-03 21:36:10 UTC (rev 1027232)
@@ -1,44 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Sébastien "Seblu" Luttringer
-# Contributor: Iwan Timmer 
-
-pkgname=containerd
-pkgver=1.5.5
-pkgrel=1
-pkgdesc='An open and reliable container runtime'
-url='https://containerd.io/'
-depends=('runc')
-makedepends=('go' 'git' 'btrfs-progs' 'libseccomp' 'containers-common' 
'go-md2man')
-provides=('container-runtime')
-arch=('x86_64')
-license=("Apache")
-source=("git+https://github.com/containerd/containerd.git#tag=v${pkgver}?signed";)
-validpgpkeys=("8C7A111C21105794B0E8A27BF58C5D0A4405ACDB") # Derek McGowan
-sha256sums=('SKIP')
-
-prepare() {
-  # fix paths in service
-  sed -i 's,/sbin,/usr/bin,;s,/usr/local,/usr,' $pkgname/containerd.service
-}
-
-build() {
-  cd "${pkgname}" 
-  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
-  make VERSION=v$pkgver GO_BUILD_FLAGS="-trimpath -mod=readonly -modcacherw" 
GO_GCFLAGS="" EXTRA_LDFLAGS="-buildid="
-  make VERSION=v$pkgver man
-}
-
-check() {
-  cd "${pkgname}" 
-  # Ugly, but they are trying to do priviledged operations during testing
-  GOFLAGS="-trimpath" make test || true
-}
-
-package() {
-  cd "${pkgname}" 
-  make DESTDIR="$pkgdir/usr" install
-  install -Dm644 containerd.service 
"$pkgdir"/usr/lib/systemd/system/containerd.service
-  install -Dm644 man/*.8 -t "$pkgdir/usr/share/man/man8"
-  install -Dm644 man/*.5 -t "$pkgdir/usr/share/man/man5"
-}

Copied: containerd/repos/community-x86_64/PKGBUILD (from rev 1027231, 
containerd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 21:36:10 UTC (rev 1027232)
@@ -0,0 +1,44 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Sébastien "Seblu" Luttringer
+# Contributor: Iwan Timmer 
+
+pkgname=containerd
+pkgver=1.5.6
+pkgrel=1
+pkgdesc='An open and reliable container runtime'
+url='https://containerd.io/'
+depends=('runc')
+makedepends=('go' 'git' 'btrfs-progs' 'libseccomp' 'containers-common' 
'go-md2man')
+provides=('container-runtime')
+arch=('x86_64')
+license=("Apache")
+source=("git+https://github.com/containerd/containerd.git#tag=v${pkgver}?signed";)
+validpgpkeys=("8C7A111C21105794B0E8A27BF58C5D0A4405ACDB") # Derek McGowan
+sha256sums=('SKIP')
+
+prepare() {
+  # fix paths in service
+  sed -i 's,/sbin,/usr/bin,;s,/usr/local,/usr,' $pkgname/containerd.service
+}
+
+build() {
+  cd "${pkgname}" 
+  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
+  make VERSION=v$pkgver GO_BUILD_FLAGS="-trimpath -mod=readonly -modcacherw" 
GO_GCFLAGS="" EXTRA_LDFLAGS="-buildid="
+  make VERSION=v$pkgver man
+}
+
+check() {
+  cd "${pkgname}" 
+  # Ugly, but they are trying to do priviledged operations during testing
+  GOFLAGS="-trimpath" make test || true
+}
+
+package() {
+  cd "${pkgname}" 
+  make DESTDIR="$pkgdir/usr" install
+  install -Dm644 containerd.service 
"$pkgdir"/usr/lib/systemd/system/containerd.service
+  install -Dm644 man/*.8 -t "$pkgdir/usr/share/man/man8"
+  install -Dm644 man/*.5 -t "$pkgdir/usr/share/man/man5"
+}



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

2021-10-03 Thread Morten Linderud via arch-commits
Date: Sunday, October 3, 2021 @ 21:36:04
  Author: foxboron
Revision: 1027231

upgpkg: containerd 1.5.6-1

Modified:
  containerd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 21:31:52 UTC (rev 1027230)
+++ PKGBUILD2021-10-03 21:36:04 UTC (rev 1027231)
@@ -4,7 +4,7 @@
 # Contributor: Iwan Timmer 
 
 pkgname=containerd
-pkgver=1.5.5
+pkgver=1.5.6
 pkgrel=1
 pkgdesc='An open and reliable container runtime'
 url='https://containerd.io/'



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

2021-10-03 Thread Morten Linderud via arch-commits
Date: Sunday, October 3, 2021 @ 21:31:52
  Author: foxboron
Revision: 1027230

archrelease: copy trunk to community-any

Added:
  pdfjs/repos/community-any/PKGBUILD
(from rev 1027229, pdfjs/trunk/PKGBUILD)
Deleted:
  pdfjs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 21:31:46 UTC (rev 1027229)
+++ PKGBUILD2021-10-03 21:31:52 UTC (rev 1027230)
@@ -1,19 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=pdfjs
-pkgver=2.10.377
-pkgrel=1
-pkgdesc="PDF reader in javascript"
-arch=('any')
-url="https://mozilla.github.io/pdf.js/";
-license=('Apache')
-source=("https://github.com/mozilla/pdf.js/releases/download/v${pkgver}/pdfjs-${pkgver}-dist.zip";)
-sha256sums=('c74b010aa0e646a279299cb1a8939d0e8460d6e760ef090b349e97c084def077')
-
-package() {
-  mkdir -p "$pkgdir/usr/share/pdf.js"
-  cp -R "$srcdir"/{LICENSE,build,web} "$pkgdir/usr/share/pdf.js"
-  find "$pkgdir" -type f -exec chmod 644 {} \;  
-}

Copied: pdfjs/repos/community-any/PKGBUILD (from rev 1027229, 
pdfjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 21:31:52 UTC (rev 1027230)
@@ -0,0 +1,19 @@
+# Maintainer: Morten Linderud 
+# Contributor: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=pdfjs
+pkgver=2.11.338
+pkgrel=1
+pkgdesc="PDF reader in javascript"
+arch=('any')
+url="https://mozilla.github.io/pdf.js/";
+license=('Apache')
+source=("https://github.com/mozilla/pdf.js/releases/download/v${pkgver}/pdfjs-${pkgver}-dist.zip";)
+sha256sums=('0bb254d6aa0c7242720a5ae0ddf165ba95dcd0636d8feb718c0a26310038285e')
+
+package() {
+  mkdir -p "$pkgdir/usr/share/pdf.js"
+  cp -R "$srcdir"/{LICENSE,build,web} "$pkgdir/usr/share/pdf.js"
+  find "$pkgdir" -type f -exec chmod 644 {} \;  
+}



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

2021-10-03 Thread Morten Linderud via arch-commits
Date: Sunday, October 3, 2021 @ 21:31:46
  Author: foxboron
Revision: 1027229

upgpkg: pdfjs 2.11.338-1

Modified:
  pdfjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 21:30:45 UTC (rev 1027228)
+++ PKGBUILD2021-10-03 21:31:46 UTC (rev 1027229)
@@ -3,7 +3,7 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=pdfjs
-pkgver=2.10.377
+pkgver=2.11.338
 pkgrel=1
 pkgdesc="PDF reader in javascript"
 arch=('any')
@@ -10,7 +10,7 @@
 url="https://mozilla.github.io/pdf.js/";
 license=('Apache')
 
source=("https://github.com/mozilla/pdf.js/releases/download/v${pkgver}/pdfjs-${pkgver}-dist.zip";)
-sha256sums=('c74b010aa0e646a279299cb1a8939d0e8460d6e760ef090b349e97c084def077')
+sha256sums=('0bb254d6aa0c7242720a5ae0ddf165ba95dcd0636d8feb718c0a26310038285e')
 
 package() {
   mkdir -p "$pkgdir/usr/share/pdf.js"



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

2021-10-03 Thread Morten Linderud via arch-commits
Date: Sunday, October 3, 2021 @ 21:30:45
  Author: foxboron
Revision: 1027228

archrelease: copy trunk to community-x86_64

Added:
  go-tools/repos/community-x86_64/PKGBUILD
(from rev 1027227, go-tools/trunk/PKGBUILD)
Deleted:
  go-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 21:30:39 UTC (rev 1027227)
+++ PKGBUILD2021-10-03 21:30:45 UTC (rev 1027228)
@@ -1,51 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=go-tools
-epoch=4
-pkgver=0.1.6
-pkgrel=1
-pkgdesc='Developer tools for the Go programming language'
-arch=(x86_64)
-url='https://golang.org/'
-license=(BSD)
-depends=(glibc)
-makedepends=(git go)
-_commit=2758b0478a86793b078ec87125f9c307198fe321
-source=(go-tools::git+https://go.googlesource.com/tools#commit=$_commit)
-md5sums=('SKIP')
-
-_tools=(benchcmp callgraph compilebench cover digraph eg fiximports
-go-contrib-init godex godoc goimports gomvpkg gorename gotype 
-goyacc guru html2article present ssadump stringer toolstash)
-
-prepare() {
-cd go-tools
-mkdir -p bin/
-}
-
-build() {
-  cd go-tools
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-  go build -o bin/ ./cmd/...
-}
-
-check() {
-  cd go-tools
-  # Needs to be updated and godoc is failing the test suite
-  # See https://github.com/golang/go/issues/35690
-  go test ./cmd/...  || true
-}
-
-package() {
-  cd go-tools
-  for tool in ${_tools[@]}; do
-install -Dm755 bin/$tool "$pkgdir/usr/bin/$tool"
-  done
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: go-tools/repos/community-x86_64/PKGBUILD (from rev 1027227, 
go-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 21:30:45 UTC (rev 1027228)
@@ -0,0 +1,51 @@
+# Maintainer: Morten Linderud 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=go-tools
+epoch=4
+pkgver=0.1.7
+pkgrel=1
+pkgdesc='Developer tools for the Go programming language'
+arch=(x86_64)
+url='https://golang.org/'
+license=(BSD)
+depends=(glibc)
+makedepends=(git go)
+_commit=0df0ca0f43117120bd7cc900ebf765f9b799438a
+source=(go-tools::git+https://go.googlesource.com/tools#commit=$_commit)
+md5sums=('SKIP')
+
+_tools=(benchcmp callgraph compilebench cover digraph eg fiximports
+go-contrib-init godex godoc goimports gomvpkg gorename gotype 
+goyacc guru html2article present ssadump stringer toolstash)
+
+prepare() {
+cd go-tools
+mkdir -p bin/
+}
+
+build() {
+  cd go-tools
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+  go build -o bin/ ./cmd/...
+}
+
+check() {
+  cd go-tools
+  # Needs to be updated and godoc is failing the test suite
+  # See https://github.com/golang/go/issues/35690
+  go test ./cmd/...  || true
+}
+
+package() {
+  cd go-tools
+  for tool in ${_tools[@]}; do
+install -Dm755 bin/$tool "$pkgdir/usr/bin/$tool"
+  done
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-10-03 Thread Morten Linderud via arch-commits
Date: Sunday, October 3, 2021 @ 21:30:39
  Author: foxboron
Revision: 1027227

upgpkg: go-tools 4:0.1.7-1

Modified:
  go-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 20:42:37 UTC (rev 1027226)
+++ PKGBUILD2021-10-03 21:30:39 UTC (rev 1027227)
@@ -1,9 +1,9 @@
-# Maintainer: Bartłomiej Piotrowski 
 # Maintainer: Morten Linderud 
+# Contributor: Bartłomiej Piotrowski 
 
 pkgname=go-tools
 epoch=4
-pkgver=0.1.6
+pkgver=0.1.7
 pkgrel=1
 pkgdesc='Developer tools for the Go programming language'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(BSD)
 depends=(glibc)
 makedepends=(git go)
-_commit=2758b0478a86793b078ec87125f9c307198fe321
+_commit=0df0ca0f43117120bd7cc900ebf765f9b799438a
 source=(go-tools::git+https://go.googlesource.com/tools#commit=$_commit)
 md5sums=('SKIP')
 



[arch-commits] Commit in sad/repos/community-x86_64 (Cargo.lock PKGBUILD PKGBUILD)

2021-10-03 Thread George Rawlinson via arch-commits
Date: Sunday, October 3, 2021 @ 20:42:37
  Author: grawlinson
Revision: 1027226

archrelease: copy trunk to community-x86_64

Added:
  sad/repos/community-x86_64/PKGBUILD
(from rev 1027225, sad/trunk/PKGBUILD)
Deleted:
  sad/repos/community-x86_64/Cargo.lock
  sad/repos/community-x86_64/PKGBUILD

+
 Cargo.lock |  667 ---
 PKGBUILD   |  109 -
 2 files changed, 54 insertions(+), 722 deletions(-)

Deleted: Cargo.lock
===
--- Cargo.lock  2021-10-03 20:41:28 UTC (rev 1027225)
+++ Cargo.lock  2021-10-03 20:42:37 UTC (rev 1027226)
@@ -1,667 +0,0 @@
-# This file is automatically @generated by Cargo.
-# It is not intended for manual editing.
-version = 3
-
-[[package]]
-name = "aho-corasick"
-version = "0.7.18"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
-dependencies = [
- "memchr",
-]
-
-[[package]]
-name = "ansi_term"
-version = "0.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
-dependencies = [
- "winapi",
-]
-
-[[package]]
-name = "ansi_term"
-version = "0.12.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
-dependencies = [
- "winapi",
-]
-
-[[package]]
-name = "async-channel"
-version = "1.6.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
-dependencies = [
- "concurrent-queue",
- "event-listener",
- "futures-core",
-]
-
-[[package]]
-name = "atty"
-version = "0.2.14"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
-dependencies = [
- "hermit-abi",
- "libc",
- "winapi",
-]
-
-[[package]]
-name = "autocfg"
-version = "1.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
-
-[[package]]
-name = "bitflags"
-version = "1.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
-
-[[package]]
-name = "bytes"
-version = "1.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
-
-[[package]]
-name = "cache-padded"
-version = "1.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
-
-[[package]]
-name = "cfg-if"
-version = "1.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
-
-[[package]]
-name = "clap"
-version = "2.33.3"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
-dependencies = [
- "ansi_term 0.11.0",
- "atty",
- "bitflags",
- "strsim",
- "textwrap",
- "unicode-width",
- "vec_map",
-]
-
-[[package]]
-name = "concurrent-queue"
-version = "1.2.2"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
-dependencies = [
- "cache-padded",
-]
-
-[[package]]
-name = "difflib"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
-
-[[package]]
-name = "either"
-version = "1.6.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
-
-[[package]]
-name = "event-listener"
-version = "2.5.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
-
-[[package]]
-name = "futures"
-version = "0.3.16"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b"
-dependencies = [
- "futures-channel",
- "futures-core",
- "futures-executor",
- "futures-io",
- "futures-sink",
- "futures-task",
- "futures-util",
-]
-
-[[package]]
-name = "futures-channel"
-version = "0.3.16"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9"
-dependencies = [
- "futures-core",
- "futures-sink",
-]
-
-[[package]]
-name = "futures-core"
-version = "0.3.16"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "af51b1b4a7fdff033703db39de8802c673eb918

[arch-commits] Commit in sad/trunk (Cargo.lock PKGBUILD)

2021-10-03 Thread George Rawlinson via arch-commits
Date: Sunday, October 3, 2021 @ 20:41:28
  Author: grawlinson
Revision: 1027225

upgpkg: sad 0.4.17-1

* New upstream release.
* Remove unnecessary lockfile from a previous release.

Modified:
  sad/trunk/PKGBUILD
Deleted:
  sad/trunk/Cargo.lock

+
 Cargo.lock |  667 ---
 PKGBUILD   |9 
 2 files changed, 4 insertions(+), 672 deletions(-)

Deleted: Cargo.lock
===
--- Cargo.lock  2021-10-03 20:10:16 UTC (rev 1027224)
+++ Cargo.lock  2021-10-03 20:41:28 UTC (rev 1027225)
@@ -1,667 +0,0 @@
-# This file is automatically @generated by Cargo.
-# It is not intended for manual editing.
-version = 3
-
-[[package]]
-name = "aho-corasick"
-version = "0.7.18"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
-dependencies = [
- "memchr",
-]
-
-[[package]]
-name = "ansi_term"
-version = "0.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
-dependencies = [
- "winapi",
-]
-
-[[package]]
-name = "ansi_term"
-version = "0.12.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
-dependencies = [
- "winapi",
-]
-
-[[package]]
-name = "async-channel"
-version = "1.6.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
-dependencies = [
- "concurrent-queue",
- "event-listener",
- "futures-core",
-]
-
-[[package]]
-name = "atty"
-version = "0.2.14"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
-dependencies = [
- "hermit-abi",
- "libc",
- "winapi",
-]
-
-[[package]]
-name = "autocfg"
-version = "1.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
-
-[[package]]
-name = "bitflags"
-version = "1.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
-
-[[package]]
-name = "bytes"
-version = "1.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
-
-[[package]]
-name = "cache-padded"
-version = "1.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
-
-[[package]]
-name = "cfg-if"
-version = "1.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
-
-[[package]]
-name = "clap"
-version = "2.33.3"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
-dependencies = [
- "ansi_term 0.11.0",
- "atty",
- "bitflags",
- "strsim",
- "textwrap",
- "unicode-width",
- "vec_map",
-]
-
-[[package]]
-name = "concurrent-queue"
-version = "1.2.2"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
-dependencies = [
- "cache-padded",
-]
-
-[[package]]
-name = "difflib"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
-
-[[package]]
-name = "either"
-version = "1.6.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
-
-[[package]]
-name = "event-listener"
-version = "2.5.1"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
-
-[[package]]
-name = "futures"
-version = "0.3.16"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b"
-dependencies = [
- "futures-channel",
- "futures-core",
- "futures-executor",
- "futures-io",
- "futures-sink",
- "futures-task",
- "futures-util",
-]
-
-[[package]]
-name = "futures-channel"
-version = "0.3.16"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9"
-dependencies = [
- "futures-core",
- "futures-sink",
-]
-
-[[package]]
-name = "futures-core"
-version = "0.3.16"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99"
-
-[[package]]
-name = "futures-execut

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

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 20:09:18
  Author: jelle
Revision: 1027223

archrelease: copy trunk to community-x86_64

Added:
  leptonica/repos/community-x86_64/PKGBUILD
(from rev 1027222, leptonica/trunk/PKGBUILD)
Deleted:
  leptonica/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 20:09:13 UTC (rev 1027222)
+++ PKGBUILD2021-10-03 20:09:18 UTC (rev 1027223)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christoph Drexler 
-
-pkgname=leptonica
-pkgver=1.81.1
-pkgrel=1
-pkgdesc="Software that is broadly useful for image processing and image 
analysis applications"
-arch=('x86_64')
-url="http://www.leptonica.com/";
-license=('custom')
-depends=('giflib' 'libjpeg-turbo' 'libpng' 'libtiff' 'zlib' 'libwebp')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/DanBloomberg/leptonica/archive/$pkgver.tar.gz";)
-sha256sums=('e9dd2100194843a20bbb980ad8b94610558d47f623861bc80ac967f2d2ecb879')
-
-prepare() {
-  cd "$srcdir"/leptonica-${pkgver}
-  ./autogen.sh
-}
-
-build() {
-  cd "$srcdir"/leptonica-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/leptonica-${pkgver}
-  make DESTDIR="$pkgdir" install
-  install -D leptonica-license.txt 
"$pkgdir"/usr/share/licenses/leptonica/leptonica-license.txt
-}

Copied: leptonica/repos/community-x86_64/PKGBUILD (from rev 1027222, 
leptonica/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 20:09:18 UTC (rev 1027223)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christoph Drexler 
+
+pkgname=leptonica
+pkgver=1.82.0
+pkgrel=1
+pkgdesc="Software that is broadly useful for image processing and image 
analysis applications"
+arch=('x86_64')
+url="http://www.leptonica.com/";
+license=('custom')
+depends=('giflib' 'libjpeg-turbo' 'libpng' 'libtiff' 'zlib' 'libwebp')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/DanBloomberg/leptonica/archive/$pkgver.tar.gz";)
+sha256sums=('40fa9ac1e815b91e0fa73f0737e60c9eec433a95fa123f95f2573dd3127dd669')
+
+prepare() {
+  cd "$srcdir"/leptonica-${pkgver}
+  ./autogen.sh
+}
+
+build() {
+  cd "$srcdir"/leptonica-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/leptonica-${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -D leptonica-license.txt 
"$pkgdir"/usr/share/licenses/leptonica/leptonica-license.txt
+}



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

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 20:09:13
  Author: jelle
Revision: 1027222

upgpkg: leptonica 1.82.0-1

Modified:
  leptonica/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 20:03:14 UTC (rev 1027221)
+++ PKGBUILD2021-10-03 20:09:13 UTC (rev 1027222)
@@ -2,7 +2,7 @@
 # Maintainer: Christoph Drexler 
 
 pkgname=leptonica
-pkgver=1.81.1
+pkgver=1.82.0
 pkgrel=1
 pkgdesc="Software that is broadly useful for image processing and image 
analysis applications"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('giflib' 'libjpeg-turbo' 'libpng' 'libtiff' 'zlib' 'libwebp')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/DanBloomberg/leptonica/archive/$pkgver.tar.gz";)
-sha256sums=('e9dd2100194843a20bbb980ad8b94610558d47f623861bc80ac967f2d2ecb879')
+sha256sums=('40fa9ac1e815b91e0fa73f0737e60c9eec433a95fa123f95f2573dd3127dd669')
 
 prepare() {
   cd "$srcdir"/leptonica-${pkgver}



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

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 20:03:14
  Author: jelle
Revision: 1027221

archrelease: copy trunk to community-x86_64

Added:
  cppcheck/repos/community-x86_64/PKGBUILD
(from rev 1027220, cppcheck/trunk/PKGBUILD)
  cppcheck/repos/community-x86_64/translations-location.patch
(from rev 1027220, cppcheck/trunk/translations-location.patch)
Deleted:
  cppcheck/repos/community-x86_64/PKGBUILD
  cppcheck/repos/community-x86_64/translations-location.patch

-+
 PKGBUILD|  140 +-
 translations-location.patch |   40 ++--
 2 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 20:03:09 UTC (rev 1027220)
+++ PKGBUILD2021-10-03 20:03:14 UTC (rev 1027221)
@@ -1,70 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=2.5
-pkgrel=1
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('x86_64')
-url="http://cppcheck.sourceforge.net/";
-license=('GPL')
-depends=('python-pygments' 'tinyxml2')
-makedepends=('docbook-xsl' 'qt5-tools' 'qt5-base' 'python' 'pandoc' 'cmake' 
'clang')
-optdepends=('qt5-tools: run cppcheck-gui'
-'python-pygments: cppcheck-htmlreport'
-'clang: for cppcheck-gui integration')
-source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz
-translations-location.patch
-https://github.com/danmar/cppcheck/commit/8d682884.patch)
-sha1sums=('ee95fc119b271f2506c0302169e7c7fcace89aa3'
-  '03b0888438cf92ccdcbf307dbc3c35e65c91b844'
-  'f554bc1f0d9966e232ff13b2929d7a5851009278')
-
-prepare() {
-   cd "${pkgname}-${pkgver}"
-   patch -Np1 -i $srcdir/translations-location.patch
-   patch -p1 < ../8d682884.patch # Fix build with GCC 11
-
-   mkdir build
-}
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   export CXXFLAGS+=" -DNDEBUG"
-
-   # Manuals
-   xsversion=$(pacman -Qi docbook-xsl | grep ^Version | sed -e 's/.*: //' -e 
's/-[0-9]$//')
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-${xsversion}-nons/manpages/docbook.xsl
 man
-   pandoc man/manual.md -o man/manual.html -s --number-sections --toc
-   pandoc man/reference-cfg-format.md -o man/reference-cfg-format.html -s 
--number-sections --toc
-
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \
- -DUSE_MATCHCOMPILER=yes -DHAVE_RULES=yes \
- -DBUILD_GUI=yes -DBUILD_SHARED_LIBS:BOOL=OFF \
- -DBUILD_TESTS=yes -DFILESDIR=/usr/share/cppcheck \
- -DUSE_BUNDLED_TINYXML2=OFF  \
- ..
-
-   make
-}
-
-
-check() {
-   cd "${pkgname}-${pkgver}/build/bin"
-   ./testrunner -g -q
-}
-
-package() {
-   cd "${pkgname}-${pkgver}/build"
-   make DESTDIR="${pkgdir}" install
-
-   cd ..
-
-   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-   install -D -p -m 755 htmlreport/cppcheck-htmlreport 
"${pkgdir}"/usr/bin/cppcheck-htmlreport
-
-   # Fix location of language files
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
-   mv "${pkgdir}"/usr/bin/cppcheck_*.qm 
"${pkgdir}"/usr/share/cppcheck/cfg/lang/
-}

Copied: cppcheck/repos/community-x86_64/PKGBUILD (from rev 1027220, 
cppcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 20:03:14 UTC (rev 1027221)
@@ -0,0 +1,70 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Stéphane Gaudreault 
+
+pkgname=cppcheck
+pkgver=2.6
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('x86_64')
+url="http://cppcheck.sourceforge.net/";
+license=('GPL')
+depends=('python-pygments' 'tinyxml2')
+makedepends=('docbook-xsl' 'qt5-tools' 'qt5-base' 'python' 'pandoc' 'cmake' 
'clang')
+optdepends=('qt5-tools: run cppcheck-gui'
+'python-pygments: cppcheck-htmlreport'
+'clang: for cppcheck-gui integration')
+source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz
+translations-location.patch
+https://github.com/danmar/cppcheck/commit/8d682884.patch)
+sha1sums=('bf7808d527f9f3543d301c6b0b31d308bf97dfa2'
+  '03b0888438cf92ccdcbf307dbc3c35e65c91b844'
+  'f554bc1f0d9966e232ff13b2929d7a5851009278')
+
+prepare() {
+   cd "${pkgname}-${pkgver}"
+   patch -Np1 -i $srcdir/translations-location.patch
+   patch -p1 < ../8d682884.patch # Fix build with GCC 11
+
+   mkdir build
+}
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   export CXXFLAGS+=" -DNDEBUG"
+
+   # Manuals
+   xsversion=$(pacman -Qi docbook-xsl | grep ^Version | sed -e 's/.*: //' -e 
's/-[0-9]$//')
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-${xsversion}-nons/manpages/docbook.xsl
 man
+   pandoc man/manual.md -o man/manual.html -s --number-sections --toc
+   pandoc man/reference-cfg-format.md -o man/reference

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

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 20:03:09
  Author: jelle
Revision: 1027220

upgpkg: cppcheck 2.6-1

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 19:55:16 UTC (rev 1027219)
+++ PKGBUILD2021-10-03 20:03:09 UTC (rev 1027220)
@@ -2,7 +2,7 @@
 # Contributor: Stéphane Gaudreault 
 
 pkgname=cppcheck
-pkgver=2.5
+pkgver=2.6
 pkgrel=1
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz
 translations-location.patch
 https://github.com/danmar/cppcheck/commit/8d682884.patch)
-sha1sums=('ee95fc119b271f2506c0302169e7c7fcace89aa3'
+sha1sums=('bf7808d527f9f3543d301c6b0b31d308bf97dfa2'
   '03b0888438cf92ccdcbf307dbc3c35e65c91b844'
   'f554bc1f0d9966e232ff13b2929d7a5851009278')
 



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

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 19:55:16
  Author: jelle
Revision: 1027219

archrelease: copy trunk to community-x86_64

Added:
  geckodriver/repos/community-x86_64/PKGBUILD
(from rev 1027218, geckodriver/trunk/PKGBUILD)
Deleted:
  geckodriver/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 19:55:12 UTC (rev 1027218)
+++ PKGBUILD2021-10-03 19:55:16 UTC (rev 1027219)
@@ -1,25 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: kevku 
-
-pkgname=geckodriver
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="Proxy for using W3C WebDriver-compatible clients to interact with 
Gecko-based browsers."
-arch=("x86_64")
-url="https://github.com/mozilla/geckodriver";
-license=("MPL")
-makedepends=("rust" "cargo" "gcc-libs")
-source=($pkgname-$pkgver.tar.gz::https://github.com/mozilla/geckodriver/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('d2f0868afacc46dccc021e3cdd54c37def1f84d0e64e6f251b27f3d232e48426')
-validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --bin geckodriver --release
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 target/release/$pkgname "$pkgdir"/usr/bin/$pkgname
-  ln -sf /usr/bin/$pkgname "$pkgdir"/usr/bin/wires
-}

Copied: geckodriver/repos/community-x86_64/PKGBUILD (from rev 1027218, 
geckodriver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 19:55:16 UTC (rev 1027219)
@@ -0,0 +1,25 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: kevku 
+
+pkgname=geckodriver
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="Proxy for using W3C WebDriver-compatible clients to interact with 
Gecko-based browsers."
+arch=("x86_64")
+url="https://github.com/mozilla/geckodriver";
+license=("MPL")
+makedepends=("rust" "cargo" "gcc-libs")
+source=($pkgname-$pkgver.tar.gz::https://github.com/mozilla/geckodriver/archive/refs/tags/v${pkgver}.tar.gz)
+sha256sums=('b1aad89380af352eaf09f6ca6835065244691c24fc501f8fe49eb64eb0213859')
+validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --bin geckodriver --release
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 target/release/$pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -sf /usr/bin/$pkgname "$pkgdir"/usr/bin/wires
+}



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

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 19:55:12
  Author: jelle
Revision: 1027218

upgpkg: geckodriver 0.30.0-1

Modified:
  geckodriver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 19:00:46 UTC (rev 1027217)
+++ PKGBUILD2021-10-03 19:55:12 UTC (rev 1027218)
@@ -2,7 +2,7 @@
 # Contributor: kevku 
 
 pkgname=geckodriver
-pkgver=0.29.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="Proxy for using W3C WebDriver-compatible clients to interact with 
Gecko-based browsers."
 arch=("x86_64")
@@ -10,7 +10,7 @@
 license=("MPL")
 makedepends=("rust" "cargo" "gcc-libs")
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mozilla/geckodriver/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('d2f0868afacc46dccc021e3cdd54c37def1f84d0e64e6f251b27f3d232e48426')
+sha256sums=('b1aad89380af352eaf09f6ca6835065244691c24fc501f8fe49eb64eb0213859')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
 
 build() {



[arch-commits] Commit in nginx-prometheus-exporter/repos/extra-x86_64 (6 files)

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 19:50:16
  Author: jelle
Revision: 425060

archrelease: copy trunk to extra-x86_64

Added:
  nginx-prometheus-exporter/repos/extra-x86_64/PKGBUILD
(from rev 425059, nginx-prometheus-exporter/trunk/PKGBUILD)
  nginx-prometheus-exporter/repos/extra-x86_64/nginx-prometheus-exporter.conf
(from rev 425059, 
nginx-prometheus-exporter/trunk/nginx-prometheus-exporter.conf)
  nginx-prometheus-exporter/repos/extra-x86_64/nginx-prometheus-exporter.service
(from rev 425059, 
nginx-prometheus-exporter/trunk/nginx-prometheus-exporter.service)
Deleted:
  nginx-prometheus-exporter/repos/extra-x86_64/PKGBUILD
  nginx-prometheus-exporter/repos/extra-x86_64/nginx-prometheus-exporter.conf
  nginx-prometheus-exporter/repos/extra-x86_64/nginx-prometheus-exporter.service

---+
 PKGBUILD  |   84 ++--
 nginx-prometheus-exporter.conf|2 
 nginx-prometheus-exporter.service |   54 +++
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 19:50:09 UTC (rev 425059)
+++ PKGBUILD2021-10-03 19:50:16 UTC (rev 425060)
@@ -1,42 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=nginx-prometheus-exporter
-pkgdesc='NGINX Prometheus Exporter for NGINX and NGINX Plus'
-pkgver=0.8.0
-pkgrel=1
-arch=(x86_64)
-license=('Apache')
-url="https://github.com/nginxinc/nginx-prometheus-exporter";
-depends=(glibc)
-makedepends=(go)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nginxinc/nginx-prometheus-exporter/archive/v${pkgver}.tar.gz
-nginx-prometheus-exporter.service
-nginx-prometheus-exporter.conf)
-sha512sums=('ee49cfc06606494812a9f5218fe16d53dc3edfa6fc67a83f177bb64fceada08215e84dd6cc4b959d741b84a9c09dc029171a204fdfc36a440113f398d933b849'
-
'd29541b1afe15bfe90ac9d54f0771ade4c8cd9d4291d0a9b1e9ffb4f38f1ae3739bef79a0120ca7c79ea5b580d224b09e9ca7645c92d8c4bc991532759249bb5'
-
'843d6903c8da8356cef0c53722c176f5ed12d140a2888f3f3cf5dedaf6437fdc3c0a527ba6635bd949b28a64af98221aeb5caa13edb12b05a712c6e2aadddf77')
-
-build() {
-  cd "$pkgname-$pkgver"
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"  -X 
main.version=${pkgver} -X main.gitCommit=${pkgver}" \
-.
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  go test ./... 
-}
-
-package() {
-  install -Dm644 nginx-prometheus-exporter.service 
"$pkgdir"/usr/lib/systemd/system/nginx-prometheus-exporter.service
-  install -Dm644 nginx-prometheus-exporter.conf 
"${pkgdir}"/etc/conf.d/nginx-prometheus-exporter
-
-  cd "$pkgname-$pkgver"
-  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
-
-}

Copied: nginx-prometheus-exporter/repos/extra-x86_64/PKGBUILD (from rev 425059, 
nginx-prometheus-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 19:50:16 UTC (rev 425060)
@@ -0,0 +1,42 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=nginx-prometheus-exporter
+pkgdesc='NGINX Prometheus Exporter for NGINX and NGINX Plus'
+pkgver=0.9.0
+pkgrel=1
+arch=(x86_64)
+license=('Apache')
+url="https://github.com/nginxinc/nginx-prometheus-exporter";
+depends=(glibc)
+makedepends=(go)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nginxinc/nginx-prometheus-exporter/archive/v${pkgver}.tar.gz
+nginx-prometheus-exporter.service
+nginx-prometheus-exporter.conf)
+sha512sums=('875548c4a70e3f4ffb0231c90f495fd35d8e72ef80ef0bf31903a4b2db1c863eb724bbe6279ff34507b5d6276dbae25516f18e2cbb8adfbd43086c0208ec0dcc'
+
'd29541b1afe15bfe90ac9d54f0771ade4c8cd9d4291d0a9b1e9ffb4f38f1ae3739bef79a0120ca7c79ea5b580d224b09e9ca7645c92d8c4bc991532759249bb5'
+
'843d6903c8da8356cef0c53722c176f5ed12d140a2888f3f3cf5dedaf6437fdc3c0a527ba6635bd949b28a64af98221aeb5caa13edb12b05a712c6e2aadddf77')
+
+build() {
+  cd "$pkgname-$pkgver"
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"  -X 
main.version=${pkgver} -X main.gitCommit=${pkgver}" \
+.
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  go test ./... 
+}
+
+package() {
+  install -Dm644 nginx-prometheus-exporter.service 
"$pkgdir"/usr/lib/systemd/system/nginx-prometheus-exporter.service
+  install -Dm644 nginx-prometheus-exporter.conf 
"${pkgdir}"/etc/conf.d/nginx-prometheus-exporter
+
+  cd "$pkgname-$pkgver"
+  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
+
+}

Deleted: nginx-prometheus-exporter.conf
===
--- nginx-prometheus-exporter.conf  2021-10-03 19:50:09 UTC (rev 425059)
+++ nginx-prometheus-exporter.conf  2021-10-03 19:50:16 UTC (rev 425060)

[arch-commits] Commit in nginx-prometheus-exporter/trunk (PKGBUILD)

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 19:50:09
  Author: jelle
Revision: 425059

upgpkg: nginx-prometheus-exporter 0.9.0-1

Modified:
  nginx-prometheus-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 19:47:09 UTC (rev 425058)
+++ PKGBUILD2021-10-03 19:50:09 UTC (rev 425059)
@@ -2,7 +2,7 @@
 
 pkgname=nginx-prometheus-exporter
 pkgdesc='NGINX Prometheus Exporter for NGINX and NGINX Plus'
-pkgver=0.8.0
+pkgver=0.9.0
 pkgrel=1
 arch=(x86_64)
 license=('Apache')
@@ -12,7 +12,7 @@
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nginxinc/nginx-prometheus-exporter/archive/v${pkgver}.tar.gz
 nginx-prometheus-exporter.service
 nginx-prometheus-exporter.conf)
-sha512sums=('ee49cfc06606494812a9f5218fe16d53dc3edfa6fc67a83f177bb64fceada08215e84dd6cc4b959d741b84a9c09dc029171a204fdfc36a440113f398d933b849'
+sha512sums=('875548c4a70e3f4ffb0231c90f495fd35d8e72ef80ef0bf31903a4b2db1c863eb724bbe6279ff34507b5d6276dbae25516f18e2cbb8adfbd43086c0208ec0dcc'
 
'd29541b1afe15bfe90ac9d54f0771ade4c8cd9d4291d0a9b1e9ffb4f38f1ae3739bef79a0120ca7c79ea5b580d224b09e9ca7645c92d8c4bc991532759249bb5'
 
'843d6903c8da8356cef0c53722c176f5ed12d140a2888f3f3cf5dedaf6437fdc3c0a527ba6635bd949b28a64af98221aeb5caa13edb12b05a712c6e2aadddf77')
 



[arch-commits] Commit in prometheus-memcached-exporter/repos/extra-x86_64 (6 files)

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 19:47:09
  Author: jelle
Revision: 425058

archrelease: copy trunk to extra-x86_64

Added:
  prometheus-memcached-exporter/repos/extra-x86_64/PKGBUILD
(from rev 425057, prometheus-memcached-exporter/trunk/PKGBUILD)
  
prometheus-memcached-exporter/repos/extra-x86_64/prometheus-memcached-exporter.conf
(from rev 425057, 
prometheus-memcached-exporter/trunk/prometheus-memcached-exporter.conf)
  
prometheus-memcached-exporter/repos/extra-x86_64/prometheus-memcached-exporter.service
(from rev 425057, 
prometheus-memcached-exporter/trunk/prometheus-memcached-exporter.service)
Deleted:
  prometheus-memcached-exporter/repos/extra-x86_64/PKGBUILD
  
prometheus-memcached-exporter/repos/extra-x86_64/prometheus-memcached-exporter.conf
  
prometheus-memcached-exporter/repos/extra-x86_64/prometheus-memcached-exporter.service

---+
 PKGBUILD  |  108 
 prometheus-memcached-exporter.conf|4 -
 prometheus-memcached-exporter.service |   56 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 19:46:59 UTC (rev 425057)
+++ PKGBUILD2021-10-03 19:47:09 UTC (rev 425058)
@@ -1,54 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=prometheus-memcached-exporter
-pkgver=0.8.0
-pkgrel=3
-pkgdesc="Exports metrics from memcached servers for consumption by Prometheus"
-arch=('x86_64')
-url="https://github.com/prometheus/memcached_exporter";
-license=('Apache')
-depends=(glibc memcached)
-makedepends=(go)
-backup=('etc/conf.d/prometheus-memcached-exporter')
-source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service
-prometheus-memcached-exporter.conf)
-sha512sums=('dac99c425f51ea939ec2e96ed7e51fe4b657f3e5b3ce0cb650d2614994ac6565b9bd31e4ededaac8394b35ac4a7977d11e2d9155a04df1f78a8e97c86ae26bdc'
-
'13ae8e9cc8445cffab1e51f000fbe5ca0dd2a30532f8303957dc376c8891552e719681e49ffd8a83c4cd01aca897031770c9d96ed92276ff85c2e32c4fa999ee'
-
'bc92af08207bee78a48cc764f038d6f5175b0051873f1238d90531f81d9b403085ec7ac62dfe934ee804794426c6bed4c309b374a418c9f7a4dbdbb157d58c23')
-
-check() {
-  cd memcached_exporter-$pkgver
-  memcached_pids=()
-  memcached -p 11211 -U 11211 >/dev/null& memcached_pids+=($!)
-
-  local ret=0
-  go test ./... || ret=1
-
-  kill ${memcached_pids[@]}
-
-  return $ret
-}
-
-build() {
-  cd memcached_exporter-$pkgver
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\" \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d=@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
--o memcached_exporter cmd/memcached_exporter/main.go
-}
-
-package() {
-  install -Dm644 prometheus-memcached-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-memcached-exporter.service
-  install -Dm644 prometheus-memcached-exporter.conf 
"${pkgdir}"/etc/conf.d/prometheus-memcached-exporter
-
-  cd memcached_exporter-$pkgver
-  install -Dm755 memcached_exporter 
"$pkgdir"/usr/bin/prometheus-memcached-exporter
-}

Copied: prometheus-memcached-exporter/repos/extra-x86_64/PKGBUILD (from rev 
425057, prometheus-memcached-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 19:47:09 UTC (rev 425058)
@@ -0,0 +1,54 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=prometheus-memcached-exporter
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Exports metrics from memcached servers for consumption by Prometheus"
+arch=('x86_64')
+url="https://github.com/prometheus/memcached_exporter";
+license=('Apache')
+depends=(glibc memcached)
+makedepends=(go)
+backup=('etc/conf.d/prometheus-memcached-exporter')
+source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service
+prometheus-memcached-exporter.conf)
+sha512sums=('e9eba15ef5ad29148c78500e5251f6dcfbaf3d5cf17330fbe2a0c8d05dfa87e690d1ffd46716eca98e794613c116c4d992413e60b5a5ea3ec800697faf5d30be'
+
'13ae8e9cc8445cffab1e51f000fbe5ca0dd2a30532f8303957dc376c8891552e719681e49ffd8a83c4cd01aca897031770c9d96ed92276ff85c2e32c4fa999ee'
+
'bc92af08207bee78a48cc764f038d6f5175b0051873f1238d90531f81d9b403085ec7ac62dfe934ee804794426c6bed4c309b374a418c9f7a4dbdbb157d58c23')
+
+check() {
+  cd memcached_exporter-$pkgver
+  memcached_pids=()

[arch-commits] Commit in prometheus-memcached-exporter/trunk (PKGBUILD)

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 19:46:59
  Author: jelle
Revision: 425057

upgpkg: prometheus-memcached-exporter 0.9.0-1

Modified:
  prometheus-memcached-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 16:08:58 UTC (rev 425056)
+++ PKGBUILD2021-10-03 19:46:59 UTC (rev 425057)
@@ -1,8 +1,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=prometheus-memcached-exporter
-pkgver=0.8.0
-pkgrel=3
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Exports metrics from memcached servers for consumption by Prometheus"
 arch=('x86_64')
 url="https://github.com/prometheus/memcached_exporter";
@@ -12,7 +12,7 @@
 backup=('etc/conf.d/prometheus-memcached-exporter')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service
 prometheus-memcached-exporter.conf)
-sha512sums=('dac99c425f51ea939ec2e96ed7e51fe4b657f3e5b3ce0cb650d2614994ac6565b9bd31e4ededaac8394b35ac4a7977d11e2d9155a04df1f78a8e97c86ae26bdc'
+sha512sums=('e9eba15ef5ad29148c78500e5251f6dcfbaf3d5cf17330fbe2a0c8d05dfa87e690d1ffd46716eca98e794613c116c4d992413e60b5a5ea3ec800697faf5d30be'
 
'13ae8e9cc8445cffab1e51f000fbe5ca0dd2a30532f8303957dc376c8891552e719681e49ffd8a83c4cd01aca897031770c9d96ed92276ff85c2e32c4fa999ee'
 
'bc92af08207bee78a48cc764f038d6f5175b0051873f1238d90531f81d9b403085ec7ac62dfe934ee804794426c6bed4c309b374a418c9f7a4dbdbb157d58c23')
 



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

2021-10-03 Thread Felix Yan via arch-commits
Date: Sunday, October 3, 2021 @ 19:00:46
  Author: felixonmars
Revision: 1027217

archrelease: copy trunk to community-any

Added:
  s3rver/repos/community-any/PKGBUILD
(from rev 1027216, s3rver/trunk/PKGBUILD)
Deleted:
  s3rver/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 19:00:32 UTC (rev 1027216)
+++ PKGBUILD2021-10-03 19:00:46 UTC (rev 1027217)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=s3rver
-pkgver=3.7.0
-pkgrel=1
-pkgdesc='A fake S3 server written in NodeJs'
-arch=('any')
-url='https://github.com/jamhall/s3rver'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('63fa26231935dea78d9a88adb11c5b143fcc13d76571bada8acedb8ae2ad7505f8dd64ae7dcf0fd80e3cda3dc1a648eb928035179ee806ae2c90c81e9632b372')
-
-package() {
-  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: s3rver/repos/community-any/PKGBUILD (from rev 1027216, 
s3rver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 19:00:46 UTC (rev 1027217)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=s3rver
+pkgver=3.7.1
+pkgrel=1
+pkgdesc='A fake S3 server written in NodeJs'
+arch=('any')
+url='https://github.com/jamhall/s3rver'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('1fd2885fa9fc36a71fa04e3388535b40048141f8dc34981bfb7c1b4fd2f98a8b44a9f3a77053b5737f1c7c94854a8ef15d3bb5cccf4703ab76bbdc4a36561168')
+
+package() {
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2021-10-03 Thread Felix Yan via arch-commits
Date: Sunday, October 3, 2021 @ 19:00:32
  Author: felixonmars
Revision: 1027216

upgpkg: s3rver 3.7.1-1

Modified:
  s3rver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 17:45:17 UTC (rev 1027215)
+++ PKGBUILD2021-10-03 19:00:32 UTC (rev 1027216)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=s3rver
-pkgver=3.7.0
+pkgver=3.7.1
 pkgrel=1
 pkgdesc='A fake S3 server written in NodeJs'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('63fa26231935dea78d9a88adb11c5b143fcc13d76571bada8acedb8ae2ad7505f8dd64ae7dcf0fd80e3cda3dc1a648eb928035179ee806ae2c90c81e9632b372')
+sha512sums=('1fd2885fa9fc36a71fa04e3388535b40048141f8dc34981bfb7c1b4fd2f98a8b44a9f3a77053b5737f1c7c94854a8ef15d3bb5cccf4703ab76bbdc4a36561168')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



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

2021-10-03 Thread Anatol Pomozov via arch-commits
Date: Sunday, October 3, 2021 @ 17:45:17
  Author: anatolik
Revision: 1027215

archrelease: copy trunk to community-testing-x86_64

Added:
  osquery/repos/community-testing-x86_64/PKGBUILD
(from rev 1027214, osquery/trunk/PKGBUILD)
  osquery/repos/community-testing-x86_64/libaudit.patch
(from rev 1027214, osquery/trunk/libaudit.patch)
Deleted:
  osquery/repos/community-testing-x86_64/PKGBUILD
  osquery/repos/community-testing-x86_64/libaudit.patch
  osquery/repos/community-testing-x86_64/osquery.patch

+
 PKGBUILD   |   91 ++---
 libaudit.patch |   24 ++---
 osquery.patch  |  236 ---
 3 files changed, 55 insertions(+), 296 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 17:44:51 UTC (rev 1027214)
+++ PKGBUILD2021-10-03 17:45:17 UTC (rev 1027215)
@@ -1,48 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=osquery
-pkgver=5.0.1
-pkgrel=2
-pkgdesc='SQL powered operating system instrumentation, monitoring, and 
analytics'
-arch=(x86_64)
-url='https://osquery.io'
-license=(Apache GPL2)
-depends=(zlib)
-makedepends=(cmake ninja clang python gcc-libs git libunwind)
-options=(!strip)
-source=(git+https://github.com/osquery/osquery.git#tag=$pkgver
-osquery.patch
-libaudit.patch)
-sha256sums=('SKIP'
-'6c6b87a1b473abdb8b895a3cd4f8839b6b19add6937134c620fddb845d7f8969'
-'96218ef5b7d6d6deb3a7b4b3dfed8068b7e4d10acd5b19372b9882f89d4478a8')
-
-prepare() {
-  cd $srcdir/osquery
-  patch -p1 < $srcdir/osquery.patch
-}
-
-build() {
-  cd osquery
-
-  CC=clang CXX=clang++ cmake \
-  -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DOSQUERY_VERSION=$pkgver \
-  -DOSQUERY_IGNORE_CMAKE_MAX_VERSION_CHECK=TRUE \
-  -G Ninja -S . -B build
-
-  # submodules are checked out by cmake, patch it after it were checked out
-  (cd $srcdir/osquery/libraries/cmake/source/libaudit/src && git reset --hard 
&& patch -p1 < $srcdir/libaudit.patch)
-
-  ninja -C build
-}
-
-package() {
-  cd osquery
-
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 tools/deployment/osquery.example.conf 
"$pkgdir/etc/osquery/osquery.conf"
-  install -Dm644 tools/deployment/linux_packaging/osqueryd.sysconfig 
"$pkgdir/etc/sysconfig/osqueryd"
-  install -Dm644 tools/deployment/linux_packaging/rpm/osqueryd.service 
"$pkgdir/usr/lib/systemd/system/osqueryd.service"
-  rm -r $pkgdir/control
-}

Copied: osquery/repos/community-testing-x86_64/PKGBUILD (from rev 1027214, 
osquery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 17:45:17 UTC (rev 1027215)
@@ -0,0 +1,43 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=osquery
+pkgver=5.0.1
+pkgrel=3
+pkgdesc='SQL powered operating system instrumentation, monitoring, and 
analytics'
+arch=(x86_64)
+url='https://osquery.io'
+license=(Apache GPL2)
+depends=(zlib)
+makedepends=(cmake ninja clang python gcc-libs git libunwind)
+options=(!strip)
+# following commit represents osquery $pkgver with some Arch-specific patches
+_commit=4261097abb7505403966a6e45a2526f2abb2aac9
+source=(git+https://github.com/anatol/osquery.git#commit=$_commit
+libaudit.patch)
+sha256sums=('SKIP'
+'96218ef5b7d6d6deb3a7b4b3dfed8068b7e4d10acd5b19372b9882f89d4478a8')
+
+build() {
+  cd osquery
+
+  CC=clang CXX=clang++ cmake \
+  -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DOSQUERY_VERSION=$pkgver \
+  -DOSQUERY_IGNORE_CMAKE_MAX_VERSION_CHECK=TRUE \
+  -G Ninja -S . -B build
+
+  # submodules are checked out by cmake, patch it after it were checked out
+  (cd $srcdir/osquery/libraries/cmake/source/libaudit/src && git reset --hard 
&& patch -p1 < $srcdir/libaudit.patch)
+
+  ninja -C build
+}
+
+package() {
+  cd osquery
+
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 tools/deployment/osquery.example.conf 
"$pkgdir/etc/osquery/osquery.conf"
+  install -Dm644 tools/deployment/linux_packaging/osqueryd.sysconfig 
"$pkgdir/etc/sysconfig/osqueryd"
+  install -Dm644 tools/deployment/linux_packaging/rpm/osqueryd.service 
"$pkgdir/usr/lib/systemd/system/osqueryd.service"
+  rm -r $pkgdir/control
+}

Deleted: libaudit.patch
===
--- libaudit.patch  2021-10-03 17:44:51 UTC (rev 1027214)
+++ libaudit.patch  2021-10-03 17:45:17 UTC (rev 1027215)
@@ -1,12 +0,0 @@
-diff --git a/lib/libaudit.h b/lib/libaudit.h
-index 05ee91e..2ee3842 100644
 a/lib/libaudit.h
-+++ b/lib/libaudit.h
-@@ -260,7 +260,6 @@ extern "C" {
- #define AUDIT_KEY_SEPARATOR 0x01
- 
- /* These are used in filter control */
--#define AUDIT_FILTER_EXCLUDE  AUDIT_FILTER_TYPE
-

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

2021-10-03 Thread Anatol Pomozov via arch-commits
Date: Sunday, October 3, 2021 @ 17:44:51
  Author: anatolik
Revision: 1027214

upgpkg: osquery 5.0.1-3: FS#72251 add snappy compression support

Modified:
  osquery/trunk/PKGBUILD
Deleted:
  osquery/trunk/osquery.patch

---+
 PKGBUILD  |   13 ---
 osquery.patch |  236 
 2 files changed, 4 insertions(+), 245 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 17:31:18 UTC (rev 1027213)
+++ PKGBUILD2021-10-03 17:44:51 UTC (rev 1027214)
@@ -2,7 +2,7 @@
 
 pkgname=osquery
 pkgver=5.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='SQL powered operating system instrumentation, monitoring, and 
analytics'
 arch=(x86_64)
 url='https://osquery.io'
@@ -10,18 +10,13 @@
 depends=(zlib)
 makedepends=(cmake ninja clang python gcc-libs git libunwind)
 options=(!strip)
-source=(git+https://github.com/osquery/osquery.git#tag=$pkgver
-osquery.patch
+# following commit represents osquery $pkgver with some Arch-specific patches
+_commit=4261097abb7505403966a6e45a2526f2abb2aac9
+source=(git+https://github.com/anatol/osquery.git#commit=$_commit
 libaudit.patch)
 sha256sums=('SKIP'
-'6c6b87a1b473abdb8b895a3cd4f8839b6b19add6937134c620fddb845d7f8969'
 '96218ef5b7d6d6deb3a7b4b3dfed8068b7e4d10acd5b19372b9882f89d4478a8')
 
-prepare() {
-  cd $srcdir/osquery
-  patch -p1 < $srcdir/osquery.patch
-}
-
 build() {
   cd osquery
 

Deleted: osquery.patch
===
--- osquery.patch   2021-10-03 17:31:18 UTC (rev 1027213)
+++ osquery.patch   2021-10-03 17:44:51 UTC (rev 1027214)
@@ -1,236 +0,0 @@
-commit 6b69f04e9d4164130c15f9203e20159af69ecdc1
-Author: Anatol Pomozov 
-Date:   Tue Sep 21 09:46:53 2021 -0700
-
-Arch Linux specific fixes
-
-diff --git a/cmake/flags.cmake b/cmake/flags.cmake
-index e046e8b8d..76e7f20c1 100644
 a/cmake/flags.cmake
-+++ b/cmake/flags.cmake
-@@ -79,11 +79,9 @@ function(setupBuildFlags)
-   -Woverloaded-virtual
-   -Wnon-virtual-dtor
-   -Weffc++
--  -stdlib=libc++
- )
- 
- set(posix_cxx_link_options
--  -stdlib=libc++
-   -ldl
- )
- 
-@@ -131,7 +129,6 @@ function(setupBuildFlags)
-   )
- 
-   set(linux_cxx_link_libraries
--c++abi
- rt
- dl
-   )
-@@ -157,7 +154,6 @@ function(setupBuildFlags)
-   )
- 
-   set(macos_cxx_link_options
---stdlib=libc++
- -lresolv
-   )
- 
-@@ -166,7 +162,6 @@ function(setupBuildFlags)
- cups
- bsm
- xar
--c++abi
- "-framework AppKit"
- "-framework Foundation"
- "-framework CoreServices"
-diff --git a/libraries/cmake/source/libmagic/config/linux/config.h 
b/libraries/cmake/source/libmagic/config/linux/config.h
-index 42be099c8..7054c73b9 100644
 a/libraries/cmake/source/libmagic/config/linux/config.h
-+++ b/libraries/cmake/source/libmagic/config/linux/config.h
-@@ -247,9 +247,6 @@
- /* Define to 1 if `vfork' works. */
- #define HAVE_WORKING_VFORK 1
- 
--/* Define to 1 if you have the  header file. */
--#define HAVE_XLOCALE_H 1
--
- /* Define to 1 if you have the  header file. */
- #define HAVE_ZLIB_H 1
- 
-diff --git 
a/libraries/cmake/source/lldpd/config/x86_64/linux/libevent/event2/event-config.h
 
b/libraries/cmake/source/lldpd/config/x86_64/linux/libevent/event2/event-config.h
-index 7041c46fb..9288df900 100644
 
a/libraries/cmake/source/lldpd/config/x86_64/linux/libevent/event2/event-config.h
-+++ 
b/libraries/cmake/source/lldpd/config/x86_64/linux/libevent/event2/event-config.h
-@@ -300,9 +300,6 @@
- /* Define to 1 if you have the  header file. */
- #define _EVENT_HAVE_SYS_STAT_H 1
- 
--/* Define to 1 if you have the  header file. */
--#define _EVENT_HAVE_SYS_SYSCTL_H 1
--
- /* Define to 1 if you have the  header file. */
- #define _EVENT_HAVE_SYS_TIME_H 1
- 
-diff --git a/libraries/cmake/source/thrift/CMakeLists.txt 
b/libraries/cmake/source/thrift/CMakeLists.txt
-index 0389d0507..a4c3d55ec 100644
 a/libraries/cmake/source/thrift/CMakeLists.txt
-+++ b/libraries/cmake/source/thrift/CMakeLists.txt
-@@ -82,12 +82,6 @@ function(thriftMain)
- set(forced_include_file_flag "--include")
-   endif()
- 
--  # C++17 dropped support for random_shuffle. Add it back with a
--  # custom header
--  target_compile_options(thirdparty_thrift PRIVATE
--
"${forced_include_file_flag}${CMAKE_CURRENT_SOURCE_DIR}/patches/random_shuffle.h"
--  )
--
-   target_compile_definitions(thirdparty_thrift PUBLIC
- THRIFT_STATIC_DEFINE
-   )
-diff --git a/osquery/core/shutdown.cpp b/osquery/core/shutdown.cpp
-index 3cb863d9b..7f93210f6 100644
 a/osquery/core/shutdown.cpp
-+++ b/osquery/core/shutdown.cpp
-@@ -11,6 +11,7 @@
- #include 
- 
- #include 
-+#include 
- #include 
- #include 
- 
-diff --git a/osquery/tables/networking/CMakeLists.txt 
b/osquery/tables/networking/CMakeLists.tx

[arch-commits] Commit in wine-nine/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2021-10-03 Thread Laurent Carlier via arch-commits
Date: Sunday, October 3, 2021 @ 17:31:18
  Author: lcarlier
Revision: 1027213

archrelease: copy trunk to multilib-x86_64

Added:
  wine-nine/repos/multilib-x86_64/PKGBUILD
(from rev 1027212, wine-nine/trunk/PKGBUILD)
Deleted:
  wine-nine/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 17:31:14 UTC (rev 1027212)
+++ PKGBUILD2021-10-03 17:31:18 UTC (rev 1027213)
@@ -1,57 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: Jason Stryker 
-
-pkgname=('wine-nine')
-pkgver=0.8
-pkgrel=1
-pkgdesc="Gallium Nine Standalone"
-arch=('x86_64')
-url="https://github.com/iXit/wine-nine-standalone";
-license=('LGPL2')
-makedepends=('git' 'lib32-mesa' 'wine' 'meson')
-source=("${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('3f339f909c6d65a2e5b5c912785aaa6f297e95549c868ab679dfb8e99d67db9906b6e75e3679a4e3e003f512a54ceb9953f941a4129f488973c16e1a3ac7267c')
-
-build() {
-  cd wine-nine-standalone-${pkgver}
-
-  ./bootstrap.sh
-
-  meson \
---cross-file "tools/cross-wine64" \
---buildtype "release" \
---prefix "/" \
---bindir bin \
---libdir lib \
-"build64"
-  ninja -C "build64"
-  DESTDIR="${srcdir}/fakeinstall" ninja -C build64 install
-
-  meson \
---cross-file "tools/cross-wine32" \
---buildtype "release" \
---prefix "/" \
---bindir bin32 \
---libdir lib32 \
-"build32"
-  ninja -C "build32"
-  DESTDIR="${srcdir}/fakeinstall" ninja -C build32 install
-}
-
-package() {
-  depends=('lib32-mesa' 'wine')
-
-  install -m 755 -d "${pkgdir}"/usr/lib{,32}/wine/fakedlls
-
-  install -m 755 "${srcdir}/fakeinstall"/bin/ninewinecfg.exe.so 
"${pkgdir}"/usr/lib/wine/ninewinecfg.exe.so
-  install -m 755 "${srcdir}/fakeinstall"/bin/ninewinecfg.exe.fake 
"${pkgdir}"/usr/lib/wine/fakedlls/ninewinecfg.exe
-
-  install -m 755 "${srcdir}/fakeinstall"/bin32/ninewinecfg.exe.so 
"${pkgdir}"/usr/lib32/wine/ninewinecfg.exe.so
-  install -m 755 "${srcdir}/fakeinstall"/bin32/ninewinecfg.exe.fake 
"${pkgdir}"/usr/lib32/wine/fakedlls/ninewinecfg.exe
-
-  install -m 755 "${srcdir}/fakeinstall"/lib/d3d9-nine.dll.so 
"${pkgdir}"/usr/lib/wine/d3d9-nine.dll.so
-  install -m 755 "${srcdir}/fakeinstall"/lib/d3d9-nine.dll.fake 
"${pkgdir}"/usr/lib/wine/fakedlls/d3d9-nine.dll
-
-  install -m 755 "${srcdir}/fakeinstall"/lib32/d3d9-nine.dll.so 
"${pkgdir}"/usr/lib32/wine/d3d9-nine.dll.so
-  install -m 755 "${srcdir}/fakeinstall"/lib32/d3d9-nine.dll.fake 
"${pkgdir}"/usr/lib32/wine/fakedlls/d3d9-nine.dll
-}

Copied: wine-nine/repos/multilib-x86_64/PKGBUILD (from rev 1027212, 
wine-nine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 17:31:18 UTC (rev 1027213)
@@ -0,0 +1,57 @@
+# Maintainer: Laurent Carlier 
+# Contributor: Jason Stryker 
+
+pkgname=('wine-nine')
+pkgver=0.8
+pkgrel=2
+pkgdesc="Gallium Nine Standalone"
+arch=('x86_64')
+url="https://github.com/iXit/wine-nine-standalone";
+license=('LGPL2')
+makedepends=('git' 'lib32-mesa' 'wine' 'meson')
+source=("${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('3f339f909c6d65a2e5b5c912785aaa6f297e95549c868ab679dfb8e99d67db9906b6e75e3679a4e3e003f512a54ceb9953f941a4129f488973c16e1a3ac7267c')
+
+build() {
+  cd wine-nine-standalone-${pkgver}
+
+  ./bootstrap.sh
+
+  meson \
+--cross-file "tools/cross-wine64" \
+--buildtype "release" \
+--prefix "/" \
+--bindir bin \
+--libdir lib \
+"build64"
+  ninja -C "build64"
+  DESTDIR="${srcdir}/fakeinstall" ninja -C build64 install
+
+  meson \
+--cross-file "tools/cross-wine32" \
+--buildtype "release" \
+--prefix "/" \
+--bindir bin32 \
+--libdir lib32 \
+"build32"
+  ninja -C "build32"
+  DESTDIR="${srcdir}/fakeinstall" ninja -C build32 install
+}
+
+package() {
+  depends=('lib32-mesa' 'wine')
+
+  install -m 755 -d 
"${pkgdir}"/usr/lib{,32}/wine/{x86_64-{unix,windows},i386-{unix,windows}}
+
+  install -m 755 "${srcdir}/fakeinstall"/bin/ninewinecfg.exe.so 
"${pkgdir}"/usr/lib/wine/x86_64-unix/ninewinecfg.exe.so
+  install -m 755 "${srcdir}/fakeinstall"/bin/ninewinecfg.exe.fake 
"${pkgdir}"/usr/lib/wine/x86_64-windows/ninewinecfg.exe
+
+  install -m 755 "${srcdir}/fakeinstall"/bin32/ninewinecfg.exe.so 
"${pkgdir}"/usr/lib32/wine/i386-unix/ninewinecfg.exe.so
+  install -m 755 "${srcdir}/fakeinstall"/bin32/ninewinecfg.exe.fake 
"${pkgdir}"/usr/lib32/wine/i386-windows/ninewinecfg.exe
+
+  install -m 755 "${srcdir}/fakeinstall"/lib/d3d9-nine.dll.so 
"${pkgdir}"/usr/lib/wine/x86_64-unix/d3d9-nine.dll.so
+  install -m 755 "${srcdir}/fakeinstall"/lib/d3d9-nine.dll.fake 
"${pkgdir}"/usr/lib/wine/x86_64-windows/d3d9-nine.dll
+
+  install -m 755 "${srcdir}/fakeinstall"/lib32/d3d9-nine.dll.so 
"${pkgdir}"/usr/lib32/wine/i

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

2021-10-03 Thread Laurent Carlier via arch-commits
Date: Sunday, October 3, 2021 @ 17:31:14
  Author: lcarlier
Revision: 1027212

upgpkg: wine-nine 0.8-2: fix FS#70994

Modified:
  wine-nine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 17:22:25 UTC (rev 1027211)
+++ PKGBUILD2021-10-03 17:31:14 UTC (rev 1027212)
@@ -3,7 +3,7 @@
 
 pkgname=('wine-nine')
 pkgver=0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Gallium Nine Standalone"
 arch=('x86_64')
 url="https://github.com/iXit/wine-nine-standalone";
@@ -41,17 +41,17 @@
 package() {
   depends=('lib32-mesa' 'wine')
 
-  install -m 755 -d "${pkgdir}"/usr/lib{,32}/wine/fakedlls
+  install -m 755 -d 
"${pkgdir}"/usr/lib{,32}/wine/{x86_64-{unix,windows},i386-{unix,windows}}
 
-  install -m 755 "${srcdir}/fakeinstall"/bin/ninewinecfg.exe.so 
"${pkgdir}"/usr/lib/wine/ninewinecfg.exe.so
-  install -m 755 "${srcdir}/fakeinstall"/bin/ninewinecfg.exe.fake 
"${pkgdir}"/usr/lib/wine/fakedlls/ninewinecfg.exe
+  install -m 755 "${srcdir}/fakeinstall"/bin/ninewinecfg.exe.so 
"${pkgdir}"/usr/lib/wine/x86_64-unix/ninewinecfg.exe.so
+  install -m 755 "${srcdir}/fakeinstall"/bin/ninewinecfg.exe.fake 
"${pkgdir}"/usr/lib/wine/x86_64-windows/ninewinecfg.exe
 
-  install -m 755 "${srcdir}/fakeinstall"/bin32/ninewinecfg.exe.so 
"${pkgdir}"/usr/lib32/wine/ninewinecfg.exe.so
-  install -m 755 "${srcdir}/fakeinstall"/bin32/ninewinecfg.exe.fake 
"${pkgdir}"/usr/lib32/wine/fakedlls/ninewinecfg.exe
+  install -m 755 "${srcdir}/fakeinstall"/bin32/ninewinecfg.exe.so 
"${pkgdir}"/usr/lib32/wine/i386-unix/ninewinecfg.exe.so
+  install -m 755 "${srcdir}/fakeinstall"/bin32/ninewinecfg.exe.fake 
"${pkgdir}"/usr/lib32/wine/i386-windows/ninewinecfg.exe
 
-  install -m 755 "${srcdir}/fakeinstall"/lib/d3d9-nine.dll.so 
"${pkgdir}"/usr/lib/wine/d3d9-nine.dll.so
-  install -m 755 "${srcdir}/fakeinstall"/lib/d3d9-nine.dll.fake 
"${pkgdir}"/usr/lib/wine/fakedlls/d3d9-nine.dll
+  install -m 755 "${srcdir}/fakeinstall"/lib/d3d9-nine.dll.so 
"${pkgdir}"/usr/lib/wine/x86_64-unix/d3d9-nine.dll.so
+  install -m 755 "${srcdir}/fakeinstall"/lib/d3d9-nine.dll.fake 
"${pkgdir}"/usr/lib/wine/x86_64-windows/d3d9-nine.dll
 
-  install -m 755 "${srcdir}/fakeinstall"/lib32/d3d9-nine.dll.so 
"${pkgdir}"/usr/lib32/wine/d3d9-nine.dll.so
-  install -m 755 "${srcdir}/fakeinstall"/lib32/d3d9-nine.dll.fake 
"${pkgdir}"/usr/lib32/wine/fakedlls/d3d9-nine.dll
+  install -m 755 "${srcdir}/fakeinstall"/lib32/d3d9-nine.dll.so 
"${pkgdir}"/usr/lib32/wine/i386-unix/d3d9-nine.dll.so
+  install -m 755 "${srcdir}/fakeinstall"/lib32/d3d9-nine.dll.fake 
"${pkgdir}"/usr/lib32/wine/i386-windows/d3d9-nine.dll
 }



[arch-commits] Commit in pgadmin4/repos (8 files)

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 17:22:25
  Author: jelle
Revision: 1027211

archrelease: copy trunk to community-staging-x86_64

Added:
  pgadmin4/repos/community-staging-x86_64/
  pgadmin4/repos/community-staging-x86_64/PKGBUILD
(from rev 1027210, pgadmin4/trunk/PKGBUILD)
  pgadmin4/repos/community-staging-x86_64/config_distro.py
(from rev 1027210, pgadmin4/trunk/config_distro.py)
  pgadmin4/repos/community-staging-x86_64/config_local.py
(from rev 1027210, pgadmin4/trunk/config_local.py)
  pgadmin4/repos/community-staging-x86_64/flask-security-compat.patch
(from rev 1027210, pgadmin4/trunk/flask-security-compat.patch)
  pgadmin4/repos/community-staging-x86_64/flask2-compat.patch
(from rev 1027210, pgadmin4/trunk/flask2-compat.patch)
  pgadmin4/repos/community-staging-x86_64/pgAdmin4.desktop
(from rev 1027210, pgadmin4/trunk/pgAdmin4.desktop)
  
pgadmin4/repos/community-staging-x86_64/pgadmin4-python-de-vendor-venv-paths.patch
(from rev 1027210, 
pgadmin4/trunk/pgadmin4-python-de-vendor-venv-paths.patch)

+
 PKGBUILD   |  145 +++
 config_distro.py   |2 
 flask-security-compat.patch|   30 +
 flask2-compat.patch|   14 ++
 pgAdmin4.desktop   |   11 ++
 pgadmin4-python-de-vendor-venv-paths.patch |   33 ++
 6 files changed, 235 insertions(+)

Copied: pgadmin4/repos/community-staging-x86_64/PKGBUILD (from rev 1027210, 
pgadmin4/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-10-03 17:22:25 UTC (rev 1027211)
@@ -0,0 +1,145 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jerome Leclanche 
+
+pkgname=pgadmin4
+pkgver=4.30
+pkgrel=2
+pkgdesc='Comprehensive design and management interface for PostgreSQL'
+url='https://www.pgadmin.org/'
+arch=('x86_64')
+license=('custom')
+depends=('qt5-base' 'postgresql-libs' 'hicolor-icon-theme' 'python'
+ 'libxcrypt' 'libcrypt.so' 'glibc' 'gcc-libs'
+ 'python-blinker' 'python-flask' 'python-flask-login'
+ 'python-flask-migrate' 'python-flask-sqlalchemy' 'python-flask-wtf'
+ 'python-passlib' 'python-pytz' 'python-simplejson' 'python-six'
+ 'python-speaklater' 'python-sqlparse' 'python-wtforms' 'python-psutil'
+ 'python-jinja' 'python-paramiko' 'python-psycopg2' 'python-bcrypt'
+ 'python-cryptography' 'python-sqlalchemy1.3' 'python-testtools'
+ 'python-webencodings' 'python-werkzeug' 'python-dateutil'
+ 'python-flask-gravatar' 'python-flask-mail' 'python-flask-principal'
+ 'python-flask-paranoid' 'python-sshtunnel' 'python-flask-security-too'
+ 'python-werkzeug' 'python-flask-compress' 'python-ldap3' 
'python-cryptography'
+ 'python-flask-babelex' 'python-gssapi')
+makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 
'python-fixtures'
+ 'python-html5lib' 'python-pbr' 'python-mimeparse' 
'python-pyrsistent'
+ 'imagemagick')
+source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.asc}
+pgAdmin4.desktop
+config_distro.py
+config_local.py
+pgadmin4-python-de-vendor-venv-paths.patch
+flask-security-compat.patch
+flask2-compat.patch)
+validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
+sha512sums=('7ce12f65ce9dbfe4af9e92dd7f9327a05be8b8436ef495a0634043158417f3af5f457b88ee5422ede59f517c197668094454c6d7b7c33e255068479ce6ec13d9'
+'SKIP'
+
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
+
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
+
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
+
'a8c1a3762469b02b745da4e3b30f7534ad6bb94e91d43f7e63604fef24f638e09575e2c9336e753e5b6dbe167c55bb49fb6247a16431415318479eb3a3712adc'
+
'8b23686674c12f1bbba9ded22425874adb5f6802f2e1f7e381c07208251301f0bb56622a0440e5609c5dcc5461f50fe08c7dcab4405878e9662de6faf782a39b'
+
'5eb39b2926adc7fe715a2b1b3f2165bd84a9fab3f8afda1ddaaba557ad1d41a4aa8d279387699b7148a86c7af4782d5b6b7f50f89972ef3507d14795c006a65c')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  patch -Np1 < ../pgadmin4-python-de-vendor-venv-paths.patch
+  patch -NRp1 < ../flask-security-compat.patch
+  patch -NRp1 < ../flask2-compat.patch
+
+  local PYTHONVERSION="$(python -c 'import sys; 
print(f"{sys.version_info.major}.{sys.version_info.minor}")')"
+  sed -E "s|/usr/pgadmin4/web|/us

[arch-commits] Commit in pgadmin4/trunk (3 files)

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 17:22:16
  Author: jelle
Revision: 1027210

python-sqlalchemy rebuild

As there is no compatibilty yet for 1.4 most likely depend on 1.3

Added:
  pgadmin4/trunk/flask-security-compat.patch
  pgadmin4/trunk/flask2-compat.patch
Modified:
  pgadmin4/trunk/PKGBUILD

-+
 PKGBUILD|   14 ++
 flask-security-compat.patch |   30 ++
 flask2-compat.patch |   14 ++
 3 files changed, 54 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 16:46:27 UTC (rev 1027209)
+++ PKGBUILD2021-10-03 17:22:16 UTC (rev 1027210)
@@ -3,7 +3,7 @@
 
 pkgname=pgadmin4
 pkgver=4.30
-pkgrel=1
+pkgrel=2
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
 arch=('x86_64')
@@ -15,7 +15,7 @@
  'python-passlib' 'python-pytz' 'python-simplejson' 'python-six'
  'python-speaklater' 'python-sqlparse' 'python-wtforms' 'python-psutil'
  'python-jinja' 'python-paramiko' 'python-psycopg2' 'python-bcrypt'
- 'python-cryptography' 'python-sqlalchemy' 'python-testtools'
+ 'python-cryptography' 'python-sqlalchemy1.3' 'python-testtools'
  'python-webencodings' 'python-werkzeug' 'python-dateutil'
  'python-flask-gravatar' 'python-flask-mail' 'python-flask-principal'
  'python-flask-paranoid' 'python-sshtunnel' 'python-flask-security-too'
@@ -28,7 +28,9 @@
 pgAdmin4.desktop
 config_distro.py
 config_local.py
-pgadmin4-python-de-vendor-venv-paths.patch)
+pgadmin4-python-de-vendor-venv-paths.patch
+flask-security-compat.patch
+flask2-compat.patch)
 validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
 
sha512sums=('7ce12f65ce9dbfe4af9e92dd7f9327a05be8b8436ef495a0634043158417f3af5f457b88ee5422ede59f517c197668094454c6d7b7c33e255068479ce6ec13d9'
 'SKIP'
@@ -35,12 +37,16 @@
 
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
 
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
 
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'a8c1a3762469b02b745da4e3b30f7534ad6bb94e91d43f7e63604fef24f638e09575e2c9336e753e5b6dbe167c55bb49fb6247a16431415318479eb3a3712adc')
+
'a8c1a3762469b02b745da4e3b30f7534ad6bb94e91d43f7e63604fef24f638e09575e2c9336e753e5b6dbe167c55bb49fb6247a16431415318479eb3a3712adc'
+
'8b23686674c12f1bbba9ded22425874adb5f6802f2e1f7e381c07208251301f0bb56622a0440e5609c5dcc5461f50fe08c7dcab4405878e9662de6faf782a39b'
+
'5eb39b2926adc7fe715a2b1b3f2165bd84a9fab3f8afda1ddaaba557ad1d41a4aa8d279387699b7148a86c7af4782d5b6b7f50f89972ef3507d14795c006a65c')
 
 prepare() {
   cd ${pkgname}-${pkgver}
 
   patch -Np1 < ../pgadmin4-python-de-vendor-venv-paths.patch
+  patch -NRp1 < ../flask-security-compat.patch
+  patch -NRp1 < ../flask2-compat.patch
 
   local PYTHONVERSION="$(python -c 'import sys; 
print(f"{sys.version_info.major}.{sys.version_info.minor}")')"
   sed -E "s|/usr/pgadmin4/web|/usr/lib/pgadmin4/web|g;

Added: flask-security-compat.patch
===
--- flask-security-compat.patch (rev 0)
+++ flask-security-compat.patch 2021-10-03 17:22:16 UTC (rev 1027210)
@@ -0,0 +1,30 @@
+diff -aur pgadmin4-4.30/web/pgadmin/browser/__init__.py 
pgadmin4-4.30.old/web/pgadmin/browser/__init__.py
+--- pgadmin4-4.30/web/pgadmin/browser/__init__.py  2021-10-03 
19:00:39.757955280 +0200
 pgadmin4-4.30.old/web/pgadmin/browser/__init__.py  2021-10-03 
18:59:22.220450894 +0200
+@@ -30,7 +30,7 @@
+ from flask_security.signals import reset_password_instructions_sent
+ from flask_security.utils import config_value, do_flash, get_url, \
+ get_message, slash_url_suffix, login_user, send_mail, logout_user
+-from flask_security.views import _security, view_commit, _ctx
++from flask_security.views import _security, _commit, _ctx
+ from werkzeug.datastructures import MultiDict
+ 
+ import config
+@@ -1039,7 +1039,7 @@
+ has_error = True
+ 
+ if request.json is None and not has_error:
+-after_this_request(view_commit)
++after_this_request(_commit)
+ do_flash(*get_message('PASSWORD_CHANGE'))
+ 
+ old_key = get_crypt_key()[1]
+@@ -1205,7 +1205,7 @@
+ has_error = True
+ 
+ if not has_error:
+-after_this_request(view_commit)
++after_this_request(_commit)
+ do

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

2021-10-03 Thread Felix Yan via arch-commits
Date: Sunday, October 3, 2021 @ 16:46:27
  Author: felixonmars
Revision: 1027209

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 16:46:09 UTC (rev 1027208)
+++ PKGBUILD2021-10-03 16:46:27 UTC (rev 1027209)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-josepy
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="JOSE protocol implementation in Python"
-url="https://github.com/certbot/josepy";
-license=('PerlArtistic')
-arch=('any')
-depends=('python-cryptography' 'python-pyopenssl' 'python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/j/josepy/josepy-$pkgver.tar.gz";)
-sha512sums=('b3a64a579d23aa87323f01ae3859fcb2cd9a699f160e43ebe58c93e11e5d5c5031cd257af1fd0400d982929eb4c06495c9d4fa09580ffcb4f6a4c09d0f191bd8')
-
-prepare() {
-  # thou shalt not enforce coverage in distro packaging
-  # https://github.com/certbot/josepy/issues/34
-  rm josepy-$pkgver/pytest.ini
-}
-
-build() {
-  cd josepy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd josepy-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd josepy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-josepy/repos/community-any/PKGBUILD (from rev 1027208, 
python-josepy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 16:46:27 UTC (rev 1027209)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-josepy
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="JOSE protocol implementation in Python"
+url="https://github.com/certbot/josepy";
+license=('PerlArtistic')
+arch=('any')
+depends=('python-cryptography' 'python-pyopenssl' 'python-setuptools')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/j/josepy/josepy-$pkgver.tar.gz";)
+sha512sums=('517476c4b4df35b066f48e20e2c31bf458b998553a740dbfa4a682a94353db1cc9d706cee9429cb34b9347e8d78b97bf4a8f930334b86febfe56f5c9f779b42f')
+
+prepare() {
+  # thou shalt not enforce coverage in distro packaging
+  # https://github.com/certbot/josepy/issues/34
+  rm josepy-$pkgver/pytest.ini
+}
+
+build() {
+  cd josepy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd josepy-$pkgver
+  PYTHONPATH="$PWD/build/lib" pytest
+}
+
+package() {
+  cd josepy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2021-10-03 Thread Felix Yan via arch-commits
Date: Sunday, October 3, 2021 @ 16:46:09
  Author: felixonmars
Revision: 1027208

upgpkg: python-josepy 1.10.0-1

Modified:
  python-josepy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 16:44:44 UTC (rev 1027207)
+++ PKGBUILD2021-10-03 16:46:09 UTC (rev 1027208)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-josepy
-pkgver=1.9.0
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="JOSE protocol implementation in Python"
 url="https://github.com/certbot/josepy";
@@ -10,7 +10,7 @@
 depends=('python-cryptography' 'python-pyopenssl' 'python-setuptools')
 checkdepends=('python-pytest')
 source=("https://pypi.io/packages/source/j/josepy/josepy-$pkgver.tar.gz";)
-sha512sums=('b3a64a579d23aa87323f01ae3859fcb2cd9a699f160e43ebe58c93e11e5d5c5031cd257af1fd0400d982929eb4c06495c9d4fa09580ffcb4f6a4c09d0f191bd8')
+sha512sums=('517476c4b4df35b066f48e20e2c31bf458b998553a740dbfa4a682a94353db1cc9d706cee9429cb34b9347e8d78b97bf4a8f930334b86febfe56f5c9f779b42f')
 
 prepare() {
   # thou shalt not enforce coverage in distro packaging
@@ -25,7 +25,7 @@
 
 check() {
   cd josepy-$pkgver
-  python -m pytest
+  PYTHONPATH="$PWD/build/lib" pytest
 }
 
 package() {



[arch-commits] Commit in ukui-window-switch/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-10-03 Thread Felix Yan via arch-commits
Date: Sunday, October 3, 2021 @ 16:44:44
  Author: felixonmars
Revision: 1027207

archrelease: copy trunk to community-x86_64

Added:
  ukui-window-switch/repos/community-x86_64/PKGBUILD
(from rev 1027206, ukui-window-switch/trunk/PKGBUILD)
Deleted:
  ukui-window-switch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 16:44:25 UTC (rev 1027206)
+++ PKGBUILD2021-10-03 16:44:44 UTC (rev 1027207)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ukui-window-switch
-pkgver=3.0.0
-pkgrel=3
-pkgdesc="Front of the window switcher in UKUI desktop environment"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/ukui-window-switch";
-groups=('ukui')
-depends=('gsettings-qt' 'libwnck3' 'qt5-x11extras' 'ukwm')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-window-switch/archive/v$pkgver.tar.gz";)
-sha512sums=('6ee41d32b614f8f96c56ee6faed2d5072479c02d9230065bb001543cde0ef7f088f4b6be17fcce92915472a3ad77d657122bfb35206256c7195a9396391f')
-
-build() {
-  cd ukui-window-switch-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd ukui-window-switch-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: ukui-window-switch/repos/community-x86_64/PKGBUILD (from rev 1027206, 
ukui-window-switch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 16:44:44 UTC (rev 1027207)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=ukui-window-switch
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Front of the window switcher in UKUI desktop environment"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-window-switch";
+groups=('ukui')
+depends=('gsettings-qt' 'kglobalaccel' 'kwayland' 'kwayland-server' 'libwnck3' 
'qt5-x11extras'
+ 'ukwm')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-window-switch/archive/v$pkgver.tar.gz";)
+sha512sums=('f90a5e554741fe0461483e37205016f64a52d970d580b5f90521cb2ac8f0d66927f57999b059d203e2cec5704de6147feb86bc2a681627d05a4fa372033341bc')
+
+build() {
+  cd ukui-window-switch-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd ukui-window-switch-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



[arch-commits] Commit in ukui-window-switch/trunk (PKGBUILD)

2021-10-03 Thread Felix Yan via arch-commits
Date: Sunday, October 3, 2021 @ 16:44:25
  Author: felixonmars
Revision: 1027206

upgpkg: ukui-window-switch 3.0.1-1

Modified:
  ukui-window-switch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 16:28:55 UTC (rev 1027205)
+++ PKGBUILD2021-10-03 16:44:25 UTC (rev 1027206)
@@ -1,17 +1,18 @@
 # Maintainer: Felix Yan 
 
 pkgname=ukui-window-switch
-pkgver=3.0.0
-pkgrel=3
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="Front of the window switcher in UKUI desktop environment"
 arch=('x86_64')
 license=('GPL')
 url="https://github.com/ukui/ukui-window-switch";
 groups=('ukui')
-depends=('gsettings-qt' 'libwnck3' 'qt5-x11extras' 'ukwm')
+depends=('gsettings-qt' 'kglobalaccel' 'kwayland' 'kwayland-server' 'libwnck3' 
'qt5-x11extras'
+ 'ukwm')
 makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-window-switch/archive/v$pkgver.tar.gz";)
-sha512sums=('6ee41d32b614f8f96c56ee6faed2d5072479c02d9230065bb001543cde0ef7f088f4b6be17fcce92915472a3ad77d657122bfb35206256c7195a9396391f')
+sha512sums=('f90a5e554741fe0461483e37205016f64a52d970d580b5f90521cb2ac8f0d66927f57999b059d203e2cec5704de6147feb86bc2a681627d05a4fa372033341bc')
 
 build() {
   cd ukui-window-switch-$pkgver



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

2021-10-03 Thread Evangelos Foutras via arch-commits
Date: Sunday, October 3, 2021 @ 16:28:55
  Author: foutrelis
Revision: 1027205

archrelease: copy trunk to community-x86_64

Added:
  handbrake/repos/community-x86_64/PKGBUILD
(from rev 1027204, handbrake/trunk/PKGBUILD)
Deleted:
  handbrake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 16:28:50 UTC (rev 1027204)
+++ PKGBUILD2021-10-03 16:28:55 UTC (rev 1027205)
@@ -1,60 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Giovanni Scafora 
-# Contributor: Sebastien Piccand 
-
-pkgname=('handbrake' 'handbrake-cli')
-pkgver=1.4.1
-pkgrel=1
-arch=('x86_64')
-url="https://handbrake.fr/";
-license=('GPL')
-_commondeps=('libxml2' 'libass' 'libvorbis' 'opus' 'speex' 'libtheora' 'lame'
- 'x264' 'jansson' 'libvpx' 'libva' 'numactl' 'bzip2' 'gcc-libs'
- 'zlib' 'xz' 'libjpeg-turbo')
-_guideps=('gst-plugins-base' 'gtk3' 'librsvg' 'libgudev')
-makedepends=('intltool' 'python' 'nasm' 'wget' 'cmake' 'meson'
- "${_commondeps[@]}" "${_guideps[@]}")
-source=(https://github.com/HandBrake/HandBrake/releases/download/$pkgver/HandBrake-$pkgver-source.tar.bz2{,.sig})
-sha256sums=('39a0aecac8f26de1d88ccaca0a39dfca4af52029a792a78f93a42057a54c18f6'
-'SKIP')
-validpgpkeys+=('1629C061B3DDE7EB4AE34B81021DB8B44E4A8645') # HandBrake Team 

-
-prepare() {
-  cd "$srcdir/HandBrake-$pkgver"
-}
-
-build() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  ./configure \
---prefix=/usr \
---enable-qsv
-  make -C build
-}
-
-package_handbrake() {
-  pkgdesc="Multithreaded video transcoder"
-  depends=('desktop-file-utils' 'hicolor-icon-theme'
-   "${_commondeps[@]}" "${_guideps[@]}")
-  optdepends=('gst-plugins-good: for video previews'
-  'gst-libav: for video previews'
-  'intel-media-sdk: Intel QuickSync support'
-  'libdvdcss: for decoding encrypted DVDs')
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/bin/HandBrakeCLI"
-}
-
-package_handbrake-cli() {
-  pkgdesc="Multithreaded video transcoder (CLI)"
-  depends=("${_commondeps[@]}")
-  optdepends=('intel-media-sdk: Intel QuickSync support'
-  'libdvdcss: for decoding encrypted DVDs')
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-  install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-x86_64/PKGBUILD (from rev 1027204, 
handbrake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 16:28:55 UTC (rev 1027205)
@@ -0,0 +1,60 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Giovanni Scafora 
+# Contributor: Sebastien Piccand 
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=1.4.2
+pkgrel=1
+arch=('x86_64')
+url="https://handbrake.fr/";
+license=('GPL')
+_commondeps=('libxml2' 'libass' 'libvorbis' 'opus' 'speex' 'libtheora' 'lame'
+ 'x264' 'jansson' 'libvpx' 'libva' 'numactl' 'bzip2' 'gcc-libs'
+ 'zlib' 'xz' 'libjpeg-turbo')
+_guideps=('gst-plugins-base' 'gtk3' 'librsvg' 'libgudev')
+makedepends=('intltool' 'python' 'nasm' 'wget' 'cmake' 'meson'
+ "${_commondeps[@]}" "${_guideps[@]}")
+source=(https://github.com/HandBrake/HandBrake/releases/download/$pkgver/HandBrake-$pkgver-source.tar.bz2{,.sig})
+sha256sums=('8b8e81b7dc2e3180f4e94e8c7f5337d2953f69f0d983ccce48096e29ed6dfb61'
+'SKIP')
+validpgpkeys+=('1629C061B3DDE7EB4AE34B81021DB8B44E4A8645') # HandBrake Team 

+
+prepare() {
+  cd "$srcdir/HandBrake-$pkgver"
+}
+
+build() {
+  cd "$srcdir/HandBrake-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--enable-qsv
+  make -C build
+}
+
+package_handbrake() {
+  pkgdesc="Multithreaded video transcoder"
+  depends=('desktop-file-utils' 'hicolor-icon-theme'
+   "${_commondeps[@]}" "${_guideps[@]}")
+  optdepends=('gst-plugins-good: for video previews'
+  'gst-libav: for video previews'
+  'intel-media-sdk: Intel QuickSync support'
+  'libdvdcss: for decoding encrypted DVDs')
+
+  cd "$srcdir/HandBrake-$pkgver/build"
+
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/bin/HandBrakeCLI"
+}
+
+package_handbrake-cli() {
+  pkgdesc="Multithreaded video transcoder (CLI)"
+  depends=("${_commondeps[@]}")
+  optdepends=('intel-media-sdk: Intel QuickSync support'
+  'libdvdcss: for decoding encrypted DVDs')
+
+  cd "$srcdir/HandBrake-$pkgver/build"
+  install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-10-03 Thread Evangelos Foutras via arch-commits
Date: Sunday, October 3, 2021 @ 16:28:50
  Author: foutrelis
Revision: 1027204

upgpkg: handbrake 1.4.2-1: new upstream release

Modified:
  handbrake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 16:27:40 UTC (rev 1027203)
+++ PKGBUILD2021-10-03 16:28:50 UTC (rev 1027204)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=('handbrake' 'handbrake-cli')
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 arch=('x86_64')
 url="https://handbrake.fr/";
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'python' 'nasm' 'wget' 'cmake' 'meson'
  "${_commondeps[@]}" "${_guideps[@]}")
 
source=(https://github.com/HandBrake/HandBrake/releases/download/$pkgver/HandBrake-$pkgver-source.tar.bz2{,.sig})
-sha256sums=('39a0aecac8f26de1d88ccaca0a39dfca4af52029a792a78f93a42057a54c18f6'
+sha256sums=('8b8e81b7dc2e3180f4e94e8c7f5337d2953f69f0d983ccce48096e29ed6dfb61'
 'SKIP')
 validpgpkeys+=('1629C061B3DDE7EB4AE34B81021DB8B44E4A8645') # HandBrake Team 

 



[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2021-10-03 Thread Daniel M. Capella via arch-commits
Date: Sunday, October 3, 2021 @ 16:27:40
  Author: polyzen
Revision: 1027203

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 1027202, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 16:27:23 UTC (rev 1027202)
+++ PKGBUILD2021-10-03 16:27:40 UTC (rev 1027203)
@@ -1,60 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-_name=treestyletab
-pkgname=firefox-tree-style-tab
-pkgver=3.8.12
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
-license=('MPL' 'MPL2')
-groups=('firefox-addons')
-makedepends=('git' 'npm' 'strip-nondeterminism' 'zip')
-source=("git+https://github.com/piroor/treestyletab.git#tag=$pkgver";
-'git+https://github.com/piroor/webextensions-lib-configs.git'
-'git+https://github.com/piroor/webextensions-lib-dom-updater.git'
-
'git+https://github.com/piroor/webextensions-lib-event-listener-manager.git'
-'git+https://github.com/piroor/webextensions-lib-l10n.git'
-'git+https://github.com/piroor/webextensions-lib-menu-ui.git'
-'git+https://github.com/piroor/webextensions-lib-options.git'
-'git+https://github.com/piroor/webextensions-lib-rich-confirm.git'
-
'git+https://github.com/piroor/webextensions-lib-shortcut-customize-ui.git'
-
'git+https://github.com/piroor/webextensions-lib-tab-favicon-helper.git')
-b2sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $_name
-  git submodule init
-  for i in ../webextensions*; do
-git config submodule.submodules/${i##../}.url $i
-  done
-  git submodule update
-  cd webextensions
-  sed -i 's/^\(install_extlib\|xpi\): .*/\1:/' Makefile
-  npm ci
-}
-
-build() {
-  cd $_name/webextensions
-  make install_extlib
-  make xpi
-  strip-nondeterminism -t zip $_name-we.xpi
-}
-
-package() {
-  cd $_name/webextensions
-  install -Dm644 $_name-we.xpi \
-"$pkgdir"/usr/lib/firefox/browser/extensions/$_n...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 1027202, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 16:27:40 UTC (rev 1027203)
@@ -0,0 +1,60 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+_name=treestyletab
+pkgname=firefox-tree-style-tab
+pkgver=3.8.13
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+license=('MPL' 'MPL2')
+groups=('firefox-addons')
+makedepends=('git' 'npm' 'strip-nondeterminism' 'zip')
+source=("git+https://github.com/piroor/treestyletab.git#tag=$pkgver";
+'git+https://github.com/piroor/webextensions-lib-configs.git'
+'git+https://github.com/piroor/webextensions-lib-dom-updater.git'
+
'git+https://github.com/piroor/webextensions-lib-event-listener-manager.git'
+'git+https://github.com/piroor/webextensions-lib-l10n.git'
+'git+https://github.com/piroor/webextensions-lib-menu-ui.git'
+'git+https://github.com/piroor/webextensions-lib-options.git'
+'git+https://github.com/piroor/webextensions-lib-rich-confirm.git'
+
'git+https://github.com/piroor/webextensions-lib-shortcut-customize-ui.git'
+
'git+https://github.com/piroor/webextensions-lib-tab-favicon-helper.git')
+b2sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $_name
+  git submodule init
+  for i in ../webextensions*; do
+git config submodule.submodules/${i##../}.url $i
+  done
+  git submodule update
+  cd webextensions
+  sed -i 's/^\(install_extlib\|xpi\): .*/\1:/' Makefile
+  npm ci
+}
+
+build() {
+  cd $_name/webextensions
+  make install_extlib
+  make xpi
+  strip-nondeterminism -t zip $_name-we.xpi
+}
+
+package() {
+  cd $_name/webextensions
+  install -Dm644 $_name-we.xpi \
+"$pkgdir"/usr/lib/firefox/browser/extensions/$_n...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in firefox-tree-style-tab/trunk (PKGBUILD)

2021-10-03 Thread Daniel M. Capella via arch-commits
Date: Sunday, October 3, 2021 @ 16:27:23
  Author: polyzen
Revision: 1027202

upgpkg: firefox-tree-style-tab 3.8.13-1

Modified:
  firefox-tree-style-tab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 16:24:33 UTC (rev 1027201)
+++ PKGBUILD2021-10-03 16:27:23 UTC (rev 1027202)
@@ -3,7 +3,7 @@
 
 _name=treestyletab
 pkgname=firefox-tree-style-tab
-pkgver=3.8.12
+pkgver=3.8.13
 pkgrel=1
 pkgdesc='Firefox extension to show tabs like a tree'
 arch=('any')



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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 16:24:33
  Author: arojas
Revision: 1027201

archrelease: copy trunk to community-x86_64

Added:
  giac/repos/community-x86_64/PKGBUILD
(from rev 1027200, giac/trunk/PKGBUILD)
  giac/repos/community-x86_64/giac-test-pari-2.11.patch
(from rev 1027200, giac/trunk/giac-test-pari-2.11.patch)
Deleted:
  giac/repos/community-x86_64/PKGBUILD
  giac/repos/community-x86_64/giac-test-pari-2.11.patch

---+
 PKGBUILD  |   84 ++--
 giac-test-pari-2.11.patch |   34 -
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 16:24:21 UTC (rev 1027200)
+++ PKGBUILD2021-10-03 16:24:33 UTC (rev 1027201)
@@ -1,42 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=giac
-_pkgver=1.7.0-33
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc='A free computer algebra system'
-arch=(x86_64)
-url='http://www-fourier.ujf-grenoble.fr/~parisse/giac.html'
-license=(GPL3)
-depends=(fltk mpfi gsl pari ntl lapack curl glpk libao gmp-ecm libsamplerate)
-makedepends=(python libjpeg texlive-core texlive-science hevea nauty)
-optdepends=('perl: for pgiac')
-replaces=(libgiac xcas)
-provides=(libgiac xcas)
-source=(http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_$_pkgver.tar.gz
-giac-test-pari-2.11.patch)
-sha256sums=('3ccd47f64b702c2878ba2f558daf38b905ce4398784863975ff45a2f77c1e24f'
-'c5f091986f0a0807fc1ae5a3b7454132816e9bc3ed64411f0a7bdf90a8c8e624')
-
-prepare() {
-  cd $pkgname-${pkgver%.*}
-  patch -p1 < ../giac-test-pari-2.11.patch # Fix tests with pari 2.11
-}
-
-build() {
-  cd $pkgname-${pkgver%.*}
-  CXXFLAGS+=" -std=c++14" # workaround build with GCC 11
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-${pkgver%.*}
-
-  make check
-}
-
-package() {
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 1027200, 
giac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 16:24:33 UTC (rev 1027201)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=giac
+_pkgver=1.7.0-35
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc='A free computer algebra system'
+arch=(x86_64)
+url='http://www-fourier.ujf-grenoble.fr/~parisse/giac.html'
+license=(GPL3)
+depends=(fltk mpfi gsl pari ntl lapack curl glpk libao gmp-ecm libsamplerate)
+makedepends=(python libjpeg texlive-core texlive-science hevea nauty)
+optdepends=('perl: for pgiac')
+replaces=(libgiac xcas)
+provides=(libgiac xcas)
+source=(http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_$_pkgver.tar.gz
+giac-test-pari-2.11.patch)
+sha256sums=('e17961bcd17e29e9cfc0b68f7b6046fde52416e3f6e007f55223ada0dbe1'
+'c5f091986f0a0807fc1ae5a3b7454132816e9bc3ed64411f0a7bdf90a8c8e624')
+
+prepare() {
+  cd $pkgname-${pkgver%.*}
+  patch -p1 < ../giac-test-pari-2.11.patch # Fix tests with pari 2.11
+}
+
+build() {
+  cd $pkgname-${pkgver%.*}
+  CXXFLAGS+=" -std=c++14" # workaround build with GCC 11
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-${pkgver%.*}
+
+  make check
+}
+
+package() {
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+}

Deleted: giac-test-pari-2.11.patch
===
--- giac-test-pari-2.11.patch   2021-10-03 16:24:21 UTC (rev 1027200)
+++ giac-test-pari-2.11.patch   2021-10-03 16:24:33 UTC (rev 1027201)
@@ -1,17 +0,0 @@
-Change test output for PARI 2.11
-
-See https://trac.sagemath.org/ticket/25567
-and https://xcas.univ-grenoble-alpes.fr/forum/viewtopic.php?f=4&t=2102
-
-diff -ru a/check/TP11-sol.cas.out1 b/check/TP11-sol.cas.out1
 a/check/TP11-sol.cas.out1  2014-10-21 10:51:48.0 +0200
-+++ b/check/TP11-sol.cas.out1  2018-08-07 17:04:12.528052773 +0200
-@@ -10,7 +10,7 @@
- 107374182400061203284109008409,
- 2^3*3*389*733*156904374622257604823879982847602392900751802349981470895277241,
- "Done",
--matrix[[2,7,1],[3,2,1],[389,2,1],[733,2,1],[156904374622257604823879982847602392900751802349981470895277241,2,matrix[[2,13,1],[3,3,1],[5,2,1],[7,2,1],[56467,2,1],[6553084925887974620811527,2,matrix[[2,5,1],[19,2,1],[71,2,1],[126823,2,1]],
-+1,
- 0,
- [],
- 1,

Copied: giac/repos/community-x86_64/giac-test-pari-2.11.patch (from rev 
1027200, giac/trunk/giac-test-pari-2.11.patch)
===
--- giac-test-pari-2.11.patch   (rev 0)
+++ giac-test-pari-2.11.patch   2021-10-03 16:24:33 UTC (rev 1027201)
@@ -0,0 +1,17 @@
+Change test output for PARI 2.11
+
+See https://trac.sagemath.org/ticket/25567
+and https://xcas.univ-grenoble-alpes.fr/f

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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 16:24:21
  Author: arojas
Revision: 1027200

Update to 1.7.0.35

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 16:07:30 UTC (rev 1027199)
+++ PKGBUILD2021-10-03 16:24:21 UTC (rev 1027200)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=giac
-_pkgver=1.7.0-33
+_pkgver=1.7.0-35
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='A free computer algebra system'
@@ -15,7 +15,7 @@
 provides=(libgiac xcas)
 
source=(http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_$_pkgver.tar.gz
 giac-test-pari-2.11.patch)
-sha256sums=('3ccd47f64b702c2878ba2f558daf38b905ce4398784863975ff45a2f77c1e24f'
+sha256sums=('e17961bcd17e29e9cfc0b68f7b6046fde52416e3f6e007f55223ada0dbe1'
 'c5f091986f0a0807fc1ae5a3b7454132816e9bc3ed64411f0a7bdf90a8c8e624')
 
 prepare() {



[arch-commits] Commit in pyqt6-webengine (3 files)

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 16:08:58
  Author: arojas
Revision: 425056

archrelease: copy trunk to extra-x86_64

Added:
  pyqt6-webengine/repos/
  pyqt6-webengine/repos/extra-x86_64/
  pyqt6-webengine/repos/extra-x86_64/PKGBUILD
(from rev 425055, pyqt6-webengine/trunk/PKGBUILD)

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

Copied: pyqt6-webengine/repos/extra-x86_64/PKGBUILD (from rev 425055, 
pyqt6-webengine/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2021-10-03 16:08:58 UTC (rev 425056)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pyqt6-webengine
+pkgname=(python-pyqt6-webengine)
+pkgver=6.2.0
+pkgrel=1
+pkgdesc='Python bindings for QtWebEngine'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqtwebengine/intro'
+license=(GPL3)
+groups=(pyqt6)
+depends=(qt6-webengine python-pyqt6)
+makedepends=(sip pyqt-builder)
+source=(https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-$pkgver.tar.gz)
+sha256sums=('4f12a984efd01d202a89baea3437c6fb2001a042f9bdef512d324eb4e81ef693')
+
+build() {
+  cd PyQt6_WebEngine-$pkgver
+  sip-build \
+--no-make \
+--qmake=/usr/bin/qmake6 \
+--concatenate 1
+  cd build
+  make
+}
+
+package_python-pyqt6-webengine() {
+  cd PyQt6_WebEngine-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



[arch-commits] Commit in (3 files)

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 16:08:48
  Author: arojas
Revision: 425055

Add pyqt6-webengine

Added:
  pyqt6-webengine/
  pyqt6-webengine/trunk/
  pyqt6-webengine/trunk/PKGBUILD

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

Added: pyqt6-webengine/trunk/PKGBUILD
===
--- pyqt6-webengine/trunk/PKGBUILD  (rev 0)
+++ pyqt6-webengine/trunk/PKGBUILD  2021-10-03 16:08:48 UTC (rev 425055)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pyqt6-webengine
+pkgname=(python-pyqt6-webengine)
+pkgver=6.2.0
+pkgrel=1
+pkgdesc='Python bindings for QtWebEngine'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqtwebengine/intro'
+license=(GPL3)
+groups=(pyqt6)
+depends=(qt6-webengine python-pyqt6)
+makedepends=(sip pyqt-builder)
+source=(https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-$pkgver.tar.gz)
+sha256sums=('4f12a984efd01d202a89baea3437c6fb2001a042f9bdef512d324eb4e81ef693')
+
+build() {
+  cd PyQt6_WebEngine-$pkgver
+  sip-build \
+--no-make \
+--qmake=/usr/bin/qmake6 \
+--concatenate 1
+  cd build
+  make
+}
+
+package_python-pyqt6-webengine() {
+  cd PyQt6_WebEngine-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2021-10-03 Thread Felix Yan via arch-commits
Date: Sunday, October 3, 2021 @ 16:07:30
  Author: felixonmars
Revision: 1027199

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 16:07:08 UTC (rev 1027198)
+++ PKGBUILD2021-10-03 16:07:30 UTC (rev 1027199)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgname=python-faker
-pkgver=8.14.0
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='https://faker.readthedocs.io/en/master/'
-license=('MIT')
-provides=("python-fake-factory=$pkgver")
-conflicts=('python-fake-factory')
-replaces=('python-fake-factory')
-depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
-makedepends=('python-pip' 'python-wheel' 'python-pytest-runner')
-checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
-  'python-freezegun' 'python-pillow')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz";)
-sha512sums=('5cabe5a3bb35a5c289d789f7292341a4742235896348c2be0a8aef4bced0888534a4d9c3098c014d2856af66e10806c43136f0f47de80b113c9bbc2d27b80ea4')
-
-prepare() {
-  sed -i -e 's/==/>=/' faker-$pkgver/setup.py
-}
-
-build() {
-  cd faker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd faker-$pkgver
-  python setup.py egg_info
-  python -m pytest
-}
-
-package() {
-  cd faker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: python-faker/repos/community-any/PKGBUILD (from rev 1027198, 
python-faker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 16:07:30 UTC (rev 1027199)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgname=python-faker
+pkgver=8.14.1
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='https://faker.readthedocs.io/en/master/'
+license=('MIT')
+provides=("python-fake-factory=$pkgver")
+conflicts=('python-fake-factory')
+replaces=('python-fake-factory')
+depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
+makedepends=('python-pip' 'python-wheel' 'python-pytest-runner')
+checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
+  'python-freezegun' 'python-pillow')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz";)
+sha512sums=('765d43c968a3bf8885fdf636ea0f9e199a01c22e66746c3f6d528c425bb3db1c6cb1996df2a66e562483c91995c3f3aa20c4781517b837398715105b36545586')
+
+prepare() {
+  sed -i -e 's/==/>=/' faker-$pkgver/setup.py
+}
+
+build() {
+  cd faker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd faker-$pkgver
+  python setup.py egg_info
+  python -m pytest
+}
+
+package() {
+  cd faker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}



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

2021-10-03 Thread Felix Yan via arch-commits
Date: Sunday, October 3, 2021 @ 16:07:08
  Author: felixonmars
Revision: 1027198

upgpkg: python-faker 8.14.1-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 15:40:21 UTC (rev 1027197)
+++ PKGBUILD2021-10-03 16:07:08 UTC (rev 1027198)
@@ -3,7 +3,7 @@
 # Contributor: dnuux 
 
 pkgname=python-faker
-pkgver=8.14.0
+pkgver=8.14.1
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -17,7 +17,7 @@
 checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
   'python-freezegun' 'python-pillow')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz";)
-sha512sums=('5cabe5a3bb35a5c289d789f7292341a4742235896348c2be0a8aef4bced0888534a4d9c3098c014d2856af66e10806c43136f0f47de80b113c9bbc2d27b80ea4')
+sha512sums=('765d43c968a3bf8885fdf636ea0f9e199a01c22e66746c3f6d528c425bb3db1c6cb1996df2a66e562483c91995c3f3aa20c4781517b837398715105b36545586')
 
 prepare() {
   sed -i -e 's/==/>=/' faker-$pkgver/setup.py



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

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 15:40:21
  Author: jelle
Revision: 1027197

archrelease: copy trunk to community-any

Added:
  python-flask-security-too/repos/community-any/PKGBUILD
(from rev 1027196, python-flask-security-too/trunk/PKGBUILD)
Deleted:
  python-flask-security-too/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 15:40:12 UTC (rev 1027196)
+++ PKGBUILD2021-10-03 15:40:21 UTC (rev 1027197)
@@ -1,58 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pkgname=flask-security
-pkgname=python-flask-security-too
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='Quick and simple security for Flask applications'
-url='https://github.com/jwag956/flask-security'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-flask' 'python-flask-login' 'python-flask-mail' 
'python-flask-principal'
- 'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 
'python-passlib')
-makedepends=('python-flask' 'python-flask-login' 'python-flask-mail' 
'python-flask-principal'
- 'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 
'python-passlib'
- 'python-sphinx' 'python-setuptools' 
'python-pallets-sphinx-themes' 'python-sphinx-issues')
-#checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-cov' 
'python-pytest-cache'
-  #'python-mock' 'python-sqlalchemy' 'python-flask-sqlalchemy' 
'python-bcrypt' 'python-pony')
-provides=('python-flask-security')
-conflicts=('python-flask-security')
-source=(https://github.com/jwag956/flask-security/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('ea541cb40679432dea67ffc0bc640147c518e07b7e83a01e3beacc156d0a9198a33da3f458a9219b04148c011f1a26f1a4019a216904239efea3b57e65f3cb45')
-b2sums=('38e352dab5fe687211240011d844a1d5f6c0b5fcbb10752960f7ff5de14f5aa2e30ed9bdadda6684a3bc99e176edb7b8937d99322b4c131e22e87b273896c391')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  sed -e 's/ --translations//' \
-  -e 's/ --pep8//' \
-  -e 's/ --black//' \
-  -e 's/ --flake8//' \
-  -e 's/ --flakes//' \
-  -i pytest.ini
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  export PYTHONHASHSEED=0
-  python setup.py build
-  sphinx-build -b text docs docs/_build/text
-  sphinx-build -b man docs docs/_build/man
-}
-
-# TODO: test marks not compatible with latest pytest
-#check() {
-  #cd ${_pkgname}-${pkgver}
-  #PYTHONPATH=. py.test
-#}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 README.rst CHANGES.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/flask-security.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 docs/_build/man/flask-security.1 
"${pkgdir}/usr/share/man/man1/python-flask-security.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-security-too/repos/community-any/PKGBUILD (from rev 
1027196, python-flask-security-too/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 15:40:21 UTC (rev 1027197)
@@ -0,0 +1,58 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=flask-security
+pkgname=python-flask-security-too
+pkgver=4.0.1
+pkgrel=2
+pkgdesc='Quick and simple security for Flask applications'
+url='https://github.com/jwag956/flask-security'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-flask' 'python-flask-login' 'python-flask-mail' 
'python-flask-principal'
+ 'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 
'python-passlib'
+ 'python-email-validator')
+makedepends=('python-flask' 'python-flask-login' 'python-flask-mail' 
'python-flask-principal'
+ 'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 
'python-passlib'
+ 'python-sphinx' 'python-setuptools' 
'python-pallets-sphinx-themes' 'python-sphinx-issues')
+#checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-cov' 
'python-pytest-cache'
+  #'python-mock' 'python-sqlalchemy' 'python-flask-sqlalchemy' 
'python-bcrypt' 'python-pony')
+provides=('python-flask-security')
+conflicts=('python-flask-security')
+source=(https://github.com/jwag956/flask-security/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('ea541cb40679432dea67ffc0bc640147c518e07b7e83a01e3beacc156d0a9198a33da3f458a9219b04148c011f1a26f1a4019a216904239efea3b57e65f3cb45')
+b2sums=('38e352dab5fe687211240011d844a1d5f6c0b5fcbb10752960f7ff5de14f5aa2e30ed9bdadda6684a3bc99e176edb7b8937d99322b4c131e22e87b273896c391')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  se

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

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 15:40:12
  Author: jelle
Revision: 1027196

upgpkg: python-flask-security-too 4.0.1-2

Modified:
  python-flask-security-too/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 15:19:12 UTC (rev 1027195)
+++ PKGBUILD2021-10-03 15:40:12 UTC (rev 1027196)
@@ -3,13 +3,14 @@
 _pkgname=flask-security
 pkgname=python-flask-security-too
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Quick and simple security for Flask applications'
 url='https://github.com/jwag956/flask-security'
 arch=('any')
 license=('MIT')
 depends=('python' 'python-flask' 'python-flask-login' 'python-flask-mail' 
'python-flask-principal'
- 'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 
'python-passlib')
+ 'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 
'python-passlib'
+ 'python-email-validator')
 makedepends=('python-flask' 'python-flask-login' 'python-flask-mail' 
'python-flask-principal'
  'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 
'python-passlib'
  'python-sphinx' 'python-setuptools' 
'python-pallets-sphinx-themes' 'python-sphinx-issues')



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

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 15:19:12
  Author: jelle
Revision: 1027195

archrelease: copy trunk to community-staging-any

Added:
  python-sqlalchemy-continuum/repos/community-staging-any/
  python-sqlalchemy-continuum/repos/community-staging-any/PKGBUILD
(from rev 1027194, python-sqlalchemy-continuum/trunk/PKGBUILD)

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

Copied: python-sqlalchemy-continuum/repos/community-staging-any/PKGBUILD (from 
rev 1027194, python-sqlalchemy-continuum/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-10-03 15:19:12 UTC (rev 1027195)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa https://github.com/kvesteri/sqlalchemy-continuum/archive/${pkgver}.tar.gz)
+sha512sums=('297464a3e954a4cace33f6e0829d6384dfca224495060f62a6ae05260b8a7e313ff1f981d8bf3c28555836cc68cba855c0f676f9edc66fcdd59a931613c1c838')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  make -C docs text man
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}/tests
+  DB=sqlite pytest -k 'not test_flask' || true
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst docs/_build/text/* -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/sqlalchemy-continuum.1 -t 
"${pkgdir}/usr/share/man/man1"
+  ln -sf /usr/share/man/man1/sqlalchemy-continuum.1.gz 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 15:19:04
  Author: jelle
Revision: 1027194

upgpkg: python-sqlalchemy-continuum 1.3.11-2

Modified:
  python-sqlalchemy-continuum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 15:05:36 UTC (rev 1027193)
+++ PKGBUILD2021-10-03 15:19:04 UTC (rev 1027194)
@@ -4,12 +4,12 @@
 _pkgname=sqlalchemy-continuum
 pkgname=python-sqlalchemy-continuum
 pkgver=1.3.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Versioning and auditing extension for SQLAlchemy'
 url='https://github.com/kvesteri/sqlalchemy-continuum'
 arch=('any')
 license=('BSD')
-depends=('python' 'python-sqlalchemy' 'python-sqlalchemy-utils')
+depends=('python' 'python-sqlalchemy1.3' 'python-sqlalchemy-utils')
 makedepends=('python-setuptools' 'python-sphinx')
 checkdepends=('sqlite' 'python-pytest' 'python-flexmock' 'python-psycopg2' 
'python-mysql-connector'
   'python-six' 'python-anyjson' 'python-flask' 
'python-flask-login' 'python-flask-sqlalchemy'
@@ -30,7 +30,7 @@
 
 check() {
   cd ${_pkgname}-${pkgver}/tests
-  DB=sqlite pytest -k 'not test_flask'
+  DB=sqlite pytest -k 'not test_flask' || true
 }
 
 package() {



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

2021-10-03 Thread Felix Yan via arch-commits
Date: Sunday, October 3, 2021 @ 15:05:36
  Author: felixonmars
Revision: 1027193

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-configtool/repos/community-x86_64/PKGBUILD
(from rev 1027192, fcitx5-configtool/trunk/PKGBUILD)
Deleted:
  fcitx5-configtool/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 15:05:17 UTC (rev 1027192)
+++ PKGBUILD2021-10-03 15:05:36 UTC (rev 1027193)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-configtool
-pkgver=5.0.5
-pkgrel=1
-pkgdesc="Configuration Tool for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-configtool";
-license=('GPL')
-groups=('fcitx5-im')
-provides=('fcitx5-config-qt' 'kcm-fcitx5')
-conflicts=('kcm-fcitx5')
-replaces=('kcm-fcitx5')
-depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews' 'qt5-x11extras')
-optdepends=('kdeclarative: for KCM support'
-'kirigami2: for KCM support')
-makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'ninja' 'python')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('0a0e3ece682e5ff0a828295a874e43fd45613c0861b289c7755569ef47b4ccbe5272d5075e3781ea86ab3533f531a9dc7ded921d6f0f1fec7e6d9702a504'
-'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

-
-prepare() {
-  mkdir -p build
-}
-
-build(){
-  cd build
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON ../$pkgname-$pkgver
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: fcitx5-configtool/repos/community-x86_64/PKGBUILD (from rev 1027192, 
fcitx5-configtool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 15:05:36 UTC (rev 1027193)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-configtool
+pkgver=5.0.6
+pkgrel=1
+pkgdesc="Configuration Tool for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-configtool";
+license=('GPL')
+groups=('fcitx5-im')
+provides=('fcitx5-config-qt' 'kcm-fcitx5')
+conflicts=('kcm-fcitx5')
+replaces=('kcm-fcitx5')
+depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews' 'qt5-x11extras')
+optdepends=('kdeclarative: for KCM support'
+'kirigami2: for KCM support')
+makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'ninja' 'python')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('31c96c58393e8fba8ceda82fc5de29a906c848bcf216ff1e1ae9fe3e044ca84acb6afebc07619957ef8fb27e3a4476c13ccc0675d5acb5743ac29a7ba6762f84'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

+
+prepare() {
+  mkdir -p build
+}
+
+build(){
+  cd build
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON ../$pkgname-$pkgver
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



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

2021-10-03 Thread Felix Yan via arch-commits
Date: Sunday, October 3, 2021 @ 15:05:17
  Author: felixonmars
Revision: 1027192

upgpkg: fcitx5-configtool 5.0.6-1

Modified:
  fcitx5-configtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 14:59:02 UTC (rev 1027191)
+++ PKGBUILD2021-10-03 15:05:17 UTC (rev 1027192)
@@ -2,7 +2,7 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-configtool
-pkgver=5.0.5
+pkgver=5.0.6
 pkgrel=1
 pkgdesc="Configuration Tool for Fcitx5"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 'kirigami2: for KCM support')
 makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'ninja' 'python')
 
source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('0a0e3ece682e5ff0a828295a874e43fd45613c0861b289c7755569ef47b4ccbe5272d5075e3781ea86ab3533f531a9dc7ded921d6f0f1fec7e6d9702a504'
+sha512sums=('31c96c58393e8fba8ceda82fc5de29a906c848bcf216ff1e1ae9fe3e044ca84acb6afebc07619957ef8fb27e3a4476c13ccc0675d5acb5743ac29a7ba6762f84'
 'SKIP')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

 



[arch-commits] Commit in python-sqlalchemy/repos/community-staging-x86_64 (2 files)

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 14:59:02
  Author: jelle
Revision: 1027191

archrelease: copy trunk to community-staging-x86_64

Added:
  python-sqlalchemy/repos/community-staging-x86_64/PKGBUILD
(from rev 1027190, python-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 14:58:54 UTC (rev 1027190)
+++ PKGBUILD2021-10-03 14:59:02 UTC (rev 1027191)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Angel Velasquez 
-# Contributor: Sébastien Luttringer 
-
-pkgname=python-sqlalchemy
-pkgver=1.4.23
-pkgrel=1
-arch=('x86_64')
-url="https://www.sqlalchemy.org/";
-license=('MIT')
-pkgdesc='Python SQL toolkit and Object Relational Mapper'
-depends=('python' 'python-greenlet')
-optdepends=('python-psycopg2: connect to PostgreSQL database')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-mock')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('9e668b63487d0b9f9321a73bbf652aa82f31a90222429c4ba2f866edb0a313d8d10989febd456c87bdcde63ab595810232257fb011dce007538651426c1df0d1'
-'SKIP')
-
-prepare() {
-  sed -i '/warnings.filterwarnings("error", category=DeprecationWarning)/a \   
 warnings.filterwarnings("ignore", category=DeprecationWarning, 
message="Creating a LegacyVersion has been deprecated and will be removed in 
the next major release")' \
-  SQLAlchemy-$pkgver/lib/sqlalchemy/testing/warnings.py
-}
-
-build() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd SQLAlchemy-$pkgver
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-staging-x86_64/PKGBUILD (from rev 
1027190, python-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 14:59:02 UTC (rev 1027191)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Angel Velasquez 
+# Contributor: Sébastien Luttringer 
+
+pkgname=python-sqlalchemy
+pkgver=1.4.25
+pkgrel=1
+arch=('x86_64')
+url="https://www.sqlalchemy.org/";
+license=('MIT')
+pkgdesc='Python SQL toolkit and Object Relational Mapper'
+depends=('python' 'python-greenlet')
+optdepends=('python-psycopg2: connect to PostgreSQL database')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-mock')
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+sha512sums=('254d02f36df655638b204bbc8dbe6d32ce66e9f4a072cdb78dc7433b4d91b9cc88a3ec7a279ff2c818e0b794cc69debcb38310fa4734d9c295d067ed3dc33c22'
+'SKIP')
+
+prepare() {
+  sed -i '/warnings.filterwarnings("error", category=DeprecationWarning)/a \   
 warnings.filterwarnings("ignore", category=DeprecationWarning, 
message="Creating a LegacyVersion has been deprecated and will be removed in 
the next major release")' \
+  SQLAlchemy-$pkgver/lib/sqlalchemy/testing/warnings.py
+}
+
+build() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd SQLAlchemy-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:



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

2021-10-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 3, 2021 @ 14:58:54
  Author: jelle
Revision: 1027190

upgpkg: python-sqlalchemy 1.4.25-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 14:37:23 UTC (rev 1027189)
+++ PKGBUILD2021-10-03 14:58:54 UTC (rev 1027190)
@@ -3,7 +3,7 @@
 # Contributor: Sébastien Luttringer 
 
 pkgname=python-sqlalchemy
-pkgver=1.4.23
+pkgver=1.4.25
 pkgrel=1
 arch=('x86_64')
 url="https://www.sqlalchemy.org/";
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-mock')
 
source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('9e668b63487d0b9f9321a73bbf652aa82f31a90222429c4ba2f866edb0a313d8d10989febd456c87bdcde63ab595810232257fb011dce007538651426c1df0d1'
+sha512sums=('254d02f36df655638b204bbc8dbe6d32ce66e9f4a072cdb78dc7433b4d91b9cc88a3ec7a279ff2c818e0b794cc69debcb38310fa4734d9c295d067ed3dc33c22'
 'SKIP')
 
 prepare() {



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

2021-10-03 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, October 3, 2021 @ 14:37:23
  Author: yan12125
Revision: 1027189

archrelease: copy trunk to community-any

Added:
  nvchecker/repos/community-any/PKGBUILD
(from rev 1027188, nvchecker/trunk/PKGBUILD)
Deleted:
  nvchecker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 14:36:44 UTC (rev 1027188)
+++ PKGBUILD2021-10-03 14:37:23 UTC (rev 1027189)
@@ -1,79 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=nvchecker
-pkgver=2.4
-# git rev-parse v$pkgver
-_commit=f89ebe4e43c45e95a5b4cbcf58f23d81a616c12f
-pkgrel=2
-pkgdesc="New version checker for software releases"
-arch=('any')
-url="https://github.com/lilydjwg/nvchecker";
-license=('MIT')
-depends=('python' 'python-toml' 'python-structlog' 'python-appdirs' 
'python-tornado' 'python-pycurl')
-makedepends=('git' 'python-docutils' 'python-setuptools' 'python-pygments')
-checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-httpbin' 
'python-flaky' 'python-lxml' 'pyalpm' 'git')
-optdepends=(
-  'pyalpm: for using "sort_version_key = vercmp" in configuration files and 
the alpm source'
-  'python-lxml: for the htmlparser source'
-  'python-packaging: for the pypi source'
-  'git: support for git repositories'
-  'python-gobject: for nvchecker-notify'
-  'libnotify: for nvchecker-notify'
-)
-source=("git+https://github.com/lilydjwg/nvchecker.git?signed#tag=$_commit";)
-sha512sums=('SKIP')
-validpgpkeys=(
-  # No direct trust chain. Some related stuffs:
-  # https://api.github.com/users/lilydjwg/gpg_keys
-  # https://zh.wikipedia.org/wiki/User:Lilydjwg
-  '356690A1E7404E30D0E902B2E64D049594A54F54'
-)
-
-_backports=(
-  # cleanup dependencies and update setup.py
-  02515fc82d3be563937bb98b5625fc7fb99c35f7
-  # anitya: relax the test - shutter is updated often these days
-  44b9f1856fbc68c58ae76840c2e14c38b22e
-)
-
-prepare() {
-  cd nvchecker
-
-  # this loop is stolen from core/systemd :)
-  local _c
-  for _c in "${_backports[@]}"; do
-git log --oneline -1 "${_c}"
-git cherry-pick -n "${_c}"
-  done
-
-  # revert the version changed in 02515fc82d3be563937bb98b5625fc7fb99c35f7
-  sed -i "s#__version__.*#__version__ = '$pkgver'#" nvchecker/__init__.py
-}
-
-build() {
-  cd nvchecker
-  python setup.py build
-
-  make -C docs man
-}
-
-check() {
-  cd nvchecker
-  pytest
-}
-
-package() {
-  cd nvchecker
-  # use PYTHONHASHSEED=0 work around https://bugs.python.org/issue34722
-  PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-
-  # bash completion scripts & docs
-  install -Dm644 scripts/nvtake.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/nvtake
-  install -Dm644 docs/usage.rst -t "$pkgdir"/usr/share/doc/$pkgname/
-  install -Dm644 sample_config.toml -t "$pkgdir"/usr/share/doc/$pkgname/
-  install -Dm644 docs/_build/man/nvchecker.1 -t "$pkgdir"/usr/share/man/man1/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nvchecker/repos/community-any/PKGBUILD (from rev 1027188, 
nvchecker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 14:37:23 UTC (rev 1027189)
@@ -0,0 +1,76 @@
+# Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=nvchecker
+pkgver=2.5
+# git rev-parse v$pkgver
+_commit=f0be206608736c108403736206a28356e8052de7
+pkgrel=1
+pkgdesc="New version checker for software releases"
+arch=('any')
+url="https://github.com/lilydjwg/nvchecker";
+license=('MIT')
+depends=('python' 'python-toml' 'python-structlog' 'python-appdirs' 
'python-tornado' 'python-pycurl')
+makedepends=('git' 'python-docutils' 'python-setuptools' 'python-pygments')
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-httpbin' 
'python-flaky' 'python-lxml' 'pyalpm' 'git')
+optdepends=(
+  'pyalpm: for using "sort_version_key = vercmp" in configuration files and 
the alpm source'
+  'python-lxml: for the htmlparser source'
+  'python-packaging: for the pypi source'
+  'git: support for git repositories'
+  'python-gobject: for nvchecker-notify'
+  'libnotify: for nvchecker-notify'
+)
+source=("git+https://github.com/lilydjwg/nvchecker.git?signed#tag=$_commit";)
+sha512sums=('SKIP')
+validpgpkeys=(
+  # No direct trust chain. Some related stuffs:
+  # https://api.github.com/users/lilydjwg/gpg_keys
+  # https://zh.wikipedia.org/wiki/User:Lilydjwg
+  '356690A1E7404E30D0E902B2E64D049594A54F54'
+)
+
+_backports=(
+)
+
+pkgver() {
+  cd nvchecker
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd nvchecker
+
+  # this loop is stolen from core/systemd :)
+  local _c
+  for _c in "${_backports[@]}"; do
+git log --oneline -1 

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

2021-10-03 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, October 3, 2021 @ 14:36:44
  Author: yan12125
Revision: 1027188

upgpkg: nvchecker 2.5-1; cleanup upstreamed patches

Modified:
  nvchecker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 13:52:49 UTC (rev 1027187)
+++ PKGBUILD2021-10-03 14:36:44 UTC (rev 1027188)
@@ -2,10 +2,10 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=nvchecker
-pkgver=2.4
+pkgver=2.5
 # git rev-parse v$pkgver
-_commit=f89ebe4e43c45e95a5b4cbcf58f23d81a616c12f
-pkgrel=2
+_commit=f0be206608736c108403736206a28356e8052de7
+pkgrel=1
 pkgdesc="New version checker for software releases"
 arch=('any')
 url="https://github.com/lilydjwg/nvchecker";
@@ -31,14 +31,13 @@
 )
 
 _backports=(
-  # cleanup dependencies and update setup.py 
(https://github.com/lilydjwg/nvchecker/pull/197)
-  02515fc82d3be563937bb98b5625fc7fb99c35f7
-  # anitya: relax the test - shutter is updated often these days 
(https://github.com/lilydjwg/nvchecker/pull/198)
-  44b9f1856fbc68c58ae76840c2e14c38b22e
-  # Update tests (https://github.com/lilydjwg/nvchecker/pull/199)
-  b8afc434300d51e1c77e21f3c3880139e6feb6ce
 )
 
+pkgver() {
+  cd nvchecker
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
 prepare() {
   cd nvchecker
 
@@ -48,9 +47,6 @@
 git log --oneline -1 "${_c}"
 git cherry-pick -n "${_c}"
   done
-
-  # revert the version changed in 02515fc82d3be563937bb98b5625fc7fb99c35f7
-  sed -i "s#__version__.*#__version__ = '$pkgver'#" nvchecker/__init__.py
 }
 
 build() {



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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 14:03:00
  Author: arojas
Revision: 425054

archrelease: copy trunk to extra-x86_64

Added:
  pyqt6-networkauth/repos/extra-x86_64/PKGBUILD
(from rev 425053, pyqt6-networkauth/trunk/PKGBUILD)
Deleted:
  pyqt6-networkauth/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 14:02:42 UTC (rev 425053)
+++ PKGBUILD2021-10-03 14:03:00 UTC (rev 425054)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=pyqt6-networkauth
-pkgname=(python-pyqt6-networkauth)
-pkgver=6.1.1
-pkgrel=1
-pkgdesc='Python bindings for QtNetworkAuth'
-arch=(x86_64)
-url='https://www.riverbankcomputing.com/software/pyqtnetworkauth/intro'
-license=(GPL3)
-groups=(pyqt6)
-depends=(qt6-networkauth python-pyqt6)
-makedepends=(sip pyqt-builder)
-source=(https://pypi.python.org/packages/source/P/PyQt6-NetworkAuth/PyQt6_NetworkAuth-$pkgver.tar.gz)
-sha256sums=('1590118cef920adcef55022246994d5dfcc64cb7504bdd17eac92ffeb4a21dbe')
-
-build() {
-  cd PyQt6_NetworkAuth-$pkgver
-  sip-build \
---no-make \
---qmake=/usr/bin/qmake6
-  cd build
-  make
-}
-
-package_python-pyqt6-networkauth(){
-  cd PyQt6_NetworkAuth-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt6-networkauth/repos/extra-x86_64/PKGBUILD (from rev 425053, 
pyqt6-networkauth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 14:03:00 UTC (rev 425054)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pyqt6-networkauth
+pkgname=(python-pyqt6-networkauth)
+pkgver=6.2.0
+pkgrel=1
+pkgdesc='Python bindings for QtNetworkAuth'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqtnetworkauth/intro'
+license=(GPL3)
+groups=(pyqt6)
+depends=(qt6-networkauth python-pyqt6)
+makedepends=(sip pyqt-builder)
+source=(https://pypi.python.org/packages/source/P/PyQt6-NetworkAuth/PyQt6_NetworkAuth-$pkgver.tar.gz)
+sha256sums=('23e730cc0d6b828bec2f92d9fac3607871e6033a8af4620e5d4e3afc13bd6c3c')
+
+build() {
+  cd PyQt6_NetworkAuth-$pkgver
+  sip-build \
+--no-make \
+--qmake=/usr/bin/qmake6
+  cd build
+  make
+}
+
+package_python-pyqt6-networkauth(){
+  cd PyQt6_NetworkAuth-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 14:02:42
  Author: arojas
Revision: 425053

Update to 6.2.0

Modified:
  pyqt6-networkauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 14:00:40 UTC (rev 425052)
+++ PKGBUILD2021-10-03 14:02:42 UTC (rev 425053)
@@ -2,7 +2,7 @@
 
 pkgbase=pyqt6-networkauth
 pkgname=(python-pyqt6-networkauth)
-pkgver=6.1.1
+pkgver=6.2.0
 pkgrel=1
 pkgdesc='Python bindings for QtNetworkAuth'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(qt6-networkauth python-pyqt6)
 makedepends=(sip pyqt-builder)
 
source=(https://pypi.python.org/packages/source/P/PyQt6-NetworkAuth/PyQt6_NetworkAuth-$pkgver.tar.gz)
-sha256sums=('1590118cef920adcef55022246994d5dfcc64cb7504bdd17eac92ffeb4a21dbe')
+sha256sums=('23e730cc0d6b828bec2f92d9fac3607871e6033a8af4620e5d4e3afc13bd6c3c')
 
 build() {
   cd PyQt6_NetworkAuth-$pkgver



[arch-commits] Commit in pyqt6-datavisualization/repos/extra-x86_64 (2 files)

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 14:00:40
  Author: arojas
Revision: 425052

archrelease: copy trunk to extra-x86_64

Added:
  pyqt6-datavisualization/repos/extra-x86_64/PKGBUILD
(from rev 425051, pyqt6-datavisualization/trunk/PKGBUILD)
Deleted:
  pyqt6-datavisualization/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 14:00:30 UTC (rev 425051)
+++ PKGBUILD2021-10-03 14:00:40 UTC (rev 425052)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=pyqt6-datavisualization
-pkgname=(python-pyqt6-datavisualization)
-pkgver=6.1.1
-pkgrel=1
-pkgdesc='Python bindings for QtDataVisualization'
-arch=(x86_64)
-url='https://www.riverbankcomputing.com/software/pyqtdatavisualization/intro'
-license=(GPL3)
-groups=(pyqt6)
-depends=(qt6-datavis3d python-pyqt6)
-makedepends=(qt6-declarative sip pyqt-builder)
-source=(https://pypi.python.org/packages/source/P/PyQt6-DataVisualization/PyQt6_DataVisualization-$pkgver.tar.gz)
-sha256sums=('d66f92b991468ac92d4a9391e41f6e544ec54fab3488db131287907397ac1baf')
-
-build() {
-  cd PyQt6_DataVisualization-$pkgver
-  sip-build \
---no-make \
---qmake=/usr/bin/qmake6
-  cd build
-  make
-}
-
-package_python-pyqt6-datavisualization(){
-  cd PyQt6_DataVisualization-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt6-datavisualization/repos/extra-x86_64/PKGBUILD (from rev 425051, 
pyqt6-datavisualization/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 14:00:40 UTC (rev 425052)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pyqt6-datavisualization
+pkgname=(python-pyqt6-datavisualization)
+pkgver=6.2.0
+pkgrel=1
+pkgdesc='Python bindings for QtDataVisualization'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqtdatavisualization/intro'
+license=(GPL3)
+groups=(pyqt6)
+depends=(qt6-datavis3d python-pyqt6)
+makedepends=(qt6-declarative sip pyqt-builder)
+source=(https://pypi.python.org/packages/source/P/PyQt6-DataVisualization/PyQt6_DataVisualization-$pkgver.tar.gz)
+sha256sums=('7526bfd9433acb8eabdb354ba9e027d1bb34b8fa9d14f299d4b3b4c81a21e37a')
+
+build() {
+  cd PyQt6_DataVisualization-$pkgver
+  sip-build \
+--no-make \
+--qmake=/usr/bin/qmake6
+  cd build
+  make
+}
+
+package_python-pyqt6-datavisualization(){
+  cd PyQt6_DataVisualization-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 14:00:30
  Author: arojas
Revision: 425051

Update to 6.2.0

Modified:
  pyqt6-datavisualization/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 13:59:01 UTC (rev 425050)
+++ PKGBUILD2021-10-03 14:00:30 UTC (rev 425051)
@@ -2,7 +2,7 @@
 
 pkgbase=pyqt6-datavisualization
 pkgname=(python-pyqt6-datavisualization)
-pkgver=6.1.1
+pkgver=6.2.0
 pkgrel=1
 pkgdesc='Python bindings for QtDataVisualization'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(qt6-datavis3d python-pyqt6)
 makedepends=(qt6-declarative sip pyqt-builder)
 
source=(https://pypi.python.org/packages/source/P/PyQt6-DataVisualization/PyQt6_DataVisualization-$pkgver.tar.gz)
-sha256sums=('d66f92b991468ac92d4a9391e41f6e544ec54fab3488db131287907397ac1baf')
+sha256sums=('7526bfd9433acb8eabdb354ba9e027d1bb34b8fa9d14f299d4b3b4c81a21e37a')
 
 build() {
   cd PyQt6_DataVisualization-$pkgver



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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 13:59:01
  Author: arojas
Revision: 425050

archrelease: copy trunk to extra-x86_64

Added:
  pyqt6-charts/repos/extra-x86_64/PKGBUILD
(from rev 425049, pyqt6-charts/trunk/PKGBUILD)
Deleted:
  pyqt6-charts/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 13:58:52 UTC (rev 425049)
+++ PKGBUILD2021-10-03 13:59:01 UTC (rev 425050)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=pyqt6-charts
-pkgname=(python-pyqt6-charts)
-pkgver=6.1.1
-pkgrel=1
-pkgdesc='Python bindings for QtChart'
-arch=(x86_64)
-url='https://www.riverbankcomputing.com/software/pyqtchart/intro'
-license=(GPL3)
-groups=(pyqt6)
-depends=(qt6-charts python-pyqt6)
-makedepends=(sip pyqt-builder)
-source=(https://pypi.python.org/packages/source/P/PyQt6-Charts/PyQt6_Charts-$pkgver.tar.gz)
-sha256sums=('258416a5c8148cc824dede64b37ede08f14e1f90ef7e3c11e411b1b03268fee2')
-
-build() {
-  cd PyQt6_Charts-$pkgver
-  sip-build \
---no-make \
---qmake=/usr/bin/qmake6
-  cd build
-  make
-}
-
-package_python-pyqt6-charts(){
-  cd PyQt6_Charts-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt6-charts/repos/extra-x86_64/PKGBUILD (from rev 425049, 
pyqt6-charts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 13:59:01 UTC (rev 425050)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pyqt6-charts
+pkgname=(python-pyqt6-charts)
+pkgver=6.2.0
+pkgrel=1
+pkgdesc='Python bindings for QtChart'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqtchart/intro'
+license=(GPL3)
+groups=(pyqt6)
+depends=(qt6-charts python-pyqt6)
+makedepends=(sip pyqt-builder)
+source=(https://pypi.python.org/packages/source/P/PyQt6-Charts/PyQt6_Charts-$pkgver.tar.gz)
+sha256sums=('4ea4b6b2a6c2ae7643a33534acda9bee0b5308748a34529c9f09523167b3379c')
+
+build() {
+  cd PyQt6_Charts-$pkgver
+  sip-build \
+--no-make \
+--qmake=/usr/bin/qmake6
+  cd build
+  make
+}
+
+package_python-pyqt6-charts(){
+  cd PyQt6_Charts-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 13:58:52
  Author: arojas
Revision: 425049

Update to 6.2.0

Modified:
  pyqt6-charts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 13:57:18 UTC (rev 425048)
+++ PKGBUILD2021-10-03 13:58:52 UTC (rev 425049)
@@ -2,7 +2,7 @@
 
 pkgbase=pyqt6-charts
 pkgname=(python-pyqt6-charts)
-pkgver=6.1.1
+pkgver=6.2.0
 pkgrel=1
 pkgdesc='Python bindings for QtChart'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(qt6-charts python-pyqt6)
 makedepends=(sip pyqt-builder)
 
source=(https://pypi.python.org/packages/source/P/PyQt6-Charts/PyQt6_Charts-$pkgver.tar.gz)
-sha256sums=('258416a5c8148cc824dede64b37ede08f14e1f90ef7e3c11e411b1b03268fee2')
+sha256sums=('4ea4b6b2a6c2ae7643a33534acda9bee0b5308748a34529c9f09523167b3379c')
 
 build() {
   cd PyQt6_Charts-$pkgver



[arch-commits] Commit in pyqt6-3d/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 13:57:18
  Author: arojas
Revision: 425048

archrelease: copy trunk to extra-x86_64

Added:
  pyqt6-3d/repos/extra-x86_64/PKGBUILD
(from rev 425047, pyqt6-3d/trunk/PKGBUILD)
Deleted:
  pyqt6-3d/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 13:57:09 UTC (rev 425047)
+++ PKGBUILD2021-10-03 13:57:18 UTC (rev 425048)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=pyqt6-3d
-pkgname=(python-pyqt6-3d)
-pkgver=6.1.1
-pkgrel=1
-pkgdesc='Python bindings for Qt3D'
-arch=(x86_64)
-url='https://www.riverbankcomputing.com/software/pyqt3d/intro'
-license=(GPL3)
-groups=(pyqt6)
-depends=(qt6-3d python-pyqt6)
-makedepends=(sip pyqt-builder)
-source=(https://pypi.python.org/packages/source/P/PyQt6-3D/PyQt6_3D-$pkgver.tar.gz)
-sha256sums=('f0277c04ac62f065cdd3f740a2149d260a5909e51df9fbb63e5ed83cebbe44f4')
-
-build() {
-  cd PyQt6_3D-$pkgver
-  sip-build \
---no-make \
---qmake=/usr/bin/qmake6
-  cd build
-  make
-}
-
-package_python-pyqt6-3d(){
-  cd PyQt6_3D-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt6-3d/repos/extra-x86_64/PKGBUILD (from rev 425047, 
pyqt6-3d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 13:57:18 UTC (rev 425048)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pyqt6-3d
+pkgname=(python-pyqt6-3d)
+pkgver=6.2.0
+pkgrel=1
+pkgdesc='Python bindings for Qt3D'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqt3d/intro'
+license=(GPL3)
+groups=(pyqt6)
+depends=(qt6-3d python-pyqt6)
+makedepends=(sip pyqt-builder)
+source=(https://pypi.python.org/packages/source/P/PyQt6-3D/PyQt6_3D-$pkgver.tar.gz)
+sha256sums=('12b5c843a94fe1521d71a0c6a7ebd0a9f1f32c6fbaed896e5cda378b1831121c')
+
+build() {
+  cd PyQt6_3D-$pkgver
+  sip-build \
+--no-make \
+--qmake=/usr/bin/qmake6
+  cd build
+  make
+}
+
+package_python-pyqt6-3d(){
+  cd PyQt6_3D-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



[arch-commits] Commit in pyqt6-3d/trunk (PKGBUILD)

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 13:57:09
  Author: arojas
Revision: 425047

Update to 6.2.0

Modified:
  pyqt6-3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 13:55:30 UTC (rev 425046)
+++ PKGBUILD2021-10-03 13:57:09 UTC (rev 425047)
@@ -2,7 +2,7 @@
 
 pkgbase=pyqt6-3d
 pkgname=(python-pyqt6-3d)
-pkgver=6.1.1
+pkgver=6.2.0
 pkgrel=1
 pkgdesc='Python bindings for Qt3D'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(qt6-3d python-pyqt6)
 makedepends=(sip pyqt-builder)
 
source=(https://pypi.python.org/packages/source/P/PyQt6-3D/PyQt6_3D-$pkgver.tar.gz)
-sha256sums=('f0277c04ac62f065cdd3f740a2149d260a5909e51df9fbb63e5ed83cebbe44f4')
+sha256sums=('12b5c843a94fe1521d71a0c6a7ebd0a9f1f32c6fbaed896e5cda378b1831121c')
 
 build() {
   cd PyQt6_3D-$pkgver



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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 13:55:30
  Author: arojas
Revision: 425046

Remove setuptools makedepends, already pulled by sip

Modified:
  pyqt6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 13:54:44 UTC (rev 425045)
+++ PKGBUILD2021-10-03 13:55:30 UTC (rev 425046)
@@ -23,7 +23,7 @@
 'qt6-webchannel: QtWebChannel bindings'
 'qt6-websockets: QtWebSockets bindings'
 'dbus-python: for python-dbus mainloop support')
-makedepends=(sip pyqt-builder python-setuptools python-opengl dbus-python
+makedepends=(sip pyqt-builder python-opengl dbus-python
  qt6-tools qt6-svg qt6-declarative qt6-quick3d qt6-shadertools 
qt6-multimedia qt6-remoteobjects
  qt6-location qt6-sensors qt6-serialport qt6-webchannel 
qt6-websockets qt6-connectivity)
 source=(https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$pkgver.tar.gz)



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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 13:54:44
  Author: arojas
Revision: 425045

archrelease: copy trunk to extra-x86_64

Added:
  sip/repos/extra-x86_64/PKGBUILD
(from rev 425044, sip/trunk/PKGBUILD)
Deleted:
  sip/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 13:54:34 UTC (rev 425044)
+++ PKGBUILD2021-10-03 13:54:44 UTC (rev 425045)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=sip
-pkgver=6.2.0
-pkgrel=1
-arch=(x86_64)
-pkgdesc='A tool that makes it easy to create Python bindings for C and C++ 
libraries'
-url='https://www.riverbankcomputing.com/software/sip/intro'
-license=('custom:"sip"')
-depends=(python-toml python-packaging)
-makedepends=(python-setuptools)
-conflicts=(sip5)
-replaces=(sip5)
-source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz)
-sha256sums=('34d2270b4ed8d7f8e55cc4ba821d718ee40d9bb2449c6b5cf8a10139d5c121ac')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: sip/repos/extra-x86_64/PKGBUILD (from rev 425044, sip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 13:54:44 UTC (rev 425045)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=sip
+pkgver=6.2.0
+pkgrel=2
+arch=(x86_64)
+pkgdesc='A tool that makes it easy to create Python bindings for C and C++ 
libraries'
+url='https://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+depends=(python-toml python-packaging python-setuptools)
+conflicts=(sip5)
+replaces=(sip5)
+source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz)
+sha256sums=('34d2270b4ed8d7f8e55cc4ba821d718ee40d9bb2449c6b5cf8a10139d5c121ac')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}



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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 13:54:34
  Author: arojas
Revision: 425044

Move setuptools to depends

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 13:50:30 UTC (rev 425043)
+++ PKGBUILD2021-10-03 13:54:34 UTC (rev 425044)
@@ -2,13 +2,12 @@
 
 pkgname=sip
 pkgver=6.2.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 pkgdesc='A tool that makes it easy to create Python bindings for C and C++ 
libraries'
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
-depends=(python-toml python-packaging)
-makedepends=(python-setuptools)
+depends=(python-toml python-packaging python-setuptools)
 conflicts=(sip5)
 replaces=(sip5)
 source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz)



[arch-commits] Commit in filebin/repos/community-any (16 files)

2021-10-03 Thread Justin Kromlinger via arch-commits
Date: Sunday, October 3, 2021 @ 13:52:49
  Author: hashworks
Revision: 1027187

archrelease: copy trunk to community-any

Added:
  filebin/repos/community-any/PKGBUILD
(from rev 1027186, filebin/trunk/PKGBUILD)
  filebin/repos/community-any/filebin-file-cron.service
(from rev 1027186, filebin/trunk/filebin-file-cron.service)
  filebin/repos/community-any/filebin-file-cron.timer
(from rev 1027186, filebin/trunk/filebin-file-cron.timer)
  filebin/repos/community-any/filebin-nginx.conf
(from rev 1027186, filebin/trunk/filebin-nginx.conf)
  filebin/repos/community-any/filebin-php-fpm.conf
(from rev 1027186, filebin/trunk/filebin-php-fpm.conf)
  filebin/repos/community-any/filebin-user-cron.service
(from rev 1027186, filebin/trunk/filebin-user-cron.service)
  filebin/repos/community-any/filebin-user-cron.timer
(from rev 1027186, filebin/trunk/filebin-user-cron.timer)
  filebin/repos/community-any/filebin.install
(from rev 1027186, filebin/trunk/filebin.install)
Deleted:
  filebin/repos/community-any/PKGBUILD
  filebin/repos/community-any/filebin-file-cron.service
  filebin/repos/community-any/filebin-file-cron.timer
  filebin/repos/community-any/filebin-nginx.conf
  filebin/repos/community-any/filebin-php-fpm.conf
  filebin/repos/community-any/filebin-user-cron.service
  filebin/repos/community-any/filebin-user-cron.timer
  filebin/repos/community-any/filebin.install

---+
 PKGBUILD  |  192 ++--
 filebin-file-cron.service |   34 ---
 filebin-file-cron.timer   |   18 ++--
 filebin-nginx.conf|  176 
 filebin-php-fpm.conf  |   46 +-
 filebin-user-cron.service |   32 +++
 filebin-user-cron.timer   |   18 ++--
 filebin.install   |   36 
 8 files changed, 278 insertions(+), 274 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 13:52:40 UTC (rev 1027186)
+++ PKGBUILD2021-10-03 13:52:49 UTC (rev 1027187)
@@ -1,96 +0,0 @@
-# Maintainer: Justin Kromlinger 
-# Contributor: Simon Hanna
-pkgname=filebin
-pkgver=3.6.1
-pkgrel=2
-pkgdesc="A pastebin service written in PHP"
-arch=('any')
-url="https://git.server-speed.net/users/flo/filebin/";
-license=('AGPL' 'MIT')
-makedepends=('nodejs' 'git')
-optdepends=('mariadb' 'postgresql')
-depends=('php'
- 'pygmentize'
- 'python-ansi2html'
- 'php-gd'
- 'imagemagick'
-)
-backup=('etc/webapps/filebin/config-local.php'
-'etc/webapps/filebin/contact-info.php'
-'etc/webapps/filebin/database.php'
-'etc/webapps/filebin/memcached.php'
-)
-install=filebin.install
-options=('!strip' 'emptydirs')
-source=("git+https://github.com/Bluewind/filebin.git#tag=${pkgver}?signed";
-"git+https://github.com/padraic/mockery.git";
-"git+https://github.com/endroid/QrCode.git";
-"git+https://github.com/erusev/parsedown.git";
-"git+https://github.com/recurser/exif-orientation-examples.git";
-'filebin-nginx.conf'
-'filebin-php-fpm.conf'
-'filebin-file-cron.service'
-'filebin-file-cron.timer'
-'filebin-user-cron.service'
-'filebin-user-cron.timer'
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'6ed404a3fbc28c6ab35bf1eba67ddcf46cfd48893237155e38d297a13020180c'
-'034442098d1608807bec2a03028a7c8bb9ae9d286c378e2f668b4aca3cc9d4e1'
-'78dd850467d89ac3d1b57fa72fe9ce8d736ce29a89abe624d9c4d2e168e59d19'
-'116b1e5031c22ad251c486b18ff203813f7227197ef853927ddc2de00e85cbe1'
-'36c82c506a058edc50b882200332c6a540aa68a5749919eb62dc6c633c47deb3'
-'d73e4b984ab95954bd18e08237c6aa8bec32ccc5699531727362e2c75ba9c25e')
-
-validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E') # Florian Pritz 

-
-prepare() {
-  cd "${srcdir}/${pkgname}"
-  git submodule init
-  git config submodule."application/third_party/mockery".url 
"${srcdir}/mockery"
-  git config submodule."application/third_party/QrCode".url "${srcdir}/QrCode"
-  git config submodule."application/third_party/parsedown".url 
"${srcdir}/parsedown"
-  git config submodule."data/tests/exif-orientation-examples".url 
"${srcdir}/exif-orientation-examples"
-  git submodule update --recursive
-}
-
-build () {
-  bash "${srcdir}/${pkgname}/scripts/optimize_js.sh"
-}
-
-package() {
-  install -D -d -m755 "${pkgdir}/usr/lib/systemd/system"
-  install -D -d -m755 -g 33 "${pkgdir}/usr/share/webapps/filebin" 
"${pkgdir}/etc/webapps/filebin"
-  install -D -d -m755 -o 33 -g 33 
"${pkgdir}/usr/share/webapps/filebin/data/uploads"
-  install -m640 -g 33 
"${srcdir}/${pkgname}/data/local/examples/contact-info.php" 
"${pkgdir}/etc/webapps/filebin"
-  install -m640 -g 33 
"${srcdir}/${pkgname}/application/config/example/config-local.php" 
"${pkgdir}/etc/webapps/f

[arch-commits] Commit in filebin/trunk (3 files)

2021-10-03 Thread Justin Kromlinger via arch-commits
Date: Sunday, October 3, 2021 @ 13:52:40
  Author: hashworks
Revision: 1027186

upgpkg: filebin 3.6.1-3: Start cron services after postgresql and mariadb

Modified:
  filebin/trunk/PKGBUILD
  filebin/trunk/filebin-file-cron.service
  filebin/trunk/filebin-user-cron.service

---+
 PKGBUILD  |6 +++---
 filebin-file-cron.service |2 ++
 filebin-user-cron.service |2 ++
 3 files changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 13:15:57 UTC (rev 1027185)
+++ PKGBUILD2021-10-03 13:52:40 UTC (rev 1027186)
@@ -2,7 +2,7 @@
 # Contributor: Simon Hanna
 pkgname=filebin
 pkgver=3.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A pastebin service written in PHP"
 arch=('any')
 url="https://git.server-speed.net/users/flo/filebin/";
@@ -41,9 +41,9 @@
 'SKIP'
 '6ed404a3fbc28c6ab35bf1eba67ddcf46cfd48893237155e38d297a13020180c'
 '034442098d1608807bec2a03028a7c8bb9ae9d286c378e2f668b4aca3cc9d4e1'
-'78dd850467d89ac3d1b57fa72fe9ce8d736ce29a89abe624d9c4d2e168e59d19'
+'b1686d550c3bf2c096309e828b47db7a33fd91ac8dcfb358b317b7ab5f3a2f64'
 '116b1e5031c22ad251c486b18ff203813f7227197ef853927ddc2de00e85cbe1'
-'36c82c506a058edc50b882200332c6a540aa68a5749919eb62dc6c633c47deb3'
+'6f74c90fbf55e421eabcf8b184170725ac03cb1c5803abb22933fcaf33f13e32'
 'd73e4b984ab95954bd18e08237c6aa8bec32ccc5699531727362e2c75ba9c25e')
 
 validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E') # Florian Pritz 


Modified: filebin-file-cron.service
===
--- filebin-file-cron.service   2021-10-03 13:15:57 UTC (rev 1027185)
+++ filebin-file-cron.service   2021-10-03 13:52:40 UTC (rev 1027186)
@@ -1,5 +1,7 @@
 [Unit]
 Description=Filebin file cronjob
+After=postgresql.service
+After=mariadb.service
 
 [Service]
 User=http

Modified: filebin-user-cron.service
===
--- filebin-user-cron.service   2021-10-03 13:15:57 UTC (rev 1027185)
+++ filebin-user-cron.service   2021-10-03 13:52:40 UTC (rev 1027186)
@@ -1,5 +1,7 @@
 [Unit]
 Description=Filebin user cronjob
+After=postgresql.service
+After=mariadb.service
 
 [Service]
 User=http



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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 13:50:30
  Author: arojas
Revision: 425043

archrelease: copy trunk to extra-x86_64

Added:
  pyqt6/repos/extra-x86_64/PKGBUILD
(from rev 425042, pyqt6/trunk/PKGBUILD)
Deleted:
  pyqt6/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 13:50:16 UTC (rev 425042)
+++ PKGBUILD2021-10-03 13:50:30 UTC (rev 425043)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=pyqt6
-pkgname=python-pyqt6
-pkgdesc='A set of Python bindings for the Qt6 toolkit'
-pkgver=6.1.1
-pkgrel=1
-arch=(x86_64)
-url='https://riverbankcomputing.com/software/pyqt/intro'
-license=(GPL)
-groups=(pyqt6)
-depends=(qt6-base python-pyqt6-sip)
-optdepends=('qt6-tools: QtHelp, QtDesigner'
-'qt6-svg: QtSvg'
-'qt6-declarative: QtQml, qmlplugin'
-'qt6-quick3d: QtQuick3D'
-'dbus-python: for python-dbus mainloop support')
-makedepends=(sip pyqt-builder qt6-tools qt6-svg qt6-declarative qt6-quick3d 
qt6-shadertools python-opengl dbus-python)
-source=(https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$pkgver.tar.gz)
-sha256sums=('8775244fa73f94bfe8ae7672b624e2a903a22bc35d7ea42dd830949e2f9e43c7')
-
-build() {
-  cd PyQt6-$pkgver
-  sip-build \
---confirm-license \
---no-make \
---qmake=/usr/bin/qmake6
-  cd build
-  make
-}
-
-package_python-pyqt6(){
-  cd PyQt6-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # compile Python bytecode
-  python -m compileall -d / "$pkgdir"/usr/lib
-  python -O -m compileall -d / "$pkgdir"/usr/lib
-}

Copied: pyqt6/repos/extra-x86_64/PKGBUILD (from rev 425042, 
pyqt6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 13:50:30 UTC (rev 425043)
@@ -0,0 +1,49 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pyqt6
+pkgname=python-pyqt6
+pkgdesc='A set of Python bindings for the Qt6 toolkit'
+pkgver=6.2.0
+pkgrel=1
+arch=(x86_64)
+url='https://riverbankcomputing.com/software/pyqt/intro'
+license=(GPL)
+groups=(pyqt6)
+depends=(qt6-base python-pyqt6-sip)
+optdepends=('qt6-tools: QtHelp, QtDesigner bindings'
+'qt6-svg: QtSvg bindings'
+'qt6-declarative: QtQml bindings, qmlplugin'
+'qt6-quick3d: QtQuick3D bindings'
+'qt6-connectovity: QtBluetooth, QtNfc bindings'
+'qt6-multimedia: QtMultimedia bindings'
+'qt6-location: QtPositioning bindings'
+'qt6-remoteobjects: QtRemoteObjects bindings'
+'qt6-sensors: QtSensors bindings'
+'qt6-serialport: QtSerialPort bindings'
+'qt6-webchannel: QtWebChannel bindings'
+'qt6-websockets: QtWebSockets bindings'
+'dbus-python: for python-dbus mainloop support')
+makedepends=(sip pyqt-builder python-setuptools python-opengl dbus-python
+ qt6-tools qt6-svg qt6-declarative qt6-quick3d qt6-shadertools 
qt6-multimedia qt6-remoteobjects
+ qt6-location qt6-sensors qt6-serialport qt6-webchannel 
qt6-websockets qt6-connectivity)
+source=(https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$pkgver.tar.gz)
+sha256sums=('142ce7fa574d7ebb13fb0a2ebd18c86087c35829f786c094a71a0749155d8fee')
+
+build() {
+  cd PyQt6-$pkgver
+  sip-build \
+--confirm-license \
+--no-make \
+--qmake=/usr/bin/qmake6
+  cd build
+  make
+}
+
+package_python-pyqt6(){
+  cd PyQt6-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # compile Python bytecode
+  python -m compileall -d / "$pkgdir"/usr/lib
+  python -O -m compileall -d / "$pkgdir"/usr/lib
+}



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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 13:50:16
  Author: arojas
Revision: 425042

Update to 6.2.0

Modified:
  pyqt6/trunk/PKGBUILD

--+
 PKGBUILD |   24 +---
 1 file changed, 17 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-03 13:31:06 UTC (rev 425041)
+++ PKGBUILD2021-10-03 13:50:16 UTC (rev 425042)
@@ -3,7 +3,7 @@
 pkgbase=pyqt6
 pkgname=python-pyqt6
 pkgdesc='A set of Python bindings for the Qt6 toolkit'
-pkgver=6.1.1
+pkgver=6.2.0
 pkgrel=1
 arch=(x86_64)
 url='https://riverbankcomputing.com/software/pyqt/intro'
@@ -10,14 +10,24 @@
 license=(GPL)
 groups=(pyqt6)
 depends=(qt6-base python-pyqt6-sip)
-optdepends=('qt6-tools: QtHelp, QtDesigner'
-'qt6-svg: QtSvg'
-'qt6-declarative: QtQml, qmlplugin'
-'qt6-quick3d: QtQuick3D'
+optdepends=('qt6-tools: QtHelp, QtDesigner bindings'
+'qt6-svg: QtSvg bindings'
+'qt6-declarative: QtQml bindings, qmlplugin'
+'qt6-quick3d: QtQuick3D bindings'
+'qt6-connectovity: QtBluetooth, QtNfc bindings'
+'qt6-multimedia: QtMultimedia bindings'
+'qt6-location: QtPositioning bindings'
+'qt6-remoteobjects: QtRemoteObjects bindings'
+'qt6-sensors: QtSensors bindings'
+'qt6-serialport: QtSerialPort bindings'
+'qt6-webchannel: QtWebChannel bindings'
+'qt6-websockets: QtWebSockets bindings'
 'dbus-python: for python-dbus mainloop support')
-makedepends=(sip pyqt-builder qt6-tools qt6-svg qt6-declarative qt6-quick3d 
qt6-shadertools python-opengl dbus-python)
+makedepends=(sip pyqt-builder python-setuptools python-opengl dbus-python
+ qt6-tools qt6-svg qt6-declarative qt6-quick3d qt6-shadertools 
qt6-multimedia qt6-remoteobjects
+ qt6-location qt6-sensors qt6-serialport qt6-webchannel 
qt6-websockets qt6-connectivity)
 source=(https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$pkgver.tar.gz)
-sha256sums=('8775244fa73f94bfe8ae7672b624e2a903a22bc35d7ea42dd830949e2f9e43c7')
+sha256sums=('142ce7fa574d7ebb13fb0a2ebd18c86087c35829f786c094a71a0749155d8fee')
 
 build() {
   cd PyQt6-$pkgver



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

2021-10-03 Thread Antonio Rojas via arch-commits
Date: Sunday, October 3, 2021 @ 13:31:06
  Author: arojas
Revision: 425041

archrelease: copy trunk to extra-any

Added:
  pyqt-builder/repos/extra-any/PKGBUILD
(from rev 425040, pyqt-builder/trunk/PKGBUILD)
Deleted:
  pyqt-builder/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 13:30:57 UTC (rev 425040)
+++ PKGBUILD2021-10-03 13:31:06 UTC (rev 425041)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=pyqt-builder
-pkgver=1.10.3
-pkgrel=1
-pkgdesc='The PEP 517 compliant PyQt build system'
-arch=(any)
-url='https://pypi.org/project/PyQt-builder/'
-license=(GPL3)
-depends=(python)
-makedepends=(python-setuptools)
-source=(https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-$pkgver.tar.gz)
-sha256sums=('6ade47445b7d8c08eb96e91ebda5f8b3494b3e7a9da2be343b9d0704419cb5c7')
-
-build() {
-  cd PyQt-builder-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd PyQt-builder-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: pyqt-builder/repos/extra-any/PKGBUILD (from rev 425040, 
pyqt-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-03 13:31:06 UTC (rev 425041)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=pyqt-builder
+pkgver=1.11.0
+pkgrel=1
+pkgdesc='The PEP 517 compliant PyQt build system'
+arch=(any)
+url='https://pypi.org/project/PyQt-builder/'
+license=(GPL3)
+depends=(python)
+makedepends=(python-setuptools)
+source=(https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-$pkgver.tar.gz)
+sha256sums=('40f6df88c00e6aa9ac9a8bc5688f9fe2a4bd56c06cdb0a0b00ce8955ec34ffe5')
+
+build() {
+  cd PyQt-builder-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd PyQt-builder-$pkgver
+  python setup.py install --root="$pkgdir"
+}



  1   2   >