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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:56:43
  Author: felixonmars
Revision: 958677

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 958676, cryptol/trunk/PKGBUILD)

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 958676, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:56:43 UTC (rev 958677)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.11.0
+pkgrel=32
+pkgdesc="The Language of Cryptography"
+url="https://www.cryptol.net";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-async' 'haskell-base-compat' 
'haskell-bv-sized'
+ 'haskell-cryptohash-sha1' 'haskell-exceptions' 'haskell-extra' 
'haskell-gitrev'
+ 'haskell-graphscc' 'haskell-heredoc' 'haskell-libbf' 
'haskell-memotrie'
+ 'haskell-monad-control' 'haskell-monadlib' 
'haskell-optparse-applicative'
+ 'haskell-parameterized-utils' 'haskell-panic' 'haskell-random' 
'haskell-sbv'
+ 'haskell-simple-smt' 'haskell-strict' 'haskell-temporary' 
'haskell-tf-random'
+ 'haskell-transformers-base' 'haskell-what4' 'haskell-ansi-terminal' 
'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy' 'uusi')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz";)
+sha512sums=('4e8e9dec727c02e76043ee390b91d0a740df747a8f49b2551686ac7db3cc0c94c36e20316b59e7e50e28b838f3f9bf7202095cf6ce683d83fd47826702381649')
+
+prepare() {
+cd $pkgname-$pkgver
+uusi -u sbv $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable --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 "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:56:29
  Author: felixonmars
Revision: 958676

upgpkg: cryptol 2.11.0-32: rebuild with ghc 8.10.5

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:52:14 UTC (rev 958675)
+++ PKGBUILD2021-06-08 06:56:29 UTC (rev 958676)
@@ -2,7 +2,7 @@
 
 pkgname=cryptol
 pkgver=2.11.0
-pkgrel=31
+pkgrel=32
 pkgdesc="The Language of Cryptography"
 url="https://www.cryptol.net";
 license=("BSD")


[arch-commits] Commit in libxcrypt/repos/testing-x86_64 (4 files)

2021-06-07 Thread Christian Hesse via arch-commits
Date: Tuesday, June 8, 2021 @ 06:56:02
  Author: eworm
Revision: 417349

archrelease: copy trunk to testing-x86_64

Added:
  libxcrypt/repos/testing-x86_64/PKGBUILD
(from rev 417348, libxcrypt/trunk/PKGBUILD)
  libxcrypt/repos/testing-x86_64/libxcrypt.install
(from rev 417348, libxcrypt/trunk/libxcrypt.install)
Deleted:
  libxcrypt/repos/testing-x86_64/PKGBUILD
  libxcrypt/repos/testing-x86_64/libxcrypt.install

---+
 PKGBUILD  |   88 ++--
 libxcrypt.install |   30 -
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:55:59 UTC (rev 417348)
+++ PKGBUILD2021-06-08 06:56:02 UTC (rev 417349)
@@ -1,44 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=libxcrypt
-# Neither tarballs nor tags are signed, but commits are.
-_commit='3df9620d08db207367c0c5152148665b5ce422e1' # git rev-parse v${pkgver}
-pkgver=4.4.22
-pkgrel=3
-pkgdesc='Modern library for one-way hashing of passwords'
-arch=('x86_64')
-url='https://github.com/besser82/libxcrypt/'
-license=('GPL')
-depends=('glibc')
-makedepends=('git')
-provides=('libcrypt.so')
-install=libxcrypt.install
-validpgpkeys=('678CE3FEE430311596DB8C16F52E98007594C21D') # Björn 'besser82' 
Esser
-source=("git+https://github.com/besser82/libxcrypt.git#commit=${_commit}?signed";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-hashes=strong,glibc \
---enable-obsolete-api=no \
---disable-failure-tokens
-  make
-}
-
-check() {
-  cd $pkgname
-  make check 
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libxcrypt/repos/testing-x86_64/PKGBUILD (from rev 417348, 
libxcrypt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:56:02 UTC (rev 417349)
@@ -0,0 +1,44 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libxcrypt
+# Neither tarballs nor tags are signed, but commits are.
+_commit='3df9620d08db207367c0c5152148665b5ce422e1' # git rev-parse v${pkgver}
+pkgver=4.4.22
+pkgrel=4
+pkgdesc='Modern library for one-way hashing of passwords'
+arch=('x86_64')
+url='https://github.com/besser82/libxcrypt/'
+license=('GPL')
+depends=('glibc')
+makedepends=('git')
+provides=('libcrypt.so')
+install=libxcrypt.install
+validpgpkeys=('678CE3FEE430311596DB8C16F52E98007594C21D') # Björn 'besser82' 
Esser
+source=("git+https://github.com/besser82/libxcrypt.git#commit=${_commit}?signed";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-hashes=strong,glibc \
+--enable-obsolete-api=no \
+--disable-failure-tokens
+  make
+}
+
+check() {
+  cd $pkgname
+  make check 
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: libxcrypt.install
===
--- libxcrypt.install   2021-06-08 06:55:59 UTC (rev 417348)
+++ libxcrypt.install   2021-06-08 06:56:02 UTC (rev 417349)
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-post_upgrade() {
-  # return if old package version greater 4.4.21...
-  (( $(vercmp $2 '4.4.21') > 0 )) && return
-
-  cat < Starting with 'libxcrypt' 4.4.21, weak password hashes (such as MD5 and 
SHA1)
- > are no longer accepted for new passwords. Users that still have their
- > passwords stored with a weak hash will be asked to update their password on
- > their next login.
- > If the login just fails (for example from display manager) switch to a
- > virtual terminal ('Ctrl-Alt-F2') and log in there once.
-EOM
-}

Copied: libxcrypt/repos/testing-x86_64/libxcrypt.install (from rev 417348, 
libxcrypt/trunk/libxcrypt.install)
===
--- libxcrypt.install   (rev 0)
+++ libxcrypt.install   2021-06-08 06:56:02 UTC (rev 417349)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+post_upgrade() {
+  # return if old package version greater 4.4.21...
+  (( $(vercmp $2 '4.4.21') > 0 )) && return
+
+  cat < Starting with 'libxcrypt' 4.4.21, weak password hashes (such as MD5 and 
SHA1)
+ > are no longer accepted for new passwords. Users that still have their
+ > passwords stored with a weak hash will be asked to update their password on
+ > their next login.
+ > If the login just fails (for example from display manager) switch to a
+ > virtual terminal ('Ctrl-Alt-F2') and log in there once.
+EOM
+}


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

2021-06-07 Thread Christian Hesse via arch-commits
Date: Tuesday, June 8, 2021 @ 06:55:59
  Author: eworm
Revision: 417348

upgpkg: libxcrypt 4.4.22-4: rebuild

Modified:
  libxcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:55:54 UTC (rev 417347)
+++ PKGBUILD2021-06-08 06:55:59 UTC (rev 417348)
@@ -4,7 +4,7 @@
 # Neither tarballs nor tags are signed, but commits are.
 _commit='3df9620d08db207367c0c5152148665b5ce422e1' # git rev-parse v${pkgver}
 pkgver=4.4.22
-pkgrel=3
+pkgrel=4
 pkgdesc='Modern library for one-way hashing of passwords'
 arch=('x86_64')
 url='https://github.com/besser82/libxcrypt/'


[arch-commits] Commit in pambase/repos/testing-any (14 files)

2021-06-07 Thread Christian Hesse via arch-commits
Date: Tuesday, June 8, 2021 @ 06:55:54
  Author: eworm
Revision: 417347

archrelease: copy trunk to testing-any

Added:
  pambase/repos/testing-any/PKGBUILD
(from rev 417346, pambase/trunk/PKGBUILD)
  pambase/repos/testing-any/other
(from rev 417346, pambase/trunk/other)
  pambase/repos/testing-any/system-auth
(from rev 417346, pambase/trunk/system-auth)
  pambase/repos/testing-any/system-local-login
(from rev 417346, pambase/trunk/system-local-login)
  pambase/repos/testing-any/system-login
(from rev 417346, pambase/trunk/system-login)
  pambase/repos/testing-any/system-remote-login
(from rev 417346, pambase/trunk/system-remote-login)
  pambase/repos/testing-any/system-services
(from rev 417346, pambase/trunk/system-services)
Deleted:
  pambase/repos/testing-any/PKGBUILD
  pambase/repos/testing-any/other
  pambase/repos/testing-any/system-auth
  pambase/repos/testing-any/system-local-login
  pambase/repos/testing-any/system-login
  pambase/repos/testing-any/system-remote-login
  pambase/repos/testing-any/system-services

-+
 PKGBUILD|   68 +-
 other   |   18 ++---
 system-auth |   52 +++---
 system-local-login  |   12 
 system-login|   38 +--
 system-remote-login |   12 
 system-services |   22 
 7 files changed, 111 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:55:50 UTC (rev 417346)
+++ PKGBUILD2021-06-08 06:55:54 UTC (rev 417347)
@@ -1,34 +0,0 @@
-# Maintainer: Dave Reisner 
-
-pkgname=pambase
-pkgver=20210605
-pkgrel=1
-pkgdesc="Base PAM configuration for services"
-arch=('any')
-url="https://www.archlinux.org";
-license=('GPL')
-source=('system-auth'
-'system-local-login'
-'system-login'
-'system-remote-login'
-'system-services'
-'other')
-backup=('etc/pam.d/system-auth'
-'etc/pam.d/system-local-login'
-'etc/pam.d/system-login'
-'etc/pam.d/system-remote-login'
-'etc/pam.d/system-services'
-'etc/pam.d/other')
-sha256sums=('e9aedc66bfe06aa0e62e4539525b23dcdf98e373e6930a2a8b2be06045355fee'
-'005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
-'2ed270c2789526336cc6479e63f6263b5c6f41cfc829a17a449a38621b6bf020'
-'005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
-'6eb1acdd3fa9f71a7f93fbd529be57ea65bcafc6e3a98a06af4d88013fc6a567'
-'d5ed59ec2157c19c87964a162f7ca84d53c19fb2bd68d3fbc1671ba8d906346f')
-
-package() {
-  install -dm755 "$pkgdir/etc/pam.d"
-  install -m644 -t "$pkgdir/etc/pam.d" "${source[@]}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pambase/repos/testing-any/PKGBUILD (from rev 417346, 
pambase/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:55:54 UTC (rev 417347)
@@ -0,0 +1,34 @@
+# Maintainer: Dave Reisner 
+
+pkgname=pambase
+pkgver=20210605
+pkgrel=2
+pkgdesc="Base PAM configuration for services"
+arch=('any')
+url="https://www.archlinux.org";
+license=('GPL')
+source=('system-auth'
+'system-local-login'
+'system-login'
+'system-remote-login'
+'system-services'
+'other')
+backup=('etc/pam.d/system-auth'
+'etc/pam.d/system-local-login'
+'etc/pam.d/system-login'
+'etc/pam.d/system-remote-login'
+'etc/pam.d/system-services'
+'etc/pam.d/other')
+sha256sums=('e9aedc66bfe06aa0e62e4539525b23dcdf98e373e6930a2a8b2be06045355fee'
+'005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
+'2ed270c2789526336cc6479e63f6263b5c6f41cfc829a17a449a38621b6bf020'
+'005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
+'6eb1acdd3fa9f71a7f93fbd529be57ea65bcafc6e3a98a06af4d88013fc6a567'
+'d5ed59ec2157c19c87964a162f7ca84d53c19fb2bd68d3fbc1671ba8d906346f')
+
+package() {
+  install -dm755 "$pkgdir/etc/pam.d"
+  install -m644 -t "$pkgdir/etc/pam.d" "${source[@]}"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: other
===
--- other   2021-06-08 06:55:50 UTC (rev 417346)
+++ other   2021-06-08 06:55:54 UTC (rev 417347)
@@ -1,9 +0,0 @@
-#%PAM-1.0
-auth  required   pam_deny.so
-auth  required   pam_warn.so
-account   required   pam_deny.so
-account   required   pam_warn.so
-password  required   pam_deny.so
-password  required   pam_warn.so
-session   required   pam_deny.so
-session   required   pam_warn.so

Copied: pambase/repos/testing-any/other (from rev 417346, pambase/trunk/other)
===
--- other

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

2021-06-07 Thread Christian Hesse via arch-commits
Date: Tuesday, June 8, 2021 @ 06:55:50
  Author: eworm
Revision: 417346

upgpkg: pambase 20210605-2: rebuild

Modified:
  pambase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:55:40 UTC (rev 417345)
+++ PKGBUILD2021-06-08 06:55:50 UTC (rev 417346)
@@ -2,7 +2,7 @@
 
 pkgname=pambase
 pkgver=20210605
-pkgrel=1
+pkgrel=2
 pkgdesc="Base PAM configuration for services"
 arch=('any')
 url="https://www.archlinux.org";


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

2021-06-07 Thread Christian Hesse via arch-commits
Date: Tuesday, June 8, 2021 @ 06:55:40
  Author: eworm
Revision: 417345

archrelease: copy trunk to testing-x86_64

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

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

Deleted: 60-rfkill.rules
===
--- 60-rfkill.rules 2021-06-08 06:55:31 UTC (rev 417344)
+++ 60-rfkill.rules 2021-06-08 06:55:40 UTC (rev 417345)
@@ -1 +0,0 @@
-KERNEL=="rfkill", GROUP="rfkill", MODE="0664"

Copied: util-linux/repos/testing-x86_64/60-rfkill.rules (from rev 417344, 
util-linux/trunk/60-rfkill.rules)
===
--- 60-rfkill.rules (rev 0)
+++ 60-rfkill.rules 2021-06-08 06:55:40 UTC (rev 417345)
@@ -0,0 +1 @@
+KERNEL=="rfkill", GROUP="rfkill", MODE="0664"

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

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

2021-06-07 Thread Christian Hesse via arch-commits
Date: Tuesday, June 8, 2021 @ 06:55:31
  Author: eworm
Revision: 417344

upgpkg: util-linux 2.37-3: rebuild

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:43:54 UTC (rev 417343)
+++ PKGBUILD2021-06-08 06:55:31 UTC (rev 417344)
@@ -7,7 +7,7 @@
 _pkgmajor=2.37
 _realver=${_pkgmajor}
 pkgver=${_realver/-/}
-pkgrel=2
+pkgrel=3
 pkgdesc='Miscellaneous system utilities for Linux'
 url='https://github.com/karelzak/util-linux'
 arch=('x86_64')


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:52:14
  Author: felixonmars
Revision: 958675

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-what4/repos/community-staging-x86_64/PKGBUILD (from rev 958674, 
haskell-what4/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:52:14 UTC (rev 958675)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+_hkgname=what4
+pkgname=haskell-what4
+pkgver=1.1
+pkgrel=28
+pkgdesc="Solver-agnostic symbolic values support for issuing queries"
+url="https://github.com/GaloisInc/what4";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-bimap' 'haskell-bifunctors' 
'haskell-bv-sized'
+ 'haskell-config-value' 'haskell-deriving-compat' 
'haskell-data-binary-ieee754'
+ 'haskell-extra' 'haskell-fingertree' 'haskell-hashable' 
'haskell-hashtables'
+ 'haskell-io-streams' 'haskell-lens' 'haskell-libbf' 'haskell-panic'
+ 'haskell-parameterized-utils' 'haskell-prettyprinter' 
'haskell-scientific'
+ 'haskell-temporary' 'haskell-th-abstraction' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' 
'haskell-versions'
+ 'haskell-zenc')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-quickcheck' 
'haskell-tasty' 'haskell-tasty-hedgehog'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+checkdepends=('cvc4' 'yices' 'z3')
+optdepends=('cvc4' 'yices' 'z3')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b29565389cb21b524250be1808b626521fe856fc8d948464482efece3fa2607cf78372e609a4761a71ad9ff46da6e1af18dd85a2d0fbd4857e1144b4b4319cba')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+uusi -u versions $_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
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:52:01
  Author: felixonmars
Revision: 958674

upgpkg: haskell-what4 1.1-28: rebuild with ghc 8.10.5

Modified:
  haskell-what4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:48:26 UTC (rev 958673)
+++ PKGBUILD2021-06-08 06:52:01 UTC (rev 958674)
@@ -3,7 +3,7 @@
 _hkgname=what4
 pkgname=haskell-what4
 pkgver=1.1
-pkgrel=27
+pkgrel=28
 pkgdesc="Solver-agnostic symbolic values support for issuing queries"
 url="https://github.com/GaloisInc/what4";
 license=('BSD')


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:48:26
  Author: alucryd
Revision: 958673

archrelease: copy trunk to community-any

Added:
  python-django-modeltranslation/repos/community-any/PKGBUILD
(from rev 958672, python-django-modeltranslation/trunk/PKGBUILD)
Deleted:
  python-django-modeltranslation/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:48:19 UTC (rev 958672)
+++ PKGBUILD2021-06-08 06:48:26 UTC (rev 958673)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-modeltranslation
-pkgver=0.17.0
-pkgrel=1
-pkgdesc='Translates Django models using a registration approach'
-arch=(any)
-url=https://github.com/deschler/django-modeltranslation
-license=(BSD)
-depends=(python-django)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=f45828ffe9427ea184392296543cece91d7c4d9d
-source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-modeltranslation
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd django-modeltranslation
-
-  python setup.py build
-}
-
-package() {
-  cd django-modeltranslation
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-modeltranslation/repos/community-any/PKGBUILD (from rev 
958672, python-django-modeltranslation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:48:26 UTC (rev 958673)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-modeltranslation
+pkgver=0.17.2
+pkgrel=1
+pkgdesc='Translates Django models using a registration approach'
+arch=(any)
+url=https://github.com/deschler/django-modeltranslation
+license=(BSD)
+depends=(python-django)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=c4ba6cebe77d1bdaa911921ae4268dc88ec1f47c
+source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-modeltranslation
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd django-modeltranslation
+
+  python setup.py build
+}
+
+package() {
+  cd django-modeltranslation
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
+}
+
+# vim: ts=2 sw=2 et:


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:48:19
  Author: alucryd
Revision: 958672

upgpkg: python-django-modeltranslation 0.17.2-1

Modified:
  python-django-modeltranslation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:45:08 UTC (rev 958671)
+++ PKGBUILD2021-06-08 06:48:19 UTC (rev 958672)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-django-modeltranslation
-pkgver=0.17.0
+pkgver=0.17.2
 pkgrel=1
 pkgdesc='Translates Django models using a registration approach'
 arch=(any)
@@ -12,7 +12,7 @@
   git
   python-setuptools
 )
-_tag=f45828ffe9427ea184392296543cece91d7c4d9d
+_tag=c4ba6cebe77d1bdaa911921ae4268dc88ec1f47c
 
source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
 sha256sums=(SKIP)
 


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:45:08
  Author: alucryd
Revision: 958671

archrelease: copy trunk to community-staging-any

Added:
  python-marshmallow-sqlalchemy/repos/community-staging-any/PKGBUILD
(from rev 958670, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-marshmallow-sqlalchemy/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:42:24 UTC (rev 958670)
+++ PKGBUILD2021-06-08 06:45:08 UTC (rev 958671)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-marshmallow-sqlalchemy
-pkgver=0.25.0
-pkgrel=1
-pkgdesc='SQLAlchemy integration with marshmallow'
-url=https://marshmallow-sqlalchemy.readthedocs.io/
-arch=(any)
-license=(MIT)
-depends=(
-  python-marshmallow
-  python-sqlalchemy
-)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=f97b5b6e4a68fff2aecfd418a004b4b708fa
-source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd marshmallow-sqlalchemy
-
-  git describe --tags
-}
-
-build() {
-  cd marshmallow-sqlalchemy
-
-  python setup.py build
-}
-
-package() {
-  cd marshmallow-sqlalchemy
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-marshmallow-sqlalchemy/repos/community-staging-any/PKGBUILD 
(from rev 958670, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:45:08 UTC (rev 958671)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-marshmallow-sqlalchemy
+pkgver=0.26.1
+pkgrel=1
+pkgdesc='SQLAlchemy integration with marshmallow'
+url=https://marshmallow-sqlalchemy.readthedocs.io/
+arch=(any)
+license=(MIT)
+depends=(
+  python-marshmallow
+  python-sqlalchemy
+)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=bbee57d4d449de5c62a8656d967d8b16b1b849d9
+source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd marshmallow-sqlalchemy
+
+  git describe --tags
+}
+
+build() {
+  cd marshmallow-sqlalchemy
+
+  python setup.py build
+}
+
+package() {
+  cd marshmallow-sqlalchemy
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy/
+}
+
+# vim: ts=2 sw=2 et:


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

2021-06-07 Thread Christian Hesse via arch-commits
Date: Tuesday, June 8, 2021 @ 06:43:54
  Author: eworm
Revision: 417343

archrelease: copy trunk to testing-x86_64

Added:
  libxcrypt/repos/testing-x86_64/
  libxcrypt/repos/testing-x86_64/PKGBUILD
(from rev 417342, libxcrypt/trunk/PKGBUILD)
  libxcrypt/repos/testing-x86_64/libxcrypt.install
(from rev 417342, libxcrypt/trunk/libxcrypt.install)

---+
 PKGBUILD  |   44 
 libxcrypt.install |   15 +++
 2 files changed, 59 insertions(+)

Copied: libxcrypt/repos/testing-x86_64/PKGBUILD (from rev 417342, 
libxcrypt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-06-08 06:43:54 UTC (rev 417343)
@@ -0,0 +1,44 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libxcrypt
+# Neither tarballs nor tags are signed, but commits are.
+_commit='3df9620d08db207367c0c5152148665b5ce422e1' # git rev-parse v${pkgver}
+pkgver=4.4.22
+pkgrel=3
+pkgdesc='Modern library for one-way hashing of passwords'
+arch=('x86_64')
+url='https://github.com/besser82/libxcrypt/'
+license=('GPL')
+depends=('glibc')
+makedepends=('git')
+provides=('libcrypt.so')
+install=libxcrypt.install
+validpgpkeys=('678CE3FEE430311596DB8C16F52E98007594C21D') # Björn 'besser82' 
Esser
+source=("git+https://github.com/besser82/libxcrypt.git#commit=${_commit}?signed";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-hashes=strong,glibc \
+--enable-obsolete-api=no \
+--disable-failure-tokens
+  make
+}
+
+check() {
+  cd $pkgname
+  make check 
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: libxcrypt/repos/testing-x86_64/libxcrypt.install (from rev 417342, 
libxcrypt/trunk/libxcrypt.install)
===
--- testing-x86_64/libxcrypt.install(rev 0)
+++ testing-x86_64/libxcrypt.install2021-06-08 06:43:54 UTC (rev 417343)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+post_upgrade() {
+  # return if old package version greater 4.4.21...
+  (( $(vercmp $2 '4.4.21') > 0 )) && return
+
+  cat < Starting with 'libxcrypt' 4.4.21, weak password hashes (such as MD5 and 
SHA1)
+ > are no longer accepted for new passwords. Users that still have their
+ > passwords stored with a weak hash will be asked to update their password on
+ > their next login.
+ > If the login just fails (for example from display manager) switch to a
+ > virtual terminal ('Ctrl-Alt-F2') and log in there once.
+EOM
+}


[arch-commits] Commit in pambase/repos/testing-any (14 files)

2021-06-07 Thread Christian Hesse via arch-commits
Date: Tuesday, June 8, 2021 @ 06:43:42
  Author: eworm
Revision: 417342

archrelease: copy trunk to testing-any

Added:
  pambase/repos/testing-any/PKGBUILD
(from rev 417341, pambase/trunk/PKGBUILD)
  pambase/repos/testing-any/other
(from rev 417341, pambase/trunk/other)
  pambase/repos/testing-any/system-auth
(from rev 417341, pambase/trunk/system-auth)
  pambase/repos/testing-any/system-local-login
(from rev 417341, pambase/trunk/system-local-login)
  pambase/repos/testing-any/system-login
(from rev 417341, pambase/trunk/system-login)
  pambase/repos/testing-any/system-remote-login
(from rev 417341, pambase/trunk/system-remote-login)
  pambase/repos/testing-any/system-services
(from rev 417341, pambase/trunk/system-services)
Deleted:
  pambase/repos/testing-any/PKGBUILD
  pambase/repos/testing-any/other
  pambase/repos/testing-any/system-auth
  pambase/repos/testing-any/system-local-login
  pambase/repos/testing-any/system-login
  pambase/repos/testing-any/system-remote-login
  pambase/repos/testing-any/system-services

-+
 PKGBUILD|   68 +-
 other   |   18 ++---
 system-auth |   52 +++---
 system-local-login  |   12 
 system-login|   38 +--
 system-remote-login |   12 
 system-services |   22 
 7 files changed, 111 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:43:22 UTC (rev 417341)
+++ PKGBUILD2021-06-08 06:43:42 UTC (rev 417342)
@@ -1,34 +0,0 @@
-# Maintainer: Dave Reisner 
-
-pkgname=pambase
-pkgver=20210605
-pkgrel=1
-pkgdesc="Base PAM configuration for services"
-arch=('any')
-url="https://www.archlinux.org";
-license=('GPL')
-source=('system-auth'
-'system-local-login'
-'system-login'
-'system-remote-login'
-'system-services'
-'other')
-backup=('etc/pam.d/system-auth'
-'etc/pam.d/system-local-login'
-'etc/pam.d/system-login'
-'etc/pam.d/system-remote-login'
-'etc/pam.d/system-services'
-'etc/pam.d/other')
-sha256sums=('e9aedc66bfe06aa0e62e4539525b23dcdf98e373e6930a2a8b2be06045355fee'
-'005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
-'2ed270c2789526336cc6479e63f6263b5c6f41cfc829a17a449a38621b6bf020'
-'005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
-'6eb1acdd3fa9f71a7f93fbd529be57ea65bcafc6e3a98a06af4d88013fc6a567'
-'d5ed59ec2157c19c87964a162f7ca84d53c19fb2bd68d3fbc1671ba8d906346f')
-
-package() {
-  install -dm755 "$pkgdir/etc/pam.d"
-  install -m644 -t "$pkgdir/etc/pam.d" "${source[@]}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pambase/repos/testing-any/PKGBUILD (from rev 417341, 
pambase/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:43:42 UTC (rev 417342)
@@ -0,0 +1,34 @@
+# Maintainer: Dave Reisner 
+
+pkgname=pambase
+pkgver=20210605
+pkgrel=1
+pkgdesc="Base PAM configuration for services"
+arch=('any')
+url="https://www.archlinux.org";
+license=('GPL')
+source=('system-auth'
+'system-local-login'
+'system-login'
+'system-remote-login'
+'system-services'
+'other')
+backup=('etc/pam.d/system-auth'
+'etc/pam.d/system-local-login'
+'etc/pam.d/system-login'
+'etc/pam.d/system-remote-login'
+'etc/pam.d/system-services'
+'etc/pam.d/other')
+sha256sums=('e9aedc66bfe06aa0e62e4539525b23dcdf98e373e6930a2a8b2be06045355fee'
+'005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
+'2ed270c2789526336cc6479e63f6263b5c6f41cfc829a17a449a38621b6bf020'
+'005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
+'6eb1acdd3fa9f71a7f93fbd529be57ea65bcafc6e3a98a06af4d88013fc6a567'
+'d5ed59ec2157c19c87964a162f7ca84d53c19fb2bd68d3fbc1671ba8d906346f')
+
+package() {
+  install -dm755 "$pkgdir/etc/pam.d"
+  install -m644 -t "$pkgdir/etc/pam.d" "${source[@]}"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: other
===
--- other   2021-06-08 06:43:22 UTC (rev 417341)
+++ other   2021-06-08 06:43:42 UTC (rev 417342)
@@ -1,9 +0,0 @@
-#%PAM-1.0
-auth  required   pam_deny.so
-auth  required   pam_warn.so
-account   required   pam_deny.so
-account   required   pam_warn.so
-password  required   pam_deny.so
-password  required   pam_warn.so
-session   required   pam_deny.so
-session   required   pam_warn.so

Copied: pambase/repos/testing-any/other (from rev 417341, pambase/trunk/other)
===
--- other

[arch-commits] Commit in util-linux/repos (10 files)

2021-06-07 Thread Christian Hesse via arch-commits
Date: Tuesday, June 8, 2021 @ 06:43:22
  Author: eworm
Revision: 417341

archrelease: copy trunk to testing-x86_64

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

-+
 60-rfkill.rules |1 
 PKGBUILD|  122 ++
 pam-common  |6 ++
 pam-login   |8 +++
 pam-runuser |4 +
 pam-su  |   10 +++
 rfkill-block_.service   |   10 +++
 rfkill-unblock_.service |   10 +++
 util-linux.sysusers |2 
 9 files changed, 173 insertions(+)

Copied: util-linux/repos/testing-x86_64/60-rfkill.rules (from rev 417340, 
util-linux/trunk/60-rfkill.rules)
===
--- testing-x86_64/60-rfkill.rules  (rev 0)
+++ testing-x86_64/60-rfkill.rules  2021-06-08 06:43:22 UTC (rev 417341)
@@ -0,0 +1 @@
+KERNEL=="rfkill", GROUP="rfkill", MODE="0664"

Copied: util-linux/repos/testing-x86_64/PKGBUILD (from rev 417340, 
util-linux/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-06-08 06:43:22 UTC (rev 417341)
@@ -0,0 +1,122 @@
+# Maintainer: Tom Gundersen 
+# Maintainer: Dave Reisner 
+# Contributor: judd 
+
+pkgbase=util-linux
+pkgname=(util-linux util-linux-libs)
+_pkgmajor=2.37
+_realver=${_pkgmajor}
+pkgver=${_realver/-/}
+pkgrel=2
+pkgdesc='Miscellaneous system utilities for Linux'
+url='https://github.com/karelzak/util-linux'
+arch=('x86_64')
+makedepends=('asciidoctor' 'libcap-ng' 'libxcrypt' 'python' 'systemd')
+license=('GPL2')
+options=('strip')
+validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
+source=("https://www.kernel.org/pub/linux/utils/util-linux/v${_pkgmajor}/${pkgbase}-${_realver}.tar."{xz,sign}
+pam-{login,common,runuser,su}
+'util-linux.sysusers'
+'60-rfkill.rules'
+'rfkill-unblock_.service'
+'rfkill-block_.service')
+sha256sums=('bd07b7e98839e0359842110525a3032fdb8eaf3a90bedde3dd1652d32d15cce5'
+'SKIP'
+'99cd77f21ee44a0c5e57b0f3670f711a00496f198fc5704d7e44f5d817c81a0f'
+'57e057758944f4557762c6def939410c04ca5803cbdd2bfa2153ce47ffe7a4af'
+'48d6fba767631e3dd3620cf02a71a74c5d65a525d4c4ce4b5a0b7d9f41ebfea1'
+'3f54249ac2db44945d6d12ec728dcd0d69af0735787a8b078eacd2c67e38155b'
+'10b0505351263a099163c0d928132706e501dd0a008dac2835b052167b14abe3'
+'742309fee7f47baa83df9ea6fef525ff9aec395c8cbd9fe848ceb2643f37'
+'8ccec10a22523f6b9d55e0d6cbf91905a39881446710aa083e935e8073323376'
+'a22e0a037e702170c7d88460cc9c9c2ab1d3e5c54a6985cd4a164ea7beff1b36')
+
+build() {
+  cd "${pkgbase}-${_realver}"
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib \
+--bindir=/usr/bin \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--enable-usrdir-path \
+--enable-fs-paths-default=/usr/bin:/usr/local/bin \
+--enable-raw \
+--enable-vipw \
+--enable-newgrp \
+--enable-chfn-chsh \
+--enable-write \
+--enable-mesg \
+--with-python=3
+
+  make
+}
+
+package_util-linux() {
+  conflicts=('rfkill' 'hardlink')
+  provides=('rfkill' 'hardlink')
+  replaces=('rfkill' 'hardlink')
+  depends=('pam' 'shadow' 'coreutils' 'systemd-libs' 'libsystemd.so'
+   'libudev.so' 'libcap-ng' 'libxcrypt' 'libcrypt.so' 'util-linux-libs'
+   'libmagic.so' 'libncursesw.so' 'libreadline.so')
+  optdepends=('python: python bindings to libmount'
+  'words: default dictionary for look')
+  backup=(etc/pam.d/chfn
+  etc/pam.d/chsh
+  etc/pam.d/login
+  etc/pam.d/runuser
+  etc/pam.d/runuser-l
+  etc/pam.d/su
+  etc/pam.d/su-l)
+
+  cd "${pkgbase}-${_realver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # setuid chfn and chsh
+  chmod 4755 "${pkgdir}"/usr/bin/{newgrp,ch{sh,fn}}
+
+  # install PAM files fo

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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:42:24
  Author: felixonmars
Revision: 958670

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-config-value/repos/community-staging-x86_64/
  haskell-config-value/repos/community-staging-x86_64/PKGBUILD
(from rev 958669, haskell-config-value/trunk/PKGBUILD)

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

Copied: haskell-config-value/repos/community-staging-x86_64/PKGBUILD (from rev 
958669, haskell-config-value/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:42:24 UTC (rev 958670)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+_hkgname=config-value
+pkgname=haskell-config-value
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="Simple, layout-based value language similar to YAML or JSON"
+url="https://github.com/glguy/config-value";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'alex' 'happy')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha256sums=('58f45c24dcb668360b773171bc4dafe702bc434981a76ef821e58ca302d8d220')
+
+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-config-value/trunk (PKGBUILD)

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:42:11
  Author: felixonmars
Revision: 958669

upgpkg: haskell-config-value 0.8.1-2: rebuild with ghc 8.10.5

Modified:
  haskell-config-value/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:41:08 UTC (rev 958668)
+++ PKGBUILD2021-06-08 06:42:11 UTC (rev 958669)
@@ -3,7 +3,7 @@
 _hkgname=config-value
 pkgname=haskell-config-value
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple, layout-based value language similar to YAML or JSON"
 url="https://github.com/glguy/config-value";
 license=("MIT")
@@ -22,7 +22,7 @@
 --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
 --ghc-option='-pie'
 
-  runhaskell Setup build
+  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
@@ -31,7 +31,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:41:08
  Author: felixonmars
Revision: 958668

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 958667, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
958667, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:41:08 UTC (rev 958668)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.23.6
+pkgrel=92
+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-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:40:55
  Author: felixonmars
Revision: 958667

upgpkg: hopenpgp-tools 0.23.6-92: rebuild with ghc 8.10.5

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:39:40 UTC (rev 958666)
+++ PKGBUILD2021-06-08 06:40:55 UTC (rev 958667)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.23.6
-pkgrel=91
+pkgrel=92
 pkgdesc="hOpenPGP-based command-line tools"
 url="https://salsa.debian.org/clint/hopenpgp-tools";
 license=("AGPL3")


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:39:40
  Author: alucryd
Revision: 958666

archrelease: copy trunk to community-any

Added:
  python-django-modeltranslation/repos/community-any/PKGBUILD
(from rev 958665, python-django-modeltranslation/trunk/PKGBUILD)
Deleted:
  python-django-modeltranslation/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:39:35 UTC (rev 958665)
+++ PKGBUILD2021-06-08 06:39:40 UTC (rev 958666)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-modeltranslation
-pkgver=0.17.1
-pkgrel=1
-pkgdesc='Translates Django models using a registration approach'
-arch=(any)
-url=https://github.com/deschler/django-modeltranslation
-license=(BSD)
-depends=(python-django)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=ce1261067278d3f2d3e00bc7a87542cdebb11272
-source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-modeltranslation
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd django-modeltranslation
-
-  python setup.py build
-}
-
-package() {
-  cd django-modeltranslation
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-modeltranslation/repos/community-any/PKGBUILD (from rev 
958665, python-django-modeltranslation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:39:40 UTC (rev 958666)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-modeltranslation
+pkgver=0.17.0
+pkgrel=1
+pkgdesc='Translates Django models using a registration approach'
+arch=(any)
+url=https://github.com/deschler/django-modeltranslation
+license=(BSD)
+depends=(python-django)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=f45828ffe9427ea184392296543cece91d7c4d9d
+source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-modeltranslation
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd django-modeltranslation
+
+  python setup.py build
+}
+
+package() {
+  cd django-modeltranslation
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
+}
+
+# vim: ts=2 sw=2 et:


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:39:35
  Author: alucryd
Revision: 958665

upgpkg: python-django-modeltranslation 0.17.0-1

Modified:
  python-django-modeltranslation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:38:46 UTC (rev 958664)
+++ PKGBUILD2021-06-08 06:39:35 UTC (rev 958665)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-django-modeltranslation
-pkgver=0.17.1
+pkgver=0.17.0
 pkgrel=1
 pkgdesc='Translates Django models using a registration approach'
 arch=(any)
@@ -12,7 +12,7 @@
   git
   python-setuptools
 )
-_tag=ce1261067278d3f2d3e00bc7a87542cdebb11272
+_tag=f45828ffe9427ea184392296543cece91d7c4d9d
 
source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
 sha256sums=(SKIP)
 


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:38:46
  Author: felixonmars
Revision: 958664

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 958663, haskell-hopenpgp/trunk/PKGBUILD)

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
958663, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:38:46 UTC (rev 958664)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.9.5
+pkgrel=134
+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)
+sha512sums=('7e0ecc73054c5315093e7f64f92bc7c62a7f9ff1b2c985595db427a063460b3fc692343079676631987c9a651212d1d739289f9b1e2ecb1c086b2c9bd5a4ba0e')
+
+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
+}


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:38:32
  Author: felixonmars
Revision: 958663

upgpkg: haskell-hopenpgp 2.9.5-134: rebuild with ghc 8.10.5

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:37:44 UTC (rev 958662)
+++ PKGBUILD2021-06-08 06:38:32 UTC (rev 958663)
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.9.5
-pkgrel=133
+pkgrel=134
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/";
 license=('MIT')


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:37:44
  Author: alucryd
Revision: 958662

archrelease: copy trunk to community-any

Added:
  python-django-q/repos/community-any/PKGBUILD
(from rev 958661, python-django-q/trunk/PKGBUILD)
Deleted:
  python-django-q/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:37:40 UTC (rev 958661)
+++ PKGBUILD2021-06-08 06:37:44 UTC (rev 958662)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-q
-pkgver=1.3.6
-pkgrel=1
-pkgdesc='A multiprocessing distributed task queue for Django'
-arch=(any)
-url=https://github.com/Koed00/django-q
-license=(MIT)
-depends=(
-  python-arrow
-  python-blessed
-  python-django
-  python-django-picklefield
-  python-future
-  python-six
-)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=8d49825d4047dfbb96b3230968e6bdfd00a60505
-source=(git+https://github.com/Koed00/django-q.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-q
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd django-q
-
-  python setup.py build
-}
-
-package() {
-  cd django-q
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-q/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-q/repos/community-any/PKGBUILD (from rev 958661, 
python-django-q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:37:44 UTC (rev 958662)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-q
+pkgver=1.3.7
+pkgrel=1
+pkgdesc='A multiprocessing distributed task queue for Django'
+arch=(any)
+url=https://github.com/Koed00/django-q
+license=(MIT)
+depends=(
+  python-arrow
+  python-blessed
+  python-django
+  python-django-picklefield
+  python-future
+  python-six
+)
+makedepends=(
+  git
+  python-pip
+  python-poetry
+)
+_tag=d80580dae50ce36c3bafa5bda9d4815dfbf1
+source=(git+https://github.com/Koed00/django-q.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-q
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd django-q
+  poetry build --format wheel
+}
+
+package() {
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" 
--ignore-installed --no-deps django-q/dist/*.whl
+  install -Dm 644 django-q/LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-q/
+}
+
+# vim: ts=2 sw=2 et:


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:37:40
  Author: alucryd
Revision: 958661

upgpkg: python-django-q 1.3.7-1

Modified:
  python-django-q/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:35:38 UTC (rev 958660)
+++ PKGBUILD2021-06-08 06:37:40 UTC (rev 958661)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-django-q
-pkgver=1.3.6
+pkgver=1.3.7
 pkgrel=1
 pkgdesc='A multiprocessing distributed task queue for Django'
 arch=(any)
@@ -17,29 +17,26 @@
 )
 makedepends=(
   git
-  python-setuptools
+  python-pip
+  python-poetry
 )
-_tag=8d49825d4047dfbb96b3230968e6bdfd00a60505
+_tag=d80580dae50ce36c3bafa5bda9d4815dfbf1
 source=(git+https://github.com/Koed00/django-q.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {
   cd django-q
-
   git describe --tags | sed 's/^v//'
 }
 
 build() {
   cd django-q
-
-  python setup.py build
+  poetry build --format wheel
 }
 
 package() {
-  cd django-q
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-q/
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" 
--ignore-installed --no-deps django-q/dist/*.whl
+  install -Dm 644 django-q/LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-q/
 }
 
 # vim: ts=2 sw=2 et:


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:35:38
  Author: felixonmars
Revision: 958660

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-bz2/repos/community-staging-x86_64/PKGBUILD (from rev 958659, 
haskell-bz2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:35:38 UTC (rev 958660)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=bz2
+pkgname=haskell-bz2
+pkgver=1.0.1.0
+pkgrel=101
+pkgdesc="Bindings to libbz2"
+url="https://hub.darcs.net/vmchale/bz2";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'bzip2')
+makedepends=('ghc' 'c2hs' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('3e2b8550c878645fe49446abd31ae12ba1fce252c2e1d626b2be42d083f835338ce9def9af43884f12d30292f2e560b98a9783e772f7b1a87cbbf2e860a08b9f')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+
+# Use system libbz2
+sed -i -e '/cbits/d' -e '/c-sources/d' -e '/hs-source-dirs/i \
extra-libraries: bz2' $_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
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:35:24
  Author: felixonmars
Revision: 958659

upgpkg: haskell-bz2 1.0.1.0-101: rebuild with ghc 8.10.5

Modified:
  haskell-bz2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:34:21 UTC (rev 958658)
+++ PKGBUILD2021-06-08 06:35:24 UTC (rev 958659)
@@ -3,7 +3,7 @@
 _hkgname=bz2
 pkgname=haskell-bz2
 pkgver=1.0.1.0
-pkgrel=100
+pkgrel=101
 pkgdesc="Bindings to libbz2"
 url="https://hub.darcs.net/vmchale/bz2";
 license=('BSD')


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:34:21
  Author: felixonmars
Revision: 958658

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-gnuidn/repos/community-staging-x86_64/PKGBUILD (from rev 
958657, haskell-gnuidn/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:34:21 UTC (rev 958658)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=gnuidn
+pkgname=haskell-gnuidn
+pkgver=0.2.2
+pkgrel=199
+pkgdesc="Bindings for GNU IDN"
+url="https://john-millikin.com/software/haskell-gnuidn/";
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' "libidn")
+makedepends=('c2hs' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('4ac894ba4cc4fb9fd90ccea55fda342cd0dadc863a091d31287b19117ec1e545a23b7fb69db02bbb8ee9eb84856acb51f3ab0d7778f4ca3da290dfcbc7ef27ac')
+
+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
+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"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:34:07
  Author: felixonmars
Revision: 958657

upgpkg: haskell-gnuidn 0.2.2-199: rebuild with ghc 8.10.5

Modified:
  haskell-gnuidn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:33:13 UTC (rev 958656)
+++ PKGBUILD2021-06-08 06:34:07 UTC (rev 958657)
@@ -4,7 +4,7 @@
 _hkgname=gnuidn
 pkgname=haskell-gnuidn
 pkgver=0.2.2
-pkgrel=198
+pkgrel=199
 pkgdesc="Bindings for GNU IDN"
 url="https://john-millikin.com/software/haskell-gnuidn/";
 license=("GPL3")


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:33:13
  Author: felixonmars
Revision: 958656

archrelease: copy trunk to community-staging-x86_64

Added:
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 958655, xmobar/trunk/PKGBUILD)

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 958655, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:33:13 UTC (rev 958656)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.38
+pkgrel=5
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-parsec-numbers'
+ 'haskell-regex-compat' 'haskell-old-locale'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-cereal' 
'haskell-netlink'
+ 'haskell-async' 'haskell-aeson'
+ 'haskell-timezone-olson' 'haskell-timezone-series' 'alsa-lib'
+ 'haskell-extensible-exceptions' 'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-http-client-tls' 'haskell-alsa-core' 
'haskell-alsa-mixer')
+makedepends=('ghc' 'haskell-hspec' 'haskell-temporary')
+source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('6dd142496e71f0e4b222d0b88f4518fe0544d52122ed3b474f6f55c34a0e9c61bf25121c50efbcab481847ca00045f06de1cb5bda0c78c9bc303473a8cac656a')
+
+build() {
+  cd xmobar-${pkgver}
+
+  _flags=(with_xft with_utf8 with_inotify with_mpd with_alsa with_nl80211
+  with_datezone with_mpris with_dbus with_xpm with_threaded
+  with_rtsopts with_weather)
+
+  runhaskell setup configure -O \
+--enable-shared \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--prefix=/usr \
+--dynlibdir=/usr/lib \
+--libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' \
+--flags="${_flags[*]}" \
+--enable-tests
+  runhaskell setup build
+  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 xmobar-${pkgver}
+  runhaskell setup test
+}
+
+package() {
+  cd xmobar-${pkgver}
+  install -Dm 744 register.sh   
"${pkgdir}/usr/share/haskell/register/xmobar.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/xmobar.sh"
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:32:59
  Author: felixonmars
Revision: 958655

upgpkg: xmobar 0.38-5: rebuild with ghc 8.10.5

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:30:19 UTC (rev 958654)
+++ PKGBUILD2021-06-08 06:32:59 UTC (rev 958655)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.38
-pkgrel=4
+pkgrel=5
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:30:19
  Author: felixonmars
Revision: 958654

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-alsa-mixer/repos/community-staging-x86_64/
  haskell-alsa-mixer/repos/community-staging-x86_64/PKGBUILD
(from rev 958653, haskell-alsa-mixer/trunk/PKGBUILD)

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

Copied: haskell-alsa-mixer/repos/community-staging-x86_64/PKGBUILD (from rev 
958653, haskell-alsa-mixer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:30:19 UTC (rev 958654)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+
+_hkgname=alsa-mixer
+pkgname=haskell-${_hkgname}
+pkgver=0.3.0
+pkgrel=71
+pkgdesc='Bindings to the ALSA simple mixer API'
+url='https://hackage.haskell.org/package/alsa-mixer'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'glibc' 'gmp' 'alsa-lib' 'haskell-base' 'haskell-unix'
+ 'haskell-alsa-core' 'haskell-extensible-exceptions')
+makedepends=('ghc' 'c2hs')
+source=(https://github.com/ttuegel/alsa-mixer/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('afc9aba478e37af03f38707e0bddc8a2c2f51ddc27a93bd8b81a277077f72ccf')
+sha512sums=('3977808321218a7694a59ff294664b2a9ae6e735844040adf89bf63ef75f025aada555fde6c79cbe19f4ca9c7546005de5a2b132c2fd6deef2c1a38ae555fe5f')
+
+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 \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup haddock
+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 -Dm 744 register.sh 
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm 755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+  runhaskell Setup copy --destdir="$pkgdir"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s /usr/share/doc/${pkgname}/html 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:30:05
  Author: felixonmars
Revision: 958653

upgpkg: haskell-alsa-mixer 0.3.0-71: rebuild with ghc 8.10.5

Modified:
  haskell-alsa-mixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:28:53 UTC (rev 958652)
+++ PKGBUILD2021-06-08 06:30:05 UTC (rev 958653)
@@ -3,7 +3,7 @@
 _hkgname=alsa-mixer
 pkgname=haskell-${_hkgname}
 pkgver=0.3.0
-pkgrel=70
+pkgrel=71
 pkgdesc='Bindings to the ALSA simple mixer API'
 url='https://hackage.haskell.org/package/alsa-mixer'
 license=('BSD')
@@ -32,7 +32,7 @@
 
 check() {
   cd ${_hkgname}-${pkgver}
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:29:05
  Author: alucryd
Revision: 417338

archrelease: copy trunk to extra-x86_64

Added:
  tomcat-native/repos/extra-x86_64/PKGBUILD
(from rev 417337, tomcat-native/trunk/PKGBUILD)
  tomcat-native/repos/extra-x86_64/tomcat-native-buildconf.patch
(from rev 417337, tomcat-native/trunk/tomcat-native-buildconf.patch)
Deleted:
  tomcat-native/repos/extra-x86_64/PKGBUILD
  tomcat-native/repos/extra-x86_64/tomcat-native-buildconf.patch

---+
 PKGBUILD  |  118 
 tomcat-native-buildconf.patch |   24 
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:29:00 UTC (rev 417337)
+++ PKGBUILD2021-06-08 06:29:05 UTC (rev 417338)
@@ -1,59 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Guillaume Alaux 
-# Contributor: Vitaliy Berdinskikh 
-
-pkgname=tomcat-native
-pkgver=1.2.28
-pkgrel=1
-pkgdesc='Optional component for Tomcat to use certain native resources for 
performance, compatibility'
-arch=(x86_64)
-url=https://tomcat.apache.org/native-doc/
-license=(APACHE)
-depends=(apr)
-makedepends=(
-  git
-  java-environment
-  python
-)
-options=(!emptydirs)
-_tag=5566385ab63361d8d707613508d803964a15a1f8
-source=(
-  git+https://github.com/apache/tomcat-native.git#tag=${_tag}
-  tomcat-native-buildconf.patch
-)
-b2sums=(
-  SKIP
-  
d3603079626b908644331c193452088ef3ce89e92c775c60b232d16d04b8c49d40106d55c76f81c87daea93d335868140df0046c7102796d92b08431ac8749a4
-)
-
-pkgver() {
-  cd tomcat-native
-
-  git describe --tags
-}
-
-prepare() {
-  cd tomcat-native/native
-
-  patch -Np2 -i ../../tomcat-native-buildconf.patch
-  automake --add-missing --copy --force-missing || true
-  ./buildconf \
---with-apr=/usr/share/apr-1
-}
-
-build() {
-  cd tomcat-native/native
-
-  ./configure \
---prefix=/usr \
---with-apr=/usr/bin/apr-1-config \
---with-java-home=/usr/lib/jvm/default \
---with-ssl=/usr
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C tomcat-native/native install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tomcat-native/repos/extra-x86_64/PKGBUILD (from rev 417337, 
tomcat-native/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:29:05 UTC (rev 417338)
@@ -0,0 +1,59 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Guillaume Alaux 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=tomcat-native
+pkgver=1.2.30
+pkgrel=1
+pkgdesc='Optional component for Tomcat to use certain native resources for 
performance, compatibility'
+arch=(x86_64)
+url=https://tomcat.apache.org/native-doc/
+license=(APACHE)
+depends=(apr)
+makedepends=(
+  git
+  java-environment
+  python
+)
+options=(!emptydirs)
+_tag=8b1baaa1af07c07a9f44f9adb31b7dbdabd6ff39
+source=(
+  git+https://github.com/apache/tomcat-native.git#tag=${_tag}
+  tomcat-native-buildconf.patch
+)
+b2sums=(
+  SKIP
+  
d3603079626b908644331c193452088ef3ce89e92c775c60b232d16d04b8c49d40106d55c76f81c87daea93d335868140df0046c7102796d92b08431ac8749a4
+)
+
+pkgver() {
+  cd tomcat-native
+
+  git describe --tags
+}
+
+prepare() {
+  cd tomcat-native/native
+
+  patch -Np2 -i ../../tomcat-native-buildconf.patch
+  automake --add-missing --copy --force-missing || true
+  ./buildconf \
+--with-apr=/usr/share/apr-1
+}
+
+build() {
+  cd tomcat-native/native
+
+  ./configure \
+--prefix=/usr \
+--with-apr=/usr/bin/apr-1-config \
+--with-java-home=/usr/lib/jvm/default \
+--with-ssl=/usr
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C tomcat-native/native install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: tomcat-native-buildconf.patch
===
--- tomcat-native-buildconf.patch   2021-06-08 06:29:00 UTC (rev 417337)
+++ tomcat-native-buildconf.patch   2021-06-08 06:29:05 UTC (rev 417338)
@@ -1,12 +0,0 @@
-diff -rupN tomcat-native.orig/native/buildconf tomcat-native/native/buildconf
 tomcat-native.orig/native/buildconf2020-09-20 14:44:45.114714616 
+0200
-+++ tomcat-native/native/buildconf 2020-09-20 14:44:58.368172703 +0200
-@@ -55,7 +55,7 @@ if [ ! -d "$apr_src_dir/build" ]; then
- fi
- 
- # Remove some files, then copy them from apr source tree
--for file in apr_common.m4 find_apr.m4 install.sh config.guess config.sub
-+for file in apr_common.m4 find_apr.m4 install.sh
- do
-   if [ ! -f "$apr_src_dir/build/$file" ]; then
- echo "File '$apr_src_dir/build/$file' missing - wrong apr source 
directory?"

Copied: tomcat-native/repos/extra-x86_64/tomcat-native-buildconf.patch (from 
rev 417337, tomcat-native/trunk/tomcat-native-buildconf.patch)
===
--- tomcat-native-buildconf.patch   (rev 0)
+++ tomcat-native-

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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:29:00
  Author: alucryd
Revision: 417337

upgpkg: tomcat-native 1.2.30-1

Modified:
  tomcat-native/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 05:43:38 UTC (rev 417336)
+++ PKGBUILD2021-06-08 06:29:00 UTC (rev 417337)
@@ -3,7 +3,7 @@
 # Contributor: Vitaliy Berdinskikh 
 
 pkgname=tomcat-native
-pkgver=1.2.28
+pkgver=1.2.30
 pkgrel=1
 pkgdesc='Optional component for Tomcat to use certain native resources for 
performance, compatibility'
 arch=(x86_64)
@@ -16,7 +16,7 @@
   python
 )
 options=(!emptydirs)
-_tag=5566385ab63361d8d707613508d803964a15a1f8
+_tag=8b1baaa1af07c07a9f44f9adb31b7dbdabd6ff39
 source=(
   git+https://github.com/apache/tomcat-native.git#tag=${_tag}
   tomcat-native-buildconf.patch


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:28:53
  Author: felixonmars
Revision: 958652

archrelease: copy trunk to community-staging-x86_64

Added:
  c2hs/repos/community-staging-x86_64/
  c2hs/repos/community-staging-x86_64/PKGBUILD
(from rev 958651, c2hs/trunk/PKGBUILD)

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

Copied: c2hs/repos/community-staging-x86_64/PKGBUILD (from rev 958651, 
c2hs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:28:53 UTC (rev 958652)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=c2hs
+pkgver=0.28.7
+pkgrel=72
+pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
+url="https://github.com/haskell/c2hs";
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-dlist' 'haskell-language-c')
+makedepends=('ghc' 'uusi' 'haskell-test-framework' 
'haskell-test-framework-hunit' 'haskell-hunit'
+ 'haskell-shelly')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
+
https://github.com/haskell/c2hs/archive/fbb4c2fa6ec5528aa068512f1b691298db420321.tar.gz)
+sha512sums=('69c877349ae4864763d20664edae07a67aa1c55f5d4fccc3fcb6d06e94eb14d6b4b0201fc2840a9ebbc45a2a21ab55ad0e79f9cd88c3df67abf5c1fd62d6'
+
'2953a07fecc95cfd5086b973a0d12b7407417f16bf73ad0f7d261e9e1884cf14b18663c15d86c8bf047dff05de70d4f01195e5d70c3225c86695fc57c8cf70e9')
+
+prepare() {
+sed -i 's/cmd "ghc"/cmd "ghc" "-dynamic"/' c2hs-$pkgver/tests/test-*.hs
+sed -i 's/HC=ghc/HC="ghc -dynamic"/' c2hs-$pkgver/tests/system/Makefile
+sed -i 's/"ghc", \["-/"ghc", ["-dynamic", "-/' c2hs-$pkgver/tests/test-*.hs
+
+uusi -u language-c c2hs-$pkgver/$pkgname.cabal
+
+# Missing test files
+cp -r c2hs-fbb4c2fa6ec5528aa068512f1b691298db420321/tests/bugs/issue-242 
c2hs-$pkgver/tests/bugs/
+cp -r 
c2hs-fbb4c2fa6ec5528aa068512f1b691298db420321/tests/system/interruptible 
c2hs-$pkgver/tests/system/
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" 
--enable-tests \
+-f-regression -fbase3 --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:28:38
  Author: felixonmars
Revision: 958651

upgpkg: c2hs 0.28.7-72: rebuild with ghc 8.10.5

Modified:
  c2hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:28:14 UTC (rev 958650)
+++ PKGBUILD2021-06-08 06:28:38 UTC (rev 958651)
@@ -3,7 +3,7 @@
 
 pkgname=c2hs
 pkgver=0.28.7
-pkgrel=71
+pkgrel=72
 pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
 url="https://github.com/haskell/c2hs";
 license=("GPL2")


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:28:14
  Author: alucryd
Revision: 958650

archrelease: copy trunk to community-x86_64

Added:
  yder/repos/community-x86_64/PKGBUILD
(from rev 958649, yder/trunk/PKGBUILD)
Deleted:
  yder/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:28:09 UTC (rev 958649)
+++ PKGBUILD2021-06-08 06:28:14 UTC (rev 958650)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=yder
-pkgver=1.4.14
-pkgrel=1
-pkgdesc='Logging library for C applications'
-arch=(x86_64)
-url=https://github.com/babelouest/yder
-license=(LGPL2.1)
-depends=(
-  glibc
-  liborcania.so
-  libsystemd.so
-)
-makedepends=(
-  cmake
-  doxygen
-  git
-  graphviz
-  ninja
-  systemd
-)
-provides=(libyder.so)
-_tag=24434784bdcbb3734a2deaa872450d4e78c7aeb0
-source=(git+https://github.com/babelouest/yder.git#tag=${_tag})
-validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

-b2sums=(SKIP)
-
-pkgver() {
-  cd yder
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake -S yder -B build -G Ninja \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_YDER_DOCUMENTATION=ON
-  ninja -C build doc
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -dm 755 "${pkgdir}"/usr/share/doc
-  cp -dr --no-preserve=ownership yder/doc/html "${pkgdir}"/usr/share/doc/yder/
-}
-
-# vim: ts=2 sw=2 et:

Copied: yder/repos/community-x86_64/PKGBUILD (from rev 958649, 
yder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:28:14 UTC (rev 958650)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=yder
+pkgver=1.4.14
+pkgrel=2
+pkgdesc='Logging library for C applications'
+arch=(x86_64)
+url=https://github.com/babelouest/yder
+license=(LGPL2.1)
+depends=(
+  glibc
+  liborcania.so
+  libsystemd.so
+)
+makedepends=(
+  cmake
+  doxygen
+  git
+  graphviz
+  ninja
+  systemd
+)
+provides=(libyder.so)
+_tag=2c2cd0b4f428aa1ece0f4637897d3e1fd3ec0bd6
+source=(git+https://github.com/babelouest/yder.git#tag=${_tag})
+validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

+b2sums=(SKIP)
+
+pkgver() {
+  cd yder
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake -S yder -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_YDER_DOCUMENTATION=ON
+  ninja -C build doc
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -dm 755 "${pkgdir}"/usr/share/doc
+  cp -dr --no-preserve=ownership yder/doc/html "${pkgdir}"/usr/share/doc/yder/
+}
+
+# vim: ts=2 sw=2 et:


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:28:09
  Author: alucryd
Revision: 958649

upgpkg: yder 1.4.14-2

Modified:
  yder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:26:01 UTC (rev 958648)
+++ PKGBUILD2021-06-08 06:28:09 UTC (rev 958649)
@@ -2,7 +2,7 @@
 
 pkgname=yder
 pkgver=1.4.14
-pkgrel=1
+pkgrel=2
 pkgdesc='Logging library for C applications'
 arch=(x86_64)
 url=https://github.com/babelouest/yder
@@ -21,7 +21,7 @@
   systemd
 )
 provides=(libyder.so)
-_tag=24434784bdcbb3734a2deaa872450d4e78c7aeb0
+_tag=2c2cd0b4f428aa1ece0f4637897d3e1fd3ec0bd6
 source=(git+https://github.com/babelouest/yder.git#tag=${_tag})
 validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

 b2sums=(SKIP)


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:26:01
  Author: felixonmars
Revision: 958648

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-language-c/repos/community-staging-x86_64/PKGBUILD (from rev 
958647, haskell-language-c/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:26:01 UTC (rev 958648)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=language-c
+pkgname=haskell-language-c
+pkgver=0.9.0.1
+pkgrel=3
+pkgdesc="Analysis and generation of C code"
+url="https://visq.github.io/language-c/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('alex' 'happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('bba7537b646a7714b8d464463800cc15965d266d4dd394cc9c0ace5052fa0ffc03984f331f14683e2916de32ba74e05ccb568c5cc77cfbd38687a2d357afc66f')
+
+build() {
+cd $_hkgname-$pkgver
+
+rm -r dist
+
+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 \
+-fseparatesyb -fusebytestrings -f-allwarnings -fiecfpextension
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:25:48
  Author: felixonmars
Revision: 958647

upgpkg: haskell-language-c 0.9.0.1-3: rebuild with ghc 8.10.5

Modified:
  haskell-language-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:25:14 UTC (rev 958646)
+++ PKGBUILD2021-06-08 06:25:48 UTC (rev 958647)
@@ -4,7 +4,7 @@
 _hkgname=language-c
 pkgname=haskell-language-c
 pkgver=0.9.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Analysis and generation of C code"
 url="https://visq.github.io/language-c/";
 license=("BSD")


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:25:14
  Author: alucryd
Revision: 958646

archrelease: copy trunk to community-x86_64

Added:
  ulfius/repos/community-x86_64/PKGBUILD
(from rev 958645, ulfius/trunk/PKGBUILD)
Deleted:
  ulfius/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:25:09 UTC (rev 958645)
+++ PKGBUILD2021-06-08 06:25:14 UTC (rev 958646)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=ulfius
-pkgver=2.7.3
-pkgrel=1
-pkgdesc='HTTP Framework for REST Applications in C'
-arch=(x86_64)
-url=https://github.com/babelouest/ulfius
-license=(LGPL2.1)
-depends=(
-  glibc
-  gnutls
-  jansson
-  libcurl.so
-  libmicrohttpd.so
-  liborcania.so
-  libyder.so
-  zlib
-)
-makedepends=(
-  cmake
-  doxygen
-  git
-  graphviz
-  ninja
-)
-provides=(libulfius.so)
-_tag=70e61a693ab030a5396cf0cb678f3f4f775f8118
-source=(git+https://github.com/babelouest/ulfius.git#tag=${_tag})
-validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

-b2sums=(SKIP)
-
-pkgver() {
-  cd ulfius
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake -S ulfius -B build -G Ninja \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_ULFIUS_DOCUMENTATION=ON
-  ninja -C build doc
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  cp -dr --no-preserve=ownership ulfius/doc/html 
"${pkgdir}"/usr/share/doc/ulfius/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ulfius/repos/community-x86_64/PKGBUILD (from rev 958645, 
ulfius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:25:14 UTC (rev 958646)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=ulfius
+pkgver=2.7.3
+pkgrel=2
+pkgdesc='HTTP Framework for REST Applications in C'
+arch=(x86_64)
+url=https://github.com/babelouest/ulfius
+license=(LGPL2.1)
+depends=(
+  glibc
+  gnutls
+  jansson
+  libcurl.so
+  libmicrohttpd.so
+  liborcania.so
+  libyder.so
+  zlib
+)
+makedepends=(
+  cmake
+  doxygen
+  git
+  graphviz
+  ninja
+)
+provides=(libulfius.so)
+_tag=c6ff5f8c8a7ece11ea13bd008ae14e8b5de4728c
+source=(git+https://github.com/babelouest/ulfius.git#tag=${_tag})
+validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

+b2sums=(SKIP)
+
+pkgver() {
+  cd ulfius
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake -S ulfius -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_ULFIUS_DOCUMENTATION=ON
+  ninja -C build doc
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  cp -dr --no-preserve=ownership ulfius/doc/html 
"${pkgdir}"/usr/share/doc/ulfius/
+}
+
+# vim: ts=2 sw=2 et:


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:25:09
  Author: alucryd
Revision: 958645

upgpkg: ulfius 2.7.3-2

Modified:
  ulfius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:23:58 UTC (rev 958644)
+++ PKGBUILD2021-06-08 06:25:09 UTC (rev 958645)
@@ -2,7 +2,7 @@
 
 pkgname=ulfius
 pkgver=2.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc='HTTP Framework for REST Applications in C'
 arch=(x86_64)
 url=https://github.com/babelouest/ulfius
@@ -25,7 +25,7 @@
   ninja
 )
 provides=(libulfius.so)
-_tag=70e61a693ab030a5396cf0cb678f3f4f775f8118
+_tag=c6ff5f8c8a7ece11ea13bd008ae14e8b5de4728c
 source=(git+https://github.com/babelouest/ulfius.git#tag=${_tag})
 validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

 b2sums=(SKIP)


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:23:58
  Author: alucryd
Revision: 958644

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 958643, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 958643, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  228 +++
 retroarch-config.patch |  102 ++---
 2 files changed, 165 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:23:52 UTC (rev 958643)
+++ PKGBUILD2021-06-08 06:23:58 UTC (rev 958644)
@@ -1,114 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.9.3
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-arch=(x86_64)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(
-  alsa-lib
-  flac
-  libass.so
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libdrm
-  libfreetype.so
-  libgl
-  libpulse
-  libswresample.so
-  libswscale.so
-  libudev.so
-  libusb-1.0.so
-  mbedtls
-  mesa
-  miniupnpc
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  zlib
-)
-makedepends=(
-  git
-  libx11
-  libxcb
-  libxext
-  libxinerama
-  libxkbcommon
-  libxrandr
-  libxv
-  libxxf86vm
-  vulkan-icd-loader
-  wayland
-  wayland-protocols
-)
-optdepends=(
-  'libretro-overlays: Collection of overlays'
-  'libretro-shaders: Collection of shaders'
-  'libxinerama: X11 support'
-  'libxrandr: X11 support'
-  'python: retroarch-cg2glsl'
-  'retroarch-assets-ozone: Ozone menu assets'
-  'retroarch-assets-xmb: XMB menu assets'
-  'wayland: Wayland support'
-)
-backup=(etc/retroarch.cfg)
-_tag=122be0cc641f76564de66409c61f165d4059463e
-source=(
-  git+https://github.com/libretro/RetroArch.git#tag=${_tag}
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-
-  git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843
-}
-
-build() {
-  cd RetroArch
-
-  ./configure \
---prefix=/usr \
---disable-builtinflac \
---disable-builtinmbedtls \
---disable-builtinminiupnpc \
---disable-builtinzlib \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl \
---enable-dbus
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 libretro-common/audio/dsp_filters/*.{dsp,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/audio/
-  install -Dm 644 gfx/video_filters/*.{filt,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/video/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 958643, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:23:58 UTC (rev 958644)
@@ -0,0 +1,114 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.9.4
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  flac
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  mbedtls
+  mesa
+  miniupnpc
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  zlib
+)
+makedepends=(
+  git
+  libx11
+  libxcb
+  libxext
+  libxinerama
+  libxkbcommon
+  libxrandr
+  libxv
+  libxxf86vm
+  vulkan-icd-loader
+  wayland
+  wayland-protocols
+)
+optdepends=(
+  'libretro-overlays: Collection of overlays'
+  'libretro-shaders: Collection of shaders'
+  'libxinerama: X11 support'
+  'libxrandr: X11 support'
+  'python: retroarch-cg2glsl'
+  'retroarch-assets-ozone: Ozone menu assets'
+  'retroarch-assets-xmb: XMB menu assets'
+  'wayland: Wayland support'
+)
+backup=(etc/retroarch.cfg)
+_tag=c226bd87f47b3fdec642216fcaf6edc651e30eb4
+source=(
+  git+https://github.com/libretro/RetroArch.git#tag=${_tag}
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+
+  git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843
+}
+
+build() {
+  cd RetroArch
+
+  ./configure \
+-

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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:23:52
  Author: alucryd
Revision: 958643

upgpkg: retroarch 1.9.4-1

Modified:
  retroarch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:23:42 UTC (rev 958642)
+++ PKGBUILD2021-06-08 06:23:52 UTC (rev 958643)
@@ -3,7 +3,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.9.3
+pkgver=1.9.4
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
@@ -59,7 +59,7 @@
   'wayland: Wayland support'
 )
 backup=(etc/retroarch.cfg)
-_tag=122be0cc641f76564de66409c61f165d4059463e
+_tag=c226bd87f47b3fdec642216fcaf6edc651e30eb4
 source=(
   git+https://github.com/libretro/RetroArch.git#tag=${_tag}
   retroarch-config.patch


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:23:42
  Author: felixonmars
Revision: 958642

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:23:33
  Author: alucryd
Revision: 958641

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:23:28 UTC (rev 958640)
+++ PKGBUILD2021-06-08 06:23:33 UTC (rev 958641)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-pyfakefs
-pkgver=4.4.0
-pkgrel=1
-pkgdesc='pyfakefs implements a fake file system that mocks the Python file 
system modules'
-url=https://github.com/jmcgeheeiv/pyfakefs/
-license=(APACHE)
-arch=(any)
-depends=(python-pytest)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-tox
-)
-_tag=2cf411ddf48aac55886fc451f46d88b4fbd503a6
-source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pyfakefs
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd  pyfakefs
-
-  python setup.py build
-}
-
-check() {
-  cd  pyfakefs
-
-  tox -e py39
-}
-
-package() {
-  cd pyfakefs
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pyfakefs/repos/community-any/PKGBUILD (from rev 958640, 
python-pyfakefs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:23:33 UTC (rev 958641)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-pyfakefs
+pkgver=4.5.0
+pkgrel=1
+pkgdesc='pyfakefs implements a fake file system that mocks the Python file 
system modules'
+url=https://github.com/jmcgeheeiv/pyfakefs/
+license=(APACHE)
+arch=(any)
+depends=(python-pytest)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-tox
+)
+_tag=fedc3eb2a8a58ae32d00afe7d0d00d6d4df8e615
+source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pyfakefs
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd  pyfakefs
+
+  python setup.py build
+}
+
+check() {
+  cd  pyfakefs
+
+  tox -e py39
+}
+
+package() {
+  cd pyfakefs
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:23:28
  Author: alucryd
Revision: 958640

upgpkg: python-pyfakefs 4.5.0-1

Modified:
  python-pyfakefs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:23:27 UTC (rev 958639)
+++ PKGBUILD2021-06-08 06:23:28 UTC (rev 958640)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-pyfakefs
-pkgver=4.4.0
+pkgver=4.5.0
 pkgrel=1
 pkgdesc='pyfakefs implements a fake file system that mocks the Python file 
system modules'
 url=https://github.com/jmcgeheeiv/pyfakefs/
@@ -15,7 +15,7 @@
 checkdepends=(
   python-tox
 )
-_tag=2cf411ddf48aac55886fc451f46d88b4fbd503a6
+_tag=fedc3eb2a8a58ae32d00afe7d0d00d6d4df8e615
 source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag})
 sha256sums=(SKIP)
 


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:23:27
  Author: felixonmars
Revision: 958639

upgpkg: dhall-bash 1.0.37-2: rebuild with ghc 8.10.5

Modified:
  dhall-bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:23:06 UTC (rev 958638)
+++ PKGBUILD2021-06-08 06:23:27 UTC (rev 958639)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-bash
 pkgver=1.0.37
-pkgrel=1
+pkgrel=2
 pkgdesc='Compile Dhall to Bash'
 url='https://dhall-lang.org'
 license=('BSD')


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:23:06
  Author: alucryd
Revision: 958638

archrelease: copy trunk to community-any

Added:
  python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD
(from rev 958637, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:23:01 UTC (rev 958637)
+++ PKGBUILD2021-06-08 06:23:06 UTC (rev 958638)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-marshmallow-sqlalchemy
-pkgver=0.24.2
-pkgrel=1
-pkgdesc='SQLAlchemy integration with marshmallow'
-url=https://marshmallow-sqlalchemy.readthedocs.io/
-arch=(any)
-license=(MIT)
-depends=(
-  python-marshmallow
-  python-sqlalchemy
-)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=e7804938c1c9fa183d6727fffe859f6dac5d10cf
-source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd marshmallow-sqlalchemy
-
-  git describe --tags
-}
-
-build() {
-  cd marshmallow-sqlalchemy
-
-  python setup.py build
-}
-
-package() {
-  cd marshmallow-sqlalchemy
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD (from rev 
958637, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:23:06 UTC (rev 958638)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-marshmallow-sqlalchemy
+pkgver=0.26.1
+pkgrel=1
+pkgdesc='SQLAlchemy integration with marshmallow'
+url=https://marshmallow-sqlalchemy.readthedocs.io/
+arch=(any)
+license=(MIT)
+depends=(
+  python-marshmallow
+  python-sqlalchemy
+)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=bbee57d4d449de5c62a8656d967d8b16b1b849d9
+source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd marshmallow-sqlalchemy
+
+  git describe --tags
+}
+
+build() {
+  cd marshmallow-sqlalchemy
+
+  python setup.py build
+}
+
+package() {
+  cd marshmallow-sqlalchemy
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy/
+}
+
+# vim: ts=2 sw=2 et:


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:23:01
  Author: alucryd
Revision: 958637

upgpkg: python-marshmallow-sqlalchemy 0.26.1-1

Modified:
  python-marshmallow-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:22:24 UTC (rev 958636)
+++ PKGBUILD2021-06-08 06:23:01 UTC (rev 958637)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-marshmallow-sqlalchemy
-pkgver=0.25.0
+pkgver=0.26.1
 pkgrel=1
 pkgdesc='SQLAlchemy integration with marshmallow'
 url=https://marshmallow-sqlalchemy.readthedocs.io/
@@ -15,7 +15,7 @@
   git
   python-setuptools
 )
-_tag=f97b5b6e4a68fff2aecfd418a004b4b708fa
+_tag=bbee57d4d449de5c62a8656d967d8b16b1b849d9
 
source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${_tag})
 sha256sums=(SKIP)
 


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:22:24
  Author: alucryd
Revision: 958636

archrelease: copy trunk to community-x86_64

Added:
  pcsx2/repos/community-x86_64/PKGBUILD
(from rev 958635, pcsx2/trunk/PKGBUILD)
Deleted:
  pcsx2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  206 ++---
 1 file changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:22:19 UTC (rev 958635)
+++ PKGBUILD2021-06-08 06:22:24 UTC (rev 958636)
@@ -1,103 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: vEX 
-
-pkgname=pcsx2
-pkgver=1.7.0.r1232.11e08642f
-pkgrel=1
-pkgdesc='A Sony PlayStation 2 emulator'
-arch=(x86_64)
-url=https://www.pcsx2.net
-license=(
-  GPL2
-  GPL3
-  LGPL2.1
-  LGPL3
-)
-depends=(
-  gdk-pixbuf2
-  glibc
-  libaio
-  libasound.so
-  libfmt.so
-  libfreetype.so
-  libgdk-3.so
-  libgio-2.0.so
-  libgl
-  libGLEW.so
-  libglib-2.0.so
-  libgobject-2.0.so
-  libgtk-3.so
-  libpcap
-  libpng
-  libportaudio.so
-  libpulse.so
-  libudev.so
-  libx11
-  libxcb
-  libxml2
-  sdl2
-  soundtouch
-  wxgtk3
-  wxgtk-common
-  xz
-  zlib
-)
-makedepends=(
-  cmake
-  git
-  ninja
-  png++
-)
-_commit=11e08642f326c1925bd4febda96a4f71dc695162
-source=(
-  git+https://github.com/PCSX2/pcsx2.git#commit=${_commit}
-  git+https://github.com/rtissera/libchdr.git
-  git+https://github.com/jbeder/yaml-cpp.git
-)
-b2sums=(
-  SKIP
-  SKIP
-  SKIP
-)
-
-prepare() {
-  cd pcsx2/3rdparty
-  for submodule in libchdr/libchdr yaml-cpp/yaml-cpp; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../../${submodule#*/}
-git submodule update ${submodule}
-  done
-}
-
-pkgver() {
-  cd pcsx2
-
-  git describe --tags | sed 's/^v//; s/-dev//; s/-/.r/; s/-g/./'
-}
-
-build() {
-  cmake -S pcsx2 -B build -G Ninja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DDISABLE_ADVANCE_SIMD=ON \
--DDISABLE_BUILD_DATE=ON \
--DDISABLE_PCSX2_WRAPPER=ON \
--DENABLE_TESTS=OFF \
--DSDL2_API=ON \
--DPACKAGE_MODE=ON \
--DREBUILD_SHADER=ON \
--DUSE_LTO=OFF \
--DUSE_SYSTEM_YAML=OFF \
--DUSE_VTUNE=OFF \
--DXDG_STD=ON \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
--Wno-dev
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pcsx2/repos/community-x86_64/PKGBUILD (from rev 958635, 
pcsx2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:22:24 UTC (rev 958636)
@@ -0,0 +1,103 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: vEX 
+
+pkgname=pcsx2
+pkgver=1.7.0.r1286.d988e8d76
+pkgrel=1
+pkgdesc='A Sony PlayStation 2 emulator'
+arch=(x86_64)
+url=https://www.pcsx2.net
+license=(
+  GPL2
+  GPL3
+  LGPL2.1
+  LGPL3
+)
+depends=(
+  gdk-pixbuf2
+  glibc
+  libaio
+  libasound.so
+  libfmt.so
+  libfreetype.so
+  libgdk-3.so
+  libgio-2.0.so
+  libgl
+  libGLEW.so
+  libglib-2.0.so
+  libgobject-2.0.so
+  libgtk-3.so
+  libpcap
+  libpng
+  libportaudio.so
+  libpulse.so
+  libudev.so
+  libx11
+  libxcb
+  libxml2
+  sdl2
+  soundtouch
+  wxgtk3
+  wxgtk-common
+  xz
+  zlib
+)
+makedepends=(
+  cmake
+  git
+  ninja
+  png++
+)
+_commit=d988e8d764a575c0d92459f06c5325fcd89ae954
+source=(
+  git+https://github.com/PCSX2/pcsx2.git#commit=${_commit}
+  git+https://github.com/rtissera/libchdr.git
+  git+https://github.com/jbeder/yaml-cpp.git
+)
+b2sums=(
+  SKIP
+  SKIP
+  SKIP
+)
+
+prepare() {
+  cd pcsx2/3rdparty
+  for submodule in libchdr/libchdr yaml-cpp/yaml-cpp; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../../${submodule#*/}
+git submodule update ${submodule}
+  done
+}
+
+pkgver() {
+  cd pcsx2
+
+  git describe --tags | sed 's/^v//; s/-dev//; s/-/.r/; s/-g/./'
+}
+
+build() {
+  cmake -S pcsx2 -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDISABLE_ADVANCE_SIMD=ON \
+-DDISABLE_BUILD_DATE=ON \
+-DDISABLE_PCSX2_WRAPPER=ON \
+-DENABLE_TESTS=OFF \
+-DSDL2_API=ON \
+-DPACKAGE_MODE=ON \
+-DREBUILD_SHADER=ON \
+-DUSE_LTO=OFF \
+-DUSE_SYSTEM_YAML=OFF \
+-DUSE_VTUNE=OFF \
+-DXDG_STD=ON \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
+-Wno-dev
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:22:19
  Author: alucryd
Revision: 958635

upgpkg: pcsx2 1.7.0.r1286.d988e8d76-1

Modified:
  pcsx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:22:12 UTC (rev 958634)
+++ PKGBUILD2021-06-08 06:22:19 UTC (rev 958635)
@@ -3,7 +3,7 @@
 # Contributor: vEX 
 
 pkgname=pcsx2
-pkgver=1.7.0.r1232.11e08642f
+pkgver=1.7.0.r1286.d988e8d76
 pkgrel=1
 pkgdesc='A Sony PlayStation 2 emulator'
 arch=(x86_64)
@@ -49,7 +49,7 @@
   ninja
   png++
 )
-_commit=11e08642f326c1925bd4febda96a4f71dc695162
+_commit=d988e8d764a575c0d92459f06c5325fcd89ae954
 source=(
   git+https://github.com/PCSX2/pcsx2.git#commit=${_commit}
   git+https://github.com/rtissera/libchdr.git


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:22:12
  Author: felixonmars
Revision: 958634

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: dhall-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 958633, 
dhall-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:22:12 UTC (rev 958634)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-yaml
+pkgver=1.2.7
+pkgrel=2
+pkgdesc="Convert between Dhall and YAML"
+url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml";
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hsyaml' 'haskell-hsyaml-aeson' 'haskell-aeson' 
'haskell-ansi-terminal'
+ 'dhall' 'dhall-json' 'haskell-optparse-applicative' 
'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 'haskell-vector')
+makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('20549412217c74c74c9cca7793661cd60bc24df1b27ac35e0046f2f58f585e0fe6e76d39938e899196de2b88789889507dfaa4738cc4876409b0460fa97e848b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  gen-setup
+}
+
+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'
+  
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:22:00
  Author: alucryd
Revision: 958633

archrelease: copy trunk to community-x86_64

Added:
  orcania/repos/community-x86_64/PKGBUILD
(from rev 958632, orcania/trunk/PKGBUILD)
Deleted:
  orcania/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:21:58 UTC (rev 958632)
+++ PKGBUILD2021-06-08 06:22:00 UTC (rev 958633)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=orcania
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='Potluck with different functions for different purposes that can be 
shared among C programs'
-arch=(x86_64)
-url=https://github.com/babelouest/orcania
-license=(LGPL2.1)
-depends=(
-  glibc
-)
-makedepends=(
-  cmake
-  doxygen
-  git
-  graphviz
-  ninja
-)
-provides=(liborcania.so)
-_tag=57497efe3c886a65acc260bcad954989f03e3764
-source=(git+https://github.com/babelouest/orcania.git#tag=${_tag})
-validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

-b2sums=(SKIP)
-
-pkgver() {
-  cd orcania
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake -S orcania -B build -G Ninja \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_ORCANIA_DOCUMENTATION=ON
-  ninja -C build doc
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -dm 755 "${pkgdir}"/usr/share/doc/orcania
-  cp -dr --no-preserve=ownership orcania/doc/html 
"${pkgdir}"/usr/share/doc/orcania/
-}
-
-# vim: ts=2 sw=2 et:

Copied: orcania/repos/community-x86_64/PKGBUILD (from rev 958632, 
orcania/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:22:00 UTC (rev 958633)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=orcania
+pkgver=2.2.1
+pkgrel=2
+pkgdesc='Potluck with different functions for different purposes that can be 
shared among C programs'
+arch=(x86_64)
+url=https://github.com/babelouest/orcania
+license=(LGPL2.1)
+depends=(
+  glibc
+)
+makedepends=(
+  cmake
+  doxygen
+  git
+  graphviz
+  ninja
+)
+provides=(liborcania.so)
+_tag=9aa964233f2fd06e8730f6c93991343bff07790d
+source=(git+https://github.com/babelouest/orcania.git#tag=${_tag})
+validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

+b2sums=(SKIP)
+
+pkgver() {
+  cd orcania
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake -S orcania -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_ORCANIA_DOCUMENTATION=ON
+  ninja -C build doc
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -dm 755 "${pkgdir}"/usr/share/doc/orcania
+  cp -dr --no-preserve=ownership orcania/doc/html 
"${pkgdir}"/usr/share/doc/orcania/
+}
+
+# vim: ts=2 sw=2 et:


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:21:58
  Author: felixonmars
Revision: 958632

upgpkg: dhall-yaml 1.2.7-2: rebuild with ghc 8.10.5

Modified:
  dhall-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:21:55 UTC (rev 958631)
+++ PKGBUILD2021-06-08 06:21:58 UTC (rev 958632)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-yaml
 pkgver=1.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Convert between Dhall and YAML"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml";
 license=("GPL3")


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:21:55
  Author: alucryd
Revision: 958631

upgpkg: orcania 2.2.1-2

Modified:
  orcania/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:20:42 UTC (rev 958630)
+++ PKGBUILD2021-06-08 06:21:55 UTC (rev 958631)
@@ -2,7 +2,7 @@
 
 pkgname=orcania
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Potluck with different functions for different purposes that can be 
shared among C programs'
 arch=(x86_64)
 url=https://github.com/babelouest/orcania
@@ -18,7 +18,7 @@
   ninja
 )
 provides=(liborcania.so)
-_tag=57497efe3c886a65acc260bcad954989f03e3764
+_tag=9aa964233f2fd06e8730f6c93991343bff07790d
 source=(git+https://github.com/babelouest/orcania.git#tag=${_tag})
 validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

 b2sums=(SKIP)


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:20:42
  Author: felixonmars
Revision: 958630

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-lsp-server/repos/community-staging-x86_64/
  dhall-lsp-server/repos/community-staging-x86_64/PKGBUILD
(from rev 958629, dhall-lsp-server/trunk/PKGBUILD)

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

Copied: dhall-lsp-server/repos/community-staging-x86_64/PKGBUILD (from rev 
958629, dhall-lsp-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:20:42 UTC (rev 958630)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-lsp-server
+pkgver=1.0.15
+pkgrel=2
+pkgdesc="Language Server Protocol (LSP) server for Dhall"
+url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme";
+license=("custom:MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-data-default' 'dhall'
+ 'dhall-json' 'haskell-lsp0' 'haskell-hslogger' 'haskell-lens' 
'haskell-lens-family-core'
+ 'haskell-megaparsec' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-prettyprinter' 'haskell-rope-utf16-splay' 
'haskell-unordered-containers'
+ 'haskell-uri-encode')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-doctest' 'haskell-hspec' 
'haskell-lsp0-types'
+ 'haskell-lsp0-test' 'haskell-tasty' 'haskell-tasty-hspec')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('7988ecea64b4e309fd7a10143ad1097c65280ec22ff342943f2b18f108073af4f05e66f024d21398f8b96cc535f8805b9534b620b7423ac92140b3e19a041875')
+
+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'
+
+  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
+  LD_LIBRARY_PATH="$PWD/dist/build" 
PATH="$PWD/dist/build/dhall-lsp-server:$PATH" runhaskell Setup test 
--show-details=direct
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:20:29
  Author: felixonmars
Revision: 958629

upgpkg: dhall-lsp-server 1.0.15-2: rebuild with ghc 8.10.5

Modified:
  dhall-lsp-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:20:14 UTC (rev 958628)
+++ PKGBUILD2021-06-08 06:20:29 UTC (rev 958629)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-lsp-server
 pkgver=1.0.15
-pkgrel=1
+pkgrel=2
 pkgdesc="Language Server Protocol (LSP) server for Dhall"
 
url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme";
 license=("custom:MIT")


[arch-commits] Commit in libretro-shaders-slang/repos/community-any (2 files)

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:20:14
  Author: alucryd
Revision: 958628

archrelease: copy trunk to community-any

Added:
  libretro-shaders-slang/repos/community-any/PKGBUILD
(from rev 958627, libretro-shaders-slang/trunk/PKGBUILD)
Deleted:
  libretro-shaders-slang/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:20:09 UTC (rev 958627)
+++ PKGBUILD2021-06-08 06:20:14 UTC (rev 958628)
@@ -1,27 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-shaders-slang
-pkgver=802
-pkgrel=1
-pkgdesc='Collection of shaders for libretro'
-arch=(any)
-url=https://www.libretro.com/
-license=(GPL3)
-groups=(libretro)
-provides=(libretro-shaders)
-makedepends=(git)
-_commit=59b8a11d6480ccfbb3f4d3ae351576e3b333fc79
-source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-shaders-slang
-
-  git rev-list --count HEAD
-}
-
-package() {
- make DESTDIR="${pkgdir}" -C libretro-shaders-slang install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-shaders-slang/repos/community-any/PKGBUILD (from rev 958627, 
libretro-shaders-slang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:20:14 UTC (rev 958628)
@@ -0,0 +1,27 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-shaders-slang
+pkgver=808
+pkgrel=1
+pkgdesc='Collection of shaders for libretro'
+arch=(any)
+url=https://www.libretro.com/
+license=(GPL3)
+groups=(libretro)
+provides=(libretro-shaders)
+makedepends=(git)
+_commit=7c1a778f4ff16133a4dd73dec8f63102db9dfa01
+source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-shaders-slang
+
+  git rev-list --count HEAD
+}
+
+package() {
+ make DESTDIR="${pkgdir}" -C libretro-shaders-slang install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libretro-shaders-slang/trunk (PKGBUILD)

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:20:09
  Author: alucryd
Revision: 958627

upgpkg: libretro-shaders-slang 808-1

Modified:
  libretro-shaders-slang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:19:03 UTC (rev 958626)
+++ PKGBUILD2021-06-08 06:20:09 UTC (rev 958627)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-shaders-slang
-pkgver=802
+pkgver=808
 pkgrel=1
 pkgdesc='Collection of shaders for libretro'
 arch=(any)
@@ -10,7 +10,7 @@
 groups=(libretro)
 provides=(libretro-shaders)
 makedepends=(git)
-_commit=59b8a11d6480ccfbb3f4d3ae351576e3b333fc79
+_commit=7c1a778f4ff16133a4dd73dec8f63102db9dfa01
 
source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=${_commit})
 sha256sums=(SKIP)
 


[arch-commits] Commit in libretro-core-info/repos/community-any (PKGBUILD PKGBUILD)

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:19:03
  Author: alucryd
Revision: 958626

archrelease: copy trunk to community-any

Added:
  libretro-core-info/repos/community-any/PKGBUILD
(from rev 958625, libretro-core-info/trunk/PKGBUILD)
Deleted:
  libretro-core-info/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:18:59 UTC (rev 958625)
+++ PKGBUILD2021-06-08 06:19:03 UTC (rev 958626)
@@ -1,26 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-core-info
-pkgver=1.9.2
-pkgrel=1
-pkgdesc='Libretro core info files'
-arch=(any)
-url=https://github.com/libretro/libretro-core-info
-license=(GPL3)
-makedepends=(git)
-groups=(libretro)
-_tag=9180267835df29abdfc6521108bb50cdc9be8d53
-source=(git+https://github.com/libretro/libretro-core-info.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-core-info
-
-  git describe --tags | sed 's/^v//; s/-/./g'
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C libretro-core-info install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-core-info/repos/community-any/PKGBUILD (from rev 958625, 
libretro-core-info/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:19:03 UTC (rev 958626)
@@ -0,0 +1,26 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-core-info
+pkgver=1.9.4
+pkgrel=1
+pkgdesc='Libretro core info files'
+arch=(any)
+url=https://github.com/libretro/libretro-core-info
+license=(GPL3)
+makedepends=(git)
+groups=(libretro)
+_tag=33838a13a9c261bbf03777f6aed39b5b1bb5e727
+source=(git+https://github.com/libretro/libretro-core-info.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-core-info
+
+  git describe --tags | sed 's/^v//; s/-/./g'
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libretro-core-info install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libretro-core-info/trunk (PKGBUILD)

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:18:59
  Author: alucryd
Revision: 958625

upgpkg: libretro-core-info 1.9.4-1

Modified:
  libretro-core-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:18:33 UTC (rev 958624)
+++ PKGBUILD2021-06-08 06:18:59 UTC (rev 958625)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-core-info
-pkgver=1.9.2
+pkgver=1.9.4
 pkgrel=1
 pkgdesc='Libretro core info files'
 arch=(any)
@@ -9,7 +9,7 @@
 license=(GPL3)
 makedepends=(git)
 groups=(libretro)
-_tag=9180267835df29abdfc6521108bb50cdc9be8d53
+_tag=33838a13a9c261bbf03777f6aed39b5b1bb5e727
 source=(git+https://github.com/libretro/libretro-core-info.git#tag=${_tag})
 sha256sums=(SKIP)
 


[arch-commits] Commit in lib32-polkit/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:18:33
  Author: alucryd
Revision: 958624

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-polkit/repos/multilib-x86_64/PKGBUILD
(from rev 958623, lib32-polkit/trunk/PKGBUILD)
Deleted:
  lib32-polkit/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:18:30 UTC (rev 958623)
+++ PKGBUILD2021-06-08 06:18:33 UTC (rev 958624)
@@ -1,77 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan de Groot 
-# Contributor: jtts 
-# Contributor: GordonGR 
-
-pkgname=lib32-polkit
-pkgver=0.118
-pkgrel=1
-pkgdesc='Application development toolkit for controlling system-wide 
privileges'
-arch=(x86_64)
-license=(LGPL)
-url=https://www.freedesktop.org/wiki/Software/polkit/
-depends=(
-  lib32-expat
-  lib32-glib2
-  lib32-pam
-  lib32-systemd
-  polkit
-)
-makedepends=(
-  autoconf-archive
-  git
-  gobject-introspection
-  gtk-doc
-  intltool
-)
-_tag=ff4c2144f0fb1325275887d9e254117fcd8a1b52
-source=(git+https://gitlab.freedesktop.org/polkit/polkit/#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd polkit
-
-  git describe --tags
-}
-
-prepare() {
-  cd polkit
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd polkit
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libdir=/usr/lib32 \
---localstatedir=/var \
---libexecdir=/usr/lib32 \
---disable-gtk-doc \
---disable-static \
---enable-libsystemd-login=yes \
---with-os-type='redhat'
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make -C src/polkit polkitenumtypes.h
-  make -C src/polkit libpolkit-gobject-1.la
-  make -C src/polkitagent polkitagentenumtypes.h marshal.stamp
-  make -C src/polkitagent libpolkit-agent-1.la
-}
-
-package() {
-  cd polkit
-
-  make -C src/polkit DESTDIR="${pkgdir}" 
lib_LTLIBRARIES=libpolkit-gobject-1.la install-libLTLIBRARIES
-  make -C src/polkitagent DESTDIR="${pkgdir}" 
lib_LTLIBRARIES=libpolkit-agent-1.la install-libLTLIBRARIES
-  make -C data DESTDIR="${pkgdir}" install-pkgconfigDATA
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-polkit/repos/multilib-x86_64/PKGBUILD (from rev 958623, 
lib32-polkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:18:33 UTC (rev 958624)
@@ -0,0 +1,77 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan de Groot 
+# Contributor: jtts 
+# Contributor: GordonGR 
+
+pkgname=lib32-polkit
+pkgver=0.119
+pkgrel=1
+pkgdesc='Application development toolkit for controlling system-wide 
privileges'
+arch=(x86_64)
+license=(LGPL)
+url=https://www.freedesktop.org/wiki/Software/polkit/
+depends=(
+  lib32-expat
+  lib32-glib2
+  lib32-pam
+  lib32-systemd
+  polkit
+)
+makedepends=(
+  autoconf-archive
+  git
+  gobject-introspection
+  gtk-doc
+  intltool
+)
+_tag=2e5348bf4eb0ef984db32f7f96ec6722d441c6ca
+source=(git+https://gitlab.freedesktop.org/polkit/polkit/#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd polkit
+
+  git describe --tags
+}
+
+prepare() {
+  cd polkit
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd polkit
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--libexecdir=/usr/lib32 \
+--disable-gtk-doc \
+--disable-static \
+--enable-libsystemd-login=yes \
+--with-os-type='redhat'
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make -C src/polkit polkitenumtypes.h
+  make -C src/polkit libpolkit-gobject-1.la
+  make -C src/polkitagent polkitagentenumtypes.h marshal.stamp
+  make -C src/polkitagent libpolkit-agent-1.la
+}
+
+package() {
+  cd polkit
+
+  make -C src/polkit DESTDIR="${pkgdir}" 
lib_LTLIBRARIES=libpolkit-gobject-1.la install-libLTLIBRARIES
+  make -C src/polkitagent DESTDIR="${pkgdir}" 
lib_LTLIBRARIES=libpolkit-agent-1.la install-libLTLIBRARIES
+  make -C data DESTDIR="${pkgdir}" install-pkgconfigDATA
+}
+
+# vim: ts=2 sw=2 et:


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:18:30
  Author: felixonmars
Revision: 958623

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: dhall-json/repos/community-staging-x86_64/PKGBUILD (from rev 958621, 
dhall-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:18:30 UTC (rev 958623)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-json
+pkgver=1.7.7
+pkgrel=2
+pkgdesc='Convert between Dhall and JSON or YAML'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-aeson-yaml' 'dhall'
+ 'haskell-lens-family-core' 'haskell-optparse-applicative' 
'haskell-prettyprinter'
+ 'haskell-scientific' 'haskell-unordered-containers' 
'haskell-prettyprinter-ansi-terminal')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-silver')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('b7760742e59d449e278b097cd82a536c997cd46e53ee92f5019fb1ab1d4389c18a549b39053ba9bd74de598b5118aa2037dbd9a4bd33c4e2c1b2ec9d55871540')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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
+# https://github.com/dhall-lang/dhall-haskell/issues/2151
+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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:18:28
  Author: alucryd
Revision: 958622

upgpkg: lib32-polkit 0.119-1

Modified:
  lib32-polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:18:17 UTC (rev 958621)
+++ PKGBUILD2021-06-08 06:18:28 UTC (rev 958622)
@@ -4,7 +4,7 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-polkit
-pkgver=0.118
+pkgver=0.119
 pkgrel=1
 pkgdesc='Application development toolkit for controlling system-wide 
privileges'
 arch=(x86_64)
@@ -24,7 +24,7 @@
   gtk-doc
   intltool
 )
-_tag=ff4c2144f0fb1325275887d9e254117fcd8a1b52
+_tag=2e5348bf4eb0ef984db32f7f96ec6722d441c6ca
 source=(git+https://gitlab.freedesktop.org/polkit/polkit/#tag=${_tag})
 sha256sums=(SKIP)
 


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:18:17
  Author: felixonmars
Revision: 958621

upgpkg: dhall-json 1.7.7-2: rebuild with ghc 8.10.5

Modified:
  dhall-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:17:36 UTC (rev 958620)
+++ PKGBUILD2021-06-08 06:18:17 UTC (rev 958621)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-json
 pkgver=1.7.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Convert between Dhall and JSON or YAML'
 url='https://dhall-lang.org'
 license=('BSD')


[arch-commits] Commit in lib32-at-spi2-core/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:17:36
  Author: alucryd
Revision: 958620

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD
(from rev 958619, lib32-at-spi2-core/trunk/PKGBUILD)
Deleted:
  lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:17:31 UTC (rev 958619)
+++ PKGBUILD2021-06-08 06:17:36 UTC (rev 958620)
@@ -1,50 +0,0 @@
-# Maintainer:m Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-at-spi2-core
-pkgver=2.40.1
-pkgrel=1
-pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
-arch=(x86_64)
-url=https://www.gnome.org
-license=(GPL2)
-depends=(
-  at-spi2-core
-  lib32-dbus
-  lib32-glib2
-  lib32-libxtst
-)
-makedepends=(
-  git
-  gtk-doc
-  intltool
-  meson
-)
-_tag=baf8608964e84185f61d9424af3979a9a6e15a7c
-source=(git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd at-spi2-core
-
-  git describe --tags | sed 's/^AT_SPI2_CORE_//; s/_/./g'
-}
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  arch-meson at-spi2-core build \
---libdir=/usr/lib32 \
--D enable_docs=false \
--D introspection=no
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  rm -r "${pkgdir}"/{etc,usr/{include,lib,share}}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD (from rev 958619, 
lib32-at-spi2-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:17:36 UTC (rev 958620)
@@ -0,0 +1,50 @@
+# Maintainer:m Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-at-spi2-core
+pkgver=2.40.2
+pkgrel=1
+pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
+arch=(x86_64)
+url=https://www.gnome.org
+license=(GPL2)
+depends=(
+  at-spi2-core
+  lib32-dbus
+  lib32-glib2
+  lib32-libxtst
+)
+makedepends=(
+  git
+  gtk-doc
+  intltool
+  meson
+)
+_tag=45ab48720072d263798124f7e6dcc3ad3dc62256
+source=(git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd at-spi2-core
+
+  git describe --tags | sed 's/^AT_SPI2_CORE_//; s/_/./g'
+}
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  arch-meson at-spi2-core build \
+--libdir=/usr/lib32 \
+-D enable_docs=false \
+-D introspection=no
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -r "${pkgdir}"/{etc,usr/{include,lib,share}}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-at-spi2-core/trunk (PKGBUILD)

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:17:31
  Author: alucryd
Revision: 958619

upgpkg: lib32-at-spi2-core 2.40.2-1

Modified:
  lib32-at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:16:49 UTC (rev 958618)
+++ PKGBUILD2021-06-08 06:17:31 UTC (rev 958619)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-at-spi2-core
-pkgver=2.40.1
+pkgver=2.40.2
 pkgrel=1
 pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
 arch=(x86_64)
@@ -21,7 +21,7 @@
   intltool
   meson
 )
-_tag=baf8608964e84185f61d9424af3979a9a6e15a7c
+_tag=45ab48720072d263798124f7e6dcc3ad3dc62256
 source=(git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#tag=${_tag})
 sha256sums=(SKIP)
 


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:16:49
  Author: alucryd
Revision: 958618

archrelease: copy trunk to community-x86_64

Added:
  hoel/repos/community-x86_64/PKGBUILD
(from rev 958617, hoel/trunk/PKGBUILD)
Deleted:
  hoel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:16:44 UTC (rev 958617)
+++ PKGBUILD2021-06-08 06:16:49 UTC (rev 958618)
@@ -1,56 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hoel
-pkgver=1.4.17
-pkgrel=3
-pkgdesc='C Database abstraction library with json based language'
-arch=(x86_64)
-url=https://github.com/babelouest/hoel
-license=(LGPL2.1)
-depends=(
-  glibc
-  jansson
-  liborcania.so
-  libyder.so
-)
-makedepends=(
-  cmake
-  doxygen
-  git
-  graphviz
-  mariadb-libs
-  ninja
-  postgresql-libs
-  sqlite
-)
-optdepends=(
-  'postgresql-libs: PostgreSQL support'
-  'mariadb-libs: MariaDB support'
-  'sqlite: SQLite support'
-)
-provides=(libhoel.so)
-_tag=57b6849e793966180cf43849cfe3d1dbfb964572
-source=(git+https://github.com/babelouest/hoel.git#tag=${_tag})
-validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

-b2sums=(SKIP)
-
-pkgver() {
-  cd hoel
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake -S hoel -B build -G Ninja \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_HOEL_DOCUMENTATION=ON
-  ninja -C build doc
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -dm 755 "${pkgdir}"/usr/share/doc/hoel
-  cp -dr --no-preserve=ownership hoel/doc/html "${pkgdir}"/usr/share/doc/hoel/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hoel/repos/community-x86_64/PKGBUILD (from rev 958617, 
hoel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:16:49 UTC (rev 958618)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hoel
+pkgver=1.4.18
+pkgrel=1
+pkgdesc='C Database abstraction library with json based language'
+arch=(x86_64)
+url=https://github.com/babelouest/hoel
+license=(LGPL2.1)
+depends=(
+  glibc
+  jansson
+  liborcania.so
+  libyder.so
+)
+makedepends=(
+  cmake
+  doxygen
+  git
+  graphviz
+  mariadb-libs
+  ninja
+  postgresql-libs
+  sqlite
+)
+optdepends=(
+  'postgresql-libs: PostgreSQL support'
+  'mariadb-libs: MariaDB support'
+  'sqlite: SQLite support'
+)
+provides=(libhoel.so)
+_tag=7dbdaabcc698b6d600598d8db4ec746fcd937b3e
+source=(git+https://github.com/babelouest/hoel.git#tag=${_tag})
+validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

+b2sums=(SKIP)
+
+pkgver() {
+  cd hoel
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake -S hoel -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_HOEL_DOCUMENTATION=ON
+  ninja -C build doc
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -dm 755 "${pkgdir}"/usr/share/doc/hoel
+  cp -dr --no-preserve=ownership hoel/doc/html "${pkgdir}"/usr/share/doc/hoel/
+}
+
+# vim: ts=2 sw=2 et:


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

2021-06-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:16:44
  Author: alucryd
Revision: 958617

upgpkg: hoel 1.4.18-1

Modified:
  hoel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:16:35 UTC (rev 958616)
+++ PKGBUILD2021-06-08 06:16:44 UTC (rev 958617)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=hoel
-pkgver=1.4.17
-pkgrel=3
+pkgver=1.4.18
+pkgrel=1
 pkgdesc='C Database abstraction library with json based language'
 arch=(x86_64)
 url=https://github.com/babelouest/hoel
@@ -29,7 +29,7 @@
   'sqlite: SQLite support'
 )
 provides=(libhoel.so)
-_tag=57b6849e793966180cf43849cfe3d1dbfb964572
+_tag=7dbdaabcc698b6d600598d8db4ec746fcd937b3e
 source=(git+https://github.com/babelouest/hoel.git#tag=${_tag})
 validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora 

 b2sums=(SKIP)


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:16:35
  Author: felixonmars
Revision: 958616

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: dhall-docs/repos/community-staging-x86_64/PKGBUILD (from rev 958615, 
dhall-docs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:16:35 UTC (rev 958616)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-docs
+pkgver=1.0.6
+pkgrel=2
+pkgdesc="Generate HTML docs from a dhall package"
+url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cryptonite' 'dhall' 'haskell-file-embed' 
'haskell-lens-family-core'
+ 'haskell-lucid' 'haskell-megaparsec' 'haskell-memory' 'haskell-mmark'
+ 'haskell-optparse-applicative' 'haskell-path' 'haskell-path-io' 
'haskell-prettyprinter')
+makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-foldl' 'haskell-hashable' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-silver' 'haskell-turtle')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('d02c687404833bad6ad41110e52454216b5d0fd113ef2741d98e13c26dd00265032d0e8c1e65e6d8e6e11157567854467761b836f27d2c3d1f0d761a24ac87e8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  uusi -u hashable $pkgname.cabal
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$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 $pkgname-$pkgver
+  # https://github.com/dhall-lang/dhall-haskell/issues/2179
+  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 dhall-docs/trunk (PKGBUILD)

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:16:22
  Author: felixonmars
Revision: 958615

upgpkg: dhall-docs 1.0.6-2: rebuild with ghc 8.10.5

Modified:
  dhall-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:14:03 UTC (rev 958614)
+++ PKGBUILD2021-06-08 06:16:22 UTC (rev 958615)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-docs
 pkgver=1.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Generate HTML docs from a dhall package"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs";
 license=("BSD")


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:14:03
  Author: felixonmars
Revision: 958614

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: dhall/repos/community-staging-x86_64/PKGBUILD (from rev 958613, 
dhall/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:14:03 UTC (rev 958614)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall
+pkgver=1.39.0
+pkgrel=2
+pkgdesc='A configuration language guaranteed to terminate'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-ansi-terminal'
+ 'haskell-atomic-write' 'haskell-case-insensitive' 'haskell-cborg' 
'haskell-cborg-json'
+ 'haskell-contravariant' 'haskell-data-fix' 'haskell-diff' 
'haskell-dotgen'
+ 'haskell-either' 'haskell-half' 'haskell-hashable' 
'haskell-lens-family-core'
+ 'haskell-megaparsec' 'haskell-memory' 'haskell-mmorph' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'haskell-parsers' 
'haskell-parser-combinators'
+ 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' 
'haskell-pretty-simple'
+ 'haskell-profunctors' 'haskell-repline' 'haskell-serialise' 
'haskell-scientific'
+ 'haskell-text-manipulate' 'haskell-th-lift-instances' 
'haskell-transformers-compat'
+ 'haskell-unordered-containers' 'haskell-uri-encode' 'haskell-vector' 
'haskell-cryptonite'
+ 'haskell-http-types' 'haskell-http-client' 'haskell-http-client-tls')
+makedepends=('ghc' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery' 
'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'haskell-special-values' 
'haskell-spoon'
+ 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-silver' 
'haskell-turtle' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('d6a2198e7569623c372ac8cfec00db714cefde683bcb8d8c30acc89c6f536d3dfa7f79f3e61e0080eb0312ca67580d86c079396046e5eb39aea592a93211b52b')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:13:50
  Author: felixonmars
Revision: 958613

upgpkg: dhall 1.39.0-2: rebuild with ghc 8.10.5

Modified:
  dhall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:08:16 UTC (rev 958612)
+++ PKGBUILD2021-06-08 06:13:50 UTC (rev 958613)
@@ -2,7 +2,7 @@
 
 pkgname=dhall
 pkgver=1.39.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A configuration language guaranteed to terminate'
 url='https://dhall-lang.org'
 license=('BSD')


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:08:16
  Author: felixonmars
Revision: 958612

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dotgen/repos/community-staging-x86_64/PKGBUILD (from rev 
958611, haskell-dotgen/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:08:16 UTC (rev 958612)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=dotgen
+pkgname=haskell-dotgen
+pkgver=0.4.3
+pkgrel=6
+pkgdesc="A simple interface for building .dot graph files"
+url="https://github.com/ku-fpg/dotgen";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('145d71f331fde18452fe262a385dd48e8010b7a11fa12cd938c36e80ae03cd093fead73a02f0314d88c84ae9d2e63392dd10557d7615313a34262c6e41aa693f')
+
+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"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:08:01
  Author: felixonmars
Revision: 958611

upgpkg: haskell-dotgen 0.4.3-6: rebuild with ghc 8.10.5

Modified:
  haskell-dotgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:07:09 UTC (rev 958610)
+++ PKGBUILD2021-06-08 06:08:01 UTC (rev 958611)
@@ -3,7 +3,7 @@
 _hkgname=dotgen
 pkgname=haskell-dotgen
 pkgver=0.4.3
-pkgrel=5
+pkgrel=6
 pkgdesc="A simple interface for building .dot graph files"
 url="https://github.com/ku-fpg/dotgen";
 license=('BSD')
@@ -28,7 +28,7 @@
 
 check() {
 cd $_hkgname-$pkgver
-runhaskell Setup test
+runhaskell Setup test --show-details=direct
 }
 
 package() {


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:07:09
  Author: felixonmars
Revision: 958610

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dyre/repos/community-staging-x86_64/PKGBUILD (from rev 958609, 
haskell-dyre/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:07:09 UTC (rev 958610)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=dyre
+pkgname=haskell-dyre
+pkgver=0.9.1
+pkgrel=2
+pkgdesc="Dynamic reconfiguration in Haskell"
+url="https://github.com/willdonnelly/dyre";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-executable-path' 'haskell-xdg-basedir' 
'haskell-io-storage')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('33e26fe3f2fa7a41e766f1d070ecce975553aa374a06ee07dcb19c15fb1402b29fbbcd346f102fec3a69dfd14ee6e6681d2f012f47f145a45fdf0dd50b61dee2')
+
+prepare() {
+cd $_hkgname-$pkgver
+# Not sure why the ln here is needed, but this makes the test suite find 
dyre itself...
+sed -i 's/\$HC/$HC -dynamic/;/\$HC/i cp -r ../../../Config .' 
Tests/*/runTest.sh
+sed -i 's/"-v0"/"-v0", "-dynamic"/' Config/Dyre/Compile.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
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:06:56
  Author: felixonmars
Revision: 958609

upgpkg: haskell-dyre 0.9.1-2: rebuild with ghc 8.10.5

Modified:
  haskell-dyre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:05:45 UTC (rev 958608)
+++ PKGBUILD2021-06-08 06:06:56 UTC (rev 958609)
@@ -3,7 +3,7 @@
 _hkgname=dyre
 pkgname=haskell-dyre
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Dynamic reconfiguration in Haskell"
 url="https://github.com/willdonnelly/dyre";
 license=('BSD')
@@ -35,7 +35,7 @@
 
 check() {
 cd $_hkgname-$pkgver
-runhaskell Setup test
+runhaskell Setup test --show-details=direct
 }
 
 package() {


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:05:45
  Author: felixonmars
Revision: 958608

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-executable-path/repos/community-staging-x86_64/
  haskell-executable-path/repos/community-staging-x86_64/PKGBUILD
(from rev 958607, haskell-executable-path/trunk/PKGBUILD)

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

Copied: haskell-executable-path/repos/community-staging-x86_64/PKGBUILD (from 
rev 958607, haskell-executable-path/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:05:45 UTC (rev 958608)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=executable-path
+pkgname=haskell-executable-path
+pkgver=0.0.3.1
+pkgrel=18
+pkgdesc="Finding out the full path of the executable"
+url="http://code.haskell.org/~bkomuves/";
+license=("custom:PublicDomain")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('e11e3a1fcc8a987c8720b80e6bc61eb9f61a6319d9d0cc88c841ef293aa9e51f7fbcbad2aa4beb52d50fed5148545591dc0627cc82c9b78b9990e038c9c3d020')
+
+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
+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
+}


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:05:32
  Author: felixonmars
Revision: 958607

upgpkg: haskell-executable-path 0.0.3.1-18: rebuild with ghc 8.10.5

Modified:
  haskell-executable-path/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 06:04:40 UTC (rev 958606)
+++ PKGBUILD2021-06-08 06:05:32 UTC (rev 958607)
@@ -4,7 +4,7 @@
 _hkgname=executable-path
 pkgname=haskell-executable-path
 pkgver=0.0.3.1
-pkgrel=17
+pkgrel=18
 pkgdesc="Finding out the full path of the executable"
 url="http://code.haskell.org/~bkomuves/";
 license=("custom:PublicDomain")


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:04:40
  Author: felixonmars
Revision: 958606

archrelease: copy trunk to community-staging-x86_64

Added:
  darcs/repos/community-staging-x86_64/
  darcs/repos/community-staging-x86_64/PKGBUILD
(from rev 958605, darcs/trunk/PKGBUILD)

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

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 958605, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 06:04:40 UTC (rev 958606)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.16.4
+pkgrel=12
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net";
+license=("GPL")
+arch=('x86_64')
+depends=('curl' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-conduit' 'haskell-constraints' 'haskell-cryptonite' 
'haskell-data-ordlist'
+ 'haskell-fgl' 'haskell-hashable' 'haskell-html' 
'haskell-http-conduit' 'haskell-http-types'
+ 'haskell-knob' 'haskell-memory' 'haskell-mmap' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-old-time' 'haskell-regex-applicative' 
'haskell-regex-compat-tdfa'
+ 'haskell-tar' 'haskell-temporary' 'haskell-unix-compat' 
'haskell-utf8-string'
+ 'haskell-vector' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'uusi' 'haskell-cmdargs' 'haskell-findbin' 'haskell-hunit' 
'haskell-leancheck'
+ 'haskell-quickcheck' 'haskell-test-framework' 
'haskell-test-framework-hunit'
+ 'haskell-test-framework-leancheck' 
'haskell-test-framework-quickcheck2'
+ # Added for their bundled shelly
+ 'haskell-exceptions' 'haskell-monad-control' 
'haskell-system-filepath'
+ 'haskell-system-fileio' 'haskell-transformers-base')
+checkdepends=('bc' 'time')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('0f9a924d68416b660b86fd076d4f47915aba0e4a58bd92609e0f05f45913d6251109f3c477e20e0a517ca5fd35735b638690a8a0f7010a52e324c5a21a540a2a')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -e 's/^ghc /ghc -dynamic /' \
+-e 's/ ghc / ghc -dynamic /' \
+-i tests/*.sh tests/lib
+uusi $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv
+LD_LIBRARY_PATH="$srcdir"/$pkgname-$pkgver/dist/build runhaskell Setup 
build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 06:04:26
  Author: felixonmars
Revision: 958605

upgpkg: darcs 2.16.4-12: rebuild with ghc 8.10.5

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 04:55:40 UTC (rev 958604)
+++ PKGBUILD2021-06-08 06:04:26 UTC (rev 958605)
@@ -3,7 +3,7 @@
 
 pkgname=darcs
 pkgver=2.16.4
-pkgrel=11
+pkgrel=12
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net";
 license=("GPL")


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

2021-06-07 Thread Andreas Radke via arch-commits
Date: Tuesday, June 8, 2021 @ 05:43:38
  Author: andyrtr
Revision: 417336

archrelease: copy trunk to extra-x86_64

Added:
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 417335, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 05:43:29 UTC (rev 417335)
+++ PKGBUILD2021-06-08 05:43:38 UTC (rev 417336)
@@ -1,65 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xterm
-pkgver=367
-pkgrel=1
-pkgdesc="X Terminal Emulator"
-arch=('x86_64')
-url="https://invisible-island.net/xterm/";
-license=('custom')
-depends=('libxft' 'libxaw' 'ncurses' 'luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
-source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha256sums=('27f1a8b1c756e269fd5684e60802b545f0be9b36b8b5d6bdbc840c6b000dc51f'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --libdir=/etc \
-  --mandir=/usr/share/man \
-  --with-app-defaults=/usr/share/X11/app-defaults/ \
-  --with-x \
-  --disable-full-tgetent \
-  --disable-imake \
-  --enable-ansi-color \
-  --enable-88-color \
-  --enable-256-color \
-  --enable-broken-osc \
-  --enable-broken-st \
-  --enable-load-vt-fonts \
-  --enable-i18n \
-  --enable-wide-chars \
-  --enable-doublechars \
-  --enable-warnings \
-  --enable-tcap-query \
-  --enable-logging \
-  --enable-dabbrev \
-  --enable-freetype \
-  --enable-luit \
-  --enable-mini-luit \
-  --enable-narrowproto \
-  --enable-exec-xterm \
-  --enable-sixel-graphics \
-  --enable-regis-graphics \
-  --with-tty-group=tty \
-  --with-utempter
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  chmod 0755 "${pkgdir}/usr/bin/xterm"
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -m755 -d "${pkgdir}"/usr/share/applications
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/{xterm,uxterm}.desktop 
"${pkgdir}"/usr/share/applications/
-}

Copied: xterm/repos/extra-x86_64/PKGBUILD (from rev 417335, 
xterm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 05:43:38 UTC (rev 417336)
@@ -0,0 +1,65 @@
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xterm
+pkgver=368
+pkgrel=1
+pkgdesc="X Terminal Emulator"
+arch=('x86_64')
+url="https://invisible-island.net/xterm/";
+license=('custom')
+depends=('libxft' 'libxaw' 'ncurses' 'luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
+source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha256sums=('2ff5169930b6b49ef0bafb5e1331c94f1a98c310442bba7798add821c76ae712'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --libdir=/etc \
+  --mandir=/usr/share/man \
+  --with-app-defaults=/usr/share/X11/app-defaults/ \
+  --with-x \
+  --disable-full-tgetent \
+  --disable-imake \
+  --enable-ansi-color \
+  --enable-88-color \
+  --enable-256-color \
+  --enable-broken-osc \
+  --enable-broken-st \
+  --enable-load-vt-fonts \
+  --enable-i18n \
+  --enable-wide-chars \
+  --enable-doublechars \
+  --enable-warnings \
+  --enable-tcap-query \
+  --enable-logging \
+  --enable-dabbrev \
+  --enable-freetype \
+  --enable-luit \
+  --enable-mini-luit \
+  --enable-narrowproto \
+  --enable-exec-xterm \
+  --enable-sixel-graphics \
+  --enable-regis-graphics \
+  --with-tty-group=tty \
+  --with-utempter
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  chmod 0755 "${pkgdir}/usr/bin/xterm"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m755 -d "${pkgdir}"/usr/share/applications
+  install -m644 "${srcdir}"/${pkgname}-${pkgver}/{xterm,uxterm}.desktop 
"${pkgdir}"/usr/share/applications/
+}


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

2021-06-07 Thread Andreas Radke via arch-commits
Date: Tuesday, June 8, 2021 @ 05:43:29
  Author: andyrtr
Revision: 417335

upgpkg: xterm 368-1: upstream update 368

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 05:26:44 UTC (rev 417334)
+++ PKGBUILD2021-06-08 05:43:29 UTC (rev 417335)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=367
+pkgver=368
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('libxft' 'libxaw' 'ncurses' 'luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 
source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha256sums=('27f1a8b1c756e269fd5684e60802b545f0be9b36b8b5d6bdbc840c6b000dc51f'
+sha256sums=('2ff5169930b6b49ef0bafb5e1331c94f1a98c310442bba7798add821c76ae712'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
 


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

2021-06-07 Thread Pierre Schmitz via arch-commits
Date: Tuesday, June 8, 2021 @ 05:26:44
  Author: pierre
Revision: 417334

archrelease: copy trunk to extra-any

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

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

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

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


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

2021-06-07 Thread Pierre Schmitz via arch-commits
Date: Tuesday, June 8, 2021 @ 05:26:29
  Author: pierre
Revision: 417333

upgpkg: composer 2.1.2-1

Modified:
  composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-07 23:36:07 UTC (rev 417332)
+++ PKGBUILD2021-06-08 05:26:29 UTC (rev 417333)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -12,7 +12,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver}";

"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar";)
 sha256sums=('SKIP'
-'445a577f3d7966ed2327182380047a38179068ad1292f6b88de4e071920121ce')
+'2dec01094a6bd571dcc0ed796b6e180aca3833646834b66eb743b7d66787a43d')
 
 prepare() {
cd "${srcdir}/${pkgname}"


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 04:55:40
  Author: felixonmars
Revision: 958604

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-findbin/repos/community-staging-x86_64/PKGBUILD (from rev 
958603, haskell-findbin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 04:55:40 UTC (rev 958604)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=FindBin
+pkgname=haskell-findbin
+pkgver=0.0.5
+pkgrel=17
+pkgdesc="Locate directory of original program"
+url="https://github.com/hspec/findbin";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('427eff520ea9b88bc928d4330d4550d1d7d2254512e63cc8afad5f45b94a58cf4758a704db5b8ca4dd33f5bfced6557965192bd41d621a33eecc0c517548fa9a')
+
+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
+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
+}


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 04:55:25
  Author: felixonmars
Revision: 958603

upgpkg: haskell-findbin 0.0.5-17: rebuild with ghc 8.10.5

Modified:
  haskell-findbin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 04:54:32 UTC (rev 958602)
+++ PKGBUILD2021-06-08 04:55:25 UTC (rev 958603)
@@ -3,7 +3,7 @@
 _hkgname=FindBin
 pkgname=haskell-findbin
 pkgver=0.0.5
-pkgrel=16
+pkgrel=17
 pkgdesc="Locate directory of original program"
 url="https://github.com/hspec/findbin";
 license=('BSD')


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 04:54:32
  Author: felixonmars
Revision: 958602

archrelease: copy trunk to community-staging-x86_64

Added:
  taskell/repos/community-staging-x86_64/
  taskell/repos/community-staging-x86_64/PKGBUILD
(from rev 958601, taskell/trunk/PKGBUILD)

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

Copied: taskell/repos/community-staging-x86_64/PKGBUILD (from rev 958601, 
taskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 04:54:32 UTC (rev 958602)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname";
+depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
+makedepends=(ghc haskell-classy-prelude haskell-raw-strings-qq haskell-tasty 
haskell-tasty-discover haskell-tasty-expected-failure haskell-tasty-hunit)
+source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('89eb3c87e8f74c9719e87fb2303fd66bd0133ba0414f109282b29511b8b5e7efc51f8a263be769892012ac46857a4945e73bb544f4e75c55ef0d72ed05845878')
+
+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 \
+--datasubdir=$pkgname \
+--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 $pkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 04:54:05
  Author: felixonmars
Revision: 958601

upgpkg: taskell 1.11.0-29: rebuild with ghc 8.10.5

Modified:
  taskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 04:52:00 UTC (rev 958600)
+++ PKGBUILD2021-06-08 04:54:05 UTC (rev 958601)
@@ -2,7 +2,7 @@
 
 pkgname=taskell
 pkgver=1.11.0
-pkgrel=28
+pkgrel=29
 pkgdesc='A command-line kanban board/task manager'
 license=(BSD)
 arch=(x86_64)


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 04:52:00
  Author: felixonmars
Revision: 958600

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 958599, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 958599, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 04:52:00 UTC (rev 958600)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.21
+pkgrel=34
+pkgdesc="Curses-style terminal interface for the hledger accounting system"
+url="http://hledger.org";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-extra'
+ 'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-safe' 'haskell-split' 'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('eeb969c0eca213fa0906a0750c17169257524661db7f562264d7e10cbc680270ca035aed235fd3e258215d7d7283c42088c244af061150a104cec37317710e5d')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd $pkgname-$pkgver
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+install -Dm644 hledger-ui.1 -t "$pkgdir"/usr/share/man/man1/
+}


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 04:51:46
  Author: felixonmars
Revision: 958599

upgpkg: hledger-ui 1.21-34: rebuild with ghc 8.10.5

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 04:50:24 UTC (rev 958598)
+++ PKGBUILD2021-06-08 04:51:46 UTC (rev 958599)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.21
-pkgrel=33
+pkgrel=34
 pkgdesc="Curses-style terminal interface for the hledger accounting system"
 url="http://hledger.org";
 license=("GPL")


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 04:50:24
  Author: felixonmars
Revision: 958598

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-iadd/repos/community-staging-x86_64/
  hledger-iadd/repos/community-staging-x86_64/PKGBUILD
(from rev 958597, hledger-iadd/trunk/PKGBUILD)

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

Copied: hledger-iadd/repos/community-staging-x86_64/PKGBUILD (from rev 958597, 
hledger-iadd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 04:50:24 UTC (rev 958598)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hledger-iadd
+pkgname=hledger-iadd
+pkgver=1.3.14
+pkgrel=27
+pkgdesc="A terminal UI as drop-in replacement for hledger add"
+url="https://github.com/hpdeifel/hledger-iadd#readme";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-brick' 'haskell-free' 'haskell-hledger-lib' 
'haskell-megaparsec'
+ 'haskell-microlens' 'haskell-microlens-th' 
'haskell-optparse-applicative'
+ 'haskell-text-zipper' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-vty'
+ 'haskell-xdg-basedir')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-hspec-discover')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha256sums=('c5472492ec443948762e4e236d91d9057ed23e8f0866c2aa32929997ae479c4d')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -d semigroups $_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 hledger-iadd/trunk (PKGBUILD)

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 04:50:10
  Author: felixonmars
Revision: 958597

upgpkg: hledger-iadd 1.3.14-27: rebuild with ghc 8.10.5

Modified:
  hledger-iadd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 04:48:43 UTC (rev 958596)
+++ PKGBUILD2021-06-08 04:50:10 UTC (rev 958597)
@@ -3,7 +3,7 @@
 _hkgname=hledger-iadd
 pkgname=hledger-iadd
 pkgver=1.3.14
-pkgrel=26
+pkgrel=27
 pkgdesc="A terminal UI as drop-in replacement for hledger add"
 url="https://github.com/hpdeifel/hledger-iadd#readme";
 license=("BSD")


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 04:48:43
  Author: felixonmars
Revision: 958596

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 04:48:30
  Author: felixonmars
Revision: 958595

upgpkg: haskell-summoner-tui 2.0.1.1-193: rebuild with ghc 8.10.5

Modified:
  haskell-summoner-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 04:47:13 UTC (rev 958594)
+++ PKGBUILD2021-06-08 04:48:30 UTC (rev 958595)
@@ -4,7 +4,7 @@
 _hkgname=summoner-tui
 pkgname=haskell-summoner-tui
 pkgver=2.0.1.1
-pkgrel=192
+pkgrel=193
 pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI."
 url="https://github.com/kowainik/summoner";
 license=('MPL2')


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 04:47:13
  Author: felixonmars
Revision: 958594

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 958593, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-08 04:47:13 UTC (rev 958594)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.62
+pkgrel=12
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 
'haskell-vector'
+ 'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('0ece2fdec88d836bb59c90a4dae8002a5d2a037bba6439cbbe33060413e95eb2e603ca905aaf40517e35df4cb831df0885638f70fe1c1cf8023be89da457b069')
+
+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 \
+-f-demos
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-06-07 Thread Felix Yan via arch-commits
Date: Tuesday, June 8, 2021 @ 04:46:59
  Author: felixonmars
Revision: 958593

upgpkg: haskell-brick 0.62-12: rebuild with ghc 8.10.5

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 04:44:59 UTC (rev 958592)
+++ PKGBUILD2021-06-08 04:46:59 UTC (rev 958593)
@@ -4,7 +4,7 @@
 _hkgname=brick
 pkgname=haskell-brick
 pkgver=0.62
-pkgrel=11
+pkgrel=12
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick";
 license=("BSD")


  1   2   3   4   5   6   7   8   9   10   >