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

2021-07-15 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, July 16, 2021 @ 05:20:27
  Author: yan12125
Revision: 977538

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-16 05:20:16 UTC (rev 977537)
+++ PKGBUILD2021-07-16 05:20:27 UTC (rev 977538)
@@ -1,47 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-aiobotocore
-_pkgname=aiobotocore
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='asyncio support for botocore library using aiohttp'
-arch=(any)
-url='https://github.com/aio-libs/aiobotocore'
-license=(Apache)
-depends=(python python-aiohttp python-botocore python-wrapt 
python-aioitertools)
-makedepends=(python-setuptools)
-checkdepends=(python-moto python-pytest python-pytest-asyncio
-  # moto optdepends
-  python-docker python-yaml python-flask python-flask-cors)
-source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('131c89dd4264d5a3f5134dcf701ae309a3dd58770045d7b8cbd3aeb310c3c2de')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Disable dependency pinning
-  # Upstream tracking issue: https://github.com/aio-libs/aiobotocore/issues/670
-  sed --in-place=.orig -r "s#'(botocore.*),<.*',#'\1',#" setup.py
-  diff -u setup.py{.orig,} || true
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  export PYTHONPATH="$PWD"
-  # test_lambda uses moto.awslambda, which requires a running Docker service
-  # See: https://github.com/spulec/moto/issues/3276
-  pytest -m moto tests \
-  --ignore=tests/test_patches.py \
-  --ignore=tests/test_lambda.py
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-aiobotocore/repos/community-any/PKGBUILD (from rev 977537, 
python-aiobotocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-16 05:20:27 UTC (rev 977538)
@@ -0,0 +1,47 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-aiobotocore
+_pkgname=aiobotocore
+pkgver=1.3.3
+pkgrel=1
+pkgdesc='asyncio support for botocore library using aiohttp'
+arch=(any)
+url='https://github.com/aio-libs/aiobotocore'
+license=(Apache)
+depends=(python python-aiohttp python-botocore python-wrapt 
python-aioitertools)
+makedepends=(python-setuptools)
+checkdepends=(python-moto python-pytest python-pytest-asyncio
+  # moto optdepends
+  python-docker python-yaml python-flask python-flask-cors)
+source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('2ea7fb706b718d5f2a616ebaf121fdb5508a063a6aaa19574035dbf49793f11d')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Disable dependency pinning
+  # Upstream tracking issue: https://github.com/aio-libs/aiobotocore/issues/670
+  sed --in-place=.orig -r "s#'(botocore.*),<.*',#'\1',#" setup.py
+  diff -u setup.py{.orig,} || true
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  export PYTHONPATH="$PWD"
+  # test_lambda uses moto.awslambda, which requires a running Docker service
+  # See: https://github.com/spulec/moto/issues/3276
+  pytest -m moto tests \
+  --ignore=tests/test_patches.py \
+  --ignore=tests/test_lambda.py
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



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

2021-07-15 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, July 16, 2021 @ 05:20:16
  Author: yan12125
Revision: 977537

upgpkg: python-aiobotocore 1.3.3-1

Modified:
  python-aiobotocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:59:03 UTC (rev 977536)
+++ PKGBUILD2021-07-16 05:20:16 UTC (rev 977537)
@@ -2,7 +2,7 @@
 
 pkgname=python-aiobotocore
 _pkgname=aiobotocore
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc='asyncio support for botocore library using aiohttp'
 arch=(any)
@@ -14,7 +14,7 @@
   # moto optdepends
   python-docker python-yaml python-flask python-flask-cors)
 
source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('131c89dd4264d5a3f5134dcf701ae309a3dd58770045d7b8cbd3aeb310c3c2de')
+sha256sums=('2ea7fb706b718d5f2a616ebaf121fdb5508a063a6aaa19574035dbf49793f11d')
 
 prepare() {
   cd $_pkgname-$pkgver



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:59:03
  Author: felixonmars
Revision: 977536

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-16 04:58:48 UTC (rev 977535)
+++ PKGBUILD2021-07-16 04:59:03 UTC (rev 977536)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=8.20210428
-pkgrel=33
-pkgdesc="Manage files with git, without checking their contents into git"
-url="https://git-annex.branchable.com/;
-license=("AGPL3")
-arch=('x86_64')
-depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
- 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
- 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
- 'haskell-criterion' 'haskell-crypto-api' 'haskell-cryptonite' 
'haskell-data-default'
- 'haskell-dav' 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist'
- 'haskell-edit-distance' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
- 'haskell-git-lfs' 'haskell-hinotify' 'haskell-http-client' 
'haskell-http-client-restricted'
- 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-ifelse'
- 'haskell-magic' 'haskell-memory' 'haskell-microlens' 
'haskell-monad-control'
- 'haskell-monad-logger' 'haskell-mountpoints' 'haskell-network' 
'haskell-network-info'
- 'haskell-network-multicast' 'haskell-network-uri' 'haskell-old-locale'
- 'haskell-optparse-applicative' 'haskell-path-pieces' 
'haskell-persistent'
- 'haskell-persistent-sqlite' 'haskell-quickcheck' 'haskell-random' 
'haskell-regex-tdfa'
- 'haskell-resourcet' 'haskell-safesemaphore' 'haskell-sandi' 
'haskell-securemem'
- 'haskell-shakespeare' 'haskell-socks' 'haskell-split' 
'haskell-stm-chans' 'haskell-tagsoup'
- 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
- 'haskell-torrent' 'haskell-unix-compat' 'haskell-unliftio-core'
- 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-uuid' 
'haskell-vector'
- 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 'haskell-warp-tls' 
'haskell-yesod'
- 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static')
-makedepends=('chrpath' 'ghc' 'uusi')
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cd git-annex
-  # persistent-template was merged into persistent
-  uusi -d persistent-template git-annex.cabal
-  sed -i 's/MIN_VERSION_persistent_template/MIN_VERSION_persistent/' 
Database/ContentIdentifier.hs Database/Export.hs Database/Fsck.hs 
Database/Keys/SQL.hs
-}
-
-build() {
-  cd git-annex
-  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
-  -i Makefile
-  make GHC="ghc -dynamic" BUILDER=./Setup BUILDEROPTIONS=$MAKEFLAGS
-}
-
-package() {
-  cd git-annex
-  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
-
-  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
-}

