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

2018-11-17 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, November 18, 2018 @ 07:42:47
  Author: yan12125
Revision: 408652

archrelease: copy trunk to community-any

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

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

Copied: python-aws-xray-sdk/repos/community-any/PKGBUILD (from rev 408651, 
python-aws-xray-sdk/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-11-18 07:42:47 UTC (rev 408652)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Guillaume Horel 
+
+pkgname=python-aws-xray-sdk
+_pkgname=aws-xray-sdk-python
+pkgver=2.2.0
+pkgrel=1
+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-botocore python-future python-jsonpickle python-requests 
python-wrapt)
+checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest 
python-aiohttp
+  python-pytest-aiohttp python-testing.postgresql python-psycopg2)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws/aws-xray-sdk-python/archive/$pkgver.tar.gz";)
+sha256sums=('c091c85a8da2ba6e3f00b8ef3ccf92f888ec1b64ec35bcb7eeaaf714ca84576e')
+
+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
+
+  # aiobotocore is not compatible with botocore 1.11+, which is required by 
aws-xray-sdk 2.x
+  # https://github.com/aio-libs/aiobotocore/issues/629
+  # 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/aiobotocore --ignore tests/ext/django
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in (4 files)

2018-11-17 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, November 18, 2018 @ 07:41:50
  Author: yan12125
Revision: 408651

addpkg: python-aws-xray-sdk 2.2.0-1

Added:
  python-aws-xray-sdk/
  python-aws-xray-sdk/repos/
  python-aws-xray-sdk/trunk/
  python-aws-xray-sdk/trunk/PKGBUILD

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

Added: python-aws-xray-sdk/trunk/PKGBUILD
===
--- python-aws-xray-sdk/trunk/PKGBUILD  (rev 0)
+++ python-aws-xray-sdk/trunk/PKGBUILD  2018-11-18 07:41:50 UTC (rev 408651)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Guillaume Horel 
+
+pkgname=python-aws-xray-sdk
+_pkgname=aws-xray-sdk-python
+pkgver=2.2.0
+pkgrel=1
+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-botocore python-future python-jsonpickle python-requests 
python-wrapt)
+checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest 
python-aiohttp
+  python-pytest-aiohttp python-testing.postgresql python-psycopg2)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws/aws-xray-sdk-python/archive/$pkgver.tar.gz";)
+sha256sums=('c091c85a8da2ba6e3f00b8ef3ccf92f888ec1b64ec35bcb7eeaaf714ca84576e')
+
+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
+
+  # aiobotocore is not compatible with botocore 1.11+, which is required by 
aws-xray-sdk 2.x
+  # https://github.com/aio-libs/aiobotocore/issues/629
+  # 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/aiobotocore --ignore tests/ext/django
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in python-testing.postgresql/repos (2 files)

2018-11-17 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, November 18, 2018 @ 07:36:47
  Author: yan12125
Revision: 408650

archrelease: copy trunk to community-any

Added:
  python-testing.postgresql/repos/community-any/
  python-testing.postgresql/repos/community-any/PKGBUILD
(from rev 408649, python-testing.postgresql/trunk/PKGBUILD)

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

