[arch-commits] Commit in protobuf-c/trunk (PKGBUILD invalid-namespace.patch)

2019-10-09 Thread Lukas Fleischer via arch-commits
Date: Thursday, October 10, 2019 @ 04:01:36
  Author: lfleischer
Revision: 364302

upgpkg: protobuf-c 1.3.2-1

Upstream update and protobuf 3.10 rebuild.

Modified:
  protobuf-c/trunk/PKGBUILD
Deleted:
  protobuf-c/trunk/invalid-namespace.patch

-+
 PKGBUILD|   15 ---
 invalid-namespace.patch |   23 ---
 2 files changed, 4 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 01:46:58 UTC (rev 364301)
+++ PKGBUILD2019-10-10 04:01:36 UTC (rev 364302)
@@ -3,8 +3,8 @@
 # Contributor: Aurélien Wailly 
 
 pkgname=protobuf-c
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
 pkgdesc='Protocol Buffers implementation in C'
 arch=('x86_64')
 url='https://github.com/protobuf-c/protobuf-c'
@@ -11,16 +11,9 @@
 license=('BSD')
 depends=('protobuf')
 provides=('libprotobuf-c.so')
-source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
-invalid-namespace.patch)
-sha256sums=('51472d3a191d6d7b425e32b612e477c06f73fe23e07f6a6a839b11808e9d2267'
-'050306bae86af55f90606613d3c362c3c93af779aa6be3e639c6a1df3c228c87')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('53f251f14c597bdb087aecf0b63630f434d73f5a10fc1ac545073597535b9e74')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -p1 -i ../invalid-namespace.patch
-}
-
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --disable-static

Deleted: invalid-namespace.patch
===
--- invalid-namespace.patch 2019-10-10 01:46:58 UTC (rev 364301)
+++ invalid-namespace.patch 2019-10-10 04:01:36 UTC (rev 364302)
@@ -1,23 +0,0 @@
-From 080724364a5aad61728f8eba57677467bf329088 Mon Sep 17 00:00:00 2001
-From: storyun 
-Date: Wed, 19 Sep 2018 11:34:48 +0900
-Subject: [PATCH] Invalid namespace
-
-google::protobuf::message::Reflaction is not exist namespace.

- t/generated-code2/cxx-generate-packed-data.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/t/generated-code2/cxx-generate-packed-data.cc 
b/t/generated-code2/cxx-generate-packed-data.cc
-index 4fd3e25..0865d2e 100644
 a/t/generated-code2/cxx-generate-packed-data.cc