Copied: git-annex/repos/community-x86_64/PKGBUILD (from rev 977535, 
git-annex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-16 04:59:03 UTC (rev 977536)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=8.20210714
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-criterion' 'haskell-crypto-api' 'haskell-cryptonite' 
'haskell-data-default'
+ 'haskell-dav' 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist'
+ 'haskell-edit-distance' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
+ 'haskell-git-lfs' 'haskell-hinotify' 'haskell-http-client' 
'haskell-http-client-restricted'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-ifelse'
+ 'haskell-magic' 'haskell-memory' 'haskell-microlens' 

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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:58:48
  Author: felixonmars
Revision: 977535

upgpkg: git-annex 8.20210714-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:56:43 UTC (rev 977534)
+++ PKGBUILD2021-07-16 04:58:48 UTC (rev 977535)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=8.20210630
-pkgrel=5
+pkgver=8.20210714
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")



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

2021-07-15 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, July 16, 2021 @ 04:56:43
  Author: yan12125
Revision: 977534

archrelease: copy trunk to community-any

Added:
  python-hvac/repos/community-any/PKGBUILD
(from rev 977533, python-hvac/trunk/PKGBUILD)
Deleted:
  python-hvac/repos/community-any/PKGBUILD
  python-hvac/repos/community-any/flask.diff

+
 PKGBUILD   |   98 +++
 flask.diff |   13 ---
 2 files changed, 46 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-16 04:56:29 UTC (rev 977533)
+++ PKGBUILD2021-07-16 04:56:43 UTC (rev 977534)
@@ -1,52 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: David Vilar Benet 
-
-_pkgname=hvac
-pkgname=python-$_pkgname
-pkgver=0.10.14
-pkgrel=2
-pkgdesc='Python 2.7/3.X client for HashiCorp Vault'
-url='https://python-hvac.org/'
-license=(Apache)
-arch=(any)
-depends=(python python-requests python-six)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-authlib python-flask 
python-flask-sqlalchemy python-mock
-  python-parameterized python-pyhcl python-requests-mock 
python-werkzeug python-jwcrypto
-  vault consul)
-optdepends=(
-  'python-pyhcl: for parsing returned data'
-)
-source=("https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz;
-'flask.diff')
-sha512sums=('3b3b5c64df5c57679a35e09cd61d29090c950dfaa11f64b4c3f8442a3ccf6512cc2d792f60e035815e4c4857813ba49612e0f52c5da3670bd692116a6bd28469'
-
'ce5b56ef800b8e6fbf9f8d8097558ec6e98fd48a140b29a5e81a290eebe37369669b529a3e16fd873768a2591d4192ca2c7f88acca5f71873d47f94d8dc45899')
-
-prepare() {
-  # /usr/bin/vault not working in clean chroots as it requires CAP_IPC_LOCK
-  # https://github.com/hashicorp/vault/issues/10048
-  mkdir -p vault-unprivileged
-  cp -v /usr/bin/vault vault-unprivileged/
-
-  cd $_pkgname-$pkgver
-  # hvac tests incorrect use Flask APIs, and an error is thrown sine Flask 
2.0.1
-  # 
https://github.com/pallets/flask/commit/7c5261407dae61679c268b44c63d73909c3fe652
-  patch -Np1 -i ../flask.diff
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  # test_ldap requires many unpackaged dependencies
-  PATH="$srcdir/vault-unprivileged:$PATH" pytest tests \
---ignore=tests/integration_tests/api/auth_methods/test_ldap.py
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-hvac/repos/community-any/PKGBUILD (from rev 977533, 
python-hvac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-16 04:56:43 UTC (rev 977534)
@@ -0,0 +1,46 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: David Vilar Benet 
+
+_pkgname=hvac
+pkgname=python-$_pkgname
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Python 2.7/3.X client for HashiCorp Vault'
+url='https://python-hvac.org/'
+license=(Apache)
+arch=(any)
+depends=(python python-requests python-six)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-authlib python-flask 
python-flask-sqlalchemy python-mock
+  python-parameterized python-pyhcl python-requests-mock 
python-werkzeug python-jwcrypto
+  vault consul)
+optdepends=(
+  'python-pyhcl: for parsing returned data'
+)
+# Upstream intentionally prune tests from sdists 
(https://github.com/hvac/hvac/pull/356)
+source=("https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('47226ba5113a4df48f115d02d2fb1fa7ab8b42895d38f7fad37c84814db71a57f4e455a9b46134bb577fbded1881e6272464b9f1d1d74142dc089bde03b0eba9')
+
+prepare() {
+  # /usr/bin/vault not working in clean chroots as it requires CAP_IPC_LOCK
+  # https://github.com/hashicorp/vault/issues/10048
+  mkdir -p vault-unprivileged
+  cp -v /usr/bin/vault vault-unprivileged/
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  # test_ldap requires many unpackaged dependencies
+  PATH="$srcdir/vault-unprivileged:$PATH" pytest tests \
+--ignore=tests/integration_tests/api/auth_methods/test_ldap.py
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Deleted: flask.diff
===
--- flask.diff  2021-07-16 04:56:29 UTC (rev 977533)
+++ flask.diff  2021-07-16 04:56:43 UTC (rev 977534)
@@ -1,13 +0,0 @@
-diff --git a/tests/utils/mock_oauth_provider/routes.py 
b/tests/utils/mock_oauth_provider/routes.py
-index b1254ea..54f0956 100644
 a/tests/utils/mock_oauth_provider/routes.py
-+++ b/tests/utils/mock_oauth_provider/routes.py
-@@ -13,7 +13,7 @@ from tests.utils.mock_oauth_provider.models import 
(OAuth2Client, User, db)
- from tests.utils.mock_oauth_provider.oauth2 

[arch-commits] Commit in python-hvac/trunk (PKGBUILD flask.diff)

2021-07-15 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, July 16, 2021 @ 04:56:29
  Author: yan12125
Revision: 977533

upgpkg: python-hvac 0.11.0-1; clarify why not PyPI sdists

Modified:
  python-hvac/trunk/PKGBUILD
Deleted:
  python-hvac/trunk/flask.diff

+
 PKGBUILD   |   16 +---
 flask.diff |   13 -
 2 files changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:53:22 UTC (rev 977532)
+++ PKGBUILD2021-07-16 04:56:29 UTC (rev 977533)
@@ -3,8 +3,8 @@
 
 _pkgname=hvac
 pkgname=python-$_pkgname
-pkgver=0.10.14
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
 pkgdesc='Python 2.7/3.X client for HashiCorp Vault'
 url='https://python-hvac.org/'
 license=(Apache)
@@ -17,10 +17,9 @@
 optdepends=(
   'python-pyhcl: for parsing returned data'
 )
-source=("https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz;
-'flask.diff')
-sha512sums=('3b3b5c64df5c57679a35e09cd61d29090c950dfaa11f64b4c3f8442a3ccf6512cc2d792f60e035815e4c4857813ba49612e0f52c5da3670bd692116a6bd28469'
-
'ce5b56ef800b8e6fbf9f8d8097558ec6e98fd48a140b29a5e81a290eebe37369669b529a3e16fd873768a2591d4192ca2c7f88acca5f71873d47f94d8dc45899')
+# Upstream intentionally prune tests from sdists 
(https://github.com/hvac/hvac/pull/356)
+source=("https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('47226ba5113a4df48f115d02d2fb1fa7ab8b42895d38f7fad37c84814db71a57f4e455a9b46134bb577fbded1881e6272464b9f1d1d74142dc089bde03b0eba9')
 
 prepare() {
   # /usr/bin/vault not working in clean chroots as it requires CAP_IPC_LOCK
@@ -27,11 +26,6 @@
   # https://github.com/hashicorp/vault/issues/10048
   mkdir -p vault-unprivileged
   cp -v /usr/bin/vault vault-unprivileged/
-
-  cd $_pkgname-$pkgver
-  # hvac tests incorrect use Flask APIs, and an error is thrown sine Flask 
2.0.1
-  # 
https://github.com/pallets/flask/commit/7c5261407dae61679c268b44c63d73909c3fe652
-  patch -Np1 -i ../flask.diff
 }
 
 build() {

Deleted: flask.diff
===
--- flask.diff  2021-07-16 04:53:22 UTC (rev 977532)
+++ flask.diff  2021-07-16 04:56:29 UTC (rev 977533)
@@ -1,13 +0,0 @@
-diff --git a/tests/utils/mock_oauth_provider/routes.py 
b/tests/utils/mock_oauth_provider/routes.py
-index b1254ea..54f0956 100644
 a/tests/utils/mock_oauth_provider/routes.py
-+++ b/tests/utils/mock_oauth_provider/routes.py
-@@ -13,7 +13,7 @@ from tests.utils.mock_oauth_provider.models import 
(OAuth2Client, User, db)
- from tests.utils.mock_oauth_provider.oauth2 import (authorization, 
require_oauth)
- 
- logger = logging.getLogger(__name__)
--bp = Blueprint(__name__, 'home')
-+bp = Blueprint('home', __name__)
- 
- 
- def current_user():



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:53:22
  Author: felixonmars
Revision: 977532

archrelease: copy trunk to community-x86_64

Added:
  rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 977529, rime-cantonese/trunk/PKGBUILD)
Deleted:
  rime-cantonese/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-16 04:53:21 UTC (rev 977531)
+++ PKGBUILD2021-07-16 04:53:22 UTC (rev 977532)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20210705
-_commit=d9251a1dc1eca1a31017655c174b0a5047f956ef
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese;
-license=('CCPL:cc-by')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 
'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('db431f465cce278a46eddcfadcde0e2efb75c8799e63c31abd982fa1e6cae728a44541660867dda5207e8233125d5198b431d0b77712fa3564687dd3942c889a')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-  install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 977529, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-16 04:53:22 UTC (rev 977532)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20210715
+_commit=fa7c8ad19d51143c1a470295d56feeb63e92113f
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese;
+license=('CCPL:cc-by')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 
'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
+sha512sums=('9e7d5bc237067e49f8e9b52543661533cf6869b521acb5bed7593aa9870922143649e1d5c0a57acb53868cb950b712b062818fb11dcd831d4be21a6db7f7023d')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+  install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
+}



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:53:07
  Author: felixonmars
Revision: 977520

upgpkg: rime-cantonese 0.0.0.20210715-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:53:07 UTC (rev 977519)
+++ PKGBUILD2021-07-16 04:53:07 UTC (rev 977520)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20210705
-_commit=d9251a1dc1eca1a31017655c174b0a5047f956ef
+pkgver=0.0.0.20210715
+_commit=fa7c8ad19d51143c1a470295d56feeb63e92113f
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 
'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('db431f465cce278a46eddcfadcde0e2efb75c8799e63c31abd982fa1e6cae728a44541660867dda5207e8233125d5198b431d0b77712fa3564687dd3942c889a')
+sha512sums=('9e7d5bc237067e49f8e9b52543661533cf6869b521acb5bed7593aa9870922143649e1d5c0a57acb53868cb950b712b062818fb11dcd831d4be21a6db7f7023d')
 
 prepare() {
   cd $pkgname-$_commit



[arch-commits] Commit in stack/repos (4 files)

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:35:58
  Author: felixonmars
Revision: 977511

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 977510, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/ghc9.patch
(from rev 977510, stack/trunk/ghc9.patch)
  stack/repos/community-staging-x86_64/stack.install
(from rev 977510, stack/trunk/stack.install)

---+
 PKGBUILD  |   80 +++
 ghc9.patch|  233 
 stack.install |4 
 3 files changed, 317 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 977510, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:35:58 UTC (rev 977511)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.7.1
+pkgrel=20
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
+ 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
+ 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
+ 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-generic' 
'haskell-optparse-simple'
+ 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-retry' 'haskell-rio'
+ 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 
'haskell-tar'
+ 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 
'haskell-tls'
+ 'haskell-typed-process' 'haskell-unicode-transforms' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'uusi' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;
+ghc9.patch)
+sha512sums=('SKIP'
+
'55ad4c484e6858206d7728077ef94c5f299727b4433b51c027931f1e09371c04c454a785091bcb1a28bf7d8af5652e0fc326dd1141e4b60d6bd185834bfd89bd')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../ghc9.patch
+  uusi -d semigroups -d persistent-template $pkgname.cabal
+}
+
+build() {
+  cd $pkgname
+
+  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-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
+  --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
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test --show-details=direct
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  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
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 

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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:35:39
  Author: felixonmars
Revision: 977510

upgpkg: stack 2.7.1-20: rebuild with persistent 2.13.1.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:33:06 UTC (rev 977509)
+++ PKGBUILD2021-07-16 04:35:39 UTC (rev 977510)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.7.1
-pkgrel=19
+pkgrel=20
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:33:06
  Author: felixonmars
Revision: 977509

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pantry/repos/community-staging-x86_64/PKGBUILD (from rev 
977508, haskell-pantry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:33:06 UTC (rev 977509)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+
+_hkgname=pantry
+pkgname=haskell-pantry
+pkgver=0.5.2.3
+pkgrel=2
+pkgdesc="Content addressable Haskell package management"
+url="https://github.com/commercialhaskell/pantry;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-digest' 'haskell-filelock' 
'haskell-generic-deriving'
+ 'haskell-hackage-security' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-mono-traversable' 'haskell-network-uri' 'haskell-path' 
'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 'haskell-primitive' 
'haskell-resourcet'
+ 'haskell-rio' 'haskell-rio-orphans' 'haskell-rio-prettyprint' 
'haskell-tar-conduit'
+ 'haskell-text-metrics' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 
'haskell-quickcheck'
+ 'haskell-raw-strings-qq')
+checkdepends=('git' 'mercurial')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ecb1a1fb1116f97b8078028752b285557823ee9d870d9a5fb7620ebbbe1b41b870211755c1f39a915226c73ca07ba3b86a08a1b52644c2cfadd0dd3e5c8a')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+uusi -d persistent-template $_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-pantry/trunk (PKGBUILD)

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:32:52
  Author: felixonmars
Revision: 977508

upgpkg: haskell-pantry 0.5.2.3-2: rebuild with persistent 2.13.1.0

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:29:49 UTC (rev 977507)
+++ PKGBUILD2021-07-16 04:32:52 UTC (rev 977508)
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.5.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry;
 license=('BSD')



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:29:49
  Author: felixonmars
Revision: 977507

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-casa-client/repos/community-staging-x86_64/
  haskell-casa-client/repos/community-staging-x86_64/PKGBUILD
(from rev 977506, haskell-casa-client/trunk/PKGBUILD)

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

Copied: haskell-casa-client/repos/community-staging-x86_64/PKGBUILD (from rev 
977506, haskell-casa-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:29:49 UTC (rev 977507)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=casa-client
+pkgname=haskell-casa-client
+pkgver=0.0.1
+pkgrel=295
+pkgdesc="Content Addressable Storage Archive client"
+url="https://github.com/fpco/casa;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-casa-types' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-memory'
+ 'haskell-network-uri' 'haskell-resourcet' 'haskell-th-lift' 
'haskell-unliftio-core'
+ 'haskell-unordered-containers')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('2df03a0b1c2e01f2d24728e96fe446a25b630f5495c4e9995bcbde1ee9da530df1c6b40dde954cfaf6de2af6036fa6cfda7d9957b22106316557cc57d64114fa')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.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-casa-client/trunk (PKGBUILD)

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:29:36
  Author: felixonmars
Revision: 977506

upgpkg: haskell-casa-client 0.0.1-295: rebuild with persistent 2.13.1.0

Modified:
  haskell-casa-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:28:59 UTC (rev 977505)
+++ PKGBUILD2021-07-16 04:29:36 UTC (rev 977506)
@@ -3,7 +3,7 @@
 _hkgname=casa-client
 pkgname=haskell-casa-client
 pkgver=0.0.1
-pkgrel=294
+pkgrel=295
 pkgdesc="Content Addressable Storage Archive client"
 url="https://github.com/fpco/casa;
 license=('MIT')



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:28:59
  Author: felixonmars
Revision: 977505

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-casa-types/repos/community-staging-x86_64/
  haskell-casa-types/repos/community-staging-x86_64/PKGBUILD
(from rev 977504, haskell-casa-types/trunk/PKGBUILD)

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

Copied: haskell-casa-types/repos/community-staging-x86_64/PKGBUILD (from rev 
977504, haskell-casa-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:28:59 UTC (rev 977505)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=casa-types
+pkgname=haskell-casa-types
+pkgver=0.0.2
+pkgrel=114
+pkgdesc="Content Addressable Storage Archive types"
+url="https://github.com/fpco/casa;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-hashable' 'haskell-path-pieces' 'haskell-persistent')
+makedepends=('ghc' 'uusi')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a54bb7f15310878e0a4c0524749ba8c8de8537a60892d278941cacefb80ad9d31e9ba16dd236c196b6639758f281f9ae66911d04c39b0ec6e2b75db5127ad5bf')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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-casa-types/trunk (PKGBUILD)

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:28:46
  Author: felixonmars
Revision: 977504

upgpkg: haskell-casa-types 0.0.2-114: rebuild with persistent 2.13.1.0

Modified:
  haskell-casa-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:28:12 UTC (rev 977503)
+++ PKGBUILD2021-07-16 04:28:46 UTC (rev 977504)
@@ -3,7 +3,7 @@
 _hkgname=casa-types
 pkgname=haskell-casa-types
 pkgver=0.0.2
-pkgrel=113
+pkgrel=114
 pkgdesc="Content Addressable Storage Archive types"
 url="https://github.com/fpco/casa;
 license=('MIT')



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:28:12
  Author: felixonmars
Revision: 977503

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
977502, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:28:12 UTC (rev 977503)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=3.5.1.0
+pkgrel=2
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-blaze-html' 
'haskell-conduit'
+ 'haskell-monad-logger' 'haskell-persistent' 'haskell-resourcet' 
'haskell-tagged'
+ 'haskell-unliftio' 'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-core' 'haskell-mysql' 
'haskell-mysql-simple'
+ 'haskell-persistent-mysql' 'haskell-persistent-postgresql' 
'haskell-persistent-sqlite'
+ 'haskell-postgresql-simple')
+checkdepends=('mariadb' 'pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8d6bdfcd095c36800b568581121a7cf226aff4af00dee6d675ffa29f73b09e68b84806d631826140b8d0d2afbb4352c9c65fc83002cca6e3def2e3ef7535f42b')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/port=5432/port=9824/' test/PostgreSQL/Test.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 \
+-f-mysql -f-postgresql
+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
+# Copied from haskell-persistent-mysql
+mkdir -p /tmp/mysql_test
+mysql_install_db --datadir=/tmp/mysql_test
+mysqld --datadir=/tmp/mysql_test --socket=/tmp/socket.mysql --port 33306 
--skip-grant-tables &
+MYSQL_PID=$!
+sleep 5
+mysql -h 127.0.0.1 -P 33306 -u root -e "create database IF NOT EXISTS 
esqutest;"
+
+# Copied from haskell-persistent-postgresql
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s esqutest
+createdb -O esqutest esqutest
+
+# mysql tests fail the same way as haskell-persistent-mysql, due to 
incompatibility with mariadb
+TRAVIS=true runhaskell Setup test --show-details=direct || echo "Tests 
failed"
+
+kill $MYSQL_PID
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:27:59
  Author: felixonmars
Revision: 977502

upgpkg: haskell-esqueleto 3.5.1.0-2: rebuild with persistent 2.13.1.0

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:25:52 UTC (rev 977501)
+++ PKGBUILD2021-07-16 04:27:59 UTC (rev 977502)
@@ -4,7 +4,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=3.5.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("BSD")



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:25:52
  Author: felixonmars
Revision: 977501

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent-postgresql/repos/community-staging-x86_64/PKGBUILD 
(from rev 977500, haskell-persistent-postgresql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:25:52 UTC (rev 977501)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+
+_hkgname=persistent-postgresql
+pkgname=haskell-persistent-postgresql
+pkgver=2.13.0.3
+pkgrel=7
+pkgdesc="Backend for the persistent library using postgresql."
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder' 'haskell-conduit'
+ 'haskell-monad-logger' 'haskell-persistent' 'haskell-postgresql-libpq'
+ 'haskell-postgresql-simple' 'haskell-resource-pool' 
'haskell-resourcet'
+ 'haskell-string-conversions' 'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-fast-logger' 
'haskell-hspec'
+ 'haskell-hspec-expectations' 'haskell-hspec-expectations-lifted'
+ 'haskell-http-api-data' 'haskell-path-pieces' 
'haskell-persistent-qq'
+ 'haskell-persistent-test' 'haskell-quickcheck-instances' 
'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('9378b05b24fcf491d1afc2c9fd83592c83a4a239cc746a88a08330eed29b1e99ea1c32335c7dd9fe4b23417edc5958ff9c51006475f2c0dd0b24cea3ef2f8ecf')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  # pifpaf's default port
+  sed -i 's/port=5432/port=9824/' test/PgInit.hs
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  eval $(pifpaf run postgresql --host 127.0.0.1)
+  createuser -s postgres
+  createdb test
+  # https://github.com/yesodweb/persistent/issues/1278
+  runhaskell Setup test --show-details=direct || echo "Tests failed"
+  pifpaf_stop
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:25:40
  Author: felixonmars
Revision: 977500

upgpkg: haskell-persistent-postgresql 2.13.0.3-7: rebuild with persistent 
2.13.1.0

Modified:
  haskell-persistent-postgresql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:24:34 UTC (rev 977499)
+++ PKGBUILD2021-07-16 04:25:40 UTC (rev 977500)
@@ -3,7 +3,7 @@
 _hkgname=persistent-postgresql
 pkgname=haskell-persistent-postgresql
 pkgver=2.13.0.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Backend for the persistent library using postgresql."
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:24:34
  Author: felixonmars
Revision: 977499

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-persistent-mysql/repos/community-staging-x86_64/
  haskell-persistent-mysql/repos/community-staging-x86_64/PKGBUILD
(from rev 977498, haskell-persistent-mysql/trunk/PKGBUILD)

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

Copied: haskell-persistent-mysql/repos/community-staging-x86_64/PKGBUILD (from 
rev 977498, haskell-persistent-mysql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:24:34 UTC (rev 977499)
@@ -0,0 +1,66 @@
+# Maintainer: Felix Yan 
+
+_hkgname=persistent-mysql
+pkgname=haskell-persistent-mysql
+pkgver=2.13.0.1
+pkgrel=17
+pkgdesc="Backend for the persistent library using MySQL database server."
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-builder' 'haskell-conduit' 
'haskell-monad-logger'
+ 'haskell-mysql' 'haskell-mysql-simple' 'haskell-persistent' 
'haskell-resource-pool'
+ 'haskell-resourcet' 'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-fast-logger' 
'haskell-hspec'
+ 'haskell-http-api-data' 'haskell-path-pieces' 
'haskell-persistent-qq'
+ 'haskell-persistent-test' 'haskell-quickcheck-instances')
+#checkdepends=('percona-server' 'percona-server-clients')
+checkdepends=('mariadb')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('e726a54704b5eedd3f3c9ccb20516501a9f42c787d3e5e7998e900637f26f0abf7f5bd82900ad66d99091abe9112d0c697460dc536c7b07d24f2476a0e0552b4')
+
+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
+  mkdir -p /tmp/mysql_test
+  # TODO: Try to make percona work?
+  #mysqld --no-defaults --initialize-insecure --datadir=/tmp/mysql_test 
+  #mysqld --no-defaults --datadir=/tmp/mysql_test 
--secure-file-priv=/tmp/mysql_test --socket=/tmp/socket.mysql 
--bind-address=127.0.0.1 --skip-grant-tables &
+  
+  mysql_install_db --datadir=/tmp/mysql_test
+  mysqld --datadir=/tmp/mysql_test --socket=/tmp/socket.mysql 
--skip-grant-tables &
+  MYSQL_PID=$!
+  sleep 5
+  mysql -h 127.0.0.1 -u root -e "create database IF NOT EXISTS test;"
+  mysql -h 127.0.0.1 -u root -e "create database IF NOT EXISTS persistent;"
+
+  # Compatibility issue with mariadb: 
https://github.com/yesodweb/persistent/issues/1158
+  TRAVIS=true runhaskell Setup test --show-details=direct || echo "Tests 
failed"
+
+  kill $MYSQL_PID
+}
+
+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-persistent-mysql/trunk (PKGBUILD)

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:24:21
  Author: felixonmars
Revision: 977498

upgpkg: haskell-persistent-mysql 2.13.0.1-17: rebuild with persistent 2.13.1.0

Modified:
  haskell-persistent-mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:23:19 UTC (rev 977497)
+++ PKGBUILD2021-07-16 04:24:21 UTC (rev 977498)
@@ -3,7 +3,7 @@
 _hkgname=persistent-mysql
 pkgname=haskell-persistent-mysql
 pkgver=2.13.0.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Backend for the persistent library using MySQL database server."
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:23:19
  Author: felixonmars
Revision: 977497

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-persistent-qq/repos/community-staging-x86_64/
  haskell-persistent-qq/repos/community-staging-x86_64/PKGBUILD
(from rev 977496, haskell-persistent-qq/trunk/PKGBUILD)

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

Copied: haskell-persistent-qq/repos/community-staging-x86_64/PKGBUILD (from rev 
977496, haskell-persistent-qq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:23:19 UTC (rev 977497)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=persistent-qq
+pkgname=haskell-persistent-qq
+pkgver=2.12.0.1
+pkgrel=17
+pkgdesc="Provides a quasi-quoter for raw SQL for persistent"
+url="https://github.com/yesod-web/persistent;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-src-meta' 'haskell-persistent')
+makedepends=('ghc' 'haskell-aeson' 'haskell-fast-logger' 'haskell-hspec' 
'haskell-hunit'
+ 'haskell-monad-logger' 'haskell-persistent-sqlite' 
'haskell-resourcet'
+ 'haskell-unliftio')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('14a06fd7b2b773a80f0963658bdc74f17755579ddee45f7875208ad4046d7cdee096cbf2fdba41b34baa43bc6fecb901cfdbd65c12845a9381844bf14afd6df6')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--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-persistent-qq/trunk (PKGBUILD)

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:23:06
  Author: felixonmars
Revision: 977496

upgpkg: haskell-persistent-qq 2.12.0.1-17: rebuild with persistent 2.13.1.0

Modified:
  haskell-persistent-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:22:08 UTC (rev 977495)
+++ PKGBUILD2021-07-16 04:23:06 UTC (rev 977496)
@@ -3,7 +3,7 @@
 _hkgname=persistent-qq
 pkgname=haskell-persistent-qq
 pkgver=2.12.0.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Provides a quasi-quoter for raw SQL for persistent"
 url="https://github.com/yesod-web/persistent;
 license=('MIT')



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:22:08
  Author: felixonmars
Revision: 977495

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 977494, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 977494, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:22:08 UTC (rev 977495)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=8.20210630
+pkgrel=5
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-criterion' 'haskell-crypto-api' 'haskell-cryptonite' 
'haskell-data-default'
+ 'haskell-dav' 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist'
+ 'haskell-edit-distance' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
+ 'haskell-git-lfs' 'haskell-hinotify' 'haskell-http-client' 
'haskell-http-client-restricted'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-ifelse'
+ 'haskell-magic' 'haskell-memory' 'haskell-microlens' 
'haskell-monad-control'
+ 'haskell-monad-logger' 'haskell-mountpoints' 'haskell-network' 
'haskell-network-info'
+ 'haskell-network-multicast' 'haskell-network-uri' 'haskell-old-locale'
+ 'haskell-optparse-applicative' 'haskell-path-pieces' 
'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-quickcheck' 'haskell-random' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-safesemaphore' 'haskell-sandi' 
'haskell-securemem'
+ 'haskell-shakespeare' 'haskell-socks' 'haskell-split' 
'haskell-stm-chans' 'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-torrent' 'haskell-unix-compat' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-uuid' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 'haskell-warp-tls' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc' 'uusi')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd git-annex
+  # persistent-template was merged into persistent
+  uusi -d persistent-template git-annex.cabal
+  sed -i 's/MIN_VERSION_persistent_template/MIN_VERSION_persistent/' 
Database/ContentIdentifier.hs Database/Export.hs Database/Fsck.hs 
Database/Keys/SQL.hs
+}
+
+build() {
+  cd git-annex
+  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
+  -i Makefile
+  make GHC="ghc -dynamic" BUILDER=./Setup BUILDEROPTIONS=$MAKEFLAGS
+}
+
+package() {
+  cd git-annex
+  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
+
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:21:55
  Author: felixonmars
Revision: 977494

upgpkg: git-annex 8.20210630-5: rebuild with persistent 2.13.1.0

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:18:47 UTC (rev 977493)
+++ PKGBUILD2021-07-16 04:21:55 UTC (rev 977494)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=8.20210630
-pkgrel=4
+pkgrel=5
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:18:47
  Author: felixonmars
Revision: 977493

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 977492, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:18:47 UTC (rev 977493)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.22
+pkgrel=8
+pkgdesc="Web-based user interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 'haskell-hspec' 
'haskell-http-conduit'
+ 'haskell-http-client' 'haskell-http-types' 'haskell-megaparsec' 
'haskell-network'
+ 'haskell-shakespeare' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-wai' 'haskell-wai-cors' 
'haskell-wai-extra'
+ 'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod' 
'haskell-yesod-core'
+ 'haskell-yesod-form' 'haskell-yesod-static' 'haskell-yesod-test')
+makedepends=('ghc' 'uusi')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('428a2033d2bb9188daf26dd279ef4ec18299036f4bc6e6a9ac7efc4ac9b92af2bbd6eec5afebe4f465a5ef66d062fcfe912f092bcb261f378676f0979cf0e71b')
+
+prepare() {
+cd $pkgname-$pkgver
+uusi -u megaparsec $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+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
+
+install -Dm644 hledger-web.1 -t "$pkgdir"/usr/share/man/man1/
+}



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:18:35
  Author: felixonmars
Revision: 977492

upgpkg: hledger-web 1.22-8: rebuild with persistent 2.13.1.0

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:17:20 UTC (rev 977491)
+++ PKGBUILD2021-07-16 04:18:35 UTC (rev 977492)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.22
-pkgrel=7
+pkgrel=8
 pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")



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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 977490, tamarin-prover/trunk/PKGBUILD)
  tamarin-prover/repos/community-staging-x86_64/maude-3.1.patch
(from rev 977490, tamarin-prover/trunk/maude-3.1.patch)

-+
 PKGBUILD|   61 ++
 maude-3.1.patch |   35 ++
 2 files changed, 96 insertions(+)

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
977490, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:17:20 UTC (rev 977491)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.6.0
+pkgrel=236
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="https://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 
'haskell-binary-orphans' 'haskell-binary-instances'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-resourcet' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-threads' 'haskell-wai' 'haskell-warp' 
'haskell-yesod-core'
+ 'haskell-yesod-static' 'haskell-tamarin-prover-utils' 
'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory' 'haskell-tamarin-prover-sapic')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml>=4.11.0')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;
+maude-3.1.patch
+
remove-monad-unlift.patch::https://github.com/tamarin-prover/tamarin-prover/pull/421.patch)
+sha512sums=('7f3569f740d63d715b92a8f073eaecb8b32efe59b910b246977d36bb9e873765440e72feb6e76c7cbafab0495b88cfc666bb1dd12f685627c60d5cbd97b2973e'
+
'1ef5e4c370a0c5f5541d50600604ba7adc566c2f5cf415cdb844842bb10b343edd00aa5aa654f8e55355c80f48a34382c87c3fba4adca0c77e726f407f3815c3'
+
'45121081ea373df5d5c1be5abc52850100343b2874e07b7fa68addb411477ee43fdbc5e9147b8bb2be118d0765a3fb9c5a7f53a902a44140cc13976cc2257e30')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../maude-3.1.patch
+patch -p1 -i ../remove-monad-unlift.patch
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+
+cd plugins/sapic
+make -j1
+}
+
+check() {
+cd $pkgname-$pkgver
+LD_LIBRARY_PATH="$PWD"/dist/build dist/build/tamarin-prover/tamarin-prover 
test
+}
+
+package() {
+cd $pkgname-$pkgver
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/syntax/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+ln -s spthy.vim "$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}

Copied: tamarin-prover/repos/community-staging-x86_64/maude-3.1.patch (from rev 
977490, tamarin-prover/trunk/maude-3.1.patch)
===
--- community-staging-x86_64/maude-3.1.patch(rev 0)
+++ community-staging-x86_64/maude-3.1.patch2021-07-16 04:17:20 UTC (rev 
977491)
@@ -0,0 +1,35 @@
+diff --git a/lib/term/src/Term/Maude/Parser.hs 
b/lib/term/src/Term/Maude/Parser.hs
+index 187c35dc..0a1d3c35 100644
+--- a/lib/term/src/Term/Maude/Parser.hs
 b/lib/term/src/Term/Maude/Parser.hs
+@@ -224,7 +224,7 @@ parseVariantsReply msig reply = flip parseOnly reply $ do
+ <* endOfLine <* string "rewrites: "
+ <* takeWhile1 isDigit <* endOfLine <* endOfInput
+   where
+-parseVariant = string "Variant #" *> takeWhile1 isDigit *> endOfLine *>
++parseVariant = string "Variant " *> optional (char '#') *> takeWhile1 
isDigit *> endOfLine *>
+string "rewrites: " *> takeWhile1 isDigit *> endOfLine *>
+parseReprintedTerm *> manyTill parseEntry endOfLine
+ parseReprintedTerm = choice [ string "TOP" *> pure LSortMsg, parseSort ]
+@@ -235,7 +235,7 @@ parseVariantsReply msig reply = flip parseOnly reply $ do
+ -- | @parseSubstitution l@ parses a single substitution returned by Maude.
+ 

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

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

upgpkg: tamarin-prover 1.6.0-236: rebuild with persistent 2.13.1.0

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:15:55 UTC (rev 977489)
+++ PKGBUILD2021-07-16 04:17:03 UTC (rev 977490)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.6.0
-pkgrel=235
+pkgrel=236
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io;
 license=("GPL")



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:15:55
  Author: felixonmars
Revision: 977489

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 977488, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
977488, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:15:55 UTC (rev 977489)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.1.0
+pkgrel=277
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-conduit' 'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-css-text' 'haskell-data-default'
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsmin' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-mime-types' 'haskell-rio' 
'haskell-unix-compat'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-app-static' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-wai-extra' 
'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('66037ec28eac83e374161c1b306a4d20805ecb35ccfc4878e7894d961daaf30d9936c6e209641ff323d7e3dd5626f5a24a12915d4205417c496e272a2e969f6e')
+
+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-yesod-static/trunk (PKGBUILD)

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:15:42
  Author: felixonmars
Revision: 977488

upgpkg: haskell-yesod-static 1.6.1.0-277: rebuild with persistent 2.13.1.0

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:14:49 UTC (rev 977487)
+++ PKGBUILD2021-07-16 04:15:42 UTC (rev 977488)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.1.0
-pkgrel=276
+pkgrel=277
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:14:49
  Author: felixonmars
Revision: 977487

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-test/repos/community-staging-x86_64/
  haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD
(from rev 977486, haskell-yesod-test/trunk/PKGBUILD)

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
977486, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:14:49 UTC (rev 977487)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.12
+pkgrel=154
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="https://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-network' 'haskell-pretty-show' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio' 
'haskell-unliftio-core')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('777d112d8c5ae77d667da2b8d1ed91a1cf751850d5b3678e787e7123aca8666d0a4b6d6161b7109491012d56c160603d62563b881a136ccc76a1edd006c423d6')
+
+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-yesod-test/trunk (PKGBUILD)

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:14:36
  Author: felixonmars
Revision: 977486

upgpkg: haskell-yesod-test 1.6.12-154: rebuild with persistent 2.13.1.0

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:13:48 UTC (rev 977485)
+++ PKGBUILD2021-07-16 04:14:36 UTC (rev 977486)
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.12
-pkgrel=153
+pkgrel=154
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="https://www.yesodweb.com;
 license=('MIT')



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:13:48
  Author: felixonmars
Revision: 977485

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 977484, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:13:48 UTC (rev 977485)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.1.2
+pkgrel=11
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-conduit' 
'haskell-data-default-class'
+ 'haskell-fast-logger' 'haskell-file-embed' 'haskell-monad-logger' 
'haskell-shakespeare'
+ 'haskell-streaming-commons' 'haskell-unordered-containers' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 'haskell-yaml'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a062f74502c5d88784a20f3bbe4c5799475043f3d17fea28b8199e9e4a3f9cc044e7b21a97bdb0c7e9e91c6e76aec4350a2cddc6306afb7c2f78f347ebf4f249')
+
+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-yesod/trunk (PKGBUILD)

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:13:35
  Author: felixonmars
Revision: 977484

upgpkg: haskell-yesod 1.6.1.2-11: rebuild with persistent 2.13.1.0

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:12:54 UTC (rev 977483)
+++ PKGBUILD2021-07-16 04:13:35 UTC (rev 977484)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.1.2
-pkgrel=10
+pkgrel=11
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:12:54
  Author: felixonmars
Revision: 977483

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-form/repos/community-staging-x86_64/
  haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD
(from rev 977482, haskell-yesod-form/trunk/PKGBUILD)

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
977482, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:12:54 UTC (rev 977483)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.7.0
+pkgrel=46
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-data-default' 
'haskell-email-validate'
+ 'haskell-network-uri' 'haskell-persistent' 'haskell-resourcet' 
'haskell-shakespeare'
+ 'haskell-wai' 'haskell-xss-sanitize' 'haskell-yesod-core' 
'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('dc5373c62e78d79e570171c608fa2e9cfb2092a859b81a881ab69a406c357cc9eeff0ff04d0c08f8cc29cf66ef488ce6b96195d26b9c6dff879a1fea96eff013')
+
+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-yesod-form/trunk (PKGBUILD)

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:12:42
  Author: felixonmars
Revision: 977482

upgpkg: haskell-yesod-form 1.7.0-46: rebuild with persistent 2.13.1.0

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:11:53 UTC (rev 977481)
+++ PKGBUILD2021-07-16 04:12:42 UTC (rev 977482)
@@ -4,7 +4,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.7.0
-pkgrel=45
+pkgrel=46
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:11:53
  Author: felixonmars
Revision: 977481

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-persistent/repos/community-staging-x86_64/
  haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 977480, haskell-yesod-persistent/trunk/PKGBUILD)

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 977480, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:11:53 UTC (rev 977481)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.6.0.7
+pkgrel=33
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-yesod-core")
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9312189947a6ba97bec12c057535a54bb024847ee0f08ba50473a78327f7ca25083738f0742c0847d0b329ef0e764412c85ac32aab4ebde2851a29e60e82d337')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -d persistent-template $_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-yesod-persistent/trunk (PKGBUILD)

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:11:40
  Author: felixonmars