Copied: python-testing.postgresql/repos/community-any/PKGBUILD (from rev 
408649, python-testing.postgresql/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-11-18 07:36:47 UTC (rev 408650)
@@ -0,0 +1,38 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-testing.postgresql
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Helpers for using temporary PostgreSQL databases in tests'
+arch=(any)
+url='https://github.com/tk0miya/testing.postgresql'
+license=(Apache)
+makedepends=(python-setuptools)
+depends=(python-testing.common.database python-pg8000 postgresql)
+checkdepends=(python-nose python-psycopg2 python-sqlalchemy)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/tk0miya/testing.postgresql/archive/$pkgver.tar.gz";
+
https://github.com/tk0miya/testing.postgresql/commit/738c8eb19a4b064dd74ff851c379dd1cbf11bc65.patch)
+sha256sums=('a8b41501f92103e2da0990ae72962375f6f1d092b0ac7e97a92f17ab8683bc20'
+'3fac5ec62af8ec6a1a15c3e8f7c71597de4bd3e9496d632bbdd6ce0d9b8da56e')
+
+prepare() {
+  cd testing.postgresql-$pkgver
+
+  # fix tests
+  patch -Np1 -i ../738c8eb19a4b064dd74ff851c379dd1cbf11bc65.patch
+}
+
+build() {
+  cd testing.postgresql-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd testing.postgresql-$pkgver
+  nosetests -v
+}
+
+package() {
+  cd testing.postgresql-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in (4 files)

2018-11-17 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, November 18, 2018 @ 07:35:27
  Author: yan12125
Revision: 408649

addpkg: python-testing.postgresql 1.3.0-1

Added:
  python-testing.postgresql/
  python-testing.postgresql/repos/
  python-testing.postgresql/trunk/
  python-testing.postgresql/trunk/PKGBUILD

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

Added: python-testing.postgresql/trunk/PKGBUILD
===
--- python-testing.postgresql/trunk/PKGBUILD(rev 0)
+++ python-testing.postgresql/trunk/PKGBUILD2018-11-18 07:35:27 UTC (rev 
408649)
@@ -0,0 +1,38 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-testing.postgresql
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Helpers for using temporary PostgreSQL databases in tests'
+arch=(any)
+url='https://github.com/tk0miya/testing.postgresql'
+license=(Apache)
+makedepends=(python-setuptools)
+depends=(python-testing.common.database python-pg8000 postgresql)
+checkdepends=(python-nose python-psycopg2 python-sqlalchemy)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/tk0miya/testing.postgresql/archive/$pkgver.tar.gz";
+
https://github.com/tk0miya/testing.postgresql/commit/738c8eb19a4b064dd74ff851c379dd1cbf11bc65.patch)
+sha256sums=('a8b41501f92103e2da0990ae72962375f6f1d092b0ac7e97a92f17ab8683bc20'
+'3fac5ec62af8ec6a1a15c3e8f7c71597de4bd3e9496d632bbdd6ce0d9b8da56e')
+
+prepare() {
+  cd testing.postgresql-$pkgver
+
+  # fix tests
+  patch -Np1 -i ../738c8eb19a4b064dd74ff851c379dd1cbf11bc65.patch
+}
+
+build() {
+  cd testing.postgresql-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd testing.postgresql-$pkgver
+  nosetests -v
+}
+
+package() {
+  cd testing.postgresql-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in python-testing.common.database/repos (2 files)

2018-11-17 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, November 18, 2018 @ 07:27:45
  Author: yan12125
Revision: 408648

archrelease: copy trunk to community-any

Added:
  python-testing.common.database/repos/community-any/
  python-testing.common.database/repos/community-any/PKGBUILD
(from rev 408647, python-testing.common.database/trunk/PKGBUILD)

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

Copied: python-testing.common.database/repos/community-any/PKGBUILD (from rev 
408647, python-testing.common.database/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-11-18 07:27:45 UTC (rev 408648)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-testing.common.database
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Utilities for testing.* packages'
+arch=(any)
+url='https://github.com/tk0miya/testing.common.database'
+license=(Apache)
+makedepends=(python-setuptools)
+depends=(python)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/tk0miya/testing.common.database/archive/$pkgver.tar.gz";)
+sha256sums=('f2d4f865e52bacf54cf853b6043cceb06a31ed020b50d3b0e63c7e59c66f00b4')
+
+prepare() {
+  cd testing.common.database-$pkgver
+
+  # https://github.com/tk0miya/testing.common.database/issues/21
+  sed -i 's|2\.0\.2|2.0.3|' setup.py
+}
+
+build() {
+  cd testing.common.database-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd testing.common.database-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2018-11-17 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, November 18, 2018 @ 07:26:30
  Author: yan12125
Revision: 408647

archrelease: copy trunk to community-any

Added:
  python-pynamodb/repos/community-any/
  python-pynamodb/repos/community-any/PKGBUILD
(from rev 408646, python-pynamodb/trunk/PKGBUILD)

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

Copied: python-pynamodb/repos/community-any/PKGBUILD (from rev 408646, 
python-pynamodb/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-11-18 07:26:30 UTC (rev 408647)
@@ -0,0 +1,32 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-pynamodb
+_pkgname=PynamoDB
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="A pythonic interface to Amazon's DynamoDB"
+arch=(any)
+url='https://pynamodb.readthedocs.io/'
+license=(MIT)
+makedepends=(python-setuptools)
+depends=(python-botocore python-dateutil python-six)
+checkdepends=(python-blinker python-mock python-pytest-mock python-requests)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/pynamodb/PynamoDB/archive/$pkgver.tar.gz";)
+sha256sums=('999fff6508ef9697958c08d39a456f0f9551193be3a06ab86edfeb42abd7a9d2')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  pytest -v -m 'not ddblocal' pynamodb/tests
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2018-11-17 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, November 18, 2018 @ 07:25:23
  Author: yan12125
Revision: 408646

archrelease: copy trunk to community-any

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

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

Copied: python-pg8000/repos/community-any/PKGBUILD (from rev 408645, 
python-pg8000/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-11-18 07:25:23 UTC (rev 408646)
@@ -0,0 +1,25 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: quomoow 
+
+pkgname=python-pg8000
+pkgver=1.12.3
+pkgrel=1
+pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
+arch=(any)
+url='https://pythonhosted.org/pg8000/'
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python)
+source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz";)
+sha256sums=('18192d90409a3037619ef17f1924e3fd9c7169c9c1b3277cec1982116ec2b6de')
+
+build() {
+  cd pg8000-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pg8000-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in (4 files)

2018-11-17 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, November 18, 2018 @ 07:22:34
  Author: yan12125
Revision: 408645

addpkg: python-testing.common.database 2.0.3-1

Added:
  python-testing.common.database/
  python-testing.common.database/repos/
  python-testing.common.database/trunk/
  python-testing.common.database/trunk/PKGBUILD

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

Added: python-testing.common.database/trunk/PKGBUILD
===
--- python-testing.common.database/trunk/PKGBUILD   
(rev 0)
+++ python-testing.common.database/trunk/PKGBUILD   2018-11-18 07:22:34 UTC 
(rev 408645)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-testing.common.database
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Utilities for testing.* packages'
+arch=(any)
+url='https://github.com/tk0miya/testing.common.database'
+license=(Apache)
+makedepends=(python-setuptools)
+depends=(python)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/tk0miya/testing.common.database/archive/$pkgver.tar.gz";)
+sha256sums=('f2d4f865e52bacf54cf853b6043cceb06a31ed020b50d3b0e63c7e59c66f00b4')
+
+prepare() {
+  cd testing.common.database-$pkgver
+
+  # https://github.com/tk0miya/testing.common.database/issues/21
+  sed -i 's|2\.0\.2|2.0.3|' setup.py
+}
+
+build() {
+  cd testing.common.database-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd testing.common.database-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in (4 files)

2018-11-17 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, November 18, 2018 @ 07:21:00
  Author: yan12125
Revision: 408644

addpkg: python-pynamodb 3.3.1-1

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

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

Added: python-pynamodb/trunk/PKGBUILD
===
--- python-pynamodb/trunk/PKGBUILD  (rev 0)
+++ python-pynamodb/trunk/PKGBUILD  2018-11-18 07:21:00 UTC (rev 408644)
@@ -0,0 +1,32 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-pynamodb
+_pkgname=PynamoDB
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="A pythonic interface to Amazon's DynamoDB"
+arch=(any)
+url='https://pynamodb.readthedocs.io/'
+license=(MIT)
+makedepends=(python-setuptools)
+depends=(python-botocore python-dateutil python-six)
+checkdepends=(python-blinker python-mock python-pytest-mock python-requests)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/pynamodb/PynamoDB/archive/$pkgver.tar.gz";)
+sha256sums=('999fff6508ef9697958c08d39a456f0f9551193be3a06ab86edfeb42abd7a9d2')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  pytest -v -m 'not ddblocal' pynamodb/tests
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in (4 files)

2018-11-17 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, November 18, 2018 @ 07:18:59
  Author: yan12125
Revision: 408643

addpkg: python-pg8000 1.12.3-1

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

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

Added: python-pg8000/trunk/PKGBUILD
===
--- python-pg8000/trunk/PKGBUILD(rev 0)
+++ python-pg8000/trunk/PKGBUILD2018-11-18 07:18:59 UTC (rev 408643)
@@ -0,0 +1,25 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: quomoow 
+
+pkgname=python-pg8000
+pkgver=1.12.3
+pkgrel=1
+pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
+arch=(any)
+url='https://pythonhosted.org/pg8000/'
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python)
+source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz";)
+sha256sums=('18192d90409a3037619ef17f1924e3fd9c7169c9c1b3277cec1982116ec2b6de')
+
+build() {
+  cd pg8000-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pg8000-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2018-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 18, 2018 @ 07:08:26
  Author: arojas
Revision: 340082

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

Added:
  digikam/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340081, digikam/kde-unstable/PKGBUILD)
Deleted:
  digikam/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-18 07:08:02 UTC (rev 340081)
+++ PKGBUILD2018-11-18 07:08:26 UTC (rev 340082)
@@ -1,48 +0,0 @@
-# $Id: PKGBUILD 320127 2018-03-24 09:48:28Z arojas $
-# Maintainer: Ronald van Haren 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=digikam
-_pkgver=6.0.0-beta2
-pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=1
-pkgdesc="An advanced digital photo management application"
-arch=(x86_64)
-license=(GPL)
-url="http://www.digikam.org/";
-depends=(liblqr lensfun opencv akonadi-contacts knotifyconfig libksane 
kfilemetadata qtav marble-common threadweaver kcalcore
- qt5-webengine libkvkontakte libmediawiki)
-makedepends=(extra-cmake-modules doxygen eigen boost kdoctools)
-optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)')
-source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz"{,.sig})
-sha256sums=('73ae57e2a5af538f335da312b5e9039268c81f124864af047ac3ebe6a86e7330'
-'SKIP')
-validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-${_pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DENABLE_KFILEMETADATASUPPORT=ON \
--DENABLE_MEDIAPLAYER=ON \
--DENABLE_AKONADICONTACTSUPPORT=ON \
--DENABLE_MYSQLSUPPORT=ON \
--DENABLE_APPSTYLES=ON \
--DENABLE_QWEBENGINE=ON \
--DOpenGL_GL_PREFERENCE=GLVND
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: digikam/repos/kde-unstable-x86_64/PKGBUILD (from rev 340081, 
digikam/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-18 07:08:26 UTC (rev 340082)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 320127 2018-03-24 09:48:28Z arojas $
+# Maintainer: Ronald van Haren 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=digikam
+_pkgver=6.0.0-beta2
+pkgver=${_pkgver//-/_} # for beta versions
+pkgrel=2
+pkgdesc="An advanced digital photo management application"
+arch=(x86_64)
+license=(GPL)
+url="http://www.digikam.org/";
+depends=(liblqr lensfun opencv akonadi-contacts knotifyconfig libksane 
kfilemetadata qtav marble-common threadweaver kcalcore
+ qt5-webengine libkvkontakte libmediawiki)
+makedepends=(extra-cmake-modules doxygen eigen boost kdoctools)
+optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)')
+source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz"{,.sig})
+sha256sums=('73ae57e2a5af538f335da312b5e9039268c81f124864af047ac3ebe6a86e7330'
+'SKIP')
+validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-${_pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DENABLE_KFILEMETADATASUPPORT=ON \
+-DENABLE_MEDIAPLAYER=ON \
+-DENABLE_AKONADICONTACTSUPPORT=ON \
+-DENABLE_MYSQLSUPPORT=ON \
+-DENABLE_APPSTYLES=ON \
+-DENABLE_QWEBENGINE=ON \
+-DOpenGL_GL_PREFERENCE=GLVND
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 18, 2018 @ 07:08:02
  Author: arojas
Revision: 340081

Rebuild against opencv 3.4.4

Modified:
  digikam/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-18 07:01:44 UTC (rev 340080)
+++ PKGBUILD2018-11-18 07:08:02 UTC (rev 340081)
@@ -7,7 +7,7 @@
 pkgname=digikam
 _pkgver=6.0.0-beta2
 pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=1
+pkgrel=2
 pkgdesc="An advanced digital photo management application"
 arch=(x86_64)
 license=(GPL)


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Sunday, November 18, 2018 @ 07:01:37
  Author: foutrelis
Revision: 340079

upgpkg: flashplugin 31.0.0.148-1

New upstream release.

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-18 07:00:30 UTC (rev 340078)
+++ PKGBUILD2018-11-18 07:01:37 UTC (rev 340079)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=(flashplugin pepper-flash)
-pkgver=31.0.0.122
+pkgver=31.0.0.148
 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=('02640cd260d874458cf8261169911b37f493895e1e98e6fea1ec65072c9bc408'
-'57c24d785a49b13605394ed1335c92e8acb316b655dab110cf8f6672d40f5b80')
+sha256sums=('73a5409d5ff1e487558d28a5f8789132713ea9768ed534a7abafea8cd68cefaa'
+'0b6db92a33c44ea0c8bdbe4a5cdb0060387d3d62f1ac41eb28861dcb5481f394')
 
 prepare() {
   local _dir


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Sunday, November 18, 2018 @ 07:01:44
  Author: foutrelis
Revision: 340080

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-18 07:01:37 UTC (rev 340079)
+++ PKGBUILD2018-11-18 07:01:44 UTC (rev 340080)
@@ -1,52 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=(flashplugin pepper-flash)
-pkgver=31.0.0.122
-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=('02640cd260d874458cf8261169911b37f493895e1e98e6fea1ec65072c9bc408'
-'57c24d785a49b13605394ed1335c92e8acb316b655dab110cf8f6672d40f5b80')
-
-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 340079, 
flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-18 07:01:44 UTC (rev 340080)
@@ -0,0 +1,52 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=(flashplugin pepper-flash)
+pkgver=31.0.0.148
+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=('73a5409d5ff1e487558d28a5f8789132713ea9768ed534a7abafea8cd68cefaa'
+'0b6db92a33c44ea0c8bdbe4a5cdb0060387d3d62f1ac41eb28861dcb5481f394')
+
+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 sdl_gfx/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-11-17 Thread Jan Steffens via arch-commits
Date: Sunday, November 18, 2018 @ 07:00:30
  Author: heftig
Revision: 340078

archrelease: copy trunk to extra-x86_64

Added:
  sdl_gfx/repos/extra-x86_64/PKGBUILD
(from rev 340077, sdl_gfx/trunk/PKGBUILD)
Deleted:
  sdl_gfx/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-18 06:59:59 UTC (rev 340077)
+++ PKGBUILD2018-11-18 07:00:30 UTC (rev 340078)
@@ -1,26 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=sdl_gfx
-pkgver=2.0.26
-pkgrel=2
-pkgdesc="SDL graphics drawing primitives and other support functions"
-url="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/";
-arch=(x86_64)
-license=(LGPL)
-depends=(sdl)
-source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz)
-sha256sums=('7ceb4ffb6fc63ffba5f1290572db43d74386cd0781c123bc912da50d34945446')
-
-build() {
-  cd SDL_gfx-$pkgver
-  ./configure --prefix=/usr \
-$([[ $CARCH == x86_64 ]] && echo --disable-mmx)
-  make
-}
-
-package() {
-  cd SDL_gfx-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: sdl_gfx/repos/extra-x86_64/PKGBUILD (from rev 340077, 
sdl_gfx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-18 07:00:30 UTC (rev 340078)
@@ -0,0 +1,34 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sdl_gfx
+pkgver=2.0.26
+pkgrel=3
+pkgdesc="SDL graphics drawing primitives and other support functions"
+url="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/";
+arch=(x86_64)
+license=(LGPL)
+depends=(sdl)
+source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz)
+sha256sums=('7ceb4ffb6fc63ffba5f1290572db43d74386cd0781c123bc912da50d34945446')
+
+prepare() {
+  cd SDL_gfx-$pkgver
+
+  # shipped configure was not regenerated since 2.0.25, resulting in bad soname
+  # https://bugs.archlinux.org/task/60821
+  autoreconf -fvi
+}
+
+build() {
+  cd SDL_gfx-$pkgver
+  ./configure --prefix=/usr \
+$([[ $CARCH == x86_64 ]] && echo --disable-mmx)
+  make
+}
+
+package() {
+  cd SDL_gfx-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-11-17 Thread Jan Steffens via arch-commits
Date: Sunday, November 18, 2018 @ 06:59:59
  Author: heftig
Revision: 340077

2.0.26-3: FS#60821 fix soname

Modified:
  sdl_gfx/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-18 06:40:36 UTC (rev 340076)
+++ PKGBUILD2018-11-18 06:59:59 UTC (rev 340077)
@@ -4,7 +4,7 @@
 
 pkgname=sdl_gfx
 pkgver=2.0.26
-pkgrel=2
+pkgrel=3
 pkgdesc="SDL graphics drawing primitives and other support functions"
 url="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/";
 arch=(x86_64)
@@ -13,6 +13,14 @@
 source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz)
 sha256sums=('7ceb4ffb6fc63ffba5f1290572db43d74386cd0781c123bc912da50d34945446')
 
+prepare() {
+  cd SDL_gfx-$pkgver
+
+  # shipped configure was not regenerated since 2.0.25, resulting in bad soname
+  # https://bugs.archlinux.org/task/60821
+  autoreconf -fvi
+}
+
 build() {
   cd SDL_gfx-$pkgver
   ./configure --prefix=/usr \


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

2018-11-17 Thread Jan Steffens via arch-commits
Date: Sunday, November 18, 2018 @ 06:45:19
  Author: heftig
Revision: 408642

FS#60837 Use source_x86_64

Modified:
  eclipse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-18 02:57:16 UTC (rev 408641)
+++ PKGBUILD2018-11-18 06:45:19 UTC (rev 408642)
@@ -16,7 +16,7 @@
 url="https://eclipse.org";
 makedepends=(python3)
 source=(commonify)
-noextract=()
+sha256sums=('70ae1934385b0b7c25e5a76bfcd6d092bfd8d19ce451c3d909afa3cf2448452e')
 
 _sourcename() {
   case $1 in
@@ -26,20 +26,22 @@
   esac
 }
 
+source_x86_64=()
+noextract=()
+
 for _pkg in ${pkgname[@]}; do
   _src=$(_sourcename $_pkg) || continue
-  
source+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/$_release/R/$_src)
+  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/$_release/R/$_src)
   noextract+=($_src)
   eval "package_$_pkg() { _package $_pkg; }"
 done
 
-sha256sums=('70ae1934385b0b7c25e5a76bfcd6d092bfd8d19ce451c3d909afa3cf2448452e'
-'7f5264ab51477deed9f28a4d3f92209846fa9caa3b311f60d540543c7e172748'
-'9d1375f45fb9a37f471db71da07ef67d45c6e36bdd1c6fea9652a19ab388ed0c'
-'f18e533650ab1961651cb3ebdcf38d6fb78d983e1edb175da1afe5b06bebc9e0'
-'8fca8efa9f63291efacc0205dd85fc35a109c9518cf0f603cf632b534d01ed7e'
-'9197060e3e133d5033b7fcbe856ede5c0cb8f831ba5f0835d6ca2579bce22c3f'
-'adca1e695d0e6adb6fcf11a595c6d2d6b3c01436ab6cb02f99b63ae5cfecfbdd')
+sha256sums_x86_64=('7f5264ab51477deed9f28a4d3f92209846fa9caa3b311f60d540543c7e172748'
+   
'9d1375f45fb9a37f471db71da07ef67d45c6e36bdd1c6fea9652a19ab388ed0c'
+   
'f18e533650ab1961651cb3ebdcf38d6fb78d983e1edb175da1afe5b06bebc9e0'
+   
'8fca8efa9f63291efacc0205dd85fc35a109c9518cf0f603cf632b534d01ed7e'
+   
'9197060e3e133d5033b7fcbe856ede5c0cb8f831ba5f0835d6ca2579bce22c3f'
+   
'adca1e695d0e6adb6fcf11a595c6d2d6b3c01436ab6cb02f99b63ae5cfecfbdd')
 
 prepare() {
   local pkg src


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

2018-11-17 Thread Jan Steffens via arch-commits
Date: Sunday, November 18, 2018 @ 06:40:23
  Author: heftig
Revision: 340075

0.8.1-2: FS#60690 change dbus conf dir

Modified:
  fprintd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 22:42:44 UTC (rev 340074)
+++ PKGBUILD2018-11-18 06:40:23 UTC (rev 340075)
@@ -3,7 +3,7 @@
 
 pkgname=fprintd
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="D-Bus service to access fingerprint readers"
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/fprint/fprintd";
@@ -40,6 +40,6 @@
 
 package() {
   cd $pkgname
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" dbus_confdir=/usr/share/dbus-1/system.d install
   install -d -m 700 "$pkgdir/var/lib/fprint"
 }


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

2018-11-17 Thread Jan Steffens via arch-commits
Date: Sunday, November 18, 2018 @ 06:40:36
  Author: heftig
Revision: 340076

archrelease: copy trunk to extra-x86_64

Added:
  fprintd/repos/extra-x86_64/PKGBUILD
(from rev 340075, fprintd/trunk/PKGBUILD)
Deleted:
  fprintd/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-18 06:40:23 UTC (rev 340075)
+++ PKGBUILD2018-11-18 06:40:36 UTC (rev 340076)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Nikolay Rysev 
-
-pkgname=fprintd
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="D-Bus service to access fingerprint readers"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/fprint/fprintd";
-license=(GPL)
-depends=(libfprint dbus-glib polkit)
-makedepends=(intltool gtk-doc gnome-common git)
-groups=(fprint)
-_commit=9e32cd525724f21eebf2336a06b13a39c6616ab0  # tags/V_0_8_1^0
-source=("git+https://gitlab.freedesktop.org/libfprint/fprintd.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -d -m 700 "$pkgdir/var/lib/fprint"
-}

Copied: fprintd/repos/extra-x86_64/PKGBUILD (from rev 340075, 
fprintd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-18 06:40:36 UTC (rev 340076)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Nikolay Rysev 
+
+pkgname=fprintd
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="D-Bus service to access fingerprint readers"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/fprint/fprintd";
+license=(GPL)
+depends=(libfprint dbus-glib polkit)
+makedepends=(intltool gtk-doc gnome-common git)
+groups=(fprint)
+_commit=9e32cd525724f21eebf2336a06b13a39c6616ab0  # tags/V_0_8_1^0
+source=("git+https://gitlab.freedesktop.org/libfprint/fprintd.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" dbus_confdir=/usr/share/dbus-1/system.d install
+  install -d -m 700 "$pkgdir/var/lib/fprint"
+}


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

2018-11-17 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, November 18, 2018 @ 02:10:08
  Author: sangy
Revision: 408632

Update Maintainer email

Modified:
  pybind11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-18 02:08:09 UTC (rev 408631)
+++ PKGBUILD2018-11-18 02:10:08 UTC (rev 408632)
@@ -1,4 +1,4 @@
-# Maintainer : Daniel Bermond < gmail-com: danielbermond >
+# Maintainer : Daniel Bermond < archlinux-org: dbermond >
 # Maintainer : Santiago Torres-Arias 
 # Contributor: Matthew Ellison 
 


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

2018-11-17 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, November 18, 2018 @ 02:08:09
  Author: sangy
Revision: 408631

archrelease: copy trunk to community-any

Added:
  pybind11/repos/community-any/
  pybind11/repos/community-any/PKGBUILD
(from rev 408630, pybind11/trunk/PKGBUILD)

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

Copied: pybind11/repos/community-any/PKGBUILD (from rev 408630, 
pybind11/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-11-18 02:08:09 UTC (rev 408631)
@@ -0,0 +1,84 @@
+# Maintainer : Daniel Bermond < gmail-com: danielbermond >
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Matthew Ellison 
+
+pkgname=pybind11
+pkgver=2.2.4
+pkgrel=5
+pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
+arch=('any')
+url='https://pybind11.readthedocs.org/'
+license=('BSD')
+optdepends=('python: to target bindings supporting python 3'
+'python2: to target bindings supporting python 2')
+makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest'
+'python-sphinx' 'python2' 'python2-setuptools' 'python2-pytest' 
'python-breathe')
+checkdepends=('python-numpy' 'python-scipy' 'python2-numpy' 'python2-scipy')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz";)
+sha256sums=('b69e83658513215b8d1443544d0549b7d231b9f201f6fc787a2b2218b408181e')
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+
+mkdir -p build-cmake{,-py2}
+}
+
+build () {
+local _pythonver
+_pythonver="$(python -c 'import sys; print("%s.%s" 
%sys.version_info[0:2])')"
+
+# python modules
+cd "${pkgname}-${pkgver}"
+python setup.py build
+
+# cmake files and tests
+cd build-cmake
+cmake \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DPYTHON_EXECUTABLE:FILEPATH="/usr/bin/python${_pythonver}" \
+-Wno-dev \
+..
+make all mock_install
+cd "${srcdir}/${pkgname}-${pkgver}/build-cmake-py2"
+cmake \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DPYTHON_EXECUTABLE:FILEPATH='/usr/bin/python2.7' \
+-Wno-dev \
+..
+make all mock_install
+
+# manpage
+cd "${srcdir}/${pkgname}-${pkgver}/docs"
+make man
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+
+   make -C build-cmake check # python3 tests
+   make -C build-cmake-py2 check # python2 tests
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+
+local _pythonver
+_pythonver="$(python -c 'import sys; print("%s.%s" 
%sys.version_info[0:2])')"
+
+# python modules
+python setup.py install --root="$pkgdir" 
--install-headers='/usr/include/pybind11' --skip-build --optimize='1'
+python2 setup.py install --root="$pkgdir" 
--install-headers='/usr/include/pybind11' --skip-build --optimize='1'
+
+# cmake files
+mkdir -p "${pkgdir}/usr/share/cmake/${pkgname}"
+cd build-cmake/mock_install/share/cmake/pybind11
+install -m644 *.cmake "${pkgdir}/usr/share/cmake/${pkgname}"
+
+# manpage
+cd "${srcdir}/${pkgname}-${pkgver}/docs/.build/man"
+install -D -m644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+
+# license
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2018-11-17 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, November 18, 2018 @ 02:06:37
  Author: sangy
Revision: 408630

pybind11: Move package from AUR to community

Added:
  pybind11/
  pybind11/repos/
  pybind11/trunk/
  pybind11/trunk/PKGBUILD

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

Added: pybind11/trunk/PKGBUILD
===
--- pybind11/trunk/PKGBUILD (rev 0)
+++ pybind11/trunk/PKGBUILD 2018-11-18 02:06:37 UTC (rev 408630)
@@ -0,0 +1,84 @@
+# Maintainer : Daniel Bermond < gmail-com: danielbermond >
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Matthew Ellison 
+
+pkgname=pybind11
+pkgver=2.2.4
+pkgrel=5
+pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
+arch=('any')
+url='https://pybind11.readthedocs.org/'
+license=('BSD')
+optdepends=('python: to target bindings supporting python 3'
+'python2: to target bindings supporting python 2')
+makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest'
+'python-sphinx' 'python2' 'python2-setuptools' 'python2-pytest' 
'python-breathe')
+checkdepends=('python-numpy' 'python-scipy' 'python2-numpy' 'python2-scipy')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz";)
+sha256sums=('b69e83658513215b8d1443544d0549b7d231b9f201f6fc787a2b2218b408181e')
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+
+mkdir -p build-cmake{,-py2}
+}
+
+build () {
+local _pythonver
+_pythonver="$(python -c 'import sys; print("%s.%s" 
%sys.version_info[0:2])')"
+
+# python modules
+cd "${pkgname}-${pkgver}"
+python setup.py build
+
+# cmake files and tests
+cd build-cmake
+cmake \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DPYTHON_EXECUTABLE:FILEPATH="/usr/bin/python${_pythonver}" \
+-Wno-dev \
+..
+make all mock_install
+cd "${srcdir}/${pkgname}-${pkgver}/build-cmake-py2"
+cmake \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DPYTHON_EXECUTABLE:FILEPATH='/usr/bin/python2.7' \
+-Wno-dev \
+..
+make all mock_install
+
+# manpage
+cd "${srcdir}/${pkgname}-${pkgver}/docs"
+make man
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+
+   make -C build-cmake check # python3 tests
+   make -C build-cmake-py2 check # python2 tests
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+
+local _pythonver
+_pythonver="$(python -c 'import sys; print("%s.%s" 
%sys.version_info[0:2])')"
+
+# python modules
+python setup.py install --root="$pkgdir" 
--install-headers='/usr/include/pybind11' --skip-build --optimize='1'
+python2 setup.py install --root="$pkgdir" 
--install-headers='/usr/include/pybind11' --skip-build --optimize='1'
+
+# cmake files
+mkdir -p "${pkgdir}/usr/share/cmake/${pkgname}"
+cd build-cmake/mock_install/share/cmake/pybind11
+install -m644 *.cmake "${pkgdir}/usr/share/cmake/${pkgname}"
+
+# manpage
+cd "${srcdir}/${pkgname}-${pkgver}/docs/.build/man"
+install -D -m644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+
+# license
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2018-11-17 Thread Santiago Torres-Arias via arch-commits
Date: Saturday, November 17, 2018 @ 23:38:46
  Author: sangy
Revision: 408628

archrelease: copy trunk to community-any

Added:
  python-breathe/repos/community-any/PKGBUILD
(from rev 408627, python-breathe/trunk/PKGBUILD)

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

Copied: python-breathe/repos/community-any/PKGBUILD (from rev 408627, 
python-breathe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 23:38:46 UTC (rev 408628)
@@ -0,0 +1,65 @@
+# Maintainer : Daniel Bermond < archlinux-org: dbermond >
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Simon Boulay 
+
+pkgbase=python-breathe
+pkgname=('python-breathe' 'python2-breathe')
+pkgver=4.11.0
+pkgrel=2
+pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output."
+arch=('any')
+url="https://breathe.readthedocs.org/en/latest/";
+license=('BSD')
+makedepends=('python' 'git' 'python-setuptools' 'python2' 'python2-setuptools')
+source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed";)
+checkdepends=('python-nose' 'python2-nose' 'python-sphinx' 'python2-sphinx')
+sha256sums=('SKIP')
+validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

+
+prepare() {
+  cp -a "breathe" "breathe2"
+}
+
+# FIXME: tests are disabled for now, as sphinx 1.8.1+ break them.
+# See upstream bug: https://github.com/michaeljones/breathe/issues/394
+# check() {
+#   cd breathe
+# 
+#   PYTHONPATH=$PWD make test
+# 
+#   cd "${srcdir}/breathe2"
+# 
+#   PYTHONPATH=$PWD make test
+# 
+# }
+
+build() {
+  cd breathe
+  python setup.py build
+
+  cd "${srcdir}/breathe2"
+  python setup.py build
+}
+
+package_python-breathe() {
+  depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
+
+  cd "breathe"
+  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+
+  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+
+package_python2-breathe() {
+  pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output (python2)"
+  depends=('python2' 'python2-setuptools' 'python2-sphinx' 'python2-docutils' 
'python2-six')
+
+  cd "breathe2"
+  python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
+
+  # To avoid file conflict with the python3 version
+  mv "$pkgdir"/usr/bin/breathe-apidoc{,2}
+
+  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2018-11-17 Thread Santiago Torres-Arias via arch-commits
Date: Saturday, November 17, 2018 @ 23:37:15
  Author: sangy
Revision: 408627

Add python-breathe from AUR

Added:
  python-breathe/trunk/
  python-breathe/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2018-11-17 23:37:15 UTC (rev 408627)
@@ -0,0 +1,65 @@
+# Maintainer : Daniel Bermond < archlinux-org: dbermond >
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Simon Boulay 
+
+pkgbase=python-breathe
+pkgname=('python-breathe' 'python2-breathe')
+pkgver=4.11.0
+pkgrel=2
+pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output."
+arch=('any')
+url="https://breathe.readthedocs.org/en/latest/";
+license=('BSD')
+makedepends=('python' 'git' 'python-setuptools' 'python2' 'python2-setuptools')
+source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed";)
+checkdepends=('python-nose' 'python2-nose' 'python-sphinx' 'python2-sphinx')
+sha256sums=('SKIP')
+validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

+
+prepare() {
+  cp -a "breathe" "breathe2"
+}
+
+# FIXME: tests are disabled for now, as sphinx 1.8.1+ break them.
+# See upstream bug: https://github.com/michaeljones/breathe/issues/394
+# check() {
+#   cd breathe
+# 
+#   PYTHONPATH=$PWD make test
+# 
+#   cd "${srcdir}/breathe2"
+# 
+#   PYTHONPATH=$PWD make test
+# 
+# }
+
+build() {
+  cd breathe
+  python setup.py build
+
+  cd "${srcdir}/breathe2"
+  python setup.py build
+}
+
+package_python-breathe() {
+  depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
+
+  cd "breathe"
+  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+
+  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+
+package_python2-breathe() {
+  pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output (python2)"
+  depends=('python2' 'python2-setuptools' 'python2-sphinx' 'python2-docutils' 
'python2-six')
+
+  cd "breathe2"
+  python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
+
+  # To avoid file conflict with the python3 version
+  mv "$pkgdir"/usr/bin/breathe-apidoc{,2}
+
+  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in (3 files)

2018-11-17 Thread Santiago Torres-Arias via arch-commits
Date: Saturday, November 17, 2018 @ 23:31:55
  Author: sangy
Revision: 408626

archrelease: copy trunk to community-any

Added:
  python-breathe/
  python-breathe/repos/
  python-breathe/repos/community-any/


[arch-commits] Commit in cura-resources-materials/repos/community-any (2 files)

2018-11-17 Thread Jelle van der Waa via arch-commits
Date: Saturday, November 17, 2018 @ 22:51:52
  Author: jelle
Revision: 408625

archrelease: copy trunk to community-any

Added:
  cura-resources-materials/repos/community-any/PKGBUILD
(from rev 408624, cura-resources-materials/trunk/PKGBUILD)
Deleted:
  cura-resources-materials/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 22:51:40 UTC (rev 408624)
+++ PKGBUILD2018-11-17 22:51:52 UTC (rev 408625)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Uffe Jakobsen 
- 
-pkgname=cura-resources-materials
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="Missing materials resources for Cura"
-url="https://ultimaker.com/en/products/cura-software";
-license=("AGPL")
-arch=("any")
-source=(fdm_materials-$pkgver.tar.gz::https://github.com/Ultimaker/fdm_materials/archive/${pkgver}.tar.gz)
-sha1sums=('23bd7341ad7708b897723a4d51cfe134b9feab0a')
-
-package()
-{
-  mkdir -p "${pkgdir}/usr/share/cura/resources/materials"
-  cp -r ${srcdir}/fdm_materials-${pkgver}/*.fdm_material 
"${pkgdir}/usr/share/cura/resources/materials/"
-}

Copied: cura-resources-materials/repos/community-any/PKGBUILD (from rev 408624, 
cura-resources-materials/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 22:51:52 UTC (rev 408625)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Uffe Jakobsen 
+ 
+pkgname=cura-resources-materials
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Missing materials resources for Cura"
+url="https://ultimaker.com/en/products/cura-software";
+license=("AGPL")
+arch=("any")
+source=(fdm_materials-$pkgver.tar.gz::https://github.com/Ultimaker/fdm_materials/archive/${pkgver}.tar.gz)
+sha1sums=('eb0eb8e64ae931a3463058d466878353fe7b4752')
+
+package()
+{
+  mkdir -p "${pkgdir}/usr/share/cura/resources/materials"
+  cp -r ${srcdir}/fdm_materials-${pkgver}/*.fdm_material 
"${pkgdir}/usr/share/cura/resources/materials/"
+}


[arch-commits] Commit in cura-resources-materials/trunk (PKGBUILD)

2018-11-17 Thread Jelle van der Waa via arch-commits
Date: Saturday, November 17, 2018 @ 22:51:40
  Author: jelle
Revision: 408624

upgpkg: cura-resources-materials 3.6.0-1

Modified:
  cura-resources-materials/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 22:48:00 UTC (rev 408623)
+++ PKGBUILD2018-11-17 22:51:40 UTC (rev 408624)
@@ -2,7 +2,7 @@
 # Contributor: Uffe Jakobsen 
  
 pkgname=cura-resources-materials
-pkgver=3.4.1
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="Missing materials resources for Cura"
 url="https://ultimaker.com/en/products/cura-software";
@@ -9,7 +9,7 @@
 license=("AGPL")
 arch=("any")
 
source=(fdm_materials-$pkgver.tar.gz::https://github.com/Ultimaker/fdm_materials/archive/${pkgver}.tar.gz)
-sha1sums=('23bd7341ad7708b897723a4d51cfe134b9feab0a')
+sha1sums=('eb0eb8e64ae931a3463058d466878353fe7b4752')
 
 package()
 {


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

2018-11-17 Thread Jelle van der Waa via arch-commits
Date: Saturday, November 17, 2018 @ 22:48:00
  Author: jelle
Revision: 408623

Update to 3.6

Modified:
  uranium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 21:59:07 UTC (rev 408622)
+++ PKGBUILD2018-11-17 22:48:00 UTC (rev 408623)
@@ -2,21 +2,21 @@
 # Contributor: Grey Christoforo 
 
 pkgname=uranium
-pkgver=3.4.1
-pkgrel=3
+pkgver=3.6.0
+pkgrel=1
 pkgdesc="A Python framework for building Desktop applications."
 url="https://github.com/Ultimaker/Uranium";
 arch=('any')
 license=('AGPL')
-depends=('python' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'pyqt5-common' 
'python-pyqt5' 'python-numpy' 'arcus')
+depends=('python' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'pyqt5-common' 
'python-pyqt5' 'python-numpy' 'arcus' 'python-shapely')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('7a97385b101a30008d1c0bb576d603b93ca2d0967b8c71faeb6760c9cc9ecb72')
+sha256sums=('9a63e7d02c57a818815f61ada53b41d6c04683f874db80baa32f68d34b51a245')
 
+
 prepare() {
   cd Uranium-${pkgver}
-  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
-  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages/cura),DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura),g'
 CMakeLists.txt
+  sed -i 's,/dist-packages,.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
 }
 
 build() {


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

2018-11-17 Thread Antonio Rojas via arch-commits
Date: Saturday, November 17, 2018 @ 22:42:44
  Author: arojas
Revision: 340074

archrelease: copy trunk to extra-x86_64

Added:
  opencv/repos/extra-x86_64/PKGBUILD
(from rev 340073, opencv/trunk/PKGBUILD)
Deleted:
  opencv/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 22:42:18 UTC (rev 340073)
+++ PKGBUILD2018-11-17 22:42:44 UTC (rev 340074)
@@ -1,83 +0,0 @@
-# Maintainer: Ray Rashif 
-# Contributor: Tobias Powalowski 
-
-pkgbase=opencv
-pkgname=(opencv opencv-samples)
-pkgver=3.4.3
-pkgrel=5
-pkgdesc="Open Source Computer Vision Library"
-arch=(x86_64)
-license=(BSD)
-url="http://opencv.org/";
-depends=(intel-tbb openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 
jasper ffmpeg)
-makedepends=(cmake python-numpy python2-numpy mesa eigen hdf5 lapacke gtk3 vtk 
glew)
-optdepends=('opencv-samples: samples'
-'gtk3: for the HighGUI module'
-'vtk: for the viz module'
-'hdf5: support for HDF5 format'
-'opencl-icd-loader: For coding with OpenCL'
-'python-numpy: Python 3 interface'
-'python2-numpy: Python 2 interface')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/opencv/opencv/archive/$pkgver.zip";
-
"opencv_contrib-$pkgver.tar.gz::https://github.com/opencv/opencv_contrib/archive/$pkgver.tar.gz";)
-sha256sums=('37c7d8c3b9807902ad11b9181bbde61dcb3898a78a563130494752f46fe8cc5f'
-'6dfb51326f3dfeb659128df952edecd45683626a965aa4a8e1e9c970c40fb636')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  # cmake's FindLAPACK doesn't add cblas to LAPACK_LIBRARIES, so we need to 
specify them manually
-  cmake ../$pkgname-$pkgver \
--DWITH_OPENCL=ON \
--DWITH_OPENGL=ON \
--DWITH_TBB=ON \
--DOpenGL_GL_PREFERENCE=GLVND \
--DBUILD_WITH_DEBUG_INFO=OFF \
--DBUILD_TESTS=OFF \
--DBUILD_PERF_TESTS=OFF \
--DBUILD_EXAMPLES=ON \
--DINSTALL_C_EXAMPLES=ON \
--DINSTALL_PYTHON_EXAMPLES=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCPU_BASELINE_DISABLE=SSE3 \
--DCPU_BASELINE_REQUIRE=SSE2 \
--DOPENCV_EXTRA_MODULES_PATH="$srcdir/opencv_contrib-$pkgver/modules" \
-
-DLAPACK_LIBRARIES="/usr/lib/liblapack.so;/usr/lib/libblas.so;/usr/lib/libcblas.so"
 \
--DLAPACK_CBLAS_H="/usr/include/cblas.h" \
--DLAPACK_LAPACKE_H="/usr/include/lapacke.h"
-  make
-}
-
-package_opencv() {
-  options=(staticlibs)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # install license file
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-
-  cd "$pkgdir"/usr/share
-
-  # separate samples package
-  mv OpenCV/samples "$srcdir/$pkgname-samples"
-  mv OpenCV $pkgname # otherwise folder naming is inconsistent
-}
-
-package_opencv-samples() {
-  pkgdesc+=" (samples)"
-  depends=("opencv=$pkgver")
-  unset optdepends
-
-  mkdir -p "$pkgdir"/usr/share/opencv
-  cp -r "$srcdir"/opencv-samples "$pkgdir"/usr/share/opencv/samples
-  # fix permissions
-  chmod 755 "$pkgdir"/usr/share/opencv/samples/*
-
-  # install license file
-  install -Dm644 "$srcdir"/opencv-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: opencv/repos/extra-x86_64/PKGBUILD (from rev 340073, 
opencv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 22:42:44 UTC (rev 340074)
@@ -0,0 +1,87 @@
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=(opencv opencv-samples)
+pkgver=3.4.4
+pkgrel=1
+pkgdesc="Open Source Computer Vision Library"
+arch=(x86_64)
+license=(BSD)
+url="http://opencv.org/";
+depends=(intel-tbb openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 
jasper ffmpeg)
+makedepends=(cmake python-numpy python-setuptools mesa eigen hdf5 lapacke gtk3 
vtk glew)
+optdepends=('opencv-samples: samples'
+'gtk3: for the HighGUI module'
+'vtk: for the viz module'
+'hdf5: support for HDF5 format'
+'opencl-icd-loader: For coding with OpenCL'
+'python-numpy: Python interface')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/opencv/opencv/archive/$pkgver.zip";
+
"opencv_contrib-$pkgver.tar.gz::https://github.com/opencv/opencv_contrib/archive/$pkgver.tar.gz";)
+sha256sums=('b5755384cbadf67f55838c6cfd9ae1aad0ebad2c7cfe4c1174417c80d2ed15a9'
+'765446d994713363554978d1da447fef77a2cdf9e38742f0a98b13b92652626d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  # cmake's FindLAPACK doesn't add cblas to LAPACK_LIBRARIES, so we need to 
specify them manually
+  cmake ../$pkgname-$pkgver \
+-DWITH_OPENCL=ON \
+-DWITH_OPENGL=ON \
+-DWITH_T

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

2018-11-17 Thread Antonio Rojas via arch-commits
Date: Saturday, November 17, 2018 @ 22:42:18
  Author: arojas
Revision: 340073

Update to 3.4.4

Modified:
  opencv/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 20:40:07 UTC (rev 340072)
+++ PKGBUILD2018-11-17 22:42:18 UTC (rev 340073)
@@ -3,25 +3,24 @@
 
 pkgbase=opencv
 pkgname=(opencv opencv-samples)
-pkgver=3.4.3
-pkgrel=5
+pkgver=3.4.4
+pkgrel=1
 pkgdesc="Open Source Computer Vision Library"
 arch=(x86_64)
 license=(BSD)
 url="http://opencv.org/";
 depends=(intel-tbb openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 
jasper ffmpeg)
-makedepends=(cmake python-numpy python2-numpy mesa eigen hdf5 lapacke gtk3 vtk 
glew)
+makedepends=(cmake python-numpy python-setuptools mesa eigen hdf5 lapacke gtk3 
vtk glew)
 optdepends=('opencv-samples: samples'
 'gtk3: for the HighGUI module'
 'vtk: for the viz module'
 'hdf5: support for HDF5 format'
 'opencl-icd-loader: For coding with OpenCL'
-'python-numpy: Python 3 interface'
-'python2-numpy: Python 2 interface')
+'python-numpy: Python interface')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/opencv/opencv/archive/$pkgver.zip";
 
"opencv_contrib-$pkgver.tar.gz::https://github.com/opencv/opencv_contrib/archive/$pkgver.tar.gz";)
-sha256sums=('37c7d8c3b9807902ad11b9181bbde61dcb3898a78a563130494752f46fe8cc5f'
-'6dfb51326f3dfeb659128df952edecd45683626a965aa4a8e1e9c970c40fb636')
+sha256sums=('b5755384cbadf67f55838c6cfd9ae1aad0ebad2c7cfe4c1174417c80d2ed15a9'
+'765446d994713363554978d1da447fef77a2cdf9e38742f0a98b13b92652626d')
 
 prepare() {
   mkdir -p build
@@ -61,6 +60,11 @@
   # install license file
   install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
 
+  # install python bindings
+  cd python_loader
+  python setup.py install --root="$pkgdir"
+  rm -r "$pkgdir"/usr/python
+
   cd "$pkgdir"/usr/share
 
   # separate samples package


[arch-commits] Commit in biber/trunk (PKGBUILD test.bib test.tex)

2018-11-17 Thread Rémy Oudompheng via arch-commits
Date: Saturday, November 17, 2018 @ 21:59:07
  Author: remy
Revision: 408622

Add sample .tex and .bib files for package testing

Added:
  biber/trunk/test.bib
  biber/trunk/test.tex
Modified:
  biber/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 test.bib |   16 
 test.tex |   15 +++
 3 files changed, 50 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 21:55:40 UTC (rev 408621)
+++ PKGBUILD2018-11-17 21:59:07 UTC (rev 408622)
@@ -38,11 +38,17 @@
  'perl-xml-writer')
 # ExtUtils::LibBuilder and Config::AutoConf are not actual makedepends
 makedepends=('perl-module-build' 'perl-test-differences')
-checkdepends=('perl-capture-tiny' 'perl-file-which')
+checkdepends=('perl-capture-tiny' 'perl-file-which'
+  'texlive-bibtexextra'
+  'texlive-latexextra')
 options=('!emptydirs')
 # The sourceforge tarball is missing bblxml.pm
-source=("https://github.com/plk/biber/archive/v${pkgver}.tar.gz";)
-sha512sums=('72f1a05224dc2735b32e92ac376d392fb631bf788a15de449471fdc5a94182ad4434ce71f95281e4cfc3a06cd275d2ff98e526d540c2979cd3e0dfa15b5c75ff')
+source=("https://github.com/plk/biber/archive/v${pkgver}.tar.gz";
+"test.tex"
+"test.bib")
+sha512sums=('72f1a05224dc2735b32e92ac376d392fb631bf788a15de449471fdc5a94182ad4434ce71f95281e4cfc3a06cd275d2ff98e526d540c2979cd3e0dfa15b5c75ff'
+
'31d6476c34b8b889fa8e441e5be06981de221de652b5a43eb4a1894c401ec73349a4ae6ca560b466a725327001c44e1d7805dd1976cd43f97617f5a3cd2b4468'
+
'68a00e41f200b8e24a674538b6581b88f84daef38a765790c1781365329203f60f4461a56dfa092bf336cc00c8801df1ee85f60d86fd384a8c039f913bdeeb2d')
 
 prepare() {
   cd "${srcdir}/biber-${pkgver}"
@@ -50,6 +56,9 @@
   if [[ $CARCH = "i686" ]]; then
 sed -i '/1702/ s+.*+eq_or_diff("dummy", "dummy", "skip 32 bit");+' 
t/dateformats.t
   fi
+
+  mkdir -p "test"
+  cp "${srcdir}"/test.{tex,bib} test/
 }
 
 build() {
@@ -61,6 +70,13 @@
 
 check() {
   cd "${srcdir}/biber-${pkgver}"
+  # Test a sample file
+  pushd test
+  latex test
+  PERL5LIB=../blib/lib ../bin/biber test
+  latex test
+  popd
+  # Run test suite
   unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
   LC_CTYPE=en_US.UTF-8 BIBER_DEV_TESTS=1 ./Build test
 }

Added: test.bib
===
--- test.bib(rev 0)
+++ test.bib2018-11-17 21:59:07 UTC (rev 408622)
@@ -0,0 +1,16 @@
+@misc{rfc793,
+  shorthand="RFC793",
+  presort="RFC0793",
+  author="J. Postel",
+  title="{Transmission Control Protocol}",
+  series="Request for Comments",
+  number="793",
+  howpublished="RFC 793 (Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=sep,
+note="Updated by RFCs 1122, 3168, 6093, 6528",
+  url="http://www.ietf.org/rfc/rfc793.txt";,
+}
+

Added: test.tex
===
--- test.tex(rev 0)
+++ test.tex2018-11-17 21:59:07 UTC (rev 408622)
@@ -0,0 +1,15 @@
+\documentclass{article}
+\usepackage{biblatex}
+\title{Biber test}
+\author{Toke Høiland-Jørgensen}
+\date{\today}
+\bibliography{fs33034}
+
+\begin{document}
+\maketitle
+
+See \cite{rfc793}.
+
+\printbibliography
+
+\end{document}


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

2018-11-17 Thread Filipe Laíns via arch-commits
Date: Saturday, November 17, 2018 @ 21:55:40
  Author: ffy00
Revision: 408621

archrelease: copy trunk to community-x86_64

Added:
  shotcut/repos/community-x86_64/PKGBUILD
(from rev 408620, shotcut/trunk/PKGBUILD)
  shotcut/repos/community-x86_64/melt.patch
(from rev 408620, shotcut/trunk/melt.patch)
Deleted:
  shotcut/repos/community-x86_64/PKGBUILD
  shotcut/repos/community-x86_64/melt.patch

+
 PKGBUILD   |   94 +--
 melt.patch |   26 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 21:55:05 UTC (rev 408620)
+++ PKGBUILD2018-11-17 21:55:40 UTC (rev 408621)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: nfnty 
-
-pkgname=shotcut
-pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=18.11.04
-pkgrel=1
-arch=('x86_64')
-url='https://www.shotcut.org'
-license=('GPL3')
-depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
- 'qt5-quickcontrols' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras'
- 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 
'ladspa')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz";
-'melt.patch')
-sha512sums=('46e64c10490300c6452078a87432977c6f821a4bc2e8f9ae5352dee015cc4087ca3948e320acbfa099840d0a4c3506936284739ce1392f7fd88edd83f3bbb77e'
-
'57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p1 < ../melt.patch
-}
-
-build() {
-  mkdir $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  qmake .. \
-PREFIX='/usr' \
-QMAKE_CFLAGS_RELEASE="$CFLAGS" \
-QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
-SHOTCUT_VERSION=ARCH-$pkgver \
-DEFINES+=SHOTCUT_NOUPGRADE
-
-  make
-
-  lrelease ../translations/*.ts
-}
-
-package() {
-cd $pkgname-$pkgver/build
-
-make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: shotcut/repos/community-x86_64/PKGBUILD (from rev 408620, 
shotcut/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 21:55:40 UTC (rev 408621)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: nfnty 
+
+pkgname=shotcut
+pkgdesc='Cross-platform Qt based Video Editor'
+pkgver=18.11.13
+pkgrel=1
+arch=('x86_64')
+url='https://www.shotcut.org'
+license=('GPL3')
+depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
+ 'qt5-quickcontrols' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras'
+ 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 
'ladspa')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz";
+'melt.patch')
+sha512sums=('3dedf0973c0ce41b7609571375795b34286edf437f797dc168dd320d05ec93f80b033ecf5c817ac418b68be35ae41e5374c9093ca963a02a580a328ac23e740a'
+
'57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 < ../melt.patch
+}
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  qmake .. \
+PREFIX='/usr' \
+QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
+SHOTCUT_VERSION=ARCH-$pkgver \
+DEFINES+=SHOTCUT_NOUPGRADE
+
+  make
+
+  lrelease ../translations/*.ts
+}
+
+package() {
+cd $pkgname-$pkgver/build
+
+make INSTALL_ROOT="$pkgdir" install
+}
+

Deleted: melt.patch
===
--- melt.patch  2018-11-17 21:55:05 UTC (rev 408620)
+++ melt.patch  2018-11-17 21:55:40 UTC (rev 408621)
@@ -1,13 +0,0 @@
-diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
-index f5390e4..693a089 100644
 a/src/jobs/meltjob.cpp
-+++ b/src/jobs/meltjob.cpp
-@@ -50,7 +50,7 @@ void MeltJob::start()
- #ifdef Q_OS_WIN
- QFileInfo meltPath(shotcutPath, "qmelt.exe");
- #else
--QFileInfo meltPath(shotcutPath, "qmelt");
-+QFileInfo meltPath(shotcutPath, "melt");
- #endif
- setReadChannel(QProcess::StandardError);
- QStringList args;

Copied: shotcut/repos/community-x86_64/melt.patch (from rev 408620, 
shotcut/trunk/melt.patch)
===
--- melt.patch  (rev 0)
+++ melt.patch  2018-11-17 21:55:40 UTC (rev 408621)
@@ -0,0 +1,13 @@
+diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
+index f5390e4..693a089 100644
+--- a/src/jobs/meltjob.cpp
 b/src/jobs/meltjob.cpp
+@@ -50,7 +50,7 @@ void MeltJob::start()
+ #ifdef Q_OS_WIN
+ QFileInfo meltPath(shotc

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

2018-11-17 Thread Filipe Laíns via arch-commits
Date: Saturday, November 17, 2018 @ 21:55:05
  Author: ffy00
Revision: 408620

upgpkg: shotcut 18.11.13-1

Modified:
  shotcut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 21:24:08 UTC (rev 408619)
+++ PKGBUILD2018-11-17 21:55:05 UTC (rev 408620)
@@ -3,7 +3,7 @@
 
 pkgname=shotcut
 pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=18.11.04
+pkgver=18.11.13
 pkgrel=1
 arch=('x86_64')
 url='https://www.shotcut.org'
@@ -14,7 +14,7 @@
 makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz";
 'melt.patch')
-sha512sums=('46e64c10490300c6452078a87432977c6f821a4bc2e8f9ae5352dee015cc4087ca3948e320acbfa099840d0a4c3506936284739ce1392f7fd88edd83f3bbb77e'
+sha512sums=('3dedf0973c0ce41b7609571375795b34286edf437f797dc168dd320d05ec93f80b033ecf5c817ac418b68be35ae41e5374c9093ca963a02a580a328ac23e740a'
 
'57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
 
 prepare() {


[arch-commits] Commit in python-zc.lockfile/repos/community-any (PKGBUILD PKGBUILD)

2018-11-17 Thread Filipe Laíns via arch-commits
Date: Saturday, November 17, 2018 @ 21:24:08
  Author: ffy00
Revision: 408619

archrelease: copy trunk to community-any

Added:
  python-zc.lockfile/repos/community-any/PKGBUILD
(from rev 408618, python-zc.lockfile/trunk/PKGBUILD)
Deleted:
  python-zc.lockfile/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 19:15:17 UTC (rev 408618)
+++ PKGBUILD2018-11-17 21:24:08 UTC (rev 408619)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgbase=python-zc.lockfile
-_pkgname=${pkgbase#python-}
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=1.3.0
-pkgrel=1
-arch=('any')
-pkgdesc="Zope testing frameworks"
-url="https://github.com/zopefoundation/$_pkgname";
-license=('custom:ZPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-zope.testing' 'python2-zope.testing')
-source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('33385e2b9400e507c4270cd754cbbf61a4733ac11b93a7c985f75cd9148df596afeaa16c9307712e1b9b525e8523ed6aa8ad0d3575f52266848b16933d5a60be')
-
-prepare() {
-  cp -a $_pkgname-$pkgver{,-py2}
-}
-
-build() {
-  msg2 "Building python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-
-  msg2 "Building python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  msg2 "Running tests on python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py test -q
-
-  msg2 "Running tests on python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py test -q
-}
-
-package_python-zc.lockfile() {
-  depends=('python')
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-zc.lockfile() {
-  depends=('python2')
-  cd $_pkgname-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-zc.lockfile/repos/community-any/PKGBUILD (from rev 408618, 
python-zc.lockfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 21:24:08 UTC (rev 408619)
@@ -0,0 +1,57 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgbase=python-zc.lockfile
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=1.4
+pkgrel=1
+arch=('any')
+pkgdesc="Zope testing frameworks"
+url="https://github.com/zopefoundation/$_pkgname";
+license=('custom:ZPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-zope.testing' 'python2-zope.testing')
+source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('7d0db97132e25465783978e1432629295965cac44ab74c1fb1862632dc98012bf5f04990f295194ccfeb8010a5a08836e85a66e27032b3e4f5fd03d0a0c1e9fc')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  echo "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py test -q
+
+  echo "Running tests on python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py test -q
+}
+
+package_python-zc.lockfile() {
+  depends=('python')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-zc.lockfile() {
+  depends=('python2')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-11-17 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, November 17, 2018 @ 20:39:58
  Author: bpiotrowski
Revision: 340071

2.0.4-2: link dependencies dynamically instead of using dlopen

Modified:
  sdl2_image/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 20:11:55 UTC (rev 340070)
+++ PKGBUILD2018-11-17 20:39:58 UTC (rev 340071)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=sdl2_image
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple library to load images of various formats as SDL surfaces 
(Version 2)"
 arch=('x86_64')
 url="http://www.libsdl.org/projects/SDL_image";
@@ -13,7 +13,11 @@
 
 build() {
   cd "${srcdir}/SDL2_image-${pkgver}/"
-  ./configure --disable-static --prefix=/usr
+  ./configure --disable-static --prefix=/usr \
+--disable-jpg-shared \
+--disable-png-shared \
+--disable-tif-shared \
+--disable-webp-shared
   make
 }
 


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

2018-11-17 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, November 17, 2018 @ 20:40:07
  Author: bpiotrowski
Revision: 340072

archrelease: copy trunk to extra-x86_64

Added:
  sdl2_image/repos/extra-x86_64/PKGBUILD
(from rev 340071, sdl2_image/trunk/PKGBUILD)
Deleted:
  sdl2_image/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 20:39:58 UTC (rev 340071)
+++ PKGBUILD2018-11-17 20:40:07 UTC (rev 340072)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2_image
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="A simple library to load images of various formats as SDL surfaces 
(Version 2)"
-arch=('x86_64')
-url="http://www.libsdl.org/projects/SDL_image";
-license=('MIT')
-depends=('sdl2' 'libpng' 'libtiff' 'libjpeg' 'libwebp')
-makedepends=('cmake')
-source=("https://www.libsdl.org/projects/SDL_image/release/SDL2_image-${pkgver}.tar.gz";)
-sha512sums=('7320a5c9111908d402fbb0c12a49eb359a6db645c0c86839793ebb1a5b75eaca7c85eb96851f3a0b4a68a2f06363c8189555afd4f1048a4a41447370eddd7e6a')
-
-build() {
-  cd "${srcdir}/SDL2_image-${pkgver}/"
-  ./configure --disable-static --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/SDL2_image-${pkgver}/"
-
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: sdl2_image/repos/extra-x86_64/PKGBUILD (from rev 340071, 
sdl2_image/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 20:40:07 UTC (rev 340072)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2_image
+pkgver=2.0.4
+pkgrel=2
+pkgdesc="A simple library to load images of various formats as SDL surfaces 
(Version 2)"
+arch=('x86_64')
+url="http://www.libsdl.org/projects/SDL_image";
+license=('MIT')
+depends=('sdl2' 'libpng' 'libtiff' 'libjpeg' 'libwebp')
+makedepends=('cmake')
+source=("https://www.libsdl.org/projects/SDL_image/release/SDL2_image-${pkgver}.tar.gz";)
+sha512sums=('7320a5c9111908d402fbb0c12a49eb359a6db645c0c86839793ebb1a5b75eaca7c85eb96851f3a0b4a68a2f06363c8189555afd4f1048a4a41447370eddd7e6a')
+
+build() {
+  cd "${srcdir}/SDL2_image-${pkgver}/"
+  ./configure --disable-static --prefix=/usr \
+--disable-jpg-shared \
+--disable-png-shared \
+--disable-tif-shared \
+--disable-webp-shared
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_image-${pkgver}/"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-11-17 Thread Jan Steffens via arch-commits
Date: Saturday, November 17, 2018 @ 20:11:55
  Author: heftig
Revision: 340070

archrelease: copy trunk to extra-x86_64

Added:
  anjuta/repos/extra-x86_64/PKGBUILD
(from rev 340069, anjuta/trunk/PKGBUILD)
Deleted:
  anjuta/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 20:11:42 UTC (rev 340069)
+++ PKGBUILD2018-11-17 20:11:55 UTC (rev 340070)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Harley Laue 
-
-pkgbase=anjuta
-pkgname=('libanjuta' 'anjuta')
-pkgver=3.28.0
-pkgrel=2
-pkgdesc="GNOME Integrated Development Environment (IDE)"
-arch=(x86_64)
-license=(GPL)
-makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc yelp-tools gnome-common intltool gobject-introspection itstool gjs git 
python)
-url="http://www.anjuta.org/";
-options=('!emptydirs')
-_commit=aaadfafe19450d8524400af9ae09d5187b2d627a  # master
-source=(https://download.gnome.org/sources/$pkgbase/3.28/$pkgbase-$pkgver.tar.xz)
-sha256sums=('b087b0a5857952d0edd24dae458616eb166a3257bc647d5279a9e71495544779')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --disable-compile-warnings \
-  --disable-schemas-compile \
-  --disable-silent-rules \
-  --disable-static \
-  --enable-introspection \
-  --enable-plugin-devhelp \
-  --enable-plugin-glade \
-  --enable-plugin-subversion \
-  --enable-glade-catalog --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_libanjuta(){
-  pkgdesc="Anjuta runtime library"
-  depends=(gdl)
-  conflicts=('anjuta<3.4.4')
-
-  cd $pkgbase-$pkgver/libanjuta
-
-  # j1: Race during linking
-  make -j1 DESTDIR="$pkgdir" install
-}
-
-package_anjuta(){
-  pkgdesc="GNOME Integrated Development Environment (IDE)"
-  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon vala 
dconf)
-
-  cd $pkgbase-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-
-  cd libanjuta
-  make -j1 DESTDIR="$pkgdir" uninstall
-}

Copied: anjuta/repos/extra-x86_64/PKGBUILD (from rev 340069, 
anjuta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 20:11:55 UTC (rev 340070)
@@ -0,0 +1,68 @@
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.28.0
+pkgrel=3
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc yelp-tools gnome-common intltool gobject-introspection itstool gjs git 
python)
+url="http://www.anjuta.org/";
+options=('!emptydirs')
+_commit=aaadfafe19450d8524400af9ae09d5187b2d627a  # master
+source=(https://download.gnome.org/sources/$pkgbase/3.28/$pkgbase-$pkgver.tar.xz
+
https://gitlab.gnome.org/GNOME/anjuta/commit/3d2cb92c857b1288aca7d96886cee03714a5f0ff.patch)
+sha256sums=('b087b0a5857952d0edd24dae458616eb166a3257bc647d5279a9e71495544779'
+'4978194241a24b3a70009a48782a5e4651f22e07df588c03dc8ad9f5d427376c')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # vala 0.42
+  patch -Np1 -i ../3d2cb92c857b1288aca7d96886cee03714a5f0ff.patch
+
+  AUTOPOINT="intltoolize" autoreconf -fvi
+}
+
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-compile-warnings \
+  --disable-schemas-compile \
+  --disable-silent-rules \
+  --disable-static \
+  --enable-introspection \
+  --enable-plugin-devhelp \
+  --enable-plugin-glade \
+  --enable-plugin-subversion \
+  --enable-glade-catalog --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=(gdl)
+  conflicts=('anjuta<3.4.4')
+
+  cd $pkgbase-$pkgver/libanjuta
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon vala 
dconf)
+
+  cd $pkgbase-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+}


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

2018-11-17 Thread Jan Steffens via arch-commits
Date: Saturday, November 17, 2018 @ 20:11:42
  Author: heftig
Revision: 340069

3.28.0-3: fix vala

Modified:
  anjuta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 20:00:52 UTC (rev 340068)
+++ PKGBUILD2018-11-17 20:11:42 UTC (rev 340069)
@@ -4,7 +4,7 @@
 pkgbase=anjuta
 pkgname=('libanjuta' 'anjuta')
 pkgver=3.28.0
-pkgrel=2
+pkgrel=3
 pkgdesc="GNOME Integrated Development Environment (IDE)"
 arch=(x86_64)
 license=(GPL)
@@ -12,9 +12,21 @@
 url="http://www.anjuta.org/";
 options=('!emptydirs')
 _commit=aaadfafe19450d8524400af9ae09d5187b2d627a  # master
-source=(https://download.gnome.org/sources/$pkgbase/3.28/$pkgbase-$pkgver.tar.xz)
-sha256sums=('b087b0a5857952d0edd24dae458616eb166a3257bc647d5279a9e71495544779')
+source=(https://download.gnome.org/sources/$pkgbase/3.28/$pkgbase-$pkgver.tar.xz
+
https://gitlab.gnome.org/GNOME/anjuta/commit/3d2cb92c857b1288aca7d96886cee03714a5f0ff.patch)
+sha256sums=('b087b0a5857952d0edd24dae458616eb166a3257bc647d5279a9e71495544779'
+'4978194241a24b3a70009a48782a5e4651f22e07df588c03dc8ad9f5d427376c')
 
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # vala 0.42
+  patch -Np1 -i ../3d2cb92c857b1288aca7d96886cee03714a5f0ff.patch
+
+  AUTOPOINT="intltoolize" autoreconf -fvi
+}
+
+
 build() {
   cd $pkgbase-$pkgver
 


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

2018-11-17 Thread Jelle van der Waa via arch-commits
Date: Saturday, November 17, 2018 @ 20:00:52
  Author: jelle
Revision: 340068

archrelease: copy trunk to extra-x86_64

Added:
  gnote/repos/extra-x86_64/PKGBUILD
(from rev 340067, gnote/trunk/PKGBUILD)
Deleted:
  gnote/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 20:00:38 UTC (rev 340067)
+++ PKGBUILD2018-11-17 20:00:52 UTC (rev 340068)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: uastasi 
-
-pkgname=gnote
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="A note taking application"
-url="https://wiki.gnome.org/Apps/Gnote";
-arch=(x86_64)
-license=(GPL3)
-depends=(gtkmm3 gtkspell3 libxslt dconf libsecret)
-makedepends=(intltool itstool boost yelp-tools autoconf-archive git)
-_commit=49dc02ae9c052367b560db6794d604c08efdd605  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/gnote#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Work around aclocal exiting with "too many loops"
-  cp /usr/share/aclocal/ax_require_defined.m4 m4
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/extra-x86_64/PKGBUILD (from rev 340067, 
gnote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 20:00:52 UTC (rev 340068)
@@ -0,0 +1,51 @@
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.30.0
+pkgrel=1
+pkgdesc="A note taking application"
+url="https://wiki.gnome.org/Apps/Gnote";
+arch=(x86_64)
+license=(GPL3)
+depends=(gtkmm3 gtkspell3 libxslt dconf libsecret)
+makedepends=(intltool itstool boost yelp-tools autoconf-archive git)
+_commit=aada0f79f3d56f6aeab3aa5941660c7a7ec1e4a8  # tags/3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Work around aclocal exiting with "too many loops"
+  cp /usr/share/aclocal/ax_require_defined.m4 m4
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-11-17 Thread Jelle van der Waa via arch-commits
Date: Saturday, November 17, 2018 @ 20:00:38
  Author: jelle
Revision: 340067

upgpkg: gnote 3.30.0-1

Modified:
  gnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 19:25:08 UTC (rev 340066)
+++ PKGBUILD2018-11-17 20:00:38 UTC (rev 340067)
@@ -2,7 +2,7 @@
 # Contributor: uastasi 
 
 pkgname=gnote
-pkgver=3.28.0
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="A note taking application"
 url="https://wiki.gnome.org/Apps/Gnote";
@@ -10,8 +10,8 @@
 license=(GPL3)
 depends=(gtkmm3 gtkspell3 libxslt dconf libsecret)
 makedepends=(intltool itstool boost yelp-tools autoconf-archive git)
-_commit=49dc02ae9c052367b560db6794d604c08efdd605  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/gnote#commit=$_commit";)
+_commit=aada0f79f3d56f6aeab3aa5941660c7a7ec1e4a8  # tags/3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {


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

2018-11-17 Thread Jan Steffens via arch-commits
Date: Saturday, November 17, 2018 @ 19:24:55
  Author: heftig
Revision: 340065

1.58.1-1

Modified:
  gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 19:09:18 UTC (rev 340064)
+++ PKGBUILD2018-11-17 19:24:55 UTC (rev 340065)
@@ -3,7 +3,7 @@
 
 pkgbase=gobject-introspection
 pkgname=(gobject-introspection gobject-introspection-runtime)
-pkgver=1.58.0+8+gfdaa3b1a
+pkgver=1.58.1
 pkgrel=1
 pkgdesc="Introspection system for GObject-based libraries"
 url="https://wiki.gnome.org/Projects/GObjectIntrospection";
@@ -12,7 +12,7 @@
 depends=(python python-mako)
 makedepends=(cairo git gtk-doc python-sphinx meson)
 options=(!emptydirs)
-_commit=fdaa3b1a14913c0e54baa98362c88e29691143d0  # gnome-3-30
+_commit=fff9144ad557fc4d2d4f868977d19e47f57c316d  # tags/1.58.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit";)
 sha512sums=('SKIP')
 


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

2018-11-17 Thread Jan Steffens via arch-commits
Date: Saturday, November 17, 2018 @ 19:25:08
  Author: heftig
Revision: 340066

archrelease: copy trunk to extra-x86_64

Added:
  gobject-introspection/repos/extra-x86_64/PKGBUILD
(from rev 340065, gobject-introspection/trunk/PKGBUILD)
Deleted:
  gobject-introspection/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 19:24:55 UTC (rev 340065)
+++ PKGBUILD2018-11-17 19:25:08 UTC (rev 340066)
@@ -1,55 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=gobject-introspection
-pkgname=(gobject-introspection gobject-introspection-runtime)
-pkgver=1.58.0+8+gfdaa3b1a
-pkgrel=1
-pkgdesc="Introspection system for GObject-based libraries"
-url="https://wiki.gnome.org/Projects/GObjectIntrospection";
-arch=(x86_64)
-license=(LGPL GPL)
-depends=(python python-mako)
-makedepends=(cairo git gtk-doc python-sphinx meson)
-options=(!emptydirs)
-_commit=fdaa3b1a14913c0e54baa98362c88e29691143d0  # gnome-3-30
-source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-  
-build() {
-  arch-meson $pkgbase build -D cairo=true -D gtk-doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package_gobject-introspection() {
-  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  python -m compileall -d /usr/lib/gobject-introspection 
"$pkgdir/usr/lib/gobject-introspection"
-  python -O -m compileall -d /usr/lib/gobject-introspection 
"$pkgdir/usr/lib/gobject-introspection"
-
-### Split runtime
-  mkdir -p "$srcdir/runtime/lib"
-  mv "$pkgdir"/usr/lib/{lib*,girepository-*} "$srcdir/runtime/lib"
-}
-
-package_gobject-introspection-runtime() {
-  pkgdesc+=" (runtime library)"
-  depends=(glib2)
-
-  mv "$srcdir/runtime" "$pkgdir/usr"
-}

Copied: gobject-introspection/repos/extra-x86_64/PKGBUILD (from rev 340065, 
gobject-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 19:25:08 UTC (rev 340066)
@@ -0,0 +1,55 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=gobject-introspection
+pkgname=(gobject-introspection gobject-introspection-runtime)
+pkgver=1.58.1
+pkgrel=1
+pkgdesc="Introspection system for GObject-based libraries"
+url="https://wiki.gnome.org/Projects/GObjectIntrospection";
+arch=(x86_64)
+license=(LGPL GPL)
+depends=(python python-mako)
+makedepends=(cairo git gtk-doc python-sphinx meson)
+options=(!emptydirs)
+_commit=fff9144ad557fc4d2d4f868977d19e47f57c316d  # tags/1.58.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+  
+build() {
+  arch-meson $pkgbase build -D cairo=true -D gtk-doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package_gobject-introspection() {
+  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  python -m compileall -d /usr/lib/gobject-introspection 
"$pkgdir/usr/lib/gobject-introspection"
+  python -O -m compileall -d /usr/lib/gobject-introspection 
"$pkgdir/usr/lib/gobject-introspection"
+
+### Split runtime
+  mkdir -p "$srcdir/runtime/lib"
+  mv "$pkgdir"/usr/lib/{lib*,girepository-*} "$srcdir/runtime/lib"
+}
+
+package_gobject-introspection-runtime() {
+  pkgdesc+=" (runtime library)"
+  depends=(glib2)
+
+  mv "$srcdir/runtime" "$pkgdir/usr"
+}


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

2018-11-17 Thread Jonathan Steel via arch-commits
Date: Saturday, November 17, 2018 @ 19:15:17
  Author: jsteel
Revision: 408618

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 19:15:10 UTC (rev 408617)
+++ PKGBUILD2018-11-17 19:15:17 UTC (rev 408618)
@@ -1,45 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgbase=python-boto3
-pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.9.43
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-makedepends=('python-setuptools' 'python2-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
-sha512sums=('d83cee3b95f673ee0baf21c6aa9912b8cd9fdef2049207e27012cca75e89e300f680a52d84b47f6dc2f1d9be73347806d66713d3d96764aa7dfe04185c7cb70a')
-
-prepare() {
-  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
-  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
-}
-
-build() {
-  cd "$srcdir/python-boto3-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/python2-boto3-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package_python-boto3() {
-  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-  cd "$srcdir/python-boto3-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-boto3() {
-  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
-  cd "$srcdir/python2-boto3-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 408617, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 19:15:17 UTC (rev 408618)
@@ -0,0 +1,45 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=('python-boto3' 'python2-boto3')
+pkgver=1.9.47
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+makedepends=('python-setuptools' 'python2-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
+sha512sums=('a8de5c7468e6278b185d02a1284b2b1c3ae166738874eecc8f8d67d68024d95874d235edd2926a22dedf8c85928d60a9330435882bc8640e72420a55f0f561d1')
+
+prepare() {
+  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
+  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
+}
+
+build() {
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package_python-boto3() {
+  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-boto3() {
+  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-11-17 Thread Jonathan Steel via arch-commits
Date: Saturday, November 17, 2018 @ 19:15:10
  Author: jsteel
Revision: 408617

upgpkg: python-boto3 1.9.47-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 19:14:47 UTC (rev 408616)
+++ PKGBUILD2018-11-17 19:15:10 UTC (rev 408617)
@@ -3,7 +3,7 @@
 
 pkgbase=python-boto3
 pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.9.43
+pkgver=1.9.47
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
-sha512sums=('d83cee3b95f673ee0baf21c6aa9912b8cd9fdef2049207e27012cca75e89e300f680a52d84b47f6dc2f1d9be73347806d66713d3d96764aa7dfe04185c7cb70a')
+sha512sums=('a8de5c7468e6278b185d02a1284b2b1c3ae166738874eecc8f8d67d68024d95874d235edd2926a22dedf8c85928d60a9330435882bc8640e72420a55f0f561d1')
 
 prepare() {
   cp -r "boto3-$pkgver" "python-boto3-$pkgver"


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

2018-11-17 Thread Jonathan Steel via arch-commits
Date: Saturday, November 17, 2018 @ 19:14:47
  Author: jsteel
Revision: 408616

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 408615, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 19:14:40 UTC (rev 408615)
+++ PKGBUILD2018-11-17 19:14:47 UTC (rev 408616)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.16.53
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli";
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml' 'python-urllib3')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('3d984099b99d4ed922881aa8846363f6')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 408615, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 19:14:47 UTC (rev 408616)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.16.57
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli";
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('c718494fed66c29659708678f1623325')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2018-11-17 Thread Jonathan Steel via arch-commits
Date: Saturday, November 17, 2018 @ 19:14:40
  Author: jsteel
Revision: 408615

upgpkg: aws-cli 1.16.57-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 19:14:27 UTC (rev 408614)
+++ PKGBUILD2018-11-17 19:14:40 UTC (rev 408615)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.16.53
+pkgver=1.16.57
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -11,10 +11,10 @@
 license=('Apache')
 depends=('python-botocore' 'python-dateutil' 'python-jmespath'
  'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml' 'python-urllib3')
+ 'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('3d984099b99d4ed922881aa8846363f6')
+md5sums=('c718494fed66c29659708678f1623325')
 
 build() {
   cd $pkgname-$pkgver


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

2018-11-17 Thread Jonathan Steel via arch-commits
Date: Saturday, November 17, 2018 @ 19:14:27
  Author: jsteel
Revision: 408614

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 19:14:09 UTC (rev 408613)
+++ PKGBUILD2018-11-17 19:14:27 UTC (rev 408614)
@@ -1,51 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgbase=python-botocore
-pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.12.43
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('732ed802952d4f0daa7a212fcee525ed')
-
-prepare() {
-  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
-  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
-}
-
-build_python-botocore() {
-  cd "python-botocore-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-botocore() {
-  cd "python2-botocore-$pkgver"
-
-  python2 setup.py build
-}
-
-package_python-botocore() {
-  depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-
-  cd "python-botocore-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-botocore() {
-  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils')
-
-  cd "python2-botocore-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 408613, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 19:14:27 UTC (rev 408614)
@@ -0,0 +1,51 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgbase=python-botocore
+pkgname=('python-botocore' 'python2-botocore')
+pkgver=1.12.47
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('c745cab6966d1ae56da271e87d358af4')
+
+prepare() {
+  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
+  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
+}
+
+build_python-botocore() {
+  cd "python-botocore-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-botocore() {
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py build
+}
+
+package_python-botocore() {
+  depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
+
+  cd "python-botocore-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-botocore() {
+  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils' 
'python2-urllib3')
+
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-11-17 Thread Jonathan Steel via arch-commits
Date: Saturday, November 17, 2018 @ 19:14:09
  Author: jsteel
Revision: 408613

upgpkg: python-botocore 1.12.47-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 18:03:43 UTC (rev 408612)
+++ PKGBUILD2018-11-17 19:14:09 UTC (rev 408613)
@@ -5,7 +5,7 @@
 
 pkgbase=python-botocore
 pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.12.43
+pkgver=1.12.47
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('732ed802952d4f0daa7a212fcee525ed')
+md5sums=('c745cab6966d1ae56da271e87d358af4')
 
 prepare() {
   cp -r "botocore-$pkgver" "python-botocore-$pkgver"
@@ -33,7 +33,7 @@
 }
 
 package_python-botocore() {
-  depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+  depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
 
   cd "python-botocore-$pkgver"
 
@@ -42,7 +42,7 @@
 }
 
 package_python2-botocore() {
-  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils')
+  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils' 
'python2-urllib3')
 
   cd "python2-botocore-$pkgver"
 


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

2018-11-17 Thread Antonio Rojas via arch-commits
Date: Saturday, November 17, 2018 @ 19:09:18
  Author: arojas
Revision: 340064

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

Added:
  lokalize/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340063, lokalize/kde-unstable/PKGBUILD)
Deleted:
  lokalize/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 19:08:55 UTC (rev 340063)
+++ PKGBUILD2018-11-17 19:09:18 UTC (rev 340064)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=lokalize
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='Computer-Aided Translation System'
-url='https://kde.org/applications/development/lokalize/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kross hunspell hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('kross-interpreters: for msgmerge')
-conflicts=(kdesdk-lokalize)
-replaces=(kdesdk-lokalize)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dd274d0582e770c63f5e2d45c580cbe83f835a6ba8541c20938121b73c206431'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: lokalize/repos/kde-unstable-x86_64/PKGBUILD (from rev 340063, 
lokalize/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 19:09:18 UTC (rev 340064)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=lokalize
+pkgver=18.11.80
+pkgrel=2
+pkgdesc='Computer-Aided Translation System'
+url='https://kde.org/applications/development/lokalize/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kross hunspell hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('kross-interpreters: for msgmerge')
+conflicts=(kdesdk-lokalize)
+replaces=(kdesdk-lokalize)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('dd274d0582e770c63f5e2d45c580cbe83f835a6ba8541c20938121b73c206431'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-11-17 Thread Antonio Rojas via arch-commits
Date: Saturday, November 17, 2018 @ 19:08:55
  Author: arojas
Revision: 340063

hunspell 1.7 rebuild

Modified:
  lokalize/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 19:06:51 UTC (rev 340062)
+++ PKGBUILD2018-11-17 19:08:55 UTC (rev 340063)
@@ -4,7 +4,7 @@
 
 pkgname=lokalize
 pkgver=18.11.80
-pkgrel=1
+pkgrel=2
 pkgdesc='Computer-Aided Translation System'
 url='https://kde.org/applications/development/lokalize/'
 arch=(x86_64)


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

2018-11-17 Thread Antonio Rojas via arch-commits
Date: Saturday, November 17, 2018 @ 19:06:51
  Author: arojas
Revision: 340062

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 19:06:27 UTC (rev 340061)
+++ PKGBUILD2018-11-17 19:06:51 UTC (rev 340062)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=qt5-virtualkeyboard
-_qtver=5.12.0-beta4
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3')
-pkgdesc='Virtual keyboard framework'
-depends=('qt5-declarative' 'qt5-svg' 'hunspell')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('c42082dc2bb59a18d1b1273f1ee3f29022895c51eba5427641aa6df17fd64731')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn} CONFIG+="lang-all handwriting"
-  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' {} \;
-}

Copied: qt5-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
340061, qt5-virtualkeyboard/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 19:06:51 UTC (rev 340062)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-virtualkeyboard
+_qtver=5.12.0-beta4
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3')
+pkgdesc='Virtual keyboard framework'
+depends=('qt5-declarative' 'qt5-svg' 'hunspell')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('c42082dc2bb59a18d1b1273f1ee3f29022895c51eba5427641aa6df17fd64731')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn} CONFIG+="lang-all handwriting"
+  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' {} \;
+}


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

2018-11-17 Thread Antonio Rojas via arch-commits
Date: Saturday, November 17, 2018 @ 19:06:27
  Author: arojas
Revision: 340061

hunspell 1.7 rebuild

Modified:
  qt5-virtualkeyboard/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 17:59:10 UTC (rev 340060)
+++ PKGBUILD2018-11-17 19:06:27 UTC (rev 340061)
@@ -4,7 +4,7 @@
 pkgname=qt5-virtualkeyboard
 _qtver=5.12.0-beta4
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3')


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

2018-11-17 Thread Ike Devolder via arch-commits
Date: Saturday, November 17, 2018 @ 18:03:43
  Author: idevolder
Revision: 408612

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 408611, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 18:03:36 UTC (rev 408611)
+++ PKGBUILD2018-11-17 18:03:43 UTC (rev 408612)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-pkgname=qt5pas
-_svnrevision=57934
-pkgver=2.6.r57934
-pkgrel=3
-pkgdesc='Free Pascal Qt5 binding library updated by lazarus IDE'
-arch=('x86_64')
-url='https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings'
-license=('LGPL3')
-depends=('qt5-base' 'qt5-x11extras')
-makedepends=('subversion')
-source=("$pkgname::svn+https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings#revision=$_svnrevision";)
-sha512sums=('SKIP')
-
-build() {
-cd "$pkgname"
-   qmake-qt5 "QT += x11extras"
-   make
-}
-
-package() {
-cd "$pkgname"
-   make INSTALL_ROOT="$pkgdir" install
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 408611, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 18:03:43 UTC (rev 408612)
@@ -0,0 +1,26 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=59566
+pkgver=2.6.r59566
+pkgrel=1
+pkgdesc='Free Pascal Qt5 binding library updated by lazarus IDE'
+arch=('x86_64')
+url='https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings'
+license=('LGPL3')
+depends=('qt5-base' 'qt5-x11extras')
+makedepends=('subversion')
+source=("$pkgname::svn+https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings#revision=$_svnrevision";)
+sha512sums=('SKIP')
+
+build() {
+cd "$pkgname"
+   qmake-qt5 "QT += x11extras"
+   make
+}
+
+package() {
+cd "$pkgname"
+   make INSTALL_ROOT="$pkgdir" install
+}


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

2018-11-17 Thread Ike Devolder via arch-commits
Date: Saturday, November 17, 2018 @ 18:03:36
  Author: idevolder
Revision: 408611

upgpkg: qt5pas 2.6.r59566-1

Modified:
  qt5pas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 18:01:09 UTC (rev 408610)
+++ PKGBUILD2018-11-17 18:03:36 UTC (rev 408611)
@@ -1,11 +1,10 @@
-# $Id$
 # Maintainer: BlackIkeEagle 
 # Contributor: rebel 
 
 pkgname=qt5pas
-_svnrevision=57934
-pkgver=2.6.r57934
-pkgrel=3
+_svnrevision=59566
+pkgver=2.6.r59566
+pkgrel=1
 pkgdesc='Free Pascal Qt5 binding library updated by lazarus IDE'
 arch=('x86_64')
 url='https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings'


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

2018-11-17 Thread Ike Devolder via arch-commits
Date: Saturday, November 17, 2018 @ 18:01:09
  Author: idevolder
Revision: 408610

archrelease: copy trunk to community-x86_64

Added:
  qcad/repos/community-x86_64/PKGBUILD
(from rev 408609, qcad/trunk/PKGBUILD)
Deleted:
  qcad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 18:01:02 UTC (rev 408609)
+++ PKGBUILD2018-11-17 18:01:09 UTC (rev 408610)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Sergej Pupykin 
-# Contributor: Stefan Husmann 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-
-pkgname=qcad
-pkgver=3.21.3.2
-pkgrel=1
-pkgdesc='A 2D CAD package based upon Qt'
-arch=('x86_64')
-url="http://www.qcad.org";
-license=('GPL3')
-depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
-makedepends=('glu')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz";)
-sha512sums=('84eef0389663919f49ff03a0950b0d167140502c2d039d2533e498de975585c83ed1e2d854601a54f922de2c79a019fae53568931de5e418d82c02cfaf224b52')
-
-prepare() {
-  rm *.tar.gz
-  cd qcad-$pkgver
-  sed -e 's|$${QT_VERSION}|5.5.0|g' \
-  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
-}
-
-build() {
-  cd qcad-$pkgver
-  qmake-qt5 qcad.pro
-  make
-}
-
-package() {
-  cd qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 "$pkgdir"/usr/lib/qcad
-  cp -r examples fonts libraries linetypes patterns scripts themes ts \
-  "$pkgdir"/usr/lib/qcad
-  cp release/{*.so,qcad-bin} "$pkgdir"/usr/lib/qcad
-
-  # install man
-  install -Dm644 qcad.1 "$pkgdir"/usr/share/man/man1/qcad.1
-
-  # readme
-  install -Dm644 readme.txt "$pkgdir"/usr/lib/qcad/readme.txt
-
-  # qt
-  cp -r plugins platforminputcontexts platforms xcbglintegrations \
-  "$pkgdir"/usr/lib/qcad
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/plugins/{designer,imageformats,printsupport,sqldrivers}
-  #for sofiles in /usr/lib/qt/plugins/designer/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/plugins/designer/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/imageformats/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/imageformats/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/printsupport/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/printsupport/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/sqldrivers/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/sqldrivers/${sofiles##/*/}
-  #done
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/{platforminputcontexts,platforms,xcbglintegrations}
-  #for sofiles in /usr/lib/qt/plugins/platforminputcontexts/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/platforminputcontexts/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/platforms/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/platforms/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/xcbglintegrations/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/xcbglintegrations/${sofiles##/*/}
-  #done
-
-  install -Dm644 scripts/qcad_icon.png 
"$pkgdir"/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 qcad.desktop "$pkgdir"/usr/share/applications/qcad.desktop
-
-  install -dm755 "$pkgdir"/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/usr/lib/qcad"
 exec /usr/lib/qcad/qcad-bin "$@"' >"$pkgdir"/usr/bin/qcad
-
-  chmod 0755 "$pkgdir"/usr/bin/qcad
-}

Copied: qcad/repos/community-x86_64/PKGBUILD (from rev 408609, 
qcad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 18:01:09 UTC (rev 408610)
@@ -0,0 +1,91 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefan Husmann 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=qcad
+pkgver=3.21.3.7
+pkgrel=1
+pkgdesc='A 2D CAD package based upon Qt'
+arch=('x86_64')
+url="http://www.qcad.org";
+license=('GPL3')
+depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
+makedepends=('glu')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz";)
+sha512sums=('dd7a0c09f3599c4d44e7274050d0e2f8028035062a7cc1cc3dcdeb353a023a8ec1a35ceb4e259d42d5b623d63d0bb04ca32bbcc2a850f750229e4b629d8a10b4')
+
+prepare() {
+  rm *.tar.gz
+  cd qcad-$pkgver
+  sed -e 's|$${QT_VERSION}|5.5.0|g' \
+  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
+}
+
+build() {
+  cd qcad-$pkgver
+  qmake-qt5 qcad.pro
+  make
+}
+
+package() 

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

2018-11-17 Thread Ike Devolder via arch-commits
Date: Saturday, November 17, 2018 @ 18:01:02
  Author: idevolder
Revision: 408609

upgpkg: qcad 3.21.3.7-1

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 17:58:39 UTC (rev 408608)
+++ PKGBUILD2018-11-17 18:01:02 UTC (rev 408609)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: BlackIkeEagle 
 # Contributor: Sergej Pupykin 
 # Contributor: Stefan Husmann 
@@ -6,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.21.3.2
+pkgver=3.21.3.7
 pkgrel=1
 pkgdesc='A 2D CAD package based upon Qt'
 arch=('x86_64')
@@ -15,7 +14,7 @@
 depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
 makedepends=('glu')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz";)
-sha512sums=('84eef0389663919f49ff03a0950b0d167140502c2d039d2533e498de975585c83ed1e2d854601a54f922de2c79a019fae53568931de5e418d82c02cfaf224b52')
+sha512sums=('dd7a0c09f3599c4d44e7274050d0e2f8028035062a7cc1cc3dcdeb353a023a8ec1a35ceb4e259d42d5b623d63d0bb04ca32bbcc2a850f750229e4b629d8a10b4')
 
 prepare() {
   rm *.tar.gz


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 17:57:18
  Author: foutrelis
Revision: 408597

hunspell 1.7.0 rebuild

Modified:
  goldendict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 17:55:31 UTC (rev 408596)
+++ PKGBUILD2018-11-17 17:57:18 UTC (rev 408597)
@@ -3,7 +3,7 @@
 
 pkgname=goldendict
 pkgver=1.5.0RC2
-pkgrel=7
+pkgrel=8
 pkgdesc="Feature-rich dictionary lookup program"
 arch=('x86_64')
 url="http://goldendict.org";


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 17:57:22
  Author: foutrelis
Revision: 408598

archrelease: copy trunk to community-staging-x86_64

Added:
  goldendict/repos/community-staging-x86_64/
  goldendict/repos/community-staging-x86_64/PKGBUILD
(from rev 408597, goldendict/trunk/PKGBUILD)
  goldendict/repos/community-staging-x86_64/goldendict.changelog
(from rev 408597, goldendict/trunk/goldendict.changelog)

--+
 PKGBUILD |   49 +
 goldendict.changelog |   29 +
 2 files changed, 78 insertions(+)

Copied: goldendict/repos/community-staging-x86_64/PKGBUILD (from rev 408597, 
goldendict/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-17 17:57:22 UTC (rev 408598)
@@ -0,0 +1,49 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: m0rph 
+
+pkgname=goldendict
+pkgver=1.5.0RC2
+pkgrel=8
+pkgdesc="Feature-rich dictionary lookup program"
+arch=('x86_64')
+url="http://goldendict.org";
+license=('GPL3')
+depends=('hunspell' 'libxtst' 'libzip' 'libao' 'qt5-webkit' 'qt5-svg'
+ 'qt5-x11extras' 'qt5-tools' 'phonon-qt5' 'ffmpeg')
+provides=('stardict')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/1.5.0-RC2.tar.gz
+
goldendict-qt-5.11-1.patch::"https://github.com/goldendict/goldendict/commit/3d4a468b.patch";
+
goldendict-qt-5.11-2.patch::"https://github.com/goldendict/goldendict/commit/a6596780.patch";
+
goldendict-ffmpeg4.patch::"https://github.com/goldendict/goldendict/commit/03bbe01b.patch";)
+sha256sums=('bccee0a3d3902f8fa31e439e220a405065fff774e5f8c581be2b0743d3f83fde'
+'dbcd8f40c8a6d35bf00fdb80cd559e22068ea4a57633d3feed711babae8af8d4'
+'628eeec6b50a1f027347f799c2b06e01300412b94452bd72a611b3735e62bb98'
+'c09649081dff26b7a4eb5d6828a077089eaedf0d8cc392d5bb8232fc64e2537f')
+
+prepare() {
+  cd $pkgname-1.5.0-RC2
+  patch -p1 -i ../goldendict-qt-5.11-1.patch # Fix build with Qt 5.11
+  patch -p1 -i ../goldendict-qt-5.11-2.patch # Follow-up to the above
+  patch -p1 -i ../goldendict-ffmpeg4.patch # Fix build with ffmpeg 4
+}
+
+build(){
+  cd "${srcdir}"/$pkgname-1.5.0-RC2
+
+  qmake-qt5 "CONFIG+=no_epwing_support" PREFIX="/usr" 
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-1.5.0-RC2
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+# languages
+  install -d "${pkgdir}"/usr/share/$pkgname/locale
+  install -m644 locale/*.qm -t "${pkgdir}"/usr/share/$pkgname/locale
+
+# removing unneeded
+  rm -rf "${pkgdir}"/usr/share/app-install
+}

Copied: goldendict/repos/community-staging-x86_64/goldendict.changelog (from 
rev 408597, goldendict/trunk/goldendict.changelog)
===
--- community-staging-x86_64/goldendict.changelog   
(rev 0)
+++ community-staging-x86_64/goldendict.changelog   2018-11-17 17:57:22 UTC 
(rev 408598)
@@ -0,0 +1,29 @@
+2016-07-03 Jaroslav Lichtblau 
+   * goldendict 1.5.0RC2-4 ffmpeg 3.1 rebuild
+
+2016-06-11 Jaroslav Lichtblau 
+   * goldendict 1.5.0RC2-3 hunspell 1.4.1 rebuild
+
+2016-05-15 Jaroslav Lichtblau 
+   * goldendict 1.5.0RC2-2 FS#49316 fix
+
+2016-05-11 Jaroslav Lichtblau 
+   * goldendict 1.5.0RC2-1
+
+2016-02-17 Jaroslav Lichtblau 
+   * goldendict 1.5.0RC-3 ffmpeg 3.0 rebuild
+
+2015-02-02 Jaroslav Lichtblau 
+   * goldendict 1.5.0RC-1 FS#43667 fix, localizations added again
+
+2011-12-17 Jaroslav Lichtblau 
+   * goldendict 1.0.1-5 libQtWebKit.so.4 now in new qtwebkit package
+
+2010-12-27 Jaroslav Lichtblau 
+   * Update to major release 1.0.1
+
+2010-02-16 Jaroslav Lichtblau 
+   * FS#18350 fixed in 0.9.0-5
+
+2009-06-21 Jaroslav Lichtblau 
+   * Package moved to [community] in v0.9.0


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 17:55:31
  Author: foutrelis
Revision: 408596

Fix build with Qt 5.11

Modified:
  goldendict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 17:41:26 UTC (rev 408595)
+++ PKGBUILD2018-11-17 17:55:31 UTC (rev 408596)
@@ -13,12 +13,18 @@
 provides=('stardict')
 changelog=$pkgname.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/1.5.0-RC2.tar.gz
+
goldendict-qt-5.11-1.patch::"https://github.com/goldendict/goldendict/commit/3d4a468b.patch";
+
goldendict-qt-5.11-2.patch::"https://github.com/goldendict/goldendict/commit/a6596780.patch";
 
goldendict-ffmpeg4.patch::"https://github.com/goldendict/goldendict/commit/03bbe01b.patch";)
 sha256sums=('bccee0a3d3902f8fa31e439e220a405065fff774e5f8c581be2b0743d3f83fde'
+'dbcd8f40c8a6d35bf00fdb80cd559e22068ea4a57633d3feed711babae8af8d4'
+'628eeec6b50a1f027347f799c2b06e01300412b94452bd72a611b3735e62bb98'
 'c09649081dff26b7a4eb5d6828a077089eaedf0d8cc392d5bb8232fc64e2537f')
 
 prepare() {
   cd $pkgname-1.5.0-RC2
+  patch -p1 -i ../goldendict-qt-5.11-1.patch # Fix build with Qt 5.11
+  patch -p1 -i ../goldendict-qt-5.11-2.patch # Follow-up to the above
   patch -p1 -i ../goldendict-ffmpeg4.patch # Fix build with ffmpeg 4
 }
 


[arch-commits] Commit in link-grammar/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 17:41:42
  Author: foutrelis
Revision: 340050

archrelease: copy trunk to staging-x86_64

Added:
  link-grammar/repos/staging-x86_64/
  link-grammar/repos/staging-x86_64/PKGBUILD
(from rev 340049, link-grammar/trunk/PKGBUILD)

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

Copied: link-grammar/repos/staging-x86_64/PKGBUILD (from rev 340049, 
link-grammar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-17 17:41:42 UTC (rev 340050)
@@ -0,0 +1,32 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Jan de Groot 
+
+pkgname=link-grammar
+pkgver=5.5.1
+pkgrel=2
+pkgdesc="A Grammar Checking library"
+arch=('x86_64')
+url="https://www.abisource.com/projects/link-grammar/";
+license=('LGPL')
+depends=('hunspell' 'sqlite' 'libedit')
+makedepends=('python' 'python2' 'swig' 'apache-ant')
+options=('!makeflags')
+source=(https://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+validpgpkeys=('6407453C98BECC19ADB03D82EB6AA534E0C0651C')
+sha256sums=('ce8934e3be937611e3dff4e2b61a2675380752ad6815b63336ebac917d9013f5'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


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

2018-11-17 Thread Bruno Pagani via arch-commits
Date: Saturday, November 17, 2018 @ 17:41:13
  Author: archange
Revision: 408594

upgpkg: materia-gtk-theme 20181115-1

Modified:
  materia-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 17:40:34 UTC (rev 408593)
+++ PKGBUILD2018-11-17 17:41:13 UTC (rev 408594)
@@ -2,8 +2,8 @@
 # Contributor: cth451 
 
 pkgname=materia-gtk-theme
-pkgver=20180928
-pkgrel=2
+pkgver=20181115
+pkgrel=1
 pkgdesc="A Material Design theme for GNOME/GTK+ based desktop environments"
 arch=('any')
 url="https://github.com/nana-4/materia-theme";
@@ -13,25 +13,9 @@
 provides=('materia-theme')
 conflicts=('materia-theme')
 replaces=('materia-theme')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nana-4/materia-theme/archive/v${pkgver}.tar.gz";
-
rebase-1.patch::"https://github.com/nana-4/materia-theme/commit/f4eea5b4ad5028a9593c72a50ad564244c38f2d5.patch";
-
rebase-2.patch::"https://github.com/nana-4/materia-theme/commit/b8a96df4ca358faed94957fca93d686dd85c6f68.patch";
-
nautilus.patch::"https://github.com/nana-4/materia-theme/commit/ea65ff3f36bca605581beadd430afc8cb9dde3b5.patch";)
-sha256sums=('aa1cdaa0f822da816802c75664ee2fa1391ffd08a17d74a894c97be2ef53d987'
-'dae7f38ad2eb8bdf2dd5254ab0d57035d347e148376bf58d894260398fc42163'
-'e0469ef6e4257b605561183fe63d8a825cc6879f39dac8c87aa54f4cf2397b45'
-'4caedfcbb1191ad0d04a06d99bd20abd872c7cca22305c63741330aac8a67074')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nana-4/materia-theme/archive/v${pkgver}.tar.gz";)
+sha256sums=('7a7a10e8f264e246b94005e96d07742ca85fe22f1b6d74fddb97c2665fb73338')
 
-prepare() {
-cd ${pkgname/gtk-/}-${pkgver}
-# Required for nautilus patch to apply
-patch -p1 -i ../rebase-1.patch
-patch -p1 -i ../rebase-2.patch
-# Nautilus 3.30.1 headerbar
-patch -p1 -i ../nautilus.patch
-chmod 755 install.sh
-}
-
 package() {
 cd ${pkgname/gtk-/}-${pkgver}
 install -d "${pkgdir}"/usr/share/themes


[arch-commits] Commit in materia-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

2018-11-17 Thread Bruno Pagani via arch-commits
Date: Saturday, November 17, 2018 @ 17:41:26
  Author: archange
Revision: 408595

archrelease: copy trunk to community-any

Added:
  materia-gtk-theme/repos/community-any/PKGBUILD
(from rev 408594, materia-gtk-theme/trunk/PKGBUILD)
Deleted:
  materia-gtk-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 17:41:13 UTC (rev 408594)
+++ PKGBUILD2018-11-17 17:41:26 UTC (rev 408595)
@@ -1,39 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: cth451 
-
-pkgname=materia-gtk-theme
-pkgver=20180928
-pkgrel=2
-pkgdesc="A Material Design theme for GNOME/GTK+ based desktop environments"
-arch=('any')
-url="https://github.com/nana-4/materia-theme";
-license=('GPL')
-depends=('gtk3' 'gnome-themes-extra')
-optdepends=('gtk-engine-murrine: for gtk2 theme')
-provides=('materia-theme')
-conflicts=('materia-theme')
-replaces=('materia-theme')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nana-4/materia-theme/archive/v${pkgver}.tar.gz";
-
rebase-1.patch::"https://github.com/nana-4/materia-theme/commit/f4eea5b4ad5028a9593c72a50ad564244c38f2d5.patch";
-
rebase-2.patch::"https://github.com/nana-4/materia-theme/commit/b8a96df4ca358faed94957fca93d686dd85c6f68.patch";
-
nautilus.patch::"https://github.com/nana-4/materia-theme/commit/ea65ff3f36bca605581beadd430afc8cb9dde3b5.patch";)
-sha256sums=('aa1cdaa0f822da816802c75664ee2fa1391ffd08a17d74a894c97be2ef53d987'
-'dae7f38ad2eb8bdf2dd5254ab0d57035d347e148376bf58d894260398fc42163'
-'e0469ef6e4257b605561183fe63d8a825cc6879f39dac8c87aa54f4cf2397b45'
-'4caedfcbb1191ad0d04a06d99bd20abd872c7cca22305c63741330aac8a67074')
-
-prepare() {
-cd ${pkgname/gtk-/}-${pkgver}
-# Required for nautilus patch to apply
-patch -p1 -i ../rebase-1.patch
-patch -p1 -i ../rebase-2.patch
-# Nautilus 3.30.1 headerbar
-patch -p1 -i ../nautilus.patch
-chmod 755 install.sh
-}
-
-package() {
-cd ${pkgname/gtk-/}-${pkgver}
-install -d "${pkgdir}"/usr/share/themes
-./install.sh -d "${pkgdir}"/usr/share/themes
-}

Copied: materia-gtk-theme/repos/community-any/PKGBUILD (from rev 408594, 
materia-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 17:41:26 UTC (rev 408595)
@@ -0,0 +1,23 @@
+# Maintainer: Bruno Pagani 
+# Contributor: cth451 
+
+pkgname=materia-gtk-theme
+pkgver=20181115
+pkgrel=1
+pkgdesc="A Material Design theme for GNOME/GTK+ based desktop environments"
+arch=('any')
+url="https://github.com/nana-4/materia-theme";
+license=('GPL')
+depends=('gtk3' 'gnome-themes-extra')
+optdepends=('gtk-engine-murrine: for gtk2 theme')
+provides=('materia-theme')
+conflicts=('materia-theme')
+replaces=('materia-theme')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nana-4/materia-theme/archive/v${pkgver}.tar.gz";)
+sha256sums=('7a7a10e8f264e246b94005e96d07742ca85fe22f1b6d74fddb97c2665fb73338')
+
+package() {
+cd ${pkgname/gtk-/}-${pkgver}
+install -d "${pkgdir}"/usr/share/themes
+./install.sh -d "${pkgdir}"/usr/share/themes
+}


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 17:41:37
  Author: foutrelis
Revision: 340049

hunspell 1.7.0 rebuild

Modified:
  link-grammar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 17:38:59 UTC (rev 340048)
+++ PKGBUILD2018-11-17 17:41:37 UTC (rev 340049)
@@ -3,7 +3,7 @@
 
 pkgname=link-grammar
 pkgver=5.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Grammar Checking library"
 arch=('x86_64')
 url="https://www.abisource.com/projects/link-grammar/";


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 17:40:34
  Author: foutrelis
Revision: 408593

archrelease: copy trunk to community-staging-x86_64

Added:
  scribus/repos/community-staging-x86_64/
  scribus/repos/community-staging-x86_64/PKGBUILD
(from rev 408592, scribus/trunk/PKGBUILD)
  scribus/repos/community-staging-x86_64/scribus-poppler-0.70.patch
(from rev 408592, scribus/trunk/scribus-poppler-0.70.patch)

+
 PKGBUILD   |   86 +
 scribus-poppler-0.70.patch |  277 +++
 2 files changed, 363 insertions(+)

Copied: scribus/repos/community-staging-x86_64/PKGBUILD (from rev 408592, 
scribus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-17 17:40:34 UTC (rev 408593)
@@ -0,0 +1,86 @@
+# Maintainer: Gaetan Bisson 
+# Maintainer: Bruno Pagani 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ronald van Haren 
+# Contributor: tobias 
+# Contributor: Ben 
+
+pkgname=scribus
+pkgver=1.5.4
+pkgrel=6
+pkgdesc="Desktop publishing software"
+arch=('x86_64')
+url="https://www.scribus.net/";
+license=('GPL')
+depends=('qt5-base' 'harfbuzz-icu' 'poppler' 'python2' 'hunspell' 'podofo' 
'openscenegraph'
+ 'libcdr' 'libfreehand' 'libmspub' 'libpagemaker' 'libqxp' 'libvisio' 
'libzmf') # 'graphicsmagick'
+makedepends=('cmake' 'boost' 'mesa' 'qt5-tools')
+optdepends=('tk: scripts based on tkinter'
+'hyphen-lang: hyphenation patterns for desired languages')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc}
+
'https://github.com/scribusproject/scribus/commit/d867ec3c386baaed1b8e076dd70b278863411480.patch'
+
'https://github.com/scribusproject/scribus/commit/7d4ceeb5cac32287769e3c0238699e0b3e56c24d.patch'
+
'https://github.com/scribusproject/scribus/commit/76561c1a55cd07c268f8f2b2fea888532933700b.patch'
+
'https://github.com/scribusproject/scribus/commit/8e05d26c19097ac2ad5b4ebbf40a3771ee6faf9c.patch'
+'scribus-poppler-0.70.patch')
+sha256sums=('6480925250b2bb07028e2f378c02b67fe3e33206743671e03c07c701cd05da03'
+'SKIP'
+'0a782958360ad70145a588a5e1c0044d162344e96b4ff9b0aeb31388cc9b2e36'
+'b20bf0588b30d551ea6eb5744caf31ef31dd396b2b08cc4bddf9dd3a22cf'
+'29b09c7cc95e8a5432010b39a6c0478cb106a1bbb425747fb383092465476106'
+'824cbc38b02e15aa742b309a226549c3a6c4e3eb16059c239083145aa4ae6dab'
+'199b5ea2831d749b91e206f50e3d30a7b787c5e2b85676120e1e4825478f8737')
+validpgpkeys=('5086B8D68E70FDDF4C40045AEF7B95E7F60166DA'  # Peter Linnell 

+  '757F5E9B13DD648887AD50092D47C099E782504E') # The Scribus Team 
(www.scribus.net) 
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+# Poppler 0.64
+patch -p1 -i ../d867ec3c386baaed1b8e076dd70b278863411480.patch
+patch -p1 -i ../7d4ceeb5cac32287769e3c0238699e0b3e56c24d.patch
+patch -p1 -i ../76561c1a55cd07c268f8f2b2fea888532933700b.patch
+# Poppler 0.70
+patch -p1 -i ../8e05d26c19097ac2ad5b4ebbf40a3771ee6faf9c.patch
+patch -p1 -i ../scribus-poppler-0.70.patch
+# Poppler 0.71
+sed -e 's|GBool|bool|g' -e 's|gTrue|true|g' -e 's|gFalse|false|g' -i 
scribus/plugins/import/pdf/*
+
+# Fix python name
+sed \
+-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i scribus/plugins/scriptplugin/{samples,scripts}/*
+
+mkdir -p build
+}
+
+build() {
+cd ${pkgname}-${pkgver}/build
+cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_SKIP_RPATH=ON
+# FS#59800
+#-DWANT_GRAPHICSMAGICK=1
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}/build
+
+make DESTDIR="${pkgdir}" install
+
+cd ..
+
+install -Dm644 scribus.desktop -t "${pkgdir}"/usr/share/applications
+
+for i in 16x16 32x32 128x128 256x256 512x512 1024x1024
+do
+install -Dm644 resources/iconsets/artwork/icon_${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}/apps/scribus.png
+done
+
+# Use system hyphen
+rm -rf "${pkgdir}"/usr/share/scribus/dicts/hyph
+ln -sf /usr/share/hyphen "${pkgdir}"/usr/share/scribus/dicts/hyph
+}

Copied: scribus/repos/community-staging-x86_64/scribus-poppler-0.70.patch (from 
rev 408592, scribus/trunk/scribus-poppler-0.70.patch)
===
--- community-staging-x86_64/scribus-poppler-0.70.patch 
(rev 0)
+++ community-staging-x86_64/scribus-poppler-0.70.patch 2018-11-17 17:40:34 UTC 
(rev 408593)
@@ -0,0 +1,277 @@
+diff --git a/scribus/plugins/import/pdf/importpdf.cpp 
b/scribus/plugins/import/pdf/importpdf.cpp
+index 8351aca..05aea12 100644
+--- a/scribus/plugins/import/pdf/importpdf

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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 17:40:28
  Author: foutrelis
Revision: 408592

hunspell 1.7.0 rebuild

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 17:34:45 UTC (rev 408591)
+++ PKGBUILD2018-11-17 17:40:28 UTC (rev 408592)
@@ -7,7 +7,7 @@
 
 pkgname=scribus
 pkgver=1.5.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Desktop publishing software"
 arch=('x86_64')
 url="https://www.scribus.net/";


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 17:38:59
  Author: foutrelis
Revision: 340048

archrelease: copy trunk to staging-x86_64

Added:
  lyx/repos/staging-x86_64/
  lyx/repos/staging-x86_64/PKGBUILD
(from rev 340047, lyx/trunk/PKGBUILD)
  lyx/repos/staging-x86_64/lyx-enchant2.patch
(from rev 340047, lyx/trunk/lyx-enchant2.patch)
  lyx/repos/staging-x86_64/lyxrc.dist
(from rev 340047, lyx/trunk/lyxrc.dist)

+
 PKGBUILD   |   47 +++
 lyx-enchant2.patch |   37 +
 lyxrc.dist |   14 ++
 3 files changed, 98 insertions(+)

Copied: lyx/repos/staging-x86_64/PKGBUILD (from rev 340047, lyx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-17 17:38:59 UTC (rev 340048)
@@ -0,0 +1,47 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.3.1
+_pkgver='2.3.1-2'
+pkgrel=2
+pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
+arch=('x86_64')
+url="http://www.lyx.org";
+depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant' 'boost-libs'
+ 'libmythes' 'file' 'hicolor-icon-theme')
+makedepends=('boost' 'bc')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support'
+'python: support for python scripts')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+options=('emptydirs')
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/$pkgname-$_pkgver.tar.xz{,.sig}
+lyxrc.dist)
+validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D')  # LyX Release 
Manager
+sha256sums=('f5c9450ba196ed9d49fbc573f65b10d1726d16a62453466957aba2a9f6d66f84'
+'SKIP'
+'7748beb9a821ce06342487e4a60bf4bf632fe2874e187ea54ed654dc6a9ef21e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
+  ./configure --prefix=/usr \
+--enable-qt5 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # install default config file
+  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
+  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
+}

Copied: lyx/repos/staging-x86_64/lyx-enchant2.patch (from rev 340047, 
lyx/trunk/lyx-enchant2.patch)
===
--- staging-x86_64/lyx-enchant2.patch   (rev 0)
+++ staging-x86_64/lyx-enchant2.patch   2018-11-17 17:38:59 UTC (rev 340048)
@@ -0,0 +1,37 @@
+diff --git a/lyx-2.2.3/src/EnchantChecker.cpp.orig 
b/lyx-2.2.3/src/EnchantChecker.cpp
+index 7be361a..70d9914 100644
+--- lyx-2.2.3/src/EnchantChecker.cpp.orig
 lyx-2.2.3/src/EnchantChecker.cpp
+@@ -53,6 +53,8 @@ struct EnchantChecker::Private
+ 
+   /// the spellers
+   Spellers spellers_;
++
++  enchant::Broker instance;
+ };
+ 
+ 
+@@ -68,12 +70,11 @@ EnchantChecker::Private::~Private()
+ 
+ enchant::Dict * EnchantChecker::Private::addSpeller(string const & lang)
+ {
+-  enchant::Broker * instance = enchant::Broker::instance();
+   Speller m;
+ 
+   try {
+   LYXERR(Debug::FILES, "request enchant speller for language " << 
lang);
+-  m.speller = instance->request_dict(lang);
++  m.speller = instance.request_dict(lang);
+   }
+   catch (enchant::Exception & e) {
+   // FIXME error handling?
+@@ -186,8 +187,7 @@ bool EnchantChecker::hasDictionary(Language const * lang) 
const
+ {
+   if (!lang)
+   return false;
+-  enchant::Broker * instance = enchant::Broker::instance();
+-  return (instance->dict_exists(lang->code()));
++  return (d->instance.dict_exists(lang->code()));
+ }
+ 
+ 

Copied: lyx/repos/staging-x86_64/lyxrc.dist (from rev 340047, 
lyx/trunk/lyxrc.dist)
===
--- staging-x86_64/lyxrc.dist   (rev 0)
+++ staging-x86_64/lyxrc.dist   2018-11-17 17:38:59 UTC (rev 340048)
@@ -0,0 +1,14 @@
+### This file is part of
+### 
+###  LyX, The Document Processor
+###
+###  Copyright 1995 Matthias Ettrich
+###  Copyright 1995-2011 The LyX Team.
+###
+### 
+
+# The file lyxrc.dist gives initial global options for all LyX users.
+# Almost all settings here can be overridden through the preferences in LyX.
+
+\thesaurusdir_path "/usr/share/mythes"
+\hunspelldir_path "/usr/share/myspell"


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 17:38:53
  Author: foutrelis
Revision: 340047

hunspell 1.7.0 rebuild

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 17:27:29 UTC (rev 340046)
+++ PKGBUILD2018-11-17 17:38:53 UTC (rev 340047)
@@ -4,7 +4,7 @@
 pkgname=lyx
 pkgver=2.3.1
 _pkgver='2.3.1-2'
-pkgrel=1
+pkgrel=2
 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
 arch=('x86_64')
 url="http://www.lyx.org";


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

2018-11-17 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, November 17, 2018 @ 17:34:45
  Author: jlichtblau
Revision: 408591

archrelease: copy trunk to community-x86_64

Added:
  postgis/repos/community-x86_64/PKGBUILD
(from rev 408590, postgis/trunk/PKGBUILD)
  postgis/repos/community-x86_64/postgis.changelog
(from rev 408590, postgis/trunk/postgis.changelog)
Deleted:
  postgis/repos/community-x86_64/PKGBUILD
  postgis/repos/community-x86_64/postgis.changelog

---+
 PKGBUILD  |   58 ++---
 postgis.changelog |  229 ++--
 2 files changed, 145 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 17:34:16 UTC (rev 408590)
+++ PKGBUILD2018-11-17 17:34:45 UTC (rev 408591)
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=postgis
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="Adds support for geographic objects to PostgreSQL"
-arch=('x86_64')
-url="http://postgis.net/";
-license=('GPL')
-depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c')
-changelog=$pkgname.changelog
-options=('!makeflags')
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('be73abd747e9665f29748e0e7dc6b3f7b1ce98f32e3567f08259420ca10e36d5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: postgis/repos/community-x86_64/PKGBUILD (from rev 408590, 
postgis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 17:34:45 UTC (rev 408591)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('x86_64')
+url="http://postgis.net/";
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c')
+changelog=$pkgname.changelog
+options=('!makeflags')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('be73abd747e9665f29748e0e7dc6b3f7b1ce98f32e3567f08259420ca10e36d5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: postgis.changelog
===
--- postgis.changelog   2018-11-17 17:34:16 UTC (rev 408590)
+++ postgis.changelog   2018-11-17 17:34:45 UTC (rev 408591)
@@ -1,113 +0,0 @@
-2018-09-30 Jaroslav Lichtblau 
-* postgis-2.5.0-1
-
-2018-09-02 Jaroslav Lichtblau 
-* postgis-2.4.4-5 protobuf 3.6.1 rebuild
-
-2018-07-29 Jaroslav Lichtblau 
-* postgis-2.4.4-4 protobuf 3.6.0 rebuild
-
-2018-05-16 Jaroslav Lichtblau 
-* postgis-2.4.4-2 proj soname rebuild
-
-2018-05-12 Jaroslav Lichtblau 
-* postgis-2.4.4-1
-
-2018-01-16 Jaroslav Lichtblau 
-* postgis-2.4.3-1
-
-2017-11-16 Jaroslav Lichtblau 
-* postgis-2.4.2-1
-
-2017-11-12 Jaroslav Lichtblau 
-* postgis-2.4.1-2 postgresql 10.1 rebuild, FS#56296 + FS#56266 fix
-
-2017-10-21 Jaroslav Lichtblau 
-* postgis-2.4.1-1
-
-2017-10-21 Jaroslav Lichtblau 
-* postgis-2.4.0-1
-
-2017-07-03 Jaroslav Lichtblau 
-* postgis-2.3.3-1
-
-2017-03-02 Jaroslav Lichtblau 
-* postgis-2.3.2-1
-
-2016-12-12 Jaroslav Lichtblau 
-* postgis-2.3.1-1
-
-2016-11-21 Jaroslav Lichtblau 
-* postgis-2.3.0-2 postgresql 9.6.1 rebuild
-
-2016-09-30 Jaroslav Lichtblau 
-* postgis-2.3.0-1
-
-2016-09-14 Jaroslav Lichtblau 
-* postgis-2.2.2-2 proj 4.9.3 rebuild
-
-2016-05-16 Jaroslav Lichtblau 
-* postgis-2.2.2-1
-
-2016-01-22 Jaroslav Lichtblau 
-* postgis-2.2.1-2 postgresql 9.5 rebuild
-
-2016-01-09 Jaroslav Lichtblau 
-* postgis-2.2.1-1
-
-2015-10-22 Jaroslav Lichtblau 
-* postgis-2.2.0-1
-
-2015-09-12 Jaroslav Lichtblau 
-* postgis-2.1.8-1
-
-2015-06-28 Jaroslav Lichtblau 
-* postgis-2.1.5-2 gdal 2.0.0 rebuild
-
-2015-03-14 Jaroslav Lichtblau 
-* postgis-2.1.5-2 proj soname rebuild
-
-2015-01-20 Jaroslav Lichtblau 
-* postgis-2.1.5-1
-
-2014-09-12 Jaroslav Lichtblau 
-* postgis-2.1.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-* postgis-2.1.3-1
-
-2014-04-02 Jaroslav Lichtblau 
-* postgis-2.1.2-1
-
-2013-11-11 Jaroslav Lichtblau 
-* postgis-2.1.1-1
-
-2013-08-22 Maxime Gauduin 
-* postgis-2.1.0-1
-* Fixes FS#35816
-
-2013-06-15 Jaroslav Lichtblau 
-* postgis-2.0.3-1
-
-2013-01-05 Jaroslav Lichtblau 
-* postgis-2.0.2-1
-
-2012-09-24 Dan McGee 
-* Rebuild for PostgreSQL 9.2.x
-* Update to minor release 2.0.1
-
-2012-05-31 Andrea Scarpino 
-* Add JSON-C support
-* Build ut

[arch-commits] Commit in postgis/trunk (PKGBUILD postgis.changelog)

2018-11-17 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, November 17, 2018 @ 17:34:16
  Author: jlichtblau
Revision: 408590

upgpkg: postgis 2.5.0-2 - postgresql 11.1 rebuild

Modified:
  postgis/trunk/PKGBUILD
  postgis/trunk/postgis.changelog

---+
 PKGBUILD  |2 +-
 postgis.changelog |3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 17:33:26 UTC (rev 408589)
+++ PKGBUILD2018-11-17 17:34:16 UTC (rev 408590)
@@ -4,7 +4,7 @@
 
 pkgname=postgis
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Adds support for geographic objects to PostgreSQL"
 arch=('x86_64')
 url="http://postgis.net/";

Modified: postgis.changelog
===
--- postgis.changelog   2018-11-17 17:33:26 UTC (rev 408589)
+++ postgis.changelog   2018-11-17 17:34:16 UTC (rev 408590)
@@ -1,3 +1,6 @@
+2018-11-17 Jaroslav Lichtblau 
+* postgis-2.5.0-2 - postgresql rebuild
+
 2018-09-30 Jaroslav Lichtblau 
 * postgis-2.5.0-1
 


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 17:33:26
  Author: foutrelis
Revision: 408589

Update checksum for goldendict-ffmpeg4.patch

Modified:
  goldendict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 17:30:03 UTC (rev 408588)
+++ PKGBUILD2018-11-17 17:33:26 UTC (rev 408589)
@@ -15,7 +15,7 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/1.5.0-RC2.tar.gz
 
goldendict-ffmpeg4.patch::"https://github.com/goldendict/goldendict/commit/03bbe01b.patch";)
 sha256sums=('bccee0a3d3902f8fa31e439e220a405065fff774e5f8c581be2b0743d3f83fde'
-'5806f4f8a7178794967ae4db31cfa8f08f9f29fd062bfbe7f34628c32d0dba9d')
+'c09649081dff26b7a4eb5d6828a077089eaedf0d8cc392d5bb8232fc64e2537f')
 
 prepare() {
   cd $pkgname-1.5.0-RC2


[arch-commits] Commit in seamonkey/repos (6 files)

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 17:30:03
  Author: foutrelis
Revision: 408588

archrelease: copy trunk to community-staging-x86_64

Added:
  seamonkey/repos/community-staging-x86_64/
  seamonkey/repos/community-staging-x86_64/PKGBUILD
(from rev 408587, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-staging-x86_64/mozconfig
(from rev 408587, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-staging-x86_64/no-crmf.diff
(from rev 408587, seamonkey/trunk/no-crmf.diff)
  seamonkey/repos/community-staging-x86_64/patch-bug1435212.xz
(from rev 408587, seamonkey/trunk/patch-bug1435212.xz)
  seamonkey/repos/community-staging-x86_64/seamonkey-2.0-lang.patch
(from rev 408587, seamonkey/trunk/seamonkey-2.0-lang.patch)

--+
 PKGBUILD |   94 +
 mozconfig|   40 +++
 no-crmf.diff |   15 +++
 seamonkey-2.0-lang.patch |   11 +
 4 files changed, 160 insertions(+)

Copied: seamonkey/repos/community-staging-x86_64/PKGBUILD (from rev 408587, 
seamonkey/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-17 17:30:03 UTC (rev 408588)
@@ -0,0 +1,94 @@
+# Maintainer: Kyle Keen 
+
+pkgname=seamonkey
+pkgver=2.49.4
+pkgrel=3
+pkgdesc="SeaMonkey internet suite"
+arch=('x86_64')
+license=('MPL')
+depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'gtk3' 
'hunspell'  'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  
'mozilla-common'  'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu')
+makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gst-plugins-base')
+optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing'
+'gst-plugins-bad: aac, vp8 and opus decoding'
+'gst-plugins-good: webm and mp4 demuxing'
+'gst-plugins-ugly: h.264 decoding')
+url="http://www.seamonkey-project.org/";
+source=("https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz";
+mozconfig
+seamonkey-2.0-lang.patch
+patch-bug1435212.xz
+   no-crmf.diff)
+sha256sums=('c8a66774d0a3525698b559fa2c41397186f2de99c5733e35b8eafb0ae5ccc4ee'
+'6ff9fd323eec175eb02cfefd3136c79491c3b40be0b1f899da7c75c2f76259ca'
+'ab19d10fbd6258aec37ab5e5efb12429814b2c24a1193284a48dd654311b4e2e'
+'dce68858694f820a9a1fc2428038a88ea00b4835cea0778734db794fea3bb21a'
+'fb85a538044c15471c12cf561d6aa74570f8de7b054a7063ef88ee1bdfc1ccbb')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cp ../mozconfig .mozconfig
+  #patch -Np1 -i ../seamonkey-2.0-lang.patch
+
+  # FS#48404
+  #echo "ac_add_options --enable-gstreamer=1.0" >> .mozconfig
+
+  # ffmpeg 4.0 patch from freebsd
+  # 
https://github.com/freebsd/freebsd-ports/blob/master/www/seamonkey/files/patch-bug1435212
+  patch -Np1 -d mozilla -i ../../patch-bug1435212
+
+  # Don't exit with error when some libs are missing which we have in
+  # system.
+  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
+
+  # configure script misdetects the preprocessor without an optimization level
+  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
+
+  # 2.26 build fix from wgnie (blfs ch 37)
+  sed -i 's/$(MOZ_ZLIB_CFLAGS)/& $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
+
+  # work around from FS#54395
+  patch -Np1 -d mozilla -i ../../no-crmf.diff
+  sed -i "s/'crmf',//" mozilla/security/manager/ssl/moz.build
+  sed -i 's/^.*-lcrmf/#&/' mozilla/config/external/nss/crmf/moz.build
+  sed -i 's/ -lcrmf"/"/' mozilla/old-configure.in.orig
+  sed -i 's/ -lcrmf"/"/' mozilla/old-configure
+  sed -i 's/SDK_LIBS = crmf/SDK_LIBS = /' 
mozilla/config/external/nss/Makefile.in
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
+  export MOZ_MAKE_FLAGS="$MAKEFLAGS"
+  unset MAKEFLAGS
+  unset CPPFLAGS
+
+  # GCC 6
+  CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse 
-fno-schedule-insns2"
+  CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse 
-fno-schedule-insns2"
+
+  make -j1 -f client.mk build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make -j1 -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
+
+  rm -rf "$pkgdir"/usr/lib/seamonkey-$pkgver/{dictionaries,hyphenation}
+  ln -s /usr/share/hunspell "$pkgdir/usr/lib/seamonkey-$pkgver/dictionaries"
+  ln -s /usr/share/hyphen "$pkgdir/usr/lib/seamonkey-$pkgver/hyphenation"
+
+  install -Dm644 suite/branding/nightly/icons/gtk/seamonkey.png \
+"$pkgdir/usr/share/pixmaps/seamonkey.png"
+
+  install -Dm644 mozilla/toolkit/mozapps/installer/linux/rpm/mozilla.desktop \
+"$pkgdir/usr/share/applications/seamonkey.desktop"
+  sed -i 's/@MOZ_APP_

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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 17:29:55
  Author: foutrelis
Revision: 408587

hunspell 1.7.0 rebuild

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 17:01:44 UTC (rev 408586)
+++ PKGBUILD2018-11-17 17:29:55 UTC (rev 408587)
@@ -2,7 +2,7 @@
 
 pkgname=seamonkey
 pkgver=2.49.4
-pkgrel=2
+pkgrel=3
 pkgdesc="SeaMonkey internet suite"
 arch=('x86_64')
 license=('MPL')


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 17:27:16
  Author: foutrelis
Revision: 340045

hunspell 1.7.0 rebuild

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 16:55:44 UTC (rev 340044)
+++ PKGBUILD2018-11-17 17:27:16 UTC (rev 340045)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=6.1.3.2
 pkgver=6.1.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/";


[arch-commits] Commit in libreoffice-fresh/repos (9 files)

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 17:27:29
  Author: foutrelis
Revision: 340046

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/0001-Update-mdds-to-1.4.1.patch
(from rev 340045, libreoffice-fresh/trunk/0001-Update-mdds-to-1.4.1.patch)
  libreoffice-fresh/repos/staging-x86_64/0001-Update-orcus-to-0.14.0.patch
(from rev 340045, libreoffice-fresh/trunk/0001-Update-orcus-to-0.14.0.patch)
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 340045, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 340045, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 340045, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-poppler-0.71.patch
(from rev 340045, libreoffice-fresh/trunk/libreoffice-poppler-0.71.patch)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 340045, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/staging-x86_64/poppler-0.70.patch
(from rev 340045, libreoffice-fresh/trunk/poppler-0.70.patch)

--+
 0001-Update-mdds-to-1.4.1.patch  |  694 ++
 0001-Update-orcus-to-0.14.0.patch|  802 +
 PKGBUILD |  352 +++
 libreoffice-fresh.csh|6 
 libreoffice-fresh.sh |6 
 libreoffice-poppler-0.71.patch   |  169 +++
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 poppler-0.70.patch   |   45 
 8 files changed, 2092 insertions(+)

Copied: libreoffice-fresh/repos/staging-x86_64/0001-Update-mdds-to-1.4.1.patch 
(from rev 340045, libreoffice-fresh/trunk/0001-Update-mdds-to-1.4.1.patch)
===
--- staging-x86_64/0001-Update-mdds-to-1.4.1.patch  
(rev 0)
+++ staging-x86_64/0001-Update-mdds-to-1.4.1.patch  2018-11-17 17:27:29 UTC 
(rev 340046)
@@ -0,0 +1,694 @@
+From 3debd23d47d1fcbef76033c739a0b7003824d4ca Mon Sep 17 00:00:00 2001
+From: Noel Grandin 
+Date: Sat, 11 Aug 2018 13:25:09 +0200
+Subject: [PATCH] Update mdds to 1.4.1
+
+loplugin:constantparam
+
+Reviewed-on: https://gerrit.libreoffice.org/58875
+Tested-by: Jenkins
+Reviewed-by: Noel Grandin 
+(cherry picked from commit bb6f2b12e8f0bbc99a5ca93141d35fd40b043e55)
+
+Update mdds to 1.4.1.
+
+The largest change in 1.4.x relevant to the calc code is that the
+multi_type_matrix::walk() methods now take a copy of the function
+object rather than a reference, to allow for it to take an inline
+lambda function.  Instead, it does return a instance of the input
+function object, similar to how std::for_each() behaves.
+
+In case the function object contains a large data member, try to
+make it a moveable so that it will get moved rather than copied
+when going through one of the walk() methods.
+
+Reviewed-on: https://gerrit.libreoffice.org/59584
+Tested-by: Jenkins
+Reviewed-by: Kohei Yoshida 
+(cherry picked from commit 51f73f35ea61dd81dd3194af50394b98ff1bf8e9)
+
+mdds 1.4.1 is now a minimum requirement.
+
+Reviewed-on: https://gerrit.libreoffice.org/59614
+Tested-by: Jenkins
+Reviewed-by: Kohei Yoshida 
+(cherry picked from commit 4d1f735fcf064b18ef2848cc1f5a2a0616b0b33d)
+
+fd08fc4a2ed75039e5292a35ff08726e0126c77f
+647bcfbdd8e0417990ed93b25c1bca00f60df709
+
+Change-Id: I676a8408e97cc8134009f764736cad68513c89ad
+---
+ configure.ac  |   2 +-
+ download.lst  |   4 +-
+ external/mdds/UnpackedTarball_mdds.mk |   3 -
+ external/mdds/c++17.patch |  22 ---
+ sc/inc/scmatrix.hxx   |   6 +-
+ sc/source/core/tool/interpr3.cxx  |   4 +-
+ sc/source/core/tool/scmatrix.cxx  | 208 +++---
+ 7 files changed, 161 insertions(+), 88 deletions(-)
+ delete mode 100644 external/mdds/c++17.patch
+
+diff --git a/configure.ac b/configure.ac
+index 735ebf2e360a..3ff574a3f24f 100644
+--- a/configure.ac
 b/configure.ac
+@@ -8883,7 +8883,7 @@ AC_SUBST(SYSTEM_BOOST)
+ dnl ===
+ dnl Check for system mdds
+ dnl ===
+-libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds-1.2 >= 1.2.3], 
["-I${WORKDIR}/UnpackedTarball/mdds/include"])
++libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds-1.4 >= 1.4.1], 
["-I${WORKDIR}/UnpackedTarball/mdds/include"])
+ 
+ dnl ===
+ dnl Check for system glm
+diff --git a/download.lst b/download

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

2018-11-17 Thread Christian Rebischke via arch-commits
Date: Saturday, November 17, 2018 @ 17:01:36
  Author: shibumi
Revision: 408585

upgpkg: biber 2.12-1

Modified:
  biber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 17:01:21 UTC (rev 408584)
+++ PKGBUILD2018-11-17 17:01:36 UTC (rev 408585)
@@ -1,8 +1,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=biber
-pkgver=2.11
-pkgrel=2
+pkgver=2.12
+pkgrel=1
 pkgdesc="A Unicode-capable BibTeX replacement for biblatex users"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -42,7 +42,7 @@
 options=('!emptydirs')
 # The sourceforge tarball is missing bblxml.pm
 source=("https://github.com/plk/biber/archive/v${pkgver}.tar.gz";)
-sha512sums=('669f69349bb88728b6b03a11e9acb8c47031de16f26d360b3ed18c5f9fe535241362ec46eecc3f259e76ef5a186c1daf51a6b7a501c2216b48ea4d31945ced5a')
+sha512sums=('72f1a05224dc2735b32e92ac376d392fb631bf788a15de449471fdc5a94182ad4434ce71f95281e4cfc3a06cd275d2ff98e526d540c2979cd3e0dfa15b5c75ff')
 
 prepare() {
   cd "${srcdir}/biber-${pkgver}"


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

2018-11-17 Thread Christian Rebischke via arch-commits
Date: Saturday, November 17, 2018 @ 17:01:44
  Author: shibumi
Revision: 408586

archrelease: copy trunk to community-any

Added:
  biber/repos/community-any/PKGBUILD
(from rev 408585, biber/trunk/PKGBUILD)
Deleted:
  biber/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 17:01:36 UTC (rev 408585)
+++ PKGBUILD2018-11-17 17:01:44 UTC (rev 408586)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=biber
-pkgver=2.11
-pkgrel=2
-pkgdesc="A Unicode-capable BibTeX replacement for biblatex users"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url="https://github.com/plk/biber";
-# Encode::* modules are not real dependencies.
-depends=('perl-autovivification'
- 'perl-business-isbn'
- 'perl-business-ismn'
- 'perl-business-issn'
- 'perl-class-accessor'
- 'perl-data-compare'
- 'perl-data-dump'
- 'perl-data-uniqid'
- 'perl-datetime-calendar-julian'
- 'perl-datetime-format-builder'
- 'perl-file-slurper'
- 'perl-io-string' # required by Biber::Output::bblxml
- 'perl-ipc-run3'
- 'perl-lingua-translit'
- 'perl-list-allutils'
- 'perl-log-log4perl'
- 'perl-lwp-protocol-https'
- 'perl-mozilla-ca'
- 'perl-perlio-utf8-strict'
- 'perl-regexp-common'
- 'perl-sort-key'
- 'perl-text-bibtex'
- 'perl-text-csv'
- 'perl-text-roman'
- 'perl-unicode-linebreak'
- 'perl-xml-libxml-simple'
- 'perl-xml-libxslt'
- 'perl-xml-writer')
-# ExtUtils::LibBuilder and Config::AutoConf are not actual makedepends
-makedepends=('perl-module-build' 'perl-test-differences')
-checkdepends=('perl-capture-tiny' 'perl-file-which')
-options=('!emptydirs')
-# The sourceforge tarball is missing bblxml.pm
-source=("https://github.com/plk/biber/archive/v${pkgver}.tar.gz";)
-sha512sums=('669f69349bb88728b6b03a11e9acb8c47031de16f26d360b3ed18c5f9fe535241362ec46eecc3f259e76ef5a186c1daf51a6b7a501c2216b48ea4d31945ced5a')
-
-prepare() {
-  cd "${srcdir}/biber-${pkgver}"
-  # Disable long year tests on 32 bit
-  if [[ $CARCH = "i686" ]]; then
-sed -i '/1702/ s+.*+eq_or_diff("dummy", "dummy", "skip 32 bit");+' 
t/dateformats.t
-  fi
-}
-
-build() {
-  cd "${srcdir}/biber-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  perl Build.PL
-  ./Build
-}
-
-check() {
-  cd "${srcdir}/biber-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  LC_CTYPE=en_US.UTF-8 BIBER_DEV_TESTS=1 ./Build test
-}
-
-package() {
-  cd "${srcdir}/biber-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  ./Build install installdirs=vendor destdir="${pkgdir}"
-}

Copied: biber/repos/community-any/PKGBUILD (from rev 408585, 
biber/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 17:01:44 UTC (rev 408586)
@@ -0,0 +1,72 @@
+# Maintainer: Rémy Oudompheng 
+
+pkgname=biber
+pkgver=2.12
+pkgrel=1
+pkgdesc="A Unicode-capable BibTeX replacement for biblatex users"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url="https://github.com/plk/biber";
+# Encode::* modules are not real dependencies.
+depends=('perl-autovivification'
+ 'perl-business-isbn'
+ 'perl-business-ismn'
+ 'perl-business-issn'
+ 'perl-class-accessor'
+ 'perl-data-compare'
+ 'perl-data-dump'
+ 'perl-data-uniqid'
+ 'perl-datetime-calendar-julian'
+ 'perl-datetime-format-builder'
+ 'perl-file-slurper'
+ 'perl-io-string' # required by Biber::Output::bblxml
+ 'perl-ipc-run3'
+ 'perl-lingua-translit'
+ 'perl-list-allutils'
+ 'perl-log-log4perl'
+ 'perl-lwp-protocol-https'
+ 'perl-mozilla-ca'
+ 'perl-perlio-utf8-strict'
+ 'perl-regexp-common'
+ 'perl-sort-key'
+ 'perl-text-bibtex'
+ 'perl-text-csv'
+ 'perl-text-roman'
+ 'perl-unicode-linebreak'
+ 'perl-xml-libxml-simple'
+ 'perl-xml-libxslt'
+ 'perl-xml-writer')
+# ExtUtils::LibBuilder and Config::AutoConf are not actual makedepends
+makedepends=('perl-module-build' 'perl-test-differences')
+checkdepends=('perl-capture-tiny' 'perl-file-which')
+options=('!emptydirs')
+# The sourceforge tarball is missing bblxml.pm
+source=("https://github.com/plk/biber/archive/v${pkgver}.tar.gz";)
+sha512sums=('72f1a05224dc2735b32e92ac376d392fb631bf788a15de449471fdc5a94182ad4434ce71f95281e4cfc3a06cd275d2ff98e526d540c2979cd3e0dfa15b5c75ff')
+
+prepare() {
+  cd "${srcdir}/biber-${pkgver}"
+  # Disable long year tests on 32 bit
+  if [[ $CARCH =

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

2018-11-17 Thread Christian Rebischke via arch-commits
Date: Saturday, November 17, 2018 @ 17:01:21
  Author: shibumi
Revision: 408584

archrelease: copy trunk to community-x86_64

Added:
  hcloud/repos/community-x86_64/PKGBUILD
(from rev 408583, hcloud/trunk/PKGBUILD)
  hcloud/repos/community-x86_64/_hcloud.zsh
(from rev 408583, hcloud/trunk/_hcloud.zsh)
Deleted:
  hcloud/repos/community-x86_64/PKGBUILD
  hcloud/repos/community-x86_64/_hcloud.zsh

-+
 PKGBUILD|   96 +-
 _hcloud.zsh |4 +-
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 17:01:14 UTC (rev 408583)
+++ PKGBUILD2018-11-17 17:01:21 UTC (rev 408584)
@@ -1,48 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Konrad Tegtmeier 
-
-_pkgname=cli
-pkgname=hcloud
-pkgver=1.9.1
-pkgrel=1
-pkgdesc="CLI for Hetzner Cloud"
-arch=('x86_64')
-url='https://github.com/hetznercloud/cli'
-license=('MIT')
-optdepends=(
-'bash-completion: tab auto-completion'
-'zsh: tab auto-completion')
-makedepends=('go-pie' 'git')
-depends=('glibc')
-provides=('hcloud')
-_hcloud_commit='a7935e5d6334d7bc5dd3baa72f0c04250cd7d518'
-source=("git+https://github.com/hetznercloud/cli#commit=${_hcloud_commit}";
-_hcloud.zsh)
-sha512sums=('SKIP'
-
'1964c7445200327ee71974591516bdcc3a00751ff3407891a7401ad486b4a0ee51bfc8c0e8d0e074b788936f365a435322bd4c9b2b527f6621b0965b60477897')
-
-prepare(){
-  export GO111MODULE=on
-}
-
-build(){
-  cd "${_pkgname}"
-  go build  \
-  -ldflags "-w -X github.com/hetznercloud/cli/cli.Version=${pkgver}" \
-  github.com/hetznercloud/cli/cmd/hcloud
-  chmod +x ./hcloud
-  ./hcloud completion bash > "$pkgname-completion.bash"
-}
-
-check(){
-  cd "${_pkgname}/cli"
-  go test -v -x
-}
-
-package(){
-  cd "${_pkgname}"
-  install -Dsm755 ./hcloud "${pkgdir}/usr/bin/hcloud"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${pkgname}-completion.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
-  install -Dm644 "${srcdir}/_hcloud.zsh" 
"${pkgdir}/usr/share/zsh/site-functions/_hcloud"
-}

Copied: hcloud/repos/community-x86_64/PKGBUILD (from rev 408583, 
hcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 17:01:21 UTC (rev 408584)
@@ -0,0 +1,48 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Konrad Tegtmeier 
+
+_pkgname=cli
+pkgname=hcloud
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="CLI for Hetzner Cloud"
+arch=('x86_64')
+url='https://github.com/hetznercloud/cli'
+license=('MIT')
+optdepends=(
+'bash-completion: tab auto-completion'
+'zsh: tab auto-completion')
+makedepends=('go-pie' 'git')
+depends=('glibc')
+provides=('hcloud')
+_hcloud_commit='779b9a81cac2524cfccd01d65d9cb2b36ff9fa34'
+source=("git+https://github.com/hetznercloud/cli#commit=${_hcloud_commit}";
+_hcloud.zsh)
+sha512sums=('SKIP'
+
'1964c7445200327ee71974591516bdcc3a00751ff3407891a7401ad486b4a0ee51bfc8c0e8d0e074b788936f365a435322bd4c9b2b527f6621b0965b60477897')
+
+prepare(){
+  export GO111MODULE=on
+}
+
+build(){
+  cd "${_pkgname}"
+  go build  \
+  -ldflags "-w -X github.com/hetznercloud/cli/cli.Version=${pkgver}" \
+  github.com/hetznercloud/cli/cmd/hcloud
+  chmod +x ./hcloud
+  ./hcloud completion bash > "$pkgname-completion.bash"
+}
+
+check(){
+  cd "${_pkgname}/cli"
+  go test -v -x
+}
+
+package(){
+  cd "${_pkgname}"
+  install -Dsm755 ./hcloud "${pkgdir}/usr/bin/hcloud"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 "${pkgname}-completion.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+  install -Dm644 "${srcdir}/_hcloud.zsh" 
"${pkgdir}/usr/share/zsh/site-functions/_hcloud"
+}

Deleted: _hcloud.zsh
===
--- _hcloud.zsh 2018-11-17 17:01:14 UTC (rev 408583)
+++ _hcloud.zsh 2018-11-17 17:01:21 UTC (rev 408584)
@@ -1,2 +0,0 @@
-#compdef hcloud
-source <(hcloud completion zsh)

Copied: hcloud/repos/community-x86_64/_hcloud.zsh (from rev 408583, 
hcloud/trunk/_hcloud.zsh)
===
--- _hcloud.zsh (rev 0)
+++ _hcloud.zsh 2018-11-17 17:01:21 UTC (rev 408584)
@@ -0,0 +1,2 @@
+#compdef hcloud
+source <(hcloud completion zsh)


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

2018-11-17 Thread Christian Rebischke via arch-commits
Date: Saturday, November 17, 2018 @ 17:01:14
  Author: shibumi
Revision: 408583

upgpkg: hcloud 1.10.0-1

Modified:
  hcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 16:54:23 UTC (rev 408582)
+++ PKGBUILD2018-11-17 17:01:14 UTC (rev 408583)
@@ -3,7 +3,7 @@
 
 _pkgname=cli
 pkgname=hcloud
-pkgver=1.9.1
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="CLI for Hetzner Cloud"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('go-pie' 'git')
 depends=('glibc')
 provides=('hcloud')
-_hcloud_commit='a7935e5d6334d7bc5dd3baa72f0c04250cd7d518'
+_hcloud_commit='779b9a81cac2524cfccd01d65d9cb2b36ff9fa34'
 source=("git+https://github.com/hetznercloud/cli#commit=${_hcloud_commit}";
 _hcloud.zsh)
 sha512sums=('SKIP'


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 16:55:44
  Author: foutrelis
Revision: 340044

archrelease: copy trunk to staging-x86_64

Added:
  lokalize/repos/staging-x86_64/
  lokalize/repos/staging-x86_64/PKGBUILD
(from rev 340043, lokalize/trunk/PKGBUILD)

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

Copied: lokalize/repos/staging-x86_64/PKGBUILD (from rev 340043, 
lokalize/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-17 16:55:44 UTC (rev 340044)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=lokalize
+pkgver=18.08.3
+pkgrel=2
+pkgdesc='Computer-Aided Translation System'
+url='https://kde.org/applications/development/lokalize/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kross hunspell hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('kross-interpreters: for msgmerge')
+conflicts=(kdesdk-lokalize)
+replaces=(kdesdk-lokalize)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ec996691a9198e344fdd6f2c2b23ed0032733f3421be304a4b74219591dcfd94'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 16:55:40
  Author: foutrelis
Revision: 340043

hunspell 1.7.0 rebuild

Modified:
  lokalize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 16:48:10 UTC (rev 340042)
+++ PKGBUILD2018-11-17 16:55:40 UTC (rev 340043)
@@ -4,7 +4,7 @@
 
 pkgname=lokalize
 pkgver=18.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Computer-Aided Translation System'
 url='https://kde.org/applications/development/lokalize/'
 arch=(x86_64)


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 16:54:18
  Author: foutrelis
Revision: 408581

hunspell 1.7.0 rebuild

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 16:51:54 UTC (rev 408580)
+++ PKGBUILD2018-11-17 16:54:18 UTC (rev 408581)
@@ -4,7 +4,7 @@
 
 pkgname=aegisub
 pkgver=3.2.2
-pkgrel=30
+pkgrel=31
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=('x86_64')
 url='http://www.aegisub.org'


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 16:54:23
  Author: foutrelis
Revision: 408582

archrelease: copy trunk to community-staging-x86_64

Added:
  aegisub/repos/community-staging-x86_64/
  aegisub/repos/community-staging-x86_64/PKGBUILD
(from rev 408581, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-x86_64/boost-1.68.patch
(from rev 408581, aegisub/trunk/boost-1.68.patch)
  aegisub/repos/community-staging-x86_64/icu59.patch
(from rev 408581, aegisub/trunk/icu59.patch)

--+
 PKGBUILD |   55 +
 boost-1.68.patch |   34 
 icu59.patch  |   11 ++
 3 files changed, 100 insertions(+)

Copied: aegisub/repos/community-staging-x86_64/PKGBUILD (from rev 408581, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-17 16:54:23 UTC (rev 408582)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=31
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('alsa-lib' 'boost-libs' 'fftw' 'fontconfig' 'gcc-libs' 'glibc'
+ 'hunspell' 'icu' 'libgl' 'libpulse' 'wxgtk3' 'zlib'
+ 'libass.so' 'libffms2.so')
+makedepends=('boost' 'intltool' 'mesa')
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz";
+'boost-1.68.patch'
+'icu59.patch')
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885'
+'aa1689a2204f6a617000f3380b8dea9c3dca4f500d0643e05172750c49cc5a21'
+'29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  patch -Np1 -i ../boost-1.68.patch
+  patch -Np1 -i ../icu59.patch
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+  ./configure \
+--prefix='/usr' \
+--with-wx-config='/usr/bin/wx-config-gtk3' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-x86_64/boost-1.68.patch (from rev 
408581, aegisub/trunk/boost-1.68.patch)
===
--- community-staging-x86_64/boost-1.68.patch   (rev 0)
+++ community-staging-x86_64/boost-1.68.patch   2018-11-17 16:54:23 UTC (rev 
408582)
@@ -0,0 +1,34 @@
+From d8336d2fed73c72d1227b343d6acfb991bc1651b Mon Sep 17 00:00:00 2001
+From: Jan Beich 
+Date: Mon, 9 Jul 2018 20:15:29 +
+Subject: [PATCH] Keep using std::distance after Boost 1.68
+
+src/search_replace_engine.cpp:256:14: error: call to
+  'distance' is ambiguous
+count += distance(
+ ^~~~
+/usr/include/c++/v1/iterator:511:1: note: candidate function [with _InputIter =
+  boost::u32regex_iterator >]
+distance(_InputIter __first, _InputIter __last)
+^
+/usr/local/include/boost/iterator/distance.hpp:49:9: note: candidate function 
[with SinglePassIterator =
+  boost::u32regex_iterator >]
+distance(SinglePassIterator first, SinglePassIterator last)
+^
+---
+ src/search_replace_engine.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/search_replace_engine.cpp b/src/search_replace_engine.cpp
+index 594c21e5e..14c71680d 100644
+--- a/src/search_replace_engine.cpp
 b/src/search_replace_engine.cpp
+@@ -253,7 +253,7 @@ bool SearchReplaceEngine::ReplaceAll() {
+   if (MatchState ms = matches(&diag, 0)) {
+   auto& diag_field = 
diag.*get_dialogue_field(settings.field);
+   std::string const& text = diag_field.get();
+-  count += distance(
++  count += std::distance(
+   
boost::u32regex_iterator(begin(text), end(text), 
*ms.re),
+   
boost::u32regex_iterator());
+   diag_field = u32regex_replace(text, *ms.re, 
settings.replace_with);

Copied: aegisub/repos/community-staging-x86_64/icu59.patch (from rev 408581, 
aegisub/trunk/icu59.patch)
===
--- community-staging-x86_64/icu59.patch 

[arch-commits] Commit in vault/repos/community-x86_64 (12 files)

2018-11-17 Thread Christian Rebischke via arch-commits
Date: Saturday, November 17, 2018 @ 16:51:54
  Author: shibumi
Revision: 408580

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  146 +++
 vault.hcl  |   38 +++---
 vault.install  |   18 +++---
 vault.service  |   44 
 vault.sysusers |2 
 vault.tmpfiles |2 
 6 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 16:51:41 UTC (rev 408579)
+++ PKGBUILD2018-11-17 16:51:54 UTC (rev 408580)
@@ -1,73 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Tim Meusel 
-# Contributor: Sebastian Rakel sebast...@devunit.eu
-
-pkgname='vault'
-pkgdesc='A tool for managing secrets'
-pkgver='0.11.4'
-pkgrel='1'
-url="https://vaultproject.io/";
-license=('MPL')
-arch=('x86_64')
-makedepends=('go-pie' 'git' 'yarn' 'python2' 'bower' 'npm' 'zip')
-depends=('glibc')
-install='vault.install'
-backup=('etc/vault.hcl')
-_vault_commit='612120e76de651ef669c9af5e77b27a749b0dba3'
-source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit}";
-'vault.service'
-'vault.sysusers'
-'vault.tmpfiles'
-'vault.hcl')
-sha512sums=('SKIP'
-
'6619cf57668e995cddb29fb6c388c18c21b251052a53832415e415bb4fe538361ef77b74536f5b082b9cda6cd71b598fc50d8b7f51092c4d60262052c5725af2'
-
'92616ccf83fa5ca9f8b0d022cf8ceb1f3549e12b66bf21d9f77f3eb26bd75ec1dc36c155948ec987c642067b85fbfc30a9217d6c503d952a402aa5ef63e50928'
-
'073f0f400cba78521cd2709ce86d88fbb14125117f9f3beca657f625d04eab8e00f7a01b5d9a1cfc03e9038844f5732bdbb1a85dd65a803d3f0b90f8bf87880e'
-
'46106cc76151eef2dd5e4b2caa6a96aae4d6ce1ecbf977dcc8667a3f6c829cbea95133622adafcb15cdfaa066ecc94c73c983e7613ee2f6573694981569729fe')
-
-prepare () {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p src/github.com/hashicorp/
-  mv "${pkgname}" "src/github.com/hashicorp/${pkgname}"
-  # this is temporary
-  go get github.com/kardianos/govendor
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/hashicorp/${pkgname}"
-}
-
-build () {
-  cd $PACKAGE_ROOT
-
-  # We will provide these packages in the future ourself
-  govendor fetch github.com/mitchellh/gox
-  govendor fetch github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs
-  govendor fetch github.com/hashicorp/go-bindata/go-bindata
-
-  cd $PACKAGE_ROOT/vendor/github.com/hashicorp/go-bindata/go-bindata
-  go build
-  go install
-
-  cd 
$PACKAGE_ROOT/vendor/github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs
-  go build
-  go install
-
-  cd $PACKAGE_ROOT/vendor/github.com/mitchellh/gox
-  go build
-  go install
-
-  cd $PACKAGE_ROOT
-  XC_OSARCH='linux/amd64' make static-dist bin
-}
-
-package () {
-  cd ${PACKAGE_ROOT}
-  install -Dm755 bin/vault "${pkgdir}/usr/bin/vault"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/vault.hcl" "${pkgdir}/etc/vault.hcl"
-  install -Dm644 "${srcdir}/vault.service" 
"${pkgdir}/usr/lib/systemd/system/vault.service"
-  install -Dm644 "${srcdir}/vault.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/vault.conf"
-  install -Dm644 "${srcdir}/vault.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/vault.conf"
-  for file in README.md CHANGELOG.md ; do
-install -Dm644 "${file}" "${pkgdir}/usr/share/doc/${pkgname}/${file}"
-  done
-}

Copied: vault/repos/community-x86_64/PKGBUILD (from rev 408579, 
vault/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 16:51:54 UTC (rev 408580)
@@ -0,0 +1,73 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Tim Meusel 
+# Contributor: Sebastian Rakel sebast...@devunit.eu
+
+pkgname='vault'
+pkgdesc='A tool for managing secrets'
+pkgver='0.11.5'
+pkgrel='1'
+url="https://vaultproject.io/";
+license=('MPL')
+arch=('x86_64')
+makedepends=('go-pie' 'git' 'yarn' 'python2' 'bower' 'npm' 'zip')
+depends=('glibc')
+install='vault.install'
+backup=('etc/vault.hcl')
+_vault_commit=

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

2018-11-17 Thread Christian Rebischke via arch-commits
Date: Saturday, November 17, 2018 @ 16:51:41
  Author: shibumi
Revision: 408579

upgpkg: vault 0.11.5-1

Modified:
  vault/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 16:51:20 UTC (rev 408578)
+++ PKGBUILD2018-11-17 16:51:41 UTC (rev 408579)
@@ -4,7 +4,7 @@
 
 pkgname='vault'
 pkgdesc='A tool for managing secrets'
-pkgver='0.11.4'
+pkgver='0.11.5'
 pkgrel='1'
 url="https://vaultproject.io/";
 license=('MPL')
@@ -13,7 +13,7 @@
 depends=('glibc')
 install='vault.install'
 backup=('etc/vault.hcl')
-_vault_commit='612120e76de651ef669c9af5e77b27a749b0dba3'
+_vault_commit='a59ffa4a0f09bbf198241fe6793a96722789b639'
 source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit}";
 'vault.service'
 'vault.sysusers'


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 16:51:20
  Author: foutrelis
Revision: 408578

archrelease: copy trunk to community-staging-x86_64

Added:
  sigil/repos/community-staging-x86_64/
  sigil/repos/community-staging-x86_64/PKGBUILD
(from rev 408577, sigil/trunk/PKGBUILD)

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

Copied: sigil/repos/community-staging-x86_64/PKGBUILD (from rev 408577, 
sigil/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-17 16:51:20 UTC (rev 408578)
@@ -0,0 +1,64 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.9.10
+pkgrel=3
+pkgdesc="WYSIWYG ebook editor"
+arch=('x86_64')
+url="https://sigil-ebook.com/";
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'minizip' 'python-lxml' 'qt5-webkit')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake')
+optdepends=('hunspell-en: for English dictionary support'
+'hyphen-en: for English hyphenation support in plugins'
+'python-html5lib: recommended for plugins'
+'python-chardet: recommended for plugins'
+'python-cssselect: recommended for plugins'
+'python-cssutils: recommended for plugins'
+'python-pillow: recommended for plugins'
+'python-regex: recommended for plugins'
+'python-pyqt5: recommended for plugins'
+'tk: recommended for plugins')
+source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz";
+   
"https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig";)
+sha256sums=('294954c4c2b3f1f9348d4f1bff18edebaba44afae901be3900154778b2f877ed'
+'SKIP')
+validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

+
+build() {
+cd "${srcdir}/Sigil-${pkgver}"
+
+mkdir -p build
+cd build
+
+cmake -G "Unix Makefiles" \
+-DUSE_SYSTEM_LIBS=1 \
+-DSYSTEM_LIBS_REQUIRED=1 \
+-DINSTALL_BUNDLED_DICTS=0 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON ..
+
+make
+}
+
+package() {
+cd "${srcdir}"/Sigil-${pkgver}/build
+make install DESTDIR="${pkgdir}"
+
+for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
+
"${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+done
+install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+# Compile python bytecode
+python -m compileall 
"${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib}
+python -O -m compileall 
"${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib}
+}


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 16:51:15
  Author: foutrelis
Revision: 408577

hunspell 1.7.0 rebuild

Modified:
  sigil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 16:46:41 UTC (rev 408576)
+++ PKGBUILD2018-11-17 16:51:15 UTC (rev 408577)
@@ -5,7 +5,7 @@
 
 pkgname=sigil
 pkgver=0.9.10
-pkgrel=2
+pkgrel=3
 pkgdesc="WYSIWYG ebook editor"
 arch=('x86_64')
 url="https://sigil-ebook.com/";


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 16:48:10
  Author: foutrelis
Revision: 340042

archrelease: copy trunk to staging-x86_64

Added:
  qt5-virtualkeyboard/repos/staging-x86_64/
  qt5-virtualkeyboard/repos/staging-x86_64/PKGBUILD
(from rev 340041, qt5-virtualkeyboard/trunk/PKGBUILD)

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

Copied: qt5-virtualkeyboard/repos/staging-x86_64/PKGBUILD (from rev 340041, 
qt5-virtualkeyboard/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-17 16:48:10 UTC (rev 340042)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-virtualkeyboard
+_qtver=5.11.2
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3')
+pkgdesc='Virtual keyboard framework'
+depends=('qt5-declarative' 'qt5-svg' 'hunspell')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
+
qt-virtualkeyboard-keylogging.patch::"http://code.qt.io/cgit/qt/qtvirtualkeyboard.git/patch/?id=c7a94110";)
+sha256sums=('2709500071e7e98ca6f6eecef0f5c80d19ae22aba562293352debd516633b197'
+'d6604ea9a73dd16cdc0788214ccd346571a2f5c2f7da7759d71511d3cb6e67e8')
+
+prepare() {
+  mkdir -p build
+
+  cd ${_pkgfqn}
+  patch -p1 -i ../qt-virtualkeyboard-keylogging.patch # don't log all 
keypresses
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn} CONFIG+="lang-all handwriting"
+  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' {} \;
+}


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 16:48:06
  Author: foutrelis
Revision: 340041

hunspell 1.7.0 rebuild

Modified:
  qt5-virtualkeyboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 16:07:34 UTC (rev 340040)
+++ PKGBUILD2018-11-17 16:48:06 UTC (rev 340041)
@@ -4,7 +4,7 @@
 pkgname=qt5-virtualkeyboard
 _qtver=5.11.2
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3')


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 16:46:41
  Author: foutrelis
Revision: 408576

archrelease: copy trunk to community-staging-x86_64

Added:
  psi/repos/community-staging-x86_64/
  psi/repos/community-staging-x86_64/PKGBUILD
(from rev 408575, psi/trunk/PKGBUILD)
  psi/repos/community-staging-x86_64/no-qca-qt4.patch
(from rev 408575, psi/trunk/no-qca-qt4.patch)
  psi/repos/community-staging-x86_64/qt-5.11.patch
(from rev 408575, psi/trunk/qt-5.11.patch)

--+
 PKGBUILD |   57 +
 no-qca-qt4.patch |   36 +
 qt-5.11.patch|   21 +++
 3 files changed, 114 insertions(+)

Copied: psi/repos/community-staging-x86_64/PKGBUILD (from rev 408575, 
psi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-17 16:46:41 UTC (rev 408576)
@@ -0,0 +1,57 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=('psi' 'psi-nowebengine')
+pkgver=1.4
+pkgrel=2
+pkgdesc="Powerful XMPP (Jabber) client (Qt, C++) designed for power users"
+url="https://psi-im.org";
+license=('GPL2')
+arch=('x86_64')
+depends=('hunspell' 'qca-qt5' 'qt5-svg' 'qt5-webengine' 'qt5-x11extras' 
'libidn')
+makedepends=('cmake' 'qt5-multimedia')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+"no-qca-qt4.patch"
+"qt-5.11.patch")
+sha256sums=('761934c1c62daf69215f085ba24d7f9cd4db05ef0ad735383d68fb03d21571ad'
+'a6ea9a62100b6990b8a6c8590a6d0e9df095b99b6527bb5490a7fd3f6929ac23'
+'e56ec1a250488b2cf9d42887aac432ff2e0ef482eb7cc8500f3d52cb53949119')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 <"$srcdir"/no-qca-qt4.patch
+  patch -p1 <"$srcdir"/qt-5.11.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+  cd ..
+
+  mkdir -p build-nowebengine
+  cd build-nowebengine
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DENABLE_WEBKIT=OFF ..
+  make
+}
+
+package_psi() {
+  cd "$srcdir"/psi-$pkgver/build
+  make DESTDIR="$pkgdir" install
+  install -dm755 "$pkgdir/usr/include/psi/plugins"
+  install -m644 ../src/plugins/include/*.h "$pkgdir/usr/include/psi/plugins"
+}
+
+package_psi-nowebengine() {
+  pkgdesc+=" without WebEngine support"
+  depends=('hunspell' 'minizip' 'qca-qt5' 'qt5-svg' 'qt5-x11extras' 'libidn')
+  provides=("$pkgbase=$pkgver")
+  conflicts=("$pkgbase")
+  replaces=('psi-nowebkit')
+
+  cd "$srcdir"/psi-$pkgver/build-nowebengine
+  make DESTDIR="$pkgdir" install
+  install -dm755 "$pkgdir/usr/include/psi/plugins"
+  install -m644 ../src/plugins/include/*.h "$pkgdir/usr/include/psi/plugins"
+}

Copied: psi/repos/community-staging-x86_64/no-qca-qt4.patch (from rev 408575, 
psi/trunk/no-qca-qt4.patch)
===
--- community-staging-x86_64/no-qca-qt4.patch   (rev 0)
+++ community-staging-x86_64/no-qca-qt4.patch   2018-11-17 16:46:41 UTC (rev 
408576)
@@ -0,0 +1,36 @@
+From f3372d84595d10b757de4568399707bc721f6850 Mon Sep 17 00:00:00 2001
+From: sirlucjan 
+Date: Sun, 7 Jan 2018 21:04:37 +0100
+Subject: [PATCH] Update cmakelist.txt
+
+---
+ iris/CMakeLists.txt | 2 +-
+ src/CMakeLists.txt  | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/iris/CMakeLists.txt b/iris/CMakeLists.txt
+index 50228489..85dcec60 100644
+--- a/iris/CMakeLists.txt
 b/iris/CMakeLists.txt
+@@ -39,7 +39,7 @@ if(USE_QJDNS)
+ add_definitions(-DNEED_JDNS)
+ endif()
+ 
+-find_package(Qca REQUIRED)
++find_package(Qca-qt5 REQUIRED)
+ set(QCA_INCLUDES ${Qca_INCLUDE_DIR})
+ set(qca_LIB ${Qca_LIBRARY})
+ 
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 1f78cd05..57c73c4c 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -73,7 +73,7 @@ if(APPLE)
+ list(APPEND EXTRA_LDFLAGS ${SPARKLE_LIBRARY} "-framework Carbon" 
"-framework AppKit" "-framework IOKit" "-framework CoreAudio" "-framework 
AudioToolbox")
+ endif()
+ 
+-find_package( Qca REQUIRED )
++find_package( Qca-qt5 REQUIRED )
+ 
+ if(LINUX)
+ find_package(X11 REQUIRED) 

Copied: psi/repos/community-staging-x86_64/qt-5.11.patch (from rev 408575, 
psi/trunk/qt-5.11.patch)
===
--- community-staging-x86_64/qt-5.11.patch  (rev 0)
+++ community-staging-x86_64/qt-5.11.patch  2018-11-17 16:46:41 UTC (rev 
408576)
@@ -0,0 +1,21 @@
+From 4b838c04fa90ab56974bc4c57aaf7d4e80b8fff8 Mon Sep 17 00:00:00 2001
+From: Vitozz 
+Date: Mon, 28 May 2018 20:45:04 +0300
+Subject: [PATCH] Try to fix build with qt-5.11
+
+---
+ src/accountmanagedlg.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/accountmanagedlg.cpp b/src/accountmanagedlg.cpp

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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 16:46:36
  Author: foutrelis
Revision: 408575

hunspell 1.7.0 rebuild

Modified:
  psi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 16:39:01 UTC (rev 408574)
+++ PKGBUILD2018-11-17 16:46:36 UTC (rev 408575)
@@ -2,7 +2,7 @@
 
 pkgname=('psi' 'psi-nowebengine')
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Powerful XMPP (Jabber) client (Qt, C++) designed for power users"
 url="https://psi-im.org";
 license=('GPL2')


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 16:38:56
  Author: foutrelis
Revision: 408573

hunspell 1.7.0 rebuild

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 16:35:40 UTC (rev 408572)
+++ PKGBUILD2018-11-17 16:38:56 UTC (rev 408573)
@@ -2,7 +2,7 @@
 # Contributor: Clément DEMOULINS 
 pkgname=texstudio
 pkgver=2.12.10
-pkgrel=2
+pkgrel=3
 pkgdesc="Integrated writing environment for creating LaTeX documents"
 arch=('x86_64')
 url="http://texstudio.sourceforge.net/";


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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 16:39:01
  Author: foutrelis
Revision: 408574

archrelease: copy trunk to community-staging-x86_64

Added:
  texstudio/repos/community-staging-x86_64/
  texstudio/repos/community-staging-x86_64/PKGBUILD
(from rev 408573, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-staging-x86_64/fs54269.patch
(from rev 408573, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-staging-x86_64/fs56433.patch
(from rev 408573, texstudio/trunk/fs56433.patch)

---+
 PKGBUILD  |   48 
 fs54269.patch |   11 +++
 fs56433.patch |   24 
 3 files changed, 83 insertions(+)

Copied: texstudio/repos/community-staging-x86_64/PKGBUILD (from rev 408573, 
texstudio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-17 16:39:01 UTC (rev 408574)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.10
+pkgrel=3
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('x86_64')
+url="http://texstudio.sourceforge.net/";
+license=('GPL')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme' 'hunspell' 'quazip')
+makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
+optdepends=('evince: pdf reader'
+'okular: alternate pdf reader')
+replaces=('texmakerx')
+source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz";
+fs54269.patch
+fs56433.patch)
+sha512sums=('c3d1e14df8efe3f37dd71e5d0148f57f117c666b9487712fca5a7bd967eca4f7951c970bc5bffab14daef4fb8497af33edf2fce23cc9ae4cf598d905d9312ef0'
+
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
+
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
+
+prepare() {
+cd texstudio-${pkgver}
+sed -i "s/-lquazip/-lquazip5/g" texstudio.pro
+sed -i "s|include/quazip|include/quazip5|g" texstudio.pro
+
+cd src
+patch -Np1 < "${srcdir}"/fs54269.patch
+patch -Np1 < "${srcdir}"/fs56433.patch
+}
+
+build() {
+cd texstudio-${pkgver}
+qmake-qt5 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 
texstudio.pro
+make
+}
+
+package() {
+cd texstudio-${pkgver}
+make INSTALL_ROOT="${pkgdir}" install
+
+for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
+mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
+convert +set date:create +set date:modify -background none -density 
1200 -resize ${res} \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
+"${pkgdir}"/usr/share/icons/hicolor/${res}/apps/texstudio.png
+done
+}

Copied: texstudio/repos/community-staging-x86_64/fs54269.patch (from rev 
408573, texstudio/trunk/fs54269.patch)
===
--- community-staging-x86_64/fs54269.patch  (rev 0)
+++ community-staging-x86_64/fs54269.patch  2018-11-17 16:39:01 UTC (rev 
408574)
@@ -0,0 +1,11 @@
+diff -r c61879e1dfa9 minisplitter.cpp
+--- a/minisplitter.cpp Sun Aug 06 17:32:28 2017 +0200
 b/minisplitter.cpp Tue Aug 08 15:33:21 2017 +0200
+@@ -72,7 +72,6 @@
+ else
+ setContentsMargins(0, 2, 0, 2);
+ setMask(QRegion(contentsRect()));
+-QSplitterHandle::resizeEvent(event);
+ }
+ 
+ void MiniSplitterHandle::paintEvent(QPaintEvent *event)

Copied: texstudio/repos/community-staging-x86_64/fs56433.patch (from rev 
408573, texstudio/trunk/fs56433.patch)
===
--- community-staging-x86_64/fs56433.patch  (rev 0)
+++ community-staging-x86_64/fs56433.patch  2018-11-17 16:39:01 UTC (rev 
408574)
@@ -0,0 +1,24 @@
+diff -r 184eb474c083 configmanager.cpp
+--- a/configmanager.cppSun Nov 26 21:13:19 2017 +0100
 b/configmanager.cppFri Dec 01 21:07:57 2017 +0100
+@@ -603,7 +603,7 @@
+ #else
+   registerOption("Grammar/Language Tool URL", 
&grammarCheckerConfig->languageToolURL, "http://localhost:8081/";, 
&pseudoDialog->lineEditGrammarLTUrl);
+ #endif
+-  registerOption("Grammar/Language Tool Path", 
&grammarCheckerConfig->languageToolPath, "", 
&pseudoDialog->lineEditGrammarLTPath);
++registerOption("Grammar/Language Tool Path", 
&grammarCheckerConfig->languageToolPath, 
"/usr/share/languagetool:/usr/share/java/languagetool/*", 
&pseudoDialog->lineEditGrammarLTPath);
+   registerOption("Grammar/Language Tool Arguments", 
&grammarCheckerConfig->languageToolArguments, 
"org.languagetool.server.HTTPServer -p 80

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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 16:35:30
  Author: foutrelis
Revision: 408571

hunspell 1.7.0 rebuild

Modified:
  bluegriffon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 16:21:10 UTC (rev 408570)
+++ PKGBUILD2018-11-17 16:35:30 UTC (rev 408571)
@@ -5,7 +5,7 @@
 pkgname=(bluegriffon)
 pkgver=3.1
 _gecko_dev_revision=042b84a # see config/gecko_dev_revision.txt
-pkgrel=3
+pkgrel=4
 pkgdesc="The next-generation Web Editor based on the rendering engine of 
Firefox"
 arch=('x86_64')
 url="http://bluegriffon.org/";


[arch-commits] Commit in bluegriffon/repos (5 files)

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 16:35:40
  Author: foutrelis
Revision: 408572

archrelease: copy trunk to community-staging-x86_64

Added:
  bluegriffon/repos/community-staging-x86_64/
  bluegriffon/repos/community-staging-x86_64/PKGBUILD
(from rev 408571, bluegriffon/trunk/PKGBUILD)
  bluegriffon/repos/community-staging-x86_64/bluegriffon.desktop
(from rev 408571, bluegriffon/trunk/bluegriffon.desktop)
  bluegriffon/repos/community-staging-x86_64/mozconfig
(from rev 408571, bluegriffon/trunk/mozconfig)
  bluegriffon/repos/community-staging-x86_64/no-crmf.diff
(from rev 408571, bluegriffon/trunk/no-crmf.diff)

-+
 PKGBUILD|  142 ++
 bluegriffon.desktop |   16 +
 mozconfig   |   31 ++
 no-crmf.diff|   15 +
 4 files changed, 204 insertions(+)

Copied: bluegriffon/repos/community-staging-x86_64/PKGBUILD (from rev 408571, 
bluegriffon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-17 16:35:40 UTC (rev 408572)
@@ -0,0 +1,142 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Balló György 
+
+pkgbase=bluegriffon
+pkgname=(bluegriffon)
+pkgver=3.1
+_gecko_dev_revision=042b84a # see config/gecko_dev_revision.txt
+pkgrel=4
+pkgdesc="The next-generation Web Editor based on the rendering engine of 
Firefox"
+arch=('x86_64')
+url="http://bluegriffon.org/";
+license=('MPL' 'GPL' 'LGPL')
+depends=('dbus-glib' 'gtk3' 'hunspell' 'mozilla-common' 'nss' 'libvpx' 'libxt' 
'startup-notification')
+makedepends=('autoconf2.13' 'gtk2' 'libpulse' 'python2' 'rust' 'unzip' 'yasm' 
'zip')
+options=('!emptydirs')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/therealglazou/${pkgbase}/archive/${pkgver}.tar.gz";
+
"gecko-dev-${_gecko_dev_revision}.tar.gz"::"https://github.com/mozilla/gecko-dev/archive/${_gecko_dev_revision}.tar.gz";
+"mozconfig"
+"${pkgbase}.desktop"
+
"bug_1353650_icu59.patch"::"https://hg.mozilla.org/integration/mozilla-inbound/raw-rev/605d00e70409";
+
"bug_1384062_systemresourcemonitor.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/8d9ae8c45dd0";
+
"bug_1427455-unused-variables.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/8e28a66b548b";
+
"bug_445128_install-dir.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/8f74ddd39f61";
+"no-crmf.diff")
+sha256sums=('4fb9b29f00ff4e94e78994308ffa52bce818978009e0d8229203d6ac4210b0f4'
+'01096e58c898e1b37cba581e1cc0f325d1c402091ccc4a2491543b39add40c6c'
+'d589572a0e36b8500ed12937727e540a13b635c7ac12621a10ff675250b61175'
+'882133b77840356985a81e496b4ddc443f8f33c068cfb7ef0858497820adcfff'
+'6417fda6af8e610556f662fca28b2c25ceedb3e6970923a4eec562389b00b6d6'
+'7760ebe71f4057cbd2f52b715abaf0d944c14c39e2bb2a5322114ad8451e12d9'
+'806cbe936720676ea8d82c5f2bb880ca632181b07b0cf24a47c064a3485b7c7f'
+'18fbcfda13dd7d30d3c1310da15a133f90bf9ce6b7cfa15de833928e7d9efe95'
+'02000d185e647aa20ca336e595b4004bb29cdae9d8f317f90078bdcc7a36e873')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd "${srcdir}/gecko-dev-${_gecko_dev_revision}"*/
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1427455
+  patch -Np1 -i ../bug_1427455-unused-variables.patch
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=445128
+  patch -Np1 -i ../bug_445128_install-dir.patch
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1371991
+  patch -Np1 -i ../no-crmf.diff
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1353650
+  patch -Np1 -i ../bug_1353650_icu59.patch
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1384062
+  patch -Np1 -i ../bug_1384062_systemresourcemonitor.patch
+
+  # Move files to their correct location
+  cp -r "${srcdir}/${pkgbase}-${pkgver}" bluegriffon
+  cp "${srcdir}/mozconfig" .mozconfig
+
+  # Apply BlueGriffon's upstream customizations
+  patch -Np1 -i "bluegriffon/config/gecko_dev_content.patch"
+  patch -Np1 -i "bluegriffon/config/gecko_dev_idl.patch"
+}
+
+build() {
+  cd "${srcdir}/gecko-dev-${_gecko_dev_revision}"*/
+
+  # _FORTIFY_SOURCE causes configure failures
+  CPPFLAGS+=" -O2"
+
+  export PATH="$srcdir/path:$PATH"
+
+  # Build the package
+  ./mach build
+}
+
+package_bluegriffon() {
+  cd "${srcdir}/gecko-dev-${_gecko_dev_revision}"*/
+  DESTDIR="${pkgdir}" ./mach install
+
+  # Install icons
+  cp bluegriffon/branding/mozicon128.png bluegriffon/branding/default128.png
+  for _icon in 16 32 48 128 256; do
+  install -Dm644 bluegriffon/branding/default${_icon}.png \
+
"${pkgdir}/usr/share/icons/hicolor/${_icon}x${_icon}/apps/${pkgbase}.png"
+  done
+
+  # Install desktop file
+  install -Dm644 ../${pkgbase}.desktop \
+"${

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

2018-11-17 Thread Christian Rebischke via arch-commits
Date: Saturday, November 17, 2018 @ 16:21:10
  Author: shibumi
Revision: 408570

archrelease: copy trunk to community-x86_64

Added:
  sysstat/repos/community-x86_64/PKGBUILD
(from rev 408569, sysstat/trunk/PKGBUILD)
  sysstat/repos/community-x86_64/lib64-fix.patch
(from rev 408569, sysstat/trunk/lib64-fix.patch)
Deleted:
  sysstat/repos/community-x86_64/PKGBUILD
  sysstat/repos/community-x86_64/lib64-fix.patch

-+
 PKGBUILD|   95 ++
 lib64-fix.patch |   50 ++--
 2 files changed, 72 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 16:21:01 UTC (rev 408569)
+++ PKGBUILD2018-11-17 16:21:10 UTC (rev 408570)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Martin Devera 
-
-pkgname=sysstat
-pkgver=11.7.3
-pkgrel=1
-pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
-arch=('x86_64')
-url="http://pagesperso-orange.fr/sebastien.godard/";
-license=('GPL')
-depends=('lm_sensors')
-makedepends=('systemd')
-optdepends=('tk: to use isag'
-   'gnuplot: to use isag')
-options=('zipman')
-backup=('etc/conf.d/sysstat'
-   'etc/conf.d/sysstat.ioconf')
-source=("http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${pkgver}.tar.xz";
- 'lib64-fix.patch')
-sha512sums=('c752ebba4d25a30147e68d0cb44d93020bb9b44823812c99550f6b34b42fc6f015c28ef0e6609a1e33ae6e4de566ae2d0e8a4711e412a4298baf5721dd15d27f'
-
'46ec3eebb12232d30cddba60f16a57cd8d625513cf002d9e501797a6660f9da9cb4116ec81d0c292644fb6d91eb05c7be458da667260b238bcfef532a020b114')
-
-prepare() {
-  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
-  patch -p1 < "${srcdir}"/lib64-fix.patch
-  autoreconf
-}
-
-build() {
-  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
-  conf_dir=/etc/conf.d ./configure --prefix=/usr \
-   --enable-yesterday \
-   --mandir=/usr/share/man \
-   --enable-install-isag \
-   --enable-install-cron \
-   --enable-copy-only \
-   --disable-man-group
-  make
-}
-
-package() {
-  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
-  mkdir -p "${pkgdir}"/usr/lib/systemd/system
-  make DESTDIR="${pkgdir}" install
-  chown -R root:root "${pkgdir}"
-  rm -rf "${pkgdir}"/etc/rc*
-}

Copied: sysstat/repos/community-x86_64/PKGBUILD (from rev 408569, 
sysstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 16:21:10 UTC (rev 408570)
@@ -0,0 +1,47 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Martin Devera 
+
+pkgname=sysstat
+pkgver=12.0.2
+pkgrel=1
+pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
+arch=('x86_64')
+url="http://pagesperso-orange.fr/sebastien.godard/";
+license=('GPL')
+depends=('lm_sensors')
+makedepends=('systemd')
+optdepends=('tk: to use isag'
+   'gnuplot: to use isag')
+options=('zipman')
+backup=('etc/conf.d/sysstat'
+   'etc/conf.d/sysstat.ioconf')
+source=("http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${pkgver}.tar.xz";
+ 'lib64-fix.patch')
+sha512sums=('c55c3fb8210f006f70e56c8ef5fe013ad1a9247125e69302f920592288725f76ba268c142f1da6ef078a3cdf75e471921ff41aa8b59b8edff57d3bc5345d36e9'
+
'46ec3eebb12232d30cddba60f16a57cd8d625513cf002d9e501797a6660f9da9cb4116ec81d0c292644fb6d91eb05c7be458da667260b238bcfef532a020b114')
+
+prepare() {
+  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
+  patch -p1 < "${srcdir}"/lib64-fix.patch
+  autoreconf
+}
+
+build() {
+  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
+  conf_dir=/etc/conf.d ./configure --prefix=/usr \
+   --enable-yesterday \
+   --mandir=/usr/share/man \
+   --enable-install-isag \
+   --enable-install-cron \
+   --enable-copy-only \
+   --disable-man-group
+  make
+}
+
+package() {
+  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
+  mkdir -p "${pkgdir}"/usr/lib/systemd/system
+  make DESTDIR="${pkgdir}" install
+  chown -R root:root "${pkgdir}"
+  rm -rf "${pkgdir}"/etc/rc*
+}

Deleted: lib64-fix.patch
===
--- lib64-fix.patch 2018-11-17 16:21:01 UTC (rev 408569)
+++ lib64-fix.patch 2018-11-17 16:21:10 UTC (rev 408570)
@@ -1,25 +0,0 @@
-diff -wbBur sysstat-11.1.3.org/configure.in sysstat-11.1.3/configure.in
 sysstat-11.1.3.org/configure.in2015-02-13 17:05:44.0 +0300
-+++ sysstat-11.1.3/configure.in2015-02-16 13:25:26.201405593 +0300
-@@ -209,21 +209,6 @@
- fi
- 
- SADC_DIR=$AuxPrefix/lib
--if test -d $AuxPrefix/lib64; then
--# Verify that this OS is really 64 bit
--BITS=$(getconf LONG_BIT 2>/dev/null)
--if test $? = 0; then
--if test $BITS = 64; then
--SADC_DIR=$AuxPrefix/lib64
--fi
--else
--# Fallback: look for lm (long mode) flag

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

2018-11-17 Thread Christian Rebischke via arch-commits
Date: Saturday, November 17, 2018 @ 16:21:01
  Author: shibumi
Revision: 408569

upgpkg: sysstat 12.0.2-1

Modified:
  sysstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 16:14:37 UTC (rev 408568)
+++ PKGBUILD2018-11-17 16:21:01 UTC (rev 408569)
@@ -2,7 +2,7 @@
 # Contributor: Martin Devera 
 
 pkgname=sysstat
-pkgver=11.7.3
+pkgver=12.0.2
 pkgrel=1
 pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'etc/conf.d/sysstat.ioconf')
 
source=("http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${pkgver}.tar.xz";
  'lib64-fix.patch')
-sha512sums=('c752ebba4d25a30147e68d0cb44d93020bb9b44823812c99550f6b34b42fc6f015c28ef0e6609a1e33ae6e4de566ae2d0e8a4711e412a4298baf5721dd15d27f'
+sha512sums=('c55c3fb8210f006f70e56c8ef5fe013ad1a9247125e69302f920592288725f76ba268c142f1da6ef078a3cdf75e471921ff41aa8b59b8edff57d3bc5345d36e9'
 
'46ec3eebb12232d30cddba60f16a57cd8d625513cf002d9e501797a6660f9da9cb4116ec81d0c292644fb6d91eb05c7be458da667260b238bcfef532a020b114')
 
 prepare() {


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

2018-11-17 Thread Maxime Gauduin via arch-commits
Date: Saturday, November 17, 2018 @ 16:14:29
  Author: alucryd
Revision: 408567

upgpkg: lib32-libthai 0.1.28-1

Modified:
  lib32-libthai/trunk/PKGBUILD

--+
 PKGBUILD |   23 ++-
 1 file changed, 14 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 16:07:57 UTC (rev 408566)
+++ PKGBUILD2018-11-17 16:14:29 UTC (rev 408567)
@@ -3,7 +3,7 @@
 # Contributor: Chaiwat Suttipongsakul 
 
 pkgname=lib32-libthai
-pkgver=0.1.27
+pkgver=0.1.28
 pkgrel=1
 pkgdesc='Thai language support routines'
 url='https://linux.thai.net/projects/libthai'
@@ -10,12 +10,18 @@
 arch=('x86_64')
 license=('LGPL')
 depends=('lib32-libdatrie')
-makedepends=('gcc-multilib')
-source=("https://linux.thai.net/pub/thailinux/software/libthai/libthai-${pkgver}.tar.xz";)
-sha256sums=('1659fa1b7b1d6562102d7feb8c8c3fd94bb2dc5761ed7dbaae4f300e1c03eff6')
+makedepends=('autoconf-archive' 'git')
+source=("git+https://github.com/tlwg/libthai.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
 
+prepare() {
+  cd libthai
+
+  ./autogen.sh
+}
+
 build() {
-  cd libthai-${pkgver}
+  cd libthai
 
   export CC='gcc -m32'
   export CXX='g++ -m32'
@@ -24,14 +30,13 @@
   ./configure \
 --prefix='/usr' \
 --libdir='/usr/lib32' \
---disable-static
+--disable-static \
+--disable-doxygen-doc
   make
 }
 
 package() {
-  cd libthai-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" -C libthai install
   rm -rf "${pkgdir}"/usr/{include,share}
 }
 


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

2018-11-17 Thread Maxime Gauduin via arch-commits
Date: Saturday, November 17, 2018 @ 16:14:37
  Author: alucryd
Revision: 408568

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 16:14:29 UTC (rev 408567)
+++ PKGBUILD2018-11-17 16:14:37 UTC (rev 408568)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan de Groot 
-# Contributor: Chaiwat Suttipongsakul 
-
-pkgname=lib32-libthai
-pkgver=0.1.27
-pkgrel=1
-pkgdesc='Thai language support routines'
-url='https://linux.thai.net/projects/libthai'
-arch=('x86_64')
-license=('LGPL')
-depends=('lib32-libdatrie')
-makedepends=('gcc-multilib')
-source=("https://linux.thai.net/pub/thailinux/software/libthai/libthai-${pkgver}.tar.xz";)
-sha256sums=('1659fa1b7b1d6562102d7feb8c8c3fd94bb2dc5761ed7dbaae4f300e1c03eff6')
-
-build() {
-  cd libthai-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static
-  make
-}
-
-package() {
-  cd libthai-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libthai/repos/multilib-x86_64/PKGBUILD (from rev 408567, 
lib32-libthai/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 16:14:37 UTC (rev 408568)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan de Groot 
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=lib32-libthai
+pkgver=0.1.28
+pkgrel=1
+pkgdesc='Thai language support routines'
+url='https://linux.thai.net/projects/libthai'
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-libdatrie')
+makedepends=('autoconf-archive' 'git')
+source=("git+https://github.com/tlwg/libthai.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd libthai
+
+  ./autogen.sh
+}
+
+build() {
+  cd libthai
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static \
+--disable-doxygen-doc
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libthai install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-11-17 Thread Bruno Pagani via arch-commits
Date: Saturday, November 17, 2018 @ 16:07:57
  Author: archange
Revision: 408566

archrelease: copy trunk to community-staging-any

Added:
  riot/repos/community-staging-any/
  riot/repos/community-staging-any/PKGBUILD
(from rev 408565, riot/trunk/PKGBUILD)
  riot/repos/community-staging-any/riot-desktop.sh
(from rev 408565, riot/trunk/riot-desktop.sh)
  riot/repos/community-staging-any/riot.desktop
(from rev 408565, riot/trunk/riot.desktop)

-+
 PKGBUILD|   77 ++
 riot-desktop.sh |3 ++
 riot.desktop|9 ++
 3 files changed, 89 insertions(+)

Copied: riot/repos/community-staging-any/PKGBUILD (from rev 408565, 
riot/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-11-17 16:07:57 UTC (rev 408566)
@@ -0,0 +1,77 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Luca Weiss 
+
+pkgbase=riot
+pkgname=('riot-desktop' 'riot-web')
+pkgver=0.17.5
+pkgrel=1
+pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
+arch=('any')
+url="https://riot.im";
+_url="https://github.com/vector-im/riot-web";
+license=('Apache')
+makedepends=('npm' 'git')
+source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
+
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
+"${pkgbase}.desktop"
+"${pkgbase}-desktop.sh")
+sha256sums=('1efde73e86ad222d43883b0e8ca4301d7db7468679ab58f1a280fb5125f744a6'
+'SKIP'
+'043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
+'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')
+validpgpkeys=('6FEB6F83D48B93547E7DFEDEE019645248E8F4A1') # riot.im (Package 
Signing key) 
+
+prepare() {
+  cd ${pkgbase}-web-${pkgver}
+  sed -i 's@https://riot.im/download/desktop/update/@null@g' 
electron_app/riot.im/config.json
+}
+
+build() {
+  cd ${pkgbase}-web-${pkgver}
+  npm install --cache ../npm-cache
+  npm run build --cache ../npm-cache
+}
+
+package_riot-web() {
+  pkgdesc="A glossy Matrix collaboration client for the web."
+  provides=('vector-web')  # @vith
+  replaces=('vector-web')  # @vith
+  cd ${pkgbase}-web-${pkgver}
+
+  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/${pkgbase}
+
+  cp -r webapp/* "${pkgdir}"/usr/share/webapps/${pkgbase}/
+  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/${pkgbase}/
+  ln -s /etc/webapps/${pkgbase}/config.json 
"${pkgdir}"/usr/share/webapps/${pkgbase}/
+  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/${pkgbase}/version
+}
+
+package_riot-desktop() {
+  pkgdesc="A glossy Matrix collaboration client for the desktop."
+  depends=('riot-web' 'electron')
+  backup=("etc/${pkgbase}/config.json")
+  cd ${pkgbase}-web-${pkgver}
+
+  cd electron_app
+  npm install --cache "${srcdir}"/npm-cache
+  cd ..
+
+  install -d 
"${pkgdir}"{/usr/lib/${pkgbase}/electron_app,/etc/webapps/${pkgbase}}
+
+  ln -s /usr/share/webapps/${pkgbase} "${pkgdir}"/usr/lib/${pkgbase}/webapp
+  ln -s /etc/${pkgbase}/config.json 
"${pkgdir}"/etc/webapps/${pkgbase}/config.json
+
+  install -Dm644 package.json -t "${pkgdir}"/usr/lib/${pkgbase}
+  cp -r electron_app/src "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
+  cp -r electron_app/node_modules "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
+  install -Dm644 electron_app/img/riot.png -t 
"${pkgdir}"/usr/lib/${pkgbase}/electron_app/img
+  install -Dm644 electron_app/riot.im/config.json -t "${pkgdir}"/etc/${pkgbase}
+
+  install -Dm644 "${srcdir}"/${pkgbase}.desktop 
"${pkgdir}"/usr/share/applications/${pkgbase}.desktop
+  install -Dm755 "${srcdir}"/${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
+
+  install -Dm644 res/themes/riot/img/logos/${pkgbase}-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgbase}.svg
+  for i in 16 24 48 64 96 128 256 512; do
+install -Dm644 electron_app/build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgbase}.png
+  done
+}

Copied: riot/repos/community-staging-any/riot-desktop.sh (from rev 408565, 
riot/trunk/riot-desktop.sh)
===
--- community-staging-any/riot-desktop.sh   (rev 0)
+++ community-staging-any/riot-desktop.sh   2018-11-17 16:07:57 UTC (rev 
408566)
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+electron /usr/lib/riot/ "$@"

Copied: riot/repos/community-staging-any/riot.desktop (from rev 408565, 
riot/trunk/riot.desktop)
===
--- community-staging-any/riot.desktop  (rev 0)
+++ community-staging-any/riot.desktop  2018-11-17 16:07:57 UTC (rev 408566)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Riot
+Comment=A feature-rich client for Matrix.org
+Exe

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

2018-11-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 17, 2018 @ 16:07:34
  Author: foutrelis
Revision: 340040

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-still/repos/staging-x86_64/
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 340039, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/emfio.patch
(from rev 340039, libreoffice-still/trunk/emfio.patch)
  libreoffice-still/repos/staging-x86_64/libreoffice-poppler-0.71.patch
(from rev 340039, libreoffice-still/trunk/libreoffice-poppler-0.71.patch)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 340039, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 340039, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 340039, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/poppler-0.70.patch
(from rev 340039, libreoffice-still/trunk/poppler-0.70.patch)

--+
 PKGBUILD |  355 +
 emfio.patch  |  292 +
 libreoffice-poppler-0.71.patch   |  169 
 libreoffice-still.csh|5 
 libreoffice-still.sh |5 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 poppler-0.70.patch   |   45 ++
 7 files changed, 889 insertions(+)

Copied: libreoffice-still/repos/staging-x86_64/PKGBUILD (from rev 340039, 
libreoffice-still/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-17 16:07:34 UTC (rev 340040)
@@ -0,0 +1,355 @@
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-still
+pkgname=('libreoffice-still-sdk' 'libreoffice-still')
+_LOver=6.0.7.3
+pkgver=6.0.7
+pkgrel=2
+arch=('x86_64')
+license=('LGPL3')
+url="http://www.libreoffice.org/";
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
+   'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
+   'gperf' 'gtk3' 'cppunit' 'beanshell' 'clucene' 
+   'junit' 'libmythes' 'libwpg'  'java-environment=8' 'postgresql-libs' 
'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 
+   'libexttextcat' 'libcmis' 'gobject-introspection'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'
+)
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver}";
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src";
+_additional_source_url="http://dev-www.libreoffice.org/src";
+_additional_source_url2="http://dev-www.libreoffice.org/extern";
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   ${_additional_source_url}/boost_1_65_1.tar.bz2
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+   ${_additional_source_url}/language-subtag-registry-2017-08-15.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   ${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
+   ${_additional_source_url}/pdfium-3235.tar.bz2
+   

  1   2   >