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

2021-04-11 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, April 12, 2021 @ 01:35:31
  Author: yan12125
Revision: 915854

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-12 01:35:17 UTC (rev 915853)
+++ PKGBUILD2021-04-12 01:35:31 UTC (rev 915854)
@@ -1,79 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-moto
-_pkgname=moto
-pkgver=2.0.2
-pkgrel=1
-pkgdesc='Moto is a library to mock out the boto library.'
-arch=(any)
-url='https://github.com/spulec/moto'
-license=(Apache)
-# depends on python-setuptools as pkg_resources is used is several modules
-# NOTE: Keep the order of dependencies matching setup.py
-depends=(python-boto3 python-botocore python-cryptography python-requests 
python-xmltodict
- python-six python-werkzeug python-pytz python-dateutil 
python-responses
- # Below dependencies varied with Python versions
- python-jinja python-mock python-more-itertools python-setuptools 
python-zipp)
-# See reqquirements-test.txt, excluding pytest-cov
-checkdepends=(python-pytest python-sure python-freezegun
-  # boto is vendored (#3503), but still imported in tests
-  python-boto)
-# Below are optional dependencies. The order matches _dep_* items in upstream 
`setup.py`.
-# Note that _dep_python_jose_ecdsa_pin and _dep_idna are excluded as they are 
pins and
-# not used by moto.
-optdepends=(
-  'python-yaml: for cloudformation, s3 and ssm'
-  'python-jose: for apigateway and cognitoidp'
-  'python-docker: for awslambda, batch, cloudformation, dynamodb2, 
dynamodbstreams, ec2, ses, sns, sqs and ssm'
-  'python-jsondiff: for iotdata'
-  'python-aws-xray-sdk: for xray'
-  'python-cfn-lint: for cloudformation and ssm'
-  'python-sshpubkeys: for ec2'
-  'python-flask: for moto_server'
-  'python-flask-cors: for moto_server'
-)
-checkdepends+=(python-yaml python-jose python-docker python-jsondiff 
python-aws-xray-sdk
-   python-cfn-lint python-sshpubkeys python-flask 
python-flask-cors)
-source=("https://files.pythonhosted.org/packages/source/m/moto/moto-${pkgver}.tar.gz";
-sdist-no-pyc.diff)
-sha256sums=('4610d27ead9124eaa84a78eca7dfa25a8ccb66cf6a7cb8a8889b5ca0c7796889'
-'4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -Np1 -i ../sdist-no-pyc.diff
-
-  # Remove upper bounds of dependencies
-  sed --in-place=.orig -r 's#,?<[0-9.]+,?##;s#==([0-9.]+)#>=\1#' setup.py
-  diff -u setup.py{.orig,} || true
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  # XXX: there are too many tests that depend on docker/podman, and there is 
no simple way
-  # other than listing one-by-one for exclusion. To make things worse, running 
docker/podman
-  # in systemd-nspawn containers appears impossible without special 
configurations. I gave
-  # it up and running podman _outside_ the container for testing.
-  # $ podman system service "unix:$XDG_RUNTIME_DIR/podman/podman.sock" -t 0
-  # $ extra-x86_64-build -- -d "$XDG_RUNTIME_DIR/podman:/tmp/podman"
-  PODMAN_SOCK=/tmp/podman/podman.sock
-  if [ -S $PODMAN_SOCK ]; then
-DOCKER_HOST="unix://$PODMAN_SOCK" TZ=UTC pytest tests
-  fi
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  # use PYTHONHASHSEED=0 work around https://bugs.python.org/issue34722
-  PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
-}

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

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

2021-04-11 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, April 12, 2021 @ 01:35:17
  Author: yan12125
Revision: 915853

upgpkg: python-moto 2.0.5-1

python-mock is no longer needed after https://github.com/spulec/moto/pull/3481

Modified:
  python-moto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 01:31:08 UTC (rev 915852)
+++ PKGBUILD2021-04-12 01:35:17 UTC (rev 915853)
@@ -3,7 +3,7 @@
 
 pkgname=python-moto
 _pkgname=moto
-pkgver=2.0.2
+pkgver=2.0.5
 pkgrel=1
 pkgdesc='Moto is a library to mock out the boto library.'
 arch=(any)
@@ -14,7 +14,7 @@
 depends=(python-boto3 python-botocore python-cryptography python-requests 
python-xmltodict
  python-six python-werkzeug python-pytz python-dateutil 
python-responses
  # Below dependencies varied with Python versions
- python-jinja python-mock python-more-itertools python-setuptools 
python-zipp)
+ python-jinja python-more-itertools python-setuptools python-zipp)
 # See reqquirements-test.txt, excluding pytest-cov
 checkdepends=(python-pytest python-sure python-freezegun
   # boto is vendored (#3503), but still imported in tests
@@ -37,7 +37,7 @@
python-cfn-lint python-sshpubkeys python-flask 
python-flask-cors)
 
source=("https://files.pythonhosted.org/packages/source/m/moto/moto-${pkgver}.tar.gz";
 sdist-no-pyc.diff)
-sha256sums=('4610d27ead9124eaa84a78eca7dfa25a8ccb66cf6a7cb8a8889b5ca0c7796889'
+sha256sums=('17219c9e8d79bc7450615896b37e5bd639c2038d4672bcab114ac4661e27f8ae'
 '4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208')
 
 prepare() {


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

2021-04-11 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, April 12, 2021 @ 01:31:08
  Author: yan12125
Revision: 915852

archrelease: copy trunk to community-any

Added:
  buildbot/repos/community-any/PKGBUILD
(from rev 915851, buildbot/trunk/PKGBUILD)
  buildbot/repos/community-any/subunit-tests.diff
(from rev 915851, buildbot/trunk/subunit-tests.diff)
Deleted:
  buildbot/repos/community-any/PKGBUILD
  buildbot/repos/community-any/subunit-tests.diff

+
 PKGBUILD   |  514 +--
 subunit-tests.diff |   74 +++
 2 files changed, 295 insertions(+), 293 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-12 01:30:49 UTC (rev 915851)
+++ PKGBUILD2021-04-12 01:31:08 UTC (rev 915852)
@@ -1,256 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: xRemaLx 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgbase=buildbot
-pkgname=(buildbot buildbot-worker buildbot-docs buildbot-common
- python-buildbot-www python-buildbot-waterfall-view
- python-buildbot-console-view python-buildbot-grid-view
- python-buildbot-wsgi-dashboards python-buildbot-badges)
-pkgver=3.0.2
-_bb_contrib_commit=4c8615db51253f0be4bfd08210a3aaf903a74b4f
-pkgrel=1
-arch=(any)
-url='https://buildbot.net'
-license=(GPL2)
-checkdepends=(python-boto3 python-ldap3 python-lz4 python-treq 
python-txrequests
-  python-moto python-docker python-parameterized python-mock 
python-subunit
-  openssh chromium)
-makedepends=(python-twisted python-jinja python-zope-interface
- python-sqlalchemy-migrate python-dateutil python-txaio
- python-autobahn python-pyjwt python-yaml
- python-setuptools python-future
- python-sphinx-jinja python-sphinxcontrib-blockdiag
- python-sphinx_rtd_theme
- git yarn)
-source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.asc}
-
"git+https://github.com/buildbot/buildbot-contrib.git#commit=$_bb_contrib_commit";
-"subunit-tests.diff"
-
"buildbot-contrib-systemd-common.patch::https://github.com/buildbot/buildbot-contrib/pull/22.patch";)
-sha256sums=('1515c06fb3bc6fa7151093d80e3e44b689669545c3a84b4c4d2dd01c4bbe2ee3'
-'SKIP'
-'SKIP'
-'cd66bf65e45fa0a5916a6e0201dcebc4db001e4f47da856afbffc58a04356d55'
-'896eede4c33a8574d7c29ac4a28cebbe3d7e850931a86e945328f8ea358195a9')
-validpgpkeys=(
-  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
-  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@p12tic on GitHub)
-)
-
-prepare() {
-  cd buildbot-$pkgver
-
-  # Some master tests use scripts from contrib
-  ln -s ../../buildbot-contrib/master/contrib master/contrib
-
-  # HACK: do not use virtualenv
-  sed -i -e 's#frontend_deps:.*#frontend_deps:#' Makefile
-
-  # HACK: Do not build JS again during install
-  # We take care about the command order manually
-  sed -i '/egg_info=EggInfoCommand/d' pkg/buildbot_pkg.py
-
-  sed -i '/buildbot_windows_service/d' master/setup.py
-  rm -v master/buildbot/scripts/windows_service.py
-  sed -i '/buildbot_worker_windows_service/d' worker/setup.py
-  rm -v worker/buildbot_worker/scripts/windows_service.py
-
-  # Subunit logs are from testtools. Arch Linux's testtools is patched to use
-  # traceback instead of traceback2, and causing a difference. See
-  # https://github.com/testing-cabal/testtools/pull/299 for more defailts.
-  patch -Np1 -i ../subunit-tests.diff
-
-  cd "$srcdir"/buildbot-contrib
-  patch -Np1 -i ../buildbot-contrib-systemd-common.patch
-}
-
-build() {
-  export NODE_OPTIONS="--max-old-space-size=2048"
-
-  cd "$srcdir"/buildbot-$pkgver/pkg
-  python setup.py egg_info
-
-   buildbot 
-  cd "$srcdir"/buildbot-$pkgver/master
-  python setup.py build
-
-  ## buildbot-worker ###
-  cd "$srcdir"/buildbot-$pkgver/worker
-  python setup.py build
-
-  ### buildbot-www #
-  cd "$srcdir"/buildbot-$pkgver
-
-  # HACK: use system packages instead of ones via pip
-  make PIP=/usr/bin/true frontend_deps
-
-  export PYTHONPATH="$srcdir"/buildbot-$pkgver/pkg
-  for module in base waterfall_view console_view grid_view wsgi_dashboards 
badges
-  do
-cd "$srcdir"/buildbot-$pkgver/www/$module
-python setup.py build
-  done
-
-  ### buildbot-docs 
-  cd "$srcdir"/buildbot-$pkgver/master/docs
-  make clean html singlehtml
-}
-
-check() {
-  # Install packages to a temp folder for tests
-  cd "$srcdir"/buildbot-$pkgver/master
-  python setup.py egg_info
-  python setup.py install_scripts --install-dir="$srcdir/tmp_install"
-
-  cd "$srcdir"/buildbot-$pkgver/worker
-  python setup.py egg_info
-
-  cd "$srcdir"/buildbot-$pkgver/www/base

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

2021-04-11 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, April 12, 2021 @ 01:30:49
  Author: yan12125
Revision: 915851

upgpkg: buildbot 3.1.0-1

See https://github.com/buildbot/buildbot/pull/5499 for the new unidiff 
dependency

Modified:
  buildbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 01:11:48 UTC (rev 915850)
+++ PKGBUILD2021-04-12 01:30:49 UTC (rev 915851)
@@ -8,7 +8,7 @@
  python-buildbot-www python-buildbot-waterfall-view
  python-buildbot-console-view python-buildbot-grid-view
  python-buildbot-wsgi-dashboards python-buildbot-badges)
-pkgver=3.0.2
+pkgver=3.1.0
 _bb_contrib_commit=4c8615db51253f0be4bfd08210a3aaf903a74b4f
 pkgrel=1
 arch=(any)
@@ -16,6 +16,7 @@
 license=(GPL2)
 checkdepends=(python-boto3 python-ldap3 python-lz4 python-treq 
python-txrequests
   python-moto python-docker python-parameterized python-mock 
python-subunit
+  python-graphql-core python-unidiff
   openssh chromium)
 makedepends=(python-twisted python-jinja python-zope-interface
  python-sqlalchemy-migrate python-dateutil python-txaio
@@ -28,7 +29,7 @@
 
"git+https://github.com/buildbot/buildbot-contrib.git#commit=$_bb_contrib_commit";
 "subunit-tests.diff"
 
"buildbot-contrib-systemd-common.patch::https://github.com/buildbot/buildbot-contrib/pull/22.patch";)
-sha256sums=('1515c06fb3bc6fa7151093d80e3e44b689669545c3a84b4c4d2dd01c4bbe2ee3'
+sha256sums=('3def7d2a771bf958c55cb22ec0d1cc70952ff4918a9d978140b0e81636435c24'
 'SKIP'
 'SKIP'
 'cd66bf65e45fa0a5916a6e0201dcebc4db001e4f47da856afbffc58a04356d55'
@@ -149,6 +150,7 @@
 'python-treq: for using HTTP requests as steps'
 'python-requests: for using HTTP requests as steps'
 'python-txrequests: for using HTTP requests as steps'
+'python-unidiff: for GitDiffInfo'
 # workers
 'buildbot-worker: for local worker'
 'libvirt-python: for libvirt worker'


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

2021-04-11 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, April 12, 2021 @ 01:11:48
  Author: yan12125
Revision: 915850

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 915849, python-cfn-lint/trunk/PKGBUILD)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-12 01:11:38 UTC (rev 915849)
+++ PKGBUILD2021-04-12 01:11:48 UTC (rev 915850)
@@ -1,44 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.48.1
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-yaml python-six python-aws-sam-translator
- python-jsonpatch python-jsonschema python-networkx
- python-junit-xml)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock python-pydot)
-optdepends=(
-  'python-pydot: for building graphs from templates'
-)
-source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz";)
-sha256sums=('5b7dcc628e93a19715f875fa210691e0f93c62f715cad9dddbafe3e616638a11')
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  # Tests in test/integration need the cfn-lint binary
-  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
-
-  export PYTHONPATH="$PWD/src"
-  export PATH="$PATH:$srcdir/tmp_install"
-  # test_update_docs requires cfn-python-lint as a git repo
-  pytest test -k 'not test_update_docs'
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  # use PYTHONHASHSEED=0 to work around https://bugs.python.org/issue34033
-  PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 915849, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-12 01:11:48 UTC (rev 915850)
@@ -0,0 +1,44 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.48.2
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-yaml python-six python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-networkx
+ python-junit-xml)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock python-pydot)
+optdepends=(
+  'python-pydot: for building graphs from templates'
+)
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz";)
+sha256sums=('96b708543b083ad1d87c50b7a4fd79cc76397c33dce1920f5c284912c134747c')
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  # Tests in test/integration need the cfn-lint binary
+  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
+
+  export PYTHONPATH="$PWD/src"
+  export PATH="$PATH:$srcdir/tmp_install"
+  # test_update_docs requires cfn-python-lint as a git repo
+  pytest test -k 'not test_update_docs'
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  # use PYTHONHASHSEED=0 to work around https://bugs.python.org/issue34033
+  PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2021-04-11 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, April 12, 2021 @ 01:11:38
  Author: yan12125
Revision: 915849

upgpkg: python-cfn-lint 0.48.2-1

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 01:09:52 UTC (rev 915848)
+++ PKGBUILD2021-04-12 01:11:38 UTC (rev 915849)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-cfn-lint
-pkgver=0.48.1
+pkgver=0.48.2
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -16,7 +16,7 @@
   'python-pydot: for building graphs from templates'
 )
 