Revision: 977480

upgpkg: haskell-yesod-persistent 1.6.0.7-33: rebuild with persistent 2.13.1.0

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:10:58 UTC (rev 977479)
+++ PKGBUILD2021-07-16 04:11:40 UTC (rev 977480)
@@ -4,7 +4,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.6.0.7
-pkgrel=32
+pkgrel=33
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:10:58
  Author: felixonmars
Revision: 977479

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-persistent-sqlite/repos/community-staging-x86_64/
  haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD
(from rev 977478, haskell-persistent-sqlite/trunk/PKGBUILD)

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

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 977478, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:10:58 UTC (rev 977479)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.13.0.3
+pkgrel=15
+pkgdesc="Backend for the persistent library using sqlite3"
+url="https://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'sqlite' 'haskell-aeson' 'haskell-conduit' 
'haskell-microlens-th'
+ 'haskell-monad-logger' 'haskell-persistent' 'haskell-resource-pool' 
'haskell-resourcet'
+ 'haskell-unliftio-core' 'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-fast-logger' 'haskell-hspec' 'haskell-hunit' 
'haskell-microlens'
+ 'haskell-persistent-test' 'haskell-quickcheck' 
'haskell-system-fileio'
+ 'haskell-system-filepath' 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d47b4e38929272df432f61e027767caa369875450509d2c7b7a0f266c663f0493dd3b493543523b49a49c3a7c24b4c65970870d365c73857c63cbece85af8ac5')
+
+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-build-sanity-exe -fsystemlib -fuse-pkgconfig
+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-persistent-sqlite/trunk (PKGBUILD)

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:10:46
  Author: felixonmars
Revision: 977478

upgpkg: haskell-persistent-sqlite 2.13.0.3-15: rebuild with persistent 2.13.1.0

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:09:47 UTC (rev 977477)
+++ PKGBUILD2021-07-16 04:10:46 UTC (rev 977478)
@@ -4,7 +4,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.13.0.3
-pkgrel=14
+pkgrel=15
 pkgdesc="Backend for the persistent library using sqlite3"
 url="https://www.yesodweb.com/book/persistent;
 license=("MIT")



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:09:47
  Author: felixonmars
Revision: 977477

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-persistent-test/repos/community-staging-x86_64/
  haskell-persistent-test/repos/community-staging-x86_64/PKGBUILD
(from rev 977476, haskell-persistent-test/trunk/PKGBUILD)

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

Copied: haskell-persistent-test/repos/community-staging-x86_64/PKGBUILD (from 
rev 977476, haskell-persistent-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:09:47 UTC (rev 977477)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=persistent-test
+pkgname=haskell-persistent-test
+pkgver=2.13.0.3
+pkgrel=14
+pkgdesc="Tests for Persistent"
+url="https://github.com/yesodweb/persistent;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-persistent' 'haskell-aeson' 'haskell-blaze-html' 
'haskell-conduit'
+ 'haskell-hspec' 'haskell-hspec-expectations' 'haskell-hunit' 
'haskell-monad-control'
+ 'haskell-monad-logger' 'haskell-path-pieces' 'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'haskell-random' 'haskell-resourcet'
+ 'haskell-transformers-base' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-hspec' 'haskell-http-api-data' 
'haskell-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('794c7f22a7d44b7fa0c2d05d936ce68c6e13927abc909bfe3784228e9750103576417e6b8400bb8ea34002a17e59a4a5dd73626035a4dc81b02a1d9059c2')
+
+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-persistent-test/trunk (PKGBUILD)

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:09:34
  Author: felixonmars
Revision: 977476

upgpkg: haskell-persistent-test 2.13.0.3-14: rebuild with persistent 2.13.1.0

Modified:
  haskell-persistent-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:07:47 UTC (rev 977475)
+++ PKGBUILD2021-07-16 04:09:34 UTC (rev 977476)
@@ -3,7 +3,7 @@
 _hkgname=persistent-test
 pkgname=haskell-persistent-test
 pkgver=2.13.0.3
-pkgrel=13
+pkgrel=14
 pkgdesc="Tests for Persistent"
 url="https://github.com/yesodweb/persistent;
 license=('MIT')



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:07:47
  Author: felixonmars
Revision: 977475

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
977474, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-16 04:07:47 UTC (rev 977475)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.13.1.0
+pkgrel=1
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-conduit' 'haskell-fast-logger' 
'haskell-http-api-data'
+ 'haskell-lift-type' 'haskell-monad-logger' 'haskell-path-pieces' 
'haskell-resource-pool'
+ 'haskell-resourcet' 'haskell-scientific' 'haskell-silently' 
'haskell-th-lift-instances'
+ 'haskell-unordered-containers' 'haskell-unliftio' 
'haskell-unliftio-core'
+ 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 
'haskell-quickcheck-instances'
+ 'haskell-shakespeare')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a5fb6c6667ddeb22099e66877554393a4eb60b41dcd6d2ac5b955af9ef40e817f71457170a13d73af8544e6c1ba19bddc0f8d16dcd2367ad7d97bdf1baed65ad')
+
+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-nooverlap
+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-persistent/trunk (PKGBUILD)

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:07:33
  Author: felixonmars
Revision: 977474

upgpkg: haskell-persistent 2.13.1.0-1: rebuild with persistent 2.13.1.0

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:04:13 UTC (rev 977473)
+++ PKGBUILD2021-07-16 04:07:33 UTC (rev 977474)
@@ -3,7 +3,7 @@
 
 _hkgname=persistent
 pkgname=haskell-persistent
-pkgver=2.13.0.4
+pkgver=2.13.1.0
 pkgrel=1
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
@@ -18,7 +18,7 @@
 makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 
'haskell-quickcheck-instances'
  'haskell-shakespeare')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('4dfd779bfe7eac36e803f22c077c2d50494d3e0409db2248cf64b078fd2abe15776079658af5d2579a7d368bd6668bb7bbf530c65c3b55d28ed9e83a553d7a34')
+sha512sums=('a5fb6c6667ddeb22099e66877554393a4eb60b41dcd6d2ac5b955af9ef40e817f71457170a13d73af8544e6c1ba19bddc0f8d16dcd2367ad7d97bdf1baed65ad')
 
 build() {
 cd $_hkgname-$pkgver



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:04:13
  Author: felixonmars
Revision: 977473

archrelease: copy trunk to community-any

Added:
  feeluown/repos/community-any/PKGBUILD
(from rev 977472, feeluown/trunk/PKGBUILD)
  feeluown/repos/community-any/feeluown.desktop
(from rev 977472, feeluown/trunk/feeluown.desktop)
Deleted:
  feeluown/repos/community-any/PKGBUILD
  feeluown/repos/community-any/feeluown.desktop

--+
 PKGBUILD |   62 ++---
 feeluown.desktop |   20 -
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-16 04:03:56 UTC (rev 977472)
+++ PKGBUILD2021-07-16 04:04:13 UTC (rev 977473)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Bruce Zhang 
-
-pkgname=feeluown
-pkgver=3.7.9
-pkgrel=1
-pkgdesc="FeelUOwn Music Player"
-arch=('any')
-url="https://github.com/feeluown/FeelUOwn;
-license=('GPL3')
-depends=('python-qasync' 'python-pyqt5' 'mpv' 'python-opengl' 'python-janus' 
'python-requests'
- 'python-tomlkit' 'python-packaging' 'python-pydantic' 'qt5-svg')
-makedepends=('python-setuptools' 'python-pip')
-optdepends=('feeluown-local' 'feeluown-netease' 'feeluown-kuwo' 
'feeluown-qqmusic')
-groups=('feeluown-full')
-source=("https://pypi.io/packages/source/f/feeluown/feeluown-$pkgver.tar.gz;
-"feeluown.desktop")
-sha512sums=('ebe249d592605a4e5f993d841a8b33b2afdc147ae174643868059d52ec0465300a8bbba0975654b7445670a17823195e2ce2eb302260f68455502a5a4a84b3f1'
-
'48882f7469c22e5db332663bc1aa8b398b0a10a0c929d4d7e3d7b8b91205d7d3070c5fa295cb9a14f8c352bff57978bfaad167343e0ddc51c92417eda07c8087')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm644 feeluown/icons/feeluown.png -t 
"$pkgdir"/usr/share/icons/hicolor/512x512/apps/
-  install -Dm644 "$srcdir"/feeluown.desktop -t 
"$pkgdir"/usr/share/applications/
-}

Copied: feeluown/repos/community-any/PKGBUILD (from rev 977472, 
feeluown/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-16 04:04:13 UTC (rev 977473)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruce Zhang 
+
+pkgname=feeluown
+pkgver=3.7.10
+pkgrel=1
+pkgdesc="FeelUOwn Music Player"
+arch=('any')
+url="https://github.com/feeluown/FeelUOwn;
+license=('GPL3')
+depends=('python-qasync' 'python-pyqt5' 'mpv' 'python-opengl' 'python-janus' 
'python-requests'
+ 'python-tomlkit' 'python-packaging' 'python-pydantic' 'qt5-svg')
+makedepends=('python-setuptools' 'python-pip')
+optdepends=('feeluown-local' 'feeluown-netease' 'feeluown-kuwo' 
'feeluown-qqmusic')
+groups=('feeluown-full')
+source=("https://pypi.io/packages/source/f/feeluown/feeluown-$pkgver.tar.gz;
+"feeluown.desktop")
+sha512sums=('18ed064c9260c3cc2da5b3c3fcf008795ee2bac946eb4c8d0e7df12472023b3d3e07665f395b72aff2585d2357fcabbbef45676563998f575fb7b4e8f538a65f'
+
'48882f7469c22e5db332663bc1aa8b398b0a10a0c929d4d7e3d7b8b91205d7d3070c5fa295cb9a14f8c352bff57978bfaad167343e0ddc51c92417eda07c8087')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm644 feeluown/icons/feeluown.png -t 
"$pkgdir"/usr/share/icons/hicolor/512x512/apps/
+  install -Dm644 "$srcdir"/feeluown.desktop -t 
"$pkgdir"/usr/share/applications/
+}

Deleted: feeluown.desktop
===
--- feeluown.desktop2021-07-16 04:03:56 UTC (rev 977472)
+++ feeluown.desktop2021-07-16 04:04:13 UTC (rev 977473)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=FeelUOwn
-Comment=FeelUOwn Launcher
-Exec=feeluown --log-to-file
-Icon=feeluown
-Categories=AudioVideo;Audio;Player;Qt;
-Terminal=false
-StartupNotify=true
-StartupWMClass=FeelUOwn

Copied: feeluown/repos/community-any/feeluown.desktop (from rev 977472, 
feeluown/trunk/feeluown.desktop)
===
--- feeluown.desktop(rev 0)
+++ feeluown.desktop2021-07-16 04:04:13 UTC (rev 977473)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Name=FeelUOwn
+Comment=FeelUOwn Launcher
+Exec=feeluown --log-to-file
+Icon=feeluown
+Categories=AudioVideo;Audio;Player;Qt;
+Terminal=false
+StartupNotify=true
+StartupWMClass=FeelUOwn



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:03:56
  Author: felixonmars
Revision: 977472

upgpkg: feeluown 3.7.10-1

Modified:
  feeluown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:03:36 UTC (rev 977471)
+++ PKGBUILD2021-07-16 04:03:56 UTC (rev 977472)
@@ -2,7 +2,7 @@
 # Contributor: Bruce Zhang 
 
 pkgname=feeluown
-pkgver=3.7.9
+pkgver=3.7.10
 pkgrel=1
 pkgdesc="FeelUOwn Music Player"
 arch=('any')
@@ -15,7 +15,7 @@
 groups=('feeluown-full')
 source=("https://pypi.io/packages/source/f/feeluown/feeluown-$pkgver.tar.gz;
 "feeluown.desktop")
