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

2021-11-05 Thread Daurnimator via arch-commits
Date: Saturday, November 6, 2021 @ 05:55:04
  Author: daurnimator
Revision: 1037422

archrelease: copy trunk to community-any

Added:
  passff-host/repos/community-any/PKGBUILD
(from rev 1037421, passff-host/trunk/PKGBUILD)
Deleted:
  passff-host/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-06 05:54:44 UTC (rev 1037421)
+++ PKGBUILD2021-11-06 05:55:04 UTC (rev 1037422)
@@ -1,41 +0,0 @@
-# Maintainer: Daurnimator 
-# Contributor: Jaron Kent-Dobias 
-# Contributor: arcnmx 
-
-pkgname=passff-host
-pkgver=1.2.2
-pkgrel=1
-epoch=1
-pkgdesc="PassFF native messaging host application for Firefox, Chromium, 
Chrome, Vivaldi"
-url="https://github.com/passff/passff-host;
-license=(GPL2)
-depends=('pass' 'python')
-optdepends=('pass-otp')
-arch=('any')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/passff/passff-host/archive/${pkgver}.tar.gz;)
-sha256sums=('b8c402fc5c97c0536042434fa091af641cb047372ec2091b6e499117f67c0542')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  sed -i -e "s/_VERSIONHOLDER_/${pkgver}/g" 'src/passff.py'
-  sed -i -e 's/PLACEHOLDER/\/usr\/share\/passff\/passff.py/' 'src/passff.json'
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -Dm 755 "src/passff.py" "${pkgdir}/usr/share/passff/passff.py"
-  python -O -m compileall "${pkgdir}/usr/share/passff/passff.py"
-
-  install -Dm 644 "src/passff.json" "${pkgdir}/usr/share/passff/passff.json"
-  for d in \
-'/etc/chromium/native-messaging-hosts' \
-'/etc/opt/chrome/native-messaging-hosts' \
-'/usr/lib/mozilla/native-messaging-hosts' \
-'/etc/vivaldi/native-messaging-hosts' \
-  ; do
-mkdir -p "${pkgdir}/${d}/"
-ln -s '/usr/share/passff/passff.json' "${pkgdir}/${d}/passff.json"
-  done
-}

Copied: passff-host/repos/community-any/PKGBUILD (from rev 1037421, 
passff-host/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-06 05:55:04 UTC (rev 1037422)
@@ -0,0 +1,41 @@
+# Maintainer: Daurnimator 
+# Contributor: Jaron Kent-Dobias 
+# Contributor: arcnmx 
+
+pkgname=passff-host
+pkgver=1.2.3
+pkgrel=1
+epoch=1
+pkgdesc="PassFF native messaging host application for Firefox, Chromium, 
Chrome, Vivaldi"
+url="https://github.com/passff/passff-host;
+license=(GPL2)
+depends=('pass' 'python')
+optdepends=('pass-otp')
+arch=('any')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/passff/passff-host/archive/${pkgver}.tar.gz;)
+sha256sums=('891c75c87db4c982d05b0beb87061ba8e89f6abe27c74c5c6cb43f7a44034aba')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  sed -i -e "s/_VERSIONHOLDER_/${pkgver}/g" 'src/passff.py'
+  sed -i -e 's/PLACEHOLDER/\/usr\/share\/passff\/passff.py/' 'src/passff.json'
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -Dm 755 "src/passff.py" "${pkgdir}/usr/share/passff/passff.py"
+  python -O -m compileall "${pkgdir}/usr/share/passff/passff.py"
+
+  install -Dm 644 "src/passff.json" "${pkgdir}/usr/share/passff/passff.json"
+  for d in \
+'/etc/chromium/native-messaging-hosts' \
+'/etc/opt/chrome/native-messaging-hosts' \
+'/usr/lib/mozilla/native-messaging-hosts' \
+'/etc/vivaldi/native-messaging-hosts' \
+  ; do
+mkdir -p "${pkgdir}/${d}/"
+ln -s '/usr/share/passff/passff.json' "${pkgdir}/${d}/passff.json"
+  done
+}



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

2021-11-05 Thread Daurnimator via arch-commits
Date: Saturday, November 6, 2021 @ 05:54:44
  Author: daurnimator
Revision: 1037421

upgpkg: passff-host 1:1.2.3-1

Modified:
  passff-host/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 05:50:32 UTC (rev 1037420)
+++ PKGBUILD2021-11-06 05:54:44 UTC (rev 1037421)
@@ -3,7 +3,7 @@
 # Contributor: arcnmx 
 
 pkgname=passff-host
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 epoch=1
 pkgdesc="PassFF native messaging host application for Firefox, Chromium, 
Chrome, Vivaldi"
@@ -13,7 +13,7 @@
 optdepends=('pass-otp')
 arch=('any')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/passff/passff-host/archive/${pkgver}.tar.gz;)
-sha256sums=('b8c402fc5c97c0536042434fa091af641cb047372ec2091b6e499117f67c0542')
+sha256sums=('891c75c87db4c982d05b0beb87061ba8e89f6abe27c74c5c6cb43f7a44034aba')
 
 build() {
   cd "${pkgname}-${pkgver}"



[arch-commits] Commit in loki/repos/community-x86_64 (14 files)

2021-11-05 Thread Daurnimator via arch-commits
Date: Saturday, November 6, 2021 @ 05:50:32
  Author: daurnimator
Revision: 1037420

archrelease: copy trunk to community-x86_64

Added:
  loki/repos/community-x86_64/PKGBUILD
(from rev 1037419, loki/trunk/PKGBUILD)
  loki/repos/community-x86_64/loki.service
(from rev 1037419, loki/trunk/loki.service)
  loki/repos/community-x86_64/loki.sysusers
(from rev 1037419, loki/trunk/loki.sysusers)
  loki/repos/community-x86_64/loki.tmpfiles
(from rev 1037419, loki/trunk/loki.tmpfiles)
  loki/repos/community-x86_64/promtail.service
(from rev 1037419, loki/trunk/promtail.service)
  loki/repos/community-x86_64/promtail.sysusers
(from rev 1037419, loki/trunk/promtail.sysusers)
  loki/repos/community-x86_64/promtail.tmpfiles
(from rev 1037419, loki/trunk/promtail.tmpfiles)
Deleted:
  loki/repos/community-x86_64/PKGBUILD
  loki/repos/community-x86_64/loki.service
  loki/repos/community-x86_64/loki.sysusers
  loki/repos/community-x86_64/loki.tmpfiles
  loki/repos/community-x86_64/promtail.service
  loki/repos/community-x86_64/promtail.sysusers
  loki/repos/community-x86_64/promtail.tmpfiles

---+
 PKGBUILD  |  183 +---
 loki.service  |   58 
 loki.sysusers |2 
 loki.tmpfiles |2 
 promtail.service  |   56 +++
 promtail.sysusers |4 -
 promtail.tmpfiles |2 
 7 files changed, 153 insertions(+), 154 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-06 05:49:32 UTC (rev 1037419)
+++ PKGBUILD2021-11-06 05:50:32 UTC (rev 1037420)
@@ -1,92 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Jelle van der Waa 
-
-pkgname=('loki' 'loki-canary' 'promtail' 'logcli')
-pkgver=2.3.0
-pkgrel=2
-pkgdesc='like Prometheus, but for logs'
-url='https://github.com/grafana/loki'
-arch=('x86_64')
-license=('AGPL3' 'Apache')
-depends=('glibc')
-makedepends=('go' 'systemd')
-source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/loki/archive/v$pkgver.tar.gz
-promtail.sysusers promtail.service promtail.tmpfiles
-loki.sysusers loki.service loki.tmpfiles)
-sha512sums=('7f2855d8df69c551e182d0e27e2a6fb6960fa5bc525dcc90cb2dc2428f52aeb5e2bddd0a9232e1ab70cbe60a9d5bb3349ba749dbee82fc63c6fc43e61240feed'
-
'2b6c44b18ea3c9f955a7450222180d0b20b5fc551d0b7e5d0d8949e40adc847c4166829146260f87a75732cc5473eab0347dd56fc2125517698bac0652738c74'
-
'7ff5c7324a4c883f5156b55cd025d2df8d8be134c18b1ecc007f89cafe20b4bed6c612b81588c9c660dd2fd3b6091fd952fcd3ad69a44e1ffa02e1eaeb05b290'
-
'598042c40673a7914c5a1eeccfb78f832379a61f4360212c5d86f667343cf2fc78e98d9025f9717ea64f3e16e0a28f08cd7709706d811656722019f6167dd788'
-
'f00b3cb64b71d3ca5a422a2bdff1f81a3e2707c4f73bcb27e24338eabff039b96125c847aaae43c9b22ccc47f89585118c1d0e0b29c4eb7b6f9260c68f8a8324'
-
'03904b67617e4064a1eb39b6edfaec5d55bc85f142e867d115d3d0e12494a052fddf13bb6f5c541aaca29a18582df2332bb0cc6b8f29928cf6a0d5d2710ead74'
-
'de40d1e6752edbf8c21317ce1ee10f98dfc869e569c07092c613f7144e261e9438683a145a2e0e37e2a9fc758c5c2f02e1d0ac1c60347e98b147e4a550ec6040')
-
-build() {
-  cd loki-$pkgver
-
-  for path in cmd/loki cmd/loki-canary cmd/logcli clients/cmd/promtail; do
-go build \
-  -trimpath \
-  -buildmode=pie \
-  -mod=readonly \
-  -modcacherw \
-  -ldflags " \
- -X github.com/grafana/loki/pkg/util/build.Version=$pkgver
- -X github.com/grafana/loki/pkg/util/build.BuildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH})
- -linkmode external
- -extldflags \"${LDFLAGS}\"" \
-  ./"$path"
-  done
-}
-
-check() {
-  cd loki-$pkgver
-
-  # https://github.com/grafana/loki/issues/4110
-  go test -v $(go list ./... | grep -v 
/pkg/storage/stores/shipper/compactor/retention)
-}
-
-package_loki() {
-  backup=('etc/loki/loki.yaml')
-
-  cd loki-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin loki
-
-  install -Dm644 cmd/loki/loki-local-config.yaml $pkgdir/etc/loki/loki.yaml
-
-  install -Dm644 ${srcdir}/loki.sysusers "$pkgdir/usr/lib/sysusers.d/loki.conf"
-  install -Dm644 ${srcdir}/loki.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/loki.conf"
-  install -Dm644 ${srcdir}/loki.service 
"$pkgdir/usr/lib/systemd/system/loki.service"
-}
-
-package_loki-canary() {
-  pkgdesc="A standalone app that audits the log capturing performance of Loki"
-
-  cd loki-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin loki-canary
-}
-
-package_promtail() {
-  pkgdesc="An agent which ships the contents of local logs to a private Loki 
instance or Grafana Cloud"
-  backup=('etc/loki/promtail.yaml')
-
-  cd loki-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin promtail
-
-  install -Dm644 clients/cmd/promtail/promtail-local-config.yaml 
$pkgdir/etc/loki/promtail.yaml
-
-  install -Dm644 ${srcdir}/promtail.sysusers 
"$pkgdir/usr/lib/sysusers.d/promtail.conf"
-  install 

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

2021-11-05 Thread Daurnimator via arch-commits
Date: Saturday, November 6, 2021 @ 05:49:32
  Author: daurnimator
Revision: 1037419

upgpkg: loki 2.4.0-1

Modified:
  loki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 04:02:13 UTC (rev 1037418)
+++ PKGBUILD2021-11-06 05:49:32 UTC (rev 1037419)
@@ -2,8 +2,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=('loki' 'loki-canary' 'promtail' 'logcli')
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc='like Prometheus, but for logs'
 url='https://github.com/grafana/loki'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/loki/archive/v$pkgver.tar.gz
 promtail.sysusers promtail.service promtail.tmpfiles
 loki.sysusers loki.service loki.tmpfiles)
