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

2019-11-12 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, November 13, 2019 @ 07:14:18
  Author: yan12125
Revision: 527086

archrelease: copy trunk to community-testing-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-13 07:07:52 UTC (rev 527085)
+++ PKGBUILD2019-11-13 07:14:18 UTC (rev 527086)
@@ -1,39 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.25.0
-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-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
-sha256sums=('3c873d2289f41f43ef6f97545780f3e12fcb18a7364ea7a14c3c572218e398b1')
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  site_packages_path=$(python -c 'import site; 
print(site.getsitepackages()[0])')
-
-  # Tests in test/integration need the cfn-lint binary
-  python setup.py install --root="$srcdir"/tmp_install
-
-  export PYTHONPATH="$srcdir"/tmp_install$site_packages_path
-  export PATH="$PATH:$srcdir/tmp_install/usr/bin"
-  pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  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-testing-any/PKGBUILD (from rev 527085, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-13 07:14:18 UTC (rev 527086)
@@ -0,0 +1,39 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.25.0
+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-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
+sha256sums=('3c873d2289f41f43ef6f97545780f3e12fcb18a7364ea7a14c3c572218e398b1')
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  site_packages_path=$(python -c 'import site; 
print(site.getsitepackages()[0])')
+
+  # Tests in test/integration need the cfn-lint binary
+  python setup.py install --root="$srcdir"/tmp_install
+
+  export PYTHONPATH="$srcdir"/tmp_install$site_packages_path
+  export PATH="$PATH:$srcdir/tmp_install/usr/bin"
+  pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  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/repos/community-testing-any (2 files)

2019-11-12 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, November 13, 2019 @ 07:07:52
  Author: yan12125
Revision: 527085

archrelease: copy trunk to community-testing-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-13 07:07:38 UTC (rev 527084)
+++ PKGBUILD2019-11-13 07:07:52 UTC (rev 527085)
@@ -1,32 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.24.8
-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-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
-sha256sums=('c55210404e3d1b4612b8c5be9da00b4d9324f6d186783356b4f4605d2faac836')
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH="$PWD/build/lib" pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  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-testing-any/PKGBUILD (from rev 527084, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-13 07:07:52 UTC (rev 527085)
@@ -0,0 +1,39 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.25.0
+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-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
+sha256sums=('3c873d2289f41f43ef6f97545780f3e12fcb18a7364ea7a14c3c572218e398b1')
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  site_packages_path=$(python -c 'import site; 
print(site.getsitepackages()[0])')
+
+  # Tests in test/integration need the cfn-lint binary
+  python setup.py install --root="$srcdir"/tmp_install
+
+  export PYTHONPATH="$srcdir"/tmp_install$site_packages_path
+  export PATH="$PATH:$srcdir/tmp_install/usr/bin"
+  pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  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)

2019-11-12 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, November 13, 2019 @ 07:07:38
  Author: yan12125
Revision: 527084

upgpkg: python-cfn-lint 0.25.0-1

* check() fails unless a patch is added to python-botocore for upstream issue
  https://github.com/boto/botocore/issues/1872

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-13 06:37:57 UTC (rev 527083)
+++ PKGBUILD2019-11-13 07:07:38 UTC (rev 527084)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-cfn-lint
-pkgver=0.24.8
+pkgver=0.25.0
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -11,7 +11,7 @@
  python-jsonpatch python-jsonschema python-setuptools)
 checkdepends=(python-pytest python-mock)
 
source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
-sha256sums=('c55210404e3d1b4612b8c5be9da00b4d9324f6d186783356b4f4605d2faac836')
+sha256sums=('3c873d2289f41f43ef6f97545780f3e12fcb18a7364ea7a14c3c572218e398b1')
 
 build() {
   cd cfn-python-lint-$pkgver
@@ -21,7 +21,14 @@
 check() {
   cd cfn-python-lint-$pkgver
 
-  PYTHONPATH="$PWD/build/lib" pytest -v test
+  site_packages_path=$(python -c 'import site; 
print(site.getsitepackages()[0])')
+
+  # Tests in test/integration need the cfn-lint binary
+  python setup.py install --root="$srcdir"/tmp_install
+
+  export PYTHONPATH="$srcdir"/tmp_install$site_packages_path
+  export PATH="$PATH:$srcdir/tmp_install/usr/bin"
+  pytest -v test
 }
 
 package() {


[arch-commits] Commit in python-aws-xray-sdk/repos/community-testing-any (3 files)

2019-11-12 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, November 13, 2019 @ 06:37:57
  Author: yan12125
Revision: 527083

archrelease: copy trunk to community-testing-any

Added:
  python-aws-xray-sdk/repos/community-testing-any/PKGBUILD
(from rev 527082, python-aws-xray-sdk/trunk/PKGBUILD)
  
python-aws-xray-sdk/repos/community-testing-any/python-aws-xray-sdk-botocore-1.13.patch
(from rev 527082, 
python-aws-xray-sdk/trunk/python-aws-xray-sdk-botocore-1.13.patch)
Deleted:
  python-aws-xray-sdk/repos/community-testing-any/PKGBUILD

-+
 PKGBUILD|  106 +++---
 python-aws-xray-sdk-botocore-1.13.patch |   80 ++
 2 files changed, 135 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-13 06:37:40 UTC (rev 527082)
+++ PKGBUILD2019-11-13 06:37:57 UTC (rev 527083)
@@ -1,51 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-aws-xray-sdk
-_pkgname=aws-xray-sdk-python
-pkgver=2.4.2
-pkgrel=6
-pkgdesc='AWS X-Ray SDK for Python'
-arch=(any)
-url='https://github.com/aws/aws-xray-sdk-python'
-license=(Apache)
-makedepends=(python-setuptools python-pypandoc)
-depends=(python python-botocore python-future python-jsonpickle python-wrapt)
-checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest 
python-aiohttp
-  python-pytest-aiohttp python-testing.postgresql python-psycopg2
-  python-pg8000 python-requests python-aiobotocore)
-# Not using PyPI source tarball as it does not include tests
-source=("https://github.com/aws/aws-xray-sdk-python/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-
"aws-xray-sdk-psycopg2.8.patch"::"https://github.com/aws/aws-xray-sdk-python/commit/4b4422a3ad9bb9a28399b34851dd574f6155bb66.patch;
-
"aws-xray-sdk-pynamodb4.patch"::"https://github.com/aws/aws-xray-sdk-python/commit/1dd185ba2fb946cea711a9620f04516c7f6eecdf.patch;)
-sha256sums=('e480a6dc21d314faf6a9af4cf871fd7b782fae1e704e0fe5977161707f101374'
-'b0740901e4c3bd0a678b217b1121c5f827e8535722a560d9f84fb9a8b90f8f74'
-'c2ad5a109841600d271c0b4b49b0fb2b54bcac6e220bf6a7c4cd6f68e17f377e')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  patch -Np1 -i ../aws-xray-sdk-psycopg2.8.patch
-  # https://github.com/aws/aws-xray-sdk-python/issues/171
-  patch -Np1 -i ../aws-xray-sdk-pynamodb4.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  export AWS_SECRET_ACCESS_KEY=fake_key
-  export AWS_ACCESS_KEY_ID=fake_id
-
-  # the test suite is not compatible with Django 2.x yet
-  # https://github.com/aws/aws-xray-sdk-python/issues/85
-  pytest -v --ignore tests/ext/django
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-aws-xray-sdk/repos/community-testing-any/PKGBUILD (from rev 
527082, python-aws-xray-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-13 06:37:57 UTC (rev 527083)
@@ -0,0 +1,55 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Guillaume Horel 
+
+pkgname=python-aws-xray-sdk
+_pkgname=aws-xray-sdk-python
+pkgver=2.4.2
+pkgrel=7
+pkgdesc='AWS X-Ray SDK for Python'
+arch=(any)
+url='https://github.com/aws/aws-xray-sdk-python'
+license=(Apache)
+makedepends=(python-setuptools python-pypandoc)
+depends=(python python-botocore python-future python-jsonpickle python-wrapt)
+checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest 
python-aiohttp
+  python-pytest-aiohttp python-testing.postgresql python-psycopg2
+  python-pg8000 python-requests python-aiobotocore)
+# Not using PyPI source tarball as it does not include tests
+source=("https://github.com/aws/aws-xray-sdk-python/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+
"aws-xray-sdk-psycopg2.8.patch"::"https://github.com/aws/aws-xray-sdk-python/commit/4b4422a3ad9bb9a28399b34851dd574f6155bb66.patch;
+
"aws-xray-sdk-pynamodb4.patch"::"https://github.com/aws/aws-xray-sdk-python/commit/1dd185ba2fb946cea711a9620f04516c7f6eecdf.patch;
+"$pkgname-botocore-1.13.patch")
+sha256sums=('e480a6dc21d314faf6a9af4cf871fd7b782fae1e704e0fe5977161707f101374'
+'b0740901e4c3bd0a678b217b1121c5f827e8535722a560d9f84fb9a8b90f8f74'
+'c2ad5a109841600d271c0b4b49b0fb2b54bcac6e220bf6a7c4cd6f68e17f377e'
+'f581fe077ed5484e95cf7a3dc651fc3a86bcac6a8fcd142d701edce01266412c')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../aws-xray-sdk-psycopg2.8.patch
+  # https://github.com/aws/aws-xray-sdk-python/issues/171
+  patch -Np1 -i ../aws-xray-sdk-pynamodb4.patch
+  # https://github.com/aws/aws-xray-sdk-python/pull/181
+  patch -Np1 -i ../$pkgname-botocore-1.13.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  

[arch-commits] Commit in python-aws-xray-sdk/trunk (2 files)

2019-11-12 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, November 13, 2019 @ 06:37:40
  Author: yan12125
Revision: 527082

upgpkg: python-aws-xray-sdk 2.4.2-7 - compatibility with botocore 1.13

The patch, which is from https://github.com/aws/aws-xray-sdk-python/pull/181,
is not merged yet. It looks good to me, so I added it to Arch Linux before
upstream actions.

Added:
  python-aws-xray-sdk/trunk/python-aws-xray-sdk-botocore-1.13.patch
Modified:
  python-aws-xray-sdk/trunk/PKGBUILD

-+
 PKGBUILD|   10 ++-
 python-aws-xray-sdk-botocore-1.13.patch |   80 ++
 2 files changed, 87 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-13 03:01:13 UTC (rev 527081)
+++ PKGBUILD2019-11-13 06:37:40 UTC (rev 527082)
@@ -4,7 +4,7 @@
 pkgname=python-aws-xray-sdk
 _pkgname=aws-xray-sdk-python
 pkgver=2.4.2
-pkgrel=6
+pkgrel=7
 pkgdesc='AWS X-Ray SDK for Python'
 arch=(any)
 url='https://github.com/aws/aws-xray-sdk-python'
@@ -17,10 +17,12 @@
 # Not using PyPI source tarball as it does not include tests
 
source=("https://github.com/aws/aws-xray-sdk-python/archive/$pkgver/$pkgname-$pkgver.tar.gz;
 
"aws-xray-sdk-psycopg2.8.patch"::"https://github.com/aws/aws-xray-sdk-python/commit/4b4422a3ad9bb9a28399b34851dd574f6155bb66.patch;
-
"aws-xray-sdk-pynamodb4.patch"::"https://github.com/aws/aws-xray-sdk-python/commit/1dd185ba2fb946cea711a9620f04516c7f6eecdf.patch;)
+
"aws-xray-sdk-pynamodb4.patch"::"https://github.com/aws/aws-xray-sdk-python/commit/1dd185ba2fb946cea711a9620f04516c7f6eecdf.patch;
+"$pkgname-botocore-1.13.patch")
 sha256sums=('e480a6dc21d314faf6a9af4cf871fd7b782fae1e704e0fe5977161707f101374'
 'b0740901e4c3bd0a678b217b1121c5f827e8535722a560d9f84fb9a8b90f8f74'
-'c2ad5a109841600d271c0b4b49b0fb2b54bcac6e220bf6a7c4cd6f68e17f377e')
+'c2ad5a109841600d271c0b4b49b0fb2b54bcac6e220bf6a7c4cd6f68e17f377e'
+'f581fe077ed5484e95cf7a3dc651fc3a86bcac6a8fcd142d701edce01266412c')
 
 prepare() {
   cd $_pkgname-$pkgver
@@ -27,6 +29,8 @@
   patch -Np1 -i ../aws-xray-sdk-psycopg2.8.patch
   # https://github.com/aws/aws-xray-sdk-python/issues/171
   patch -Np1 -i ../aws-xray-sdk-pynamodb4.patch
+  # https://github.com/aws/aws-xray-sdk-python/pull/181
+  patch -Np1 -i ../$pkgname-botocore-1.13.patch
 }
 
 build() {

Added: python-aws-xray-sdk-botocore-1.13.patch
===
--- python-aws-xray-sdk-botocore-1.13.patch (rev 0)
+++ python-aws-xray-sdk-botocore-1.13.patch 2019-11-13 06:37:40 UTC (rev 
527082)
@@ -0,0 +1,80 @@
+From a9fb17f9f9d9edd44a2eafc2add36607b2aff98a Mon Sep 17 00:00:00 2001
+From: Daniel Roschka 
+Date: Mon, 11 Nov 2019 10:30:52 +0100
+Subject: [PATCH 1/2] Fix patching for PynamoDB 4.x with botocore 1.13
+
+---
+ aws_xray_sdk/ext/pynamodb/patch.py | 11 ++-
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+diff --git a/aws_xray_sdk/ext/pynamodb/patch.py 
b/aws_xray_sdk/ext/pynamodb/patch.py
+index 74b7825..2be2d41 100644
+--- a/aws_xray_sdk/ext/pynamodb/patch.py
 b/aws_xray_sdk/ext/pynamodb/patch.py
+@@ -1,4 +1,3 @@
+-import botocore.vendored.requests.sessions
+ import json
+ import wrapt
+ import pynamodb
+@@ -13,16 +12,18 @@
+ def patch():
+ """Patch PynamoDB so it generates subsegements when calling DynamoDB."""
+ 
+-if hasattr(botocore.vendored.requests.sessions, '_xray_enabled'):
+-return
+-setattr(botocore.vendored.requests.sessions, '_xray_enabled', True)
+-
+ if PYNAMODB4:
+ module = 'botocore.httpsession'
+ name = 'URLLib3Session.send'
+ else:
++import botocore.vendored.requests.sessions
++if hasattr(botocore.vendored.requests.sessions, '_xray_enabled'):
++return
++setattr(botocore.vendored.requests.sessions, '_xray_enabled', True)
++
+ module = 'botocore.vendored.requests.sessions'
+ name = 'Session.send'
++
+ wrapt.wrap_function_wrapper(
+ module, name, _xray_traced_pynamodb,
+ )
+
+From f1f8cd4e6635d1beb7c703717971afed54813a6a Mon Sep 17 00:00:00 2001
+From: Daniel Roschka 
+Date: Mon, 11 Nov 2019 13:17:37 +0100
+Subject: [PATCH 2/2] Make PynamoDB patching idempotent for PynamoDB 4
+
+---
+ aws_xray_sdk/ext/pynamodb/patch.py | 10 +-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+diff --git a/aws_xray_sdk/ext/pynamodb/patch.py 
b/aws_xray_sdk/ext/pynamodb/patch.py
+index 2be2d41..1478808 100644
+--- a/aws_xray_sdk/ext/pynamodb/patch.py
 b/aws_xray_sdk/ext/pynamodb/patch.py
+@@ -8,15 +8,23 @@
+ 
+ PYNAMODB4 = int(pynamodb.__version__.split('.')[0]) >= 4
+ 
++if PYNAMODB4:
++import botocore.httpsession
++else:
++import botocore.vendored.requests.sessions
++
+ 
+ def patch():
+ """Patch PynamoDB so it generates subsegements when calling 

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

2019-11-12 Thread Eli Schwartz via arch-commits
Date: Wednesday, November 13, 2019 @ 03:01:13
  Author: eschwartz
Revision: 527081

archrelease: copy trunk to community-testing-x86_64

Added:
  mod_wsgi/repos/community-testing-x86_64/PKGBUILD
(from rev 527080, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-testing-x86_64/mod_wsgi.install
(from rev 527080, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-testing-x86_64/python-3.8.patch
(from rev 527080, mod_wsgi/trunk/python-3.8.patch)
Deleted:
  mod_wsgi/repos/community-testing-x86_64/PKGBUILD
  mod_wsgi/repos/community-testing-x86_64/mod_wsgi.install
  mod_wsgi/repos/community-testing-x86_64/python-3.8.patch

--+
 PKGBUILD |  124 -
 mod_wsgi.install |   28 +++
 python-3.8.patch |  194 ++---
 3 files changed, 173 insertions(+), 173 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-13 03:00:38 UTC (rev 527080)
+++ PKGBUILD2019-11-13 03:01:13 UTC (rev 527081)
@@ -1,62 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Ryan Coyner 
-
-pkgbase=mod_wsgi
-pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.5.24
-pkgrel=3
-pkgdesc='Python WSGI adapter module for Apache'
-arch=('x86_64')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-makedepends=('apache' 'git' 'python' 'python2')
-install='mod_wsgi.install'
-source=("git+https://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver;
-python-3.8.patch)
-md5sums=('SKIP'
- '73ac9f44d14c04e4bd14eeb506313ec4')
-
-prepare() {
-  cp -r "$pkgbase" py2
-  patch -Np1 -d "$pkgbase" 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.5.24
+pkgrel=4
+pkgdesc='Python WSGI adapter module for Apache'
+arch=('x86_64')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'git' 'python' 'python2')
+install='mod_wsgi.install'
+source=("git+https://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver;
+python-3.8.patch)
+md5sums=('SKIP'
+ '73ac9f44d14c04e4bd14eeb506313ec4')
+
+prepare() {
+  cp -r "$pkgbase" py2
+  patch -Np1 -d "$pkgbase" 
-==>
-==>  To install mod_wsgi, add the following line in
-==>  /etc/httpd/conf/httpd.conf file :
-==>
-==>  LoadModule wsgi_module modules/mod_wsgi.so
-==>
-==>  and restart/reload Apache.
-==>
-==>
-meow
-}

Copied: mod_wsgi/repos/community-testing-x86_64/mod_wsgi.install (from rev 
527080, mod_wsgi/trunk/mod_wsgi.install)
===
--- mod_wsgi.install(rev 0)
+++ mod_wsgi.install2019-11-13 03:01:13 UTC (rev 527081)
@@ -0,0 +1,14 @@
+post_install() {
+  cat<
+==>
+==>  To install mod_wsgi, add the following line in
+==>  /etc/httpd/conf/httpd.conf file :
+==>
+==>  LoadModule wsgi_module modules/mod_wsgi.so
+==>
+==>  and restart/reload Apache.
+==>
+==>
+meow
+}

Deleted: python-3.8.patch
===
--- python-3.8.patch2019-11-13 03:00:38 UTC (rev 527080)
+++ python-3.8.patch2019-11-13 03:01:13 UTC (rev 527081)
@@ -1,97 +0,0 @@
-From 0f34844009075391c55419a3afb90e469facf35e Mon Sep 17 00:00:00 2001
-From: Graham Dumpleton 
-Date: Tue, 14 May 2019 16:14:07 +1000
-Subject: [PATCH] Changed functions to pre/post actions when forking.
-

- src/server/mod_wsgi.c | 13 -
- 1 file changed, 12 insertions(+), 1 deletion(-)
-
-diff --git a/src/server/mod_wsgi.c b/src/server/mod_wsgi.c
-index 2e4bb24d..bf55945a 100644
 a/src/server/mod_wsgi.c
-+++ b/src/server/mod_wsgi.c
-@@ -4345,8 +4345,13 @@ static void wsgi_python_child_init(apr_pool_t *p)
-  * do it if Python was initialised in parent process.
-  */
- 
--if (wsgi_python_initialized && !wsgi_python_after_fork)
-+if (wsgi_python_initialized && !wsgi_python_after_fork) {
-+#if PY_MAJOR_VERSION > 3 || (PY_MAJOR_VERSION == 3 && PY_MINOR_VERSION >= 7)
-+PyOS_AfterFork_Child();
-+#else
- PyOS_AfterFork();
-+#endif
-+}
- 
- /* Finalise any Python objects required by child process. */
- 
-@@ -10422,6 +10427,12 @@ static int wsgi_start_process(apr_pool_t *p, 
WSGIDaemonProcess *daemon)
- wsgi_exit_daemon_process(0);
- }
- 
-+if (wsgi_python_initialized) {
-+#if PY_MAJOR_VERSION > 3 || (PY_MAJOR_VERSION == 3 && PY_MINOR_VERSION >= 7)
-+PyOS_AfterFork_Parent();
-+#endif
-+}
-+
- apr_pool_note_subprocess(p, >process, APR_KILL_AFTER_TIMEOUT);
- apr_proc_other_child_register(>process, wsgi_manage_process,
-   daemon, NULL, p);
-
-From b03b02df6318afe26052db5b0365732152cacea2 Mon Sep 17 00:00:00 2001
-From: Graham Dumpleton 
-Date: Tue, 14 May 2019 16:14:42 +1000
-Subject: [PATCH] Use official APIs for accessing interpreter list.
-

- src/server/wsgi_interp.c | 18 

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

2019-11-12 Thread Eli Schwartz via arch-commits
Date: Wednesday, November 13, 2019 @ 03:00:38
  Author: eschwartz
Revision: 527080

upgpkg: mod_wsgi 4.5.24-4

Fix FS#64481 - can't be loaded into apache, undefined symbol PyObject_SetItem

The project LDFLAGS are completely overridden using random linker flags
extracted by hand from python-config, which breaks due to not embedding. It's
no longer 2012, we should trust upstream to get this right -- upstream does
have it right, and we are broken.

Modified:
  mod_wsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-13 01:01:22 UTC (rev 527079)
+++ PKGBUILD2019-11-13 03:00:38 UTC (rev 527080)
@@ -5,7 +5,7 @@
 pkgbase=mod_wsgi
 pkgname=($pkgbase 'mod_wsgi2')
 pkgver=4.5.24
-pkgrel=3
+pkgrel=4
 pkgdesc='Python WSGI adapter module for Apache'
 arch=('x86_64')
 url='http://www.modwsgi.org/'
@@ -39,7 +39,7 @@
 --with-apxs=/usr/bin/apxs \
 --with-python=/usr/bin/python
 
-  make LDLIBS="$(pkg-config python3 --libs) -lpthread -ldl -lutil -lm"
+  make
 }
 
 package_mod_wsgi() {


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

2019-11-12 Thread Levente Polyak via arch-commits
Date: Wednesday, November 13, 2019 @ 01:01:22
  Author: anthraxx
Revision: 527079

archrelease: copy trunk to community-x86_64

Added:
  metasploit/repos/community-x86_64/PKGBUILD
(from rev 527078, metasploit/trunk/PKGBUILD)
Deleted:
  metasploit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-13 01:00:02 UTC (rev 527078)
+++ PKGBUILD2019-11-13 01:01:22 UTC (rev 527079)
@@ -1,63 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=5.0.59
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('96c3e9815a089cb9564afa14f6dda395b4047c192ad9183e46d0f3428c2f8532')
-sha512sums=('0af174240317c5b8ae74a35149f35e0a4d4fe0badc966b1e48cfcc4256433b8f6a778819cd1b14bbcccffc720930f2a26c60b892dd1fd9a621a9c18cdd3a66c6')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-
-  # https://github.com/bundler/bundler/issues/6882
-  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
-
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  CFLAGS+=" -I/usr/include/libxml2"
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 527078, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-13 01:01:22 UTC (rev 527079)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=5.0.59
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha256sums=('96c3e9815a089cb9564afa14f6dda395b4047c192ad9183e46d0f3428c2f8532')
+sha512sums=('0af174240317c5b8ae74a35149f35e0a4d4fe0badc966b1e48cfcc4256433b8f6a778819cd1b14bbcccffc720930f2a26c60b892dd1fd9a621a9c18cdd3a66c6')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
+
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  CFLAGS+=" -I/usr/include/libxml2"
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby 

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

2019-11-12 Thread Levente Polyak via arch-commits
Date: Wednesday, November 13, 2019 @ 01:00:02
  Author: anthraxx
Revision: 527078

archrelease: copy trunk to community-x86_64

Added:
  metasploit/repos/community-x86_64/PKGBUILD
(from rev 527077, metasploit/trunk/PKGBUILD)
Deleted:
  metasploit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-13 00:59:56 UTC (rev 527077)
+++ PKGBUILD2019-11-13 01:00:02 UTC (rev 527078)
@@ -1,63 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=5.0.50
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('20997cdbb2bbba62bbe7b35331fd46d161a48cb83fc23c0ef841134b88f62582')
-sha512sums=('5b871c4ac88ef5a730d43bbc9c404083e53ecdcc55171689e653b7a70e54dd4bf8a19bfa62ccea6aebc4cb83e5a9b34710a251a8a73915415ac556761cebc3bd')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-
-  # https://github.com/bundler/bundler/issues/6882
-  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
-
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  CFLAGS+=" -I/usr/include/libxml2"
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 527077, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-13 01:00:02 UTC (rev 527078)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=5.0.59
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha256sums=('96c3e9815a089cb9564afa14f6dda395b4047c192ad9183e46d0f3428c2f8532')
+sha512sums=('0af174240317c5b8ae74a35149f35e0a4d4fe0badc966b1e48cfcc4256433b8f6a778819cd1b14bbcccffc720930f2a26c60b892dd1fd9a621a9c18cdd3a66c6')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
+
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  CFLAGS+=" -I/usr/include/libxml2"
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby 

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

2019-11-12 Thread Levente Polyak via arch-commits
Date: Wednesday, November 13, 2019 @ 00:59:56
  Author: anthraxx
Revision: 527077

upgpkg: metasploit 5.0.59-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-13 00:39:40 UTC (rev 527076)
+++ PKGBUILD2019-11-13 00:59:56 UTC (rev 527077)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=5.0.50
+pkgver=5.0.59
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -12,8 +12,8 @@
 depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('20997cdbb2bbba62bbe7b35331fd46d161a48cb83fc23c0ef841134b88f62582')
-sha512sums=('5b871c4ac88ef5a730d43bbc9c404083e53ecdcc55171689e653b7a70e54dd4bf8a19bfa62ccea6aebc4cb83e5a9b34710a251a8a73915415ac556761cebc3bd')
+sha256sums=('96c3e9815a089cb9564afa14f6dda395b4047c192ad9183e46d0f3428c2f8532')
+sha512sums=('0af174240317c5b8ae74a35149f35e0a4d4fe0badc966b1e48cfcc4256433b8f6a778819cd1b14bbcccffc720930f2a26c60b892dd1fd9a621a9c18cdd3a66c6')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}


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

2019-11-12 Thread Allan McRae via arch-commits
Date: Wednesday, November 13, 2019 @ 00:53:09
  Author: allan
Revision: 368036

archrelease: copy trunk to testing-x86_64

Added:
  xz/repos/testing-x86_64/
  xz/repos/testing-x86_64/PKGBUILD
(from rev 368035, xz/trunk/PKGBUILD)

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

Copied: xz/repos/testing-x86_64/PKGBUILD (from rev 368035, xz/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-13 00:53:09 UTC (rev 368036)
@@ -0,0 +1,37 @@
+# Maintainer: Pierre Schmitz 
+# Contributor: François Charette 
+
+pkgname=xz
+pkgver=5.2.4
+pkgrel=2
+pkgdesc='Library and command line tools for XZ and LZMA compressed files'
+arch=('x86_64')
+url='https://tukaani.org/xz/'
+license=('GPL' 'LGPL' 'custom')
+depends=('sh')
+source=("https://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('5ace3264bdd00c65eeec2891346f65e6'
+ 'SKIP')
+validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --enable-werror
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -d -m755 ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/doc/xz/COPYING ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/licenses/common/GPL2/license.txt 
${pkgdir}/usr/share/doc/xz/COPYING.GPLv2
+}


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

2019-11-12 Thread Allan McRae via arch-commits
Date: Wednesday, November 13, 2019 @ 00:52:17
  Author: allan
Revision: 368035

upgpkg: xz 5.2.4-2

rebuild with makepkg-5.2 for reproducibile build effort

Modified:
  xz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-13 00:08:54 UTC (rev 368034)
+++ PKGBUILD2019-11-13 00:52:17 UTC (rev 368035)
@@ -3,7 +3,7 @@
 
 pkgname=xz
 pkgver=5.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Library and command line tools for XZ and LZMA compressed files'
 arch=('x86_64')
 url='https://tukaani.org/xz/'


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

2019-11-12 Thread Levente Polyak via arch-commits
Date: Wednesday, November 13, 2019 @ 00:39:40
  Author: anthraxx
Revision: 527076

archrelease: copy trunk to community-x86_64

Added:
  smplayer/repos/community-x86_64/PKGBUILD
(from rev 527075, smplayer/trunk/PKGBUILD)
Deleted:
  smplayer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-13 00:39:35 UTC (rev 527075)
+++ PKGBUILD2019-11-13 00:39:40 UTC (rev 527076)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: shamrok 
-
-pkgname=smplayer
-pkgver=19.10.0
-pkgrel=1
-pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
-url='https://www.smplayer.info/'
-arch=('x86_64')
-license=('GPL')
-depends=('qt5-script' 'mpv' 'hicolor-icon-theme' 'libx11' 'zlib' 'gcc-libs')
-makedepends=('qt5-tools')
-optdepends=('smplayer-themes: icon themes collection'
-'smplayer-skins: skin themes collection'
-'smtube: browse and play youtube videos'
-'youtube-dl: youtube videos and streaming'
-'mplayer: alternative multimedia engine')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('54f751c62977899307c838936d05018b0a4884ee95e0e0415ceb92054286076b')
-sha512sums=('d41394ad61d23af96f94510f9162d9a3b2c88b66cc2bcc17b2210072ad53c322369eda149edccc4ec459b8d65b7ea80a5e1ce3cdbd1ec266b2cf6b4f189dc9c3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # make build reproducible, we compress ourselves
-  sed '/gzip -9/d' -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
-  make PREFIX=/usr \
-DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
-QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE \
-CFLAGS_EXTRA="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DOC_PATH=/usr/share/doc/smplayer \
-DESTDIR="${pkgdir}" PREFIX=/usr -j1 install
-}
-
-# vim: ts=2 sw=2 et:

Copied: smplayer/repos/community-x86_64/PKGBUILD (from rev 527075, 
smplayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-13 00:39:40 UTC (rev 527076)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: shamrok 
+
+pkgname=smplayer
+pkgver=19.10.2
+pkgrel=1
+pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
+url='https://www.smplayer.info/'
+arch=('x86_64')
+license=('GPL')
+depends=('qt5-script' 'mpv' 'hicolor-icon-theme' 'libx11' 'zlib' 'gcc-libs')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+'smplayer-skins: skin themes collection'
+'smtube: browse and play youtube videos'
+'youtube-dl: youtube videos and streaming'
+'mplayer: alternative multimedia engine')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('37ed9f9a051077b9bc1a68f06fd4ad37fdac2802f62c28fd177e91d97d094c44')
+sha512sums=('46327a1f988cfe8fe4e04f456057c2395f5ad011513988c1ffecf5c91cf2fdedbe8095cfba15f0f61c3e1cabc7f34b78d676bce430a79fcf542d74e14a33ec62')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # make build reproducible, we compress ourselves
+  sed '/gzip -9/d' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
+  make PREFIX=/usr \
+DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
+QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE \
+CFLAGS_EXTRA="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DOC_PATH=/usr/share/doc/smplayer \
+DESTDIR="${pkgdir}" PREFIX=/usr -j1 install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-12 Thread Levente Polyak via arch-commits
Date: Wednesday, November 13, 2019 @ 00:39:35
  Author: anthraxx
Revision: 527075

upgpkg: smplayer 19.10.2-1

Modified:
  smplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-13 00:34:21 UTC (rev 527074)
+++ PKGBUILD2019-11-13 00:39:35 UTC (rev 527075)
@@ -5,7 +5,7 @@
 # Contributor: shamrok 
 
 pkgname=smplayer
-pkgver=19.10.0
+pkgver=19.10.2
 pkgrel=1
 pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
 url='https://www.smplayer.info/'
@@ -19,8 +19,8 @@
 'youtube-dl: youtube videos and streaming'
 'mplayer: alternative multimedia engine')
 
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('54f751c62977899307c838936d05018b0a4884ee95e0e0415ceb92054286076b')
-sha512sums=('d41394ad61d23af96f94510f9162d9a3b2c88b66cc2bcc17b2210072ad53c322369eda149edccc4ec459b8d65b7ea80a5e1ce3cdbd1ec266b2cf6b4f189dc9c3')
+sha256sums=('37ed9f9a051077b9bc1a68f06fd4ad37fdac2802f62c28fd177e91d97d094c44')
+sha512sums=('46327a1f988cfe8fe4e04f456057c2395f5ad011513988c1ffecf5c91cf2fdedbe8095cfba15f0f61c3e1cabc7f34b78d676bce430a79fcf542d74e14a33ec62')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2019-11-12 Thread Maxim Baz via arch-commits
Date: Wednesday, November 13, 2019 @ 00:34:21
  Author: maximbaz
Revision: 527074

archrelease: copy trunk to community-x86_64

Added:
  croc/repos/community-x86_64/
  croc/repos/community-x86_64/PKGBUILD
(from rev 527073, croc/trunk/PKGBUILD)
  croc/repos/community-x86_64/croc.service
(from rev 527073, croc/trunk/croc.service)

--+
 PKGBUILD |   33 +
 croc.service |   12 
 2 files changed, 45 insertions(+)

Copied: croc/repos/community-x86_64/PKGBUILD (from rev 527073, 
croc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-11-13 00:34:21 UTC (rev 527074)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Mikuro Kagamine 
+
+pkgname=croc
+pkgver=6.2.0
+pkgrel=1
+pkgdesc='Easily and securely send things from one computer to another.'
+arch=('x86_64')
+url="https://github.com/schollz/${pkgname};
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("${url}/archive/v${pkgver}.tar.gz"
+"${pkgname}.service")
+sha256sums=('c322ed1be8cd66fc69a6cccea15ba4f8790e93ae6d9f3f3c9884a1cf8dc855ab'
+'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
+
+build() {
+cd "${pkgname}-${pkgver}"
+go build -ldflags "-extldflags ${LDFLAGS}" -gcflags "all=-trimpath=${PWD}" 
-asmflags "all=-trimpath=${PWD}" -o "${pkgname}"
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" 
"${srcdir}/${pkgname}.service"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}

Copied: croc/repos/community-x86_64/croc.service (from rev 527073, 
croc/trunk/croc.service)
===
--- community-x86_64/croc.service   (rev 0)
+++ community-x86_64/croc.service   2019-11-13 00:34:21 UTC (rev 527074)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Croc relay
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/croc relay
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in (5 files)

2019-11-12 Thread Maxim Baz via arch-commits
Date: Wednesday, November 13, 2019 @ 00:32:47
  Author: maximbaz
Revision: 527073

croc: add new pkg

Added:
  croc/
  croc/repos/
  croc/trunk/
  croc/trunk/PKGBUILD
  croc/trunk/croc.service

--+
 PKGBUILD |   33 +
 croc.service |   12 
 2 files changed, 45 insertions(+)

Added: croc/trunk/PKGBUILD
===
--- croc/trunk/PKGBUILD (rev 0)
+++ croc/trunk/PKGBUILD 2019-11-13 00:32:47 UTC (rev 527073)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Mikuro Kagamine 
+
+pkgname=croc
+pkgver=6.2.0
+pkgrel=1
+pkgdesc='Easily and securely send things from one computer to another.'
+arch=('x86_64')
+url="https://github.com/schollz/${pkgname};
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("${url}/archive/v${pkgver}.tar.gz"
+"${pkgname}.service")
+sha256sums=('c322ed1be8cd66fc69a6cccea15ba4f8790e93ae6d9f3f3c9884a1cf8dc855ab'
+'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
+
+build() {
+cd "${pkgname}-${pkgver}"
+go build -ldflags "-extldflags ${LDFLAGS}" -gcflags "all=-trimpath=${PWD}" 
-asmflags "all=-trimpath=${PWD}" -o "${pkgname}"
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" 
"${srcdir}/${pkgname}.service"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}

Added: croc/trunk/croc.service
===
--- croc/trunk/croc.service (rev 0)
+++ croc/trunk/croc.service 2019-11-13 00:32:47 UTC (rev 527073)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Croc relay
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/croc relay
+
+[Install]
+WantedBy=multi-user.target


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

2019-11-12 Thread Allan McRae via arch-commits
Date: Wednesday, November 13, 2019 @ 00:08:54
  Author: allan
Revision: 368034

archrelease: copy trunk to testing-x86_64

Added:
  patch/repos/testing-x86_64/
  patch/repos/testing-x86_64/19599883ffb6a450d2884f081f8ecf68edbed7ee.patch
(from rev 368033, 
patch/trunk/19599883ffb6a450d2884f081f8ecf68edbed7ee.patch)
  patch/repos/testing-x86_64/PKGBUILD
(from rev 368033, patch/trunk/PKGBUILD)

+
 19599883ffb6a450d2884f081f8ecf68edbed7ee.patch |   99 +++
 PKGBUILD   |   67 +++
 2 files changed, 166 insertions(+)

Copied: 
patch/repos/testing-x86_64/19599883ffb6a450d2884f081f8ecf68edbed7ee.patch (from 
rev 368033, patch/trunk/19599883ffb6a450d2884f081f8ecf68edbed7ee.patch)
===
--- testing-x86_64/19599883ffb6a450d2884f081f8ecf68edbed7ee.patch   
(rev 0)
+++ testing-x86_64/19599883ffb6a450d2884f081f8ecf68edbed7ee.patch   
2019-11-13 00:08:54 UTC (rev 368034)
@@ -0,0 +1,99 @@
+From 19599883ffb6a450d2884f081f8ecf68edbed7ee Mon Sep 17 00:00:00 2001
+From: Jean Delvare 
+Date: Thu, 3 May 2018 14:31:55 +0200
+Subject: [PATCH] Don't leak temporary file on failed ed-style patch
+
+Now that we write ed-style patches to a temporary file before we
+apply them, we need to ensure that the temporary file is removed
+before we leave, even on fatal error.
+
+* src/pch.c (do_ed_script): Use global TMPEDNAME instead of local
+  tmpname. Don't unlink the file directly, instead tag it for removal
+  at exit time.
+* src/patch.c (cleanup): Unlink TMPEDNAME at exit.
+
+This closes bug #53820:
+https://savannah.gnu.org/bugs/index.php?53820
+
+Fixes: 123eaff0d5d1 ("Fix arbitrary command execution in ed-style patches 
(CVE-2018-1000156)")
+---
+ src/common.h |  2 ++
+ src/patch.c  |  1 +
+ src/pch.c| 11 +--
+ 3 files changed, 8 insertions(+), 6 deletions(-)
+
+diff --git a/src/common.h b/src/common.h
+index 904a3f8..53c5e32 100644
+--- a/src/common.h
 b/src/common.h
+@@ -94,10 +94,12 @@ XTERN char const *origsuff;
+ XTERN char const * TMPINNAME;
+ XTERN char const * TMPOUTNAME;
+ XTERN char const * TMPPATNAME;
++XTERN char const * TMPEDNAME;
+ 
+ XTERN bool TMPINNAME_needs_removal;
+ XTERN bool TMPOUTNAME_needs_removal;
+ XTERN bool TMPPATNAME_needs_removal;
++XTERN bool TMPEDNAME_needs_removal;
+ 
+ #ifdef DEBUGGING
+ XTERN int debug;
+diff --git a/src/patch.c b/src/patch.c
+index 3fcaec5..9146597 100644
+--- a/src/patch.c
 b/src/patch.c
+@@ -1999,6 +1999,7 @@ cleanup (void)
+   remove_if_needed (TMPINNAME, _needs_removal);
+   remove_if_needed (TMPOUTNAME, _needs_removal);
+   remove_if_needed (TMPPATNAME, _needs_removal);
++  remove_if_needed (TMPEDNAME, _needs_removal);
+   remove_if_needed (TMPREJNAME, _needs_removal);
+   output_files (NULL);
+ }
+diff --git a/src/pch.c b/src/pch.c
+index 79a3c99..1bb3153 100644
+--- a/src/pch.c
 b/src/pch.c
+@@ -2396,7 +2396,6 @@ do_ed_script (char const *inname, char const *outname,
+ file_offset beginning_of_this_line;
+ size_t chars_read;
+ FILE *tmpfp = 0;
+-char const *tmpname;
+ int tmpfd;
+ pid_t pid;
+
+@@ -2411,12 +2410,13 @@ do_ed_script (char const *inname, char const *outname,
+  invalid commands and treats the next line as a new command, which
+  can lead to arbitrary command execution.  */
+ 
+-  tmpfd = make_tempfile (, 'e', NULL, O_RDWR | O_BINARY, 0);
++  tmpfd = make_tempfile (, 'e', NULL, O_RDWR | O_BINARY, 0);
+   if (tmpfd == -1)
+-pfatal ("Can't create temporary file %s", quotearg (tmpname));
++pfatal ("Can't create temporary file %s", quotearg (TMPEDNAME));
++  TMPEDNAME_needs_removal = true;
+   tmpfp = fdopen (tmpfd, "w+b");
+   if (! tmpfp)
+-pfatal ("Can't open stream for file %s", quotearg (tmpname));
++pfatal ("Can't open stream for file %s", quotearg (TMPEDNAME));
+   }
+ 
+ for (;;) {
+@@ -2457,7 +2457,7 @@ do_ed_script (char const *inname, char const *outname,
+   write_fatal ();
+ 
+ if (lseek (tmpfd, 0, SEEK_SET) == -1)
+-  pfatal ("Can't rewind to the beginning of file %s", quotearg (tmpname));
++  pfatal ("Can't rewind to the beginning of file %s", quotearg 
(TMPEDNAME));
+ 
+ if (inerrno != ENOENT)
+   {
+@@ -2484,7 +2484,6 @@ do_ed_script (char const *inname, char const *outname,
+   pfatal ("Failed to duplicate standard input");
+ 
+ fclose (tmpfp);
+-safe_unlink (tmpname);
+ 
+ if (ofp)
+   {

Copied: patch/repos/testing-x86_64/PKGBUILD (from rev 368033, 
patch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-13 00:08:54 UTC (rev 368034)
@@ -0,0 +1,67 @@
+# Maintainer: Sébastien Luttringer 
+# Maintainer: Levente Polyak 
+# 

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

2019-11-12 Thread Allan McRae via arch-commits
Date: Wednesday, November 13, 2019 @ 00:08:04
  Author: allan
Revision: 368033

upgpkg: patch 2.7.6-8

rebuild with makepkg-5.2 for reproducibile build effort

Modified:
  patch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:52:20 UTC (rev 368032)
+++ PKGBUILD2019-11-13 00:08:04 UTC (rev 368033)
@@ -5,7 +5,7 @@
 
 pkgname=patch
 pkgver=2.7.6
-pkgrel=7
+pkgrel=8
 pkgdesc='A utility to apply patch files to original sources'
 arch=('x86_64')
 url='https://www.gnu.org/software/patch/'


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:52:20
  Author: heftig
Revision: 368032

compile python

Modified:
  gtk-doc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:49:42 UTC (rev 368031)
+++ PKGBUILD2019-11-12 23:52:20 UTC (rev 368032)
@@ -40,4 +40,6 @@
 
 package() {
   DESTDIR="$pkgdir" meson install -C build
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
 }


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:29
  Author: heftig
Revision: 527072

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 527070, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/dkms.conf
(from rev 527071, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   62 
 dkms.conf |9 
 2 files changed, 71 insertions(+)

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 527070, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-12 23:42:29 UTC (rev 527072)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=259
+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')
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(

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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:26
  Author: heftig
Revision: 527068

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 527064, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
527064, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-12 23:42:26 UTC (rev 527068)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.1
+pkgrel=25
+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=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;)
+sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14')
+
+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 nvidia-lts/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:29
  Author: heftig
Revision: 368019

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 368018, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-12 23:42:29 UTC (rev 368019)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=440.31
+pkgrel=2
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-lts-headers')
+provides=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('5598d362f21fb4e75a07d77167e24411b5a550e3f1329b39fe004987e2bcb191c9bbf1b3d1a43a8754a9ba00faef57a943c7778999a4e3121c13c30f912fae38')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux-lts module
+}
+
+package() {
+depends=('linux-lts' "nvidia-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(

[arch-commits] Commit in nvidia-390xx-lts/repos (3 files)

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:31
  Author: heftig
Revision: 368022

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-390xx-lts/repos/testing-x86_64/
  nvidia-390xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 368019, nvidia-390xx-lts/trunk/PKGBUILD)
  nvidia-390xx-lts/repos/testing-x86_64/kernel-4.16.patch
(from rev 368020, nvidia-390xx-lts/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   48 
 kernel-4.16.patch |   33 +
 2 files changed, 81 insertions(+)

Copied: nvidia-390xx-lts/repos/testing-x86_64/PKGBUILD (from rev 368019, 
nvidia-390xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-12 23:42:31 UTC (rev 368022)
@@ -0,0 +1,48 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-390xx-lts
+pkgver=390.129
+pkgrel=10
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux-lts-headers')
+provides=('nvidia-390xx')
+conflicts=('nvidia-lts')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+'kernel-4.16.patch')
+sha256sums=('a7925a327cab828d1eb9e74f8943623c5dbc9a5e376a4c0184065d4a319696c1'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux-lts module
+}
+
+package() {
+depends=('linux-lts' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ compile_test() {
+ # Determine if the phys_to_dma function is present.
+ #
+ CODE="
++#include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ void conftest_phys_to_dma(void) {
+ phys_to_dma();
+ }"


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:34
  Author: heftig
Revision: 368025

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 368019, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 368020, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 368021, linux-lts/trunk/config)

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  132 
 PKGBUILD|  212 
 config  | 9819 
++
 3 files changed, 10163 insertions(+)

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


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:25
  Author: heftig
Revision: 527066

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 527061, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-12 23:42:25 UTC (rev 527066)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.047.04
+pkgrel=10
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4a201c7691b66e47f19172367c70a14b8b38d600f0739719c57dba9c0cf3f17a')
+
+build() {
+   local KERNEL_VERSION=$(

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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:30
  Author: heftig
Revision: 368020

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 368018, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-12 23:42:30 UTC (rev 368020)
@@ -0,0 +1,79 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=440.31
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-headers')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('5598d362f21fb4e75a07d77167e24411b5a550e3f1329b39fe004987e2bcb191c9bbf1b3d1a43a8754a9ba00faef57a943c7778999a4e3121c13c30f912fae38')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(

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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:34
  Author: heftig
Revision: 368024

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  208 +
 config   |10527 +
 2 files changed, 10735 insertions(+)

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


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:24
  Author: heftig
Revision: 527064

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 527060, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-12 23:42:24 UTC (rev 527064)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=101
+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-lts-headers')
+provides=('acpi_call')
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-$pkgver
+  make KVERSION="$(

[arch-commits] Commit in nvidia-390xx/repos (5 files)

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:30
  Author: heftig
Revision: 368021

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-390xx/repos/testing-x86_64/
  nvidia-390xx/repos/testing-x86_64/PKGBUILD
(from rev 368018, nvidia-390xx/trunk/PKGBUILD)
  nvidia-390xx/repos/testing-x86_64/kernel-4.16.patch
(from rev 368018, nvidia-390xx/trunk/kernel-4.16.patch)
  nvidia-390xx/repos/testing-x86_64/kernel-5.1.patch
(from rev 368018, nvidia-390xx/trunk/kernel-5.1.patch)
  nvidia-390xx/repos/testing-x86_64/kernel-5.2.patch
(from rev 368018, nvidia-390xx/trunk/kernel-5.2.patch)

---+
 PKGBUILD  |   86 ++
 kernel-4.16.patch |   33 +
 kernel-5.1.patch  |  130 
 kernel-5.2.patch  |   18 +++
 4 files changed, 267 insertions(+)

Copied: nvidia-390xx/repos/testing-x86_64/PKGBUILD (from rev 368018, 
nvidia-390xx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-12 23:42:30 UTC (rev 368021)
@@ -0,0 +1,86 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-390xx
+pkgname=(nvidia-390xx nvidia-390xx-dkms)
+pkgver=390.129
+pkgrel=18
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux-headers')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+'kernel-4.16.patch')
+sha256sums=('a7925a327cab828d1eb9e74f8943623c5dbc9a5e376a4c0184065d4a319696c1'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux module
+}
+
+package_nvidia-390xx() {
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+depends=('linux' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ compile_test() {
+ # Determine if the phys_to_dma function is present.
+ #
+ CODE="
++#include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ void conftest_phys_to_dma(void) {
+ phys_to_dma();
+ }"

Copied: nvidia-390xx/repos/testing-x86_64/kernel-5.1.patch (from rev 368018, 
nvidia-390xx/trunk/kernel-5.1.patch)
===
--- testing-x86_64/kernel-5.1.patch (rev 0)
+++ testing-x86_64/kernel-5.1.patch 2019-11-12 23:42:30 UTC (rev 368021)
@@ -0,0 +1,130 @@
+diff --git a/kernel/common/inc/nv-list-helpers.h 
b/kernel/common/inc/nv-list-helpers.h
+index 0aed851..d6304c9 100644
+--- a/kernel/common/inc/nv-list-helpers.h
 b/kernel/common/inc/nv-list-helpers.h
+@@ -26,6 +26,8 @@
+ #include 
+ #include "conftest.h"
+ 
++#include 
++
+ #if !defined (list_for_each)
+ #define list_for_each(pos, head) \
+ for (pos = (head)->next; pos != (head); pos = (pos)->next)
+@@ -91,10 +93,12 @@
+ list_entry((pos)->member.next, typeof(*(pos)), member)
+ #endif
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 1, 0)
+ static inline int list_is_first(const struct list_head *list,
+ const struct list_head *head)
+ {
+ return list->prev == head;
+ }
++#endif
+ 
+ #endif // __NV_LIST_HELPERS_H__
+diff --git 

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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:33
  Author: heftig
Revision: 368023

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  208 +
 config   |10495 +
 2 files changed, 10703 insertions(+)

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


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:22
  Author: heftig
Revision: 527062

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 527058, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 527058, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 527058, vhba-module/trunk/dkms.conf)

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

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
527058, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2019-11-12 23:42:22 UTC (rev 
527062)
@@ -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 527058, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-12 23:42:22 UTC (rev 527062)
@@ -0,0 +1,53 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20190831
+pkgrel=19
+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=('9a83772cf8bec15723f7a8105a0aae3faa057edbd5595e6c081e5803a8996bf9'
+'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 broadcom-wl/repos (2 files)

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:26
  Author: heftig
Revision: 527069

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 527064, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 527064, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-12 23:42:26 UTC (rev 527069)
@@ -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=145
+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 nvidia-390xx/trunk (PKGBUILD)

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:41:51
  Author: heftig
Revision: 368017

390.129-18: linux 5.3.11.1-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:31:47 UTC (rev 368016)
+++ PKGBUILD2019-11-12 23:41:51 UTC (rev 368017)
@@ -5,7 +5,7 @@
 pkgbase=nvidia-390xx
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.129
-pkgrel=17
+pkgrel=18
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="https://www.nvidia.com/;


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:41:56
  Author: heftig
Revision: 527057

0.0.20191012-7: linux 5.3.11.1-1

Modified:
  wireguard-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:41:54 UTC (rev 527056)
+++ PKGBUILD2019-11-12 23:41:56 UTC (rev 527057)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-arch
 pkgver=0.0.20191012
-pkgrel=6
+pkgrel=7
 pkgdesc='Wireguard module for Arch Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:27
  Author: heftig
Revision: 527071

archrelease: copy trunk to community-testing-x86_64

Added:
  wireguard-arch/repos/community-testing-x86_64/
  wireguard-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 527067, wireguard-arch/trunk/PKGBUILD)

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

Copied: wireguard-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
527067, wireguard-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-12 23:42:27 UTC (rev 527071)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-arch
+pkgver=0.0.20191012
+pkgrel=7
+pkgdesc='Wireguard module for Arch Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "wireguard-dkms>=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver=$(

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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:22
  Author: heftig
Revision: 527061

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD (from 
rev 527058, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-12 23:42:22 UTC (rev 527061)
@@ -0,0 +1,58 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=6.0.14
+pkgrel=7
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+build() {
+_kernver=$(

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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:25
  Author: heftig
Revision: 527067

archrelease: copy trunk to community-testing-x86_64

Added:
  ndiswrapper-arch/repos/community-testing-x86_64/
  ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 527062, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-testing-x86_64/linux-5.3.patch
(from rev 527063, ndiswrapper-arch/trunk/linux-5.3.patch)

-+
 PKGBUILD|   38 +
 linux-5.3.patch |   69 ++
 2 files changed, 107 insertions(+)

Copied: ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
527062, ndiswrapper-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-12 23:42:25 UTC (rev 527067)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.62
+pkgrel=4
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz;
+'linux-5.3.patch')
+sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
+
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p2 -i "$srcdir"/linux-5.3.patch
+}
+
+build() {
+  _kernver="$(task = NULL;
+   info->count = 0;
+ #ifdef CONFIG_SMP
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_setall(>cpus_allowed);
++#else
++  cpumask_setall(>cpus_mask);
++#endif
+ #endif
+   }
+   } while (0);
+diff --git a/ndiswrapper/driver/ntoskernel.h b/ndiswrapper/driver/ntoskernel.h
+index 3c4c6ff..8a71ae3 100644
+--- a/ndiswrapper/driver/ntoskernel.h
 b/ndiswrapper/driver/ntoskernel.h
+@@ -107,7 +107,11 @@ static cpumask_t cpumasks[NR_CPUS];
+ #endif /* CONFIG_SMP */
+ 
+ #ifndef tsk_cpus_allowed
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+ #define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed)
++#else
++#define tsk_cpus_allowed(tsk) (&(tsk)->cpus_mask)
++#endif
+ #endif
+ 
+ #ifndef __packed
+@@ -631,7 +635,12 @@ struct irql_info {
+   int count;
+   struct mutex lock;
+ #ifdef CONFIG_SMP
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_t cpus_allowed;
++#else
++  const cpumask_t *cpus_ptr;
++  cpumask_t   cpus_mask;
++#endif
+ #endif
+   struct task_struct *task;
+ };
+@@ -658,7 +667,11 @@ static inline KIRQL raise_irql(KIRQL newirql)
+   /* TODO: is this enough to pin down to current cpu? */
+ #ifdef CONFIG_SMP
+   assert(task_cpu(current) == smp_processor_id());
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_copy(>cpus_allowed, tsk_cpus_allowed(current));
++#else
++  cpumask_copy(>cpus_mask, tsk_cpus_allowed(current));
++#endif
+   set_cpus_allowed_ptr(current, cpumask_of(smp_processor_id()));
+ #endif
+   put_cpu_var(irql_info);
+@@ -682,7 +695,11 @@ static inline void lower_irql(KIRQL oldirql)
+   if (--info->count == 0) {
+   info->task = NULL;
+ #ifdef CONFIG_SMP
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   set_cpus_allowed_ptr(current, >cpus_allowed);
++#else
++  set_cpus_allowed_ptr(current, >cpus_mask);
++#endif
+ #endif
+   mutex_unlock(>lock);
+   }


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:41:47
  Author: heftig
Revision: 527054

20190831-19: linux 5.3.11.1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:41:45 UTC (rev 527053)
+++ PKGBUILD2019-11-12 23:41:47 UTC (rev 527054)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20190831
-pkgrel=18
+pkgrel=19
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:24
  Author: heftig
Revision: 527065

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 527061, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-12 23:42:24 UTC (rev 527065)
@@ -0,0 +1,50 @@
+# 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-lts
+pkgver=0.43
+pkgrel=20
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-lts-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tp_smapi
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd tp_smapi
+
+  # 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 wireguard-lts/repos (2 files)

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:21
  Author: heftig
Revision: 527060

archrelease: copy trunk to community-testing-x86_64

Added:
  wireguard-lts/repos/community-testing-x86_64/
  wireguard-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 527058, wireguard-lts/trunk/PKGBUILD)

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

Copied: wireguard-lts/repos/community-testing-x86_64/PKGBUILD (from rev 527058, 
wireguard-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-12 23:42:21 UTC (rev 527060)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-lts
+pkgver=0.0.20191012
+pkgrel=7
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms>=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver=$(

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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:20
  Author: heftig
Revision: 527059

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 527058, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 527058, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-12 23:42:20 UTC (rev 527059)
@@ -0,0 +1,50 @@
+# 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=152
+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 ndiswrapper-arch/trunk (PKGBUILD)

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:41:54
  Author: heftig
Revision: 527056

1.62-4: linux 5.3.11.1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:41:49 UTC (rev 527055)
+++ PKGBUILD2019-11-12 23:41:54 UTC (rev 527056)
@@ -3,7 +3,7 @@
 
 pkgname=ndiswrapper-arch
 pkgver=1.62
-pkgrel=3
+pkgrel=4
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://sourceforge.net/projects/ndiswrapper/;


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:41:58
  Author: heftig
Revision: 527058

5.0.1-25: linux 5.3.11.1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:41:56 UTC (rev 527057)
+++ PKGBUILD2019-11-12 23:41:58 UTC (rev 527058)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.1
-pkgrel=24
+pkgrel=25
 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 bbswitch/repos (2 files)

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:23
  Author: heftig
Revision: 527063

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 527058, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 527058, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-12 23:42:23 UTC (rev 527063)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=264
+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;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:41:52
  Author: heftig
Revision: 368018

440.31-2: linux 5.3.11.1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:41:51 UTC (rev 368017)
+++ PKGBUILD2019-11-12 23:41:52 UTC (rev 368018)
@@ -5,7 +5,7 @@
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
 pkgver=440.31
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:42:26
  Author: heftig
Revision: 527070

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 527065, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-12 23:42:26 UTC (rev 527070)
@@ -0,0 +1,41 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.047.04
+pkgrel=12
+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=('4a201c7691b66e47f19172367c70a14b8b38d600f0739719c57dba9c0cf3f17a')
+
+build() {
+   local KERNEL_VERSION=$(

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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:41:40
  Author: heftig
Revision: 527049

0.43-152: linux 5.3.11.1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:31:46 UTC (rev 527048)
+++ PKGBUILD2019-11-12 23:41:40 UTC (rev 527049)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=151
+pkgrel=152
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:41:41
  Author: heftig
Revision: 527050

6.30.223.271-145: linux 5.3.11.1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:41:40 UTC (rev 527049)
+++ PKGBUILD2019-11-12 23:41:41 UTC (rev 527050)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=144
+pkgrel=145
 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 virtualbox-modules-arch/trunk (PKGBUILD)

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:41:43
  Author: heftig
Revision: 527051

6.0.14-7: linux 5.3.11.1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:41:41 UTC (rev 527050)
+++ PKGBUILD2019-11-12 23:41:43 UTC (rev 527051)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=6.0.14
-pkgrel=6
+pkgrel=7
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:41:44
  Author: heftig
Revision: 527052

0.8-264: linux 5.3.11.1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:41:43 UTC (rev 527051)
+++ PKGBUILD2019-11-12 23:41:44 UTC (rev 527052)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=263
+pkgrel=264
 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 acpi_call/trunk (PKGBUILD)

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:41:49
  Author: heftig
Revision: 527055

1.1.0-259: linux 5.3.11.1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:41:47 UTC (rev 527054)
+++ PKGBUILD2019-11-12 23:41:49 UTC (rev 527055)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=258
+pkgrel=259
 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 r8168/trunk (PKGBUILD)

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:41:45
  Author: heftig
Revision: 527053

8.047.04-12: linux 5.3.11.1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:41:44 UTC (rev 527052)
+++ PKGBUILD2019-11-12 23:41:45 UTC (rev 527053)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.047.04
-pkgrel=11
+pkgrel=12
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:31:45
  Author: heftig
Revision: 527047

8.047.04-10: linux-lts 4.19.84-1

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:31:43 UTC (rev 527046)
+++ PKGBUILD2019-11-12 23:31:45 UTC (rev 527047)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.047.04
-pkgrel=9
+pkgrel=10
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:31:47
  Author: heftig
Revision: 368016

390.129-10: linux-lts 4.19.84-1

Modified:
  nvidia-390xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:31:40 UTC (rev 368015)
+++ PKGBUILD2019-11-12 23:31:47 UTC (rev 368016)
@@ -2,7 +2,7 @@
 
 pkgname=nvidia-390xx-lts
 pkgver=390.129
-pkgrel=9
+pkgrel=10
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
 arch=('x86_64')


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:31:46
  Author: heftig
Revision: 527048

0.0.20191012-7: linux-lts 4.19.84-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:31:45 UTC (rev 527047)
+++ PKGBUILD2019-11-12 23:31:46 UTC (rev 527048)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-lts
 pkgver=0.0.20191012
-pkgrel=6
+pkgrel=7
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:31:40
  Author: heftig
Revision: 368015

440.31-2: linux-lts 4.19.84-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:21:45 UTC (rev 368014)
+++ PKGBUILD2019-11-12 23:31:40 UTC (rev 368015)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=440.31
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:31:42
  Author: heftig
Revision: 527045

0.43-20: linux-lts 4.19.84-1

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:12:49 UTC (rev 527044)
+++ PKGBUILD2019-11-12 23:31:42 UTC (rev 527045)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=19
+pkgrel=20
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:31:43
  Author: heftig
Revision: 527046

1.1.0-101: linux-lts 4.19.84-1

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:31:42 UTC (rev 527045)
+++ PKGBUILD2019-11-12 23:31:43 UTC (rev 527046)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=100
+pkgrel=101
 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 linux-zen/trunk (PKGBUILD config)

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:21:45
  Author: heftig
Revision: 368014

5.3.11.1-1

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

--+
 PKGBUILD |4 ++--
 config   |5 -
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:21:40 UTC (rev 368013)
+++ PKGBUILD2019-11-12 23:21:45 UTC (rev 368014)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.3.10.1
+pkgver=5.3.11.1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-zen${pkgver##*.}
@@ -25,7 +25,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'26539413aaf3f39a9e576abdc771eaa4e074e94ba4460103822e7bfbe6685fbd')
+'a37511ef27ad2600d9d2f01b452cf2c78a4da7a8ffe728e28545707600c8e6c7')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2019-11-12 23:21:40 UTC (rev 368013)
+++ config  2019-11-12 23:21:45 UTC (rev 368014)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.3.8-zen1 Kernel Configuration
+# Linux/x86 5.3.11-zen1 Kernel Configuration
 #
 
 #
@@ -472,6 +472,9 @@
 CONFIG_X86_INTEL_UMIP=y
 # CONFIG_X86_INTEL_MPX is not set
 CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
+# CONFIG_X86_INTEL_TSX_MODE_OFF is not set
+# CONFIG_X86_INTEL_TSX_MODE_ON is not set
+CONFIG_X86_INTEL_TSX_MODE_AUTO=y
 CONFIG_EFI=y
 CONFIG_EFI_STUB=y
 CONFIG_EFI_MIXED=y


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:21:36
  Author: heftig
Revision: 368012

4.19.84-1

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

--+
 PKGBUILD |6 +++---
 config   |5 -
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:00:28 UTC (rev 368011)
+++ PKGBUILD2019-11-12 23:21:36 UTC (rev 368012)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=4.19.83
+pkgver=4.19.84
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
@@ -23,9 +23,9 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256sums=('02ba4809df71d221e65998ded6b1ae9c11752c39aa386c475fd40b2735d650dd'
+sha256sums=('868b4a92619cb00ab142a20a67f000525b9605820d1b66faa4a183133eac0660'
 'SKIP'
-'3535f03bee49d50f76a21ea28ed20b58bb2dab0cfb56a1839f04830579d4b23d'
+'0e3bb71f619c7b4d39d287b81a18873975de11df9ab43bdb6fa5557aab6d9670'
 'a13581d3c6dc595206e4fe7fcf6b542e7a1bdbe96101f0f010fc5be49f99baf2')
 
 export KBUILD_BUILD_HOST=archlinux

Modified: config
===
--- config  2019-11-12 23:00:28 UTC (rev 368011)
+++ config  2019-11-12 23:21:36 UTC (rev 368012)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.81 Kernel Configuration
+# Linux/x86 4.19.84 Kernel Configuration
 #
 
 #
@@ -412,6 +412,9 @@
 CONFIG_X86_INTEL_UMIP=y
 # CONFIG_X86_INTEL_MPX is not set
 CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
+# CONFIG_X86_INTEL_TSX_MODE_OFF is not set
+# CONFIG_X86_INTEL_TSX_MODE_ON is not set
+CONFIG_X86_INTEL_TSX_MODE_AUTO=y
 CONFIG_EFI=y
 CONFIG_EFI_STUB=y
 CONFIG_EFI_MIXED=y


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

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 23:21:40
  Author: heftig
Revision: 368013

5.3.11.1-1

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |4 ++--
 config   |5 -
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 23:21:36 UTC (rev 368012)
+++ PKGBUILD2019-11-12 23:21:40 UTC (rev 368013)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.3.10.1
+pkgver=5.3.11.1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-arch${pkgver##*.}
@@ -25,7 +25,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'e749cd85d37d4d70099b0a7f54e852b039ae07c14e4ab8be299c64edae5d4ba4')
+'54bd002b40030609bfb236c35d2a23d23e426edd1f84dd448afbadd1b0aacb55')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2019-11-12 23:21:36 UTC (rev 368012)
+++ config  2019-11-12 23:21:40 UTC (rev 368013)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.3.8-arch1 Kernel Configuration
+# Linux/x86 5.3.11-arch1 Kernel Configuration
 #
 
 #
@@ -444,6 +444,9 @@
 CONFIG_X86_INTEL_UMIP=y
 # CONFIG_X86_INTEL_MPX is not set
 CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
+# CONFIG_X86_INTEL_TSX_MODE_OFF is not set
+# CONFIG_X86_INTEL_TSX_MODE_ON is not set
+CONFIG_X86_INTEL_TSX_MODE_AUTO=y
 CONFIG_EFI=y
 CONFIG_EFI_STUB=y
 CONFIG_EFI_MIXED=y


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

2019-11-12 Thread Morten Linderud via arch-commits
Date: Tuesday, November 12, 2019 @ 23:12:49
  Author: foxboron
Revision: 527044

archrelease: copy trunk to community-any

Added:
  archlinux-repro/repos/community-any/
  archlinux-repro/repos/community-any/PKGBUILD
(from rev 527043, archlinux-repro/trunk/PKGBUILD)

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

Copied: archlinux-repro/repos/community-any/PKGBUILD (from rev 527043, 
archlinux-repro/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-11-12 23:12:49 UTC (rev 527044)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Jelle van der Waa 
+
+pkgname=archlinux-repro
+pkgver=20191113
+pkgrel=1
+pkgdesc='Tools to reproduce Arch Linux packages'
+arch=('any')
+license=('MIT')
+makedepends=('git' 'asciidoc')
+depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils')
+url="http://github.com/archlinux/archlinux-repro;
+source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
+sha256sums=('5dab97822fb5fa62079687f2f8bc13402a37caa1028db26427e47a69c4dda02f'
+'SKIP')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (3 files)

2019-11-12 Thread Morten Linderud via arch-commits
Date: Tuesday, November 12, 2019 @ 23:12:37
  Author: foxboron
Revision: 527042

addpkg: archlinux-repro 20191113-1

Added:
  archlinux-repro/
  archlinux-repro/repos/
  archlinux-repro/trunk/


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

2019-11-12 Thread Morten Linderud via arch-commits
Date: Tuesday, November 12, 2019 @ 23:12:43
  Author: foxboron
Revision: 527043

upgpkg: archlinux-repro 20191113-1

Added:
  archlinux-repro/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-12 23:12:43 UTC (rev 527043)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Jelle van der Waa 
+
+pkgname=archlinux-repro
+pkgver=20191113
+pkgrel=1
+pkgdesc='Tools to reproduce Arch Linux packages'
+arch=('any')
+license=('MIT')
+makedepends=('git' 'asciidoc')
+depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils')
+url="http://github.com/archlinux/archlinux-repro;
+source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
+sha256sums=('5dab97822fb5fa62079687f2f8bc13402a37caa1028db26427e47a69c4dda02f'
+'SKIP')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}


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

2019-11-12 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, November 12, 2019 @ 23:02:50
  Author: svenstaro
Revision: 527040

upgpkg: python-pytorch 1.3.1-1

Modified:
  python-pytorch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 22:40:49 UTC (rev 527039)
+++ PKGBUILD2019-11-12 23:02:50 UTC (rev 527040)
@@ -4,8 +4,8 @@
 pkgbase="python-pytorch"
 pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
 _pkgname="pytorch"
-pkgver=1.3.0
-pkgrel=3
+pkgver=1.3.1
+pkgrel=1
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 arch=('x86_64')
 url="https://pytorch.org;


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

2019-11-12 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, November 12, 2019 @ 23:03:02
  Author: svenstaro
Revision: 527041

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-12 23:02:50 UTC (rev 527040)
+++ PKGBUILD2019-11-12 23:03:02 UTC (rev 527041)
@@ -1,160 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Stephen Zhang 
-
-pkgbase="python-pytorch"
-pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
-_pkgname="pytorch"
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
-arch=('x86_64')
-url="https://pytorch.org;
-license=('BSD')
-depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 
'python-yaml' 'python-numpy' 'protobuf' 'ffmpeg' 'python-future')
-makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 
'cuda' 'cudnn' 'git' 'magma' 'qt5-base')
-optdepends=('qt5-base: HighGUI module')
-source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-get_pyver () {
-  python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # This is the lazy way since pytorch has sooo many submodules and they keep
-  # changing them around but we've run into more problems so far doing it the
-  # manual than the lazy way. This lazy way (not explicitly specifying all
-  # submodules) will make building inefficient but for now I'll take it.
-  # It will result in the same package, don't worry.
-  git submodule update --init --recursive
-
-  # https://github.com/pytorch/pytorch/issues/26555
-  sed -i 's#^  ${CMAKE_CURRENT_SOURCE_DIR}/tensor_iterator_test.cpp##g' 
aten/src/ATen/test/CMakeLists.txt
-
-  cd ..
-
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-cuda"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt-cuda"
-
-  export VERBOSE=1
-  export PYTORCH_BUILD_VERSION="${pkgver}"
-  export PYTORCH_BUILD_NUMBER=1
-
-  # Check tools/setup_helpers/cmake.py, setup.py and CMakeLists.txt for a list 
of flags that can be set via env vars.
-  export USE_MKLDNN=OFF
-  # export BUILD_CUSTOM_PROTOBUF=OFF
-  # export BUILD_SHARED_LIBS=OFF
-  export USE_FFMPEG=ON
-  export USE_GFLAGS=ON
-  export USE_GLOG=ON
-  export BUILD_BINARY=ON
-  export USE_OPENCV=ON
-  export USE_SYSTEM_NCCL=ON
-  export CUDAHOSTCXX=g++-8
-  export CUDA_HOME=/opt/cuda
-  export CUDNN_LIB_DIR=/usr/lib
-  export CUDNN_INCLUDE_DIR=/usr/include
-  export TORCH_NVCC_FLAGS="-Xfatbin -compress-all"
-  export TORCH_CUDA_ARCH_LIST="3.2;3.5;3.7;5.0;5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5"
-}
-
-build() {
-  echo "Building without cuda and without non-x86-64 optimizations"
-  export USE_CUDA=0
-  export USE_CUDNN=0
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-
-
-  echo "Building without cuda and with non-x86-64 optimizations"
-  export USE_CUDA=0
-  export USE_CUDNN=0
-  cd "${srcdir}/${_pkgname}-${pkgver}-opt"
-  echo "add_definitions(-march=haswell)" >> cmake/MiscCheck.cmake
-  python setup.py build
-
-
-  echo "Building with cuda and without non-x86-64 optimizations"
-  export USE_CUDA=1
-  export USE_CUDNN=1
-  cd "${srcdir}/${_pkgname}-${pkgver}-cuda"
-  python setup.py build
-
-
-  echo "Building with cuda and with non-x86-64 optimizations"
-  export USE_CUDA=1
-  export USE_CUDNN=1
-  cd "${srcdir}/${_pkgname}-${pkgver}-opt-cuda"
-  echo "add_definitions(-march=haswell)" >> cmake/MiscCheck.cmake
-  python setup.py build
-}
-
-_package() {
-  # Prevent setup.py from re-running CMake and rebuilding
-  sed -e 's/RUN_BUILD_DEPS = True/RUN_BUILD_DEPS = False/g' -i setup.py
-
-  python setup.py install --root="${pkgdir}"/ --optimize=1 --skip-build
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  pytorchpath="usr/lib/python$(get_pyver)/site-packages/torch"
-  install -d "${pkgdir}/usr/lib"
-
-  # put CMake files in correct place
-  mv "${pkgdir}/${pytorchpath}/share/cmake" "${pkgdir}/usr/lib/cmake"
-
-  # put C++ API in correct place
-  mv "${pkgdir}/${pytorchpath}/include" "${pkgdir}/usr/include"
-  mv "${pkgdir}/${pytorchpath}/lib"/*.so* "${pkgdir}/usr/lib/"
-
-  # clean up duplicates
-  # TODO: move towards direct shared library dependecy of:
-  #   c10, caffe2, libcpuinfo, CUDA RT, gloo, GTest, Intel MKL,
-  #   NVRTC, ONNX, protobuf, libthreadpool, QNNPACK
-  rm -rf "${pkgdir}/usr/include/pybind11"
-
-  # python module is hardcoded to look there at runtime
-  ln -s 

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

2019-11-12 Thread Felix Yan via arch-commits
Date: Tuesday, November 12, 2019 @ 23:00:28
  Author: felixonmars
Revision: 368011

archrelease: copy trunk to staging-x86_64

Added:
  thunderbird/repos/staging-x86_64/
  thunderbird/repos/staging-x86_64/PKGBUILD
(from rev 368010, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/staging-x86_64/thunderbird-rust-1.39.patch
(from rev 368010, thunderbird/trunk/thunderbird-rust-1.39.patch)
  thunderbird/repos/staging-x86_64/thunderbird.desktop
(from rev 368010, thunderbird/trunk/thunderbird.desktop)

-+
 PKGBUILD|  160 ++
 thunderbird-rust-1.39.patch |  170 +
 thunderbird.desktop |  173 ++
 3 files changed, 503 insertions(+)

Copied: thunderbird/repos/staging-x86_64/PKGBUILD (from rev 368010, 
thunderbird/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-12 23:00:28 UTC (rev 368011)
@@ -0,0 +1,160 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Alexander Baldeck 
+# Contributor: Dale Blount 
+# Contributor: Anders Bostrom 
+
+pkgname=thunderbird
+pkgver=68.2.2
+pkgrel=2
+pkgdesc='Standalone mail and news reader from mozilla.org'
+url='https://www.mozilla.org/thunderbird/'
+arch=(x86_64)
+license=(MPL GPL LGPL)
+depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib 
alsa-lib
+ nss hunspell sqlite ttf-font icu)  # libvpx
+makedepends=(unzip zip diffutils python python2 yasm nasm mesa imake libpulse 
inetutils xorg-server-xvfb
+ autoconf2.13 rust clang llvm gtk2 cbindgen nodejs)
+optdepends=('libcanberra: sound support')
+options=(!emptydirs !makeflags)
+source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz{,.asc}
+$pkgname.desktop
+thunderbird-rust-1.39.patch)
+sha256sums=('c17edbcde0e9e7599cda16b69b130039f69113b498ea394057cedfae153f0dd3'
+'SKIP'
+'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827'
+'08834ef1c2dd685edd40dea20dfa9d4b889f5c387385ac329a162eeff6cf90be')
+validpgpkeys=(14F26682D0916CDD81E37B6D61B7B526D98F0353) # Mozilla Software 
Releases 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# Mozilla API keys (see https://location.services.mozilla.com/api)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 -i ../thunderbird-rust-1.39.patch # Fix build with rust 1.39 
(Gentoo)
+
+  echo -n "$_google_api_key" >google-api-key
+  echo -n "$_mozilla_api_key" >mozilla-api-key
+
+  cat >.mozconfig 

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

2019-11-12 Thread Felix Yan via arch-commits
Date: Tuesday, November 12, 2019 @ 23:00:07
  Author: felixonmars
Revision: 368010

icu 65.1 / poppler 0.82.0 rebuild

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 22:23:49 UTC (rev 368009)
+++ PKGBUILD2019-11-12 23:00:07 UTC (rev 368010)
@@ -7,7 +7,7 @@
 
 pkgname=thunderbird
 pkgver=68.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Standalone mail and news reader from mozilla.org'
 url='https://www.mozilla.org/thunderbird/'
 arch=(x86_64)


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

2019-11-12 Thread David Runge via arch-commits
Date: Tuesday, November 12, 2019 @ 22:40:43
  Author: dvzrv
Revision: 527038

upgpkg: twolame 0.4.0-2

Adding libtwolame.so to provides. Updating maintainer info.

Modified:
  twolame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 22:06:30 UTC (rev 527037)
+++ PKGBUILD2019-11-12 22:40:43 UTC (rev 527038)
@@ -1,4 +1,4 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Giovanni Scafora 
 # Contributor: farid abdelnour 
 # Contributor: Gustavo Alvarez 
@@ -5,12 +5,13 @@
 
 pkgname=twolame
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An optimized MPEG Audio Layer 2 (MP2) encoder"
 arch=('x86_64')
 url="http://www.twolame.org/;
 license=('LGPL2.1')
 depends=('glibc' 'libsndfile')
+provides=('libtwolame.so')
 
source=("https://github.com/njh/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 
sha512sums=('cc594bc8d2322922280f915a3c0aa52540cca0350d6498bc96f3f60fd6e53f951e775ea015a44bdb29ec883b46b31a0e5483f6a5c188b02e30008289273c7d03')
 


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

2019-11-12 Thread David Runge via arch-commits
Date: Tuesday, November 12, 2019 @ 22:40:49
  Author: dvzrv
Revision: 527039

archrelease: copy trunk to community-x86_64

Added:
  twolame/repos/community-x86_64/PKGBUILD
(from rev 527038, twolame/trunk/PKGBUILD)
Deleted:
  twolame/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-12 22:40:43 UTC (rev 527038)
+++ PKGBUILD2019-11-12 22:40:49 UTC (rev 527039)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Giovanni Scafora 
-# Contributor: farid abdelnour 
-# Contributor: Gustavo Alvarez 
-
-pkgname=twolame
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="An optimized MPEG Audio Layer 2 (MP2) encoder"
-arch=('x86_64')
-url="http://www.twolame.org/;
-license=('LGPL2.1')
-depends=('glibc' 'libsndfile')
-source=("https://github.com/njh/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('cc594bc8d2322922280f915a3c0aa52540cca0350d6498bc96f3f60fd6e53f951e775ea015a44bdb29ec883b46b31a0e5483f6a5c188b02e30008289273c7d03')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --disable-static
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: twolame/repos/community-x86_64/PKGBUILD (from rev 527038, 
twolame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-12 22:40:49 UTC (rev 527039)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+# Contributor: Giovanni Scafora 
+# Contributor: farid abdelnour 
+# Contributor: Gustavo Alvarez 
+
+pkgname=twolame
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="An optimized MPEG Audio Layer 2 (MP2) encoder"
+arch=('x86_64')
+url="http://www.twolame.org/;
+license=('LGPL2.1')
+depends=('glibc' 'libsndfile')
+provides=('libtwolame.so')
+source=("https://github.com/njh/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('cc594bc8d2322922280f915a3c0aa52540cca0350d6498bc96f3f60fd6e53f951e775ea015a44bdb29ec883b46b31a0e5483f6a5c188b02e30008289273c7d03')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in thunderbird/trunk (PKGBUILD thunderbird-rust-1.39.patch)

2019-11-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 12, 2019 @ 22:23:49
  Author: arojas
Revision: 368009

Fix build with rust 1.39

Added:
  thunderbird/trunk/thunderbird-rust-1.39.patch
Modified:
  thunderbird/trunk/PKGBUILD

-+
 PKGBUILD|8 +
 thunderbird-rust-1.39.patch |  170 ++
 2 files changed, 176 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 21:35:17 UTC (rev 368008)
+++ PKGBUILD2019-11-12 22:23:49 UTC (rev 368009)
@@ -19,10 +19,12 @@
 optdepends=('libcanberra: sound support')
 options=(!emptydirs !makeflags)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz{,.asc}
-$pkgname.desktop)
+$pkgname.desktop
+thunderbird-rust-1.39.patch)
 sha256sums=('c17edbcde0e9e7599cda16b69b130039f69113b498ea394057cedfae153f0dd3'
 'SKIP'
-'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
+'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827'
+'08834ef1c2dd685edd40dea20dfa9d4b889f5c387385ac329a162eeff6cf90be')
 validpgpkeys=(14F26682D0916CDD81E37B6D61B7B526D98F0353) # Mozilla Software 
Releases 
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -40,6 +42,8 @@
 prepare() {
   cd $pkgname-$pkgver
 
+  patch -p1 -i ../thunderbird-rust-1.39.patch # Fix build with rust 1.39 
(Gentoo)
+
   echo -n "$_google_api_key" >google-api-key
   echo -n "$_mozilla_api_key" >mozilla-api-key
 

Added: thunderbird-rust-1.39.patch
===
--- thunderbird-rust-1.39.patch (rev 0)
+++ thunderbird-rust-1.39.patch 2019-11-12 22:23:49 UTC (rev 368009)
@@ -0,0 +1,170 @@
+Based on https://github.com/rust-lang/rust/issues/64710
+
+--- a/third_party/rust/bindgen/.cargo-checksum.json
 b/third_party/rust/bindgen/.cargo-checksum.json
+@@ -1 +1 @@
+-{"files":{"Cargo.toml":"9af635e7bad9021a49742a312faf6178b757dbd48aabc998931d6f491f14c179","LICENSE":"c23953d9deb0a3312dbeaf6c128a657f3591acee45067612fa68405eaa4525db","README.md":"5a1f556c6a57c0a6ccc65e19c27718e0f4b32381a8efcc80f6601b33c58c5d59","build.rs":"a9f6915c54d75f357ce32f96327bf4df53dc81a505b70831978f9dac6f43841d","src/callbacks.rs":"b24d7982332c6a35928f134184ddf4072fe4545a45546b97b9b0e0c1fbb77c08","src/clang.rs":"e9203eb5a1b432efebafcd011896e35e8c9145037bf99e7bb3709dc1b8e8e783","src/codegen/bitfield_unit.rs":"88b0604322dc449fc9284850eadc1f5d14b42fa747d4258bae0b6b9535f52dfd","src/codegen/bitfield_unit_tests.rs":"2073ac6a36e0bc9afaef5b1207966817c8fb7a1a9f6368c3b1b8f79822efbfba","src/codegen/error.rs":"2613af1d833377fd4a70719f4a09951d9d45dc9227827b9a2a938a1bcaaea2dd","src/codegen/helpers.rs":"fbd23e68dd51ccaddeb9761394d5df2db49baded0e2dccf6bbc52a2d6de502eb","src/codegen/impl_debug.rs":"f82969461d522fb758eca552ceaf189122a404cbb47fcc16008bfe52fc62aefa","src/codegen/impl_partial
 
eq.rs":"d40d9ee2849c4d3d557b033c4d3af5e6de4a44347f67c0f016198086338811af","src/codegen/mod.rs":"238d989e13b7556e5d120a2bfe85b43332fba56cbe8df886d4c32e650fff1247","src/codegen/struct_layout.rs":"3fa5524aff82365ce292b0cc85080514c85a6dbd31bce90f001773b995dda28e","src/extra_assertions.rs":"494534bd4f18b80d89b180c8a93733e6617edcf7deac413e9a73fd6e7bc9ced7","src/features.rs":"c5fd7149f4a3b41fd4f89ade08505170942f4bc791bcb6a34f3ae61856f8","src/ir/analysis/derive.rs":"325d4c1c1e6194e743f42a2316f1501b0ef852fe309f2e9cac3434825ad235f0","src/ir/analysis/has_destructor.rs":"63644f479738df35e531d3324ff892614083c3656e0747aa34d9f20dada878ec","src/ir/analysis/has_float.rs":"76162a309e4285a806755a08c687a3e7bc894a100a63da4e88584035e215b11d","src/ir/analysis/has_type_param_in_array.rs":"fdbc0af28a144c88ea2de83e6e6da5e1ffb40e3dd63fd7a708095d085bb06f94","src/ir/analysis/has_vtable.rs":"5788372d27bdbaaf0454bc17be31a5480918bc41a8a1c4832e8c61185c07f9cd","src/ir/analysis/mod.rs":"1f218e15c19f512908abc8
 

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

2019-11-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 12, 2019 @ 22:06:10
  Author: arojas
Revision: 527035

archrelease: copy trunk to community-any

Added:
  jupyterlab/repos/community-any/PKGBUILD
(from rev 527034, jupyterlab/trunk/PKGBUILD)
Deleted:
  jupyterlab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-12 22:05:42 UTC (rev 527034)
+++ PKGBUILD2019-11-12 22:06:10 UTC (rev 527035)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=jupyterlab
-_pipname=jupyterlab
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="JupyterLab computational environment"
-arch=(any)
-url="https://github.com/jupyterlab/jupyterlab;
-license=(custom)
-makedepends=(python-setuptools)
-depends=(jupyterlab_server nodejs)
-optdepends=('npm: to install extensions')
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('96d3146eb09ffa0a198f31b36706859dadd4a59ed184aa9329a9c12733e6af0b')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/etc "$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: jupyterlab/repos/community-any/PKGBUILD (from rev 527034, 
jupyterlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-12 22:06:10 UTC (rev 527035)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=jupyterlab
+_pipname=jupyterlab
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="JupyterLab computational environment"
+arch=(any)
+url="https://github.com/jupyterlab/jupyterlab;
+license=(custom)
+makedepends=(python-setuptools)
+depends=(jupyterlab_server nodejs)
+optdepends=('npm: to install extensions')
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('2188a9bcaaf0b6a68ff9098a481f37ece8231634b862fd3c9adedc466aac79f2')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/etc "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-11-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 12, 2019 @ 22:06:30
  Author: arojas
Revision: 527037

archrelease: copy trunk to community-testing-any

Added:
  jupyterlab/repos/community-testing-any/PKGBUILD
(from rev 527036, jupyterlab/trunk/PKGBUILD)
Deleted:
  jupyterlab/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-12 22:06:15 UTC (rev 527036)
+++ PKGBUILD2019-11-12 22:06:30 UTC (rev 527037)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=jupyterlab
-_pipname=jupyterlab
-pkgver=1.2.2
-pkgrel=2
-pkgdesc="JupyterLab computational environment"
-arch=(any)
-url="https://github.com/jupyterlab/jupyterlab;
-license=(custom)
-makedepends=(python-setuptools)
-depends=(jupyterlab_server nodejs)
-optdepends=('npm: to install extensions')
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('96d3146eb09ffa0a198f31b36706859dadd4a59ed184aa9329a9c12733e6af0b')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/etc "$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: jupyterlab/repos/community-testing-any/PKGBUILD (from rev 527036, 
jupyterlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-12 22:06:30 UTC (rev 527037)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=jupyterlab
+_pipname=jupyterlab
+pkgver=1.2.3
+pkgrel=2
+pkgdesc="JupyterLab computational environment"
+arch=(any)
+url="https://github.com/jupyterlab/jupyterlab;
+license=(custom)
+makedepends=(python-setuptools)
+depends=(jupyterlab_server nodejs)
+optdepends=('npm: to install extensions')
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('2188a9bcaaf0b6a68ff9098a481f37ece8231634b862fd3c9adedc466aac79f2')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/etc "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-11-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 12, 2019 @ 22:06:15
  Author: arojas
Revision: 527036

python 3.8 rebuild

Modified:
  jupyterlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 22:06:10 UTC (rev 527035)
+++ PKGBUILD2019-11-12 22:06:15 UTC (rev 527036)
@@ -3,7 +3,7 @@
 pkgname=jupyterlab
 _pipname=jupyterlab
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="JupyterLab computational environment"
 arch=(any)
 url="https://github.com/jupyterlab/jupyterlab;


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

2019-11-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 12, 2019 @ 22:05:05
  Author: arojas
Revision: 527033

python 3.8 rebuild

Modified:
  jupyterlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 22:03:54 UTC (rev 527032)
+++ PKGBUILD2019-11-12 22:05:05 UTC (rev 527033)
@@ -3,7 +3,7 @@
 pkgname=jupyterlab
 _pipname=jupyterlab
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="JupyterLab computational environment"
 arch=(any)
 url="https://github.com/jupyterlab/jupyterlab;


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

2019-11-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 12, 2019 @ 22:05:42
  Author: arojas
Revision: 527034

python 3.8 rebuild

Modified:
  jupyterlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 22:05:05 UTC (rev 527033)
+++ PKGBUILD2019-11-12 22:05:42 UTC (rev 527034)
@@ -3,7 +3,7 @@
 pkgname=jupyterlab
 _pipname=jupyterlab
 pkgver=1.2.3
-pkgrel=2
+pkgrel=1
 pkgdesc="JupyterLab computational environment"
 arch=(any)
 url="https://github.com/jupyterlab/jupyterlab;


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

2019-11-12 Thread David Runge via arch-commits
Date: Tuesday, November 12, 2019 @ 22:03:54
  Author: dvzrv
Revision: 527032

archrelease: copy trunk to community-x86_64

Added:
  qtractor/repos/community-x86_64/PKGBUILD
(from rev 527031, qtractor/trunk/PKGBUILD)
Deleted:
  qtractor/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-12 22:02:06 UTC (rev 527031)
+++ PKGBUILD2019-11-12 22:03:54 UTC (rev 527032)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=qtractor
-pkgver=0.9.11
-pkgrel=1
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=('x86_64')
-url="http://qtractor.org/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('alsa-lib' 'aubio' 'desktop-file-utils' 'glibc' 'gcc-libs'
-'libsndfile' 'libjack.so' 'liblo' 'libmad' 'libogg' 'libvorbis' 'lilv'
-'qt5-x11extras' 'rubberband' 'suil' 'zlib')
-makedepends=('qt5-tools' 'ladspa' 'dssi')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('d85b69763304464e0f75c39d1b91fdadd4333d4bbf9f44c3eb2f4d1ef64bf329fb2c605a7eae70076c3e4bb97b00b6fe9728a022e8aba10272d946578eaebda2')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,README,README.VST,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-x86_64/PKGBUILD (from rev 527031, 
qtractor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-12 22:03:54 UTC (rev 527032)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.9.11
+pkgrel=2
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('x86_64')
+url="http://qtractor.org/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('alsa-lib' 'aubio' 'desktop-file-utils' 'glibc' 'gcc-libs'
+'libsndfile' 'libjack.so' 'liblo' 'libmad' 'libogg' 'libvorbis' 'lilv'
+'qt5-x11extras' 'rubberband' 'suil' 'zlib')
+makedepends=('qt5-tools' 'ladspa' 'lv2' 'dssi')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('d85b69763304464e0f75c39d1b91fdadd4333d4bbf9f44c3eb2f4d1ef64bf329fb2c605a7eae70076c3e4bb97b00b6fe9728a022e8aba10272d946578eaebda2')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,README,README.VST,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2019-11-12 Thread David Runge via arch-commits
Date: Tuesday, November 12, 2019 @ 22:02:06
  Author: dvzrv
Revision: 527031

upgpkg: qtractor 0.9.11-2

Adding lv2 to makedepends, as it was demoted to makedepnds from depends for 
sratom.

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 22:00:19 UTC (rev 527030)
+++ PKGBUILD2019-11-12 22:02:06 UTC (rev 527031)
@@ -5,7 +5,7 @@
 
 pkgname=qtractor
 pkgver=0.9.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('x86_64')
 url="http://qtractor.org/;
@@ -14,7 +14,7 @@
 depends=('alsa-lib' 'aubio' 'desktop-file-utils' 'glibc' 'gcc-libs'
 'libsndfile' 'libjack.so' 'liblo' 'libmad' 'libogg' 'libvorbis' 'lilv'
 'qt5-x11extras' 'rubberband' 'suil' 'zlib')
-makedepends=('qt5-tools' 'ladspa' 'dssi')
+makedepends=('qt5-tools' 'ladspa' 'lv2' 'dssi')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 
sha512sums=('d85b69763304464e0f75c39d1b91fdadd4333d4bbf9f44c3eb2f4d1ef64bf329fb2c605a7eae70076c3e4bb97b00b6fe9728a022e8aba10272d946578eaebda2')
 


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

2019-11-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 12, 2019 @ 22:00:19
  Author: arojas
Revision: 527030

Update to 1.2.3

Modified:
  jupyterlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 20:15:05 UTC (rev 527029)
+++ PKGBUILD2019-11-12 22:00:19 UTC (rev 527030)
@@ -2,8 +2,8 @@
 
 pkgname=jupyterlab
 _pipname=jupyterlab
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.3
+pkgrel=1
 pkgdesc="JupyterLab computational environment"
 arch=(any)
 url="https://github.com/jupyterlab/jupyterlab;
@@ -12,7 +12,7 @@
 depends=(jupyterlab_server nodejs)
 optdepends=('npm: to install extensions')
 
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('96d3146eb09ffa0a198f31b36706859dadd4a59ed184aa9329a9c12733e6af0b')
+sha256sums=('2188a9bcaaf0b6a68ff9098a481f37ece8231634b862fd3c9adedc466aac79f2')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in totem-pl-parser/trunk (PKGBUILD)

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 21:34:42
  Author: heftig
Revision: 368006

3.26.4-1

Modified:
  totem-pl-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 21:29:58 UTC (rev 368005)
+++ PKGBUILD2019-11-12 21:34:42 UTC (rev 368006)
@@ -13,7 +13,7 @@
 checkdepends=(gvfs)
 provides=("totem-plparser=$pkgver-$pkgrel")
 conflicts=(totem-plparser)
-replaces=("totem-plparser<3.26.4-1")
+replaces=("totem-plparser<=3.26.3-1")
 _commit=ea7238580d0d94a439295eb92890f6229a51c382  # tags/V_3_26_4^0
 
source=("git+https://gitlab.gnome.org/GNOME/totem-pl-parser.git#commit=$_commit;)
 sha256sums=('SKIP')
@@ -33,7 +33,7 @@
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {


[arch-commits] Commit in totem-pl-parser/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 21:35:03
  Author: heftig
Revision: 368007

archrelease: copy trunk to extra-x86_64

Added:
  totem-pl-parser/repos/extra-x86_64/
  totem-pl-parser/repos/extra-x86_64/PKGBUILD
(from rev 368006, totem-pl-parser/trunk/PKGBUILD)

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

Copied: totem-pl-parser/repos/extra-x86_64/PKGBUILD (from rev 368006, 
totem-pl-parser/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-11-12 21:35:03 UTC (rev 368007)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem-pl-parser
+pkgver=3.26.4
+pkgrel=1
+pkgdesc="Simple GObject-based library to parse and save a host of playlist 
formats"
+url="https://gitlab.gnome.org/GNOME/totem-pl-parser;
+license=(LGPL)
+arch=(x86_64)
+depends=(libarchive libquvi libxml2)
+makedepends=(gobject-introspection git gtk-doc meson)
+checkdepends=(gvfs)
+provides=("totem-plparser=$pkgver-$pkgrel")
+conflicts=(totem-plparser)
+replaces=("totem-plparser<=3.26.3-1")
+_commit=ea7238580d0d94a439295eb92890f6229a51c382  # tags/V_3_26_4^0
+source=("git+https://gitlab.gnome.org/GNOME/totem-pl-parser.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D enable-gtk-doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in (3 files)

2019-11-12 Thread Jan Steffens via arch-commits
Date: Tuesday, November 12, 2019 @ 21:29:58
  Author: heftig
Revision: 368005

Rename totem-plparser to totem-pl-parser

Added:
  totem-pl-parser/
Modified:
  totem-pl-parser/trunk/PKGBUILD
Deleted:
  totem-pl-parser/repos/extra-x86_64/

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

Modified: totem-pl-parser/trunk/PKGBUILD
===
--- totem-plparser/trunk/PKGBUILD   2019-11-12 19:21:42 UTC (rev 368004)
+++ totem-pl-parser/trunk/PKGBUILD  2019-11-12 21:29:58 UTC (rev 368005)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
-pkgname=totem-plparser
-pkgver=3.26.3
+pkgname=totem-pl-parser
+pkgver=3.26.4
 pkgrel=1
 pkgdesc="Simple GObject-based library to parse and save a host of playlist 
formats"
 url="https://gitlab.gnome.org/GNOME/totem-pl-parser;
@@ -11,21 +11,24 @@
 depends=(libarchive libquvi libxml2)
 makedepends=(gobject-introspection git gtk-doc meson)
 checkdepends=(gvfs)
-_commit=9cb2d6e2c8eaf17d77e19493c6f1fac34893232b  # tags/V_3_26_3^0
+provides=("totem-plparser=$pkgver-$pkgrel")
+conflicts=(totem-plparser)
+replaces=("totem-plparser<3.26.4-1")
+_commit=ea7238580d0d94a439295eb92890f6229a51c382  # tags/V_3_26_4^0
 
source=("git+https://gitlab.gnome.org/GNOME/totem-pl-parser.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd totem-pl-parser
+  cd $pkgname
   git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
 }
 
 prepare() {
-  cd totem-pl-parser
+  cd $pkgname
 }
 
 build() {
-  arch-meson totem-pl-parser build -D enable-gtk-doc=true
+  arch-meson $pkgname build -D enable-gtk-doc=true
   ninja -C build
 }
 


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

2019-11-12 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 12, 2019 @ 20:14:30
  Author: eschwartz
Revision: 527028

upgpkg: calibre 4.3.0-3: rebuild for staging with tests enabled

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 19:32:52 UTC (rev 527027)
+++ PKGBUILD2019-11-12 20:14:30 UTC (rev 527028)
@@ -8,7 +8,7 @@
 
 pkgname=calibre
 pkgver=4.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/;


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

2019-11-12 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 12, 2019 @ 20:15:05
  Author: eschwartz
Revision: 527029

archrelease: copy trunk to community-staging-x86_64

Added:
  calibre/repos/community-staging-x86_64/PKGBUILD
(from rev 527028, calibre/trunk/PKGBUILD)
Deleted:
  calibre/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-12 20:14:30 UTC (rev 527028)
+++ PKGBUILD2019-11-12 20:15:05 UTC (rev 527029)
@@ -1,96 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=4.3.0
-pkgrel=2
-pkgdesc="Ebook management application"
-arch=('x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-_py_deps=('apsw' 'beautifulsoup4' 'cssselect' 'css-parser' 'dateutil' 'dbus' 
'dnspython'
-  'feedparser' 'html2text' 'html5-parser' 'lxml' 'markdown' 
'mechanize' 'msgpack'
-  'netifaces' 'unrardll' 'pillow' 'psutil' 'pygments' 'pyqt5' 
'pyqtwebengine' 'regex')
-depends=('chmlib' 'hunspell' 'icu' 'jxrlib' 'libmtp' 'libusbx' 'libwmf' 
'mathjax2' 'mtdev' 'optipng'
- 'podofo' "${_py_deps[@]/#/python2-}" 'qt5-svg' 'udisks2')
-makedepends=('qt5-x11extras' 'rapydscript-ng' 'sip' 'xdg-utils')
-checkdepends=('xorg-server-xvfb')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html')
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('cf19f19da993c496a045c49d89f9232dd5ab23034acad2d14cba0bfab8178420'
-'SKIP')
-b2sums=('fd187d1b68ac60c26c11094b0d19123f24ac93cde1e9939b71ecd4756c7a40ab55e4e36128763ed7f312df18a5152da418828ce84f4514a8747df8ccc3de2365'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-prepare(){
-cd "${pkgname}-${pkgver}"
-
-# Desktop integration (e.g. enforce arch defaults)
-# Use uppercase naming scheme, don't delete config files under fakeroot.
-sed -e "/import config_dir/,/os.rmdir(config_dir)/d" \
--e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
--e "s/^Name=calibre/Name=Calibre/g" \
--i  src/calibre/linux.py
-
-# cherry-picked bits of python2-backports.functools_lru_cache
-# needed for frozen builds + beautifulsoup4
-# see 
https://github.com/kovidgoyal/calibre/commit/b177f0a1096b4fdabd8772dd9edc2a69e683#commitcomment-33169700
-rm -r src/backports
-
-cd resources
-
-# Remove unneeded files
-rm ${pkgname}-portable.* mozilla-ca-certs.pem
-
-# use system mathjax
-rm -r mathjax
-}
-
-build() {
-cd "${pkgname}-${pkgver}"
-
-LANG='en_US.UTF-8' python2 setup.py build
-LANG='en_US.UTF-8' python2 setup.py gui
-LANG='en_US.UTF-8' python2 setup.py mathjax --path-to-mathjax 
/usr/share/mathjax2 --system-mathjax
-LANG='en_US.UTF-8' python2 setup.py rapydscript
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-
-# without xvfb-run this fails with much "Control socket failed to recv(), 
resetting"
-# ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest)
-LANG='en_US.UTF-8' xvfb-run python2 setup.py test
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-
-# If this directory doesn't exist, zsh completion won't install.
-install -d "${pkgdir}/usr/share/zsh/site-functions"
-
-LANG='en_US.UTF-8' python2 setup.py install \
---staging-root="${pkgdir}/usr" \
---prefix=/usr
-
-cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-# not needed at runtime
-rm -r "${pkgdir}"/usr/share/calibre/rapydscript/
-
-# Compiling bytecode FS#33392
-# This is kind of ugly but removes traces of the build root.
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python2 -m compileall -d "${_destdir}" "${_file}"
-python2 -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/ -name '*.py' -print0)
-}

Copied: calibre/repos/community-staging-x86_64/PKGBUILD (from rev 527028, 
calibre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-12 20:15:05 UTC (rev 527029)
@@ -0,0 +1,96 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=4.3.0
+pkgrel=3
+pkgdesc="Ebook management application"
+arch=('x86_64')

[arch-commits] Commit in couchdb/repos (7 files)

2019-11-12 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 12, 2019 @ 19:32:52
  Author: foutrelis
Revision: 527027

archrelease: copy trunk to community-staging-x86_64

Added:
  couchdb/repos/community-staging-x86_64/
  couchdb/repos/community-staging-x86_64/PKGBUILD
(from rev 527026, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-staging-x86_64/couchdb-erlang22.patch
(from rev 527026, couchdb/trunk/couchdb-erlang22.patch)
  couchdb/repos/community-staging-x86_64/couchdb.service
(from rev 527026, couchdb/trunk/couchdb.service)
  couchdb/repos/community-staging-x86_64/couchdb.sysusers
(from rev 527026, couchdb/trunk/couchdb.sysusers)
  couchdb/repos/community-staging-x86_64/couchdb.tmpfiles
(from rev 527026, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-staging-x86_64/datadirs.ini
(from rev 527026, couchdb/trunk/datadirs.ini)

+
 PKGBUILD   |   59 +++
 couchdb-erlang22.patch |   49 +++
 couchdb.service|   31 
 couchdb.sysusers   |1 
 couchdb.tmpfiles   |3 ++
 datadirs.ini   |3 ++
 6 files changed, 146 insertions(+)

Copied: couchdb/repos/community-staging-x86_64/PKGBUILD (from rev 527026, 
couchdb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-12 19:32:52 UTC (rev 527027)
@@ -0,0 +1,59 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sergej Pupykin 
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+# Contributor: Michael Fellinger 
+
+pkgname=couchdb
+pkgver=2.3.1
+pkgrel=3
+pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
+arch=('x86_64')
+url="https://couchdb.apache.org;
+license=('APACHE')
+depends=('icu' 'js185' 'zlib')
+makedepends=('erlang-nox')
+backup=('etc/couchdb/local.ini'
+'etc/couchdb/vm.args')
+source=("https://www-eu.apache.org/dist/couchdb/source/${pkgver}/apache-couchdb-${pkgver}.tar.gz"{,.asc}
+'couchdb.service'
+'couchdb.sysusers'
+'couchdb.tmpfiles'
+'datadirs.ini'
+'couchdb-erlang22.patch')
+sha256sums=('43eb8cec41eb52871bf22d35f3e2c2ce5b806ebdbce3594cf6b0438f2534227d'
+'SKIP'
+'293fe7ce16de6feb5927bf151360c7441f427f1d6bec73bc9ecb1e530be2b93a'
+'3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
+'0ce806cbc5e18e60b17be9fd2cdbd4c7f12cc84ca95b079efdede16ddb5f3efd'
+'937ca3498aab47b3f2226d027fa8a1a95de55cbb463373099e28cb9a6c7046ac'
+'b2342e84a6b2b79d732b4b701d54723d20f552a6b412eca039373a7b21a35e3c')
+validpgpkeys=('2EC788AE3F239FA13E82D215CDE711289384AE37'  # Joan Touzet (CODE 
SIGNING KEY) 
+  'D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4') # Jan Lehnardt 

+
+prepare() {
+cd apache-couchdb-${pkgver}
+sed -i 's|$ROOTDIR/etc/vm.args|/etc/couchdb/vm.args|' rel/files/couchdb.in
+patch -p1 -i ../couchdb-erlang22.patch # Support erlang 22
+}
+
+build() {
+cd apache-couchdb-${pkgver}
+./configure
+make release
+}
+
+package() {
+cd apache-couchdb-${pkgver}
+install -dm755 "${pkgdir}"/usr/lib/
+install -dm755 "${pkgdir}"/etc/couchdb/
+
+cp -r rel/couchdb "${pkgdir}"/usr/lib/couchdb
+mv "${pkgdir}"/usr/lib/couchdb/etc/local.ini 
"${pkgdir}"/etc/couchdb/local.ini
+mv "${pkgdir}"/usr/lib/couchdb/etc/vm.args "${pkgdir}"/etc/couchdb/vm.args
+
+cd "${srcdir}"
+install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
+install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
+install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+install -Dm644 datadirs.ini -t "${pkgdir}"/usr/lib/couchdb/etc/
+}

Copied: couchdb/repos/community-staging-x86_64/couchdb-erlang22.patch (from rev 
527026, couchdb/trunk/couchdb-erlang22.patch)
===
--- community-staging-x86_64/couchdb-erlang22.patch 
(rev 0)
+++ community-staging-x86_64/couchdb-erlang22.patch 2019-11-12 19:32:52 UTC 
(rev 527027)
@@ -0,0 +1,49 @@
+From 61fc0868699805733a8f4357783bcdd06629d708 Mon Sep 17 00:00:00 2001
+From: Nick Vatamaniuc 
+Date: Tue, 9 Jul 2019 16:45:52 -0400
+Subject: [PATCH] Add erlang 22 support
+
+Bumped elixir version to 1.7.4 as 1.6.6 wasn't built with Erlang 22
+support.
+
+Also moving straight to 22.0.5 since 22.0 in travis crashed with a
+segmentation fault. Some of the release comments in the point release
+mention VM crashes, so it seems to check out.
+
+Fixes https://github.com/apache/couchdb/issues/2069
+---
+ .travis.yml | 3 ++-
+ rebar.config.script | 6 --
+ 2 files changed, 6 insertions(+), 3 deletions(-)
+diff --git a/rebar.config.script 

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

2019-11-12 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 12, 2019 @ 19:32:45
  Author: foutrelis
Revision: 527026

icu 65.1 / poppler 0.82.0 rebuild

Modified:
  couchdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 19:02:25 UTC (rev 527025)
+++ PKGBUILD2019-11-12 19:32:45 UTC (rev 527026)
@@ -5,7 +5,7 @@
 
 pkgname=couchdb
 pkgver=2.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
 arch=('x86_64')
 url="https://couchdb.apache.org;


[arch-commits] Commit in intel-ucode/repos (testing-any testing-any/PKGBUILD)

2019-11-12 Thread Christian Hesse via arch-commits
Date: Tuesday, November 12, 2019 @ 19:21:42
  Author: eworm
Revision: 368004

archrelease: copy trunk to testing-any

Added:
  intel-ucode/repos/testing-any/
  intel-ucode/repos/testing-any/PKGBUILD
(from rev 368003, intel-ucode/trunk/PKGBUILD)

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

Copied: intel-ucode/repos/testing-any/PKGBUILD (from rev 368003, 
intel-ucode/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-11-12 19:21:42 UTC (rev 368004)
@@ -0,0 +1,31 @@
+# Maintainer: Thomas Bächler 
+
+pkgname=intel-ucode
+pkgver=20191112
+pkgrel=1
+pkgdesc='Microcode update files for Intel CPUs'
+arch=('any')
+url='https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files'
+replaces=('microcode_ctl')
+makedepends=('iucode-tool')
+license=('custom')
+source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz;)
+sha256sums=('f7cf96f2b07a1ba9d1fc0bcfcb49d0edb91f7d487a57a88c147e57c5873b')
+
+build() {
+  cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
+
+  rm -f intel-ucode{,-with-caveats}/list
+  mkdir -p kernel/x86/microcode
+  iucode_tool -w kernel/x86/microcode/GenuineIntel.bin 
intel-ucode{,-with-caveats}/
+  # Make intel-ucode.img reproducible
+  [ ! -z $SOURCE_DATE_EPOCH ] && touch -d @$SOURCE_DATE_EPOCH 
kernel/x86/microcode/GenuineIntel.bin
+  echo kernel/x86/microcode/GenuineIntel.bin | bsdcpio -o -H newc -R 0:0 > 
intel-ucode.img
+}
+
+package() {
+  cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
+
+  install -D -m0644 intel-ucode.img "${pkgdir}"/boot/intel-ucode.img
+  install -D -m0644 license "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-11-12 Thread Christian Hesse via arch-commits
Date: Tuesday, November 12, 2019 @ 19:21:34
  Author: eworm
Revision: 368003

upgpkg: intel-ucode 20191112-1

new upstream release

Modified:
  intel-ucode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 18:32:01 UTC (rev 368002)
+++ PKGBUILD2019-11-12 19:21:34 UTC (rev 368003)
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=intel-ucode
-pkgver=20190918
+pkgver=20191112
 pkgrel=1
 pkgdesc='Microcode update files for Intel CPUs'
 arch=('any')
@@ -10,7 +10,7 @@
 makedepends=('iucode-tool')
 license=('custom')
 
source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz;)
-sha256sums=('2b6b728d351764dfbf6a9763ac96ae7e04085f382a309fed3abc0118f094c943')
+sha256sums=('f7cf96f2b07a1ba9d1fc0bcfcb49d0edb91f7d487a57a88c147e57c5873b')
 
 build() {
   cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}


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

2019-11-12 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 12, 2019 @ 19:02:18
  Author: foutrelis
Revision: 527024

icu 65.1 rebuild

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 18:41:34 UTC (rev 527023)
+++ PKGBUILD2019-11-12 19:02:18 UTC (rev 527024)
@@ -8,7 +8,7 @@
 
 pkgname=calibre
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/;


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

2019-11-12 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 12, 2019 @ 19:02:25
  Author: foutrelis
Revision: 527025

archrelease: copy trunk to community-staging-x86_64

Added:
  calibre/repos/community-staging-x86_64/
  calibre/repos/community-staging-x86_64/PKGBUILD
(from rev 527024, calibre/trunk/PKGBUILD)

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

Copied: calibre/repos/community-staging-x86_64/PKGBUILD (from rev 527024, 
calibre/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-12 19:02:25 UTC (rev 527025)
@@ -0,0 +1,96 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=4.3.0
+pkgrel=2
+pkgdesc="Ebook management application"
+arch=('x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+_py_deps=('apsw' 'beautifulsoup4' 'cssselect' 'css-parser' 'dateutil' 'dbus' 
'dnspython'
+  'feedparser' 'html2text' 'html5-parser' 'lxml' 'markdown' 
'mechanize' 'msgpack'
+  'netifaces' 'unrardll' 'pillow' 'psutil' 'pygments' 'pyqt5' 
'pyqtwebengine' 'regex')
+depends=('chmlib' 'hunspell' 'icu' 'jxrlib' 'libmtp' 'libusbx' 'libwmf' 
'mathjax2' 'mtdev' 'optipng'
+ 'podofo' "${_py_deps[@]/#/python2-}" 'qt5-svg' 'udisks2')
+makedepends=('qt5-x11extras' 'rapydscript-ng' 'sip' 'xdg-utils')
+checkdepends=('xorg-server-xvfb')
+optdepends=('ipython2: to use calibre-debug'
+'poppler: required for converting pdf to html')
+source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
+"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
+sha256sums=('cf19f19da993c496a045c49d89f9232dd5ab23034acad2d14cba0bfab8178420'
+'SKIP')
+b2sums=('fd187d1b68ac60c26c11094b0d19123f24ac93cde1e9939b71ecd4756c7a40ab55e4e36128763ed7f312df18a5152da418828ce84f4514a8747df8ccc3de2365'
+'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
+
+prepare(){
+cd "${pkgname}-${pkgver}"
+
+# Desktop integration (e.g. enforce arch defaults)
+# Use uppercase naming scheme, don't delete config files under fakeroot.
+sed -e "/import config_dir/,/os.rmdir(config_dir)/d" \
+-e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
+-e "s/^Name=calibre/Name=Calibre/g" \
+-i  src/calibre/linux.py
+
+# cherry-picked bits of python2-backports.functools_lru_cache
+# needed for frozen builds + beautifulsoup4
+# see 
https://github.com/kovidgoyal/calibre/commit/b177f0a1096b4fdabd8772dd9edc2a69e683#commitcomment-33169700
+rm -r src/backports
+
+cd resources
+
+# Remove unneeded files
+rm ${pkgname}-portable.* mozilla-ca-certs.pem
+
+# use system mathjax
+rm -r mathjax
+}
+
+build() {
+cd "${pkgname}-${pkgver}"
+
+LANG='en_US.UTF-8' python2 setup.py build
+LANG='en_US.UTF-8' python2 setup.py gui
+LANG='en_US.UTF-8' python2 setup.py mathjax --path-to-mathjax 
/usr/share/mathjax2 --system-mathjax
+LANG='en_US.UTF-8' python2 setup.py rapydscript
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+
+# without xvfb-run this fails with much "Control socket failed to recv(), 
resetting"
+# ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest)
+LANG='en_US.UTF-8' xvfb-run python2 setup.py test
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+
+# If this directory doesn't exist, zsh completion won't install.
+install -d "${pkgdir}/usr/share/zsh/site-functions"
+
+LANG='en_US.UTF-8' python2 setup.py install \
+--staging-root="${pkgdir}/usr" \
+--prefix=/usr
+
+cp -a man-pages/ "${pkgdir}/usr/share/man"
+
+# not needed at runtime
+rm -r "${pkgdir}"/usr/share/calibre/rapydscript/
+
+# Compiling bytecode FS#33392
+# This is kind of ugly but removes traces of the build root.
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+python2 -m compileall -d "${_destdir}" "${_file}"
+python2 -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/ -name '*.py' -print0)
+}


[arch-commits] Commit in couchdb/trunk (PKGBUILD couchdb-erlang22.patch)

2019-11-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 12, 2019 @ 18:41:34
  Author: arojas
Revision: 527023

Support erlang 22

Added:
  couchdb/trunk/couchdb-erlang22.patch
Modified:
  couchdb/trunk/PKGBUILD

+
 PKGBUILD   |7 --
 couchdb-erlang22.patch |   49 +++
 2 files changed, 54 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 18:13:03 UTC (rev 527022)
+++ PKGBUILD2019-11-12 18:41:34 UTC (rev 527023)
@@ -18,13 +18,15 @@
 'couchdb.service'
 'couchdb.sysusers'
 'couchdb.tmpfiles'
-'datadirs.ini')
+'datadirs.ini'
+'couchdb-erlang22.patch')
 sha256sums=('43eb8cec41eb52871bf22d35f3e2c2ce5b806ebdbce3594cf6b0438f2534227d'
 'SKIP'
 '293fe7ce16de6feb5927bf151360c7441f427f1d6bec73bc9ecb1e530be2b93a'
 '3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
 '0ce806cbc5e18e60b17be9fd2cdbd4c7f12cc84ca95b079efdede16ddb5f3efd'
-'937ca3498aab47b3f2226d027fa8a1a95de55cbb463373099e28cb9a6c7046ac')
+'937ca3498aab47b3f2226d027fa8a1a95de55cbb463373099e28cb9a6c7046ac'
+'b2342e84a6b2b79d732b4b701d54723d20f552a6b412eca039373a7b21a35e3c')
 validpgpkeys=('2EC788AE3F239FA13E82D215CDE711289384AE37'  # Joan Touzet (CODE 
SIGNING KEY) 
   'D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4') # Jan Lehnardt 

 
@@ -31,6 +33,7 @@
 prepare() {
 cd apache-couchdb-${pkgver}
 sed -i 's|$ROOTDIR/etc/vm.args|/etc/couchdb/vm.args|' rel/files/couchdb.in
+patch -p1 -i ../couchdb-erlang22.patch # Support erlang 22
 }
 
 build() {

Added: couchdb-erlang22.patch
===
--- couchdb-erlang22.patch  (rev 0)
+++ couchdb-erlang22.patch  2019-11-12 18:41:34 UTC (rev 527023)
@@ -0,0 +1,49 @@
+From 61fc0868699805733a8f4357783bcdd06629d708 Mon Sep 17 00:00:00 2001
+From: Nick Vatamaniuc 
+Date: Tue, 9 Jul 2019 16:45:52 -0400
+Subject: [PATCH] Add erlang 22 support
+
+Bumped elixir version to 1.7.4 as 1.6.6 wasn't built with Erlang 22
+support.
+
+Also moving straight to 22.0.5 since 22.0 in travis crashed with a
+segmentation fault. Some of the release comments in the point release
+mention VM crashes, so it seems to check out.
+
+Fixes https://github.com/apache/couchdb/issues/2069
+---
+ .travis.yml | 3 ++-
+ rebar.config.script | 6 --
+ 2 files changed, 6 insertions(+), 3 deletions(-)
+diff --git a/rebar.config.script b/rebar.config.script
+index 33ceb72838..6445057e7e 100644
+--- a/rebar.config.script
 b/rebar.config.script
+@@ -44,6 +44,8 @@ case VerList of
+ [20 | _] = V20 when V20 >= [20, 3, 8, 11] -> ok;
+ [21, 2] -> NotSupported(VerString);
+ [21, 2, N | _] when N < 3 -> NotSupported(VerString);
++[22, 0] -> NotSupported(VerString);
++[22, 0, N | _] when N < 5 -> NotSupported(VerString);
+ _ -> ok
+ end.
+ 
+@@ -148,7 +150,7 @@ ErlOpts = case os:getenv("ERL_OPTS") of
+ end,
+ 
+ AddConfig = [
+-{require_otp_vsn, "17|18|19|20|21"},
++{require_otp_vsn, "17|18|19|20|21|22"},
+ {deps_dir, "src"},
+ {deps, lists:map(MakeDep, DepDescs)},
+ {sub_dirs, SubDirs},
+diff --git a/rebar.config b/rebar.config
+index f134a63..1785295 100644
+--- a/src/snappy/rebar.config
 b/src/snappy/rebar.config
+@@ -1,4 +1,4 @@
+-{require_otp_vsn, "R14|R15|R16|17|18|19|20|21"}.
++{require_otp_vsn, "R14|R15|R16|17|18|19|20|21|22"}.
+ 
+ {erl_opts, [debug_info, warn_unused_vars, warn_shadow_vars, 
warn_unused_import]}.
+ {port_sources, ["c_src/*.cc", 


[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2019-11-12 Thread Felix Yan via arch-commits
Date: Tuesday, November 12, 2019 @ 18:31:47
  Author: felixonmars
Revision: 368001

icu 65.1 / poppler 0.82.0 rebuild

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 18:25:07 UTC (rev 368000)
+++ PKGBUILD2019-11-12 18:31:47 UTC (rev 368001)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.34.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
 arch=(x86_64)


[arch-commits] Commit in evolution-data-server/repos (2 files)

2019-11-12 Thread Felix Yan via arch-commits
Date: Tuesday, November 12, 2019 @ 18:32:01
  Author: felixonmars
Revision: 368002

archrelease: copy trunk to staging-x86_64

Added:
  evolution-data-server/repos/staging-x86_64/
  evolution-data-server/repos/staging-x86_64/PKGBUILD
(from rev 368001, evolution-data-server/trunk/PKGBUILD)

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

Copied: evolution-data-server/repos/staging-x86_64/PKGBUILD (from rev 368001, 
evolution-data-server/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-12 18:32:01 UTC (rev 368002)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.34.1
+pkgrel=2
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake)
+license=(GPL)
+_commit=3fdbd665574273d8820f376512a4cab661ba2027  # tags/3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cmake -H$pkgname -Bbuild \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_INTROSPECTION=ON \
+-DENABLE_VALA_BINDINGS=ON \
+-DENABLE_GTK_DOC=ON \
+-DWITH_PHONENUMBER=ON
+  cmake --build build
+}
+
+check() {
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  cmake --build build --target test || :
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


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

2019-11-12 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, November 12, 2019 @ 18:25:07
  Author: bisson
Revision: 368000

archrelease: copy trunk to extra-x86_64

Added:
  xournalpp/repos/extra-x86_64/PKGBUILD
(from rev 367999, xournalpp/trunk/PKGBUILD)
Deleted:
  xournalpp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-12 18:23:13 UTC (rev 367999)
+++ PKGBUILD2019-11-12 18:25:07 UTC (rev 368000)
@@ -1,28 +0,0 @@
-# Maintainer: Gaetan Bisson 
-
-pkgname=xournalpp
-pkgver=1.0.15
-_commit=a911a3911df7c588c23997a29ad6a2e8d48b4aea
-pkgrel=1
-pkgdesc='Handwriting notetaking software with PDF annotation support'
-url='https://github.com/xournalpp/xournalpp'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git' 'cmake' 'doxygen' 'graphviz')
-depends=('gtk3' 'poppler-glib' 'libxml2' 'portaudio' 'libsndfile' 'lua'
- 'libzip' 'texlive-bin')
-source=("git+https://github.com/xournalpp/xournalpp.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-replaces=('xournal')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   cmake -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: xournalpp/repos/extra-x86_64/PKGBUILD (from rev 367999, 
xournalpp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-12 18:25:07 UTC (rev 368000)
@@ -0,0 +1,28 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=xournalpp
+pkgver=1.0.16
+_commit=c4745271d4dc114b0ee2145b3e9ace257b7f4c28
+pkgrel=1
+pkgdesc='Handwriting notetaking software with PDF annotation support'
+url='https://github.com/xournalpp/xournalpp'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('git' 'cmake' 'doxygen' 'graphviz')
+depends=('gtk3' 'poppler-glib' 'libxml2' 'portaudio' 'libsndfile' 'lua'
+ 'libzip' 'texlive-bin')
+source=("git+https://github.com/xournalpp/xournalpp.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+replaces=('xournal')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   cmake -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-11-12 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, November 12, 2019 @ 18:23:13
  Author: bisson
Revision: 367999

upstream update

Modified:
  xournalpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 18:23:03 UTC (rev 367998)
+++ PKGBUILD2019-11-12 18:23:13 UTC (rev 367999)
@@ -1,8 +1,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=xournalpp
-pkgver=1.0.15
-_commit=a911a3911df7c588c23997a29ad6a2e8d48b4aea
+pkgver=1.0.16
+_commit=c4745271d4dc114b0ee2145b3e9ace257b7f4c28
 pkgrel=1
 pkgdesc='Handwriting notetaking software with PDF annotation support'
 url='https://github.com/xournalpp/xournalpp'


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD fix.diff)

2019-11-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 12, 2019 @ 18:22:30
  Author: arojas
Revision: 367997

Restore the parts of the patch that are still relevant

Added:
  gtk-doc/trunk/fix.diff
Modified:
  gtk-doc/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 fix.diff |   30 ++
 2 files changed, 40 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 16:58:25 UTC (rev 367996)
+++ PKGBUILD2019-11-12 18:22:30 UTC (rev 367997)
@@ -2,7 +2,7 @@
 
 pkgname=gtk-doc
 pkgver=1.32
-pkgrel=1
+pkgrel=2
 pkgdesc="Documentation tool for public library API"
 url="https://www.gtk.org/gtk-doc/;
 arch=(any)
@@ -13,8 +13,10 @@
 checkdepends=(bc gtk3 python-six python-parameterized)
 optdepends=('dblatex: PDF support')
 _commit=7fce5688c973fca10951bfdbeab9acca034aa095  # tags/GTK_DOC_1_32^0
-source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;)
-sha256sums=('SKIP')
+source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;
+ fix.diff)
+sha256sums=('SKIP'
+'0391f47af6bd11bdc870ba826836612c68f538a12bc12fe0b4f34e6c11482baf')
 
 pkgver() {
   cd $pkgname
@@ -21,6 +23,11 @@
   git describe --tags | sed -e 's/GTK_DOC_//' -e 's/_/\./g' -e 's/-/+/g'
 }
 
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../fix.diff
+}
+
 build() {
   arch-meson $pkgname build
   ninja -C build

Added: fix.diff
===
--- fix.diff(rev 0)
+++ fix.diff2019-11-12 18:22:30 UTC (rev 367997)
@@ -0,0 +1,30 @@
+diff --git i/gtkdoc/highlight.py w/gtkdoc/highlight.py
+index ba1c601..226aa12 100644
+--- i/gtkdoc/highlight.py
 w/gtkdoc/highlight.py
+@@ -46,6 +46,9 @@ def highlight_code(code, lang='c'):
+ 
+ 
+ def append_style_defs(css_file_name):
+-os.chmod(css_file_name, 0o644)
++try:
++os.chmod(css_file_name, 0o644)
++except OSError:
++pass
+ with open(css_file_name, 'at', newline='\n', encoding='utf-8') as css:
+ css.write(HTML_FORMATTER.get_style_defs())
+diff --git i/gtkdoc/scan.py w/gtkdoc/scan.py
+index d04d4d4..2103d02 100644
+--- i/gtkdoc/scan.py
 w/gtkdoc/scan.py
+@@ -961,8 +961,8 @@ def ScanHeaderContent(input_lines, decl_list, get_types, 
options):
+ logging.info('struct/union level : %d', level)
+ 
+ # here we want in_declaration=='', otherwise we have a partial declaration
+-if in_declaration != '':
+-raise RuntimeError('partial declaration (%s) : %s ' % 
(in_declaration, decl))
++#if in_declaration != '':
++#raise RuntimeError('partial declaration (%s) : %s ' % 
(in_declaration, decl))
+ 
+ # print remaining forward declarations
+ for symbol in sorted(forward_decls.keys()):


[arch-commits] Commit in gtk-doc/repos/extra-any (PKGBUILD PKGBUILD fix.diff)

2019-11-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 12, 2019 @ 18:23:03
  Author: arojas
Revision: 367998

archrelease: copy trunk to extra-any

Added:
  gtk-doc/repos/extra-any/PKGBUILD
(from rev 367997, gtk-doc/trunk/PKGBUILD)
  gtk-doc/repos/extra-any/fix.diff
(from rev 367997, gtk-doc/trunk/fix.diff)
Deleted:
  gtk-doc/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   79 +
 fix.diff |   30 +++
 2 files changed, 73 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-12 18:22:30 UTC (rev 367997)
+++ PKGBUILD2019-11-12 18:23:03 UTC (rev 367998)
@@ -1,36 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=gtk-doc
-pkgver=1.32
-pkgrel=1
-pkgdesc="Documentation tool for public library API"
-url="https://www.gtk.org/gtk-doc/;
-arch=(any)
-license=(GPL FDL)
-depends=(docbook-xsl docbook-xml glib2-docs python-lxml python-pygments
- python-anytree)
-makedepends=(dblatex git yelp-tools meson)
-checkdepends=(bc gtk3 python-six python-parameterized)
-optdepends=('dblatex: PDF support')
-_commit=7fce5688c973fca10951bfdbeab9acca034aa095  # tags/GTK_DOC_1_32^0
-source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/GTK_DOC_//' -e 's/_/\./g' -e 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  # Tests don't work yet
-  meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gtk-doc/repos/extra-any/PKGBUILD (from rev 367997, 
gtk-doc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-12 18:23:03 UTC (rev 367998)
@@ -0,0 +1,43 @@
+# Maintainer: Jan de Groot 
+
+pkgname=gtk-doc
+pkgver=1.32
+pkgrel=2
+pkgdesc="Documentation tool for public library API"
+url="https://www.gtk.org/gtk-doc/;
+arch=(any)
+license=(GPL FDL)
+depends=(docbook-xsl docbook-xml glib2-docs python-lxml python-pygments
+ python-anytree)
+makedepends=(dblatex git yelp-tools meson)
+checkdepends=(bc gtk3 python-six python-parameterized)
+optdepends=('dblatex: PDF support')
+_commit=7fce5688c973fca10951bfdbeab9acca034aa095  # tags/GTK_DOC_1_32^0
+source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;
+ fix.diff)
+sha256sums=('SKIP'
+'0391f47af6bd11bdc870ba826836612c68f538a12bc12fe0b4f34e6c11482baf')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/GTK_DOC_//' -e 's/_/\./g' -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../fix.diff
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  # Tests don't work yet
+  meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Copied: gtk-doc/repos/extra-any/fix.diff (from rev 367997, 
gtk-doc/trunk/fix.diff)
===
--- fix.diff(rev 0)
+++ fix.diff2019-11-12 18:23:03 UTC (rev 367998)
@@ -0,0 +1,30 @@
+diff --git i/gtkdoc/highlight.py w/gtkdoc/highlight.py
+index ba1c601..226aa12 100644
+--- i/gtkdoc/highlight.py
 w/gtkdoc/highlight.py
+@@ -46,6 +46,9 @@ def highlight_code(code, lang='c'):
+ 
+ 
+ def append_style_defs(css_file_name):
+-os.chmod(css_file_name, 0o644)
++try:
++os.chmod(css_file_name, 0o644)
++except OSError:
++pass
+ with open(css_file_name, 'at', newline='\n', encoding='utf-8') as css:
+ css.write(HTML_FORMATTER.get_style_defs())
+diff --git i/gtkdoc/scan.py w/gtkdoc/scan.py
+index d04d4d4..2103d02 100644
+--- i/gtkdoc/scan.py
 w/gtkdoc/scan.py
+@@ -961,8 +961,8 @@ def ScanHeaderContent(input_lines, decl_list, get_types, 
options):
+ logging.info('struct/union level : %d', level)
+ 
+ # here we want in_declaration=='', otherwise we have a partial declaration
+-if in_declaration != '':
+-raise RuntimeError('partial declaration (%s) : %s ' % 
(in_declaration, decl))
++#if in_declaration != '':
++#raise RuntimeError('partial declaration (%s) : %s ' % 
(in_declaration, decl))
+ 
+ # print remaining forward declarations
+ for symbol in sorted(forward_decls.keys()):


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

2019-11-12 Thread David Runge via arch-commits
Date: Tuesday, November 12, 2019 @ 18:13:03
  Author: dvzrv
Revision: 527022

archrelease: copy trunk to community-x86_64

Added:
  yoshimi/repos/community-x86_64/PKGBUILD
(from rev 527021, yoshimi/trunk/PKGBUILD)
Deleted:
  yoshimi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-12 18:12:58 UTC (rev 527021)
+++ PKGBUILD2019-11-12 18:13:03 UTC (rev 527022)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: David Adler 
-
-pkgname=yoshimi
-pkgver=1.6.0.2
-pkgrel=1
-pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
-arch=('x86_64')
-url="https://yoshimi.github.io/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('alsa-lib' 'cairo' 'fftw' 'fltk' 'gcc-libs' 'glibc' 'libjack.so' 
'libncursesw.so' 'libreadline.so' 'mxml' 'zlib')
-makedepends=('cmake' 'lv2' 'mesa')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('2c99d616c9b29ce9423a9c995f568c0fe29cdadca962f8454b137b586ed4c2b4105a78ced05c39599aa8fe3b9abe376220cc0f1678cbbb5e7d14c49a0eb88454')
-
-build() {
-  cd "${pkgname}-${pkgver}/src"
-  cmake . \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_DATAROOTDIR='/usr/share' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib'
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/src"
-  make DESTDIR="${pkgdir}" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 ../{Changelog,Dependencies,README.txt,Yoshimi_Helpers}
-}
-# vim:set ts=2 sw=2 et:

Copied: yoshimi/repos/community-x86_64/PKGBUILD (from rev 527021, 
yoshimi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-12 18:13:03 UTC (rev 527022)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+# Contributor: David Adler 
+
+pkgname=yoshimi
+pkgver=1.6.0.3
+pkgrel=1
+pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
+arch=('x86_64')
+url="https://yoshimi.github.io/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('alsa-lib' 'cairo' 'fftw' 'fltk' 'gcc-libs' 'glibc' 'libjack.so'
+'libncursesw.so' 'libreadline.so' 'mxml' 'zlib')
+makedepends=('cmake' 'lv2' 'mesa')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('cd4d6a996b19682642c2b508551eaa3d7678b4ea8d1cf67d55e8e398119b0514a79b4b3f41ff140c90a019dcf0d779218b863be745d08113a507cf62be5cb529')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  mkdir -vp build
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -B build\
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_DATAROOTDIR='/usr/share' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+src
+  make -C build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make -C build DESTDIR="${pkgdir}" install
+  install -vDm 644 {Changelog,Dependencies,README.txt,Yoshimi_Helpers} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+# vim:set ts=2 sw=2 et:


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

2019-11-12 Thread David Runge via arch-commits
Date: Tuesday, November 12, 2019 @ 18:12:58
  Author: dvzrv
Revision: 527021

upgpkg: yoshimi 1.6.0.3-1

Upgrading to 1.6.0.3. Updating maintainer info. Simplifying cmake/make call. 
Minor cleanup.

Modified:
  yoshimi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 18:09:31 UTC (rev 527020)
+++ PKGBUILD2019-11-12 18:12:58 UTC (rev 527021)
@@ -1,8 +1,8 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: David Adler 
 
 pkgname=yoshimi
-pkgver=1.6.0.2
+pkgver=1.6.0.3
 pkgrel=1
 pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
 arch=('x86_64')
@@ -9,24 +9,31 @@
 url="https://yoshimi.github.io/;
 license=('GPL2')
 groups=('pro-audio')
-depends=('alsa-lib' 'cairo' 'fftw' 'fltk' 'gcc-libs' 'glibc' 'libjack.so' 
'libncursesw.so' 'libreadline.so' 'mxml' 'zlib')
+depends=('alsa-lib' 'cairo' 'fftw' 'fltk' 'gcc-libs' 'glibc' 'libjack.so'
+'libncursesw.so' 'libreadline.so' 'mxml' 'zlib')
 makedepends=('cmake' 'lv2' 'mesa')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('2c99d616c9b29ce9423a9c995f568c0fe29cdadca962f8454b137b586ed4c2b4105a78ced05c39599aa8fe3b9abe376220cc0f1678cbbb5e7d14c49a0eb88454')
+sha512sums=('cd4d6a996b19682642c2b508551eaa3d7678b4ea8d1cf67d55e8e398119b0514a79b4b3f41ff140c90a019dcf0d779218b863be745d08113a507cf62be5cb529')
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  mkdir -vp build
+}
+
 build() {
-  cd "${pkgname}-${pkgver}/src"
-  cmake . \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_DATAROOTDIR='/usr/share' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib'
-  make
+  cd "${pkgname}-${pkgver}"
+  cmake -B build\
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_DATAROOTDIR='/usr/share' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+src
+  make -C build
 }
 
 package() {
-  cd "${pkgname}-${pkgver}/src"
-  make DESTDIR="${pkgdir}" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 ../{Changelog,Dependencies,README.txt,Yoshimi_Helpers}
+  cd "${pkgname}-${pkgver}"
+  make -C build DESTDIR="${pkgdir}" install
+  install -vDm 644 {Changelog,Dependencies,README.txt,Yoshimi_Helpers} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
 }
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2019-11-12 Thread Andrew Crerar via arch-commits
Date: Tuesday, November 12, 2019 @ 18:09:31
  Author: andrewsc
Revision: 527020

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 527019, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  448 ++---
 1 file changed, 224 insertions(+), 224 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-12 18:09:06 UTC (rev 527019)
+++ PKGBUILD2019-11-12 18:09:31 UTC (rev 527020)
@@ -1,224 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=71.0b8
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn "Bengali"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-CA  "English (Canada)"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mk "Macedonian"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'oc "Occitan"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('02da4b6c7c34128fedb7a0eeda0375902046257ef94d876ef3b08633bc979bdb13b6c543cbd1aca3b02363db902d6c0c659c9b47e1a0eb3faafb44b505db8927'
-
'6cef48cebbb51d66fb1482478d122cd63594405e735c485dfd7d9bd0fc191a14205893758e45a5ba638e74d8011b529477a4d58ce3ce784fe29b92667a925ea4'
-
'99057cfa4ada9304765a2335725e91e66ae638bf6732e9482f7c1e62606da34f6d0d55d67442c4dfd7b967b1c94d79289db0d4bae8ae97b9c5ed646d89d379da'
-
'de6d7c82ef87e5c6d153c53a3d645311d1b80119e94cfc84dfc2054aebd282fc6fea3088781619edff7c9090c1fc1bec048a628032e0f190489b1ab4149dc2d4'
-
'38a7c87a04fecb640dd52326ec73724b3f1b0ddfc0d7dbf5332842ab535c69197fade553fc539975fb71781b2994f73e11335bd264c3d9300e3e18bb52826aec'
-
'91a95e73f52296f4336a7cde001efa04cdc7440e899cc129d90bb07a7069974debcc29dc40da5c76232a8d57eacda461b64cc10420dfef7b32e8f130b71fb736'
-
'eb57ea78da111f4a0f5922f40657cfcdb1d5c19fc4de7104753a1e9d89a92962baa5683a18ef75b64016edc714342a35d48b1d3c6ee37cdee18e4d71605574cb'
-

  1   2   3   >