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

2021-07-17 Thread Christian Rebischke via arch-commits
Date: Sunday, July 18, 2021 @ 00:16:49
  Author: shibumi
Revision: 978439

archrelease: copy trunk to community-x86_64

Added:
  istio/repos/community-x86_64/PKGBUILD
(from rev 978438, istio/trunk/PKGBUILD)
Deleted:
  istio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-18 00:16:44 UTC (rev 978438)
+++ PKGBUILD2021-07-18 00:16:49 UTC (rev 978439)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Arturo Penen 
-
-pkgname=istio
-pkgver=1.10.2
-pkgrel=1
-pkgdesc='Istio configuration command line utility for service operators to 
debug and diagnose their Istio mesh.'
-arch=('x86_64')
-url='https://github.com/istio/istio'
-license=('Apache')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/istio/istio/archive/$pkgver.tar.gz;)
-sha512sums=('6167e09c58553f6143359a638476e8110f938ad2f9862e2cd9f2de7dabc3ad91e716c381fa40c89147c7a702764638cafa95a1529799d4086c2a312b6adaf7c9')
-
-build() {
-  cd $pkgname-$pkgver
-  export VERSION=$pkgver
-  export TAG=$pkgver
-  export BUILD_WITH_CONTAINER=0
-  make build
-}
-
-package() {
-  install -Dm 755 "${srcdir}/$pkgname-$pkgver/out/linux_amd64/istioctl" 
"${pkgdir}/usr/bin/istioctl"
-
-  # Populate bash and zsh completions
-  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions"
-  install -dm 755 "${pkgdir}/usr/share/zsh/site-functions"
-  "${pkgdir}/usr/bin/istioctl" collateral --bash
-  mv istioctl.bash "${pkgdir}/usr/share/bash-completion/completions/istioctl"
-  "${pkgdir}/usr/bin/istioctl" collateral --zsh
-  mv _istioctl  "${pkgdir}/usr/share/zsh/site-functions/_istioctl"
-}

Copied: istio/repos/community-x86_64/PKGBUILD (from rev 978438, 
istio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-18 00:16:49 UTC (rev 978439)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Arturo Penen 
+
+pkgname=istio
+pkgver=1.10.3
+pkgrel=1
+pkgdesc='Istio configuration command line utility for service operators to 
debug and diagnose their Istio mesh.'
+arch=('x86_64')
+url='https://github.com/istio/istio'
+license=('Apache')
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/istio/istio/archive/$pkgver.tar.gz;)
+sha512sums=('ec5e5a0a01cb283604c4ffb9ff6e681f085a374afd682fa36df48ec3a3bf61d6bde5dc7cb239017c467a946b87f6cefc70e35183cc921ab15fe928591c842c06')
+
+build() {
+  cd $pkgname-$pkgver
+  export VERSION=$pkgver
+  export TAG=$pkgver
+  export BUILD_WITH_CONTAINER=0
+  make build
+}
+
+package() {
+  install -Dm 755 "${srcdir}/$pkgname-$pkgver/out/linux_amd64/istioctl" 
"${pkgdir}/usr/bin/istioctl"
+
+  # Populate bash and zsh completions
+  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions"
+  install -dm 755 "${pkgdir}/usr/share/zsh/site-functions"
+  "${pkgdir}/usr/bin/istioctl" collateral --bash
+  mv istioctl.bash "${pkgdir}/usr/share/bash-completion/completions/istioctl"
+  "${pkgdir}/usr/bin/istioctl" collateral --zsh
+  mv _istioctl  "${pkgdir}/usr/share/zsh/site-functions/_istioctl"
+}



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

2021-07-17 Thread Christian Rebischke via arch-commits
Date: Sunday, July 18, 2021 @ 00:16:44
  Author: shibumi
Revision: 978438

upgpkg: istio 1.10.3-1

Modified:
  istio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-18 00:12:47 UTC (rev 978437)
+++ PKGBUILD2021-07-18 00:16:44 UTC (rev 978438)
@@ -2,7 +2,7 @@
 # Contributor: Arturo Penen 
 
 pkgname=istio
-pkgver=1.10.2
+pkgver=1.10.3
 pkgrel=1
 pkgdesc='Istio configuration command line utility for service operators to 
debug and diagnose their Istio mesh.'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('Apache')
 makedepends=('go')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/istio/istio/archive/$pkgver.tar.gz;)
-sha512sums=('6167e09c58553f6143359a638476e8110f938ad2f9862e2cd9f2de7dabc3ad91e716c381fa40c89147c7a702764638cafa95a1529799d4086c2a312b6adaf7c9')
+sha512sums=('ec5e5a0a01cb283604c4ffb9ff6e681f085a374afd682fa36df48ec3a3bf61d6bde5dc7cb239017c467a946b87f6cefc70e35183cc921ab15fe928591c842c06')
 
 build() {
   cd $pkgname-$pkgver



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

2021-07-17 Thread Christian Rebischke via arch-commits
Date: Sunday, July 18, 2021 @ 00:12:47
  Author: shibumi
Revision: 978437

archrelease: copy trunk to community-x86_64

Added:
  skaffold/repos/community-x86_64/PKGBUILD
(from rev 978436, skaffold/trunk/PKGBUILD)
  skaffold/repos/community-x86_64/build_info.patch
(from rev 978436, skaffold/trunk/build_info.patch)
Deleted:
  skaffold/repos/community-x86_64/PKGBUILD
  skaffold/repos/community-x86_64/build_info.patch

--+
 PKGBUILD |  122 ++---
 build_info.patch |   46 +--
 2 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-18 00:12:38 UTC (rev 978436)
+++ PKGBUILD2021-07-18 00:12:47 UTC (rev 978437)
@@ -1,61 +0,0 @@
-# Maintainer Christian Rebischke 
-# Maintainer: Fredy García 
-# Maintainer: Maxim Baz <${pkgname} at maximbaz dot com>
-# Contributor: Stefan Cocora 
-
-pkgname=skaffold
-pkgver=1.27.0
-pkgrel=1
-pkgdesc="A command line tool that facilitates continuous development for 
Kubernetes applications"
-arch=("x86_64")
-url="https://github.com/GoogleContainerTools/${pkgname};
-license=("Apache")
-depends=("docker")
-makedepends=("go")
-optdepends=(
-  "minikube: To use Minikube"
-  "kubectl: For Kubernetes support"
-  "bash-completion: Tab autocompletion"
-)
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${pkgname}/archive/v${pkgver}.tar.gz;
-)
-sha256sums=('c82a842d138f75dbab5cbc64f0dda3cce6bfb0c7bba5a6ecfaed0c9799b556b1')
-_commit="1f46f249c832bb2a99e3285ad327647c95ff4bb9"
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  rm -rf "${srcdir}/gopath"
-  mkdir -p "${srcdir}/gopath/bin"
-  mkdir -p "${srcdir}/gopath/src/github.com/GoogleContainerTools"
-  ln -rTsf "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
-}
-
-build() {
-  cd "${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
-  export GOPATH="${srcdir}/gopath"
-  export PATH="${PATH}:${GOPATH}/bin"
-  export VERSION="v${pkgver}"
-  export COMMIT="${_commit}"
-  export TREE_STATE="clean"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw -x -v 
-ldflags=-linkmode=external"
-  make install
-
-  # To avoid issues deleting directories next time
-  go clean --modcache
-
-  # Create completion files
-  "${srcdir}/gopath/bin/${pkgname}" completion bash > 
"${srcdir}/${pkgname}-completion.bash"
-  "${srcdir}/gopath/bin/${pkgname}" completion zsh > 
"${srcdir}/${pkgname}-completion.zsh"
-}
-
-package() {
-  install -Dm755 "${srcdir}/gopath/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 "${srcdir}/${pkgname}-completion.bash" 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  install -Dm644 "${srcdir}/${pkgname}-completion.zsh" 
"${pkgdir}/usr/share/zsh/site-functions/_skaffold"
-}

Copied: skaffold/repos/community-x86_64/PKGBUILD (from rev 978436, 
skaffold/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-18 00:12:47 UTC (rev 978437)
@@ -0,0 +1,61 @@
+# Maintainer Christian Rebischke 
+# Maintainer: Fredy García 
+# Maintainer: Maxim Baz <${pkgname} at maximbaz dot com>
+# Contributor: Stefan Cocora 
+
+pkgname=skaffold
+pkgver=1.28.0
+pkgrel=1
+pkgdesc="A command line tool that facilitates continuous development for 
Kubernetes applications"
+arch=("x86_64")
+url="https://github.com/GoogleContainerTools/${pkgname};
+license=("Apache")
+depends=("docker")
+makedepends=("go")
+optdepends=(
+  "minikube: To use Minikube"
+  "kubectl: For Kubernetes support"
+  "bash-completion: Tab autocompletion"
+)
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${pkgname}/archive/v${pkgver}.tar.gz;
+)
+sha256sums=('79176849c82466289534ca66d6ffcbd8991bbeaea15e2754f4106ca9c1c52767')
+_commit="27271dfcaab56c38ecf41f4b7158101d44c454b6"
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  rm -rf "${srcdir}/gopath"
+  mkdir -p "${srcdir}/gopath/bin"
+  mkdir -p "${srcdir}/gopath/src/github.com/GoogleContainerTools"
+  ln -rTsf "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
+}
+
+build() {
+  cd "${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
+  export GOPATH="${srcdir}/gopath"
+  export PATH="${PATH}:${GOPATH}/bin"
+  export VERSION="v${pkgver}"
+  export COMMIT="${_commit}"
+  export TREE_STATE="clean"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw -x -v 
-ldflags=-linkmode=external"
+  make install
+
+  # 

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

2021-07-17 Thread Christian Rebischke via arch-commits
Date: Sunday, July 18, 2021 @ 00:12:38
  Author: shibumi
Revision: 978436

upgpkg: skaffold 1.28.0-1

Modified:
  skaffold/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 22:19:08 UTC (rev 978435)
+++ PKGBUILD2021-07-18 00:12:38 UTC (rev 978436)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Cocora 
 
 pkgname=skaffold
-pkgver=1.27.0
+pkgver=1.28.0
 pkgrel=1
 pkgdesc="A command line tool that facilitates continuous development for 
Kubernetes applications"
 arch=("x86_64")
@@ -20,8 +20,8 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${pkgname}/archive/v${pkgver}.tar.gz;
 )
-sha256sums=('c82a842d138f75dbab5cbc64f0dda3cce6bfb0c7bba5a6ecfaed0c9799b556b1')
-_commit="1f46f249c832bb2a99e3285ad327647c95ff4bb9"
+sha256sums=('79176849c82466289534ca66d6ffcbd8991bbeaea15e2754f4106ca9c1c52767')
+_commit="27271dfcaab56c38ecf41f4b7158101d44c454b6"
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2021-07-17 Thread Kyle Keen via arch-commits
Date: Saturday, July 17, 2021 @ 22:19:08
  Author: kkeen
Revision: 978435

archrelease: copy trunk to community-staging-x86_64

Added:
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 978434, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 978434, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/gnuradio-bind-placeholders.patch
(from rev 978434, gnuradio/trunk/gnuradio-bind-placeholders.patch)
Deleted:
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
  gnuradio/repos/community-staging-x86_64/PKGBUILD
  gnuradio/repos/community-staging-x86_64/gnuradio-bind-placeholders.patch

--+
 21-fcd.rules |   18 
 PKGBUILD |  267 +-
 gnuradio-bind-placeholders.patch |  922 ++---
 3 files changed, 603 insertions(+), 604 deletions(-)

Deleted: 21-fcd.rules
===
--- 21-fcd.rules2021-07-17 22:18:48 UTC (rev 978434)
+++ 21-fcd.rules2021-07-17 22:19:08 UTC (rev 978435)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-staging-x86_64/21-fcd.rules (from rev 978434, 
gnuradio/trunk/21-fcd.rules)
===
--- 21-fcd.rules(rev 0)
+++ 21-fcd.rules2021-07-17 22:19:08 UTC (rev 978435)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 22:18:48 UTC (rev 978434)
+++ PKGBUILD2021-07-17 22:19:08 UTC (rev 978435)
@@ -1,134 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: David Runge 
-# Contributor: Dominik Heidler 
-# Contributor: Jonatan Sastre 
-pkgbase=gnuradio
-pkgname=(gnuradio gnuradio-companion)
-pkgver=3.9.2.0
-pkgrel=1
-pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
-arch=('x86_64')
-url="https://gnuradio.org;
-license=('GPL')
-depends=('python-numpy' 'gsl' 'blas' 'libuhd' 'libvolk' 'log4cpp' 'python-yaml'
-'gmp' 'gsm' 'codec2' 'python-mako' 'python-click-plugins' 'soapysdr'
-'pybind11')
-makedepends=('alsa-lib' 'boost' 'cmake' 'fftw' 'glu' 'gtk3' 'jack' 'pango'
-'portaudio' 'python-gobject' 'python-lxml' 'python-pyqt5' 'python-cairo'
-'qwt' 'swig' 'zeromq')
-
-# todo
-# split the gui components?
-# build doxygen docs?
-# gr-video-sdl ?
-# icons
-# add thrift?
-# could soapy and pybind be optional makedeps?
-
-# zeroc-ice: gr-ctrlport
-# doxygen: C++ autogenerated documentation
-# python-sphinx: Python autogenerated documentation
-
-# secret release directory
-#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz;
-# neglected official release directory
-#source=("https://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz;
-
-# seems upstream stopped doing signed tags/release assets > 3.8.0.0 :-/
-# https://github.com/gnuradio/gnuradio/issues/3858
-source=("gnuradio-$pkgver.tgz::https://github.com/gnuradio/gnuradio/archive/refs/tags/v$pkgver.tar.gz;
-
#"https://github.com/gnuradio/gnuradio/releases/download/v$pkgver/gnuradio-$pkgver.tar.gz;
-# 
"https://github.com/gnuradio/gnuradio/releases/download/v$pkgver/gnuradio-$pkgver.tar.gz.asc;
-gnuradio-bind-placeholders.patch
-"21-fcd.rules")
-validpgpkeys=('B90DDFAC56989BF62262EB812987C77CBB8ED9B2'  # GNU Radio Project
-  'D74F9F146E7F755783583158B343B2BA293E5174') # Marcus Müller
-sha512sums=('4a2807d6713fff10906354553ef5810b81ef4116573fdf15b122e8fc18373c56e1685b8592a8f0f08c0524c4983f3d7d4774bdada98dff0990d028f71cbd7898'
-
'f4e52e6e9ef6054f358d3ee00cbcb70bab65c36dfac8975c3182f6514c547905f36801a049f0918d69c9ffd98ce801891a3bfc4e4faeb8fb33582d84140a70b7'
-
'6f02dc8e20a7a1cd11099c851a7c8427fcd21e9652e6cddd0a72ca747b0e93cd4fd1b7b7b7e426b6231348bcc34fb2417716a2f03c92ec141889edc65031c3a0')
-
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  #patch -Np1 -i 

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

2021-07-17 Thread Kyle Keen via arch-commits
Date: Saturday, July 17, 2021 @ 22:18:48
  Author: kkeen
Revision: 978434

upgpkg: gnuradio 3.9.2.0-2

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 21:59:16 UTC (rev 978433)
+++ PKGBUILD2021-07-17 22:18:48 UTC (rev 978434)
@@ -5,7 +5,7 @@
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
 pkgver=3.9.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('x86_64')
 url="https://gnuradio.org;
@@ -15,7 +15,7 @@
 'pybind11')
 makedepends=('alsa-lib' 'boost' 'cmake' 'fftw' 'glu' 'gtk3' 'jack' 'pango'
 'portaudio' 'python-gobject' 'python-lxml' 'python-pyqt5' 'python-cairo'
-'qwt' 'swig' 'zeromq')
+'qwt' 'zeromq')
 
 # todo
 # split the gui components?