source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz";)
-sha256sums=('5b7dcc628e93a19715f875fa210691e0f93c62f715cad9dddbafe3e616638a11')
+sha256sums=('96b708543b083ad1d87c50b7a4fd79cc76397c33dce1920f5c284912c134747c')
 
 build() {
   cd cfn-python-lint-$pkgver


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Monday, April 12, 2021 @ 01:09:43
  Author: felixonmars
Revision: 412340

archrelease: copy trunk to extra-x86_64

Added:
  msmtp/repos/extra-x86_64/PKGBUILD
(from rev 412339, msmtp/trunk/PKGBUILD)
Deleted:
  msmtp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-12 01:09:25 UTC (rev 412339)
+++ PKGBUILD2021-04-12 01:09:43 UTC (rev 412340)
@@ -1,52 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=msmtp
-pkgname=('msmtp' 'msmtp-mta')
-pkgver=1.8.13
-pkgrel=1
-pkgdesc="A mini smtp client"
-arch=('x86_64')
-url="https://marlam.de/msmtp/";
-license=('GPL3')
-makedepends=('texlive-plainextra' 'libsecret' 'gsasl')
-source=("https://marlam.de/msmtp/releases/msmtp-$pkgver.tar.xz"{,.sig})
-sha512sums=('1b466fc518d0468a8febdf238a6d422fabb95be8158d2e52e38aeb5e5b21661af9791ff8ed82f72f111cebe2ce1b93deabeb91dca4f06f09cf765152095a1cfd'
-'SKIP')
-validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34')  # Martin Lambers
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --with-libgsasl
-  make
-  make -C doc html pdf
-}
-
-package_msmtp() {
-  pkgdesc="A mini smtp client"
-  depends=('libsecret' 'gsasl')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install 
-  make DESTDIR="$pkgdir" -C doc install-html install-pdf
-
-# Installing example configs and scripts to /usr/share/doc/msmtp
-# as they are not installed by default (Debian and Gentoo do it this way)
-  install -d "$pkgdir"/usr/share/doc/msmtp
-  cp -r scripts/{find_alias,msmtpqueue,msmtpq,set_sendmail} 
"$pkgdir"/usr/share/doc/msmtp/
-  install -D -m644 doc/*.example "$pkgdir"/usr/share/doc/msmtp/
-
-  install -D -m644 scripts/vim/msmtp.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/msmtp.vim
-
-  chmod 755 
"$pkgdir"/usr/share/doc/msmtp/{find_alias,msmtpqueue,set_sendmail}/*.sh
-  chmod 755 "$pkgdir"/usr/share/doc/msmtp/msmtpq/msmtp*
-}
-
-package_msmtp-mta() {
-  pkgdesc="A mini smtp client - the regular MTA"
-  depends=('msmtp')
-  provides=('smtp-forwarder')
-  conflicts=('smtp-forwarder')
-
-  install -d "$pkgdir"/usr/bin
-  ln -s msmtp "$pkgdir"/usr/bin/sendmail
-}

Copied: msmtp/repos/extra-x86_64/PKGBUILD (from rev 412339, 
msmtp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-12 01:09:43 UTC (rev 412340)
@@ -0,0 +1,52 @@
+# Maintainer: Eric Bélanger 
+
+pkgbase=msmtp
+pkgname=('msmtp' 'msmtp-mta')
+pkgver=1.8.14
+pkgrel=1
+pkgdesc="A mini smtp client"
+arch=('x86_64')
+url="https://marlam.de/msmtp/";
+license=('GPL3')
+makedepends=('texlive-plainextra' 'libsecret' 'gsasl')
+source=("https://marlam.de/msmtp/releases/msmtp-$pkgver.tar.xz"{,.sig})
+sha512sums=('fa274849082553b14aef922c43b84fa6226a26638747ed3ef6baae9d97ff753b24f5eca055426c2e0355df81b2458f524d940faf2a7db771d80fb027e9f45e8b'
+'SKIP')
+validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34')  # Martin Lambers
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --with-libgsasl
+  make
+  make -C doc html pdf
+}
+
+package_msmtp() {
+  pkgdesc="A mini smtp client"
+  depends=('libsecret' 'gsasl')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install 
+  make DESTDIR="$pkgdir" -C doc install-html install-pdf
+
+# Installing example configs and scripts to /usr/share/doc/msmtp
+# as they are not installed by default (Debian and Gentoo do it this way)
+  install -d "$pkgdir"/usr/share/doc/msmtp
+  cp -r scripts/{find_alias,msmtpqueue,msmtpq,set_sendmail} 
"$pkgdir"/usr/share/doc/msmtp/
+  install -D -m644 doc/*.example "$pkgdir"/usr/share/doc/msmtp/
+
+  install -D -m644 scripts/vim/msmtp.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/msmtp.vim
+
+  chmod 755 
"$pkgdir"/usr/share/doc/msmtp/{find_alias,msmtpqueue,set_sendmail}/*.sh
+  chmod 755 "$pkgdir"/usr/share/doc/msmtp/msmtpq/msmtp*
+}
+
+package_msmtp-mta() {
+  pkgdesc="A mini smtp client - the regular MTA"
+  depends=('msmtp')
+  provides=('smtp-forwarder')
+  conflicts=('smtp-forwarder')
+
+  install -d "$pkgdir"/usr/bin
+  ln -s msmtp "$pkgdir"/usr/bin/sendmail
+}


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Monday, April 12, 2021 @ 01:09:52
  Author: felixonmars
Revision: 915848

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 915847, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 915847, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   64 ++--
 uglify-js.install |   16 ++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-12 01:09:33 UTC (rev 915847)
+++ PKGBUILD2021-04-12 01:09:52 UTC (rev 915848)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.13.3
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('a2d21cecef4bcb1a54710a17ce3da12f82cf58a9253ba2c95a8254ccd6bc035ed7822e1f39e0c2f0504338b1e70bf4a5a3509082c64c70ce9ab3433be8165a8a')
-
-package() {
-  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 915847, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-12 01:09:52 UTC (rev 915848)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.13.4
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('92fedf0a4217c90222943e7fc90cbc3beb9a82c6083ade5c66fb3cf745b8d3f7bfaef8cc4b3270f35a3d060d2d914471cd90513ad0d0856d8b163386a0add167')
+
+package() {
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2021-04-12 01:09:33 UTC (rev 915847)
+++ uglify-js.install   2021-04-12 01:09:52 UTC (rev 915848)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 915847, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2021-04-12 01:09:52 UTC (rev 915848)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Monday, April 12, 2021 @ 01:09:33
  Author: felixonmars
Revision: 915847

upgpkg: uglify-js 3.13.4-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 01:07:28 UTC (rev 915846)
+++ PKGBUILD2021-04-12 01:09:33 UTC (rev 915847)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.13.3
+pkgver=3.13.4
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('a2d21cecef4bcb1a54710a17ce3da12f82cf58a9253ba2c95a8254ccd6bc035ed7822e1f39e0c2f0504338b1e70bf4a5a3509082c64c70ce9ab3433be8165a8a')
+sha512sums=('92fedf0a4217c90222943e7fc90cbc3beb9a82c6083ade5c66fb3cf745b8d3f7bfaef8cc4b3270f35a3d060d2d914471cd90513ad0d0856d8b163386a0add167')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Monday, April 12, 2021 @ 01:09:25
  Author: felixonmars
Revision: 412339

upgpkg: msmtp 1.8.14-1

Modified:
  msmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 00:58:58 UTC (rev 412338)
+++ PKGBUILD2021-04-12 01:09:25 UTC (rev 412339)
@@ -2,7 +2,7 @@
 
 pkgbase=msmtp
 pkgname=('msmtp' 'msmtp-mta')
-pkgver=1.8.13
+pkgver=1.8.14
 pkgrel=1
 pkgdesc="A mini smtp client"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL3')
 makedepends=('texlive-plainextra' 'libsecret' 'gsasl')
 source=("https://marlam.de/msmtp/releases/msmtp-$pkgver.tar.xz"{,.sig})
-sha512sums=('1b466fc518d0468a8febdf238a6d422fabb95be8158d2e52e38aeb5e5b21661af9791ff8ed82f72f111cebe2ce1b93deabeb91dca4f06f09cf765152095a1cfd'
+sha512sums=('fa274849082553b14aef922c43b84fa6226a26638747ed3ef6baae9d97ff753b24f5eca055426c2e0355df81b2458f524d940faf2a7db771d80fb027e9f45e8b'
 'SKIP')
 validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34')  # Martin Lambers
 


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

2021-04-11 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, April 12, 2021 @ 01:07:28
  Author: yan12125
Revision: 915846

archrelease: copy trunk to community-any

Added:
  python-aiobotocore/repos/community-any/PKGBUILD
(from rev 915845, python-aiobotocore/trunk/PKGBUILD)
  python-aiobotocore/repos/community-any/unittest-mock.diff
(from rev 915845, python-aiobotocore/trunk/unittest-mock.diff)
Deleted:
  python-aiobotocore/repos/community-any/PKGBUILD
  python-aiobotocore/repos/community-any/fix-sqs-tests.diff
  python-aiobotocore/repos/community-any/unittest-mock.diff

+
 PKGBUILD   |  109 ---
 fix-sqs-tests.diff |   12 -
 unittest-mock.diff |   74 +-
 3 files changed, 89 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-12 01:07:13 UTC (rev 915845)
+++ PKGBUILD2021-04-12 01:07:28 UTC (rev 915846)
@@ -1,57 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-aiobotocore
-_pkgname=aiobotocore
-pkgver=1.2.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";
-unittest-mock.diff
-fix-sqs-tests.diff)
-sha256sums=('d55978b2563b1b3f35509f242db84fa29f434be70a0be18dbb52fcb3f8b97bc1'
-'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e'
-'d8446453cb399893224d508ea1055d9a5401c0bf2c95f6fc5f09d400f56975dc')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  # community/python-mock is outdated and does not include needed AsyncMock.
-  # Use mock from stdlib instead. It has AsyncMock since 3.8
-  patch -Np1 -i ../unittest-mock.diff
-
-  # Correctly receive SQS messages. Discovered by 
https://github.com/spulec/moto/pull/3303
-  patch -Np1 -i ../fix-sqs-tests.diff
-
-  # 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 915845, 
python-aiobotocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-12 01:07:28 UTC (rev 915846)
@@ -0,0 +1,52 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-aiobotocore
+_pkgname=aiobotocore
+pkgver=1.3.0
+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";
+unittest-mock.diff)
+sha256sums=('4c02797d4bc06e8a3b1fd29775e19424501def8df436727ece22c567edc0c31a'
+'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  # community/python-mock is outdated and does not include needed AsyncMock.
+  # Use mock from stdlib instead. It has AsyncMock since 3.8
+  patch -Np1 -i ../unittest-mock.diff
+
+  # 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-

[arch-commits] Commit in python-aiobotocore/trunk (PKGBUILD fix-sqs-tests.diff)

2021-04-11 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, April 12, 2021 @ 01:07:13
  Author: yan12125
Revision: 915845

upgpkg: python-aiobotocore 1.3.0-1

Modified:
  python-aiobotocore/trunk/PKGBUILD
Deleted:
  python-aiobotocore/trunk/fix-sqs-tests.diff

+
 PKGBUILD   |   13 -
 fix-sqs-tests.diff |   12 
 2 files changed, 4 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 01:05:35 UTC (rev 915844)
+++ PKGBUILD2021-04-12 01:07:13 UTC (rev 915845)
@@ -2,7 +2,7 @@
 
 pkgname=python-aiobotocore
 _pkgname=aiobotocore
-pkgver=1.2.2
+pkgver=1.3.0
 pkgrel=1
 pkgdesc='asyncio support for botocore library using aiohttp'
 arch=(any)
@@ -14,11 +14,9 @@
   # moto optdepends
   python-docker python-yaml python-flask python-flask-cors)
 
source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz";
-unittest-mock.diff
-fix-sqs-tests.diff)
-sha256sums=('d55978b2563b1b3f35509f242db84fa29f434be70a0be18dbb52fcb3f8b97bc1'
-'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e'
-'d8446453cb399893224d508ea1055d9a5401c0bf2c95f6fc5f09d400f56975dc')
+unittest-mock.diff)
+sha256sums=('4c02797d4bc06e8a3b1fd29775e19424501def8df436727ece22c567edc0c31a'
+'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e')
 
 prepare() {
   cd $_pkgname-$pkgver
@@ -26,9 +24,6 @@
   # Use mock from stdlib instead. It has AsyncMock since 3.8
   patch -Np1 -i ../unittest-mock.diff
 
-  # Correctly receive SQS messages. Discovered by 
https://github.com/spulec/moto/pull/3303
-  patch -Np1 -i ../fix-sqs-tests.diff
-
   # Disable dependency pinning
   # Upstream tracking issue: https://github.com/aio-libs/aiobotocore/issues/670
   sed --in-place=.orig -r "s#'(botocore.*),<.*',#'\1',#" setup.py

Deleted: fix-sqs-tests.diff
===
--- fix-sqs-tests.diff  2021-04-12 01:05:35 UTC (rev 915844)
+++ fix-sqs-tests.diff  2021-04-12 01:07:13 UTC (rev 915845)
@@ -1,12 +0,0 @@
-diff --git a/tests/test_sqs.py b/tests/test_sqs.py
-index f41e3ae..599eda1 100644
 a/tests/test_sqs.py
-+++ b/tests/test_sqs.py
-@@ -36,6 +36,7 @@ async def test_put_pull_delete_test(sqs_client, 
sqs_queue_url):
- 
- response = await sqs_client.receive_message(
- QueueUrl=sqs_queue_url,
-+MessageAttributeNames=['attr1'],
- )
- pytest.aio.assert_status_code(response, 200)
- 


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

2021-04-11 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, April 12, 2021 @ 01:05:35
  Author: yan12125
Revision: 915844

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-12 01:05:21 UTC (rev 915843)
+++ PKGBUILD2021-04-12 01:05:35 UTC (rev 915844)
@@ -1,76 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: quomoow 
-
-pkgname=python-pg8000
-pkgver=1.19.1
-pkgrel=1
-pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
-arch=(any)
-url='https://github.com/tlocke/pg8000'
-license=(BSD)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pytest-mock python-pytest-benchmark
-  python-pytz postgresql)
-depends=(python python-scramp)
-source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz"{,.asc})
-sha256sums=('cb7ace8c582b7000a5ee428efa8ff6c82a7d710cc0f7d2d76258703a2aa7afe3'
-'SKIP')
-validpgpkeys=(
-  'D5681B7EC7292511C4CC1450892B00AB699851E8'  # Tony Locke 
, proven by https://keybase.io/tlocke
-)
-
-prepare() {
-  cd pg8000-$pkgver
-
-  # Remove upper bounds of dependencies
-  sed --in-place=.orig -r 's#,?<[0-9.]+,?##;s#==([0-9.]+)#>=\1#' setup.py
-  diff -u setup.py{.orig,} || true
-}
-
-build() {
-  cd pg8000-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pg8000-$pkgver
-
-  export PGDATA="$srcdir/postgres-testdata"
-  export PGHOST=127.0.0.1
-  export PGPORT=$((49152+$RANDOM%1))
-
-  # See https://github.com/tlocke/pg8000#tests about database initialization 
steps for testing
-  initdb --username=postgres --auth=trust
-  openssl req -subj "/CN=self-signed" -nodes -x509 -newkey rsa:4096 -days 1 
-keyout "$PGDATA/self-signed.key" -out "$PGDATA/self-signed.crt"
-  cat <> "$PGDATA/postgresql.conf"
-ssl = on
-ssl_cert_file = 'self-signed.crt'
-ssl_key_file = 'self-signed.key'
-password_encryption = 'scram-sha-256'
-EOF
-
-  pg_ctl start -o "-k '' -h $PGHOST -p $PGPORT" -l "$srcdir/postgresql.log"
-  # Change the password for postgres after password_encryption is specified, 
so that the role has a valid SCRAM secret
-  psql -U postgres -c "
-CREATE EXTENSION hstore;
-ALTER ROLE postgres PASSWORD 'pw';
-  "
-
-  # should overwrite pg_hba.conf, or unexpected matches may happen against 
existing entries
-  cat < "$PGDATA/pg_hba.conf"
-hostpg8000_md5  all 127.0.0.1/32md5
-hostpg8000_gss  all 127.0.0.1/32gss
-hostpg8000_password all 127.0.0.1/32password
-hostpg8000_scram_sha_256 all127.0.0.1/32scram-sha-256
-hostall all 127.0.0.1/32trust
-EOF
-  pg_ctl reload
-  PYTHONPATH="$PWD" pytest test
-  pg_ctl stop
-}
-
-package() {
-  cd pg8000-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-pg8000/repos/community-any/PKGBUILD (from rev 915843, 
python-pg8000/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-12 01:05:35 UTC (rev 915844)
@@ -0,0 +1,78 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: quomoow 
+
+pkgname=python-pg8000
+pkgver=1.19.2
+pkgrel=1
+pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
+arch=(any)
+url='https://github.com/tlocke/pg8000'
+license=(BSD)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pytest-mock python-pytest-benchmark
+  python-pytz postgresql)
+depends=(python python-scramp)
+source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz"{,.asc})
+sha256sums=('44cbb4d3c912f2da167ca02bf98a0040f7e93260e4ef114c28d5d6152012ea07'
+'SKIP')
+validpgpkeys=(
+  'D5681B7EC7292511C4CC1450892B00AB699851E8'  # Tony Locke 
, proven by https://keybase.io/tlocke
+)
+
+prepare() {
+  cd pg8000-$pkgver
+
+  # Remove upper bounds of dependencies
+  sed --in-place=.orig -r 's#,?<[0-9.]+,?##;s#==([0-9.]+)#>=\1#' setup.py
+  diff -u setup.py{.orig,} || true
+}
+
+build() {
+  cd pg8000-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pg8000-$pkgver
+
+  export PGDATA="$srcdir/postgres-testdata"
+  export PGHOST=127.0.0.1
+  export PGPORT=$((49152+$RANDOM%1))
+
+  # See https://github.com/tlocke/pg8000#tests about database initialization 
steps for testing
+  initdb --username=postgres --auth=trust
+  openssl req -subj "/CN=self-signed" -nodes -x509 -newkey rsa:4096 -days 1 
-keyout "$PGDATA/self-signed.key" -out "$PGDATA/self-signed.crt"
+  cat <> "$PGDATA/postgresql.con

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

2021-04-11 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, April 12, 2021 @ 01:05:21
  Author: yan12125
Revision: 915843

upgpkg: python-pg8000 1.19.2-1

Modified:
  python-pg8000/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 00:58:57 UTC (rev 915842)
+++ PKGBUILD2021-04-12 01:05:21 UTC (rev 915843)
@@ -2,7 +2,7 @@
 # Contributor: quomoow 
 
 pkgname=python-pg8000
-pkgver=1.19.1
+pkgver=1.19.2
 pkgrel=1
 pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
 arch=(any)
@@ -13,7 +13,7 @@
   python-pytz postgresql)
 depends=(python python-scramp)
 
source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz"{,.asc})
-sha256sums=('cb7ace8c582b7000a5ee428efa8ff6c82a7d710cc0f7d2d76258703a2aa7afe3'
+sha256sums=('44cbb4d3c912f2da167ca02bf98a0040f7e93260e4ef114c28d5d6152012ea07'
 'SKIP')
 validpgpkeys=(
   'D5681B7EC7292511C4CC1450892B00AB699851E8'  # Tony Locke 
, proven by https://keybase.io/tlocke
@@ -65,7 +65,9 @@
 hostall all 127.0.0.1/32trust
 EOF
   pg_ctl reload
-  PYTHONPATH="$PWD" pytest test
+  # Upstream tests require LANG=en_GB.UTF-8 or LANG=C.UTF-8 :/
+  # 
https://github.com/tlocke/pg8000/blob/1.19.2/test/native/test_typeconversion.py#L455-L458
+  PYTHONPATH="$PWD" LANG=C.UTF-8 pytest test
   pg_ctl stop
 }
 


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:58:57
  Author: heftig
Revision: 915842

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 915837, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 915837, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-12 00:58:57 UTC (rev 915842)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=291
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:58:48
  Author: heftig
Revision: 412337

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 412336, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config
(from rev 412336, linux/trunk/config)

--+
 PKGBUILD |  198 +
 config   |10414 +
 2 files changed, 10612 insertions(+)

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


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:58:58
  Author: heftig
Revision: 412338

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 412336, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 412336, linux-zen/trunk/config)

--+
 PKGBUILD |  198 +
 config   |10465 +
 2 files changed, 10663 insertions(+)

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


[arch-commits] Commit in virtualbox-host-modules-arch/repos (2 files)

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:58:46
  Author: heftig
Revision: 915840

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 915833, virtualbox-host-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 915833, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-12 00:58:46 UTC (rev 915840)
@@ -0,0 +1,37 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.18
+pkgrel=26
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:58:47
  Author: heftig
Revision: 915841

archrelease: copy trunk to community-testing-x86_64

Added:
  broadcom-wl/repos/community-testing-x86_64/
  broadcom-wl/repos/community-testing-x86_64/PKGBUILD
(from rev 915833, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 915833, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-12 00:58:47 UTC (rev 915841)
@@ -0,0 +1,41 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=283
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:58:43
  Author: heftig
Revision: 915836

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/
  netfilter-fullconenat/repos/community-testing-x86_64/Kbuild
(from rev 915833, netfilter-fullconenat/trunk/Kbuild)
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 915833, netfilter-fullconenat/trunk/PKGBUILD)
  
netfilter-fullconenat/repos/community-testing-x86_64/netfilter-fullconenat.conf
(from rev 915833, netfilter-fullconenat/trunk/netfilter-fullconenat.conf)

+
 Kbuild |1 +
 PKGBUILD   |   41 +
 netfilter-fullconenat.conf |1 +
 3 files changed, 43 insertions(+)

Copied: netfilter-fullconenat/repos/community-testing-x86_64/Kbuild (from rev 
915833, netfilter-fullconenat/trunk/Kbuild)
===
--- community-testing-x86_64/Kbuild (rev 0)
+++ community-testing-x86_64/Kbuild 2021-04-12 00:58:43 UTC (rev 915836)
@@ -0,0 +1 @@
+obj-m = xt_FULLCONENAT.o

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
915833, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-12 00:58:43 UTC (rev 915836)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=103
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat";
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+source=("netfilter-fullconenat.conf" Kbuild
+
"${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat.git";)
+sha256sums=('a17dfdf1fd046219daeacc60065e3a81c80c2eb2cfdf6d8068278c509577f571'
+'7ff12ad066a68c65f23fc7e01654ca459ce3458172e3dce30f42553fa44dd7c2'
+'SKIP')
+
+pkgver() {
+  cd "$srcdir/${pkgname}"
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+build() {
+  cd $pkgname
+  ln -s ../Kbuild
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  # Install modules-load.conf
+  install -Dm644 netfilter-fullconenat.conf 
"${pkgdir}/usr/lib/modules-load.d/netfilter-fullconenat.conf"
+
+  install -Dt 
"${pkgdir}/usr/lib/modules/$(

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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:58:44
  Author: heftig
Revision: 915838

archrelease: copy trunk to community-testing-x86_64

Added:
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 915833, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 915833, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 915833, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   55 +++
 dkms.conf |9 +
 3 files changed, 65 insertions(+)

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
915833, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2021-04-12 00:58:44 UTC (rev 
915838)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 915833, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-12 00:58:44 UTC (rev 915838)
@@ -0,0 +1,55 @@
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20200106
+pkgrel=128
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/";
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2";
+60-vhba.rules dkms.conf)
+sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:58:46
  Author: heftig
Revision: 412336

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 412335, nvidia/trunk/PKGBUILD)

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 412335, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-04-12 00:58:46 UTC (rev 412336)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=460.67
+pkgrel=8
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/";
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:58:45
  Author: heftig
Revision: 915839

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch
(from rev 915833, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
(from rev 915833, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 915833, bbswitch/trunk/PKGBUILD)

+
 0001-proc_ops-struct.patch |   36 ++
 0002-kernel-5.7.patch  |   11 +
 PKGBUILD   |   50 +++
 3 files changed, 97 insertions(+)

Copied: bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch 
(from rev 915833, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- community-testing-x86_64/0001-proc_ops-struct.patch 
(rev 0)
+++ community-testing-x86_64/0001-proc_ops-struct.patch 2021-04-12 00:58:45 UTC 
(rev 915839)
@@ -0,0 +1,36 @@
+diff --unified --recursive --text bbswitch-0.8.orig/bbswitch.c 
bbswitch-0.8.new/bbswitch.c
+--- bbswitch-0.8.orig/bbswitch.c   2013-12-04 21:22:06.0 -0200
 bbswitch-0.8.new/bbswitch.c2020-04-01 12:02:35.518754892 -0300
+@@ -35,6 +35,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #define BBSWITCH_VERSION "0.8"
+ 
+@@ -375,13 +376,23 @@
+ return 0;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops bbswitch_fops = {
++.proc_open   = bbswitch_proc_open,
++.proc_read   = seq_read,
++.proc_write  = bbswitch_proc_write,
++.proc_lseek = seq_lseek,
++.proc_release= single_release
++};
++#else
+ static struct file_operations bbswitch_fops = {
+ .open   = bbswitch_proc_open,
+ .read   = seq_read,
+ .write  = bbswitch_proc_write,
+ .llseek = seq_lseek,
+ .release= single_release
+-};
++ };
++#endif
+ 
+ static struct notifier_block nb = {
+ .notifier_call = &bbswitch_pm_handler

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
915833, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2021-04-12 00:58:45 UTC 
(rev 915839)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 915833, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-12 00:58:45 UTC (rev 915839)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=404
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch";
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";
+0001-proc_ops-struct.patch 0002-kernel-5.7.patch)
+sha512sums=('11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c'
+
'993a2895c37ea213c105be668f794af54838d8015d6f561ee6bc7ce65583425515931c83c2487ab97c14454105f233f089e8bdc90ea5ed9576be767335f57ad1'
+
'2eeae463b2f83e7744ff1a769cb6186389e026fc78668e836525dfd16a56abfae01cfb150c9bb46af74ec42e87ebea91636118fe0c773e7eaa7ea671b25d2e04')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -Np1 < ../0001-proc_ops-struct.patch
+  patch -Np1 < ../0002-kernel-5.7.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:58:44
  Author: heftig
Revision: 915837

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 915833, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-12 00:58:44 UTC (rev 915837)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.1
+pkgrel=44
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:58:42
  Author: heftig
Revision: 915834

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 915833, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 915833, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-12 00:58:42 UTC (rev 915834)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.048.03
+pkgrel=83
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:58:42
  Author: heftig
Revision: 915835

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-anything-arch/repos/community-testing-x86_64/
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 915833, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
915833, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-12 00:58:42 UTC (rev 915835)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.7
+pkgrel=21
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything";
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("https://github.com/linuxdeepin/deepin-anything/archive/$pkgver/deepin-anything-$pkgver.tar.gz";)
+sha512sums=('51e8488b4d0652d24afd1b5bd74e88140e2754354bfa85639c668479deca25e8163f3ffcf8bc1c6629d97d1cea24de89c65a76b8c9902745911fd0ed9b12b770')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  # https://github.com/linuxdeepin/deepin-anything/issues/36
+  sed -i '454s/return;/return -1;/' kernelmod/vfs_kretprobes.c
+}
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:55:55
  Author: heftig
Revision: 915833

5.0.7-21: linux 5.11.13.arch2-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 00:55:51 UTC (rev 915832)
+++ PKGBUILD2021-04-12 00:55:55 UTC (rev 915833)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.7
-pkgrel=20
+pkgrel=21
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything";


[arch-commits] Commit in firefox/repos/extra-x86_64 (9 files)

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:55:50
  Author: heftig
Revision: 412334

archrelease: copy trunk to extra-x86_64

Added:
  
firefox/repos/extra-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 412333, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  
firefox/repos/extra-x86_64/0002-Bug-1701089-Accept-vp09-codec-string-in-Widevine-man.patch
(from rev 412333, 
firefox/trunk/0002-Bug-1701089-Accept-vp09-codec-string-in-Widevine-man.patch)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 412333, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 412333, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/upload-symbol-archive
(from rev 412333, firefox/trunk/upload-symbol-archive)
Deleted:
  
firefox/repos/extra-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/upload-symbol-archive

-+
 0001-Use-remoting-name-for-GDK-application-names.patch  |  114 -
 0002-Bug-1701089-Accept-vp09-codec-string-in-Widevine-man.patch |   34 
 PKGBUILD|  429 +++---
 firefox.desktop |  680 
+-
 upload-symbol-archive   |   50 
 5 files changed, 673 insertions(+), 634 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2021-04-12 
00:54:27 UTC (rev 412333)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2021-04-12 
00:55:50 UTC (rev 412334)
@@ -1,57 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp |  6 +-
- widget/gtk/nsAppShell.cpp   | 12 +---
- 2 files changed, 6 insertions(+), 12 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 9c7cb46079b5f..dfd4321f52742 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -4225,11 +4225,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 24bdd5083375b..74dd54a5ae0e6 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,8 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
-+#include "mozilla/XREAppData.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -153,13 +155,9 @@ nsresult nsAppShell::Init() {
-   // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
-   //
-   // Only bother doing this for the parent process, since it's the one
--  // creating top-level windows. (At this point, a child process hasn't
--  // received the list of registered chrome packages, so the
--  // GetBrandShortName call would fail anyway.)
--  nsAutoString brandName;
--  mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--  if (!brandName.IsEmpty()) {
--gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+  // creating top-level windows.
-+  if (gAppData) {
-+gdk_set_program_class(gAppData->remotingName);
-   }
- }
-   }

Copied: 
firefox/repos/extra-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 412333, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2021-04-12 
00:55:50 UTC (rev 412334)
@@ -0,0 +1,57 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp |  6 +-
+ widget/gtk/nsAppShell.cpp   | 12 +---
+ 2 files changed, 6 insertions(+), 12 deletions(-)
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+index 27a81620e3ec5..0162744d5c54d 100644
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAp

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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:55:53
  Author: heftig
Revision: 412335

460.67-8: linux 5.11.13.arch2-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 00:55:50 UTC (rev 412334)
+++ PKGBUILD2021-04-12 00:55:53 UTC (rev 412335)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=460.67
-pkgrel=7
+pkgrel=8
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/";


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:55:47
  Author: heftig
Revision: 915829

0.8-404: linux 5.11.13.arch2-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 00:55:45 UTC (rev 915828)
+++ PKGBUILD2021-04-12 00:55:47 UTC (rev 915829)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=403
+pkgrel=404
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch";


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:55:50
  Author: heftig
Revision: 915831

20200106-128: linux 5.11.13.arch2-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 00:55:49 UTC (rev 915830)
+++ PKGBUILD2021-04-12 00:55:50 UTC (rev 915831)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=127
+pkgrel=128
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/";
 arch=(x86_64)


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:55:49
  Author: heftig
Revision: 915830

8.048.03-83: linux 5.11.13.arch2-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 00:55:47 UTC (rev 915829)
+++ PKGBUILD2021-04-12 00:55:49 UTC (rev 915830)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.03
-pkgrel=82
+pkgrel=83
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:55:51
  Author: heftig
Revision: 915832

1.2.1-44: linux 5.11.13.arch2-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 00:55:50 UTC (rev 915831)
+++ PKGBUILD2021-04-12 00:55:51 UTC (rev 915832)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.1
-pkgrel=43
+pkgrel=44
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:55:45
  Author: heftig
Revision: 915828

6.30.223.271-283: linux 5.11.13.arch2-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 00:55:44 UTC (rev 915827)
+++ PKGBUILD2021-04-12 00:55:45 UTC (rev 915828)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=282
+pkgrel=283
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:55:44
  Author: heftig
Revision: 915827

0.43-291: linux 5.11.13.arch2-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 00:55:43 UTC (rev 915826)
+++ PKGBUILD2021-04-12 00:55:44 UTC (rev 915827)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=290
+pkgrel=291
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:55:43
  Author: heftig
Revision: 915826

6.1.18-26: linux 5.11.13.arch2-1

Modified:
  virtualbox-host-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 00:55:42 UTC (rev 915825)
+++ PKGBUILD2021-04-12 00:55:43 UTC (rev 915826)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.18
-pkgrel=25
+pkgrel=26
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:55:42
  Author: heftig
Revision: 915825

r73.0cf3b48-103: linux 5.11.13.arch2-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 23:38:13 UTC (rev 915824)
+++ PKGBUILD2021-04-12 00:55:42 UTC (rev 915825)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=102
+pkgrel=103
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat";


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:54:27
  Author: heftig
Revision: 412333

87.0-2: fix widevine

Added:
  firefox/trunk/0002-Bug-1701089-Accept-vp09-codec-string-in-Widevine-man.patch
Modified:
  firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox/trunk/PKGBUILD

-+
 0001-Use-remoting-name-for-GDK-application-names.patch  |4 -
 0002-Bug-1701089-Accept-vp09-codec-string-in-Widevine-man.patch |   34 
++
 PKGBUILD|9 ++
 3 files changed, 43 insertions(+), 4 deletions(-)

Modified: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2021-04-12 
00:54:08 UTC (rev 412332)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2021-04-12 
00:54:27 UTC (rev 412333)
@@ -9,10 +9,10 @@
  2 files changed, 6 insertions(+), 12 deletions(-)
 
 diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 9c7cb46079b5f..dfd4321f52742 100644
+index 27a81620e3ec5..0162744d5c54d 100644
 --- a/toolkit/xre/nsAppRunner.cpp
 +++ b/toolkit/xre/nsAppRunner.cpp
-@@ -4225,11 +4225,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
+@@ -4285,11 +4285,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
// consistently.
  
// Set program name to the one defined in application.ini.

Added: 0002-Bug-1701089-Accept-vp09-codec-string-in-Widevine-man.patch
===
--- 0002-Bug-1701089-Accept-vp09-codec-string-in-Widevine-man.patch 
(rev 0)
+++ 0002-Bug-1701089-Accept-vp09-codec-string-in-Widevine-man.patch 
2021-04-12 00:54:27 UTC (rev 412333)
@@ -0,0 +1,34 @@
+From  Mon Sep 17 00:00:00 2001
+From: Bryce Seager van Dyk 
+Date: Fri, 26 Mar 2021 19:06:00 +
+Subject: [PATCH] Bug 1701089 - Accept "vp09" codec string in Widevine
+ manifest. r=mjf, a=RyanVM
+
+Differential Revision: https://phabricator.services.mozilla.com/D109810
+---
+ dom/media/gmp/GMPParent.cpp | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/dom/media/gmp/GMPParent.cpp b/dom/media/gmp/GMPParent.cpp
+index 2e7f80d368134..1acb0ac18eff6 100644
+--- a/dom/media/gmp/GMPParent.cpp
 b/dom/media/gmp/GMPParent.cpp
+@@ -884,15 +884,16 @@ RefPtr GMPParent::ParseChromiumManifest(
+   //
+   // Google's code to parse manifests can be used as a reference for strings
+   // the manifest may contain
+-  // 
https://cs.chromium.org/chromium/src/chrome/common/media/cdm_manifest.cc?l=73&rcl=393e60bfc2299449db7ef374c0ef1c324716e562
++  // 
https://source.chromium.org/chromium/chromium/src/+/master:components/cdm/common/cdm_manifest.cc;l=74;drc=775880ced8a989191281e93854c7f2201f25068f
+   //
+   // Gecko's internal strings can be found at
+   // 
https://searchfox.org/mozilla-central/rev/ea63a0888d406fae720cf24f4727d87569a8cab5/dom/media/eme/MediaKeySystemAccess.cpp#149-155
+   for (const nsCString& chromiumCodec : codecs) {
+ nsCString codec;
+ if (chromiumCodec.EqualsASCII("vp8")) {
+   codec = "vp8"_ns;
+-} else if (chromiumCodec.EqualsASCII("vp9.0")) {
++} else if (chromiumCodec.EqualsASCII("vp9.0") ||  // Legacy string.
++   chromiumCodec.EqualsASCII("vp09")) {
+   codec = "vp9"_ns;
+ } else if (chromiumCodec.EqualsASCII("avc1")) {
+   codec = "h264"_ns;

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 00:54:08 UTC (rev 412332)
+++ PKGBUILD2021-04-12 00:54:27 UTC (rev 412333)
@@ -4,7 +4,7 @@
 
 pkgname=firefox
 pkgver=87.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
 license=(MPL GPL LGPL)
@@ -21,10 +21,12 @@
 options=(!emptydirs !makeflags !strip)
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 0001-Use-remoting-name-for-GDK-application-names.patch
+0002-Bug-1701089-Accept-vp09-codec-string-in-Widevine-man.patch
 $pkgname.desktop)
 sha256sums=('ce98be0522f971b6950f22c738c4b2caf19cf7f48ab2ae2e6d46694af7fd58ab'
 'SKIP'
-'ea8c317a50e84829c3b94ad73b5b9cfb8a08a73e406f8bd9bfb7730854611539'
+'1375163e9a21f75cfadb8ee77ca3d7f5f2405bfa5ec3940d8153f89d55e94e5f'
+'2af9ddd8969b7143f112caa24d07a88e5ea0ac17e8adc32f2e92a58830a18a68'
 '298eae9de76ec53182f38d5c549d0379569916eebf62149f9d7f4a7edef36abf')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
 
@@ -47,6 +49,9 @@
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
   patch -Np1 -i ../0001-Use-remoting-name-for-GDK-application-names.patch
 
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1704022
+  patch

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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:54:06
  Author: heftig
Revision: 412331

5.11.13.arch2-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 19:27:03 UTC (rev 412330)
+++ PKGBUILD2021-04-12 00:54:06 UTC (rev 412331)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.11.13.arch1
+pkgver=5.11.13.arch2
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Monday, April 12, 2021 @ 00:54:08
  Author: heftig
Revision: 412332

5.11.13.zen2-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-12 00:54:06 UTC (rev 412331)
+++ PKGBUILD2021-04-12 00:54:08 UTC (rev 412332)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.11.13.zen1
+pkgver=5.11.13.zen2
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 23:30:01
  Author: felixonmars
Revision: 915820

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 23:29:47
  Author: felixonmars
Revision: 915819

upgpkg: postgrest 7.0.1-300: rebuild with hasql 1.4.5.1

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 23:23:00 UTC (rev 915818)
+++ PKGBUILD2021-04-11 23:29:47 UTC (rev 915819)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=7.0.1
-pkgrel=299
+pkgrel=300
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest";
 license=("MIT")


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 23:23:00
  Author: felixonmars
Revision: 915818

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 23:22:44 UTC (rev 915817)
+++ PKGBUILD2021-04-11 23:23:00 UTC (rev 915818)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20210403
-_commit=e94aabe7245c505e7fd205fa3112caf1139d81e9
-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=('776a8ac39cd2b391820af32a4f3beccd0c628ccbd70662692e831e6ec31796e46df19e337026158695934bc1d16b5ef84c13c27be0fd0c33280a87dbe283')
-
-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 915817, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-11 23:23:00 UTC (rev 915818)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20210411
+_commit=4eb7c971102e74921c20d32d7e585ede83e9daee
+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=('d4c9a20b82b52995d09e09e0291dfaef3bd7a83b8e2f0af83aef93326861578c8448087b616a8e6239168879e0b915904f31abc37f3769e12a46b1b9764275b0')
+
+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-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 23:22:44
  Author: felixonmars
Revision: 915817

upgpkg: rime-cantonese 0.0.0.20210411-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 23:16:25 UTC (rev 915816)
+++ PKGBUILD2021-04-11 23:22:44 UTC (rev 915817)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20210403
-_commit=e94aabe7245c505e7fd205fa3112caf1139d81e9
+pkgver=0.0.0.20210411
+_commit=4eb7c971102e74921c20d32d7e585ede83e9daee
 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=('776a8ac39cd2b391820af32a4f3beccd0c628ccbd70662692e831e6ec31796e46df19e337026158695934bc1d16b5ef84c13c27be0fd0c33280a87dbe283')
+sha512sums=('d4c9a20b82b52995d09e09e0291dfaef3bd7a83b8e2f0af83aef93326861578c8448087b616a8e6239168879e0b915904f31abc37f3769e12a46b1b9764275b0')
 
 prepare() {
   cd $pkgname-$_commit


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 23:16:25
  Author: felixonmars
Revision: 915816

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 23:16:11
  Author: felixonmars
Revision: 915815

upgpkg: haskell-hasql-pool 0.5.2-190: rebuild with hasql 1.4.5.1

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 23:09:37 UTC (rev 915814)
+++ PKGBUILD2021-04-11 23:16:11 UTC (rev 915815)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.2
-pkgrel=189
+pkgrel=190
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool";
 license=('MIT')


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 23:09:37
  Author: felixonmars
Revision: 915814

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 23:09:23
  Author: felixonmars
Revision: 915813

upgpkg: haskell-hasql-transaction 1.0.0.2-5: rebuild with hasql 1.4.5.1

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 23:02:31 UTC (rev 915812)
+++ PKGBUILD2021-04-11 23:09:23 UTC (rev 915813)
@@ -3,7 +3,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=1.0.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction";
 license=('MIT')


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 23:02:31
  Author: felixonmars
Revision: 915812

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 23:02:17
  Author: felixonmars
Revision: 915811

upgpkg: haskell-hasql 1.4.5.1-1: rebuild with hasql 1.4.5.1

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 22:56:32 UTC (rev 915810)
+++ PKGBUILD2021-04-11 23:02:17 UTC (rev 915811)
@@ -3,28 +3,24 @@
 
 _hkgname=hasql
 pkgname=haskell-hasql
-pkgver=1.4.5
-pkgrel=7
+pkgver=1.4.5.1
+pkgrel=1
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql";
 license=('MIT')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-bytestring-strict-builder' 
'haskell-contravariant'
- 'haskell-contravariant-extras' 'haskell-dlist' 'haskell-hashable' 
'haskell-hashtables'
- 'haskell-postgresql-binary' 'haskell-postgresql-libpq' 
'haskell-profunctors'
- 'haskell-text-builder' 'haskell-vector')
-makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck' 
'haskell-tasty-hunit'
- 'haskell-quickcheck-instances' 'haskell-quickcheck' 
'haskell-rebase'
+ 'haskell-dlist' 'haskell-hashable' 'haskell-hashtables' 
'haskell-postgresql-binary'
+ 'haskell-postgresql-libpq' 'haskell-profunctors' 
'haskell-text-builder' 'haskell-vector')
+makedepends=('ghc' 'haskell-contravariant-extras' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck-instances' 
'haskell-quickcheck'
  'haskell-rerebase')
 checkdepends=('postgresql' 'pifpaf')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";
-
https://github.com/nikita-volkov/hasql/commit/fb5b48c46abdb99fee516f3a79bdab53eaa019f0.patch)
-sha512sums=('3ca2bae363720e3fa49b943a4d8070ac64c60cdec4c4d35bdc28783215d2d21b77655090fce2f71d557f9096ab5d5411f783024c1d48bc56e32e0bdd1408c144'
-
'6cfdcdd8389a31658b637fdb4af7f8e702367abe0fac787ca560c897e8da4267ce2e4eeb8f463e035e37d5ff2c8d89371f08ee618e0fafc775562804ad1dd082')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('cca8683aad8a334e5d53c98241070f667ecd63bb7b40d00ed6a630b64f3815d7e7f41897b1ec2167eecad2dceabd66fbc92345917b16881e41da0692890be4de')
 
 prepare() {
 cd $_hkgname-$pkgver
-patch -p1 -i ../fb5b48c46abdb99fee516f3a79bdab53eaa019f0.patch
 
 # Do not use default postgres port
 sed -i 's/5432/9824/' tasty/Main/*.hs threads-test/*.hs profiling/*.hs


[arch-commits] Commit in lxd/repos/community-x86_64 (8 files)

2021-04-11 Thread Morten Linderud via arch-commits
Date: Sunday, April 11, 2021 @ 22:56:32
  Author: foxboron
Revision: 915810

archrelease: copy trunk to community-x86_64

Added:
  lxd/repos/community-x86_64/PKGBUILD
(from rev 915809, lxd/trunk/PKGBUILD)
  lxd/repos/community-x86_64/lxd.service
(from rev 915809, lxd/trunk/lxd.service)
  lxd/repos/community-x86_64/lxd.socket
(from rev 915809, lxd/trunk/lxd.socket)
  lxd/repos/community-x86_64/lxd.sysusers
(from rev 915809, lxd/trunk/lxd.sysusers)
Deleted:
  lxd/repos/community-x86_64/PKGBUILD
  lxd/repos/community-x86_64/lxd.service
  lxd/repos/community-x86_64/lxd.socket
  lxd/repos/community-x86_64/lxd.sysusers

--+
 PKGBUILD |  180 -
 lxd.service  |   46 +++---
 lxd.socket   |   22 +++---
 lxd.sysusers |2 
 4 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 22:56:19 UTC (rev 915809)
+++ PKGBUILD2021-04-11 22:56:32 UTC (rev 915810)
@@ -1,90 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Maikel Wever 
-# Contributor: Asterios Dimitriou 
-# Contributor: Benjamin Asbach 
-# Contributer: nightuser 
-
-pkgname=lxd
-_pkgname=lxd
-_lxd=github.com/lxc/lxd
-pkgver=4.12
-pkgrel=2
-pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
-arch=('x86_64')
-url="https://linuxcontainers.org/lxd";
-license=('APACHE')
-depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 'ebtables')
-makedepends=('go' 'git' 'tcl' 'apparmor' 'libseccomp' 'systemd')
-optdepends=(
-'lvm2: for lvm2 support'
-'thin-provisioning-tools: for thin provisioning support'
-'btrfs-progs: for btrfs storage driver support'
-'ceph: for ceph storage driver support'
-'cdrtools: VM support'
-'qemu: VM support'
-'ovmf: VM support'
-'systemd-libs: unix device hotplug support'
-'apparmor: apparmor support'
-)
-source=("https://linuxcontainers.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-"lxd.socket"
-"lxd.service"
-"lxd.sysusers")
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-sha256sums=('3c5b87eb20e49f11084afb29224b6bad7a69bbdd8eaa99941c106149234bf1e1'
-'SKIP'
-'3a14638f8d0f9082c7214502421350e3b028db1e7f22e8c3fd35a2b1d9153ef4'
-'102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54'
-'d0184d9c4bb485e3aad0d4ac25ea7e85ac0f7ed6ddc96333e74fcd393a5b5ec4')
-
-
-prepare() {
-  mkdir -p "${srcdir}/go/src/github.com/lxc"
-  ln -rTsf "${_pkgname}" "${srcdir}/go/src/${_lxd}"
-}
-
-build() {
-  export GOPATH="${srcdir}/${pkgname}-${pkgver}/_dist"
-  cd "${GOPATH}/src/${_lxd}"
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_CFLAGS="$CFLAGS -I/usr/include/sqlite-replication"
-  export CGO_LDFLAGS="$LDFLAGS -L/usr/lib/sqlite-replication 
-Wl,-R/usr/lib/sqlite-replication"
-  export CGO_LDFLAGS_ALLOW='-Wl,-wrap,pthread_create'
-  export GO111MODULE=off
-
-  mkdir -p bin
-   go build -v -tags "netgo" -o bin/ ./lxd-p2c/...
-   CGO_LDFLAGS="$CGO_LDFLAGS -static" go build -v -tags "agent" -o bin/ 
./lxd-agent/...
-  for tool in fuidshift lxc lxc-to-lxd lxd lxd-benchmark; do
-go build -v -tags "libsqlite3" -o bin/ ./$tool/...
-  done
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  for tool in fuidshift lxc lxc-to-lxd lxd lxd-agent lxd-benchmark lxd-p2c; do
-install -p -Dm755 "bin/$tool" "${pkgdir}/usr/bin/$tool"
-  done
-
-  # Package license
-  install -Dm644 "COPYING"  "${pkgdir}/usr/share/licenses/${_pkgname}/LICENCE"
-
-  # systemd files
-  install -Dm644 "${srcdir}/lxd.service" 
"${pkgdir}/usr/lib/systemd/system/lxd.service"
-  install -Dm644 "${srcdir}/lxd.socket" 
"${pkgdir}/usr/lib/systemd/system/lxd.socket"
-
-  # logs
-  install -dm700 "${pkgdir}/var/log/lxd"
-
-  # documentation
-  mkdir -p "${pkgdir}/usr/share/doc/lxd"
-  install -p -Dm644 "doc/"* "${pkgdir}/usr/share/doc/lxd/"
-
-  # Bash completions
-  install -p -Dm644 "scripts/bash/lxd-client" 
"${pkgdir}/usr/share/bash-completion/completions/lxd"
-
-  install -Dm644 "${srcdir}/$pkgname.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lxd/repos/community-x86_64/PKGBUILD (from rev 915809, 
lxd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-11 22:56:32 UTC (rev 915810)
@@ -0,0 +1,90 @@
+# Maintainer: Morten Linderud 
+# Contributor: Maikel Wever 
+# Contributor: Asterios Dimitriou 
+# Contributor: Benjamin Asbach 
+# Contributer: nightuser 
+
+pkgname=lxd
+_pkgname=lxd
+_lxd=github.com/lxc/lxd
+pkgver=4.13
+pkgrel=1
+pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
+arch=('x86_64')
+url="https://linuxcontainers.org/lxd";
+license=('APACHE')
+depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libu

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

2021-04-11 Thread Morten Linderud via arch-commits
Date: Sunday, April 11, 2021 @ 22:56:19
  Author: foxboron
Revision: 915809

upgpkg: lxd 4.13-1

Modified:
  lxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 22:43:47 UTC (rev 915808)
+++ PKGBUILD2021-04-11 22:56:19 UTC (rev 915809)
@@ -7,8 +7,8 @@
 pkgname=lxd
 _pkgname=lxd
 _lxd=github.com/lxc/lxd
-pkgver=4.12
-pkgrel=2
+pkgver=4.13
+pkgrel=1
 pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
 arch=('x86_64')
 url="https://linuxcontainers.org/lxd";
@@ -31,7 +31,7 @@
 "lxd.service"
 "lxd.sysusers")
 validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-sha256sums=('3c5b87eb20e49f11084afb29224b6bad7a69bbdd8eaa99941c106149234bf1e1'
+sha256sums=('8efd95ad4023e0d197490deb169512977ce81e3560cfd5dd93511ae438405970'
 'SKIP'
 '3a14638f8d0f9082c7214502421350e3b028db1e7f22e8c3fd35a2b1d9153ef4'
 '102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54'


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 22:34:11
  Author: felixonmars
Revision: 915805

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 915804, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/optparse-applicative-0.16.patch
(from rev 915804, stack/trunk/optparse-applicative-0.16.patch)
  stack/repos/community-staging-x86_64/stack.install
(from rev 915804, stack/trunk/stack.install)

-+
 PKGBUILD|   81 ++
 optparse-applicative-0.16.patch |   25 +++
 stack.install   |4 +
 3 files changed, 110 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 915804, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-11 22:34:11 UTC (rev 915805)
@@ -0,0 +1,81 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.5.1
+pkgrel=183
+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-persistent-template' 
'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' '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";
+optparse-applicative-0.16.patch)
+sha512sums=('SKIP'
+
'3ed61162edd869d5634e7e8485d784b9a192c97626da817635e6c756ca651454b5b806085aea6d7f8fd54041ae06e1613d9547958a85b777d2dfc35b02c0fbea')
+
+prepare() {
+  cd $pkgname
+  sed -i -e '/semigroups/d' $pkgname.cabal
+  sed -i '1i{-# LANGUAGE DataKinds #-}' src/Stack/Storage/User.hs 
src/Stack/Storage/Project.hs
+  patch -p1 -i ../optparse-applicative-0.16.patch
+}
+
+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
+  # 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 "$pkg

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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 22:33:51
  Author: felixonmars
Revision: 915804

upgpkg: stack 2.5.1-183: rebuild with rio-orphans 0.1.2.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 22:27:40 UTC (rev 915803)
+++ PKGBUILD2021-04-11 22:33:51 UTC (rev 915804)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.5.1
-pkgrel=182
+pkgrel=183
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("BSD")


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 22:27:40
  Author: felixonmars
Revision: 915803

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 915802, haskell-pantry/trunk/PKGBUILD)

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

Copied: haskell-pantry/repos/community-staging-x86_64/PKGBUILD (from rev 
915802, haskell-pantry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-11 22:27:40 UTC (rev 915803)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+
+_hkgname=pantry
+pkgname=haskell-pantry
+pkgver=0.5.1.5
+pkgrel=6
+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-persistent-template'
+ '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=('1be5d91e08f43bf7ea7013cac2650235b822d4d34a46a13ca8586e074baaeb41528c80dfaaeec82f0e5a884ab828b578b4065a1288ca6895fc18853fa7e8b7c9')
+
+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
+}
+
+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-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 22:27:26
  Author: felixonmars
Revision: 915802

upgpkg: haskell-pantry 0.5.1.5-6: rebuild with rio-orphans 0.1.2.0

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 22:23:32 UTC (rev 915801)
+++ PKGBUILD2021-04-11 22:27:26 UTC (rev 915802)
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.5.1.5
-pkgrel=5
+pkgrel=6
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry";
 license=('BSD')


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 22:23:32
  Author: felixonmars
Revision: 915801

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-rio-orphans/repos/community-staging-x86_64/
  haskell-rio-orphans/repos/community-staging-x86_64/PKGBUILD
(from rev 915800, haskell-rio-orphans/trunk/PKGBUILD)

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

Copied: haskell-rio-orphans/repos/community-staging-x86_64/PKGBUILD (from rev 
915800, haskell-rio-orphans/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-11 22:23:32 UTC (rev 915801)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=rio-orphans
+pkgname=haskell-rio-orphans
+pkgver=0.1.2.0
+pkgrel=1
+pkgdesc="Orphan instances for the RIO type in the rio package"
+url="https://github.com/commercialhaskell/rio";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-fast-logger' 'haskell-monad-control'
+ 'haskell-monad-logger' 'haskell-resourcet' 'haskell-rio' 
'haskell-transformers-base'
+ 'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('85e883977e161161e5ba8f4fa6d13026d71f7367bac262307f9a8cfdc0316b71a490fcb6c15737919a6b4e73b3355b413161e09f5167c95b1f0c5a22c045f7ac')
+
+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
+}
+
+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-rio-orphans/trunk (PKGBUILD)

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 22:23:17
  Author: felixonmars
Revision: 915800

upgpkg: haskell-rio-orphans 0.1.2.0-1: rebuild with rio-orphans 0.1.2.0

Modified:
  haskell-rio-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 21:35:33 UTC (rev 915799)
+++ PKGBUILD2021-04-11 22:23:17 UTC (rev 915800)
@@ -2,17 +2,18 @@
 
 _hkgname=rio-orphans
 pkgname=haskell-rio-orphans
-pkgver=0.1.1.0
-pkgrel=260
+pkgver=0.1.2.0
+pkgrel=1
 pkgdesc="Orphan instances for the RIO type in the rio package"
 url="https://github.com/commercialhaskell/rio";
 license=('MIT')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-fast-logger' 'haskell-monad-control'
- 'haskell-monad-logger' 'haskell-resourcet' 'haskell-rio' 
'haskell-transformers-base')
+ 'haskell-monad-logger' 'haskell-resourcet' 'haskell-rio' 
'haskell-transformers-base'
+ 'haskell-unliftio-core')
 makedepends=('ghc' 'haskell-hspec')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('2e415ebcc7341cf1c913de54de3218ac487e310c9556d1e1bdb349f4e7b9d041ea729c21e2bfdbcded9a214c84f483e32839a4fec87b2af9b986db5aaa18b42a')
+sha512sums=('85e883977e161161e5ba8f4fa6d13026d71f7367bac262307f9a8cfdc0316b71a490fcb6c15737919a6b4e73b3355b413161e09f5167c95b1f0c5a22c045f7ac')
 
 build() {
 cd $_hkgname-$pkgver


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

2021-04-11 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 11, 2021 @ 21:35:33
  Author: svenstaro
Revision: 915799

archrelease: copy trunk to community-x86_64

Added:
  pypy/repos/community-x86_64/LICENSE
(from rev 915798, pypy/trunk/LICENSE)
  pypy/repos/community-x86_64/PKGBUILD
(from rev 915798, pypy/trunk/PKGBUILD)
  pypy/repos/community-x86_64/a93dfb333afe.patch
(from rev 915798, pypy/trunk/a93dfb333afe.patch)
Deleted:
  pypy/repos/community-x86_64/LICENSE
  pypy/repos/community-x86_64/PKGBUILD
  pypy/repos/community-x86_64/a93dfb333afe.patch

+
 LICENSE|  308 +--
 PKGBUILD   |  106 -
 a93dfb333afe.patch |   64 +-
 3 files changed, 239 insertions(+), 239 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2021-04-11 21:35:24 UTC (rev 915798)
+++ LICENSE 2021-04-11 21:35:33 UTC (rev 915799)
@@ -1,154 +0,0 @@
-License for files in the pypy/ directory 
-==
-
-Except when otherwise stated (look for LICENSE files in directories or
-information at the beginning of each file) all software and
-documentation in the 'pypy' directories is licensed as follows: 
-
-The MIT License
-
-Permission is hereby granted, free of charge, to any person 
-obtaining a copy of this software and associated documentation 
-files (the "Software"), to deal in the Software without 
-restriction, including without limitation the rights to use, 
-copy, modify, merge, publish, distribute, sublicense, and/or 
-sell copies of the Software, and to permit persons to whom the 
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included 
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
MERCHANTABILITY, 
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
-DEALINGS IN THE SOFTWARE.
-
-
-PyPy Copyright holders 2003-2010
 
-
-Except when otherwise stated (look for LICENSE files or information at
-the beginning of each file) the files in the 'pypy' directory are each
-copyrighted by one or more of the following people and organizations:
-
-Armin Rigo
-Maciej Fijalkowski
-Carl Friedrich Bolz
-Samuele Pedroni
-Antonio Cuni
-Michael Hudson
-Christian Tismer
-Holger Krekel
-Eric van Riet Paap
-Richard Emslie
-Anders Chrigstrom
-Amaury Forgeot d Arc
-Aurelien Campeas
-Anders Lehmann
-Niklaus Haldimann
-Seo Sanghyeon
-Leonardo Santagada
-Lawrence Oluyede
-Jakub Gustak
-Guido Wesdorp
-Benjamin Peterson
-Alexander Schremmer
-Niko Matsakis
-Ludovic Aubry
-Alex Martelli
-Toon Verwaest
-Stephan Diehl
-Adrien Di Mascio
-Stefan Schwarzer
-Tomek Meka
-Patrick Maupin
-Jacob Hallen
-Laura Creighton
-Bob Ippolito
-Camillo Bruni
-Simon Burton
-Bruno Gola
-Alexandre Fayolle
-Marius Gedminas
-Guido van Rossum
-Valentino Volonghi
-Adrian Kuhn
-Paul deGrandis
-Gerald Klix
-Wanja Saatkamp
-Anders Hammarquist
-Oscar Nierstrasz
-Eugene Oden
-Lukas Renggli
-Guenter Jantzen
-Dinu Gherman
-Bartosz Skowron
-Georg Brandl
-Ben Young
-Jean-Paul Calderone
-Nicolas Chauvat
-Rocco Moretti
-Michael Twomey
-boria
-Jared Grubb
-Olivier Dormond
-Stuart Williams
-Jens-Uwe Mager
-Justas Sadzevicius
-Mikael Schönenberg
-Brian Dorsey
-Jonathan David Riehl
-Beatrice During
-Elmo Mäntynen
-Andreas Friedge
-Alex Gaynor
-Anders Qvist
-Alan McIntyre
-Bert Freudenberg
-
-Heinrich-Heine University, Germany 
-Open End AB (formerly AB Strakt), Sweden
-merlinux GmbH, Germany 
-tismerysoft GmbH, Germany 
-Logilab Paris, France 
-DFKI GmbH, Germany 
-Impara, Germany
-Change Maker, Sweden 
-
- 
-License for 'lib-python/2.5.2' and 'lib-python/2.5.2-modified'
-== 
-
-Except when otherwise stated (look for LICENSE files or
-copyright/license information at the beginning of each file) the files
-in the 'lib-python/2.5.2' and 'lib-python/2.5.2-modified' directories
-are all copyrighted by the Python Software Foundation and licensed under
-the Python Software License of which you can find a copy here:
-http://www.python.org/doc/Copyright.html 
-
-Licens

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

2021-04-11 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 11, 2021 @ 21:35:24
  Author: svenstaro
Revision: 915798

upgpkg: pypy 7.3.4-1

Modified:
  pypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 20:15:29 UTC (rev 915797)
+++ PKGBUILD2021-04-11 21:35:24 UTC (rev 915798)
@@ -2,7 +2,7 @@
 # Contributor: William Giokas <1007...@gmail.com>
 
 pkgname=pypy
-pkgver=7.3.3
+pkgver=7.3.4
 pkgrel=1
 pkgdesc="A Python implementation written in Python, JIT enabled"
 url="https://pypy.org";
@@ -14,7 +14,7 @@
 options=(!buildflags)
 license=('MIT')
 source=("https://downloads.python.org/pypy/pypy2.7-v${pkgver}-src.zip";)
-sha512sums=('f057aed2378d152741c0261a820efbbc2b128a770751fd92eaa1bacabaa62c7b2041175098a89efc07728755ad8d7247e71b4fbc8f60af20c86ce5198b61f32d')
+sha512sums=('9527fa90e57f864bde6edb782c5da160fd80cd015563ac4d37aa600d8a099f791fd9aaffae3e0f1e49fcd848f212ace1c25b1b5cc5c7e523cfab38712e258d30')
 
 build() {
   cd pypy2.7-v${pkgver}-src/pypy/goal


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 20:15:29
  Author: felixonmars
Revision: 915797

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 20:15:13 UTC (rev 915796)
+++ PKGBUILD2021-04-11 20:15:29 UTC (rev 915797)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesis
-pkgver=6.8.7
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
-'python-faker: for fakefactory and django module'
-'python-django: for django module'
-'python-numpy: for numpy module'
-'python-pytest: for pytest module'
-'python-lark-parser: for lark module'
-'python-libcst: for codemods module')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
-  'python-typing_extensions' 'python-black' 'python-fakeredis' 
'python-libcst')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('9b35d829a1b453a64eb17bd11a8981e8bf8e7aa99a8e59d9dd30c0fde98db1aaec36fac64ad2c9e319374240a7e6b612c01bc54401ef03112595630e6ff9286b')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-}
-
-check() {
-  # tests/numpy/test_lazy_import.py: 
https://github.com/HypothesisWorks/hypothesis/issues/2411
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  python examples/example_hypothesis_entrypoint/setup.py install 
--root="$PWD/tmp_install" --optimize=1
-
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PWD/examples/example_hypothesis_entrypoint"
 \
-  PATH="$PWD/tmp_install/usr/bin:$PATH" \
-pytest --ignore tests/numpy/test_lazy_import.py --ignore tmp_install
-}
-
-package() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  # It's only present when tests are enabled, so adding -f
-  rm -rf "$pkgdir"/usr/lib/python3.9/site-packages/tests
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 915796, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-11 20:15:29 UTC (rev 915797)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesis
+pkgver=6.8.8
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+depends=('python-attrs' 'python-sortedcontainers')
+optdepends=('python-pytz: for datetime and django module'
+'python-faker: for fakefactory and django module'
+'python-django: for django module'
+'python-numpy: for numpy module'
+'python-pytest: for pytest module'
+'python-lark-parser: for lark module'
+'python-libcst: for codemods module')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
+  'python-typing_extensions' 'python-black' 'python-fakeredis' 
'python-libcst')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
+sha512sums=('8f9f6b738b43974263ff17bc166cdc1ebb092278007d075e9de2aa305315893f4201f800c926d40f0cfb03af514116ece69fb6082a706493b5a807a989e588ba')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+}
+
+check() {
+  # tests/numpy/test_lazy_import.py: 
https://github.com/HypothesisWorks/hypothesis/issues/2411
+
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  python examples/example_hypothesis_entrypoint/setup.py install 
--root="$PWD/tmp_

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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 20:15:13
  Author: felixonmars
Revision: 915796

upgpkg: python-hypothesis 6.8.8-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 19:54:00 UTC (rev 915795)
+++ PKGBUILD2021-04-11 20:15:13 UTC (rev 915796)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=6.8.7
+pkgver=6.8.8
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -21,7 +21,7 @@
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
   'python-typing_extensions' 'python-black' 'python-fakeredis' 
'python-libcst')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('9b35d829a1b453a64eb17bd11a8981e8bf8e7aa99a8e59d9dd30c0fde98db1aaec36fac64ad2c9e319374240a7e6b612c01bc54401ef03112595630e6ff9286b')
+sha512sums=('8f9f6b738b43974263ff17bc166cdc1ebb092278007d075e9de2aa305315893f4201f800c926d40f0cfb03af514116ece69fb6082a706493b5a807a989e588ba')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


[arch-commits] Commit in calcurse/repos/community-x86_64 (3 files)

2021-04-11 Thread Lukas Fleischer via arch-commits
Date: Sunday, April 11, 2021 @ 19:54:00
  Author: lfleischer
Revision: 915795

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   63 ++---
 calcurse.install |8 --
 2 files changed, 31 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 19:53:51 UTC (rev 915794)
+++ PKGBUILD2021-04-11 19:54:00 UTC (rev 915795)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Ronald van Haren 
-# Contributor: wain 
-
-pkgname=calcurse
-pkgver=4.7.0
-pkgrel=1
-pkgdesc='A text-based personal organizer.'
-arch=('x86_64')
-url='https://calcurse.org/'
-license=('BSD')
-depends=('ncurses')
-optdepends=('python: for CalDAV support' 'python-httplib2: for CalDAV support')
-install='calcurse.install'
-source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('0377ab767e2c9a0c2c045c94d18fc23c'
- 'SKIP')
-validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --enable-docs --without-asciidoc --prefix=/usr 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: calcurse/repos/community-x86_64/PKGBUILD (from rev 915794, 
calcurse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-11 19:54:00 UTC (rev 915795)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Ronald van Haren 
+# Contributor: wain 
+
+pkgname=calcurse
+pkgver=4.7.1
+pkgrel=1
+pkgdesc='A text-based personal organizer.'
+arch=('x86_64')
+url='https://calcurse.org/'
+license=('BSD')
+depends=('ncurses')
+optdepends=('python: for CalDAV support' 'python-httplib2: for CalDAV support')
+source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('1645068d2a15da6c773f231a1441a760'
+ 'SKIP')
+validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --enable-docs --without-asciidoc --prefix=/usr 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: calcurse.install
===
--- calcurse.install2021-04-11 19:53:51 UTC (rev 915794)
+++ calcurse.install2021-04-11 19:54:00 UTC (rev 915795)
@@ -1,8 +0,0 @@
-post_upgrade() {
-  if (( $(vercmp $2 3.0.0) < 0 )); then
-cat <<"EOF"
-==> The configuration file format has changed in calcurse 3.0.0.
-==> Run `calcurse-upgrade` to upgrade your configuration files.
-EOF
-  fi
-}


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

2021-04-11 Thread Lukas Fleischer via arch-commits
Date: Sunday, April 11, 2021 @ 19:53:51
  Author: lfleischer
Revision: 915794

upgpkg: calcurse 4.7.1-1

Remove install script (3.0.0 was released >8.5 years ago).

Modified:
  calcurse/trunk/PKGBUILD
Deleted:
  calcurse/trunk/calcurse.install

--+
 PKGBUILD |5 ++---
 calcurse.install |8 
 2 files changed, 2 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 19:33:14 UTC (rev 915793)
+++ PKGBUILD2021-04-11 19:53:51 UTC (rev 915794)
@@ -3,7 +3,7 @@
 # Contributor: wain 
 
 pkgname=calcurse
-pkgver=4.7.0
+pkgver=4.7.1
 pkgrel=1
 pkgdesc='A text-based personal organizer.'
 arch=('x86_64')
@@ -11,9 +11,8 @@
 license=('BSD')
 depends=('ncurses')
 optdepends=('python: for CalDAV support' 'python-httplib2: for CalDAV support')
-install='calcurse.install'
 source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('0377ab767e2c9a0c2c045c94d18fc23c'
+md5sums=('1645068d2a15da6c773f231a1441a760'
  'SKIP')
 validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
 

Deleted: calcurse.install
===
--- calcurse.install2021-04-11 19:33:14 UTC (rev 915793)
+++ calcurse.install2021-04-11 19:53:51 UTC (rev 915794)
@@ -1,8 +0,0 @@
-post_upgrade() {
-  if (( $(vercmp $2 3.0.0) < 0 )); then
-cat <<"EOF"
-==> The configuration file format has changed in calcurse 3.0.0.
-==> Run `calcurse-upgrade` to upgrade your configuration files.
-EOF
-  fi
-}


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

2021-04-11 Thread Christian Hesse via arch-commits
Date: Sunday, April 11, 2021 @ 19:33:14
  Author: eworm
Revision: 915793

archrelease: copy trunk to community-any

Added:
  etckeeper/repos/community-any/0001-breezy.patch
(from rev 915792, etckeeper/trunk/0001-breezy.patch)
  etckeeper/repos/community-any/PKGBUILD
(from rev 915792, etckeeper/trunk/PKGBUILD)
Deleted:
  etckeeper/repos/community-any/0001-breezy.patch
  etckeeper/repos/community-any/PKGBUILD

---+
 0001-breezy.patch |  124 ++--
 PKGBUILD  |   87 ++--
 2 files changed, 107 insertions(+), 104 deletions(-)

Deleted: 0001-breezy.patch
===
--- 0001-breezy.patch   2021-04-11 19:33:07 UTC (rev 915792)
+++ 0001-breezy.patch   2021-04-11 19:33:14 UTC (rev 915793)
@@ -1,62 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 73d2411..7e545ba 100644
 a/Makefile
-+++ b/Makefile
-@@ -21,7 +21,7 @@ FAKEROOT := $(shell command -v fakeroot 2> /dev/null)
- TESTDIR := $(shell mktemp -u -d)
- 
- build: etckeeper.spec etckeeper.version
--  -$(PYTHON) ./etckeeper-bzr/__init__.py build || echo "** bzr support 
not built"
-+  -$(PYTHON) ./etckeeper-brz/__init__.py build || echo "** brz support 
not built"
-   -$(PYTHON) ./etckeeper-dnf/etckeeper.py build || echo "** DNF support 
not built"
- 
- install: etckeeper.version
-@@ -68,7 +68,7 @@ ifeq ($(HIGHLEVEL_PACKAGE_MANAGER),zypper)
-   mkdir -p $(DESTDIR)$(prefix)/lib/zypp/plugins/commit
-   $(INSTALL) zypper-etckeeper.py 
$(DESTDIR)$(prefix)/lib/zypp/plugins/commit/zypper-etckeeper.py
- endif
--  -$(PYTHON) ./etckeeper-bzr/__init__.py install --root=$(DESTDIR) 
${PYTHON_INSTALL_OPTS} || echo "** bzr support not installed"
-+  -$(PYTHON) ./etckeeper-brz/__init__.py install --root=$(DESTDIR) 
${PYTHON_INSTALL_OPTS} || echo "** brz support not installed"
-   echo "** installation successful"
- 
- clean: etckeeper.spec etckeeper.version
-diff --git a/etckeeper-brz/__init__.py b/etckeeper-brz/__init__.py
-new file mode 100644
-index 000..5f04ba6
 /dev/null
-+++ b/etckeeper-brz/__init__.py
-@@ -0,0 +1,34 @@
-+#
-+# Breezy plugin that runs etckeeper pre-commit when necessary
-+
-+"""Runs etckeeper pre-commit when necessary."""
-+
-+from breezy.errors import BzrError
-+import os
-+
-+def etckeeper_startcommit_hook(tree):
-+abspath = getattr(tree, "abspath", None)
-+if abspath is None or not os.path.exists(abspath(".etckeeper")):
-+# Only run the commit hook when this is an etckeeper branch
-+return
-+import subprocess
-+ret = subprocess.call(["etckeeper", "pre-commit", abspath(".")])
-+if ret != 0:
-+raise BzrError("etckeeper pre-commit failed")
-+
-+try:
-+from breezy.hooks import install_lazy_named_hook
-+except ImportError:
-+from breezy.mutabletree import MutableTree
-+MutableTree.hooks.install_named_hook('start_commit',
-+etckeeper_startcommit_hook, 'etckeeper')
-+else:
-+install_lazy_named_hook(
-+"breezy.mutabletree", "MutableTree.hooks",
-+'start_commit', etckeeper_startcommit_hook, 'etckeeper')
-+
-+if __name__ == "__main__":
-+from distutils.core import setup
-+setup(name="brz-etckeeper",
-+  packages=["breezy.plugins.etckeeper"],
-+  package_dir={"breezy.plugins.etckeeper":"etckeeper-brz"})

Copied: etckeeper/repos/community-any/0001-breezy.patch (from rev 915792, 
etckeeper/trunk/0001-breezy.patch)
===
--- 0001-breezy.patch   (rev 0)
+++ 0001-breezy.patch   2021-04-11 19:33:14 UTC (rev 915793)
@@ -0,0 +1,62 @@
+diff --git a/Makefile b/Makefile
+index 73d2411..7e545ba 100644
+--- a/Makefile
 b/Makefile
+@@ -21,7 +21,7 @@ FAKEROOT := $(shell command -v fakeroot 2> /dev/null)
+ TESTDIR := $(shell mktemp -u -d)
+ 
+ build: etckeeper.spec etckeeper.version
+-  -$(PYTHON) ./etckeeper-bzr/__init__.py build || echo "** bzr support 
not built"
++  -$(PYTHON) ./etckeeper-brz/__init__.py build || echo "** brz support 
not built"
+   -$(PYTHON) ./etckeeper-dnf/etckeeper.py build || echo "** DNF support 
not built"
+ 
+ install: etckeeper.version
+@@ -68,7 +68,7 @@ ifeq ($(HIGHLEVEL_PACKAGE_MANAGER),zypper)
+   mkdir -p $(DESTDIR)$(prefix)/lib/zypp/plugins/commit
+   $(INSTALL) zypper-etckeeper.py 
$(DESTDIR)$(prefix)/lib/zypp/plugins/commit/zypper-etckeeper.py
+ endif
+-  -$(PYTHON) ./etckeeper-bzr/__init__.py install --root=$(DESTDIR) 
${PYTHON_INSTALL_OPTS} || echo "** bzr support not installed"
++  -$(PYTHON) ./etckeeper-brz/__init__.py install --root=$(DESTDIR) 
${PYTHON_INSTALL_OPTS} || echo "** brz support not installed"
+   echo "** installation successful"
+ 
+ clean: etckeeper.spec etckeeper.version
+diff --git a/etckeeper-brz/__init__.py b/etckeeper-brz/__init__.py
+new file mode 100644
+index 000..5f04ba6
+--- /

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

2021-04-11 Thread Christian Hesse via arch-commits
Date: Sunday, April 11, 2021 @ 19:33:07
  Author: eworm
Revision: 915792

upgpkg: etckeeper 1.18.16-2: fix zsh completion directory (FS#70394)

Modified:
  etckeeper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 19:18:30 UTC (rev 915791)
+++ PKGBUILD2021-04-11 19:33:07 UTC (rev 915792)
@@ -6,7 +6,7 @@
 pkgname=etckeeper
 _tag='da85b1a27df4486aab2b67a3af9ad5aead162f56' # git rev-parse ${pkgver}
 pkgver=1.18.16
-pkgrel=1
+pkgrel=2
 pkgdesc='Collection of tools to let /etc be stored in a git, hg or bzr 
repository'
 arch=('any')
 url='https://etckeeper.branchable.com/'
@@ -34,6 +34,9 @@
# We want pacman :D
sed -i -e "/^LOWLEVEL_PACKAGE_MANAGER/c 
LOWLEVEL_PACKAGE_MANAGER=pacman" \
-e "/^HIGHLEVEL_PACKAGE_MANAGER/c 
HIGHLEVEL_PACKAGE_MANAGER=pacman" etckeeper.conf
+
+   # zsh completion directory
+   sed -i '/^zshcompletiondir=/c 
zshcompletiondir=${prefix}/share/zsh/site-functions' Makefile
 }
 
 package() {


[arch-commits] Commit in jupyter-server-mathjax/repos/community-any (2 files)

2021-04-11 Thread Antonio Rojas via arch-commits
Date: Sunday, April 11, 2021 @ 19:18:30
  Author: arojas
Revision: 915791

archrelease: copy trunk to community-any

Added:
  jupyter-server-mathjax/repos/community-any/PKGBUILD
(from rev 915790, jupyter-server-mathjax/trunk/PKGBUILD)
Deleted:
  jupyter-server-mathjax/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 19:18:21 UTC (rev 915790)
+++ PKGBUILD2021-04-11 19:18:30 UTC (rev 915791)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=jupyter-server-mathjax
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="MathJax resources as a Jupyter Server Extension"
-arch=(any)
-url="https://jupyter.org/";
-license=(BSD)
-depends=(jupyter-server mathjax2)
-makedepends=(python-setuptools python-jupyter_packaging)
-source=(https://pypi.io/packages/source/j/${pkgname//-/_}/${pkgname//-/_}-$pkgver.tar.gz)
-sha256sums=('61d6842b3cc2f019826f43f3bbda8ce76963d4798e4f5c75b269718abded2402')
-
-build() {
-  cd ${pkgname//-/_}-$pkgver
-  python setup.py build 
-}
-
-package() {
-  cd ${pkgname//-/_}-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
-  rm -r "$pkgdir"/$_pythonpath/jupyter_server_mathjax/static
-  ln -s /usr/share/mathjax2 
"$pkgdir"/$_pythonpath/jupyter_server_mathjax/static
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: jupyter-server-mathjax/repos/community-any/PKGBUILD (from rev 915790, 
jupyter-server-mathjax/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-11 19:18:30 UTC (rev 915791)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=jupyter-server-mathjax
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="MathJax resources as a Jupyter Server Extension"
+arch=(any)
+url="https://jupyter.org/";
+license=(BSD)
+depends=(jupyter-server mathjax2)
+makedepends=(python-setuptools python-jupyter_packaging)
+source=(https://pypi.io/packages/source/j/${pkgname//-/_}/${pkgname//-/_}-$pkgver.tar.gz)
+sha256sums=('0f75fc1ed6fc3a6d94ea9c87932cfd7a43b8c11721b7c3f01281116469280011')
+
+build() {
+  cd ${pkgname//-/_}-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd ${pkgname//-/_}-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
+#  rm -r "$pkgdir"/$_pythonpath/jupyter_server_mathjax/static
+  ln -s /usr/share/mathjax2 
"$pkgdir"/$_pythonpath/jupyter_server_mathjax/static
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in jupyter-server-mathjax/trunk (PKGBUILD)

2021-04-11 Thread Antonio Rojas via arch-commits
Date: Sunday, April 11, 2021 @ 19:18:21
  Author: arojas
Revision: 915790

Update to 0.2.2

Modified:
  jupyter-server-mathjax/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 19:13:40 UTC (rev 915789)
+++ PKGBUILD2021-04-11 19:18:21 UTC (rev 915790)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=jupyter-server-mathjax
-pkgver=0.2.0
+pkgver=0.2.2
 pkgrel=1
 pkgdesc="MathJax resources as a Jupyter Server Extension"
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(jupyter-server mathjax2)
 makedepends=(python-setuptools python-jupyter_packaging)
 
source=(https://pypi.io/packages/source/j/${pkgname//-/_}/${pkgname//-/_}-$pkgver.tar.gz)
-sha256sums=('61d6842b3cc2f019826f43f3bbda8ce76963d4798e4f5c75b269718abded2402')
+sha256sums=('0f75fc1ed6fc3a6d94ea9c87932cfd7a43b8c11721b7c3f01281116469280011')
 
 build() {
   cd ${pkgname//-/_}-$pkgver
@@ -21,7 +21,7 @@
   cd ${pkgname//-/_}-$pkgver
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
   _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
-  rm -r "$pkgdir"/$_pythonpath/jupyter_server_mathjax/static
+#  rm -r "$pkgdir"/$_pythonpath/jupyter_server_mathjax/static
   ln -s /usr/share/mathjax2 
"$pkgdir"/$_pythonpath/jupyter_server_mathjax/static
 
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname


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

2021-04-11 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, April 11, 2021 @ 19:13:40
  Author: orhun
Revision: 915789

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 19:13:31 UTC (rev 915788)
+++ PKGBUILD2021-04-11 19:13:40 UTC (rev 915789)
@@ -1,38 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=taskwarrior-tui
-pkgver=0.13.11
-pkgrel=1
-pkgdesc="A terminal user interface for taskwarrior"
-arch=('x86_64')
-url="https://github.com/kdheepak/taskwarrior-tui";
-license=('MIT')
-depends=('task')
-makedepends=('rust' 'git' 'pandoc')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-"git+https://github.com/kdheepak/taskwarrior-testdata";)
-sha256sums=('d53ea3983320d552c4b3ae6b64774bdb0315e005e96cfbc46f4e41ef77116e1f'
-'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked --all-features
-  pandoc "docs/$pkgname.1.md" --standalone --to=man -o "docs/$pkgname.1"
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export TASKRC="../taskwarrior-testdata/.taskrc"
-  export TASKDATA="../taskwarrior-testdata/.task"
-  cargo test --release --locked --all-features
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 "docs/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: taskwarrior-tui/repos/community-x86_64/PKGBUILD (from rev 915788, 
taskwarrior-tui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-11 19:13:40 UTC (rev 915789)
@@ -0,0 +1,38 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=taskwarrior-tui
+pkgver=0.13.12
+pkgrel=1
+pkgdesc="A terminal user interface for taskwarrior"
+arch=('x86_64')
+url="https://github.com/kdheepak/taskwarrior-tui";
+license=('MIT')
+depends=('task')
+makedepends=('rust' 'git' 'pandoc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+"git+https://github.com/kdheepak/taskwarrior-testdata";)
+sha256sums=('157962def97cb91fcae07ec23f318221f869f96a124a46a3bda897582e4da9b1'
+'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked --all-features
+  pandoc "docs/$pkgname.1.md" --standalone --to=man -o "docs/$pkgname.1"
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export TASKRC="../taskwarrior-testdata/.taskrc"
+  export TASKDATA="../taskwarrior-testdata/.task"
+  cargo test --release --locked --all-features
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "docs/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-11 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, April 11, 2021 @ 19:13:31
  Author: orhun
Revision: 915788

upgpkg: taskwarrior-tui 0.13.12-1: upstream release

Modified:
  taskwarrior-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 19:10:30 UTC (rev 915787)
+++ PKGBUILD2021-04-11 19:13:31 UTC (rev 915788)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=taskwarrior-tui
-pkgver=0.13.11
+pkgver=0.13.12
 pkgrel=1
 pkgdesc="A terminal user interface for taskwarrior"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('rust' 'git' 'pandoc')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
 "git+https://github.com/kdheepak/taskwarrior-testdata";)
-sha256sums=('d53ea3983320d552c4b3ae6b64774bdb0315e005e96cfbc46f4e41ef77116e1f'
+sha256sums=('157962def97cb91fcae07ec23f318221f869f96a124a46a3bda897582e4da9b1'
 'SKIP')
 
 build() {


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

2021-04-11 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, April 11, 2021 @ 19:10:30
  Author: orhun
Revision: 915787

archrelease: copy trunk to community-x86_64

Added:
  innernet/repos/community-x86_64/PKGBUILD
(from rev 915786, innernet/trunk/PKGBUILD)
Deleted:
  innernet/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 19:10:12 UTC (rev 915786)
+++ PKGBUILD2021-04-11 19:10:30 UTC (rev 915787)
@@ -1,45 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Jake McGinty 
-
-pkgname=innernet
-pkgver=1.0.1
-pkgrel=3
-pkgdesc="A private network system that uses WireGuard under the hood"
-arch=('x86_64')
-url="https://github.com/tonarino/innernet";
-license=('MIT')
-depends=('sqlite')
-makedepends=('rust' 'git' 'clang' 'llvm')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('a240c4b7eb4df38628348509f0f9c89baec500d433349edccfbedffd58cdb45e')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm 755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm 755 "target/release/$pkgname-server" 
"$pkgdir/usr/bin/$pkgname-server"
-  ln -s "/usr/bin/$pkgname" "$pkgdir/usr/bin/inn"
-
-  install -Dm 644 "client/$pkgname@.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname@.service"
-  install -Dm 644 "client/$pkgname.target" 
"$pkgdir/usr/lib/systemd/system/$pkgname.target"
-  
-  install -Dm 644 "server/$pkgname-server@.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname-server@.service"
-
-  install -Dm 644 "doc/$pkgname.8.gz" 
"$pkgdir/usr/share/man/man8/$pkgname.8.gz"
-  install -Dm 644 "doc/$pkgname-server.8.gz" 
"$pkgdir/usr/share/man/man8/$pkgname-server.8.gz"
-
-  install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm 644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: innernet/repos/community-x86_64/PKGBUILD (from rev 915786, 
innernet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-11 19:10:30 UTC (rev 915787)
@@ -0,0 +1,45 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Jake McGinty 
+
+pkgname=innernet
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="A private network system that uses WireGuard under the hood"
+arch=('x86_64')
+url="https://github.com/tonarino/innernet";
+license=('MIT')
+depends=('sqlite')
+makedepends=('rust' 'git' 'clang' 'llvm')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('308f5b7de6dcb017fd76fd0df3ceac723dfc6ca709d6f3ebe35c0c15457f968c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm 755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm 755 "target/release/$pkgname-server" 
"$pkgdir/usr/bin/$pkgname-server"
+  ln -s "/usr/bin/$pkgname" "$pkgdir/usr/bin/inn"
+
+  install -Dm 644 "client/$pkgname@.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname@.service"
+  install -Dm 644 "client/$pkgname.target" 
"$pkgdir/usr/lib/systemd/system/$pkgname.target"
+  
+  install -Dm 644 "server/$pkgname-server@.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname-server@.service"
+
+  install -Dm 644 "doc/$pkgname.8.gz" 
"$pkgdir/usr/share/man/man8/$pkgname.8.gz"
+  install -Dm 644 "doc/$pkgname-server.8.gz" 
"$pkgdir/usr/share/man/man8/$pkgname-server.8.gz"
+
+  install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm 644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-04-11 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, April 11, 2021 @ 19:10:12
  Author: orhun
Revision: 915786

upgpkg: innernet 1.1.0-1: upstream release

Modified:
  innernet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 18:53:24 UTC (rev 915785)
+++ PKGBUILD2021-04-11 19:10:12 UTC (rev 915786)
@@ -2,8 +2,8 @@
 # Contributor: Jake McGinty 
 
 pkgname=innernet
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="A private network system that uses WireGuard under the hood"
 arch=('x86_64')
 url="https://github.com/tonarino/innernet";
@@ -11,7 +11,7 @@
 depends=('sqlite')
 makedepends=('rust' 'git' 'clang' 'llvm')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('a240c4b7eb4df38628348509f0f9c89baec500d433349edccfbedffd58cdb45e')
+sha256sums=('308f5b7de6dcb017fd76fd0df3ceac723dfc6ca709d6f3ebe35c0c15457f968c')
 
 build() {
   cd "$pkgname-$pkgver"


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

2021-04-11 Thread Morten Linderud via arch-commits
Date: Sunday, April 11, 2021 @ 18:53:24
  Author: foxboron
Revision: 915785

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 18:53:16 UTC (rev 915784)
+++ PKGBUILD2021-04-11 18:53:24 UTC (rev 915785)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.9.2
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="https://docs.python.org/py3k/";
-license=('GPL')
-options=('docs')
-source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('ae20a86077833412fb2a7e78141eb3f72475a9c11f13b78189bc3d003a0a6fef')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/doc/python/html
-  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
-  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 "$pkgdir"/etc/profile.d
-  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
-  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 915784, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-11 18:53:24 UTC (rev 915785)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.9.4
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="https://docs.python.org/py3k/";
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('2d647a8317da0ee462cd4fd41a1985fec7b12751d7d240d8dddc582a3efa90c1')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/doc/python/html
+  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
+  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 "$pkgdir"/etc/profile.d
+  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
+  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
+}


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

2021-04-11 Thread Morten Linderud via arch-commits
Date: Sunday, April 11, 2021 @ 18:53:16
  Author: foxboron
Revision: 915784

upgpkg: python-docs 3.9.4-1

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 18:45:42 UTC (rev 915783)
+++ PKGBUILD2021-04-11 18:53:16 UTC (rev 915784)
@@ -3,7 +3,7 @@
 # Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python-docs
-pkgver=3.9.2
+pkgver=3.9.4
 pkgrel=1
 pkgdesc="Set of HTML documentation for python"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL')
 options=('docs')
 
source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('ae20a86077833412fb2a7e78141eb3f72475a9c11f13b78189bc3d003a0a6fef')
+sha256sums=('2d647a8317da0ee462cd4fd41a1985fec7b12751d7d240d8dddc582a3efa90c1')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/doc/python/html


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

2021-04-11 Thread Morten Linderud via arch-commits
Date: Sunday, April 11, 2021 @ 18:45:42
  Author: foxboron
Revision: 915783

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 18:45:35 UTC (rev 915782)
+++ PKGBUILD2021-04-11 18:45:42 UTC (rev 915783)
@@ -1,37 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=buildah
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="A tool which facilitates building OCI images"
-arch=(x86_64)
-url="https://github.com/containers/buildah";
-license=(Apache)
-depends=(runc skopeo slirp4netns)
-makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
- bzip2 go-md2man runc skopeo systemd)
-_commit=293e02ac068513a08c38dbe434dea73560f90c25   #refs/tags/v1.20.0
-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 915782, 
buildah/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-11 18:45:42 UTC (rev 915783)
@@ -0,0 +1,37 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=buildah
+pkgver=1.20.0
+pkgrel=2
+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=293e02ac068513a08c38dbe434dea73560f90c25   #refs/tags/v1.20.0
+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-04-11 Thread Morten Linderud via arch-commits
Date: Sunday, April 11, 2021 @ 18:45:35
  Author: foxboron
Revision: 915782

upgpkg: buildah 1.20.0-2 - FS#70369 crun is the new runtime

Modified:
  buildah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 18:41:19 UTC (rev 915781)
+++ PKGBUILD2021-04-11 18:45:35 UTC (rev 915782)
@@ -3,12 +3,12 @@
 
 pkgname=buildah
 pkgver=1.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
 url="https://github.com/containers/buildah";
 license=(Apache)
-depends=(runc skopeo slirp4netns)
+depends=(crun skopeo slirp4netns)
 makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo systemd)
 _commit=293e02ac068513a08c38dbe434dea73560f90c25   #refs/tags/v1.20.0


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 18:41:19
  Author: felixonmars
Revision: 915781

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 18:41:04 UTC (rev 915780)
+++ PKGBUILD2021-04-11 18:41:19 UTC (rev 915781)
@@ -1,21 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kevin Houdebert 
-# Contributor: Erhan SAHIN 
-
-_pkgname=monotonic
-pkgname=python-monotonic
-pkgver=1.5
-pkgrel=7
-pkgdesc="An implementation of time.monotonic() for Python"
-url="https://pypi.python.org/pypi/monotonic";
-license=('Apache')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-source=("$_pkgname-$pkgver.tar.gz::https://github.com/atdt/monotonic/archive/$pkgver.tar.gz";)
-sha512sums=('acee69916a82059a027e7bcc03c58deb5ce773a1aff45938699cf09c3ab49b7827c2c01b431593ed76ae49009728c3d52923267eccfc7e15390f8730351a39e2')
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-monotonic/repos/community-any/PKGBUILD (from rev 915780, 
python-monotonic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-11 18:41:19 UTC (rev 915781)
@@ -0,0 +1,21 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kevin Houdebert 
+# Contributor: Erhan SAHIN 
+
+_pkgname=monotonic
+pkgname=python-monotonic
+pkgver=1.6
+pkgrel=1
+pkgdesc="An implementation of time.monotonic() for Python"
+url="https://pypi.python.org/pypi/monotonic";
+license=('Apache')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/atdt/monotonic/archive/$pkgver.tar.gz";)
+sha512sums=('9bb01f4b34ce10b90dee2e49dd70bc37462333e0da9490893bf642ceea9bed5f9bdbd8f59c58350609ac4c89809039d7375f1f1583ab8fbf9c13d4064849ea18')
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 18:41:04
  Author: felixonmars
Revision: 915780

upgpkg: python-monotonic 1.6-1

Modified:
  python-monotonic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 18:39:31 UTC (rev 915779)
+++ PKGBUILD2021-04-11 18:41:04 UTC (rev 915780)
@@ -4,8 +4,8 @@
 
 _pkgname=monotonic
 pkgname=python-monotonic
-pkgver=1.5
-pkgrel=7
+pkgver=1.6
+pkgrel=1
 pkgdesc="An implementation of time.monotonic() for Python"
 url="https://pypi.python.org/pypi/monotonic";
 license=('Apache')
@@ -13,7 +13,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("$_pkgname-$pkgver.tar.gz::https://github.com/atdt/monotonic/archive/$pkgver.tar.gz";)
-sha512sums=('acee69916a82059a027e7bcc03c58deb5ce773a1aff45938699cf09c3ab49b7827c2c01b431593ed76ae49009728c3d52923267eccfc7e15390f8730351a39e2')
+sha512sums=('9bb01f4b34ce10b90dee2e49dd70bc37462333e0da9490893bf642ceea9bed5f9bdbd8f59c58350609ac4c89809039d7375f1f1583ab8fbf9c13d4064849ea18')
 
 package() {
   cd "$srcdir/$_pkgname-$pkgver"


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 18:39:31
  Author: felixonmars
Revision: 915779

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 18:39:15 UTC (rev 915778)
+++ PKGBUILD2021-04-11 18:39:31 UTC (rev 915779)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-cerberus
-pkgver=1.3.2
-pkgrel=3
-pkgdesc="Lightweight, extensible schema and data validation tool for Python 
dictionaries"
-url="https://github.com/pyeve/cerberus";
-license=('ISC')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pyeve/cerberus/archive/$pkgver.tar.gz";)
-sha512sums=('e9cfef5a936783eb0576afd3d23397dab38d8c88b6b43f98de0ad7e20739e5ff983eaf4ac769206adb7fe9692c651583f6a5f2bab263b81b8de96f45707c84fb')
-
-build() {
-  cd cerberus-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cerberus-$pkgver
-  python setup.py pytest --addopts cerberus
-}
-
-package() {
-  cd cerberus-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-cerberus/repos/community-any/PKGBUILD (from rev 915778, 
python-cerberus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-11 18:39:31 UTC (rev 915779)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-cerberus
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="Lightweight, extensible schema and data validation tool for Python 
dictionaries"
+url="https://github.com/pyeve/cerberus";
+license=('ISC')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-benchmark')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pyeve/cerberus/archive/$pkgver.tar.gz";)
+sha512sums=('2f2696751dd1f5191fc1ef328c1b1d604d94c87d3c1eb3210ecbede499d2f13a1d197a1c42a5eb4a11c7257214437857f4023a55415d83793a2f3b1a8aa4a8bd')
+
+build() {
+  cd cerberus-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cerberus-$pkgver
+  python setup.py pytest --addopts cerberus
+}
+
+package() {
+  cd cerberus-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 18:39:15
  Author: felixonmars
Revision: 915778

upgpkg: python-cerberus 1.3.3-1

Modified:
  python-cerberus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 18:28:31 UTC (rev 915777)
+++ PKGBUILD2021-04-11 18:39:15 UTC (rev 915778)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-cerberus
-pkgver=1.3.2
-pkgrel=3
+pkgver=1.3.3
+pkgrel=1
 pkgdesc="Lightweight, extensible schema and data validation tool for Python 
dictionaries"
 url="https://github.com/pyeve/cerberus";
 license=('ISC')
@@ -9,9 +9,9 @@
 arch=('any')
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
+checkdepends=('python-pytest-runner' 'python-pytest-benchmark')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pyeve/cerberus/archive/$pkgver.tar.gz";)
-sha512sums=('e9cfef5a936783eb0576afd3d23397dab38d8c88b6b43f98de0ad7e20739e5ff983eaf4ac769206adb7fe9692c651583f6a5f2bab263b81b8de96f45707c84fb')
+sha512sums=('2f2696751dd1f5191fc1ef328c1b1d604d94c87d3c1eb3210ecbede499d2f13a1d197a1c42a5eb4a11c7257214437857f4023a55415d83793a2f3b1a8aa4a8bd')
 
 build() {
   cd cerberus-$pkgver


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 18:16:55
  Author: felixonmars
Revision: 915772

archrelease: copy trunk to community-staging-x86_64

Added:
  clash-ghc/repos/community-staging-x86_64/
  clash-ghc/repos/community-staging-x86_64/PKGBUILD
(from rev 915771, clash-ghc/trunk/PKGBUILD)

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

Copied: clash-ghc/repos/community-staging-x86_64/PKGBUILD (from rev 915771, 
clash-ghc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-11 18:16:55 UTC (rev 915772)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+pkgname=clash-ghc
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="CAES Language for Synchronous Hardware"
+url="https://clash-lang.org/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-clash-lib' 
'haskell-clash-prelude'
+ 'haskell-concurrent-supply' 'haskell-extra' 'haskell-ghc' 
'haskell-ghc-typelits-extra'
+ 'haskell-ghc-typelits-knownnat' 'haskell-ghc-typelits-natnormalise' 
'haskell-hashable'
+ 'haskell-lens' 'haskell-primitive' 'haskell-reflection' 
'haskell-split' 'haskell-uniplate'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector')
+makedepends=('ghc')
+conflicts=('clash')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('d18a4d76ae594cea3933fab4fe36ef967f4f2b8951827d47dbe54db1c2c60ba0010c11777be2ca0013065f09e399330b88b5b245c10937a73d3e5c6403f520fb')
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 18:16:41
  Author: felixonmars
Revision: 915771

upgpkg: clash-ghc 1.4.1-1: rebuild with clash-ghc 1.4.1, clash-lib 1.4.1, 
clash-prelude 1.4.1

Modified:
  clash-ghc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 18:13:51 UTC (rev 915770)
+++ PKGBUILD2021-04-11 18:16:41 UTC (rev 915771)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=clash-ghc
-pkgver=1.4.0
-pkgrel=19
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="CAES Language for Synchronous Hardware"
 url="https://clash-lang.org/";
 license=("BSD")
@@ -15,7 +15,7 @@
 makedepends=('ghc')
 conflicts=('clash')
 
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('c21b3ae499b2cea64e4f9e9ab25640dd94182ebfe4626f4069374d2fd5a2')
+sha512sums=('d18a4d76ae594cea3933fab4fe36ef967f4f2b8951827d47dbe54db1c2c60ba0010c11777be2ca0013065f09e399330b88b5b245c10937a73d3e5c6403f520fb')
 
 build() {
   cd $pkgname-$pkgver


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 18:13:51
  Author: felixonmars
Revision: 915770

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-clash-lib/repos/community-staging-x86_64/
  haskell-clash-lib/repos/community-staging-x86_64/PKGBUILD
(from rev 915769, haskell-clash-lib/trunk/PKGBUILD)

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

Copied: haskell-clash-lib/repos/community-staging-x86_64/PKGBUILD (from rev 
915769, haskell-clash-lib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-11 18:13:51 UTC (rev 915770)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+_hkgname=clash-lib
+pkgname=haskell-clash-lib
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Clash: a functional hardware description language - As a library"
+url="https://clash-lang.org/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-ansi-terminal'
+ 'haskell-attoparsec' 'haskell-base16-bytestring' 
'haskell-clash-prelude'
+ 'haskell-concurrent-supply' 'haskell-cryptohash-sha256' 
'haskell-data-binary-ieee754'
+ 'haskell-data-default' 'haskell-dlist' 'haskell-errors' 
'haskell-extra' 'haskell-ghc'
+ 'haskell-hashable' 'haskell-src-meta' 'haskell-hint' 
'haskell-interpolate' 'haskell-lens'
+ 'haskell-ordered-containers' 'haskell-parsers' 'haskell-pretty-show'
+ 'haskell-prettyprinter' 'haskell-primitive' 'haskell-reducers' 
'haskell-temporary'
+ 'haskell-terminal-size' 'haskell-text-show' 'haskell-trifecta'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector'
+ 'haskell-vector-binary-instances')
+makedepends=('ghc' 'uusi' 'haskell-ghc-typelits-knownnat' 
'haskell-quickcheck-text' 'haskell-src-exts'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha512sums=('6a609a93908b9222a6a82a7511be64d7ce0e4193fecbc2dd231c6733373ef99947269b2d6210a1ecf90c8bcff4e370a2b3de64885de144b4b17c997aab90')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+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-clash-lib/trunk (PKGBUILD)

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 18:13:38
  Author: felixonmars
Revision: 915769

upgpkg: haskell-clash-lib 1.4.1-1: rebuild with clash-ghc 1.4.1, clash-lib 
1.4.1, clash-prelude 1.4.1

Modified:
  haskell-clash-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 18:09:08 UTC (rev 915768)
+++ PKGBUILD2021-04-11 18:13:38 UTC (rev 915769)
@@ -2,8 +2,8 @@
 
 _hkgname=clash-lib
 pkgname=haskell-clash-lib
-pkgver=1.4.0
-pkgrel=19
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="Clash: a functional hardware description language - As a library"
 url="https://clash-lang.org/";
 license=("BSD")
@@ -21,13 +21,8 @@
 makedepends=('ghc' 'uusi' 'haskell-ghc-typelits-knownnat' 
'haskell-quickcheck-text' 'haskell-src-exts'
  'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha256sums=('1f98e1945a66402ea3673a98f47067d1cf33ba109dd075b08c6bc4af1fc4')
+sha512sums=('6a609a93908b9222a6a82a7511be64d7ce0e4193fecbc2dd231c6733373ef99947269b2d6210a1ecf90c8bcff4e370a2b3de64885de144b4b17c997aab90')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  uusi -u attoparsec $_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
 


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 18:09:08
  Author: felixonmars
Revision: 915768

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-clash-prelude/repos/community-staging-x86_64/
  haskell-clash-prelude/repos/community-staging-x86_64/PKGBUILD
(from rev 915767, haskell-clash-prelude/trunk/PKGBUILD)

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

Copied: haskell-clash-prelude/repos/community-staging-x86_64/PKGBUILD (from rev 
915767, haskell-clash-prelude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-11 18:09:08 UTC (rev 915768)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=clash-prelude
+pkgname=haskell-clash-prelude
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Clash: a functional hardware description language - Prelude library"
+url="https://github.com/clash-lang/clash-prelude";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-arrows' 'haskell-bifunctors' 'haskell-constraints'
+ 'haskell-data-binary-ieee754' 'haskell-data-default-class' 
'haskell-ghc-typelits-extra'
+ 'haskell-ghc-typelits-knownnat' 'haskell-ghc-typelits-natnormalise' 
'haskell-half'
+ 'haskell-hashable' 'haskell-interpolate' 'haskell-lens' 
'haskell-quickcheck'
+ 'haskell-recursion-schemes' 'haskell-reflection' 'haskell-singletons'
+ 'haskell-th-abstraction' 'haskell-th-lift' 'haskell-text-show' 
'haskell-th-orphans'
+ 'haskell-type-errors' 'haskell-uniplate' 'haskell-vector')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hedgehog'
+ 'haskell-hint' 'haskell-quickcheck-classes-base' 'haskell-tasty'
+ 'haskell-tasty-hedgehog' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-th')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6e168657d44d4e187abc2aeef7674ab406092beb12a72dc4329e81fd625d35acdc0ac65ab455488198dd748038d069d86adc040a697959745d6b5154e02566cc')
+
+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
+}
+
+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-clash-prelude/trunk (PKGBUILD)

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 18:08:54
  Author: felixonmars
Revision: 915767

upgpkg: haskell-clash-prelude 1.4.1-1: rebuild with clash-ghc 1.4.1, clash-lib 
1.4.1, clash-prelude 1.4.1

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 17:52:49 UTC (rev 915766)
+++ PKGBUILD2021-04-11 18:08:54 UTC (rev 915767)
@@ -2,8 +2,8 @@
 
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
-pkgver=1.4.0
-pkgrel=18
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="Clash: a functional hardware description language - Prelude library"
 url="https://github.com/clash-lang/clash-prelude";
 license=('BSD')
@@ -12,7 +12,7 @@
  'haskell-data-binary-ieee754' 'haskell-data-default-class' 
'haskell-ghc-typelits-extra'
  'haskell-ghc-typelits-knownnat' 'haskell-ghc-typelits-natnormalise' 
'haskell-half'
  'haskell-hashable' 'haskell-interpolate' 'haskell-lens' 
'haskell-quickcheck'
- 'haskell-recursion-schemes' 'haskell-reflection' 
'haskell-singletons2.7'
+ 'haskell-recursion-schemes' 'haskell-reflection' 'haskell-singletons'
  'haskell-th-abstraction' 'haskell-th-lift' 'haskell-text-show' 
'haskell-th-orphans'
  'haskell-type-errors' 'haskell-uniplate' 'haskell-vector')
 makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hedgehog'
@@ -20,7 +20,7 @@
  'haskell-tasty-hedgehog' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
  'haskell-tasty-th')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('7260c3137890c2b307150eb47e07e35f39fb9c02c35d0e718069b2b887a51715dc2bb1f6a4dd0c20981e078ebf2b219a7b0310e3e000f9ae3a6fb3f71bea8785')
+sha512sums=('6e168657d44d4e187abc2aeef7674ab406092beb12a72dc4329e81fd625d35acdc0ac65ab455488198dd748038d069d86adc040a697959745d6b5154e02566cc')
 
 build() {
 cd $_hkgname-$pkgver


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Sunday, April 11, 2021 @ 17:52:57
  Author: heftig
Revision: 412246

archrelease: copy trunk to extra-x86_64

Added:
  gtk4/repos/extra-x86_64/PKGBUILD
(from rev 412244, gtk4/trunk/PKGBUILD)
  gtk4/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 412244, gtk4/trunk/gtk-update-icon-cache.hook)
  gtk4/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 412244, gtk4/trunk/gtk-update-icon-cache.script)
  gtk4/repos/extra-x86_64/gtk4-querymodules.hook
(from rev 412244, gtk4/trunk/gtk4-querymodules.hook)
Deleted:
  gtk4/repos/extra-x86_64/PKGBUILD
  gtk4/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk4/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk4/repos/extra-x86_64/gtk4-querymodules.hook

--+
 PKGBUILD |  236 -
 gtk-update-icon-cache.hook   |   26 ++--
 gtk-update-icon-cache.script |   20 +--
 gtk4-querymodules.hook   |   24 ++--
 4 files changed, 155 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 17:52:56 UTC (rev 412245)
+++ PKGBUILD2021-04-11 17:52:57 UTC (rev 412246)
@@ -1,116 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gtk4
-pkgname=(gtk4 gtk-update-icon-cache gtk4-docs gtk4-demos)
-pkgver=4.2.0
-pkgrel=3
-epoch=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(x86_64)
-url="https://www.gtk.org/";
-depends=(glib2 cairo pango fribidi gdk-pixbuf2 libepoxy libgl libegl harfbuzz
- libxkbcommon graphene iso-codes tracker3 colord wayland
- wayland-protocols libxrandr libx11 libxrender libxi libxext libxcursor
- libxdamage libxfixes libxcomposite fontconfig libxinerama
- vulkan-icd-loader vulkan-headers libcloudproviders libcups rest
- json-glib ffmpeg gst-plugins-bad-libs librsvg dconf shared-mime-info
- desktop-file-utils adwaita-icon-theme cantarell-fonts)
-makedepends=(git meson gi-docgen shaderc sassc gobject-introspection
- docbook-xsl)
-license=(LGPL)
-_commit=ccbbc2f2babcfaee88d8d8040938ca6bf39d05b6  # tags/4.2.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit";
-gtk-update-icon-cache.{hook,script} gtk4-querymodules.hook)
-sha256sums=('SKIP'
-'2d435e3bec8b79b533f00f6d04decb1d7c299c6e89b5b175f20be0459f003fe8'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541'
-'cd8e607eddd9941f279084e1d15309941423d26cca1897f43524a02e58e48816')
-
-pkgver() {
-  cd gtk
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-}
-
-build() {
-  # 
https://gitlab.gnome.org/GNOME/gtk/-/commit/df4b564d69cc7d2e751537eff61259b36f37e9e5
-  CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT"
-
-  arch-meson gtk build \
--D broadway-backend=true \
--D cloudproviders=enabled \
--D tracker=enabled \
--D colord=enabled \
--D gtk_doc=true \
--D man-pages=true
-  meson compile -C build
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_gtk4() {
-  depends+=(gtk-update-icon-cache)
-  provides=(libgtk-4.so)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  install -Dm644 /dev/stdin "$pkgdir/usr/share/gtk-4.0/settings.ini" <
+
+pkgbase=gtk4
+pkgname=(gtk4 gtk-update-icon-cache gtk4-docs gtk4-demos)
+pkgver=4.2.0
+pkgrel=4
+epoch=1
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(x86_64)
+url="https://www.gtk.org/";
+depends=(glib2 cairo pango fribidi gdk-pixbuf2 libepoxy libgl libegl harfbuzz
+ libxkbcommon graphene iso-codes tracker3 colord wayland
+ wayland-protocols libxrandr libx11 libxrender libxi libxext libxcursor
+ libxdamage libxfixes libxcomposite fontconfig libxinerama
+ vulkan-icd-loader vulkan-headers libcloudproviders libcups rest
+ json-glib ffmpeg gst-plugins-bad-libs librsvg dconf shared-mime-info
+ desktop-file-utils adwaita-icon-theme cantarell-fonts)
+makedepends=(git meson gi-docgen shaderc sassc gobject-introspection
+ docbook-xsl)
+license=(LGPL)
+_commit=ccbbc2f2babcfaee88d8d8040938ca6bf39d05b6  # tags/4.2.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit";
+gtk-update-icon-cache.{hook,script} gtk4-querymodules.hook)
+sha256sums=('SKIP'
+'2d435e3bec8b79b533f00f6d04decb1d7c299c6e89b5b175f20be0459f003fe8'
+'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541'
+'cd8e607eddd9941f279084e1d15309941423d26cca1897f43524a02e58e48816')
+
+pkgver() {
+  cd gtk
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtk
+}
+
+build() {
+  local meson_options=(
+# 
https://gitlab.gnome.org/GNOME/gtk/-/commit/df4b564d69cc7d2e751537eff6125

[arch-commits] Commit in gtk3/repos/extra-x86_64 (6 files)

2021-04-11 Thread Jan Steffens via arch-commits
Date: Sunday, April 11, 2021 @ 17:52:56
  Author: heftig
Revision: 412245

archrelease: copy trunk to extra-x86_64

Added:
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 412244, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 412244, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 412244, gtk3/trunk/gtk3.install)
Deleted:
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk3.install

--+
 PKGBUILD |  208 -
 gtk-query-immodules-3.0.hook |   22 ++--
 gtk3.install |6 -
 3 files changed, 120 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 17:51:34 UTC (rev 412244)
+++ PKGBUILD2021-04-11 17:52:56 UTC (rev 412245)
@@ -1,102 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk3-docs gtk3-demos)
-pkgver=3.24.28
-pkgrel=2
-epoch=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(x86_64)
-url="https://www.gtk.org/";
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2
- dconf libxcomposite libxdamage pango shared-mime-info at-spi2-atk
- wayland libxkbcommon adwaita-icon-theme json-glib librsvg
- wayland-protocols desktop-file-utils mesa cantarell-fonts colord rest
- libcups libcanberra fribidi iso-codes libcloudproviders
- gtk-update-icon-cache)
-makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson)
-license=(LGPL)
-install=gtk3.install
-_commit=23db3508899f8304482b68e04a181bb081549081  # tags/3.24.28^0
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit";
-gtk-query-immodules-3.0.hook)
-sha256sums=('SKIP'
-'a0319b6795410f06d38de1e8695a9bf9636ff2169f40701671580e60a108e229')
-
-pkgver() {
-  cd gtk
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-}
-
-build() {
-  # 
https://gitlab.gnome.org/GNOME/gtk/-/commit/df4b564d69cc7d2e751537eff61259b36f37e9e5
-  CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT"
-
-  arch-meson gtk build \
--D broadway_backend=true \
--D cloudproviders=true \
--D tracker3=false \
--D colord=yes \
--D gtk_doc=true \
--D man=true
-  meson compile -C build
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_gtk3() {
-  provides=(gtk3-print-backends libgtk-3.so libgdk-3.so libgailutil-3.so)
-  conflicts=(gtk3-print-backends)
-  replaces=("gtk3-print-backends<=3.22.26-1")
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  install -Dm644 /dev/stdin "$pkgdir/usr/share/gtk-3.0/settings.ini" <
+# Contributor: Ionut Biru 
+
+pkgbase=gtk3
+pkgname=(gtk3 gtk3-docs gtk3-demos)
+pkgver=3.24.28
+pkgrel=3
+epoch=1
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(x86_64)
+url="https://www.gtk.org/";
+depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2
+ dconf libxcomposite libxdamage pango shared-mime-info at-spi2-atk
+ wayland libxkbcommon adwaita-icon-theme json-glib librsvg
+ wayland-protocols desktop-file-utils mesa cantarell-fonts colord rest
+ libcups libcanberra fribidi iso-codes libcloudproviders
+ gtk-update-icon-cache)
+makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson)
+license=(LGPL)
+install=gtk3.install
+_commit=23db3508899f8304482b68e04a181bb081549081  # tags/3.24.28^0
+source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit";
+gtk-query-immodules-3.0.hook)
+sha256sums=('SKIP'
+'a0319b6795410f06d38de1e8695a9bf9636ff2169f40701671580e60a108e229')
+
+pkgver() {
+  cd gtk
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtk
+}
+
+build() {
+  local meson_options=(
+# 
https://gitlab.gnome.org/GNOME/gtk/-/commit/df4b564d69cc7d2e751537eff61259b36f37e9e5
+--buildtype release
+-D c_args="-DG_ENABLE_DEBUG"
+
+-D broadway_backend=true
+-D cloudproviders=true
+-D tracker3=false
+-D colord=yes
+-D gtk_doc=true
+-D man=true
+  )
+
+  arch-meson gtk build "${meson_options[@]}"
+  meson compile -C build
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_gtk3() {
+  provides=(gtk3-print-backends libgtk-3.so libgdk-3.so libgailutil-3.so)
+  conflicts=(gtk3-print-backends)
+  replaces=("gtk3-print-backends<=3.22.26-1")
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  install -Dm644 /

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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 17:52:49
  Author: felixonmars
Revision: 915766

archrelease: copy trunk to community-x86_64

Added:
  v2ray/repos/community-x86_64/PKGBUILD
(from rev 915765, v2ray/trunk/PKGBUILD)
Deleted:
  v2ray/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 17:52:33 UTC (rev 915765)
+++ PKGBUILD2021-04-11 17:52:49 UTC (rev 915766)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: pandada8 
-
-pkgname=v2ray
-pkgver=4.36.2
-pkgrel=1
-pkgdesc="A platform for building proxies to bypass network restrictions"
-arch=('x86_64')
-url="https://github.com/v2fly/v2ray-core";
-license=('MIT')
-depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
-makedepends=('go' 'git')
-backup=(etc/v2ray/config.json)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/v2ray-core/archive/v$pkgver.tar.gz";)
-sha512sums=('15731d91c1f3f9f893d128a271114278df5f487a9ebf716a7a96b733ce19211ba02a767f2dc147f4dc506aa01a438e32abdfdb3ad2e083049102e707e718e867')
-
-prepare() {
-  cd v2ray-core-$pkgver
-  sed -i 's|/usr/local/bin|/usr/bin|;s|/usr/local/etc|/etc|' 
release/config/systemd/system/*.service
-}
-
-build() {
-  cd v2ray-core-$pkgver
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  go build -o v2ray ./main
-  go build -o v2ctl ./infra/control/main
-}
-
-check() {
-  cd v2ray-core-$pkgver
-  go test -p 1 -tags json -v -timeout 30m ./...
-}
-
-package() {
-  cd v2ray-core-$pkgver
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
-  install -Dm644 release/config/systemd/system/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
-  install -Dm644 release/config/systemd/system/v2ray@.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
-  install -Dm644 release/config/*.json -t "$pkgdir"/etc/v2ray/
-  install -Dm755 v2ray -t "$pkgdir"/usr/bin/
-  install -Dm755 v2ctl -t "$pkgdir"/usr/bin/
-}

Copied: v2ray/repos/community-x86_64/PKGBUILD (from rev 915765, 
v2ray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-11 17:52:49 UTC (rev 915766)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: pandada8 
+
+pkgname=v2ray
+pkgver=4.37.0
+pkgrel=1
+pkgdesc="A platform for building proxies to bypass network restrictions"
+arch=('x86_64')
+url="https://github.com/v2fly/v2ray-core";
+license=('MIT')
+depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
+makedepends=('go' 'git')
+backup=(etc/v2ray/config.json)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/v2ray-core/archive/v$pkgver.tar.gz";)
+sha512sums=('9d16f6d5343a5724bc6755df32859d0977b612288b84301dadf3887b805e5e99eb4f6b0785265caa549d6a7ff9a9d10a45d9040d08adb5ee4bfd3bbd08f02985')
+
+prepare() {
+  cd v2ray-core-$pkgver
+  sed -i 's|/usr/local/bin|/usr/bin|;s|/usr/local/etc|/etc|' 
release/config/systemd/system/*.service
+}
+
+build() {
+  cd v2ray-core-$pkgver
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  go build -o v2ray ./main
+  go build -o v2ctl ./infra/control/main
+}
+
+check() {
+  cd v2ray-core-$pkgver
+  go test -p 1 -tags json -v -timeout 30m ./...
+}
+
+package() {
+  cd v2ray-core-$pkgver
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
+  install -Dm644 release/config/systemd/system/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
+  install -Dm644 release/config/systemd/system/v2ray@.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
+  install -Dm644 release/config/*.json -t "$pkgdir"/etc/v2ray/
+  install -Dm755 v2ray -t "$pkgdir"/usr/bin/
+  install -Dm755 v2ctl -t "$pkgdir"/usr/bin/
+}


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 17:52:33
  Author: felixonmars
Revision: 915765

upgpkg: v2ray 4.37.0-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 17:52:03 UTC (rev 915764)
+++ PKGBUILD2021-04-11 17:52:33 UTC (rev 915765)
@@ -2,7 +2,7 @@
 # Contributor: pandada8 
 
 pkgname=v2ray
-pkgver=4.36.2
+pkgver=4.37.0
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go' 'git')
 backup=(etc/v2ray/config.json)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/v2ray-core/archive/v$pkgver.tar.gz";)
-sha512sums=('15731d91c1f3f9f893d128a271114278df5f487a9ebf716a7a96b733ce19211ba02a767f2dc147f4dc506aa01a438e32abdfdb3ad2e083049102e707e718e867')
+sha512sums=('9d16f6d5343a5724bc6755df32859d0977b612288b84301dadf3887b805e5e99eb4f6b0785265caa549d6a7ff9a9d10a45d9040d08adb5ee4bfd3bbd08f02985')
 
 prepare() {
   cd v2ray-core-$pkgver


[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (8 files)

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 17:52:03
  Author: felixonmars
Revision: 915764

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 915763, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 915763, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
(from rev 915763, wine-staging/trunk/wine-binfmt.conf)
  wine-staging/repos/multilib-x86_64/wine.install
(from rev 915763, wine-staging/trunk/wine.install)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
  wine-staging/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  392 ++---
 wine-binfmt.conf |4 
 wine.install |   14 -
 3 files changed, 205 insertions(+), 205 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
915763, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 17:51:33 UTC (rev 915763)
+++ PKGBUILD2021-04-11 17:52:03 UTC (rev 915764)
@@ -1,196 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=6.5
-pkgrel=2
-
-#_winever=${pkgver%.*}
-_winever=$pkgver
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/6.x/wine-$_winever.tar.xz{,.sign}
-
"https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever/wine-staging-v$_pkgbasever.tar.gz";
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('11f9d2bb515c63429d397b97ecc1f13d0dbb717780d674229b851b819d707e0fd6fbf8bbae9a41dbf7b2ceb3729c4f5643d1ec5e414d6694d192072081f96fe4'
-'SKIP'
-
'bb5199419a22a4536ff95fb0e6257d7c870fe79f40346d56101579edae5c44086fac0db975e04452fcc1d7cda0d5392ff703e1c39504ec4ee63610e2e89fd1e1'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="https://www.wine-staging.com";
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  faudio   lib32-faudio
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex mingw-w64-gcc
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  sdl2  lib32-sdl2
-  vkd3d lib32-vkd3d
-  libcups   lib32-libcups
-  sane
-  libgphoto2
-  gsm
-  ffmpeg
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpul

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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Sunday, April 11, 2021 @ 17:51:31
  Author: heftig
Revision: 412243

3.24.28-3: FS#70412 Fix test harness

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 17:42:00 UTC (rev 412242)
+++ PKGBUILD2021-04-11 17:51:31 UTC (rev 412243)
@@ -4,7 +4,7 @@
 pkgbase=gtk3
 pkgname=(gtk3 gtk3-docs gtk3-demos)
 pkgver=3.24.28
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(x86_64)
@@ -34,16 +34,20 @@
 }
 
 build() {
-  # 
https://gitlab.gnome.org/GNOME/gtk/-/commit/df4b564d69cc7d2e751537eff61259b36f37e9e5
-  CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT"
+  local meson_options=(
+# 
https://gitlab.gnome.org/GNOME/gtk/-/commit/df4b564d69cc7d2e751537eff61259b36f37e9e5
+--buildtype release
+-D c_args="-DG_ENABLE_DEBUG"
 
-  arch-meson gtk build \
--D broadway_backend=true \
--D cloudproviders=true \
--D tracker3=false \
--D colord=yes \
--D gtk_doc=true \
+-D broadway_backend=true
+-D cloudproviders=true
+-D tracker3=false
+-D colord=yes
+-D gtk_doc=true
 -D man=true
+  )
+
+  arch-meson gtk build "${meson_options[@]}"
   meson compile -C build
 }
 


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Sunday, April 11, 2021 @ 17:51:34
  Author: heftig
Revision: 412244

4.2.0-4: FS#70412 Fix test harness

Modified:
  gtk4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 17:51:31 UTC (rev 412243)
+++ PKGBUILD2021-04-11 17:51:34 UTC (rev 412244)
@@ -3,7 +3,7 @@
 pkgbase=gtk4
 pkgname=(gtk4 gtk-update-icon-cache gtk4-docs gtk4-demos)
 pkgver=4.2.0
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(x86_64)
@@ -36,16 +36,20 @@
 }
 
 build() {
-  # 
https://gitlab.gnome.org/GNOME/gtk/-/commit/df4b564d69cc7d2e751537eff61259b36f37e9e5
-  CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT"
+  local meson_options=(
+# 
https://gitlab.gnome.org/GNOME/gtk/-/commit/df4b564d69cc7d2e751537eff61259b36f37e9e5
+--buildtype release
+-D c_args="-DG_ENABLE_DEBUG"
 
-  arch-meson gtk build \
--D broadway-backend=true \
--D cloudproviders=enabled \
--D tracker=enabled \
--D colord=enabled \
--D gtk_doc=true \
+-D broadway-backend=true
+-D cloudproviders=enabled
+-D tracker=enabled
+-D colord=enabled
+-D gtk_doc=true
 -D man-pages=true
+  )
+
+  arch-meson gtk build "${meson_options[@]}"
   meson compile -C build
 }
 


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

2021-04-11 Thread Felix Yan via arch-commits
Date: Sunday, April 11, 2021 @ 17:51:33
  Author: felixonmars
Revision: 915763

upgpkg: wine-staging 6.6-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 17:32:58 UTC (rev 915762)
+++ PKGBUILD2021-04-11 17:51:33 UTC (rev 915763)
@@ -5,8 +5,8 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=6.5
-pkgrel=2
+pkgver=6.6
+pkgrel=1
 
 #_winever=${pkgver%.*}
 _winever=$pkgver
@@ -16,9 +16,9 @@
 
"https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever/wine-staging-v$_pkgbasever.tar.gz";
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('11f9d2bb515c63429d397b97ecc1f13d0dbb717780d674229b851b819d707e0fd6fbf8bbae9a41dbf7b2ceb3729c4f5643d1ec5e414d6694d192072081f96fe4'
+sha512sums=('a5caabc5ff91a830fbdcd25a85ee32b6df98315325a929a3124521cd10cc873e5a585359b03eb0293bb2474e39a179cbe179c0611acda6a228861e06068c091e'
 'SKIP'
-
'bb5199419a22a4536ff95fb0e6257d7c870fe79f40346d56101579edae5c44086fac0db975e04452fcc1d7cda0d5392ff703e1c39504ec4ee63610e2e89fd1e1'
+
'65e90c4a0965f2db499edcff5171552b8e95716ff9b2a4ed272d022bc0b1f99547ca1d7b09ced2a267cdf3dfbaf552f9cbb2cc8bbd34636eb3882406ab5985d2'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Sunday, April 11, 2021 @ 17:42:00
  Author: heftig
Revision: 412242

archrelease: copy trunk to extra-x86_64

Added:
  seahorse/repos/extra-x86_64/PKGBUILD
(from rev 412241, seahorse/trunk/PKGBUILD)
Deleted:
  seahorse/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 17:41:47 UTC (rev 412241)
+++ PKGBUILD2021-04-11 17:42:00 UTC (rev 412242)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Michel Brabants 
-
-pkgname=seahorse
-pkgver=3.38.1
-pkgrel=1
-epoch=1
-pkgdesc="GNOME application for managing PGP keys."
-url="https://wiki.gnome.org/Apps/Seahorse";
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 gcr libsecret libsoup gpgme org.freedesktop.secrets libpwquality
- libhandy)
-makedepends=(libldap yelp-tools gobject-introspection vala git meson)
-provides=(x11-ssh-askpass)
-_commit=2270a4502c0bd57fe49b86f7a7e70bc121df9b14  # tags/3.38.1^0
-source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D manpage=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: seahorse/repos/extra-x86_64/PKGBUILD (from rev 412241, 
seahorse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-11 17:42:00 UTC (rev 412242)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Michel Brabants 
+
+pkgname=seahorse
+pkgver=40.0
+pkgrel=1
+epoch=1
+pkgdesc="GNOME application for managing PGP keys."
+url="https://wiki.gnome.org/Apps/Seahorse";
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gcr libsecret libsoup gpgme org.freedesktop.secrets libpwquality
+ libhandy)
+makedepends=(libldap yelp-tools gobject-introspection vala git meson)
+provides=(x11-ssh-askpass)
+_commit=c8a76bc0c23a9ede216158a7a8c292dd88db28e5  # tags/40.0^0
+source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D manpage=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Sunday, April 11, 2021 @ 17:41:47
  Author: heftig
Revision: 412241

40.0-1

Modified:
  seahorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 17:41:24 UTC (rev 412240)
+++ PKGBUILD2021-04-11 17:41:47 UTC (rev 412241)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.38.1
+pkgver=40.0
 pkgrel=1
 epoch=1
 pkgdesc="GNOME application for managing PGP keys."
@@ -14,7 +14,7 @@
  libhandy)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=2270a4502c0bd57fe49b86f7a7e70bc121df9b14  # tags/3.38.1^0
+_commit=c8a76bc0c23a9ede216158a7a8c292dd88db28e5  # tags/40.0^0
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in file-roller/repos/extra-x86_64 (3 files)

2021-04-11 Thread Jan Steffens via arch-commits
Date: Sunday, April 11, 2021 @ 17:41:23
  Author: heftig
Revision: 412239

archrelease: copy trunk to extra-x86_64

Added:
  file-roller/repos/extra-x86_64/PKGBUILD
(from rev 412238, file-roller/trunk/PKGBUILD)
Deleted:
  
file-roller/repos/extra-x86_64/0001-data-Install-D-Bus-service-file-to-correct-location.patch
  file-roller/repos/extra-x86_64/PKGBUILD

+
 0001-data-Install-D-Bus-service-file-to-correct-location.patch |   35 ---
 PKGBUILD   |   92 
+-
 2 files changed, 46 insertions(+), 81 deletions(-)

Deleted: 0001-data-Install-D-Bus-service-file-to-correct-location.patch
===
--- 0001-data-Install-D-Bus-service-file-to-correct-location.patch  
2021-04-11 17:41:07 UTC (rev 412238)
+++ 0001-data-Install-D-Bus-service-file-to-correct-location.patch  
2021-04-11 17:41:23 UTC (rev 412239)
@@ -1,35 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 6 Apr 2021 20:26:11 +
-Subject: [PATCH] data: Install D-Bus service file to correct location
-
-dbus-broker was complaining:
-
-> Service file
-> `/usr/share//dbus-1/services/org.gnome.FileRoller.ArchiveManager1.service`
-> is not named after the D-Bus name `org.gnome.ArchiveManager1`.

- data/meson.build  | 4 ++--
- ...nager1.service.in => org.gnome.ArchiveManager1.service.in} | 0
- 2 files changed, 2 insertions(+), 2 deletions(-)
- rename data/{org.gnome.FileRoller.ArchiveManager1.service.in => 
org.gnome.ArchiveManager1.service.in} (100%)
-
-diff --git a/data/meson.build b/data/meson.build
-index c0eaeac2..7c1588e5 100644
 a/data/meson.build
-+++ b/data/meson.build
-@@ -41,8 +41,8 @@ configure_file(
- )
- 
- configure_file(
--  input : 'org.gnome.FileRoller.ArchiveManager1.service.in',
--  output : 'org.gnome.FileRoller.ArchiveManager1.service',
-+  input : 'org.gnome.ArchiveManager1.service.in',
-+  output : 'org.gnome.ArchiveManager1.service',
-   configuration : service_data,
-   install : true,
-   install_dir : join_paths(datadir, 'dbus-1/services')
-diff --git a/data/org.gnome.FileRoller.ArchiveManager1.service.in 
b/data/org.gnome.ArchiveManager1.service.in
-similarity index 100%
-rename from data/org.gnome.FileRoller.ArchiveManager1.service.in
-rename to data/org.gnome.ArchiveManager1.service.in

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 17:41:07 UTC (rev 412238)
+++ PKGBUILD2021-04-11 17:41:23 UTC (rev 412239)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=file-roller
-pkgver=3.38.0
-pkgrel=2
-pkgdesc="Create and modify archives"
-url="https://wiki.gnome.org/Apps/FileRoller";
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
-makedepends=(yelp-tools git libnautilus-extension meson appstream-glib)
-optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
-'unrar: better RAR archive support'
-'unace: ACE archive support'
-'lrzip: lrzip archive support'
-'squashfs-tools: squashfs image support')
-groups=(gnome)
-_commit=25f9db9770ff5f68aeaffce2e329ef39ae47729d  # tags/3.38.0^0
-source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit";
-0001-data-Install-D-Bus-service-file-to-correct-location.patch)
-sha256sums=('SKIP'
-'c82c4e7b78c110f7cfb0d28815df63a0e295225014d0d06cca60cb0dc5c0bb47')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git apply -3 
../0001-data-Install-D-Bus-service-file-to-correct-location.patch
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: file-roller/repos/extra-x86_64/PKGBUILD (from rev 412238, 
file-roller/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-11 17:41:23 UTC (rev 412239)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=file-roller
+pkgver=3.38.1
+pkgrel=1
+pkgdesc="Create and modify archives"
+url="https://wiki.gnome.org/Apps/FileRoller";
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
+makedepends=(yelp-tools git libnautilus-extension meson appstream-glib)
+optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
+'unrar: better RAR archive support'
+'unace: ACE archive support'
+'lrzip: lrzip archive support'
+'squashfs-tools: squashfs 

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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Sunday, April 11, 2021 @ 17:41:24
  Author: heftig
Revision: 412240

archrelease: copy trunk to extra-x86_64

Added:
  gthumb/repos/extra-x86_64/PKGBUILD
(from rev 412238, gthumb/trunk/PKGBUILD)
Deleted:
  gthumb/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 17:41:23 UTC (rev 412239)
+++ PKGBUILD2021-04-11 17:41:24 UTC (rev 412240)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=gthumb
-pkgver=3.10.2
-pkgrel=1
-pkgdesc="Image browser and viewer for the GNOME Desktop"
-url="https://wiki.gnome.org/Apps/gthumb";
-arch=(x86_64)
-license=(GPL)
-depends=(dconf librsvg clutter-gtk gst-plugins-base-libs 
gsettings-desktop-schemas libwebp
- libsecret libsoup webkit2gtk json-glib gst-plugin-gtk)
-makedepends=(libchamplain exiv2 brasero libraw liboauth docbook-xsl yelp-tools 
meson git)
-optdepends=('libraw: read RAW files'
-'exiv2: metadata support'
-'libchamplain: map viewer'
-'brasero: burn discs'
-'liboauth: web albums')
-_commit=bc097f573c3e73c4a454caca177c85b0fa513efe  # tags/3.10.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D libchamplain=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gthumb/repos/extra-x86_64/PKGBUILD (from rev 412238, 
gthumb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-11 17:41:24 UTC (rev 412240)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=gthumb
+pkgver=3.10.3
+pkgrel=1
+pkgdesc="Image browser and viewer for the GNOME Desktop"
+url="https://wiki.gnome.org/Apps/gthumb";
+arch=(x86_64)
+license=(GPL)
+depends=(dconf librsvg clutter-gtk gst-plugins-base-libs 
gsettings-desktop-schemas libwebp
+ libsecret libsoup webkit2gtk json-glib gst-plugin-gtk)
+makedepends=(libchamplain exiv2 brasero libraw liboauth docbook-xsl yelp-tools 
meson git)
+optdepends=('libraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+_commit=279cda8b62c9dbf2ac1cf8debf519dad8d5430f1  # tags/3.10.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D libchamplain=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in file-roller/trunk (2 files)

2021-04-11 Thread Jan Steffens via arch-commits
Date: Sunday, April 11, 2021 @ 17:41:07
  Author: heftig
Revision: 412238

3.38.1-1

Modified:
  file-roller/trunk/PKGBUILD
Deleted:
  
file-roller/trunk/0001-data-Install-D-Bus-service-file-to-correct-location.patch

+
 0001-data-Install-D-Bus-service-file-to-correct-location.patch |   35 
--
 PKGBUILD   |   16 ++--
 2 files changed, 8 insertions(+), 43 deletions(-)

Deleted: 0001-data-Install-D-Bus-service-file-to-correct-location.patch
===
--- 0001-data-Install-D-Bus-service-file-to-correct-location.patch  
2021-04-11 17:40:58 UTC (rev 412237)
+++ 0001-data-Install-D-Bus-service-file-to-correct-location.patch  
2021-04-11 17:41:07 UTC (rev 412238)
@@ -1,35 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 6 Apr 2021 20:26:11 +
-Subject: [PATCH] data: Install D-Bus service file to correct location
-
-dbus-broker was complaining:
-
-> Service file
-> `/usr/share//dbus-1/services/org.gnome.FileRoller.ArchiveManager1.service`
-> is not named after the D-Bus name `org.gnome.ArchiveManager1`.

- data/meson.build  | 4 ++--
- ...nager1.service.in => org.gnome.ArchiveManager1.service.in} | 0
- 2 files changed, 2 insertions(+), 2 deletions(-)
- rename data/{org.gnome.FileRoller.ArchiveManager1.service.in => 
org.gnome.ArchiveManager1.service.in} (100%)
-
-diff --git a/data/meson.build b/data/meson.build
-index c0eaeac2..7c1588e5 100644
 a/data/meson.build
-+++ b/data/meson.build
-@@ -41,8 +41,8 @@ configure_file(
- )
- 
- configure_file(
--  input : 'org.gnome.FileRoller.ArchiveManager1.service.in',
--  output : 'org.gnome.FileRoller.ArchiveManager1.service',
-+  input : 'org.gnome.ArchiveManager1.service.in',
-+  output : 'org.gnome.ArchiveManager1.service',
-   configuration : service_data,
-   install : true,
-   install_dir : join_paths(datadir, 'dbus-1/services')
-diff --git a/data/org.gnome.FileRoller.ArchiveManager1.service.in 
b/data/org.gnome.ArchiveManager1.service.in
-similarity index 100%
-rename from data/org.gnome.FileRoller.ArchiveManager1.service.in
-rename to data/org.gnome.ArchiveManager1.service.in

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 17:40:58 UTC (rev 412237)
+++ PKGBUILD2021-04-11 17:41:07 UTC (rev 412238)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=file-roller
-pkgver=3.38.0
-pkgrel=2
+pkgver=3.38.1
+pkgrel=1
 pkgdesc="Create and modify archives"
 url="https://wiki.gnome.org/Apps/FileRoller";
 arch=(x86_64)
@@ -16,11 +16,9 @@
 'lrzip: lrzip archive support'
 'squashfs-tools: squashfs image support')
 groups=(gnome)
-_commit=25f9db9770ff5f68aeaffce2e329ef39ae47729d  # tags/3.38.0^0
-source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit";
-0001-data-Install-D-Bus-service-file-to-correct-location.patch)
-sha256sums=('SKIP'
-'c82c4e7b78c110f7cfb0d28815df63a0e295225014d0d06cca60cb0dc5c0bb47')
+_commit=12d6c77fb736d70bee4c8f6f5ea7c60adde8473c  # tags/3.38.1^0
+source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit";)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -29,7 +27,9 @@
 
 prepare() {
   cd $pkgname
-  git apply -3 
../0001-data-Install-D-Bus-service-file-to-correct-location.patch
+
+  # Install D-Bus service file to correct location
+  git cherry-pick -n 5d48ddc3002fa8257a56eaedee44cdf694e1d861
 }
 
 build() {


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

2021-04-11 Thread Jan Steffens via arch-commits
Date: Sunday, April 11, 2021 @ 17:40:58
  Author: heftig
Revision: 412237

3.10.3-1

Modified:
  gthumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-11 17:40:39 UTC (rev 412236)
+++ PKGBUILD2021-04-11 17:40:58 UTC (rev 412237)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=gthumb
-pkgver=3.10.2
+pkgver=3.10.3
 pkgrel=1
 pkgdesc="Image browser and viewer for the GNOME Desktop"
 url="https://wiki.gnome.org/Apps/gthumb";
@@ -17,7 +17,7 @@
 'libchamplain: map viewer'
 'brasero: burn discs'
 'liboauth: web albums')
-_commit=bc097f573c3e73c4a454caca177c85b0fa513efe  # tags/3.10.2^0
+_commit=279cda8b62c9dbf2ac1cf8debf519dad8d5430f1  # tags/3.10.3^0
 source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit";)
 sha256sums=('SKIP')
 


  1   2   >