-sha512sums=('7f2855d8df69c551e182d0e27e2a6fb6960fa5bc525dcc90cb2dc2428f52aeb5e2bddd0a9232e1ab70cbe60a9d5bb3349ba749dbee82fc63c6fc43e61240feed'
+sha512sums=('61d1e866946e6d68bb681a7abb83c3cc4ebd257512d27a27ea394f6a9364788784a222daeb7c63219d8a1930c3bf09f621d61d0df5f1a7ab319436d2919a55b5'
 
'2b6c44b18ea3c9f955a7450222180d0b20b5fc551d0b7e5d0d8949e40adc847c4166829146260f87a75732cc5473eab0347dd56fc2125517698bac0652738c74'
 
'7ff5c7324a4c883f5156b55cd025d2df8d8be134c18b1ecc007f89cafe20b4bed6c612b81588c9c660dd2fd3b6091fd952fcd3ad69a44e1ffa02e1eaeb05b290'
 
'598042c40673a7914c5a1eeccfb78f832379a61f4360212c5d86f667343cf2fc78e98d9025f9717ea64f3e16e0a28f08cd7709706d811656722019f6167dd788'
@@ -42,8 +42,7 @@
 check() {
   cd loki-$pkgver
 
-  # https://github.com/grafana/loki/issues/4110
-  go test -v $(go list ./... | grep -v 
/pkg/storage/stores/shipper/compactor/retention)
+  go test ./...
 }
 
 package_loki() {



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

2021-11-05 Thread Daniel M. Capella via arch-commits
Date: Saturday, November 6, 2021 @ 04:02:13
  Author: polyzen
Revision: 1037418

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-06 04:01:47 UTC (rev 1037417)
+++ PKGBUILD2021-11-06 04:02:13 UTC (rev 1037418)
@@ -1,42 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kaizhao Zhang 
-
-pkgname=pyright
-pkgver=1.1.184
-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=('febe4549d8c4e34988eaddd79b171093d22882481474bdbc5ae5cfbec8a76008d0ea344290a2a1039e835cb9bd3cb27f41c7d425f2720817b98af0908b524519')
-
-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 1037417, 
pyright/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-06 04:02:13 UTC (rev 1037418)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kaizhao Zhang 
+
+pkgname=pyright
+pkgver=1.1.185
+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=('4d4533fa5996dd3de8a0c1a9618394b640faf80484e7483a024acae034f72bc7a9dd473c5d97a29efafcc452179cc48dfa1eac94352108e5188ebb5684a0ee0d')
+
+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-11-05 Thread Daniel M. Capella via arch-commits
Date: Saturday, November 6, 2021 @ 04:01:47
  Author: polyzen
Revision: 1037417

upgpkg: pyright 1.1.185-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 03:27:42 UTC (rev 1037416)
+++ PKGBUILD2021-11-06 04:01:47 UTC (rev 1037417)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.184
+pkgver=1.1.185
 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=('febe4549d8c4e34988eaddd79b171093d22882481474bdbc5ae5cfbec8a76008d0ea344290a2a1039e835cb9bd3cb27f41c7d425f2720817b98af0908b524519')
+b2sums=('4d4533fa5996dd3de8a0c1a9618394b640faf80484e7483a024acae034f72bc7a9dd473c5d97a29efafcc452179cc48dfa1eac94352108e5188ebb5684a0ee0d')
 
 prepare() {
   cd $pkgname-$pkgver



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

2021-11-05 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, November 6, 2021 @ 03:27:42
  Author: svenstaro
Revision: 1037416

archrelease: copy trunk to community-testing-x86_64

Added:
  onednn/repos/community-testing-x86_64/
  onednn/repos/community-testing-x86_64/PKGBUILD
(from rev 1037415, onednn/trunk/PKGBUILD)

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

Copied: onednn/repos/community-testing-x86_64/PKGBUILD (from rev 1037415, 
onednn/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-11-06 03:27:42 UTC (rev 1037416)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Baris Demirdelen 
+# Contributor: Andrew Anderson 
+# Contributor: Jonathon Fernyhough 
+pkgname=onednn
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="oneAPI Deep Neural Network Library (oneDNN)"
+arch=(x86_64)
+replaces=('intel-dnnl' 'mkl-dnn')
+provides=('intel-dnnl' 'mkl-dnn')
+url=https://github.com/oneapi-src/oneDNN
+license=('APACHE')
+depends=('gcc-libs')
+makedepends=('cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/oneapi-src/oneDNN/archive/v${pkgver}.tar.gz;)
+sha256sums=('153bc08827c3007276400262ebdf4234ea7b4cfd280dd4641b7b0cc4f88e')
+
+build() {
+  cd "oneDNN-$pkgver"
+  cmake \
+  -Bbuild \
+  -GNinja \
+  -DCMAKE_INSTALL_PREFIX="/usr"
+  ninja -C build
+}
+
+check() {
+  cd "oneDNN-$pkgver/build"
+  ctest
+}
+
+package() {
+  cd "oneDNN-$pkgver"
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-11-05 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, November 6, 2021 @ 03:27:31
  Author: svenstaro
Revision: 1037415

upgpkg: onednn 2.4.3-1

Modified:
  onednn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 03:23:26 UTC (rev 1037414)
+++ PKGBUILD2021-11-06 03:27:31 UTC (rev 1037415)
@@ -3,7 +3,7 @@
 # Contributor: Andrew Anderson 
 # Contributor: Jonathon Fernyhough 
 pkgname=onednn
-pkgver=2.3.3
+pkgver=2.4.3
 pkgrel=1
 pkgdesc="oneAPI Deep Neural Network Library (oneDNN)"
 arch=(x86_64)
@@ -12,9 +12,9 @@
 url=https://github.com/oneapi-src/oneDNN
 license=('APACHE')
 depends=('gcc-libs')
-makedepends=('cmake' 'doxygen' 'ninja')
+makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/oneapi-src/oneDNN/archive/v${pkgver}.tar.gz;)
-sha256sums=('d2a579fd97be9a536b68c11cef829f75938cfef3c606520ade93ddf4c72e5d74')
+sha256sums=('153bc08827c3007276400262ebdf4234ea7b4cfd280dd4641b7b0cc4f88e')
 
 build() {
   cd "oneDNN-$pkgver"
@@ -23,7 +23,6 @@
   -GNinja \
   -DCMAKE_INSTALL_PREFIX="/usr"
   ninja -C build
-  ninja -C build doc
 }
 
 check() {



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

2021-11-05 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, November 6, 2021 @ 03:23:26
  Author: yan12125
Revision: 1037414

python-moto: put to the correct repo

Modified:
  python-moto/repos/community-testing-any/PKGBUILD
Deleted:
  python-moto/repos/community-any/PKGBUILD
  python-moto/repos/community-any/sdist-no-pyc.diff

-+
 community-any/PKGBUILD  |   90 --
 community-any/sdist-no-pyc.diff |9 ---
 community-testing-any/PKGBUILD  |4 -
 3 files changed, 2 insertions(+), 101 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2021-11-06 03:19:16 UTC (rev 1037413)
+++ community-any/PKGBUILD  2021-11-06 03:23:26 UTC (rev 1037414)
@@ -1,90 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-moto
-_pkgname=moto
-# https://github.com/spulec/moto/blob/master/CHANGELOG.md
-pkgver=2.2.12
-pkgrel=1
-pkgdesc='Moto is a library to mock out the boto library.'
-arch=(any)
-url='https://github.com/spulec/moto'
-license=(Apache)
-# NOTE: Keep the order of dependencies matching setup.py
-# setup.py includes setuptools, which is a work around for missing 
dependencies in aws-xray-sdk [1].
-# I use the correct dependency in python-aws-xray-sdk, so python-setuptools is 
not needed here.
-# [1] https://github.com/spulec/moto/pull/4142
-depends=(python-boto3 python-botocore python-cryptography python-requests 
python-xmltodict
- python-werkzeug python-pytz python-dateutil python-responses
- # Below dependencies varied with Python versions
- python-jinja python-more-itertools)
-# See reqquirements-test.txt, excluding pytest-cov
-checkdepends=(python-pytest python-sure python-freezegun
-  # boto is vendored (#3503), but still imported in tests
-  python-boto podman)
-# Below are optional dependencies. The order matches _dep_* items in upstream 
`setup.py`.
-# Note that _dep_python_jose_ecdsa_pin and _dep_idna are excluded as they are 
pins and
-# not used by moto.
-optdepends=(
-  'python-yaml: for cloudformation, s3 and ssm'
-  'python-jose: for apigateway and cognitoidp'
-  # SNS and SQS still uses docker indirectly, while upstream explicitly 
removes them
-  # https://github.com/spulec/moto/pull/4094
-  'python-docker: for awslambda, batch, cloudformation, dynamodb2 and 
dynamodbstreams'
-  'python-jsondiff: for iotdata'
-  'python-aws-xray-sdk: for xray'
-  'python-cfn-lint: for cloudformation'
-  'python-sshpubkeys: for ec2 and efs'
-  'python-flask: for moto_server'
-  'python-flask-cors: for moto_server'
-)
-checkdepends+=(python-yaml python-jose python-docker python-jsondiff 
python-aws-xray-sdk
-   python-cfn-lint python-sshpubkeys python-flask 
python-flask-cors)
-source=("https://files.pythonhosted.org/packages/source/m/moto/moto-${pkgver}.tar.gz;
-sdist-no-pyc.diff)
-sha256sums=('e83ff38cbbf901a11b21c344c101f6e18810868145e2e2f8ff34857025f06a5f'
-'4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -Np1 -i ../sdist-no-pyc.diff
-
-  # Remove upper bounds of dependencies
-  sed --in-place=.orig -r 's#,?<[0-9.]+,?##;s#==([0-9.]+)#>=\1#' setup.py
-  diff -u setup.py{.orig,} || true
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  # XXX: there are too many tests that depend on docker/podman, and there is 
no simple way
-  # other than listing one-by-one for exclusion. To make things worse, running 
docker/podman
-  # in systemd-nspawn containers appears impossible without special 
configurations. I gave
-  # it up and running podman _outside_ the container for testing.
-  # $ systemctl --user start podman.socket
-  # $ extra-x86_64-build -- -d "$XDG_RUNTIME_DIR/podman:/tmp/podman"
-  PODMAN_SOCK=/tmp/podman/podman.sock
-  if [ -S $PODMAN_SOCK ]; then
-# XXX: a workaround to make tests work with podman
-# Images are not pulled before usage since version 2.2.1 [1][2], and
-# that is needed for podman [3]
-# [1] 
https://github.com/spulec/moto/commit/338420c3b979b85501193d948ab442c1ebd0ae4a
-# [2] https://github.com/spulec/moto/pull/4082
-# [3] https://github.com/spulec/moto/pull/3702
-podman-remote --url "unix:$PODMAN_SOCK" pull 
docker.io/library/busybox:latest
-DOCKER_HOST="unix://$PODMAN_SOCK" TZ=UTC pytest tests
-  fi
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Deleted: community-any/sdist-no-pyc.diff
===
--- community-any/sdist-no-pyc.diff 2021-11-06 03:19:16 UTC (rev 1037413)
+++ community-any/sdist-no-pyc.diff 2021-11-06 03:23:26 UTC (rev 1037414)
@@ -1,9 +0,0 @@
-diff --git a/MANIFEST.in b/MANIFEST.in
-index 51d1b223..30ca14c0 100644
 a/MANIFEST.in

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

2021-11-05 Thread Christian Rebischke via arch-commits
Date: Saturday, November 6, 2021 @ 03:19:16
  Author: shibumi
Revision: 1037413

archrelease: copy trunk to community-x86_64

Added:
  datree/repos/community-x86_64/
  datree/repos/community-x86_64/PKGBUILD
(from rev 1037412, datree/trunk/PKGBUILD)

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

Copied: datree/repos/community-x86_64/PKGBUILD (from rev 1037412, 
datree/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-11-06 03:19:16 UTC (rev 1037413)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke 
+pkgname=datree
+pkgver=0.14.33
+pkgrel=1
+pkgdesc='CLI tool to ensure K8s manifests and Helm charts follow best 
practices as well as your organization’s policies'
+arch=('x86_64')
+url='https://github.com/datreeio/datree'
+license=('Apache')
+depends=('kubectl')
+makedepends=('git' 'go')
+source=("${pgname}-${pkgver}.tar.gz::https://github.com/datreeio/datree/archive/refs/tags/${pkgver}.tar.gz;)
+sha512sums=('390c78ae7c35f938f0849dee0389501c8e7c32510c45e99107f3a92c2d367594cbc2c28fa7ce40cc7138aff3335f32233b748120849a540936761ae5e55cf937')
+b2sums=('2d70488cde8a372703a0b02a9d158e39c78ee979b55a1b4d5d45ff049d2427f649fe04a2275d30fc3159f2faaab2bbd0627ad251d50303559b9d7e198503')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
+  go build -ldflags="-w -s -linkmode=external" -o datree .
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 datree "${pkgdir}/usr/bin/datree"
+}



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

2021-11-05 Thread Christian Rebischke via arch-commits
Date: Saturday, November 6, 2021 @ 03:19:10
  Author: shibumi
Revision: 1037412

upgpkg: datree 0.14.33-1

Modified:
  datree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 03:12:38 UTC (rev 1037411)
+++ PKGBUILD2021-11-06 03:19:10 UTC (rev 1037412)
@@ -9,8 +9,8 @@
 depends=('kubectl')
 makedepends=('git' 'go')
 
source=("${pgname}-${pkgver}.tar.gz::https://github.com/datreeio/datree/archive/refs/tags/${pkgver}.tar.gz;)
-sha512sums=('9975f7624b790e15764272cfed3ba314e5e4467a9300c2448137c907ae602e3290e98402493bd50c42f193b299dfa4d3ed67d2b897fd5d752aeb3fd319af83c9')
-b2sums=('ac1d89cc3651961651eb73848fb3bcbc66f30401ecebb0f5b15661fb9c256ead2e6362bf268e201c33e95995284ef75f395e87138e44caff785f3d59bb399d23')
+sha512sums=('390c78ae7c35f938f0849dee0389501c8e7c32510c45e99107f3a92c2d367594cbc2c28fa7ce40cc7138aff3335f32233b748120849a540936761ae5e55cf937')
+b2sums=('2d70488cde8a372703a0b02a9d158e39c78ee979b55a1b4d5d45ff049d2427f649fe04a2275d30fc3159f2faaab2bbd0627ad251d50303559b9d7e198503')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -19,7 +19,7 @@
   export CGO_CPPFLAGS="$CPPFLAGS"
   export CGO_CXXFLAGS="$CXXFLAGS"
   export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
-  go build -ldflags="-w -s -linkmode=external" ./cmd/
+  go build -ldflags="-w -s -linkmode=external" -o datree .
 }
 
 check() {



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

2021-11-05 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, November 6, 2021 @ 03:12:38
  Author: yan12125
Revision: 1037411

archrelease: copy trunk to community-any

Added:
  python-moto/repos/community-any/PKGBUILD
(from rev 1037410, python-moto/trunk/PKGBUILD)
  python-moto/repos/community-any/sdist-no-pyc.diff
(from rev 1037410, python-moto/trunk/sdist-no-pyc.diff)
Deleted:
  python-moto/repos/community-any/PKGBUILD
  python-moto/repos/community-any/sdist-no-pyc.diff

---+
 PKGBUILD  |  180 ++--
 sdist-no-pyc.diff |   18 ++---
 2 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-06 03:12:19 UTC (rev 1037410)
+++ PKGBUILD2021-11-06 03:12:38 UTC (rev 1037411)
@@ -1,90 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-moto
-_pkgname=moto
-# https://github.com/spulec/moto/blob/master/CHANGELOG.md
-pkgver=2.2.10
-pkgrel=1
-pkgdesc='Moto is a library to mock out the boto library.'
-arch=(any)
-url='https://github.com/spulec/moto'
-license=(Apache)
-# NOTE: Keep the order of dependencies matching setup.py
-# setup.py includes setuptools, which is a work around for missing 
dependencies in aws-xray-sdk [1].
-# I use the correct dependency in python-aws-xray-sdk, so python-setuptools is 
not needed here.
-# [1] https://github.com/spulec/moto/pull/4142
-depends=(python-boto3 python-botocore python-cryptography python-requests 
python-xmltodict
- python-werkzeug python-pytz python-dateutil python-responses
- # Below dependencies varied with Python versions
- python-jinja python-more-itertools)
-# See reqquirements-test.txt, excluding pytest-cov
-checkdepends=(python-pytest python-sure python-freezegun
-  # boto is vendored (#3503), but still imported in tests
-  python-boto podman)
-# Below are optional dependencies. The order matches _dep_* items in upstream 
`setup.py`.
-# Note that _dep_python_jose_ecdsa_pin and _dep_idna are excluded as they are 
pins and
-# not used by moto.
-optdepends=(
-  'python-yaml: for cloudformation, s3 and ssm'
-  'python-jose: for apigateway and cognitoidp'
-  # SNS and SQS still uses docker indirectly, while upstream explicitly 
removes them
-  # https://github.com/spulec/moto/pull/4094
-  'python-docker: for awslambda, batch, cloudformation, dynamodb2 and 
dynamodbstreams'
-  'python-jsondiff: for iotdata'
-  'python-aws-xray-sdk: for xray'
-  'python-cfn-lint: for cloudformation'
-  'python-sshpubkeys: for ec2 and efs'
-  'python-flask: for moto_server'
-  'python-flask-cors: for moto_server'
-)
-checkdepends+=(python-yaml python-jose python-docker python-jsondiff 
python-aws-xray-sdk
-   python-cfn-lint python-sshpubkeys python-flask 
python-flask-cors)
-source=("https://files.pythonhosted.org/packages/source/m/moto/moto-${pkgver}.tar.gz;
-sdist-no-pyc.diff)
-sha256sums=('2a29da1d06a13a1a5f2dc2bf7742b31f6dc8e71069c7626c2300e18c84bec9e3'
-'4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -Np1 -i ../sdist-no-pyc.diff
-
-  # Remove upper bounds of dependencies
-  sed --in-place=.orig -r 's#,?<[0-9.]+,?##;s#==([0-9.]+)#>=\1#' setup.py
-  diff -u setup.py{.orig,} || true
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  # XXX: there are too many tests that depend on docker/podman, and there is 
no simple way
-  # other than listing one-by-one for exclusion. To make things worse, running 
docker/podman
-  # in systemd-nspawn containers appears impossible without special 
configurations. I gave
-  # it up and running podman _outside_ the container for testing.
-  # $ systemctl --user start podman.socket
-  # $ extra-x86_64-build -- -d "$XDG_RUNTIME_DIR/podman:/tmp/podman"
-  PODMAN_SOCK=/tmp/podman/podman.sock
-  if [ -S $PODMAN_SOCK ]; then
-# XXX: a workaround to make tests work with podman
-# Images are not pulled before usage since version 2.2.1 [1][2], and
-# that is needed for podman [3]
-# [1] 
https://github.com/spulec/moto/commit/338420c3b979b85501193d948ab442c1ebd0ae4a
-# [2] https://github.com/spulec/moto/pull/4082
-# [3] https://github.com/spulec/moto/pull/3702
-podman-remote --url "unix:$PODMAN_SOCK" pull 
docker.io/library/busybox:latest
-DOCKER_HOST="unix://$PODMAN_SOCK" TZ=UTC pytest tests
-  fi
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-moto/repos/community-any/PKGBUILD (from rev 1037410, 
python-moto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-06 03:12:38 UTC (rev 1037411)
@@ -0,0 +1,90 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: 

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

2021-11-05 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, November 6, 2021 @ 03:12:19
  Author: yan12125
Revision: 1037410

upgpkg: python-moto 2.2.12-1

Modified:
  python-moto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 03:12:11 UTC (rev 1037409)
+++ PKGBUILD2021-11-06 03:12:19 UTC (rev 1037410)
@@ -4,7 +4,7 @@
 pkgname=python-moto
 _pkgname=moto
 # https://github.com/spulec/moto/blob/master/CHANGELOG.md
-pkgver=2.2.11
+pkgver=2.2.12
 pkgrel=1
 pkgdesc='Moto is a library to mock out the boto library.'
 arch=(any)
@@ -42,7 +42,7 @@
python-cfn-lint python-sshpubkeys python-flask 
python-flask-cors)
 
source=("https://files.pythonhosted.org/packages/source/m/moto/moto-${pkgver}.tar.gz;
 sdist-no-pyc.diff)
-sha256sums=('3d962ba1646e8a417bfbf17ccc4dc7d2ca48a1bf7e847db7daae0690fc70537c'
+sha256sums=('e83ff38cbbf901a11b21c344c101f6e18810868145e2e2f8ff34857025f06a5f'
 '4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208')
 
 prepare() {



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

2021-11-05 Thread Christian Rebischke via arch-commits
Date: Saturday, November 6, 2021 @ 03:12:11
  Author: shibumi
Revision: 1037409

add datree

Added:
  datree/
  datree/repos/
  datree/trunk/
  datree/trunk/PKGBUILD

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

Added: datree/trunk/PKGBUILD
===
--- datree/trunk/PKGBUILD   (rev 0)
+++ datree/trunk/PKGBUILD   2021-11-06 03:12:11 UTC (rev 1037409)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke 
+pkgname=datree
+pkgver=0.14.33
+pkgrel=1
+pkgdesc='CLI tool to ensure K8s manifests and Helm charts follow best 
practices as well as your organization’s policies'
+arch=('x86_64')
+url='https://github.com/datreeio/datree'
+license=('Apache')
+depends=('kubectl')
+makedepends=('git' 'go')
+source=("${pgname}-${pkgver}.tar.gz::https://github.com/datreeio/datree/archive/refs/tags/${pkgver}.tar.gz;)
+sha512sums=('9975f7624b790e15764272cfed3ba314e5e4467a9300c2448137c907ae602e3290e98402493bd50c42f193b299dfa4d3ed67d2b897fd5d752aeb3fd319af83c9')
+b2sums=('ac1d89cc3651961651eb73848fb3bcbc66f30401ecebb0f5b15661fb9c256ead2e6362bf268e201c33e95995284ef75f395e87138e44caff785f3d59bb399d23')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
+  go build -ldflags="-w -s -linkmode=external" ./cmd/
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 datree "${pkgdir}/usr/bin/datree"
+}



[arch-commits] Commit in python-aws-sam-translator/repos/community-any (3 files)

2021-11-05 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, November 6, 2021 @ 02:53:04
  Author: yan12125
Revision: 1037408

archrelease: copy trunk to community-any

Added:
  python-aws-sam-translator/repos/community-any/PKGBUILD
(from rev 1037407, python-aws-sam-translator/trunk/PKGBUILD)
Deleted:
  python-aws-sam-translator/repos/community-any/PKGBUILD
  
python-aws-sam-translator/repos/community-any/no-install-integration-tests.diff

---+
 PKGBUILD  |   76 ++--
 no-install-integration-tests.diff |   13 --
 2 files changed, 38 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-06 02:52:48 UTC (rev 1037407)
+++ PKGBUILD2021-11-06 02:53:04 UTC (rev 1037408)
@@ -1,38 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-aws-sam-translator
-# https://github.com/aws/serverless-application-model/releases
-pkgver=1.39.0
-pkgrel=1
-pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
-arch=(any)
-url='https://github.com/aws/serverless-application-model'
-license=(Apache)
-depends=(python python-boto3 python-jsonschema python-six)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pytest-env python-yaml python-mock 
python-parameterized)
-# Upstream intentionally exclude tests from sdist
-# 
https://github.com/aws/serverless-application-model/pull/381#issuecomment-382143094
-source=("https://github.com/aws/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('266a53c67b6bb9f7c225e80c37a00b825c6fee8906b389be47ed7ecedae5f764')
-
-prepare() {
-  cd serverless-application-model-$pkgver
-  # skip pytest-coverage
-  sed -i -r 's#--cov\S*\s+\S+##g' pytest.ini
-}
-
-build() {
-  cd serverless-application-model-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd serverless-application-model-$pkgver
-  pytest tests
-}
-
-package() {
-  cd serverless-application-model-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-aws-sam-translator/repos/community-any/PKGBUILD (from rev 
1037407, python-aws-sam-translator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-06 02:53:04 UTC (rev 1037408)
@@ -0,0 +1,38 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-aws-sam-translator
+# https://github.com/aws/serverless-application-model/releases
+pkgver=1.40.0
+pkgrel=1
+pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
+arch=(any)
+url='https://github.com/aws/serverless-application-model'
+license=(Apache)
+depends=(python python-boto3 python-jsonschema python-six)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pytest-env python-yaml python-mock 
python-parameterized)
+# Upstream intentionally exclude tests from sdist
+# 
https://github.com/aws/serverless-application-model/pull/381#issuecomment-382143094
+source=("https://github.com/aws/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('9c7d7e67100d519dc63fbca6ee66084f9f8415dfb95f24c6fd3f797b9266b1fe')
+
+prepare() {
+  cd serverless-application-model-$pkgver
+  # skip pytest-coverage
+  sed -i -r 's#--cov\S*\s+\S+##g' pytest.ini
+}
+
+build() {
+  cd serverless-application-model-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd serverless-application-model-$pkgver
+  pytest tests
+}
+
+package() {
+  cd serverless-application-model-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Deleted: no-install-integration-tests.diff
===
--- no-install-integration-tests.diff   2021-11-06 02:52:48 UTC (rev 1037407)
+++ no-install-integration-tests.diff   2021-11-06 02:53:04 UTC (rev 1037408)
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 38af9df..a34a49f 100755
 a/setup.py
-+++ b/setup.py
-@@ -58,7 +58,7 @@ setup(
- url="https://github.com/awslabs/serverless-application-model;,
- license="Apache License 2.0",
- # Exclude all but the code folders
--packages=find_packages(exclude=("tests", "tests.*", "docs", "examples", 
"versions")),
-+packages=find_packages(exclude=("tests", "tests.*", "integration", 
"integration.*", "docs", "examples", "versions")),
- install_requires=read_requirements("base.txt"),
- include_package_data=True,
- extras_require={"dev": read_requirements("dev.txt")},



[arch-commits] Commit in python-aws-sam-translator/trunk (PKGBUILD)

2021-11-05 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, November 6, 2021 @ 02:52:48
  Author: yan12125
Revision: 1037407

upgpkg: python-aws-sam-translator 1.40.0-1

Modified:
  python-aws-sam-translator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 02:51:31 UTC (rev 1037406)
+++ PKGBUILD2021-11-06 02:52:48 UTC (rev 1037407)
@@ -2,7 +2,7 @@
 
 pkgname=python-aws-sam-translator
 # https://github.com/aws/serverless-application-model/releases
-pkgver=1.39.0
+pkgver=1.40.0
 pkgrel=1
 pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
 arch=(any)
@@ -14,7 +14,7 @@
 # Upstream intentionally exclude tests from sdist
 # 
https://github.com/aws/serverless-application-model/pull/381#issuecomment-382143094
 
source=("https://github.com/aws/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('266a53c67b6bb9f7c225e80c37a00b825c6fee8906b389be47ed7ecedae5f764')
+sha256sums=('9c7d7e67100d519dc63fbca6ee66084f9f8415dfb95f24c6fd3f797b9266b1fe')
 
 prepare() {
   cd serverless-application-model-$pkgver



[arch-commits] Commit in kubectl-cert-manager/repos/community-x86_64 (2 files)

2021-11-05 Thread Christian Rebischke via arch-commits
Date: Saturday, November 6, 2021 @ 02:51:31
  Author: shibumi
Revision: 1037406

archrelease: copy trunk to community-x86_64

Added:
  kubectl-cert-manager/repos/community-x86_64/PKGBUILD
(from rev 1037405, kubectl-cert-manager/trunk/PKGBUILD)
Deleted:
  kubectl-cert-manager/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-06 02:51:23 UTC (rev 1037405)
+++ PKGBUILD2021-11-06 02:51:31 UTC (rev 1037406)
@@ -1,45 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: ml <>
-pkgname=kubectl-cert-manager
-pkgver=1.5.4
-pkgrel=1
-pkgdesc='Automatically provision and manage TLS certificates in Kubernetes'
-arch=('x86_64' 'aarch64')
-url='https://github.com/jetstack/cert-manager'
-license=('Apache')
-depends=('kubectl')
-makedepends=('git' 'go')
-groups=('kubectl-plugins')
-source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('bccaec9e0932e1f2660f5f90e87f5740f6ab20784f45c6a7de8d2a320adf94347f1710876ae67b1eb10587e1b8365814c322bb948138153ab22b82761ab3b002')
-b2sums=('f899df9c4fe547f0134d3fc17cc8f3eae16d885072efdca24ba11ce4a9b7c4d00e18718029c04c62b2580617327c2f97291e9df020070cd4964e4b5bca5021df')
-
-build() {
-  local _x _commit
-  _commit=$(bsdcat "$pkgname-$pkgver.tar.gz" | git get-tar-commit-id)
-  _x=(
-AppVersion="v$pkgver"
-AppGitCommit="${_commit:?}"
-AppGitState="clean"
-  )
-
-  cd cert-manager-"$pkgver"
-  export CGO_ENABLED=1
-  export CGO_LDFLAGS="$LDFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
-  go build -ldflags="-linkmode=external 
${_x[*]/#/-X=github.com/jetstack/cert-manager/pkg/util.}" ./cmd/ctl
-}
-
-check() {
-  cd cert-manager-"$pkgver"
-  # we don't want e2e and other tests that explicitly want bazel
-  go test -short ./cmd/ctl/...
-}
-
-package() {
-  cd cert-manager-"$pkgver"
-  install -Dm755 ctl "$pkgdir"/usr/bin/kubectl-cert_manager
-}

Copied: kubectl-cert-manager/repos/community-x86_64/PKGBUILD (from rev 1037405, 
kubectl-cert-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-06 02:51:31 UTC (rev 1037406)
@@ -0,0 +1,45 @@
+# Maintainer: Christian Rebischke 
+# Contributor: ml <>
+pkgname=kubectl-cert-manager
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Automatically provision and manage TLS certificates in Kubernetes'
+arch=('x86_64' 'aarch64')
+url='https://github.com/jetstack/cert-manager'
+license=('Apache')
+depends=('kubectl')
+makedepends=('git' 'go')
+groups=('kubectl-plugins')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('9975f7624b790e15764272cfed3ba314e5e4467a9300c2448137c907ae602e3290e98402493bd50c42f193b299dfa4d3ed67d2b897fd5d752aeb3fd319af83c9')
+b2sums=('ac1d89cc3651961651eb73848fb3bcbc66f30401ecebb0f5b15661fb9c256ead2e6362bf268e201c33e95995284ef75f395e87138e44caff785f3d59bb399d23')
+
+build() {
+  local _x _commit
+  _commit=$(bsdcat "$pkgname-$pkgver.tar.gz" | git get-tar-commit-id)
+  _x=(
+AppVersion="v$pkgver"
+AppGitCommit="${_commit:?}"
+AppGitState="clean"
+  )
+
+  cd cert-manager-"$pkgver"
+  export CGO_ENABLED=1
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
+  go build -ldflags="-linkmode=external 
${_x[*]/#/-X=github.com/jetstack/cert-manager/pkg/util.}" ./cmd/ctl
+}
+
+check() {
+  cd cert-manager-"$pkgver"
+  # we don't want e2e and other tests that explicitly want bazel
+  go test -short ./cmd/ctl/...
+}
+
+package() {
+  cd cert-manager-"$pkgver"
+  install -Dm755 ctl "$pkgdir"/usr/bin/kubectl-cert_manager
+}



[arch-commits] Commit in kubectl-cert-manager/trunk (PKGBUILD)

2021-11-05 Thread Christian Rebischke via arch-commits
Date: Saturday, November 6, 2021 @ 02:51:23
  Author: shibumi
Revision: 1037405

upgpkg: kubectl-cert-manager 1.6.1-1

Modified:
  kubectl-cert-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 02:49:53 UTC (rev 1037404)
+++ PKGBUILD2021-11-06 02:51:23 UTC (rev 1037405)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 # Contributor: ml <>
 pkgname=kubectl-cert-manager
-pkgver=1.5.4
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='Automatically provision and manage TLS certificates in Kubernetes'
 arch=('x86_64' 'aarch64')
@@ -11,8 +11,8 @@
 makedepends=('git' 'go')
 groups=('kubectl-plugins')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('bccaec9e0932e1f2660f5f90e87f5740f6ab20784f45c6a7de8d2a320adf94347f1710876ae67b1eb10587e1b8365814c322bb948138153ab22b82761ab3b002')
-b2sums=('f899df9c4fe547f0134d3fc17cc8f3eae16d885072efdca24ba11ce4a9b7c4d00e18718029c04c62b2580617327c2f97291e9df020070cd4964e4b5bca5021df')
+sha512sums=('9975f7624b790e15764272cfed3ba314e5e4467a9300c2448137c907ae602e3290e98402493bd50c42f193b299dfa4d3ed67d2b897fd5d752aeb3fd319af83c9')
+b2sums=('ac1d89cc3651961651eb73848fb3bcbc66f30401ecebb0f5b15661fb9c256ead2e6362bf268e201c33e95995284ef75f395e87138e44caff785f3d59bb399d23')
 
 build() {
   local _x _commit



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

2021-11-05 Thread Christian Rebischke via arch-commits
Date: Saturday, November 6, 2021 @ 02:49:53
  Author: shibumi
Revision: 1037404

archrelease: copy trunk to community-x86_64

Added:
  cmctl/repos/community-x86_64/
  cmctl/repos/community-x86_64/PKGBUILD
(from rev 1037403, cmctl/trunk/PKGBUILD)

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

Copied: cmctl/repos/community-x86_64/PKGBUILD (from rev 1037403, 
cmctl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-11-06 02:49:53 UTC (rev 1037404)
@@ -0,0 +1,45 @@
+# Maintainer: Christian Rebischke 
+# Contributor: ml <>
+pkgname=cmctl
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Automatically provision and manage TLS certificates in Kubernetes'
+arch=('x86_64' 'aarch64')
+url='https://github.com/jetstack/cert-manager'
+license=('Apache')
+depends=('kubectl')
+makedepends=('git' 'go')
+groups=('kubectl-plugins')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('9975f7624b790e15764272cfed3ba314e5e4467a9300c2448137c907ae602e3290e98402493bd50c42f193b299dfa4d3ed67d2b897fd5d752aeb3fd319af83c9')
+b2sums=('ac1d89cc3651961651eb73848fb3bcbc66f30401ecebb0f5b15661fb9c256ead2e6362bf268e201c33e95995284ef75f395e87138e44caff785f3d59bb399d23')
+
+build() {
+  local _x _commit
+  _commit=$(bsdcat "$pkgname-$pkgver.tar.gz" | git get-tar-commit-id)
+  _x=(
+AppVersion="v$pkgver"
+AppGitCommit="${_commit:?}"
+AppGitState="clean"
+  )
+
+  cd cert-manager-"$pkgver"
+  export CGO_ENABLED=1
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
+  go build -ldflags="-linkmode=external 
${_x[*]/#/-X=github.com/jetstack/cert-manager/pkg/util.}" ./cmd/ctl
+}
+
+check() {
+  cd cert-manager-"$pkgver"
+  # we don't want e2e and other tests that explicitly want bazel
+  go test -short ./cmd/ctl/...
+}
+
+package() {
+  cd cert-manager-"$pkgver"
+  install -Dm755 ctl "$pkgdir"/usr/bin/cmctl
+}



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

2021-11-05 Thread Christian Rebischke via arch-commits
Date: Saturday, November 6, 2021 @ 02:38:10
  Author: shibumi
Revision: 1037403

add cmctl

Added:
  cmctl/
  cmctl/repos/
  cmctl/trunk/
  cmctl/trunk/PKGBUILD

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

Added: cmctl/trunk/PKGBUILD
===
--- cmctl/trunk/PKGBUILD(rev 0)
+++ cmctl/trunk/PKGBUILD2021-11-06 02:38:10 UTC (rev 1037403)
@@ -0,0 +1,45 @@
+# Maintainer: Christian Rebischke 
+# Contributor: ml <>
+pkgname=cmctl
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Automatically provision and manage TLS certificates in Kubernetes'
+arch=('x86_64' 'aarch64')
+url='https://github.com/jetstack/cert-manager'
+license=('Apache')
+depends=('kubectl')
+makedepends=('git' 'go')
+groups=('kubectl-plugins')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('9975f7624b790e15764272cfed3ba314e5e4467a9300c2448137c907ae602e3290e98402493bd50c42f193b299dfa4d3ed67d2b897fd5d752aeb3fd319af83c9')
+b2sums=('ac1d89cc3651961651eb73848fb3bcbc66f30401ecebb0f5b15661fb9c256ead2e6362bf268e201c33e95995284ef75f395e87138e44caff785f3d59bb399d23')
+
+build() {
+  local _x _commit
+  _commit=$(bsdcat "$pkgname-$pkgver.tar.gz" | git get-tar-commit-id)
+  _x=(
+AppVersion="v$pkgver"
+AppGitCommit="${_commit:?}"
+AppGitState="clean"
+  )
+
+  cd cert-manager-"$pkgver"
+  export CGO_ENABLED=1
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
+  go build -ldflags="-linkmode=external 
${_x[*]/#/-X=github.com/jetstack/cert-manager/pkg/util.}" ./cmd/ctl
+}
+
+check() {
+  cd cert-manager-"$pkgver"
+  # we don't want e2e and other tests that explicitly want bazel
+  go test -short ./cmd/ctl/...
+}
+
+package() {
+  cd cert-manager-"$pkgver"
+  install -Dm755 ctl "$pkgdir"/usr/bin/cmctl
+}



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

2021-11-05 Thread Christian Rebischke via arch-commits
Date: Saturday, November 6, 2021 @ 02:37:07
  Author: shibumi
Revision: 1037402

archrelease: copy trunk to community-x86_64

Added:
  ct/repos/community-x86_64/
  ct/repos/community-x86_64/PKGBUILD
(from rev 1037401, ct/trunk/PKGBUILD)

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

Copied: ct/repos/community-x86_64/PKGBUILD (from rev 1037401, ct/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-11-06 02:37:07 UTC (rev 1037402)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke 
+pkgname=ct
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='config transpiler for Flatcar Container Linux'
+arch=('x86_64' 'aarch64')
+url='https://github.com/flatcar-linux/container-linux-config-transpiler'
+license=('Apache')
+depends=('kubectl')
+makedepends=('git' 'go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/flatcar-linux/container-linux-config-transpiler/archive/refs/tags/v${pkgver}.tar.gz;)
+sha512sums=('5bbe79d4a17f610289f323732467b1f4afb2bca3b5939de2a4fc848db7873e08aaa4ca5484bade6cf01dcbcaaa64e886dcfbdd8c8fdd4f1c97e50958fc48e254')
+b2sums=('4caa22bbfb894ee203d882c6c99a073e0e3d98ae018293e577a6d1835586eceecb3880756aad3452f569e80027d37d965fe3f05eb956b90259e4ca808e76c9e5')
+
+build() {
+  cd "container-linux-config-transpiler-${pkgver}/internal"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
+  go build -ldflags="-w -s -linkmode=external" -o ct
+}
+
+check() {
+  cd "container-linux-config-transpiler-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "container-linux-config-transpiler-${pkgver}/internal"
+  install -Dm755 ct "${pkgdir}/usr/bin/ct"
+}



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

2021-11-05 Thread Christian Rebischke via arch-commits
Date: Saturday, November 6, 2021 @ 02:37:02
  Author: shibumi
Revision: 1037401

upgpkg: ct 0.9.1-1

Modified:
  ct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 02:25:46 UTC (rev 1037400)
+++ PKGBUILD2021-11-06 02:37:02 UTC (rev 1037401)
@@ -9,25 +9,25 @@
 depends=('kubectl')
 makedepends=('git' 'go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/flatcar-linux/container-linux-config-transpiler/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('9975f7624b790e15764272cfed3ba314e5e4467a9300c2448137c907ae602e3290e98402493bd50c42f193b299dfa4d3ed67d2b897fd5d752aeb3fd319af83c9')
-b2sums=('ac1d89cc3651961651eb73848fb3bcbc66f30401ecebb0f5b15661fb9c256ead2e6362bf268e201c33e95995284ef75f395e87138e44caff785f3d59bb399d23')
+sha512sums=('5bbe79d4a17f610289f323732467b1f4afb2bca3b5939de2a4fc848db7873e08aaa4ca5484bade6cf01dcbcaaa64e886dcfbdd8c8fdd4f1c97e50958fc48e254')
+b2sums=('4caa22bbfb894ee203d882c6c99a073e0e3d98ae018293e577a6d1835586eceecb3880756aad3452f569e80027d37d965fe3f05eb956b90259e4ca808e76c9e5')
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd "container-linux-config-transpiler-${pkgver}/internal"
   export CGO_LDFLAGS="$LDFLAGS"
   export CGO_CFLAGS="$CFLAGS"
   export CGO_CPPFLAGS="$CPPFLAGS"
   export CGO_CXXFLAGS="$CXXFLAGS"
   export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
-  go build -ldflags="-w -s -linkmode=external" ./internal/
+  go build -ldflags="-w -s -linkmode=external" -o ct
 }
 
 check() {
-  cd "${pkgname}-${pkgver}"
+  cd "container-linux-config-transpiler-${pkgver}"
   go test ./...
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd "container-linux-config-transpiler-${pkgver}/internal"
   install -Dm755 ct "${pkgdir}/usr/bin/ct"
 }



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

2021-11-05 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, November 6, 2021 @ 02:12:08
  Author: svenstaro
Revision: 1037392

archrelease: copy trunk to community-staging-x86_64

Added:
  prusa-slicer/repos/community-staging-x86_64/
  prusa-slicer/repos/community-staging-x86_64/PKGBUILD
(from rev 1037391, prusa-slicer/trunk/PKGBUILD)
  prusa-slicer/repos/community-staging-x86_64/prusa-slicer-openexr3.patch
(from rev 1037391, prusa-slicer/trunk/prusa-slicer-openexr3.patch)

-+
 PKGBUILD|   52 
 prusa-slicer-openexr3.patch |   77 ++
 2 files changed, 129 insertions(+)

Copied: prusa-slicer/repos/community-staging-x86_64/PKGBUILD (from rev 1037391, 
prusa-slicer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-06 02:12:08 UTC (rev 1037392)
@@ -0,0 +1,52 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=prusa-slicer
+pkgver=2.3.3
+pkgrel=2
+pkgdesc="G-code generator for 3D printers (Prusa fork of Slic3r)"
+arch=(x86_64)
+url="https://github.com/prusa3d/PrusaSlicer;
+license=(AGPL3)
+depends=(boost-libs curl glew intel-tbb nlopt wxgtk3 qhull openvdb cgal imath)
+makedepends=(cmake boost cereal eigen expat gtest libpng systemd)
+replaces=(slic3r-prusa3d)
+source=(${url}/archive/version_${pkgver}/${pkgname}-${pkgver}.tar.gz
+prusa-slicer-openexr3.patch)
+sha256sums=('deda209505f740ac3d6f59cb2a960f4df908269ee09bd30cd4edb9fc472d29ac'
+'1ef7c22f641b7c18de212202c21f14f6533834a36d7fe0c2b322bc9a13804c6b')
+
+prepare() {
+  cd PrusaSlicer-version_${pkgver}
+  patch -p1 < ../prusa-slicer-openexr3.patch # Fix build with openEXR 3
+}
+
+build() {
+  cmake -B build -S PrusaSlicer-version_${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSLIC3R_FHS=ON \
+-DSLIC3R_PCH=OFF \
+-DSLIC3R_WX_STABLE=ON \
+-DSLIC3R_GTK=3 \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make -C build
+}
+
+check() {
+  cd build
+  ctest -v
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+
+  # Desktop files
+  mv "${pkgdir}"/usr/share/{PrusaSlicer/,}applications
+
+  # Desktop icons
+  for i in 32 128 192 ; do
+mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/
+ln -s /usr/share/PrusaSlicer/icons/PrusaSlicer_${i}px.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/PrusaSlicer.png
+ln -s /usr/share/PrusaSlicer/icons/PrusaSlicer-gcodeviewer_${i}px.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/PrusaSlicer-gcodeviewer.png
+  done
+}

Copied: prusa-slicer/repos/community-staging-x86_64/prusa-slicer-openexr3.patch 
(from rev 1037391, prusa-slicer/trunk/prusa-slicer-openexr3.patch)
===
--- community-staging-x86_64/prusa-slicer-openexr3.patch
(rev 0)
+++ community-staging-x86_64/prusa-slicer-openexr3.patch2021-11-06 
02:12:08 UTC (rev 1037392)
@@ -0,0 +1,77 @@
+diff --git a/cmake/modules/FindOpenVDB.cmake b/cmake/modules/FindOpenVDB.cmake
+index 02420fed8..4b93111ab 100644
+--- a/cmake/modules/FindOpenVDB.cmake
 b/cmake/modules/FindOpenVDB.cmake
+@@ -326,28 +326,10 @@ macro(just_fail msg)
+   return()
+ endmacro()
+ 
+-find_package(IlmBase QUIET COMPONENTS Half)
+-if(NOT IlmBase_FOUND)
+-  pkg_check_modules(IlmBase QUIET IlmBase)
+-endif()
+-if (IlmBase_FOUND AND NOT TARGET IlmBase::Half)
+-  message(STATUS "Falling back to IlmBase found by pkg-config...")
+-
+-  find_library(IlmHalf_LIBRARY NAMES Half)
+-  if(IlmHalf_LIBRARY-NOTFOUND OR NOT IlmBase_INCLUDE_DIRS)
+-just_fail("IlmBase::Half can not be found!")
+-  endif()
+-  
+-  add_library(IlmBase::Half UNKNOWN IMPORTED)
+-  set_target_properties(IlmBase::Half PROPERTIES
+-IMPORTED_LOCATION "${IlmHalf_LIBRARY}"
+-INTERFACE_INCLUDE_DIRECTORIES "${IlmBase_INCLUDE_DIRS}")
+-elseif(NOT IlmBase_FOUND)
+-  just_fail("IlmBase::Half can not be found!")
+-endif()
+ find_package(TBB ${_quiet} ${_required} COMPONENTS tbb)
+ find_package(ZLIB ${_quiet} ${_required})
+ find_package(Boost ${_quiet} ${_required} COMPONENTS iostreams system )
++find_package(Imath CONFIG)
+ 
+ # Use GetPrerequisites to see which libraries this OpenVDB lib has linked to
+ # which we can query for optional deps. This basically runs ldd/otoll/objdump
+@@ -398,7 +380,7 @@ foreach(PREREQUISITE ${_OPENVDB_PREREQUISITE_LIST})
+ set(OpenVDB_USES_LOG4CPLUS ON)
+   endif()
+ 
+-  string(FIND ${PREREQUISITE} "IlmImf" _HAS_DEP)
++  string(FIND ${PREREQUISITE} "OpenEXR" _HAS_DEP)
+   if(NOT ${_HAS_DEP} EQUAL -1)
+ set(OpenVDB_USES_ILM ON)
+   endif()
+@@ -429,11 +411,7 @@ if(OpenVDB_USES_LOG4CPLUS)
+   find_package(Log4cplus ${_quiet} ${_required})
+ endif()
+ 
+-if(OpenVDB_USES_ILM)
+-  find_package(IlmBase ${_quiet} ${_required})
+-endif()
+-

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

2021-11-05 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, November 6, 2021 @ 02:11:56
  Author: svenstaro
Revision: 1037391

upgpkg: prusa-slicer 2.3.3-2: openvdb 9 rebuild

Modified:
  prusa-slicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 01:48:20 UTC (rev 1037390)
+++ PKGBUILD2021-11-06 02:11:56 UTC (rev 1037391)
@@ -2,12 +2,12 @@
 
 pkgname=prusa-slicer
 pkgver=2.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="G-code generator for 3D printers (Prusa fork of Slic3r)"
 arch=(x86_64)
 url="https://github.com/prusa3d/PrusaSlicer;
 license=(AGPL3)
-depends=(boost-libs curl glew intel-tbb nlopt wxgtk3 qhull openvdb cgal)
+depends=(boost-libs curl glew intel-tbb nlopt wxgtk3 qhull openvdb cgal imath)
 makedepends=(cmake boost cereal eigen expat gtest libpng systemd)
 replaces=(slic3r-prusa3d)
 source=(${url}/archive/version_${pkgver}/${pkgname}-${pkgver}.tar.gz



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

2021-11-05 Thread Christian Rebischke via arch-commits
Date: Saturday, November 6, 2021 @ 01:48:20
  Author: shibumi
Revision: 1037390

add ct

Added:
  ct/
  ct/repos/
  ct/trunk/
  ct/trunk/PKGBUILD

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

Added: ct/trunk/PKGBUILD
===
--- ct/trunk/PKGBUILD   (rev 0)
+++ ct/trunk/PKGBUILD   2021-11-06 01:48:20 UTC (rev 1037390)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke 
+pkgname=ct
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='config transpiler for Flatcar Container Linux'
+arch=('x86_64' 'aarch64')
+url='https://github.com/flatcar-linux/container-linux-config-transpiler'
+license=('Apache')
+depends=('kubectl')
+makedepends=('git' 'go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/flatcar-linux/container-linux-config-transpiler/archive/refs/tags/v${pkgver}.tar.gz;)
+sha512sums=('9975f7624b790e15764272cfed3ba314e5e4467a9300c2448137c907ae602e3290e98402493bd50c42f193b299dfa4d3ed67d2b897fd5d752aeb3fd319af83c9')
+b2sums=('ac1d89cc3651961651eb73848fb3bcbc66f30401ecebb0f5b15661fb9c256ead2e6362bf268e201c33e95995284ef75f395e87138e44caff785f3d59bb399d23')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
+  go build -ldflags="-w -s -linkmode=external" ./internal/
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 ct "${pkgdir}/usr/bin/ct"
+}



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

2021-11-05 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, November 6, 2021 @ 01:37:47
  Author: svenstaro
Revision: 1037389

archrelease: copy trunk to community-staging-x86_64

Added:
  blender/repos/community-staging-x86_64/
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 1037388, blender/trunk/PKGBUILD)
  blender/repos/community-staging-x86_64/blender-openexr3.patch
(from rev 1037388, blender/trunk/blender-openexr3.patch)

+
 PKGBUILD   |   88 +++
 blender-openexr3.patch |   42 ++
 2 files changed, 130 insertions(+)

Copied: blender/repos/community-staging-x86_64/PKGBUILD (from rev 1037388, 
blender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-06 01:37:47 UTC (rev 1037389)
@@ -0,0 +1,88 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Sowiak 
+# Contributor: tobias 
+
+# For legal reasons, we can't separately package the Optix headers so we'll
+# just build the package against them. I checked with NVIDIA and this way is
+# fine with them.
+
+pkgname=blender
+pkgver=2.93.5
+pkgrel=6
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('x86_64')
+license=('GPL')
+url="https://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests' 'potrace'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 
'openjpeg2' 'python-numpy'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic' 'openxr'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage' 
'openimagedenoise'
+ 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2' 'embree' 'libharu')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'cuda' 'ninja')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+source=("git+https://git.blender.org/blender.git#tag=v$pkgver;
+"git+https://git.blender.org/blender-addons.git;
+"git+https://git.blender.org/blender-addons-contrib.git;
+"git+https://git.blender.org/blender-translations.git;
+"git+https://git.blender.org/blender-dev-tools.git;
+
https://developer.download.nvidia.com/redist/optix/v7.0/OptiX-7.0.0-include.zip
+blender-openexr3.patch)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'b2cff73def3757d4259f4b4d318a8ccfe166bf7c215cbb2124f1c81bd6e742f96207285b24eb4d99b527b7b97dc6d5e8fdf2f16d78d5d1e2684c26d681328491'
+
'e2dd7210d26b70445e9ae8e33dea35111ad0b0aca9d3b4ded3df560d0fcc8dc044868f729e0f090a04b6f316f083b5505a7056ce088e8702065add87b9b457e5')
+
+prepare() {
+  cd "$pkgname"
+
+  git submodule init
+  git config submodule."release/scripts/addons".url "${srcdir}/blender-addons"
+  git config submodule."release/scripts/addons_contrib".url 
"${srcdir}/blender-addons-contrib"
+  git config submodule."release/datafiles/locale".url 
"${srcdir}/blender-translations"
+  git config submodule."source/tools".url "${srcdir}/blender-dev-tools"
+  git submodule update
+  git submodule foreach git checkout v${pkgver}
+
+  patch -p1 < "$srcdir"/blender-openexr3.patch # Fix build with OpenEXR 3
+}
+
+build() {
+  cd "$pkgname"
+
+  local PYTHON_VER=3.9
+
+  cmake \
+-Bbuild \
+-GNinja \
+-Cbuild_files/cmake/config/blender_release.cmake \
+-DOPTIX_ROOT_DIR="$srcdir"/include \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DPYTHON_VERSION=$PYTHON_VER \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python$PYTHON_VER \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python$PYTHON_VER \
+-DCMAKE_CXX_FLAGS="-I /usr/include/python$PYTHON_VER"
+  ninja -C build
+}
+
+package() {
+  cd "$pkgname"
+
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm755 release/bin/blender-softwaregl 
"${pkgdir}/usr/bin/blender-softwaregl"
+  python -m compileall "${pkgdir}/usr/share/blender"
+  python -O -m compileall "${pkgdir}/usr/share/blender"
+
+  install -Dm644 release/freedesktop/org.blender.Blender.appdata.xml 
"${pkgdir}/usr/share/metainfo/org.blender.Blender.appdata.xml"
+
+  # Manually install additional scripts (See FS#69351)
+  cp -r release/scripts/addons_contrib/* 
"${pkgdir}"/usr/share/blender/2*/scripts/addons_contrib/
+}

Copied: blender/repos/community-staging-x86_64/blender-openexr3.patch (from rev 
1037388, blender/trunk/blender-openexr3.patch)
===
--- community-staging-x86_64/blender-openexr3.patch 
(rev 0)
+++ community-staging-x86_64/blender-openexr3.patch 2021-11-06 01:37:47 UTC 
(rev 1037389)
@@ -0,0 +1,42 @@
+diff --git 

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

2021-11-05 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, November 6, 2021 @ 01:37:35
  Author: svenstaro
Revision: 1037388

upgpkg: blender 17:2.93.5-6: openvdb 9 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 01:21:40 UTC (rev 1037387)
+++ PKGBUILD2021-11-06 01:37:35 UTC (rev 1037388)
@@ -8,7 +8,7 @@
 
 pkgname=blender
 pkgver=2.93.5
-pkgrel=5
+pkgrel=6
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')



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

2021-11-05 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, November 6, 2021 @ 01:21:40
  Author: svenstaro
Revision: 1037387

archrelease: copy trunk to community-staging-x86_64

Added:
  openvkl/repos/community-staging-x86_64/
  openvkl/repos/community-staging-x86_64/PKGBUILD
(from rev 1037386, openvkl/trunk/PKGBUILD)

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

Copied: openvkl/repos/community-staging-x86_64/PKGBUILD (from rev 1037386, 
openvkl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-06 01:21:40 UTC (rev 1037387)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=openvkl
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="Intel® Open Volume Kernel Library"
+arch=(x86_64)
+url="https://www.openvkl.org/;
+license=(Apache)
+depends=(embree ispc glfw libglvnd imath openvdb rkcommon tbb zlib)
+makedepends=(boost cmake)
+source=(https://github.com/openvkl/openvkl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('d193c75a2c57acd764649215b244c432694a0169da374a9d769a81b02a9132e9')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOpenVDB_ROOT=/usr \
+-Wno-dev
+  make -C build
+}
+
+check() {
+  make -C build test
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}



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

2021-11-05 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, November 6, 2021 @ 01:21:28
  Author: svenstaro
Revision: 1037386

upgpkg: openvkl 1.1.0-2: openvdb 9 rebuild

Modified:
  openvkl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 01:05:09 UTC (rev 1037385)
+++ PKGBUILD2021-11-06 01:21:28 UTC (rev 1037386)
@@ -2,7 +2,7 @@
 
 pkgname=openvkl
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Intel® Open Volume Kernel Library"
 arch=(x86_64)
 url="https://www.openvkl.org/;



[arch-commits] Commit in xdg-desktop-portal-gnome/repos (2 files)

2021-11-05 Thread Jan Steffens via arch-commits
Date: Saturday, November 6, 2021 @ 01:13:54
  Author: heftig
Revision: 427392

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  xdg-desktop-portal-gnome/repos/gnome-unstable-x86_64/
  xdg-desktop-portal-gnome/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 427391, xdg-desktop-portal-gnome/trunk/PKGBUILD)

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

Copied: xdg-desktop-portal-gnome/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
427391, xdg-desktop-portal-gnome/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2021-11-06 01:13:54 UTC (rev 427392)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=xdg-desktop-portal-gnome
+pkgver=41.1
+pkgrel=1
+pkgdesc="A backend implementation for xdg-desktop-portal for the GNOME desktop 
environment"
+url="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome;
+arch=(x86_64)
+license=(LGPL)
+depends=('xdg-desktop-portal-gtk>=1.10.0-2' gtk4 gnome-keyring evince)
+makedepends=(xdg-desktop-portal meson git)
+provides=(xdg-desktop-portal-impl)
+conflicts=('xdg-desktop-portal-gtk<1.10.0-2')
+replaces=('xdg-desktop-portal-gtk<1.10.0-2')
+_commit=27ba392a415cec6e31d76305319f5ed729e2d2eb  # tags/41.1^0
+source=("git+https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



[arch-commits] Commit in xdg-desktop-portal-gtk/repos (2 files)

2021-11-05 Thread Jan Steffens via arch-commits
Date: Saturday, November 6, 2021 @ 01:13:54
  Author: heftig
Revision: 427393

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  xdg-desktop-portal-gtk/repos/gnome-unstable-x86_64/
  xdg-desktop-portal-gtk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 427391, xdg-desktop-portal-gtk/trunk/PKGBUILD)

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

Copied: xdg-desktop-portal-gtk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
427391, xdg-desktop-portal-gtk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2021-11-06 01:13:54 UTC (rev 427393)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Patrick Griffis 
+
+pkgname=xdg-desktop-portal-gtk
+pkgver=1.10.0
+pkgrel=2
+pkgdesc="A backend implementation for xdg-desktop-portal using GTK"
+url="https://github.com/flatpak/xdg-desktop-portal-gtk;
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3)
+makedepends=(xdg-desktop-portal python git)
+optdepends=("evince: Print preview")
+provides=(xdg-desktop-portal-impl)
+_commit=3a9ac80eb720d1ba8a2aecc2108f66b2f737f185  # tags/1.10.0^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  
+  # Fix build
+  git cherry-pick -n e34f49ca8365 19c5385b9f5f
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" make install
+}



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

2021-11-05 Thread Jan Steffens via arch-commits
Date: Saturday, November 6, 2021 @ 01:13:46
  Author: heftig
Revision: 427391

41.1-1

Added:
  xdg-desktop-portal-gnome/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-06 01:13:46 UTC (rev 427391)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=xdg-desktop-portal-gnome
+pkgver=41.1
+pkgrel=1
+pkgdesc="A backend implementation for xdg-desktop-portal for the GNOME desktop 
environment"
+url="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome;
+arch=(x86_64)
+license=(LGPL)
+depends=('xdg-desktop-portal-gtk>=1.10.0-2' gtk4 gnome-keyring evince)
+makedepends=(xdg-desktop-portal meson git)
+provides=(xdg-desktop-portal-impl)
+conflicts=('xdg-desktop-portal-gtk<1.10.0-2')
+replaces=('xdg-desktop-portal-gtk<1.10.0-2')
+_commit=27ba392a415cec6e31d76305319f5ed729e2d2eb  # tags/41.1^0
+source=("git+https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



[arch-commits] Commit in xdg-desktop-portal-gtk/trunk (PKGBUILD build.diff)

2021-11-05 Thread Jan Steffens via arch-commits
Date: Saturday, November 6, 2021 @ 01:13:30
  Author: heftig
Revision: 427390

1.10.0-2: move gnome portals to x-d-p-gnome

Modified:
  xdg-desktop-portal-gtk/trunk/PKGBUILD
Deleted:
  xdg-desktop-portal-gtk/trunk/build.diff

+
 PKGBUILD   |   22 +++---
 build.diff |   21 -
 2 files changed, 7 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 00:50:36 UTC (rev 427389)
+++ PKGBUILD2021-11-06 01:13:30 UTC (rev 427390)
@@ -4,20 +4,18 @@
 
 pkgname=xdg-desktop-portal-gtk
 pkgver=1.10.0
-pkgrel=1
-pkgdesc="A GTK+ backend for xdg-desktop-portal"
+pkgrel=2
+pkgdesc="A backend implementation for xdg-desktop-portal using GTK"
 url="https://github.com/flatpak/xdg-desktop-portal-gtk;
 arch=(x86_64)
 license=(LGPL)
-depends=(gtk3 gnome-desktop gnome-keyring)
+depends=(gtk3)
 makedepends=(xdg-desktop-portal python git)
 optdepends=("evince: Print preview")
 provides=(xdg-desktop-portal-impl)
 _commit=3a9ac80eb720d1ba8a2aecc2108f66b2f737f185  # tags/1.10.0^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;
-build.diff)
-sha256sums=('SKIP'
-'43cc8f25956d543166bbdf1413ed4fae067a380cecb7415db1422bdb846c5067')
+source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -28,7 +26,7 @@
   cd $pkgname
   
   # Fix build
-  git apply -3 ../build.diff
+  git cherry-pick -n e34f49ca8365 19c5385b9f5f
 
   NOCONFIGURE=1 ./autogen.sh
 }
@@ -35,13 +33,7 @@
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
---enable-wallpaper \
---enable-screenshot \
---enable-screencast \
---enable-background \
---enable-settings \
---enable-appchooser
+  ./configure --prefix=/usr --libexecdir=/usr/lib
   make 
 }
 

Deleted: build.diff
===
--- build.diff  2021-11-06 00:50:36 UTC (rev 427389)
+++ build.diff  2021-11-06 01:13:30 UTC (rev 427390)
@@ -1,21 +0,0 @@
-diff --git i/po/hi.po w/po/hi.po
-index 14d97bf..5795e0e 100644
 i/po/hi.po
-+++ w/po/hi.po
-@@ -309,14 +309,14 @@ msgstr "गतिविधियां"
- #~ "Select an application to open “%s”. More applications are available in Software."
- #~ msgstr ""
--#~ "खोलने के लिए एक आवेदन का चयन करें "%s". अधिक एप्लिकेशन उपलब्ध हैं सॉफ्टवेयर।"
- 
- #~ msgid ""
- #~ "Select an application. More applications are available in Software."
- #~ msgstr ""
--#~ "एक आवेदन का चयन करें। सॉफ्टवेयर।"
- 
- #~ msgid "Unable to find a suitable application."



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

2021-11-05 Thread David Runge via arch-commits
Date: Saturday, November 6, 2021 @ 01:05:09
  Author: dvzrv
Revision: 1037385

archrelease: copy trunk to community-x86_64

Added:
  kernelshark/repos/community-x86_64/PKGBUILD
(from rev 1037384, kernelshark/trunk/PKGBUILD)
Deleted:
  kernelshark/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-06 01:04:51 UTC (rev 1037384)
+++ PKGBUILD2021-11-06 01:05:09 UTC (rev 1037385)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=kernelshark
-pkgver=1.3
-pkgrel=1
-pkgdesc="GUI frontend for trace-cmd based Linux kernel Ftrace captures"
-arch=('x86_64')
-url="https://kernelshark.org/;
-license=('GPL2')
-depends=('freeglut' 'gcc-libs' 'glibc' 'glu' 'libglvnd' 'qt5-base' 'trace-cmd')
-makedepends=('cmake' 'json-c')
-provides=('libkshark.so' 'libkshark-plot.so' 'libkshark-gui.so')
-source=("https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot/${pkgname}-v${pkgver}.tar.gz;)
-sha512sums=('a1f646ef4f250af7fc285c042f364eca0cdd7e6aa7cde111d1428c33e5af58181e2308a543e111614163201c89112b67ffcf9f305e3d2d81cf4398efe8530c1d')
-b2sums=('62291ee9ff2eb0070414d4604703aa6ee1f9140b720d4f1df45f937d03222f92ab79b63b58f25b8fb7787572ac77f5ab0cf951f6b44a5b478cf97a3bd0f5f0fd')
-
-prepare() {
-  mv -v "${pkgname}-v${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make prefix='/usr' V=1
-  cd "kernel-shark"
-  cmake -D_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libjson-c.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" prefix='/usr' VERBOSE=1 -C kernel-shark/build 
install
-}

Copied: kernelshark/repos/community-x86_64/PKGBUILD (from rev 1037384, 
kernelshark/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-06 01:05:09 UTC (rev 1037385)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+pkgname=kernelshark
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="GUI frontend for trace-cmd based Linux kernel Ftrace captures"
+arch=('x86_64')
+url="https://kernelshark.org/;
+license=('GPL2')
+depends=(freeglut gcc-libs glibc glu libglvnd qt5-base)
+makedepends=(boost cmake json-c libtracefs libtraceevent trace-cmd 
ttf-fira-sans)
+provides=(libkshark.so libkshark-plot.so libkshark-gui.so)
+source=("${pkgname}-${pkgver}.tar.gz::https://git.kernel.org/pub/scm/utils/trace-cmd/kernel-shark.git/snapshot/kernel-shark-${pkgname}-v${pkgver}.tar.gz;)
+sha512sums=('3e293dbc7802f1a9245f0b9081cfabb7845428239aafe8e552038b29c49d6693c970f1e49bf33ef87c23bb9e047b04f1014d3716cbd71859a1e12a54ff6a5ca5')
+b2sums=('09970743e6cc125c63f70a4967ad63db0f71b7006c1fb9e4152393f338638679a2d1655c2b1859bfd9ef317e2fb705aa85e1d087fa45baf058037bcf79cfa177')
+
+prepare() {
+  mv -v "kernel-shark-${pkgname}-v${pkgver}" "${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
+
+  # replace FreeSans with ttf-fira-sans
+  sed -e 's/FreeSans/FiraSans-Regular/g' \
+  -i CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-D_INSTALL_PREFIX=/usr \
+-D_LIBDIR=/usr/lib \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=(libjson-c.so libtracefs.so libtracecmd.so libtraceevent.so)
+  cd "$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" prefix='/usr' VERBOSE=1 -C build install
+}



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

2021-11-05 Thread David Runge via arch-commits
Date: Saturday, November 6, 2021 @ 01:04:51
  Author: dvzrv
Revision: 1037384

upgpkg: kernelshark 2.0.2-1: Upgrade to 2.0.2.

Replace the use of FreeSans with ttf-fira-sans.
Use custom cmake variables to have things end up where they should.
Add all current dependencies and add all available sodeps in package().

Modified:
  kernelshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 01:04:50 UTC (rev 1037383)
+++ PKGBUILD2021-11-06 01:04:51 UTC (rev 1037384)
@@ -1,28 +1,33 @@
 # Maintainer: David Runge 
 
 pkgname=kernelshark
-pkgver=1.3
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="GUI frontend for trace-cmd based Linux kernel Ftrace captures"
 arch=('x86_64')
 url="https://kernelshark.org/;
 license=('GPL2')
-depends=('freeglut' 'gcc-libs' 'glibc' 'glu' 'libglvnd' 'qt5-base' 'trace-cmd')
-makedepends=('cmake' 'json-c')
-provides=('libkshark.so' 'libkshark-plot.so' 'libkshark-gui.so')
-source=("https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot/${pkgname}-v${pkgver}.tar.gz;)
-sha512sums=('a1f646ef4f250af7fc285c042f364eca0cdd7e6aa7cde111d1428c33e5af58181e2308a543e111614163201c89112b67ffcf9f305e3d2d81cf4398efe8530c1d')
-b2sums=('62291ee9ff2eb0070414d4604703aa6ee1f9140b720d4f1df45f937d03222f92ab79b63b58f25b8fb7787572ac77f5ab0cf951f6b44a5b478cf97a3bd0f5f0fd')
+depends=(freeglut gcc-libs glibc glu libglvnd qt5-base)
+makedepends=(boost cmake json-c libtracefs libtraceevent trace-cmd 
ttf-fira-sans)
+provides=(libkshark.so libkshark-plot.so libkshark-gui.so)
+source=("${pkgname}-${pkgver}.tar.gz::https://git.kernel.org/pub/scm/utils/trace-cmd/kernel-shark.git/snapshot/kernel-shark-${pkgname}-v${pkgver}.tar.gz;)
+sha512sums=('3e293dbc7802f1a9245f0b9081cfabb7845428239aafe8e552038b29c49d6693c970f1e49bf33ef87c23bb9e047b04f1014d3716cbd71859a1e12a54ff6a5ca5')
+b2sums=('09970743e6cc125c63f70a4967ad63db0f71b7006c1fb9e4152393f338638679a2d1655c2b1859bfd9ef317e2fb705aa85e1d087fa45baf058037bcf79cfa177')
 
 prepare() {
-  mv -v "${pkgname}-v${pkgver}" "${pkgname}-${pkgver}"
+  mv -v "kernel-shark-${pkgname}-v${pkgver}" "${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
+
+  # replace FreeSans with ttf-fira-sans
+  sed -e 's/FreeSans/FiraSans-Regular/g' \
+  -i CMakeLists.txt
 }
 
 build() {
   cd "$pkgname-$pkgver"
-  make prefix='/usr' V=1
-  cd "kernel-shark"
-  cmake -D_INSTALL_PREFIX=/usr \
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-D_INSTALL_PREFIX=/usr \
+-D_LIBDIR=/usr/lib \
 -DCMAKE_BUILD_TYPE='None' \
 -Wno-dev \
 -B build \
@@ -31,7 +36,7 @@
 }
 
 package() {
-  depends+=('libjson-c.so')
+  depends+=(libjson-c.so libtracefs.so libtracecmd.so libtraceevent.so)
   cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" prefix='/usr' VERBOSE=1 -C kernel-shark/build 
install
+  make DESTDIR="${pkgdir}" prefix='/usr' VERBOSE=1 -C build install
 }



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

2021-11-05 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, November 6, 2021 @ 01:04:50
  Author: svenstaro
Revision: 1037383

archrelease: copy trunk to community-staging-x86_64

Added:
  openvdb/repos/community-staging-x86_64/
  openvdb/repos/community-staging-x86_64/PKGBUILD
(from rev 1037382, openvdb/trunk/PKGBUILD)

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

Copied: openvdb/repos/community-staging-x86_64/PKGBUILD (from rev 1037382, 
openvdb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-06 01:04:50 UTC (rev 1037383)
@@ -0,0 +1,39 @@
+# Maintainer : Sven-Hendrik Haase 
+pkgname=openvdb
+pkgver=9.0.0
+pkgrel=1
+pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
+url='https://github.com/dreamworksanimation/openvdb'
+arch=('x86_64')
+license=('MPL')
+depends=('boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc' 'log4cplus')
+makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 
'python' 'python-numpy' 'ninja')
+optdepends=('glfw: for tools'
+'glu: for tools'
+'python-numpy: python module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
+sha512sums=('1410b7b04b03fb09d6775ebe7b95e7c0a484d5f29c84203530ed30ccb7c061470be1abb93189010617342e57f3fecdd66a115c6d222024e68e2384a7fb196194')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake \
+-Bbuild \
+-GNinja \
+-DUSE_NUMPY=ON \
+-DUSE_LOG4CPLUS=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOPENVDB_BUILD_PYTHON_MODULE=ON \
+-DOPENVDB_BUILD_DOCS=ON \
+-DOPENVDB_BUILD_UNITTESTS=OFF
+
+  ninja -C build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+
+  DESTDIR="${pkgdir}" ninja install
+}
+
+# vim:set sw=2 sts=2 et:



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

2021-11-05 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, November 6, 2021 @ 01:04:36
  Author: svenstaro
Revision: 1037382

upgpkg: openvdb 9.0.0-1

Modified:
  openvdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 00:48:23 UTC (rev 1037381)
+++ PKGBUILD2021-11-06 01:04:36 UTC (rev 1037382)
@@ -1,6 +1,6 @@
 # Maintainer : Sven-Hendrik Haase 
 pkgname=openvdb
-pkgver=8.1.0
+pkgver=9.0.0
 pkgrel=1
 pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
 url='https://github.com/dreamworksanimation/openvdb'
@@ -12,7 +12,7 @@
 'glu: for tools'
 'python-numpy: python module')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
-sha512sums=('081ccedb122ff9bd73e0cd7ff083ad0ff0165e0cf6305187edcbe90ff12f01ec085c91ad5c52c53596035e0c2afd5b8801e6c00374b0fc4b0cc111f5c7f37eb5')
+sha512sums=('1410b7b04b03fb09d6775ebe7b95e7c0a484d5f29c84203530ed30ccb7c061470be1abb93189010617342e57f3fecdd66a115c6d222024e68e2384a7fb196194')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2021-11-05 Thread Jan Steffens via arch-commits
Date: Saturday, November 6, 2021 @ 00:50:36
  Author: heftig
Revision: 427389

archrelease: copy trunk to extra-x86_64

Added:
  libfprint/repos/extra-x86_64/PKGBUILD
(from rev 427386, libfprint/trunk/PKGBUILD)
Deleted:
  libfprint/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-06 00:50:36 UTC (rev 427388)
+++ PKGBUILD2021-11-06 00:50:36 UTC (rev 427389)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Tom Gundersen 
-# Contributor: Thomas Baechler 
-
-pkgname=libfprint
-pkgver=1.94.1
-pkgrel=1
-pkgdesc="Library for fingerprint readers"
-url="https://fprint.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libgusb pixman nss systemd libgudev)
-makedepends=(git meson gtk-doc gobject-introspection)
-checkdepends=(cairo)
-provides=(libfprint-2.so)
-groups=(fprint)
-_commit=7efb860381f330b5706b672a4a4b4bf20b706942  # tags/v1.94.1^0
-source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: libfprint/repos/extra-x86_64/PKGBUILD (from rev 427386, 
libfprint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-06 00:50:36 UTC (rev 427389)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Tom Gundersen 
+# Contributor: Thomas Baechler 
+
+pkgname=libfprint
+pkgver=1.94.2
+pkgrel=1
+pkgdesc="Library for fingerprint readers"
+url="https://fprint.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libgusb pixman nss systemd libgudev)
+makedepends=(git meson gtk-doc gobject-introspection)
+checkdepends=(cairo)
+provides=(libfprint-2.so)
+groups=(fprint)
+_commit=5e4bb268012f4051fc72578e6a1866c729cd8a2f  # tags/v1.94.2^0
+source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-11-05 Thread Jan Steffens via arch-commits
Date: Saturday, November 6, 2021 @ 00:50:36
  Author: heftig
Revision: 427387

archrelease: copy trunk to extra-x86_64

Added:
  fprintd/repos/extra-x86_64/PKGBUILD
(from rev 427386, fprintd/trunk/PKGBUILD)
Deleted:
  fprintd/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-06 00:50:18 UTC (rev 427386)
+++ PKGBUILD2021-11-06 00:50:36 UTC (rev 427387)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Nikolay Rysev 
-
-pkgname=fprintd
-pkgver=1.94.0
-pkgrel=1
-pkgdesc="D-Bus service to access fingerprint readers"
-url="https://fprint.freedesktop.org/;
-arch=(x86_64)
-license=(GPL)
-depends=(glib2 libfprint polkit dbus dbus-glib systemd)
-makedepends=(gtk-doc git meson pam_wrapper python-cairo python-dbus
- python-dbusmock)
-groups=(fprint)
-_commit=fc7e058e937db861d1868a55b5316798d14fe0b7  # tags/v1.94.0^0
-source=("git+https://gitlab.freedesktop.org/libfprint/fprintd.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D pam_modules_dir=/usr/lib/security \
--D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libfprint-2.so)
-
-  meson install -C build --destdir "$pkgdir"
-}

Copied: fprintd/repos/extra-x86_64/PKGBUILD (from rev 427386, 
fprintd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-06 00:50:36 UTC (rev 427387)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Nikolay Rysev 
+
+pkgname=fprintd
+pkgver=1.94.1
+pkgrel=1
+pkgdesc="D-Bus service to access fingerprint readers"
+url="https://fprint.freedesktop.org/;
+arch=(x86_64)
+license=(GPL)
+depends=(glib2 libfprint polkit dbus dbus-glib systemd)
+makedepends=(gtk-doc git meson pam_wrapper python-cairo python-dbus
+ python-dbusmock)
+groups=(fprint)
+_commit=a734ceff71bc57a9dc564d9d56b88efe471daf01  # tags/v1.94.1^0
+source=("git+https://gitlab.freedesktop.org/libfprint/fprintd.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D pam_modules_dir=/usr/lib/security \
+-D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libfprint-2.so)
+
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-11-05 Thread Jan Steffens via arch-commits
Date: Saturday, November 6, 2021 @ 00:50:36
  Author: heftig
Revision: 427388

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  epiphany/repos/gnome-unstable-x86_64/
  epiphany/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 427386, epiphany/trunk/PKGBUILD)

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

Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 427386, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2021-11-06 00:50:36 UTC (rev 427388)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=epiphany
+pkgver=41.0
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk-4.1 gcr icu libdazzle libhandy libportal libarchive)
+makedepends=(docbook-xml startup-notification lsb-release gobject-introspection
+ yelp-tools git meson)
+checkdepends=(xorg-server-xvfb aspell hspell hunspell nuspell libvoikko)
+groups=(gnome)
+_commit=d8163fa7ea74b2be14da9d4217e9d3e0c41cdb2a  # tags/41.0^0
+source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D soup2=disabled
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run -s '-nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-11-05 Thread Jan Steffens via arch-commits
Date: Saturday, November 6, 2021 @ 00:50:18
  Author: heftig
Revision: 427386

1.94.1-1

Modified:
  fprintd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 00:50:06 UTC (rev 427385)
+++ PKGBUILD2021-11-06 00:50:18 UTC (rev 427386)
@@ -2,7 +2,7 @@
 # Contributor: Nikolay Rysev 
 
 pkgname=fprintd
-pkgver=1.94.0
+pkgver=1.94.1
 pkgrel=1
 pkgdesc="D-Bus service to access fingerprint readers"
 url="https://fprint.freedesktop.org/;
@@ -12,7 +12,7 @@
 makedepends=(gtk-doc git meson pam_wrapper python-cairo python-dbus
  python-dbusmock)
 groups=(fprint)
-_commit=fc7e058e937db861d1868a55b5316798d14fe0b7  # tags/v1.94.0^0
+_commit=a734ceff71bc57a9dc564d9d56b88efe471daf01  # tags/v1.94.1^0
 
source=("git+https://gitlab.freedesktop.org/libfprint/fprintd.git#commit=$_commit;)
 sha256sums=('SKIP')
 



[arch-commits] Commit in (3 files)

2021-11-05 Thread Jan Steffens via arch-commits
Date: Saturday, November 6, 2021 @ 00:50:06
  Author: heftig
Revision: 427385

Add xdg-desktop-portal-gnome

Added:
  xdg-desktop-portal-gnome/
  xdg-desktop-portal-gnome/repos/
  xdg-desktop-portal-gnome/trunk/



[arch-commits] Commit in wasi-libc++/repos (4 files)

2021-11-05 Thread Frederik Schwan via arch-commits
Date: Saturday, November 6, 2021 @ 00:48:23
  Author: freswa
Revision: 1037381

archrelease: copy trunk to community-any

Added:
  wasi-libc++/repos/community-any/
  wasi-libc++/repos/community-any/PKGBUILD
(from rev 1037380, wasi-libc++/trunk/PKGBUILD)
  wasi-libc++/repos/community-any/WASI.cmake
(from rev 1037380, wasi-libc++/trunk/WASI.cmake)
  wasi-libc++/repos/community-any/wasi-toolchain.cmake
(from rev 1037380, wasi-libc++/trunk/wasi-toolchain.cmake)

--+
 PKGBUILD |  116 +
 WASI.cmake   |1 
 wasi-toolchain.cmake |   29 
 3 files changed, 146 insertions(+)

Copied: wasi-libc++/repos/community-any/PKGBUILD (from rev 1037380, 
wasi-libc++/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-11-06 00:48:23 UTC (rev 1037381)
@@ -0,0 +1,116 @@
+# Maintainer: Frederik Schwan 
+
+pkgbase=wasi-libc++
+pkgname=(wasi-libc++ wasi-libc++abi)
+pkgver=12.0.1
+pkgrel=1
+arch=('any')
+url='https://libcxx.llvm.org/'
+license=('custom:Apache 2.0 with LLVM Exception')
+makedepends=('cmake' 'ninja' 'python' 'llvm' 'clang' 'wasi-libc' 
'wasi-compiler-rt')
+source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-$pkgver.src.tar.xz"{,.sig}
+
"https://github.com/llvm/llvm-project/releases/download/llvmorg-${pkgver}/libcxx-${pkgver}.src.tar.xz"{,.sig}
+
"https://github.com/llvm/llvm-project/releases/download/llvmorg-${pkgver}/libcxxabi-${pkgver}.src.tar.xz"{,.sig}
+WASI.cmake
+wasi-toolchain.cmake)
+b2sums=('60944688424ebb1f9c51b1f37e2b2a489deff557bf09e8c08a6761a22aea05ab8e46934bbb68a89f9c06e4aa1b381ba52a7894c4e8179867b4b6f5069f4ed539'
+'SKIP'
+
'1eae9c61470be9ba85c010efb047643883ea59c58b0ed59c44e2c6ae0335ecf6b0e9cf2088c09751310452bc851738466206eb21a314b153c1cc1197f7cf'
+'SKIP'
+
'1f653d32149f4ae3af72668ca0a7108766dc8368bd1eb37dfa06bb3b10bd8695379f62cfa569c1e0fad1be2d4535f92091dba703450e7539be915d9f668f'
+'SKIP'
+
'c829d807c257921fddb8c4d3752ad2291a2beb116d414dd31e34b7f6b01599d8c4807db87ef9930456ed8c9f30e8648e77028fa0b903c3a5ea840514f6022cf4'
+
'74c63bb838bc2e6d7980370fb3d47f8fd2f1dd8b6dc82302c7cc0b80e0fb1e8e21c1c62d6de0b78e478fc22611a5867e52b1ef7a566796fe831fffd98b17c940')
+options=('staticlibs')
+validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

+validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

+
+prepare() {
+  # Platform files have been copied from here 
https://github.com/WebAssembly/wasi-sdk
+  mkdir -p cmake/Platform
+  cp WASI.cmake cmake/Platform
+
+  mv libcxx-${pkgver}.src libcxx
+  mv libcxxabi-${pkgver}.src libcxxabi
+  mv llvm-${pkgver}.src llvm
+
+  sed -i 's/CREDITS.TXT/CREDITS/' libcxx/LICENSE.TXT libcxxabi/LICENSE.TXT
+}
+
+build() {
+  # Build options are derived from here 
https://github.com/WebAssembly/wasi-sdk/blob/main/Makefile
+
+  # Currently, wasi-sdk requires C++ code be compiled with -fno-exceptions. 
libc++abi is compiled, however is is currently compiled with exception-handling 
support disabled.
+  # https://github.com/WebAssembly/wasi-sdk/issues/52#issuecomment-530619365
+  cmake -B build-libcxx -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_C_COMPILER_WORKS=ON \
+-DCMAKE_CXX_COMPILER_WORKS=ON \
+-DCMAKE_MODULE_PATH="${srcdir}"/cmake \
+-DCMAKE_TOOLCHAIN_FILE="${srcdir}"/wasi-toolchain.cmake \
+-DCMAKE_STAGING_PREFIX=/usr/share/wasi-sysroot \
+-DLIBCXX_ENABLE_EXCEPTIONS:BOOL=OFF \
+-DLIBCXX_ENABLE_SHARED:BOOL=OFF \
+-DLIBCXX_ENABLE_THREADS:BOOL=OFF \
+-DLIBCXX_HAS_PTHREAD_API:BOOL=OFF \
+-DLIBCXX_HAS_EXTERNAL_THREAD_API:BOOL=OFF \
+-DLIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY:BOOL=OFF \
+-DLIBCXX_HAS_WIN32_THREAD_API:BOOL=OFF \
+-DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY:BOOL=OFF \
+-DLIBCXX_ENABLE_FILESYSTEM:BOOL=OFF \
+-DLIBCXX_CXX_ABI=libcxxabi \
+-DLIBCXX_CXX_ABI_INCLUDE_PATHS=libcxxabi/include \
+-DLIBCXX_HAS_MUSL_LIBC:BOOL=ON \
+-DLIBCXX_ABI_VERSION=2 \
+-DWASI_SDK_PREFIX=/usr \
+-DCMAKE_C_FLAGS="-fno-exceptions --sysroot=/usr/share/wasi-sysroot" \
+-DCMAKE_CXX_FLAGS="-fno-exceptions --sysroot=/usr/share/wasi-sysroot" \
+-DLIBCXX_LIBDIR_SUFFIX=/wasm32-wasi \
+libcxx
+  ninja -v -C build-libcxx
+
+  cmake -B build-libcxxabi -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_C_COMPILER_WORKS=ON \
+-DCMAKE_CXX_COMPILER_WORKS=ON \
+-DCMAKE_MODULE_PATH="${srcdir}"/cmake \
+-DCMAKE_TOOLCHAIN_FILE="${srcdir}"/wasi-toolchain.cmake \
+-DCMAKE_STAGING_PREFIX=/usr/share/wasi-sysroot \
+-DLIBCXXABI_ENABLE_EXCEPTIONS:BOOL=OFF \
+-DLIBCXXABI_ENABLE_SHARED:BOOL=OFF \
+-DLIBCXXABI_ENABLE_THREADS:BOOL=OFF \
+-DLIBCXXABI_HAS_PTHREAD_API:BOOL=OFF \
+

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

2021-11-05 Thread Jan Steffens via arch-commits
Date: Saturday, November 6, 2021 @ 00:47:06
  Author: heftig
Revision: 427384

1.94.2-1

Modified:
  libfprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 00:46:56 UTC (rev 427383)
+++ PKGBUILD2021-11-06 00:47:06 UTC (rev 427384)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Baechler 
 
 pkgname=libfprint
-pkgver=1.94.1
+pkgver=1.94.2
 pkgrel=1
 pkgdesc="Library for fingerprint readers"
 url="https://fprint.freedesktop.org/;
@@ -14,7 +14,7 @@
 checkdepends=(cairo)
 provides=(libfprint-2.so)
 groups=(fprint)
-_commit=7efb860381f330b5706b672a4a4b4bf20b706942  # tags/v1.94.1^0
+_commit=5e4bb268012f4051fc72578e6a1866c729cd8a2f  # tags/v1.94.2^0
 
source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2021-11-05 Thread Jan Steffens via arch-commits
Date: Saturday, November 6, 2021 @ 00:46:56
  Author: heftig
Revision: 427383

41.0-1

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 00:45:30 UTC (rev 427382)
+++ PKGBUILD2021-11-06 00:46:56 UTC (rev 427383)
@@ -2,18 +2,18 @@
 # Contributor: Jan de Groot 
 
 pkgname=epiphany
-pkgver=40.3
+pkgver=41.0
 pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web;
 arch=(x86_64)
 license=(GPL)
-depends=(webkit2gtk gcr icu libdazzle libhandy libportal libarchive)
+depends=(webkit2gtk-4.1 gcr icu libdazzle libhandy libportal libarchive)
 makedepends=(docbook-xml startup-notification lsb-release gobject-introspection
  yelp-tools git meson)
 checkdepends=(xorg-server-xvfb aspell hspell hunspell nuspell libvoikko)
 groups=(gnome)
-_commit=39ea7a27f3dc7f6c45095dcb73ce82e78dc0a4b2  # tags/40.3^0
+_commit=d8163fa7ea74b2be14da9d4217e9d3e0c41cdb2a  # tags/41.0^0
 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,13 +27,12 @@
 }
 
 build() {
-  arch-meson $pkgname build
+  arch-meson $pkgname build -D soup2=disabled
   meson compile -C build
 }
 
 check() {
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
+  dbus-run-session xvfb-run -s '-nolisten local' \
 meson test -C build --print-errorlogs
 }
 



[arch-commits] Commit in (6 files)

2021-11-05 Thread Frederik Schwan via arch-commits
Date: Saturday, November 6, 2021 @ 00:46:42
  Author: freswa
Revision: 1037380

add wasi-libc++ and wasi-libc++abi

Added:
  wasi-libc++/
  wasi-libc++/repos/
  wasi-libc++/trunk/
  wasi-libc++/trunk/PKGBUILD
  wasi-libc++/trunk/WASI.cmake
  wasi-libc++/trunk/wasi-toolchain.cmake

--+
 PKGBUILD |  116 +
 WASI.cmake   |1 
 wasi-toolchain.cmake |   29 
 3 files changed, 146 insertions(+)

Added: wasi-libc++/trunk/PKGBUILD
===
--- wasi-libc++/trunk/PKGBUILD  (rev 0)
+++ wasi-libc++/trunk/PKGBUILD  2021-11-06 00:46:42 UTC (rev 1037380)
@@ -0,0 +1,116 @@
+# Maintainer: Frederik Schwan 
+
+pkgbase=wasi-libc++
+pkgname=(wasi-libc++ wasi-libc++abi)
+pkgver=12.0.1
+pkgrel=1
+arch=('any')
+url='https://libcxx.llvm.org/'
+license=('custom:Apache 2.0 with LLVM Exception')
+makedepends=('cmake' 'ninja' 'python' 'llvm' 'clang' 'wasi-libc' 
'wasi-compiler-rt')
+source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-$pkgver.src.tar.xz"{,.sig}
+
"https://github.com/llvm/llvm-project/releases/download/llvmorg-${pkgver}/libcxx-${pkgver}.src.tar.xz"{,.sig}
+
"https://github.com/llvm/llvm-project/releases/download/llvmorg-${pkgver}/libcxxabi-${pkgver}.src.tar.xz"{,.sig}
+WASI.cmake
+wasi-toolchain.cmake)
+b2sums=('60944688424ebb1f9c51b1f37e2b2a489deff557bf09e8c08a6761a22aea05ab8e46934bbb68a89f9c06e4aa1b381ba52a7894c4e8179867b4b6f5069f4ed539'
+'SKIP'
+
'1eae9c61470be9ba85c010efb047643883ea59c58b0ed59c44e2c6ae0335ecf6b0e9cf2088c09751310452bc851738466206eb21a314b153c1cc1197f7cf'
+'SKIP'
+
'1f653d32149f4ae3af72668ca0a7108766dc8368bd1eb37dfa06bb3b10bd8695379f62cfa569c1e0fad1be2d4535f92091dba703450e7539be915d9f668f'
+'SKIP'
+
'c829d807c257921fddb8c4d3752ad2291a2beb116d414dd31e34b7f6b01599d8c4807db87ef9930456ed8c9f30e8648e77028fa0b903c3a5ea840514f6022cf4'
+
'74c63bb838bc2e6d7980370fb3d47f8fd2f1dd8b6dc82302c7cc0b80e0fb1e8e21c1c62d6de0b78e478fc22611a5867e52b1ef7a566796fe831fffd98b17c940')
+options=('staticlibs')
+validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

+validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

+
+prepare() {
+  # Platform files have been copied from here 
https://github.com/WebAssembly/wasi-sdk
+  mkdir -p cmake/Platform
+  cp WASI.cmake cmake/Platform
+
+  mv libcxx-${pkgver}.src libcxx
+  mv libcxxabi-${pkgver}.src libcxxabi
+  mv llvm-${pkgver}.src llvm
+
+  sed -i 's/CREDITS.TXT/CREDITS/' libcxx/LICENSE.TXT libcxxabi/LICENSE.TXT
+}
+
+build() {
+  # Build options are derived from here 
https://github.com/WebAssembly/wasi-sdk/blob/main/Makefile
+
+  # Currently, wasi-sdk requires C++ code be compiled with -fno-exceptions. 
libc++abi is compiled, however is is currently compiled with exception-handling 
support disabled.
+  # https://github.com/WebAssembly/wasi-sdk/issues/52#issuecomment-530619365
+  cmake -B build-libcxx -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_C_COMPILER_WORKS=ON \
+-DCMAKE_CXX_COMPILER_WORKS=ON \
+-DCMAKE_MODULE_PATH="${srcdir}"/cmake \
+-DCMAKE_TOOLCHAIN_FILE="${srcdir}"/wasi-toolchain.cmake \
+-DCMAKE_STAGING_PREFIX=/usr/share/wasi-sysroot \
+-DLIBCXX_ENABLE_EXCEPTIONS:BOOL=OFF \
+-DLIBCXX_ENABLE_SHARED:BOOL=OFF \
+-DLIBCXX_ENABLE_THREADS:BOOL=OFF \
+-DLIBCXX_HAS_PTHREAD_API:BOOL=OFF \
+-DLIBCXX_HAS_EXTERNAL_THREAD_API:BOOL=OFF \
+-DLIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY:BOOL=OFF \
+-DLIBCXX_HAS_WIN32_THREAD_API:BOOL=OFF \
+-DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY:BOOL=OFF \
+-DLIBCXX_ENABLE_FILESYSTEM:BOOL=OFF \
+-DLIBCXX_CXX_ABI=libcxxabi \
+-DLIBCXX_CXX_ABI_INCLUDE_PATHS=libcxxabi/include \
+-DLIBCXX_HAS_MUSL_LIBC:BOOL=ON \
+-DLIBCXX_ABI_VERSION=2 \
+-DWASI_SDK_PREFIX=/usr \
+-DCMAKE_C_FLAGS="-fno-exceptions --sysroot=/usr/share/wasi-sysroot" \
+-DCMAKE_CXX_FLAGS="-fno-exceptions --sysroot=/usr/share/wasi-sysroot" \
+-DLIBCXX_LIBDIR_SUFFIX=/wasm32-wasi \
+libcxx
+  ninja -v -C build-libcxx
+
+  cmake -B build-libcxxabi -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_C_COMPILER_WORKS=ON \
+-DCMAKE_CXX_COMPILER_WORKS=ON \
+-DCMAKE_MODULE_PATH="${srcdir}"/cmake \
+-DCMAKE_TOOLCHAIN_FILE="${srcdir}"/wasi-toolchain.cmake \
+-DCMAKE_STAGING_PREFIX=/usr/share/wasi-sysroot \
+-DLIBCXXABI_ENABLE_EXCEPTIONS:BOOL=OFF \
+-DLIBCXXABI_ENABLE_SHARED:BOOL=OFF \
+-DLIBCXXABI_ENABLE_THREADS:BOOL=OFF \
+-DLIBCXXABI_HAS_PTHREAD_API:BOOL=OFF \
+-DLIBCXXABI_HAS_EXTERNAL_THREAD_API:BOOL=OFF \
+-DLIBCXXABI_BUILD_EXTERNAL_THREAD_LIBRARY:BOOL=OFF \
+-DLIBCXXABI_HAS_WIN32_THREAD_API:BOOL=OFF \
+-DLIBCXXABI_SILENT_TERMINATE:BOOL=ON \
+-DLIBCXXABI_ENABLE_PIC:BOOL=OFF \
+-DUNIX:BOOL=ON \
+ 

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

2021-11-05 Thread Jan Steffens via arch-commits
Date: Saturday, November 6, 2021 @ 00:45:30
  Author: heftig
Revision: 427382

archrelease: copy trunk to extra-x86_64

Added:
  libdazzle/repos/extra-x86_64/PKGBUILD
(from rev 427381, libdazzle/trunk/PKGBUILD)
Deleted:
  libdazzle/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-06 00:45:19 UTC (rev 427381)
+++ PKGBUILD2021-11-06 00:45:30 UTC (rev 427382)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=libdazzle
-pkgver=3.42.0
-pkgrel=1
-pkgdesc="A library to delight your users with fancy features"
-url="https://gitlab.gnome.org/GNOME/libdazzle;
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3)
-makedepends=(git meson vala gobject-introspection gtk-doc)
-checkdepends=(xorg-server-xvfb)
-provides=(libdazzle-1.0.so)
-_commit=22b34014de28406d8c91cbe242d0e3d02cf9c54f  # tags/3.42.0^0
-source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build -D enable_gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  dbus-run-session xvfb-run -s '-nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: libdazzle/repos/extra-x86_64/PKGBUILD (from rev 427381, 
libdazzle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-06 00:45:30 UTC (rev 427382)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=libdazzle
+pkgver=3.42.0.1
+pkgrel=1
+pkgdesc="A library to delight your users with fancy features"
+url="https://gitlab.gnome.org/GNOME/libdazzle;
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+checkdepends=(xorg-server-xvfb)
+provides=(libdazzle-1.0.so)
+_commit=4c2ead5e8e25ee63fbe346c4da1ce63feb25ccc9  # tags/3.42.0.1^0
+source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build -D enable_gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run -s '-nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



[arch-commits] Commit in wasi-compiler-rt/repos (4 files)

2021-11-05 Thread Frederik Schwan via arch-commits
Date: Saturday, November 6, 2021 @ 00:45:30
  Author: freswa
Revision: 1037379

archrelease: copy trunk to community-any

Added:
  wasi-compiler-rt/repos/community-any/
  wasi-compiler-rt/repos/community-any/PKGBUILD
(from rev 1037378, wasi-compiler-rt/trunk/PKGBUILD)
  wasi-compiler-rt/repos/community-any/WASI.cmake
(from rev 1037378, wasi-compiler-rt/trunk/WASI.cmake)
  wasi-compiler-rt/repos/community-any/wasi-toolchain.cmake
(from rev 1037378, wasi-compiler-rt/trunk/wasi-toolchain.cmake)

--+
 PKGBUILD |   56 +
 WASI.cmake   |1 
 wasi-toolchain.cmake |   29 +
 3 files changed, 86 insertions(+)

Copied: wasi-compiler-rt/repos/community-any/PKGBUILD (from rev 1037378, 
wasi-compiler-rt/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-11-06 00:45:30 UTC (rev 1037379)
@@ -0,0 +1,56 @@
+# Maintainer: Frederik Schwan 
+
+pkgname=wasi-compiler-rt
+pkgver=12.0.1
+pkgrel=1
+pkgdesc='WASI LLVM compiler runtime'
+arch=('any')
+url='https://compiler-rt.llvm.org/'
+license=('custom:Apache 2.0 with LLVM Exception')
+depends=('wasi-libc')
+makedepends=('cmake' 'ninja' 'llvm' 'clang' 'lld')
+source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-${pkgver}/compiler-rt-${pkgver}.src.tar.xz"{,.sig}
+WASI.cmake
+wasi-toolchain.cmake)
+b2sums=('ea8c8c3867bae96329bb3efebe41b4433369140e9aa7bd6811925fa5e62722d46611df9fa9bc9d7dcd464b8eb4a6d3999b48c932acd8b73426b8e7a5ea54ff51'
+'SKIP'
+
'c829d807c257921fddb8c4d3752ad2291a2beb116d414dd31e34b7f6b01599d8c4807db87ef9930456ed8c9f30e8648e77028fa0b903c3a5ea840514f6022cf4'
+
'74c63bb838bc2e6d7980370fb3d47f8fd2f1dd8b6dc82302c7cc0b80e0fb1e8e21c1c62d6de0b78e478fc22611a5867e52b1ef7a566796fe831fffd98b17c940')
+options=('staticlibs')
+validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

+validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

+
+prepare() {
+  # Platform files have been copied from here 
https://github.com/WebAssembly/wasi-sdk
+  mkdir -p cmake/Platform
+  cp WASI.cmake cmake/Platform
+}
+
+build() {
+  # Build options are derived from here 
https://github.com/WebAssembly/wasi-sdk/blob/main/Makefile
+
+  # Currently, wasi-sdk requires C++ code be compiled with -fno-exceptions. 
libc++abi is compiled, however is is currently compiled with exception-handling 
support disabled.
+  # https://github.com/WebAssembly/wasi-sdk/issues/52#issuecomment-530619365
+  cmake -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_C_COMPILER_WORKS=ON \
+-DCMAKE_CXX_COMPILER_WORKS=ON \
+-DCMAKE_MODULE_PATH="${srcdir}"/make \
+-DCMAKE_TOOLCHAIN_FILE="${srcdir}"/wasi-toolchain.cmake \
+-DCOMPILER_RT_BAREMETAL_BUILD=On \
+-DCOMPILER_RT_INCLUDE_TESTS=OFF \
+-DCOMPILER_RT_HAS_FPIC_FLAG=OFF \
+-DCOMPILER_RT_DEFAULT_TARGET_ONLY=On \
+-DCOMPILER_RT_OS_DIR=wasi \
+-DWASI_SDK_PREFIX=/usr \
+-DCMAKE_C_FLAGS="-fno-exceptions --sysroot=/usr/share/wasi-sysroot" \
+-DCMAKE_INSTALL_PREFIX=/usr/lib/clang/${pkgver}/ \
+compiler-rt-${pkgver}.src/lib/builtins
+  ninja -v -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -v -C build install
+
+  install -Dm644 compiler-rt-${pkgver}.src/LICENSE.TXT 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: wasi-compiler-rt/repos/community-any/WASI.cmake (from rev 1037378, 
wasi-compiler-rt/trunk/WASI.cmake)
===
--- community-any/WASI.cmake(rev 0)
+++ community-any/WASI.cmake2021-11-06 00:45:30 UTC (rev 1037379)
@@ -0,0 +1 @@
+set(WASI 1)

Copied: wasi-compiler-rt/repos/community-any/wasi-toolchain.cmake (from rev 
1037378, wasi-compiler-rt/trunk/wasi-toolchain.cmake)
===
--- community-any/wasi-toolchain.cmake  (rev 0)
+++ community-any/wasi-toolchain.cmake  2021-11-06 00:45:30 UTC (rev 1037379)
@@ -0,0 +1,29 @@
+# Cmake toolchain description file for the Makefile
+
+# This is arbitrary, AFAIK, for now.
+cmake_minimum_required(VERSION 3.4.0)
+
+set(CMAKE_SYSTEM_NAME WASI)
+set(CMAKE_SYSTEM_VERSION 1)
+set(CMAKE_SYSTEM_PROCESSOR wasm32)
+set(triple wasm32-wasi)
+
+if(WIN32)
+  set(WASI_HOST_EXE_SUFFIX ".exe")
+else()
+  set(WASI_HOST_EXE_SUFFIX "")
+endif()
+
+set(CMAKE_C_COMPILER ${WASI_SDK_PREFIX}/bin/clang${WASI_HOST_EXE_SUFFIX})
+set(CMAKE_CXX_COMPILER ${WASI_SDK_PREFIX}/bin/clang++${WASI_HOST_EXE_SUFFIX})
+set(CMAKE_AR ${WASI_SDK_PREFIX}/bin/llvm-ar${WASI_HOST_EXE_SUFFIX})
+set(CMAKE_RANLIB ${WASI_SDK_PREFIX}/bin/llvm-ranlib${WASI_HOST_EXE_SUFFIX})
+set(CMAKE_C_COMPILER_TARGET ${triple})
+set(CMAKE_CXX_COMPILER_TARGET ${triple})
+
+# Don't look in 

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

2021-11-05 Thread Jan Steffens via arch-commits
Date: Saturday, November 6, 2021 @ 00:45:19
  Author: heftig
Revision: 427381

3.42.0.1-1

Modified:
  libdazzle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 10:58:23 UTC (rev 427380)
+++ PKGBUILD2021-11-06 00:45:19 UTC (rev 427381)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=libdazzle
-pkgver=3.42.0
+pkgver=3.42.0.1
 pkgrel=1
 pkgdesc="A library to delight your users with fancy features"
 url="https://gitlab.gnome.org/GNOME/libdazzle;
@@ -12,7 +12,7 @@
 makedepends=(git meson vala gobject-introspection gtk-doc)
 checkdepends=(xorg-server-xvfb)
 provides=(libdazzle-1.0.so)
-_commit=22b34014de28406d8c91cbe242d0e3d02cf9c54f  # tags/3.42.0^0
+_commit=4c2ead5e8e25ee63fbe346c4da1ce63feb25ccc9  # tags/3.42.0.1^0
 source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit;)
 sha256sums=('SKIP')
 



[arch-commits] Commit in (6 files)

2021-11-05 Thread Frederik Schwan via arch-commits
Date: Saturday, November 6, 2021 @ 00:44:35
  Author: freswa
Revision: 1037378

add wasi-compiler-rt

Added:
  wasi-compiler-rt/
  wasi-compiler-rt/repos/
  wasi-compiler-rt/trunk/
  wasi-compiler-rt/trunk/PKGBUILD
  wasi-compiler-rt/trunk/WASI.cmake
  wasi-compiler-rt/trunk/wasi-toolchain.cmake

--+
 PKGBUILD |   56 +
 WASI.cmake   |1 
 wasi-toolchain.cmake |   29 +
 3 files changed, 86 insertions(+)

Added: wasi-compiler-rt/trunk/PKGBUILD
===
--- wasi-compiler-rt/trunk/PKGBUILD (rev 0)
+++ wasi-compiler-rt/trunk/PKGBUILD 2021-11-06 00:44:35 UTC (rev 1037378)
@@ -0,0 +1,56 @@
+# Maintainer: Frederik Schwan 
+
+pkgname=wasi-compiler-rt
+pkgver=12.0.1
+pkgrel=1
+pkgdesc='WASI LLVM compiler runtime'
+arch=('any')
+url='https://compiler-rt.llvm.org/'
+license=('custom:Apache 2.0 with LLVM Exception')
+depends=('wasi-libc')
+makedepends=('cmake' 'ninja' 'llvm' 'clang' 'lld')
+source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-${pkgver}/compiler-rt-${pkgver}.src.tar.xz"{,.sig}
+WASI.cmake
+wasi-toolchain.cmake)
+b2sums=('ea8c8c3867bae96329bb3efebe41b4433369140e9aa7bd6811925fa5e62722d46611df9fa9bc9d7dcd464b8eb4a6d3999b48c932acd8b73426b8e7a5ea54ff51'
+'SKIP'
+
'c829d807c257921fddb8c4d3752ad2291a2beb116d414dd31e34b7f6b01599d8c4807db87ef9930456ed8c9f30e8648e77028fa0b903c3a5ea840514f6022cf4'
+
'74c63bb838bc2e6d7980370fb3d47f8fd2f1dd8b6dc82302c7cc0b80e0fb1e8e21c1c62d6de0b78e478fc22611a5867e52b1ef7a566796fe831fffd98b17c940')
+options=('staticlibs')
+validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

+validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

+
+prepare() {
+  # Platform files have been copied from here 
https://github.com/WebAssembly/wasi-sdk
+  mkdir -p cmake/Platform
+  cp WASI.cmake cmake/Platform
+}
+
+build() {
+  # Build options are derived from here 
https://github.com/WebAssembly/wasi-sdk/blob/main/Makefile
+
+  # Currently, wasi-sdk requires C++ code be compiled with -fno-exceptions. 
libc++abi is compiled, however is is currently compiled with exception-handling 
support disabled.
+  # https://github.com/WebAssembly/wasi-sdk/issues/52#issuecomment-530619365
+  cmake -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_C_COMPILER_WORKS=ON \
+-DCMAKE_CXX_COMPILER_WORKS=ON \
+-DCMAKE_MODULE_PATH="${srcdir}"/make \
+-DCMAKE_TOOLCHAIN_FILE="${srcdir}"/wasi-toolchain.cmake \
+-DCOMPILER_RT_BAREMETAL_BUILD=On \
+-DCOMPILER_RT_INCLUDE_TESTS=OFF \
+-DCOMPILER_RT_HAS_FPIC_FLAG=OFF \
+-DCOMPILER_RT_DEFAULT_TARGET_ONLY=On \
+-DCOMPILER_RT_OS_DIR=wasi \
+-DWASI_SDK_PREFIX=/usr \
+-DCMAKE_C_FLAGS="-fno-exceptions --sysroot=/usr/share/wasi-sysroot" \
+-DCMAKE_INSTALL_PREFIX=/usr/lib/clang/${pkgver}/ \
+compiler-rt-${pkgver}.src/lib/builtins
+  ninja -v -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -v -C build install
+
+  install -Dm644 compiler-rt-${pkgver}.src/LICENSE.TXT 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Added: wasi-compiler-rt/trunk/WASI.cmake
===
--- wasi-compiler-rt/trunk/WASI.cmake   (rev 0)
+++ wasi-compiler-rt/trunk/WASI.cmake   2021-11-06 00:44:35 UTC (rev 1037378)
@@ -0,0 +1 @@
+set(WASI 1)

Added: wasi-compiler-rt/trunk/wasi-toolchain.cmake
===
--- wasi-compiler-rt/trunk/wasi-toolchain.cmake (rev 0)
+++ wasi-compiler-rt/trunk/wasi-toolchain.cmake 2021-11-06 00:44:35 UTC (rev 
1037378)
@@ -0,0 +1,29 @@
+# Cmake toolchain description file for the Makefile
+
+# This is arbitrary, AFAIK, for now.
+cmake_minimum_required(VERSION 3.4.0)
+
+set(CMAKE_SYSTEM_NAME WASI)
+set(CMAKE_SYSTEM_VERSION 1)
+set(CMAKE_SYSTEM_PROCESSOR wasm32)
+set(triple wasm32-wasi)
+
+if(WIN32)
+  set(WASI_HOST_EXE_SUFFIX ".exe")
+else()
+  set(WASI_HOST_EXE_SUFFIX "")
+endif()
+
+set(CMAKE_C_COMPILER ${WASI_SDK_PREFIX}/bin/clang${WASI_HOST_EXE_SUFFIX})
+set(CMAKE_CXX_COMPILER ${WASI_SDK_PREFIX}/bin/clang++${WASI_HOST_EXE_SUFFIX})
+set(CMAKE_AR ${WASI_SDK_PREFIX}/bin/llvm-ar${WASI_HOST_EXE_SUFFIX})
+set(CMAKE_RANLIB ${WASI_SDK_PREFIX}/bin/llvm-ranlib${WASI_HOST_EXE_SUFFIX})
+set(CMAKE_C_COMPILER_TARGET ${triple})
+set(CMAKE_CXX_COMPILER_TARGET ${triple})
+
+# Don't look in the sysroot for executables to run during the build
+set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
+# Only look in the sysroot (not in the host paths) for the rest
+set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
+set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
+set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)



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

2021-11-05 Thread Frederik Schwan via arch-commits
Date: Saturday, November 6, 2021 @ 00:43:30
  Author: freswa
Revision: 1037377

archrelease: copy trunk to community-any

Added:
  wasi-libc/repos/community-any/
  wasi-libc/repos/community-any/PKGBUILD
(from rev 1037376, wasi-libc/trunk/PKGBUILD)

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

Copied: wasi-libc/repos/community-any/PKGBUILD (from rev 1037376, 
wasi-libc/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-11-06 00:43:30 UTC (rev 1037377)
@@ -0,0 +1,33 @@
+# Maintainer: Frederik Schwan 
+
+pkgname=wasi-libc
+pkgver=0+222+ad51334
+_commit=ad5133410f66b93a2381db5b542aad5e0964db96
+pkgrel=1
+pkgdesc='WASI libc implementation for WebAssembly'
+arch=('any')
+url='https://github.com/WebAssembly/wasi-libc'
+license=('Apache' 'MIT')
+makedepends=('git' 'llvm' 'clang')
+source=("git+https://github.com/WebAssembly/wasi-libc.git#commit=${_commit};)
+b2sums=('SKIP')
+options=('staticlibs')
+
+pkgver() {
+  cd ${pkgname}
+  printf "0+%s+%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+}
+
+build() {
+  cd ${pkgname}
+  make \
+WASM_CC=/usr/bin/clang \
+WASM_AR=/usr/bin/llvm-ar \
+WASM_NM=/usr/bin/llvm-nm
+}
+
+package() {
+  cd ${pkgname}
+  install -dm755 "${pkgdir}"/usr/share
+  cp -dr --preserve=mode,timestamp sysroot "${pkgdir}"/usr/share/wasi-sysroot
+}



[arch-commits] Commit in (4 files)

2021-11-05 Thread Frederik Schwan via arch-commits
Date: Saturday, November 6, 2021 @ 00:42:37
  Author: freswa
Revision: 1037376

add wasi-libc

Added:
  wasi-libc/
  wasi-libc/repos/
  wasi-libc/trunk/
  wasi-libc/trunk/PKGBUILD

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

Added: wasi-libc/trunk/PKGBUILD
===
--- wasi-libc/trunk/PKGBUILD(rev 0)
+++ wasi-libc/trunk/PKGBUILD2021-11-06 00:42:37 UTC (rev 1037376)
@@ -0,0 +1,33 @@
+# Maintainer: Frederik Schwan 
+
+pkgname=wasi-libc
+pkgver=0+222+ad51334
+_commit=ad5133410f66b93a2381db5b542aad5e0964db96
+pkgrel=1
+pkgdesc='WASI libc implementation for WebAssembly'
+arch=('any')
+url='https://github.com/WebAssembly/wasi-libc'
+license=('Apache' 'MIT')
+makedepends=('git' 'llvm' 'clang')
+source=("git+https://github.com/WebAssembly/wasi-libc.git#commit=${_commit};)
+b2sums=('SKIP')
+options=('staticlibs')
+
+pkgver() {
+  cd ${pkgname}
+  printf "0+%s+%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+}
+
+build() {
+  cd ${pkgname}
+  make \
+WASM_CC=/usr/bin/clang \
+WASM_AR=/usr/bin/llvm-ar \
+WASM_NM=/usr/bin/llvm-nm
+}
+
+package() {
+  cd ${pkgname}
+  install -dm755 "${pkgdir}"/usr/share
+  cp -dr --preserve=mode,timestamp sysroot "${pkgdir}"/usr/share/wasi-sysroot
+}



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

2021-11-05 Thread Daniel M. Capella via arch-commits
Date: Saturday, November 6, 2021 @ 00:27:05
  Author: polyzen
Revision: 1037375

archrelease: copy trunk to community-x86_64

Added:
  b3sum/repos/community-x86_64/PKGBUILD
(from rev 1037374, b3sum/trunk/PKGBUILD)
Deleted:
  b3sum/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-06 00:26:43 UTC (rev 1037374)
+++ PKGBUILD2021-11-06 00:27:05 UTC (rev 1037375)
@@ -1,35 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=b3sum
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Command line implementation of the BLAKE3 hash function'
-arch=('x86_64')
-url=https://github.com/BLAKE3-team/BLAKE3
-license=('Apache')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download;)
-b2sums=('8f5883df2c59d89e2c11c8480c27a27d870fa054d1bf481355f65bef8e6bcc9838f8a14cf1cb904b6c50239a92a5891a8a5c95bc19c3b0c7abb5bbf22a78bfd7')
-
-prepare() {
-  cd $pkgname-$pkgver
-  cargo fetch --locked
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release --locked --offline
-}
-
-check() {
-  cd $pkgname-$pkgver
-  cargo test --release --locked --offline
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: b3sum/repos/community-x86_64/PKGBUILD (from rev 1037374, 
b3sum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-06 00:27:05 UTC (rev 1037375)
@@ -0,0 +1,35 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=b3sum
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Command line implementation of the BLAKE3 hash function'
+arch=('x86_64')
+url=https://github.com/BLAKE3-team/BLAKE3
+license=('Apache')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download;)
+b2sums=('82408f8dac737b5c15ecee0b5d1d25deb3b0df6b2c71c007375f6d97009b6b2213e4764273eb58b01a62075f90a337c7ee0a267de9b55ab1e8488ac50c7ca06c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  cargo fetch --locked
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked --offline
+}
+
+check() {
+  cd $pkgname-$pkgver
+  cargo test --release --locked --offline
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-11-05 Thread Daniel M. Capella via arch-commits
Date: Saturday, November 6, 2021 @ 00:26:43
  Author: polyzen
Revision: 1037374

upgpkg: b3sum 1.2.0-1

Modified:
  b3sum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 00:12:23 UTC (rev 1037373)
+++ PKGBUILD2021-11-06 00:26:43 UTC (rev 1037374)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=b3sum
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='Command line implementation of the BLAKE3 hash function'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('gcc-libs')
 makedepends=('rust')
 
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download;)
-b2sums=('8f5883df2c59d89e2c11c8480c27a27d870fa054d1bf481355f65bef8e6bcc9838f8a14cf1cb904b6c50239a92a5891a8a5c95bc19c3b0c7abb5bbf22a78bfd7')
+b2sums=('82408f8dac737b5c15ecee0b5d1d25deb3b0df6b2c71c007375f6d97009b6b2213e4764273eb58b01a62075f90a337c7ee0a267de9b55ab1e8488ac50c7ca06c')
 
 prepare() {
   cd $pkgname-$pkgver



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

2021-11-05 Thread Daniel M. Capella via arch-commits
Date: Saturday, November 6, 2021 @ 00:12:23
  Author: polyzen
Revision: 1037373

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 1037372, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-06 00:11:58 UTC (rev 1037372)
+++ PKGBUILD2021-11-06 00:12:23 UTC (rev 1037373)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Daniel M. Capella 
-
-pkgname=eslint
-pkgver=8.1.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='https://eslint.org'
-license=('MIT')
-depends=('acorn' 'nodejs')
-makedepends=('npm' 'rsync')
-options=('!emptydirs')
-source=("https://github.com/eslint/eslint/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-b2sums=('4ae495723efc160e3a133f211fe8941ed3d5c4ba3725f106f07ae7a8ea294dfb88d47de9ab9562976ebf74ad01f9e431dea83b0c3b4d88f55df9cd13010dacda')
-
-prepare() {
-  cd eslint-$pkgver
-  # Dependencies still pin older ESLint
-  npm install --force
-}
-
-check() {
-  cd eslint-$pkgver
-  node Makefile mocha
-}
-
-package() {
-  cd eslint-$pkgver
-
-  npm prune --production
-
-  install -d "$pkgdir"/usr/bin
-  ln -s ../lib/node_modules/$pkgname/bin/$pkgname.js "$pkgdir"/usr/bin/$pkgname
-  install -Dt "$pkgdir"/usr/lib/node_modules/$pkgname/bin bin/$pkgname.js
-  rsync -r --exclude .cache conf lib messages node_modules package.json \
-"$pkgdir"/usr/lib/node_modules/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-
-  # Experimental dedup
-  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/acorn
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 1037372, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-06 00:12:23 UTC (rev 1037373)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Maintainer: Daniel M. Capella 
+
+pkgname=eslint
+pkgver=8.2.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='https://eslint.org'
+license=('MIT')
+depends=('acorn' 'nodejs')
+makedepends=('npm' 'rsync')
+options=('!emptydirs')
+source=("https://github.com/eslint/eslint/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+b2sums=('77fd215b2a452bfeddf58b6764c7f7fe411da2b013bf3b2792749555d663963bd539e4d1ff4c5e3f966738703cc6b3738d60ad1608727a0ab9f909143a870b60')
+
+prepare() {
+  cd eslint-$pkgver
+  # Dependencies still pin older ESLint
+  npm install --force
+}
+
+check() {
+  cd eslint-$pkgver
+  node Makefile mocha
+}
+
+package() {
+  cd eslint-$pkgver
+
+  npm prune --production
+
+  install -d "$pkgdir"/usr/bin
+  ln -s ../lib/node_modules/$pkgname/bin/$pkgname.js "$pkgdir"/usr/bin/$pkgname
+  install -Dt "$pkgdir"/usr/lib/node_modules/$pkgname/bin bin/$pkgname.js
+  rsync -r --exclude .cache conf lib messages node_modules package.json \
+"$pkgdir"/usr/lib/node_modules/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+
+  # Experimental dedup
+  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/acorn
+}



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

2021-11-05 Thread Daniel M. Capella via arch-commits
Date: Saturday, November 6, 2021 @ 00:11:58
  Author: polyzen
Revision: 1037372

upgpkg: eslint 8.2.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 23:52:17 UTC (rev 1037371)
+++ PKGBUILD2021-11-06 00:11:58 UTC (rev 1037372)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=eslint
-pkgver=8.1.0
+pkgver=8.2.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm' 'rsync')
 options=('!emptydirs')
 
source=("https://github.com/eslint/eslint/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-b2sums=('4ae495723efc160e3a133f211fe8941ed3d5c4ba3725f106f07ae7a8ea294dfb88d47de9ab9562976ebf74ad01f9e431dea83b0c3b4d88f55df9cd13010dacda')
+b2sums=('77fd215b2a452bfeddf58b6764c7f7fe411da2b013bf3b2792749555d663963bd539e4d1ff4c5e3f966738703cc6b3738d60ad1608727a0ab9f909143a870b60')
 
 prepare() {
   cd eslint-$pkgver



[arch-commits] Commit in dbeaver/repos/community-x86_64 (14 files)

2021-11-05 Thread Fabio Castelli via arch-commits
Date: Friday, November 5, 2021 @ 23:52:17
  Author: muflone
Revision: 1037371

archrelease: copy trunk to community-x86_64

Added:
  dbeaver/repos/community-x86_64/PKGBUILD
(from rev 1037370, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-x86_64/dbeaver.hook
(from rev 1037370, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-x86_64/dbeaver.install
(from rev 1037370, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-x86_64/dbeaver.profile.gz
(from rev 1037370, dbeaver/trunk/dbeaver.profile.gz)
  dbeaver/repos/community-x86_64/dbeaver.sh
(from rev 1037370, dbeaver/trunk/dbeaver.sh)
  dbeaver/repos/community-x86_64/io.dbeaver.DBeaver.desktop
(from rev 1037370, dbeaver/trunk/io.dbeaver.DBeaver.desktop)
  dbeaver/repos/community-x86_64/tycho_source_11.patch
(from rev 1037370, dbeaver/trunk/tycho_source_11.patch)
Deleted:
  dbeaver/repos/community-x86_64/PKGBUILD
  dbeaver/repos/community-x86_64/dbeaver.hook
  dbeaver/repos/community-x86_64/dbeaver.install
  dbeaver/repos/community-x86_64/dbeaver.profile.gz
  dbeaver/repos/community-x86_64/dbeaver.sh
  dbeaver/repos/community-x86_64/io.dbeaver.DBeaver.desktop
  dbeaver/repos/community-x86_64/tycho_source_11.patch

+
 PKGBUILD   |  232 +--
 dbeaver.hook   |   24 ++--
 dbeaver.install|   10 -
 dbeaver.sh |   12 +-
 io.dbeaver.DBeaver.desktop |   32 ++---
 tycho_source_11.patch  |   30 ++---
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-05 23:51:52 UTC (rev 1037370)
+++ PKGBUILD2021-11-05 23:52:17 UTC (rev 1037371)
@@ -1,116 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Arne Hoch 
-
-pkgname=dbeaver
-pkgver=21.2.3
-pkgrel=1
-pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
-arch=('x86_64')
-url="https://dbeaver.io/;
-license=("Apache")
-depends=('java-runtime>=11' 'gtk3' 'gtk-update-icon-cache' 'libsecret')
-makedepends=('maven' 'java-runtime<15')
-optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
-'dbeaver-plugin-svg-format: save diagrams in SVG format')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/dbeaver/dbeaver/archive/${pkgver}.tar.gz;
-"io.${pkgname}.DBeaver.desktop"
-"${pkgname}.sh"
-"${pkgname}.profile.gz"
-"${pkgname}.hook"
-"${pkgname}.install"
-"tycho_source_11.patch")
-sha256sums=('ea3bbbad9d09962fb2711309b56e74c75e973028cea395e3e27e454e831bb676'
-'9480a7d08f680e10c399db070c5a04cbabf282442602a2ef83d1159fe7c3e88b'
-'406a2980806c394670e88b1ae70134900be376c2ea4a4216610591cc8b557526'
-'1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
-'f8b763ca210bfa4d9a4e407b656ba4f5d1bf2f3f54c67044f7a4dd0c3625fc22'
-'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab'
-'2b5259a22ecd17c7fe501fe161aa866652c6c87f0435d94bf16d3447fc0cfd1c')
-install="${pkgname}.install"
-
-prepare() {
-  # Fix version number in profile file
-  gzip --decompress --keep --stdout "${pkgname}.profile.gz" | 
-sed "s/DBEAVER_VERSION/${pkgver}/g" |
-gzip -9 > "${pkgname}.profile-${pkgver}.gz"
-
-  # Avoid the use of any Java 15/16/17, actually incompatible with the build
-  export JAVA_HOME="/usr/lib/jvm/$(archlinux-java status | tail -n +2 | sort | 
cut -d ' ' -f 3 | sort -nr -k 2 -t '-' | grep -vE '15-|16-|17-' -m 1)"
-  cd "${pkgname}-${pkgver}"
-
-  # Fix for Java >= 11
-  patch -Np1 -i "${srcdir}/tycho_source_11.patch"
-
-  # Download dependencies during prepare FS#55873
-  # https://bugs.archlinux.org/task/55873
-  export MAVEN_OPTS="-Xmx2048m"
-  mvn --batch-mode validate
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  mvn --batch-mode package
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/product/community"
-  # Install icons into /usr/share/icons/hicolor
-  for _size in 16 32 48 64 128 256 512
-  do
-install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
-  done
-
-  # Move into the target directory
-  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${CARCH}"
-
-  # Initially install everything into /usr/lib/dbeaver
-  install -m 755 -d "${pkgdir}/usr/lib"
-  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
-
-  # Move shared data to /usr/share/dbeaver
-  cd "${pkgdir}/usr/lib/${pkgname}"
-  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
-  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
-  do
-mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
-ln -s "/usr/share/${pkgname}/${_file}" .
-  done
-
-  # Install additional licenses
-  install -m 

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

2021-11-05 Thread Fabio Castelli via arch-commits
Date: Friday, November 5, 2021 @ 23:51:52
  Author: muflone
Revision: 1037370

upgpkg: dbeaver 21.2.4-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 23:51:17 UTC (rev 1037369)
+++ PKGBUILD2021-11-05 23:51:52 UTC (rev 1037370)
@@ -2,7 +2,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=21.2.3
+pkgver=21.2.4
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -19,7 +19,7 @@
 "${pkgname}.hook"
 "${pkgname}.install"
 "tycho_source_11.patch")
-sha256sums=('ea3bbbad9d09962fb2711309b56e74c75e973028cea395e3e27e454e831bb676'
+sha256sums=('a129f5369723039348502f7e6e9e1579bbe155f3886a5e8b7511c7bc737770e7'
 '9480a7d08f680e10c399db070c5a04cbabf282442602a2ef83d1159fe7c3e88b'
 '406a2980806c394670e88b1ae70134900be376c2ea4a4216610591cc8b557526'
 '1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'



[arch-commits] Commit in perl-glib-object-introspection/repos/community-x86_64 (2 files)

2021-11-05 Thread Fabio Castelli via arch-commits
Date: Friday, November 5, 2021 @ 23:51:17
  Author: muflone
Revision: 1037369

archrelease: copy trunk to community-x86_64

Added:
  perl-glib-object-introspection/repos/community-x86_64/PKGBUILD
(from rev 1037368, perl-glib-object-introspection/trunk/PKGBUILD)
Deleted:
  perl-glib-object-introspection/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-05 23:50:41 UTC (rev 1037368)
+++ PKGBUILD2021-11-05 23:51:17 UTC (rev 1037369)
@@ -1,42 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Brian Bidulock 
-# Contributor: John D Jones III AKA jnbek 
-
-pkgname=perl-glib-object-introspection
-_perl_namespace=Glib
-_perl_module=Object-Introspection
-pkgver=0.047
-pkgrel=7
-pkgdesc="Dynamically create Perl language bindings"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
-license=('LGPL')
-makedepends=('gobject-introspection' 'perl-extutils-depends' 
'perl-extutils-pkgconfig' 'perl-cairo-gobject')
-depends=('glib-perl' 'gobject-introspection-runtime')
-source=("https://cpan.metacpan.org/authors/id/X/XA/XAOC/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
-md5sums=(1fe79aa2eaada96f0b2bdacb6bac960d)
-sha512sums=(3ec4306ad0ae3e5d21eb7b61bfaf7ed0d6e2cc9d107d0456a5221a2627ebb97e4e1654dc9077f561ef064184b3c758c90a9e05062d316cee421457a1d07038dd)
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-}

Copied: perl-glib-object-introspection/repos/community-x86_64/PKGBUILD (from 
rev 1037368, perl-glib-object-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-05 23:51:17 UTC (rev 1037369)
@@ -0,0 +1,42 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Brian Bidulock 
+# Contributor: John D Jones III AKA jnbek 
+
+pkgname=perl-glib-object-introspection
+_perl_namespace=Glib
+_perl_module=Object-Introspection
+pkgver=0.049
+pkgrel=1
+pkgdesc="Dynamically create Perl language bindings"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('LGPL')
+makedepends=('gobject-introspection' 'perl-extutils-depends' 
'perl-extutils-pkgconfig' 'perl-cairo-gobject')
+depends=('glib-perl' 'gobject-introspection-runtime')
+source=("https://cpan.metacpan.org/authors/id/X/XA/XAOC/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+md5sums=('0d8ab0bf9c4d0a72eb35c16a2ff10d42')
+sha512sums=('fa927661dc761bfae9dba87e1e2d519b10c3aac4d6dcea37764972a0413a4f5025a12df640d66928b631c2933d4b0e6d02b559ea2c1eaa38fae6f7a9d98fe322')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}



[arch-commits] Commit in perl-glib-object-introspection/trunk (PKGBUILD)

2021-11-05 Thread Fabio Castelli via arch-commits
Date: Friday, November 5, 2021 @ 23:50:41
  Author: muflone
Revision: 1037368

upgpkg: perl-glib-object-introspection 0.049-1

Modified:
  perl-glib-object-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 23:45:20 UTC (rev 1037367)
+++ PKGBUILD2021-11-05 23:50:41 UTC (rev 1037368)
@@ -5,8 +5,8 @@
 pkgname=perl-glib-object-introspection
 _perl_namespace=Glib
 _perl_module=Object-Introspection
-pkgver=0.047
-pkgrel=7
+pkgver=0.049
+pkgrel=1
 pkgdesc="Dynamically create Perl language bindings"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
@@ -14,8 +14,8 @@
 makedepends=('gobject-introspection' 'perl-extutils-depends' 
'perl-extutils-pkgconfig' 'perl-cairo-gobject')
 depends=('glib-perl' 'gobject-introspection-runtime')
 
source=("https://cpan.metacpan.org/authors/id/X/XA/XAOC/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
-md5sums=(1fe79aa2eaada96f0b2bdacb6bac960d)
-sha512sums=(3ec4306ad0ae3e5d21eb7b61bfaf7ed0d6e2cc9d107d0456a5221a2627ebb97e4e1654dc9077f561ef064184b3c758c90a9e05062d316cee421457a1d07038dd)
+md5sums=('0d8ab0bf9c4d0a72eb35c16a2ff10d42')
+sha512sums=('fa927661dc761bfae9dba87e1e2d519b10c3aac4d6dcea37764972a0413a4f5025a12df640d66928b631c2933d4b0e6d02b559ea2c1eaa38fae6f7a9d98fe322')
 options=('!emptydirs')
 
 build() {



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

2021-11-05 Thread Maxim Baz via arch-commits
Date: Friday, November 5, 2021 @ 23:45:20
  Author: maximbaz
Revision: 1037367

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  208 +++---
 notmuch.install |   16 ++--
 2 files changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-05 23:45:13 UTC (rev 1037366)
+++ PKGBUILD2021-11-05 23:45:20 UTC (rev 1037367)
@@ -1,104 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Maxim Baz <$pkgbase at maximbaz dot com>
-# Contributor: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.34
-pkgrel=1
-arch=('x86_64')
-url="https://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python' 'python-sphinx' 'python-cffi' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime3' 'talloc')
-options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('c7c802ee6fc056cb626611e3403541e404c628d238983299faf877e7eca9dfb94bd643c399e6a6cda53b051d2ad837ad03b124a1f44e17c7637a9c9b23e33c73')
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--zshcompletiondir=/usr/share/zsh/site-functions
-make
-
-make -C "contrib/${pkgbase}-mutt"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python-cffi"
-python setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime3' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-make DESTDIR="$pkgdir/" WITH_BASH=1 install-completion
-
-# Install manpages
-make DESTDIR="$pkgdir" install-man
-
-# this is provided both with and without a statically included 
libnotmuch.so ???
-install -Dm755 notmuch-shared "$pkgdir/usr/bin/notmuch"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime' 'ruby')
-optdepends=('ruby-mail: for sending mail'
-'elinks: for previewing html mail')
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python-cffi: for using the python-cffi bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir" install-emacs
-
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix="$pkgdir"/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --root="$pkgdir" --optimize=1
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python-cffi"
-python setup.py install --root="$pkgdir" --optimize=1
-
-# Remove mimeinfo.cache (fixes FS#53629).
-rm "$pkgdir/usr/share/applications/mimeinfo.cache"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.rc" 
"${pkgdir}/etc/Muttrc.d/${pkgname}.rc"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: notmuch/repos/community-x86_64/PKGBUILD (from rev 1037366, 
notmuch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-05 23:45:20 UTC (rev 1037367)
@@ -0,0 +1,104 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Maxim Baz <$pkgbase at maximbaz dot com>
+# Contributor: Daniel Wallace 
+# Contributor: fauno 
+# Contributor: Olivier Ramonat 
+# Contributor: Richard Murri 
+
+pkgbase=notmuch
+pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
+pkgver=0.34.1
+pkgrel=1
+arch=('x86_64')

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

2021-11-05 Thread Maxim Baz via arch-commits
Date: Friday, November 5, 2021 @ 23:45:13
  Author: maximbaz
Revision: 1037366

upgpkg: notmuch 0.34.1-1

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 23:35:59 UTC (rev 1037365)
+++ PKGBUILD2021-11-05 23:45:13 UTC (rev 1037366)
@@ -7,7 +7,7 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.34
+pkgver=0.34.1
 pkgrel=1
 arch=('x86_64')
 url="https://notmuchmail.org/;
@@ -15,7 +15,7 @@
 makedepends=('python' 'python-sphinx' 'python-cffi' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime3' 'talloc')
 options=(!distcc !makeflags)
 source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('c7c802ee6fc056cb626611e3403541e404c628d238983299faf877e7eca9dfb94bd643c399e6a6cda53b051d2ad837ad03b124a1f44e17c7637a9c9b23e33c73')
+sha512sums=('ef1423e049a83f81fb6b5a75f9a35efc0381c661bbe7dabd6b385df829ac4195137ccef3fa1ec652df8eb4566e3d9d30880a4c74497a9668cb3ca240fb88')
 
 build() {
 cd "$srcdir/$pkgbase-$pkgver"



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

2021-11-05 Thread Antonio Rojas via arch-commits
Date: Friday, November 5, 2021 @ 23:35:59
  Author: arojas
Revision: 1037365

archrelease: copy trunk to community-any

Added:
  
fanficfare/repos/community-any/0001-makeplugin-do-not-bundle-system-dependencies.patch
(from rev 1037364, 
fanficfare/trunk/0001-makeplugin-do-not-bundle-system-dependencies.patch)
  fanficfare/repos/community-any/PKGBUILD
(from rev 1037364, fanficfare/trunk/PKGBUILD)
  fanficfare/repos/community-any/changelog.txt
(from rev 1037364, fanficfare/trunk/changelog.txt)
Deleted:
  
fanficfare/repos/community-any/0001-makeplugin-do-not-bundle-system-dependencies.patch
  fanficfare/repos/community-any/PKGBUILD
  fanficfare/repos/community-any/changelog.txt

-+
 0001-makeplugin-do-not-bundle-system-dependencies.patch |   74 +--
 PKGBUILD|   92 +++---
 changelog.txt   |   86 ++---
 3 files changed, 126 insertions(+), 126 deletions(-)

Deleted: 0001-makeplugin-do-not-bundle-system-dependencies.patch
===
--- 0001-makeplugin-do-not-bundle-system-dependencies.patch 2021-11-05 
23:35:46 UTC (rev 1037364)
+++ 0001-makeplugin-do-not-bundle-system-dependencies.patch 2021-11-05 
23:35:59 UTC (rev 1037365)
@@ -1,37 +0,0 @@
-From a483e39777470538e2e94cb5048b3dc370a35e83 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Sun, 18 Apr 2021 15:35:15 -0400
-Subject: [PATCH] makeplugin: do not bundle system dependencies
-

- makeplugin.py | 12 +---
- 1 file changed, 1 insertion(+), 11 deletions(-)
-
-diff --git a/makeplugin.py b/makeplugin.py
-index 6ee101fb..e6f7c20c 100644
 a/makeplugin.py
-+++ b/makeplugin.py
-@@ -34,19 +34,9 @@ if __name__=="__main__":
-   files,
-   exclude=exclude)
- 
--os.chdir('../included_dependencies')
--files=['bs4','chardet','html2text','soupsieve','backports',
--   'cloudscraper','requests','requests_toolbelt',
--   'requests_file.py','urllib3','certifi','idna','brotlidecpy']
--## Kept only for v2.85.1 support now.
--createZipFile("../"+filename,"a",
--  files,
--  exclude=exclude)
--
- os.chdir('..')
- # 'a' for append
- files=['fanficfare']
- createZipFile(filename,"a",
-   files,
--  exclude=exclude)
--
-+  exclude=exclude + ['*.py'])
--- 
-2.31.1
-

Copied: 
fanficfare/repos/community-any/0001-makeplugin-do-not-bundle-system-dependencies.patch
 (from rev 1037364, 
fanficfare/trunk/0001-makeplugin-do-not-bundle-system-dependencies.patch)
===
--- 0001-makeplugin-do-not-bundle-system-dependencies.patch 
(rev 0)
+++ 0001-makeplugin-do-not-bundle-system-dependencies.patch 2021-11-05 
23:35:59 UTC (rev 1037365)
@@ -0,0 +1,37 @@
+From a483e39777470538e2e94cb5048b3dc370a35e83 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Sun, 18 Apr 2021 15:35:15 -0400
+Subject: [PATCH] makeplugin: do not bundle system dependencies
+
+---
+ makeplugin.py | 12 +---
+ 1 file changed, 1 insertion(+), 11 deletions(-)
+
+diff --git a/makeplugin.py b/makeplugin.py
+index 6ee101fb..e6f7c20c 100644
+--- a/makeplugin.py
 b/makeplugin.py
+@@ -34,19 +34,9 @@ if __name__=="__main__":
+   files,
+   exclude=exclude)
+ 
+-os.chdir('../included_dependencies')
+-files=['bs4','chardet','html2text','soupsieve','backports',
+-   'cloudscraper','requests','requests_toolbelt',
+-   'requests_file.py','urllib3','certifi','idna','brotlidecpy']
+-## Kept only for v2.85.1 support now.
+-createZipFile("../"+filename,"a",
+-  files,
+-  exclude=exclude)
+-
+ os.chdir('..')
+ # 'a' for append
+ files=['fanficfare']
+ createZipFile(filename,"a",
+   files,
+-  exclude=exclude)
+-
++  exclude=exclude + ['*.py'])
+-- 
+2.31.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-05 23:35:46 UTC (rev 1037364)
+++ PKGBUILD2021-11-05 23:35:59 UTC (rev 1037365)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=4.6.0
-pkgrel=1
-pkgdesc="A tool for downloading fanfiction to eBook formats"
-arch=('any')
-url="https://github.com/JimmXinu/${_pkgname};
-license=('Apache')
-changelog=changelog.txt
-_deps=('beautifulsoup4' 'brotli' 'chardet' 'cloudscraper' 'html5lib' 
'html2text'
-   'requests-file')
-depends=("${_deps[@]/#/python-}")
-optdepends=('calibre: use FanFicFare as a calibre plugin'
-'python-pillow: support for converting/resizing story images and 
covers')

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

2021-11-05 Thread Antonio Rojas via arch-commits
Date: Friday, November 5, 2021 @ 23:35:46
  Author: arojas
Revision: 1037364

Update to 4.7.0

Modified:
  fanficfare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 23:35:31 UTC (rev 1037363)
+++ PKGBUILD2021-11-05 23:35:46 UTC (rev 1037364)
@@ -2,7 +2,7 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=4.6.0
+pkgver=4.7.0
 pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
@@ -16,9 +16,9 @@
 'python-pillow: support for converting/resizing story images and 
covers')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 "0001-makeplugin-do-not-bundle-system-dependencies.patch")
-sha256sums=('29b65facfb54d1d1c5c2e57e8185c22f205d281d7caa1da4f76af1ce5734d978'
+sha256sums=('273715de841073ccdce4709650152be9f47f852220591002e79640a8a48de716'
 '6d172dcc98a8f6dcef2048272bfabd810ceeb5740969fbe406ebcd7b638e072c')
-b2sums=('528ef146aa9c35f5a0996bb5e27971e43f5981c476001fea207c79a68ee54d09958863c4dbfba067a4e96896a4589afb54c93874b524fb38097eb884b95b6837'
+b2sums=('232466f2b451520fd74b2fbb62674e89354c593ca245f10d4603aa7f08e8e372ea8fb0420d10c92d89c0c493eed9145c3568dacddb9ad00daeefdf6b1cb75f79'
 
'eca0e505305ef74e0af1be6f5c1376091da4cd69bfc9f468f6040cf35d71890e3901b9cf0a9f9e25e6cb409651d402d8414116d0a8d43269bfdab2fdd0005279')
 
 prepare() {



[arch-commits] Commit in xdg-desktop-portal-wlr/repos/community-x86_64 (2 files)

2021-11-05 Thread Maxim Baz via arch-commits
Date: Friday, November 5, 2021 @ 23:35:31
  Author: maximbaz
Revision: 1037363

archrelease: copy trunk to community-x86_64

Added:
  xdg-desktop-portal-wlr/repos/community-x86_64/PKGBUILD
(from rev 1037362, xdg-desktop-portal-wlr/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal-wlr/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-05 23:35:27 UTC (rev 1037362)
+++ PKGBUILD2021-11-05 23:35:31 UTC (rev 1037363)
@@ -1,35 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Stefan Tatschner 
-
-pkgname=xdg-desktop-portal-wlr
-pkgver=0.4.0
-pkgrel=3
-pkgdesc='xdg-desktop-portal backend for wlroots'
-url="https://github.com/emersion/xdg-desktop-portal-wlr;
-arch=('x86_64')
-license=('MIT')
-provides=('xdg-desktop-portal-impl')
-depends=('xdg-desktop-portal' 'pipewire' 'pipewire-session-manager' 'libinih')
-makedepends=('meson' 'wayland-protocols' 'wayland' 'scdoc')
-optdepends=(
-'slurp: to choose which output to screencast using slurp'
-'wofi: to choose which output to screencast using wofi'
-'bemenu: to choose which output to screencast using bemenu'
-)
-source=(
-
"${pkgname}-${pkgver}::https://github.com/emersion/xdg-desktop-portal-wlr/archive/v${pkgver}.tar.gz;
-)
-sha512sums=('544dea4601ce8aa8649d15b7c249aa5b0099fa5a6aec1b7a1433439265acede9ac442092da53080c36b372dd0ef5aaa15747b13a56f4a648e1c00ed3c2435e19')
-
-build() {
-cd "${pkgname}-${pkgver}"
-arch-meson -Dsd-bus-provider=libsystemd build
-ninja -C build
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-DESTDIR="${pkgdir}" ninja -C build install
-install -Dm644 -t "$pkgdir/usr/share/licenses/${pkgname}" LICENSE
-}

Copied: xdg-desktop-portal-wlr/repos/community-x86_64/PKGBUILD (from rev 
1037362, xdg-desktop-portal-wlr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-05 23:35:31 UTC (rev 1037363)
@@ -0,0 +1,35 @@
+# Maintainer: Christian Rebischke 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Stefan Tatschner 
+
+pkgname=xdg-desktop-portal-wlr
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='xdg-desktop-portal backend for wlroots'
+url="https://github.com/emersion/xdg-desktop-portal-wlr;
+arch=('x86_64')
+license=('MIT')
+provides=('xdg-desktop-portal-impl')
+depends=('xdg-desktop-portal' 'pipewire' 'pipewire-session-manager' 'libinih')
+makedepends=('meson' 'wayland-protocols' 'wayland' 'scdoc')
+optdepends=(
+'slurp: to choose which output to screencast using slurp'
+'wofi: to choose which output to screencast using wofi'
+'bemenu: to choose which output to screencast using bemenu'
+)
+source=(
+
"${pkgname}-${pkgver}::https://github.com/emersion/xdg-desktop-portal-wlr/archive/v${pkgver}.tar.gz;
+)
+sha512sums=('9ece46f2381e83cac8002a8175a13b0c29c0a2dab49cf11ed5ffa3448f176802b9d324b7e4fe9c15d3fb65087be42299f21a0ef505088e6281787f4067d256ac')
+
+build() {
+cd "${pkgname}-${pkgver}"
+arch-meson -Dsd-bus-provider=libsystemd build
+ninja -C build
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+DESTDIR="${pkgdir}" ninja -C build install
+install -Dm644 -t "$pkgdir/usr/share/licenses/${pkgname}" LICENSE
+}



[arch-commits] Commit in xdg-desktop-portal-wlr/trunk (PKGBUILD)

2021-11-05 Thread Maxim Baz via arch-commits
Date: Friday, November 5, 2021 @ 23:35:27
  Author: maximbaz
Revision: 1037362

upgpkg: xdg-desktop-portal-wlr 0.5.0-1

Modified:
  xdg-desktop-portal-wlr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 23:24:44 UTC (rev 1037361)
+++ PKGBUILD2021-11-05 23:35:27 UTC (rev 1037362)
@@ -3,8 +3,8 @@
 # Contributor: Stefan Tatschner 
 
 pkgname=xdg-desktop-portal-wlr
-pkgver=0.4.0
-pkgrel=3
+pkgver=0.5.0
+pkgrel=1
 pkgdesc='xdg-desktop-portal backend for wlroots'
 url="https://github.com/emersion/xdg-desktop-portal-wlr;
 arch=('x86_64')
@@ -20,7 +20,7 @@
 source=(
 
"${pkgname}-${pkgver}::https://github.com/emersion/xdg-desktop-portal-wlr/archive/v${pkgver}.tar.gz;
 )
-sha512sums=('544dea4601ce8aa8649d15b7c249aa5b0099fa5a6aec1b7a1433439265acede9ac442092da53080c36b372dd0ef5aaa15747b13a56f4a648e1c00ed3c2435e19')
+sha512sums=('9ece46f2381e83cac8002a8175a13b0c29c0a2dab49cf11ed5ffa3448f176802b9d324b7e4fe9c15d3fb65087be42299f21a0ef505088e6281787f4067d256ac')
 
 build() {
 cd "${pkgname}-${pkgver}"



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

2021-11-05 Thread Antonio Rojas via arch-commits
Date: Friday, November 5, 2021 @ 23:24:44
  Author: arojas
Revision: 1037361

archrelease: copy trunk to community-any

Added:
  python-dephell-setuptools/repos/community-any/PKGBUILD
(from rev 1037360, python-dephell-setuptools/trunk/PKGBUILD)
Deleted:
  python-dephell-setuptools/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-05 23:24:15 UTC (rev 1037360)
+++ PKGBUILD2021-11-05 23:24:44 UTC (rev 1037361)
@@ -1,41 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=dephell_setuptools
-pkgname=python-dephell-setuptools
-pkgver=0.2.1
-pkgrel=4
-pkgdesc="Extract meta information from setup.py"
-arch=('any')
-url="https://github.com/dephell/${_pkgname};
-license=('MIT')
-depends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('bd4d4d063b5ad718bed87b6e1d901feadc60f0122bfdb87f8bb9e124b5a5d5d9')
-b2sums=('e1d04abef1508bf5e8d8aa54890b85cd3f4f88ca57c5263a92e42ee07666fbd7ea7032a8e21dc1b7d951c152da508ce0271e071ef65d1cf6297637ebb58c770b')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-# pycache slipped into release tarballs
-find . -name \*.pyc -delete
-}
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-dephell-setuptools/repos/community-any/PKGBUILD (from rev 
1037360, python-dephell-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-05 23:24:44 UTC (rev 1037361)
@@ -0,0 +1,41 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=dephell_setuptools
+pkgname=python-dephell-setuptools
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="Extract meta information from setup.py"
+arch=('any')
+url="https://github.com/dephell/${_pkgname};
+license=('MIT')
+depends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('663629e1ebf7b20bf7e372ee2a2e7ebf1a15aeb3bc6d46ad32e1bcb21044ca29')
+b2sums=('db637f00d59e931c9604a5f5755a9987d00771bc601fd3f8af39876320ddaeeea668e08fd66bfba3c61636dfb945e13986f6b4a205952e596701f8fd223b3135')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# pycache slipped into release tarballs
+find . -name \*.pyc -delete
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2021-11-05 Thread Antonio Rojas via arch-commits
Date: Friday, November 5, 2021 @ 23:24:15
  Author: arojas
Revision: 1037360

Update to 0.2.4

Modified:
  python-dephell-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 23:21:19 UTC (rev 1037359)
+++ PKGBUILD2021-11-05 23:24:15 UTC (rev 1037360)
@@ -2,8 +2,8 @@
 
 _pkgname=dephell_setuptools
 pkgname=python-dephell-setuptools
-pkgver=0.2.1
-pkgrel=4
+pkgver=0.2.4
+pkgrel=1
 pkgdesc="Extract meta information from setup.py"
 arch=('any')
 url="https://github.com/dephell/${_pkgname};
@@ -11,8 +11,8 @@
 depends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('bd4d4d063b5ad718bed87b6e1d901feadc60f0122bfdb87f8bb9e124b5a5d5d9')
-b2sums=('e1d04abef1508bf5e8d8aa54890b85cd3f4f88ca57c5263a92e42ee07666fbd7ea7032a8e21dc1b7d951c152da508ce0271e071ef65d1cf6297637ebb58c770b')
+sha256sums=('663629e1ebf7b20bf7e372ee2a2e7ebf1a15aeb3bc6d46ad32e1bcb21044ca29')
+b2sums=('db637f00d59e931c9604a5f5755a9987d00771bc601fd3f8af39876320ddaeeea668e08fd66bfba3c61636dfb945e13986f6b4a205952e596701f8fd223b3135')
 
 prepare() {
 cd "${srcdir}"/${_pkgname}-${pkgver}



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

2021-11-05 Thread Antonio Rojas via arch-commits
Date: Friday, November 5, 2021 @ 23:21:19
  Author: arojas
Revision: 1037359

archrelease: copy trunk to community-any

Added:
  python-dephell-shells/repos/community-any/PKGBUILD
(from rev 1037358, python-dephell-shells/trunk/PKGBUILD)
Deleted:
  python-dephell-shells/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-05 23:21:09 UTC (rev 1037358)
+++ PKGBUILD2021-11-05 23:21:19 UTC (rev 1037359)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=dephell_shells
-pkgname=python-dephell-shells
-pkgver=0.1.3
-pkgrel=5
-pkgdesc="Activate virtual environment for current shell"
-arch=('any')
-url="https://github.com/dephell/${_pkgname};
-license=('MIT')
-depends=('python-attrs' 'python-pexpect' 'python-shellingham')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('420de1c53cfd6c4a6b11aef5d8a93701b479ab6ef72bae8e0b5b51167e7ba1f9')
-b2sums=('29c29131e428af3b9680056f1ace55eedc6e4efa8ad115e78a4879fdb6665abc40752e1d4d1ab46a932ba4cae9d17f3ee887ccd8a617663415386ca7b4e2a335')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-# pycache slipped into release tarballs
-find . -name \*.pyc -delete
-}
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-dephell-shells/repos/community-any/PKGBUILD (from rev 1037358, 
python-dephell-shells/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-05 23:21:19 UTC (rev 1037359)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=dephell_shells
+pkgname=python-dephell-shells
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Activate virtual environment for current shell"
+arch=('any')
+url="https://github.com/dephell/${_pkgname};
+license=('MIT')
+depends=('python-attrs' 'python-pexpect' 'python-shellingham')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('77150b732db135d436f41c2c6f12694e6058a8609214117ee80f6c40234ac2d5')
+b2sums=('6cc99191ddd5ca5585aa45f8e6f3815a1f2ee2de1176e8e41f96bf65c6611fb744a368cbd727d1de2642f6f42cf6462ca364a90f76f4cec0f50059c111b6d9fd')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# pycache slipped into release tarballs
+find . -name \*.pyc -delete
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2021-11-05 Thread Antonio Rojas via arch-commits
Date: Friday, November 5, 2021 @ 23:21:09
  Author: arojas
Revision: 1037358

Update to 0.1.5

Modified:
  python-dephell-shells/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 23:18:04 UTC (rev 1037357)
+++ PKGBUILD2021-11-05 23:21:09 UTC (rev 1037358)
@@ -2,8 +2,8 @@
 
 _pkgname=dephell_shells
 pkgname=python-dephell-shells
-pkgver=0.1.3
-pkgrel=5
+pkgver=0.1.5
+pkgrel=1
 pkgdesc="Activate virtual environment for current shell"
 arch=('any')
 url="https://github.com/dephell/${_pkgname};
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('420de1c53cfd6c4a6b11aef5d8a93701b479ab6ef72bae8e0b5b51167e7ba1f9')
-b2sums=('29c29131e428af3b9680056f1ace55eedc6e4efa8ad115e78a4879fdb6665abc40752e1d4d1ab46a932ba4cae9d17f3ee887ccd8a617663415386ca7b4e2a335')
+sha256sums=('77150b732db135d436f41c2c6f12694e6058a8609214117ee80f6c40234ac2d5')
+b2sums=('6cc99191ddd5ca5585aa45f8e6f3815a1f2ee2de1176e8e41f96bf65c6611fb744a368cbd727d1de2642f6f42cf6462ca364a90f76f4cec0f50059c111b6d9fd')
 
 prepare() {
 cd "${srcdir}"/${_pkgname}-${pkgver}



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

2021-11-05 Thread Antonio Rojas via arch-commits
Date: Friday, November 5, 2021 @ 23:18:04
  Author: arojas
Revision: 1037357

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-05 23:17:54 UTC (rev 1037356)
+++ PKGBUILD2021-11-05 23:18:04 UTC (rev 1037357)
@@ -1,34 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=fissix
-pkgname=python-fissix
-pkgver=19.2b1
-pkgrel=5
-pkgdesc="Fork of lib2to3 with patch for Python issue33983 support"
-arch=('any')
-url="https://github.com/jreese/${_pkgname};
-license=('PSF')
-depends=('python')
-makedepends=('python-setuptools')
-source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('f97cfad393fa9779e36b1d93990da88c30d5bfd4b48a2e1bd344731b2226483b')
-b2sums=('6169b8bdea81dee1a4b27658e9c091e934f68ee51e6356b923d6d9d93e1cd249f4f31c90b8c5ebfa93a14894838c7b01af7801b717a7e4bfbb3d2d93499afe49')
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-make test
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-fissix/repos/community-any/PKGBUILD (from rev 1037356, 
python-fissix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-05 23:18:04 UTC (rev 1037357)
@@ -0,0 +1,35 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=fissix
+pkgname=python-fissix
+pkgver=21.6.6
+pkgrel=1
+pkgdesc="Fork of lib2to3 with patch for Python issue33983 support"
+arch=('any')
+url="https://github.com/jreese/${_pkgname};
+license=('PSF')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-tests')
+source=(https://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('756c47696a8d769ebf770ec7f018fd7b5948cd2cd6a204b5392bc9214ff795bc')
+b2sums=('b913c29f49e1d49062d441f5a6064ccb7ff167dd92c874458b023e3a37079364b2e7b310ed502d3d88e7512d0752f84bc597a27dd6c48ca2975a28aae2019d56')
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest --verbose fissix/tests
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2021-11-05 Thread Antonio Rojas via arch-commits
Date: Friday, November 5, 2021 @ 23:17:54
  Author: arojas
Revision: 1037356

Update to 21.6.6

Modified:
  python-fissix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 23:08:23 UTC (rev 1037355)
+++ PKGBUILD2021-11-05 23:17:54 UTC (rev 1037356)
@@ -2,8 +2,8 @@
 
 _pkgname=fissix
 pkgname=python-fissix
-pkgver=19.2b1
-pkgrel=5
+pkgver=21.6.6
+pkgrel=1
 pkgdesc="Fork of lib2to3 with patch for Python issue33983 support"
 arch=('any')
 url="https://github.com/jreese/${_pkgname};
@@ -10,9 +10,10 @@
 license=('PSF')
 depends=('python')
 makedepends=('python-setuptools')
-source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('f97cfad393fa9779e36b1d93990da88c30d5bfd4b48a2e1bd344731b2226483b')
-b2sums=('6169b8bdea81dee1a4b27658e9c091e934f68ee51e6356b923d6d9d93e1cd249f4f31c90b8c5ebfa93a14894838c7b01af7801b717a7e4bfbb3d2d93499afe49')
+checkdepends=('python-pytest' 'python-tests')
+source=(https://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('756c47696a8d769ebf770ec7f018fd7b5948cd2cd6a204b5392bc9214ff795bc')
+b2sums=('b913c29f49e1d49062d441f5a6064ccb7ff167dd92c874458b023e3a37079364b2e7b310ed502d3d88e7512d0752f84bc597a27dd6c48ca2975a28aae2019d56')
 
 build(){
 cd "${srcdir}"/${_pkgname}-${pkgver}
@@ -23,7 +24,7 @@
 check() {
 cd "${srcdir}"/${_pkgname}-${pkgver}
 
-make test
+python -m pytest --verbose fissix/tests
 }
 
 package() {



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 23:08:23
  Author: felixonmars
Revision: 1037355

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 1037354, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 1037354, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-05 23:08:23 UTC (rev 1037355)
@@ -0,0 +1,69 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=8.0.0
+pkgrel=32
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-fast-logger' 
'haskell-gitrev' 'haskell-hasql'
+ 'haskell-hasql-dynamic-statements' 'haskell-hasql-notifications' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-logger' 
'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'uusi' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("https://github.com/begriffs/postgrest/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('ae3f004d3042e236ffd3870c980cdfbb615a3de5433bd917816e8c0e719edb0bfcba763bb3c920dad64461410374231a6ab7710d48b310cdc30d5dd6f1f58337')
+
+prepare() {
+cd $pkgname-$pkgver
+uusi -u base -u hspec -u retry $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-CI --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgrest_test
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test 
--show-details=direct
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 23:08:10
  Author: felixonmars
Revision: 1037354

upgpkg: postgrest 8.0.0-32: rebuild with pointed 5.0.3

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 22:58:43 UTC (rev 1037353)
+++ PKGBUILD2021-11-05 23:08:10 UTC (rev 1037354)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=8.0.0
-pkgrel=31
+pkgrel=32
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")



[arch-commits] Commit in haskell-hasql-dynamic-statements/repos (2 files)

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:58:43
  Author: felixonmars
Revision: 1037353

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-dynamic-statements/repos/community-staging-x86_64/
  haskell-hasql-dynamic-statements/repos/community-staging-x86_64/PKGBUILD
(from rev 1037352, haskell-hasql-dynamic-statements/trunk/PKGBUILD)

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

Copied: 
haskell-hasql-dynamic-statements/repos/community-staging-x86_64/PKGBUILD (from 
rev 1037352, haskell-hasql-dynamic-statements/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-05 22:58:43 UTC (rev 1037353)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-dynamic-statements
+pkgname=haskell-hasql-dynamic-statements
+pkgver=0.3.1
+pkgrel=16
+pkgdesc="Toolkit for constructing Hasql statements dynamically"
+url="https://github.com/nikita-volkov/hasql-dynamic-statements;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-implicits' 'haskell-ptr')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('0c7a7c01c9bd01ad15655635e8bbded57198ba0515b1e72391a27930bb5b45bb')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  sed -i 's/5432/9824/' test/Main.hs
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  eval $(pifpaf run postgresql --host 127.0.0.1)
+  createuser -s postgres
+  runhaskell Setup test --show-details=direct
+  pifpaf_stop
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hasql-dynamic-statements/trunk (PKGBUILD)

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:58:31
  Author: felixonmars
Revision: 1037352

upgpkg: haskell-hasql-dynamic-statements 0.3.1-16: rebuild with pointed 5.0.3

Modified:
  haskell-hasql-dynamic-statements/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 22:57:02 UTC (rev 1037351)
+++ PKGBUILD2021-11-05 22:58:31 UTC (rev 1037352)
@@ -3,7 +3,7 @@
 _hkgname=hasql-dynamic-statements
 pkgname=haskell-hasql-dynamic-statements
 pkgver=0.3.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Toolkit for constructing Hasql statements dynamically"
 url="https://github.com/nikita-volkov/hasql-dynamic-statements;
 license=("MIT")



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:57:02
  Author: felixonmars
Revision: 1037351

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-notifications/repos/community-staging-x86_64/
  haskell-hasql-notifications/repos/community-staging-x86_64/PKGBUILD
(from rev 1037350, haskell-hasql-notifications/trunk/PKGBUILD)

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

Copied: haskell-hasql-notifications/repos/community-staging-x86_64/PKGBUILD 
(from rev 1037350, haskell-hasql-notifications/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-05 22:57:02 UTC (rev 1037351)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-notifications
+pkgname=haskell-hasql-notifications
+pkgver=0.2.0.0
+pkgrel=18
+pkgdesc="LISTEN/NOTIFY support for Hasql"
+url="https://github.com/diogob/hasql-notifications;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-contravariant' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-postgresql-libpq')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('b133e38b7a27e66385332791bb03c4a3cf4f85994412318d08cd820577db3ffe')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  eval $(pifpaf run postgresql --host 127.0.0.1)
+  createuser -s postgres
+  createdb hasql_notifications_test
+  runhaskell Setup test --show-details=direct
+  pifpaf_stop
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:56:50
  Author: felixonmars
Revision: 1037350

upgpkg: haskell-hasql-notifications 0.2.0.0-18: rebuild with pointed 5.0.3

Modified:
  haskell-hasql-notifications/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 22:55:21 UTC (rev 1037349)
+++ PKGBUILD2021-11-05 22:56:50 UTC (rev 1037350)
@@ -3,7 +3,7 @@
 _hkgname=hasql-notifications
 pkgname=haskell-hasql-notifications
 pkgver=0.2.0.0
-pkgrel=17
+pkgrel=18
 pkgdesc="LISTEN/NOTIFY support for Hasql"
 url="https://github.com/diogob/hasql-notifications;
 license=("BSD")



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:55:21
  Author: felixonmars
Revision: 1037349

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 1037348, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 1037348, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-05 22:55:21 UTC (rev 1037349)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=1.0.1
+pkgrel=34
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bytestring-tree-builder' 'haskell-contravariant'
+ 'haskell-contravariant-extras' 'haskell-hasql')
+makedepends=('ghc' 'uusi' 'haskell-async' 'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('92689f9ffd443e9fcce5c024871492774687c98a7b906040af4f175e268f77e9dfa5520e8d95b056bd0ed264a63e5d38d0aa8759ec7e0ba9ebd697262428b8f4')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' conflicts-test/Main.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test --show-details=direct
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:55:09
  Author: felixonmars
Revision: 1037348

upgpkg: haskell-hasql-transaction 1.0.1-34: rebuild with pointed 5.0.3

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 22:53:26 UTC (rev 1037347)
+++ PKGBUILD2021-11-05 22:55:09 UTC (rev 1037348)
@@ -3,7 +3,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=1.0.1
-pkgrel=33
+pkgrel=34
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:53:26
  Author: felixonmars
Revision: 1037347

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-implicits/repos/community-staging-x86_64/
  haskell-hasql-implicits/repos/community-staging-x86_64/PKGBUILD
(from rev 1037346, haskell-hasql-implicits/trunk/PKGBUILD)

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

Copied: haskell-hasql-implicits/repos/community-staging-x86_64/PKGBUILD (from 
rev 1037346, haskell-hasql-implicits/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-05 22:53:26 UTC (rev 1037347)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-implicits
+pkgname=haskell-hasql-implicits
+pkgver=0.1.0.2
+pkgrel=16
+pkgdesc="Implicit definitions for Hasql, such as default codecs for standard 
types"
+url="https://github.com/nikita-volkov/hasql-implicits;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-hasql' 'haskell-network-ip' 
'haskell-scientific'
+ 'haskell-uuid' 'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('2788d365dd9d0c4826562472b577ac3715043f3a722ef7c21aaed754f122e74d')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:53:13
  Author: felixonmars
Revision: 1037346

upgpkg: haskell-hasql-implicits 0.1.0.2-16: rebuild with pointed 5.0.3

Modified:
  haskell-hasql-implicits/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 22:49:11 UTC (rev 1037345)
+++ PKGBUILD2021-11-05 22:53:13 UTC (rev 1037346)
@@ -3,7 +3,7 @@
 _hkgname=hasql-implicits
 pkgname=haskell-hasql-implicits
 pkgver=0.1.0.2
-pkgrel=15
+pkgrel=16
 pkgdesc="Implicit definitions for Hasql, such as default codecs for standard 
types"
 url="https://github.com/nikita-volkov/hasql-implicits;
 license=("MIT")



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:49:11
  Author: felixonmars
Revision: 1037345

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 1037344, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
1037344, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-05 22:49:11 UTC (rev 1037345)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5.2
+pkgrel=247
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5609f05134a259826e17a7391d3324f1d2b474cd83082e4f67175086da1e481a1a75b336932a97371b32e7427e869498bb87af3f7c6246225698e8ceef1aa372')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' test/Main.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+#runhaskell Setup test --show-details=direct
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:48:59
  Author: felixonmars
Revision: 1037344

upgpkg: haskell-hasql-pool 0.5.2-247: rebuild with pointed 5.0.3

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 22:47:45 UTC (rev 1037343)
+++ PKGBUILD2021-11-05 22:48:59 UTC (rev 1037344)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.2
-pkgrel=246
+pkgrel=247
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:47:45
  Author: felixonmars
Revision: 1037343

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-butcher/repos/community-staging-x86_64/PKGBUILD (from rev 
1037342, haskell-butcher/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-05 22:47:45 UTC (rev 1037343)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=butcher
+pkgname=haskell-butcher
+pkgver=1.3.3.2
+pkgrel=137
+pkgdesc="Chops a command or program invocation into digestable pieces."
+url="https://github.com/lspitzner/butcher/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-deque' 'haskell-extra' 
'haskell-free'
+ 'haskell-microlens' 'haskell-microlens-th' 'haskell-multistate' 
'haskell-unsafe'
+ 'haskell-void')
+makedepends=('ghc' 'uusi' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('1d0f8e8e498b012c4a859671eebf34a6e965e8ed99b3c90d3aad1d8898c40f1b')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u base $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:47:33
  Author: felixonmars
Revision: 1037342

upgpkg: haskell-butcher 1.3.3.2-137: rebuild with pointed 5.0.3

Modified:
  haskell-butcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 22:44:46 UTC (rev 1037341)
+++ PKGBUILD2021-11-05 22:47:33 UTC (rev 1037342)
@@ -3,7 +3,7 @@
 _hkgname=butcher
 pkgname=haskell-butcher
 pkgver=1.3.3.2
-pkgrel=136
+pkgrel=137
 pkgdesc="Chops a command or program invocation into digestable pieces."
 url="https://github.com/lspitzner/butcher/;
 license=("BSD")



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:44:46
  Author: felixonmars
Revision: 1037341

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 
1037340, haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-05 22:44:46 UTC (rev 1037341)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=1.4.5.2
+pkgrel=5
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-bytestring-strict-builder' 
'haskell-contravariant'
+ 'haskell-dlist' 'haskell-hashable' 'haskell-hashtables' 
'haskell-postgresql-binary'
+ 'haskell-postgresql-libpq' 'haskell-profunctors' 
'haskell-text-builder' 'haskell-vector')
+makedepends=('ghc' 'haskell-contravariant-extras' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck-instances' 
'haskell-quickcheck'
+ 'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a7df0653af029f60595d336ba065abfd1591cd17ea148aeb44725d4f3873ee7f27676dc91eea7b1133e6582d454cb98e47d01376d6ffb7a9721b8b641feba94d')
+
+prepare() {
+cd $_hkgname-$pkgver
+
+# Do not use default postgres port
+sed -i 's/5432/9824/' tasty/Main/*.hs threads-test/*.hs profiling/*.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test --show-details=direct
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:44:34
  Author: felixonmars
Revision: 1037340

upgpkg: haskell-hasql 1.4.5.2-5: rebuild with pointed 5.0.3

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 22:41:18 UTC (rev 1037339)
+++ PKGBUILD2021-11-05 22:44:34 UTC (rev 1037340)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.4.5.2
-pkgrel=4
+pkgrel=5
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:41:18
  Author: felixonmars
Revision: 1037339

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-summoner-tui/repos/community-staging-x86_64/
  haskell-summoner-tui/repos/community-staging-x86_64/PKGBUILD
(from rev 1037338, haskell-summoner-tui/trunk/PKGBUILD)

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

Copied: haskell-summoner-tui/repos/community-staging-x86_64/PKGBUILD (from rev 
1037338, haskell-summoner-tui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-05 22:41:18 UTC (rev 1037339)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+_hkgname=summoner-tui
+pkgname=haskell-summoner-tui
+pkgver=2.0.1.1
+pkgrel=239
+pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI."
+url="https://github.com/kowainik/summoner;
+license=('MPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-brick' 'haskell-colourista' 'haskell-microlens' 
'haskell-microlens-th'
+ 'haskell-relude' 'haskell-summoner' 'haskell-validation-selective' 
'haskell-vty')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('9f840f25d72c54b4b5ed0c5e6755e52ca71e9961759de6bd0046d567bd1f2c27')
+
+prepare(){
+  cd $_hkgname-$pkgver
+  echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+  uusi $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:41:05
  Author: felixonmars
Revision: 1037338

upgpkg: haskell-summoner-tui 2.0.1.1-239: rebuild with pointed 5.0.3

Modified:
  haskell-summoner-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 22:38:59 UTC (rev 1037337)
+++ PKGBUILD2021-11-05 22:41:05 UTC (rev 1037338)
@@ -4,7 +4,7 @@
 _hkgname=summoner-tui
 pkgname=haskell-summoner-tui
 pkgver=2.0.1.1
-pkgrel=238
+pkgrel=239
 pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI."
 url="https://github.com/kowainik/summoner;
 license=('MPL2')



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:38:59
  Author: felixonmars
Revision: 1037337

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-deque/repos/community-staging-x86_64/PKGBUILD (from rev 
1037336, haskell-deque/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-05 22:38:59 UTC (rev 1037337)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+_hkgname=deque
+pkgname=haskell-deque
+pkgver=0.4.4
+pkgrel=4
+pkgdesc="Double-ended queues"
+url="https://github.com/nikita-volkov/deque;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hashable' 'haskell-strict-list')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('8c771c3906235b6c9d46c96c0c40126cfaef763df59407c87c95431ae34a8b3f051840243b2439a65e9a8f2683c1d884e72d8b716c90246d1c82d0e9e7592047')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:38:47
  Author: felixonmars
Revision: 1037336

upgpkg: haskell-deque 0.4.4-4: rebuild with pointed 5.0.3

Modified:
  haskell-deque/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 22:36:47 UTC (rev 1037335)
+++ PKGBUILD2021-11-05 22:38:47 UTC (rev 1037336)
@@ -3,7 +3,7 @@
 _hkgname=deque
 pkgname=haskell-deque
 pkgver=0.4.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Double-ended queues"
 url="https://github.com/nikita-volkov/deque;
 license=("MIT")



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:36:47
  Author: felixonmars
Revision: 1037335

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-postgresql-binary/repos/community-staging-x86_64/
  haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD
(from rev 1037334, haskell-postgresql-binary/trunk/PKGBUILD)

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

Copied: haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD (from 
rev 1037334, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-05 22:36:47 UTC (rev 1037335)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.12.4.1
+pkgrel=12
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-binary-parser' 
'haskell-bytestring-strict-builder'
+ 'haskell-network-ip' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-uuid' 'haskell-vector')
+makedepends=('ghc' 'haskell-postgresql-libpq' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-instances'
+ 'haskell-json-ast' 'haskell-conversion' 
'haskell-conversion-bytestring'
+ 'haskell-conversion-text' 'haskell-rerebase' 'pifpaf' 
'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('dd1357c1c282d7f906ef1e5af8d47403a24cc31169abee4b559fd2f605bf00a32c710e49fe5f23fc5695662968ea70b2c4ad7339bee43de41cecaa1c4172820f')
+
+prepare() {
+cd $_hkgname-$pkgver
+# Do not use default postgres port
+sed -i 's/5432/9824/' tasty/Main/DB.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test --show-details=direct
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:36:35
  Author: felixonmars
Revision: 1037334

upgpkg: haskell-postgresql-binary 0.12.4.1-12: rebuild with pointed 5.0.3

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 22:33:14 UTC (rev 1037333)
+++ PKGBUILD2021-11-05 22:36:35 UTC (rev 1037334)
@@ -4,7 +4,7 @@
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
 pkgver=0.12.4.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary;
 license=("MIT")



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:33:14
  Author: felixonmars
Revision: 1037333

archrelease: copy trunk to community-staging-x86_64

Added:
  arch-hs/repos/community-staging-x86_64/
  arch-hs/repos/community-staging-x86_64/PKGBUILD
(from rev 1037332, arch-hs/trunk/PKGBUILD)

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

Copied: arch-hs/repos/community-staging-x86_64/PKGBUILD (from rev 1037332, 
arch-hs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-05 22:33:14 UTC (rev 1037333)
@@ -0,0 +1,68 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+pkgname=arch-hs
+pkgver=0.9.1.0
+pkgrel=49
+pkgdesc="Distribute hackage packages to archlinux"
+arch=('x86_64')
+url="https://github.com/berberman/arch-hs;
+license=('MIT')
+depends=('ghc-libs' 'pacman' 'haskell-diff' 'haskell-aeson' 
'haskell-algebraic-graphs'
+ 'haskell-arch-web' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-hackage-db'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-megaparsec' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-neat-interpolation' 
'haskell-optparse-simple'
+ 'haskell-polysemy' 'haskell-prettyprinter' 
'haskell-prettyprinter-ansi-terminal'
+ 'haskell-servant-client' 'haskell-split' 'haskell-tar-conduit')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('aa7b011dd2753b596df53f4adce4a131ef42fffe37eb5bfd815678b1d34bc87f83f1af36a9fc9db34b5c7d5b68e48120bab7abedfe92e0cc7530feba91c04f83')
+
+_gen_comp(){
+  LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--bash-completion-script "/usr/bin/arch-hs${1}" > bash${1}
+  LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--zsh-completion-script  "/usr/bin/arch-hs${1}" > zsh${1}
+  LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--fish-completion-script "/usr/bin/arch-hs${1}" > fish${1}
+}
+
+_install_comp(){
+  install -D -m644 bash${1} 
"$pkgdir/usr/share/bash-completion/completions/arch-hs${1}"
+  install -D -m644 zsh${1}  "$pkgdir/usr/share/zsh/site-functions/_arch-hs${1}"
+  install -D -m644 fish${1} 
"$pkgdir/usr/share/fish/vendor_completions.d/arch-hs${1}.fish"
+}
+
+prepare() {
+  cd $pkgname-$pkgver
+  uusi -u megaparsec $pkgname.cabal
+}
+
+build() {
+  cd $pkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -falpm
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+  
+  _gen_comp
+  _gen_comp "-diff"
+  _gen_comp "-sync"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+  
+  _install_comp
+  _install_comp "-diff"
+  _install_comp "-sync"
+} 



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:33:02
  Author: felixonmars
Revision: 1037332

upgpkg: arch-hs 0.9.1.0-49: rebuild with pointed 5.0.3

Modified:
  arch-hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 22:28:26 UTC (rev 1037331)
+++ PKGBUILD2021-11-05 22:33:02 UTC (rev 1037332)
@@ -3,7 +3,7 @@
 
 pkgname=arch-hs
 pkgver=0.9.1.0
-pkgrel=48
+pkgrel=49
 pkgdesc="Distribute hackage packages to archlinux"
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs;



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:28:26
  Author: felixonmars
Revision: 1037331

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-summoner/repos/community-staging-x86_64/PKGBUILD (from rev 
1037330, haskell-summoner/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-05 22:28:26 UTC (rev 1037331)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+_hkgname=summoner
+pkgname=haskell-summoner
+pkgver=2.0.1.1
+pkgrel=216
+pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects."
+url="https://github.com/kowainik/summoner;
+license=('MPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-colourista' 
'haskell-generic-data' 'haskell-gitrev'
+ 'haskell-neat-interpolation' 'haskell-optparse-applicative' 
'haskell-relude'
+ 'haskell-shellmet' 'haskell-tomland' 'haskell-validation-selective')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 
'haskell-hspec-hedgehog' 'haskell-tree-diff')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('5b6eee2848e2fb0b65d34f4a980ecd6e7766629a42394348dc2166e2216fc496')
+
+prepare(){
+  cd $_hkgname-$pkgver
+  echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+  uusi $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test || :
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:28:14
  Author: felixonmars
Revision: 1037330

upgpkg: haskell-summoner 2.0.1.1-216: rebuild with pointed 5.0.3

Modified:
  haskell-summoner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 22:24:23 UTC (rev 1037329)
+++ PKGBUILD2021-11-05 22:28:14 UTC (rev 1037330)
@@ -4,7 +4,7 @@
 _hkgname=summoner
 pkgname=haskell-summoner
 pkgver=2.0.1.1
-pkgrel=215
+pkgrel=216
 pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects."
 url="https://github.com/kowainik/summoner;
 license=('MPL2')



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:24:23
  Author: felixonmars
Revision: 1037329

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-bash/repos/community-staging-x86_64/
  dhall-bash/repos/community-staging-x86_64/PKGBUILD
(from rev 1037328, dhall-bash/trunk/PKGBUILD)

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

Copied: dhall-bash/repos/community-staging-x86_64/PKGBUILD (from rev 1037328, 
dhall-bash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-05 22:24:23 UTC (rev 1037329)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-bash
+pkgver=1.0.38
+pkgrel=23
+pkgdesc='Compile Dhall to Bash'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'dhall' 'haskell-neat-interpolation' 'haskell-shell-escape'
+ 'haskell-optparse-generic')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('8a18c7058c22a530d155fd630fe249f08adafa05d657e10ac9789762c9b1b5b2b29e176972042bf5eee9c18b4a2d2a7a6c90d896563fa60d48f611cf019d3610')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-05 Thread Felix Yan via arch-commits
Date: Friday, November 5, 2021 @ 22:24:10
  Author: felixonmars
Revision: 1037328

upgpkg: dhall-bash 1.0.38-23: rebuild with pointed 5.0.3

Modified:
  dhall-bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 22:22:29 UTC (rev 1037327)
+++ PKGBUILD2021-11-05 22:24:10 UTC (rev 1037328)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-bash
 pkgver=1.0.38
-pkgrel=22
+pkgrel=23
 pkgdesc='Compile Dhall to Bash'
 url='https://dhall-lang.org'
 license=('BSD')



  1   2   3   4   >