@@ -85,7 +85,6 @@
   'libboost_program_options.so' 'libboost_thread.so' 'libfftw3f.so'
   'libfftw3f_threads.so' 'libjack.so' 'libportaudio.so' 'libzmq.so')
   optdepends=('boost: gr_modtool'
-  'swig: gr_modtool'
   'cmake: gr_modtool'
   'pkgconfig: libuhd')
   provides=(



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

2021-07-17 Thread David Runge via arch-commits
Date: Saturday, July 17, 2021 @ 22:13:20
  Author: dvzrv
Revision: 420081

archrelease: copy trunk to extra-x86_64

Added:
  mtools/repos/extra-x86_64/PKGBUILD
(from rev 420080, mtools/trunk/PKGBUILD)
Deleted:
  mtools/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 22:13:11 UTC (rev 420080)
+++ PKGBUILD2021-07-17 22:13:20 UTC (rev 420081)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=mtools
-pkgver=4.0.32
-pkgrel=1
-epoch=1
-pkgdesc="A collection of utilities to access MS-DOS disks"
-arch=('x86_64')
-url="https://www.gnu.org/software/mtools/;
-license=('GPL3')
-depends=('bash' 'glibc')
-makedepends=('libx11' 'texinfo')
-optdepends=('libx11: required by floppyd'
-'libxau: required by floppyd')
-backup=("etc/${pkgname}.conf")
-source=("https://ftp.gnu.org/gnu/mtools/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('a66e7483c422abdaddbe9e6b2cd0ecc2f87b0bc4f40929ac2e4db8b8d88cfacf118b126cba3207307bff376d5572170a1ee5803618de0544f68d420ed06bcab9'
-'SKIP')
-b2sums=('6b057be3d053ecf1ebee72b6b73324ec2cdbd7daf87c927f6ec2f6ef203345ddb869d6d7cb645e21054304ae68fc7a33e77e7a0f0cb606d3b755da36e66ca69a'
-'SKIP')
-validpgpkeys=('51A23D9D7C4DF41AA48FA893E99CF5537790B839') # Alain KNAFF 

-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # comment entry in default config
-  sed -e '/^SAMPLE FILE$/s:^:# :' -i mtools.conf
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -vDm 644 mtools.conf -t "${pkgdir}/etc/"
-  install -vDm 644 {README,NEWS} -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: mtools/repos/extra-x86_64/PKGBUILD (from rev 420080, 
mtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 22:13:20 UTC (rev 420081)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=mtools
+pkgver=4.0.33
+pkgrel=1
+epoch=1
+pkgdesc="A collection of utilities to access MS-DOS disks"
+arch=('x86_64')
+url="https://www.gnu.org/software/mtools/;
+license=('GPL3')
+depends=('bash' 'glibc')
+makedepends=('libx11' 'texinfo')
+optdepends=('libx11: required by floppyd'
+'libxau: required by floppyd')
+backup=("etc/${pkgname}.conf")
+source=("https://ftp.gnu.org/gnu/mtools/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('6dd47d422e999100a7834bac0e1e6e5e26387f8462bd84c5934da7c24f1cf90674dc873878bc37c2051dd7df717f85793861fed8544f77aecfc30a6cecd7bf43'
+'SKIP')
+b2sums=('fac0880a7f0967f6998b8e234b7c61a58ed28205738f92db4ea0a039f5a883cfb68df492788174720068a2f976d37032630abfcca0461fcc72133b564bed472b'
+'SKIP')
+validpgpkeys=('51A23D9D7C4DF41AA48FA893E99CF5537790B839') # Alain KNAFF 

+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # comment entry in default config
+  sed -e '/^SAMPLE FILE$/s:^:# :' -i mtools.conf
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -vDm 644 mtools.conf -t "${pkgdir}/etc/"
+  install -vDm 644 {README,NEWS} -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-07-17 Thread David Runge via arch-commits
Date: Saturday, July 17, 2021 @ 22:13:11
  Author: dvzrv
Revision: 420080

upgpkg: mtools 1:4.0.33-1: Upgrade to 4.0.33.

Modified:
  mtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 20:39:55 UTC (rev 420079)
+++ PKGBUILD2021-07-17 22:13:11 UTC (rev 420080)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=mtools
-pkgver=4.0.32
+pkgver=4.0.33
 pkgrel=1
 epoch=1
 pkgdesc="A collection of utilities to access MS-DOS disks"
@@ -16,9 +16,9 @@
 'libxau: required by floppyd')
 backup=("etc/${pkgname}.conf")
 source=("https://ftp.gnu.org/gnu/mtools/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('a66e7483c422abdaddbe9e6b2cd0ecc2f87b0bc4f40929ac2e4db8b8d88cfacf118b126cba3207307bff376d5572170a1ee5803618de0544f68d420ed06bcab9'
+sha512sums=('6dd47d422e999100a7834bac0e1e6e5e26387f8462bd84c5934da7c24f1cf90674dc873878bc37c2051dd7df717f85793861fed8544f77aecfc30a6cecd7bf43'
 'SKIP')
-b2sums=('6b057be3d053ecf1ebee72b6b73324ec2cdbd7daf87c927f6ec2f6ef203345ddb869d6d7cb645e21054304ae68fc7a33e77e7a0f0cb606d3b755da36e66ca69a'
+b2sums=('fac0880a7f0967f6998b8e234b7c61a58ed28205738f92db4ea0a039f5a883cfb68df492788174720068a2f976d37032630abfcca0461fcc72133b564bed472b'
 'SKIP')
 validpgpkeys=('51A23D9D7C4DF41AA48FA893E99CF5537790B839') # Alain KNAFF 

 



[arch-commits] Commit in nextcloud/repos/community-testing-any (22 files)

2021-07-17 Thread David Runge via arch-commits
Date: Saturday, July 17, 2021 @ 21:59:16
  Author: dvzrv
Revision: 978433

archrelease: copy trunk to community-testing-any

Added:
  nextcloud/repos/community-testing-any/PKGBUILD
(from rev 978432, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-testing-any/apache.example.conf
(from rev 978432, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-testing-any/nextcloud-cron.service
(from rev 978432, nextcloud/trunk/nextcloud-cron.service)
  nextcloud/repos/community-testing-any/nextcloud-cron.timer
(from rev 978432, nextcloud/trunk/nextcloud-cron.timer)
  nextcloud/repos/community-testing-any/nextcloud.config.php
(from rev 978432, nextcloud/trunk/nextcloud.config.php)
  nextcloud/repos/community-testing-any/nextcloud.hook
(from rev 978432, nextcloud/trunk/nextcloud.hook)
  nextcloud/repos/community-testing-any/nextcloud.install
(from rev 978432, nextcloud/trunk/nextcloud.install)
  nextcloud/repos/community-testing-any/nextcloud.occ.sh
(from rev 978432, nextcloud/trunk/nextcloud.occ.sh)
  nextcloud/repos/community-testing-any/nextcloud.sysusers
(from rev 978432, nextcloud/trunk/nextcloud.sysusers)
  nextcloud/repos/community-testing-any/nextcloud.tmpfiles
(from rev 978432, nextcloud/trunk/nextcloud.tmpfiles)
  nextcloud/repos/community-testing-any/nextcloud.uwsgi
(from rev 978432, nextcloud/trunk/nextcloud.uwsgi)
Deleted:
  nextcloud/repos/community-testing-any/PKGBUILD
  nextcloud/repos/community-testing-any/apache.example.conf
  nextcloud/repos/community-testing-any/nextcloud-cron.service
  nextcloud/repos/community-testing-any/nextcloud-cron.timer
  nextcloud/repos/community-testing-any/nextcloud.config.php
  nextcloud/repos/community-testing-any/nextcloud.hook
  nextcloud/repos/community-testing-any/nextcloud.install
  nextcloud/repos/community-testing-any/nextcloud.occ.sh
  nextcloud/repos/community-testing-any/nextcloud.sysusers
  nextcloud/repos/community-testing-any/nextcloud.tmpfiles
  nextcloud/repos/community-testing-any/nextcloud.uwsgi

+
 PKGBUILD   |  252 +++
 apache.example.conf|   42 +++
 nextcloud-cron.service |   18 +--
 nextcloud-cron.timer   |   18 +--
 nextcloud.config.php   |   34 +++---
 nextcloud.hook |   26 ++--
 nextcloud.install  |   29 ++---
 nextcloud.occ.sh   |   90 
 nextcloud.sysusers |2 
 nextcloud.tmpfiles |   17 +--
 nextcloud.uwsgi|  164 +++---
 11 files changed, 350 insertions(+), 342 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 21:58:56 UTC (rev 978432)
+++ PKGBUILD2021-07-17 21:59:16 UTC (rev 978433)
@@ -1,124 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-
-pkgname=nextcloud
-# NOTE: do not package x.0.0 versions as they are considered beta
-pkgver=22.0.0
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com;
-license=('AGPL3')
-depends=('php>=8.0.0' 'php<8.1.0' 'php-gd')
-optdepends=(
-  'curl: for webcron jobs from within uwsgi'
-  'ffmpeg: for preview generation'
-  'libreoffice: for preview generation'
-  'mariadb: to use a local MariaDB server'
-  'memcached: to use a local memcached server'
-  'php-apcu: for caching with APCU'
-  'php-apache: to use the Apache web server'
-  'mod_itk: to use the Apache web server'
-  'php-fpm: to run in fastCGI process manager'
-  'php-imagick: for preview generation'
-  'php-imap: for external user authentication'
-  'php-intl: to increase language translation performance and fix sorting'
-  'php-memcached: for caching with memcached'
-  'php-pgsql: to use the PostgreSQL database backend'
-  'php-redis: for caching with redis'
-  'php-sqlite: to use the SQLite database backend'
-  'postgresql: to use a local PostgreSQL server'
-  'redis: to use a local Redis server'
-  'smbclient: for SMB/CIFS integration'
-  'sudo: for privilege elevation in occ command when not run as root'
-  'uwsgi-plugin-php: run as application container'
-)
-backup=(
-  "etc/webapps/${pkgname}/config/config.php"
-  "etc/uwsgi/${pkgname}.ini"
-)
-# there are no elf files, no need to strip anything
-options=(!strip)
-install="${pkgname}.install"
-source=(
-  
"https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-  'apache.example.conf'
-  "${pkgname}.config.php"
-  "${pkgname}.hook"
-  "${pkgname}.occ.sh"
-  "${pkgname}.sysusers"
-  "${pkgname}.tmpfiles"
-  "${pkgname}.uwsgi"
-  "${pkgname}-cron.service"
-  "${pkgname}-cron.timer"
-)
-sha512sums=('ced81296d1080cb224ac96df501721c1a16a8a83f9784ab281d97202ec6611173d60a6a87279e7f36b735a92dd010ed81b0c7561fc7dadde00df10f9b7711cec'
-'SKIP'
-

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

2021-07-17 Thread David Runge via arch-commits
Date: Saturday, July 17, 2021 @ 21:58:56
  Author: dvzrv
Revision: 978432

upgpkg: nextcloud 22.0.0-2: Rebuild to move .htaccess file.

Install the application's .htaccess file to /etc/webapps/nextcloud so that it
can be added to the backup array and be owned by the nextcloud user.
Fixes https://bugs.archlinux.org/task/71474

Modified:
  nextcloud/trunk/PKGBUILD
  nextcloud/trunk/nextcloud.install
  nextcloud/trunk/nextcloud.tmpfiles

+
 PKGBUILD   |   14 +-
 nextcloud.install  |5 -
 nextcloud.tmpfiles |1 +
 3 files changed, 14 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 21:03:12 UTC (rev 978431)
+++ PKGBUILD2021-07-17 21:58:56 UTC (rev 978432)
@@ -4,7 +4,7 @@
 pkgname=nextcloud
 # NOTE: do not package x.0.0 versions as they are considered beta
 pkgver=22.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
 url="https://nextcloud.com;
@@ -35,6 +35,7 @@
 )
 backup=(
   "etc/webapps/${pkgname}/config/config.php"
+  "etc/webapps/${pkgname}/.htaccess"
   "etc/uwsgi/${pkgname}.ini"
 )
 # there are no elf files, no need to strip anything
@@ -59,7 +60,7 @@
 
'7b18b73ee369607b8ee3d00d2a054262a7b8f3033fc4873eb333c9b9333d7338870c035910ae123b564a65d7d245730178137311048f0713d5bc524de3654923'
 
'daae0331998fc3b135c18330cd8f8405958abce1a913cdbc16accc3c49f2b185a6d44cf4d768eb1eb11d1dd1d81dcc3fe75ec959bd9f4c9c5eb85c450d5ad408'
 
'1d06f339c43d57e5f5406c2698b815241fd9e39039a9e55f777face510c9a5ddae5ccd4e051393e8f16f391301a6aa03fff2462837a2d3441d969ea7195e7d84'
-
'51beae1dc7889cda73fa0b9bd578ba0d01272c3293e91946a4179496ed98ac900109dfe6e9e3b83f94096ecd2f17f77b8d2190960e41f47a599f4e6fd594a78a'
+
'919008a2bf6cf2492cb1e9c8e28c1e082d74e45da5a96e6669f8971d6cf721e36d23625c89918fe10d8bc1b202c0340aa897849d9ec501a26f3f4572ccb57a98'
 
'8bc7e76ba986cadf8d3bf35d6fbd8e7e236a61d1372e023c07e60427bacce925737c996d9fbaaeb51ed1066c1d0c8d83a86d7d640ed991b531744ed06629a670'
 
'c585af280c2503a5a969fffd53d192a045a1dedd6d3a32901dfa0e226f9ddb4b5d1b1760553e962b061172c0077fcc57b095d8b7c70cafaa8ca84dbfce2eaa24'
 
'eb69785a5b0df0e2a11f53f9c2e2dbf75681d7c698e88cbcc5ceed713a558d528511cc576813cc083cbaa28a2c83d543a39436ad4805670348ef22634305b1c8')
@@ -70,7 +71,7 @@
 
'772a9571fe7d88dbcbeb46351a188354e237dfe8e020131f2752b3a36cff0ff177423b4cfd6a1a5f28946f86a8581f3e24ee06ebda7260c5f862ca4071908e43'
 
'150273823fdadcaecf3e2af036067581cb4cf02507c6da2a533ef3c288a2a715d076f83c6d6d4ff13cd336184f595361318faa2acdc68979edfad7afef0b575b'
 
'1a61a89531636b65dade03cd7edca8747b3e1e880f9bbd4d5a53cffa452d70fe17e345cfed739ae92e99e336d4c1f2633c84a5c84a4ee6da518762bf1396b1db'
-
'e7ce2f3dba5ea4a2daf2ce6e6c0fb3ff1afefbbc6067296b11ca3da4194a8ba049b137c4b2ca5411de2a1fd3b8ae28912bf0fd5f50fd9b147727a7f4e52290dc'
+
'd132044cb7f1d61a1ce87800d2e1142e3ac385acdec25e2f5ad685603a0ffa88e105f4c35688584d65d287adbb40b8d9a02d6a80d7a0b58bb8801a6769405218'
 
'937ae5b89d968d784c7b68e1ca81e7aec11e295b95244fc4bcfec55b3d5f37ef70d5f593086eeb14101c8940a241565730cb6edcdf88165094c4ad27a89bd980'
 
'9857f3dd219b624869255e0d6c262b60de813b87ac4fd3fccad0a330392f55709e8c2d4b9dfb5ad19df7cc0fc13cc83cead06c9a1d893ee4e4972c4937df0c2b'
 
'e6214351ca16bfe97683e838e727d6b5eaa62194878272204034c62aac4a632c9b33cd31aa0570c2eb936d7e9e7ff60190ac05a3a8cc2e27eda423a7d89b6d39')
@@ -97,10 +98,11 @@
   # uwsgi integration
   install -vDm 644 "../${pkgname}.uwsgi" "${pkgdir}/etc/uwsgi/${pkgname}.ini"
   # config dir
+  install -vDm 644 .htaccess -t "${pkgdir}/etc/webapps/${pkgname}/"
   install -vDm 640 "../${pkgname}.config.php" 
"${pkgdir}/etc/webapps/${pkgname}/config/config.php"
   find config -type f -exec install -vDm 644 {} 
"${pkgdir}/etc/webapps/${pkgname}/"{} \;
-  # remove config dir from source so that it is not installed to default 
location
-  rm -rf config
+  # remove config dir and .htaccess from source so that it is not installed to 
default location
+  rm -rf config .htaccess
 
   # webapp
   find . -type f -exec install -vDm 644 {} 
"${pkgdir}/usr/share/webapps/${pkgname}/"{} \;
@@ -107,6 +109,8 @@
 
   # symlink config directory into place
   ln -sv "/etc/webapps/${pkgname}/config" 
"${pkgdir}/usr/share/webapps/${pkgname}/"
+  # symlink .htaccess file into place
+  ln -sv "/etc/webapps/${pkgname}/.htaccess" 
"${pkgdir}/usr/share/webapps/${pkgname}/"
   # add symlink to default writable apps directory
   ln -sv "/var/lib/${pkgname}/apps" 
"${pkgdir}/usr/share/webapps/${pkgname}/wapps"
   # install occ command

Modified: nextcloud.install
===
--- nextcloud.install   2021-07-17 21:03:12 UTC (rev 978431)
+++ nextcloud.install   2021-07-17 21:58:56 UTC (rev 978432)

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

2021-07-17 Thread Christian Hesse via arch-commits
Date: Saturday, July 17, 2021 @ 21:03:12
  Author: eworm
Revision: 978431

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 978430, acpi_call/trunk/PKGBUILD)
Deleted:
  acpi_call/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 21:03:09 UTC (rev 978430)
+++ PKGBUILD2021-07-17 21:03:12 UTC (rev 978431)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.2.1
-pkgrel=71
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-url='https://github.com/mkottman/acpi_call'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
-conflicts=('acpi_call-dkms')
-
-build() {
-  _kernver=$(
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.1
+pkgrel=72
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2021-07-17 Thread Christian Hesse via arch-commits
Date: Saturday, July 17, 2021 @ 21:03:09
  Author: eworm
Revision: 978430

upgpkg: acpi_call 1.2.1-72: fix linux 5.13

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 21:02:26 UTC (rev 978429)
+++ PKGBUILD2021-07-17 21:03:09 UTC (rev 978430)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.1
-pkgrel=71
+pkgrel=72
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2021-07-17 Thread David Runge via arch-commits
Date: Saturday, July 17, 2021 @ 21:02:26
  Author: dvzrv
Revision: 978429

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 21:02:18 UTC (rev 978428)
+++ PKGBUILD2021-07-17 21:02:26 UTC (rev 978429)
@@ -1,52 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pywayland
-pkgname=python-pywayland
-pkgver=0.4.4
-pkgrel=2
-pkgdesc="Python bindings for the libwayland library"
-arch=('x86_64')
-url="https://github.com/flacjacket/pywayland;
-license=('Apache')
-depends=('python-cffi' 'wayland')
-makedepends=('python-setuptools' 'wayland-protocols')
-checkdepends=('python-pytest')
-# TODO: remove provides/conflicts/replaces after 2022-01-01
-conflicts=('pywayland')
-provides=('pywayland')
-replaces=('pywayland')
-# files required for tests missing in pypi sdist tarball: 
https://github.com/flacjacket/pywayland/issues/27
-# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/flacjacket/${_name}/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('2801d8e2f579fe59c3ecd7a61a95dac32931ff821836ad9dcc2a3ac347cce3d5ab3b45097b9104464028c8168ae1872a3809d1f8432c094f1ab6f8d0dbdd20a1')
-b2sums=('8d90c6acac609dc507245fa57745897508d8cd0e2cda0879a9086712fc1abb4e5f661437d87b78d053b091642c9ceeac49536daf883b75eb3ad957d18e018f99')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  mkdir -vp temp
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python pywayland/ffi_build.py
-  python -m pywayland.scanner
-  python setup.py build
-}
-
-check() {
-  local _py_ver=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build/lib.linux-${CARCH}-${_py_ver}:${PYTHONPATH}"
-  export XDG_RUNTIME_DIR="${PWD}/temp"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pywayland/repos/community-x86_64/PKGBUILD (from rev 978428, 
python-pywayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 21:02:26 UTC (rev 978429)
@@ -0,0 +1,50 @@
+# Maintainer: David Runge 
+
+_name=pywayland
+pkgname=python-pywayland
+pkgver=0.4.5
+pkgrel=1
+pkgdesc="Python bindings for the libwayland library"
+arch=('x86_64')
+url="https://github.com/flacjacket/pywayland;
+license=('Apache')
+depends=('python-cffi' 'wayland')
+makedepends=('python-setuptools' 'wayland-protocols')
+checkdepends=('python-pytest')
+# TODO: remove provides/conflicts/replaces after 2022-01-01
+conflicts=('pywayland')
+provides=('pywayland')
+replaces=('pywayland')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('b71266c704f94709d00369927189b3c5be3206e3695f29e02a2fba006ad4f2550e67a72e26d878fd798f03d66d8e9d5a00427fb57e01f589ba35b2e5c1ca481d')
+b2sums=('8eb76ed465bfb912df1e999dced9aa3fb986ec06b9f521737bedb2f070c318dc618003c99446d5fcb5681365b68c11ae382503f71e93bd14600d2e2ec3ab')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  mkdir -vp temp
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python pywayland/ffi_build.py
+  python -m pywayland.scanner
+  python setup.py build
+}
+
+check() {
+  local _py_ver=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build/lib.linux-${CARCH}-${_py_ver}:${PYTHONPATH}"
+  export XDG_RUNTIME_DIR="${PWD}/temp"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-07-17 Thread David Runge via arch-commits
Date: Saturday, July 17, 2021 @ 21:02:18
  Author: dvzrv
Revision: 978428

upgpkg: python-pywayland 0.4.5-1: Upgrade to 0.4.5.

Switch back to pypi sdist tarball as upstream added the missing files.

Modified:
  python-pywayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 21:01:28 UTC (rev 978427)
+++ PKGBUILD2021-07-17 21:02:18 UTC (rev 978428)
@@ -2,8 +2,8 @@
 
 _name=pywayland
 pkgname=python-pywayland
-pkgver=0.4.4
-pkgrel=2
+pkgver=0.4.5
+pkgrel=1
 pkgdesc="Python bindings for the libwayland library"
 arch=('x86_64')
 url="https://github.com/flacjacket/pywayland;
@@ -15,11 +15,9 @@
 conflicts=('pywayland')
 provides=('pywayland')
 replaces=('pywayland')
-# files required for tests missing in pypi sdist tarball: 
https://github.com/flacjacket/pywayland/issues/27
-# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/flacjacket/${_name}/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('2801d8e2f579fe59c3ecd7a61a95dac32931ff821836ad9dcc2a3ac347cce3d5ab3b45097b9104464028c8168ae1872a3809d1f8432c094f1ab6f8d0dbdd20a1')
-b2sums=('8d90c6acac609dc507245fa57745897508d8cd0e2cda0879a9086712fc1abb4e5f661437d87b78d053b091642c9ceeac49536daf883b75eb3ad957d18e018f99')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('b71266c704f94709d00369927189b3c5be3206e3695f29e02a2fba006ad4f2550e67a72e26d878fd798f03d66d8e9d5a00427fb57e01f589ba35b2e5c1ca481d')
+b2sums=('8eb76ed465bfb912df1e999dced9aa3fb986ec06b9f521737bedb2f070c318dc618003c99446d5fcb5681365b68c11ae382503f71e93bd14600d2e2ec3ab')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"



[arch-commits] Commit in acpi_call-dkms/repos/community-any (5 files)

2021-07-17 Thread Christian Hesse via arch-commits
Date: Saturday, July 17, 2021 @ 21:01:28
  Author: eworm
Revision: 978427

archrelease: copy trunk to community-any

Added:
  acpi_call-dkms/repos/community-any/PKGBUILD
(from rev 978426, acpi_call-dkms/trunk/PKGBUILD)
  acpi_call-dkms/repos/community-any/dkms.conf
(from rev 978426, acpi_call-dkms/trunk/dkms.conf)
Deleted:
  acpi_call-dkms/repos/community-any/0001-linux-5.6.patch
  acpi_call-dkms/repos/community-any/PKGBUILD
  acpi_call-dkms/repos/community-any/dkms.conf

--+
 0001-linux-5.6.patch |   45 ---
 PKGBUILD |   81 ++---
 dkms.conf|   18 +-
 3 files changed, 53 insertions(+), 91 deletions(-)

Deleted: 0001-linux-5.6.patch
===
--- 0001-linux-5.6.patch2021-07-17 21:01:24 UTC (rev 978426)
+++ 0001-linux-5.6.patch2021-07-17 21:01:28 UTC (rev 978427)
@@ -1,45 +0,0 @@
-From 958e38a9ade01c0c2d23c1310399147b014177a0 Mon Sep 17 00:00:00 2001
-From: Victor Michel 
-Date: Tue, 10 Mar 2020 22:33:31 -0700
-Subject: [PATCH] Use proc_ops instead of file_operations on Linux >= 5.6
-
-The proc_create API is changing in Linux 5.6, update code accordingly
-See 
https://github.com/torvalds/linux/commit/d56c0d45f0e27f814e87a1676b6bdbc252e9

- acpi_call.c | 11 +--
- 1 file changed, 9 insertions(+), 2 deletions(-)
-
-diff --git a/acpi_call.c b/acpi_call.c
-index 3025d97..569c2b6 100644
 a/acpi_call.c
-+++ b/acpi_call.c
-@@ -5,8 +5,8 @@
- #include 
- #include 
- #include 
--#include 
--#include 
-+#include 
-+#include 
- 
- MODULE_LICENSE("GPL");
- 
-@@ -317,11 +317,18 @@ static ssize_t acpi_proc_read( struct file *filp, char 
__user *buff,
- return ret;
- }
- 
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
-+static struct proc_ops proc_acpi_operations = {
-+.proc_read = acpi_proc_read,
-+.proc_write= acpi_proc_write,
-+};
-+#else
- static struct file_operations proc_acpi_operations = {
- .owner= THIS_MODULE,
- .read = acpi_proc_read,
- .write= acpi_proc_write,
- };
-+#endif
- 
- #else
- static int acpi_proc_read(char *page, char **start, off_t off,

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 21:01:24 UTC (rev 978426)
+++ PKGBUILD2021-07-17 21:01:28 UTC (rev 978427)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call-dkms
-pkgver=1.2.1
-pkgrel=4
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call - module sources'
-url=https://github.com/nix-community/acpi_call
-arch=(any)
-license=(GPL)
-depends=(dkms)
-makedepends=(git)
-provides=(acpi_call=${pkgver}-${pkgrel})
-conflicts=(acpi_call)
-_tag=3a28aabfa337d59df91cc04c85b250da7f7cadea
-source=(
-  git+https://github.com/nix-community/acpi_call.git#tag=${_tag}
-  dkms.conf
-)
-b2sums=('SKIP'
-
'504da1102e778fe54368e990408dbef02f5b2ce91f683d170f3d6a1a2f9349d00d61dcbddd0262a8dfc958ea0964135ba58d8dd88ac06bd10b5e13b90f11faef')
-
-pkgver() {
-  cd acpi_call
-
-  git describe --tags | sed 's/^v//'
-}
-
-package() {
-  install -Dm 644 acpi_call/{Makefile,acpi_call.c} dkms.conf -t 
"${pkgdir}"/usr/src/acpi_call-${pkgver}
-  echo acpi_call | install -Dm 644 /dev/stdin 
"${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
-  install -dm 755 "${pkgdir}"/usr/share/acpi_call
-  cp -dr --no-preserve=ownership acpi_call/{examples,support} 
"${pkgdir}"/usr/share/acpi_call/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call-dkms/repos/community-any/PKGBUILD (from rev 978426, 
acpi_call-dkms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 21:01:28 UTC (rev 978427)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-dkms
+pkgver=1.2.1
+pkgrel=5
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call - module sources'
+url=https://github.com/nix-community/acpi_call
+arch=(any)
+license=(GPL)
+depends=(dkms)
+makedepends=(git)
+provides=(acpi_call=${pkgver}-${pkgrel})
+conflicts=(acpi_call)
+_tag=3a28aabfa337d59df91cc04c85b250da7f7cadea
+source=(
+  git+https://github.com/nix-community/acpi_call.git#tag=${_tag}
+  dkms.conf
+)
+b2sums=('SKIP'
+
'504da1102e778fe54368e990408dbef02f5b2ce91f683d170f3d6a1a2f9349d00d61dcbddd0262a8dfc958ea0964135ba58d8dd88ac06bd10b5e13b90f11faef')
+
+pkgver() {
+  cd acpi_call
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd acpi_call
+
+  # Fix for 5.13+ kernels
+  git cherry-pick -n '48011f82726c263f49a2b9ca3d9f674bdb4cfd22'
+}
+
+package() {
+  install -Dm 644 acpi_call/{Makefile,acpi_call.c} dkms.conf -t 
"${pkgdir}"/usr/src/acpi_call-${pkgver}
+  echo acpi_call 

[arch-commits] Commit in acpi_call-dkms/trunk (0001-linux-5.6.patch PKGBUILD)

2021-07-17 Thread Christian Hesse via arch-commits
Date: Saturday, July 17, 2021 @ 21:01:24
  Author: eworm
Revision: 978426

upgpkg: acpi_call-dkms 1.2.1-5: fix linux 5.13

Modified:
  acpi_call-dkms/trunk/PKGBUILD
Deleted:
  acpi_call-dkms/trunk/0001-linux-5.6.patch

--+
 0001-linux-5.6.patch |   45 -
 PKGBUILD |9 -
 2 files changed, 8 insertions(+), 46 deletions(-)

Deleted: 0001-linux-5.6.patch
===
--- 0001-linux-5.6.patch2021-07-17 20:36:01 UTC (rev 978425)
+++ 0001-linux-5.6.patch2021-07-17 21:01:24 UTC (rev 978426)
@@ -1,45 +0,0 @@
-From 958e38a9ade01c0c2d23c1310399147b014177a0 Mon Sep 17 00:00:00 2001
-From: Victor Michel 
-Date: Tue, 10 Mar 2020 22:33:31 -0700
-Subject: [PATCH] Use proc_ops instead of file_operations on Linux >= 5.6
-
-The proc_create API is changing in Linux 5.6, update code accordingly
-See 
https://github.com/torvalds/linux/commit/d56c0d45f0e27f814e87a1676b6bdbc252e9

- acpi_call.c | 11 +--
- 1 file changed, 9 insertions(+), 2 deletions(-)
-
-diff --git a/acpi_call.c b/acpi_call.c
-index 3025d97..569c2b6 100644
 a/acpi_call.c
-+++ b/acpi_call.c
-@@ -5,8 +5,8 @@
- #include 
- #include 
- #include 
--#include 
--#include 
-+#include 
-+#include 
- 
- MODULE_LICENSE("GPL");
- 
-@@ -317,11 +317,18 @@ static ssize_t acpi_proc_read( struct file *filp, char 
__user *buff,
- return ret;
- }
- 
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
-+static struct proc_ops proc_acpi_operations = {
-+.proc_read = acpi_proc_read,
-+.proc_write= acpi_proc_write,
-+};
-+#else
- static struct file_operations proc_acpi_operations = {
- .owner= THIS_MODULE,
- .read = acpi_proc_read,
- .write= acpi_proc_write,
- };
-+#endif
- 
- #else
- static int acpi_proc_read(char *page, char **start, off_t off,

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 20:36:01 UTC (rev 978425)
+++ PKGBUILD2021-07-17 21:01:24 UTC (rev 978426)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-dkms
 pkgver=1.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call - module sources'
 url=https://github.com/nix-community/acpi_call
 arch=(any)
@@ -27,6 +27,13 @@
   git describe --tags | sed 's/^v//'
 }
 
+prepare() {
+  cd acpi_call
+
+  # Fix for 5.13+ kernels
+  git cherry-pick -n '48011f82726c263f49a2b9ca3d9f674bdb4cfd22'
+}
+
 package() {
   install -Dm 644 acpi_call/{Makefile,acpi_call.c} dkms.conf -t 
"${pkgdir}"/usr/src/acpi_call-${pkgver}
   echo acpi_call | install -Dm 644 /dev/stdin 
"${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf



[arch-commits] Commit in putty/repos (5 files)

2021-07-17 Thread Christian Hesse via arch-commits
Date: Saturday, July 17, 2021 @ 20:39:55
  Author: eworm
Revision: 420079

archrelease: copy trunk to testing-x86_64

Added:
  putty/repos/testing-x86_64/
  putty/repos/testing-x86_64/PKGBUILD
(from rev 420078, putty/trunk/PKGBUILD)
  putty/repos/testing-x86_64/putty.desktop
(from rev 420078, putty/trunk/putty.desktop)
  putty/repos/testing-x86_64/putty.png
(from rev 420078, putty/trunk/putty.png)
  putty/repos/testing-x86_64/putty.xpm
(from rev 420078, putty/trunk/putty.xpm)

---+
 PKGBUILD  |   40 
 putty.desktop |   10 ++
 2 files changed, 50 insertions(+)

Copied: putty/repos/testing-x86_64/PKGBUILD (from rev 420078, 
putty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-07-17 20:39:55 UTC (rev 420079)
@@ -0,0 +1,40 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=putty
+pkgver=0.76
+pkgrel=1
+pkgdesc='A terminal integrated SSH/Telnet client'
+arch=('x86_64')
+url='https://www.chiark.greenend.org.uk/~sgtatham/putty/'
+license=('MIT')
+depends=('gtk3')
+validpgpkeys=('E27394ACA3F9D9049522E0546289A25F4AE8DA82') # PuTTY Releases 

+source=("https://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"putty-${pkgver}.tar.gz.sig::https://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg;
+'putty.desktop'
+'putty.png'
+'putty.xpm')
+sha256sums=('547cd97a8daa87ef71037fab0773bceb54a8abccb2f825a49ef8eba5e045713f'
+'SKIP'
+'4a8af81fe8ac702ad298606076088f237b83beed82cc089a32f314888b67cf2c'
+'621abf249dc6c6326faf259565546df84635b3afbe31893145a5056d8b114396'
+'d65139883171ed0119d9778ff4a89e6a8151a5ae97fcf8dc7cafb59df424377f')
+
+build() {
+  cd ${pkgname}-${pkgver}/unix
+
+  ./configure \
+--prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/unix
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 ../LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m0644 "${srcdir}"/putty.desktop 
"${pkgdir}"/usr/share/applications/putty.desktop
+  install -D -m0644 "${srcdir}"/putty.png 
"${pkgdir}"/usr/share/pixmaps/putty.png
+  install -D -m0644 "${srcdir}"/putty.xpm 
"${pkgdir}"/usr/share/pixmaps/putty.xpm
+}

Copied: putty/repos/testing-x86_64/putty.desktop (from rev 420078, 
putty/trunk/putty.desktop)
===
--- testing-x86_64/putty.desktop(rev 0)
+++ testing-x86_64/putty.desktop2021-07-17 20:39:55 UTC (rev 420079)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=PuTTY
+GenericName=SSH/Telnet/Serial Client
+Exec=putty %u
+Terminal=false
+Icon=putty
+Type=Application
+Categories=Application;Network;Remote
+Comment=A highly configurable ssh/telnet/serial console program

Copied: putty/repos/testing-x86_64/putty.png (from rev 420078, 
putty/trunk/putty.png)
===
(Binary files differ)

Copied: putty/repos/testing-x86_64/putty.xpm (from rev 420078, 
putty/trunk/putty.xpm)
===
(Binary files differ)



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

2021-07-17 Thread Christian Hesse via arch-commits
Date: Saturday, July 17, 2021 @ 20:39:51
  Author: eworm
Revision: 420078

upgpkg: putty 0.76-1: new upstream release

Modified:
  putty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 20:22:09 UTC (rev 420077)
+++ PKGBUILD2021-07-17 20:39:51 UTC (rev 420078)
@@ -1,7 +1,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=putty
-pkgver=0.75
+pkgver=0.76
 pkgrel=1
 pkgdesc='A terminal integrated SSH/Telnet client'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 'putty.desktop'
 'putty.png'
 'putty.xpm')
-sha256sums=('d3173b037eddbe9349abe978101277b4ba9f9959e25dedd44f87e7b85cc8f9f5'
+sha256sums=('547cd97a8daa87ef71037fab0773bceb54a8abccb2f825a49ef8eba5e045713f'
 'SKIP'
 '4a8af81fe8ac702ad298606076088f237b83beed82cc089a32f314888b67cf2c'
 '621abf249dc6c6326faf259565546df84635b3afbe31893145a5056d8b114396'



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

2021-07-17 Thread Orhun Parmaksiz via arch-commits
Date: Saturday, July 17, 2021 @ 20:36:01
  Author: orhun
Revision: 978425

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 20:35:50 UTC (rev 978424)
+++ PKGBUILD2021-07-17 20:36:01 UTC (rev 978425)
@@ -1,43 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=gpg-tui
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="A terminal user interface for GnuPG"
-arch=('x86_64')
-url="https://github.com/orhun/gpg-tui;
-license=('MIT')
-depends=('libxcb' 'gpgme')
-makedepends=('rust' 'python')
-optdepends=('xplr: file selection support')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('1261279b4bb0765ed03a0f2eefeed7263d6ee92784b9ebeba5669002955121b05776bf6f3b70a8cf9ed7e07d70a660401fcde9876ccae21df88c4ac8142cad1e')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  mkdir completions/
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-  OUT_DIR=completions/ cargo run --release --bin completions
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 "man/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-  install -Dm 644 "completions/$pkgname.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "completions/$pkgname.fish" -t 
"$pkgdir/usr/share/fish/vendor_completions.d"
-  install -Dm 644 "completions/_$pkgname" -t 
"$pkgdir/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gpg-tui/repos/community-x86_64/PKGBUILD (from rev 978424, 
gpg-tui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 20:36:01 UTC (rev 978425)
@@ -0,0 +1,43 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=gpg-tui
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="A terminal user interface for GnuPG"
+arch=('x86_64')
+url="https://github.com/orhun/gpg-tui;
+license=('MIT')
+depends=('libxcb' 'gpgme')
+makedepends=('rust' 'python')
+optdepends=('xplr: file selection support')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('6e97498e6a3061223e9d77347da8b3cb0137607e832718535e16592d2d81181c9410aced7fe67febeb5bdda27533c329ea2be9a5f28d743d45c09222efeaa744')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir completions/
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+  OUT_DIR=completions/ cargo run --release --bin completions
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "man/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+  install -Dm 644 "completions/$pkgname.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "completions/$pkgname.fish" -t 
"$pkgdir/usr/share/fish/vendor_completions.d"
+  install -Dm 644 "completions/_$pkgname" -t 
"$pkgdir/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-07-17 Thread Orhun Parmaksiz via arch-commits
Date: Saturday, July 17, 2021 @ 20:35:50
  Author: orhun
Revision: 978424

upgpkg: gpg-tui 0.7.1-1: upstream release

Modified:
  gpg-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 20:27:04 UTC (rev 978423)
+++ PKGBUILD2021-07-17 20:35:50 UTC (rev 978424)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=gpg-tui
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="A terminal user interface for GnuPG"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('rust' 'python')
 optdepends=('xplr: file selection support')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('1261279b4bb0765ed03a0f2eefeed7263d6ee92784b9ebeba5669002955121b05776bf6f3b70a8cf9ed7e07d70a660401fcde9876ccae21df88c4ac8142cad1e')
+sha512sums=('6e97498e6a3061223e9d77347da8b3cb0137607e832718535e16592d2d81181c9410aced7fe67febeb5bdda27533c329ea2be9a5f28d743d45c09222efeaa744')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2021-07-17 Thread David Runge via arch-commits
Date: Saturday, July 17, 2021 @ 20:27:04
  Author: dvzrv
Revision: 978423

archrelease: copy trunk to community-staging-x86_64

Added:
  adlplug/repos/community-staging-x86_64/
  adlplug/repos/community-staging-x86_64/PKGBUILD
(from rev 978422, adlplug/trunk/PKGBUILD)

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

Copied: adlplug/repos/community-staging-x86_64/PKGBUILD (from rev 978422, 
adlplug/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 20:27:04 UTC (rev 978423)
@@ -0,0 +1,78 @@
+# Maintainer: David Runge 
+
+_name=ADLplug
+pkgbase=adlplug
+pkgname=('adlplug' 'opnplug')
+pkgver=1.0.2
+pkgrel=4
+pkgdesc="FM synthesizer plugins, based on OPL3 and OPN2 sound chip emulations"
+arch=('x86_64')
+url="https://github.com/jpcima/ADLplug;
+license=('Boost' 'GPL2' 'GPL3' 'LGPL2.1')
+groups=('pro-audio' 'lv2-plugins' 'vst-plugins')
+# TODO: devendor simpleini, if feasible
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11' 'libxext')
+makedepends=('alsa-lib' 'cmake' 'fmt' 'freetype2' 'jack' 'liblo' 'libxrandr'
+'libxinerama' 'libxcursor')
+source=("https://github.com/jpcima/${pkgbase}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.xz;
+
"${pkgbase}-1.0.1-gcc9.patch::https://github.com/WeAreROLI/JUCE/commit/4e0adb2af8b424c43d22bd431011c9a6c57d36b6.patch;)
+sha512sums=('53192a622de528d4dd06dbd8411b5d1ba8346e9f181fd160fa14c2cf402a819ff354212ced59e13b11738ef6bf696cb0927a67c2e97ef94ade70acb29807f5cc'
+
'263fe21e7362f4b8c4009d33e8a086ddf57ddd44267343b924f1304a58580a38e6bd2d36c9548ec706be733476d27e5c89f8095f401b9b841ade63d9cb812a77')
+b2sums=('ea049a6373fdd05f6401766f077819de704748055569a67aabb27e6064d922a28f635d8322914a5c418875b09a0152efa3ac4a3ae32400b12e31ae10166ceffb'
+
'356fe202072436cab89fdde3a06a5140d286d7636b663f32432f36b98170bef1aa7a931aeb6bedb2ff4d6b8f4b4c730f1760211b2fa9b709fe30bfedbe8df62f')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgbase-$pkgver"
+  cd "$pkgbase-$pkgver"
+  # fix build with gcc9: https://github.com/jpcima/ADLplug/issues/54
+  (
+cd thirdparty/JUCE
+patch -Np1 -i "${srcdir}/${pkgbase}-1.0.1-gcc9.patch"
+  )
+}
+
+build() {
+  cd "$pkgbase-$pkgver"
+  # build opl3
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DADLplug_CHIP=OPL3 \
+-DADLplug_USE_SYSTEM_FMT=ON \
+-W no-dev \
+-B "build-${pkgname[0]}" \
+-S .
+  make VERBOSE=1 -C "build-${pkgname[0]}"
+  # build opn2
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DADLplug_CHIP=OPN2 \
+-DADLplug_USE_SYSTEM_FMT=ON \
+-W no-dev \
+-B "build-${pkgname[1]}" \
+-S .
+  make VERBOSE=1 -C "build-${pkgname[1]}"
+}
+
+package_adlplug() {
+  pkgdesc="FM synthesizer for ADLMIDI with OPL3 chip emulation"
+  depends+=('libasound.so' 'libfmt.so' 'libfreetype.so')
+  optdepends=('jack: for the standalone application'
+  'liblo: for new-session-manager support'
+  'new-session-manager: for session management')
+  cd "$pkgbase-$pkgver"
+  make VERBOSE=1 DESTDIR="$pkgdir/" install -C "build-${pkgname}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_opnplug() {
+  pkgdesc="FM synthesizer for OPNMIDI with OPN2 chip emulation"
+  depends+=('libasound.so' 'libfmt.so' 'libfreetype.so')
+  optdepends=('jack: for the standalone application'
+  'liblo: for new-session-manager support'
+  'new-session-manager: for session management')
+  cd "$pkgbase-$pkgver"
+  make VERBOSE=1 DESTDIR="$pkgdir/" install -C "build-${pkgname}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-07-17 Thread David Runge via arch-commits
Date: Saturday, July 17, 2021 @ 20:26:54
  Author: dvzrv
Revision: 978422

upgpkg: adlplug 1.0.2-4: Rebuild against fmt 8.0.1.

Modified:
  adlplug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 20:16:58 UTC (rev 978421)
+++ PKGBUILD2021-07-17 20:26:54 UTC (rev 978422)
@@ -4,7 +4,7 @@
 pkgbase=adlplug
 pkgname=('adlplug' 'opnplug')
 pkgver=1.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="FM synthesizer plugins, based on OPL3 and OPN2 sound chip emulations"
 arch=('x86_64')
 url="https://github.com/jpcima/ADLplug;



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

2021-07-17 Thread David Runge via arch-commits
Date: Saturday, July 17, 2021 @ 20:22:09
  Author: dvzrv
Revision: 420077

archrelease: copy trunk to staging-x86_64

Added:
  fmt/repos/staging-x86_64/
  fmt/repos/staging-x86_64/PKGBUILD
(from rev 420076, fmt/trunk/PKGBUILD)
  fmt/repos/staging-x86_64/dont-install-doctrees.patch
(from rev 420076, fmt/trunk/dont-install-doctrees.patch)

-+
 PKGBUILD|   60 ++
 dont-install-doctrees.patch |   24 
 2 files changed, 84 insertions(+)

Copied: fmt/repos/staging-x86_64/PKGBUILD (from rev 420076, fmt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-07-17 20:22:09 UTC (rev 420077)
@@ -0,0 +1,60 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Mihai Bişog 
+
+pkgname=fmt
+pkgver=8.0.1
+pkgrel=1
+pkgdesc='Open-source formatting library for C++'
+arch=(x86_64)
+url=https://fmt.dev
+license=(BSD)
+depends=(gcc-libs)
+makedepends=(
+  cmake
+  doxygen
+  git
+  ninja
+  npm
+  python-pip
+  python-virtualenv
+)
+provides=(libfmt.so)
+_commit=d141cdbeb0fb422a3fb7173b285fd38e0d1772dc
+source=(git+https://github.com/fmtlib/fmt.git#commit=${_commit})
+b2sums=('SKIP')
+
+prepare() {
+  pushd fmt
+  # https://github.com/fmtlib/fmt/pull/2376
+  git cherry-pick -n c9a10631cb3a656b0a0a3ba3cf0ef7ea541df30f
+  popd
+
+  npm install less less-plugin-clean-css
+  sed "s/'lessc',/'npx', 'lessc',/" -i fmt/doc/build.py
+}
+
+pkgver() {
+  cd fmt
+  git describe --tags
+}
+
+build() {
+  cmake -S fmt -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_SHARED_LIBS=1
+  cmake --build build
+  cmake --build build --target doc
+}
+
+check() {
+  cmake --build build --target test
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --build build --target install
+  install -Dm 644 fmt/LICENSE.rst -t "${pkgdir}"/usr/share/licenses/fmt
+}
+
+# vim: ts=2 sw=2 et:

Copied: fmt/repos/staging-x86_64/dont-install-doctrees.patch (from rev 420076, 
fmt/trunk/dont-install-doctrees.patch)
===
--- staging-x86_64/dont-install-doctrees.patch  (rev 0)
+++ staging-x86_64/dont-install-doctrees.patch  2021-07-17 20:22:09 UTC (rev 
420077)
@@ -0,0 +1,24 @@
+From 8f2b5fe74d34ba8bb20a362a4daa6cc5a99a2010 Mon Sep 17 00:00:00 2001
+From: Jelle van der Waa 
+Date: Fri, 29 May 2020 23:19:16 +0200
+Subject: [PATCH] Don't install sphinx cache files
+
+When building documentation sphinx creates cached files in the .doctrees
+directory and aren't required for viewing documentation only for
+building. As added benefit this makes fmt reprodcubile as the cached
+files are different when the build environment is varied.
+---
+ doc/CMakeLists.txt | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
+index f3dae606e..108aa71e8 100644
+--- a/doc/CMakeLists.txt
 b/doc/CMakeLists.txt
+@@ -9,4 +9,5 @@ add_custom_target(doc
+   SOURCES api.rst syntax.rst usage.rst build.py conf.py 
_templates/layout.html)
+ 
+ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/
+-DESTINATION share/doc/fmt OPTIONAL)
++DESTINATION share/doc/fmt OPTIONAL
++PATTERN ".doctrees" EXCLUDE)



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

2021-07-17 Thread David Runge via arch-commits
Date: Saturday, July 17, 2021 @ 20:21:59
  Author: dvzrv
Revision: 420076

upgpkg: fmt 8.0.1-1: Upgrade to 8.0.1.

Upstream fmt forgot to increase the version number for their inline namespace:
https://github.com/fmtlib/fmt/issues/2374
This upgrade requires yet another rebuild of dependants.

Modified:
  fmt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 20:09:33 UTC (rev 420075)
+++ PKGBUILD2021-07-17 20:21:59 UTC (rev 420076)
@@ -2,8 +2,8 @@
 # Contributor: Mihai Bişog 
 
 pkgname=fmt
-pkgver=8.0.0
-pkgrel=2
+pkgver=8.0.1
+pkgrel=1
 pkgdesc='Open-source formatting library for C++'
 arch=(x86_64)
 url=https://fmt.dev
@@ -19,9 +19,9 @@
   python-virtualenv
 )
 provides=(libfmt.so)
-_tag=9e8b86fd2d9806672cc73133d21780dd182bfd24
-source=(git+https://github.com/fmtlib/fmt.git#tag=${_tag})
-b2sums=(SKIP)
+_commit=d141cdbeb0fb422a3fb7173b285fd38e0d1772dc
+source=(git+https://github.com/fmtlib/fmt.git#commit=${_commit})
+b2sums=('SKIP')
 
 prepare() {
   pushd fmt



[arch-commits] Commit in java-atk-wrapper/trunk (PKGBUILD)

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 20:16:54
  Author: anthraxx
Revision: 978420

upgpkg: java-atk-wrapper 0.38.0-2: jdk 16 rebuild

Modified:
  java-atk-wrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 20:11:38 UTC (rev 978419)
+++ PKGBUILD2021-07-17 20:16:54 UTC (rev 978420)
@@ -6,7 +6,7 @@
 pkgbase=java-atk-wrapper
 pkgname=(java-atk-wrapper-common java-atk-wrapper-openjdk)
 pkgver=0.38.0
-pkgrel=1
+pkgrel=2
 _jvmvers=(8 11 16)
 pkgdesc='ATK wrapper for screen reader access to Java Swing applications'
 url='https://gitlab.gnome.org/GNOME/java-atk-wrapper/'



[arch-commits] Commit in java-atk-wrapper/trunk (PKGBUILD)

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 20:11:34
  Author: anthraxx
Revision: 978418

upgpkg: java-atk-wrapper 0.38.0-1

Modified:
  java-atk-wrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 19:51:20 UTC (rev 978417)
+++ PKGBUILD2021-07-17 20:11:34 UTC (rev 978418)
@@ -7,7 +7,7 @@
 pkgname=(java-atk-wrapper-common java-atk-wrapper-openjdk)
 pkgver=0.38.0
 pkgrel=1
-_jvmvers=(8 11 15)
+_jvmvers=(8 11 16)
 pkgdesc='ATK wrapper for screen reader access to Java Swing applications'
 url='https://gitlab.gnome.org/GNOME/java-atk-wrapper/'
 arch=('x86_64')



[arch-commits] Commit in java-atk-wrapper/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 20:16:58
  Author: anthraxx
Revision: 978421

archrelease: copy trunk to community-x86_64

Added:
  java-atk-wrapper/repos/community-x86_64/PKGBUILD
(from rev 978420, java-atk-wrapper/trunk/PKGBUILD)
Deleted:
  java-atk-wrapper/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 20:16:54 UTC (rev 978420)
+++ PKGBUILD2021-07-17 20:16:58 UTC (rev 978421)
@@ -1,80 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillaume ALAUX 
-# Contributor: Martin Wimpress 
-# Contributor: Kyle 
-
-pkgbase=java-atk-wrapper
-pkgname=(java-atk-wrapper-common java-atk-wrapper-openjdk)
-pkgver=0.38.0
-pkgrel=1
-_jvmvers=(8 11 16)
-pkgdesc='ATK wrapper for screen reader access to Java Swing applications'
-url='https://gitlab.gnome.org/GNOME/java-atk-wrapper/'
-arch=('x86_64')
-license=('LGPL')
-makedepends=('gobject-introspection' 'gnome-common' 'gtk2' 'gtk3' 'xorg-xprop' 
'at-spi2-atk')
-options=(!emptydirs)
-source=(https://gitlab.gnome.org/GNOME/java-atk-wrapper/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('c2d781897795ff9e4bf194a42c0023a9a89839c3c357982166752399de483a33')
-sha512sums=('b385efa06a150751f323db33a2227d8901efea895c44f23fe406bfd0c2ba5f90f5a9419121e141db0a94264f2eb851c933e7c01fcaf38d10a259381a5796440b')
-
-for _jvmver in "${_jvmvers[@]}"; do
-  makedepends+=("java-environment=${_jvmver}")
-done
-for _jvmver in "${_jvmvers[@]:0:${#_jvmvers[@]}-1}"; do
-  _pkgname="java-atk-wrapper-openjdk${_jvmver}"
-  pkgname+=("${_pkgname}")
-  eval "package_${_pkgname}() {
-_package ${_jvmver}
-  }"
-done
-
-package_java-atk-wrapper-openjdk() {
-  _package "${_jvmvers[-1]}"
-}
-
-prepare() {
-  cd ${pkgbase}-${pkgver}-*
-  autoreconf -fiv
-  for _jvmver in "${_jvmvers[@]}" ${_jvmvers}; do
-cp -r . ../${pkgbase}-${pkgver}-${_jvmver}
-  done
-}
-
-build() {
-  for _jvmver in "${_jvmvers[@]}"; do
-cd "${srcdir}/${pkgbase}-${pkgver}-${_jvmver}"
-export PATH="/usr/lib/jvm/java-${_jvmver}-openjdk/bin:${PATH}"
-./configure \
-  --prefix=/usr
-make
-  done
-}
-
-package_java-atk-wrapper-common() {
-  pkgdesc+=' - common files'
-  depends=('xorg-xprop' 'atk' 'at-spi2-atk')
-
-  _jvmver=${_jvmvers[-1]}
-  cd ${pkgbase}-${pkgver}-${_jvmver}
-
-  make -j1 DESTDIR="${pkgdir}" install
-  install -d "${pkgdir}/etc/java-openjdk"
-  mv "${pkgdir}"/usr/lib/jvm/java-${_jvmver}-openjdk/conf/* 
"${pkgdir}/etc/java-openjdk"
-  rm -rf "${pkgdir}"/usr/lib/jvm
-}
-
-_package() {
-  local _jvmver=${1}
-  pkgdesc+=" - OpenJDK ${_jvmver}"
-  depends=('java-atk-wrapper-common' "java-runtime=${_jvmver}")
-  provides=("java-atk-wrapper-openjdk=${_jvmver}")
-
-  cd ${pkgbase}-${pkgver}-${_jvmver}
-  export PATH="/usr/lib/jvm/java-${_jvmver}-openjdk/bin:${PATH}"
-  make -j1 DESTDIR="${pkgdir}" install
-  rm "${pkgdir}"/usr/lib/*.so*
-  rm -f "${pkgdir}"/usr/lib/jvm/java-${_jvmver}-openjdk/conf/*
-}
-
-# vim: ts=2 sw=2 et:

Copied: java-atk-wrapper/repos/community-x86_64/PKGBUILD (from rev 978420, 
java-atk-wrapper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 20:16:58 UTC (rev 978421)
@@ -0,0 +1,80 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillaume ALAUX 
+# Contributor: Martin Wimpress 
+# Contributor: Kyle 
+
+pkgbase=java-atk-wrapper
+pkgname=(java-atk-wrapper-common java-atk-wrapper-openjdk)
+pkgver=0.38.0
+pkgrel=2
+_jvmvers=(8 11 16)
+pkgdesc='ATK wrapper for screen reader access to Java Swing applications'
+url='https://gitlab.gnome.org/GNOME/java-atk-wrapper/'
+arch=('x86_64')
+license=('LGPL')
+makedepends=('gobject-introspection' 'gnome-common' 'gtk2' 'gtk3' 'xorg-xprop' 
'at-spi2-atk')
+options=(!emptydirs)
+source=(https://gitlab.gnome.org/GNOME/java-atk-wrapper/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('c2d781897795ff9e4bf194a42c0023a9a89839c3c357982166752399de483a33')
+sha512sums=('b385efa06a150751f323db33a2227d8901efea895c44f23fe406bfd0c2ba5f90f5a9419121e141db0a94264f2eb851c933e7c01fcaf38d10a259381a5796440b')
+
+for _jvmver in "${_jvmvers[@]}"; do
+  makedepends+=("java-environment=${_jvmver}")
+done
+for _jvmver in "${_jvmvers[@]:0:${#_jvmvers[@]}-1}"; do
+  _pkgname="java-atk-wrapper-openjdk${_jvmver}"
+  pkgname+=("${_pkgname}")
+  eval "package_${_pkgname}() {
+_package ${_jvmver}
+  }"
+done
+
+package_java-atk-wrapper-openjdk() {
+  _package "${_jvmvers[-1]}"
+}
+
+prepare() {
+  cd ${pkgbase}-${pkgver}-*
+  autoreconf -fiv
+  for _jvmver in "${_jvmvers[@]}" ${_jvmvers}; do
+cp -r . ../${pkgbase}-${pkgver}-${_jvmver}
+  done
+}
+
+build() {
+  for _jvmver in "${_jvmvers[@]}"; do
+cd "${srcdir}/${pkgbase}-${pkgver}-${_jvmver}"
+export 

[arch-commits] Commit in java-atk-wrapper/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 20:11:38
  Author: anthraxx
Revision: 978419

archrelease: copy trunk to community-x86_64

Added:
  java-atk-wrapper/repos/community-x86_64/PKGBUILD
(from rev 978418, java-atk-wrapper/trunk/PKGBUILD)
Deleted:
  java-atk-wrapper/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 20:11:34 UTC (rev 978418)
+++ PKGBUILD2021-07-17 20:11:38 UTC (rev 978419)
@@ -1,80 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillaume ALAUX 
-# Contributor: Martin Wimpress 
-# Contributor: Kyle 
-
-pkgbase=java-atk-wrapper
-pkgname=(java-atk-wrapper-common java-atk-wrapper-openjdk)
-pkgver=0.38.0
-pkgrel=1
-_jvmvers=(8 11 15)
-pkgdesc='ATK wrapper for screen reader access to Java Swing applications'
-url='https://gitlab.gnome.org/GNOME/java-atk-wrapper/'
-arch=('x86_64')
-license=('LGPL')
-makedepends=('gobject-introspection' 'gnome-common' 'gtk2' 'gtk3' 'xorg-xprop' 
'at-spi2-atk')
-options=(!emptydirs)
-source=(https://gitlab.gnome.org/GNOME/java-atk-wrapper/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('c2d781897795ff9e4bf194a42c0023a9a89839c3c357982166752399de483a33')
-sha512sums=('b385efa06a150751f323db33a2227d8901efea895c44f23fe406bfd0c2ba5f90f5a9419121e141db0a94264f2eb851c933e7c01fcaf38d10a259381a5796440b')
-
-for _jvmver in "${_jvmvers[@]}"; do
-  makedepends+=("java-environment=${_jvmver}")
-done
-for _jvmver in "${_jvmvers[@]:0:${#_jvmvers[@]}-1}"; do
-  _pkgname="java-atk-wrapper-openjdk${_jvmver}"
-  pkgname+=("${_pkgname}")
-  eval "package_${_pkgname}() {
-_package ${_jvmver}
-  }"
-done
-
-package_java-atk-wrapper-openjdk() {
-  _package "${_jvmvers[-1]}"
-}
-
-prepare() {
-  cd ${pkgbase}-${pkgver}-*
-  autoreconf -fiv
-  for _jvmver in "${_jvmvers[@]}" ${_jvmvers}; do
-cp -r . ../${pkgbase}-${pkgver}-${_jvmver}
-  done
-}
-
-build() {
-  for _jvmver in "${_jvmvers[@]}"; do
-cd "${srcdir}/${pkgbase}-${pkgver}-${_jvmver}"
-export PATH="/usr/lib/jvm/java-${_jvmver}-openjdk/bin:${PATH}"
-./configure \
-  --prefix=/usr
-make
-  done
-}
-
-package_java-atk-wrapper-common() {
-  pkgdesc+=' - common files'
-  depends=('xorg-xprop' 'atk' 'at-spi2-atk')
-
-  _jvmver=${_jvmvers[-1]}
-  cd ${pkgbase}-${pkgver}-${_jvmver}
-
-  make -j1 DESTDIR="${pkgdir}" install
-  install -d "${pkgdir}/etc/java-openjdk"
-  mv "${pkgdir}"/usr/lib/jvm/java-${_jvmver}-openjdk/conf/* 
"${pkgdir}/etc/java-openjdk"
-  rm -rf "${pkgdir}"/usr/lib/jvm
-}
-
-_package() {
-  local _jvmver=${1}
-  pkgdesc+=" - OpenJDK ${_jvmver}"
-  depends=('java-atk-wrapper-common' "java-runtime=${_jvmver}")
-  provides=("java-atk-wrapper-openjdk=${_jvmver}")
-
-  cd ${pkgbase}-${pkgver}-${_jvmver}
-  export PATH="/usr/lib/jvm/java-${_jvmver}-openjdk/bin:${PATH}"
-  make -j1 DESTDIR="${pkgdir}" install
-  rm "${pkgdir}"/usr/lib/*.so*
-  rm -f "${pkgdir}"/usr/lib/jvm/java-${_jvmver}-openjdk/conf/*
-}
-
-# vim: ts=2 sw=2 et:

Copied: java-atk-wrapper/repos/community-x86_64/PKGBUILD (from rev 978418, 
java-atk-wrapper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 20:11:38 UTC (rev 978419)
@@ -0,0 +1,80 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillaume ALAUX 
+# Contributor: Martin Wimpress 
+# Contributor: Kyle 
+
+pkgbase=java-atk-wrapper
+pkgname=(java-atk-wrapper-common java-atk-wrapper-openjdk)
+pkgver=0.38.0
+pkgrel=1
+_jvmvers=(8 11 16)
+pkgdesc='ATK wrapper for screen reader access to Java Swing applications'
+url='https://gitlab.gnome.org/GNOME/java-atk-wrapper/'
+arch=('x86_64')
+license=('LGPL')
+makedepends=('gobject-introspection' 'gnome-common' 'gtk2' 'gtk3' 'xorg-xprop' 
'at-spi2-atk')
+options=(!emptydirs)
+source=(https://gitlab.gnome.org/GNOME/java-atk-wrapper/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('c2d781897795ff9e4bf194a42c0023a9a89839c3c357982166752399de483a33')
+sha512sums=('b385efa06a150751f323db33a2227d8901efea895c44f23fe406bfd0c2ba5f90f5a9419121e141db0a94264f2eb851c933e7c01fcaf38d10a259381a5796440b')
+
+for _jvmver in "${_jvmvers[@]}"; do
+  makedepends+=("java-environment=${_jvmver}")
+done
+for _jvmver in "${_jvmvers[@]:0:${#_jvmvers[@]}-1}"; do
+  _pkgname="java-atk-wrapper-openjdk${_jvmver}"
+  pkgname+=("${_pkgname}")
+  eval "package_${_pkgname}() {
+_package ${_jvmver}
+  }"
+done
+
+package_java-atk-wrapper-openjdk() {
+  _package "${_jvmvers[-1]}"
+}
+
+prepare() {
+  cd ${pkgbase}-${pkgver}-*
+  autoreconf -fiv
+  for _jvmver in "${_jvmvers[@]}" ${_jvmvers}; do
+cp -r . ../${pkgbase}-${pkgver}-${_jvmver}
+  done
+}
+
+build() {
+  for _jvmver in "${_jvmvers[@]}"; do
+cd "${srcdir}/${pkgbase}-${pkgver}-${_jvmver}"
+export 

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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 20:09:33
  Author: anthraxx
Revision: 420075

archrelease: copy trunk to extra-x86_64

Added:
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 420074, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 20:09:28 UTC (rev 420074)
+++ PKGBUILD2021-07-17 20:09:33 UTC (rev 420075)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sylvain HENRY 
-# Contributor: Hervé YVIQUEL 
-
-pkgname=hwloc
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
-url='https://www.open-mpi.org/projects/hwloc/'
-arch=('x86_64')
-license=('BSD')
-depends=('glibc' 'libtool' 'systemd-libs' 'libpciaccess')
-makedepends=('cairo' 'libxml2' 'pciutils' 'systemd' 'libx11')
-optdepends=('cairo' 'libxml2' 'pciutils' 'libx11')
-options=('!docs')
-source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('8d54bc80c08626a41f49d756eb254130e583650ea27e9c58bb4e1e229859c920104491477f63d3ca1a615f2b44a6d872d2de837d92eb44d99cd3f1019b31bbd0')
-b2sums=('52a8c1565af243749376e7280d59096508dc67b6c55f0533d2852d6c22852fa79cfcef724c0f75b7b3ebb786b8cfae4cee374503124a0df35326486a6c635538')
-
-build() {
-  cd hwloc-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---enable-plugins \
---sysconfdir=/etc
-  make
-}
-
-check() {
-  cd hwloc-${pkgver}
-  make check
-}
-
-package() {
-  cd hwloc-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 420074, 
hwloc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 20:09:33 UTC (rev 420075)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=2.5.0
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+url='https://www.open-mpi.org/projects/hwloc/'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'libtool' 'systemd-libs' 'libpciaccess')
+makedepends=('cairo' 'libxml2' 'pciutils' 'systemd' 'libx11')
+optdepends=('cairo' 'libxml2' 'pciutils' 'libx11')
+options=('!docs')
+source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('9e8b829868cb9f5fd2fe84d8515d0dc8725ddc84c788a61c1e9e918eb2b29659eb73cf22a4189e6b887f5bfa3255c206f4ba924bd7fe2c88c185f4308c0949cd')
+b2sums=('684367afa5fc056b9bf04b3a95bd8239ec70127d5e582948ca16a09323614ad0ef77278a120544af0a740b456f1ba24bffc861b9f132293fafb7da0597d0b688')
+
+build() {
+  cd hwloc-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-plugins \
+--sysconfdir=/etc
+  make
+}
+
+check() {
+  cd hwloc-${pkgver}
+  make check
+}
+
+package() {
+  cd hwloc-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 20:09:28
  Author: anthraxx
Revision: 420074

upgpkg: hwloc 2.5.0-1

Modified:
  hwloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 19:49:33 UTC (rev 420073)
+++ PKGBUILD2021-07-17 20:09:28 UTC (rev 420074)
@@ -4,7 +4,7 @@
 # Contributor: Hervé YVIQUEL 
 
 pkgname=hwloc
-pkgver=2.4.1
+pkgver=2.5.0
 pkgrel=1
 pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
 url='https://www.open-mpi.org/projects/hwloc/'
@@ -15,8 +15,8 @@
 optdepends=('cairo' 'libxml2' 'pciutils' 'libx11')
 options=('!docs')
 
source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('8d54bc80c08626a41f49d756eb254130e583650ea27e9c58bb4e1e229859c920104491477f63d3ca1a615f2b44a6d872d2de837d92eb44d99cd3f1019b31bbd0')
-b2sums=('52a8c1565af243749376e7280d59096508dc67b6c55f0533d2852d6c22852fa79cfcef724c0f75b7b3ebb786b8cfae4cee374503124a0df35326486a6c635538')
+sha512sums=('9e8b829868cb9f5fd2fe84d8515d0dc8725ddc84c788a61c1e9e918eb2b29659eb73cf22a4189e6b887f5bfa3255c206f4ba924bd7fe2c88c185f4308c0949cd')
+b2sums=('684367afa5fc056b9bf04b3a95bd8239ec70127d5e582948ca16a09323614ad0ef77278a120544af0a740b456f1ba24bffc861b9f132293fafb7da0597d0b688')
 
 build() {
   cd hwloc-${pkgver}



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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:51:20
  Author: anthraxx
Revision: 978417

archrelease: copy trunk to community-x86_64

Added:
  emptyepsilon/repos/community-x86_64/PKGBUILD
(from rev 978416, emptyepsilon/trunk/PKGBUILD)
Deleted:
  emptyepsilon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 19:51:15 UTC (rev 978416)
+++ PKGBUILD2021-07-17 19:51:20 UTC (rev 978417)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Mewp 
-
-pkgname=emptyepsilon
-pkgver=2021.03.31
-pkgrel=1
-pkgdesc='Open source spaceship bridge simulator'
-url='https://github.com/daid/EmptyEpsilon'
-arch=('x86_64')
-license=('GPL2')
-depends=('sfml' 'libglvnd' 'glew' 'libx11' 'libxrandr' 'glibc' 'gcc-libs')
-makedepends=('git' 'cmake' 'mesa' 'python')
-source=("git+https://github.com/daid/EmptyEpsilon.git#tag=EE-${pkgver};
-"git+https://github.com/daid/SeriousProton.git#tag=EE-${pkgver};)
-sha512sums=('SKIP'
-'SKIP')
-
-prepare() {
-  # fix shader loading, should be upstreamed
-  sed 's|new Engine();|chdir(RESOURCE_BASE_DIR); new Engine();|' -i 
EmptyEpsilon/src/main.cpp
-}
-
-build() {
-  mkdir -p EmptyEpsilon/build
-  cd EmptyEpsilon/build
-  # add cppflags to use fortify
-  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
-  # release type is important here to get optimisation flags
-  # defined in the project's cmake files
-  cmake -DSERIOUS_PROTON_DIR="${srcdir}/SeriousProton" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCPACK_PACKAGE_VERSION_MAJOR="$(echo ${pkgver} | cut -d. -f1)" \
--DCPACK_PACKAGE_VERSION_MINOR="$(echo ${pkgver} | cut -d. -f2)" \
--DCPACK_PACKAGE_VERSION_PATCH="$(echo ${pkgver} | cut -d. -f3)" \
--DOpenGL_GL_PREFERENCE=GLVND \
-..
-  make
-}
-
-package() {
-  cd EmptyEpsilon
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/emptyepsilon"
-  mv "${pkgdir}"/usr/share/doc/EmptyEpsilon/script_reference.html 
"${pkgdir}/usr/share/doc/emptyepsilon"
-  rmdir "${pkgdir}"/usr/share/doc/EmptyEpsilon
-}
-
-# vim: ts=2 sw=2 et:

Copied: emptyepsilon/repos/community-x86_64/PKGBUILD (from rev 978416, 
emptyepsilon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 19:51:20 UTC (rev 978417)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: Mewp 
+
+pkgname=emptyepsilon
+pkgver=2021.06.23
+pkgrel=1
+pkgdesc='Open source spaceship bridge simulator'
+url='https://github.com/daid/EmptyEpsilon'
+arch=('x86_64')
+license=('GPL2')
+depends=('sfml' 'libglvnd' 'glew' 'libx11' 'libxrandr' 'glibc' 'gcc-libs')
+makedepends=('git' 'cmake' 'mesa' 'python')
+source=("git+https://github.com/daid/EmptyEpsilon.git#tag=EE-${pkgver};
+"git+https://github.com/daid/SeriousProton.git#tag=EE-${pkgver};)
+sha512sums=('SKIP'
+'SKIP')
+
+prepare() {
+  # fix shader loading, should be upstreamed
+  sed 's|new Engine();|chdir(RESOURCE_BASE_DIR); new Engine();|' -i 
EmptyEpsilon/src/main.cpp
+}
+
+build() {
+  mkdir -p EmptyEpsilon/build
+  cd EmptyEpsilon/build
+  # add cppflags to use fortify
+  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
+  # release type is important here to get optimisation flags
+  # defined in the project's cmake files
+  cmake -DSERIOUS_PROTON_DIR="${srcdir}/SeriousProton" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCPACK_PACKAGE_VERSION_MAJOR="$(echo ${pkgver} | cut -d. -f1)" \
+-DCPACK_PACKAGE_VERSION_MINOR="$(echo ${pkgver} | cut -d. -f2)" \
+-DCPACK_PACKAGE_VERSION_PATCH="$(echo ${pkgver} | cut -d. -f3)" \
+-DOpenGL_GL_PREFERENCE=GLVND \
+..
+  make
+}
+
+package() {
+  cd EmptyEpsilon
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/emptyepsilon"
+  mv "${pkgdir}"/usr/share/doc/EmptyEpsilon/script_reference.html 
"${pkgdir}/usr/share/doc/emptyepsilon"
+  rmdir "${pkgdir}"/usr/share/doc/EmptyEpsilon
+}
+
+# vim: ts=2 sw=2 et:



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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:51:15
  Author: anthraxx
Revision: 978416

upgpkg: emptyepsilon 2021.06.23-1

Modified:
  emptyepsilon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 19:41:49 UTC (rev 978415)
+++ PKGBUILD2021-07-17 19:51:15 UTC (rev 978416)
@@ -2,7 +2,7 @@
 # Contributor: Mewp 
 
 pkgname=emptyepsilon
-pkgver=2021.03.31
+pkgver=2021.06.23
 pkgrel=1
 pkgdesc='Open source spaceship bridge simulator'
 url='https://github.com/daid/EmptyEpsilon'



[arch-commits] Commit in kismet/repos/extra-x86_64 (8 files)

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:49:33
  Author: anthraxx
Revision: 420073

archrelease: copy trunk to extra-x86_64

Added:
  kismet/repos/extra-x86_64/PKGBUILD
(from rev 420072, kismet/trunk/PKGBUILD)
  kismet/repos/extra-x86_64/kismet.install
(from rev 420072, kismet/trunk/kismet.install)
  kismet/repos/extra-x86_64/kismet.sysusers
(from rev 420072, kismet/trunk/kismet.sysusers)
  kismet/repos/extra-x86_64/python-install-flags.patch
(from rev 420072, kismet/trunk/python-install-flags.patch)
Deleted:
  kismet/repos/extra-x86_64/PKGBUILD
  kismet/repos/extra-x86_64/kismet.install
  kismet/repos/extra-x86_64/kismet.sysusers
  kismet/repos/extra-x86_64/python-install-flags.patch

+
 PKGBUILD   |  147 +--
 kismet.install |   38 +--
 kismet.sysusers|2 
 python-install-flags.patch |   90 +-
 4 files changed, 139 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 19:49:28 UTC (rev 420072)
+++ PKGBUILD2021-07-17 19:49:33 UTC (rev 420073)
@@ -1,73 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Angel Velasquez 
-# Contributor: Jason Chu 
-
-pkgname=kismet
-pkgver=2020_12_R3
-_realver="${pkgver//_/-}"
-pkgrel=5
-pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
-url="https://www.kismetwireless.net/;
-arch=('x86_64')
-license=('GPL')
-depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 
'libprotobuf-c.so'
- 'sqlite' 'libnm' 'gcc-libs' 'libusb' 'libusb-1.0.so' 'libnl' 'glibc' 
'zlib' 'libelf'
- 'lm_sensors' 'systemd' 'python' 'python-setuptools' 'python-protobuf' 
'python-pyserial'
- 'python-numpy' 'libwebsockets'
- libpcap.so libmicrohttpd.so libprotobuf.so libnm.so libwebsockets.so)
-makedepends=('python-setuptools')
-optdepends=(
-  'gpsd: log coordinates of detected networks'
-  'wireshark-cli: provide OUI files used to determine device manufacturer'
-  'wireshark-cli: mergecap, to merge multiple capture files'
-  'sox: provide the default kismet sound playback binary'
-  'festival: text-to-speech support'
-  'flite:  alternative/lightweight text-to-speech support')
-backup=(
-  etc/kismet/kismet.conf
-  etc/kismet/kismet_80211.conf
-  etc/kismet/kismet_alerts.conf
-  etc/kismet/kismet_filter.conf
-  etc/kismet/kismet_httpd.conf
-  etc/kismet/kismet_logging.conf
-  etc/kismet/kismet_memory.conf
-  etc/kismet/kismet_storage.conf
-  etc/kismet/kismet_uav.conf)
-install=kismet.install
-source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
-kismet.sysusers
-python-install-flags.patch)
-sha512sums=('6c4c95a9963977d5a383e34f662f814a803d0d36d7dbc35d3d0a42d3e67c20e8d46357df0ee544b8dd3c7f527bd43ef9c0d913577d4979f261764fc9761cd6d1'
-
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
-
'c24bff8ecc0288c0584f60760a27b364bf7b013aad809e4050bb6ed703fc60f3ea93f7e897717a6924333ac6734b20b99166846dae4a9c5c303ae1de39f6692c')
-validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
-
-prepare() {
-  cd ${pkgname}-${_realver}
-  patch -Np0 < ../python-install-flags.patch
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${_realver}
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---sysconfdir=/etc/kismet
-  make all plugins
-}
-
-package() {
-  cd ${pkgname}-${_realver}
-  make DESTDIR="${pkgdir}" install
-
-  # Makepkg strip bug #43600
-  chmod u+w "${pkgdir}"/usr/bin/kismet*
-  chmod o-x "${pkgdir}"/usr/bin/kismet_cap*
-  chown 0:315 "${pkgdir}"/usr/bin/kismet_cap*
-
-  install -Dm 644 ../kismet.sysusers "${pkgdir}/usr/lib/sysusers.d/kismet.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: kismet/repos/extra-x86_64/PKGBUILD (from rev 420072, 
kismet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 19:49:33 UTC (rev 420073)
@@ -0,0 +1,74 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Angel Velasquez 
+# Contributor: Jason Chu 
+
+pkgname=kismet
+pkgver=2021_06_R1
+_realver="${pkgver//_/-}"
+pkgrel=1
+pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
+url="https://www.kismetwireless.net/;
+arch=('x86_64')
+license=('GPL')
+depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 
'libprotobuf-c.so'
+ 'sqlite' 'libnm' 'gcc-libs' 'libusb' 'libusb-1.0.so' 'libnl' 'glibc' 
'zlib' 'libelf'
+ 'lm_sensors' 'systemd' 'python' 'python-setuptools' 'python-protobuf' 
'python-pyserial'
+ 'python-numpy' 'libwebsockets'
+ libpcap.so 

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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:49:28
  Author: anthraxx
Revision: 420072

upgpkg: kismet 2021_06_R1-1

Modified:
  kismet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 19:48:31 UTC (rev 420071)
+++ PKGBUILD2021-07-17 19:49:28 UTC (rev 420072)
@@ -4,9 +4,9 @@
 # Contributor: Jason Chu 
 
 pkgname=kismet
-pkgver=2020_12_R3
+pkgver=2021_06_R1
 _realver="${pkgver//_/-}"
-pkgrel=5
+pkgrel=1
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 url="https://www.kismetwireless.net/;
 arch=('x86_64')
@@ -38,7 +38,7 @@
 source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
 kismet.sysusers
 python-install-flags.patch)
-sha512sums=('6c4c95a9963977d5a383e34f662f814a803d0d36d7dbc35d3d0a42d3e67c20e8d46357df0ee544b8dd3c7f527bd43ef9c0d913577d4979f261764fc9761cd6d1'
+sha512sums=('88d92e2ef3f0513a3a00b573012edbd115f92e5f28f884aead5ab049fad97b328222c2f3cbb49d80c5fcfdab2212934532cf41c100c4d0a5e94c932e1c5e8352'
 
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
 
'c24bff8ecc0288c0584f60760a27b364bf7b013aad809e4050bb6ed703fc60f3ea93f7e897717a6924333ac6734b20b99166846dae4a9c5c303ae1de39f6692c')
 validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
@@ -54,7 +54,8 @@
   ./configure \
 --prefix=/usr \
 --localstatedir=/var \
---sysconfdir=/etc/kismet
+--sysconfdir=/etc/kismet \
+--with-suidgroup=315
   make all plugins
 }
 



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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:48:31
  Author: anthraxx
Revision: 420071

archrelease: copy trunk to testing-x86_64

Added:
  libffi/repos/testing-x86_64/
  libffi/repos/testing-x86_64/PKGBUILD
(from rev 420070, libffi/trunk/PKGBUILD)

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

Copied: libffi/repos/testing-x86_64/PKGBUILD (from rev 420070, 
libffi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-07-17 19:48:31 UTC (rev 420071)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Jan de Groot 
+
+pkgname=libffi
+pkgver=3.4.2
+pkgrel=1
+pkgdesc='Portable foreign function interface library'
+arch=('x86_64')
+url='https://sourceware.org/libffi/'
+license=('MIT')
+depends=('glibc')
+checkdepends=('dejagnu')
+provides=('libffi.so')
+source=(https://github.com/libffi/libffi/releases/download/v${pkgver}/libffi-${pkgver}.tar.gz)
+sha256sums=('540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620')
+b2sums=('a8137bc895b819f949fd7705e405be627219c6d1fdef280253330f7407d4a548bb057d7bb0e9225d1767d42f9bf5f0ab3c455db1c3470d7cc876bb7b7d55d308')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fiv
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-pax_emutramp
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+  install -Dm 644 README.md -t "$pkgdir"/usr/share/doc/$pkgname
+}
+
+# vim: ts=2 sw=2 et:



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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:48:28
  Author: anthraxx
Revision: 420070

upgpkg: libffi 3.4.2-1

Modified:
  libffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 19:44:11 UTC (rev 420069)
+++ PKGBUILD2021-07-17 19:48:28 UTC (rev 420070)
@@ -4,8 +4,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=libffi
-pkgver=3.3
-pkgrel=4
+pkgver=3.4.2
+pkgrel=1
 pkgdesc='Portable foreign function interface library'
 arch=('x86_64')
 url='https://sourceware.org/libffi/'
@@ -13,9 +13,9 @@
 depends=('glibc')
 checkdepends=('dejagnu')
 provides=('libffi.so')
-source=(https://sourceware.org/pub/libffi/libffi-$pkgver.tar.gz)
-sha256sums=('72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056')
-b2sums=('cddc40729a30a9bd34d675809f51f8d1b4ccaffa54bc6dd6f7e965f4e260edd34754719f9f6247c8957aeb7cf154d56ce1fe16a54c3f1ad39afbebdf41d23caa')
+source=(https://github.com/libffi/libffi/releases/download/v${pkgver}/libffi-${pkgver}.tar.gz)
+sha256sums=('540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620')
+b2sums=('a8137bc895b819f949fd7705e405be627219c6d1fdef280253330f7407d4a548bb057d7bb0e9225d1767d42f9bf5f0ab3c455db1c3470d7cc876bb7b7d55d308')
 
 prepare() {
   cd $pkgname-$pkgver



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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:44:11
  Author: anthraxx
Revision: 420069

archrelease: copy trunk to testing-x86_64

Added:
  libedit/repos/testing-x86_64/
  libedit/repos/testing-x86_64/PKGBUILD
(from rev 420068, libedit/trunk/PKGBUILD)

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

Copied: libedit/repos/testing-x86_64/PKGBUILD (from rev 420068, 
libedit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-07-17 19:44:11 UTC (rev 420069)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Gaetan Bisson 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Roman Cheplyaka 
+
+pkgname=libedit
+_pkgver=20210714-3.1
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='https://thrysoee.dk/editline/'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'ncurses' 'libncursesw.so')
+provides=('libedit.so')
+source=(${url}/${pkgname}-${_pkgver}.tar.gz)
+sha256sums=('3023b498ad593fd7745ae3b20abad546de506b67b8fbb5579637ca69ab82dbc9')
+b2sums=('e2559e85151ce21e97caf008b96d07a6432d3b1b243cd9b08636bb3a44db68b2aa406f33c165d279bd07745d1e69531f6daa4ac362f3299c035b0dbe4724be8a')
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  ./configure --prefix=/usr
+  make V=1
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
+  install -Dm 644 "${pkgdir}"/usr/share/man/man3/editline.3 
"${pkgdir}"/usr/share/man/man3/el.3
+
+  install -Dm 644 ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:44:08
  Author: anthraxx
Revision: 420068

upgpkg: libedit 20210714_3.1-1

Modified:
  libedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 19:41:27 UTC (rev 420067)
+++ PKGBUILD2021-07-17 19:44:08 UTC (rev 420068)
@@ -4,7 +4,7 @@
 # Contributor: Roman Cheplyaka 
 
 pkgname=libedit
-_pkgver=20210522-3.1
+_pkgver=20210714-3.1
 pkgver=${_pkgver/-/_}
 pkgrel=1
 pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
@@ -14,8 +14,8 @@
 depends=('glibc' 'ncurses' 'libncursesw.so')
 provides=('libedit.so')
 source=(${url}/${pkgname}-${_pkgver}.tar.gz)
-sha256sums=('0220bc2047e927c0c1984ef5f7b4eb2a9469a5b7bf12ba573ca3b23ca02bbb6f')
-b2sums=('cb950767bf9c547d80e3ff364528cdc2599a60d2d8e42e5d2b58f65cce1e2223d0ea7d255269ec9e2fd9c04a07d8677b64658b73ad00f4105fa581c11b013d21')
+sha256sums=('3023b498ad593fd7745ae3b20abad546de506b67b8fbb5579637ca69ab82dbc9')
+b2sums=('e2559e85151ce21e97caf008b96d07a6432d3b1b243cd9b08636bb3a44db68b2aa406f33c165d279bd07745d1e69531f6daa4ac362f3299c035b0dbe4724be8a')
 
 build() {
   cd ${pkgname}-${_pkgver}



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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:41:49
  Author: anthraxx
Revision: 978415

archrelease: copy trunk to community-x86_64

Added:
  os-prober/repos/community-x86_64/PKGBUILD
(from rev 978414, os-prober/trunk/PKGBUILD)
Deleted:
  os-prober/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 19:41:45 UTC (rev 978414)
+++ PKGBUILD2021-07-17 19:41:49 UTC (rev 978415)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: darkcoder 
-
-pkgname=os-prober
-pkgver=1.78
-pkgrel=1
-pkgdesc='Utility to detect other OSes on a set of drives'
-url='https://joeyh.name/code/os-prober/'
-arch=('x86_64')
-license=('GPL3')
-depends=('sh')
-source=(http://http.debian.net/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-sha512sums=('7a0425130d17ce8554e7d0797b53e3a984f63a2fdcf8e668c83d357418d8c68259ada25bc350b199adece2e683d9014f234e3a83ce5ab7485be2e69c45874640')
-b2sums=('eee68ab9be36807d86e8bda831cfd490a01d20d9cc3f84ca50d5e1143e5a2dd66e47d3bdf2b4780cf73cc692f0ffc9497c6cbf13ce7aa0057e996b13d706c8f7')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # adjust lib dir to allow detection of 64-bit distros
-  sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
-  rm -f Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make newns
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -Dm 755 os-prober linux-boot-prober -t "${pkgdir}/usr/bin"
-  install -Dm 755 newns -t "${pkgdir}/usr/lib/os-prober"
-  install -Dm 755 common.sh -t "${pkgdir}/usr/share/os-prober"
-
-  for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes 
linux-boot-probes/mounted; do
-install -dm 755 "${pkgdir}/usr/lib/${dir}"
-install -m 755 -t "${pkgdir}/usr/lib/${dir}" "${dir}"/common/*
-[[ -d "${dir}"/x86 ]] && cp -r "${dir}"/x86/* "${pkgdir}/usr/lib/${dir}"
-  done
-
-  install -Dm 755 os-probes/mounted/powerpc/20macosx 
"${pkgdir}"/usr/lib/os-probes/mounted/20macosx
-  install -dm 755 "${pkgdir}"/var/lib/os-prober
-}
-
-# vim: ts=2 sw=2 et:

Copied: os-prober/repos/community-x86_64/PKGBUILD (from rev 978414, 
os-prober/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 19:41:49 UTC (rev 978415)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: darkcoder 
+
+pkgname=os-prober
+pkgver=1.79
+pkgrel=1
+pkgdesc='Utility to detect other OSes on a set of drives'
+url='https://joeyh.name/code/os-prober/'
+arch=('x86_64')
+license=('GPL3')
+depends=('sh')
+source=(http://http.debian.net/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
+sha512sums=('89b827b9b90a1d3bc11e0090ec04d808502cc1883ab10997b6d9edbe6005dcf8a0acdd7d200102c9dccde56297bda6087d68fb6dec419f0920090c2655c9c7d8')
+b2sums=('b3efacce9d7fce3708f5ec727a219e872e8d1de6dea15540cfbc0a0e8372c1033098230d3ddb9066fb5474d44e5584ee28631e0e5ab981e8fb1dc29ee3cbd89d')
+
+prepare() {
+  cd ${pkgname}
+  # adjust lib dir to allow detection of 64-bit distros
+  sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
+  rm -f Makefile
+}
+
+build() {
+  cd ${pkgname}
+  make newns
+}
+
+package() {
+  cd ${pkgname}
+
+  install -Dm 755 os-prober linux-boot-prober -t "${pkgdir}/usr/bin"
+  install -Dm 755 newns -t "${pkgdir}/usr/lib/os-prober"
+  install -Dm 755 common.sh -t "${pkgdir}/usr/share/os-prober"
+
+  for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes 
linux-boot-probes/mounted; do
+install -dm 755 "${pkgdir}/usr/lib/${dir}"
+install -m 755 -t "${pkgdir}/usr/lib/${dir}" "${dir}"/common/*
+[[ -d "${dir}"/x86 ]] && cp -r "${dir}"/x86/* "${pkgdir}/usr/lib/${dir}"
+  done
+
+  install -Dm 755 os-probes/mounted/powerpc/20macosx 
"${pkgdir}"/usr/lib/os-probes/mounted/20macosx
+  install -dm 755 "${pkgdir}"/var/lib/os-prober
+}
+
+# vim: ts=2 sw=2 et:



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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:41:45
  Author: anthraxx
Revision: 978414

upgpkg: os-prober 1.79-1

Modified:
  os-prober/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 19:38:18 UTC (rev 978413)
+++ PKGBUILD2021-07-17 19:41:45 UTC (rev 978414)
@@ -3,7 +3,7 @@
 # Contributor: darkcoder 
 
 pkgname=os-prober
-pkgver=1.78
+pkgver=1.79
 pkgrel=1
 pkgdesc='Utility to detect other OSes on a set of drives'
 url='https://joeyh.name/code/os-prober/'
@@ -11,11 +11,11 @@
 license=('GPL3')
 depends=('sh')
 
source=(http://http.debian.net/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-sha512sums=('7a0425130d17ce8554e7d0797b53e3a984f63a2fdcf8e668c83d357418d8c68259ada25bc350b199adece2e683d9014f234e3a83ce5ab7485be2e69c45874640')
-b2sums=('eee68ab9be36807d86e8bda831cfd490a01d20d9cc3f84ca50d5e1143e5a2dd66e47d3bdf2b4780cf73cc692f0ffc9497c6cbf13ce7aa0057e996b13d706c8f7')
+sha512sums=('89b827b9b90a1d3bc11e0090ec04d808502cc1883ab10997b6d9edbe6005dcf8a0acdd7d200102c9dccde56297bda6087d68fb6dec419f0920090c2655c9c7d8')
+b2sums=('b3efacce9d7fce3708f5ec727a219e872e8d1de6dea15540cfbc0a0e8372c1033098230d3ddb9066fb5474d44e5584ee28631e0e5ab981e8fb1dc29ee3cbd89d')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   # adjust lib dir to allow detection of 64-bit distros
   sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
   rm -f Makefile
@@ -22,12 +22,12 @@
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   make newns
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd ${pkgname}
 
   install -Dm 755 os-prober linux-boot-prober -t "${pkgdir}/usr/bin"
   install -Dm 755 newns -t "${pkgdir}/usr/lib/os-prober"



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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:41:27
  Author: anthraxx
Revision: 420067

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 420066, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config
(from rev 420066, linux-hardened/trunk/config)
Deleted:
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config

--+
 PKGBUILD |  412 -
 config   |20523 ++---
 2 files changed, 10464 insertions(+), 10471 deletions(-)

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


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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:41:22
  Author: anthraxx
Revision: 420066

upgpkg: linux-hardened 5.12.17.hardened1-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config

--+
 PKGBUILD |8 
 config   |9 +
 2 files changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 19:36:05 UTC (rev 420065)
+++ PKGBUILD2021-07-17 19:41:22 UTC (rev 420066)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.12.15.hardened1
+pkgver=5.12.17.hardened1
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -27,11 +27,11 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('47fcea996c0c01e58ac5f852fc296d77a3496c550f3034152fee77e83ae38fda'
+sha256sums=('121086e2416edfad60efa04c3e949cb6cd4b82f542ee71c4c9bf53dd5dc71ebe'
 'SKIP'
-'1de12e52ce751bbcee3deed3fc08b444332a850712b2591f8ba998e48ff901b5'
+'a94cbce0a7d6597b0b1622928db3d744a35c64182e960f2ad400291d14017027'
 'SKIP'
-'1d480c6cb8c1c56df048d18e49a1c2a1568abf7189e03e3f301e54d85ab9ce6f')
+'59bce15cfd81e539faa8c6fb8218a0e837a6d6cf1382de14134b1e115d96cb7c')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-07-17 19:36:05 UTC (rev 420065)
+++ config  2021-07-17 19:41:22 UTC (rev 420066)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.12.15-hardened1 Kernel Configuration
+# Linux/x86 5.12.17-hardened1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
 CONFIG_CC_IS_GCC=y
@@ -2252,7 +2252,6 @@
 # CONFIG_SSFDC is not set
 # CONFIG_SM_FTL is not set
 # CONFIG_MTD_OOPS is not set
-CONFIG_MTD_PSTORE=m
 # CONFIG_MTD_SWAP is not set
 # CONFIG_MTD_PARTITIONED_MASTER is not set
 
@@ -7560,7 +7559,6 @@
 CONFIG_EDAC_SKX=m
 CONFIG_EDAC_I10NM=m
 CONFIG_EDAC_PND2=m
-CONFIG_EDAC_IGEN6=m
 CONFIG_RTC_LIB=y
 CONFIG_RTC_MC146818_LIB=y
 CONFIG_RTC_CLASS=y
@@ -9270,11 +9268,6 @@
 # CONFIG_PSTORE_PMSG is not set
 # CONFIG_PSTORE_FTRACE is not set
 CONFIG_PSTORE_RAM=m
-CONFIG_PSTORE_ZONE=m
-CONFIG_PSTORE_BLK=m
-CONFIG_PSTORE_BLK_BLKDEV=""
-CONFIG_PSTORE_BLK_KMSG_SIZE=64
-CONFIG_PSTORE_BLK_MAX_REASON=2
 # CONFIG_SYSV_FS is not set
 CONFIG_UFS_FS=m
 # CONFIG_UFS_FS_WRITE is not set



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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:38:18
  Author: anthraxx
Revision: 978413

archrelease: copy trunk to community-x86_64

Added:
  gitui/repos/community-x86_64/PKGBUILD
(from rev 978412, gitui/trunk/PKGBUILD)
Deleted:
  gitui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 19:38:15 UTC (rev 978412)
+++ PKGBUILD2021-07-17 19:38:18 UTC (rev 978413)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Hauser 
-# Contributor: Wesley Moore 
-
-pkgname=gitui
-pkgver=0.16.1
-pkgrel=1
-pkgdesc='Blazing fast terminal-ui for git written in Rust'
-url='https://github.com/extrawurst/gitui'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc' 'libgit2' 'libgit2.so' 'libxcb')
-makedepends=('cargo' 'python') # xcb crate needs python
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('84fd4c1c004301a12b8f96f3f9218cda5a1263e8bab8480d3857553562a057f2')
-b2sums=('b85f5788837438238f69c1dca1086078d0a6badf120dedece5d52db857b1b0016f0ee8c3b6cf18bb5c2758c5db92800b0f475520dfddf5a5ee8b2e88edeace21')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export LIBGIT2_SYS_USE_PKG_CONFIG=1
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export LIBGIT2_SYS_USE_PKG_CONFIG=1
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 target/release/gitui -t "${pkgdir}/usr/bin/"
-  install -Dm 644 {KEY_CONFIG,README,THEMES}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gitui/repos/community-x86_64/PKGBUILD (from rev 978412, 
gitui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 19:38:18 UTC (rev 978413)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Hauser 
+# Contributor: Wesley Moore 
+
+pkgname=gitui
+pkgver=0.16.2
+pkgrel=1
+pkgdesc='Blazing fast terminal-ui for git written in Rust'
+url='https://github.com/extrawurst/gitui'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'libgit2' 'libgit2.so' 'libxcb')
+makedepends=('cargo' 'python') # xcb crate needs python
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('4e0e56fd897c5b0b42bd7fd645bd4cfae876d82e12422e70488527e8e60d5853')
+b2sums=('e850b408951261ef7d6d5bf4a22f6e52495f55fe546c86f740927086b89b89b716ce2c30c716f5cc29f12b25f28e4c4668944dda18b04a4e2a6b03e1fb3e7155')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export LIBGIT2_SYS_USE_PKG_CONFIG=1
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export LIBGIT2_SYS_USE_PKG_CONFIG=1
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 target/release/gitui -t "${pkgdir}/usr/bin/"
+  install -Dm 644 {KEY_CONFIG,README,THEMES}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:38:15
  Author: anthraxx
Revision: 978412

upgpkg: gitui 0.16.2-1

Modified:
  gitui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 19:36:16 UTC (rev 978411)
+++ PKGBUILD2021-07-17 19:38:15 UTC (rev 978412)
@@ -3,7 +3,7 @@
 # Contributor: Wesley Moore 
 
 pkgname=gitui
-pkgver=0.16.1
+pkgver=0.16.2
 pkgrel=1
 pkgdesc='Blazing fast terminal-ui for git written in Rust'
 url='https://github.com/extrawurst/gitui'
@@ -12,8 +12,8 @@
 depends=('glibc' 'libgit2' 'libgit2.so' 'libxcb')
 makedepends=('cargo' 'python') # xcb crate needs python
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('84fd4c1c004301a12b8f96f3f9218cda5a1263e8bab8480d3857553562a057f2')
-b2sums=('b85f5788837438238f69c1dca1086078d0a6badf120dedece5d52db857b1b0016f0ee8c3b6cf18bb5c2758c5db92800b0f475520dfddf5a5ee8b2e88edeace21')
+sha256sums=('4e0e56fd897c5b0b42bd7fd645bd4cfae876d82e12422e70488527e8e60d5853')
+b2sums=('e850b408951261ef7d6d5bf4a22f6e52495f55fe546c86f740927086b89b89b716ce2c30c716f5cc29f12b25f28e4c4668944dda18b04a4e2a6b03e1fb3e7155')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2021-07-17 Thread David Runge via arch-commits
Date: Saturday, July 17, 2021 @ 19:36:16
  Author: dvzrv
Revision: 978411

archrelease: copy trunk to community-testing-x86_64

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

---+
 PKGBUILD  |  122 
 qtile.install |   10 
 2 files changed, 132 insertions(+)

Copied: qtile/repos/community-testing-x86_64/PKGBUILD (from rev 978410, 
qtile/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-07-17 19:36:16 UTC (rev 978411)
@@ -0,0 +1,122 @@
+# Maintainer: David Runge 
+
+pkgname=qtile
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="A full-featured, pure-Python tiling window manager"
+arch=('x86_64')
+url="http://www.qtile.org;
+license=('MIT')
+depends=(
+  'gdk-pixbuf2'
+  'glibc'
+  'libnotify'
+  'librsvg'
+  'pango'
+  'python-cairocffi'
+  'python-cffi'
+  'python-xcffib'
+  'python-gobject'
+)
+makedepends=(
+  'git'
+  'jupyter_console'
+  'libpulse'
+  'python-ipykernel'
+  'python-setuptools'
+  'python-setuptools-scm'
+)
+checkdepends=(
+  'graphviz'
+  'imagemagick'
+  'libgnome-keyring'
+  'lm_sensors'
+  'procps-ng'
+  'python-bowler'
+  'python-dbus-next'
+  'python-iwlib'
+  'python-keyring'
+  'python-psutil'
+  'python-pytest'
+  'python-pywlroots'
+  'python-xdg'
+  'python-xvfbwrapper'
+  'xorg-xcalc'
+  'xorg-xclock'
+  'xorg-xeyes'
+  'xorg-server-xephyr'
+  'xorg-xrandr'
+  'xterm'
+)
+optdepends=(
+  'alsa-utils: volume widget'
+  'canto-daemon: canto widget'
+  'cmus: cmus widget'
+  'khal: khal_calendar widget'
+  'libpulse: for pulse_volume and pulseaudio_ffi widget'
+  'lm_sensors: sensors widget'
+  'moc: moc widget'
+  'python-dbus-next: for utils, notifications and several widgets'
+  'python-iwlib: wlan widget'
+  'python-keyring: imapwidget widget'
+  'python-mpd2: mpd2widget widget'
+  'python-psutil: graph, net and memory widget'
+  'python-pywlroots: for experimental wayland support'
+  'python-setproctitle: change process name to qtile'
+  'python-xdg: launchbar widget'
+)
+install="${pkgname}.install"
+source=("git+https://github.com/qtile/qtile#tag=v${pkgver}?signed;)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=('3CCAB226289DE0160C61BDB418D18F1BC464DCA3') # Tycho Andersen 

+
+build() {
+  cd "${pkgname}"
+  python setup.py build
+}
+
+check() {
+  local _python_version="$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')"
+  local _test_dir='test_dir'
+
+  cd "${pkgname}"
+
+  # install into test location
+  mkdir -vp "${_test_dir}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--root="${_test_dir}"
+  # create dummy dir for executable and symlink the test executable to it for
+  # testing
+  mkdir -vp bin
+  ln -svf "../${_test_dir}/usr/bin/${pkgname}" "bin/${pkgname}"
+
+  export 
PYTHONPATH="${PWD}/${_test_dir}/usr/lib/python${_python_version}/site-packages/:${PYTHONPATH}"
+  export PATH="${PWD}/test_dir/usr/bin:${PATH}"
+  export LC_TYPE=en_US.UTF-8
+  ./scripts/ffibuild
+  # unresolved issues with the imapwidget tests: 
https://github.com/qtile/qtile/issues/2629
+  # some tests never return: https://github.com/qtile/qtile/issues/2628
+  pytest -vv \
+--ignore "test/widgets/test_imapwidget.py" \
+-k "not test_remove and not test_widget_init_config[ImapWidget-kwargs28]"
+}
+
+package() {
+  cd "${pkgname}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--root="${pkgdir}"
+  # license
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  # config
+  install -vDm 644 libqtile/resources/default_config.py \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # desktop file
+  install -vDm 644 "resources/${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/xsessions/"
+  # docs
+  install -vDm 644 {CHANGELOG,README.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}

Copied: qtile/repos/community-testing-x86_64/qtile.install (from rev 978410, 
qtile/trunk/qtile.install)
===
--- community-testing-x86_64/qtile.install  (rev 0)
+++ community-testing-x86_64/qtile.install  2021-07-17 19:36:16 UTC (rev 
978411)
@@ -0,0 +1,10 @@
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp "$2" '0.17.0-1')" < 0 )); then
+printf "WARNING: Major config and functionality changes. A restart (not 
reload) of qtile is required.\n"
+  fi
+  if (( "$(vercmp "$2" '0.18.0-1')" < 0 )); then
+printf "WARNING: Major config changes. Make sure to read 
/usr/share/doc/qtile/CHANGELOG.\n"
+  fi
+}



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

2021-07-17 Thread David Runge via arch-commits
Date: Saturday, July 17, 2021 @ 19:36:08
  Author: dvzrv
Revision: 978410

upgpkg: qtile 0.18.0-1: Upgrade to 0.18.0.

Clean up optional, build and test dependencies in accordance with upstream's CI.
Simplify check() by only calling one top-level script to build requirements.
Disable broken and flaky tests and report issues upstream:
https://github.com/qtile/qtile/issues/2628
https://github.com/qtile/qtile/issues/2629
Fix the .install file so that messages are not printed twice by
using arithmetic expressions.

Modified:
  qtile/trunk/PKGBUILD
  qtile/trunk/qtile.install

---+
 PKGBUILD  |  107 +---
 qtile.install |5 ++
 2 files changed, 75 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 19:35:58 UTC (rev 978409)
+++ PKGBUILD2021-07-17 19:36:08 UTC (rev 978410)
@@ -1,41 +1,78 @@
 # Maintainer: David Runge 
 
 pkgname=qtile
-pkgver=0.17.0
+pkgver=0.18.0
 pkgrel=1
 pkgdesc="A full-featured, pure-Python tiling window manager"
 arch=('x86_64')
 url="http://www.qtile.org;
 license=('MIT')
-depends=('gdk-pixbuf2' 'glibc' 'libnotify' 'librsvg' 'pango' 'python-cairocffi'
-'python-cffi' 'python-xcffib' 'python-dbus' 'python-gobject'
-'python-setuptools')
-makedepends=('jupyter_console' 'libpulse' 'python-ipykernel' 'python-iwlib'
-'python-keyring' 'python-psutil' 'python-pytest' 'python-setuptools-scm'
-'python-xdg')
-checkdepends=('imagemagick' 'python-psutil' 'python-pytest' 
'python-xvfbwrapper' 'xorg-xcalc'
-'xorg-xclock' 'xorg-xeyes' 'xorg-server-xephyr' 'xorg-xrandr' 'xterm')
-optdepends=('alsa-utils: volume widget'
-'canto-daemon: canto widget'
-'cmus: cmus widget'
-'khal: khal_calendar widget'
-'libpulse: for pulse_volume and pulseaudio_ffi widget'
-'lm_sensors: sensors widget'
-'moc: moc widget'
-'python-iwlib: wlan widget'
-'python-keyring: imapwidget widget'
-'python-mpd2: mpd2widget widget'
-'python-psutil: graph, net and memory widget'
-'python-setproctitle: change process name to qtile'
-'python-xdg: launchbar widget'
+depends=(
+  'gdk-pixbuf2'
+  'glibc'
+  'libnotify'
+  'librsvg'
+  'pango'
+  'python-cairocffi'
+  'python-cffi'
+  'python-xcffib'
+  'python-gobject'
 )
+makedepends=(
+  'git'
+  'jupyter_console'
+  'libpulse'
+  'python-ipykernel'
+  'python-setuptools'
+  'python-setuptools-scm'
+)
+checkdepends=(
+  'graphviz'
+  'imagemagick'
+  'libgnome-keyring'
+  'lm_sensors'
+  'procps-ng'
+  'python-bowler'
+  'python-dbus-next'
+  'python-iwlib'
+  'python-keyring'
+  'python-psutil'
+  'python-pytest'
+  'python-pywlroots'
+  'python-xdg'
+  'python-xvfbwrapper'
+  'xorg-xcalc'
+  'xorg-xclock'
+  'xorg-xeyes'
+  'xorg-server-xephyr'
+  'xorg-xrandr'
+  'xterm'
+)
+optdepends=(
+  'alsa-utils: volume widget'
+  'canto-daemon: canto widget'
+  'cmus: cmus widget'
+  'khal: khal_calendar widget'
+  'libpulse: for pulse_volume and pulseaudio_ffi widget'
+  'lm_sensors: sensors widget'
+  'moc: moc widget'
+  'python-dbus-next: for utils, notifications and several widgets'
+  'python-iwlib: wlan widget'
+  'python-keyring: imapwidget widget'
+  'python-mpd2: mpd2widget widget'
+  'python-psutil: graph, net and memory widget'
+  'python-pywlroots: for experimental wayland support'
+  'python-setproctitle: change process name to qtile'
+  'python-xdg: launchbar widget'
+)
 install="${pkgname}.install"
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('bfe51aabef2d48693c5bb7525cf67b1bb99cf3af5a653cd81d523e5adaa4767a43e7a87db14f9b85fae3a9e414af41a2e66736556eb1552d099755ba6f39caeb')
-b2sums=('f2290ab823b31cd8ed512f076018a8df19bbfedbb7d5c6932eee7cd46c341a08af04ed0d99f4391d1b3ccc07eb33015bbf0050c1c5d749bace4fb6dcfcb71ac9')
+source=("git+https://github.com/qtile/qtile#tag=v${pkgver}?signed;)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=('3CCAB226289DE0160C61BDB418D18F1BC464DCA3') # Tycho Andersen 

 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd "${pkgname}"
   python setup.py build
 }
 
@@ -43,7 +80,7 @@
   local _python_version="$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')"
   local _test_dir='test_dir'
 
-  cd "${pkgname}-${pkgver}"
+  cd "${pkgname}"
 
   # install into test location
   mkdir -vp "${_test_dir}"
@@ -58,18 +95,16 @@
   export 
PYTHONPATH="${PWD}/${_test_dir}/usr/lib/python${_python_version}/site-packages/:${PYTHONPATH}"
   export PATH="${PWD}/test_dir/usr/bin:${PATH}"
   export LC_TYPE=en_US.UTF-8
-  echo "building pango"
-  python3 ./libqtile/pango_ffi_build.py
-  echo "building xcursors"
-  python3 ./libqtile/backend/x11/xcursors_ffi_build.py
-  echo "building pulseaudio volume control"
-  python3 ./libqtile/widget/pulseaudio_ffi.py
-  echo 

[arch-commits] Commit in ant/repos/extra-any (PKGBUILD PKGBUILD ant.conf ant.conf)

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:36:05
  Author: anthraxx
Revision: 420065

archrelease: copy trunk to extra-any

Added:
  ant/repos/extra-any/PKGBUILD
(from rev 420064, ant/trunk/PKGBUILD)
  ant/repos/extra-any/ant.conf
(from rev 420064, ant/trunk/ant.conf)
Deleted:
  ant/repos/extra-any/PKGBUILD
  ant/repos/extra-any/ant.conf

--+
 PKGBUILD |  176 ++---
 ant.conf |   16 ++---
 2 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 19:36:01 UTC (rev 420064)
+++ PKGBUILD2021-07-17 19:36:05 UTC (rev 420065)
@@ -1,88 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Guillaume ALAUX 
-# Contributor: Andrew Wright 
-# Contributor: Paul Mattal 
-
-pkgbase=ant
-pkgname=('ant' 'ant-doc')
-pkgver=1.10.10
-pkgrel=1
-pkgdesc='Java based build tool'
-url='https://ant.apache.org/'
-arch=('any')
-license=('APACHE')
-makedepends=('bash' 'java-environment' 'junit' 'java-hamcrest')
-source=(https://www.apache.org/dist/ant/source/apache-${pkgbase}-${pkgver}-src.tar.bz2{,.asc}
-ant.conf)
-sha256sums=('67fa7c9bf2d9be17817c385aaee93c338f2387810f2ecc348f9bad1148642f6b'
-'SKIP'
-'23bbef577b56d48adb1985dbd9795e5533146646f1e8bb879dd061a4014ffcf2')
-# https://downloads.apache.org/ant/KEYS
-validpgpkeys=(
-  'CE8075A251547BEE249BC151A2115AE15F6B8B72' # Stefan Bodewig
-  '8DA70C00DF7AF1B0D2F9DC74DDBCC1270A29D081' # jaikiran@apache 

-  'CE8075A251547BEE249BC151A2115AE15F6B8B72' # Stefan Bodewig 

-  '8DA70C00DF7AF1B0D2F9DC74DDBCC1270A29D081' # jaikiran@apache 

-)
-
-_replace_lib() {
-  # explicitly call rm to ensure we replace instead of add
-  rm "$2"
-  ln -s "$1" "$2"
-}
-
-prepare() {
-  cd apache-${pkgbase}-${pkgver}
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' src/script/runant.py
-}
-
-build() {
-  cd apache-${pkgbase}-${pkgver}
-  export JAVA_HOME=/usr/lib/jvm/default
-  ./bootstrap.sh
-  bootstrap/bin/ant -Ddest=optional -f fetch.xml
-  _replace_lib /usr/share/java/junit.jar lib/optional/junit-4.12.jar
-  _replace_lib /usr/share/java/hamcrest-core.jar 
lib/optional/hamcrest-core-1.3.jar
-  _replace_lib /usr/share/java/hamcrest-library.jar 
lib/optional/hamcrest-library-1.3.jar
-  bootstrap/bin/ant dist
-}
-
-package_ant() {
-  depends=('java-environment' 'bash')
-  optdepends=('junit: junit tasks'
-  'java-hamcrest: junit tasks')
-  replaces=('apache-ant')
-  provides=('apache-ant')
-  conflicts=('apache-ant')
-  backup=('etc/ant.conf')
-
-  cd apache-${pkgbase}-${pkgver}/apache-${pkgbase}-${pkgver}
-  local _ant_home=/usr/share/ant
-
-  install -d "${pkgdir}${_ant_home}"
-  cp -Rp etc "${pkgdir}${_ant_home}"
-
-  find bin -type f -a ! -name \*.bat -a ! -name \*.cmd \
--exec install -Dm 755 {} -t "${pkgdir}${_ant_home}/bin" \;
-  install -d "${pkgdir}/usr/bin"
-  ln -s /usr/share/ant/bin/ant "${pkgdir}/usr/bin/ant"
-
-  install -Dm 644 "${srcdir}/ant.conf" -t "${pkgdir}/etc"
-  install -Dm 644 lib/*.jar -t "${pkgdir}/usr/share/java/ant"
-  ln -s /usr/share/java/ant "${pkgdir}${_ant_home}/lib"
-
-  install -Dm 644 ../{LICENSE,NOTICE} -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_ant-doc() {
-  pkgdesc='Apache Ant build tool documentation'
-  replaces=('apache-ant-doc')
-  provices=('apache-ant-doc')
-  conflicts=('apache-ant-doc')
-
-  install -d "${pkgdir}/usr/share/doc/ant"
-  cp -r apache-${pkgbase}-${pkgver}/apache-${pkgbase}-${pkgver}/manual/* \
-"${pkgdir}/usr/share/doc/ant"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ant/repos/extra-any/PKGBUILD (from rev 420064, ant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 19:36:05 UTC (rev 420065)
@@ -0,0 +1,88 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Guillaume ALAUX 
+# Contributor: Andrew Wright 
+# Contributor: Paul Mattal 
+
+pkgbase=ant
+pkgname=('ant' 'ant-doc')
+pkgver=1.10.11
+pkgrel=1
+pkgdesc='Java based build tool'
+url='https://ant.apache.org/'
+arch=('any')
+license=('APACHE')
+makedepends=('bash' 'java-environment' 'junit' 'java-hamcrest')
+source=(https://www.apache.org/dist/ant/source/apache-${pkgbase}-${pkgver}-src.tar.bz2{,.asc}
+ant.conf)
+sha256sums=('fee49208ba798be2e4302917a64a89f6756da542a0c2a2673e727182618f79ac'
+'SKIP'
+'23bbef577b56d48adb1985dbd9795e5533146646f1e8bb879dd061a4014ffcf2')
+# https://downloads.apache.org/ant/KEYS
+validpgpkeys=(
+  'CE8075A251547BEE249BC151A2115AE15F6B8B72' # Stefan Bodewig
+  '8DA70C00DF7AF1B0D2F9DC74DDBCC1270A29D081' # jaikiran@apache 

+  'CE8075A251547BEE249BC151A2115AE15F6B8B72' # Stefan Bodewig 

+  '8DA70C00DF7AF1B0D2F9DC74DDBCC1270A29D081' # jaikiran@apache 

+)
+
+_replace_lib() {
+  # explicitly call rm to ensure we replace instead of add
+  rm "$2"
+  ln -s "$1" "$2"
+}
+
+prepare() {
+  cd 

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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:36:01
  Author: anthraxx
Revision: 420064

upgpkg: ant 1.10.11-1

Modified:
  ant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 19:31:32 UTC (rev 420063)
+++ PKGBUILD2021-07-17 19:36:01 UTC (rev 420064)
@@ -5,7 +5,7 @@
 
 pkgbase=ant
 pkgname=('ant' 'ant-doc')
-pkgver=1.10.10
+pkgver=1.10.11
 pkgrel=1
 pkgdesc='Java based build tool'
 url='https://ant.apache.org/'
@@ -14,7 +14,7 @@
 makedepends=('bash' 'java-environment' 'junit' 'java-hamcrest')
 
source=(https://www.apache.org/dist/ant/source/apache-${pkgbase}-${pkgver}-src.tar.bz2{,.asc}
 ant.conf)
-sha256sums=('67fa7c9bf2d9be17817c385aaee93c338f2387810f2ecc348f9bad1148642f6b'
+sha256sums=('fee49208ba798be2e4302917a64a89f6756da542a0c2a2673e727182618f79ac'
 'SKIP'
 '23bbef577b56d48adb1985dbd9795e5533146646f1e8bb879dd061a4014ffcf2')
 # https://downloads.apache.org/ant/KEYS



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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:35:58
  Author: anthraxx
Revision: 978409

archrelease: copy trunk to community-any

Added:
  clamtk/repos/community-any/PKGBUILD
(from rev 978408, clamtk/trunk/PKGBUILD)
Deleted:
  clamtk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 19:35:54 UTC (rev 978408)
+++ PKGBUILD2021-07-17 19:35:58 UTC (rev 978409)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Blaž Tomažič 
-
-pkgname=clamtk
-pkgver=6.11
-pkgrel=1
-pkgdesc='Easy to use, light-weight, on-demand virus scanner for Linux systems'
-url='https://gitlab.com/dave_m/clamtk/-/wikis/home'
-arch=('any')
-license=('GPL')
-depends=('clamav' 'perl' 'perl-gtk3' 'perl-locale-gettext' 'perl-libwww' 
'perl-http-message'
- 'perl-lwp-protocol-https' 'perl-text-csv' 'perl-json' 'python' 
'zenity' 'desktop-file-utils'
- 'cron')
-source=(https://github.com/dave-theunsub/clamtk/releases/download/v${pkgver}/clamtk-${pkgver}.tar.xz{,.asc})
-sha512sums=('6fb0512460ae8f9c4762beb012a2539b6eb157c513138e661e10d3a8f615b8b6c9b0876772defa705f0180bea0a8b97fe187c1114611fe75906f8dae108db11c'
-'SKIP')
-validpgpkeys=('5DD47B3B121EE5C354A20305F51D19546ADA59DE') # Dave Mauroni 

-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 clamtk -t "${pkgdir}/usr/bin"
-  for f in lib/* ; do
-install -Dm 644 "${f}" 
"${pkgdir}/usr/share/perl5/vendor_perl/ClamTk/$(basename "${f}")"
-  done
-
-  for f in po/*.mo ; do
-install -Dm 644 "${f}" "${pkgdir}/usr/share/locale/$(basename "${f}" 
.mo)/LC_MESSAGES/clamtk.mo"
-  done
-
-  install -Dm 644 clamtk.1.gz -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 CHANGES DISCLAIMER README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm 644 images/clamtk.{xpm,png} -t "${pkgdir}/usr/share/pixmaps"
-  install -Dm 644 clamtk.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-# vim: ts=2 sw=2 et:

Copied: clamtk/repos/community-any/PKGBUILD (from rev 978408, 
clamtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 19:35:58 UTC (rev 978409)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Blaž Tomažič 
+
+pkgname=clamtk
+pkgver=6.13
+pkgrel=1
+pkgdesc='Easy to use, light-weight, on-demand virus scanner for Linux systems'
+url='https://gitlab.com/dave_m/clamtk/-/wikis/home'
+arch=('any')
+license=('GPL')
+depends=('clamav' 'perl' 'perl-gtk3' 'perl-locale-gettext' 'perl-libwww' 
'perl-http-message'
+ 'perl-lwp-protocol-https' 'perl-text-csv' 'perl-json' 'python' 
'zenity' 'desktop-file-utils'
+ 'cron')
+source=(https://github.com/dave-theunsub/clamtk/releases/download/v${pkgver}/clamtk-${pkgver}.tar.xz{,.asc})
+sha512sums=('193b08ef143a4c13c1e103e109bcc815eca96a788186a4f6fa12b4f273985aa4bb8aa327b21a1adb51fd69253551562f78affa8e71e409fdea7bb43c0eadcf69'
+'SKIP')
+validpgpkeys=('5DD47B3B121EE5C354A20305F51D19546ADA59DE') # Dave Mauroni 

+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 clamtk -t "${pkgdir}/usr/bin"
+  for f in lib/* ; do
+install -Dm 644 "${f}" 
"${pkgdir}/usr/share/perl5/vendor_perl/ClamTk/$(basename "${f}")"
+  done
+
+  for f in po/*.mo ; do
+install -Dm 644 "${f}" "${pkgdir}/usr/share/locale/$(basename "${f}" 
.mo)/LC_MESSAGES/clamtk.mo"
+  done
+
+  install -Dm 644 clamtk.1.gz -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 CHANGES DISCLAIMER README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -Dm 644 images/clamtk.{xpm,png} -t "${pkgdir}/usr/share/pixmaps"
+  install -Dm 644 clamtk.desktop -t "${pkgdir}/usr/share/applications"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:35:54
  Author: anthraxx
Revision: 978408

upgpkg: clamtk 6.13-1

Modified:
  clamtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 19:32:37 UTC (rev 978407)
+++ PKGBUILD2021-07-17 19:35:54 UTC (rev 978408)
@@ -2,7 +2,7 @@
 # Contributor: Blaž Tomažič 
 
 pkgname=clamtk
-pkgver=6.11
+pkgver=6.13
 pkgrel=1
 pkgdesc='Easy to use, light-weight, on-demand virus scanner for Linux systems'
 url='https://gitlab.com/dave_m/clamtk/-/wikis/home'
@@ -12,7 +12,7 @@
  'perl-lwp-protocol-https' 'perl-text-csv' 'perl-json' 'python' 
'zenity' 'desktop-file-utils'
  'cron')
 
source=(https://github.com/dave-theunsub/clamtk/releases/download/v${pkgver}/clamtk-${pkgver}.tar.xz{,.asc})
-sha512sums=('6fb0512460ae8f9c4762beb012a2539b6eb157c513138e661e10d3a8f615b8b6c9b0876772defa705f0180bea0a8b97fe187c1114611fe75906f8dae108db11c'
+sha512sums=('193b08ef143a4c13c1e103e109bcc815eca96a788186a4f6fa12b4f273985aa4bb8aa327b21a1adb51fd69253551562f78affa8e71e409fdea7bb43c0eadcf69'
 'SKIP')
 validpgpkeys=('5DD47B3B121EE5C354A20305F51D19546ADA59DE') # Dave Mauroni 

 



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

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 18:25:10
  Author: felixonmars
Revision: 420062

fix upstream url

Modified:
  python-platformdirs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 10:48:00 UTC (rev 420061)
+++ PKGBUILD2021-07-17 18:25:10 UTC (rev 420062)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc='A small Python module for determining appropriate platform-specific 
dirs, e.g. a "user data dir"'
 arch=('any')
-url="https://github.com/ActiveState/platformdirs;
+url="https://github.com/platformdirs/platformdirs;
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://pypi.io/packages/source/p/platformdirs/platformdirs-$pkgver.tar.gz;)



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

2021-07-17 Thread Brett Cornwall via arch-commits
Date: Saturday, July 17, 2021 @ 17:49:28
  Author: ainola
Revision: 978402

archrelease: copy trunk to community-x86_64

Added:
  interception-tools/repos/community-x86_64/PKGBUILD
(from rev 978401, interception-tools/trunk/PKGBUILD)
  interception-tools/repos/community-x86_64/interception-tools.install
(from rev 978401, interception-tools/trunk/interception-tools.install)
Deleted:
  interception-tools/repos/community-x86_64/PKGBUILD
  interception-tools/repos/community-x86_64/interception-tools.install

+
 PKGBUILD   |   76 +--
 interception-tools.install |8 ++--
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 17:49:00 UTC (rev 978401)
+++ PKGBUILD2021-07-17 17:49:28 UTC (rev 978402)
@@ -1,38 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Francisco Lopes
-
-pkgname=interception-tools
-pkgver=0.6.6
-pkgrel=1
-pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
-arch=('x86_64')
-license=('GPL3')
-url='https://gitlab.com/interception/linux/tools'
-depends=(
-'libevdev' 'libevdev.so'
-'yaml-cpp' 'libyaml-cpp.so'
-'systemd-libs' 'libudev.so'
-)
-makedepends=('cmake' 'systemd' 'boost')
-source=(
-
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
-)
-sha256sums=('6917eb7109c7514ef620f7ea184f95e7be522b8f5b226b121675c0a7f628afee')
-
-build() {
-cmake -B build \
-  -S "tools-v${pkgver}" \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=None \
-  -Wno-dev
-cmake --build build
-}
-
-package() {
-install -dm755 "$pkgdir/etc/interception/udevmon.d"
-install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
-install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
-
-cd build
-make DESTDIR="$pkgdir/" install
-}

Copied: interception-tools/repos/community-x86_64/PKGBUILD (from rev 978401, 
interception-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 17:49:28 UTC (rev 978402)
@@ -0,0 +1,38 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Francisco Lopes
+
+pkgname=interception-tools
+pkgver=0.6.7
+pkgrel=1
+pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
+arch=('x86_64')
+license=('GPL3')
+url='https://gitlab.com/interception/linux/tools'
+depends=(
+'libevdev' 'libevdev.so'
+'yaml-cpp' 'libyaml-cpp.so'
+'systemd-libs' 'libudev.so'
+)
+makedepends=('cmake' 'systemd' 'boost')
+source=(
+
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
+)
+sha256sums=('58a388899c7bb765c5d35306b57894fb220dc8ab4d37475a33898bb2934bca81')
+
+build() {
+cmake -B build \
+  -S "tools-v${pkgver}" \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=None \
+  -Wno-dev
+cmake --build build
+}
+
+package() {
+install -dm755 "$pkgdir/etc/interception/udevmon.d"
+install -Dm644 "tools-v$pkgver/udevmon.service" -t 
"$pkgdir/usr/lib/systemd/system"
+install -Dm644 "tools-v$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
+
+cd build
+make DESTDIR="$pkgdir/" install
+}

Deleted: interception-tools.install
===
--- interception-tools.install  2021-07-17 17:49:00 UTC (rev 978401)
+++ interception-tools.install  2021-07-17 17:49:28 UTC (rev 978402)
@@ -1,4 +0,0 @@
-post_upgrade() {
-echo "The udevmon.yaml configuration file now is expected at:"
-echo "/etc/interception-tools/udevmon.yaml"
-}

Copied: interception-tools/repos/community-x86_64/interception-tools.install 
(from rev 978401, interception-tools/trunk/interception-tools.install)
===
--- interception-tools.install  (rev 0)
+++ interception-tools.install  2021-07-17 17:49:28 UTC (rev 978402)
@@ -0,0 +1,4 @@
+post_upgrade() {
+echo "The udevmon.yaml configuration file now is expected at:"
+echo "/etc/interception-tools/udevmon.yaml"
+}



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

2021-07-17 Thread Brett Cornwall via arch-commits
Date: Saturday, July 17, 2021 @ 17:49:00
  Author: ainola
Revision: 978401

upgpkg: interception-tools 0.6.7-1

Modified:
  interception-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 17:14:21 UTC (rev 978400)
+++ PKGBUILD2021-07-17 17:49:00 UTC (rev 978401)
@@ -2,7 +2,7 @@
 # Contributor: Francisco Lopes
 
 pkgname=interception-tools
-pkgver=0.6.6
+pkgver=0.6.7
 pkgrel=1
 pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 source=(
 
"$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz;
 )
-sha256sums=('6917eb7109c7514ef620f7ea184f95e7be522b8f5b226b121675c0a7f628afee')
+sha256sums=('58a388899c7bb765c5d35306b57894fb220dc8ab4d37475a33898bb2934bca81')
 
 build() {
 cmake -B build \



[arch-commits] Commit in ansible-lint/repos/community-testing-any (4 files)

2021-07-17 Thread Frederik Schwan via arch-commits
Date: Saturday, July 17, 2021 @ 16:14:31
  Author: freswa
Revision: 978399

archrelease: copy trunk to community-testing-any

Added:
  ansible-lint/repos/community-testing-any/PKGBUILD
(from rev 978398, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-testing-any/disable_use_scm_version.patch
(from rev 978398, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-testing-any/PKGBUILD
  ansible-lint/repos/community-testing-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   76 
 disable_use_scm_version.patch |   62 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 16:13:32 UTC (rev 978398)
+++ PKGBUILD2021-07-17 16:14:31 UTC (rev 978399)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.1.2
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('MIT')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('a0f3bd8d74a307b81ff1d71032be9fb60cf6be2498a93fcb701ec158f2001f95650d3b425232cfc4e72bf4fd7a527dc3c2d7ae6bee40f49063d44ffb83c40176'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: ansible-lint/repos/community-testing-any/PKGBUILD (from rev 978398, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 16:14:31 UTC (rev 978399)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.1.2
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('MIT')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('a0f3bd8d74a307b81ff1d71032be9fb60cf6be2498a93fcb701ec158f2001f95650d3b425232cfc4e72bf4fd7a527dc3c2d7ae6bee40f49063d44ffb83c40176'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-07-17 16:13:32 UTC (rev 978398)
+++ disable_use_scm_version.patch   2021-07-17 16:14:31 UTC (rev 978399)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- 

[arch-commits] Commit in ansible-lint/repos/community-testing-any (4 files)

2021-07-17 Thread Frederik Schwan via arch-commits
Date: Saturday, July 17, 2021 @ 16:13:32
  Author: freswa
Revision: 978398

archrelease: copy trunk to community-testing-any

Added:
  ansible-lint/repos/community-testing-any/PKGBUILD
(from rev 978397, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-testing-any/disable_use_scm_version.patch
(from rev 978397, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-testing-any/PKGBUILD
  ansible-lint/repos/community-testing-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   76 
 disable_use_scm_version.patch |   62 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 16:13:24 UTC (rev 978397)
+++ PKGBUILD2021-07-17 16:13:32 UTC (rev 978398)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=5.1.1
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('MIT')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-tenacity')
-checkdepends=('python-pytest')
-optdepends=('yamllint: check for yaml syntax mistakes'
-'ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('1b8399f257a9769ddf03295a9ad5147ac04a1bda978b84374385e74e09680d3201ee7844f3453dab5ba49a9ba9bce09975b4bfcefa9d0cc66538ee2ea8090070'
-
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: ansible-lint/repos/community-testing-any/PKGBUILD (from rev 978397, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 16:13:32 UTC (rev 978398)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=5.1.2
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('MIT')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-tenacity')
+checkdepends=('python-pytest')
+optdepends=('yamllint: check for yaml syntax mistakes'
+'ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('a0f3bd8d74a307b81ff1d71032be9fb60cf6be2498a93fcb701ec158f2001f95650d3b425232cfc4e72bf4fd7a527dc3c2d7ae6bee40f49063d44ffb83c40176'
+
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2021-07-17 16:13:24 UTC (rev 978397)
+++ disable_use_scm_version.patch   2021-07-17 16:13:32 UTC (rev 978398)
@@ -1,31 +0,0 @@
-diff -aur origsrc/ansible-lint-5.0.0/setup.cfg src/ansible-lint-5.0.0/setup.cfg
 aaa/setup.cfg  2021-02-09 19:19:11.689518714 +0100
-+++ bbb/setup.cfg  2021-02-09 19:19:30.538804812 +0100
-@@ -54,18 +54,12 @@
-   lint
- 
- [options]
--use_scm_version = True
- python_requires = >=3.6
- package_dir =
-   = src
- packages = find:
- 

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

2021-07-17 Thread Frederik Schwan via arch-commits
Date: Saturday, July 17, 2021 @ 16:13:24
  Author: freswa
Revision: 978397

upgpkg: ansible-lint 5.1.2-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 16:00:37 UTC (rev 978396)
+++ PKGBUILD2021-07-17 16:13:24 UTC (rev 978397)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=5.1.1
+pkgver=5.1.2
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -16,7 +16,7 @@
 'ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('1b8399f257a9769ddf03295a9ad5147ac04a1bda978b84374385e74e09680d3201ee7844f3453dab5ba49a9ba9bce09975b4bfcefa9d0cc66538ee2ea8090070'
+b2sums=('a0f3bd8d74a307b81ff1d71032be9fb60cf6be2498a93fcb701ec158f2001f95650d3b425232cfc4e72bf4fd7a527dc3c2d7ae6bee40f49063d44ffb83c40176'
 
'a090862e657bfc29c89b23b2ecc8c585e15f098310b997e39600b6bdf0cd433e1045e2da348ce27dc2d3c0f9ef01950cf0ec5e7b071bc43d85161faabd8a1f60')
 
 prepare() {



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

2021-07-17 Thread Frederik Schwan via arch-commits
Date: Saturday, July 17, 2021 @ 16:00:37
  Author: freswa
Revision: 978396

archrelease: copy trunk to community-x86_64

Added:
  hashcat/repos/community-x86_64/PKGBUILD
(from rev 978395, hashcat/trunk/PKGBUILD)
Deleted:
  hashcat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 16:00:34 UTC (rev 978395)
+++ PKGBUILD2021-07-17 16:00:37 UTC (rev 978396)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sam Stuewe 
-
-pkgname=hashcat
-pkgver=6.2.2
-pkgrel=1
-epoch=1
-pkgdesc='Multithreaded advanced password recovery utility'
-url='https://hashcat.net/hashcat'
-arch=('x86_64')
-depends=('ocl-icd' 'xxhash' 'zlib' 'minizip')
-makedepends=('opencl-headers')
-provides=('libhashcat.so')
-license=('MIT')
-source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('7c906a96f682f03672976dd420492bd78e9455a174a2e82ebf064cf75609e6e1322b07113f2868c8bf53948575ce094a0b6fe98b17ea65c065bb27561dc2cc81'
-'SKIP')
-validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  rm -rf deps/{OpenCL-Headers,xxHash}
-  export CFLAGS+=" ${CPPFLAGS}"
-  export CXXFLAGS+=" ${CPPFLAGS}"
-  make \
-PREFIX=/usr \
-SHARED=1 \
-USE_SYSTEM_XXHASH=1 \
-USE_SYSTEM_OPENCL=1 \
-USE_SYSTEM_ZLIB=1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make \
-DESTDIR="${pkgdir}" \
-PREFIX=/usr \
-SHARED=1 \
-USE_SYSTEM_XXHASH=1 \
-USE_SYSTEM_OPENCL=1 \
-USE_SYSTEM_ZLIB=1 \
-install
-  install -Dm 644 docs/license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hashcat/repos/community-x86_64/PKGBUILD (from rev 978395, 
hashcat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 16:00:37 UTC (rev 978396)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sam Stuewe 
+
+pkgname=hashcat
+pkgver=6.2.3
+pkgrel=1
+epoch=1
+pkgdesc='Multithreaded advanced password recovery utility'
+url='https://hashcat.net/hashcat'
+arch=('x86_64')
+depends=('ocl-icd' 'xxhash' 'zlib' 'minizip')
+makedepends=('opencl-headers')
+provides=('libhashcat.so')
+license=('MIT')
+source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('041d8bc855ce68fc00354e598dc46d778bd1cd23847dc08ee4af027028ec78f635dd76bbea97d50460abfdb9b1681f12446db3367669a3b25e5ba7e31bef677e'
+'SKIP')
+validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rm -rf deps/{OpenCL-Headers,xxHash}
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
+  make \
+PREFIX=/usr \
+SHARED=1 \
+USE_SYSTEM_XXHASH=1 \
+USE_SYSTEM_OPENCL=1 \
+USE_SYSTEM_ZLIB=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make \
+DESTDIR="${pkgdir}" \
+PREFIX=/usr \
+SHARED=1 \
+USE_SYSTEM_XXHASH=1 \
+USE_SYSTEM_OPENCL=1 \
+USE_SYSTEM_ZLIB=1 \
+install
+  install -Dm 644 docs/license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-07-17 Thread Frederik Schwan via arch-commits
Date: Saturday, July 17, 2021 @ 16:00:34
  Author: freswa
Revision: 978395

upgpkg: hashcat 1:6.2.3-1

Modified:
  hashcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:52:31 UTC (rev 978394)
+++ PKGBUILD2021-07-17 16:00:34 UTC (rev 978395)
@@ -2,7 +2,7 @@
 # Contributor: Sam Stuewe 
 
 pkgname=hashcat
-pkgver=6.2.2
+pkgver=6.2.3
 pkgrel=1
 epoch=1
 pkgdesc='Multithreaded advanced password recovery utility'
@@ -13,7 +13,7 @@
 provides=('libhashcat.so')
 license=('MIT')
 source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('7c906a96f682f03672976dd420492bd78e9455a174a2e82ebf064cf75609e6e1322b07113f2868c8bf53948575ce094a0b6fe98b17ea65c065bb27561dc2cc81'
+sha512sums=('041d8bc855ce68fc00354e598dc46d778bd1cd23847dc08ee4af027028ec78f635dd76bbea97d50460abfdb9b1681f12446db3367669a3b25e5ba7e31bef677e'
 'SKIP')
 validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
 



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

2021-07-17 Thread David Runge via arch-commits
Date: Saturday, July 17, 2021 @ 15:43:05
  Author: dvzrv
Revision: 978393

archrelease: copy trunk to community-x86_64

Added:
  python-pywlroots/repos/community-x86_64/
  python-pywlroots/repos/community-x86_64/PKGBUILD
(from rev 978392, python-pywlroots/trunk/PKGBUILD)

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

Copied: python-pywlroots/repos/community-x86_64/PKGBUILD (from rev 978392, 
python-pywlroots/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-07-17 15:43:05 UTC (rev 978393)
@@ -0,0 +1,49 @@
+# Maintainer: David Runge 
+
+_name=pywlroots
+pkgname=python-pywlroots
+pkgver=0.14.2
+pkgrel=2
+pkgdesc="Python binding to the wlroots library using cffi"
+arch=('x86_64')
+url="https://github.com/flacjacket/pywlroots;
+license=('custom:UIUC')
+depends=('glibc' 'python-cffi' 'python-pywayland' 'python-xkbcommon' 'wlroots'
+'libwlroots.so')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+provides=('pywlroots')
+conflicts=('pywlroots')
+replaces=('pywlroots')
+# tests missing in pypi sdist tarball: 
https://github.com/flacjacket/pywlroots/issues/49
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/flacjacket/${_name}/archive/refs/tags/v${pkgver}.tar.gz;)
+sha512sums=('59ae38da48cf5254fb40012474c2f88c9b9c5491054e386b164dc0f977e7d4ac55594d7af9ca659bb52c1eb0d11cd76d525a6c75186652528efaeb8ab486570e')
+b2sums=('a46a60bf7541efedea106ac924093bdbcb2e0d8d2f5dbeb1429f91af656ee52c05c9e00a5b823c147564a0e7e66016c1051dbbd9e59d6b326ac8a81b1ada2340')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python wlroots/ffi_build.py
+  python setup.py build
+}
+
+check() {
+  local _py_ver=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build/lib.linux-${CARCH}-${_py_ver}:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



[arch-commits] Commit in (4 files)

2021-07-17 Thread David Runge via arch-commits
Date: Saturday, July 17, 2021 @ 15:42:11
  Author: dvzrv
Revision: 978392

Add python-pywlroots as dependency for qtile.

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

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

Added: python-pywlroots/trunk/PKGBUILD
===
--- python-pywlroots/trunk/PKGBUILD (rev 0)
+++ python-pywlroots/trunk/PKGBUILD 2021-07-17 15:42:11 UTC (rev 978392)
@@ -0,0 +1,49 @@
+# Maintainer: David Runge 
+
+_name=pywlroots
+pkgname=python-pywlroots
+pkgver=0.14.2
+pkgrel=2
+pkgdesc="Python binding to the wlroots library using cffi"
+arch=('x86_64')
+url="https://github.com/flacjacket/pywlroots;
+license=('custom:UIUC')
+depends=('glibc' 'python-cffi' 'python-pywayland' 'python-xkbcommon' 'wlroots'
+'libwlroots.so')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+provides=('pywlroots')
+conflicts=('pywlroots')
+replaces=('pywlroots')
+# tests missing in pypi sdist tarball: 
https://github.com/flacjacket/pywlroots/issues/49
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/flacjacket/${_name}/archive/refs/tags/v${pkgver}.tar.gz;)
+sha512sums=('59ae38da48cf5254fb40012474c2f88c9b9c5491054e386b164dc0f977e7d4ac55594d7af9ca659bb52c1eb0d11cd76d525a6c75186652528efaeb8ab486570e')
+b2sums=('a46a60bf7541efedea106ac924093bdbcb2e0d8d2f5dbeb1429f91af656ee52c05c9e00a5b823c147564a0e7e66016c1051dbbd9e59d6b326ac8a81b1ada2340')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python wlroots/ffi_build.py
+  python setup.py build
+}
+
+check() {
+  local _py_ver=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build/lib.linux-${CARCH}-${_py_ver}:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:35:01
  Author: felixonmars
Revision: 978391

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-language-server/repos/community-staging-x86_64/
  haskell-language-server/repos/community-staging-x86_64/PKGBUILD
(from rev 978390, haskell-language-server/trunk/PKGBUILD)

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

Copied: haskell-language-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 978390, haskell-language-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:35:01 UTC (rev 978391)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+
+pkgname=haskell-language-server
+pkgver=1.2.0.0
+pkgrel=27
+pkgdesc="LSP server for GHC"
+url="https://github.com/haskell/haskell-language-server#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-async'
+ 'haskell-base16-bytestring' 'haskell-cryptohash-sha1' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-gitrev'
+ 'haskell-hashable' 'haskell-hie-bios' 'haskell-hiedb' 
'haskell-hls-brittany-plugin'
+ 'haskell-hls-explicit-imports-plugin'
+ 'haskell-hls-floskell-plugin' 'haskell-hls-fourmolu-plugin' 
'haskell-hls-ormolu-plugin'
+ 'haskell-hls-graph'
+ 'haskell-hls-haddock-comments-plugin' 'haskell-hls-hlint-plugin'
+ 'haskell-hls-module-name-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-plugin-api'
+ 'haskell-hls-pragmas-plugin'
+ 'haskell-hls-retrie-plugin' 'haskell-hls-stylish-haskell-plugin' 
'haskell-hslogger'
+ 'haskell-lens' 'haskell-lsp' 'haskell-optparse-applicative' 
'haskell-optparse-simple'
+ 'haskell-regex-tdfa' 'haskell-safe-exceptions' 
'haskell-sqlite-simple' 'haskell-temporary'
+ 'haskell-unordered-containers')
+# Disabled due to not compatible with GHC 9:
+# 'haskell-hls-brittany-plugin' 'haskell-hls-class-plugin' 
'haskell-hls-eval-plugin'
+# 'haskell-hls-refine-imports-plugin' 'haskell-hls-splice-plugin' 
'haskell-hls-tactics-plugin'
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 
'haskell-hspec-expectations' 'haskell-lsp-test'
+ 'haskell-lsp-types')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('c8ca57796be15796e7334e20ef3a983b4a77335d41084add87d102746e893fc80c43ee6c761d04d52afad846d4744007a0aec8d70a7e12e4576f847a684726ab')
+
+prepare() {
+  cd $pkgname-$pkgver
+  find test/testdata -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+}
+
+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=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -f-brittany -f-class -f-eval -f-refineImports 
-f-splice -f-tactic
+
+  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
+  
PATH="$PWD/dist/build/haskell-language-server:$PWD/dist/build/haskell-language-server-wrapper:$PATH"
 LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || echo "Tests failed"
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:34:49
  Author: felixonmars
Revision: 978390

upgpkg: haskell-language-server 1.2.0.0-27: rebuild with monoid-subclasses 1.1.1

Modified:
  haskell-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:32:25 UTC (rev 978389)
+++ PKGBUILD2021-07-17 15:34:49 UTC (rev 978390)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-language-server
 pkgver=1.2.0.0
-pkgrel=26
+pkgrel=27
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



[arch-commits] Commit in haskell-hls-hlint-plugin/repos (2 files)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:32:25
  Author: felixonmars
Revision: 978389

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-hlint-plugin/repos/community-staging-x86_64/
  haskell-hls-hlint-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 978388, haskell-hls-hlint-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-hlint-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 978388, haskell-hls-hlint-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:32:25 UTC (rev 978389)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-hlint-plugin
+pkgname=haskell-hls-hlint-plugin
+pkgver=1.0.1.0
+pkgrel=23
+pkgdesc="Hlint integration plugin with Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-hlint-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-aeson' 'haskell-apply-refact' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-exactprint' 
'haskell-ghcide' 'haskell-hashable'
+ 'hlint' 'haskell-hls-plugin-api' 'haskell-hslogger' 'haskell-lens' 
'haskell-lsp'
+ 'haskell-regex-tdfa' 'haskell-temporary' 
'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('a76d166f8215fcaaf6b8d597f21ceafa64b34435b3aff6717db939f905c864efc3c441a9bc3f590677d76009d46e7783b72150c220c8f47ec2f56f57e23d6776')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+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=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -fhlint33
+
+  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-hls-hlint-plugin/trunk (PKGBUILD)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:32:14
  Author: felixonmars
Revision: 978388

upgpkg: haskell-hls-hlint-plugin 1.0.1.0-23: rebuild with monoid-subclasses 
1.1.1

Modified:
  haskell-hls-hlint-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:31:30 UTC (rev 978387)
+++ PKGBUILD2021-07-17 15:32:14 UTC (rev 978388)
@@ -3,7 +3,7 @@
 _hkgname=hls-hlint-plugin
 pkgname=haskell-hls-hlint-plugin
 pkgver=1.0.1.0
-pkgrel=22
+pkgrel=23
 pkgdesc="Hlint integration plugin with Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-hlint-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-haddock-comments-plugin/repos (2 files)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:31:30
  Author: felixonmars
Revision: 978387

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/
  haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 978386, haskell-hls-haddock-comments-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 978386, haskell-hls-haddock-comments-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:31:30 UTC (rev 978387)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-haddock-comments-plugin
+pkgname=haskell-hls-haddock-comments-plugin
+pkgver=1.0.0.2
+pkgrel=23
+pkgdesc="Haddock comments plugin for Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-exactprint' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lsp-types' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('f50c9fc595e8cebcff38d4fb7c3f6f8df59d0df5e8924718812c3ee38da38db5d25ab082e1347d8fdd6a01a779e2c03e029fb6b74bcfd6ebeb55ac1a21642fb6')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+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=-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-hls-haddock-comments-plugin/trunk (PKGBUILD)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:31:19
  Author: felixonmars
Revision: 978386

upgpkg: haskell-hls-haddock-comments-plugin 1.0.0.2-23: rebuild with 
monoid-subclasses 1.1.1

Modified:
  haskell-hls-haddock-comments-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:30:34 UTC (rev 978385)
+++ PKGBUILD2021-07-17 15:31:19 UTC (rev 978386)
@@ -3,7 +3,7 @@
 _hkgname=hls-haddock-comments-plugin
 pkgname=haskell-hls-haddock-comments-plugin
 pkgver=1.0.0.2
-pkgrel=22
+pkgrel=23
 pkgdesc="Haddock comments plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



[arch-commits] Commit in haskell-hls-ormolu-plugin/repos (2 files)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:30:34
  Author: felixonmars
Revision: 978385

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-ormolu-plugin/repos/community-staging-x86_64/
  haskell-hls-ormolu-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 978384, haskell-hls-ormolu-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-ormolu-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 978384, haskell-hls-ormolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:30:34 UTC (rev 978385)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-ormolu-plugin
+pkgname=haskell-hls-ormolu-plugin
+pkgver=1.0.0.0
+pkgrel=12
+pkgdesc="Integration with the Ormolu code formatter"
+url="https://hackage.haskell.org/package/hls-ormolu-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghcide' 'haskell-hls-plugin-api' 
'haskell-lens'
+ 'haskell-lsp' 'haskell-ormolu' 'haskell-ghc-api-compat')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('d965b7fcc78b36362de872a69da87e41c48dc191e966f62d123b63994c0d38c6')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_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=-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-hls-ormolu-plugin/trunk (PKGBUILD)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:30:22
  Author: felixonmars
Revision: 978384

upgpkg: haskell-hls-ormolu-plugin 1.0.0.0-12: rebuild with monoid-subclasses 
1.1.1

Modified:
  haskell-hls-ormolu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:29:37 UTC (rev 978383)
+++ PKGBUILD2021-07-17 15:30:22 UTC (rev 978384)
@@ -3,7 +3,7 @@
 _hkgname=hls-ormolu-plugin
 pkgname=haskell-hls-ormolu-plugin
 pkgver=1.0.0.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Integration with the Ormolu code formatter"
 url="https://hackage.haskell.org/package/hls-ormolu-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-fourmolu-plugin/repos (2 files)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:29:37
  Author: felixonmars
Revision: 978383

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/
  haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 978382, haskell-hls-fourmolu-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 978382, haskell-hls-fourmolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:29:37 UTC (rev 978383)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-fourmolu-plugin
+pkgname=haskell-hls-fourmolu-plugin
+pkgver=1.0.0.1
+pkgrel=12
+pkgdesc="Integration with the Fourmolu code formatter"
+url="https://hackage.haskell.org/package/hls-fourmolu-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-fourmolu' 'haskell-ghc' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lens' 'haskell-lsp' 'haskell-ghc-api-compat')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('c78f938155ba487d550e4afb11363c5aded34d5592a74680eb73a022ffda3b0d')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_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=-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-hls-fourmolu-plugin/trunk (PKGBUILD)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:29:25
  Author: felixonmars
Revision: 978382

upgpkg: haskell-hls-fourmolu-plugin 1.0.0.1-12: rebuild with monoid-subclasses 
1.1.1

Modified:
  haskell-hls-fourmolu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:28:40 UTC (rev 978381)
+++ PKGBUILD2021-07-17 15:29:25 UTC (rev 978382)
@@ -3,7 +3,7 @@
 _hkgname=hls-fourmolu-plugin
 pkgname=haskell-hls-fourmolu-plugin
 pkgver=1.0.0.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Integration with the Fourmolu code formatter"
 url="https://hackage.haskell.org/package/hls-fourmolu-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-floskell-plugin/repos (2 files)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:28:40
  Author: felixonmars
Revision: 978381

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-floskell-plugin/repos/community-staging-x86_64/
  haskell-hls-floskell-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 978380, haskell-hls-floskell-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-floskell-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 978380, haskell-hls-floskell-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:28:40 UTC (rev 978381)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-floskell-plugin
+pkgname=haskell-hls-floskell-plugin
+pkgver=1.0.0.0
+pkgrel=23
+pkgdesc="Integration with the Floskell code formatter"
+url="https://hackage.haskell.org/package/hls-floskell-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-floskell' 'haskell-ghcide' 
'haskell-hls-plugin-api' 'haskell-lsp-types')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('c873a0d71001cba5391435a7fdc8ce69dbf27070cfc887b1f51b76a20622c471')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u ghcide $_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=-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-hls-floskell-plugin/trunk (PKGBUILD)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:28:28
  Author: felixonmars
Revision: 978380

upgpkg: haskell-hls-floskell-plugin 1.0.0.0-23: rebuild with monoid-subclasses 
1.1.1

Modified:
  haskell-hls-floskell-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:27:44 UTC (rev 978379)
+++ PKGBUILD2021-07-17 15:28:28 UTC (rev 978380)
@@ -3,7 +3,7 @@
 _hkgname=hls-floskell-plugin
 pkgname=haskell-hls-floskell-plugin
 pkgver=1.0.0.0
-pkgrel=22
+pkgrel=23
 pkgdesc="Integration with the Floskell code formatter"
 url="https://hackage.haskell.org/package/hls-floskell-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-pragmas-plugin/repos (2 files)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:27:44
  Author: felixonmars
Revision: 978379

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-pragmas-plugin/repos/community-staging-x86_64/
  haskell-hls-pragmas-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 978378, haskell-hls-pragmas-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-pragmas-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 978378, haskell-hls-pragmas-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:27:44 UTC (rev 978379)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-pragmas-plugin
+pkgname=haskell-hls-pragmas-plugin
+pkgver=1.0.0.0
+pkgrel=23
+pkgdesc="Pragmas plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-pragmas-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-fuzzy' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lens' 'haskell-lsp' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test' 
'haskell-lsp-types')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('faffabfb7da5b88dc777185cfe879779e5391b14d4e4f7196cda303a5b4978fe')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u ghcide $_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=-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-hls-pragmas-plugin/trunk (PKGBUILD)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:27:31
  Author: felixonmars
Revision: 978378

upgpkg: haskell-hls-pragmas-plugin 1.0.0.0-23: rebuild with monoid-subclasses 
1.1.1

Modified:
  haskell-hls-pragmas-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:26:29 UTC (rev 978377)
+++ PKGBUILD2021-07-17 15:27:31 UTC (rev 978378)
@@ -3,7 +3,7 @@
 _hkgname=hls-pragmas-plugin
 pkgname=haskell-hls-pragmas-plugin
 pkgver=1.0.0.0
-pkgrel=22
+pkgrel=23
 pkgdesc="Pragmas plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-pragmas-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-stylish-haskell-plugin/repos (2 files)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:26:29
  Author: felixonmars
Revision: 978377

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-stylish-haskell-plugin/repos/community-staging-x86_64/
  haskell-hls-stylish-haskell-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 978376, haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-stylish-haskell-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 978376, haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:26:29 UTC (rev 978377)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-stylish-haskell-plugin
+pkgname=haskell-hls-stylish-haskell-plugin
+pkgver=1.0.0.1
+pkgrel=12
+pkgdesc="Integration with the Stylish Haskell code formatter"
+url="https://hackage.haskell.org/package/hls-stylish-haskell-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-api-compat' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lsp-types' 'stylish-haskell')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('8e6220b0c06a3dca0cd55a342684a970a4318b49eb396f37d0c0d56402dc6fb6')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_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=-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-hls-stylish-haskell-plugin/trunk (PKGBUILD)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:26:17
  Author: felixonmars
Revision: 978376

upgpkg: haskell-hls-stylish-haskell-plugin 1.0.0.1-12: rebuild with 
monoid-subclasses 1.1.1

Modified:
  haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:25:32 UTC (rev 978375)
+++ PKGBUILD2021-07-17 15:26:17 UTC (rev 978376)
@@ -3,7 +3,7 @@
 _hkgname=hls-stylish-haskell-plugin
 pkgname=haskell-hls-stylish-haskell-plugin
 pkgver=1.0.0.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Integration with the Stylish Haskell code formatter"
 url="https://hackage.haskell.org/package/hls-stylish-haskell-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-module-name-plugin/repos (2 files)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:25:32
  Author: felixonmars
Revision: 978375

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-module-name-plugin/repos/community-staging-x86_64/
  haskell-hls-module-name-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 978374, haskell-hls-module-name-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-module-name-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 978374, haskell-hls-module-name-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:25:32 UTC (rev 978375)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-module-name-plugin
+pkgname=haskell-hls-module-name-plugin
+pkgver=1.0.0.0
+pkgrel=23
+pkgdesc="Module name plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-module-name-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ghcide' 'haskell-hls-plugin-api' 
'haskell-lsp'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('abcf1d52aa552b97e459c0e8c70af03f8428e292c253dcd14eea753283fd81a8')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+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=-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-hls-module-name-plugin/trunk (PKGBUILD)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:25:20
  Author: felixonmars
Revision: 978374

upgpkg: haskell-hls-module-name-plugin 1.0.0.0-23: rebuild with 
monoid-subclasses 1.1.1

Modified:
  haskell-hls-module-name-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:24:32 UTC (rev 978373)
+++ PKGBUILD2021-07-17 15:25:20 UTC (rev 978374)
@@ -3,7 +3,7 @@
 _hkgname=hls-module-name-plugin
 pkgname=haskell-hls-module-name-plugin
 pkgver=1.0.0.0
-pkgrel=22
+pkgrel=23
 pkgdesc="Module name plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-module-name-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-test-utils/repos (2 files)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:24:32
  Author: felixonmars
Revision: 978373

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-test-utils/repos/community-staging-x86_64/
  haskell-hls-test-utils/repos/community-staging-x86_64/PKGBUILD
(from rev 978372, haskell-hls-test-utils/trunk/PKGBUILD)

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

Copied: haskell-hls-test-utils/repos/community-staging-x86_64/PKGBUILD (from 
rev 978372, haskell-hls-test-utils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:24:32 UTC (rev 978373)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-test-utils
+pkgname=haskell-hls-test-utils
+pkgver=1.0.1.0
+pkgrel=23
+pkgdesc="Utilities used in the tests of Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-blaze-markup' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghcide' 'haskell-hls-graph' 
'haskell-hls-plugin-api'
+ 'haskell-hspec' 'haskell-hspec-core' 'haskell-lens' 'haskell-lsp' 
'haskell-lsp-test'
+ 'haskell-lsp-types' 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-rerun' 'haskell-temporary'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('ba5c13ce3fe5dc502d25221456e832d3ee521c112a9f1a3e066d10205e4b553b2de21c476ad0f4f051041ed421d03499abde14a7ff1bed29cf94bc3b29a40c19')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u hspec $_hkgname.cabal
+  # https://github.com/haskell/haskell-language-server/issues/1835
+  sed -i '/configOutputFile/d' src/Test/Hls/Util.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=-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-hls-test-utils/trunk (PKGBUILD)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:24:20
  Author: felixonmars
Revision: 978372

upgpkg: haskell-hls-test-utils 1.0.1.0-23: rebuild with monoid-subclasses 1.1.1

Modified:
  haskell-hls-test-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:23:22 UTC (rev 978371)
+++ PKGBUILD2021-07-17 15:24:20 UTC (rev 978372)
@@ -3,7 +3,7 @@
 _hkgname=hls-test-utils
 pkgname=haskell-hls-test-utils
 pkgver=1.0.1.0
-pkgrel=22
+pkgrel=23
 pkgdesc="Utilities used in the tests of Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



[arch-commits] Commit in haskell-hls-retrie-plugin/repos (2 files)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:23:22
  Author: felixonmars
Revision: 978371

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-retrie-plugin/repos/community-staging-x86_64/
  haskell-hls-retrie-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 978370, haskell-hls-retrie-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-retrie-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 978370, haskell-hls-retrie-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:23:22 UTC (rev 978371)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-retrie-plugin
+pkgname=haskell-hls-retrie-plugin
+pkgver=1.0.1.0
+pkgrel=23
+pkgdesc="Retrie integration plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-retrie-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-extra' 'haskell-ghc' 
'haskell-ghc-api-compat'
+ 'haskell-ghcide' 'haskell-hashable' 'haskell-hls-plugin-api' 
'haskell-lsp'
+ 'haskell-lsp-types' 'haskell-retrie' 'haskell-safe-exceptions'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('42b17ab6aaca200f5eba741d276d68810a7568e6f41b85735ec9739dbd580de15da8737be9d416c7b5cb845fc12e18cc9d2b2ccfd841cece38907b6be07bd7ea')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+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=-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-hls-retrie-plugin/trunk (PKGBUILD)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:23:10
  Author: felixonmars
Revision: 978370

upgpkg: haskell-hls-retrie-plugin 1.0.1.0-23: rebuild with monoid-subclasses 
1.1.1

Modified:
  haskell-hls-retrie-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:22:59 UTC (rev 978369)
+++ PKGBUILD2021-07-17 15:23:10 UTC (rev 978370)
@@ -3,7 +3,7 @@
 _hkgname=hls-retrie-plugin
 pkgname=haskell-hls-retrie-plugin
 pkgver=1.0.1.0
-pkgrel=22
+pkgrel=23
 pkgdesc="Retrie integration plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-retrie-plugin;
 license=("Apache")



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

2021-07-17 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, July 17, 2021 @ 15:22:59
  Author: yan12125
Revision: 978369

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 15:22:45 UTC (rev 978368)
+++ PKGBUILD2021-07-17 15:22:59 UTC (rev 978369)
@@ -1,79 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-moto
-_pkgname=moto
-pkgver=2.0.11
-pkgrel=1
-pkgdesc='Moto is a library to mock out the boto library.'
-arch=(any)
-url='https://github.com/spulec/moto'
-license=(Apache)
-# depends on python-setuptools as pkg_resources is used is several modules
-# NOTE: Keep the order of dependencies matching setup.py
-depends=(python-boto3 python-botocore python-cryptography python-requests 
python-xmltodict
- python-six python-werkzeug python-pytz python-dateutil 
python-responses
- # Below dependencies varied with Python versions
- python-jinja python-more-itertools python-setuptools)
-# 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)
-# 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'
-  'python-docker: for awslambda, batch, cloudformation, dynamodb2, 
dynamodbstreams, ec2, ses, sns, sqs and ssm'
-  'python-jsondiff: for iotdata'
-  'python-aws-xray-sdk: for xray'
-  'python-cfn-lint: for cloudformation and ssm'
-  'python-sshpubkeys: for ec2'
-  '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=('569049a42bc63b6c4702fda0fee952e4d0088cd7f4989aa8eaaae0b222f7a2a1'
-'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
-DOCKER_HOST="unix://$PODMAN_SOCK" TZ=UTC pytest tests
-  fi
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  # use PYTHONHASHSEED=0 work around https://bugs.python.org/issue34722
-  PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
-}

Copied: python-moto/repos/community-any/PKGBUILD (from rev 978368, 
python-moto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 15:22:59 UTC (rev 978369)
@@ -0,0 +1,79 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Guillaume Horel 
+
+pkgname=python-moto
+_pkgname=moto
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Moto is a library to mock out the boto library.'
+arch=(any)
+url='https://github.com/spulec/moto'
+license=(Apache)
+# depends on python-setuptools as pkg_resources is used is several modules
+# NOTE: Keep the order of dependencies matching setup.py
+depends=(python-boto3 python-botocore python-cryptography python-requests 
python-xmltodict
+ python-six python-werkzeug python-pytz python-dateutil 
python-responses
+ # Below dependencies varied with Python versions
+ python-jinja python-more-itertools python-setuptools)
+# See reqquirements-test.txt, excluding 

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

2021-07-17 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, July 17, 2021 @ 15:22:45
  Author: yan12125
Revision: 978368

upgpkg: python-moto 2.1.0-1; update optdepends

The ssm module no longer needs cfn-lint. See 
https://github.com/spulec/moto/pull/4072

Modified:
  python-moto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:22:19 UTC (rev 978367)
+++ PKGBUILD2021-07-17 15:22:45 UTC (rev 978368)
@@ -3,7 +3,7 @@
 
 pkgname=python-moto
 _pkgname=moto
-pkgver=2.0.11
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Moto is a library to mock out the boto library.'
 arch=(any)
@@ -28,7 +28,7 @@
   'python-docker: for awslambda, batch, cloudformation, dynamodb2, 
dynamodbstreams, ec2, ses, sns, sqs and ssm'
   'python-jsondiff: for iotdata'
   'python-aws-xray-sdk: for xray'
-  'python-cfn-lint: for cloudformation and ssm'
+  'python-cfn-lint: for cloudformation'
   'python-sshpubkeys: for ec2'
   'python-flask: for moto_server'
   'python-flask-cors: for moto_server'
@@ -37,7 +37,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=('569049a42bc63b6c4702fda0fee952e4d0088cd7f4989aa8eaaae0b222f7a2a1'
+sha256sums=('ab4f094bf50885c7e593c9d0a27756eeb522c916d6f58c02437cb3654835f8dd'
 '4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208')
 
 prepare() {



[arch-commits] Commit in haskell-hls-explicit-imports-plugin/repos (2 files)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:22:19
  Author: felixonmars
Revision: 978367

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-explicit-imports-plugin/repos/community-staging-x86_64/
  haskell-hls-explicit-imports-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 978366, haskell-hls-explicit-imports-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-explicit-imports-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 978366, haskell-hls-explicit-imports-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:22:19 UTC (rev 978367)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-explicit-imports-plugin
+pkgname=haskell-hls-explicit-imports-plugin
+pkgver=1.0.0.3
+pkgrel=23
+pkgdesc="Explicit imports plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-explicit-imports-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghcide'
+ 'haskell-hls-graph' 'haskell-hls-plugin-api' 'haskell-lsp' 
'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('9ee3ef0e88179ec03f64e2f23ba21c00ed02dd2b64c097de926c9502d2b4b77fb3c5e17c1ebe7f3e7e4a8db2a38a888de6ddb523b247f2883c9750452c603358')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+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=-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-hls-explicit-imports-plugin/trunk (PKGBUILD)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:22:07
  Author: felixonmars
Revision: 978366

upgpkg: haskell-hls-explicit-imports-plugin 1.0.0.3-23: rebuild with 
monoid-subclasses 1.1.1

Modified:
  haskell-hls-explicit-imports-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:21:26 UTC (rev 978365)
+++ PKGBUILD2021-07-17 15:22:07 UTC (rev 978366)
@@ -3,7 +3,7 @@
 _hkgname=hls-explicit-imports-plugin
 pkgname=haskell-hls-explicit-imports-plugin
 pkgver=1.0.0.3
-pkgrel=22
+pkgrel=23
 pkgdesc="Explicit imports plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-explicit-imports-plugin;
 license=("Apache")



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

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:21:18
  Author: felixonmars
Revision: 978364

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ghcide/repos/community-staging-x86_64/PKGBUILD (from rev 
978363, haskell-ghcide/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:21:18 UTC (rev 978364)
@@ -0,0 +1,76 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghcide
+pkgname=haskell-ghcide
+pkgver=1.4.0.3
+pkgrel=8
+pkgdesc="The core of an IDE"
+url="https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-glob' 'haskell-aeson' 
'haskell-aeson-pretty'
+ 'haskell-async' 'haskell-base16-bytestring' 
'haskell-bytestring-encoding'
+ 'haskell-case-insensitive' 'haskell-cryptohash-sha1' 
'haskell-data-default'
+ 'haskell-dependent-map' 'haskell-dependent-sum' 'haskell-dlist' 
'haskell-extra'
+ 'haskell-fingertree' 'haskell-fuzzy' 'haskell-ghc' 
'haskell-ghc-api-compat'
+ 'haskell-ghc-check' 'haskell-ghc-exactprint' 'haskell-ghc-paths' 
'haskell-ghc-trace-events'
+ 'haskell-gitrev' 'haskell-haddock-library' 'haskell-hashable' 
'haskell-heapsize'
+ 'haskell-hie-bios' 'haskell-hie-compat' 'haskell-hiedb' 
'haskell-hls-graph'
+ 'haskell-hls-plugin-api' 'haskell-hslogger' 
'haskell-implicit-hie-cradle' 'haskell-lens'
+ 'haskell-lsp' 'haskell-lsp-test' 'haskell-lsp-types' 
'haskell-network-uri'
+ 'haskell-opentelemetry' 'haskell-optparse-applicative' 
'haskell-parallel'
+ 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' 
'haskell-regex-tdfa'
+ 'haskell-retrie' 'haskell-rope-utf16-splay' 'haskell-safe' 
'haskell-safe-exceptions'
+ 'haskell-sorted-list' 'haskell-sqlite-simple' 'haskell-syb' 
'haskell-unliftio'
+ 'haskell-unliftio-core' 'haskell-unordered-containers' 
'haskell-utf8-string'
+ 'haskell-vector')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-ghc-typelits-knownnat'
+ 'haskell-implicit-hie' 'haskell-quickcheck-instances' 
'haskell-record-dot-preprocessor'
+ 'haskell-record-hasfield' 'haskell-tasty' 
'haskell-tasty-expected-failure'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('9e8be452538a978f67bf0c799b8fcb7036c9fe3f351ee1484fe9f8ab661e88e158a459ff981b4811d70796436195b4f47e7cb22933984cd8c9848740c08f4949')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  find test/data -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+
+  # TODO: Skipped some broken tests for now
+  sed -i '/, benchmarkTests/d;/, findDefinitionAndHoverTests/d;/, 
bootTests/d;s/, simpleMultiDefTest//;s/echo A.hs/echo -dynamic > 
$HIE_BIOS_OUTPUT/' test/exe/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=-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
+  cabal update
+  # Random test failures "Received an illegal message between the initialize 
request and response"
+  # th-linking-test-unboxed always fails too
+  PATH="$PWD/dist/build/ghcide:$PWD/dist/build/ghcide-test-preprocessor:$PATH" 
LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || echo "Tests failed"
+}
+
+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 python-xkbcommon/repos (2 files)

2021-07-17 Thread David Runge via arch-commits
Date: Saturday, July 17, 2021 @ 15:21:26
  Author: dvzrv
Revision: 978365

archrelease: copy trunk to community-x86_64

Added:
  python-xkbcommon/repos/community-x86_64/
  python-xkbcommon/repos/community-x86_64/PKGBUILD
(from rev 978364, python-xkbcommon/trunk/PKGBUILD)

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

Copied: python-xkbcommon/repos/community-x86_64/PKGBUILD (from rev 978364, 
python-xkbcommon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-07-17 15:21:26 UTC (rev 978365)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+
+_name=xkbcommon
+pkgname=python-xkbcommon
+pkgver=0.3
+_commit='62c2d511475a04018cc14f13f660b5f63fd4ec0a' # 0.3
+pkgrel=2
+pkgdesc="Python bindings for libxkbcommon using cffi"
+arch=('x86_64')
+url="https://github.com/sde1000/python-xkbcommon;
+license=('MIT')
+depends=('python-cffi' 'libxkbcommon')
+makedepends=('git' 'python-setuptools')
+checkdepends=('python-pytest')
+# sdist tarball on pypi misses tests: 
https://github.com/sde1000/python-xkbcommon/issues/10
+# sdist tarball on pypi misses LICENSE file: 
https://github.com/sde1000/python-xkbcommon/issues/11
+# upstream has no tags: https://github.com/sde1000/python-xkbcommon/issues/9
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("git+https://github.com/sde1000/${pkgname}#commit=${_commit};)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+}
+
+build() {
+  cd "$pkgname"
+  python "${_name}/ffi_build.py"
+  python setup.py build
+}
+
+check() {
+  local _py_ver=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
+  cd "$pkgname"
+  export PYTHONPATH="build/lib.linux-${CARCH}-${_py_ver}:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:21:06
  Author: felixonmars
Revision: 978363

upgpkg: haskell-ghcide 1.4.0.3-8: rebuild with monoid-subclasses 1.1.1

Modified:
  haskell-ghcide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:19:45 UTC (rev 978362)
+++ PKGBUILD2021-07-17 15:21:06 UTC (rev 978363)
@@ -3,7 +3,7 @@
 _hkgname=ghcide
 pkgname=haskell-ghcide
 pkgver=1.4.0.3
-pkgrel=7
+pkgrel=8
 pkgdesc="The core of an IDE"
 
url="https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme;
 license=("Apache")



[arch-commits] Commit in (4 files)

2021-07-17 Thread David Runge via arch-commits
Date: Saturday, July 17, 2021 @ 15:19:45
  Author: dvzrv
Revision: 978362

Add python-xkbcommon as dependency for python-pywlroots (dependency for qtile).

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

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

Added: python-xkbcommon/trunk/PKGBUILD
===
--- python-xkbcommon/trunk/PKGBUILD (rev 0)
+++ python-xkbcommon/trunk/PKGBUILD 2021-07-17 15:19:45 UTC (rev 978362)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+
+_name=xkbcommon
+pkgname=python-xkbcommon
+pkgver=0.3
+_commit='62c2d511475a04018cc14f13f660b5f63fd4ec0a' # 0.3
+pkgrel=2
+pkgdesc="Python bindings for libxkbcommon using cffi"
+arch=('x86_64')
+url="https://github.com/sde1000/python-xkbcommon;
+license=('MIT')
+depends=('python-cffi' 'libxkbcommon')
+makedepends=('git' 'python-setuptools')
+checkdepends=('python-pytest')
+# sdist tarball on pypi misses tests: 
https://github.com/sde1000/python-xkbcommon/issues/10
+# sdist tarball on pypi misses LICENSE file: 
https://github.com/sde1000/python-xkbcommon/issues/11
+# upstream has no tags: https://github.com/sde1000/python-xkbcommon/issues/9
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("git+https://github.com/sde1000/${pkgname}#commit=${_commit};)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+}
+
+build() {
+  cd "$pkgname"
+  python "${_name}/ffi_build.py"
+  python setup.py build
+}
+
+check() {
+  local _py_ver=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
+  cd "$pkgname"
+  export PYTHONPATH="build/lib.linux-${CARCH}-${_py_ver}:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:18:43
  Author: felixonmars
Revision: 978361

archrelease: copy trunk to community-any

Added:
  python-importlib-metadata/repos/community-any/PKGBUILD
(from rev 978360, python-importlib-metadata/trunk/PKGBUILD)
Deleted:
  python-importlib-metadata/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-17 15:18:29 UTC (rev 978360)
+++ PKGBUILD2021-07-17 15:18:43 UTC (rev 978361)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-importlib-metadata
-pkgver=4.6.0
-pkgrel=1
-pkgdesc="Read metadata from Python packages"
-url="https://importlib-metadata.readthedocs.io;
-license=('Apache')
-arch=('any')
-depends=('python-zipp')
-makedepends=('python-setuptools-scm' 'python-toml' 'python-wheel')
-checkdepends=('python-pip' 'python-pytest' 'python-importlib_resources'
-  'python-pyfakefs' 'python-tests')
-source=("https://github.com/python/importlib_metadata/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('41bed26e8ca921d86ba529d318dda26d04a3d66aa16334aa1e980b586872321a6d9d5bc7030a66ff5a7a5994e62f7b8b999a8b9b47dd2c4496486df6f138767b')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  # remove pytest-perf warmup to be able to drop its dependency
-  rm importlib_metadata-$pkgver/exercises.py
-}
-
-build() {
-  cd importlib_metadata-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd importlib_metadata-$pkgver
-  python -m pytest -k 'not test_find_local'
-}
-
-package_python-importlib-metadata() {
-  cd importlib_metadata-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-

Copied: python-importlib-metadata/repos/community-any/PKGBUILD (from rev 
978360, python-importlib-metadata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-17 15:18:43 UTC (rev 978361)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-importlib-metadata
+pkgver=4.6.1
+pkgrel=1
+pkgdesc="Read metadata from Python packages"
+url="https://importlib-metadata.readthedocs.io;
+license=('Apache')
+arch=('any')
+depends=('python-zipp')
+makedepends=('python-setuptools-scm' 'python-toml' 'python-wheel')
+checkdepends=('python-pip' 'python-pytest' 'python-importlib_resources'
+  'python-pyfakefs' 'python-tests')
+source=("https://github.com/python/importlib_metadata/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('1e498885c1100a1e05f3548c0064a6352ad18157837948f76b1108eb197e4f653d160a6420f790280c38a17f8f89404f1af5193916736e26e99ff9e77db3')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  # remove pytest-perf warmup to be able to drop its dependency
+  rm importlib_metadata-$pkgver/exercises.py
+}
+
+build() {
+  cd importlib_metadata-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd importlib_metadata-$pkgver
+  python -m pytest -k 'not test_find_local'
+}
+
+package_python-importlib-metadata() {
+  cd importlib_metadata-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:18:29
  Author: felixonmars
Revision: 978360

upgpkg: python-importlib-metadata 4.6.1-1

Modified:
  python-importlib-metadata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:05:10 UTC (rev 978359)
+++ PKGBUILD2021-07-17 15:18:29 UTC (rev 978360)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-importlib-metadata
-pkgver=4.6.0
+pkgver=4.6.1
 pkgrel=1
 pkgdesc="Read metadata from Python packages"
 url="https://importlib-metadata.readthedocs.io;
@@ -12,7 +12,7 @@
 checkdepends=('python-pip' 'python-pytest' 'python-importlib_resources'
   'python-pyfakefs' 'python-tests')
 
source=("https://github.com/python/importlib_metadata/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('41bed26e8ca921d86ba529d318dda26d04a3d66aa16334aa1e980b586872321a6d9d5bc7030a66ff5a7a5994e62f7b8b999a8b9b47dd2c4496486df6f138767b')
+sha512sums=('1e498885c1100a1e05f3548c0064a6352ad18157837948f76b1108eb197e4f653d160a6420f790280c38a17f8f89404f1af5193916736e26e99ff9e77db3')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
@@ -35,4 +35,3 @@
   cd importlib_metadata-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
-



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

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:05:10
  Author: felixonmars
Revision: 978359

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-fuzzy/repos/community-staging-x86_64/PKGBUILD (from rev 978358, 
haskell-fuzzy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:05:10 UTC (rev 978359)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+_hkgname=fuzzy
+pkgname=haskell-fuzzy
+pkgver=0.1.0.0
+pkgrel=66
+pkgdesc="Filters a list based on a fuzzy string search."
+url="http://github.com/joom/fuzzy;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-monoid-subclasses')
+makedepends=('ghc' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('820a7a2b52163c1ecf0924780604ec903979560901cc1b9f27a68ff17256e9cb')
+
+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=-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-fuzzy/trunk (PKGBUILD)

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:04:58
  Author: felixonmars
Revision: 978358

upgpkg: haskell-fuzzy 0.1.0.0-66: rebuild with monoid-subclasses 1.1.1

Modified:
  haskell-fuzzy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:04:28 UTC (rev 978357)
+++ PKGBUILD2021-07-17 15:04:58 UTC (rev 978358)
@@ -3,7 +3,7 @@
 _hkgname=fuzzy
 pkgname=haskell-fuzzy
 pkgver=0.1.0.0
-pkgrel=65
+pkgrel=66
 pkgdesc="Filters a list based on a fuzzy string search."
 url="http://github.com/joom/fuzzy;
 license=("MIT")



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

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:04:28
  Author: felixonmars
Revision: 978357

archrelease: copy trunk to community-staging-x86_64

Added:
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 978356, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
978356, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:04:28 UTC (rev 978357)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.23.6
+pkgrel=102
+pkgdesc="hOpenPGP-based command-line tools"
+url="https://salsa.debian.org/clint/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base16-bytestring' 
'haskell-binary-conduit'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-errors'
+ 'haskell-fgl' 'haskell-graphviz' 'haskell-hopenpgp' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('73c83f939492c66b4ad5782e01acd0af97011a0ae797bce82d9431eb3e9c155ce1b4af1c4b3a5922f10e0e468c1c009cb270b8f15c7ba3236d9d8bf9e0265018')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}



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

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:04:16
  Author: felixonmars
Revision: 978356

upgpkg: hopenpgp-tools 0.23.6-102: rebuild with monoid-subclasses 1.1.1

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:02:53 UTC (rev 978355)
+++ PKGBUILD2021-07-17 15:04:16 UTC (rev 978356)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.23.6
-pkgrel=101
+pkgrel=102
 pkgdesc="hOpenPGP-based command-line tools"
 url="https://salsa.debian.org/clint/hopenpgp-tools;
 license=("AGPL3")



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

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:02:53
  Author: felixonmars
Revision: 978355

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hopenpgp/repos/community-staging-x86_64/
  haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD
(from rev 978354, haskell-hopenpgp/trunk/PKGBUILD)
  haskell-hopenpgp/repos/community-staging-x86_64/ghc9.patch
(from rev 978354, haskell-hopenpgp/trunk/ghc9.patch)

+
 PKGBUILD   |   52 
 ghc9.patch |   13 +
 2 files changed, 65 insertions(+)

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
978354, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:02:53 UTC (rev 978355)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.9.5
+pkgrel=144
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-bifunctors' 'haskell-bz2' 
'haskell-binary-conduit'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-errors' 'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
+ghc9.patch)
+sha512sums=('7e0ecc73054c5315093e7f64f92bc7c62a7f9ff1b2c985595db427a063460b3fc692343079676631987c9a651212d1d739289f9b1e2ecb1c086b2c9bd5a4ba0e'
+
'9a1cf92845c1120b006b39f31496af5badfc42eb460794d3bcf8ba393eb63e7989c1c3934179fd96b9b0a23d87b078412662ebbba0d7278240eba7fe0d48ce8e')
+
+prepare() {
+patch -d $_hkgname-$pkgver -p1 < ghc9.patch
+}
+
+build() {
+cd $_hkgname-$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 \
+-fnetwork-uri
+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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Copied: haskell-hopenpgp/repos/community-staging-x86_64/ghc9.patch (from rev 
978354, haskell-hopenpgp/trunk/ghc9.patch)
===
--- community-staging-x86_64/ghc9.patch (rev 0)
+++ community-staging-x86_64/ghc9.patch 2021-07-17 15:02:53 UTC (rev 978355)
@@ -0,0 +1,13 @@
+diff --git a/Codec/Encryption/OpenPGP/Types/Internal/Base.hs 
b/Codec/Encryption/OpenPGP/Types/Internal/Base.hs
+index 861b7a5..f3dcc4a 100644
+--- a/Codec/Encryption/OpenPGP/Types/Internal/Base.hs
 b/Codec/Encryption/OpenPGP/Types/Internal/Base.hs
+@@ -1003,7 +1003,8 @@ instance Pretty SigSubPacket where
+ 
+ instance Hashable SigSubPacket
+ 
+-$(ATH.deriveJSON ATH.defaultOptions ''SigSubPacket)
++instance A.ToJSON SigSubPacket
++instance A.FromJSON SigSubPacket
+ 
+ $(makeLenses ''SigSubPacket)



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

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:02:38
  Author: felixonmars
Revision: 978354

upgpkg: haskell-hopenpgp 2.9.5-144: rebuild with monoid-subclasses 1.1.1

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:01:04 UTC (rev 978353)
+++ PKGBUILD2021-07-17 15:02:38 UTC (rev 978354)
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.9.5
-pkgrel=143
+pkgrel=144
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')



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

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:01:04
  Author: felixonmars
Revision: 978353

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-incremental-parser/repos/community-staging-x86_64/
  haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD
(from rev 978352, haskell-incremental-parser/trunk/PKGBUILD)

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

Copied: haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD 
(from rev 978352, haskell-incremental-parser/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-17 15:01:04 UTC (rev 978353)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=incremental-parser
+pkgname=haskell-incremental-parser
+pkgver=0.5.0.2
+pkgrel=33
+pkgdesc="Generic parser library capable of providing partial results from 
partial input."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-input-parsers' 'haskell-monoid-subclasses' 
'haskell-parsers'
+ 'haskell-rank2classes')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-checkers' 'haskell-tasty'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2a8627b680709e746e516091f4a3837f7fdb78c1612be971d4db801bcf1f32f581d111df72cd68e73063ce85debbc23e57b1c8f0017a4706e8554ad47276d168')
+
+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
+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"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}



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

2021-07-17 Thread Felix Yan via arch-commits
Date: Saturday, July 17, 2021 @ 15:00:51
  Author: felixonmars
Revision: 978352

upgpkg: haskell-incremental-parser 0.5.0.2-33: rebuild with monoid-subclasses 
1.1.1

Modified:
  haskell-incremental-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 15:00:11 UTC (rev 978351)
+++ PKGBUILD2021-07-17 15:00:51 UTC (rev 978352)
@@ -4,7 +4,7 @@
 _hkgname=incremental-parser
 pkgname=haskell-incremental-parser
 pkgver=0.5.0.2
-pkgrel=32
+pkgrel=33
 pkgdesc="Generic parser library capable of providing partial results from 
partial input."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('GPL')



  1   2   3   4   5   >