-sha512sums=('ebe249d592605a4e5f993d841a8b33b2afdc147ae174643868059d52ec0465300a8bbba0975654b7445670a17823195e2ce2eb302260f68455502a5a4a84b3f1'
+sha512sums=('18ed064c9260c3cc2da5b3c3fcf008795ee2bac946eb4c8d0e7df12472023b3d3e07665f395b72aff2585d2357fcabbbef45676563998f575fb7b4e8f538a65f'
 
'48882f7469c22e5db332663bc1aa8b398b0a10a0c929d4d7e3d7b8b91205d7d3070c5fa295cb9a14f8c352bff57978bfaad167343e0ddc51c92417eda07c8087')
 
 build() {



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:03:36
  Author: felixonmars
Revision: 977471

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 977470, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-16 04:03:22 UTC (rev 977470)
+++ PKGBUILD2021-07-16 04:03:36 UTC (rev 977471)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-oslo-config
-pkgver=8.7.0
-pkgrel=1
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver;
-license=('Apache')
-depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
- 'python-oslo-i18n' 'python-rfc3986' 'python-yaml')
-makedepends=('python-setuptools')
-checkdepends=('python-oslotest' 'python-sphinx' 'python-requests-mock' 
'python-oslo-log')
-options=('!emptydirs')
-source=("https://github.com/openstack/oslo.config/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('3cb7c733960c862e99e643377a298ee2974f220aa2d78b7f07034345dbb7113685d437bf484adb7b2972802593fc5d346fad6bffed8831f2d8d54d4c18af4339')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd oslo.config-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslo.config-$pkgver
-  # https://bugs.launchpad.net/oslo.config/+bug/1908934
-  stestr run || echo "Tests failed"
-}
-
-package() {
-  cd oslo.config-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 977470, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-16 04:03:36 UTC (rev 977471)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-oslo-config
+pkgver=8.7.1
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver;
+license=('Apache')
+depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
+ 'python-oslo-i18n' 'python-rfc3986' 'python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-sphinx' 'python-requests-mock' 
'python-oslo-log')
+options=('!emptydirs')
+source=("https://github.com/openstack/oslo.config/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('99929af351d65cbee39a15f735f5ed20565a90cdeca939af53adadc59279e03d609e338c91dc64f546c5471d19f6edddf864dcfe0f74b4357e54241f06a406f7')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd oslo.config-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslo.config-$pkgver
+  # https://bugs.launchpad.net/oslo.config/+bug/1908934
+  stestr run || echo "Tests failed"
+}
+
+package() {
+  cd oslo.config-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:03:22
  Author: felixonmars
Revision: 977470

upgpkg: python-oslo-config 8.7.1-1

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:03:16 UTC (rev 977469)
+++ PKGBUILD2021-07-16 04:03:22 UTC (rev 977470)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-oslo-config
-pkgver=8.7.0
+pkgver=8.7.1
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-oslotest' 'python-sphinx' 'python-requests-mock' 
'python-oslo-log')
 options=('!emptydirs')
 
source=("https://github.com/openstack/oslo.config/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('3cb7c733960c862e99e643377a298ee2974f220aa2d78b7f07034345dbb7113685d437bf484adb7b2972802593fc5d346fad6bffed8831f2d8d54d4c18af4339')
+sha512sums=('99929af351d65cbee39a15f735f5ed20565a90cdeca939af53adadc59279e03d609e338c91dc64f546c5471d19f6edddf864dcfe0f74b4357e54241f06a406f7')
 
 export PBR_VERSION=$pkgver
 



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:03:16
  Author: felixonmars
Revision: 977469

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-16 04:03:02 UTC (rev 977468)
+++ PKGBUILD2021-07-16 04:03:16 UTC (rev 977469)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pypandoc
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="Thin wrapper for pandoc"
-arch=('any')
-license=('MIT')
-url="https://github.com/bebraw/pypandoc;
-depends=('python-setuptools' 'pandoc')
-makedepends=('python-setuptools' 'pandoc')
-checkdepends=('texlive-core' 'texlive-latexextra')
-source=("https://github.com/bebraw/pypandoc/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('982867ee1e0fb9f064c30b752ac9963c4eb8753e60d739472fe726f1cd566f544144aa2976643bf92a7927cd12e62785a0d9eae2ed35c5b186b0ffa9a70da319')
-
-prepare() {
-  # We don't really need pip and wheel at runtime
-  sed -i "s/install_requires = .*/install_requires = ['setuptools'],/" 
pypandoc-$pkgver/setup.py
-}
-
-build() {
-  cd pypandoc-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pypandoc-$pkgver
-  # Ignore test failures now as pandoc-citeproc is deprecated and gone
-  python setup.py test || echo "Tests failed"
-}
-
-package() {
-  cd pypandoc-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pypandoc/repos/community-any/PKGBUILD (from rev 977468, 
python-pypandoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-16 04:03:16 UTC (rev 977469)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pypandoc
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="Thin wrapper for pandoc"
+arch=('any')
+license=('MIT')
+url="https://github.com/bebraw/pypandoc;
+depends=('python-setuptools' 'pandoc')
+makedepends=('python-setuptools' 'pandoc')
+checkdepends=('texlive-core' 'texlive-latexextra')
+source=("https://github.com/bebraw/pypandoc/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('b9e7d769aa75b96b7f04cce0cc93045f38434df88433c2bd392653fa744a28c96392777dfc0c0c96cfbc6a187be8ec64b9ac3491f8b5d346d949b4dde4a5')
+
+prepare() {
+  # We don't really need pip and wheel at runtime
+  sed -i "s/install_requires = .*/install_requires = ['setuptools'],/" 
pypandoc-$pkgver/setup.py
+}
+
+build() {
+  cd pypandoc-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pypandoc-$pkgver
+  # Ignore test failures now as pandoc-citeproc is deprecated and gone
+  python setup.py test || echo "Tests failed"
+}
+
+package() {
+  cd pypandoc-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:03:02
  Author: felixonmars
Revision: 977468

upgpkg: python-pypandoc 1.6.3-1

Modified:
  python-pypandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:02:33 UTC (rev 977467)
+++ PKGBUILD2021-07-16 04:03:02 UTC (rev 977468)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pypandoc
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="Thin wrapper for pandoc"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'pandoc')
 checkdepends=('texlive-core' 'texlive-latexextra')
 
source=("https://github.com/bebraw/pypandoc/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('982867ee1e0fb9f064c30b752ac9963c4eb8753e60d739472fe726f1cd566f544144aa2976643bf92a7927cd12e62785a0d9eae2ed35c5b186b0ffa9a70da319')
+sha512sums=('b9e7d769aa75b96b7f04cce0cc93045f38434df88433c2bd392653fa744a28c96392777dfc0c0c96cfbc6a187be8ec64b9ac3491f8b5d346d949b4dde4a5')
 
 prepare() {
   # We don't really need pip and wheel at runtime



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:02:33
  Author: felixonmars
Revision: 977467

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-16 04:02:18 UTC (rev 977466)
+++ PKGBUILD2021-07-16 04:02:33 UTC (rev 977467)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-braintree
-pkgver=4.10.0
-pkgrel=1
-pkgdesc="Braintree Python Library"
-arch=('any')
-url="https://www.braintreepayments.com/docs/python;
-license=('MIT')
-depends=('python-requests')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz;)
-sha512sums=('fa30821f7fd7c89dfaeabbc14bba6f3d70e4e0ff0d3f7bf73ddf2febeb4dc0adaa82c39c0ddf5f890ac6da6e70e976e376b44e212d2be4735b3807abf135a114')
-
-build() {
-  cd braintree_python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd braintree_python-$pkgver
-  nosetests3 tests/unit
-}
-
-package() {
-  cd braintree_python-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-braintree/repos/community-any/PKGBUILD (from rev 977466, 
python-braintree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-16 04:02:33 UTC (rev 977467)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-braintree
+pkgver=4.11.0
+pkgrel=1
+pkgdesc="Braintree Python Library"
+arch=('any')
+url="https://www.braintreepayments.com/docs/python;
+license=('MIT')
+depends=('python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz;)
+sha512sums=('27021778bd1c00e6eee62841c73c4002a66dd1758d7ce8f4f16258bd922e9195aff4a1272bbb95b12eb6b2933ad5ea32c647fd560c87ad20f543d97e07ab')
+
+build() {
+  cd braintree_python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd braintree_python-$pkgver
+  nosetests3 tests/unit
+}
+
+package() {
+  cd braintree_python-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:02:18
  Author: felixonmars
Revision: 977466

upgpkg: python-braintree 4.11.0-1

Modified:
  python-braintree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 04:00:52 UTC (rev 977465)
+++ PKGBUILD2021-07-16 04:02:18 UTC (rev 977466)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-braintree
-pkgver=4.10.0
+pkgver=4.11.0
 pkgrel=1
 pkgdesc="Braintree Python Library"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz;)
-sha512sums=('fa30821f7fd7c89dfaeabbc14bba6f3d70e4e0ff0d3f7bf73ddf2febeb4dc0adaa82c39c0ddf5f890ac6da6e70e976e376b44e212d2be4735b3807abf135a114')
+sha512sums=('27021778bd1c00e6eee62841c73c4002a66dd1758d7ce8f4f16258bd922e9195aff4a1272bbb95b12eb6b2933ad5ea32c647fd560c87ad20f543d97e07ab')
 
 build() {
   cd braintree_python-$pkgver



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:00:52
  Author: felixonmars
Revision: 977465

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-16 04:00:37 UTC (rev 977464)
+++ PKGBUILD2021-07-16 04:00:52 UTC (rev 977465)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-itemadapter
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="Common interface for data container classes"
-url="https://github.com/scrapy/itemadapter;
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-attrs' 'python-pytest' 'scrapy')
-source=("https://github.com/scrapy/itemadapter/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('317e42ebe7f161e114719c942fb7261b3b06e38fe81f609ccdacebfb051a5eaea90286bfef79c8bcf56d041d26e087dbbc9a74270c7a61bdd73841596a01f174')
-
-build() {
-  cd itemadapter-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd itemadapter-$pkgver
-  pytest
-}
-
-package() {
-  cd itemadapter-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-itemadapter/repos/community-any/PKGBUILD (from rev 977464, 
python-itemadapter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-16 04:00:52 UTC (rev 977465)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-itemadapter
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Common interface for data container classes"
+url="https://github.com/scrapy/itemadapter;
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-attrs' 'python-pydantic' 'python-pytest' 'scrapy')
+source=("https://github.com/scrapy/itemadapter/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('2bc26471d65cf66da520461a54bd9e9943ddcd910cfa359413be77ad92a73f1dfc3c6d47be2c6ce8ce22d878172e4e93f0fef0dc4a98d824bacd3589a3a49315')
+
+build() {
+  cd itemadapter-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd itemadapter-$pkgver
+  pytest
+}
+
+package() {
+  cd itemadapter-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 04:00:37
  Author: felixonmars
Revision: 977464

upgpkg: python-itemadapter 0.3.0-1

Modified:
  python-itemadapter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-16 03:59:40 UTC (rev 977463)
+++ PKGBUILD2021-07-16 04:00:37 UTC (rev 977464)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-itemadapter
-pkgver=0.2.0
+pkgver=0.3.0
 pkgrel=1
 pkgdesc="Common interface for data container classes"
 url="https://github.com/scrapy/itemadapter;
@@ -9,9 +9,9 @@
 arch=('any')
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-attrs' 'python-pytest' 'scrapy')
+checkdepends=('python-attrs' 'python-pydantic' 'python-pytest' 'scrapy')
 
source=("https://github.com/scrapy/itemadapter/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('317e42ebe7f161e114719c942fb7261b3b06e38fe81f609ccdacebfb051a5eaea90286bfef79c8bcf56d041d26e087dbbc9a74270c7a61bdd73841596a01f174')
+sha512sums=('2bc26471d65cf66da520461a54bd9e9943ddcd910cfa359413be77ad92a73f1dfc3c6d47be2c6ce8ce22d878172e4e93f0fef0dc4a98d824bacd3589a3a49315')
 
 build() {
   cd itemadapter-$pkgver



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 03:59:40
  Author: felixonmars
Revision: 977463

archrelease: copy trunk to community-any

Added:
  ruby-bundler/repos/community-any/PKGBUILD
(from rev 977462, ruby-bundler/trunk/PKGBUILD)
Deleted:
  ruby-bundler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-16 03:59:24 UTC (rev 977462)
+++ PKGBUILD2021-07-16 03:59:40 UTC (rev 977463)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname=${pkgname#ruby-}
-pkgver=2.2.23
-pkgrel=1
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
-arch=('any')
-url='http://bundler.io'
-license=('MIT')
-depends=('ruby')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=("$_gemname-$pkgver.gem")
-sha512sums=('c7be2a0fcdcd8ecfc3348d5818e269c24aa0555b02e1a197403727fd6d3f58cd653b1d21fc974e2ad481743c06b369f7c2ea1c12743c0e62801333e4440b1003')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
- -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-
-  install -d "$pkgdir/usr/share/man/"{man1,man5}
-  mv "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/lib/bundler/man"/*.1 
"$pkgdir/usr/share/man/man1/"
-  mv "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/lib/bundler/man"/*.5 
"$pkgdir/usr/share/man/man5/"
-}

Copied: ruby-bundler/repos/community-any/PKGBUILD (from rev 977462, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-16 03:59:40 UTC (rev 977463)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname=${pkgname#ruby-}
+pkgver=2.2.24
+pkgrel=1
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
+arch=('any')
+url='http://bundler.io'
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=("$_gemname-$pkgver.gem")
+sha512sums=('ac50c7d2bbcfa0903511fd0b9a56ebc6da67b0bd54da67ff2f23bd8a60a90f384b6b231e8ea45588a10758d889e561ed5a12866d879c8f47fc289f0a7e650f3f')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+
+  install -d "$pkgdir/usr/share/man/"{man1,man5}
+  mv "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/lib/bundler/man"/*.1 
"$pkgdir/usr/share/man/man1/"
+  mv "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/lib/bundler/man"/*.5 
"$pkgdir/usr/share/man/man5/"
+}



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

2021-07-15 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 03:59:24
  Author: felixonmars
Revision: 977462

upgpkg: ruby-bundler 2.2.24-1

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 21:35:38 UTC (rev 977461)
+++ PKGBUILD2021-07-16 03:59:24 UTC (rev 977462)
@@ -6,7 +6,7 @@
 
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
-pkgver=2.2.23
+pkgver=2.2.24
 pkgrel=1
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
 noextract=("$_gemname-$pkgver.gem")
-sha512sums=('c7be2a0fcdcd8ecfc3348d5818e269c24aa0555b02e1a197403727fd6d3f58cd653b1d21fc974e2ad481743c06b369f7c2ea1c12743c0e62801333e4440b1003')
+sha512sums=('ac50c7d2bbcfa0903511fd0b9a56ebc6da67b0bd54da67ff2f23bd8a60a90f384b6b231e8ea45588a10758d889e561ed5a12866d879c8f47fc289f0a7e650f3f')
 
 package() {
   cd "$srcdir"



[arch-commits] Commit in chromium/repos/extra-x86_64 (16 files)

2021-07-15 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 15, 2021 @ 21:45:07
  Author: foutrelis
Revision: 419773

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 419772, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-glibc-2.33.patch
(from rev 419772, chromium/trunk/chromium-glibc-2.33.patch)
  chromium/repos/extra-x86_64/extend-enable-accelerated-video-decode-flag.patch
(from rev 419772, 
chromium/trunk/extend-enable-accelerated-video-decode-flag.patch)
  chromium/repos/extra-x86_64/fix-crash-in-ThemeService.patch
(from rev 419772, chromium/trunk/fix-crash-in-ThemeService.patch)
  chromium/repos/extra-x86_64/make-dom-distiller-protoc-plugin-call-py2.7.patch
(from rev 419772, 
chromium/trunk/make-dom-distiller-protoc-plugin-call-py2.7.patch)
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 419772, 
chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  chromium/repos/extra-x86_64/unbundle-use-char16_t-as-UCHAR_TYPE.patch
(from rev 419772, chromium/trunk/unbundle-use-char16_t-as-UCHAR_TYPE.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 419772, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-glibc-2.33.patch
  chromium/repos/extra-x86_64/extend-enable-accelerated-video-decode-flag.patch
  chromium/repos/extra-x86_64/fix-crash-in-ThemeService.patch
  chromium/repos/extra-x86_64/make-dom-distiller-protoc-plugin-call-py2.7.patch
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  chromium/repos/extra-x86_64/unbundle-use-char16_t-as-UCHAR_TYPE.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

---+
 PKGBUILD  |  502 ++--
 chromium-glibc-2.33.patch |  288 +--
 extend-enable-accelerated-video-decode-flag.patch |   70 +-
 fix-crash-in-ThemeService.patch   |   90 +--
 make-dom-distiller-protoc-plugin-call-py2.7.patch |   74 +-
 sql-make-VirtualCursor-standard-layout-type.patch |  476 +-
 unbundle-use-char16_t-as-UCHAR_TYPE.patch |   60 +-
 use-oauth2-client-switches-as-default.patch   |   34 -
 8 files changed, 797 insertions(+), 797 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 21:44:57 UTC (rev 419772)
+++ PKGBUILD2021-07-15 21:45:07 UTC (rev 419773)
@@ -1,251 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=91.0.4472.114
-pkgrel=1
-_launcher_ver=7
-_gcc_patchset=5
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless' 'python2')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-fix-crash-in-ThemeService.patch
-unbundle-use-char16_t-as-UCHAR_TYPE.patch
-make-dom-distiller-protoc-plugin-call-py2.7.patch
-extend-enable-accelerated-video-decode-flag.patch
-sql-make-VirtualCursor-standard-layout-type.patch
-chromium-glibc-2.33.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('c1c7fe783f3250978503d4bd53144039bd818de8a6e89de493f27dd5168f7e71'
-'86859c11cfc8ba106a3826479c0bc759324a62150b271dd35d1a0f96e890f52f'
-'171525009003a9ed1182cfcb6f407d7169d9a731a474304e263029376719f55a'
-'3cfe46e181cb9d337c454b5b5adbf5297052f29cd617cdee4380eeb1943825d8'
-'59a59a60a08b335fe8647fdf0f9d2288d236ebf2cc9626396d0c4d032fd2b25d'
-'76ceebd14c9a6f1ea6a05b1613e64d1e2aca595e0f0b3e9497e333ed756c'
-'66db9132d6f5e06aa26e5de0924f814224a76a9bdf4b61afce161fb1d7643b22'
-

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

2021-07-15 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 15, 2021 @ 21:44:57
  Author: foutrelis
Revision: 419772

upgpkg: chromium 91.0.4472.164-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 20:43:20 UTC (rev 419771)
+++ PKGBUILD2021-07-15 21:44:57 UTC (rev 419772)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=91.0.4472.114
+pkgver=91.0.4472.164
 pkgrel=1
 _launcher_ver=7
 _gcc_patchset=5
@@ -31,7 +31,7 @@
 sql-make-VirtualCursor-standard-layout-type.patch
 chromium-glibc-2.33.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('c1c7fe783f3250978503d4bd53144039bd818de8a6e89de493f27dd5168f7e71'
+sha256sums=('84e56fa2ad96d910cab429c513eeaca7bfa94096fef057bd024be826ce8426bd'
 '86859c11cfc8ba106a3826479c0bc759324a62150b271dd35d1a0f96e890f52f'
 '171525009003a9ed1182cfcb6f407d7169d9a731a474304e263029376719f55a'
 '3cfe46e181cb9d337c454b5b5adbf5297052f29cd617cdee4380eeb1943825d8'



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

2021-07-15 Thread Christian Hesse via arch-commits
Date: Thursday, July 15, 2021 @ 21:35:38
  Author: eworm
Revision: 977461

archrelease: copy trunk to community-x86_64

Added:
  hexchat/repos/community-x86_64/0001-python-cffi.patch
(from rev 977460, hexchat/trunk/0001-python-cffi.patch)
  hexchat/repos/community-x86_64/0002-python-3-8.patch
(from rev 977460, hexchat/trunk/0002-python-3-8.patch)
  
hexchat/repos/community-x86_64/0003-Use-pango_font_metrics_get_height-to-calculate-font-height.patch
(from rev 977460, 
hexchat/trunk/0003-Use-pango_font_metrics_get_height-to-calculate-font-height.patch)
  
hexchat/repos/community-x86_64/0004-fix_segfault_on_lua_pop_with_Lua_5.4.3.patch
(from rev 977460, 
hexchat/trunk/0004-fix_segfault_on_lua_pop_with_Lua_5.4.3.patch)
  hexchat/repos/community-x86_64/PKGBUILD
(from rev 977460, hexchat/trunk/PKGBUILD)
Deleted:
  hexchat/repos/community-x86_64/0001-python-cffi.patch
  hexchat/repos/community-x86_64/0002-python-3-8.patch
  
hexchat/repos/community-x86_64/0003-Use-pango_font_metrics_get_height-to-calculate-font-height.patch
  
hexchat/repos/community-x86_64/0004-fix_segfault_on_lua_pop_with_Lua_5.4.3.patch
  hexchat/repos/community-x86_64/PKGBUILD

---+
 0001-python-cffi.patch| 8366 
+-
 0002-python-3-8.patch |   26 
 0003-Use-pango_font_metrics_get_height-to-calculate-font-height.patch |   88 
 0004-fix_segfault_on_lua_pop_with_Lua_5.4.3.patch |   60 
 PKGBUILD  |   98 
 5 files changed, 4319 insertions(+), 4319 deletions(-)

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


[arch-commits] Commit in hexchat/trunk (0001-python-cffi.patch PKGBUILD)

2021-07-15 Thread Christian Hesse via arch-commits
Date: Thursday, July 15, 2021 @ 21:35:30
  Author: eworm
Revision: 977460

upgpkg: hexchat 2.14.3-9: fix off-by-one in python-cffi (FS#71506)

https://github.com/hexchat/hexchat/commit/734d888210dc2863fbcd37c408102460476623bb

Modified:
  hexchat/trunk/0001-python-cffi.patch
  hexchat/trunk/PKGBUILD

+
 0001-python-cffi.patch |2 +-
 PKGBUILD   |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: 0001-python-cffi.patch
===
--- 0001-python-cffi.patch  2021-07-15 21:17:11 UTC (rev 977459)
+++ 0001-python-cffi.patch  2021-07-15 21:35:30 UTC (rev 977460)
@@ -3616,7 +3616,7 @@
 +
 +# There can be empty entries between non-empty ones so find the actual last 
value
 +def wordlist_len(words):
-+for i in range(31, 1, -1):
++for i in range(31, 0, -1):
 +if ffi.string(words[i]):
 +return i
 +

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 21:17:11 UTC (rev 977459)
+++ PKGBUILD2021-07-15 21:35:30 UTC (rev 977460)
@@ -3,7 +3,7 @@
 
 pkgname=hexchat
 pkgver=2.14.3
-pkgrel=8
+pkgrel=9
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('x86_64')
 url='https://hexchat.github.io/'
@@ -22,7 +22,7 @@
 '0003-Use-pango_font_metrics_get_height-to-calculate-font-height.patch'
 '0004-fix_segfault_on_lua_pop_with_Lua_5.4.3.patch')
 sha256sums=('SKIP'
-'92af0d106627c9b9716036ce81f697de35f37b4ba2e7bd34244824520e485bba'
+'35067ddd80f982a7ffe029533a2a27faeb2c2272822451ddc91052a2c96276a0'
 '8d17ce657e744272815b5fb33d8ad959f79ece3294349637eaadcf86d90496fa'
 '691f344479a8b1186008516f0ebe7e3d482059cd297f58573634fa5a58f3d0ca'
 'a8d6917deec758b3a822471316f0bd7819d3661ef6f657c52953711227a2cbe6')



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

2021-07-15 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 15, 2021 @ 21:17:11
  Author: spupykin
Revision: 977459

archrelease: copy trunk to community-any

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

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

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

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



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

2021-07-15 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 15, 2021 @ 21:17:03
  Author: spupykin
Revision: 977458

upgpkg: nextcloud-app-mail 1.10.1-1

Modified:
  nextcloud-app-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 21:16:56 UTC (rev 977457)
+++ PKGBUILD2021-07-15 21:17:03 UTC (rev 977458)
@@ -4,8 +4,8 @@
 
 pkgname=nextcloud-app-mail
 _name=mail
-pkgver=1.9.5
-pkgrel=2
+pkgver=1.10.1
+pkgrel=1
 pkgdesc="An email app for NextCloud"
 arch=('any')
 url="https://github.com/nextcloud/mail;
@@ -13,8 +13,8 @@
 depends=('nextcloud')
 makedepends=('ripgrep' 'yq')
 options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz;)
-sha512sums=('cd4a14580c2239e2d0f3702c02884b54298be82c87b884e365ff4ca64737a1a040e2721ddb7e74a4689d86e32d6690e495970d00db62a44409b7f0ca8ea9be88')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/mail/releases/download/v${pkgver}/mail.tar.gz;)
+sha512sums=('2b67b5b8f69110d6340e51447b1fd0cc9a19581516dbd7d1458a44c882d6ecab2122a6378b72905fabf963e8c948926cfecc83dca7297e795cf3e924e2b3f178')
 
 _get_nextcloud_versions() {
   _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"



[arch-commits] Commit in nextcloud-app-calendar/repos/community-any (2 files)

2021-07-15 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 15, 2021 @ 21:16:56
  Author: spupykin
Revision: 977457

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 21:16:46 UTC (rev 977456)
+++ PKGBUILD2021-07-15 21:16:56 UTC (rev 977457)
@@ -1,42 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-calendar
-_name=calendar
-epoch=1
-pkgver=2.3.0
-pkgrel=3
-pkgdesc="Calendar app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/calendar/;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=('ripgrep' 'yq')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('14e04a53ea70db4085257e123e51255ff52f5b3cbde05689bdf351b374045a41')
-
-_get_nextcloud_versions() {
-  _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version="$(xq '.info.dependencies.nextcloud["@max-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version=$(expr ${_app_max_major_version} + 1)
-}
-
-check() {
-  local _app_min_major_version
-  local _app_max_major_version
-  _get_nextcloud_versions
-
-  local _nextcloud_major_version="$(rg "OC_Version = " 
/usr/share/webapps/nextcloud/version.php |cut -d'(' -f2| cut -d ',' -f1)"
-  if [[ "$(vercmp "${_nextcloud_major_version}" "${_app_min_major_version}")" 
-lt 0 ]] || [[ "$(vercmp "${_nextcloud_major_version}" 
"${_app_max_major_version}")" -gt 0 ]] ; then
-printf "%s requires nextcloud >= %s/ nextcloud <= %s, but nextcloud %s is 
provided.\n" "$pkgname" "${_app_min_major_version}" "${_app_max_major_version}" 
"${_nextcloud_major_version}"
-exit 1
-  fi
-}
-
-package() {
-  _get_nextcloud_versions
-  depends=("nextcloud>=${_app_min_major_version}" 
"nextcloud<${_app_max_major_version}")
-
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
-}

Copied: nextcloud-app-calendar/repos/community-any/PKGBUILD (from rev 977456, 
nextcloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-15 21:16:56 UTC (rev 977457)
@@ -0,0 +1,43 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-calendar
+_name=calendar
+epoch=1
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="Calendar app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/calendar/;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=('ripgrep' 'yq')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/calendar/releases/download/v$pkgver/calendar.tar.gz;)
+sha256sums=('14e04a53ea70db4085257e123e51255ff52f5b3cbde05689bdf351b374045a41')
+
+_get_nextcloud_versions() {
+  _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
+  _app_max_major_version="$(xq '.info.dependencies.nextcloud["@max-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
+  _app_max_major_version=$(expr ${_app_max_major_version} + 1)
+}
+
+check() {
+  local _app_min_major_version
+  local _app_max_major_version
+  _get_nextcloud_versions
+
+  local _nextcloud_major_version="$(rg "OC_Version = " 
/usr/share/webapps/nextcloud/version.php |cut -d'(' -f2| cut -d ',' -f1)"
+  if [[ "$(vercmp "${_nextcloud_major_version}" "${_app_min_major_version}")" 
-lt 0 ]] || [[ "$(vercmp "${_nextcloud_major_version}" 
"${_app_max_major_version}")" -gt 0 ]] ; then
+printf "%s requires nextcloud >= %s/ nextcloud <= %s, but nextcloud %s is 
provided.\n" "$pkgname" "${_app_min_major_version}" "${_app_max_major_version}" 
"${_nextcloud_major_version}"
+exit 1
+  fi
+}
+sha256sums=('58f01864f743b42960104d8616c3b7c65779cb1e1cb0f33daf8dc55c4d854bec')
+
+package() {
+  _get_nextcloud_versions
+  depends=("nextcloud>=${_app_min_major_version}" 
"nextcloud<${_app_max_major_version}")
+
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
+}



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

2021-07-15 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 15, 2021 @ 21:16:46
  Author: spupykin
Revision: 977456

upgpkg: nextcloud-app-calendar 1:2.3.1-1

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 20:46:42 UTC (rev 977455)
+++ PKGBUILD2021-07-15 21:16:46 UTC (rev 977456)
@@ -3,8 +3,8 @@
 pkgname=nextcloud-app-calendar
 _name=calendar
 epoch=1
-pkgver=2.3.0
-pkgrel=3
+pkgver=2.3.1
+pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
 url="https://github.com/nextcloud/calendar/;
@@ -32,6 +32,7 @@
 exit 1
   fi
 }
+sha256sums=('58f01864f743b42960104d8616c3b7c65779cb1e1cb0f33daf8dc55c4d854bec')
 
 package() {
   _get_nextcloud_versions



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

2021-07-15 Thread George Rawlinson via arch-commits
Date: Thursday, July 15, 2021 @ 20:46:42
  Author: grawlinson
Revision: 977455

archrelease: copy trunk to community-x86_64

Added:
  buildah/repos/community-x86_64/PKGBUILD
(from rev 977454, buildah/trunk/PKGBUILD)
Deleted:
  buildah/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 20:45:05 UTC (rev 977454)
+++ PKGBUILD2021-07-15 20:46:42 UTC (rev 977455)
@@ -1,37 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=buildah
-pkgver=1.21.2
-pkgrel=1
-pkgdesc="A tool which facilitates building OCI images"
-arch=(x86_64)
-url="https://github.com/containers/buildah;
-license=(Apache)
-depends=(crun skopeo slirp4netns)
-makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
- bzip2 go-md2man runc skopeo systemd)
-_commit=af2a1d4d762a627e01a87f4aab4dd0c1876df6b6 #refs/tags/v1.21.2
-source=(git+https://github.com/containers/buildah.git#commit=$_commit)
-md5sums=('SKIP')
-
-pkgver() {
-  cd buildah
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname 
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" PREFIX=usr install install.completions
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: buildah/repos/community-x86_64/PKGBUILD (from rev 977454, 
buildah/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-15 20:46:42 UTC (rev 977455)
@@ -0,0 +1,37 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=buildah
+pkgver=1.21.3
+pkgrel=1
+pkgdesc="A tool which facilitates building OCI images"
+arch=(x86_64)
+url="https://github.com/containers/buildah;
+license=(Apache)
+depends=(crun skopeo slirp4netns)
+makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
+ bzip2 go-md2man runc skopeo systemd)
+_commit=7f9540d2ab9037b7e175a4d1b36e85fc6541aeb5 #refs/tags/v1.21.3
+source=(git+https://github.com/containers/buildah.git#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+  cd buildah
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname 
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" PREFIX=usr install install.completions
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-07-15 Thread George Rawlinson via arch-commits
Date: Thursday, July 15, 2021 @ 20:45:05
  Author: grawlinson
Revision: 977454

upgpkg: buildah 1.21.3-1

New upstream release.

Modified:
  buildah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 20:05:06 UTC (rev 977453)
+++ PKGBUILD2021-07-15 20:45:05 UTC (rev 977454)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=buildah
-pkgver=1.21.2
+pkgver=1.21.3
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(crun skopeo slirp4netns)
 makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo systemd)
-_commit=af2a1d4d762a627e01a87f4aab4dd0c1876df6b6 #refs/tags/v1.21.2
+_commit=7f9540d2ab9037b7e175a4d1b36e85fc6541aeb5 #refs/tags/v1.21.3
 source=(git+https://github.com/containers/buildah.git#commit=$_commit)
 md5sums=('SKIP')
 



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

2021-07-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 15, 2021 @ 20:05:06
  Author: jelle
Revision: 977453

Add optional dependencies which are available in our repo

Modified:
  python-django-q/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 19:53:47 UTC (rev 977452)
+++ PKGBUILD2021-07-15 20:05:06 UTC (rev 977453)
@@ -20,6 +20,12 @@
   python-pip
   python-poetry
 )
+optdepends=(
+  'python-boto3: Amazon Simple Queue Service message queue support'
+  'python-redis: redis broker support'
+  'python-psutil: resource usage limit support'
+  'python-pymongo: MongoDB as a message broker support'
+)
 _tag=4a8ef8f388b842b916f2ac713383192eec87b8d8
 source=(git+https://github.com/Koed00/django-q.git#tag=${_tag})
 sha256sums=(SKIP)



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

2021-07-15 Thread Alexander Rødseth via arch-commits
Date: Thursday, July 15, 2021 @ 19:53:47
  Author: arodseth
Revision: 977452

archrelease: copy trunk to community-testing-x86_64

Added:
  povray/repos/community-testing-x86_64/PKGBUILD
(from rev 977451, povray/trunk/PKGBUILD)
  povray/repos/community-testing-x86_64/povray-openexr3.patch
(from rev 977451, povray/trunk/povray-openexr3.patch)
Deleted:
  povray/repos/community-testing-x86_64/PKGBUILD
  povray/repos/community-testing-x86_64/povray-openexr3.patch

---+
 PKGBUILD  |  116 +-
 povray-openexr3.patch |  130 
 2 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 19:53:41 UTC (rev 977451)
+++ PKGBUILD2021-07-15 19:53:47 UTC (rev 977452)
@@ -1,58 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Tom Newsom 
-# Contributor: tobias 
-# Contributor: red_over_blue
-# Contributor: neri
-
-pkgname=povray
-epoch=2
-pkgver=3.7.0.9
-pkgrel=5
-_v=${pkgver%.*.*} # 3.7
-pkgdesc='Script based raytracer for creating 3D graphics'
-arch=(x86_64)
-license=(AGPL3)
-url='https://povray.org/'
-depends=(boost-libs 'imath=3.1.0' libpng libtiff 'openexr=3.0.5-2')
-makedepends=(boost git glu)
-backup=(etc/povray/$_v/povray.conf
-etc/povray/$_v/povray.ini)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/POV-Ray/povray/archive/v$pkgver.tar.gz;
-povray-openexr3.patch)
-b2sums=('42772b8b055e77c3469312a8a1833c4ca79943ac49f59f6b18c2f8ad41e865d65f8ceb52f228628f26d4f653ec27f85264929cafdb753686e86c5f6fac4675cf'
-
'3c9623a12fff3c568e61f29685069a9c92197f13b7e30b8cbf33eb2591a9d28475f95b35089546f21c818d5f567b347c799fa9c04e667aa0512b8785f2070d03')
-
-prepare() {
-  cd $pkgname-$pkgver
-  rm -frv libraries/ilmbase/Imath
-  patch -p1 < "$srcdir/povray-openexr3.patch"
-  cd unix
-  sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh
-  sed 's/dist-bzip2/dist-bzip2 subdir-objects/g' -i configure.ac
-  ./prebuild.sh
-  cd ..
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-LIBS="-lboost_system -lboost_thread" \
-COMPILED_BY='Arch Linux' \
---prefix=/usr \
---sysconfdir=/etc
-  make CXXFLAGS+='-std=c++11 -lboost_system -lboost_thread -w'
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/usr/share/{doc/,}"$pkgname-$_v"
-  cp -r icons include ini scenes scripts "$pkgdir/usr/share/$pkgname-$_v"
-  cp -r doc "$pkgdir/usr/share/doc/$pkgname-$_v"
-  install -Dm755 unix/povray "$pkgdir/usr/bin/povray"
-  install -Dm644 povray.conf "$pkgdir/etc/povray/$_v/povray.conf"
-  install -Dm644 povray.ini "$pkgdir/etc/povray/$_v/povray.ini"
-  install -Dm644 povray.1 "$pkgdir/usr/share/man/man1/povray.1"
-}
-
-# getver: povray.org/documentation

Copied: povray/repos/community-testing-x86_64/PKGBUILD (from rev 977451, 
povray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-15 19:53:47 UTC (rev 977452)
@@ -0,0 +1,58 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Tom Newsom 
+# Contributor: tobias 
+# Contributor: red_over_blue
+# Contributor: neri
+
+pkgname=povray
+epoch=2
+pkgver=3.7.0.9
+pkgrel=6
+_v=${pkgver%.*.*} # 3.7
+pkgdesc='Script based raytracer for creating 3D graphics'
+arch=(x86_64)
+license=(AGPL3)
+url='https://povray.org/'
+depends=(boost-libs imath libpng libtiff openexr)
+makedepends=(boost git glu)
+backup=(etc/povray/$_v/povray.conf
+etc/povray/$_v/povray.ini)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/POV-Ray/povray/archive/v$pkgver.tar.gz;
+povray-openexr3.patch)
+b2sums=('42772b8b055e77c3469312a8a1833c4ca79943ac49f59f6b18c2f8ad41e865d65f8ceb52f228628f26d4f653ec27f85264929cafdb753686e86c5f6fac4675cf'
+
'3c9623a12fff3c568e61f29685069a9c92197f13b7e30b8cbf33eb2591a9d28475f95b35089546f21c818d5f567b347c799fa9c04e667aa0512b8785f2070d03')
+
+prepare() {
+  cd $pkgname-$pkgver
+  rm -frv libraries/ilmbase/Imath
+  patch -p1 < "$srcdir/povray-openexr3.patch"
+  cd unix
+  sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh
+  sed 's/dist-bzip2/dist-bzip2 subdir-objects/g' -i configure.ac
+  ./prebuild.sh
+  cd ..
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+LIBS="-lboost_system -lboost_thread" \
+COMPILED_BY='Arch Linux' \
+--prefix=/usr \
+--sysconfdir=/etc
+  make CXXFLAGS+='-std=c++11 -lboost_system -lboost_thread 
-DBOOST_BIND_GLOBAL_PLACEHOLDERS=1 -w'
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/share/{doc/,}"$pkgname-$_v"
+  cp -r icons include ini scenes scripts "$pkgdir/usr/share/$pkgname-$_v"
+  cp -r doc "$pkgdir/usr/share/doc/$pkgname-$_v"
+  install -Dm755 unix/povray "$pkgdir/usr/bin/povray"
+  install -Dm644 povray.conf "$pkgdir/etc/povray/$_v/povray.conf"

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

2021-07-15 Thread Alexander Rødseth via arch-commits
Date: Thursday, July 15, 2021 @ 19:53:41
  Author: arodseth
Revision: 977451

Add -DBOOST_BIND_GLOBAL_PLACEHOLDERS=1

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 19:41:27 UTC (rev 977450)
+++ PKGBUILD2021-07-15 19:53:41 UTC (rev 977451)
@@ -7,13 +7,13 @@
 pkgname=povray
 epoch=2
 pkgver=3.7.0.9
-pkgrel=5
+pkgrel=6
 _v=${pkgver%.*.*} # 3.7
 pkgdesc='Script based raytracer for creating 3D graphics'
 arch=(x86_64)
 license=(AGPL3)
 url='https://povray.org/'
-depends=(boost-libs 'imath=3.1.0' libpng libtiff 'openexr=3.0.5-2')
+depends=(boost-libs imath libpng libtiff openexr)
 makedepends=(boost git glu)
 backup=(etc/povray/$_v/povray.conf
 etc/povray/$_v/povray.ini)
@@ -41,7 +41,7 @@
 COMPILED_BY='Arch Linux' \
 --prefix=/usr \
 --sysconfdir=/etc
-  make CXXFLAGS+='-std=c++11 -lboost_system -lboost_thread -w'
+  make CXXFLAGS+='-std=c++11 -lboost_system -lboost_thread 
-DBOOST_BIND_GLOBAL_PLACEHOLDERS=1 -w'
 }
 
 package() {



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

2021-07-15 Thread Alexander Rødseth via arch-commits
Date: Thursday, July 15, 2021 @ 19:39:36
  Author: arodseth
Revision: 977449

archrelease: copy trunk to community-testing-x86_64

Added:
  povray/repos/community-testing-x86_64/PKGBUILD
(from rev 977448, povray/trunk/PKGBUILD)
  povray/repos/community-testing-x86_64/povray-openexr3.patch
(from rev 977448, povray/trunk/povray-openexr3.patch)
Deleted:
  povray/repos/community-testing-x86_64/PKGBUILD
  povray/repos/community-testing-x86_64/povray-openexr3.patch

---+
 PKGBUILD  |  121 +---
 povray-openexr3.patch |  130 
 2 files changed, 123 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 19:39:29 UTC (rev 977448)
+++ PKGBUILD2021-07-15 19:39:36 UTC (rev 977449)
@@ -1,63 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Tom Newsom 
-# Contributor: tobias 
-# Contributor: red_over_blue
-# Contributor: neri
-
-pkgname=povray
-pkgver=3.7.0.9
-_v=${pkgver%.*.*} # 3.7
-pkgrel=3
-epoch=2
-pkgdesc='Script based raytracer for creating 3D graphics'
-arch=('x86_64')
-license=('AGPL3')
-url='http://povray.org/' # bad https cert
-depends=('boost-libs' 'libpng' 'libtiff' 'openexr')
-makedepends=('boost' 'git' 'glu')
-backup=("etc/povray/$_v/povray.conf"
-"etc/povray/$_v/povray.ini")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/POV-Ray/povray/archive/v$pkgver.tar.gz;
- povray-openexr3.patch)
-sha512sums=('14c5f6b477721afe14d0ee7c5b8945ade4e74eb1fcfc36e7113d1280b8bb71d08cc214a95377e98d00bacf74fb344a4756257c677c7a3cd943ad1f31c3bac6c4'
-
'1af541eea5e6371c5c9fb64b622be44b1f3eeb12c0a28280116da10eff50d1010bd3ea738f2d81c394e7aed7bc37fedb106bd70b435965c761ae50c2454eee6e')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -p1 < "$srcdir"/povray-openexr3.patch # Fix build with OpenEXR 3
-
-  cd unix
-  sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh
-  sed 's/dist-bzip2/dist-bzip2 subdir-objects/g' -i configure.ac
-  ./prebuild.sh
-
-  cd ..
-  ./bootstrap
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-LIBS="-lboost_system -lboost_thread" \
-COMPILED_BY='Arch Linux' \
---sysconfdir=/etc \
---prefix=/usr
-
-  make CXXFLAGS+="-std=c++11 -lboost_system -lboost_thread -w"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -d "$pkgdir"/usr/share/{doc/,}"$pkgname-$_v"
-  cp -r icons include ini scenes scripts "$pkgdir/usr/share/$pkgname-$_v"
-  cp -r doc "$pkgdir/usr/share/doc/$pkgname-$_v"
-  install -Dm755 unix/povray "$pkgdir/usr/bin/povray"
-  install -Dm644 povray.conf "$pkgdir/etc/povray/$_v/povray.conf"
-  install -Dm644 povray.ini "$pkgdir/etc/povray/$_v/povray.ini"
-  install -Dm644 povray.1 "$pkgdir/usr/share/man/man1/povray.1"
-}
-
-# getver: povray.org/documentation
-# vim:set ts=2 sw=2 et:

Copied: povray/repos/community-testing-x86_64/PKGBUILD (from rev 977448, 
povray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-15 19:39:36 UTC (rev 977449)
@@ -0,0 +1,58 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Tom Newsom 
+# Contributor: tobias 
+# Contributor: red_over_blue
+# Contributor: neri
+
+pkgname=povray
+epoch=2
+pkgver=3.7.0.9
+pkgrel=5
+_v=${pkgver%.*.*} # 3.7
+pkgdesc='Script based raytracer for creating 3D graphics'
+arch=(x86_64)
+license=(AGPL3)
+url='https://povray.org/'
+depends=(boost-libs 'imath=3.1.0' libpng libtiff 'openexr=3.0.5-2')
+makedepends=(boost git glu)
+backup=(etc/povray/$_v/povray.conf
+etc/povray/$_v/povray.ini)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/POV-Ray/povray/archive/v$pkgver.tar.gz;
+povray-openexr3.patch)
+b2sums=('42772b8b055e77c3469312a8a1833c4ca79943ac49f59f6b18c2f8ad41e865d65f8ceb52f228628f26d4f653ec27f85264929cafdb753686e86c5f6fac4675cf'
+
'3c9623a12fff3c568e61f29685069a9c92197f13b7e30b8cbf33eb2591a9d28475f95b35089546f21c818d5f567b347c799fa9c04e667aa0512b8785f2070d03')
+
+prepare() {
+  cd $pkgname-$pkgver
+  rm -frv libraries/ilmbase/Imath
+  patch -p1 < "$srcdir/povray-openexr3.patch"
+  cd unix
+  sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh
+  sed 's/dist-bzip2/dist-bzip2 subdir-objects/g' -i configure.ac
+  ./prebuild.sh
+  cd ..
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+LIBS="-lboost_system -lboost_thread" \
+COMPILED_BY='Arch Linux' \
+--prefix=/usr \
+--sysconfdir=/etc
+  make CXXFLAGS+='-std=c++11 -lboost_system -lboost_thread -w'
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/share/{doc/,}"$pkgname-$_v"
+  cp -r icons include ini scenes scripts "$pkgdir/usr/share/$pkgname-$_v"
+  cp -r doc "$pkgdir/usr/share/doc/$pkgname-$_v"
+  install -Dm755 unix/povray "$pkgdir/usr/bin/povray"
+  install -Dm644 

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

2021-07-15 Thread Alexander Rødseth via arch-commits
Date: Thursday, July 15, 2021 @ 19:39:29
  Author: arodseth
Revision: 977448

upgpkg: povray 2:3.7.0.9-5

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 18:44:06 UTC (rev 977447)
+++ PKGBUILD2021-07-15 19:39:29 UTC (rev 977448)
@@ -7,13 +7,13 @@
 pkgname=povray
 epoch=2
 pkgver=3.7.0.9
-pkgrel=4
+pkgrel=5
 _v=${pkgver%.*.*} # 3.7
 pkgdesc='Script based raytracer for creating 3D graphics'
 arch=(x86_64)
 license=(AGPL3)
 url='https://povray.org/'
-depends=(boost-libs libpng libtiff openexr)
+depends=(boost-libs 'imath=3.1.0' libpng libtiff 'openexr=3.0.5-2')
 makedepends=(boost git glu)
 backup=(etc/povray/$_v/povray.conf
 etc/povray/$_v/povray.ini)
@@ -24,6 +24,7 @@
 
 prepare() {
   cd $pkgname-$pkgver
+  rm -frv libraries/ilmbase/Imath
   patch -p1 < "$srcdir/povray-openexr3.patch"
   cd unix
   sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh
@@ -38,8 +39,8 @@
   ./configure \
 LIBS="-lboost_system -lboost_thread" \
 COMPILED_BY='Arch Linux' \
---sysconfdir=/etc \
---prefix=/usr
+--prefix=/usr \
+--sysconfdir=/etc
   make CXXFLAGS+='-std=c++11 -lboost_system -lboost_thread -w'
 }
 



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

2021-07-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 15, 2021 @ 19:34:34
  Author: jelle
Revision: 419770

archrelease: copy trunk to extra-x86_64

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

---+
 PKGBUILD  |  120 ++--
 prometheus-node-exporter.conf |2 
 prometheus-node-exporter.service  |   36 +-
 prometheus-node-exporter.sysusers |2 
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 19:34:22 UTC (rev 419769)
+++ PKGBUILD2021-07-15 19:34:34 UTC (rev 419770)
@@ -1,60 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus-node-exporter
-pkgver=1.1.2
-pkgrel=2
-
-pkgdesc='Exporter for machine metrics'
-url='https://github.com/prometheus/node_exporter'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go' 'git')
-
-backup=('etc/conf.d/prometheus-node-exporter')
-
-source=("$pkgname-$pkgver.tar.gz::https://github.com/prometheus/node_exporter/archive/v$pkgver.tar.gz;
-prometheus-node-exporter.conf
-prometheus-node-exporter.service
-prometheus-node-exporter.sysusers)
-
-sha256sums=('edb40c783bd5767f174b916c89a768496ccae0f74811ba1d03c57c32cd250bbd'
-'ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585'
-'457e305760323f941d20248e2ca5817ae4a8b5586f79a2331b968bf3baa66c5b'
-'c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c')
-
-build() {
-  cd node_exporter-$pkgver
-
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d=@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-.
-}
-
-check() {
-  cd node_exporter-$pkgver
-
-  make collector/fixtures/sys/.unpacked
-  go test ./...
-  ./end-to-end-test.sh
-}
-
-package () {
-  install -Dm644 prometheus-node-exporter.conf 
"$pkgdir"/etc/conf.d/prometheus-node-exporter
-  install -Dm644 prometheus-node-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-node-exporter.service
-  install -Dm644 prometheus-node-exporter.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus-node-exporter.conf
-
-  cd node_exporter-$pkgver
-
-  install -Dm755 node_exporter "$pkgdir"/usr/bin/prometheus-node-exporter
-}

Copied: prometheus-node-exporter/repos/extra-x86_64/PKGBUILD (from rev 419769, 
prometheus-node-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-15 19:34:34 UTC (rev 419770)
@@ -0,0 +1,60 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus-node-exporter
+pkgver=1.2.0
+pkgrel=1
+
+pkgdesc='Exporter for machine metrics'
+url='https://github.com/prometheus/node_exporter'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go' 'git')
+
+backup=('etc/conf.d/prometheus-node-exporter')
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/prometheus/node_exporter/archive/v$pkgver.tar.gz;
+prometheus-node-exporter.conf
+prometheus-node-exporter.service
+prometheus-node-exporter.sysusers)
+
+sha256sums=('01ee195671868a3d250f380528df9ecc8cdf082d2e681d130377c802f30e0c81'
+'ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585'
+'457e305760323f941d20248e2ca5817ae4a8b5586f79a2331b968bf3baa66c5b'
+'c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c')
+
+build() {
+  cd node_exporter-$pkgver
+
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags ${LDFLAGS} \
+  -X 

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

2021-07-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 15, 2021 @ 19:34:22
  Author: jelle
Revision: 419769

upgpkg: prometheus-node-exporter 1.2.0-1

Modified:
  prometheus-node-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 19:27:55 UTC (rev 419768)
+++ PKGBUILD2021-07-15 19:34:22 UTC (rev 419769)
@@ -1,8 +1,8 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=prometheus-node-exporter
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 
 pkgdesc='Exporter for machine metrics'
 url='https://github.com/prometheus/node_exporter'
@@ -19,7 +19,7 @@
 prometheus-node-exporter.service
 prometheus-node-exporter.sysusers)
 
-sha256sums=('edb40c783bd5767f174b916c89a768496ccae0f74811ba1d03c57c32cd250bbd'
+sha256sums=('01ee195671868a3d250f380528df9ecc8cdf082d2e681d130377c802f30e0c81'
 'ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585'
 '457e305760323f941d20248e2ca5817ae4a8b5586f79a2331b968bf3baa66c5b'
 'c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c')



[arch-commits] Commit in pacman/repos (4 files)

2021-07-15 Thread Christian Hesse via arch-commits
Date: Thursday, July 15, 2021 @ 19:27:55
  Author: eworm
Revision: 419768

archrelease: copy trunk to testing-x86_64

Added:
  pacman/repos/testing-x86_64/
  pacman/repos/testing-x86_64/PKGBUILD
(from rev 419767, pacman/trunk/PKGBUILD)
  pacman/repos/testing-x86_64/makepkg.conf
(from rev 419767, pacman/trunk/makepkg.conf)
  pacman/repos/testing-x86_64/pacman.conf
(from rev 419767, pacman/trunk/pacman.conf)

--+
 PKGBUILD |   71 +
 makepkg.conf |  158 +
 pacman.conf  |  100 
 3 files changed, 329 insertions(+)

Copied: pacman/repos/testing-x86_64/PKGBUILD (from rev 419767, 
pacman/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-07-15 19:27:55 UTC (rev 419768)
@@ -0,0 +1,71 @@
+# vim: set ts=2 sw=2 et:
+# Maintainer: 
+
+pkgname=pacman
+pkgver=6.0.0
+pkgrel=5
+pkgdesc="A library-based package manager with dependency support"
+arch=('x86_64')
+url="https://www.archlinux.org/pacman/;
+license=('GPL')
+groups=('base-devel')
+depends=('bash' 'glibc' 'libarchive' 'curl'
+ 'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
+makedepends=('meson' 'asciidoc' 'doxygen')
+checkdepends=('python' 'fakechroot')
+optdepends=('perl-locale-gettext: translation support in makepkg-template')
+provides=('libalpm.so')
+backup=(etc/pacman.conf
+etc/makepkg.conf)
+options=('strip' 'debug')
+validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD'  # Allan McRae 

+  'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory 
(pacman) 
+source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.xz{,.sig}
+
pacman-6.0.0-fix-404-download.patch::https://gitlab.archlinux.org/pacman/pacman/-/commit/3401f9e142ac4c701cd98c52618cb13164f2146b.patch
+
pacman-6.0.0-fix-key-import-double-free.patch::https://gitlab.archlinux.org/pacman/pacman/-/commit/542910d684191eb7f25ddc5d3d8fe3060028a267.patch
+pacman.conf
+makepkg.conf)
+sha256sums=('004448085a7747bdc7a0a4dd5d1fb7556c6b890111a06e029ab088f9905d4808'
+'SKIP'
+'f4c1c39b43b52ba19b656b32913688b81085c73685afe32d2018dbb695d5a1e6'
+'defdf1686d65fc896c19f41d1bc166912fccf9134b72e50da3b24538366cecdf'
+'606e55f06c297d2b508bc4438890b229a1abaa68b0374a2d7f94c8e7be6792d7'
+'89d1dd7e7064243754efc1993a8843a400afd5d7c15070787985376ec346d6d9')
+
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 -i "$srcdir"/pacman-6.0.0-fix-404-download.patch
+  patch -p1 -i "$srcdir"/pacman-6.0.0-fix-key-import-double-free.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  meson --prefix=/usr \
+--buildtype=plain \
+-Ddoc=enabled \
+-Ddoxygen=enabled \
+-Dscriptlet-shell=/usr/bin/bash \
+-Dldconfig=/usr/bin/ldconfig \
+build
+
+  meson compile -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  meson test -C build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  # install Arch specific stuff
+  install -dm755 "$pkgdir/etc"
+  install -m644 "$srcdir/pacman.conf" "$pkgdir/etc"
+  install -m644 "$srcdir/makepkg.conf" "$pkgdir/etc"
+}

Copied: pacman/repos/testing-x86_64/makepkg.conf (from rev 419767, 
pacman/trunk/makepkg.conf)
===
--- testing-x86_64/makepkg.conf (rev 0)
+++ testing-x86_64/makepkg.conf 2021-07-15 19:27:55 UTC (rev 419768)
@@ -0,0 +1,158 @@
+#!/hint/bash
+#
+# /etc/makepkg.conf
+#
+
+#
+# SOURCE ACQUISITION
+#
+#
+#-- The download utilities that makepkg should use to acquire sources
+#  Format: 'protocol::agent'
+DLAGENTS=('file::/usr/bin/curl -gqC - -o %o %u'
+  'ftp::/usr/bin/curl -gqfC - --ftp-pasv --retry 3 --retry-delay 3 -o 
%o %u'
+  'http::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o 
%u'
+  'https::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o 
%u'
+  'rsync::/usr/bin/rsync --no-motd -z %u %o'
+  'scp::/usr/bin/scp -C %u %o')
+
+# Other common tools:
+# /usr/bin/snarf
+# /usr/bin/lftpget -c
+# /usr/bin/wget
+
+#-- The package required by makepkg to download VCS sources
+#  Format: 'protocol::package'
+VCSCLIENTS=('bzr::bzr'
+'fossil::fossil'
+'git::git'
+'hg::mercurial'
+'svn::subversion')
+
+#
+# ARCHITECTURE, COMPILE FLAGS
+#
+#
+CARCH="x86_64"
+CHOST="x86_64-pc-linux-gnu"
+
+#-- Compiler and Linker Flags

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

2021-07-15 Thread Christian Hesse via arch-commits
Date: Thursday, July 15, 2021 @ 19:27:47
  Author: eworm
Revision: 419767

upgpkg: pacman 6.0.0-5: fix gitlab source download urls

Modified:
  pacman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 17:19:49 UTC (rev 419766)
+++ PKGBUILD2021-07-15 19:27:47 UTC (rev 419767)
@@ -3,7 +3,7 @@
 
 pkgname=pacman
 pkgver=6.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A library-based package manager with dependency support"
 arch=('x86_64')
 url="https://www.archlinux.org/pacman/;
@@ -21,14 +21,14 @@
 validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD'  # Allan McRae 

   'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory 
(pacman) 
 
source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.xz{,.sig}
-
pacman-6.0.0-fix-404-download.patch::https://gitlab.archlinux.org/pacman/pacman/-/commit/3401f9e142ac4c701cd98c52618cb13164f2146b
-
pacman-6.0.0-fix-key-import-double-free.patch::https://gitlab.archlinux.org/pacman/pacman/-/commit/542910d684191eb7f25ddc5d3d8fe3060028a267
+
pacman-6.0.0-fix-404-download.patch::https://gitlab.archlinux.org/pacman/pacman/-/commit/3401f9e142ac4c701cd98c52618cb13164f2146b.patch
+
pacman-6.0.0-fix-key-import-double-free.patch::https://gitlab.archlinux.org/pacman/pacman/-/commit/542910d684191eb7f25ddc5d3d8fe3060028a267.patch
 pacman.conf
 makepkg.conf)
 sha256sums=('004448085a7747bdc7a0a4dd5d1fb7556c6b890111a06e029ab088f9905d4808'
 'SKIP'
-'fe7e037e1b84bfa5bc401650d148c2a2e87d827705a6ec18a596ff5eea3cc0fd'
-'a51b57dd47818d97e29ac0b8604b4b409916bbe6029adfbb03ac7e7c2b2a0819'
+'f4c1c39b43b52ba19b656b32913688b81085c73685afe32d2018dbb695d5a1e6'
+'defdf1686d65fc896c19f41d1bc166912fccf9134b72e50da3b24538366cecdf'
 '606e55f06c297d2b508bc4438890b229a1abaa68b0374a2d7f94c8e7be6792d7'
 '89d1dd7e7064243754efc1993a8843a400afd5d7c15070787985376ec346d6d9')
 



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

2021-07-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 15, 2021 @ 18:44:06
  Author: jelle
Revision: 977447

archrelease: copy trunk to community-x86_64

Added:
  grafana/repos/community-x86_64/PKGBUILD
(from rev 977446, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 977446, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 977446, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 977446, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 977446, grafana/trunk/grafana.tmpfiles)
Deleted:
  grafana/repos/community-x86_64/PKGBUILD
  grafana/repos/community-x86_64/grafana.install
  grafana/repos/community-x86_64/grafana.service
  grafana/repos/community-x86_64/grafana.sysusers
  grafana/repos/community-x86_64/grafana.tmpfiles

--+
 PKGBUILD |  192 ++---
 grafana.install  |   44 ++--
 grafana.service  |   46 ++--
 grafana.sysusers |2 
 grafana.tmpfiles |4 -
 5 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 18:43:52 UTC (rev 977446)
+++ PKGBUILD2021-07-15 18:44:06 UTC (rev 977447)
@@ -1,96 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=8.0.5
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='https://grafana.com/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go' 'npm' 'grunt-cli' 'python' 'nodejs' 'yarn')
-backup=('etc/grafana.ini')
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
-'grafana.service'
-'grafana.sysusers'
-'grafana.tmpfiles'
-   )
-install=$pkgname.install
-sha512sums=('SKIP'
-
'02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850'
-
'38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4'
-
'c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab')
-validpgpkeys=("D45B6DC53E9057C46487E25CE17E9ABACEFA59EB"
-  "43511C6A68C9A1DE451EF51890AA4FDC4D63CBEA"
-  "AA70DF6234FBF96AB9101D09E6D5D452E87026E9"  # 
https://github.com/aknuds1.gpg
-  "622E7A764E0C94351E061C57F8D44788D50B48DF"  # 
https://github.com/xlson.gpg
-  "E9EBB044CD6A98482208FE569A774B897EAAB194"  # 
https://github.com/torkelo.gpg
-  "2E240E94A7ADC77A1DFE1085EBFE0FB04612DD4A"  # 
https://github.com/marefr.gpg
-  "5990A087E92D7E15FBF3161103BA4D7E39F0DAF8"  # 
https://github.com/hugohaggmark.gpg
-  "73B00FD007FF40A7B877F8E1C56C450B04996310"  # 
https://github.com/mckn.gpg
-  "3FEB0F042AF5DABD20CDB845539F8AEBA0B8E5DB"  # 
https://github.com/dprokop.gpg
-  "07B19EBA2380F3B0BE4DD234D2A1C6ABC44CEB74"  # 
https://github.com/kylebrandt.gpg
-  "721354FBE3B3088258A3123371A8B8168DFA6ECC") # 
https://github.com/wbrowne.gpg
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  echo "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  # set arch linux paths
-  sed -ri 's,^(\s*data\s*=).*,\1 /var/lib/grafana,' conf/defaults.ini
-  sed -ri 's,^(\s*plugins\s*=).*,\1 /var/lib/grafana/plugins,' 
conf/defaults.ini
-  sed -ri 's,^(\s*provisioning\s*=).*,\1 /var/lib/grafana/conf/provisioning,' 
conf/defaults.ini
-  sed -ri 's,^(\s*logs\s*=).*,\1 /var/log/grafana,' conf/defaults.ini
-}
-
-build() {
-  echo 'GOPATH setup'
-  export GOPATH="$srcdir/gopath"
-  export PATH+=":$GOPATH/bin"
-  mkdir -p "$GOPATH/src/github.com/grafana/"
-  ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-  cd "$GOPATH/src/github.com/grafana/grafana"
-
-  echo 'building the backend'
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-  go run build.go setup
-  go run build.go build
-
-  echo 'building the frontend'
-  export NPM_CONFIG_PREFIX="$srcdir/npm"
-  export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  yarn install --pure-lockfile --no-progress
-  NODE_ENV=production yarn run build
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers 

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

2021-07-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 15, 2021 @ 18:43:52
  Author: jelle
Revision: 977446

upgpkg: grafana 8.0.6-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 18:40:51 UTC (rev 977445)
+++ PKGBUILD2021-07-15 18:43:52 UTC (rev 977446)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=8.0.5
+pkgver=8.0.6
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'



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

2021-07-15 Thread Alexander Rødseth via arch-commits
Date: Thursday, July 15, 2021 @ 18:40:51
  Author: arodseth
Revision: 977445

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   57 ++
 povray-openexr3.patch |   65 
 2 files changed, 122 insertions(+)

Copied: povray/repos/community-staging-x86_64/PKGBUILD (from rev 977444, 
povray/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-15 18:40:51 UTC (rev 977445)
@@ -0,0 +1,57 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Tom Newsom 
+# Contributor: tobias 
+# Contributor: red_over_blue
+# Contributor: neri
+
+pkgname=povray
+epoch=2
+pkgver=3.7.0.9
+pkgrel=4
+_v=${pkgver%.*.*} # 3.7
+pkgdesc='Script based raytracer for creating 3D graphics'
+arch=(x86_64)
+license=(AGPL3)
+url='https://povray.org/'
+depends=(boost-libs libpng libtiff openexr)
+makedepends=(boost git glu)
+backup=(etc/povray/$_v/povray.conf
+etc/povray/$_v/povray.ini)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/POV-Ray/povray/archive/v$pkgver.tar.gz;
+povray-openexr3.patch)
+b2sums=('42772b8b055e77c3469312a8a1833c4ca79943ac49f59f6b18c2f8ad41e865d65f8ceb52f228628f26d4f653ec27f85264929cafdb753686e86c5f6fac4675cf'
+
'3c9623a12fff3c568e61f29685069a9c92197f13b7e30b8cbf33eb2591a9d28475f95b35089546f21c818d5f567b347c799fa9c04e667aa0512b8785f2070d03')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 < "$srcdir/povray-openexr3.patch"
+  cd unix
+  sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh
+  sed 's/dist-bzip2/dist-bzip2 subdir-objects/g' -i configure.ac
+  ./prebuild.sh
+  cd ..
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+LIBS="-lboost_system -lboost_thread" \
+COMPILED_BY='Arch Linux' \
+--sysconfdir=/etc \
+--prefix=/usr
+  make CXXFLAGS+='-std=c++11 -lboost_system -lboost_thread -w'
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/share/{doc/,}"$pkgname-$_v"
+  cp -r icons include ini scenes scripts "$pkgdir/usr/share/$pkgname-$_v"
+  cp -r doc "$pkgdir/usr/share/doc/$pkgname-$_v"
+  install -Dm755 unix/povray "$pkgdir/usr/bin/povray"
+  install -Dm644 povray.conf "$pkgdir/etc/povray/$_v/povray.conf"
+  install -Dm644 povray.ini "$pkgdir/etc/povray/$_v/povray.ini"
+  install -Dm644 povray.1 "$pkgdir/usr/share/man/man1/povray.1"
+}
+
+# getver: povray.org/documentation

Copied: povray/repos/community-staging-x86_64/povray-openexr3.patch (from rev 
977444, povray/trunk/povray-openexr3.patch)
===
--- community-staging-x86_64/povray-openexr3.patch  
(rev 0)
+++ community-staging-x86_64/povray-openexr3.patch  2021-07-15 18:40:51 UTC 
(rev 977445)
@@ -0,0 +1,65 @@
+diff --git a/source/backend/povray.cpp b/source/backend/povray.cpp
+index 7692eff8..7b8bb463 100644
+--- a/source/backend/povray.cpp
 b/source/backend/povray.cpp
+@@ -68,7 +68,6 @@
+   extern "C" const char* TIFFGetVersion(void);
+   #endif
+ #ifndef OPENEXR_MISSING
+-#include 
+ #include 
+ // NOTE:
+ //  Versions of OpenEXR and IlmImf prior to 1.7.1 do not seem to have 
a way to get the version number,
+diff --git a/source/base/image/openexr.cpp b/source/base/image/openexr.cpp
+index 5050a897..40002b8f 100644
+--- a/source/base/image/openexr.cpp
 b/source/base/image/openexr.cpp
+@@ -105,7 +105,7 @@ class POV_EXR_OStream : public Imf::OStream
+   throw POV_EXCEPTION(kFileDataErr, "Error while 
writing EXR output");
+   }
+ 
+-  Int64 tellp()
++  uint64_t tellp()
+   {
+   unsigned long pos = os.tellg();
+   if((int) pos == -1)
+@@ -113,7 +113,7 @@ class POV_EXR_OStream : public Imf::OStream
+   return(pos);
+   }
+ 
+-  void seekp(Int64 pos)
++  void seekp(uint64_t pos)
+   {
+   if(!os.seekg((unsigned long)pos))
+   throw POV_EXCEPTION(kFileDataErr, "Error when 
writing EXR output");
+@@ -147,7 +147,7 @@ class POV_EXR_IStream : public Imf::IStream
+   return (is.tellg() < fsize);
+   }
+ 
+-  Int64 tellg()
++  uint64_t tellg()
+   {
+   unsigned long pos = is.tellg();
+   if((int)pos == -1)
+@@ -155,7 +155,7 @@ class 

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

2021-07-15 Thread Alexander Rødseth via arch-commits
Date: Thursday, July 15, 2021 @ 18:35:35
  Author: arodseth
Revision: 977444

upgpkg: povray 2:3.7.0.9-4

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 17:27:07 UTC (rev 977443)
+++ PKGBUILD2021-07-15 18:35:35 UTC (rev 977444)
@@ -5,51 +5,46 @@
 # Contributor: neri
 
 pkgname=povray
+epoch=2
 pkgver=3.7.0.9
+pkgrel=4
 _v=${pkgver%.*.*} # 3.7
-pkgrel=3
-epoch=2
 pkgdesc='Script based raytracer for creating 3D graphics'
-arch=('x86_64')
-license=('AGPL3')
-url='http://povray.org/' # bad https cert
-depends=('boost-libs' 'libpng' 'libtiff' 'openexr')
-makedepends=('boost' 'git' 'glu')
-backup=("etc/povray/$_v/povray.conf"
-"etc/povray/$_v/povray.ini")
+arch=(x86_64)
+license=(AGPL3)
+url='https://povray.org/'
+depends=(boost-libs libpng libtiff openexr)
+makedepends=(boost git glu)
+backup=(etc/povray/$_v/povray.conf
+etc/povray/$_v/povray.ini)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/POV-Ray/povray/archive/v$pkgver.tar.gz;
- povray-openexr3.patch)
-sha512sums=('14c5f6b477721afe14d0ee7c5b8945ade4e74eb1fcfc36e7113d1280b8bb71d08cc214a95377e98d00bacf74fb344a4756257c677c7a3cd943ad1f31c3bac6c4'
-
'1af541eea5e6371c5c9fb64b622be44b1f3eeb12c0a28280116da10eff50d1010bd3ea738f2d81c394e7aed7bc37fedb106bd70b435965c761ae50c2454eee6e')
+povray-openexr3.patch)
+b2sums=('42772b8b055e77c3469312a8a1833c4ca79943ac49f59f6b18c2f8ad41e865d65f8ceb52f228628f26d4f653ec27f85264929cafdb753686e86c5f6fac4675cf'
+
'3c9623a12fff3c568e61f29685069a9c92197f13b7e30b8cbf33eb2591a9d28475f95b35089546f21c818d5f567b347c799fa9c04e667aa0512b8785f2070d03')
 
 prepare() {
-  cd "$pkgname-$pkgver"
-  patch -p1 < "$srcdir"/povray-openexr3.patch # Fix build with OpenEXR 3
-
+  cd $pkgname-$pkgver
+  patch -p1 < "$srcdir/povray-openexr3.patch"
   cd unix
   sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh
   sed 's/dist-bzip2/dist-bzip2 subdir-objects/g' -i configure.ac
   ./prebuild.sh
-
   cd ..
   ./bootstrap
 }
 
 build() {
-  cd "$pkgname-$pkgver"
-
+  cd $pkgname-$pkgver
   ./configure \
 LIBS="-lboost_system -lboost_thread" \
 COMPILED_BY='Arch Linux' \
 --sysconfdir=/etc \
 --prefix=/usr
-
-  make CXXFLAGS+="-std=c++11 -lboost_system -lboost_thread -w"
+  make CXXFLAGS+='-std=c++11 -lboost_system -lboost_thread -w'
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-
+  cd $pkgname-$pkgver
   install -d "$pkgdir"/usr/share/{doc/,}"$pkgname-$_v"
   cp -r icons include ini scenes scripts "$pkgdir/usr/share/$pkgname-$_v"
   cp -r doc "$pkgdir/usr/share/doc/$pkgname-$_v"
@@ -60,4 +55,3 @@
 }
 
 # getver: povray.org/documentation
-# vim:set ts=2 sw=2 et:



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

2021-07-15 Thread Antonio Rojas via arch-commits
Date: Thursday, July 15, 2021 @ 17:27:07
  Author: arojas
Revision: 977443

archrelease: copy trunk to community-x86_64

Added:
  mayavi/repos/community-x86_64/PKGBUILD
(from rev 977442, mayavi/trunk/PKGBUILD)
  mayavi/repos/community-x86_64/mayavi.csh
(from rev 977442, mayavi/trunk/mayavi.csh)
  mayavi/repos/community-x86_64/mayavi.sh
(from rev 977442, mayavi/trunk/mayavi.sh)
Deleted:
  mayavi/repos/community-x86_64/PKGBUILD
  mayavi/repos/community-x86_64/mayavi.csh
  mayavi/repos/community-x86_64/mayavi.sh

+
 PKGBUILD   |  196 +--
 mayavi.csh |2 
 mayavi.sh  |2 
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 17:26:53 UTC (rev 977442)
+++ PKGBUILD2021-07-15 17:27:07 UTC (rev 977443)
@@ -1,98 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Jingbei Li 
-
-pkgname=mayavi
-pkgver=4.7.2
-pkgrel=2
-pkgdesc="A 3-dimensional visualizer of scientific data"
-arch=('x86_64')
-url="https://github.com/enthought/mayavi;
-license=('BSD')
-depends=('vtk' 'python-envisage' 'python-traitsui' 'python-configobj' 
'python-pyqt5' 'pdal' 'unixodbc' 'pugixml' 'openmpi' 'ffmpeg' 'python-numpy')
-makedepends=('python-setuptools' 'python-sphinx' 'python-twisted' 
'xorg-server-xvfb' 'qt5-svg' 'glew' 'proj')
-replaces=('python-mayavi')
-provides=('python-mayavi')
-options=(!emptydirs)
-
-source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/mayavi/archive/${pkgver}.tar.gz;
-"mayavi.sh" "mayavi.csh")
-sha256sums=('c8addff9c87c7b9f91d32205c99d0af75cf480cbb2585e69149ab6b9337deb2e'
-'abb34e78105abf15197bdd05c02ba3b080755d46aa81e4cfaeaba4994d05effe'
-'034b36bf9d279d926c39c858bf18992e34de880725d778f8435b293259f4775d')
-
-prepare() {
-  cd "$srcdir"/mayavi-$pkgver
-
-  # fix wrong-file-end-of-line-encoding
-  for file in *.txt examples/mayavi/data/room_vis.wrl examples/tvtk/dscene.py \
-examples/mayavi/interactive/wx_mayavi_embed*.py ; do
-sed "s|\r||g" $file > $file.new && \
-touch -r $file $file.new && \
-mv $file.new $file
-  done
-
-  # file-not-utf8
-  for file in *.txt docs/*.txt; do
-iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
-touch -r $file $file.new && \
-mv $file.new $file
-  done
-
-  # remove exec permission
-  find examples -type f -exec chmod 0644 {} ";"
-  chmod 0644 mayavi/tests/data/cellsnd.ascii.inp
-
-  # set path so autodoc can find just built modules
-  echo "import sys" >> docs/source/mayavi/conf.py
-  echo "sys.path.append('$srcdir/mayavi-$pkgver/build/lib.linux-$CARCH-3.9/')" 
>> docs/source/mayavi/conf.py
-}
-
-build() {
-  cd "$srcdir"/mayavi-$pkgver
-
-  rm -rf build
-  mkdir build
-  mkdir -p 
build/lib.linux-$CARCH-3.9/{tvtk/plugins/scene,mayavi/preferences,mayavi/core}
-  ln -s "$srcdir"/enthought-mayavi-${_githubtag}/tvtk/tvtk_classes.zip \
-build/lib.linux-$CARCH-3.9/tvtk/tvtk_classes.zip
-  ln -s 
"$srcdir"/enthought-mayavi-${_githubtag}/mayavi/preferences/preferences.ini \
-build/lib.linux-$CARCH-3.9/mayavi/preferences/preferences.ini
-  ln -s 
"$srcdir"/enthought-mayavi-${_githubtag}/tvtk/plugins/scene/preferences.ini \
-build/lib.linux-$CARCH-3.9/tvtk/plugins/scene/preferences.ini
-
-  export ETS_TOOLKIT="qt"
-  # now this is ugly, but docs do not build without X. We setup X according to:
-  # 
http://docs.enthought.com/mayavi/mayavi/tips.html#rendering-using-the-virtual-framebuffer
-  xvfb-run python setup.py build
-
-  rm build/lib.linux-$CARCH-3.9/tvtk/tvtk_classes.zip
-  rm build/lib.linux-$CARCH-3.9/mayavi/preferences/preferences.ini
-  rm build/lib.linux-$CARCH-3.9/tvtk/plugins/scene/preferences.ini
-}
-
-package() {
-  cd "$srcdir"/mayavi-$pkgver
-
-  python setup.py install --skip-build --root="$pkgdir"/ --optimize=1
-
-  # remove useless files
-  rm -f "${pkgdir}"/usr/lib/python3.9/site-packages/tvtk/setup.py*
-  find "${pkgdir}" -name \.buildinfo -type f -print | xargs rm -f -
-
-  # non-executable-script
-  chmod +x "${pkgdir}"/usr/lib/python3.9/site-packages/mayavi/tests/runtests.py
-
-  # install manpage
-  mkdir -p "${pkgdir}"/usr/share/man/man1
-  cp -p docs/mayavi2.man "${pkgdir}"/usr/share/man/man1/mayavi2.1
-
-  # Force Qt
-  install -d "${pkgdir}"/etc/profile.d
-  install -Dm644 "${srcdir}"/mayavi.sh "${pkgdir}"/etc/profile.d/mayavi.sh
-  install -Dm644 "${srcdir}"/mayavi.csh "${pkgdir}"/etc/profile.d/mayavi.csh
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Cannot find vtk
-  sed -i '/vtk/d' 
"$pkgdir"/usr/lib/python3.9/site-packages/mayavi-${pkgver}-py3.9.egg-info/requires.txt
-}

Copied: mayavi/repos/community-x86_64/PKGBUILD (from rev 977442, 
mayavi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-15 17:27:07 UTC (rev 977443)
@@ 

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

2021-07-15 Thread Antonio Rojas via arch-commits
Date: Thursday, July 15, 2021 @ 17:26:53
  Author: arojas
Revision: 977442

Update to 4.7.3

Modified:
  mayavi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 17:23:51 UTC (rev 977441)
+++ PKGBUILD2021-07-15 17:26:53 UTC (rev 977442)
@@ -2,8 +2,8 @@
 # Contributor: Jingbei Li 
 
 pkgname=mayavi
-pkgver=4.7.2
-pkgrel=2
+pkgver=4.7.3
+pkgrel=1
 pkgdesc="A 3-dimensional visualizer of scientific data"
 arch=('x86_64')
 url="https://github.com/enthought/mayavi;
@@ -16,7 +16,7 @@
 
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/mayavi/archive/${pkgver}.tar.gz;
 "mayavi.sh" "mayavi.csh")
-sha256sums=('c8addff9c87c7b9f91d32205c99d0af75cf480cbb2585e69149ab6b9337deb2e'
+sha256sums=('5bfc3f852748b3343dc9beef19bff5f7865124130a44ab191a0f7ceb396efaee'
 'abb34e78105abf15197bdd05c02ba3b080755d46aa81e4cfaeaba4994d05effe'
 '034b36bf9d279d926c39c858bf18992e34de880725d778f8435b293259f4775d')
 



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

2021-07-15 Thread Antonio Rojas via arch-commits
Date: Thursday, July 15, 2021 @ 17:23:51
  Author: arojas
Revision: 977441

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 17:23:41 UTC (rev 977440)
+++ PKGBUILD2021-07-15 17:23:51 UTC (rev 977441)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.24.4
-pkgrel=1
-pkgdesc="A library to manipulate font files from Python"
-url="https://github.com/fonttools/fonttools;
-license=("MIT")
-arch=('x86_64')
-depends=("python")
-makedepends=("cython" "python-setuptools")
-optdepends=("python-lxml: faster backend for XML files reading/writing"
-   "python-fs: to read/write UFO source files, "
-   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
-   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
-   "python-scipy: for finding wrong contour/component order between 
different masters"
-   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
-   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
-   "python-sympy: for symbolic font statistics analysis"
-   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
-   "python-reportlab: to drawing glyphs as PNG images"
-"python-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/archive/${pkgver}/fonttools-${pkgver}.zip;)
-sha512sums=('419227943c200ce372d27d70a998ff8ec6c2ee075df4ae4407253b35f1c3956dabdd8373235accde69f5e654a4ede30ed9406c8eac05469a5dc84a7a252f5e08')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-fonttools/repos/community-x86_64/PKGBUILD (from rev 977440, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-15 17:23:51 UTC (rev 977441)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.25.0
+pkgrel=1
+pkgdesc="A library to manipulate font files from Python"
+url="https://github.com/fonttools/fonttools;
+license=("MIT")
+arch=('x86_64')
+depends=("python")
+makedepends=("cython" "python-setuptools")
+optdepends=("python-lxml: faster backend for XML files reading/writing"
+   "python-fs: to read/write UFO source files, "
+   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
+   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
+   "python-scipy: for finding wrong contour/component order between 
different masters"
+   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
+   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
+   "python-sympy: for symbolic font statistics analysis"
+   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
+   "python-reportlab: to drawing glyphs as PNG images"
+"python-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/archive/${pkgver}/fonttools-${pkgver}.zip;)
+sha512sums=('49b37cadada97019d1b3fd9dcde113d57f54543c834529919f4bd37b532c84d2f796c41203a79ff71b146e4a1e935f0a3dd06b90e898033013cb18a86eb9c258')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-07-15 Thread Antonio Rojas via arch-commits
Date: Thursday, July 15, 2021 @ 17:23:41
  Author: arojas
Revision: 977440

Update to 4.25.0

Modified:
  python-fonttools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 17:20:52 UTC (rev 977439)
+++ PKGBUILD2021-07-15 17:23:41 UTC (rev 977440)
@@ -3,7 +3,7 @@
 # Contributor: flying sheep 
 
 pkgname=python-fonttools
-pkgver=4.24.4
+pkgver=4.25.0
 pkgrel=1
 pkgdesc="A library to manipulate font files from Python"
 url="https://github.com/fonttools/fonttools;
@@ -23,7 +23,7 @@
"python-reportlab: to drawing glyphs as PNG images"
 "python-lz4: for graphite type tables in ttLib/tables")
 
source=("https://github.com/fonttools/fonttools/archive/${pkgver}/fonttools-${pkgver}.zip;)
-sha512sums=('419227943c200ce372d27d70a998ff8ec6c2ee075df4ae4407253b35f1c3956dabdd8373235accde69f5e654a4ede30ed9406c8eac05469a5dc84a7a252f5e08')
+sha512sums=('49b37cadada97019d1b3fd9dcde113d57f54543c834529919f4bd37b532c84d2f796c41203a79ff71b146e4a1e935f0a3dd06b90e898033013cb18a86eb9c258')
 
 build() {
   cd "$srcdir"/fonttools-${pkgver}



[arch-commits] Commit in kodi-addon-visualization-waveform/repos/community-x86_64 (2 files)

2021-07-15 Thread Ike Devolder via arch-commits
Date: Thursday, July 15, 2021 @ 17:20:52
  Author: idevolder
Revision: 977439

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-visualization-waveform/repos/community-x86_64/PKGBUILD
(from rev 977438, kodi-addon-visualization-waveform/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-waveform/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 17:20:46 UTC (rev 977438)
+++ PKGBUILD2021-07-15 17:20:52 UTC (rev 977439)
@@ -1,33 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-waveform
-epoch=1
-pkgver=4.4.0
-_codename=Matrix
-pkgrel=5
-pkgdesc="Waveform visualizer for Kodi"
-arch=('x86_64')
-url='https://github.com/xbmc/visualization.waveform'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-makedepends=('cmake' 'glu' 'glm' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/visualization.waveform/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('8452b5c9cb57c40fa79c58278ea6fa32e4a6845f0cb1555009aedcb3ce5759330918aa2c10c4fdc7c9fef97e6afff61d6145344ce5fccecbc576f64ac036d0a3')
-
-build() {
-cd "visualization.waveform-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-depends=('kodi' 'glu' 'glm')
-cd "visualization.waveform-$pkgver-$_codename"
-make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-waveform/repos/community-x86_64/PKGBUILD (from 
rev 977438, kodi-addon-visualization-waveform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-15 17:20:52 UTC (rev 977439)
@@ -0,0 +1,33 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-waveform
+epoch=1
+pkgver=4.4.0
+_codename=Matrix
+pkgrel=6
+pkgdesc="Waveform visualizer for Kodi"
+arch=('x86_64')
+url='https://github.com/xbmc/visualization.waveform'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+makedepends=('cmake' 'glu' 'glm' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/visualization.waveform/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('8452b5c9cb57c40fa79c58278ea6fa32e4a6845f0cb1555009aedcb3ce5759330918aa2c10c4fdc7c9fef97e6afff61d6145344ce5fccecbc576f64ac036d0a3')
+
+build() {
+cd "visualization.waveform-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+depends=('kodi' 'glu' 'glm')
+cd "visualization.waveform-$pkgver-$_codename"
+make DESTDIR="$pkgdir/" install
+}
+



[arch-commits] Commit in kodi-addon-visualization-waveform/trunk (PKGBUILD)

2021-07-15 Thread Ike Devolder via arch-commits
Date: Thursday, July 15, 2021 @ 17:20:46
  Author: idevolder
Revision: 977438

upgpkg: kodi-addon-visualization-waveform 1:4.4.0-6

Modified:
  kodi-addon-visualization-waveform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 17:20:33 UTC (rev 977437)
+++ PKGBUILD2021-07-15 17:20:46 UTC (rev 977438)
@@ -4,7 +4,7 @@
 epoch=1
 pkgver=4.4.0
 _codename=Matrix
-pkgrel=5
+pkgrel=6
 pkgdesc="Waveform visualizer for Kodi"
 arch=('x86_64')
 url='https://github.com/xbmc/visualization.waveform'



[arch-commits] Commit in kodi-addon-visualization-spectrum/repos/community-x86_64 (2 files)

2021-07-15 Thread Ike Devolder via arch-commits
Date: Thursday, July 15, 2021 @ 17:20:33
  Author: idevolder
Revision: 977437

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-visualization-spectrum/repos/community-x86_64/PKGBUILD
(from rev 977436, kodi-addon-visualization-spectrum/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-spectrum/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 17:20:28 UTC (rev 977436)
+++ PKGBUILD2021-07-15 17:20:33 UTC (rev 977437)
@@ -1,33 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-spectrum
-epoch=1
-pkgver=3.4.0
-_codename=Matrix
-pkgrel=5
-pkgdesc="Spectrum visualizer for Kodi"
-arch=('x86_64')
-url='https://github.com/xbmc/visualization.spectrum'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-makedepends=('cmake' 'glm' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/visualization.spectrum/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('c653c867dc1fa4d0c4de9cb3e5dcf90daf73ffdeb2b4f50bdcb651799fd1adec549a11889e4a7fa3b9bca46ad36c68e5cea925b0cf5d006b975215c682b9b584')
-
-build() {
-cd "visualization.spectrum-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-depends=('kodi' 'glm')
-cd "visualization.spectrum-$pkgver-$_codename"
-make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-spectrum/repos/community-x86_64/PKGBUILD (from 
rev 977436, kodi-addon-visualization-spectrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-15 17:20:33 UTC (rev 977437)
@@ -0,0 +1,33 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-spectrum
+epoch=1
+pkgver=3.4.0
+_codename=Matrix
+pkgrel=6
+pkgdesc="Spectrum visualizer for Kodi"
+arch=('x86_64')
+url='https://github.com/xbmc/visualization.spectrum'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+makedepends=('cmake' 'glm' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/visualization.spectrum/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('c653c867dc1fa4d0c4de9cb3e5dcf90daf73ffdeb2b4f50bdcb651799fd1adec549a11889e4a7fa3b9bca46ad36c68e5cea925b0cf5d006b975215c682b9b584')
+
+build() {
+cd "visualization.spectrum-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+depends=('kodi' 'glm')
+cd "visualization.spectrum-$pkgver-$_codename"
+make DESTDIR="$pkgdir/" install
+}
+



[arch-commits] Commit in kodi-addon-visualization-spectrum/trunk (PKGBUILD)

2021-07-15 Thread Ike Devolder via arch-commits
Date: Thursday, July 15, 2021 @ 17:20:28
  Author: idevolder
Revision: 977436

upgpkg: kodi-addon-visualization-spectrum 1:3.4.0-6

Modified:
  kodi-addon-visualization-spectrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 17:20:14 UTC (rev 977435)
+++ PKGBUILD2021-07-15 17:20:28 UTC (rev 977436)
@@ -4,7 +4,7 @@
 epoch=1
 pkgver=3.4.0
 _codename=Matrix
-pkgrel=5
+pkgrel=6
 pkgdesc="Spectrum visualizer for Kodi"
 arch=('x86_64')
 url='https://github.com/xbmc/visualization.spectrum'



[arch-commits] Commit in kodi-addon-visualization-shadertoy/repos/community-x86_64 (2 files)

2021-07-15 Thread Ike Devolder via arch-commits
Date: Thursday, July 15, 2021 @ 17:20:14
  Author: idevolder
Revision: 977435

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-visualization-shadertoy/repos/community-x86_64/PKGBUILD
(from rev 977434, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-shadertoy/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 17:20:08 UTC (rev 977434)
+++ PKGBUILD2021-07-15 17:20:14 UTC (rev 977435)
@@ -1,33 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-shadertoy
-epoch=1
-pkgver=2.3.0
-_codename=Matrix
-pkgrel=5
-pkgdesc="Shadertoy visualizer for Kodi"
-arch=('x86_64')
-url='https://github.com/xbmc/visualization.shadertoy'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-makedepends=('cmake' 'p8-platform' 'glm' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/visualization.shadertoy/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('7693e67b3aaad0b6bc78c80b1bdfd92348de139acbb1292b56e9430dfd939b242f56e5c732625bece0088ef9e2a5627fe2f9a19aadbf076c54647c9e6929874a')
-
-build() {
-cd "visualization.shadertoy-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-depends=('kodi' 'p8-platform' 'glm')
-cd "visualization.shadertoy-$pkgver-$_codename"
-make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-shadertoy/repos/community-x86_64/PKGBUILD 
(from rev 977434, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-15 17:20:14 UTC (rev 977435)
@@ -0,0 +1,33 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-shadertoy
+epoch=1
+pkgver=2.3.0
+_codename=Matrix
+pkgrel=6
+pkgdesc="Shadertoy visualizer for Kodi"
+arch=('x86_64')
+url='https://github.com/xbmc/visualization.shadertoy'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+makedepends=('cmake' 'p8-platform' 'glm' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/visualization.shadertoy/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('7693e67b3aaad0b6bc78c80b1bdfd92348de139acbb1292b56e9430dfd939b242f56e5c732625bece0088ef9e2a5627fe2f9a19aadbf076c54647c9e6929874a')
+
+build() {
+cd "visualization.shadertoy-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+depends=('kodi' 'p8-platform' 'glm')
+cd "visualization.shadertoy-$pkgver-$_codename"
+make DESTDIR="$pkgdir/" install
+}
+



[arch-commits] Commit in kodi-addon-visualization-shadertoy/trunk (PKGBUILD)

2021-07-15 Thread Ike Devolder via arch-commits
Date: Thursday, July 15, 2021 @ 17:20:08
  Author: idevolder
Revision: 977434

upgpkg: kodi-addon-visualization-shadertoy 1:2.3.0-6

Modified:
  kodi-addon-visualization-shadertoy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 17:19:58 UTC (rev 977433)
+++ PKGBUILD2021-07-15 17:20:08 UTC (rev 977434)
@@ -4,7 +4,7 @@
 epoch=1
 pkgver=2.3.0
 _codename=Matrix
-pkgrel=5
+pkgrel=6
 pkgdesc="Shadertoy visualizer for Kodi"
 arch=('x86_64')
 url='https://github.com/xbmc/visualization.shadertoy'



[arch-commits] Commit in kodi-addon-visualization-projectm/repos/community-x86_64 (2 files)

2021-07-15 Thread Ike Devolder via arch-commits
Date: Thursday, July 15, 2021 @ 17:19:52
  Author: idevolder
Revision: 977430

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-visualization-projectm/repos/community-x86_64/PKGBUILD
(from rev 977429, kodi-addon-visualization-projectm/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-projectm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 17:19:46 UTC (rev 977429)
+++ PKGBUILD2021-07-15 17:19:52 UTC (rev 977430)
@@ -1,34 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-projectm
-epoch=1
-pkgver=3.3.0
-_codename=Matrix
-pkgrel=5
-pkgdesc="ProjectM visualizer for Kodi"
-arch=('x86_64')
-url='https://github.com/xbmc/visualization.projectm'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-makedepends=('cmake' 'projectm' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/visualization.projectm/archive/$pkgver-$_codename.tar.gz;
-)
-sha512sums=('fbce9121a403279a9f54eced08f2069ab6e1f732ef5c6b82380323e2357b70ffa88157428afd4884b6d119aa5a02848718e48602ce9d5f1454c8fa5ed0f78e7b')
-
-build() {
-cd "visualization.projectm-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-depends=('kodi' 'projectm')
-cd "visualization.projectm-$pkgver-$_codename"
-make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-projectm/repos/community-x86_64/PKGBUILD (from 
rev 977429, kodi-addon-visualization-projectm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-15 17:19:52 UTC (rev 977430)
@@ -0,0 +1,34 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-projectm
+epoch=1
+pkgver=3.3.0
+_codename=Matrix
+pkgrel=6
+pkgdesc="ProjectM visualizer for Kodi"
+arch=('x86_64')
+url='https://github.com/xbmc/visualization.projectm'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+makedepends=('cmake' 'projectm' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/visualization.projectm/archive/$pkgver-$_codename.tar.gz;
+)
+sha512sums=('fbce9121a403279a9f54eced08f2069ab6e1f732ef5c6b82380323e2357b70ffa88157428afd4884b6d119aa5a02848718e48602ce9d5f1454c8fa5ed0f78e7b')
+
+build() {
+cd "visualization.projectm-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+depends=('kodi' 'projectm')
+cd "visualization.projectm-$pkgver-$_codename"
+make DESTDIR="$pkgdir/" install
+}
+



[arch-commits] Commit in kodi-addon-visualization-projectm/trunk (PKGBUILD)

2021-07-15 Thread Ike Devolder via arch-commits
Date: Thursday, July 15, 2021 @ 17:19:46
  Author: idevolder
Revision: 977429

upgpkg: kodi-addon-visualization-projectm 1:3.3.0-6

Modified:
  kodi-addon-visualization-projectm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 17:19:33 UTC (rev 977428)
+++ PKGBUILD2021-07-15 17:19:46 UTC (rev 977429)
@@ -4,7 +4,7 @@
 epoch=1
 pkgver=3.3.0
 _codename=Matrix
-pkgrel=5
+pkgrel=6
 pkgdesc="ProjectM visualizer for Kodi"
 arch=('x86_64')
 url='https://github.com/xbmc/visualization.projectm'



[arch-commits] Commit in kodi-addon-screensaver-stars/repos/community-x86_64 (2 files)

2021-07-15 Thread Ike Devolder via arch-commits
Date: Thursday, July 15, 2021 @ 17:19:33
  Author: idevolder
Revision: 977428

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-screensaver-stars/repos/community-x86_64/PKGBUILD
(from rev 977427, kodi-addon-screensaver-stars/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-stars/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 17:19:28 UTC (rev 977427)
+++ PKGBUILD2021-07-15 17:19:33 UTC (rev 977428)
@@ -1,33 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-stars
-epoch=1
-pkgver=2.4.0
-_codename=Matrix
-pkgrel=5
-pkgdesc="Starfield screensaver for Kodi"
-arch=('x86_64')
-url='https://github.com/xbmc/screensaver.stars'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/screensaver.stars/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('faf30c7df759a5c0dd0212369e83835f5949b37f476bf67f03f310d405aa0fd1daa62d0bbb899be11e4ee0ac1f1bb5321be647b0e7792d7c3a730d3ffcd256ad')
-
-build() {
-cd "screensaver.stars-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-depends=('kodi')
-cd "screensaver.stars-$pkgver-$_codename"
-make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-stars/repos/community-x86_64/PKGBUILD (from rev 
977427, kodi-addon-screensaver-stars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-15 17:19:33 UTC (rev 977428)
@@ -0,0 +1,33 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-stars
+epoch=1
+pkgver=2.4.0
+_codename=Matrix
+pkgrel=6
+pkgdesc="Starfield screensaver for Kodi"
+arch=('x86_64')
+url='https://github.com/xbmc/screensaver.stars'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/screensaver.stars/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('faf30c7df759a5c0dd0212369e83835f5949b37f476bf67f03f310d405aa0fd1daa62d0bbb899be11e4ee0ac1f1bb5321be647b0e7792d7c3a730d3ffcd256ad')
+
+build() {
+cd "screensaver.stars-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+depends=('kodi')
+cd "screensaver.stars-$pkgver-$_codename"
+make DESTDIR="$pkgdir/" install
+}
+



[arch-commits] Commit in kodi-addon-screensaver-stars/trunk (PKGBUILD)

2021-07-15 Thread Ike Devolder via arch-commits
Date: Thursday, July 15, 2021 @ 17:19:28
  Author: idevolder
Revision: 977427

upgpkg: kodi-addon-screensaver-stars 1:2.4.0-6

Modified:
  kodi-addon-screensaver-stars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 17:19:16 UTC (rev 977426)
+++ PKGBUILD2021-07-15 17:19:28 UTC (rev 977427)
@@ -4,7 +4,7 @@
 epoch=1
 pkgver=2.4.0
 _codename=Matrix
-pkgrel=5
+pkgrel=6
 pkgdesc="Starfield screensaver for Kodi"
 arch=('x86_64')
 url='https://github.com/xbmc/screensaver.stars'



[arch-commits] Commit in kodi-addon-screensaver-pyro/repos/community-x86_64 (2 files)

2021-07-15 Thread Ike Devolder via arch-commits
Date: Thursday, July 15, 2021 @ 17:19:16
  Author: idevolder
Revision: 977426

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-screensaver-pyro/repos/community-x86_64/PKGBUILD
(from rev 977425, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-pyro/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 17:19:11 UTC (rev 977425)
+++ PKGBUILD2021-07-15 17:19:16 UTC (rev 977426)
@@ -1,33 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-pyro
-epoch=1
-pkgver=3.3.0
-_codename=Matrix
-pkgrel=5
-pkgdesc="Pyro screensaver for Kodi"
-arch=('x86_64')
-url='https://github.com/xbmc/screensaver.pyro'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/screensaver.pyro/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('e12ad6ba0d49f1e479da7d448646ff1d0bf5521d59c86b0652e03ee932e7de160d67d96d8d55a79830a9c04271f5d9a2f4f45cac98a1146265eb204e0b2d8826')
-
-build() {
-cd "screensaver.pyro-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-depends=('kodi')
-cd "screensaver.pyro-$pkgver-$_codename"
-make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-pyro/repos/community-x86_64/PKGBUILD (from rev 
977425, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-15 17:19:16 UTC (rev 977426)
@@ -0,0 +1,33 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-pyro
+epoch=1
+pkgver=3.3.0
+_codename=Matrix
+pkgrel=6
+pkgdesc="Pyro screensaver for Kodi"
+arch=('x86_64')
+url='https://github.com/xbmc/screensaver.pyro'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/screensaver.pyro/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('e12ad6ba0d49f1e479da7d448646ff1d0bf5521d59c86b0652e03ee932e7de160d67d96d8d55a79830a9c04271f5d9a2f4f45cac98a1146265eb204e0b2d8826')
+
+build() {
+cd "screensaver.pyro-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+depends=('kodi')
+cd "screensaver.pyro-$pkgver-$_codename"
+make DESTDIR="$pkgdir/" install
+}
+



[arch-commits] Commit in kodi-addon-screensaver-pyro/trunk (PKGBUILD)

2021-07-15 Thread Ike Devolder via arch-commits
Date: Thursday, July 15, 2021 @ 17:19:11
  Author: idevolder
Revision: 977425

upgpkg: kodi-addon-screensaver-pyro 1:3.3.0-6

Modified:
  kodi-addon-screensaver-pyro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 17:19:00 UTC (rev 977424)
+++ PKGBUILD2021-07-15 17:19:11 UTC (rev 977425)
@@ -4,7 +4,7 @@
 epoch=1
 pkgver=3.3.0
 _codename=Matrix
-pkgrel=5
+pkgrel=6
 pkgdesc="Pyro screensaver for Kodi"
 arch=('x86_64')
 url='https://github.com/xbmc/screensaver.pyro'



[arch-commits] Commit in kodi-addon-screensaver-pingpong/repos/community-x86_64 (2 files)

2021-07-15 Thread Ike Devolder via arch-commits
Date: Thursday, July 15, 2021 @ 17:19:00
  Author: idevolder
Revision: 977424

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-screensaver-pingpong/repos/community-x86_64/PKGBUILD
(from rev 977423, kodi-addon-screensaver-pingpong/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-pingpong/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 17:18:54 UTC (rev 977423)
+++ PKGBUILD2021-07-15 17:19:00 UTC (rev 977424)
@@ -1,33 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-pingpong
-epoch=1
-pkgver=2.4.0
-_codename=Matrix
-pkgrel=5
-pkgdesc="Ping-pong screensaver for Kodi"
-arch=('x86_64')
-url='https://github.com/xbmc/screensaver.pingpong'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-makedepends=('cmake' 'glm' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/screensaver.pingpong/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('da430c5e07e8a56212f04990a586e64e86bdcac3b094aa27f6d4e3b5553a9ca799a90927da4e2916e8d84d6d0e4ff3961c31fb557322a3219afbbb3db99cc2d4')
-
-build() {
-cd "screensaver.pingpong-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-depends=('kodi' 'glm')
-cd "screensaver.pingpong-$pkgver-$_codename"
-make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-pingpong/repos/community-x86_64/PKGBUILD (from 
rev 977423, kodi-addon-screensaver-pingpong/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-15 17:19:00 UTC (rev 977424)
@@ -0,0 +1,33 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-pingpong
+epoch=1
+pkgver=2.4.0
+_codename=Matrix
+pkgrel=6
+pkgdesc="Ping-pong screensaver for Kodi"
+arch=('x86_64')
+url='https://github.com/xbmc/screensaver.pingpong'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+makedepends=('cmake' 'glm' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/screensaver.pingpong/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('da430c5e07e8a56212f04990a586e64e86bdcac3b094aa27f6d4e3b5553a9ca799a90927da4e2916e8d84d6d0e4ff3961c31fb557322a3219afbbb3db99cc2d4')
+
+build() {
+cd "screensaver.pingpong-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+depends=('kodi' 'glm')
+cd "screensaver.pingpong-$pkgver-$_codename"
+make DESTDIR="$pkgdir/" install
+}
+



[arch-commits] Commit in kodi-addon-screensaver-pingpong/trunk (PKGBUILD)

2021-07-15 Thread Ike Devolder via arch-commits
Date: Thursday, July 15, 2021 @ 17:18:54
  Author: idevolder
Revision: 977423

upgpkg: kodi-addon-screensaver-pingpong 1:2.4.0-6

Modified:
  kodi-addon-screensaver-pingpong/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-15 17:18:44 UTC (rev 977422)
+++ PKGBUILD2021-07-15 17:18:54 UTC (rev 977423)
@@ -4,7 +4,7 @@
 epoch=1
 pkgver=2.4.0
 _codename=Matrix
-pkgrel=5
+pkgrel=6
 pkgdesc="Ping-pong screensaver for Kodi"
 arch=('x86_64')
 url='https://github.com/xbmc/screensaver.pingpong'



[arch-commits] Commit in kodi-addon-screensaver-matrixtrails/repos/community-x86_64 (2 files)

2021-07-15 Thread Ike Devolder via arch-commits
Date: Thursday, July 15, 2021 @ 17:18:44
  Author: idevolder
Revision: 977422

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-screensaver-matrixtrails/repos/community-x86_64/PKGBUILD
(from rev 977421, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-matrixtrails/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-15 17:18:39 UTC (rev 977421)
+++ PKGBUILD2021-07-15 17:18:44 UTC (rev 977422)
@@ -1,33 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-matrixtrails
-epoch=1
-pkgver=2.6.0
-_codename=Matrix
-pkgrel=5
-pkgdesc="Matrix trails screensaver for Kodi"
-arch=('x86_64')
-url='https://github.com/xbmc/screensaver.matrixtrails'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/screensaver.matrixtrails/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('8770021c999539431a5a6acce1e892639133c0856d30d74c7775038c87a922aaed216806cbcfb71f680593f9227cc3ed45b10631b70f489b7dfda2e4221381f1')
-
-build() {
-cd "screensaver.matrixtrails-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-depends=('kodi')
-cd "screensaver.matrixtrails-$pkgver-$_codename"
-make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-matrixtrails/repos/community-x86_64/PKGBUILD 
(from rev 977421, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-15 17:18:44 UTC (rev 977422)
@@ -0,0 +1,33 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-matrixtrails
+epoch=1
+pkgver=2.6.0
+_codename=Matrix
+pkgrel=6
+pkgdesc="Matrix trails screensaver for Kodi"
+arch=('x86_64')
+url='https://github.com/xbmc/screensaver.matrixtrails'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xbmc/screensaver.matrixtrails/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('8770021c999539431a5a6acce1e892639133c0856d30d74c7775038c87a922aaed216806cbcfb71f680593f9227cc3ed45b10631b70f489b7dfda2e4221381f1')
+
+build() {
+cd "screensaver.matrixtrails-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+depends=('kodi')
+cd "screensaver.matrixtrails-$pkgver-$_codename"
+make DESTDIR="$pkgdir/" install
+}
+



  1   2   3   >