-+++ b/t/generated-code2/cxx-generate-packed-data.cc
-@@ -998,7 +998,7 @@ static void dump_test_packed_repeated_enum (void)
- static void dump_test_unknown_fields (void)
- {
-   EmptyMess mess;
--  const google::protobuf::Message::Reflection *reflection = 
mess.GetReflection();
-+  const google::protobuf::Reflection *reflection = mess.GetReflection();
-   google::protobuf::UnknownFieldSet *fs = 
reflection->MutableUnknownFields();
- 
- #if GOOGLE_PROTOBUF_VERSION >= 2001000


[arch-commits] Commit in protobuf-c/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-10-09 Thread Lukas Fleischer via arch-commits
Date: Thursday, October 10, 2019 @ 04:01:46
  Author: lfleischer
Revision: 364303

archrelease: copy trunk to staging-x86_64

Added:
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 364302, protobuf-c/trunk/PKGBUILD)

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

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 364302, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-10-10 04:01:46 UTC (rev 364303)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Protocol Buffers implementation in C'
+arch=('x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('53f251f14c597bdb087aecf0b63630f434d73f5a10fc1ac545073597535b9e74')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-10-09 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, October 10, 2019 @ 02:50:07
  Author: yan12125
Revision: 514403

archrelease: copy trunk to community-any

Added:
  python-aws-xray-sdk/repos/community-any/PKGBUILD
(from rev 514402, python-aws-xray-sdk/trunk/PKGBUILD)
Deleted:
  python-aws-xray-sdk/repos/community-any/PKGBUILD
  python-aws-xray-sdk/repos/community-any/aws-xray-sdk-pynamodb4.patch

--+
 PKGBUILD |  102 -
 aws-xray-sdk-pynamodb4.patch |   24 -
 2 files changed, 51 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-10 02:49:12 UTC (rev 514402)
+++ PKGBUILD2019-10-10 02:50:07 UTC (rev 514403)
@@ -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=3
-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")
-sha256sums=('e480a6dc21d314faf6a9af4cf871fd7b782fae1e704e0fe5977161707f101374'
-'b0740901e4c3bd0a678b217b1121c5f827e8535722a560d9f84fb9a8b90f8f74'
-'e894f6c30b00126cbf2023fdef5c774827a99e8450d4c79e8abfdabed2d2868b')
-
-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-any/PKGBUILD (from rev 514402, 
python-aws-xray-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-10 02:50:07 UTC (rev 514403)
@@ -0,0 +1,51 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Guillaume Horel 
+
+pkgname=python-aws-xray-sdk
+_pkgname=aws-xray-sdk-python
+pkgver=2.4.2
+pkgrel=4
+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
+}

Deleted: aws-xray-sdk-pynamodb4.patch

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

2019-10-09 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, October 10, 2019 @ 02:48:02
  Author: yan12125
Revision: 514400

upgpkg: python-aws-xray-sdk 2.4.2-4

* The Pynamodb 4 PR [1] is merged, use that

[1] https://github.com/aws/aws-xray-sdk-python/pull/177

Modified:
  python-aws-xray-sdk/trunk/PKGBUILD
Deleted:
  python-aws-xray-sdk/trunk/aws-xray-sdk-pynamodb4.patch

--+
 PKGBUILD |6 +++---
 aws-xray-sdk-pynamodb4.patch |   24 
 2 files changed, 3 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 02:42:30 UTC (rev 514399)
+++ PKGBUILD2019-10-10 02:48:02 UTC (rev 514400)
@@ -4,7 +4,7 @@
 pkgname=python-aws-xray-sdk
 _pkgname=aws-xray-sdk-python
 pkgver=2.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc='AWS X-Ray SDK for Python'
 arch=(any)
 url='https://github.com/aws/aws-xray-sdk-python'
@@ -17,10 +17,10 @@
 # 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")
+
"aws-xray-sdk-pynamodb4.patch"::"https://github.com/aws/aws-xray-sdk-python/commit/1dd185ba2fb946cea711a9620f04516c7f6eecdf.patch;)
 sha256sums=('e480a6dc21d314faf6a9af4cf871fd7b782fae1e704e0fe5977161707f101374'
 'b0740901e4c3bd0a678b217b1121c5f827e8535722a560d9f84fb9a8b90f8f74'
-'e894f6c30b00126cbf2023fdef5c774827a99e8450d4c79e8abfdabed2d2868b')
+'c2ad5a109841600d271c0b4b49b0fb2b54bcac6e220bf6a7c4cd6f68e17f377e')
 
 prepare() {
   cd $_pkgname-$pkgver

Deleted: aws-xray-sdk-pynamodb4.patch
===
--- aws-xray-sdk-pynamodb4.patch2019-10-10 02:42:30 UTC (rev 514399)
+++ aws-xray-sdk-pynamodb4.patch2019-10-10 02:48:02 UTC (rev 514400)
@@ -1,24 +0,0 @@
-diff --git a/aws_xray_sdk/ext/pynamodb/patch.py 
b/aws_xray_sdk/ext/pynamodb/patch.py
-index 8815cc3..a5e462f 100644
 a/aws_xray_sdk/ext/pynamodb/patch.py
-+++ b/aws_xray_sdk/ext/pynamodb/patch.py
-@@ -16,8 +16,8 @@ def patch():
- setattr(botocore.vendored.requests.sessions, '_xray_enabled', True)
- 
- wrapt.wrap_function_wrapper(
--'botocore.vendored.requests.sessions',
--'Session.send',
-+'botocore.httpsession',
-+'URLLib3Session.send',
- _xray_traced_pynamodb,
- )
- 
-@@ -59,7 +59,7 @@ def pynamodb_meta_processor(wrapped, instance, args, kwargs, 
return_value,
- subsegment.add_error_flag()
- subsegment.add_exception(exception, stack, True)
- 
--resp = return_value.json() if return_value else None
-+resp = json.loads(return_value.text) if return_value else None
- _extract_whitelisted_params(subsegment.name, operation_name, aws_meta,
- [None, 
json.loads(args[0].body.decode('utf-8'))],
- None, resp)


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

2019-10-09 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, October 10, 2019 @ 02:48:18
  Author: yan12125
Revision: 514401

archrelease: copy trunk to community-any

Added:
  python-aws-xray-sdk/repos/community-any/PKGBUILD
(from rev 514400, python-aws-xray-sdk/trunk/PKGBUILD)
Deleted:
  python-aws-xray-sdk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-10 02:48:02 UTC (rev 514400)
+++ PKGBUILD2019-10-10 02:48:18 UTC (rev 514401)
@@ -1,47 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-aws-xray-sdk
-_pkgname=aws-xray-sdk-python
-pkgver=2.4.2
-pkgrel=2
-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;)
-sha256sums=('e480a6dc21d314faf6a9af4cf871fd7b782fae1e704e0fe5977161707f101374'
-'b0740901e4c3bd0a678b217b1121c5f827e8535722a560d9f84fb9a8b90f8f74')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  patch -Np1 -i ../aws-xray-sdk-psycopg2.8.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-any/PKGBUILD (from rev 514400, 
python-aws-xray-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-10 02:48:18 UTC (rev 514401)
@@ -0,0 +1,51 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Guillaume Horel 
+
+pkgname=python-aws-xray-sdk
+_pkgname=aws-xray-sdk-python
+pkgver=2.4.2
+pkgrel=4
+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
+}


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

2019-10-09 Thread Ivy Foster via arch-commits
Date: Thursday, October 10, 2019 @ 02:27:25
  Author: escondida
Revision: 514397

upgpkg: ledger 3.1.3-3

update to -3; add mpfr and boost-libs deps; move boost to makedeps; add check

Modified:
  ledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 23:34:08 UTC (rev 514396)
+++ PKGBUILD2019-10-10 02:27:25 UTC (rev 514397)
@@ -1,4 +1,5 @@
-# Maintainer: Lukas Fleischer 
+# Maintainer: Ivy Foster 
+# Contributor: Lukas Fleischer 
 # Contributor: Abdelhakim Qbaich 
 # Contributor: korjjj 
 # Contributor: TDY 
@@ -7,31 +8,35 @@
 
 pkgname=ledger
 pkgver=3.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Double-entry accounting system with a command-line reporting 
interface'
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='https://ledger-cli.org'
-license=('BSD')
-depends=('python2' 'boost' 'libedit')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ledger/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('b248c91d65c7a101b9d6226025f2b4bf3dabe94c0c49ab6d51ce84a22a39622b')
+license=(BSD)
+depends=(boost-libs libedit mpfr)
+makedepends=(boost cmake)
+optdepends=('emacs: emacs interface')
+source=("ledger-$pkgver.tar.gz::https://github.com/ledger/ledger/archive/v$pkgver.tar.gz;)
+sha256sums=(b248c91d65c7a101b9d6226025f2b4bf3dabe94c0c49ab6d51ce84a22a39622b)
 
 build() {
-  cd "$pkgname-$pkgver"
+   cd "ledger-$pkgver"
 
-  cmake . \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DCMAKE_INSTALL_LIBDIR:PATH=lib \
--DUSE_PYTHON:BOOL=TRUE \
--DDISABLE_ASSERTS:BOOL=TRUE \
--DBUILD_EMACSLISP:BOOL=TRUE
-  make
+   cmake . \
+   -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+   -DCMAKE_INSTALL_LIBDIR:PATH=lib \
+   -DUSE_PYTHON:BOOL=FALSE \
+   -DBUILD_EMACSLISP:BOOL=TRUE
+   make
 }
 
+check() {
+   make -C "ledger-$pkgver" check
+}
+
 package() {
-  cd "$pkgname-$pkgver"
+   cd "ledger-$pkgver"
 
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/ledger/LICENSE.md"
 }


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

2019-10-09 Thread Ivy Foster via arch-commits
Date: Thursday, October 10, 2019 @ 02:27:50
  Author: escondida
Revision: 514398

archrelease: copy trunk to community-x86_64

Added:
  ledger/repos/community-x86_64/PKGBUILD
(from rev 514397, ledger/trunk/PKGBUILD)
Deleted:
  ledger/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-10 02:27:25 UTC (rev 514397)
+++ PKGBUILD2019-10-10 02:27:50 UTC (rev 514398)
@@ -1,37 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Abdelhakim Qbaich 
-# Contributor: korjjj 
-# Contributor: TDY 
-# Contributor: Adam Ehlers Nyholm Thomsen 
-# Contributor: Nathan Jones 
-
-pkgname=ledger
-pkgver=3.1.3
-pkgrel=2
-pkgdesc='Double-entry accounting system with a command-line reporting 
interface'
-arch=('i686' 'x86_64')
-url='https://ledger-cli.org'
-license=('BSD')
-depends=('python2' 'boost' 'libedit')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ledger/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('b248c91d65c7a101b9d6226025f2b4bf3dabe94c0c49ab6d51ce84a22a39622b')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DCMAKE_INSTALL_LIBDIR:PATH=lib \
--DUSE_PYTHON:BOOL=TRUE \
--DDISABLE_ASSERTS:BOOL=TRUE \
--DBUILD_EMACSLISP:BOOL=TRUE
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ledger/repos/community-x86_64/PKGBUILD (from rev 514397, 
ledger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-10 02:27:50 UTC (rev 514398)
@@ -0,0 +1,42 @@
+# Maintainer: Ivy Foster 
+# Contributor: Lukas Fleischer 
+# Contributor: Abdelhakim Qbaich 
+# Contributor: korjjj 
+# Contributor: TDY 
+# Contributor: Adam Ehlers Nyholm Thomsen 
+# Contributor: Nathan Jones 
+
+pkgname=ledger
+pkgver=3.1.3
+pkgrel=3
+pkgdesc='Double-entry accounting system with a command-line reporting 
interface'
+arch=(i686 x86_64)
+url='https://ledger-cli.org'
+license=(BSD)
+depends=(boost-libs libedit mpfr)
+makedepends=(boost cmake)
+optdepends=('emacs: emacs interface')
+source=("ledger-$pkgver.tar.gz::https://github.com/ledger/ledger/archive/v$pkgver.tar.gz;)
+sha256sums=(b248c91d65c7a101b9d6226025f2b4bf3dabe94c0c49ab6d51ce84a22a39622b)
+
+build() {
+   cd "ledger-$pkgver"
+
+   cmake . \
+   -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+   -DCMAKE_INSTALL_LIBDIR:PATH=lib \
+   -DUSE_PYTHON:BOOL=FALSE \
+   -DBUILD_EMACSLISP:BOOL=TRUE
+   make
+}
+
+check() {
+   make -C "ledger-$pkgver" check
+}
+
+package() {
+   cd "ledger-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/ledger/LICENSE.md"
+}


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

2019-10-09 Thread Jan Steffens via arch-commits
Date: Thursday, October 10, 2019 @ 01:46:51
  Author: heftig
Revision: 364300

3.34.1-1

Modified:
  gpaste/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 00:32:47 UTC (rev 364299)
+++ PKGBUILD2019-10-10 01:46:51 UTC (rev 364300)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gpaste
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="Clipboard management system"
 url="https://www.imagination-land.org/tags/GPaste.html;
@@ -11,7 +11,7 @@
 makedepends=(vala appstream-glib gobject-introspection gnome-shell
  gnome-control-center git meson)
 optdepends=("wgetpaste: Upload clipboard contents")
-_commit=82c2be95052b51f67ebecffbca325b983d2ee6e1  # tags/v3.34.0^0
+_commit=f03463cbaf6a9666a76fb05f04d6d9baad13b9eb  # tags/v3.34.1^0
 source=("git+https://github.com/keruspe/gpaste#commit=$_commit;
 build.diff)
 sha256sums=('SKIP'


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

2019-10-09 Thread Jan Steffens via arch-commits
Date: Thursday, October 10, 2019 @ 01:46:58
  Author: heftig
Revision: 364301

archrelease: copy trunk to extra-x86_64

Added:
  gpaste/repos/extra-x86_64/PKGBUILD
(from rev 364300, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-x86_64/build.diff
(from rev 364300, gpaste/trunk/build.diff)
Deleted:
  gpaste/repos/extra-x86_64/PKGBUILD
  gpaste/repos/extra-x86_64/build.diff

+
 PKGBUILD   |   84 
 build.diff |   88 +--
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-10 01:46:51 UTC (rev 364300)
+++ PKGBUILD2019-10-10 01:46:58 UTC (rev 364301)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Clipboard management system"
-url="https://www.imagination-land.org/tags/GPaste.html;
-license=(BSD)
-arch=(x86_64)
-depends=(gtk3)
-makedepends=(vala appstream-glib gobject-introspection gnome-shell
- gnome-control-center git meson)
-optdepends=("wgetpaste: Upload clipboard contents")
-_commit=82c2be95052b51f67ebecffbca325b983d2ee6e1  # tags/v3.34.0^0
-source=("git+https://github.com/keruspe/gpaste#commit=$_commit;
-build.diff)
-sha256sums=('SKIP'
-'236d50bac1a3e86f19b39a74b6b7c14c1545d0396200d7dad993beed663484ef')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../build.diff
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}

Copied: gpaste/repos/extra-x86_64/PKGBUILD (from rev 364300, 
gpaste/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-10 01:46:58 UTC (rev 364301)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="https://www.imagination-land.org/tags/GPaste.html;
+license=(BSD)
+arch=(x86_64)
+depends=(gtk3)
+makedepends=(vala appstream-glib gobject-introspection gnome-shell
+ gnome-control-center git meson)
+optdepends=("wgetpaste: Upload clipboard contents")
+_commit=f03463cbaf6a9666a76fb05f04d6d9baad13b9eb  # tags/v3.34.1^0
+source=("git+https://github.com/keruspe/gpaste#commit=$_commit;
+build.diff)
+sha256sums=('SKIP'
+'236d50bac1a3e86f19b39a74b6b7c14c1545d0396200d7dad993beed663484ef')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../build.diff
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}

Deleted: build.diff
===
--- build.diff  2019-10-10 01:46:51 UTC (rev 364300)
+++ build.diff  2019-10-10 01:46:58 UTC (rev 364301)
@@ -1,44 +0,0 @@
-diff --git i/data/systemd/meson.build w/data/systemd/meson.build
-index a42f7179..dec3f95d 100644
 i/data/systemd/meson.build
-+++ w/data/systemd/meson.build
-@@ -2,10 +2,14 @@ configure_file(
-   input: 'org.gnome.GPaste.Ui.systemd.in',
-   configuration: conf,
-   output: 'org.gnome.GPaste.Ui.service',
-+  install: get_option('systemd'),
-+  install_dir: userunit_dir,
- )
- 
- configure_file(
-   input: 'org.gnome.GPaste.systemd.in',
-   configuration: conf,
-   output: 'org.gnome.GPaste.service',
--)
-\ No newline at end of file
-+  install: get_option('systemd'),
-+  install_dir: userunit_dir,
-+)
-diff --git i/src/libgpaste/meson.build w/src/libgpaste/meson.build
-index 1a1b0ca5..68a116cc 100644
 i/src/libgpaste/meson.build
-+++ w/src/libgpaste/meson.build
-@@ -143,14 +143,17 @@ libgpaste_inc = include_directories(
-   'util',
- )
- 
-+libgpaste_symbols_file = meson.current_source_dir() / 'libgpaste.sym'
-+
- libgpaste = library(
-   'gpaste',
-   sources: libgpaste_sources,
-   version: gpaste_soversion,
-   dependencies: libgpaste_deps,
-   install: true,
-   install_dir: get_option('libdir'),
--   include_directories : libgpaste_inc,
-+  include_directories : libgpaste_inc,
-+  link_args: ['-Wl,--version-script=' + libgpaste_symbols_file],
- )
- 
- libgpaste_internal_dep = declare_dependency(

Copied: gpaste/repos/extra-x86_64/build.diff (from rev 364300, 
gpaste/trunk/build.diff)
===
--- build.diff  (rev 0)
+++ build.diff  2019-10-10 01:46:58 UTC (rev 

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

2019-10-09 Thread Levente Polyak via arch-commits
Date: Thursday, October 10, 2019 @ 00:32:47
  Author: anthraxx
Revision: 364299

archrelease: copy trunk to extra-x86_64

Added:
  kismet/repos/extra-x86_64/PKGBUILD
(from rev 364298, kismet/trunk/PKGBUILD)
  kismet/repos/extra-x86_64/kismet.install
(from rev 364298, kismet/trunk/kismet.install)
  kismet/repos/extra-x86_64/kismet.sysusers
(from rev 364298, kismet/trunk/kismet.sysusers)
Deleted:
  kismet/repos/extra-x86_64/PKGBUILD
  kismet/repos/extra-x86_64/kismet.install

-+
 PKGBUILD|  113 --
 kismet.install  |   48 ++
 kismet.sysusers |1 
 3 files changed, 92 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-10 00:32:41 UTC (rev 364298)
+++ PKGBUILD2019-10-10 00:32:47 UTC (rev 364299)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Angel Velasquez 
-# Contributor: Jason Chu 
-
-pkgname=kismet
-pkgver=2019_08_R1
-_realver="${pkgver//_/-}"
-pkgrel=1
-pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
-arch=('x86_64')
-url="https://www.kismetwireless.net/;
-license=('GPL')
-depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 
'sqlite')
-optdepends=('gpsd: log coordinates of detected networks'
-'wireshark-cli: provide OUI files used to determine device 
manufacturer'
-'wireshark-cli: mergecap, to merge multiple capture files'
-'sox: provide the default kismet sound playback binary'
-'festival: text-to-speech support'
-'flite:  alternative/lightweight text-to-speech support'
-'ruby: ruby interface')
-backup=('etc/kismet.conf')
-install=kismet.install
-source=("https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz;)
-sha256sums=('3a0bde964f34c5eceaa085b9f1dc4eb008a4ce3a38b68bec6d962d3404a0d96b')
-validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
-
-build() {
-  cd ${pkgname}-${_realver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-python-tools
-  make all plugins
-}
-
-package() {
-  cd ${pkgname}-${_realver}
-  make DESTDIR="$pkgdir" install
-  # Makepkg strip bug #43600
-  chmod u+w "${pkgdir}"/usr/bin/kismet*
-}
-
-# vim: ts=2 sw=2 et:

Copied: kismet/repos/extra-x86_64/PKGBUILD (from rev 364298, 
kismet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-10 00:32:47 UTC (rev 364299)
@@ -0,0 +1,68 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Angel Velasquez 
+# Contributor: Jason Chu 
+
+pkgname=kismet
+pkgver=2019_09_R1
+_realver="${pkgver//_/-}"
+pkgrel=1
+pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
+url="https://www.kismetwireless.net/;
+arch=('x86_64')
+license=('GPL')
+depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 
'sqlite')
+optdepends=(
+  'gpsd: log coordinates of detected networks'
+  'wireshark-cli: provide OUI files used to determine device manufacturer'
+  'wireshark-cli: mergecap, to merge multiple capture files'
+  'sox: provide the default kismet sound playback binary'
+  'festival: text-to-speech support'
+  'flite:  alternative/lightweight text-to-speech support'
+  'ruby: ruby interface')
+backup=(
+  etc/kismet/kismet.conf
+  etc/kismet/kismet_80211.conf
+  etc/kismet/kismet_alerts.conf
+  etc/kismet/kismet_filter.conf
+  etc/kismet/kismet_httpd.conf
+  etc/kismet/kismet_logging.conf
+  etc/kismet/kismet_memory.conf
+  etc/kismet/kismet_storage.conf
+  etc/kismet/kismet_uav.conf)
+install=kismet.install
+source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
+kismet.sysusers)
+sha512sums=('eeaf069718206f2b6d292c41792217afc9c72c10ffa014c8c670de64195bd28d44f33364dba7d338610f17a5af2be3c125ccd1297cce362159a4968c9ddabb88'
+
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897')
+validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
+
+build() {
+  cd ${pkgname}-${_realver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${_realver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-python-tools \
+--sysconfdir=/etc/kismet
+  make all plugins
+}
+
+package() {
+  cd ${pkgname}-${_realver}
+  make DESTDIR="${pkgdir}" install
+
+  # Makepkg strip bug #43600
+  chmod u+w "${pkgdir}"/usr/bin/kismet*
+  chmod o-x "${pkgdir}"/usr/bin/kismet_cap*
+  chown 0:315 "${pkgdir}"/usr/bin/kismet_cap*
+
+  install -Dm 644 ../kismet.sysusers "${pkgdir}/usr/lib/sysusers.d/kismet.conf"
+}
+
+# vim: ts=2 sw=2 

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

2019-10-09 Thread Levente Polyak via arch-commits
Date: Thursday, October 10, 2019 @ 00:32:41
  Author: anthraxx
Revision: 364298

upgpkg: kismet 2019_09_R1-1 (use network capabilities and sysusers)

- upstream release
- FS#36490
- FS#64009

Added:
  kismet/trunk/kismet.sysusers
Modified:
  kismet/trunk/PKGBUILD
  kismet/trunk/kismet.install

-+
 PKGBUILD|   51 +--
 kismet.install  |   18 --
 kismet.sysusers |1 +
 3 files changed, 46 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 21:18:17 UTC (rev 364297)
+++ PKGBUILD2019-10-10 00:32:41 UTC (rev 364298)
@@ -4,42 +4,65 @@
 # Contributor: Jason Chu 
 
 pkgname=kismet
-pkgver=2019_08_R1
+pkgver=2019_09_R1
 _realver="${pkgver//_/-}"
 pkgrel=1
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
+url="https://www.kismetwireless.net/;
 arch=('x86_64')
-url="https://www.kismetwireless.net/;
 license=('GPL')
 depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 
'sqlite')
-optdepends=('gpsd: log coordinates of detected networks'
-'wireshark-cli: provide OUI files used to determine device 
manufacturer'
-'wireshark-cli: mergecap, to merge multiple capture files'
-'sox: provide the default kismet sound playback binary'
-'festival: text-to-speech support'
-'flite:  alternative/lightweight text-to-speech support'
-'ruby: ruby interface')
-backup=('etc/kismet.conf')
+optdepends=(
+  'gpsd: log coordinates of detected networks'
+  'wireshark-cli: provide OUI files used to determine device manufacturer'
+  'wireshark-cli: mergecap, to merge multiple capture files'
+  'sox: provide the default kismet sound playback binary'
+  'festival: text-to-speech support'
+  'flite:  alternative/lightweight text-to-speech support'
+  'ruby: ruby interface')
+backup=(
+  etc/kismet/kismet.conf
+  etc/kismet/kismet_80211.conf
+  etc/kismet/kismet_alerts.conf
+  etc/kismet/kismet_filter.conf
+  etc/kismet/kismet_httpd.conf
+  etc/kismet/kismet_logging.conf
+  etc/kismet/kismet_memory.conf
+  etc/kismet/kismet_storage.conf
+  etc/kismet/kismet_uav.conf)
 install=kismet.install
-source=("https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz;)
-sha256sums=('3a0bde964f34c5eceaa085b9f1dc4eb008a4ce3a38b68bec6d962d3404a0d96b')
+source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
+kismet.sysusers)
+sha512sums=('eeaf069718206f2b6d292c41792217afc9c72c10ffa014c8c670de64195bd28d44f33364dba7d338610f17a5af2be3c125ccd1297cce362159a4968c9ddabb88'
+
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897')
 validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
 
 build() {
   cd ${pkgname}-${_realver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${_realver}
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
---disable-python-tools
+--disable-python-tools \
+--sysconfdir=/etc/kismet
   make all plugins
 }
 
 package() {
   cd ${pkgname}-${_realver}
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="${pkgdir}" install
+
   # Makepkg strip bug #43600
   chmod u+w "${pkgdir}"/usr/bin/kismet*
+  chmod o-x "${pkgdir}"/usr/bin/kismet_cap*
+  chown 0:315 "${pkgdir}"/usr/bin/kismet_cap*
+
+  install -Dm 644 ../kismet.sysusers "${pkgdir}/usr/lib/sysusers.d/kismet.conf"
 }
 
 # vim: ts=2 sw=2 et:

Modified: kismet.install
===
--- kismet.install  2019-10-09 21:18:17 UTC (rev 364297)
+++ kismet.install  2019-10-10 00:32:41 UTC (rev 364298)
@@ -1,4 +1,3 @@
-## arg 1:  the new package version
 post_install() {
   post_upgrade
 
@@ -7,19 +6,18 @@
   MUST edit /etc/kismet.conf and configure Kismet for your system, or it will
   NOT run properly!"
 
-  Kismet has been installed with a SUID ROOT CAPTURE HELPER executable by users
-  in the group ' kismet '. This WILL ALLOW USERS IN THIS GROUP TO ALTER YOUR
-  NETWORK INTERFACE STATES, but is more secure than running all of Kismet as
-  root. ONLY users in this group will be able to run Kismet and capture from
-  physical network devices.
+  Kismet has been installed with net_raw,net_admin capabilities capture helper
+  executable by users in the group ' kismet '. This WILL ALLOW USERS IN THIS
+  GROUP TO ALTER YOUR NETWORK INTERFACE STATES, but is more secure than running
+  all of Kismet as root. ONLY users in this group will be able to run Kismet
+  and capture from physical network devices.
 EOP
 }
 
-## arg 1:  the new package version
-## arg 2:  the old package version
 post_upgrade() {
-  # Add the group needed to use the limited-functionality binary 
"kismet_capture"
-  getent group "kismet" &>/dev/null || 

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

2019-10-09 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, October 9, 2019 @ 23:34:08
  Author: svenstaro
Revision: 514396

archrelease: copy trunk to community-x86_64

Added:
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 514395, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/arch-template.patch
(from rev 514395, emscripten/trunk/arch-template.patch)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 514395, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 514395, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/libcxxabi-include-libunwind.patch
(from rev 514395, emscripten/trunk/libcxxabi-include-libunwind.patch)
Deleted:
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

---+
 PKGBUILD  |  153 ++--
 arch-template.patch   |   25 +
 emscripten.install|   26 +++---
 emscripten.sh |4 
 libcxxabi-include-libunwind.patch |   12 ++
 5 files changed, 131 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 23:33:57 UTC (rev 514395)
+++ PKGBUILD2019-10-09 23:34:08 UTC (rev 514396)
@@ -1,74 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.38.47
-pkgrel=2
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=(nodejs python binaryen)
-makedepends=(cmake libxml2 git ninja)
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon'
-'cmake: for emcc --show-ports')
-install=emscripten.install
-# Get commit SHAs from here:
-# 
https://chromium.googlesource.com/emscripten-releases/+/refs/heads/master/DEPS
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
git+https://github.com/llvm/llvm-project.git#commit=411f1885b655ea622fe124a87a6eadfd988d7a5e
-"emscripten.sh")
-sha512sums=('3cc645f214e79f36fb25876dc98c24582ab907a410aede9c8bb2823ff58d46c11b3e05a9c522ee8c5fcaf6be5cf751d1c2d6cf9095600350b6d7693e49fa801d'
-'SKIP'
-
'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d')
-
-prepare() {
-  cd "$srcdir"/emscripten-$pkgver
-
-  sed -i 's|EMSCRIPTEN_ROOT.*|EMSCRIPTEN_ROOT = "/usr/lib/emscripten"|g' 
tools/settings_template_readonly.py
-  sed -i 's|LLVM_ROOT.*|LLVM_ROOT = "/usr/lib/emscripten-llvm"|g' 
tools/settings_template_readonly.py
-
-  mkdir "$srcdir"/llvm-project/llvm/build
-}
-
-build() {
-  cd "$srcdir"/llvm-project/llvm/build
-
-  # Inspired from 
https://github.com/WebAssembly/waterfall/blob/58e343a47ea02cb6daf19eefbdf626b23c24980c/src/build.py#L790
-  cmake .. \
--GNinja \
--DPYTHON_EXECUTABLE=/usr/bin/python \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;WebAssembly" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_TOOL_LTO_BUILD=ON \
--DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DLLVM_ENABLE_PROJECTS="lld;clang" \
--DCLANG_INCLUDE_TESTS=OFF
-  ninja
-}
-
-package() {
-  # Install LLVM stuff according to 
https://github.com/emscripten-core/emscripten/blob/incoming/docs/process.md
-  install -d "$pkgdir"/usr/lib
-  cp -r "$srcdir"/llvm-project/llvm/build/bin "$pkgdir"/usr/lib/emscripten-llvm
-
-  # Install emscripten
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # Remove clutter
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-
-  install -d "$pkgdir"/usr/share/doc
-  ln -s /usr/lib/emscripten/site/source/docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: emscripten/repos/community-x86_64/PKGBUILD (from rev 514395, 
emscripten/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 23:34:08 UTC (rev 514396)
@@ -0,0 +1,79 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Stefan Husmann 
+# Contributor: Vlad Kolotvin 
+
+pkgname=emscripten
+pkgver=1.38.47
+pkgrel=3
+pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
+arch=('x86_64')

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

2019-10-09 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, October 9, 2019 @ 23:33:57
  Author: svenstaro
Revision: 514395

upgpkg: emscripten 1.38.47-3

Put seds into patches and try to fix FS#63985

Added:
  emscripten/trunk/arch-template.patch
  emscripten/trunk/libcxxabi-include-libunwind.patch
Modified:
  emscripten/trunk/PKGBUILD

---+
 PKGBUILD  |   15 ++-
 arch-template.patch   |   25 +
 libcxxabi-include-libunwind.patch |   12 
 3 files changed, 47 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 23:06:43 UTC (rev 514394)
+++ PKGBUILD2019-10-09 23:33:57 UTC (rev 514395)
@@ -5,7 +5,7 @@
 
 pkgname=emscripten
 pkgver=1.38.47
-pkgrel=2
+pkgrel=3
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('x86_64')
 url="http://emscripten.org;
@@ -20,16 +20,19 @@
 # 
https://chromium.googlesource.com/emscripten-releases/+/refs/heads/master/DEPS
 
source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
 
git+https://github.com/llvm/llvm-project.git#commit=411f1885b655ea622fe124a87a6eadfd988d7a5e
-"emscripten.sh")
+"emscripten.sh"
+arch-template.patch
+libcxxabi-include-libunwind.patch)
 
sha512sums=('3cc645f214e79f36fb25876dc98c24582ab907a410aede9c8bb2823ff58d46c11b3e05a9c522ee8c5fcaf6be5cf751d1c2d6cf9095600350b6d7693e49fa801d'
 'SKIP'
-
'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d')
+
'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d'
+
'5bb7be8a14392b7b34e2d8e3b442dc6409fea48ea5fe3528e2a4a03d574c8848f88de2b258e5f091ad7886762f6622d460c956bc4c1ad37c0dde24c0bb5a4417'
+
'3456c61bc8cc022f58cf2ae1ebda53057adc4f05fcddd71a6a69b172ef47ce41f1ded4cb49c49c71a68e8436d974458a06566d618a7dcbad9ded42fa5713386c')
 
 prepare() {
   cd "$srcdir"/emscripten-$pkgver
 
-  sed -i 's|EMSCRIPTEN_ROOT.*|EMSCRIPTEN_ROOT = "/usr/lib/emscripten"|g' 
tools/settings_template_readonly.py
-  sed -i 's|LLVM_ROOT.*|LLVM_ROOT = "/usr/lib/emscripten-llvm"|g' 
tools/settings_template_readonly.py
+  patch -Np1 -i "$srcdir"/arch-template.patch
 
   mkdir "$srcdir"/llvm-project/llvm/build
 }
@@ -64,6 +67,8 @@
   install -d "$pkgdir"/usr/lib/emscripten
   cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
 
+  patch -Np1 -i "$srcdir"/libcxxabi-include-libunwind.patch -d "$pkgdir"
+
   # Remove clutter
   rm "$pkgdir"/usr/lib/emscripten/*.bat
 

Added: arch-template.patch
===
--- arch-template.patch (rev 0)
+++ arch-template.patch 2019-10-09 23:33:57 UTC (rev 514395)
@@ -0,0 +1,25 @@
+diff --git a/tools/settings_template_readonly.py 
b/tools/settings_template_readonly.py
+index 68287b6e8..79197dc4f 100644
+--- a/tools/settings_template_readonly.py
 b/tools/settings_template_readonly.py
+@@ -12,9 +12,9 @@ import os
+ 
+ # This is used by external projects in order to find emscripten.  It is not 
used
+ # by emscripten itself.
+-EMSCRIPTEN_ROOT = os.path.expanduser(os.getenv('EMSCRIPTEN', '{{{ 
EMSCRIPTEN_ROOT }}}')) # directory
++EMSCRIPTEN_ROOT = "/usr/lib/emscripten"
+ 
+-LLVM_ROOT = os.path.expanduser(os.getenv('LLVM', '{{{ LLVM_ROOT }}}')) # 
directory
++LLVM_ROOT = "/usr/lib/emscripten"
+ BINARYEN_ROOT = os.path.expanduser(os.getenv('BINARYEN', '')) # if not set, 
we will use it from ports
+ 
+ # Add this if you have manually built the JS optimizer executable (in
+@@ -43,7 +43,7 @@ JAVA = 'java' # executable
+ # All JS engines to use when running the automatic tests. Not all the engines 
in
+ # this list must exist (if they don't, they will be skipped in the test 
runner).
+ #
+-# JS_ENGINES = [NODE_JS] # add V8_ENGINE or SPIDERMONKEY_ENGINE if you have 
them installed too.
++JS_ENGINES = [NODE_JS] # add V8_ENGINE or SPIDERMONKEY_ENGINE if you have 
them installed too.
+ #
+ # WASMER = os.path.expanduser(os.path.join('~', '.wasmer', 'bin', 'wasmer'))
+ # WASMTIME = os.path.expanduser(os.path.join('~', 'wasmtime'))

Added: libcxxabi-include-libunwind.patch
===
--- libcxxabi-include-libunwind.patch   (rev 0)
+++ libcxxabi-include-libunwind.patch   2019-10-09 23:33:57 UTC (rev 514395)
@@ -0,0 +1,12 @@
+--- a/usr/lib/emscripten/tools/system_libs.py
 b/usr/lib/emscripten/tools/system_libs.py
+@@ -758,6 +758,9 @@ class libcxxabi(CXXLibrary, NoExceptLibrary, MTLibrary):
+   name = 'libc++abi'
+   depends = ['libc']
+   cflags = ['-std=c++11', '-Oz', '-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS']
++  includes = [

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

2019-10-09 Thread Daniel M. Capella via arch-commits
Date: Wednesday, October 9, 2019 @ 23:06:43
  Author: polyzen
Revision: 514394

archrelease: copy trunk to community-any

Added:
  borgmatic/repos/community-any/PKGBUILD
(from rev 514393, borgmatic/trunk/PKGBUILD)
Deleted:
  borgmatic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 23:04:27 UTC (rev 514393)
+++ PKGBUILD2019-10-09 23:06:43 UTC (rev 514394)
@@ -1,35 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
-# Contributor: Alexander Görtz 
-# Contributor: Dan Beste 
-# Contributor: Julien Nicoulaud 
-# Contributor: stef204 
-
-pkgname=borgmatic
-pkgver=1.3.23
-pkgrel=2
-pkgdesc='Wrapper script for Borg backup software that creates and prunes 
backups'
-arch=('any')
-url=https://torsion.org/borgmatic
-license=('GPL3')
-depends=('borg' 'python-colorama' 'python-pykwalify' 'python-ruamel-yaml' 
'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('8362a1f65ffb252dddaa7b013f67752d7e530341163c1a51f52930a954625b22')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
-}
-
-# vim: ts=2 sw=2 et:

Copied: borgmatic/repos/community-any/PKGBUILD (from rev 514393, 
borgmatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 23:06:43 UTC (rev 514394)
@@ -0,0 +1,35 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor: Alexander Görtz 
+# Contributor: Dan Beste 
+# Contributor: Julien Nicoulaud 
+# Contributor: stef204 
+
+pkgname=borgmatic
+pkgver=1.3.23
+pkgrel=2
+pkgdesc='Wrapper script for Borg backup software that creates and prunes 
backups'
+arch=('any')
+url=https://torsion.org/borgmatic
+license=('GPL3')
+depends=('borg' 'python-colorama' 'python-pykwalify' 'python-ruamel-yaml' 
'python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('8362a1f65ffb252dddaa7b013f67752d7e530341163c1a51f52930a954625b22')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
+}
+
+# vim: ts=2 sw=2 et:


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

2019-10-09 Thread Daniel M. Capella via arch-commits
Date: Wednesday, October 9, 2019 @ 23:04:27
  Author: polyzen
Revision: 514393

archrelease: copy trunk to community-any

Added:
  borgmatic/repos/community-any/PKGBUILD
(from rev 514392, borgmatic/trunk/PKGBUILD)
Deleted:
  borgmatic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 22:58:54 UTC (rev 514392)
+++ PKGBUILD2019-10-09 23:04:27 UTC (rev 514393)
@@ -1,35 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
-# Contributor: Alexander Görtz 
-# Contributor: Dan Beste 
-# Contributor: Julien Nicoulaud 
-# Contributor: stef204 
-
-pkgname=borgmatic
-pkgver=1.3.23
-pkgrel=2
-pkgdesc='Wrapper script for Borg backup software that creates and prunes 
backups'
-arch=('any')
-url=https://torsion.org/borgmatic
-license=('GPL3')
-depends=('borg' 'python-colorama' 'python-pykwalify' 'python-ruamel-yaml' 
'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('8362a1f65ffb252dddaa7b013f67752d7e530341163c1a51f52930a954625b22')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
-}
-
-# vim: ts=2 sw=2 et:

Copied: borgmatic/repos/community-any/PKGBUILD (from rev 514392, 
borgmatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 23:04:27 UTC (rev 514393)
@@ -0,0 +1,35 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor: Alexander Görtz 
+# Contributor: Dan Beste 
+# Contributor: Julien Nicoulaud 
+# Contributor: stef204 
+
+pkgname=borgmatic
+pkgver=1.3.23
+pkgrel=2
+pkgdesc='Wrapper script for Borg backup software that creates and prunes 
backups'
+arch=('any')
+url=https://torsion.org/borgmatic
+license=('GPL3')
+depends=('borg' 'python-colorama' 'python-pykwalify' 'python-ruamel-yaml' 
'python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('8362a1f65ffb252dddaa7b013f67752d7e530341163c1a51f52930a954625b22')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
+}
+
+# vim: ts=2 sw=2 et:


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

2019-10-09 Thread Daniel M. Capella via arch-commits
Date: Wednesday, October 9, 2019 @ 22:58:54
  Author: polyzen
Revision: 514392

archrelease: copy trunk to community-any

Added:
  borgmatic/repos/community-any/
  borgmatic/repos/community-any/PKGBUILD
(from rev 514391, borgmatic/trunk/PKGBUILD)

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

Copied: borgmatic/repos/community-any/PKGBUILD (from rev 514391, 
borgmatic/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-10-09 22:58:54 UTC (rev 514392)
@@ -0,0 +1,35 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor: Alexander Görtz 
+# Contributor: Dan Beste 
+# Contributor: Julien Nicoulaud 
+# Contributor: stef204 
+
+pkgname=borgmatic
+pkgver=1.3.23
+pkgrel=2
+pkgdesc='Wrapper script for Borg backup software that creates and prunes 
backups'
+arch=('any')
+url=https://torsion.org/borgmatic
+license=('GPL3')
+depends=('borg' 'python-colorama' 'python-pykwalify' 'python-ruamel-yaml' 
'python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('8362a1f65ffb252dddaa7b013f67752d7e530341163c1a51f52930a954625b22')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2019-10-09 Thread Daniel M. Capella via arch-commits
Date: Wednesday, October 9, 2019 @ 22:58:27
  Author: polyzen
Revision: 514391

Initial commit

Added:
  borgmatic/
  borgmatic/repos/
  borgmatic/trunk/
  borgmatic/trunk/PKGBUILD

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

Added: borgmatic/trunk/PKGBUILD
===
--- borgmatic/trunk/PKGBUILD(rev 0)
+++ borgmatic/trunk/PKGBUILD2019-10-09 22:58:27 UTC (rev 514391)
@@ -0,0 +1,35 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor: Alexander Görtz 
+# Contributor: Dan Beste 
+# Contributor: Julien Nicoulaud 
+# Contributor: stef204 
+
+pkgname=borgmatic
+pkgver=1.3.23
+pkgrel=2
+pkgdesc='Wrapper script for Borg backup software that creates and prunes 
backups'
+arch=('any')
+url=https://torsion.org/borgmatic
+license=('GPL3')
+depends=('borg' 'python-colorama' 'python-pykwalify' 'python-ruamel-yaml' 
'python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('8362a1f65ffb252dddaa7b013f67752d7e530341163c1a51f52930a954625b22')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
+}
+
+# vim: ts=2 sw=2 et:


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

2019-10-09 Thread Daniel M. Capella via arch-commits
Date: Wednesday, October 9, 2019 @ 22:57:18
  Author: polyzen
Revision: 514390

archrelease: copy trunk to community-any

Added:
  python-pykwalify/repos/community-any/
  python-pykwalify/repos/community-any/PKGBUILD
(from rev 514389, python-pykwalify/trunk/PKGBUILD)

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

Copied: python-pykwalify/repos/community-any/PKGBUILD (from rev 514389, 
python-pykwalify/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-10-09 22:57:18 UTC (rev 514390)
@@ -0,0 +1,40 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Felix Buehler 
+
+_name=pykwalify
+pkgname=python-pykwalify
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='Python lib/cli for JSON/YAML schema validation'
+arch=('any')
+url=https://github.com/Grokzen/pykwalify
+license=('MIT')
+depends=('python-dateutil' 'python-docopt' 'python-setuptools' 'python-yaml')
+checkdepends=('python-pytest' 'python-testfixtures')
+optdepends=('python-ruamel-yaml')
+provides=('pykwalify')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;
+"$url/commit/49052dd010637e1403c8b2b1c3710926acd2b1a0.patch")
+sha256sums=('7e8b39c5a3a10bc176682b3bd9a7422c39ca247482df198b402e8015defcceb2'
+'01a138fb894242709846fd06ee179202fec1fada7474730efd8d0eb8ee1db404')
+
+prepare() {
+  cd $_name-$pkgver
+  patch --forward --strip=1 
--input=../49052dd010637e1403c8b2b1c3710926acd2b1a0.patch
+}
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}


[arch-commits] Commit in (4 files)

2019-10-09 Thread Daniel M. Capella via arch-commits
Date: Wednesday, October 9, 2019 @ 22:56:59
  Author: polyzen
Revision: 514389

Initial commit

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

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

Added: python-pykwalify/trunk/PKGBUILD
===
--- python-pykwalify/trunk/PKGBUILD (rev 0)
+++ python-pykwalify/trunk/PKGBUILD 2019-10-09 22:56:59 UTC (rev 514389)
@@ -0,0 +1,40 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Felix Buehler 
+
+_name=pykwalify
+pkgname=python-pykwalify
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='Python lib/cli for JSON/YAML schema validation'
+arch=('any')
+url=https://github.com/Grokzen/pykwalify
+license=('MIT')
+depends=('python-dateutil' 'python-docopt' 'python-setuptools' 'python-yaml')
+checkdepends=('python-pytest' 'python-testfixtures')
+optdepends=('python-ruamel-yaml')
+provides=('pykwalify')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;
+"$url/commit/49052dd010637e1403c8b2b1c3710926acd2b1a0.patch")
+sha256sums=('7e8b39c5a3a10bc176682b3bd9a7422c39ca247482df198b402e8015defcceb2'
+'01a138fb894242709846fd06ee179202fec1fada7474730efd8d0eb8ee1db404')
+
+prepare() {
+  cd $_name-$pkgver
+  patch --forward --strip=1 
--input=../49052dd010637e1403c8b2b1c3710926acd2b1a0.patch
+}
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}


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

2019-10-09 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 9, 2019 @ 21:45:15
  Author: bisson
Revision: 514388

archrelease: copy trunk to community-x86_64

Added:
  picard/repos/community-x86_64/PKGBUILD
(from rev 514387, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 21:44:44 UTC (rev 514387)
+++ PKGBUILD2019-10-09 21:45:15 UTC (rev 514388)
@@ -1,35 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.2.1
-_commit=0242b24d8926420e7f0d4000b1a16b2760a487f9
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='https://picard.musicbrainz.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('python-pyqt5' 'python-mutagen')
-optdepends=('chromaprint: fingerprinting'
-'python-discid: cd lookup'
-'qt5-multimedia: media player toolbar'
-'qt5-translations: full UI translation')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/metabrainz/picard.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   sed "s/‘/'/g" -i setup.cfg
-   python setup.py config
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   python setup.py install \
-   --root="${pkgdir}" \
-   --disable-autoupdate \
-
-   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 514387, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 21:45:15 UTC (rev 514388)
@@ -0,0 +1,35 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.2.2
+_commit=b12c1bb40bdcec78f81c4edb5a7bdd855c93095d
+pkgrel=1
+pkgdesc='Official MusicBrainz tagger'
+url='https://picard.musicbrainz.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('python-pyqt5' 'python-mutagen')
+optdepends=('chromaprint: fingerprinting'
+'python-discid: cd lookup'
+'qt5-multimedia: media player toolbar'
+'qt5-translations: full UI translation')
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/metabrainz/picard.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   sed "s/‘/'/g" -i setup.cfg
+   python setup.py config
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   python setup.py install \
+   --root="${pkgdir}" \
+   --disable-autoupdate \
+
+   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
+}


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

2019-10-09 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 9, 2019 @ 21:44:44
  Author: bisson
Revision: 514387

upstream update

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 20:29:44 UTC (rev 514386)
+++ PKGBUILD2019-10-09 21:44:44 UTC (rev 514387)
@@ -3,8 +3,8 @@
 # Contributor: sysrq
 
 pkgname=picard
-pkgver=2.2.1
-_commit=0242b24d8926420e7f0d4000b1a16b2760a487f9
+pkgver=2.2.2
+_commit=b12c1bb40bdcec78f81c4edb5a7bdd855c93095d
 pkgrel=1
 pkgdesc='Official MusicBrainz tagger'
 url='https://picard.musicbrainz.org/'


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

2019-10-09 Thread Jan Steffens via arch-commits
Date: Wednesday, October 9, 2019 @ 21:18:11
  Author: heftig
Revision: 364296

3.34.2-1

Modified:
  gnome-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 20:30:30 UTC (rev 364295)
+++ PKGBUILD2019-10-09 21:18:11 UTC (rev 364296)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.34.1
+pkgver=3.34.2
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -12,7 +12,7 @@
 makedepends=(python appstream-glib git meson)
 optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=ca58f2b4643e6477f4c25b49ed6678b83033cefc  # tags/3.34.1^0
+_commit=98881b9071ce39b8704e9b5af4eb1faa064ba3fa  # tags/3.34.2^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-09 Thread Jan Steffens via arch-commits
Date: Wednesday, October 9, 2019 @ 21:18:17
  Author: heftig
Revision: 364297

archrelease: copy trunk to extra-x86_64

Added:
  gnome-calendar/repos/extra-x86_64/PKGBUILD
(from rev 364296, gnome-calendar/trunk/PKGBUILD)
Deleted:
  gnome-calendar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 21:18:11 UTC (rev 364296)
+++ PKGBUILD2019-10-09 21:18:17 UTC (rev 364297)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-calendar
-pkgver=3.34.1
-pkgrel=1
-pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
-url="https://wiki.gnome.org/Apps/Calendar;
-arch=(x86_64)
-license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center 
libdazzle)
-makedepends=(python appstream-glib git meson)
-optdepends=('evolution: ICS file import')
-groups=(gnome)
-_commit=ca58f2b4643e6477f4c25b49ed6678b83033cefc  # tags/3.34.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-calendar/repos/extra-x86_64/PKGBUILD (from rev 364296, 
gnome-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 21:18:17 UTC (rev 364297)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.34.2
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar;
+arch=(x86_64)
+license=(GPL)
+depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center 
libdazzle)
+makedepends=(python appstream-glib git meson)
+optdepends=('evolution: ICS file import')
+groups=(gnome)
+_commit=98881b9071ce39b8704e9b5af4eb1faa064ba3fa  # tags/3.34.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in kwin/repos/kde-unstable-x86_64 (4 files)

2019-10-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 9, 2019 @ 20:30:30
  Author: arojas
Revision: 364295

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 364294, kwin/kde-unstable/PKGBUILD)
  kwin/repos/kde-unstable-x86_64/kwin.install
(from rev 364294, kwin/kde-unstable/kwin.install)
Deleted:
  kwin/repos/kde-unstable-x86_64/PKGBUILD
  kwin/repos/kde-unstable-x86_64/kwin.install

--+
 PKGBUILD |   80 -
 kwin.install |   18 ++--
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 20:30:07 UTC (rev 364294)
+++ PKGBUILD2019-10-09 20:30:30 UTC (rev 364295)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.16.90
-pkgrel=1
-pkgdesc='An easy to use, but flexible, composited Window Manager'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils breeze kinit 
qt5-sensors)
-makedepends=(extra-cmake-modules qt5-tools kdoctools)
-optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
-groups=(plasma)
-source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-install=$pkgname.install
-sha256sums=('581f0578bfe0c6e53962d76ba1ca0d758d3217fe98954f9dd405f8511d56'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwin/repos/kde-unstable-x86_64/PKGBUILD (from rev 364294, 
kwin/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 20:30:30 UTC (rev 364295)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.16.90
+pkgrel=2
+pkgdesc='An easy to use, but flexible, composited Window Manager'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils breeze kinit 
qt5-sensors)
+makedepends=(extra-cmake-modules qt5-tools kdoctools)
+optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('581f0578bfe0c6e53962d76ba1ca0d758d3217fe98954f9dd405f8511d56'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kwin.install
===
--- kwin.install2019-10-09 20:30:07 UTC (rev 364294)
+++ kwin.install2019-10-09 20:30:30 UTC (rev 364295)
@@ -1,9 +0,0 @@
-post_install() {
-# this is executed by make install, but doesn't work since setcap can only be 
run as root
-  setcap CAP_SYS_NICE=+ep /usr/bin/kwin_wayland
-}
-
-post_upgrade() {
-  post_install
-}
-

Copied: kwin/repos/kde-unstable-x86_64/kwin.install (from rev 364294, 
kwin/kde-unstable/kwin.install)
===
--- kwin.install(rev 0)
+++ kwin.install2019-10-09 20:30:30 UTC (rev 364295)
@@ -0,0 +1,9 @@
+post_install() {
+# this is executed by make install, but doesn't work since setcap can only be 
run as root
+  setcap CAP_SYS_NICE=+ep /usr/bin/kwin_wayland
+}
+
+post_upgrade() {
+  post_install
+}
+


[arch-commits] Commit in kwin/kde-unstable (PKGBUILD)

2019-10-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 9, 2019 @ 20:30:07
  Author: arojas
Revision: 364294

Qt 5.14 rebuild

Modified:
  kwin/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 20:13:22 UTC (rev 364293)
+++ PKGBUILD2019-10-09 20:30:07 UTC (rev 364294)
@@ -4,7 +4,7 @@
 
 pkgname=kwin
 pkgver=5.16.90
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2019-10-09 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 9, 2019 @ 20:29:44
  Author: jelle
Revision: 514386

archrelease: copy trunk to community-x86_64

Added:
  shellcheck/repos/community-x86_64/PKGBUILD
(from rev 514385, shellcheck/trunk/PKGBUILD)
Deleted:
  shellcheck/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 20:29:32 UTC (rev 514385)
+++ PKGBUILD2019-10-09 20:29:44 UTC (rev 514386)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=ShellCheck
-pkgname=shellcheck
-pkgver=0.7.0
-pkgrel=30
-pkgdesc="Shell script analysis tool"
-url="https://www.shellcheck.net;
-license=("GPL")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
-makedepends=('ghc' 'pandoc')
-source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
-sha512sums=('46ef486dff09bd51bdc5f053b1dda9e3f2943c66bbf6788824ddf8fcf3b69b7a3a9c00bf98bca0dee9d57ee6df833ca4088252dbf773815248be0fa667f35215')
-
-build() {
-cd $pkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-
-pandoc -s -t man shellcheck.1.md -o shellcheck.1
-}
-
-check() {
-cd $pkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $pkgname-$pkgver
-
-install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: shellcheck/repos/community-x86_64/PKGBUILD (from rev 514385, 
shellcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 20:29:44 UTC (rev 514386)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.0
+pkgrel=31
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('46ef486dff09bd51bdc5f053b1dda9e3f2943c66bbf6788824ddf8fcf3b69b7a3a9c00bf98bca0dee9d57ee6df833ca4088252dbf773815248be0fa667f35215')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-10-09 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 9, 2019 @ 20:29:32
  Author: jelle
Revision: 514385

upgpkg: shellcheck 0.7.0-31

Enable PIE for shellcheck

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 19:51:40 UTC (rev 514384)
+++ PKGBUILD2019-10-09 20:29:32 UTC (rev 514385)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.0
-pkgrel=30
+pkgrel=31
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")
@@ -19,7 +19,8 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option='-pie'
 runhaskell Setup build
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script


[arch-commits] Commit in qt5-webengine/repos/kde-unstable-x86_64 (4 files)

2019-10-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 9, 2019 @ 20:13:22
  Author: arojas
Revision: 364293

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
(from rev 364292, qt5-webengine/kde-unstable/PKGBUILD)
  qt5-webengine/repos/kde-unstable-x86_64/qt5-webengine-system-icu.patch
(from rev 364292, qt5-webengine/kde-unstable/qt5-webengine-system-icu.patch)
Deleted:
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
  qt5-webengine/repos/kde-unstable-x86_64/qt5-webengine-system-icu.patch

+
 PKGBUILD   |  103 ---
 qt5-webengine-system-icu.patch |   52 ---
 2 files changed, 85 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 20:13:03 UTC (rev 364292)
+++ PKGBUILD2019-10-09 20:13:22 UTC (rev 364293)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.14.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('LGPL3' 'LGPL2.1' 'BSD')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
- 'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx')
-makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler' 'gn')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-
qt5-webengine-linux-5.2.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch?id=74e69da9;)
-sha256sums=('4255e0a4f1510b6cae552f053b774659d93116cf17080ac003884c82dc00961c'
-'8deb3df43a379976bbdb1fa814e68b2ce0433043695efc694c11e47f67c51b6a')
-
-prepare() {
-  mkdir -p build
-
-  cd $_pkgfqn/src/3rdparty/chromium
-  patch -p2 -i "$srcdir"/qt5-webengine-linux-5.2.patch # Fix build with recent 
kernel
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn} -- \
--proprietary-codecs \
--system-ffmpeg \
--webp \
--spellchecker
-#-webengine-icu
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD (from rev 364292, 
qt5-webengine/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 20:13:22 UTC (rev 364293)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.14.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='https://www.qt.io'
+license=('LGPL3' 'LGPL2.1' 'BSD')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
+ 'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx')
+makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+
qt5-webengine-linux-5.2.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch?id=74e69da9;
+qt5-webengine-system-icu.patch)
+sha256sums=('4255e0a4f1510b6cae552f053b774659d93116cf17080ac003884c82dc00961c'
+'8deb3df43a379976bbdb1fa814e68b2ce0433043695efc694c11e47f67c51b6a'
+'057fcd43300931e438c6714d2d42516d45420b6e8ae513c901a599d49215796a')
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgfqn/src/3rdparty/chromium
+  patch -p2 -i "$srcdir"/qt5-webengine-linux-5.2.patch # Fix build with recent 
kernel
+  patch -p2 -i "$srcdir"/qt5-webengine-system-icu.patch # Fix build with 
system ICU
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn} -- \
+-proprietary-codecs \
+-system-ffmpeg \
+-webp \
+-spellchecker \
+-webengine-icu
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
+}

Deleted: qt5-webengine-system-icu.patch
===
--- 

[arch-commits] Commit in qt5-webengine/kde-unstable (3 files)

2019-10-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 9, 2019 @ 20:13:03
  Author: arojas
Revision: 364292

Build with system ICU

Added:
  qt5-webengine/kde-unstable/qt5-webengine-system-icu.patch
Modified:
  qt5-webengine/kde-unstable/PKGBUILD
Deleted:
  qt5-webengine/kde-unstable/qt5-webengine-system-icu.patch

+
 PKGBUILD   |   15 ++-
 qt5-webengine-system-icu.patch |   52 ---
 2 files changed, 41 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 19:17:00 UTC (rev 364291)
+++ PKGBUILD2019-10-09 20:13:03 UTC (rev 364292)
@@ -4,7 +4,7 @@
 pkgname=qt5-webengine
 _qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('LGPL3' 'LGPL2.1' 'BSD')
@@ -11,13 +11,15 @@
 pkgdesc='Provides support for web applications using the Chromium browser 
project'
 depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 
  'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx')
-makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler' 'gn')
+makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-
qt5-webengine-linux-5.2.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch?id=74e69da9;)
+
qt5-webengine-linux-5.2.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch?id=74e69da9;
+qt5-webengine-system-icu.patch)
 sha256sums=('4255e0a4f1510b6cae552f053b774659d93116cf17080ac003884c82dc00961c'
-'8deb3df43a379976bbdb1fa814e68b2ce0433043695efc694c11e47f67c51b6a')
+'8deb3df43a379976bbdb1fa814e68b2ce0433043695efc694c11e47f67c51b6a'
+'057fcd43300931e438c6714d2d42516d45420b6e8ae513c901a599d49215796a')
 
 prepare() {
   mkdir -p build
@@ -24,6 +26,7 @@
 
   cd $_pkgfqn/src/3rdparty/chromium
   patch -p2 -i "$srcdir"/qt5-webengine-linux-5.2.patch # Fix build with recent 
kernel
+  patch -p2 -i "$srcdir"/qt5-webengine-system-icu.patch # Fix build with 
system ICU
 }
 
 build() {
@@ -33,8 +36,8 @@
 -proprietary-codecs \
 -system-ffmpeg \
 -webp \
--spellchecker
-#-webengine-icu
+-spellchecker \
+-webengine-icu
   make
 }
 

Deleted: qt5-webengine-system-icu.patch
===
--- qt5-webengine-system-icu.patch  2019-10-09 19:17:00 UTC (rev 364291)
+++ qt5-webengine-system-icu.patch  2019-10-09 20:13:03 UTC (rev 364292)
@@ -1,20 +0,0 @@
-diff --git a/build/linux/unbundle/icu.gn b/build/linux/unbundle/icu.gn
-index 4450e40..9ca36dd 100644
 a/build/linux/unbundle/icu.gn
-+++ b/build/linux/unbundle/icu.gn
-@@ -96,6 +96,7 @@ shim_headers("icui18n_shim") {
- "unicode/fpositer.h",
- "unicode/gender.h",
- "unicode/gregocal.h",
-+"unicode/listformatter.h",
- "unicode/measfmt.h",
- "unicode/measunit.h",
- "unicode/measure.h",
-@@ -178,7 +179,6 @@ shim_headers("icuuc_shim") {
- "unicode/icudataver.h",
- "unicode/icuplug.h",
- "unicode/idna.h",
--"unicode/listformatter.h",
- "unicode/localpointer.h",
- "unicode/locdspnm.h",
- "unicode/locid.h",

Added: qt5-webengine-system-icu.patch
===
--- qt5-webengine-system-icu.patch  (rev 0)
+++ qt5-webengine-system-icu.patch  2019-10-09 20:13:03 UTC (rev 364292)
@@ -0,0 +1,32 @@
+From 7bc2392c19118a80380c7661fb86c69022eb2b47 Mon Sep 17 00:00:00 2001
+From: Kirill Burtsev 
+Date: Fri, 23 Aug 2019 15:09:25 +0200
+Subject: [PATCH] Fix compilation with system ICU
+
+system_icu_config is missing default type for UCHAR_TYPE, that causes
+a mismatch of types all over Chromium. uint16_t is defined as a base type
+under linux in chromium/build/linux/unbundle/icu.gn.
+Necessary constructions were lost during recent refactorings,
+and seems to be restored in later chromium > 76.
+
+Change-Id: Ie05c005ebcded9a228386db5d9abe9863787ec2b
+---
+
+diff --git a/chromium/third_party/icu/BUILD.gn 
b/chromium/third_party/icu/BUILD.gn
+index be3c919..639f8fd 100644
+--- a/chromium/third_party/icu/BUILD.gn
 b/chromium/third_party/icu/BUILD.gn
+@@ -1175,6 +1175,12 @@
+ "USING_SYSTEM_ICU=1",
+ "ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC",
+   ]
++
++  if (is_win) {
++defines += [ "UCHAR_TYPE=wchar_t" ]
++  } else {
++defines += [ "UCHAR_TYPE=uint16_t" ]
++  }
+ }
+ 
+ if (use_system_icu) {
+


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

2019-10-09 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 9, 2019 @ 19:51:40
  Author: jelle
Revision: 514384

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 19:51:33 UTC (rev 514383)
+++ PKGBUILD2019-10-09 19:51:40 UTC (rev 514384)
@@ -1,49 +0,0 @@
-# Maintainer: Stefan Husmann 
-# Maintainer: Jelle van der Waa 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: William Rea 
-
-pkgname=('python-pytz' 'python2-pytz')
-pkgver=2019.2
-pkgrel=1
-arch=('any')
-url="https://pypi.python.org/pypi/pytz;
-license=("MIT")
-makedepends=('python' 'python2')
-source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz;)
-md5sums=('8c21963449c3a793aa61ef122e171516')
-validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
-
-build(){
-cp -rf pytz-$pkgver pytz2-$pkgver
-}
-
-check(){
-cd pytz-$pkgver/pytz/tests
-
-python3 test_tzinfo.py
-python2 test_tzinfo.py
-}
-
-package_python-pytz(){
-depends=('python')
-pkgdesc="Cross platform time zone library for Python"
-
-cd pytz-$pkgver
-
-python3 setup.py install --root=$pkgdir/
-
-install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-
-package_python2-pytz(){
-depends=('python2')
-pkgdesc="Cross platform time zone library for Python"
-
-cd pytz2-$pkgver
-
-python2 setup.py install --root="$pkgdir/"
-
-install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pytz/repos/community-any/PKGBUILD (from rev 514383, 
python-pytz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 19:51:40 UTC (rev 514384)
@@ -0,0 +1,49 @@
+# Maintainer: Stefan Husmann 
+# Maintainer: Jelle van der Waa 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+
+pkgname=('python-pytz' 'python2-pytz')
+pkgver=2019.3
+pkgrel=1
+arch=('any')
+url="https://pypi.python.org/pypi/pytz;
+license=("MIT")
+makedepends=('python' 'python2')
+source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz;)
+md5sums=('c3d84a465fc56a4edd52cca8873ac0df')
+validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
+
+build(){
+cp -rf pytz-$pkgver pytz2-$pkgver
+}
+
+check(){
+cd pytz-$pkgver/pytz/tests
+
+python3 test_tzinfo.py
+python2 test_tzinfo.py
+}
+
+package_python-pytz(){
+depends=('python')
+pkgdesc="Cross platform time zone library for Python"
+
+cd pytz-$pkgver
+
+python3 setup.py install --root=$pkgdir/
+
+install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+package_python2-pytz(){
+depends=('python2')
+pkgdesc="Cross platform time zone library for Python"
+
+cd pytz2-$pkgver
+
+python2 setup.py install --root="$pkgdir/"
+
+install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-10-09 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 9, 2019 @ 19:51:33
  Author: jelle
Revision: 514383

upgpkg: python-pytz 2019.3-1

upstream update

Modified:
  python-pytz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 19:40:42 UTC (rev 514382)
+++ PKGBUILD2019-10-09 19:51:33 UTC (rev 514383)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=('python-pytz' 'python2-pytz')
-pkgver=2019.2
+pkgver=2019.3
 pkgrel=1
 arch=('any')
 url="https://pypi.python.org/pypi/pytz;
@@ -11,7 +11,7 @@
 license=("MIT")
 makedepends=('python' 'python2')
 source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz;)
-md5sums=('8c21963449c3a793aa61ef122e171516')
+md5sums=('c3d84a465fc56a4edd52cca8873ac0df')
 validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
 
 build(){


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

2019-10-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 9, 2019 @ 19:40:42
  Author: arojas
Revision: 514382

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 514381, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 19:40:23 UTC (rev 514381)
+++ PKGBUILD2019-10-09 19:40:42 UTC (rev 514382)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.29.53
-pkgrel=1
-arch=(any)
-url="https://jmol.sourceforge.net;
-license=(LGPL)
-makedepends=(unzip)
-source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('38632b847d4461548a1738aaf14bafa52d2790a0261868a02d6c3fc6f28db371')
-
-package_jmol() {
-  pkgdesc="a Java 3D viewer for chemical structures"
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc="a JavaScript 3D viewer for chemical structures"
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 514381, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 19:40:42 UTC (rev 514382)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.29.54
+pkgrel=1
+arch=(any)
+url="https://jmol.sourceforge.net;
+license=(LGPL)
+makedepends=(unzip)
+source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
+sha256sums=('ebb630d11f9d2b46e5c2f6585fc9350f044615f095d44d5a0a0fa93533288a38')
+
+package_jmol() {
+  pkgdesc="a Java 3D viewer for chemical structures"
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc="a JavaScript 3D viewer for chemical structures"
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}


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

2019-10-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 9, 2019 @ 19:40:23
  Author: arojas
Revision: 514381

Update to 14.29.54

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 19:14:13 UTC (rev 514380)
+++ PKGBUILD2019-10-09 19:40:23 UTC (rev 514381)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.29.53
+pkgver=14.29.54
 pkgrel=1
 arch=(any)
 url="https://jmol.sourceforge.net;
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('38632b847d4461548a1738aaf14bafa52d2790a0261868a02d6c3fc6f28db371')
+sha256sums=('ebb630d11f9d2b46e5c2f6585fc9350f044615f095d44d5a0a0fa93533288a38')
 
 package_jmol() {
   pkgdesc="a Java 3D viewer for chemical structures"


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

2019-10-09 Thread Ivy Foster via arch-commits
Date: Wednesday, October 9, 2019 @ 19:14:13
  Author: escondida
Revision: 514380

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 514379, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 19:13:55 UTC (rev 514379)
+++ PKGBUILD2019-10-09 19:14:13 UTC (rev 514380)
@@ -1,48 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.5.5
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-depends=('perl' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=('perl-json-xs: faster JSON to HASH conversion'
-'perl-text-charwidth: print results in a fixed-width format'
-'perl-term-readline-gnu: better STDIN support'
-'youtube-dl: play videos with encrypted signatures'
-'wget: download videos with wget'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'gtk2-perl: GTK GUI'
-'perl-file-sharedir: GTK GUI')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('f6ce0a57227dfe2c411ef9a7023824206f1f546de06a23e644a2ca798a154a3f')
-
-build() {
-cd "$pkgname-$pkgver"
-perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-cd "$pkgname-$pkgver"
-./Build test
-}
-
-package() {
-cd "$pkgname-$pkgver"
-./Build install --destdir "$pkgdir"
-rm -r "$pkgdir"/usr/lib
-
-mkdir "$pkgdir"/usr/share/{applications,pixmaps}
-mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
-"$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
-cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
-"$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 514379, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 19:14:13 UTC (rev 514380)
@@ -0,0 +1,52 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.5.8
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=(any)
+url='https://github.com/trizen/youtube-viewer'
+license=(GPL3)
+depends=(perl perl-data-dump perl-json perl-lwp-protocol-https perl-libwww)
+makedepends=(perl-module-build)
+optdepends=(
+   'perl-json-xs: faster JSON to HASH conversion'
+   'perl-text-charwidth: print results in a fixed-width format'
+   'perl-term-readline-gnu: better STDIN support'
+   'youtube-dl: play videos with encrypted signatures'
+   'wget: download videos with wget'
+   'vlc: play videos with VLC'
+   'mpv: play videos with MPV'
+   'gtk2-perl: GTK GUI'
+   'perl-file-sharedir: GTK GUI'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+# sums provided by packager makepkg -g
+sha256sums=(afe061263917a84cd297919c1ac79157ed3952f549825552eb6bb821e38fae0c)
+
+build() {
+   cd "$pkgname-$pkgver"
+   perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+   cd "$pkgname-$pkgver"
+   ./Build test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   ./Build install --destdir "$pkgdir"
+   rm -r "$pkgdir/usr/lib"
+
+   mkdir -p "$pkgdir/usr/share/applications" "$pkgdir/usr/share/pixmaps"
+   mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
+   "$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
+   cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
+   "$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
+}


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

2019-10-09 Thread Ivy Foster via arch-commits
Date: Wednesday, October 9, 2019 @ 19:13:55
  Author: escondida
Revision: 514379

upgpkg: youtube-viewer 1:3.5.8-1

update to 3.5.8, change PKGBUILD style to suit current maintainer

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 18:55:39 UTC (rev 514378)
+++ PKGBUILD2019-10-09 19:13:55 UTC (rev 514379)
@@ -1,4 +1,5 @@
-# Maintainer: Alad Wenter 
+# Maintainer: Ivy Foster 
+# Contributor: Alad Wenter 
 # Contributor: Alexander F Rødseth 
 # Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
 # Contributor: Trizen 
@@ -5,44 +6,47 @@
 
 pkgname=youtube-viewer
 epoch=1
-pkgver=3.5.5
+pkgver=3.5.8
 pkgrel=1
 pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
+arch=(any)
 url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-depends=('perl' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=('perl-json-xs: faster JSON to HASH conversion'
-'perl-text-charwidth: print results in a fixed-width format'
-'perl-term-readline-gnu: better STDIN support'
-'youtube-dl: play videos with encrypted signatures'
-'wget: download videos with wget'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'gtk2-perl: GTK GUI'
-'perl-file-sharedir: GTK GUI')
+license=(GPL3)
+depends=(perl perl-data-dump perl-json perl-lwp-protocol-https perl-libwww)
+makedepends=(perl-module-build)
+optdepends=(
+   'perl-json-xs: faster JSON to HASH conversion'
+   'perl-text-charwidth: print results in a fixed-width format'
+   'perl-term-readline-gnu: better STDIN support'
+   'youtube-dl: play videos with encrypted signatures'
+   'wget: download videos with wget'
+   'vlc: play videos with VLC'
+   'mpv: play videos with MPV'
+   'gtk2-perl: GTK GUI'
+   'perl-file-sharedir: GTK GUI'
+)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('f6ce0a57227dfe2c411ef9a7023824206f1f546de06a23e644a2ca798a154a3f')
+# sums provided by packager makepkg -g
+sha256sums=(afe061263917a84cd297919c1ac79157ed3952f549825552eb6bb821e38fae0c)
 
 build() {
-cd "$pkgname-$pkgver"
-perl Build.PL --installdirs vendor --gtk
+   cd "$pkgname-$pkgver"
+   perl Build.PL --installdirs vendor --gtk
 }
 
 check(){
-cd "$pkgname-$pkgver"
-./Build test
+   cd "$pkgname-$pkgver"
+   ./Build test
 }
 
 package() {
-cd "$pkgname-$pkgver"
-./Build install --destdir "$pkgdir"
-rm -r "$pkgdir"/usr/lib
+   cd "$pkgname-$pkgver"
+   ./Build install --destdir "$pkgdir"
+   rm -r "$pkgdir/usr/lib"
 
-mkdir "$pkgdir"/usr/share/{applications,pixmaps}
-mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
-"$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
-cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
-"$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
+   mkdir -p "$pkgdir/usr/share/applications" "$pkgdir/usr/share/pixmaps"
+   mv 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop
 \
+   "$pkgdir"/usr/share/applications/gtk-youtube-viewer.desktop
+   cp 
"$pkgdir"/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png
 \
+   "$pkgdir"/usr/share/pixmaps/gtk-youtube-viewer.png
 }


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

2019-10-09 Thread Ivy Foster via arch-commits
Date: Wednesday, October 9, 2019 @ 18:55:39
  Author: escondida
Revision: 514378

archrelease: copy trunk to community-any

Added:
  translate-shell/repos/community-any/PKGBUILD
(from rev 514377, translate-shell/trunk/PKGBUILD)
Deleted:
  translate-shell/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 18:55:19 UTC (rev 514377)
+++ PKGBUILD2019-10-09 18:55:39 UTC (rev 514378)
@@ -1,38 +0,0 @@
-# Maintainer: Ivy Foster 
-
-pkgname=translate-shell
-pkgver=0.9.6.9
-pkgrel=1
-pkgdesc='A command-line interface and interactive shell for Google Translate'
-arch=(any)
-url='https://www.soimort.org/translate-shell/'
-license=('custom:PublicDomain')
-depends=(bash gawk)
-optdepends=(
-   'aspell: spell checking'
-   'curl: openSSL support'
-   'fribidi: display right-to-left languages'
-   'hunspell: spell checking'
-   'less: terminal paging'
-   'mplayer: Text-to-Speech functionality'
-   'mpv: Text-to-Speech functionality'
-   'mpg123: Text-to-Speech functionality'
-   'espeak: Text-to-Speech functionality'
-   'rlwrap: readline-style editing and history in the interactive mode'
-   'emacs: Emacs interface'
-)
-
-source=("translate-shell-$pkgver.tar.gz::https://github.com/soimort/translate-shell/archive/v$pkgver.tar.gz;)
-# checksums provided by packager, not upstream; take with a grain of salt.
-md5sums=(16369d3594406c376d6fced79fa30718)
-
-build() {
-   cd "translate-shell-$pkgver"
-   make
-}
-
-package() {
-   cd "translate-shell-$pkgver"
-   make PREFIX=/usr DESTDIR="$pkgdir" install
-   install -Dm644 LICENSE 
"$pkgdir/usr/share/licenses/translate-shell/LICENSE"
-}

Copied: translate-shell/repos/community-any/PKGBUILD (from rev 514377, 
translate-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 18:55:39 UTC (rev 514378)
@@ -0,0 +1,38 @@
+# Maintainer: Ivy Foster 
+
+pkgname=translate-shell
+pkgver=0.9.6.11
+pkgrel=1
+pkgdesc='A command-line interface and interactive shell for Google Translate'
+arch=(any)
+url='https://www.soimort.org/translate-shell/'
+license=('custom:PublicDomain')
+depends=(bash gawk)
+optdepends=(
+   'aspell: spell checking'
+   'curl: openSSL support'
+   'fribidi: display right-to-left languages'
+   'hunspell: spell checking'
+   'less: terminal paging'
+   'mplayer: Text-to-Speech functionality'
+   'mpv: Text-to-Speech functionality'
+   'mpg123: Text-to-Speech functionality'
+   'espeak: Text-to-Speech functionality'
+   'rlwrap: readline-style editing and history in the interactive mode'
+   'emacs: Emacs interface'
+)
+
+source=("translate-shell-$pkgver.tar.gz::https://github.com/soimort/translate-shell/archive/v$pkgver.tar.gz;)
+# checksums provided by packager, not upstream; take with a grain of salt.
+md5sums=(f40e7b0ee66e30ec15481336df58ecba)
+
+build() {
+   cd "translate-shell-$pkgver"
+   make
+}
+
+package() {
+   cd "translate-shell-$pkgver"
+   make PREFIX=/usr DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE 
"$pkgdir/usr/share/licenses/translate-shell/LICENSE"
+}


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

2019-10-09 Thread Ivy Foster via arch-commits
Date: Wednesday, October 9, 2019 @ 18:55:19
  Author: escondida
Revision: 514377

upgpkg: translate-shell 0.9.6.11-1

update to 0.9.6.11

Modified:
  translate-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 18:36:58 UTC (rev 514376)
+++ PKGBUILD2019-10-09 18:55:19 UTC (rev 514377)
@@ -1,7 +1,7 @@
 # Maintainer: Ivy Foster 
 
 pkgname=translate-shell
-pkgver=0.9.6.9
+pkgver=0.9.6.11
 pkgrel=1
 pkgdesc='A command-line interface and interactive shell for Google Translate'
 arch=(any)
@@ -24,7 +24,7 @@
 
 
source=("translate-shell-$pkgver.tar.gz::https://github.com/soimort/translate-shell/archive/v$pkgver.tar.gz;)
 # checksums provided by packager, not upstream; take with a grain of salt.
-md5sums=(16369d3594406c376d6fced79fa30718)
+md5sums=(f40e7b0ee66e30ec15481336df58ecba)
 
 build() {
cd "translate-shell-$pkgver"


[arch-commits] Commit in openssh/repos (8 files)

2019-10-09 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 9, 2019 @ 18:54:20
  Author: bisson
Revision: 364290

archrelease: copy trunk to testing-x86_64

Added:
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 364289, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/PKGBUILD.snap
(from rev 364289, openssh/trunk/PKGBUILD.snap)
  openssh/repos/testing-x86_64/install
(from rev 364289, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 364289, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 364289, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 364289, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 364289, openssh/trunk/sshdgenkeys.service)

-+
 PKGBUILD|   89 +++
 PKGBUILD.snap   |   93 ++
 install |   20 ++
 sshd.conf   |1 
 sshd.pam|6 +++
 sshd.service|   14 +++
 sshdgenkeys.service |   15 
 7 files changed, 238 insertions(+)

Copied: openssh/repos/testing-x86_64/PKGBUILD (from rev 364289, 
openssh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-09 18:54:20 UTC (rev 364290)
@@ -0,0 +1,89 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=8.1p1
+pkgrel=1
+pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
+url='https://www.openssh.com/portable.html'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sshdgenkeys.service'
+'sshd.service'
+'sshd.conf'
+'sshd.pam')
+sha256sums=('02f5dbef3835d0753556f973cd57b4c19b6b1f6cd24c03445e23ac77ca1b93ff'
+'SKIP'
+'4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
+'e40f8b7c8e5e2ecf3084b3511a6c36d5b5c9f9e61f2bb13e3726c71dc7d4fbc7'
+'4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
+'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+   --with-libedit \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   --with-xauth=/usr/bin/xauth \
+   --with-md5-passwords \
+   --with-pid-dir=/run \
+   --with-default-path='/usr/local/sbin:/usr/local/bin:/usr/bin' \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # Tests require openssh to be already installed system-wide,
+   # also connectivity tests will fail under makechrootpkg since
+# it runs as nobody which has /bin/false as login shell.
+
+   if [[ -e /usr/bin/scp && ! -e /.arch-chroot ]]; then
+   make tests
+   fi
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   ln -sf ssh.1.gz "${pkgdir}"/usr/share/man/man1/slogin.1.gz
+   install -Dm644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+
+   install -Dm644 ../sshdgenkeys.service 
"${pkgdir}"/usr/lib/systemd/system/sshdgenkeys.service
+   install -Dm644 ../sshd.service 
"${pkgdir}"/usr/lib/systemd/system/sshd.service
+   install -Dm644 ../sshd.conf "${pkgdir}"/usr/lib/tmpfiles.d/sshd.conf
+   install -Dm644 ../sshd.pam "${pkgdir}"/etc/pam.d/sshd
+
+   install -Dm755 contrib/findssl.sh "${pkgdir}"/usr/bin/findssl.sh
+   install -Dm755 contrib/ssh-copy-id "${pkgdir}"/usr/bin/ssh-copy-id
+   install -Dm644 contrib/ssh-copy-id.1 
"${pkgdir}"/usr/share/man/man1/ssh-copy-id.1
+
+   sed \
+   -e '/^#ChallengeResponseAuthentication yes$/c 
ChallengeResponseAuthentication no' \
+   -e '/^#PrintMotd yes$/c PrintMotd no # pam does that' \
+   -e '/^#UsePAM no$/c UsePAM yes' \
+   -i "${pkgdir}"/etc/ssh/sshd_config
+}

Copied: openssh/repos/testing-x86_64/PKGBUILD.snap (from rev 364289, 
openssh/trunk/PKGBUILD.snap)

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

2019-10-09 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, October 9, 2019 @ 18:53:45
  Author: bisson
Revision: 364289

upstream update

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 18:43:02 UTC (rev 364288)
+++ PKGBUILD2019-10-09 18:53:45 UTC (rev 364289)
@@ -3,8 +3,8 @@
 # Contributor: judd 
 
 pkgname=openssh
-pkgver=8.0p1
-pkgrel=3
+pkgver=8.1p1
+pkgrel=1
 pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
 url='https://www.openssh.com/portable.html'
 license=('custom:BSD')
@@ -19,7 +19,7 @@
 'sshd.service'
 'sshd.conf'
 'sshd.pam')
-sha256sums=('bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68'
+sha256sums=('02f5dbef3835d0753556f973cd57b4c19b6b1f6cd24c03445e23ac77ca1b93ff'
 'SKIP'
 '4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
 'e40f8b7c8e5e2ecf3084b3511a6c36d5b5c9f9e61f2bb13e3726c71dc7d4fbc7'


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

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:43:02
  Author: lcarlier
Revision: 364288

archrelease: copy trunk to extra-x86_64

Added:
  libx11/repos/extra-x86_64/PKGBUILD
(from rev 364287, libx11/trunk/PKGBUILD)
Deleted:
  libx11/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 18:42:52 UTC (rev 364287)
+++ PKGBUILD2019-10-09 18:43:02 UTC (rev 364288)
@@ -1,41 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=libx11
-pkgver=1.6.9
-pkgrel=2
-pkgdesc="X11 client-side library"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-depends=('libxcb' 'xproto' 'kbproto')
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
-license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha512sums=('fc18f0dc17ade1fc37402179f52e1f2b9c7b7d3a1a9590fea13046eb0c5193b4796289431cd99388eac01e8e59de77db45d2c9675d4f05ef8cf3ba6382c3dd31'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

-validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

-validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

-validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

-
-build() {
-  cd "${srcdir}/libX11-${pkgver}"
-  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
-  make
-}
-
-check() {
-  cd "${srcdir}/libX11-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/libX11-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # file already in xorgproto - introduced in libx11-1.6.9
-  rm "${pkgdir}"/usr/include/X11/extensions/XKBgeom.h
-
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libx11/repos/extra-x86_64/PKGBUILD (from rev 364287, 
libx11/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 18:43:02 UTC (rev 364288)
@@ -0,0 +1,38 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=libx11
+pkgver=1.6.9
+pkgrel=3
+pkgdesc="X11 client-side library"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+license=('custom')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
+sha512sums=('fc18f0dc17ade1fc37402179f52e1f2b9c7b7d3a1a9590fea13046eb0c5193b4796289431cd99388eac01e8e59de77db45d2c9675d4f05ef8cf3ba6382c3dd31'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

+
+build() {
+  cd "${srcdir}/libX11-${pkgver}"
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
+  make
+}
+
+check() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:42:52
  Author: lcarlier
Revision: 364287

upgpkg: libx11 1.6.9-3

restore XKBgeom.h file - removed from xorgproto package

Modified:
  libx11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 18:39:04 UTC (rev 364286)
+++ PKGBUILD2019-10-09 18:42:52 UTC (rev 364287)
@@ -3,7 +3,7 @@
 
 pkgname=libx11
 pkgver=1.6.9
-pkgrel=2
+pkgrel=3
 pkgdesc="X11 client-side library"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/;
@@ -33,9 +33,6 @@
   cd "${srcdir}/libX11-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
-  # file already in xorgproto - introduced in libx11-1.6.9
-  rm "${pkgdir}"/usr/include/X11/extensions/XKBgeom.h
-
   install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }


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

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:39:04
  Author: lcarlier
Revision: 364286

archrelease: copy trunk to extra-any

Added:
  xorgproto/repos/extra-any/PKGBUILD
(from rev 364285, xorgproto/trunk/PKGBUILD)
Deleted:
  xorgproto/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 18:38:55 UTC (rev 364285)
+++ PKGBUILD2019-10-09 18:39:04 UTC (rev 364286)
@@ -1,56 +0,0 @@
-# Maintainer: AndyRTR 
-
-pkgname=xorgproto
-pkgver=2019.1
-pkgrel=2
-pkgdesc="combined X.Org X11 Protocol headers"
-arch=('any')
-url="https://xorg.freedesktop.org/;
-license=('custom')
-makedepends=('xorg-util-macros' 'meson') # 'xmlto' 'libxslt' 'linuxdoc-tools' 
'docbook-sgml' 'fop')
-provides=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 'dri2proto' 
'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 'kbproto' 
'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 
'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 
'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 
'xineramaproto' 'xproto')
-conflicts=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 
'dri2proto' 'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 
'kbproto' 'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 
'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 
'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 
'xineramaproto' 'xproto')
-replaces=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 'dri2proto' 
'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 'kbproto' 
'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 
'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 
'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 
'xineramaproto' 'xproto')
-source=(https://xorg.freedesktop.org/archive/individual/proto/$pkgname-$pkgver.tar.bz2{,.sig})
-sha512sums=('f26c17f4a027acdc799b532fa65c3ea1b0e8c30794c7b7293060ee9d9dec84b4878966cd2dcda43584849232e73a208abd4213374f89b05c10e5aae92bdc00be'
-'SKIP')
-validpgpkeys=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') #  "Adam Jackson 
"
-validpgpkeys+=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') # "Adam Jackson 
"
-validpgpkeys+=('C383B778255613DFDB409D91DB221A690011') #  "Keith Packard 
"
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # "Peter Hutterer 
(Who-T) "
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  arch-meson "$pkgname"-$pkgver build \
--Dlegacy=true
-
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # missing docs
-  install -m755 -d "${pkgdir}/usr/share/doc/${pkgname}"
-  install -m644 "$pkgname"-$pkgver/*.txt "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -m644 "$pkgname"-$pkgver/PM_spec 
"${pkgdir}/usr/share/doc/${pkgname}/"
-  rm "${pkgdir}"/usr/share/doc/${pkgname}/meson_options.txt
-
-  # licenses
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 "$pkgname"-$pkgver/COPYING* 
"${pkgdir}/usr/share/licenses/${pkgname}/"
-
-  # cleanup
-  rm -f "${pkgdir}"/usr/include/X11/extensions/{apple,windows}*
-  rm -f 
"${pkgdir}"/usr/share/licenses/${pkgname}/COPYING-{apple,windows}wmproto
-  rm -f "${pkgdir}"/usr/share/pkgconfig/{apple,windows}wmproto.pc
-  # now part of libxvmc
-  rm -f "${pkgdir}"/usr/include/X11/extensions/vldXvMC.h
-}

Copied: xorgproto/repos/extra-any/PKGBUILD (from rev 364285, 
xorgproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 18:39:04 UTC (rev 364286)
@@ -0,0 +1,58 @@
+# Maintainer: AndyRTR 
+
+pkgname=xorgproto
+pkgver=2019.1
+pkgrel=3
+pkgdesc="combined X.Org X11 Protocol headers"
+arch=('any')
+url="https://xorg.freedesktop.org/;
+license=('custom')
+makedepends=('xorg-util-macros' 'meson') # 'xmlto' 'libxslt' 'linuxdoc-tools' 
'docbook-sgml' 'fop')
+provides=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 'dri2proto' 
'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 'kbproto' 
'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 
'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 
'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 
'xineramaproto' 'xproto')
+conflicts=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 
'dri2proto' 'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 
'kbproto' 'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 
'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 
'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 

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

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:38:55
  Author: lcarlier
Revision: 364285

upgpkg: xorgproto 2019.1-3

remove XKBgeom.h - now in libx11 package

Modified:
  xorgproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 18:31:26 UTC (rev 364284)
+++ PKGBUILD2019-10-09 18:38:55 UTC (rev 364285)
@@ -2,7 +2,7 @@
 
 pkgname=xorgproto
 pkgver=2019.1
-pkgrel=2
+pkgrel=3
 pkgdesc="combined X.Org X11 Protocol headers"
 arch=('any')
 url="https://xorg.freedesktop.org/;
@@ -53,4 +53,6 @@
   rm -f "${pkgdir}"/usr/share/pkgconfig/{apple,windows}wmproto.pc
   # now part of libxvmc
   rm -f "${pkgdir}"/usr/include/X11/extensions/vldXvMC.h
+  # now part of libx11
+  rm "${pkgdir}"/usr/include/X11/extensions/XKBgeom.h
 }


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

2019-10-09 Thread Ivy Foster via arch-commits
Date: Wednesday, October 9, 2019 @ 18:36:38
  Author: escondida
Revision: 514375

upgpkg: sndio 1.6.0-1

update to 1.6.0

Modified:
  sndio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 18:35:24 UTC (rev 514374)
+++ PKGBUILD2019-10-09 18:36:38 UTC (rev 514375)
@@ -2,7 +2,7 @@
 # Reference: PKGBUILD(5)
 
 pkgname=sndio
-pkgver=1.5.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc='A small audio and MIDI framework part of the OpenBSD project'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 
 source=("http://www.sndio.org/sndio-$pkgver.tar.gz;)
 # checksums provided by packager
-sha256sums=(12c70044749ad9cb7eaeb26c936816aa6b314fe4be71ef479d12272e4c5ad253)
+sha256sums=(99e0064ac11aceab24c73ed4630a31de401ff2f37689565b7b375682476f5bc1)
 backup=(etc/default/sndiod)
 
 build() {


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

2019-10-09 Thread Ivy Foster via arch-commits
Date: Wednesday, October 9, 2019 @ 18:36:58
  Author: escondida
Revision: 514376

archrelease: copy trunk to community-x86_64

Added:
  sndio/repos/community-x86_64/PKGBUILD
(from rev 514375, sndio/trunk/PKGBUILD)
Deleted:
  sndio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 18:36:38 UTC (rev 514375)
+++ PKGBUILD2019-10-09 18:36:58 UTC (rev 514376)
@@ -1,42 +0,0 @@
-# Maintainer: Ivy Foster 
-# Reference: PKGBUILD(5)
-
-pkgname=sndio
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='A small audio and MIDI framework part of the OpenBSD project'
-arch=(x86_64)
-url='http://www.sndio.org'
-license=(ISC)
-
-# sndio can be built without libbsd, but there are a bunch of individual
-# ISC-licensed files by different authors to extract the licenses from
-# if done that way. Licenses are complicated.
-depends=(alsa-lib libbsd)
-
-source=("http://www.sndio.org/sndio-$pkgver.tar.gz;)
-# checksums provided by packager
-sha256sums=(12c70044749ad9cb7eaeb26c936816aa6b314fe4be71ef479d12272e4c5ad253)
-backup=(etc/default/sndiod)
-
-build() {
-   cd "sndio-$pkgver"
-   ./configure --prefix=/usr --enable-alsa --with-libbsd
-   make
-}
-
-package() {
-   cd "sndio-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-
-   install -D -m 644 contrib/sndiod.service \
-   "$pkgdir/usr/lib/systemd/system/sndiod.service"
-   install -D -m 644 contrib/default.sndiod \
-   "$pkgdir/etc/default/sndiod"
-
-   install -d "$pkgdir/usr/share/licenses/sndio"
-   # this is the most up-to-date license outside of bsd-compat,
-   # which isn't being used in this build
-   sed '/^ \*\//q' aucat/aucat.c > 
"$pkgdir/usr/share/licenses/sndio/LICENSE"
-}

Copied: sndio/repos/community-x86_64/PKGBUILD (from rev 514375, 
sndio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 18:36:58 UTC (rev 514376)
@@ -0,0 +1,42 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=sndio
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='A small audio and MIDI framework part of the OpenBSD project'
+arch=(x86_64)
+url='http://www.sndio.org'
+license=(ISC)
+
+# sndio can be built without libbsd, but there are a bunch of individual
+# ISC-licensed files by different authors to extract the licenses from
+# if done that way. Licenses are complicated.
+depends=(alsa-lib libbsd)
+
+source=("http://www.sndio.org/sndio-$pkgver.tar.gz;)
+# checksums provided by packager
+sha256sums=(99e0064ac11aceab24c73ed4630a31de401ff2f37689565b7b375682476f5bc1)
+backup=(etc/default/sndiod)
+
+build() {
+   cd "sndio-$pkgver"
+   ./configure --prefix=/usr --enable-alsa --with-libbsd
+   make
+}
+
+package() {
+   cd "sndio-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+
+   install -D -m 644 contrib/sndiod.service \
+   "$pkgdir/usr/lib/systemd/system/sndiod.service"
+   install -D -m 644 contrib/default.sndiod \
+   "$pkgdir/etc/default/sndiod"
+
+   install -d "$pkgdir/usr/share/licenses/sndio"
+   # this is the most up-to-date license outside of bsd-compat,
+   # which isn't being used in this build
+   sed '/^ \*\//q' aucat/aucat.c > 
"$pkgdir/usr/share/licenses/sndio/LICENSE"
+}


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

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:35:16
  Author: lcarlier
Revision: 514373

upgpkg: lib32-libx11 1.6.9-1

upstream update 1.6.9

Modified:
  lib32-libx11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 18:15:55 UTC (rev 514372)
+++ PKGBUILD2019-10-09 18:35:16 UTC (rev 514373)
@@ -2,7 +2,7 @@
 
 _pkgbasename=libx11
 pkgname=lib32-$_pkgbasename
-pkgver=1.6.8
+pkgver=1.6.9
 pkgrel=1
 pkgdesc="X11 client-side library (32-bit)"
 arch=(x86_64)
@@ -11,17 +11,18 @@
 makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto' 
'gcc-multilib')
 license=('custom:XFREE86')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha512sums=('1de8e0ec466308bc48946d1ce7a7dc6bd3120b1b365cd01afd1bd51dd7369e3d1870dd379b0b7c5b07699095d59761bd23e2e02ab60929de32c39b6885016e76'
+sha512sums=('fc18f0dc17ade1fc37402179f52e1f2b9c7b7d3a1a9590fea13046eb0c5193b4796289431cd99388eac01e8e59de77db45d2c9675d4f05ef8cf3ba6382c3dd31'
 'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

 validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

 
 build() {
   export CC="gcc -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  cd "${srcdir}/libX11-${pkgver}"
+  cd libX11-${pkgver}
   ./configure --prefix=/usr --disable-static --disable-xf86bigfont \
   --libdir=/usr/lib32 --disable-specs
   make
@@ -28,13 +29,13 @@
 }
 
 check() {
-  cd "${srcdir}/libX11-${pkgver}"
+  cd libX11-${pkgver}
 
   make check
 }
 
 package() {
-  cd "${srcdir}/libX11-${pkgver}"
+  cd libX11-${pkgver}
   make DESTDIR="${pkgdir}" install
 
   rm -rf "${pkgdir}"/usr/{include,share}


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

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:35:24
  Author: lcarlier
Revision: 514374

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 18:35:16 UTC (rev 514373)
+++ PKGBUILD2019-10-09 18:35:24 UTC (rev 514374)
@@ -1,44 +0,0 @@
-# Maintainer: Jan de Groot 
-
-_pkgbasename=libx11
-pkgname=lib32-$_pkgbasename
-pkgver=1.6.8
-pkgrel=1
-pkgdesc="X11 client-side library (32-bit)"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-depends=('lib32-libxcb' $_pkgbasename)
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto' 
'gcc-multilib')
-license=('custom:XFREE86')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha512sums=('1de8e0ec466308bc48946d1ce7a7dc6bd3120b1b365cd01afd1bd51dd7369e3d1870dd379b0b7c5b07699095d59761bd23e2e02ab60929de32c39b6885016e76'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
-validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

-validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

-
-build() {
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/libX11-${pkgver}"
-  ./configure --prefix=/usr --disable-static --disable-xf86bigfont \
-  --libdir=/usr/lib32 --disable-specs
-  make
-}
-
-check() {
-  cd "${srcdir}/libX11-${pkgver}"
-
-  make check
-}
-
-package() {
-  cd "${srcdir}/libX11-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share}
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libx11/repos/multilib-x86_64/PKGBUILD (from rev 514373, 
lib32-libx11/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 18:35:24 UTC (rev 514374)
@@ -0,0 +1,45 @@
+# Maintainer: Jan de Groot 
+
+_pkgbasename=libx11
+pkgname=lib32-$_pkgbasename
+pkgver=1.6.9
+pkgrel=1
+pkgdesc="X11 client-side library (32-bit)"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+depends=('lib32-libxcb' $_pkgbasename)
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto' 
'gcc-multilib')
+license=('custom:XFREE86')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
+sha512sums=('fc18f0dc17ade1fc37402179f52e1f2b9c7b7d3a1a9590fea13046eb0c5193b4796289431cd99388eac01e8e59de77db45d2c9675d4f05ef8cf3ba6382c3dd31'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

+
+build() {
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd libX11-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont \
+  --libdir=/usr/lib32 --disable-specs
+  make
+}
+
+check() {
+  cd libX11-${pkgver}
+
+  make check
+}
+
+package() {
+  cd libX11-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:31:19
  Author: lcarlier
Revision: 364283

upgpkg: libx11 1.6.9-2

remove file XKBgeom.h - conflicting with xorgproto package

Modified:
  libx11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 18:16:42 UTC (rev 364282)
+++ PKGBUILD2019-10-09 18:31:19 UTC (rev 364283)
@@ -3,7 +3,7 @@
 
 pkgname=libx11
 pkgver=1.6.9
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 client-side library"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/;
@@ -33,6 +33,9 @@
   cd "${srcdir}/libX11-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
+  # file already in xorgproto - introduced in libx11-1.6.9
+  rm "${pkgdir}"/usr/include/X11/extensions/XKBgeom.h
+
   install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }


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

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:31:26
  Author: lcarlier
Revision: 364284

archrelease: copy trunk to extra-x86_64

Added:
  libx11/repos/extra-x86_64/PKGBUILD
(from rev 364283, libx11/trunk/PKGBUILD)
Deleted:
  libx11/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 18:31:19 UTC (rev 364283)
+++ PKGBUILD2019-10-09 18:31:26 UTC (rev 364284)
@@ -1,38 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=libx11
-pkgver=1.6.9
-pkgrel=1
-pkgdesc="X11 client-side library"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-depends=('libxcb' 'xproto' 'kbproto')
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
-license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha512sums=('fc18f0dc17ade1fc37402179f52e1f2b9c7b7d3a1a9590fea13046eb0c5193b4796289431cd99388eac01e8e59de77db45d2c9675d4f05ef8cf3ba6382c3dd31'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

-validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

-validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

-validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

-
-build() {
-  cd "${srcdir}/libX11-${pkgver}"
-  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
-  make
-}
-
-check() {
-  cd "${srcdir}/libX11-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/libX11-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libx11/repos/extra-x86_64/PKGBUILD (from rev 364283, 
libx11/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 18:31:26 UTC (rev 364284)
@@ -0,0 +1,41 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=libx11
+pkgver=1.6.9
+pkgrel=2
+pkgdesc="X11 client-side library"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+license=('custom')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
+sha512sums=('fc18f0dc17ade1fc37402179f52e1f2b9c7b7d3a1a9590fea13046eb0c5193b4796289431cd99388eac01e8e59de77db45d2c9675d4f05ef8cf3ba6382c3dd31'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

+
+build() {
+  cd "${srcdir}/libX11-${pkgver}"
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
+  make
+}
+
+check() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # file already in xorgproto - introduced in libx11-1.6.9
+  rm "${pkgdir}"/usr/include/X11/extensions/XKBgeom.h
+
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:16:42
  Author: lcarlier
Revision: 364282

archrelease: copy trunk to extra-x86_64

Added:
  libx11/repos/extra-x86_64/PKGBUILD
(from rev 364281, libx11/trunk/PKGBUILD)
Deleted:
  libx11/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 18:16:35 UTC (rev 364281)
+++ PKGBUILD2019-10-09 18:16:42 UTC (rev 364282)
@@ -1,37 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=libx11
-pkgver=1.6.8
-pkgrel=1
-pkgdesc="X11 client-side library"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-depends=('libxcb' 'xproto' 'kbproto')
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
-license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha512sums=('1de8e0ec466308bc48946d1ce7a7dc6bd3120b1b365cd01afd1bd51dd7369e3d1870dd379b0b7c5b07699095d59761bd23e2e02ab60929de32c39b6885016e76'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
-validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

-validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

-
-build() {
-  cd "${srcdir}/libX11-${pkgver}"
-  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
-  make
-}
-
-check() {
-  cd "${srcdir}/libX11-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/libX11-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libx11/repos/extra-x86_64/PKGBUILD (from rev 364281, 
libx11/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 18:16:42 UTC (rev 364282)
@@ -0,0 +1,38 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=libx11
+pkgver=1.6.9
+pkgrel=1
+pkgdesc="X11 client-side library"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+license=('custom')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
+sha512sums=('fc18f0dc17ade1fc37402179f52e1f2b9c7b7d3a1a9590fea13046eb0c5193b4796289431cd99388eac01e8e59de77db45d2c9675d4f05ef8cf3ba6382c3dd31'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

+
+build() {
+  cd "${srcdir}/libX11-${pkgver}"
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
+  make
+}
+
+check() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:15:46
  Author: lcarlier
Revision: 514371

upgpkg: lib32-mesa 19.2.1-1

upstream update 19.2.1

Modified:
  lib32-mesa/trunk/PKGBUILD
Deleted:
  lib32-mesa/trunk/glvnd.patch
  lib32-mesa/trunk/intel-topology-query-fix-old-gens.patch

-+
 PKGBUILD|   23 +---
 glvnd.patch |  148 --
 intel-topology-query-fix-old-gens.patch |   39 ---
 3 files changed, 5 insertions(+), 205 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 18:14:20 UTC (rev 514370)
+++ PKGBUILD2019-10-09 18:15:46 UTC (rev 514371)
@@ -4,8 +4,8 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
-pkgver=19.2.0
-pkgrel=3
+pkgver=19.2.1
+pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-libelf' 'lib32-llvm' 'lib32-libvdpau'
@@ -13,14 +13,10 @@
 url="http://mesa3d.sourceforge.net;
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
-LICENSE
-glvnd.patch
-   intel-topology-query-fix-old-gens.patch)
-sha512sums=('7278bbfba9c29fe91d1959ff1a48422e917db85287460523d12ae8c6d7f49f76e9636bf4c0d8d7d89e5569b3c67135f1b23b8f6c9d52d39413d8ec22e3bb40f0'
+LICENSE)
+sha512sums=('decd74976fe866bf67fac4ae55a62d8e33ad24278dd58effe533e7d258b249f0ead848360e7e71444265184c6d9d9b04361caf0c6df99504e33599e7a0cd6c5d'
 'SKIP'
-
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7'
-
'3e5746dcd493bff3f04b26de6168b15d0f161de62c1c6657106b61cbb1ad4925cbf3a691d5055491e759f88dbe0362dc909e7d726f87528980662f26ceb6dcbc'
-
'a5e2ccef20edc81859255c66cb838c5244774d9d6c56dcfce2e462b6ddaa66ef7847242b050402305621c9c9e706629af30dd27c8466b6bd32d1be40cb3e53a0')
+
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 

   '946D09B5E4C9845E63075FF1D961C596A7203456'  # Andres Gomez 

   'E3E8F480C52ADD73B278EE78E1ECBE07D7D70895'  # Juan Antonio 
Suárez Romero (Igalia, S.L.) "
@@ -27,15 +23,6 @@
   'A5CC9FEC93F2F837CB044912336909B6B25FADFA'  # Juan A. Suarez 
Romero 
   '71C4B75620BC75708B4BDB254C95FAAB3EB073EC') # Dylan Baker 

   
-prepare() {
-  cd mesa-${pkgver}
-
-  # libglvnd-1.2.0 support
-  patch -Np1 -i ${srcdir}/glvnd.patch
-  # Fix FS#63945
-  patch -Np1 -i ${srcdir}/intel-topology-query-fix-old-gens.patch
-}
-
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"

Deleted: glvnd.patch
===
--- glvnd.patch 2019-10-09 18:14:20 UTC (rev 514370)
+++ glvnd.patch 2019-10-09 18:15:46 UTC (rev 514371)
@@ -1,148 +0,0 @@
-From fafd20f67dec9f5891838435ecde1dedb77ab742 Mon Sep 17 00:00:00 2001
-From: Dylan Baker 
-Date: Wed, 25 Sep 2019 23:25:27 +
-Subject: [PATCH] meson: fix logic for generating .pc files with old glvnd
-
-We want to generate PC files for non-glvnd builds and for builds with
-old glvnd, but the current logic doesn't do that, it builds them
-unconditionally, and for GLES it builds the shared libraries, which is
-also not what we want. This does not generate .pc files for gles1 or
-gles2. Which it we weren't doing before either, making this not a
-regression but a return to status-quo.o
-
-Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1838
-Fixes: 93df862b6affb6b8507e40601212a58012bfa873
-   ("meson: re-add incorrect pkg-config files with GLVND for backward 
compatibility")
-Reviewed-by: Matt Turner 

- meson.build  |  9 +
- src/egl/meson.build  | 30 --
- src/mapi/meson.build |  2 +-
- src/meson.build  |  4 ++--
- 4 files changed, 24 insertions(+), 21 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index 0e46fde5edc..da4a07538df 100644
 a/meson.build
-+++ b/meson.build
-@@ -100,7 +100,7 @@ endif
- 
- # shared-glapi is required if at least two OpenGL APIs are being built
- if not with_shared_glapi
--  if ((with_gles1 == 'true' and with_gles2 == 'true') or 
-+  if ((with_gles1 == 'true' and with_gles2 == 'true') or
-   (with_gles1 == 'true' and with_opengl) or
-   (with_gles2 == 'true' and with_opengl))
- error('shared-glapi required for building two or more of OpenGL, OpenGL 
ES 1.x, OpenGL ES 2.x')
-@@ -397,7 +397,7 @@ endif
- if with_glx != 'disabled'
-   if not (with_platform_x11 

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

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:16:35
  Author: lcarlier
Revision: 364281

upgpkg: libx11 1.6.9-1

upstream update 1.6.9

Modified:
  libx11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 18:09:54 UTC (rev 364280)
+++ PKGBUILD2019-10-09 18:16:35 UTC (rev 364281)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.6.8
+pkgver=1.6.9
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(x86_64)
@@ -11,11 +11,12 @@
 makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha512sums=('1de8e0ec466308bc48946d1ce7a7dc6bd3120b1b365cd01afd1bd51dd7369e3d1870dd379b0b7c5b07699095d59761bd23e2e02ab60929de32c39b6885016e76'
+sha512sums=('fc18f0dc17ade1fc37402179f52e1f2b9c7b7d3a1a9590fea13046eb0c5193b4796289431cd99388eac01e8e59de77db45d2c9675d4f05ef8cf3ba6382c3dd31'
 'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

 validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

 
 build() {
   cd "${srcdir}/libX11-${pkgver}"


[arch-commits] Commit in lib32-mesa/repos/multilib-testing-x86_64 (6 files)

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:15:55
  Author: lcarlier
Revision: 514372

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 514371, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 514371, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
  lib32-mesa/repos/multilib-testing-x86_64/glvnd.patch
  
lib32-mesa/repos/multilib-testing-x86_64/intel-topology-query-fix-old-gens.patch

-+
 LICENSE |  166 +++
 PKGBUILD|  327 ++
 glvnd.patch |  148 -
 intel-topology-query-fix-old-gens.patch |   39 ---
 4 files changed, 240 insertions(+), 440 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-10-09 18:15:46 UTC (rev 514371)
+++ LICENSE 2019-10-09 18:15:55 UTC (rev 514372)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 514371, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-10-09 18:15:55 UTC (rev 514372)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar 

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

2019-10-09 Thread Johannes Löthberg via arch-commits
Date: Wednesday, October 9, 2019 @ 18:14:20
  Author: demize
Revision: 514370

db-move: moved python-msgpack from [community-testing] to [community] (x86_64)

Added:
  python-msgpack/repos/community-x86_64/PKGBUILD
(from rev 514369, python-msgpack/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  python-msgpack/repos/community-testing-x86_64/
  python-msgpack/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-x86_64/PKGBUILD |   52 
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-10-09 16:43:56 UTC (rev 514369)
+++ community-x86_64/PKGBUILD   2019-10-09 18:14:20 UTC (rev 514370)
@@ -1,52 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Sébastien "Seblu" Luttringer
-
-pkgbase=python-msgpack
-pkgname=('python-msgpack' 'python2-msgpack')
-pkgver=0.6.1
-pkgrel=1
-
-url='https://github.com/msgpack/msgpack-python'
-arch=('x86_64')
-license=('Apache')
-
-makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
-
-source=(msgpack-python-$pkgver.tar.gz::https://github.com/msgpack/msgpack-python/archive/v$pkgver.tar.gz)
-
-md5sums=('2e898cf2c97a5cee08b773ae0dff521f')
-
-build() {
-  cd msgpack-python-$pkgver
-  python setup.py build --build-lib=build/python
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
-  cd msgpack-python-$pkgver
-  PYTHONPATH=$PWD/build/python py.test test
-  PYTHONPATH=$PWD/build/python2 py.test2 test
-}
-
-package_python-msgpack() {
-  pkgdesc='MessagePack serializer implementation for Python'
-  depends=('python')
-
-  cd msgpack-python-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root="$pkgdir" --optimize=1
-}
-
-package_python2-msgpack() {
-  pkgdesc='MessagePack serializer implementation for Python2'
-  depends=('python2')
-
-  cd msgpack-python-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-msgpack/repos/community-x86_64/PKGBUILD (from rev 514369, 
python-msgpack/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-10-09 18:14:20 UTC (rev 514370)
@@ -0,0 +1,52 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien "Seblu" Luttringer
+
+pkgbase=python-msgpack
+pkgname=('python-msgpack' 'python2-msgpack')
+pkgver=0.6.2
+pkgrel=1
+
+url='https://github.com/msgpack/msgpack-python'
+arch=('x86_64')
+license=('Apache')
+
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
+
+source=(msgpack-python-$pkgver.tar.gz::https://github.com/msgpack/msgpack-python/archive/v$pkgver.tar.gz)
+
+md5sums=('e751675f8e18625bf1d2ec391dd9e8fd')
+
+build() {
+  cd msgpack-python-$pkgver
+  python setup.py build --build-lib=build/python
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd msgpack-python-$pkgver
+  PYTHONPATH=$PWD/build/python py.test test
+  PYTHONPATH=$PWD/build/python2 py.test2 test
+}
+
+package_python-msgpack() {
+  pkgdesc='MessagePack serializer implementation for Python'
+  depends=('python')
+
+  cd msgpack-python-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root="$pkgdir" --optimize=1
+}
+
+package_python2-msgpack() {
+  pkgdesc='MessagePack serializer implementation for Python2'
+  depends=('python2')
+
+  cd msgpack-python-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:09:54
  Author: lcarlier
Revision: 364280

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/LICENSE
(from rev 364279, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 364279, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/testing-x86_64/LICENSE
  mesa/repos/testing-x86_64/PKGBUILD

--+
 LICENSE  |  166 +--
 PKGBUILD |  368 ++---
 2 files changed, 267 insertions(+), 267 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-10-09 18:03:09 UTC (rev 364279)
+++ LICENSE 2019-10-09 18:09:54 UTC (rev 364280)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: mesa/repos/testing-x86_64/LICENSE (from rev 364279, mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-10-09 18:09:54 UTC (rev 364280)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation 

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

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:03:09
  Author: lcarlier
Revision: 364279

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/LICENSE
(from rev 364278, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 364278, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/testing-x86_64/LICENSE
  mesa/repos/testing-x86_64/PKGBUILD

--+
 LICENSE  |  166 +--
 PKGBUILD |  368 ++---
 2 files changed, 267 insertions(+), 267 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-10-09 18:03:00 UTC (rev 364278)
+++ LICENSE 2019-10-09 18:03:09 UTC (rev 364279)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: mesa/repos/testing-x86_64/LICENSE (from rev 364278, mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-10-09 18:03:09 UTC (rev 364279)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation 

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

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:03:00
  Author: lcarlier
Revision: 364278

upgpkg: mesa 19.2.1-1

really update to version 19.2.1

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 17:48:25 UTC (rev 364277)
+++ PKGBUILD2019-10-09 18:03:00 UTC (rev 364278)
@@ -4,8 +4,8 @@
 pkgbase=mesa
 pkgname=('vulkan-mesa-layer' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=19.2.0
-pkgrel=4
+pkgver=19.2.1
+pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'wayland-protocols'
@@ -15,7 +15,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('7278bbfba9c29fe91d1959ff1a48422e917db85287460523d12ae8c6d7f49f76e9636bf4c0d8d7d89e5569b3c67135f1b23b8f6c9d52d39413d8ec22e3bb40f0'
+sha512sums=('decd74976fe866bf67fac4ae55a62d8e33ad24278dd58effe533e7d258b249f0ead848360e7e71444265184c6d9d9b04361caf0c6df99504e33599e7a0cd6c5d'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



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

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 17:48:25
  Author: lcarlier
Revision: 364277

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/LICENSE
(from rev 364275, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 364275, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/testing-x86_64/LICENSE
  mesa/repos/testing-x86_64/PKGBUILD
  mesa/repos/testing-x86_64/glvnd.patch
  mesa/repos/testing-x86_64/intel-topology-query-fix-old-gens.patch

-+
 LICENSE |  166 ++---
 PKGBUILD|  381 ++
 glvnd.patch |  148 ---
 intel-topology-query-fix-old-gens.patch |   39 ---
 4 files changed, 267 insertions(+), 467 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-10-09 17:48:24 UTC (rev 364276)
+++ LICENSE 2019-10-09 17:48:25 UTC (rev 364277)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: mesa/repos/testing-x86_64/LICENSE (from rev 364275, mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-10-09 17:48:25 UTC (rev 364277)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with 

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

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 17:48:17
  Author: lcarlier
Revision: 364275

upgpkg: mesa 19.2.0-4

upstream update 19.2.1

Modified:
  mesa/trunk/PKGBUILD
Deleted:
  mesa/trunk/glvnd.patch
  mesa/trunk/intel-topology-query-fix-old-gens.patch

-+
 PKGBUILD|   19 ---
 glvnd.patch |  148 --
 intel-topology-query-fix-old-gens.patch |   39 ---
 3 files changed, 3 insertions(+), 203 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 17:48:13 UTC (rev 364274)
+++ PKGBUILD2019-10-09 17:48:17 UTC (rev 364275)
@@ -5,7 +5,7 @@
 pkgname=('vulkan-mesa-layer' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
 pkgver=19.2.0
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'wayland-protocols'
@@ -14,14 +14,10 @@
 url="https://www.mesa3d.org/;
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
-LICENSE
-glvnd.patch
-   intel-topology-query-fix-old-gens.patch)
+LICENSE)
 
sha512sums=('7278bbfba9c29fe91d1959ff1a48422e917db85287460523d12ae8c6d7f49f76e9636bf4c0d8d7d89e5569b3c67135f1b23b8f6c9d52d39413d8ec22e3bb40f0'
 'SKIP'
-
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7'
-
'3e5746dcd493bff3f04b26de6168b15d0f161de62c1c6657106b61cbb1ad4925cbf3a691d5055491e759f88dbe0362dc909e7d726f87528980662f26ceb6dcbc'
-
'a5e2ccef20edc81859255c66cb838c5244774d9d6c56dcfce2e462b6ddaa66ef7847242b050402305621c9c9e706629af30dd27c8466b6bd32d1be40cb3e53a0')
+
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 

   '946D09B5E4C9845E63075FF1D961C596A7203456'  # Andres Gomez 

   'E3E8F480C52ADD73B278EE78E1ECBE07D7D70895'  # Juan Antonio 
Suárez Romero (Igalia, S.L.) 
@@ -28,15 +24,6 @@
   'A5CC9FEC93F2F837CB044912336909B6B25FADFA'  # Juan A. Suarez 
Romero 
   '71C4B75620BC75708B4BDB254C95FAAB3EB073EC') # Dylan Baker 

 
-prepare() {
-  cd mesa-$pkgver
-
-  # libglvnd-1.2.0 support
-  patch -Np1 -i ${srcdir}/glvnd.patch
-  # Fix FS#63945
-  patch -Np1 -i ${srcdir}/intel-topology-query-fix-old-gens.patch
-}
-
 build() {
   arch-meson mesa-$pkgver build \
 -D b_lto=false \

Deleted: glvnd.patch
===
--- glvnd.patch 2019-10-09 17:48:13 UTC (rev 364274)
+++ glvnd.patch 2019-10-09 17:48:17 UTC (rev 364275)
@@ -1,148 +0,0 @@
-From fafd20f67dec9f5891838435ecde1dedb77ab742 Mon Sep 17 00:00:00 2001
-From: Dylan Baker 
-Date: Wed, 25 Sep 2019 23:25:27 +
-Subject: [PATCH] meson: fix logic for generating .pc files with old glvnd
-
-We want to generate PC files for non-glvnd builds and for builds with
-old glvnd, but the current logic doesn't do that, it builds them
-unconditionally, and for GLES it builds the shared libraries, which is
-also not what we want. This does not generate .pc files for gles1 or
-gles2. Which it we weren't doing before either, making this not a
-regression but a return to status-quo.o
-
-Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1838
-Fixes: 93df862b6affb6b8507e40601212a58012bfa873
-   ("meson: re-add incorrect pkg-config files with GLVND for backward 
compatibility")
-Reviewed-by: Matt Turner 

- meson.build  |  9 +
- src/egl/meson.build  | 30 --
- src/mapi/meson.build |  2 +-
- src/meson.build  |  4 ++--
- 4 files changed, 24 insertions(+), 21 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index 0e46fde5edc..da4a07538df 100644
 a/meson.build
-+++ b/meson.build
-@@ -100,7 +100,7 @@ endif
- 
- # shared-glapi is required if at least two OpenGL APIs are being built
- if not with_shared_glapi
--  if ((with_gles1 == 'true' and with_gles2 == 'true') or 
-+  if ((with_gles1 == 'true' and with_gles2 == 'true') or
-   (with_gles1 == 'true' and with_opengl) or
-   (with_gles2 == 'true' and with_opengl))
- error('shared-glapi required for building two or more of OpenGL, OpenGL 
ES 1.x, OpenGL ES 2.x')
-@@ -397,7 +397,7 @@ endif
- if with_glx != 'disabled'
-   if not (with_platform_x11 and with_any_opengl)
- error('Cannot build GLX support without X11 platform support and at least 
one OpenGL API')
--  elif with_glx == 'gallium-xlib' 
-+  elif with_glx == 'gallium-xlib'
-   

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

2019-10-09 Thread Levente Polyak via arch-commits
Date: Wednesday, October 9, 2019 @ 17:48:13
  Author: anthraxx
Revision: 364274

upgpkg: java-openjfx 13.u14-1

Modified:
  java-openjfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 17:33:49 UTC (rev 364273)
+++ PKGBUILD2019-10-09 17:48:13 UTC (rev 364274)
@@ -1,3 +1,4 @@
+# Maintainer: Levente Polyak 
 # Maintainer: Guillaume Alaux 
 # Maintainer: Maxime Gauduin 
 # Contributor: William Gathoye 
@@ -13,9 +14,16 @@
   java-openjfx-doc
   java-openjfx-src
 )
-pkgver=12.0.2.u1
-pkgrel=2
-pkgdesc='Java OpenJFX 12 client application platform (open-source 
implementation of JavaFX)'
+_majorver=13
+_minorver=0
+_securityver=0
+_updatever=14
+#pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
+pkgver=${_majorver}.u${_updatever}
+#_hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
+_hg_tag=${_majorver}+${_updatever}
+pkgrel=1
+pkgdesc="Java OpenJFX ${_majorver} client application platform (open-source 
implementation of JavaFX)"
 arch=(x86_64)
 url=https://wiki.openjdk.java.net/display/OpenJFX/Main
 license=(custom)
@@ -26,12 +34,13 @@
   cmake
   ffmpeg
   freetype2
+  gradle
   gdk-pixbuf2
   glib2
   gperf
   gtk2
   gtk3
-  java-environment-openjdk=12
+  java-environment-openjdk=11
   libgl
   libx11
   libxtst
@@ -44,15 +53,13 @@
   zip
 )
 source=(
-  https://hg.openjdk.java.net/openjfx/12-dev/rt/archive/${pkgver//.u/+}.tar.bz2
+  
${pkgbase}-${_hg_tag}::https://hg.openjdk.java.net/openjfx/${_majorver}-dev/rt/archive/${_hg_tag}.tar.bz2
   gradle.properties
-  https://services.gradle.org/distributions/gradle-4.8-bin.zip
   java-openjfx-flags.patch
   java-openjfx-no-xlocale.patch
 )
-sha256sums=('7d5a8d64892764659ff2f79353b93b09729d8377d981d374a4022cd5497d69ea'
+sha256sums=('9958e615818c526250c36059ae6ba0c7523e192193c8b5d5ca672ebcd498f1ca'
 '2622aa35d733cc69f4421f1cd053bf425e89f93141cb52c9f016a9b425fc0cb6'
-'f3e29692a8faa94eb0b02ebf36fa263a642b3ae8694ef806c45c345b8683f1ba'
 'e76f202e8163a9a6e02138987bfc344a66f70aa30b8b699c6bdb41eec31c1465'
 '220c63396561867a6d07ae81b6390160d8f91502587e4873998e3b7a83793a1c')
 
@@ -62,12 +69,13 @@
   ln -sf ../gradle.properties .
   patch -Np1 -i ../java-openjfx-flags.patch
   patch -Np1 -i ../java-openjfx-no-xlocale.patch
+  sed 's|, "-Werror"||g' -i buildSrc/linux.gradle
 }
 
 build() {
   cd rt-${pkgver//.u/+}
 
-  ../gradle-4.8/bin/gradle zips
+  gradle zips
 }
 
 package_java-openjfx() {
@@ -79,7 +87,7 @@
 glib2
 gtk2
 gtk3
-java-runtime-openjdk=12
+java-runtime-openjdk=${_majorver}
 libavcodec.so
 libavformat.so
 libfreetype.so
@@ -96,10 +104,10 @@
 
   cd rt-${pkgver//.u/+}
 
-  install -dm 755  "${pkgdir}"/usr/{lib/jvm/java-12-openjfx,share/licenses}
-  cp -dr --no-preserve=ownership build/sdk/lib 
"${pkgdir}"/usr/lib/jvm/java-12-openjfx/
-  rm "${pkgdir}"/usr/lib/jvm/java-12-openjfx/lib/src.zip
-  cp -dr --no-preserve=ownership build/jmods 
"${pkgdir}"/usr/lib/jvm/java-12-openjfx/
+  install -dm 755  
"${pkgdir}"/usr/{lib/jvm/java-${_majorver}-openjdk,share/licenses}
+  cp -dr --no-preserve=ownership build/sdk/lib 
"${pkgdir}"/usr/lib/jvm/java-${_majorver}-openjdk/
+  rm "${pkgdir}"/usr/lib/jvm/java-${_majorver}-openjdk/lib/src.zip
+  cp -dr --no-preserve=ownership build/jmods 
"${pkgdir}"/usr/lib/jvm/java-${_majorver}-openjdk/
   cp -dr --no-preserve=ownership build/sdk/legal 
"${pkgdir}"/usr/share/licenses/java-openjfx
 }
 
@@ -114,8 +122,8 @@
 package_java-openjfx-src() {
   cd rt-${pkgver//.u/+}
 
-  install -dm 755  "${pkgdir}"/usr/{lib/jvm/java-12-openjfx,share/licenses}
-  install -m 644 build/sdk/lib/src.zip 
"${pkgdir}"/usr/lib/jvm/java-12-openjfx/javafx-src.zip
+  install -dm 755  
"${pkgdir}"/usr/{lib/jvm/java-${_majorver}-openjdk,share/licenses}
+  install -m 644 build/sdk/lib/src.zip 
"${pkgdir}"/usr/lib/jvm/java-${_majorver}-openjdk/javafx-src.zip
   ln -s java-openjfx "${pkgdir}"/usr/share/licenses/java-openjfx-src
 }
 


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

2019-10-09 Thread Levente Polyak via arch-commits
Date: Wednesday, October 9, 2019 @ 17:48:24
  Author: anthraxx
Revision: 364276

archrelease: copy trunk to extra-x86_64

Added:
  java-openjfx/repos/extra-x86_64/PKGBUILD
(from rev 364275, java-openjfx/trunk/PKGBUILD)
  java-openjfx/repos/extra-x86_64/gradle.properties
(from rev 364275, java-openjfx/trunk/gradle.properties)
  java-openjfx/repos/extra-x86_64/java-openjfx-flags.patch
(from rev 364275, java-openjfx/trunk/java-openjfx-flags.patch)
  java-openjfx/repos/extra-x86_64/java-openjfx-no-xlocale.patch
(from rev 364275, java-openjfx/trunk/java-openjfx-no-xlocale.patch)
Deleted:
  java-openjfx/repos/extra-x86_64/PKGBUILD
  java-openjfx/repos/extra-x86_64/gradle.properties
  java-openjfx/repos/extra-x86_64/java-openjfx-flags.patch
  java-openjfx/repos/extra-x86_64/java-openjfx-no-xlocale.patch

---+
 PKGBUILD  |  252 +++---
 gradle.properties |6 
 java-openjfx-flags.patch  |  454 
 java-openjfx-no-xlocale.patch |   32 +-
 4 files changed, 376 insertions(+), 368 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 17:48:17 UTC (rev 364275)
+++ PKGBUILD2019-10-09 17:48:24 UTC (rev 364276)
@@ -1,122 +0,0 @@
-# Maintainer: Guillaume Alaux 
-# Maintainer: Maxime Gauduin 
-# Contributor: William Gathoye 
-# Contributor: Emanuel Couto 
-# Contributor: Richard Jackson 
-# Contributor: Tinx 
-# Contributor: Jens Kapitza 
-# Contributor: Olli 
-
-pkgbase=java-openjfx
-pkgname=(
-  java-openjfx
-  java-openjfx-doc
-  java-openjfx-src
-)
-pkgver=12.0.2.u1
-pkgrel=1
-pkgdesc='Java OpenJFX 12 client application platform (open-source 
implementation of JavaFX)'
-arch=(x86_64)
-url=https://wiki.openjdk.java.net/display/OpenJFX/Main
-license=(custom)
-makedepends=(
-  alsa-lib
-  ant
-  cairo
-  cmake
-  ffmpeg
-  freetype2
-  gdk-pixbuf2
-  glib2
-  gperf
-  gtk2
-  gtk3
-  java-environment-openjdk=12
-  libgl
-  libx11
-  libxtst
-  pango
-  python2
-  qt5-base
-  ruby
-  unzip
-  webkit2gtk
-  zip
-)
-source=(
-  https://hg.openjdk.java.net/openjfx/12-dev/rt/archive/${pkgver//.u/+}.tar.bz2
-  gradle.properties
-  https://services.gradle.org/distributions/gradle-4.8-bin.zip
-  java-openjfx-flags.patch
-  java-openjfx-no-xlocale.patch
-)
-sha256sums=('7d5a8d64892764659ff2f79353b93b09729d8377d981d374a4022cd5497d69ea'
-'2622aa35d733cc69f4421f1cd053bf425e89f93141cb52c9f016a9b425fc0cb6'
-'f3e29692a8faa94eb0b02ebf36fa263a642b3ae8694ef806c45c345b8683f1ba'
-'e76f202e8163a9a6e02138987bfc344a66f70aa30b8b699c6bdb41eec31c1465'
-'220c63396561867a6d07ae81b6390160d8f91502587e4873998e3b7a83793a1c')
-
-prepare() {
-  cd rt-${pkgver//.u/+}
-
-  ln -sf ../gradle.properties .
-  patch -Np1 -i ../java-openjfx-flags.patch
-  patch -Np1 -i ../java-openjfx-no-xlocale.patch
-}
-
-build() {
-  cd rt-${pkgver//.u/+}
-
-  ../gradle-4.8/bin/gradle zips
-}
-
-package_java-openjfx() {
-  depends=(
-alsa-lib
-cairo
-ffmpeg
-gdk-pixbuf2
-glib2
-gtk2
-gtk3
-java-runtime-openjdk=12
-libavcodec.so
-libavformat.so
-libfreetype.so
-libgl
-libx11
-libxtst
-pango
-python2
-qt5-base
-ruby
-unzip
-webkit2gtk
-  )
-
-  cd rt-${pkgver//.u/+}
-
-  install -dm 755  "${pkgdir}"/usr/{lib/jvm/java-12-openjdk,share/licenses}
-  cp -dr --no-preserve=ownership build/sdk/lib 
"${pkgdir}"/usr/lib/jvm/java-12-openjdk/
-  rm "${pkgdir}"/usr/lib/jvm/java-12-openjdk/lib/src.zip
-  cp -dr --no-preserve=ownership build/jmods 
"${pkgdir}"/usr/lib/jvm/java-12-openjdk/
-  cp -dr --no-preserve=ownership build/sdk/legal 
"${pkgdir}"/usr/share/licenses/java-openjfx
-}
-
-package_java-openjfx-doc() {
-  cd rt-${pkgver//.u/+}
-
-  install -dm 755 "${pkgdir}"/usr/share/{doc,licenses}
-  cp -dr --no-preserve=ownership build/javadoc 
"${pkgdir}"/usr/share/doc/java-openjfx
-  ln -s java-openjfx "${pkgdir}"/usr/share/licenses/java-openjfx-doc
-}
-
-package_java-openjfx-src() {
-  cd rt-${pkgver//.u/+}
-
-  install -dm 755  "${pkgdir}"/usr/{lib/jvm/java-12-openjdk,share/licenses}
-  install -m 644 build/sdk/lib/src.zip 
"${pkgdir}"/usr/lib/jvm/java-12-openjdk/javafx-src.zip
-  ln -s java-openjfx "${pkgdir}"/usr/share/licenses/java-openjfx-src
-}
-
-# vim: ts=2 sw=2 et:

Copied: java-openjfx/repos/extra-x86_64/PKGBUILD (from rev 364275, 
java-openjfx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 17:48:24 UTC (rev 364276)
@@ -0,0 +1,130 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Guillaume Alaux 
+# Maintainer: Maxime Gauduin 
+# Contributor: William Gathoye 
+# Contributor: Emanuel Couto 
+# Contributor: Richard Jackson 
+# Contributor: Tinx 
+# Contributor: Jens Kapitza 
+# Contributor: Olli 
+
+pkgbase=java-openjfx
+pkgname=(
+  

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

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 17:33:49
  Author: andyrtr
Revision: 364273

archrelease: copy trunk to extra-x86_64

Added:
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 364272, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 17:33:41 UTC (rev 364272)
+++ PKGBUILD2019-10-09 17:33:49 UTC (rev 364273)
@@ -1,55 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.25.7
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('x86_64')
-url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
-makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
-backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('6992f8857b282a17eaf622f04ce41ed62cef5fa84113c4e1b09113728059b404')
-
-build() {
-  cd "$pkgname"-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---enable-auto-setup-driverless \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd "$pkgname"-$pkgver
-  make check
-}
-
-package() {
-  cd "$pkgname"-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  
-  # use cups group from cups pkg FS#56818
-  chgrp -R 209 "${pkgdir}"/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/extra-x86_64/PKGBUILD (from rev 364272, 
cups-filters/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 17:33:49 UTC (rev 364273)
@@ -0,0 +1,55 @@
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.25.9
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('296629131fdca53c784a3137b8a1d382f1d3808eb220c8e6c594cbe373d54d3c')
+
+build() {
+  cd "$pkgname"-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--enable-auto-setup-driverless \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd "$pkgname"-$pkgver
+  make check
+}
+
+package() {
+  cd "$pkgname"-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+  sed -i 

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

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 17:33:41
  Author: andyrtr
Revision: 364272

upgpkg: cups-filters 1.25.9-1

upstream update 1.25.9

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 17:23:33 UTC (rev 364271)
+++ PKGBUILD2019-10-09 17:33:41 UTC (rev 364272)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.25.7
+pkgver=1.25.9
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('6992f8857b282a17eaf622f04ce41ed62cef5fa84113c4e1b09113728059b404')
+sha256sums=('296629131fdca53c784a3137b8a1d382f1d3808eb220c8e6c594cbe373d54d3c')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in qt5-wayland/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2019-10-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 9, 2019 @ 17:23:33
  Author: arojas
Revision: 364271

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-wayland/repos/kde-unstable-x86_64/PKGBUILD
(from rev 364270, qt5-wayland/kde-unstable/PKGBUILD)
Deleted:
  qt5-wayland/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 17:22:49 UTC (rev 364270)
+++ PKGBUILD2019-10-09 17:23:33 UTC (rev 364271)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-wayland
-_qtver=5.14.0-beta1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides APIs for Wayland'
-depends=('qt5-declarative' 'libxcomposite')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('4c9f3f1b5ea2c6b659d0305d92bbd681c15b4b9f61bbacce65434140f4b98c2f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-wayland/repos/kde-unstable-x86_64/PKGBUILD (from rev 364270, 
qt5-wayland/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 17:23:33 UTC (rev 364271)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+_qtver=5.14.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides APIs for Wayland'
+depends=('qt5-declarative' 'libxcomposite')
+makedepends=('vulkan-headers')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('4c9f3f1b5ea2c6b659d0305d92bbd681c15b4b9f61bbacce65434140f4b98c2f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-wayland/kde-unstable (PKGBUILD)

2019-10-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 9, 2019 @ 17:22:49
  Author: arojas
Revision: 364270

Enable vulkan support

Modified:
  qt5-wayland/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 16:07:44 UTC (rev 364269)
+++ PKGBUILD2019-10-09 17:22:49 UTC (rev 364270)
@@ -4,12 +4,13 @@
 pkgname=qt5-wayland
 _qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides APIs for Wayland'
 depends=('qt5-declarative' 'libxcomposite')
+makedepends=('vulkan-headers')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)


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

2019-10-09 Thread Levente Polyak via arch-commits
Date: Wednesday, October 9, 2019 @ 16:43:56
  Author: anthraxx
Revision: 514369

archrelease: copy trunk to community-any

Added:
  gradle/repos/community-any/PKGBUILD
(from rev 514368, gradle/trunk/PKGBUILD)
  gradle/repos/community-any/gradle.sh
(from rev 514368, gradle/trunk/gradle.sh)
Deleted:
  gradle/repos/community-any/PKGBUILD
  gradle/repos/community-any/gradle.sh

---+
 PKGBUILD  |  178 ++--
 gradle.sh |4 -
 2 files changed, 92 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 16:43:25 UTC (rev 514368)
+++ PKGBUILD2019-10-09 16:43:56 UTC (rev 514369)
@@ -1,88 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Legner 
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=5.6.2
-pkgrel=2
-pkgdesc='Powerful build system for the JVM'
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment=11' 'bash')
-makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
-${pkgbase}.sh)
-sha256sums=('bc03088fc7ecb43181b48367bd7589684340f9ae4ffd108fa717e49f4b0d3544'
-'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('ad91ce5153c39bd21aaee2011b412358c4196a8106f7d83262b065bad650a15e7a5105d47fc5a21e400fbb366cd5259a60761779f0e76ec94e7401021a6f747b'
-
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  # https://github.com/gradle/gradle/issues/8681
-  sed 's|JAVACMD="java"|JAVACMD="/usr/lib/jvm/java-11-openjdk/bin/java"|' -i 
gradlew \
-
subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  export PATH="/usr/lib/jvm/java-11-openjdk/bin:${PATH}"
-  ./gradlew installAll -PfinalRelease=true -Pgradle_installPath="$(pwd)/dist"
-}
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}/dist
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.html "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc='Powerful build system for the JVM (documentation and samples)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}/dist
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/gradle/docs"
-  install -d "${pkgdir}/usr/share/java/gradle/samples"
-
-  # copy across documentation and samples
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
-  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples"
-}
-
-package_gradle-src() {
-  pkgdesc='Powerful build system for the JVM (sources)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}/dist
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 514368, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 16:43:56 UTC (rev 514369)
@@ -0,0 +1,90 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=5.6.2
+pkgrel=3
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment=11' 'bash')
+makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
+${pkgbase}.sh)

[arch-commits] Commit in gradle/trunk (PKGBUILD gradle.sh)

2019-10-09 Thread Levente Polyak via arch-commits
Date: Wednesday, October 9, 2019 @ 16:43:25
  Author: anthraxx
Revision: 514368

upgpkg: gradle 5.6.2-3 hard wire to java 11 (13 is incompatible) [fixup]

Currently java 13 is incompatible and 12 is EOL, therefor lets hard wire
gradle runtime to java11 until gradle 6 is released.

https://github.com/gradle/gradle/issues/8681

gradle can use other (older) environments if specified accordingly via
its options.

Previous commit didn't take intermediate/generated scripts into account.

Modified:
  gradle/trunk/PKGBUILD
  gradle/trunk/gradle.sh

---+
 PKGBUILD  |   10 ++
 gradle.sh |4 ++--
 2 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 15:39:30 UTC (rev 514367)
+++ PKGBUILD2019-10-09 16:43:25 UTC (rev 514368)
@@ -6,7 +6,7 @@
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
 pkgver=5.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
 arch=('any')
@@ -16,14 +16,14 @@
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
 ${pkgbase}.sh)
 sha256sums=('bc03088fc7ecb43181b48367bd7589684340f9ae4ffd108fa717e49f4b0d3544'
-'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
+'6f3472486278252417af49196847ba465b56819d286658fcdf918687f89ee032')
 
sha512sums=('ad91ce5153c39bd21aaee2011b412358c4196a8106f7d83262b065bad650a15e7a5105d47fc5a21e400fbb366cd5259a60761779f0e76ec94e7401021a6f747b'
-
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
+
'a50b6cf8281b56b80f55a20ac9316e1eed6887da1d191ad575dec140c9819711644d7077c4dc693b8cb0f1b08ceba0033ba88b5ad138d33ffb73b786c0d4bf81')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
   # https://github.com/gradle/gradle/issues/8681
-  sed 's|JAVACMD="java"|JAVACMD="/usr/lib/jvm/java-11-openjdk/bin/java"|' -i 
gradlew \
+  sed 's|JAVACMD="java"|JAVACMD="/usr/lib/jvm/java-11-openjdk/bin/java"|g' -i 
gradlew \
 
subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
 }
 
@@ -31,6 +31,8 @@
   cd ${pkgbase}-${pkgver}
   export PATH="/usr/lib/jvm/java-11-openjdk/bin:${PATH}"
   ./gradlew installAll -PfinalRelease=true -Pgradle_installPath="$(pwd)/dist"
+  # https://github.com/gradle/gradle/issues/8681
+  sed 's|JAVACMD="java"|JAVACMD="/usr/lib/jvm/java-11-openjdk/bin/java"|g' -i 
dist/bin/gradle
 }
 
 package_gradle() {

Modified: gradle.sh
===
--- gradle.sh   2019-10-09 15:39:30 UTC (rev 514367)
+++ gradle.sh   2019-10-09 16:43:25 UTC (rev 514368)
@@ -1,2 +1,2 @@
-#!/usr/bin/env sh  
-export GRADLE_HOME=/usr/share/java/gradle  
+#!/bin/sh
+export GRADLE_HOME=/usr/share/java/gradle


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

2019-10-09 Thread Evangelos Foutras via arch-commits
Date: Wednesday, October 9, 2019 @ 16:07:38
  Author: foutrelis
Revision: 364268

upgpkg: flashplugin 32.0.0.270-1

New upstream release.

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 15:33:14 UTC (rev 364267)
+++ PKGBUILD2019-10-09 16:07:38 UTC (rev 364268)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=(flashplugin pepper-flash)
-pkgver=32.0.0.255
+pkgver=32.0.0.270
 pkgrel=1
 pkgdesc="Adobe Flash Player"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 
source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
 
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
 noextract=(${source[@]%::*})
-sha256sums=('8733f23dfb8f23811f703580776648d144075aea843299c3ec890d1ed5a47a62'
-'dae18bef50df180a139bd16b31e581168a18772e43cc0269dbbbf746d3eae8cc')
+sha256sums=('bccd1207ad080caf942305a5739cf690ae19e0fc2490c3e04ee44191d77c9d9a'
+'7176857cf2b3198ea5c725a007f12db1e570091675ecbe8648576cd8dd9d56c5')
 
 prepare() {
   local _dir


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

2019-10-09 Thread Evangelos Foutras via arch-commits
Date: Wednesday, October 9, 2019 @ 16:07:44
  Author: foutrelis
Revision: 364269

archrelease: copy trunk to extra-x86_64

Added:
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 364268, flashplugin/trunk/PKGBUILD)
Deleted:
  flashplugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 16:07:38 UTC (rev 364268)
+++ PKGBUILD2019-10-09 16:07:44 UTC (rev 364269)
@@ -1,52 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=(flashplugin pepper-flash)
-pkgver=32.0.0.255
-pkgrel=1
-pkgdesc="Adobe Flash Player"
-arch=('x86_64')
-url="https://get.adobe.com/flashplayer/;
-license=('custom' 'LGPL')
-options=('!strip')
-source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
-
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
-noextract=(${source[@]%::*})
-sha256sums=('8733f23dfb8f23811f703580776648d144075aea843299c3ec890d1ed5a47a62'
-'dae18bef50df180a139bd16b31e581168a18772e43cc0269dbbbf746d3eae8cc')
-
-prepare() {
-  local _dir
-  for f in *.tar.gz; do
-_dir=$(grep -Eo '([np]papi)' <<< $f)
-mkdir -p $_dir
-tar xfC $f $_dir
-  done
-}
-
-package_flashplugin() {
-  pkgdesc+=" NPAPI"
-  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
-  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
-
-  cd npapi
-  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-
-  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
-  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
-
-}
-
-package_pepper-flash() {
-  pkgdesc+=" PPAPI"
-  depends=('gcc-libs')
-  optdepends=('flashplugin: settings utility')
-
-  cd ppapi
-  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flashplugin/repos/extra-x86_64/PKGBUILD (from rev 364268, 
flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 16:07:44 UTC (rev 364269)
@@ -0,0 +1,52 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=(flashplugin pepper-flash)
+pkgver=32.0.0.270
+pkgrel=1
+pkgdesc="Adobe Flash Player"
+arch=('x86_64')
+url="https://get.adobe.com/flashplayer/;
+license=('custom' 'LGPL')
+options=('!strip')
+source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
+
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
+noextract=(${source[@]%::*})
+sha256sums=('bccd1207ad080caf942305a5739cf690ae19e0fc2490c3e04ee44191d77c9d9a'
+'7176857cf2b3198ea5c725a007f12db1e570091675ecbe8648576cd8dd9d56c5')
+
+prepare() {
+  local _dir
+  for f in *.tar.gz; do
+_dir=$(grep -Eo '([np]papi)' <<< $f)
+mkdir -p $_dir
+tar xfC $f $_dir
+  done
+}
+
+package_flashplugin() {
+  pkgdesc+=" NPAPI"
+  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
+  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
+
+  cd npapi
+  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+
+  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
+  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
+
+}
+
+package_pepper-flash() {
+  pkgdesc+=" PPAPI"
+  depends=('gcc-libs')
+  optdepends=('flashplugin: settings utility')
+
+  cd ppapi
+  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 15:39:30
  Author: andyrtr
Revision: 514367

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 514366, wireguard-lts/trunk/PKGBUILD)

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

Copied: wireguard-lts/repos/community-testing-x86_64/PKGBUILD (from rev 514366, 
wireguard-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-09 15:39:30 UTC (rev 514367)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname='wireguard-lts'
+pkgver=0.0.20190913
+pkgrel=5
+_linux_major=4
+_linux_minor=19
+arch=('x86_64')
+url='https://www.wireguard.com/'
+license=('GPL')
+_linux_cur=${_linux_major}.${_linux_minor}
+_linux_next=${_linux_major}.$((_linux_minor + 1))
+makedepends=("linux-lts>=$_linux_cur" "linux-lts<$_linux_next"
+ "linux-lts-headers>=$_linux_cur" "linux-lts-headers<$_linux_next"
+ "wireguard-dkms>=$pkgver")
+
+_extramodules="extramodules-lts"
+
+package_wireguard-lts() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Wireguard module for LTS Kernel'
+  license=('GPL')
+  depends=("linux-lts>=$_linux_cur" "linux-lts<$_linux_next")
+  conflicts=('wireguard-dkms')
+  provides=('WIREGUARD-MODULE')
+
+  cd "/var/lib/dkms/wireguard/${pkgver}/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}


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

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 15:39:26
  Author: andyrtr
Revision: 514366

upgpkg: wireguard-lts 0.0.20190913-5

rebuild for new module location

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 15:36:53 UTC (rev 514365)
+++ PKGBUILD2019-10-09 15:39:26 UTC (rev 514366)
@@ -2,7 +2,7 @@
 
 pkgname='wireguard-lts'
 pkgver=0.0.20190913
-pkgrel=4
+pkgrel=5
 _linux_major=4
 _linux_minor=19
 arch=('x86_64')
@@ -14,7 +14,7 @@
  "linux-lts-headers>=$_linux_cur" "linux-lts-headers<$_linux_next"
  "wireguard-dkms>=$pkgver")
 
-_extramodules="extramodules-${_linux_major}.${_linux_minor}-lts"
+_extramodules="extramodules-lts"
 
 package_wireguard-lts() {
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"


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

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 15:36:49
  Author: andyrtr
Revision: 514364

upgpkg: tp_smapi-lts 0.43-13

rebuild for new module location

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 15:33:55 UTC (rev 514363)
+++ PKGBUILD2019-10-09 15:36:49 UTC (rev 514364)
@@ -10,14 +10,14 @@
 pkgname=tp_smapi-lts
 _pkgname=tp-smapi
 pkgver=0.43
-_extradir=/usr/lib/modules/extramodules-4.19-lts
-pkgrel=12
+_extradir=/usr/lib/modules/extramodules-lts
+pkgrel=13
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux-lts>=4.19.66' 'linux-lts<4.20')
-makedepends=('linux-lts-headers>=4.19.66' 'linux-lts-headers<4.20' 'git')
+depends=('linux-lts>=4.19.78' 'linux-lts<4.20')
+makedepends=('linux-lts-headers>=4.19.78' 'linux-lts-headers<4.20' 'git')
 _commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
 source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
 sha256sums=('SKIP')


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

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 15:36:53
  Author: andyrtr
Revision: 514365

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

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 514364, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-09 15:36:53 UTC (rev 514365)
@@ -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
+_pkgname=tp-smapi
+pkgver=0.43
+_extradir=/usr/lib/modules/extramodules-lts
+pkgrel=13
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=4.19.78' 'linux-lts<4.20')
+makedepends=('linux-lts-headers>=4.19.78' 'linux-lts-headers<4.20' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname/-lts/}
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd ${pkgname/-lts/}
+
+  # 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="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd ${pkgname/-lts/}
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec gzip -n -9 {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 15:33:55
  Author: andyrtr
Revision: 514363

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 514362, r8168-lts/trunk/PKGBUILD)

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 514362, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-09 15:33:55 UTC (rev 514363)
@@ -0,0 +1,34 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.047.04
+pkgrel=3
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' "linux-lts>=4.19.78" "linux-lts<4.20")
+makedepends=("linux-lts-headers>=4.19.78" "linux-lts-headers<4.20")
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4a201c7691b66e47f19172367c70a14b8b38d600f0739719c57dba9c0cf3f17a')
+
+_extramodules=extramodules-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   KERNEL_VERSION="$(

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

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 15:33:50
  Author: andyrtr
Revision: 514362

upgpkg: r8168-lts 8.047.04-3

rebuild for new module location

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 15:31:14 UTC (rev 514361)
+++ PKGBUILD2019-10-09 15:33:50 UTC (rev 514362)
@@ -3,17 +3,17 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.047.04
-pkgrel=2
+pkgrel=3
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")
 arch=('x86_64')
-depends=('glibc' "linux-lts>=4.19.66" "linux-lts<4.20")
-makedepends=("linux-lts-headers>=4.19.66" "linux-lts-headers<4.20")
+depends=('glibc' "linux-lts>=4.19.78" "linux-lts<4.20")
+makedepends=("linux-lts-headers>=4.19.78" "linux-lts-headers<4.20")
 
source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('4a201c7691b66e47f19172367c70a14b8b38d600f0739719c57dba9c0cf3f17a')
 
-_extramodules=extramodules-4.19-lts
+_extramodules=extramodules-lts
 
 build() {
cd "$_pkgname-$pkgver"


[arch-commits] Commit in network-manager-applet/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-10-09 Thread Jan Steffens via arch-commits
Date: Wednesday, October 9, 2019 @ 15:33:14
  Author: heftig
Revision: 364267

archrelease: copy trunk to extra-x86_64

Added:
  network-manager-applet/repos/extra-x86_64/PKGBUILD
(from rev 364266, network-manager-applet/trunk/PKGBUILD)
Deleted:
  network-manager-applet/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 15:33:04 UTC (rev 364266)
+++ PKGBUILD2019-10-09 15:33:14 UTC (rev 364267)
@@ -1,85 +0,0 @@
-# Maintainer: Jan de Groot 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Arjan Timmerman 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-
-pkgbase=network-manager-applet
-pkgname=(network-manager-applet nm-connection-editor libnma)
-pkgdesc="Applet for managing network connections"
-url="https://wiki.gnome.org/Projects/NetworkManager/;
-pkgver=1.8.22
-pkgrel=1
-arch=(x86_64)
-license=(GPL LGPL)
-makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection git 
gtk-doc meson
- libnm gcr gtk3 iso-codes mobile-broadband-provider-info)
-_commit=b9f22d35aa2c6356e29e2e646298797ad90f5bdc  # tags/1.8.22^0
-source=("git+https://gitlab.gnome.org/GNOME/network-manager-applet.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-dev/dev/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build -D selinux=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_network-manager-applet() {
-  depends=(nm-connection-editor libmm-glib libnotify libsecret networkmanager)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-### Split libnma
-  _pick libnma "$pkgdir"/usr/include/libnma
-  _pick libnma "$pkgdir"/usr/lib/girepository-1.0/NMA-*
-  _pick libnma "$pkgdir"/usr/lib/libnma.*
-  _pick libnma "$pkgdir"/usr/lib/pkgconfig/libnma.pc
-  _pick libnma "$pkgdir"/usr/share/gir-1.0/NMA-*
-  _pick libnma "$pkgdir"/usr/share/glib-2.0/schemas
-  _pick libnma "$pkgdir"/usr/share/gtk-doc/html/libnma
-
-### Split nm-connection-editor
-  _pick nm-connection-editor "$pkgdir"/usr/bin/nm-connection-editor
-  _pick nm-connection-editor 
"$pkgdir"/usr/share/applications/nm-connection-editor.desktop
-  _pick nm-connection-editor 
"$pkgdir"/usr/share/icons/hicolor/22x22/apps/nm-device-wwan.png
-  _pick nm-connection-editor "$pkgdir"/usr/share/locale
-  _pick nm-connection-editor 
"$pkgdir"/usr/share/man/man1/nm-connection-editor.1
-  _pick nm-connection-editor "$pkgdir"/usr/share/metainfo
-}
-
-package_nm-connection-editor() {
-  pkgdesc="NetworkManager GUI connection editor and widgets"
-  depends=(libnma)
-  conflicts=('libnm-gtk<1.8.18-1')
-  replaces=('libnm-gtk<1.8.18-1')
-  mv nm-connection-editor/* "$pkgdir"
-}
-
-package_libnma() {
-  pkgdesc="NetworkManager GUI client library"
-  depends=(libnm gcr gtk3 iso-codes mobile-broadband-provider-info)
-  mv libnma/* "$pkgdir"
-}

Copied: network-manager-applet/repos/extra-x86_64/PKGBUILD (from rev 364266, 
network-manager-applet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 15:33:14 UTC (rev 364267)
@@ -0,0 +1,85 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Arjan Timmerman 
+# Contributor: Wael Nasreddine 
+# Contributor: Tor Krill 
+# Contributor: Will Rea 
+
+pkgbase=network-manager-applet
+pkgname=(network-manager-applet nm-connection-editor libnma)
+pkgdesc="Applet for managing network connections"
+url="https://wiki.gnome.org/Projects/NetworkManager/;
+pkgver=1.8.24
+pkgrel=1
+arch=(x86_64)
+license=(GPL LGPL)
+makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection git 
gtk-doc meson
+ libnm gcr gtk3 iso-codes mobile-broadband-provider-info)
+_commit=ce203dd7e99c9c943cb24756d25968781fb1dbd3  # tags/1.8.24^0
+source=("git+https://gitlab.gnome.org/GNOME/network-manager-applet.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-dev/dev/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build -D selinux=false
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_network-manager-applet() {
+  depends=(nm-connection-editor libmm-glib libnotify 

[arch-commits] Commit in network-manager-applet/trunk (PKGBUILD)

2019-10-09 Thread Jan Steffens via arch-commits
Date: Wednesday, October 9, 2019 @ 15:33:04
  Author: heftig
Revision: 364266

1.8.24-1

Modified:
  network-manager-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 15:28:47 UTC (rev 364265)
+++ PKGBUILD2019-10-09 15:33:04 UTC (rev 364266)
@@ -9,13 +9,13 @@
 pkgname=(network-manager-applet nm-connection-editor libnma)
 pkgdesc="Applet for managing network connections"
 url="https://wiki.gnome.org/Projects/NetworkManager/;
-pkgver=1.8.22
+pkgver=1.8.24
 pkgrel=1
 arch=(x86_64)
 license=(GPL LGPL)
 makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection git 
gtk-doc meson
  libnm gcr gtk3 iso-codes mobile-broadband-provider-info)
-_commit=b9f22d35aa2c6356e29e2e646298797ad90f5bdc  # tags/1.8.22^0
+_commit=ce203dd7e99c9c943cb24756d25968781fb1dbd3  # tags/1.8.24^0
 
source=("git+https://gitlab.gnome.org/GNOME/network-manager-applet.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -34,7 +34,7 @@
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 _pick() {


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

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 15:31:14
  Author: andyrtr
Revision: 514361

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 514360, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 514360, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-09 15:31:14 UTC (rev 514361)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=94
+_extramodules=extramodules-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux-lts>=4.19.78')
+makedepends=('linux-lts-headers>=4.19.78')
+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 ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


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

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 15:31:09
  Author: andyrtr
Revision: 514360

upgpkg: acpi_call-lts 1.1.0-94

rebuild for new module location

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 14:54:58 UTC (rev 514359)
+++ PKGBUILD2019-10-09 15:31:09 UTC (rev 514360)
@@ -4,14 +4,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=93
-_extramodules=extramodules-4.19-lts
+pkgrel=94
+_extramodules=extramodules-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('x86_64')
 url='https://github.com/mkottman/acpi_call'
 license=('GPL')
-depends=('linux-lts>=4.19.66')
-makedepends=('linux-lts-headers>=4.19.66')
+depends=('linux-lts>=4.19.78')
+makedepends=('linux-lts-headers>=4.19.78')
 provides=('acpi_call')
 
source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')


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

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 15:28:47
  Author: andyrtr
Revision: 364265

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 364264, nvidia-390xx-lts/trunk/PKGBUILD)
  nvidia-390xx-lts/repos/testing-x86_64/kernel-4.16.patch
(from rev 364264, nvidia-390xx-lts/trunk/kernel-4.16.patch)

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

Copied: nvidia-390xx-lts/repos/testing-x86_64/PKGBUILD (from rev 364264, 
nvidia-390xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-09 15:28:47 UTC (rev 364265)
@@ -0,0 +1,49 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-390xx-lts
+pkgver=390.129
+_extramodules=extramodules-lts
+pkgrel=3
+epoch=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'linux-lts' 
'linux-lts-headers>=4.19.78')
+provides=('nvidia-390xx')
+conflicts=('nvidia-lts')
+license=('custom')
+options=('!strip')
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+kernel-4.16.patch)
+sha512sums=('b6a0ecf48077dd7149b464117db4a9cd2b8ae2c0828a206f8e661fda8d42d0cce02bd132e0754e055bfeb41cbf2d047f8ffab57351d9102f161ef62adaffd6eb'
+
'ad1185d998adbf89abf7aea300e5b3bbabe2296016f42592fbc232a6c3983f233df1103d37f35a041f12cc1c722d3edce813a4a1b215784a49c7f0e3e652b5af')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+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() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
+depends=('linux-lts>=4.19.78' "nvidia-390xx-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia-390xx-lts/repos/testing-x86_64/kernel-4.16.patch (from rev 
364264, nvidia-390xx-lts/trunk/kernel-4.16.patch)
===
--- testing-x86_64/kernel-4.16.patch(rev 0)
+++ testing-x86_64/kernel-4.16.patch2019-10-09 15:28:47 UTC (rev 364265)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#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 nvidia-390xx-lts/trunk (PKGBUILD)

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 15:28:41
  Author: andyrtr
Revision: 364264

upgpkg: nvidia-390xx-lts 1:390.129-3

rebuild for new module location

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 15:23:59 UTC (rev 364263)
+++ PKGBUILD2019-10-09 15:28:41 UTC (rev 364264)
@@ -2,12 +2,12 @@
 
 pkgname=nvidia-390xx-lts
 pkgver=390.129
-_extramodules=extramodules-4.19-lts
-pkgrel=2
+_extramodules=extramodules-lts
+pkgrel=3
 epoch=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
-makedepends=("nvidia-390xx-utils=${pkgver}" 'linux-lts' 
'linux-lts-headers>=4.19.66')
+makedepends=("nvidia-390xx-utils=${pkgver}" 'linux-lts' 
'linux-lts-headers>=4.19.78')
 provides=('nvidia-390xx')
 conflicts=('nvidia-lts')
 license=('custom')
@@ -35,7 +35,7 @@
 
 package() {
 pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
-depends=('linux-lts>=4.19.66' "nvidia-390xx-utils=${pkgver}" 'libgl')
+depends=('linux-lts>=4.19.78' "nvidia-390xx-utils=${pkgver}" 'libgl')
 
 install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
   "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko


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

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 15:23:59
  Author: andyrtr
Revision: 364263

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 364262, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-09 15:23:59 UTC (rev 364263)
@@ -0,0 +1,42 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=435.21
+_extramodules=extramodules-lts
+pkgrel=4
+epoch=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'linux-lts' 'linux-lts-headers>=4.19.78')
+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=('e83b6dff80434971c0b254815945d485a45c978b8a19994244f50a463658863948b2eac8bc62d667bb10c23f41cf1c3521c409d23ac2ab6a0c0cd094a6e20270')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+pkgdesc="NVIDIA drivers for linux-lts"
+depends=('linux-lts>=4.19.78' "nvidia-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}


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

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 15:23:02
  Author: andyrtr
Revision: 364262

upgpkg: nvidia-lts 1:435.21-4

rebuild for new module location

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 15:12:08 UTC (rev 364261)
+++ PKGBUILD2019-10-09 15:23:02 UTC (rev 364262)
@@ -2,12 +2,12 @@
 
 pkgname=nvidia-lts
 pkgver=435.21
-_extramodules=extramodules-4.19-lts
-pkgrel=3
+_extramodules=extramodules-lts
+pkgrel=4
 epoch=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
-makedepends=("nvidia-utils=${pkgver}" 'linux-lts' 'linux-lts-headers>=4.19.66')
+makedepends=("nvidia-utils=${pkgver}" 'linux-lts' 'linux-lts-headers>=4.19.78')
 provides=('nvidia')
 license=('custom')
 options=('!strip')
@@ -28,7 +28,7 @@
 
 package() {
 pkgdesc="NVIDIA drivers for linux-lts"
-depends=('linux-lts>=4.19.66' "nvidia-utils=${pkgver}" 'libgl')
+depends=('linux-lts>=4.19.78' "nvidia-utils=${pkgver}" 'libgl')
 
 install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
   "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko


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

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 15:12:08
  Author: andyrtr
Revision: 364261

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 364260, 
linux-lts/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux-lts/repos/testing-x86_64/0002-ZEN-Add-CONFIG-for-unprivileged_userns_clone.patch
(from rev 364260, 
linux-lts/trunk/0002-ZEN-Add-CONFIG-for-unprivileged_userns_clone.patch)
  linux-lts/repos/testing-x86_64/60-linux.hook
(from rev 364260, linux-lts/trunk/60-linux.hook)
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 364260, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 364260, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 364260, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 364260, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 364260, linux-lts/trunk/linux-lts.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  102 
 0002-ZEN-Add-CONFIG-for-unprivileged_userns_clone.patch |   57 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  239 
 config  | 9806 
++
 linux-lts.install   |   10 
 linux-lts.preset|   14 
 8 files changed, 10251 insertions(+)

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


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

2019-10-09 Thread Jan Steffens via arch-commits
Date: Wednesday, October 9, 2019 @ 15:10:40
  Author: heftig
Revision: 364259

Revert "5.3.5.arch1-2: Changes for new boot hooks"

Oops, don't use this yet.

Added:
  linux/trunk/60-linux.hook
  linux/trunk/90-linux.hook
  linux/trunk/linux.install
  linux/trunk/linux.preset
Modified:
  linux/trunk/PKGBUILD

---+
 60-linux.hook |   12 
 90-linux.hook |   11 +++
 PKGBUILD  |   36 +---
 linux.install |   12 
 linux.preset  |   14 ++
 5 files changed, 82 insertions(+), 3 deletions(-)

Added: 60-linux.hook
===
--- 60-linux.hook   (rev 0)
+++ 60-linux.hook   2019-10-09 15:10:40 UTC (rev 364259)
@@ -0,0 +1,12 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/modules/%KERNVER%/*
+Target = usr/lib/modules/%EXTRAMODULES%/*
+
+[Action]
+Description = Updating %PKGBASE% module dependencies...
+When = PostTransaction
+Exec = /usr/bin/depmod %KERNVER%

Added: 90-linux.hook
===
--- 90-linux.hook   (rev 0)
+++ 90-linux.hook   2019-10-09 15:10:40 UTC (rev 364259)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Target = usr/lib/modules/%KERNVER%/vmlinuz
+Target = usr/lib/initcpio/*
+
+[Action]
+Description = Updating %PKGBASE% initcpios...
+When = PostTransaction
+Exec = /usr/bin/mkinitcpio -p %PKGBASE%

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 15:08:51 UTC (rev 364258)
+++ PKGBUILD2019-10-09 15:10:40 UTC (rev 364259)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcver=5.3.5-arch1
 pkgver=${_srcver//-/.}
-pkgrel=2
+pkgrel=1
 arch=(x86_64)
 url="https://git.archlinux.org/linux.git/log/?h=v$_srcver;
 license=(GPL2)
@@ -19,6 +19,9 @@
 source=(
   "$_srcname::git+https://git.archlinux.org/linux.git?signed#tag=v$_srcver;
   config # the main kernel config file
+  60-linux.hook  # pacman hook for depmod
+  90-linux.hook  # pacman hook for initramfs regeneration
+  linux.preset   # standard config files for mkinitcpio ramdisk
 )
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
@@ -26,7 +29,10 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'7d09d1d79a4ecb82502b4483cf989ede3f643e05613de45e12563dfe85d80423')
+'7d09d1d79a4ecb82502b4483cf989ede3f643e05613de45e12563dfe85d80423'
+'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
+'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
+'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 
 _kernelname=${pkgbase#linux}
 : ${_kernelname:=-ARCH}
@@ -66,6 +72,8 @@
   depends=(coreutils kmod initramfs)
   optdepends=('crda: to set the correct wireless channels of your country'
   'linux-firmware: firmware images needed for some devices')
+  backup=("etc/mkinitcpio.d/$pkgbase.preset")
+  install=linux.install
 
   local kernver="$(https://github.com/systemd/systemd/commit/edda44605f06a41fb86b7ab8128dcf99161d2344
   install -Dm644 "$(make -s image_name)" "$modulesdir/vmlinuz"
+  install -Dm644 "$modulesdir/vmlinuz" "$pkgdir/boot/vmlinuz-$pkgbase"
 
   # Used by mkinitcpio to name the kernel
   echo "$pkgbase" | install -Dm644 /dev/stdin "$modulesdir/pkgbase"
@@ -85,7 +94,8 @@
 
   # a place for external modules,
   # with version file for building modules and running depmod from hook
-  local extradir="$pkgdir/usr/lib/modules/extramodules$_kernelname"
+  local extramodules="extramodules$_kernelname"
+  local extradir="$pkgdir/usr/lib/modules/$extramodules"
   install -Dt "$extradir" -m644 ../version
   ln -sr "$extradir" "$modulesdir/extramodules"
 
@@ -92,6 +102,26 @@
   # remove build and source links
   rm "$modulesdir"/{source,build}
 
+  msg2 "Installing hooks..."
+  # sed expression for following substitutions
+  local subst="
+s|%PKGBASE%|$pkgbase|g
+s|%KERNVER%|$kernver|g
+s|%EXTRAMODULES%|$extramodules|g
+  "
+
+  # hack to allow specifying an initially nonexisting install file
+  sed "$subst" "$startdir/$install" > "$startdir/$install.pkg"
+  true && install=$install.pkg
+
+  # fill in mkinitcpio preset and pacman hooks
+  sed "$subst" ../linux.preset | install -Dm644 /dev/stdin \
+"$pkgdir/etc/mkinitcpio.d/$pkgbase.preset"
+  sed "$subst" ../60-linux.hook | install -Dm644 /dev/stdin \
+"$pkgdir/usr/share/libalpm/hooks/60-$pkgbase.hook"
+  sed "$subst" ../90-linux.hook | install -Dm644 /dev/stdin \
+"$pkgdir/usr/share/libalpm/hooks/90-$pkgbase.hook"
+
   msg2 "Fixing permissions..."
   chmod -Rc u=rwX,go=rX "$pkgdir"
 }

Added: linux.install

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

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 15:11:08
  Author: andyrtr
Revision: 364260

upgpkg: linux-lts 4.19.78-2

rewrite PKGBUILD and sync with Arch mainline kernel package

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

--+
 PKGBUILD |  302 ++---
 config   |   75 ---
 2 files changed, 196 insertions(+), 181 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 15:10:40 UTC (rev 364259)
+++ PKGBUILD2019-10-09 15:11:08 UTC (rev 364260)
@@ -1,235 +1,239 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-#pkgbase=linux-lts-custom
-_srcname=linux-4.19
 pkgver=4.19.78
-pkgrel=1
+_srcname=linux-${pkgver}
+pkgrel=2
 arch=('x86_64')
 url="https://www.kernel.org/;
 license=('GPL2')
-makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf')
+makedepends=(xmlto kmod inetutils bc libelf python-sphinx 
python-sphinx_rtd_theme graphviz imagemagick)
 options=('!strip')
 source=(https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.{xz,sign}
-https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz
 'config' # the main kernel config file
 '60-linux.hook'  # pacman hook for depmod
 '90-linux.hook'  # pacman hook for initramfs regeneration
 'linux-lts.preset'   # standard config files for mkinitcpio ramdisk
-0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
-0002-ZEN-Add-CONFIG-for-unprivileged_userns_clone.patch)
+)
 validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds 

   '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman 
(Linux kernel stable release signing key) 
  )
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256sums=('0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1'
+sha256sums=('df63ea77c6e28566102a33f503513bc6280f79b48c90921b39661d3ce6295049'
 'SKIP'
-'e31c62ca9cb4e0a4c56d2ad44fc5271ed49c0517651adea58cec0a4b732f9b30'
-'3bb61a3bb4bef364234ef8dabaedb6166a043966768664cd8f783aadd96d90b6'
+'328db52e866c57634cd79b59080900e39a42995408823fb04805fcaf3e0565ee'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
-'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
-'bc3dab5594735fb56bdb39c1630a470fd2e65fcf0d81a5db31bab3b91944225d'
-'67aed9742e4281df6f0bd18dc936ae79319fee3763737f158c0e87a6948d100d')
+'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 
 _kernelname=${pkgbase#linux}
+: ${_kernelname:=-lts}
 
 prepare() {
-  cd ${_srcname}
+  cd $_srcname
 
-  # add upstream patch
-  patch -p1 -i ../patch-${pkgver}
-  chmod +x tools/objtool/sync-check.sh  # GNU patch doesn't support git-style 
file mode
+  msg2 "Setting version..."
+  scripts/setlocalversion --save-scmversion
+  echo "-$pkgrel" > localversion.10-pkgrel
+  echo "$_kernelname" > localversion.20-pkgname
 
-  # security patches
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+msg2 "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
 
-  # add latest fixes from stable queue, if needed
-  # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
+  msg2 "Setting config..."
+  cp ../config .config
+  make olddefconfig
 
-  # allow disabling USER_NS via sysctl
-  patch -Np1 -i 
../0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
-  patch -Np1 -i ../0002-ZEN-Add-CONFIG-for-unprivileged_userns_clone.patch
-
-  cp -Tf ../config .config
-
-  if [ "${_kernelname}" != "" ]; then
-sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"${_kernelname}\"|g" 
./.config
-sed -i "s|CONFIG_LOCALVERSION_AUTO=.*|CONFIG_LOCALVERSION_AUTO=n|" 
./.config
-  fi
-
-  # set extraversion to pkgrel
-  sed -ri "s|^(EXTRAVERSION =).*|\1 -${pkgrel}|" Makefile
-
-  # don't run depmod on 'make install'. We'll do this ourselves in packaging
-  sed -i '2iexit 0' scripts/depmod.sh
-
-  # get kernel version
-  make prepare
-
-  # load configuration
-  # Configure the kernel. Replace the line below with one of your choice.
-  #make menuconfig # CLI menu for configuration
-  #make nconfig # new CLI menu for configuration
-  #make xconfig # X-based configuration
-  #make oldconfig # using old config from previous kernel version
-  # ... or manually edit .config
-
-  # rewrite configuration
-  yes "" | make config >/dev/null
+  make -s kernelrelease > ../version
+  msg2 "Prepared %s version %s" "$pkgbase" "$(<../version)"
 }
 
 build() {
-  cd ${_srcname}
-
-  make ${MAKEFLAGS} LOCALVERSION= bzImage modules
+  cd $_srcname
+  make bzImage modules htmldocs
 }
 
 _package() {
   pkgdesc="The 

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

2019-10-09 Thread Jan Steffens via arch-commits
Date: Wednesday, October 9, 2019 @ 15:08:51
  Author: heftig
Revision: 364258

5.3.5.arch1-2: Changes for new boot hooks

Modified:
  linux/trunk/PKGBUILD
Deleted:
  linux/trunk/60-linux.hook
  linux/trunk/90-linux.hook
  linux/trunk/linux.install
  linux/trunk/linux.preset

---+
 60-linux.hook |   12 
 90-linux.hook |   11 ---
 PKGBUILD  |   36 +++-
 linux.install |   12 
 linux.preset  |   14 --
 5 files changed, 3 insertions(+), 82 deletions(-)

Deleted: 60-linux.hook
===
--- 60-linux.hook   2019-10-09 14:40:27 UTC (rev 364257)
+++ 60-linux.hook   2019-10-09 15:08:51 UTC (rev 364258)
@@ -1,12 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/lib/modules/%KERNVER%/*
-Target = usr/lib/modules/%EXTRAMODULES%/*
-
-[Action]
-Description = Updating %PKGBASE% module dependencies...
-When = PostTransaction
-Exec = /usr/bin/depmod %KERNVER%

Deleted: 90-linux.hook
===
--- 90-linux.hook   2019-10-09 14:40:27 UTC (rev 364257)
+++ 90-linux.hook   2019-10-09 15:08:51 UTC (rev 364258)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Target = usr/lib/modules/%KERNVER%/vmlinuz
-Target = usr/lib/initcpio/*
-
-[Action]
-Description = Updating %PKGBASE% initcpios...
-When = PostTransaction
-Exec = /usr/bin/mkinitcpio -p %PKGBASE%

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 14:40:27 UTC (rev 364257)
+++ PKGBUILD2019-10-09 15:08:51 UTC (rev 364258)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcver=5.3.5-arch1
 pkgver=${_srcver//-/.}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://git.archlinux.org/linux.git/log/?h=v$_srcver;
 license=(GPL2)
@@ -19,9 +19,6 @@
 source=(
   "$_srcname::git+https://git.archlinux.org/linux.git?signed#tag=v$_srcver;
   config # the main kernel config file
-  60-linux.hook  # pacman hook for depmod
-  90-linux.hook  # pacman hook for initramfs regeneration
-  linux.preset   # standard config files for mkinitcpio ramdisk
 )
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
@@ -29,10 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'7d09d1d79a4ecb82502b4483cf989ede3f643e05613de45e12563dfe85d80423'
-'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
-'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
-'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
+'7d09d1d79a4ecb82502b4483cf989ede3f643e05613de45e12563dfe85d80423')
 
 _kernelname=${pkgbase#linux}
 : ${_kernelname:=-ARCH}
@@ -72,8 +66,6 @@
   depends=(coreutils kmod initramfs)
   optdepends=('crda: to set the correct wireless channels of your country'
   'linux-firmware: firmware images needed for some devices')
-  backup=("etc/mkinitcpio.d/$pkgbase.preset")
-  install=linux.install
 
   local kernver="$(https://github.com/systemd/systemd/commit/edda44605f06a41fb86b7ab8128dcf99161d2344
   install -Dm644 "$(make -s image_name)" "$modulesdir/vmlinuz"
-  install -Dm644 "$modulesdir/vmlinuz" "$pkgdir/boot/vmlinuz-$pkgbase"
 
   # Used by mkinitcpio to name the kernel
   echo "$pkgbase" | install -Dm644 /dev/stdin "$modulesdir/pkgbase"
@@ -94,8 +85,7 @@
 
   # a place for external modules,
   # with version file for building modules and running depmod from hook
-  local extramodules="extramodules$_kernelname"
-  local extradir="$pkgdir/usr/lib/modules/$extramodules"
+  local extradir="$pkgdir/usr/lib/modules/extramodules$_kernelname"
   install -Dt "$extradir" -m644 ../version
   ln -sr "$extradir" "$modulesdir/extramodules"
 
@@ -102,26 +92,6 @@
   # remove build and source links
   rm "$modulesdir"/{source,build}
 
-  msg2 "Installing hooks..."
-  # sed expression for following substitutions
-  local subst="
-s|%PKGBASE%|$pkgbase|g
-s|%KERNVER%|$kernver|g
-s|%EXTRAMODULES%|$extramodules|g
-  "
-
-  # hack to allow specifying an initially nonexisting install file
-  sed "$subst" "$startdir/$install" > "$startdir/$install.pkg"
-  true && install=$install.pkg
-
-  # fill in mkinitcpio preset and pacman hooks
-  sed "$subst" ../linux.preset | install -Dm644 /dev/stdin \
-"$pkgdir/etc/mkinitcpio.d/$pkgbase.preset"
-  sed "$subst" ../60-linux.hook | install -Dm644 /dev/stdin \
-"$pkgdir/usr/share/libalpm/hooks/60-$pkgbase.hook"
-  sed "$subst" ../90-linux.hook | install -Dm644 /dev/stdin \
-"$pkgdir/usr/share/libalpm/hooks/90-$pkgbase.hook"
-
   msg2 "Fixing permissions..."
   chmod -Rc u=rwX,go=rX "$pkgdir"
 }

Deleted: linux.install

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

2019-10-09 Thread Levente Polyak via arch-commits
Date: Wednesday, October 9, 2019 @ 14:54:53
  Author: anthraxx
Revision: 514358

upgpkg: gradle 5.6.2-2 hard wire to java 11 (13 is incompatible)

Currently java 13 is incompatible and 12 is EOL, therefor lets hard wire
gradle runtime to java11 until gradle 6 is released.

https://github.com/gradle/gradle/issues/8681

gradle can use other (older) environments if specified accordingly via
its options.

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 14:10:45 UTC (rev 514357)
+++ PKGBUILD2019-10-09 14:54:53 UTC (rev 514358)
@@ -6,12 +6,12 @@
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
 pkgver=5.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
 arch=('any')
 license=('Apache')
-depends=('java-environment' 'bash')
+depends=('java-environment=11' 'bash')
 makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
 ${pkgbase}.sh)
@@ -20,6 +20,13 @@
 
sha512sums=('ad91ce5153c39bd21aaee2011b412358c4196a8106f7d83262b065bad650a15e7a5105d47fc5a21e400fbb366cd5259a60761779f0e76ec94e7401021a6f747b'
 
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  # https://github.com/gradle/gradle/issues/8681
+  sed 's|JAVACMD="java"|JAVACMD="/usr/lib/jvm/java-11-openjdk/bin/java"|' -i 
gradlew \
+
subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
+}
+
 build() {
   cd ${pkgbase}-${pkgver}
   export PATH="/usr/lib/jvm/java-11-openjdk/bin:${PATH}"


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

2019-10-09 Thread Levente Polyak via arch-commits
Date: Wednesday, October 9, 2019 @ 14:54:58
  Author: anthraxx
Revision: 514359

archrelease: copy trunk to community-any

Added:
  gradle/repos/community-any/PKGBUILD
(from rev 514358, gradle/trunk/PKGBUILD)
  gradle/repos/community-any/gradle.sh
(from rev 514358, gradle/trunk/gradle.sh)
Deleted:
  gradle/repos/community-any/PKGBUILD
  gradle/repos/community-any/gradle.sh

---+
 PKGBUILD  |  169 +++-
 gradle.sh |4 -
 2 files changed, 90 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 14:54:53 UTC (rev 514358)
+++ PKGBUILD2019-10-09 14:54:58 UTC (rev 514359)
@@ -1,81 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Legner 
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=5.6.2
-pkgrel=1
-pkgdesc='Powerful build system for the JVM'
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment' 'bash')
-makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
-${pkgbase}.sh)
-sha256sums=('bc03088fc7ecb43181b48367bd7589684340f9ae4ffd108fa717e49f4b0d3544'
-'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('ad91ce5153c39bd21aaee2011b412358c4196a8106f7d83262b065bad650a15e7a5105d47fc5a21e400fbb366cd5259a60761779f0e76ec94e7401021a6f747b'
-
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  export PATH="/usr/lib/jvm/java-11-openjdk/bin:${PATH}"
-  ./gradlew installAll -PfinalRelease=true -Pgradle_installPath="$(pwd)/dist"
-}
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}/dist
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.html "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc='Powerful build system for the JVM (documentation and samples)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}/dist
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/gradle/docs"
-  install -d "${pkgdir}/usr/share/java/gradle/samples"
-
-  # copy across documentation and samples
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
-  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples"
-}
-
-package_gradle-src() {
-  pkgdesc='Powerful build system for the JVM (sources)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}/dist
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 514358, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 14:54:58 UTC (rev 514359)
@@ -0,0 +1,88 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=5.6.2
+pkgrel=2
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment=11' 'bash')
+makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
+${pkgbase}.sh)
+sha256sums=('bc03088fc7ecb43181b48367bd7589684340f9ae4ffd108fa717e49f4b0d3544'
+'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
+sha512sums=('ad91ce5153c39bd21aaee2011b412358c4196a8106f7d83262b065bad650a15e7a5105d47fc5a21e400fbb366cd5259a60761779f0e76ec94e7401021a6f747b'
+

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

2019-10-09 Thread Christian Hesse via arch-commits
Date: Wednesday, October 9, 2019 @ 14:10:43
  Author: eworm
Revision: 514356

upgpkg: qtpass 1.3.2-1

new upstream release

Modified:
  qtpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 13:39:01 UTC (rev 514355)
+++ PKGBUILD2019-10-09 14:10:43 UTC (rev 514356)
@@ -2,7 +2,7 @@
 # Contributor: Kevin MacMartin 
 
 pkgname=qtpass
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='A multi-platform GUI for pass'
 url='https://qtpass.org/'
@@ -13,7 +13,7 @@
 validpgpkeys=('DF7FEF8DFBA721E320B18F5615B63ADCA0034B9E') # Anne Jan Brouwer 
(JinX) 
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/IJHack/${pkgname}/archive/v${pkgver}.tar.gz;

"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/IJHack/${pkgname}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc;)
-sha256sums=('bab043f8e957b790d4443d2093b2d63dc80897a190efd86e7754fa9e6a94e8c0'
+sha256sums=('7a68e1afe68462c878c212a79c40ade5ba14b72710c5e62450cf54c7b5621254'
 'SKIP')
 
 prepare() {


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

2019-10-09 Thread Christian Hesse via arch-commits
Date: Wednesday, October 9, 2019 @ 14:10:45
  Author: eworm
Revision: 514357

archrelease: copy trunk to community-x86_64

Added:
  qtpass/repos/community-x86_64/PKGBUILD
(from rev 514356, qtpass/trunk/PKGBUILD)
Deleted:
  qtpass/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 14:10:43 UTC (rev 514356)
+++ PKGBUILD2019-10-09 14:10:45 UTC (rev 514357)
@@ -1,40 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtpass
-pkgver=1.3.1
-pkgrel=1
-pkgdesc='A multi-platform GUI for pass'
-url='https://qtpass.org/'
-license=('GPL3')
-arch=('x86_64')
-depends=('qt5-base' 'pass' 'pwgen')
-makedepends=('qt5-tools' 'qt5-svg')
-validpgpkeys=('DF7FEF8DFBA721E320B18F5615B63ADCA0034B9E') # Anne Jan Brouwer 
(JinX) 
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/IJHack/${pkgname}/archive/v${pkgver}.tar.gz;
-   
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/IJHack/${pkgname}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc;)
-sha256sums=('bab043f8e957b790d4443d2093b2d63dc80897a190efd86e7754fa9e6a94e8c0'
-'SKIP')
-
-prepare() {
-  cd "${srcdir}/QtPass-${pkgver}"
-
-  sed -i 's|qtpass-icon|qtpass|' ${pkgname}.desktop
-}
-
-build() {
-  cd "${srcdir}/QtPass-${pkgver}"
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd "${srcdir}/QtPass-${pkgver}"
-
-  install -D -m0755 main/qtpass "${pkgdir}/usr/bin/${pkgname}"
-  install -D -m0644 artwork/icon.png 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  install -D -m0644 ${pkgname}.desktop 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -D -m0644 ${pkgname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-

Copied: qtpass/repos/community-x86_64/PKGBUILD (from rev 514356, 
qtpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 14:10:45 UTC (rev 514357)
@@ -0,0 +1,40 @@
+# Maintainer: Christian Hesse 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtpass
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='A multi-platform GUI for pass'
+url='https://qtpass.org/'
+license=('GPL3')
+arch=('x86_64')
+depends=('qt5-base' 'pass' 'pwgen')
+makedepends=('qt5-tools' 'qt5-svg')
+validpgpkeys=('DF7FEF8DFBA721E320B18F5615B63ADCA0034B9E') # Anne Jan Brouwer 
(JinX) 
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/IJHack/${pkgname}/archive/v${pkgver}.tar.gz;
+   
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/IJHack/${pkgname}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc;)
+sha256sums=('7a68e1afe68462c878c212a79c40ade5ba14b72710c5e62450cf54c7b5621254'
+'SKIP')
+
+prepare() {
+  cd "${srcdir}/QtPass-${pkgver}"
+
+  sed -i 's|qtpass-icon|qtpass|' ${pkgname}.desktop
+}
+
+build() {
+  cd "${srcdir}/QtPass-${pkgver}"
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd "${srcdir}/QtPass-${pkgver}"
+
+  install -D -m0755 main/qtpass "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m0644 artwork/icon.png 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  install -D -m0644 ${pkgname}.desktop 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -D -m0644 ${pkgname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+


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

2019-10-09 Thread Sergej Pupykin via arch-commits
Date: Wednesday, October 9, 2019 @ 13:39:01
  Author: spupykin
Revision: 514355

archrelease: copy trunk to community-x86_64

Added:
  lxc/repos/community-x86_64/PKGBUILD
(from rev 514354, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 514354, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.service
(from rev 514354, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 514354, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc-auto.service
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

--+
 PKGBUILD |  168 ++---
 lxc-auto.service |   26 
 lxc.service  |   26 
 lxc.tmpfiles.d   |2 
 4 files changed, 112 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 13:38:46 UTC (rev 514354)
+++ PKGBUILD2019-10-09 13:39:01 UTC (rev 514355)
@@ -1,83 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="Linux Containers"
-arch=('x86_64')
-url="https://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
-makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor')
-optdepends=('dnsmasq: lxc-net.service'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs')
-backup=('etc/lxc/default.conf'
-   'etc/default/lxc')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service")
-sha256sums=('5f903986a4b17d607eea28c0aa56bf1e76e8707747b1aa07d31680338b1cc3d4'
-'SKIP'
-'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
-'711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
-'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  sed -i \
--e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"https://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\";|' \
-configure.ac
-  sed -i \
--e 's|\${prefix}/||g' \
-lxc.pc.in
-  sed -i \
--e 's|dirlen,|dirlen=0,|' \
-src/lxc/storage/overlay.c
-#  patch -p1 <"$srcdir"/71174d464fd3798a181d7768441f80f1952d93e9.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
-  bashcompdir=/usr/share/bash-completion/completions ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---enable-apparmor \
---enable-seccomp \
---enable-capabilities \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-pam \
---with-pamdir=/usr/lib/security
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 "$srcdir"/lxc.service 
"$pkgdir"/usr/lib/systemd/system/lxc@.service
-  install -D -m644 "$srcdir"/lxc-auto.service 
"$pkgdir"/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 "$srcdir"/lxc.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man5/{}" \;
-  find . -type f -name '*.7' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man7/{}" \;
-}

Copied: lxc/repos/community-x86_64/PKGBUILD (from rev 514354, 
lxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 13:39:01 UTC (rev 514355)
@@ -0,0 +1,85 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Zucchelli 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Liu 
+# Contributor: Jon Nordby 
+
+pkgname=lxc
+epoch=1
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="Linux Containers"
+arch=('x86_64')
+url="https://linuxcontainers.org;
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
+makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor')
+optdepends=('dnsmasq: lxc-net.service'
+   'lua'
+   'lua-filesystem: lxc-top'
+   'lua-alt-getopt: lxc-top')
+license=('LGPL')
+options=('emptydirs')
+backup=('etc/lxc/default.conf'
+   'etc/default/lxc')

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

2019-10-09 Thread Sergej Pupykin via arch-commits
Date: Wednesday, October 9, 2019 @ 13:38:46
  Author: spupykin
Revision: 514354

upgpkg: lxc 1:3.2.1-2

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 12:55:30 UTC (rev 514353)
+++ PKGBUILD2019-10-09 13:38:46 UTC (rev 514354)
@@ -7,7 +7,7 @@
 pkgname=lxc
 epoch=1
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux Containers"
 arch=('x86_64')
 url="https://linuxcontainers.org;
@@ -25,12 +25,14 @@
 
source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
"lxc.tmpfiles.d"
"lxc.service"
-   "lxc-auto.service")
+   "lxc-auto.service"
+   
"$pkgname-3109.patch::https://patch-diff.githubusercontent.com/raw/lxc/lxc/pull/3109.patch;)
 sha256sums=('5f903986a4b17d607eea28c0aa56bf1e76e8707747b1aa07d31680338b1cc3d4'
 'SKIP'
 '10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
 '711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
-'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0')
+'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0'
+'fdc082abd96f60a086d53ffa6f26e1f01095052128203a400562054485808c48')
 
 prepare() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"
@@ -43,7 +45,7 @@
   sed -i \
 -e 's|dirlen,|dirlen=0,|' \
 src/lxc/storage/overlay.c
-#  patch -p1 <"$srcdir"/71174d464fd3798a181d7768441f80f1952d93e9.patch
+  patch -p1 <"$srcdir"/$pkgname-3109.patch
 }
 
 build() {


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

2019-10-09 Thread Christian Hesse via arch-commits
Date: Wednesday, October 9, 2019 @ 12:55:27
  Author: eworm
Revision: 514352

upgpkg: krusader 2.7.2-2

Modified:
  krusader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 12:54:06 UTC (rev 514351)
+++ PKGBUILD2019-10-09 12:55:27 UTC (rev 514352)
@@ -1,7 +1,7 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=krusader
 pkgver=2.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced twin panel (commander style) file manager for KDE"
 arch=('x86_64')
 url="https://krusader.org/;


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

2019-10-09 Thread Christian Hesse via arch-commits
Date: Wednesday, October 9, 2019 @ 12:55:30
  Author: eworm
Revision: 514353

archrelease: copy trunk to community-x86_64

Added:
  krusader/repos/community-x86_64/PKGBUILD
(from rev 514352, krusader/trunk/PKGBUILD)
Deleted:
  krusader/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 12:55:27 UTC (rev 514352)
+++ PKGBUILD2019-10-09 12:55:30 UTC (rev 514353)
@@ -1,54 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-pkgname=krusader
-pkgver=2.7.2
-pkgrel=1
-pkgdesc="Advanced twin panel (commander style) file manager for KDE"
-arch=('x86_64')
-url="https://krusader.org/;
-license=('GPL')
-depends=('karchive' 'kbookmarks' 'kcodecs' 'kcompletion' 'kcoreaddons' 
'kconfig'
- 'kdoctools' 'ki18n' 'kiconthemes' 'kitemviews' 'kio' 'knotifications'
- 'kparts' 'solid' 'ktextwidgets' 'kwallet' 'kwidgetsaddons' 
'kwindowsystem'
- 'kxmlgui' 'kguiaddons' 'hicolor-icon-theme')
-makedepends=('cmake' 'extra-cmake-modules')
-optdepends=(
-# archive formats
-   # look for KrServices::cmdExist calls
-'xz: LZMA and XZ archive support'
-'unzip: ZIP decompression support'
-'zip: ZIP archive support'
-'lhasa: LHA archive support'
-'cpio: cpio archive support'
-'unrar: RAR decompression support'
-'arj: ARJ archive support'
-'unarj: ARJ decompression support'
-'unace: ACE decompression support'
-'p7zip: 7z archive support'
-# additional apps
-'keditbookmarks: Manage Bookmarks functionality'
-'kde-cli-tools: manage file associations, root mode'
-'kompare: file contents comparison'
-'kdiff3: file contents comparison'
-'krename: advanced rename tool'
-'konsole: terminal'
-'ktexteditor: file editing support'
-)
-source=("http://download.kde.org/stable/krusader/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('d3a5e956ad0b1b63f236c4f41a7f')
-sha1sums=('e0109c6f9f841695a31045c46a43eb70c0085750')
-sha256sums=('41a39a43b3c42dd1d1ecaea86df30caff6a061fecc1d66f60859b2a3ca976109')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cmake . \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDESU_PATH="/usr/lib/kf5/kdesu"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: krusader/repos/community-x86_64/PKGBUILD (from rev 514352, 
krusader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 12:55:30 UTC (rev 514353)
@@ -0,0 +1,54 @@
+# Maintainer: Lukas Jirkovsky 
+pkgname=krusader
+pkgver=2.7.2
+pkgrel=2
+pkgdesc="Advanced twin panel (commander style) file manager for KDE"
+arch=('x86_64')
+url="https://krusader.org/;
+license=('GPL')
+depends=('karchive' 'kbookmarks' 'kcodecs' 'kcompletion' 'kcoreaddons' 
'kconfig'
+ 'kdoctools' 'ki18n' 'kiconthemes' 'kitemviews' 'kio' 'knotifications'
+ 'kparts' 'solid' 'ktextwidgets' 'kwallet' 'kwidgetsaddons' 
'kwindowsystem'
+ 'kxmlgui' 'kguiaddons' 'hicolor-icon-theme')
+makedepends=('cmake' 'extra-cmake-modules')
+optdepends=(
+# archive formats
+   # look for KrServices::cmdExist calls
+'xz: LZMA and XZ archive support'
+'unzip: ZIP decompression support'
+'zip: ZIP archive support'
+'lhasa: LHA archive support'
+'cpio: cpio archive support'
+'unrar: RAR decompression support'
+'arj: ARJ archive support'
+'unarj: ARJ decompression support'
+'unace: ACE decompression support'
+'p7zip: 7z archive support'
+# additional apps
+'keditbookmarks: Manage Bookmarks functionality'
+'kde-cli-tools: manage file associations, root mode'
+'kompare: file contents comparison'
+'kdiff3: file contents comparison'
+'krename: advanced rename tool'
+'konsole: terminal'
+'ktexteditor: file editing support'
+)
+source=("https://download.kde.org/stable/krusader/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('d3a5e956ad0b1b63f236c4f41a7f')
+sha1sums=('e0109c6f9f841695a31045c46a43eb70c0085750')
+sha256sums=('41a39a43b3c42dd1d1ecaea86df30caff6a061fecc1d66f60859b2a3ca976109')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cmake . \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDESU_PATH="/usr/lib/kf5/kdesu"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-09 Thread Christian Hesse via arch-commits
Date: Wednesday, October 9, 2019 @ 12:54:06
  Author: eworm
Revision: 514351

archrelease: copy trunk to community-x86_64

Added:
  kcm-wacomtablet/repos/community-x86_64/PKGBUILD
(from rev 514350, kcm-wacomtablet/trunk/PKGBUILD)
  kcm-wacomtablet/repos/community-x86_64/add_missing_includes.diff
(from rev 514350, kcm-wacomtablet/trunk/add_missing_includes.diff)
Deleted:
  kcm-wacomtablet/repos/community-x86_64/PKGBUILD
  kcm-wacomtablet/repos/community-x86_64/add_missing_includes.diff

---+
 PKGBUILD  |   82 ++--
 add_missing_includes.diff |   22 +--
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 12:53:58 UTC (rev 514350)
+++ PKGBUILD2019-10-09 12:54:06 UTC (rev 514351)
@@ -1,41 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dany Martineau 
-# Contributor: Dylon Edwards 
-pkgname=kcm-wacomtablet
-pkgver=3.2.0
-pkgrel=1
-epoch=1
-pkgdesc="KDE GUI for the Wacom Linux Drivers"
-arch=('i686' 'x86_64')
-url="https://cgit.kde.org/wacomtablet.git;
-license=('GPL')
-depends=('plasma-framework' 'xf86-input-wacom')
-makedepends=('git' 'cmake' 'extra-cmake-modules' 'kdoctools')
-source=("https://download.kde.org/stable/wacomtablet/$pkgver/wacomtablet-$pkgver.tar.xz"{,.sig}
-"add_missing_includes.diff")
-sha256sums=('c80ce63a41f6fcbb50ac4c2130ed2f8273c4b744e62e33d4b714bf83e8e5f7a4'
-'SKIP'
-'143b2e81e5152c2f1db6e03089b32d9b9fdf1e61739743179b0efb299eb5b44d')
-validpgpkeys=('E6E4C916590026E45836A12EA8896AFDFEF5DF53') # Valeriy Malov
-
-prepare() {
-  cd "$srcdir/wacomtablet-$pkgver"
-  patch -Np1 < "$srcdir/add_missing_includes.diff"
-}
-
-build() {
-  cd "$srcdir/wacomtablet-$pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "$srcdir/wacomtablet-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kcm-wacomtablet/repos/community-x86_64/PKGBUILD (from rev 514350, 
kcm-wacomtablet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 12:54:06 UTC (rev 514351)
@@ -0,0 +1,41 @@
+# Maintainer: Lukas Jirkovsky 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dany Martineau 
+# Contributor: Dylon Edwards 
+pkgname=kcm-wacomtablet
+pkgver=3.2.0
+pkgrel=2
+epoch=1
+pkgdesc="KDE GUI for the Wacom Linux Drivers"
+arch=('i686' 'x86_64')
+url="https://cgit.kde.org/wacomtablet.git;
+license=('GPL')
+depends=('plasma-framework' 'xf86-input-wacom')
+makedepends=('git' 'cmake' 'extra-cmake-modules' 'kdoctools')
+source=("https://download.kde.org/stable/wacomtablet/$pkgver/wacomtablet-$pkgver.tar.xz"{,.sig}
+"add_missing_includes.diff")
+sha256sums=('c80ce63a41f6fcbb50ac4c2130ed2f8273c4b744e62e33d4b714bf83e8e5f7a4'
+'SKIP'
+'143b2e81e5152c2f1db6e03089b32d9b9fdf1e61739743179b0efb299eb5b44d')
+validpgpkeys=('E6E4C916590026E45836A12EA8896AFDFEF5DF53') # Valeriy Malov
+
+prepare() {
+  cd "$srcdir/wacomtablet-$pkgver"
+  patch -Np1 < "$srcdir/add_missing_includes.diff"
+}
+
+build() {
+  cd "$srcdir/wacomtablet-$pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/wacomtablet-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: add_missing_includes.diff
===
--- add_missing_includes.diff   2019-10-09 12:53:58 UTC (rev 514350)
+++ add_missing_includes.diff   2019-10-09 12:54:06 UTC (rev 514351)
@@ -1,11 +0,0 @@
-diff -rup wacomtablet-3.1.0/src/kcmodule/styluspagewidget.cpp 
wacomtablet-3.1.0.new/src/kcmodule/styluspagewidget.cpp
 wacomtablet-3.1.0/src/kcmodule/styluspagewidget.cpp2018-06-22 
15:07:58.0 +0200
-+++ wacomtablet-3.1.0.new/src/kcmodule/styluspagewidget.cpp2018-07-10 
17:38:09.239242847 +0200
-@@ -25,6 +25,7 @@
- #include "profilemanagement.h"
- 
- // common includes
-+#include "logging.h"
- #include "property.h"
- #include "deviceprofile.h"
- #include "dbustabletinterface.h"

Copied: kcm-wacomtablet/repos/community-x86_64/add_missing_includes.diff (from 
rev 514350, kcm-wacomtablet/trunk/add_missing_includes.diff)
===
--- add_missing_includes.diff   (rev 0)
+++ add_missing_includes.diff   2019-10-09 12:54:06 UTC (rev 514351)
@@ -0,0 +1,11 @@
+diff -rup wacomtablet-3.1.0/src/kcmodule/styluspagewidget.cpp 
wacomtablet-3.1.0.new/src/kcmodule/styluspagewidget.cpp
+--- wacomtablet-3.1.0/src/kcmodule/styluspagewidget.cpp2018-06-22 
15:07:58.0 +0200
 

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

2019-10-09 Thread Christian Hesse via arch-commits
Date: Wednesday, October 9, 2019 @ 12:53:21
  Author: eworm
Revision: 514348

upgpkg: klavaro 3.09-2

Modified:
  klavaro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 12:34:32 UTC (rev 514347)
+++ PKGBUILD2019-10-09 12:53:21 UTC (rev 514348)
@@ -1,7 +1,7 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=klavaro
 pkgver=3.09
-pkgrel=1
+pkgrel=2
 pkgdesc="Free touch typing tutor program"
 arch=('x86_64')
 url="http://klavaro.sourceforge.net/;


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

2019-10-09 Thread Christian Hesse via arch-commits
Date: Wednesday, October 9, 2019 @ 12:53:58
  Author: eworm
Revision: 514350

upgpkg: kcm-wacomtablet 1:3.2.0-2

Modified:
  kcm-wacomtablet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 12:53:23 UTC (rev 514349)
+++ PKGBUILD2019-10-09 12:53:58 UTC (rev 514350)
@@ -4,7 +4,7 @@
 # Contributor: Dylon Edwards 
 pkgname=kcm-wacomtablet
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="KDE GUI for the Wacom Linux Drivers"
 arch=('i686' 'x86_64')


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

2019-10-09 Thread Christian Hesse via arch-commits
Date: Wednesday, October 9, 2019 @ 12:53:23
  Author: eworm
Revision: 514349

archrelease: copy trunk to community-x86_64

Added:
  klavaro/repos/community-x86_64/PKGBUILD
(from rev 514348, klavaro/trunk/PKGBUILD)
Deleted:
  klavaro/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 12:53:21 UTC (rev 514348)
+++ PKGBUILD2019-10-09 12:53:23 UTC (rev 514349)
@@ -1,27 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-pkgname=klavaro
-pkgver=3.09
-pkgrel=1
-pkgdesc="Free touch typing tutor program"
-arch=('x86_64')
-url="http://klavaro.sourceforge.net/;
-license=('GPL2')
-depends=('curl' 'gtk3' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('espeakup: voice output')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('9983e501563a4d05e429700a2bd5bb078ac43b2f0d4014864e3cac42e0a1f589')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  sed -i 's|/usr/share/icons/hicolor/24x24/apps/klavaro.png|klavaro|' \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}

Copied: klavaro/repos/community-x86_64/PKGBUILD (from rev 514348, 
klavaro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 12:53:23 UTC (rev 514349)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Jirkovsky 
+pkgname=klavaro
+pkgver=3.09
+pkgrel=2
+pkgdesc="Free touch typing tutor program"
+arch=('x86_64')
+url="http://klavaro.sourceforge.net/;
+license=('GPL2')
+depends=('curl' 'gtk3' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('espeakup: voice output')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('9983e501563a4d05e429700a2bd5bb078ac43b2f0d4014864e3cac42e0a1f589')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  sed -i 's|/usr/share/icons/hicolor/24x24/apps/klavaro.png|klavaro|' \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+}


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

2019-10-09 Thread Christian Hesse via arch-commits
Date: Wednesday, October 9, 2019 @ 12:34:32
  Author: eworm
Revision: 514347

archrelease: copy trunk to community-x86_64

Added:
  aide/repos/community-x86_64/PKGBUILD
(from rev 514346, aide/trunk/PKGBUILD)
  aide/repos/community-x86_64/aide.conf
(from rev 514346, aide/trunk/aide.conf)
Deleted:
  aide/repos/community-x86_64/PKGBUILD
  aide/repos/community-x86_64/aide.conf

---+
 PKGBUILD  |   86 -
 aide.conf |  292 ++--
 2 files changed, 189 insertions(+), 189 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 12:34:26 UTC (rev 514346)
+++ PKGBUILD2019-10-09 12:34:32 UTC (rev 514347)
@@ -1,43 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Thomas S Hatch 
-# Contributor: Daniel J Griffiths 
-# Contributor: Tom Newsom 
-
-pkgname=aide
-pkgver=0.16.2
-pkgrel=1
-pkgdesc='A file integrity checker and intrusion detection program.'
-arch=('x86_64')
-url="https://aide.github.io/;
-license=('GPL')
-depends=('acl' 'e2fsprogs' 'libelf' 'mhash' 'pcre')
-backup=('etc/aide.conf')
-source=("https://github.com/aide/aide/releases/download/v${pkgver}/aide-${pkgver}.tar.gz"{,.asc}
 \
-"aide.conf")
-sha256sums=('17f998ae6ae5afb9c83578e4953115ab8a2705efc50dee5c6461cef3f521b797'
-'SKIP'
-'c56b3d360d659614df2552c8dbf5ea500e44974d38c34c07f6cdd3ce4c4ad615')
-validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz 
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-mhash \
---with-posix-acl \
---with-prelink \
---with-xattr \
---with-zlib \
---with-e2fsattrs \
---disable-static
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   install -D -m644 $srcdir/aide.conf $pkgdir/etc/aide.conf
-mkdir -p $pkgdir/var/{log,lib}/aide/
-}

Copied: aide/repos/community-x86_64/PKGBUILD (from rev 514346, 
aide/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 12:34:32 UTC (rev 514347)
@@ -0,0 +1,43 @@
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Thomas S Hatch 
+# Contributor: Daniel J Griffiths 
+# Contributor: Tom Newsom 
+
+pkgname=aide
+pkgver=0.16.2
+pkgrel=2
+pkgdesc='A file integrity checker and intrusion detection program.'
+arch=('x86_64')
+url="https://aide.github.io/;
+license=('GPL')
+depends=('acl' 'e2fsprogs' 'libelf' 'mhash' 'pcre')
+backup=('etc/aide.conf')
+source=("https://github.com/aide/aide/releases/download/v${pkgver}/aide-${pkgver}.tar.gz"{,.asc}
 \
+"aide.conf")
+sha256sums=('17f998ae6ae5afb9c83578e4953115ab8a2705efc50dee5c6461cef3f521b797'
+'SKIP'
+'c56b3d360d659614df2552c8dbf5ea500e44974d38c34c07f6cdd3ce4c4ad615')
+validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz 
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-mhash \
+--with-posix-acl \
+--with-prelink \
+--with-xattr \
+--with-zlib \
+--with-e2fsattrs \
+--disable-static
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+
+   install -D -m644 $srcdir/aide.conf $pkgdir/etc/aide.conf
+mkdir -p $pkgdir/var/{log,lib}/aide/
+}

Deleted: aide.conf
===
--- aide.conf   2019-10-09 12:34:26 UTC (rev 514346)
+++ aide.conf   2019-10-09 12:34:32 UTC (rev 514347)
@@ -1,146 +0,0 @@
-# Example configuration file for AIDE.
-#
-@@define DBDIR /var/lib/aide
-@@define LOGDIR /var/log/aide
-
-# The location of the database to be read.
-database=file:@@{DBDIR}/aide.db.gz
-
-# The location of the database to be written.
-#database_out=sql:host:port:database:login_name:passwd:table
-#database_out=file:aide.db.new
-database_out=file:@@{DBDIR}/aide.db.new.gz
-
-# Whether to gzip the output to database
-gzip_dbout=yes
-
-# Default.
-verbose=5
-
-report_url=file:@@{LOGDIR}/aide.log
-report_url=stdout
-#report_url=stderr
-# 
-# Here are all the attributes we can check
-#p:   permissions
-#i:   inode
-#n:   number of links
-#l:   link name
-#u:   user
-#g:   group
-#s:   size
-###b:block count
-#m:   mtime
-#a:   atime
-#c:   ctime
-#S:   check for growing size
-#I:   ignore changed filename
-#ANF: allow new files
-#ARF: allow removed files
-#
-
-# Here are all the digests we can use
-#md5:   md5 checksum
-#sha1:  sha1 checksum
-#sha256:sha256 checksum
-#sha512:sha512 checksum
-#rmd160:rmd160 checksum
-#tiger: tiger 

  1   2   >