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

2019-11-24 Thread Levente Polyak via arch-commits
Date: Monday, November 25, 2019 @ 07:49:41
  Author: anthraxx
Revision: 369742

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 369741, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config
(from rev 369741, linux-hardened/trunk/config)
Deleted:
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config

--+
 PKGBUILD |  426 -
 config   |20958 ++---
 2 files changed, 10692 insertions(+), 10692 deletions(-)

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


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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 07:49:35
  Author: felixonmars
Revision: 533207

upgpkg: eslint 6.7.1-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 07:23:16 UTC (rev 533206)
+++ PKGBUILD2019-11-25 07:49:35 UTC (rev 533207)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=6.7.0
+pkgver=6.7.1
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('750a63f8f6872877d71d0d8899cc3977ce773d3be45066c793f311ebc290525f7c12028309d878bcb447d59c61a9e42340525e83c7e037453098d84dde5f1d0d')
+sha512sums=('516cc14bbf6935cb034b18316dd8e49b39ff07a061b1731f51a3879cdc3213c9c3f90ea9c93f7aa30d8c71c55ac944d5e32322778a8b84c8906b2c1cb519012c')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 07:49:51
  Author: felixonmars
Revision: 533208

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 533207, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 07:49:35 UTC (rev 533207)
+++ PKGBUILD2019-11-25 07:49:51 UTC (rev 533208)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=6.7.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='https://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('750a63f8f6872877d71d0d8899cc3977ce773d3be45066c793f311ebc290525f7c12028309d878bcb447d59c61a9e42340525e83c7e037453098d84dde5f1d0d')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 533207, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 07:49:51 UTC (rev 533208)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=6.7.1
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='https://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('516cc14bbf6935cb034b18316dd8e49b39ff07a061b1731f51a3879cdc3213c9c3f90ea9c93f7aa30d8c71c55ac944d5e32322778a8b84c8906b2c1cb519012c')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+}


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

2019-11-24 Thread Levente Polyak via arch-commits
Date: Monday, November 25, 2019 @ 07:49:35
  Author: anthraxx
Revision: 369741

upgpkg: linux-hardened 5.3.13.a-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 07:07:23 UTC (rev 369740)
+++ PKGBUILD2019-11-25 07:49:35 UTC (rev 369741)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgbase=linux-hardened
-pkgver=5.3.12.a
+pkgver=5.3.13.a
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -24,11 +24,11 @@
   '65EEFE022108E2B708CBFCF7F9E712E59AF5F22A'  # Daniel Micay
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('53bff6f89dca19f928043fb0d3434bfb4b6abbb1bf18b907cb731188bdac97a0'
+sha256sums=('9f04e53f03d0ead6561195fb71aac18cbee419112ed54f9d4fc1515a5fa5c92f'
 'SKIP'
 'a76dff621a8477d2fbbed372ba0956d04546695d187975deb0a790962191bec1'
 'SKIP'
-'92bb1ff87aafa5e5e3844183f5245f9cfc6f1372d8306871e76255e701295397')
+'73b7a2766ba5df0bcbb5aef2ddef4a7ae3fbefef8f73369503cae13fdfdedb4a')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2019-11-25 07:07:23 UTC (rev 369740)
+++ config  2019-11-25 07:49:35 UTC (rev 369741)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.3.12 Kernel Configuration
+# Linux/x86 5.3.13 Kernel Configuration
 #
 
 #


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

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Monday, November 25, 2019 @ 07:08:38
  Author: anatolik
Revision: 533202

archrelease: copy trunk to community-x86_64

Added:
  aws-sdk-cpp/repos/community-x86_64/
  aws-sdk-cpp/repos/community-x86_64/PKGBUILD
(from rev 533201, aws-sdk-cpp/trunk/PKGBUILD)

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

Copied: aws-sdk-cpp/repos/community-x86_64/PKGBUILD (from rev 533201, 
aws-sdk-cpp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-11-25 07:08:38 UTC (rev 533202)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-sdk-cpp
+pkgver=1.7.233
+pkgrel=1
+pkgdesc='AWS SDK for C++'
+arch=(x86_64)
+url='https://github.com/aws/aws-sdk-cpp'
+license=(Apache)
+depends=(openssl curl zlib libutil-linux aws-c-common aws-c-event-stream 
libpulse)
+makedepends=(cmake)
+source=(aws-sdk-cpp-$pkgver.zip::https://github.com/aws/aws-sdk-cpp/archive/$pkgver.zip)
+sha256sums=('ef40387f0e1107b748fab1876b658ab5c9edf227be6d6477bd12dc9b607d482d')
+
+build() {
+  cd aws-sdk-cpp-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DENABLE_TESTING=OFF -DBUILD_DEPS=OFF -S . -B build
+  cmake --build build
+}
+
+package() {
+  cd aws-sdk-cpp-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (4 files)

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Monday, November 25, 2019 @ 07:07:57
  Author: anatolik
Revision: 533201

Add aws-sdk-cpp to [community]

Added:
  aws-sdk-cpp/
  aws-sdk-cpp/repos/
  aws-sdk-cpp/trunk/
  aws-sdk-cpp/trunk/PKGBUILD

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

Added: aws-sdk-cpp/trunk/PKGBUILD
===
--- aws-sdk-cpp/trunk/PKGBUILD  (rev 0)
+++ aws-sdk-cpp/trunk/PKGBUILD  2019-11-25 07:07:57 UTC (rev 533201)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-sdk-cpp
+pkgver=1.7.233
+pkgrel=1
+pkgdesc='AWS SDK for C++'
+arch=(x86_64)
+url='https://github.com/aws/aws-sdk-cpp'
+license=(Apache)
+depends=(openssl curl zlib libutil-linux aws-c-common aws-c-event-stream 
libpulse)
+makedepends=(cmake)
+source=(aws-sdk-cpp-$pkgver.zip::https://github.com/aws/aws-sdk-cpp/archive/$pkgver.zip)
+sha256sums=('ef40387f0e1107b748fab1876b658ab5c9edf227be6d6477bd12dc9b607d482d')
+
+build() {
+  cd aws-sdk-cpp-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DENABLE_TESTING=OFF -DBUILD_DEPS=OFF -S . -B build
+  cmake --build build
+}
+
+package() {
+  cd aws-sdk-cpp-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


Property changes on: aws-sdk-cpp/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2019-11-24 Thread Gaëtan Bisson via arch-commits
Date: Monday, November 25, 2019 @ 06:30:53
  Author: bisson
Revision: 369738

db-move: moved iana-etc from [testing] to [core] (any)

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 369737, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 369737, iana-etc/repos/testing-any/PKGBUILD)
Deleted:
  iana-etc/repos/core-any/LICENSE
  iana-etc/repos/core-any/PKGBUILD
  iana-etc/repos/testing-any/

---+
 /LICENSE  |1 
 /PKGBUILD |   51 +
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   54 
 4 files changed, 52 insertions(+), 55 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-11-25 04:36:16 UTC (rev 369737)
+++ core-any/LICENSE2019-11-25 06:30:53 UTC (rev 369738)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 369737, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-11-25 06:30:53 UTC (rev 369738)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-11-25 04:36:16 UTC (rev 369737)
+++ core-any/PKGBUILD   2019-11-25 06:30:53 UTC (rev 369738)
@@ -1,54 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20191030
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
-
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
-'LICENSE')
-sha256sums=('ae01c72a93b49308ad528ede262e80d80e5120646793253ce3272434cb21d3f9'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Please note that upstream silently updates those files in place every so
-# often, which causes checksum mismatch. Report this by flagging the package as
-# out-of-date. Cheers.
-
-pkgver() {
-   cd "${srcdir}"
-   awk -F"[<>]" '/updated/{print$3;nextfile}' * |
-   sort -n | tail -n 1 | tr -d -
-}
-
-package() {
-   cd "${srcdir}"
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 369737, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-11-25 06:30:53 UTC (rev 369738)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20191123
+_ports=service-names-port-numbers-20191123
+_protocols=protocol-numbers-20171013
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
+'LICENSE')
+sha256sums=('372620ba6bdd72080dcabb315a3d092ea4e080064565b2e3d8549c015a538480'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: 

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

2019-11-24 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, November 25, 2019 @ 06:20:38
  Author: yan12125
Revision: 533197

archrelease: copy trunk to community-testing-any

Added:
  buildbot/repos/community-testing-any/
  buildbot/repos/community-testing-any/PKGBUILD
(from rev 533195, buildbot/trunk/PKGBUILD)

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

Copied: buildbot/repos/community-testing-any/PKGBUILD (from rev 533195, 
buildbot/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-11-25 06:20:38 UTC (rev 533197)
@@ -0,0 +1,61 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=buildbot
+pkgdesc='The Continuous Integration Framework'
+pkgver=2.5.1
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+depends=(python-twisted python-jinja python-zope-interface
+ python-sqlalchemy-migrate python-dateutil python-txaio
+ python-autobahn python-pyjwt python-yaml)
+checkdepends=(python-boto3 python-lz4 python-treq python-txrequests
+  python-mock python-moto python-parameterized
+  python-buildbot-pkg=$pkgver buildbot-worker=$pkgver 
python-buildbot-www=$pkgver
+  openssh git)
+makedepends=(python-setuptools)
+optdepends=(
+  'python-boto3: for AWS EC2 latent worker'
+  'python-lz4: to compress logs using lz4'
+  'python-treq: for using HTTP requests as steps'
+  'python-txrequests: for using HTTP requests as steps'
+  'python-pyopenssl: to use SSL/TLS in mail or IRC notifiers'
+  'python-docker: for Docker latent worker'
+  'pass: to use SecretInPass provider'
+  'vault: to use HashiCorpVaultSecretProvider provider'
+)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('cee691d3e04481ff5b5ad3514d7fe0d5e3971c0dd9a4f67640e7dae7af6826a5'
+'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
+  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@p12tic on GitHub)
+)
+
+build() {
+  cd buildbot-$pkgver/master
+  python setup.py build
+}
+
+check() {
+  cd buildbot-$pkgver/master
+
+  site_packages_path=$(python -c 'import site; 
print(site.getsitepackages()[0])')
+
+  python setup.py install --root="$srcdir"/tmp_install
+  # Copy files over for integration tests
+  cp -v buildbot/test/integration/*.tgz 
"$srcdir"/tmp_install$site_packages_path/buildbot/test/integration/
+
+  export PYTHONPATH="$srcdir"/tmp_install$site_packages_path
+  export PATH="$PATH:$srcdir/tmp_install/usr/bin"
+  TZ=UTC trial3 --rterrors buildbot
+}
+
+package() {
+  cd buildbot-$pkgver/master
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 06:20:38
  Author: felixonmars
Revision: 533196

upgpkg: hoogle 5.0.17.11-28

rebuild with ListLike 4.6.3

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 06:20:28 UTC (rev 533195)
+++ PKGBUILD2019-11-25 06:20:38 UTC (rev 533196)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.11
-pkgrel=27
+pkgrel=28
 pkgdesc="Haskell API Search"
 url="https://www.haskell.org/hoogle/;
 license=("BSD")


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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 06:20:52
  Author: felixonmars
Revision: 533198

archrelease: copy trunk to community-staging-x86_64

Added:
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 533197, hoogle/trunk/PKGBUILD)

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 533197, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-25 06:20:52 UTC (rev 533198)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.17.11
+pkgrel=28
+pkgdesc="Haskell API Search"
+url="https://www.haskell.org/hoogle/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cmdargs' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-connection' 'haskell-extra' 'haskell-foundation' 
'haskell-hashable'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-mmap' 'haskell-network' 'haskell-old-locale' 
'haskell-process-extras'
+ 'haskell-resourcet' 'haskell-src-exts' 'haskell-storable-tuple' 
'haskell-tar'
+ 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('1bbb076b31a3289d0578741044d2747fca1b530b3f828922375379b4618de42cf4b0708eb022db841bbf91528da11183465895a2ac0378da2f7a8c3512a95b8d')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-24 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, November 25, 2019 @ 06:20:28
  Author: yan12125
Revision: 533195

upgpkg: buildbot 2.5.1-1

All patches are upstreamed [1][2]

[1] https://github.com/buildbot/buildbot/pull/5037
[2] https://github.com/buildbot/buildbot/pull/5063

Modified:
  buildbot/trunk/PKGBUILD
Deleted:
  buildbot/trunk/buildbot-automat-117.diff
  buildbot/trunk/buildbot-python38.diff

---+
 PKGBUILD  |   20 +---
 buildbot-automat-117.diff |   10 --
 buildbot-python38.diff|   38 --
 3 files changed, 5 insertions(+), 63 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 06:18:53 UTC (rev 533194)
+++ PKGBUILD2019-11-25 06:20:28 UTC (rev 533195)
@@ -5,8 +5,8 @@
 
 pkgname=buildbot
 pkgdesc='The Continuous Integration Framework'
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
 arch=(any)
 url='https://buildbot.net'
 license=(GPL2)
@@ -28,24 +28,14 @@
   'pass: to use SecretInPass provider'
   'vault: to use HashiCorpVaultSecretProvider provider'
 )
-source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig}
-$pkgname-automat-117.diff
-$pkgname-python38.diff)
-sha256sums=('b5af824031c2bac87a73cd580fe597b439c113352f3f5d8c8146afbbf077fc77'
-'SKIP'
-'00587459a73af8faabcef08b80fd83270f22907238111abaa4edf57c80e992f3'
-'cb09b08ff40283b8931da446282e6e31f3a46b1912177d93c62ba4b6575e1654')
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('cee691d3e04481ff5b5ad3514d7fe0d5e3971c0dd9a4f67640e7dae7af6826a5'
+'SKIP')
 validpgpkeys=(
   '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
   'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@p12tic on GitHub)
 )
 
-prepare() {
-  cd buildbot-$pkgver/master
-  patch -Np2 -i ../../$pkgname-automat-117.diff
-  patch -Np2 -i ../../$pkgname-python38.diff
-}
-
 build() {
   cd buildbot-$pkgver/master
   python setup.py build

Deleted: buildbot-automat-117.diff
===
--- buildbot-automat-117.diff   2019-11-25 06:18:53 UTC (rev 533194)
+++ buildbot-automat-117.diff   2019-11-25 06:20:28 UTC (rev 533195)
@@ -1,10 +0,0 @@
 buildbot/master/buildbot/test/__init__.py  2019-10-10 20:56:41.191340974 
+0800
-+++ buildbot/master/buildbot/test/__init__.py  2019-10-10 20:57:49.008283272 
+0800
-@@ -119,3 +119,7 @@
- 
- # sqlalchemy-migrate uses deprecated api from sqlalchemy 
https://review.openstack.org/#/c/648072/
- warnings.filterwarnings('ignore', ".*Engine.contextual_connect.*", 
DeprecationWarning)
-+
-+# automat not fully compatible with attrs 19.2 yet
-+# https://github.com/glyph/automat/issues/117
-+warnings.filterwarnings('ignore', ".*The usage of `cmp` is deprecated.*", 
DeprecationWarning)

Deleted: buildbot-python38.diff
===
--- buildbot-python38.diff  2019-11-25 06:18:53 UTC (rev 533194)
+++ buildbot-python38.diff  2019-11-25 06:20:28 UTC (rev 533195)
@@ -1,38 +0,0 @@
-diff --git a/master/buildbot/changes/bitbucket.py 
b/master/buildbot/changes/bitbucket.py
-index 8a3c2067d..5e8d43954 100644
 a/master/buildbot/changes/bitbucket.py
-+++ b/master/buildbot/changes/bitbucket.py
-@@ -89,7 +89,7 @@ class BitbucketPullrequestPoller(base.PollingChangeSource):
- 
- @defer.inlineCallbacks
- def _processChanges(self, page):
--result = json.loads(page, encoding=self.encoding)
-+result = json.loads(page)
- for pr in result['values']:
- branch = pr['source']['branch']['name']
- nr = int(pr['id'])
-@@ -106,7 +106,7 @@ class BitbucketPullrequestPoller(base.PollingChangeSource):
- if not current or current[0:12] != revision[0:12]:
- # parse pull request api page (required for the filter)
- page = yield 
client.getPage(str(pr['links']['self']['href']))
--pr_json = json.loads(page, encoding=self.encoding)
-+pr_json = json.loads(page)
- 
- # filter pull requests by user function
- if not self.pullrequest_filter(pr_json):
-@@ -127,13 +127,13 @@ class 
BitbucketPullrequestPoller(base.PollingChangeSource):
- title = pr['title']
- # parse commit api page
- page = yield 
client.getPage(str(pr['source']['commit']['links']['self']['href']))
--commit_json = json.loads(page, encoding=self.encoding)
-+commit_json = json.loads(page)
- # use the full-length hash from now on
- revision = commit_json['hash']
- 

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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 06:18:53
  Author: felixonmars
Revision: 533194

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-unixutils/repos/community-staging-x86_64/PKGBUILD (from rev 
533193, haskell-unixutils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-25 06:18:53 UTC (rev 533194)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=Unixutils
+pkgname=haskell-unixutils
+pkgver=1.54.1
+pkgrel=104
+pkgdesc="A crude interface between Haskell and Unix-like operating systems"
+url="https://github.com/seereason/haskell-unixutils;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-process-extras' 
'haskell-puremd5'
+ 'haskell-regex-tdfa' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b8395cf6778c18a2f36a45a927d24042fd144ab70c6c092e1be36b22c59bbd1f0151cbe703d9db98dc769eba41ca9eb89cf60e87f5a6bbb32d6b64ef97c45665')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 06:18:39
  Author: felixonmars
Revision: 533193

upgpkg: haskell-unixutils 1.54.1-104

rebuild with ListLike 4.6.3

Modified:
  haskell-unixutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 06:18:23 UTC (rev 533192)
+++ PKGBUILD2019-11-25 06:18:39 UTC (rev 533193)
@@ -3,7 +3,7 @@
 _hkgname=Unixutils
 pkgname=haskell-unixutils
 pkgver=1.54.1
-pkgrel=103
+pkgrel=104
 pkgdesc="A crude interface between Haskell and Unix-like operating systems"
 url="https://github.com/seereason/haskell-unixutils;
 license=('BSD')


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

2019-11-24 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, November 25, 2019 @ 06:18:12
  Author: yan12125
Revision: 533191

upgpkg: buildbot-www 2.5.1-1

Modified:
  buildbot-www/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 06:17:46 UTC (rev 533190)
+++ PKGBUILD2019-11-25 06:18:12 UTC (rev 533191)
@@ -7,8 +7,8 @@
 pkgname=(python-buildbot-www python-buildbot-waterfall-view
  python-buildbot-console-view python-buildbot-grid-view
  python-buildbot-wsgi-dashboards python-buildbot-badges)
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
 arch=(any)
 url='https://buildbot.net'
 license=(GPL2)
@@ -15,7 +15,7 @@
 makedepends=(git python-buildbot-pkg=$pkgver python-mock)
 checkdepends=(chromium)
 
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
-sha256sums=('b5af824031c2bac87a73cd580fe597b439c113352f3f5d8c8146afbbf077fc77'
+sha256sums=('cee691d3e04481ff5b5ad3514d7fe0d5e3971c0dd9a4f67640e7dae7af6826a5'
 'SKIP')
 validpgpkeys=(
   '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)


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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 06:17:46
  Author: felixonmars
Revision: 533190

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-process-extras/repos/community-staging-x86_64/
  haskell-process-extras/repos/community-staging-x86_64/PKGBUILD
(from rev 533189, haskell-process-extras/trunk/PKGBUILD)

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

Copied: haskell-process-extras/repos/community-staging-x86_64/PKGBUILD (from 
rev 533189, haskell-process-extras/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-25 06:17:46 UTC (rev 533190)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=process-extras
+pkgname=haskell-process-extras
+pkgver=0.7.4
+pkgrel=69
+pkgdesc="Process extras"
+url="https://github.com/seereason/process-extras;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-generic-deriving' 
'haskell-listlike'
+)
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4747b4bd920796b7b4ddf32d0e72a3af556c9db66c828b725ac7a7467442dad2b0dc85aa66e03d7a8c5afdb02658611e64d390b6c71219b380a986e245495536')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 06:17:32
  Author: felixonmars
Revision: 533188

upgpkg: haskell-process-extras 0.7.4-69

rebuild with ListLike 4.6.3

Modified:
  haskell-process-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 06:17:29 UTC (rev 533187)
+++ PKGBUILD2019-11-25 06:17:32 UTC (rev 533188)
@@ -4,7 +4,7 @@
 _hkgname=process-extras
 pkgname=haskell-process-extras
 pkgver=0.7.4
-pkgrel=68
+pkgrel=69
 pkgdesc="Process extras"
 url="https://github.com/seereason/process-extras;
 license=('MIT')


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

2019-11-24 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, November 25, 2019 @ 06:17:40
  Author: yan12125
Revision: 533189

archrelease: copy trunk to community-testing-any

Added:
  buildbot-worker/repos/community-testing-any/
  buildbot-worker/repos/community-testing-any/PKGBUILD
(from rev 533188, buildbot-worker/trunk/PKGBUILD)

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

Copied: buildbot-worker/repos/community-testing-any/PKGBUILD (from rev 533188, 
buildbot-worker/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-11-25 06:17:40 UTC (rev 533189)
@@ -0,0 +1,36 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=buildbot-worker
+pkgdesc='Buildbot worker daemon'
+pkgver=2.5.1
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+depends=(python-setuptools python-twisted python-future)
+checkdepends=(python-mock)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('cee691d3e04481ff5b5ad3514d7fe0d5e3971c0dd9a4f67640e7dae7af6826a5'
+'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
+  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@p12tic on GitHub)
+)
+
+build() {
+  cd buildbot-$pkgver/worker
+  python setup.py build
+}
+
+check() {
+  cd buildbot-$pkgver/worker
+  PYTHONPATH=. trial3 buildbot_worker
+}
+
+package() {
+  cd buildbot-$pkgver/worker
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2019-11-24 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, November 25, 2019 @ 06:18:23
  Author: yan12125
Revision: 533192

archrelease: copy trunk to community-testing-any

Added:
  buildbot-www/repos/community-testing-any/
  buildbot-www/repos/community-testing-any/PKGBUILD
(from rev 533191, buildbot-www/trunk/PKGBUILD)

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

Copied: buildbot-www/repos/community-testing-any/PKGBUILD (from rev 533191, 
buildbot-www/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-11-25 06:18:23 UTC (rev 533192)
@@ -0,0 +1,112 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgbase=buildbot-www
+pkgname=(python-buildbot-www python-buildbot-waterfall-view
+ python-buildbot-console-view python-buildbot-grid-view
+ python-buildbot-wsgi-dashboards python-buildbot-badges)
+pkgver=2.5.1
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+makedepends=(git python-buildbot-pkg=$pkgver python-mock)
+checkdepends=(chromium)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('cee691d3e04481ff5b5ad3514d7fe0d5e3971c0dd9a4f67640e7dae7af6826a5'
+'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
+  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@p12tic on GitHub)
+)
+
+prepare() {
+  cd "$srcdir"/buildbot-$pkgver
+  # HACK: do not use virtualenv
+  sed -i -e 's#frontend_deps:.*#frontend_deps:#' \
+ -e 's#frontend_tests_headless:.*#frontend_tests_headless:#' Makefile
+  # To avoid circular dependency
+  sed -i -e '/import buildbot/d' \
+ -e "/setup_requires/ s#'buildbot', ##" www/*/setup.py
+}
+
+build() {
+  export NODE_OPTIONS="--max-old-space-size=2048"
+
+  cd "$srcdir"/buildbot-$pkgver
+  # HACK: use system packages instead of ones via pip
+  make PIP=/usr/bin/true frontend_deps
+
+  for module in base waterfall_view console_view grid_view wsgi_dashboards 
badges
+  do
+cd "$srcdir"/buildbot-$pkgver/www/$module
+python setup.py build
+  done
+}
+
+check() {
+  cd "$srcdir"/buildbot-$pkgver
+  CHROME_BIN=/usr/bin/chromium make frontend_tests_headless
+}
+
+package_python-buildbot-www() {
+  pkgdesc='Buildbot UI'
+  # Not depending on buildbot so that buildbot can easily use
+  # python-buildbot-www in checkdepends
+  depends=(python)
+  optdepends=(
+'python-buildbot-waterfall-view'
+'python-buildbot-console-view'
+'python-buildbot-grid-view'
+'python-buildbot-badges'
+  )
+
+  cd buildbot-$pkgver/www/base
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-buildbot-waterfall-view() {
+  pkgdesc='Buildbot Waterfall View plugin'
+  depends=(python-buildbot-www)
+
+  cd buildbot-$pkgver/www/waterfall_view
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-buildbot-console-view() {
+  pkgdesc='Buildbot Console View plugin'
+  depends=(python-buildbot-www)
+
+  cd buildbot-$pkgver/www/console_view
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-buildbot-grid-view() {
+  pkgdesc='Buildbot Grid View plugin'
+  depends=(python-buildbot-www)
+
+  cd buildbot-$pkgver/www/grid_view
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-buildbot-wsgi-dashboards() {
+  pkgdesc='Buildbot plugin to integrate flask or bottle dashboards to buildbot 
UI'
+  depends=(python-buildbot-www)
+
+  cd buildbot-$pkgver/www/wsgi_dashboards
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-buildbot-badges() {
+  pkgdesc='Buildbot badges'
+  depends=(python-buildbot-www python-klein python-cairosvg python-cairocffi 
python-jinja)
+  # 
https://github.com/buildbot/buildbot/blob/v1.6.0/www/badges/buildbot_badges/__init__.py#L40
+  optdepends=(
+'ttf-dejavu: the default font for rendering badges as PNGs'
+  )
+
+  cd buildbot-$pkgver/www/badges
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in python-buildbot-pkg/repos (2 files)

2019-11-24 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, November 25, 2019 @ 06:16:44
  Author: yan12125
Revision: 533186

archrelease: copy trunk to community-testing-any

Added:
  python-buildbot-pkg/repos/community-testing-any/
  python-buildbot-pkg/repos/community-testing-any/PKGBUILD
(from rev 533185, python-buildbot-pkg/trunk/PKGBUILD)

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

Copied: python-buildbot-pkg/repos/community-testing-any/PKGBUILD (from rev 
533185, python-buildbot-pkg/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-11-25 06:16:44 UTC (rev 533186)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=python-buildbot-pkg
+pkgdesc='Utilities and common code for building and testing www plugins'
+pkgver=2.5.1
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+depends=(python-setuptools yarn)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('cee691d3e04481ff5b5ad3514d7fe0d5e3971c0dd9a4f67640e7dae7af6826a5'
+'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
+  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@p12tic on GitHub)
+)
+
+build() {
+  cd buildbot-$pkgver/pkg
+  python setup.py build
+}
+
+package() {
+  cd buildbot-$pkgver/pkg
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2019-11-24 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, November 25, 2019 @ 06:17:29
  Author: yan12125
Revision: 533187

upgpkg: buildbot-worker 2.5.1-1

Modified:
  buildbot-worker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 06:16:44 UTC (rev 533186)
+++ PKGBUILD2019-11-25 06:17:29 UTC (rev 533187)
@@ -5,8 +5,8 @@
 
 pkgname=buildbot-worker
 pkgdesc='Buildbot worker daemon'
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
 arch=(any)
 url='https://buildbot.net'
 license=(GPL2)
@@ -13,7 +13,7 @@
 depends=(python-setuptools python-twisted python-future)
 checkdepends=(python-mock)
 
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
-sha256sums=('b5af824031c2bac87a73cd580fe597b439c113352f3f5d8c8146afbbf077fc77'
+sha256sums=('cee691d3e04481ff5b5ad3514d7fe0d5e3971c0dd9a4f67640e7dae7af6826a5'
 'SKIP')
 validpgpkeys=(
   '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)


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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 06:15:47
  Author: felixonmars
Revision: 533184

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-listlike/repos/community-staging-x86_64/PKGBUILD (from rev 
533183, haskell-listlike/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-25 06:15:47 UTC (rev 533184)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ListLike
+pkgname=haskell-listlike
+pkgver=4.6.3
+pkgrel=1
+pkgdesc="Generic support for list-like structures"
+url="https://github.com/ddssff/listlike;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-dlist' 'haskell-fmlist' 'haskell-utf8-string' 
'haskell-vector')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-random')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9a5eac3543e62d33b433b809f119b0394d71dfee7f6442ab9e436144367e5745438d6806263a8e8658a28dafa11290d5ed50f2aa9cb5528e1762c23efe3cb705')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}


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

2019-11-24 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, November 25, 2019 @ 06:16:29
  Author: yan12125
Revision: 533185

upgpkg: python-buildbot-pkg 2.5.1-1

Modified:
  python-buildbot-pkg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 06:15:47 UTC (rev 533184)
+++ PKGBUILD2019-11-25 06:16:29 UTC (rev 533185)
@@ -5,14 +5,14 @@
 
 pkgname=python-buildbot-pkg
 pkgdesc='Utilities and common code for building and testing www plugins'
-pkgver=2.5.0
-pkgrel=3
+pkgver=2.5.1
+pkgrel=1
 arch=(any)
 url='https://buildbot.net'
 license=(GPL2)
 depends=(python-setuptools yarn)
 
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
-sha256sums=('b5af824031c2bac87a73cd580fe597b439c113352f3f5d8c8146afbbf077fc77'
+sha256sums=('cee691d3e04481ff5b5ad3514d7fe0d5e3971c0dd9a4f67640e7dae7af6826a5'
 'SKIP')
 validpgpkeys=(
   '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)


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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 06:15:32
  Author: felixonmars
Revision: 533183

upgpkg: haskell-listlike 4.6.3-1

rebuild with ListLike 4.6.3

Modified:
  haskell-listlike/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 06:12:26 UTC (rev 533182)
+++ PKGBUILD2019-11-25 06:15:32 UTC (rev 533183)
@@ -2,16 +2,16 @@
 
 _hkgname=ListLike
 pkgname=haskell-listlike
-pkgver=4.6.2
-pkgrel=18
+pkgver=4.6.3
+pkgrel=1
 pkgdesc="Generic support for list-like structures"
-url="https://github.com/sjoerdvisscher/listlike;
+url="https://github.com/ddssff/listlike;
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-dlist' 'haskell-fmlist' 'haskell-utf8-string' 
'haskell-vector')
 makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-random')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('f237b836e3cab483f7702bdec2855b95ec3c9c6d943bde248ce66ee32be45126914d4e3166740dbb0115eece3841cda59e471889c71f7eadd02a763148c11c41')
+sha512sums=('9a5eac3543e62d33b433b809f119b0394d71dfee7f6442ab9e436144367e5745438d6806263a8e8658a28dafa11290d5ed50f2aa9cb5528e1762c23efe3cb705')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 06:12:26
  Author: felixonmars
Revision: 533182

archrelease: copy trunk to community-testing-any

Added:
  python-rtree/repos/community-testing-any/
  python-rtree/repos/community-testing-any/PKGBUILD
(from rev 533181, python-rtree/trunk/PKGBUILD)

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

Copied: python-rtree/repos/community-testing-any/PKGBUILD (from rev 533181, 
python-rtree/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-11-25 06:12:26 UTC (rev 533182)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-rtree
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Rtree: spatial index for Python GIS"
+url="https://toblerity.github.com/rtree/;
+license=('LGPL')
+arch=('any')
+depends=('spatialindex' 'python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-numpy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Toblerity/rtree/archive/$pkgver.tar.gz;)
+sha512sums=('aa9049ed217302d1c3a55fb5ccc505ae0636a83391f58e4de611b3abf7810f6f241f35623578359d885e556e791daeadb55adb393653c2500ba8663b048e0740')
+
+build() {
+  cd rtree-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd rtree-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd rtree-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 06:12:12
  Author: felixonmars
Revision: 533181

upgpkg: python-rtree 0.9.0-1

Modified:
  python-rtree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 06:02:39 UTC (rev 533180)
+++ PKGBUILD2019-11-25 06:12:12 UTC (rev 533181)
@@ -1,16 +1,16 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-rtree
-pkgver=0.8.3
-pkgrel=3
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Rtree: spatial index for Python GIS"
 url="https://toblerity.github.com/rtree/;
 license=('LGPL')
 arch=('any')
 depends=('spatialindex' 'python-setuptools')
-checkdepends=('python-pytest-runner' 'python-numpy')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-numpy')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Toblerity/rtree/archive/$pkgver.tar.gz;)
-sha512sums=('4f6311ab5a24badb702fed6ff9dc7dc7f81caec0696ea0479e3620ba4be17c9ca6c1ecdd36ba4fd6c1f260f01795bb522bf10e1be9c132b767ed2bb0a4183566')
+sha512sums=('aa9049ed217302d1c3a55fb5ccc505ae0636a83391f58e4de611b3abf7810f6f241f35623578359d885e556e791daeadb55adb393653c2500ba8663b048e0740')
 
 build() {
   cd rtree-$pkgver


[arch-commits] Commit in python-email-validator/repos/community-any (2 files)

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 06:02:39
  Author: felixonmars
Revision: 533180

archrelease: copy trunk to community-any

Added:
  python-email-validator/repos/community-any/PKGBUILD
(from rev 533179, python-email-validator/trunk/PKGBUILD)
Deleted:
  python-email-validator/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 05:15:25 UTC (rev 533179)
+++ PKGBUILD2019-11-25 06:02:39 UTC (rev 533180)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-email-validator
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="A robust email syntax and deliverability validation library for 
Python 2.x/3.x."
-arch=('any')
-url="https://github.com/JoshData/python-email-validator;
-license=('custom:CC0')
-depends=('python-dnspython' 'python-idna')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/JoshData/python-email-validator/archive/v$pkgver.tar.gz;)
-sha512sums=('e9dd0ee8dfc603e40591eb8cd4e58c32331c1b9450feb4ae0ff27e1d655d0abb2c8a46b7d0cb43d7e037964f0c120dbad6bf32a60dfe297fb552058733ffd173')
-
-build() {
-  cd "$srcdir"/python-email-validator-$pkgver
-  python setup.py build
-}
-
-check() {
-  export LC_CTYPE=en_US.UTF-8
-
-  cd "$srcdir"/python-email-validator-$pkgver
-  python email_validator/__init__.py --tests < test_pass.txt
-}
-
-package() {
-  cd "$srcdir"/python-email-validator-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-email-validator/repos/community-any/PKGBUILD (from rev 533179, 
python-email-validator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 06:02:39 UTC (rev 533180)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-email-validator
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="A robust email syntax and deliverability validation library for 
Python 2.x/3.x."
+arch=('any')
+url="https://github.com/JoshData/python-email-validator;
+license=('custom:CC0')
+depends=('python-dnspython' 'python-idna')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/JoshData/python-email-validator/archive/v$pkgver.tar.gz;)
+sha512sums=('e9dd0ee8dfc603e40591eb8cd4e58c32331c1b9450feb4ae0ff27e1d655d0abb2c8a46b7d0cb43d7e037964f0c120dbad6bf32a60dfe297fb552058733ffd173')
+
+build() {
+  cd "$srcdir"/python-email-validator-$pkgver
+  python setup.py build
+}
+
+check() {
+  export LC_CTYPE=en_US.UTF-8
+
+  cd "$srcdir"/python-email-validator-$pkgver
+  python email_validator/__init__.py --tests < test_pass.txt
+}
+
+package() {
+  cd "$srcdir"/python-email-validator-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-11-24 Thread Eli Schwartz via arch-commits
Date: Monday, November 25, 2019 @ 05:15:03
  Author: eschwartz
Revision: 533178

upgpkg: cinnamon 4.4.0-1: upstream release

drop some backports that are now tagged
add new dependencies for the datetime module that was split out

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 05:00:14 UTC (rev 533177)
+++ PKGBUILD2019-11-25 05:15:03 UTC (rev 533178)
@@ -5,8 +5,8 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=4.2.4
-pkgrel=3
+pkgver=4.4.0
+pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname};
@@ -16,7 +16,7 @@
  'gnome-themes-extra' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
  'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
  'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify'
- 'python-tinycss' 'xapps')
+ 'python-pytz' 'python-tinycss' 'python-xapp' 'timezonemap' 'xapps')
 optdepends=('blueberry: Bluetooth support'
 'cinnamon-translations: i18n'
 'gnome-panel: fallback mode'
@@ -25,23 +25,14 @@
 makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-"${url}/commit/6e7ea0640ddb97d54febfbb76ac0e5cd0c0349d4.patch"
-"${url}/commit/058e3a1e7dd26eca4bacb37b7c20c1e9d430de6a.patch"
-
"${url}/pull/8964/commits/568064ce7ec056118a69275232c0e7e4ba93b056.patch"
 "0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch"
 "set_wheel.patch"
 "default-theme.patch")
-sha512sums=('6ba5a760253ece582c2b6cc037d92b9d51a1ae397312d852c4e08c5ab6e64e1f01f88f58e87bb5eaffc9e26c2a3ebcddbf0292449d5b95404deed59ad48edf38'
-
'4339ceebabdf087b31141f1b2edafb34b064ceb549ccdabcb101c02aa2a5d0f6e4cc4976d6f3d119c11f7662469d4e716cc23ab777dead398843398710e22821'
-
'3b0adefccfcac1c3fd99efdbfd8768cd0940749c06e53ce25a23f43a9bc8ae80c695cf841b70450f58c544aae771446b70dd74d092540804986961545dc8a114'
-
'68433d69b421212966c9086050a1776cd98adfd63e4dad21863a1db0cc30ded062f6f1536008c1ec266b03d207e23abb46bba958b73abf485a436322ecb13e77'
+sha512sums=('2b172f9111a69da8cb0cc59fc2e1de4255afc1b4a740b5eb2be1df2a58cbfa0f71a4f84c29325e57d21797011e4b04a950e95a9650e4e5d973b157e3328794d6'
 
'77c2229d350bb1445375d206af769f1dde9329ce3575e40e9c1d5fea3ec0f49c0a7ef36d78caf895d9224147947bd102bab924b5579dc8dc5f8d3269e0c76374'
 
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
 
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-b2sums=('92018afef197066765c9c3ea8e82528f77519aed60b463727b845a557ac6a8990cd509891123a63384ae5e95f39b77ff66ec1a85c42877dc7209d02a9c492a96'
-
'cd51f0a3d1f9594f8bca62b58db0e8f1a5db760d86c4d2f6d30c077280a6c0c9e24b5d385ff2d2ebf196997b948bb1c5da7f4f343405a7dc9298c134af0846a0'
-
'4af32c1cfcbaf70e29d57ebaa7c46e567435cc46e7f5817ab72e1c04de7b270d280ca3cd44bc38770c8953e8cc5dd8dc50fbc7cb19939418891ea77ad01fd1d3'
-
'fbebc287959c684ad475c9e15f8c8664f31674e7720b119ddb8cc1e8f85b04ff74e34e016c273baa5e3efb95c6be7f50e3a0632aac2245af79ab4a7996c9eef4'
+b2sums=('00f0e34277abf7744d241fc31df2dd0ecb8c38d01beab6bc8fb756958a5ab38a34afa12012872cb38c643ca44ac477496a3956f9a546585e69e129451aa53ad4'
 
'1d873efa0d17e358f834c4374f39bbf3f74340849f9c28a0950c0a064772083798aba3435e564acdf43a94665389917788e295073d4a65cc18600d71b7a9f008'
 
'3becf1f40068fc629109e6e7d464c3c484296afacc9ab6328b2ccbb3c9735bcbfa9550f9f73b430ede178ae668e37c660ce322b5b4d1873526de3d3d41185160'
 
'3a7515cc7b0ca1549289be62f6d5cbd79f4b076892194f4b6264555322d430a3d6474db9ec62439f3ba41d43d1017dc39a4c44add2e5e5c09f32012b772a7041')
@@ -49,17 +40,9 @@
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}
 
-# backport fix for crash in cinnamon-settings' "Preferred Applications"
-# https://github.com/linuxmint/cinnamon/issues/8853
-patch -p1 -i ../6e7ea0640ddb97d54febfbb76ac0e5cd0c0349d4.patch
-# python 3.8 backport
-patch --no-backup-if-mismatch -p1 -i 
../058e3a1e7dd26eca4bacb37b7c20c1e9d430de6a.patch
-# this gettext call never worked: https://bugs.archlinux.org/task/64543
-patch -p1 -i ../568064ce7ec056118a69275232c0e7e4ba93b056.patch
-
 # Check for the cc-panel module path, not for the irrelevant binary
 # https://github.com/linuxmint/cinnamon/pull/7382
-patch -p1 -i 
../0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
+patch 

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

2019-11-24 Thread Eli Schwartz via arch-commits
Date: Monday, November 25, 2019 @ 05:15:25
  Author: eschwartz
Revision: 533179

archrelease: copy trunk to community-x86_64

Added:
  
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
(from rev 533178, 
cinnamon/trunk/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 533178, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 533178, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 533178, cinnamon/trunk/set_wheel.patch)
Deleted:
  
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch |   76 +--
 PKGBUILD|  197 
--
 default-theme.patch |   50 +-
 set_wheel.patch |  110 ++---
 4 files changed, 208 insertions(+), 225 deletions(-)

Deleted: 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
===
--- 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2019-11-25 05:15:03 UTC (rev 533178)
+++ 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2019-11-25 05:15:25 UTC (rev 533179)
@@ -1,38 +0,0 @@
-From ac4d2fc9fafb38ebb02615a41b23cceca304e73a Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Tue, 20 Mar 2018 14:11:02 -0400
-Subject: [PATCH] cinnamon-settings: don't rely on the presence of
- cinnamon-control-center
-
-The existence of the cinnamon-control-center binary does not even tell
-us what control center libraries are available. So instead, do the same
-thing we did for cinnamon-settings modules, and check if the library
-exists.

- files/usr/bin/cinnamon-settings | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/files/usr/bin/cinnamon-settings b/files/usr/bin/cinnamon-settings
-index 9fbdbecd2..98ca454a5 100755
 a/files/usr/bin/cinnamon-settings
-+++ b/files/usr/bin/cinnamon-settings
-@@ -58,6 +58,7 @@ Available types of sort, and corresponding numbers:
- import getopt
- import os
- import sys
-+import sysconfig
- 
- def usage():
- print("""Usage:
-@@ -119,7 +120,7 @@ if len(sys.argv) > 1:
- 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
- elif 
os.path.exists("/usr/share/cinnamon/cinnamon-settings/modules/cs_%s.py" % 
module):
- 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
--elif os.path.exists("/usr/bin/cinnamon-control-center"):
-+elif os.path.exists(os.path.join(sysconfig.get_config_var("LIBDIR"), 
"cinnamon-control-center-1/panels/lib%s.so" % module)):
- 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
- elif os.path.exists("/usr/bin/gnome-control-center"):
- print ("Unknown module %s, calling gnome-control-center" % module)
--- 
-2.22.0
-

Copied: 
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
 (from rev 533178, 
cinnamon/trunk/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch)
===
--- 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
(rev 0)
+++ 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2019-11-25 05:15:25 UTC (rev 533179)
@@ -0,0 +1,38 @@
+From ac4d2fc9fafb38ebb02615a41b23cceca304e73a Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Tue, 20 Mar 2018 14:11:02 -0400
+Subject: [PATCH] cinnamon-settings: don't rely on the presence of
+ cinnamon-control-center
+
+The existence of the cinnamon-control-center binary does not even tell
+us what control center libraries are available. So instead, do the same
+thing we did for cinnamon-settings modules, and check if the library
+exists.
+---
+ files/usr/bin/cinnamon-settings | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/files/usr/bin/cinnamon-settings b/files/usr/bin/cinnamon-settings
+index 9fbdbecd2..98ca454a5 100755
+--- a/files/usr/bin/cinnamon-settings
 b/files/usr/bin/cinnamon-settings
+@@ -58,6 +58,7 @@ Available types of sort, and corresponding numbers:
+ import getopt
+ import os
+ import sys
++import sysconfig
+ 
+ def usage():
+ print("""Usage:
+@@ -119,7 +120,7 @@ if len(sys.argv) > 1:
+ 

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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 04:51:12
  Author: felixonmars
Revision: 533175

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 533174, cryptol/trunk/PKGBUILD)

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 533174, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-25 04:51:12 UTC (rev 533175)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.8.0
+pkgrel=7
+pkgdesc="The Language of Cryptography"
+url="https://www.cryptol.net;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-cryptohash-sha1' 
'haskell-gitrev'
+ 'haskell-graphscc' 'haskell-heredoc' 'haskell-monad-control' 
'haskell-monadlib'
+ 'haskell-panic' 'haskell-random' 'haskell-sbv' 'haskell-simple-smt' 
'haskell-strict'
+ 'haskell-tf-random' 'haskell-transformers-base' 
'haskell-ansi-terminal'
+ 'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz;)
+sha512sums=('ad2cbb67dbcd10dba12457b24558af4ef7066817f18e162432607e7d887071fef13a1c958e37a3f7e8e3fd04079c20cc2a8abdcf1c9dd35a9a93e7e0a2d383b0')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable --ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 04:50:59
  Author: felixonmars
Revision: 533174

upgpkg: cryptol 2.8.0-7

rebuild with sbv 8.4

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 04:47:20 UTC (rev 533173)
+++ PKGBUILD2019-11-25 04:50:59 UTC (rev 533174)
@@ -2,7 +2,7 @@
 
 pkgname=cryptol
 pkgver=2.8.0
-pkgrel=6
+pkgrel=7
 pkgdesc="The Language of Cryptography"
 url="https://www.cryptol.net;
 license=("BSD")


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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 04:47:20
  Author: felixonmars
Revision: 533173

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 533172, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-25 04:47:20 UTC (rev 533173)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=8.4
+pkgrel=1
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="https://leventerkok.github.com/sbv;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
+ 'haskell-random' 'haskell-syb' 'haskell-generic-deriving')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('49323762cc9ca53ba117ab417cad354c271877c09a683182ddd9a189e9db6bf8008b4fa50667ecc847c397ce93cb1eeebfbb10518753981d5995354c98a3ba75')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 04:46:52
  Author: felixonmars
Revision: 533172

upgpkg: haskell-sbv 8.4-1

rebuild with sbv 8.4

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 04:39:48 UTC (rev 533171)
+++ PKGBUILD2019-11-25 04:46:52 UTC (rev 533172)
@@ -3,8 +3,8 @@
 
 _hkgname=sbv
 pkgname=haskell-sbv
-pkgver=8.3
-pkgrel=37
+pkgver=8.4
+pkgrel=1
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="https://leventerkok.github.com/sbv;
 license=("BSD")
@@ -14,7 +14,7 @@
 makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
  'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('8efec98e296331a00202a7ded35205160628b59e1129a50eb2cb7c26deec4a553c4d9cd9055f1fdd3fec206a82601017fa91268871774f1816894dc79fc18408')
+sha512sums=('49323762cc9ca53ba117ab417cad354c271877c09a683182ddd9a189e9db6bf8008b4fa50667ecc847c397ce93cb1eeebfbb10518753981d5995354c98a3ba75')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-11-24 Thread Eli Schwartz via arch-commits
Date: Monday, November 25, 2019 @ 04:39:48
  Author: eschwartz
Revision: 533171

archrelease: copy trunk to community-x86_64

Added:
  timezonemap/repos/community-x86_64/
  timezonemap/repos/community-x86_64/PKGBUILD
(from rev 533170, timezonemap/trunk/PKGBUILD)

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

Copied: timezonemap/repos/community-x86_64/PKGBUILD (from rev 533170, 
timezonemap/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-11-25 04:39:48 UTC (rev 533171)
@@ -0,0 +1,36 @@
+# Maintainer: Eli Schwartz 
+
+pkgname=timezonemap
+pkgver=0.4.5.1
+pkgrel=1
+pkgdesc="Gtk3 timezone map widget, forked from gnome which forked from 
Ubiquity"
+arch=('x86_64')
+url="https://github.com/dashea/${pkgname};
+license=('GPL3')
+depends=('gtk3' 'libsoup')
+makedepends=('gobject-introspection')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('4e46ef325c488bed73fd758275866f467f2e2d0c375fb3fbd7b149a7869b74be')
+b2sums=('bd9a10fae6db91e3c7ee5a3d573757867c0506db1d010cf78345b36d615fedca4fdf75fedd7aadaf13e46819c0afbadbef8fcd83855d775058d1113c59fc1035')
+
+prepare() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+autoreconf -fi
+}
+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+# https://bugzilla.gnome.org/show_bug.cgi?id=656231
+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 (4 files)

2019-11-24 Thread Eli Schwartz via arch-commits
Date: Monday, November 25, 2019 @ 04:39:30
  Author: eschwartz
Revision: 533170

addpkg: timezonemap 0.4.5.1-1

This is a forked thingy that is forked from both gnome *and* ubiquity which
fulfills an unclear role in the ecosystem, but now is a requirement for
cinnamon. Apparently.

Added:
  timezonemap/
  timezonemap/repos/
  timezonemap/trunk/
  timezonemap/trunk/PKGBUILD

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

Added: timezonemap/trunk/PKGBUILD
===
--- timezonemap/trunk/PKGBUILD  (rev 0)
+++ timezonemap/trunk/PKGBUILD  2019-11-25 04:39:30 UTC (rev 533170)
@@ -0,0 +1,36 @@
+# Maintainer: Eli Schwartz 
+
+pkgname=timezonemap
+pkgver=0.4.5.1
+pkgrel=1
+pkgdesc="Gtk3 timezone map widget, forked from gnome which forked from 
Ubiquity"
+arch=('x86_64')
+url="https://github.com/dashea/${pkgname};
+license=('GPL3')
+depends=('gtk3' 'libsoup')
+makedepends=('gobject-introspection')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('4e46ef325c488bed73fd758275866f467f2e2d0c375fb3fbd7b149a7869b74be')
+b2sums=('bd9a10fae6db91e3c7ee5a3d573757867c0506db1d010cf78345b36d615fedca4fdf75fedd7aadaf13e46819c0afbadbef8fcd83855d775058d1113c59fc1035')
+
+prepare() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+autoreconf -fi
+}
+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+# https://bugzilla.gnome.org/show_bug.cgi?id=656231
+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 python-peewee/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 04:36:49
  Author: felixonmars
Revision: 533169

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 04:36:33 UTC (rev 533168)
+++ PKGBUILD2019-11-25 04:36:49 UTC (rev 533169)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgname=python-peewee
-pkgver=3.11.2
-pkgrel=2
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/;
-arch=('x86_64')
-license=('MIT')
-depends=('python' 'sqlite')
-optdepends=('python-psycopg2: for PostgreSQL database support'
-'mysql-python: for MySQL database support')
-makedepends=('python-setuptools' 'cython')
-checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('6bda4628ae1be9969c21bf8a858db9ff5d190df2e22e2917653580185544acf18b8dcc0e7e995da556b69658e293e9d28ebd318ac0b5c66d697f8a0029f2e620')
-
-build() {
-  cd peewee-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd peewee-$pkgver
-  python runtests.py
-}
-
-package() {
-  cd peewee-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-peewee/repos/community-x86_64/PKGBUILD (from rev 533168, 
python-peewee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 04:36:49 UTC (rev 533169)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgname=python-peewee
+pkgver=3.12.0
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/;
+arch=('x86_64')
+license=('MIT')
+depends=('python' 'sqlite')
+optdepends=('python-psycopg2: for PostgreSQL database support'
+'mysql-python: for MySQL database support')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
+sha512sums=('c3e64064c80a011632721a8e4d035567d37dd49f33086bb716fac649a652047d384e4b462503d273bae0ed3a0d71be99dc63ad8023fca2a26fd56a66ca173a5a')
+
+build() {
+  cd peewee-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd peewee-$pkgver
+  python runtests.py
+}
+
+package() {
+  cd peewee-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pyasn1-modules/repos/extra-any (PKGBUILD PKGBUILD)

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 04:36:16
  Author: felixonmars
Revision: 369737

archrelease: copy trunk to extra-any

Added:
  python-pyasn1-modules/repos/extra-any/PKGBUILD
(from rev 369736, python-pyasn1-modules/trunk/PKGBUILD)
Deleted:
  python-pyasn1-modules/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 04:35:59 UTC (rev 369736)
+++ PKGBUILD2019-11-25 04:36:16 UTC (rev 369737)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-pyasn1-modules
-pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
-pkgver=0.2.6
-pkgrel=3
-pkgdesc="A collection of ASN.1-based protocols modules"
-arch=('any')
-license=('BSD')
-url="https://pypi.python.org/pypi/pyasn1-modules;
-makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
-source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
-sha512sums=('6bf576146f59043bd708abcfdf6614c5a441e6e38c7bac2458491c5dddc42fe25210f0387ee12882391f6265a0e716ccbda547555ca38fbf3e2adf1587c95462')
-
-prepare() {
-  cp -a pyasn1-modules-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyasn1-modules-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyasn1-modules-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyasn1-modules-$pkgver
-  PYTHONPATH=. python tests/__main__.py
-
-  cd "$srcdir"/pyasn1-modules-$pkgver-py2
-  PYTHONPATH=. python2 tests/__main__.py
-}
-
-package_python-pyasn1-modules() {
-  depends=('python-pyasn1')
-
-  cd pyasn1-modules-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-pyasn1-modules() {
-  depends=('python2-pyasn1')
-
-  cd pyasn1-modules-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-pyasn1-modules/repos/extra-any/PKGBUILD (from rev 369736, 
python-pyasn1-modules/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 04:36:16 UTC (rev 369737)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-pyasn1-modules
+pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
+pkgver=0.2.7
+pkgrel=1
+pkgdesc="A collection of ASN.1-based protocols modules"
+arch=('any')
+license=('BSD')
+url="https://pypi.python.org/pypi/pyasn1-modules;
+makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
+source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
+sha512sums=('5854cb2eebe7ef7eaae701fba8c8b847f84115c699037d9cd29ddbfb8f0142172031155404d34f004a454227659b8726631f0e3082c856f6311544148768655f')
+
+prepare() {
+  cp -a pyasn1-modules-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyasn1-modules-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyasn1-modules-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyasn1-modules-$pkgver
+  PYTHONPATH=. python tests/__main__.py
+
+  cd "$srcdir"/pyasn1-modules-$pkgver-py2
+  PYTHONPATH=. python2 tests/__main__.py
+}
+
+package_python-pyasn1-modules() {
+  depends=('python-pyasn1')
+
+  cd pyasn1-modules-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-pyasn1-modules() {
+  depends=('python2-pyasn1')
+
+  cd pyasn1-modules-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 04:36:33
  Author: felixonmars
Revision: 533168

upgpkg: python-peewee 3.12.0-1

Modified:
  python-peewee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 04:33:36 UTC (rev 533167)
+++ PKGBUILD2019-11-25 04:36:33 UTC (rev 533168)
@@ -4,8 +4,8 @@
 # Contributor: juantascon
 
 pkgname=python-peewee
-pkgver=3.11.2
-pkgrel=2
+pkgver=3.12.0
+pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/;
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools' 'cython')
 checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('6bda4628ae1be9969c21bf8a858db9ff5d190df2e22e2917653580185544acf18b8dcc0e7e995da556b69658e293e9d28ebd318ac0b5c66d697f8a0029f2e620')
+sha512sums=('c3e64064c80a011632721a8e4d035567d37dd49f33086bb716fac649a652047d384e4b462503d273bae0ed3a0d71be99dc63ad8023fca2a26fd56a66ca173a5a')
 
 build() {
   cd peewee-$pkgver


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

2019-11-24 Thread Felix Yan via arch-commits
Date: Monday, November 25, 2019 @ 04:35:59
  Author: felixonmars
Revision: 369736

upgpkg: python-pyasn1-modules 0.2.7-1

Modified:
  python-pyasn1-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 00:43:54 UTC (rev 369735)
+++ PKGBUILD2019-11-25 04:35:59 UTC (rev 369736)
@@ -2,8 +2,8 @@
 
 pkgbase=python-pyasn1-modules
 pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
-pkgver=0.2.6
-pkgrel=3
+pkgver=0.2.7
+pkgrel=1
 pkgdesc="A collection of ASN.1-based protocols modules"
 arch=('any')
 license=('BSD')
@@ -10,7 +10,7 @@
 url="https://pypi.python.org/pypi/pyasn1-modules;
 makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
 
source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
-sha512sums=('6bf576146f59043bd708abcfdf6614c5a441e6e38c7bac2458491c5dddc42fe25210f0387ee12882391f6265a0e716ccbda547555ca38fbf3e2adf1587c95462')
+sha512sums=('5854cb2eebe7ef7eaae701fba8c8b847f84115c699037d9cd29ddbfb8f0142172031155404d34f004a454227659b8726631f0e3082c856f6311544148768655f')
 
 prepare() {
   cp -a pyasn1-modules-$pkgver{,-py2}


[arch-commits] Commit in firefox-ublock-origin/repos/community-any (PKGBUILD PKGBUILD)

2019-11-24 Thread Daniel M. Capella via arch-commits
Date: Monday, November 25, 2019 @ 04:33:36
  Author: polyzen
Revision: 533167

archrelease: copy trunk to community-any

Added:
  firefox-ublock-origin/repos/community-any/PKGBUILD
(from rev 533166, firefox-ublock-origin/trunk/PKGBUILD)
Deleted:
  firefox-ublock-origin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 04:33:18 UTC (rev 533166)
+++ PKGBUILD2019-11-25 04:33:36 UTC (rev 533167)
@@ -1,19 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-ublock-origin
-pkgver=1.24.0
-pkgrel=1
-pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
-arch=('any')
-url=https://github.com/gorhill/uBlock
-license=('GPL3')
-groups=('firefox-addons')
-source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('bf2c1637b401871d3d78bd5e1488d85875eef6e8afab4cf9c31ce1c6be3e07aa')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-ublock-origin/repos/community-any/PKGBUILD (from rev 533166, 
firefox-ublock-origin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 04:33:36 UTC (rev 533167)
@@ -0,0 +1,19 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-ublock-origin
+pkgver=1.24.2
+pkgrel=1
+pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
+arch=('any')
+url=https://github.com/gorhill/uBlock
+license=('GPL3')
+groups=('firefox-addons')
+source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('bea5a60d423ffd1c1a860ad34a249b4f12c9711f525022f54325c51c52e4524e')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-ublock-origin/trunk (PKGBUILD)

2019-11-24 Thread Daniel M. Capella via arch-commits
Date: Monday, November 25, 2019 @ 04:33:18
  Author: polyzen
Revision: 533166

upgpkg: firefox-ublock-origin 1.24.2-1

Modified:
  firefox-ublock-origin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 04:23:49 UTC (rev 533165)
+++ PKGBUILD2019-11-25 04:33:18 UTC (rev 533166)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-ublock-origin
-pkgver=1.24.0
+pkgver=1.24.2
 pkgrel=1
 pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
 arch=('any')
@@ -10,7 +10,7 @@
 groups=('firefox-addons')
 
source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('bf2c1637b401871d3d78bd5e1488d85875eef6e8afab4cf9c31ce1c6be3e07aa')
+sha256sums=('bea5a60d423ffd1c1a860ad34a249b4f12c9711f525022f54325c51c52e4524e')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi


[arch-commits] Commit in aws-c-event-stream/repos (2 files)

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Monday, November 25, 2019 @ 02:16:31
  Author: anatolik
Revision: 533163

archrelease: copy trunk to community-x86_64

Added:
  aws-c-event-stream/repos/community-x86_64/
  aws-c-event-stream/repos/community-x86_64/PKGBUILD
(from rev 533162, aws-c-event-stream/trunk/PKGBUILD)

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

Copied: aws-c-event-stream/repos/community-x86_64/PKGBUILD (from rev 533162, 
aws-c-event-stream/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-11-25 02:16:31 UTC (rev 533163)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-event-stream
+pkgver=0.1.4
+pkgrel=1
+pkgdesc='C99 implementation of the vnd.amazon.eventstream content-type'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-c-event-stream'
+license=(Apache)
+depends=(aws-c-common aws-checksums)
+makedepends=(cmake)
+source=(aws-c-event-stream-$pkgver.zip::https://github.com/awslabs/aws-c-event-stream/archive/v$pkgver.zip)
+sha256sums=('8d64b99a4d8d28fa53fe38bf9600a1044e6ee62af6da5c729cec9741c259bf31')
+
+build() {
+  cd aws-c-event-stream-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_SHARED_LIBS=ON -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd aws-c-event-stream-$pkgver
+  cmake --build build --target test
+}
+
+package() {
+  cd aws-c-event-stream-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (4 files)

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Monday, November 25, 2019 @ 02:15:55
  Author: anatolik
Revision: 533162

Add aws-c-event-stream to [community]

Added:
  aws-c-event-stream/
  aws-c-event-stream/repos/
  aws-c-event-stream/trunk/
  aws-c-event-stream/trunk/PKGBUILD

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

Added: aws-c-event-stream/trunk/PKGBUILD
===
--- aws-c-event-stream/trunk/PKGBUILD   (rev 0)
+++ aws-c-event-stream/trunk/PKGBUILD   2019-11-25 02:15:55 UTC (rev 533162)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-event-stream
+pkgver=0.1.4
+pkgrel=1
+pkgdesc='C99 implementation of the vnd.amazon.eventstream content-type'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-c-event-stream'
+license=(Apache)
+depends=(aws-c-common aws-checksums)
+makedepends=(cmake)
+source=(aws-c-event-stream-$pkgver.zip::https://github.com/awslabs/aws-c-event-stream/archive/v$pkgver.zip)
+sha256sums=('8d64b99a4d8d28fa53fe38bf9600a1044e6ee62af6da5c729cec9741c259bf31')
+
+build() {
+  cd aws-c-event-stream-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_SHARED_LIBS=ON -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd aws-c-event-stream-$pkgver
+  cmake --build build --target test
+}
+
+package() {
+  cd aws-c-event-stream-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


Property changes on: aws-c-event-stream/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in calibre/repos/community-x86_64 (5 files)

2019-11-24 Thread Eli Schwartz via arch-commits
Date: Monday, November 25, 2019 @ 01:34:01
  Author: eschwartz
Revision: 533161

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 533160, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-alternatives.sh
(from rev 533160, calibre/trunk/calibre-alternatives.sh)
  calibre/repos/community-x86_64/calibre-common.install
(from rev 533160, calibre/trunk/calibre-common.install)
  calibre/repos/community-x86_64/calibre.install
(from rev 533160, calibre/trunk/calibre.install)
Deleted:
  calibre/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|  265 +-
 calibre-alternatives.sh |   62 ++
 calibre-common.install  |9 +
 calibre.install |7 +
 4 files changed, 247 insertions(+), 96 deletions(-)

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

Copied: calibre/repos/community-x86_64/PKGBUILD (from rev 533160, 
calibre/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in (osiris)

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 01:33:47
  Author: archange
Revision: 533160

Remove inexistant package

Deleted:
  osiris/


[arch-commits] Commit in (osec)

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 01:33:36
  Author: archange
Revision: 533158

Remove inexistant package

Deleted:
  osec/


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

2019-11-24 Thread Eli Schwartz via arch-commits
Date: Monday, November 25, 2019 @ 01:33:38
  Author: eschwartz
Revision: 533159

upgpkg: calibre 4.4.0-1: upstream release + python3

The python3 port is pretty far along now, and I've tested out parallel installs
in calibre-git on the AUR for a while now. Let's get this better tested and
hopefully find more bugs while preparing for official python3 support. Since I
anticipate people will at a minimum want to be able to run plugins, this shares
common code in a -common package, and comes with a simple script to switch the
single set of conflicting files (the /usr/bin entry points) between the python2
and python3 versions. Users can install either or both.

Added:
  calibre/trunk/calibre-alternatives.sh
  calibre/trunk/calibre-common.install
  calibre/trunk/calibre.install
Modified:
  calibre/trunk/PKGBUILD

-+
 PKGBUILD|  109 ++
 calibre-alternatives.sh |   62 ++
 calibre-common.install  |9 +++
 calibre.install |7 ++
 4 files changed, 169 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 01:33:36 UTC (rev 533158)
+++ PKGBUILD2019-11-25 01:33:38 UTC (rev 533159)
@@ -6,9 +6,10 @@
 # Contributor: Andrea Fagiani 
 # Contributor: Larry Hajali 
 
-pkgname=calibre
-pkgver=4.3.0
-pkgrel=3
+pkgbase=calibre
+pkgname=('calibre' 'calibre-common' 'calibre-python3')
+pkgver=4.4.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/;
@@ -16,22 +17,25 @@
 _py_deps=('apsw' 'beautifulsoup4' 'cssselect' 'css-parser' 'dateutil' 'dbus' 
'dnspython'
   'feedparser' 'html2text' 'html5-parser' 'lxml' 'markdown' 
'mechanize' 'msgpack'
   'netifaces' 'unrardll' 'pillow' 'psutil' 'pygments' 'pyqt5' 
'pyqtwebengine' 'regex')
+_py3_deps=("${_py_deps[@]}" 'zeroconf')
 depends=('chmlib' 'hunspell' 'icu' 'jxrlib' 'libmtp' 'libusbx' 'libwmf' 
'mathjax2' 'mtdev' 'optipng'
- 'podofo' "${_py_deps[@]/#/python2-}" 'qt5-svg' 'udisks2')
-makedepends=('qt5-x11extras' 'rapydscript-ng' 'sip' 'xdg-utils')
+ 'podofo' 'qt5-svg' 'udisks2')
+makedepends=("${_py_deps[@]/#/python2-}" "${_py3_deps[@]/#/python-}" 
'qt5-x11extras'
+ 'rapydscript-ng' 'sip' 'xdg-utils')
 checkdepends=('xorg-server-xvfb')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html')
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('cf19f19da993c496a045c49d89f9232dd5ab23034acad2d14cba0bfab8178420'
-'SKIP')
-b2sums=('fd187d1b68ac60c26c11094b0d19123f24ac93cde1e9939b71ecd4756c7a40ab55e4e36128763ed7f312df18a5152da418828ce84f4514a8747df8ccc3de2365'
-'SKIP')
+"https://calibre-ebook.com/signatures/${pkgbase}-${pkgver}.tar.xz.sig;
+"calibre-alternatives.sh")
+sha256sums=('089ef0fedda62c0bf6f3fe87fbfe9c87e9537ff985bbd4cb376189326f6a77a2'
+'SKIP'
+'20dc4ff196423a7c7c8f644cb83fcfe07b4b5a64ba4addeb0750f94cd7aa9e8e')
+b2sums=('d6f6bfb98dd95012a7d145d7700a2818974b2d2e9f8faf1d98b931283305c92ec7e136c9569ef2074d748cc39819e53186ab250b8331d60253d23fddaa1f8a41'
+'SKIP'
+
'c08d9587f9bb5c9b0f4be71bf5189515d2add7932ac5b504a11c8f5130fff129589a0cb58b7d4ffb172f454d993330b01ff153f59cbe4b626afec11f142ed631')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 
 prepare(){
-cd "${pkgname}-${pkgver}"
+cd "${pkgbase}-${pkgver}"
 
 # Desktop integration (e.g. enforce arch defaults)
 # Use uppercase naming scheme, don't delete config files under fakeroot.
@@ -48,7 +52,7 @@
 cd resources
 
 # Remove unneeded files
-rm ${pkgname}-portable.* mozilla-ca-certs.pem
+rm ${pkgbase}-portable.* mozilla-ca-certs.pem
 
 # use system mathjax
 rm -r mathjax
@@ -55,24 +59,32 @@
 }
 
 build() {
-cd "${pkgname}-${pkgver}"
+cd "${pkgbase}-${pkgver}"
 
 LANG='en_US.UTF-8' python2 setup.py build
 LANG='en_US.UTF-8' python2 setup.py gui
 LANG='en_US.UTF-8' python2 setup.py mathjax --path-to-mathjax 
/usr/share/mathjax2 --system-mathjax
 LANG='en_US.UTF-8' python2 setup.py rapydscript
+
+LANG='en_US.UTF-8' CALIBRE_PY3_PORT=1 python3 setup.py build
 }
 
 check() {
-cd "${pkgname}-${pkgver}"
+cd "${pkgbase}-${pkgver}"
 
 # without xvfb-run this fails with much "Control socket failed to recv(), 
resetting"
 # ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest)
+# one or two tests are a bit flaky, but the python3 build seems to succeed 
more often
+LANG='en_US.UTF-8' xvfb-run env CALIBRE_PY3_PORT=1 python3 setup.py test
 LANG='en_US.UTF-8' xvfb-run python2 setup.py test
 }
 
-package() {
-cd "${pkgname}-${pkgver}"

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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 01:10:06
  Author: archange
Revision: 533157

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 01:09:58 UTC (rev 533156)
+++ PKGBUILD2019-11-25 01:10:06 UTC (rev 533157)
@@ -1,54 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Maintainer: Bruno Pagani 
-
-_pkgname=primus_vk
-pkgname=lib32-primus_vk
-pkgver=1.2
-pkgrel=3
-pkgdesc="Nvidia Vulkan offloading for Bumblebee"
-arch=('x86_64')
-url="https://github.com/felixdoerre/primus_vk;
-license=('BSD')
-depends=('lib32-nvidia-utils' 'bumblebee' 'lib32-vulkan-icd-loader' 
'lib32-primus')
-makedepends=('git' 'vulkan-validation-layers')
-source=("${_pkgname}-${pkgver}::git+${url}.git#tag=v${pkgver}")
-sha512sums=('SKIP')
-
-_backports=(
-  #fix queue creation
-  '9b8c4492a3e9c8652a366a7acf14b6a28584a150'
-)
-
-_reverts=(
-)
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-
-  local _c
-  
-  for _c in "${_backports[@]}"; do
-git log --oneline -1 "${_c}"  
-git cherry-pick -n "${_c}"
-  done
-
-  for _c in "${_reverts[@]}"; do
-git log --oneline -1 "${_c}"
-git revert -n "${_c}"
-  done
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-
-  export CXXFLAGS+=' -m32 -DNV_DRIVER_PATH=\"/usr/lib32/libGLX_nvidia.so.0\"'
-  make
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}"
-
-  install -D libnv_vulkan_wrapper.so -t "$pkgdir"/usr/lib32/
-  install -D libprimus_vk.so -t "$pkgdir"/usr/lib32/
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/"$pkgname"/
-}

Copied: lib32-primus_vk/repos/multilib-x86_64/PKGBUILD (from rev 533156, 
lib32-primus_vk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 01:10:06 UTC (rev 533157)
@@ -0,0 +1,55 @@
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Bruno Pagani 
+
+_pkgname=primus_vk
+pkgname=lib32-primus_vk
+pkgver=1.3
+pkgrel=1
+pkgdesc="Nvidia Vulkan offloading for Bumblebee"
+arch=(x86_64)
+url="https://github.com/felixdoerre/primus_vk;
+license=(BSD)
+depends=(lib32-nvidia-utils bumblebee lib32-vulkan-icd-loader lib32-primus)
+makedepends=(git vulkan-validation-layers)
+_tag=a037896f56ee86db317cfd7ff4569e9f2efc8bfa # git rev-parse v${pkgver}
+source=("git+${url}.git#tag=${_tag}?signed")
+sha512sums=(SKIP)
+validpgpkeys=(0A9D381479E6D19CE365E301FD4066F7DB7D993F) # Felix Dörre 

+
+
+_backports=(
+)
+
+_reverts=(
+)
+
+prepare() {
+  cd ${_pkgname}
+
+  local _c
+  
+  for _c in "${_backports[@]}"; do
+git log --oneline -1 "${_c}"  
+git cherry-pick -n "${_c}"
+  done
+
+  for _c in "${_reverts[@]}"; do
+git log --oneline -1 "${_c}"
+git revert -n "${_c}"
+  done
+}
+
+build() {
+  cd ${_pkgname}
+
+  export CXXFLAGS+=' -m32 -DNV_DRIVER_PATH=\"/usr/lib32/libGLX_nvidia.so.0\"'
+  make
+}
+
+package() {
+  cd ${_pkgname}
+
+  install -D libnv_vulkan_wrapper.so -t "${pkgdir}"/usr/lib32/
+  install -D libprimus_vk.so -t "${pkgdir}"/usr/lib32/
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/"${pkgname}"/
+}


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 01:09:58
  Author: archange
Revision: 533156

upgpkg: lib32-primus_vk 1.3-1

Modified:
  lib32-primus_vk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 01:05:13 UTC (rev 533155)
+++ PKGBUILD2019-11-25 01:09:58 UTC (rev 533156)
@@ -6,14 +6,17 @@
 pkgver=1.3
 pkgrel=1
 pkgdesc="Nvidia Vulkan offloading for Bumblebee"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/felixdoerre/primus_vk;
-license=('BSD')
-depends=('lib32-nvidia-utils' 'bumblebee' 'lib32-vulkan-icd-loader' 
'lib32-primus')
-makedepends=('git' 'vulkan-validation-layers')
-source=("${_pkgname}-${pkgver}::git+${url}.git#tag=v${pkgver}")
-sha512sums=('SKIP')
+license=(BSD)
+depends=(lib32-nvidia-utils bumblebee lib32-vulkan-icd-loader lib32-primus)
+makedepends=(git vulkan-validation-layers)
+_tag=a037896f56ee86db317cfd7ff4569e9f2efc8bfa # git rev-parse v${pkgver}
+source=("git+${url}.git#tag=${_tag}?signed")
+sha512sums=(SKIP)
+validpgpkeys=(0A9D381479E6D19CE365E301FD4066F7DB7D993F) # Felix Dörre 

 
+
 _backports=(
 )
 
@@ -21,7 +24,7 @@
 )
 
 prepare() {
-  cd ${_pkgname}-${pkgver}
+  cd ${_pkgname}
 
   local _c
   
@@ -37,7 +40,7 @@
 }
 
 build() {
-  cd ${_pkgname}-${pkgver}
+  cd ${_pkgname}
 
   export CXXFLAGS+=' -m32 -DNV_DRIVER_PATH=\"/usr/lib32/libGLX_nvidia.so.0\"'
   make
@@ -44,9 +47,9 @@
 }
 
 package() {
-  cd "${_pkgname}-${pkgver}"
+  cd ${_pkgname}
 
-  install -D libnv_vulkan_wrapper.so -t "$pkgdir"/usr/lib32/
-  install -D libprimus_vk.so -t "$pkgdir"/usr/lib32/
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/"$pkgname"/
+  install -D libnv_vulkan_wrapper.so -t "${pkgdir}"/usr/lib32/
+  install -D libprimus_vk.so -t "${pkgdir}"/usr/lib32/
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/"${pkgname}"/
 }


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 01:05:13
  Author: archange
Revision: 533155

archrelease: copy trunk to community-x86_64

Added:
  primus_vk/repos/community-x86_64/PKGBUILD
(from rev 533154, primus_vk/trunk/PKGBUILD)
Deleted:
  primus_vk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 01:05:04 UTC (rev 533154)
+++ PKGBUILD2019-11-25 01:05:13 UTC (rev 533155)
@@ -1,52 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Maintainer: Bruno Pagani 
-
-pkgname=primus_vk
-pkgver=1.2
-pkgrel=3
-pkgdesc="Nvidia Vulkan offloading for Bumblebee"
-arch=('x86_64')
-url="https://github.com/felixdoerre/primus_vk;
-license=('BSD')
-depends=('nvidia-utils' 'bumblebee' 'vulkan-icd-loader' 'primus')
-makedepends=('git' 'vulkan-validation-layers')
-source=("${pkgname}-${pkgver}::git+${url}.git#tag=v${pkgver}")
-sha512sums=('SKIP')
-
-_backports=(
-  #fix queue creation
-  '9b8c4492a3e9c8652a366a7acf14b6a28584a150'
-)
-
-_reverts=(
-)
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  local _c
-  
-  for _c in "${_backports[@]}"; do
-git log --oneline -1 "${_c}"  
-git cherry-pick -n "${_c}"
-  done
-
-  for _c in "${_reverts[@]}"; do
-git log --oneline -1 "${_c}"
-git revert -n "${_c}"
-  done
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  export CXXFLAGS+=' -DNV_DRIVER_PATH=\"/usr/lib/libGLX_nvidia.so.0\"'
-  make all primus_vk_diag
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX="${pkgdir}"/usr install
-  install -Dm755 primus_vk_diag -t "${pkgdir}"/usr/bin/
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: primus_vk/repos/community-x86_64/PKGBUILD (from rev 533154, 
primus_vk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 01:05:13 UTC (rev 533155)
@@ -0,0 +1,52 @@
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Bruno Pagani 
+
+pkgname=primus_vk
+pkgver=1.3
+pkgrel=1
+pkgdesc="Nvidia Vulkan offloading for Bumblebee"
+arch=(x86_64)
+url="https://github.com/felixdoerre/primus_vk;
+license=(BSD)
+depends=(nvidia-utils bumblebee vulkan-icd-loader primus)
+makedepends=(git vulkan-validation-layers)
+_tag=a037896f56ee86db317cfd7ff4569e9f2efc8bfa # git rev-parse v${pkgver}
+source=("git+${url}.git#tag=${_tag}?signed")
+sha512sums=(SKIP)
+validpgpkeys=(0A9D381479E6D19CE365E301FD4066F7DB7D993F) # Felix Dörre 

+
+_backports=(
+)
+
+_reverts=(
+)
+
+prepare() {
+  cd ${pkgname}
+
+  local _c
+  
+  for _c in "${_backports[@]}"; do
+git log --oneline -1 "${_c}"  
+git cherry-pick -n "${_c}"
+  done
+
+  for _c in "${_reverts[@]}"; do
+git log --oneline -1 "${_c}"
+git revert -n "${_c}"
+  done
+}
+
+build() {
+  cd ${pkgname}
+
+  export CXXFLAGS+=' -DNV_DRIVER_PATH=\"/usr/lib/libGLX_nvidia.so.0\"'
+  make all primus_vk_diag
+}
+
+package() {
+  cd ${pkgname}
+  make PREFIX="${pkgdir}"/usr install
+  install -Dm755 primus_vk_diag -t "${pkgdir}"/usr/bin/
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 01:05:04
  Author: archange
Revision: 533154

upgpkg: primus_vk 1.3-1

Modified:
  primus_vk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 00:51:40 UTC (rev 533153)
+++ PKGBUILD2019-11-25 01:05:04 UTC (rev 533154)
@@ -5,13 +5,15 @@
 pkgver=1.3
 pkgrel=1
 pkgdesc="Nvidia Vulkan offloading for Bumblebee"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/felixdoerre/primus_vk;
-license=('BSD')
-depends=('nvidia-utils' 'bumblebee' 'vulkan-icd-loader' 'primus')
-makedepends=('git' 'vulkan-validation-layers')
-source=("${pkgname}-${pkgver}::git+${url}.git#tag=v${pkgver}")
-sha512sums=('SKIP')
+license=(BSD)
+depends=(nvidia-utils bumblebee vulkan-icd-loader primus)
+makedepends=(git vulkan-validation-layers)
+_tag=a037896f56ee86db317cfd7ff4569e9f2efc8bfa # git rev-parse v${pkgver}
+source=("git+${url}.git#tag=${_tag}?signed")
+sha512sums=(SKIP)
+validpgpkeys=(0A9D381479E6D19CE365E301FD4066F7DB7D993F) # Felix Dörre 

 
 _backports=(
 )
@@ -20,7 +22,7 @@
 )
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
 
   local _c
   
@@ -36,7 +38,7 @@
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
 
   export CXXFLAGS+=' -DNV_DRIVER_PATH=\"/usr/lib/libGLX_nvidia.so.0\"'
   make all primus_vk_diag
@@ -43,7 +45,7 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   make PREFIX="${pkgdir}"/usr install
   install -Dm755 primus_vk_diag -t "${pkgdir}"/usr/bin/
   install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:51:40
  Author: archange
Revision: 533153

archrelease: copy trunk to community-any

Added:
  materia-kde/repos/community-any/PKGBUILD
(from rev 533152, materia-kde/trunk/PKGBUILD)
Deleted:
  materia-kde/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 00:51:29 UTC (rev 533152)
+++ PKGBUILD2019-11-25 00:51:40 UTC (rev 533153)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgbase=materia-kde
-pkgname=(materia-kde kvantum-theme-materia)
-pkgver=20190707
-pkgrel=1
-pkgdesc="Materia theme for KDE Plasma 5"
-arch=(any)
-url="https://github.com/PapirusDevelopmentTeam/${pkgbase};
-license=(GPL3)
-options=(!strip)
-source=("${url}/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('a884697202dc697a96dc5a447029934acbb7bf2fdbc272cd5590ef9536a9f637')
-
-package_materia-kde() {
-optdepends=('materia-gtk-theme: Matching GTK theme'
-'kvantum-theme-materia: Materia theme for Kvantum Qt style 
(recommended)')
-
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
-
-cp -r plasma "${pkgdir}"/usr/share
-cp -r aurorae "${pkgdir}"/usr/share
-cp -r color-schemes "${pkgdir}"/usr/share
-cp -r konsole "${pkgdir}"/usr/share
-cp -r yakuake "${pkgdir}"/usr/share
-}
-
-package_kvantum-theme-materia() {
-pkgdesc="Materia theme for KDE Plasma 5"
-depends=(kvantum-qt5)
-
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
-
-cp -r Kvantum "${pkgdir}"/usr/share
-}

Copied: materia-kde/repos/community-any/PKGBUILD (from rev 533152, 
materia-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 00:51:40 UTC (rev 533153)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+
+pkgbase=materia-kde
+pkgname=(materia-kde kvantum-theme-materia)
+pkgver=2019
+pkgrel=1
+pkgdesc="Materia theme for KDE Plasma 5"
+arch=(any)
+url="https://github.com/PapirusDevelopmentTeam/${pkgbase};
+license=(GPL3)
+options=(!strip)
+source=("${url}/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
+sha256sums=('3cf22bd668a0d9c56ecff64609cd520ce64b49110744fb041088fcaa09f9e4ef')
+
+package_materia-kde() {
+optdepends=('materia-gtk-theme: Matching GTK theme'
+'kvantum-theme-materia: Materia theme for Kvantum Qt style 
(recommended)')
+
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+
+cp -r plasma "${pkgdir}"/usr/share
+cp -r aurorae "${pkgdir}"/usr/share
+cp -r color-schemes "${pkgdir}"/usr/share
+cp -r konsole "${pkgdir}"/usr/share
+cp -r yakuake "${pkgdir}"/usr/share
+}
+
+package_kvantum-theme-materia() {
+pkgdesc="Materia theme for KDE Plasma 5"
+depends=(kvantum-qt5)
+
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+
+cp -r Kvantum "${pkgdir}"/usr/share
+}


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:51:29
  Author: archange
Revision: 533152

upgpkg: materia-kde 2019-1

Modified:
  materia-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 00:48:21 UTC (rev 533151)
+++ PKGBUILD2019-11-25 00:51:29 UTC (rev 533152)
@@ -2,7 +2,7 @@
 
 pkgbase=materia-kde
 pkgname=(materia-kde kvantum-theme-materia)
-pkgver=20190707
+pkgver=2019
 pkgrel=1
 pkgdesc="Materia theme for KDE Plasma 5"
 arch=(any)
@@ -10,7 +10,7 @@
 license=(GPL3)
 options=(!strip)
 source=("${url}/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('a884697202dc697a96dc5a447029934acbb7bf2fdbc272cd5590ef9536a9f637')
+sha256sums=('3cf22bd668a0d9c56ecff64609cd520ce64b49110744fb041088fcaa09f9e4ef')
 
 package_materia-kde() {
 optdepends=('materia-gtk-theme: Matching GTK theme'


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

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Monday, November 25, 2019 @ 00:48:21
  Author: anatolik
Revision: 533151

archrelease: copy trunk to community-x86_64

Added:
  rocksdb/repos/community-x86_64/
  rocksdb/repos/community-x86_64/PKGBUILD
(from rev 533150, rocksdb/trunk/PKGBUILD)

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

Copied: rocksdb/repos/community-x86_64/PKGBUILD (from rev 533150, 
rocksdb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-11-25 00:48:21 UTC (rev 533151)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: László Várady 
+
+pkgname=rocksdb
+pkgver=6.3.6
+pkgrel=1
+pkgdesc='Embedded key-value store for fast storage'
+arch=(x86_64)
+url="https://rocksdb.org/;
+license=(GPL2 Apache)
+depends=(bzip2 gcc-libs gflags jemalloc lz4 snappy zlib zstd)
+makedepends=(cmake)
+#checkdepends=('python2')
+source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
+sha256sums=('9878beb4e9b74a5f0d9500772235a39066fd019ba7af9ae6afe483ca713e3c7c')
+
+build() {
+  cd rocksdb-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib \
+-DWITH_BZ2=ON -DWITH_LZ4=ON -DWITH_SNAPPY=ON -DWITH_ZLIB=ON 
-DWITH_ZSTD=ON \
+-DUSE_RTTI=ON -DWITH_JEMALLOC=ON -DWITH_TESTS=OFF 
-DFAIL_ON_WARNINGS=OFF -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd rocksdb-$pkgver
+  # cmake --build build --target test
+}
+
+package() {
+  cd rocksdb-$pkgver
+  cmake --build build --target install -- DESTDIR="$pkgdir"
+}


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:42:05
  Author: archange
Revision: 533136

archrelease: copy trunk to community-x86_64

Added:
  knot/repos/community-x86_64/PKGBUILD
(from rev 533135, knot/trunk/PKGBUILD)
Deleted:
  knot/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 00:41:54 UTC (rev 533135)
+++ PKGBUILD2019-11-25 00:42:05 UTC (rev 533136)
@@ -1,61 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Ondřej Surý 
-# Contributor: Julian Brost 
-# Contributor: Oleander Reis 
-# Contributor: Otto Sabart 
-
-pkgname=knot
-pkgver=2.9.0
-pkgrel=1
-pkgdesc="High-performance authoritative-only DNS server"
-arch=(x86_64)
-url="https://www.knot-dns.cz/;
-license=(GPL3)
-depends=(libedit gnutls liburcu lmdb
- libidn2 systemd libcap-ng
- fstrm protobuf-c libmaxminddb)
-backup=('etc/knot/knot.conf')
-source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=(df7434eaefbabbf7cca2d6cba5038be48a4668e508215ca197532bac7c9b21a2 
SKIP)
-validpgpkeys=(742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB) # Daniel Salzman 

-
-build() {
-cd ${pkgname}-${pkgver}
-
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---libexecdir=/usr/lib/knot \
---with-rundir=/run/knot \
---with-storage=/var/lib/knot \
---enable-recvmmsg \
---enable-dnstap \
---enable-systemd \
---enable-reuseport \
---disable-silent-rules
-
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-
-# Don’t keep those empty dir, manage them with systemd-tmpfiles instead
-rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
-
-rm "${pkgdir}"/etc/knot/example.com.zone
-mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
-
-install -Dm644 distro/common/knot.service -t 
"${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 distro/arch/knot.tmpfiles.arch 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-install -Dm644 distro/arch/knot.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-}

Copied: knot/repos/community-x86_64/PKGBUILD (from rev 533135, 
knot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 00:42:05 UTC (rev 533136)
@@ -0,0 +1,61 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Ondřej Surý 
+# Contributor: Julian Brost 
+# Contributor: Oleander Reis 
+# Contributor: Otto Sabart 
+
+pkgname=knot
+pkgver=2.9.1
+pkgrel=1
+pkgdesc="High-performance authoritative-only DNS server"
+arch=(x86_64)
+url="https://www.knot-dns.cz/;
+license=(GPL3)
+depends=(libedit gnutls liburcu lmdb
+ libidn2 systemd libcap-ng
+ fstrm protobuf-c libmaxminddb)
+backup=('etc/knot/knot.conf')
+source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=(f19121956caa360c387923654f13e4c97b3fb9093d242e110d7e0916b8d8a04d 
SKIP)
+validpgpkeys=(742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB) # Daniel Salzman 

+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--libexecdir=/usr/lib/knot \
+--with-rundir=/run/knot \
+--with-storage=/var/lib/knot \
+--enable-recvmmsg \
+--enable-dnstap \
+--enable-systemd \
+--enable-reuseport \
+--disable-silent-rules
+
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+
+# Don’t keep those empty dir, manage them with systemd-tmpfiles instead
+rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
+
+rm "${pkgdir}"/etc/knot/example.com.zone
+mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
+
+install -Dm644 distro/common/knot.service -t 
"${pkgdir}"/usr/lib/systemd/system/
+install -Dm644 distro/arch/knot.tmpfiles.arch 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
+install -Dm644 distro/arch/knot.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+}


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:41:54
  Author: archange
Revision: 533135

upgpkg: knot 2.9.1-1

Modified:
  knot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 00:38:28 UTC (rev 533134)
+++ PKGBUILD2019-11-25 00:41:54 UTC (rev 533135)
@@ -5,7 +5,7 @@
 # Contributor: Otto Sabart 
 
 pkgname=knot
-pkgver=2.9.0
+pkgver=2.9.1
 pkgrel=1
 pkgdesc="High-performance authoritative-only DNS server"
 arch=(x86_64)
@@ -16,7 +16,7 @@
  fstrm protobuf-c libmaxminddb)
 backup=('etc/knot/knot.conf')
 
source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=(df7434eaefbabbf7cca2d6cba5038be48a4668e508215ca197532bac7c9b21a2 
SKIP)
+sha256sums=(f19121956caa360c387923654f13e4c97b3fb9093d242e110d7e0916b8d8a04d 
SKIP)
 validpgpkeys=(742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB) # Daniel Salzman 

 
 build() {


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

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Monday, November 25, 2019 @ 00:38:28
  Author: anatolik
Revision: 533134

Add rocksdb to [community]

Added:
  rocksdb/
  rocksdb/repos/
  rocksdb/trunk/
  rocksdb/trunk/PKGBUILD

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

Added: rocksdb/trunk/PKGBUILD
===
--- rocksdb/trunk/PKGBUILD  (rev 0)
+++ rocksdb/trunk/PKGBUILD  2019-11-25 00:38:28 UTC (rev 533134)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: László Várady 
+
+pkgname=rocksdb
+pkgver=6.3.6
+pkgrel=1
+pkgdesc='Embedded key-value store for fast storage'
+arch=(x86_64)
+url="https://rocksdb.org/;
+license=(GPL2 Apache)
+depends=(bzip2 gcc-libs gflags jemalloc lz4 snappy zlib zstd)
+makedepends=(cmake)
+#checkdepends=('python2')
+source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
+sha256sums=('9878beb4e9b74a5f0d9500772235a39066fd019ba7af9ae6afe483ca713e3c7c')
+
+build() {
+  cd rocksdb-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib \
+-DWITH_BZ2=ON -DWITH_LZ4=ON -DWITH_SNAPPY=ON -DWITH_ZLIB=ON 
-DWITH_ZSTD=ON \
+-DUSE_RTTI=ON -DWITH_JEMALLOC=ON -DWITH_TESTS=OFF 
-DFAIL_ON_WARNINGS=OFF -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd rocksdb-$pkgver
+  # cmake --build build --target test
+}
+
+package() {
+  cd rocksdb-$pkgver
+  cmake --build build --target install -- DESTDIR="$pkgdir"
+}


Property changes on: rocksdb/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:37:24
  Author: archange
Revision: 533133

archrelease: copy trunk to community-x86_64

Added:
  fwupd/repos/community-x86_64/PKGBUILD
(from rev 533132, fwupd/trunk/PKGBUILD)
Deleted:
  fwupd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 00:37:15 UTC (rev 533132)
+++ PKGBUILD2019-11-25 00:37:24 UTC (rev 533133)
@@ -1,49 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="A simple daemon to allow session software to update firmware"
-arch=(x86_64)
-url="https://github.com/fwupd/fwupd;
-license=(LGPL)
-depends=(libxmlb efivar python libsmbios libgusb
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info modemmanager
- tpm2-tss)
-makedepends=(meson valgrind gobject-introspection gtk-doc
- python-cairo noto-fonts noto-fonts-cjk python-gobject vala
- bash-completion python-pillow help2man gnu-efi-libs tpm2-tss)
-checkdepends=(umockdev)
-backup=('etc/fwupd/daemon.conf'
-'etc/fwupd/redfish.conf'
-'etc/fwupd/remotes.d/dell-esrt.conf'
-'etc/fwupd/remotes.d/fwupd-tests.conf'
-'etc/fwupd/remotes.d/lvfs-testing.conf'
-'etc/fwupd/remotes.d/lvfs.conf'
-'etc/fwupd/remotes.d/vendor-directory.conf'
-'etc/fwupd/remotes.d/vendor.conf'
-'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('14ff660549b7cb7bdabc330868e00665f538cf666dee3fc982d47d8bfac61f5b' 
'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson -D b_lto=false ../build
-ninja -v -C ../build
-}
-
-check() {
-cd build
-meson test
-}
-
-package() {
-DESTDIR="${pkgdir}" ninja -C build install
-# Fixup mode to match polkit
-install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 533132, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 00:37:24 UTC (rev 533133)
@@ -0,0 +1,50 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="A simple daemon to allow session software to update firmware"
+arch=(x86_64)
+url="https://github.com/fwupd/fwupd;
+license=(LGPL)
+depends=(libxmlb efivar python libsmbios libgusb
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info modemmanager
+ tpm2-tss)
+makedepends=(meson valgrind gobject-introspection gtk-doc
+ python-cairo noto-fonts noto-fonts-cjk python-gobject vala
+ bash-completion python-pillow help2man gnu-efi-libs tpm2-tss)
+checkdepends=(umockdev)
+backup=('etc/fwupd/daemon.conf'
+'etc/fwupd/redfish.conf'
+'etc/fwupd/remotes.d/dell-esrt.conf'
+'etc/fwupd/remotes.d/fwupd-tests.conf'
+'etc/fwupd/remotes.d/lvfs-testing.conf'
+'etc/fwupd/remotes.d/lvfs.conf'
+'etc/fwupd/remotes.d/vendor-directory.conf'
+'etc/fwupd/remotes.d/vendor.conf'
+'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('3cfd5f7215771496fc95ac28081c83a6e494b57e2fe6f988255e74076e78e89a'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+cd ${pkgname}-${pkgver}
+arch-meson -D b_lto=false ../build
+ninja -v -C ../build
+}
+
+check() {
+cd build
+meson test
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+# Fixup mode to match polkit
+install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:37:15
  Author: archange
Revision: 533132

upgpkg: fwupd 1.3.4-1

Modified:
  fwupd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 00:32:39 UTC (rev 533131)
+++ PKGBUILD2019-11-25 00:37:15 UTC (rev 533132)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -26,7 +26,8 @@
 'etc/fwupd/remotes.d/vendor.conf'
 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('14ff660549b7cb7bdabc330868e00665f538cf666dee3fc982d47d8bfac61f5b' 
'SKIP')
+sha256sums=('3cfd5f7215771496fc95ac28081c83a6e494b57e2fe6f988255e74076e78e89a'
+'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 build() {


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:32:30
  Author: archange
Revision: 533130

upgpkg: displaycal 3.8.8.0-1

Modified:
  displaycal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 00:26:21 UTC (rev 533129)
+++ PKGBUILD2019-11-25 00:32:30 UTC (rev 533130)
@@ -5,7 +5,7 @@
 
 _pkgname=DisplayCAL
 pkgname=displaycal
-pkgver=3.8.7.1
+pkgver=3.8.8.0
 pkgrel=1
 pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 optdepends=('gnome-color-manager: profile installation for GNOME'
 'colord-kde: profile installation for Plasma')
 
source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('cf6fbe5f7d9f636b12486be1488f4a338a114cdaf31a6cd3a18d2c84fdda6d68')
+sha256sums=('b463a76eee251047e144e583691127ecc42df7972ce854342281bc4a391e6642')
 
 build() {
 cd ${_pkgname}-${pkgver}


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:32:39
  Author: archange
Revision: 533131

archrelease: copy trunk to community-x86_64

Added:
  displaycal/repos/community-x86_64/PKGBUILD
(from rev 533130, displaycal/trunk/PKGBUILD)
Deleted:
  displaycal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 00:32:30 UTC (rev 533130)
+++ PKGBUILD2019-11-25 00:32:39 UTC (rev 533131)
@@ -1,31 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.8.7.1
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=(x86_64)
-url="https://displaycal.net/;
-license=(GPL3)
-depends=(argyllcms python2-wxpython3 python2-numpy python2-gobject)
-makedepends=(libx11 libxrandr libxinerama libxxf86vm python2-setuptools)
-optdepends=('gnome-color-manager: profile installation for GNOME'
-'colord-kde: profile installation for Plasma')
-source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('cf6fbe5f7d9f636b12486be1488f4a338a114cdaf31a6cd3a18d2c84fdda6d68')
-
-build() {
-cd ${_pkgname}-${pkgver}
-python2 setup.py build
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-# udev rules are shipped with argyllcms
-rm -r "${pkgdir}"/etc/udev/
-}

Copied: displaycal/repos/community-x86_64/PKGBUILD (from rev 533130, 
displaycal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 00:32:39 UTC (rev 533131)
@@ -0,0 +1,31 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+_pkgname=DisplayCAL
+pkgname=displaycal
+pkgver=3.8.8.0
+pkgrel=1
+pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
+arch=(x86_64)
+url="https://displaycal.net/;
+license=(GPL3)
+depends=(argyllcms python2-wxpython3 python2-numpy python2-gobject)
+makedepends=(libx11 libxrandr libxinerama libxxf86vm python2-setuptools)
+optdepends=('gnome-color-manager: profile installation for GNOME'
+'colord-kde: profile installation for Plasma')
+source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('b463a76eee251047e144e583691127ecc42df7972ce854342281bc4a391e6642')
+
+build() {
+cd ${_pkgname}-${pkgver}
+python2 setup.py build
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+# udev rules are shipped with argyllcms
+rm -r "${pkgdir}"/etc/udev/
+}


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

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Monday, November 25, 2019 @ 00:26:21
  Author: anatolik
Revision: 533129

archrelease: copy trunk to community-x86_64

Added:
  linenoise-ng/repos/community-x86_64/
  linenoise-ng/repos/community-x86_64/PKGBUILD
(from rev 533128, linenoise-ng/trunk/PKGBUILD)

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

Copied: linenoise-ng/repos/community-x86_64/PKGBUILD (from rev 533128, 
linenoise-ng/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-11-25 00:26:21 UTC (rev 533129)
@@ -0,0 +1,26 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=linenoise-ng
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='A small self-contained alternative to readline and libedit that 
supports UTF-8 and Windows'
+arch=(x86_64)
+url='https://github.com/arangodb/linenoise-ng'
+license=(BSD)
+makedepends=('cmake')
+source=(linenoise-ng-$pkgver.zip::https://github.com/arangodb/linenoise-ng/archive/v$pkgver.zip)
+sha256sums=('af16575c73435601161d9e6bdfbc58983a78ec16fb3707c18df4171419379c54')
+
+build() {
+  cd linenoise-ng-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-S . \
+-B build
+  cmake --build build
+}
+
+package() {
+  cd linenoise-ng-$pkgver
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+}


[arch-commits] Commit in (4 files)

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Monday, November 25, 2019 @ 00:25:44
  Author: anatolik
Revision: 533128

Add linenoise-ng to [community]

Added:
  linenoise-ng/
  linenoise-ng/repos/
  linenoise-ng/trunk/
  linenoise-ng/trunk/PKGBUILD

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

Added: linenoise-ng/trunk/PKGBUILD
===
--- linenoise-ng/trunk/PKGBUILD (rev 0)
+++ linenoise-ng/trunk/PKGBUILD 2019-11-25 00:25:44 UTC (rev 533128)
@@ -0,0 +1,26 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=linenoise-ng
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='A small self-contained alternative to readline and libedit that 
supports UTF-8 and Windows'
+arch=(x86_64)
+url='https://github.com/arangodb/linenoise-ng'
+license=(BSD)
+makedepends=('cmake')
+source=(linenoise-ng-$pkgver.zip::https://github.com/arangodb/linenoise-ng/archive/v$pkgver.zip)
+sha256sums=('af16575c73435601161d9e6bdfbc58983a78ec16fb3707c18df4171419379c54')
+
+build() {
+  cd linenoise-ng-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-S . \
+-B build
+  cmake --build build
+}
+
+package() {
+  cd linenoise-ng-$pkgver
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+}


Property changes on: linenoise-ng/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:22:11
  Author: archange
Revision: 533126

upgpkg: acpica 20191018-1

Modified:
  acpica/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 00:19:58 UTC (rev 533125)
+++ PKGBUILD2019-11-25 00:22:11 UTC (rev 533126)
@@ -4,7 +4,7 @@
 # Contributor: Alessio 'mOlOk' Bolognino 
 
 pkgname=acpica
-pkgver=20190816
+pkgver=20191018
 pkgrel=1
 pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
 arch=(x86_64)
@@ -17,7 +17,7 @@
 replaces=(iasl)
 options=(!makeflags)
 source=("https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz;)
-sha256sums=('7aec4dc88a3ba148eecd898e59fb5378573eb6a94585e5538e0b396840d0fc5c')
+sha256sums=('029db4014600e4b771b11a84276d2d76eb40fb26eabc85864852ef1f962be95f')
 
 build() {
   cd acpica-unix-${pkgver}


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:22:21
  Author: archange
Revision: 533127

archrelease: copy trunk to community-x86_64

Added:
  acpica/repos/community-x86_64/PKGBUILD
(from rev 533126, acpica/trunk/PKGBUILD)
Deleted:
  acpica/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 00:22:11 UTC (rev 533126)
+++ PKGBUILD2019-11-25 00:22:21 UTC (rev 533127)
@@ -1,30 +0,0 @@
-# Maintainer : Bruno Pagani 
-# Maintainer : Laurent Carlier 
-# Contributor: Giovanni Scafora 
-# Contributor: Alessio 'mOlOk' Bolognino 
-
-pkgname=acpica
-pkgver=20190816
-pkgrel=1
-pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
-arch=(x86_64)
-url="https://acpica.org;
-license=(GPL2)
-depends=(glibc)
-makedepends=(flex bison)
-provides=(iasl)
-conflicts=(iasl)
-replaces=(iasl)
-options=(!makeflags)
-source=("https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz;)
-sha256sums=('7aec4dc88a3ba148eecd898e59fb5378573eb6a94585e5538e0b396840d0fc5c')
-
-build() {
-  cd acpica-unix-${pkgver}
-  make
-}
-
-package() {
-  cd acpica-unix-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: acpica/repos/community-x86_64/PKGBUILD (from rev 533126, 
acpica/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 00:22:21 UTC (rev 533127)
@@ -0,0 +1,30 @@
+# Maintainer : Bruno Pagani 
+# Maintainer : Laurent Carlier 
+# Contributor: Giovanni Scafora 
+# Contributor: Alessio 'mOlOk' Bolognino 
+
+pkgname=acpica
+pkgver=20191018
+pkgrel=1
+pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
+arch=(x86_64)
+url="https://acpica.org;
+license=(GPL2)
+depends=(glibc)
+makedepends=(flex bison)
+provides=(iasl)
+conflicts=(iasl)
+replaces=(iasl)
+options=(!makeflags)
+source=("https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz;)
+sha256sums=('029db4014600e4b771b11a84276d2d76eb40fb26eabc85864852ef1f962be95f')
+
+build() {
+  cd acpica-unix-${pkgver}
+  make
+}
+
+package() {
+  cd acpica-unix-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:19:48
  Author: archange
Revision: 533124

upgpkg: matterbridge 1.16.2-1

Modified:
  matterbridge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 00:18:46 UTC (rev 533123)
+++ PKGBUILD2019-11-25 00:19:48 UTC (rev 533124)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=matterbridge
-pkgver=1.16.1
+pkgver=1.16.2
 pkgrel=1
 pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
 
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
 matterbridge.service)
-sha256sums=('d3331cbb43e9d19e73c38767d176849e2bf2eb09179b419b9588cff9ec994ec2'
+sha256sums=('44893887a62d6a6ae7d749349a088e28a1342b941e9caf0be5e2264abce4498d'
 'SKIP'
 '89e52388054d3c83199ccbfe8f2dc02a6ae02ec1a2d024460b11464324a1fb9b')
 validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:19:58
  Author: archange
Revision: 533125

archrelease: copy trunk to community-x86_64

Added:
  matterbridge/repos/community-x86_64/PKGBUILD
(from rev 533124, matterbridge/trunk/PKGBUILD)
  matterbridge/repos/community-x86_64/matterbridge.service
(from rev 533124, matterbridge/trunk/matterbridge.service)
Deleted:
  matterbridge/repos/community-x86_64/PKGBUILD
  matterbridge/repos/community-x86_64/matterbridge.service

--+
 PKGBUILD |   74 -
 matterbridge.service |   54 +--
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 00:19:48 UTC (rev 533124)
+++ PKGBUILD2019-11-25 00:19:58 UTC (rev 533125)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=matterbridge
-pkgver=1.16.1
-pkgrel=1
-pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
-arch=(x86_64)
-url="https://github.com/42wim/matterbridge;
-license=(Apache)
-depends=(glibc)
-makedepends=(go-pie git)
-backup=(etc/matterbridge.toml)
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
-
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
-matterbridge.service)
-sha256sums=('d3331cbb43e9d19e73c38767d176849e2bf2eb09179b419b9588cff9ec994ec2'
-'SKIP'
-'89e52388054d3c83199ccbfe8f2dc02a6ae02ec1a2d024460b11464324a1fb9b')
-validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  go mod vendor
-}
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build -v -o ${pkgname} -trimpath -ldflags "-extldflags ${LDFLAGS}" .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
-  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
-  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-}

Copied: matterbridge/repos/community-x86_64/PKGBUILD (from rev 533124, 
matterbridge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 00:19:58 UTC (rev 533125)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=matterbridge
+pkgver=1.16.2
+pkgrel=1
+pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
+arch=(x86_64)
+url="https://github.com/42wim/matterbridge;
+license=(Apache)
+depends=(glibc)
+makedepends=(go-pie git)
+backup=(etc/matterbridge.toml)
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
+
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
+matterbridge.service)
+sha256sums=('44893887a62d6a6ae7d749349a088e28a1342b941e9caf0be5e2264abce4498d'
+'SKIP'
+'89e52388054d3c83199ccbfe8f2dc02a6ae02ec1a2d024460b11464324a1fb9b')
+validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  go mod vendor
+}
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build -v -o ${pkgname} -trimpath -ldflags "-extldflags ${LDFLAGS}" .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
+  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
+  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
+}

Deleted: matterbridge.service
===
--- matterbridge.service2019-11-25 00:19:48 UTC (rev 533124)
+++ matterbridge.service2019-11-25 00:19:58 UTC (rev 533125)
@@ -1,27 +0,0 @@
-[Unit]
-Description=Multi-protocols bridge for online communications
-After=network.target
-
-[Service]
-User=matterbridge
-DynamicUser=yes
-ExecStart=/usr/bin/matterbridge -conf /etc/matterbridge.toml
-Type=simple
-CapabilityBoundingSet=
-NoNewPrivileges=True
-PrivateUsers=true
-PrivateDevices=true
-PrivateTmp=true
-ProtectHome=true
-ProtectSystem=strict
-ProtectControlGroups=yes
-ProtectKernelTunables=true
-ProtectKernelModules=yes
-LockPersonality=true
-MemoryDenyWriteExecute=true
-RestrictRealtime=true
-SystemCallArchitectures=native
-SystemCallFilter=@system-service
-
-[Install]
-WantedBy=multi-user.target

Copied: matterbridge/repos/community-x86_64/matterbridge.service (from rev 
533124, matterbridge/trunk/matterbridge.service)
===
--- matterbridge.service(rev 0)
+++ matterbridge.service2019-11-25 00:19:58 UTC (rev 533125)
@@ -0,0 +1,27 @@
+[Unit]
+Description=Multi-protocols bridge for online communications
+After=network.target
+
+[Service]
+User=matterbridge
+DynamicUser=yes
+ExecStart=/usr/bin/matterbridge -conf /etc/matterbridge.toml

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

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Monday, November 25, 2019 @ 00:18:46
  Author: anatolik
Revision: 533123

archrelease: copy trunk to community-x86_64

Added:
  aws-checksums/repos/community-x86_64/
  aws-checksums/repos/community-x86_64/PKGBUILD
(from rev 533122, aws-checksums/trunk/PKGBUILD)

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

Copied: aws-checksums/repos/community-x86_64/PKGBUILD (from rev 533122, 
aws-checksums/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-11-25 00:18:46 UTC (rev 533123)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-checksums
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='Cross-Platform HW accelerated CRC32c and CRC32 with fallback to 
efficient SW implementations.'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-checksums'
+license=(Apache)
+makedepends=(cmake)
+source=(aws-checksums-$pkgver.zip::https://github.com/awslabs/aws-checksums/archive/v$pkgver.zip)
+sha256sums=('538aee3dd5fd58e0f6ec70f846c35263fcd9244fb62ede49fe8a700e489cd462')
+
+build() {
+  cd aws-checksums-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_SHARED_LIBS=ON -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd aws-checksums-$pkgver
+  cmake --build build --target test
+}
+
+package() {
+  cd aws-checksums-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in cozy-desktop/repos/community-any (6 files)

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:17:47
  Author: archange
Revision: 533122

archrelease: copy trunk to community-any

Added:
  cozy-desktop/repos/community-any/PKGBUILD
(from rev 533121, cozy-desktop/trunk/PKGBUILD)
  cozy-desktop/repos/community-any/cozy-desktop.desktop
(from rev 533121, cozy-desktop/trunk/cozy-desktop.desktop)
  cozy-desktop/repos/community-any/cozy-desktop.sh
(from rev 533121, cozy-desktop/trunk/cozy-desktop.sh)
Deleted:
  cozy-desktop/repos/community-any/PKGBUILD
  cozy-desktop/repos/community-any/cozy-desktop.desktop
  cozy-desktop/repos/community-any/cozy-desktop.sh

--+
 PKGBUILD |  101 -
 cozy-desktop.desktop |   18 
 cozy-desktop.sh  |6 +-
 3 files changed, 63 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 00:17:34 UTC (rev 533121)
+++ PKGBUILD2019-11-25 00:17:47 UTC (rev 533122)
@@ -1,50 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=cozy-desktop
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="File synchronisation for Cozy Cloud on Desktop"
-arch=(any)
-url="https://cozy-labs.github.io/cozy-desktop/;
-license=(AGPL3)
-depends=(electron5)
-makedepends=(nodejs-lts-carbon yarn git node-gyp python2)
-source=("https://github.com/cozy-labs/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
"https://github.com/cozy-labs/${pkgname}/releases/download/v${pkgver}/Cozy-Drive-${pkgver}-x86_x64.AppImage;
-"${pkgname}.desktop"
-"${pkgname}.sh")
-sha256sums=('0dce740866cf29d4aee254400c52465ac7bd23297f336fdd180259cc3e91f544'
-'074bb3b392e8556a3d3f962739c86f5ce06a8f8ab932489447797a0472374c05'
-'563edd5a43c7f06080e03bec5f4e46154227f7e163500950ea39ecad466b198a'
-'6915fe8b5771cfcb23970fbd78e07edb6ca364ba336fc3aa790de693d3ade16c')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-yarn install
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-yarn build
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-yarn dist --dir
-
-install -d "${pkgdir}"/usr/lib/${pkgname}
-cp -r dist/linux-unpacked/resources "${pkgdir}"/usr/lib/${pkgname}/
-
-rm 
"${pkgdir}"/usr/lib/cozy-desktop/resources/app.asar.unpacked/gui/scripts/macos-add-favorite.py
-rmdir 
"${pkgdir}"/usr/lib/cozy-desktop/resources/app.asar.unpacked/gui/{scripts/,}
-rm -r "${pkgdir}"/usr/lib/cozy-desktop/resources/inspector
-
-cd "${srcdir}"
-chmod +x Cozy-Drive-${pkgver}-x86_x64.AppImage
-./Cozy-Drive-${pkgver}-x86_x64.AppImage --appimage-extract
-cp -r squashfs-root/usr/share "${pkgdir}"/usr/
-chmod a+rX -R "${pkgdir}"/usr/share
-
-install -Dm755 ${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 ${pkgname}.desktop 
"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-}

Copied: cozy-desktop/repos/community-any/PKGBUILD (from rev 533121, 
cozy-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 00:17:47 UTC (rev 533122)
@@ -0,0 +1,51 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=cozy-desktop
+pkgver=3.16.1
+pkgrel=1
+pkgdesc="File synchronisation for Cozy Cloud on Desktop"
+arch=(any)
+url="https://cozy-labs.github.io/cozy-desktop/;
+license=(AGPL3)
+depends=(electron5)
+makedepends=(nodejs-lts-carbon yarn git node-gyp python2)
+source=("https://github.com/cozy-labs/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"https://github.com/cozy-labs/${pkgname}/releases/download/v${pkgver}/Cozy-Drive-${pkgver}-x86_64.AppImage;
+"${pkgname}.desktop"
+"${pkgname}.sh")
+sha256sums=('c9b66ed48073598e5d6f51f74ca341ce403fc6ab2fc417f9395c5679ecdb6221'
+'3a67e282613c7e1505395fec8e28ef104ba59479fef39c38811b14e05ab2ee4a'
+'563edd5a43c7f06080e03bec5f4e46154227f7e163500950ea39ecad466b198a'
+'6915fe8b5771cfcb23970fbd78e07edb6ca364ba336fc3aa790de693d3ade16c')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+yarn install
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+yarn build
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+yarn dist --dir
+
+install -d "${pkgdir}"/usr/lib/${pkgname}
+cp -r dist/linux-unpacked/resources "${pkgdir}"/usr/lib/${pkgname}/
+
+rm 
"${pkgdir}"/usr/lib/cozy-desktop/resources/app.asar.unpacked/gui/scripts/macos-add-favorite.py
+rmdir 
"${pkgdir}"/usr/lib/cozy-desktop/resources/app.asar.unpacked/gui/{scripts/,}
+rm -r "${pkgdir}"/usr/lib/cozy-desktop/resources/inspector
+rm -r "${pkgdir}"/usr/lib/cozy-desktop/resources/regedit/
+
+cd "${srcdir}"
+chmod +x Cozy-Drive-${pkgver}-x86_64.AppImage
+./Cozy-Drive-${pkgver}-x86_64.AppImage --appimage-extract
+cp -r squashfs-root/usr/share "${pkgdir}"/usr/
+chmod a+rX -R "${pkgdir}"/usr/share
+
+install -Dm755 ${pkgname}.sh 

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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:17:34
  Author: archange
Revision: 533121

upgpkg: cozy-desktop 3.16.1-1

Modified:
  cozy-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 00:17:23 UTC (rev 533120)
+++ PKGBUILD2019-11-25 00:17:34 UTC (rev 533121)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=cozy-desktop
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc="File synchronisation for Cozy Cloud on Desktop"
 arch=(any)
@@ -10,11 +10,11 @@
 depends=(electron5)
 makedepends=(nodejs-lts-carbon yarn git node-gyp python2)
 
source=("https://github.com/cozy-labs/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
"https://github.com/cozy-labs/${pkgname}/releases/download/v${pkgver}/Cozy-Drive-${pkgver}-x86_x64.AppImage;
+
"https://github.com/cozy-labs/${pkgname}/releases/download/v${pkgver}/Cozy-Drive-${pkgver}-x86_64.AppImage;
 "${pkgname}.desktop"
 "${pkgname}.sh")
-sha256sums=('0dce740866cf29d4aee254400c52465ac7bd23297f336fdd180259cc3e91f544'
-'074bb3b392e8556a3d3f962739c86f5ce06a8f8ab932489447797a0472374c05'
+sha256sums=('c9b66ed48073598e5d6f51f74ca341ce403fc6ab2fc417f9395c5679ecdb6221'
+'3a67e282613c7e1505395fec8e28ef104ba59479fef39c38811b14e05ab2ee4a'
 '563edd5a43c7f06080e03bec5f4e46154227f7e163500950ea39ecad466b198a'
 '6915fe8b5771cfcb23970fbd78e07edb6ca364ba336fc3aa790de693d3ade16c')
 
@@ -38,10 +38,11 @@
 rm 
"${pkgdir}"/usr/lib/cozy-desktop/resources/app.asar.unpacked/gui/scripts/macos-add-favorite.py
 rmdir 
"${pkgdir}"/usr/lib/cozy-desktop/resources/app.asar.unpacked/gui/{scripts/,}
 rm -r "${pkgdir}"/usr/lib/cozy-desktop/resources/inspector
+rm -r "${pkgdir}"/usr/lib/cozy-desktop/resources/regedit/
 
 cd "${srcdir}"
-chmod +x Cozy-Drive-${pkgver}-x86_x64.AppImage
-./Cozy-Drive-${pkgver}-x86_x64.AppImage --appimage-extract
+chmod +x Cozy-Drive-${pkgver}-x86_64.AppImage
+./Cozy-Drive-${pkgver}-x86_64.AppImage --appimage-extract
 cp -r squashfs-root/usr/share "${pkgdir}"/usr/
 chmod a+rX -R "${pkgdir}"/usr/share
 


[arch-commits] Commit in (4 files)

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Monday, November 25, 2019 @ 00:17:23
  Author: anatolik
Revision: 533120

Add aws-checksums to [community]

Added:
  aws-checksums/
  aws-checksums/repos/
  aws-checksums/trunk/
  aws-checksums/trunk/PKGBUILD

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

Added: aws-checksums/trunk/PKGBUILD
===
--- aws-checksums/trunk/PKGBUILD(rev 0)
+++ aws-checksums/trunk/PKGBUILD2019-11-25 00:17:23 UTC (rev 533120)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-checksums
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='Cross-Platform HW accelerated CRC32c and CRC32 with fallback to 
efficient SW implementations.'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-checksums'
+license=(Apache)
+makedepends=(cmake)
+source=(aws-checksums-$pkgver.zip::https://github.com/awslabs/aws-checksums/archive/v$pkgver.zip)
+sha256sums=('538aee3dd5fd58e0f6ec70f846c35263fcd9244fb62ede49fe8a700e489cd462')
+
+build() {
+  cd aws-checksums-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_SHARED_LIBS=ON -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd aws-checksums-$pkgver
+  cmake --build build --target test
+}
+
+package() {
+  cd aws-checksums-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


Property changes on: aws-checksums/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Monday, November 25, 2019 @ 00:12:43
  Author: anatolik
Revision: 533118

upgpkg: keepassxc 2.5.1-1

Modified:
  keepassxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 00:09:39 UTC (rev 533117)
+++ PKGBUILD2019-11-25 00:12:43 UTC (rev 533118)
@@ -2,8 +2,8 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=keepassxc
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64)
 url="https://keepassxc.org/;
@@ -10,35 +10,33 @@
 license=(GPL)
 depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
  qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(git cmake qt5-tools)
+makedepends=(cmake qt5-tools)
 provides=(org.freedesktop.secrets)
-_tag=a1cc0e27e1e692c9b3e03b1b67f1ec8613329875 # git rev-parse ${pkgver}
-source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
-sha256sums=(SKIP)
-validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2  # KeePassXC Release 

-  3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01  # Jonathan White 

-  B3724F5B2C98B5B0AEDDBD582AC0283D4CFC9A10) # Janek Bevendorff 

+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
+sha256sums=('ef33258b859a7b996af007113613b0f6210f2341e8f5fb3a005564262c2caf30'
+'SKIP')
+# List of signing keys can be found at 
https://keepassxc.org/verifying-signatures/
+validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
+  71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
+  AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
+  C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8)
 
-prepare() {
-   mkdir -p build
-}
-
 build() {
-   cd build
-   cmake ../${pkgname} \
-   -DCMAKE_BUILD_TYPE=Release \
+   cd keepassxc-$pkgver
+   cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_ALL=ON
-   make
+   -DWITH_XC_ALL=ON \
+   -S . -B build
+   cmake --build build
 }
 
 check() {
-   cd build
-   make test
+   cd keepassxc-$pkgver
+   cmake --build build --target test
 }
 
 package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
+   cd keepassxc-$pkgver
+   cmake --build build --target install -- DESTDIR="$pkgdir"
 }


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

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Monday, November 25, 2019 @ 00:13:18
  Author: anatolik
Revision: 533119

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 533118, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 00:12:43 UTC (rev 533118)
+++ PKGBUILD2019-11-25 00:13:18 UTC (rev 533119)
@@ -1,44 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.5.0
-pkgrel=2
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
- qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(git cmake qt5-tools)
-provides=(org.freedesktop.secrets)
-_tag=a1cc0e27e1e692c9b3e03b1b67f1ec8613329875 # git rev-parse ${pkgver}
-source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
-sha256sums=(SKIP)
-validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2  # KeePassXC Release 

-  3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01  # Jonathan White 

-  B3724F5B2C98B5B0AEDDBD582AC0283D4CFC9A10) # Janek Bevendorff 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../${pkgname} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_ALL=ON
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 533118, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 00:13:18 UTC (rev 533119)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(cmake qt5-tools)
+provides=(org.freedesktop.secrets)
+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
+sha256sums=('ef33258b859a7b996af007113613b0f6210f2341e8f5fb3a005564262c2caf30'
+'SKIP')
+# List of signing keys can be found at 
https://keepassxc.org/verifying-signatures/
+validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
+  71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
+  AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
+  C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8)
+
+build() {
+   cd keepassxc-$pkgver
+   cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_ALL=ON \
+   -S . -B build
+   cmake --build build
+}
+
+check() {
+   cd keepassxc-$pkgver
+   cmake --build build --target test
+}
+
+package() {
+   cd keepassxc-$pkgver
+   cmake --build build --target install -- DESTDIR="$pkgdir"
+}


[arch-commits] Commit in cjdns/repos/community-x86_64 (5 files)

2019-11-24 Thread Kpcyrd via arch-commits
Date: Monday, November 25, 2019 @ 00:09:39
  Author: kpcyrd
Revision: 533117

archrelease: copy trunk to community-x86_64

Added:
  cjdns/repos/community-x86_64/1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch
(from rev 533116, 
cjdns/trunk/1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch)
  cjdns/repos/community-x86_64/PKGBUILD
(from rev 533116, cjdns/trunk/PKGBUILD)
  cjdns/repos/community-x86_64/cjdns.install
(from rev 533116, cjdns/trunk/cjdns.install)
Deleted:
  cjdns/repos/community-x86_64/PKGBUILD
  cjdns/repos/community-x86_64/cjdns.install

+
 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch |   22 
 PKGBUILD   |  107 ---
 cjdns.install  |   52 +--
 3 files changed, 105 insertions(+), 76 deletions(-)

Copied: 
cjdns/repos/community-x86_64/1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch 
(from rev 533116, cjdns/trunk/1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch)
===
--- 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch  
(rev 0)
+++ 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch  2019-11-25 00:09:39 UTC 
(rev 533117)
@@ -0,0 +1,22 @@
+From 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3 Mon Sep 17 00:00:00 2001
+From: Caleb James DeLisle 
+Date: Sun, 24 Nov 2019 23:47:30 +0100
+Subject: [PATCH] New GCC wants strncpy limit to be less than the output size
+
+---
+ util/platform/netdev/NetPlatform_linux.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/util/platform/netdev/NetPlatform_linux.c 
b/util/platform/netdev/NetPlatform_linux.c
+index 8206ebad5..967ee261e 100644
+--- a/util/platform/netdev/NetPlatform_linux.c
 b/util/platform/netdev/NetPlatform_linux.c
+@@ -78,7 +78,7 @@ static int socketForIfName(const char* interfaceName,
+ }
+ 
+ memset(ifRequestOut, 0, sizeof(struct ifreq));
+-strncpy(ifRequestOut->ifr_name, interfaceName, IFNAMSIZ);
++strncpy(ifRequestOut->ifr_name, interfaceName, IFNAMSIZ-1);
+ 
+ if (ioctl(s, SIOCGIFINDEX, ifRequestOut) < 0) {
+ int err = errno;

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 00:03:31 UTC (rev 533116)
+++ PKGBUILD2019-11-25 00:09:39 UTC (rev 533117)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Kevin MacMartin 
-# Contributor: openfbt
-# Contributor: Werecat
-# Contributor: Xyne
-
-pkgname=cjdns
-pkgver=20.3
-pkgrel=1
-pkgdesc='Routing engine designed for security, scalability, speed and ease of 
use'
-url='https://github.com/cjdelisle/cjdns'
-arch=('x86_64')
-license=('GPL3')
-depends=('glibc' 'sh')
-optdepends=('nodejs: optional utilities support')
-makedepends=('nodejs' 'python2')
-install=cjdns.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
-sha256sums=('e8ca2cc5d5ba71e39a702299106dd2a965005703284cec91b3e94691cdce6f65')
-sha512sums=('ae38b33b47a567893e63bc925c91d07b5554f0c7147f90429cac41cfe35a429f507e3adc9463175a1714140169eaae370ab8c8255e82ddd9b2b32f09adae1cea')
-
-build() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  # Pretend to be cross compiling so -march=native is not set.
-  CROSS="true" CJDNS_RELEASE_VERSION="${pkgver}" \
-node ./node_build/make.js
-}
-
-package() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  install -Dm 755 cjdroute -t "${pkgdir}/usr/bin"
-  install -Dm 644 contrib/systemd/{cjdns,cjdns-resume}.service \
--t "${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 doc/man/cjdroute.conf.5 -t "${pkgdir}/usr/share/man/man5"
-  install -Dm 644 -t "${pkgdir}/usr/share/doc/${pkgname}" \
-README.md \
-doc/admin-api.md \
-doc/configure.md \
-doc/djc_layer_model.md \
-doc/nat-gateway.md \
-doc/network-services.md \
-doc/non-root-user.md \
-doc/security_specification.md \
-doc/shorewall_and_vpn_gateway_howto.md \
-doc/tunnel.md
-  cp -a tools "${pkgdir}/usr/lib/${pkgname}"
-  cp -a node_modules "${pkgdir}/usr/lib/${pkgname}/node_modules"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cjdns/repos/community-x86_64/PKGBUILD (from rev 533116, 
cjdns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 00:09:39 UTC (rev 533117)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Maintainer: kpcyrd 
+# Contributor: Kevin MacMartin 
+# Contributor: openfbt
+# Contributor: Werecat
+# Contributor: Xyne
+
+pkgname=cjdns
+pkgver=20.4
+pkgrel=1
+pkgdesc='Routing engine designed for security, scalability, speed and ease of 
use'
+url='https://github.com/cjdelisle/cjdns'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'sh')
+optdepends=('nodejs: optional utilities support')
+makedepends=('nodejs' 'python2')
+install=cjdns.install

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

2019-11-24 Thread Kpcyrd via arch-commits
Date: Monday, November 25, 2019 @ 00:03:31
  Author: kpcyrd
Revision: 533116

upgpkg: cjdns 20.4-1

Added:
  cjdns/trunk/1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch
Modified:
  cjdns/trunk/PKGBUILD

+
 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch |   22 ++
 PKGBUILD   |   15 +++
 2 files changed, 33 insertions(+), 4 deletions(-)

Added: 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch
===
--- 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch  
(rev 0)
+++ 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch  2019-11-25 00:03:31 UTC 
(rev 533116)
@@ -0,0 +1,22 @@
+From 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3 Mon Sep 17 00:00:00 2001
+From: Caleb James DeLisle 
+Date: Sun, 24 Nov 2019 23:47:30 +0100
+Subject: [PATCH] New GCC wants strncpy limit to be less than the output size
+
+---
+ util/platform/netdev/NetPlatform_linux.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/util/platform/netdev/NetPlatform_linux.c 
b/util/platform/netdev/NetPlatform_linux.c
+index 8206ebad5..967ee261e 100644
+--- a/util/platform/netdev/NetPlatform_linux.c
 b/util/platform/netdev/NetPlatform_linux.c
+@@ -78,7 +78,7 @@ static int socketForIfName(const char* interfaceName,
+ }
+ 
+ memset(ifRequestOut, 0, sizeof(struct ifreq));
+-strncpy(ifRequestOut->ifr_name, interfaceName, IFNAMSIZ);
++strncpy(ifRequestOut->ifr_name, interfaceName, IFNAMSIZ-1);
+ 
+ if (ioctl(s, SIOCGIFINDEX, ifRequestOut) < 0) {
+ int err = errno;

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 00:01:15 UTC (rev 533115)
+++ PKGBUILD2019-11-25 00:03:31 UTC (rev 533116)
@@ -1,4 +1,5 @@
 # Maintainer: Levente Polyak 
+# Maintainer: kpcyrd 
 # Contributor: Kevin MacMartin 
 # Contributor: openfbt
 # Contributor: Werecat
@@ -5,7 +6,7 @@
 # Contributor: Xyne
 
 pkgname=cjdns
-pkgver=20.3
+pkgver=20.4
 pkgrel=1
 pkgdesc='Routing engine designed for security, scalability, speed and ease of 
use'
 url='https://github.com/cjdelisle/cjdns'
@@ -15,10 +16,16 @@
 optdepends=('nodejs: optional utilities support')
 makedepends=('nodejs' 'python2')
 install=cjdns.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
-sha256sums=('e8ca2cc5d5ba71e39a702299106dd2a965005703284cec91b3e94691cdce6f65')
-sha512sums=('ae38b33b47a567893e63bc925c91d07b5554f0c7147f90429cac41cfe35a429f507e3adc9463175a1714140169eaae370ab8c8255e82ddd9b2b32f09adae1cea')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz
+1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch)
+sha512sums=('5a6bd36b2edd07fa883efa4b14dd8a7ba0189bf43404e27ab6ae3b0c2f1e63ce738c52b34416f51f93c9752f6654ea95eac2c71897d2a1e19f4a6d1ca3bad46d'
+
'c7bb9d1550661221f5fb08f31384a5d06b9c2c8531c1f5bbc14624a99adc21f19873c01a553b20198790e8bf72ea763de4e486e13b02df5356f397549692ba9c')
 
+prepare() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  patch --forward --strip=1 
--input="${srcdir}/1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch"
+}
+
 build() {
   cd ${pkgname}-${pkgname}-v${pkgver}
   # Pretend to be cross compiling so -march=native is not set.


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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:01:15
  Author: archange
Revision: 533115

archrelease: copy trunk to community-x86_64

Added:
  gitea/repos/community-x86_64/PKGBUILD
(from rev 533114, gitea/trunk/PKGBUILD)
  gitea/repos/community-x86_64/gitea-arch-defaults.patch
(from rev 533114, gitea/trunk/gitea-arch-defaults.patch)
  gitea/repos/community-x86_64/gitea.service
(from rev 533114, gitea/trunk/gitea.service)
  gitea/repos/community-x86_64/gitea.sysusers
(from rev 533114, gitea/trunk/gitea.sysusers)
  gitea/repos/community-x86_64/gitea.tmpfiles
(from rev 533114, gitea/trunk/gitea.tmpfiles)
Deleted:
  gitea/repos/community-x86_64/PKGBUILD
  gitea/repos/community-x86_64/gitea-arch-defaults.patch
  gitea/repos/community-x86_64/gitea.service
  gitea/repos/community-x86_64/gitea.sysusers
  gitea/repos/community-x86_64/gitea.tmpfiles

---+
 PKGBUILD  |  125 +---
 gitea-arch-defaults.patch |   99 +-
 gitea.service |   80 ++--
 gitea.sysusers|2 
 gitea.tmpfiles|   20 +++
 5 files changed, 162 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 00:00:12 UTC (rev 533114)
+++ PKGBUILD2019-11-25 00:01:15 UTC (rev 533115)
@@ -1,63 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Maxime Gauduin 
-# Contributor: Frederik Schwan 
-
-pkgname=gitea
-pkgver=1.9.5
-pkgrel=1
-pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
-arch=(x86_64)
-url="https://gitea.io;
-license=(MIT)
-depends=(git)
-makedepends=(go-pie)
-optdepends=(
-  'mariadb: MariaDB support'
-  'memcached: MemCached support'
-  'openssh: GIT over SSH support'
-  'pam: Authentication via PAM support'
-  'postgresql: PostgreSQL support'
-  'redis: Redis support'
-  'sqlite: SQLite support'
-)
-backup=('etc/gitea/app.ini')
-_tag=4bc18582031a1376f29416a735cfb94fbb4688f5 # git rev-parse v${pkgver}
-source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed;
-gitea.tmpfiles
-gitea.service
-gitea.sysusers
-gitea-arch-defaults.patch)
-sha256sums=('SKIP'
-'1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba'
-'7789b3f6699b9e111fa080226047cdc765e55ff49a3f72aac989c11c06c3e7e0'
-'2abc51ccd0086bb996194bb7fb241a3f26d84f518417c872b66a3db8970da7e4'
-'5eb47d104acd2e4f8c83bfc27c77b98fcfabcab492ffb2c91675062ecd1706ad')
-validpgpkeys=(8C4033A23895237CB27D52D9D9B5613BEB813F99  # Matti Ranta 
 old RSA2048, retrieved from 
https://github.com/techknowlogick.gpg
-  B56E3C7437A49E136862F5DE9D8A57ADAA232E95  # Matti Ranta 
 new RSA4096, retrieved from 
https://github.com/techknowlogick.gpg
-  ED810FD31FBE67F406ED71BDD4F1E9B6493ED946  # Jonas Franz 

-  9C5BCD799B3CDB124147A748E0DDFEC24C48784C) # Lauris 
Bukšis-Haberkorns  
-
-prepare() {
-  cd ${pkgname}
-  # Change some defaults for ArchLinux
-  patch -Np1 -i ../gitea-arch-defaults.patch
-  # Fetch dependency using go mod
-  make vendor
-}
-
-build() {
-  cd ${pkgname}
-  make generate
-  EXTRA_GOFLAGS="-trimpath" \
-  LDFLAGS="-linkmode external -extldflags \"${LDFLAGS}\" -X 
\"code.gitea.io/gitea/modules/setting.AppWorkPath=/var/lib/gitea/\""
-  make GOFLAGS="-v" TAGS="bindata sqlite pam" build
-}
-
-package() {
-  install -Dm755 ${pkgname}/${pkgname} -t "${pkgdir}"/usr/bin/
-  install -Dm644 ${pkgname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-  install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-  install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-  install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-  install -D ${pkgname}/custom/conf/app.ini.sample 
"${pkgdir}"/etc/gitea/app.ini
-}

Copied: gitea/repos/community-x86_64/PKGBUILD (from rev 533114, 
gitea/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 00:01:15 UTC (rev 533115)
@@ -0,0 +1,62 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Maxime Gauduin 
+# Contributor: Frederik Schwan 
+
+pkgname=gitea
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
+arch=(x86_64)
+url="https://gitea.io;
+license=(MIT)
+depends=(git)
+makedepends=(go-pie)
+optdepends=(
+  'mariadb: MariaDB support'
+  'memcached: MemCached support'
+  'openssh: GIT over SSH support'
+  'pam: Authentication via PAM support'
+  'postgresql: PostgreSQL support'
+  'redis: Redis support'
+  'sqlite: SQLite support'
+)
+backup=('etc/gitea/app.ini')
+_tag=7be07352eae738e152d8d1988520b3529b9919bf # git rev-parse v${pkgver}
+source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed;
+   

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

2019-11-24 Thread Bruno Pagani via arch-commits
Date: Monday, November 25, 2019 @ 00:00:12
  Author: archange
Revision: 533114

upgpkg: gitea 1.10.0-1

Make -trimpath actually be used.

Modified:
  gitea/trunk/PKGBUILD
  gitea/trunk/gitea-arch-defaults.patch

---+
 PKGBUILD  |9 -
 gitea-arch-defaults.patch |9 -
 2 files changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-24 23:54:26 UTC (rev 533113)
+++ PKGBUILD2019-11-25 00:00:12 UTC (rev 533114)
@@ -3,7 +3,7 @@
 # Contributor: Frederik Schwan 
 
 pkgname=gitea
-pkgver=1.9.5
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
 arch=(x86_64)
@@ -21,7 +21,7 @@
   'sqlite: SQLite support'
 )
 backup=('etc/gitea/app.ini')
-_tag=4bc18582031a1376f29416a735cfb94fbb4688f5 # git rev-parse v${pkgver}
+_tag=7be07352eae738e152d8d1988520b3529b9919bf # git rev-parse v${pkgver}
 source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed;
 gitea.tmpfiles
 gitea.service
@@ -31,7 +31,7 @@
 '1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba'
 '7789b3f6699b9e111fa080226047cdc765e55ff49a3f72aac989c11c06c3e7e0'
 '2abc51ccd0086bb996194bb7fb241a3f26d84f518417c872b66a3db8970da7e4'
-'5eb47d104acd2e4f8c83bfc27c77b98fcfabcab492ffb2c91675062ecd1706ad')
+'dc1ea5c72a4f3c216c021f3fea8ac46263d820c6e4e5e088b7d50d56c0fde61f')
 validpgpkeys=(8C4033A23895237CB27D52D9D9B5613BEB813F99  # Matti Ranta 
 old RSA2048, retrieved from 
https://github.com/techknowlogick.gpg
   B56E3C7437A49E136862F5DE9D8A57ADAA232E95  # Matti Ranta 
 new RSA4096, retrieved from 
https://github.com/techknowlogick.gpg
   ED810FD31FBE67F406ED71BDD4F1E9B6493ED946  # Jonas Franz 

@@ -48,9 +48,8 @@
 build() {
   cd ${pkgname}
   make generate
-  EXTRA_GOFLAGS="-trimpath" \
   LDFLAGS="-linkmode external -extldflags \"${LDFLAGS}\" -X 
\"code.gitea.io/gitea/modules/setting.AppWorkPath=/var/lib/gitea/\""
-  make GOFLAGS="-v" TAGS="bindata sqlite pam" build
+  make EXTRA_GOFLAGS="-trimpath" TAGS="bindata sqlite pam" build
 }
 
 package() {

Modified: gitea-arch-defaults.patch
===
--- gitea-arch-defaults.patch   2019-11-24 23:54:26 UTC (rev 533113)
+++ gitea-arch-defaults.patch   2019-11-25 00:00:12 UTC (rev 533114)
@@ -16,7 +16,7 @@
  SCRIPT_TYPE = bash
  ; Default ANSI charset
  ANSI_CHARSET =
-@@ -270,7 +270,7 @@ SQLITE_TIMEOUT = 500
+@@ -272,7 +272,7 @@ SQLITE_TIMEOUT = 500
  ; For iterate buffer, default is 50
  ITERATE_BUFFER_SIZE = 50
  ; Show the database generated SQL
@@ -25,8 +25,8 @@
  ; Maximum number of DB Connect retries
  DB_RETRIES = 10
  ; Backoff time per DB retry (time.Duration)
-@@ -545,10 +545,10 @@ MAX_FILES = 5
- FORMAT =
+@@ -574,10 +574,10 @@ FORMAT =
+ DEFAULT_UI_LOCATION =
 
  [log]
 -ROOT_PATH =
@@ -38,7 +38,7 @@
  ; Buffer length of the channel, keep it as it is if you don't know what it is.
  BUFFER_LEN = 1
  REDIRECT_MACARON_LOG = false
-@@ -573,7 +573,7 @@ LEVEL = Trace
+@@ -602,7 +602,7 @@ COLORIZE = false
 
  ; For "console" mode only
  [log.console]
@@ -47,4 +47,3 @@
  STDERR = false
 
  ; For "file" mode only
- [log.file]


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

2019-11-24 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, November 24, 2019 @ 23:54:26
  Author: sangy
Revision: 533113

archrelease: copy trunk to community-any

Added:
  git-latexdiff/repos/community-any/PKGBUILD
(from rev 533112, git-latexdiff/trunk/PKGBUILD)
Deleted:
  git-latexdiff/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 23:54:03 UTC (rev 533112)
+++ PKGBUILD2019-11-24 23:54:26 UTC (rev 533113)
@@ -1,31 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Maintainer: Benjamin Chrétien 
-pkgname=git-latexdiff
-pkgver=1.3.0
-pkgrel=2
-pkgdesc="Simple but very convenient wrapper around Git and latexdiff"
-arch=('any')
-url="https://gitlab.com/git-latexdiff/git-latexdiff;
-license=('BSD')
-makedepends=('asciidoc')
-depends=('texlive-core' 'texlive-bin' 'git')
-source=("https://gitlab.com/${pkgname}/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
-sha256sums=('54ba32ca75feef37a8d47b7b35d29a82819031a408bdb3eb25c1da73e68811e4')
-
-build() {
-  cd "${srcdir}"/${pkgname}-v"${pkgver}"
-
-  # we need to initialize an empty git repository so git-latexdiff can print
-  # its help message (as a step for making the manpage).
-  git init
-  make git-latexdiff.1
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-v"${pkgver}"
-
-  install -m0755 -D git-latexdiff "${pkgdir}"/usr/bin/git-latexdiff
-  install -m0644 -D git-latexdiff.1 
"${pkgdir}"/usr/share/man/man1/git-latexdiff.1
-  install -m0644 -D COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-# vim:set ts=2 sw=2 et:

Copied: git-latexdiff/repos/community-any/PKGBUILD (from rev 533112, 
git-latexdiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 23:54:26 UTC (rev 533113)
@@ -0,0 +1,31 @@
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: Benjamin Chrétien 
+pkgname=git-latexdiff
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Simple but very convenient wrapper around Git and latexdiff"
+arch=('any')
+url="https://gitlab.com/git-latexdiff/git-latexdiff;
+license=('BSD')
+makedepends=('asciidoc')
+depends=('texlive-core' 'texlive-bin' 'git')
+source=("https://gitlab.com/${pkgname}/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('1acf64e544cdcb15c5fb73a2be4c8d7585997b7352f3c1d10e5fb8d783e81591')
+
+build() {
+  cd "${srcdir}"/${pkgname}-"${pkgver}"
+
+  # we need to initialize an empty git repository so git-latexdiff can print
+  # its help message (as a step for making the manpage).
+  git init
+  make git-latexdiff.1
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-"${pkgver}"
+
+  install -m0755 -D git-latexdiff "${pkgdir}"/usr/bin/git-latexdiff
+  install -m0644 -D git-latexdiff.1 
"${pkgdir}"/usr/share/man/man1/git-latexdiff.1
+  install -m0644 -D COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+# vim:set ts=2 sw=2 et:


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

2019-11-24 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, November 24, 2019 @ 23:54:03
  Author: sangy
Revision: 533112

upgpkg: git-latexdiff 1.4.0-1

note: drop of v-prefix for release tarballs

Modified:
  git-latexdiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-24 23:35:32 UTC (rev 533111)
+++ PKGBUILD2019-11-24 23:54:03 UTC (rev 533112)
@@ -1,8 +1,8 @@
 # Maintainer: Santiago Torres-Arias 
 # Maintainer: Benjamin Chrétien 
 pkgname=git-latexdiff
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="Simple but very convenient wrapper around Git and latexdiff"
 arch=('any')
 url="https://gitlab.com/git-latexdiff/git-latexdiff;
@@ -9,11 +9,11 @@
 license=('BSD')
 makedepends=('asciidoc')
 depends=('texlive-core' 'texlive-bin' 'git')
-source=("https://gitlab.com/${pkgname}/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
-sha256sums=('54ba32ca75feef37a8d47b7b35d29a82819031a408bdb3eb25c1da73e68811e4')
+source=("https://gitlab.com/${pkgname}/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('1acf64e544cdcb15c5fb73a2be4c8d7585997b7352f3c1d10e5fb8d783e81591')
 
 build() {
-  cd "${srcdir}"/${pkgname}-v"${pkgver}"
+  cd "${srcdir}"/${pkgname}-"${pkgver}"
 
   # we need to initialize an empty git repository so git-latexdiff can print
   # its help message (as a step for making the manpage).
@@ -22,7 +22,7 @@
 }
 
 package() {
-  cd "${srcdir}"/${pkgname}-v"${pkgver}"
+  cd "${srcdir}"/${pkgname}-"${pkgver}"
 
   install -m0755 -D git-latexdiff "${pkgdir}"/usr/bin/git-latexdiff
   install -m0644 -D git-latexdiff.1 
"${pkgdir}"/usr/share/man/man1/git-latexdiff.1


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

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Sunday, November 24, 2019 @ 23:35:32
  Author: anatolik
Revision: 533111

archrelease: copy trunk to community-x86_64

Added:
  librdkafka/repos/community-x86_64/
  librdkafka/repos/community-x86_64/PKGBUILD
(from rev 533110, librdkafka/trunk/PKGBUILD)

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

Copied: librdkafka/repos/community-x86_64/PKGBUILD (from rev 533110, 
librdkafka/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-11-24 23:35:32 UTC (rev 533111)
@@ -0,0 +1,28 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Andrew Sun 
+# Contributor: Joel Teichroeb 
+# Contributor: Alim Gokkaya 
+
+pkgname=librdkafka
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='The Apache Kafka C/C++ library'
+arch=(x86_64)
+url='https://github.com/edenhill/librdkafka'
+license=(BSD)
+depends=(libsasl zstd)
+makedepends=(python openssl lz4 rapidjson)
+source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
+sha256sums=('c5d6eb6ce080431f2996ee7e8e1f4b8f6c61455a1011b922e325e28e88d01b53')
+
+build() {
+  cd librdkafka-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd librdkafka-$pkgver
+  make install DESTDIR="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (4 files)

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Sunday, November 24, 2019 @ 23:34:57
  Author: anatolik
Revision: 533110

Move librdkafka from AUR to [community]

Added:
  librdkafka/
  librdkafka/repos/
  librdkafka/trunk/
  librdkafka/trunk/PKGBUILD

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

Added: librdkafka/trunk/PKGBUILD
===
--- librdkafka/trunk/PKGBUILD   (rev 0)
+++ librdkafka/trunk/PKGBUILD   2019-11-24 23:34:57 UTC (rev 533110)
@@ -0,0 +1,28 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Andrew Sun 
+# Contributor: Joel Teichroeb 
+# Contributor: Alim Gokkaya 
+
+pkgname=librdkafka
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='The Apache Kafka C/C++ library'
+arch=(x86_64)
+url='https://github.com/edenhill/librdkafka'
+license=(BSD)
+depends=(libsasl zstd)
+makedepends=(python openssl lz4 rapidjson)
+source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
+sha256sums=('c5d6eb6ce080431f2996ee7e8e1f4b8f6c61455a1011b922e325e28e88d01b53')
+
+build() {
+  cd librdkafka-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd librdkafka-$pkgver
+  make install DESTDIR="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


Property changes on: librdkafka/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in aws-c-common/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Sunday, November 24, 2019 @ 23:05:45
  Author: anatolik
Revision: 533109

archrelease: copy trunk to community-x86_64

Added:
  aws-c-common/repos/community-x86_64/PKGBUILD
(from rev 533108, aws-c-common/trunk/PKGBUILD)
Deleted:
  aws-c-common/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 23:05:14 UTC (rev 533108)
+++ PKGBUILD2019-11-24 23:05:45 UTC (rev 533109)
@@ -1,31 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=aws-c-common
-pkgver=0.4.22
-pkgrel=1
-pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform 
primitives, configuration, data structures, and error handling.'
-arch=(x86_64)
-url='https://github.com/awslabs/aws-c-common'
-license=(Apache)
-depends=(cmake)
-source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip)
-sha256sums=('39f99419e2aa0fcb59872067f9e9e04fbd5f6bbdf9ee8041874ff89d24f152ca')
-
-build() {
-  cd aws-c-common-$pkgver
-
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_SHARED_LIBS=ON -S . -B build
-  cmake --build build
-}
-
-check() {
-  cd aws-c-common-$pkgver
-  cmake --build build --target test
-}
-
-package() {
-  cd aws-c-common-$pkgver
-
-  cmake --build build --target install -- DESTDIR="$pkgdir/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: aws-c-common/repos/community-x86_64/PKGBUILD (from rev 533108, 
aws-c-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 23:05:45 UTC (rev 533109)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=aws-c-common
+pkgver=0.4.22
+pkgrel=2
+pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform 
primitives, configuration, data structures, and error handling.'
+arch=(x86_64)
+url='https://github.com/awslabs/aws-c-common'
+license=(Apache)
+depends=(glibc)
+makedepends=(cmake)
+source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip)
+sha256sums=('39f99419e2aa0fcb59872067f9e9e04fbd5f6bbdf9ee8041874ff89d24f152ca')
+
+build() {
+  cd aws-c-common-$pkgver
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_SHARED_LIBS=ON -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd aws-c-common-$pkgver
+  cmake --build build --target test
+}
+
+package() {
+  cd aws-c-common-$pkgver
+
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-11-24 Thread Antonio Rojas via arch-commits
Date: Sunday, November 24, 2019 @ 23:05:38
  Author: arojas
Revision: 369727

archrelease: copy trunk to testing-x86_64

Added:
  imlib2/repos/testing-x86_64/
  imlib2/repos/testing-x86_64/PKGBUILD
(from rev 369726, imlib2/trunk/PKGBUILD)

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

Copied: imlib2/repos/testing-x86_64/PKGBUILD (from rev 369726, 
imlib2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-24 23:05:38 UTC (rev 369727)
@@ -0,0 +1,48 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Arjan Timmerman 
+# Contributor: Tom Newsom 
+
+pkgname=imlib2
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support"
+url="https://sourceforge.net/projects/enlightenment/;
+arch=('x86_64')
+license=('BSD')
+depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 
'libjpeg-turbo' 'libwebp')
+source=(https://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2)
+sha512sums=('4582d23cf5a99b21059f3afdcb4e7a860455a3b260c5ac6ab436c31017be6a3a6e1569cfbaa230b78279dcc6a9283834b012d9fb0f397b2cc34567a1005ca193')
+
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  sed -i 's/@my_libs@//' imlib2-config.in
+}
+
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  [ $CARCH = "i686" ] && EXTRAOPTS="--enable-mmx"
+  [ $CARCH = "x86_64" ] && EXTRAOPTS="--enable-amd64"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc/imlib2 \
+  --x-libraries=/usr/lib $EXTRAOPTS
+  make
+}
+
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make check
+}
+
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2019-11-24 Thread Antonio Rojas via arch-commits
Date: Sunday, November 24, 2019 @ 23:05:17
  Author: arojas
Revision: 369726

Update to 1.6.0

Modified:
  imlib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-24 21:51:51 UTC (rev 369725)
+++ PKGBUILD2019-11-24 23:05:17 UTC (rev 369726)
@@ -3,15 +3,15 @@
 # Contributor: Tom Newsom 
 
 pkgname=imlib2
-pkgver=1.5.1
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support"
 url="https://sourceforge.net/projects/enlightenment/;
 arch=('x86_64')
 license=('BSD')
-depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 
'libjpeg-turbo')
+depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 
'libjpeg-turbo' 'libwebp')
 
source=(https://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2)
-sha512sums=('f9d971674887d4af067c6921e34b6fe598db0317052bc864b676c526b36373ce021d9d49cad95aa64dbbd8e74f1831ddf3ed105900e3df2b66a6b53f7f27c732')
+sha512sums=('4582d23cf5a99b21059f3afdcb4e7a860455a3b260c5ac6ab436c31017be6a3a6e1569cfbaa230b78279dcc6a9283834b012d9fb0f397b2cc34567a1005ca193')
 
 
 prepare() {


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

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Sunday, November 24, 2019 @ 23:05:14
  Author: anatolik
Revision: 533108

upgpkg: aws-c-common 0.4.22-2

Move cmake to makedepends

Modified:
  aws-c-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-24 22:56:57 UTC (rev 533107)
+++ PKGBUILD2019-11-24 23:05:14 UTC (rev 533108)
@@ -2,12 +2,13 @@
 
 pkgname=aws-c-common
 pkgver=0.4.22
-pkgrel=1
+pkgrel=2
 pkgdesc='Core c99 package for AWS SDK for C. Includes cross-platform 
primitives, configuration, data structures, and error handling.'
 arch=(x86_64)
 url='https://github.com/awslabs/aws-c-common'
 license=(Apache)
-depends=(cmake)
+depends=(glibc)
+makedepends=(cmake)
 
source=(aws-c-common-$pkgver.zip::https://github.com/awslabs/aws-c-common/archive/v$pkgver.zip)
 sha256sums=('39f99419e2aa0fcb59872067f9e9e04fbd5f6bbdf9ee8041874ff89d24f152ca')
 


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

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Sunday, November 24, 2019 @ 22:56:57
  Author: anatolik
Revision: 533107

archrelease: copy trunk to community-x86_64

Added:
  libelfin/repos/community-x86_64/
  libelfin/repos/community-x86_64/PKGBUILD
(from rev 533106, libelfin/trunk/PKGBUILD)
  libelfin/repos/community-x86_64/reproducible.patch
(from rev 533106, libelfin/trunk/reproducible.patch)

+
 PKGBUILD   |   30 ++
 reproducible.patch |   46 ++
 2 files changed, 76 insertions(+)

Copied: libelfin/repos/community-x86_64/PKGBUILD (from rev 533106, 
libelfin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-11-24 22:56:57 UTC (rev 533107)
@@ -0,0 +1,30 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=libelfin
+pkgver=0.3
+pkgrel=1
+pkgdesc='C++11 ELF/DWARF parser'
+arch=(x86_64)
+url='https://github.com/aclements/libelfin'
+license=(MIT)
+depends=(gcc-libs)
+makedepends=(python)
+source=(libelfin-$pkgver.zip::https://github.com/aclements/libelfin/archive/v$pkgver.zip
+reproducible.patch)
+sha256sums=('e85c9edd583a59a08b97c34e5f385162fb32135cd09977aaefbc1bbcac9d51e7'
+'152a7eab55b4de3cefa0020066ff82bdbc307a695bfe8362d4d8055cbbf654d8')
+
+prepare() {
+  cd libelfin-$pkgver
+  patch -p1 < ../reproducible.patch
+}
+
+build() {
+  cd libelfin-$pkgver
+  VER=$pkgver make
+}
+
+package() {
+  cd libelfin-$pkgver
+  VER=$pkgver PREFIX=$pkgdir/usr make install
+}

Copied: libelfin/repos/community-x86_64/reproducible.patch (from rev 533106, 
libelfin/trunk/reproducible.patch)
===
--- community-x86_64/reproducible.patch (rev 0)
+++ community-x86_64/reproducible.patch 2019-11-24 22:56:57 UTC (rev 533107)
@@ -0,0 +1,46 @@
+diff --git a/Makefile b/Makefile
+index 30c8a14..c3311a2 100644
+--- a/Makefile
 b/Makefile
+@@ -1,3 +1,5 @@
++export
++
+ all:
+   $(MAKE) -C elf
+   $(MAKE) -C dwarf
+diff --git a/dwarf/Makefile b/dwarf/Makefile
+index 71456bd..707b412 100644
+--- a/dwarf/Makefile
 b/dwarf/Makefile
+@@ -43,14 +43,13 @@ CLEAN += libdwarf++.so
+ # Create pkg-config for local library and headers. This will be
+ # transformed in to the correct global pkg-config by install.
+ libdwarf++.pc: always
+-  @(VER=$$(git describe --match 'v*' | sed -e s/^v//); \
+-echo "libdir=$$PWD"; \
++@(echo "libdir=$$PWD"; \
+ echo "includedir=$$PWD"; \
+ echo ""; \
+ echo "Name: libdwarf++"; \
+ echo "Description: C++11 DWARF library"; \
+-echo "Version: $$VER"; \
+-echo "Requires: libelf++ = $$VER"; \
++echo "Version: $(VER)"; \
++echo "Requires: libelf++ = $(VER)"; \
+ echo "Libs: -L\$${libdir} -ldwarf++"; \
+ echo "Cflags: -I\$${includedir}") > $@
+ CLEAN += libdwarf++.pc
+diff --git a/elf/Makefile b/elf/Makefile
+index 9c7c224..42061b7 100644
+--- a/elf/Makefile
 b/elf/Makefile
+@@ -42,8 +42,7 @@ CLEAN += libelf++.so
+ # Create pkg-config for local library and headers. This will be
+ # transformed in to the correct global pkg-config by install.
+ libelf++.pc: always
+-  @(VER=$$(git describe --match 'v*' | sed -e s/^v//); \
+-echo "libdir=$$PWD"; \
++@(echo "libdir=$$PWD"; \
+ echo "includedir=$$PWD"; \
+ echo ""; \
+ echo "Name: libelf++"; \


[arch-commits] Commit in libelfin/trunk (reproducible.patch)

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Sunday, November 24, 2019 @ 22:56:19
  Author: anatolik
Revision: 533106

upgpkg: libelfin 0.3-1

Added:
  libelfin/trunk/reproducible.patch

+
 reproducible.patch |   46 ++
 1 file changed, 46 insertions(+)

Added: reproducible.patch
===
--- reproducible.patch  (rev 0)
+++ reproducible.patch  2019-11-24 22:56:19 UTC (rev 533106)
@@ -0,0 +1,46 @@
+diff --git a/Makefile b/Makefile
+index 30c8a14..c3311a2 100644
+--- a/Makefile
 b/Makefile
+@@ -1,3 +1,5 @@
++export
++
+ all:
+   $(MAKE) -C elf
+   $(MAKE) -C dwarf
+diff --git a/dwarf/Makefile b/dwarf/Makefile
+index 71456bd..707b412 100644
+--- a/dwarf/Makefile
 b/dwarf/Makefile
+@@ -43,14 +43,13 @@ CLEAN += libdwarf++.so
+ # Create pkg-config for local library and headers. This will be
+ # transformed in to the correct global pkg-config by install.
+ libdwarf++.pc: always
+-  @(VER=$$(git describe --match 'v*' | sed -e s/^v//); \
+-echo "libdir=$$PWD"; \
++@(echo "libdir=$$PWD"; \
+ echo "includedir=$$PWD"; \
+ echo ""; \
+ echo "Name: libdwarf++"; \
+ echo "Description: C++11 DWARF library"; \
+-echo "Version: $$VER"; \
+-echo "Requires: libelf++ = $$VER"; \
++echo "Version: $(VER)"; \
++echo "Requires: libelf++ = $(VER)"; \
+ echo "Libs: -L\$${libdir} -ldwarf++"; \
+ echo "Cflags: -I\$${includedir}") > $@
+ CLEAN += libdwarf++.pc
+diff --git a/elf/Makefile b/elf/Makefile
+index 9c7c224..42061b7 100644
+--- a/elf/Makefile
 b/elf/Makefile
+@@ -42,8 +42,7 @@ CLEAN += libelf++.so
+ # Create pkg-config for local library and headers. This will be
+ # transformed in to the correct global pkg-config by install.
+ libelf++.pc: always
+-  @(VER=$$(git describe --match 'v*' | sed -e s/^v//); \
+-echo "libdir=$$PWD"; \
++@(echo "libdir=$$PWD"; \
+ echo "includedir=$$PWD"; \
+ echo ""; \
+ echo "Name: libelf++"; \


[arch-commits] Commit in (4 files)

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Sunday, November 24, 2019 @ 22:55:07
  Author: anatolik
Revision: 533105

Add libelfin to [community]

Added:
  libelfin/
  libelfin/repos/
  libelfin/trunk/
  libelfin/trunk/PKGBUILD

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

Added: libelfin/trunk/PKGBUILD
===
--- libelfin/trunk/PKGBUILD (rev 0)
+++ libelfin/trunk/PKGBUILD 2019-11-24 22:55:07 UTC (rev 533105)
@@ -0,0 +1,30 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=libelfin
+pkgver=0.3
+pkgrel=1
+pkgdesc='C++11 ELF/DWARF parser'
+arch=(x86_64)
+url='https://github.com/aclements/libelfin'
+license=(MIT)
+depends=(gcc-libs)
+makedepends=(python)
+source=(libelfin-$pkgver.zip::https://github.com/aclements/libelfin/archive/v$pkgver.zip
+reproducible.patch)
+sha256sums=('e85c9edd583a59a08b97c34e5f385162fb32135cd09977aaefbc1bbcac9d51e7'
+'152a7eab55b4de3cefa0020066ff82bdbc307a695bfe8362d4d8055cbbf654d8')
+
+prepare() {
+  cd libelfin-$pkgver
+  patch -p1 < ../reproducible.patch
+}
+
+build() {
+  cd libelfin-$pkgver
+  VER=$pkgver make
+}
+
+package() {
+  cd libelfin-$pkgver
+  VER=$pkgver PREFIX=$pkgdir/usr make install
+}


Property changes on: libelfin/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2019-11-24 Thread Maxime Gauduin via arch-commits
Date: Sunday, November 24, 2019 @ 22:06:17
  Author: alucryd
Revision: 533103

upgpkg: lib32-libgusb 0.3.1-1

Modified:
  lib32-libgusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-24 21:58:54 UTC (rev 533102)
+++ PKGBUILD2019-11-24 22:06:17 UTC (rev 533103)
@@ -3,22 +3,32 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libgusb
-pkgver=0.3.0
+pkgver=0.3.1
 pkgrel=1
 pkgdesc='GObject wrapper for libusb1'
-arch=('x86_64')
-url='https://github.com/hughsie/libgusb'
-license=('LGPL2.1')
-depends=('lib32-glib2' 'lib32-libusb' 'libgusb')
-makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'python2' 'vala')
-source=("git+https://github.com/hughsie/libgusb#tag=${pkgver};)
-sha256sums=('SKIP')
+arch=(x86_64)
+url=https://github.com/hughsie/libgusb
+license=(LGPL2.1)
+depends=(
+  lib32-glib2
+  lib32-libusb
+  libgusb
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  meson
+  python2
+  vala
+)
+source=(git+https://github.com/hughsie/libgusb#tag=7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d)
+sha256sums=(SKIP)
 
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
+pkgver() {
+  cd libgusb
+
+  git describe --tags
 }
 
 build() {
@@ -26,7 +36,8 @@
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  arch-meson libgusb build --libdir='/usr/lib32'
+  arch-meson libgusb build \
+--libdir='/usr/lib32'
   ninja -C build
 }
 


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

2019-11-24 Thread Maxime Gauduin via arch-commits
Date: Sunday, November 24, 2019 @ 22:06:23
  Author: alucryd
Revision: 533104

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 22:06:17 UTC (rev 533103)
+++ PKGBUILD2019-11-24 22:06:23 UTC (rev 533104)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: josephgbr 
-
-pkgname=lib32-libgusb
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-arch=('x86_64')
-url='https://github.com/hughsie/libgusb'
-license=('LGPL2.1')
-depends=('lib32-glib2' 'lib32-libusb' 'libgusb')
-makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'python2' 'vala')
-source=("git+https://github.com/hughsie/libgusb#tag=${pkgver};)
-sha256sums=('SKIP')
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  arch-meson libgusb build --libdir='/usr/lib32'
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libgusb/repos/multilib-x86_64/PKGBUILD (from rev 533103, 
lib32-libgusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 22:06:23 UTC (rev 533104)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: josephgbr 
+
+pkgname=lib32-libgusb
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+arch=(x86_64)
+url=https://github.com/hughsie/libgusb
+license=(LGPL2.1)
+depends=(
+  lib32-glib2
+  lib32-libusb
+  libgusb
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  meson
+  python2
+  vala
+)
+source=(git+https://github.com/hughsie/libgusb#tag=7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libgusb
+
+  git describe --tags
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  arch-meson libgusb build \
+--libdir='/usr/lib32'
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-24 Thread Maxime Gauduin via arch-commits
Date: Sunday, November 24, 2019 @ 21:58:49
  Author: alucryd
Revision: 533101

upgpkg: lollypop 1.2.15-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-24 21:55:31 UTC (rev 533100)
+++ PKGBUILD2019-11-24 21:58:49 UTC (rev 533101)
@@ -3,7 +3,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=1.2.13
+pkgver=1.2.15
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=(any)
@@ -38,7 +38,7 @@
   'python-pylast: Last.FM support'
   'youtube-dl: Youtube support'
 )
-source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=6b280daf339b1eb121ebecb6438f4ce4b3371d82)
+source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=4d3387cbbd786937a43fd217d6abde3b059cd5a8)
 sha256sums=(SKIP)
 
 pkgver() {


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

2019-11-24 Thread Maxime Gauduin via arch-commits
Date: Sunday, November 24, 2019 @ 21:58:54
  Author: alucryd
Revision: 533102

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 533101, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 21:58:49 UTC (rev 533101)
+++ PKGBUILD2019-11-24 21:58:54 UTC (rev 533102)
@@ -1,60 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=1.2.13
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=(any)
-url=https://gitlab.gnome.org/World/lollypop
-license=(GPL)
-depends=(
-  appstream-glib
-  gst-plugins-base-libs
-  gtk3
-  python-beautifulsoup4
-  python-cairo
-  python-gobject
-  python-pillow
-  totem-plparser
-)
-makedepends=(
-  git
-  gobject-introspection
-  intltool
-  itstool
-  meson
-)
-optdepends=(
-  'easytag: Modify tags'
-  'gst-libav: FFmpeg plugin for GStreamer'
-  'gst-plugins-bad: "Bad" plugin libraries'
-  'gst-plugins-base: "Base" plugin libraries'
-  'gst-plugins-good: "Good" plugin libraries'
-  'gst-plugins-ugly: "Ugly" plugin libraries'
-  'kid3-qt: Store covers in tags'
-  'libsecret: Last.FM support'
-  'python-pylast: Last.FM support'
-  'youtube-dl: Youtube support'
-)
-source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=6b280daf339b1eb121ebecb6438f4ce4b3371d82)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd lollypop
-
-  git describe --tags
-}
-
-build() {
-  arch-meson lollypop build \
---libexecdir=lib/lollypop
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 533101, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 21:58:54 UTC (rev 533102)
@@ -0,0 +1,60 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=1.2.15
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=(any)
+url=https://gitlab.gnome.org/World/lollypop
+license=(GPL)
+depends=(
+  appstream-glib
+  gst-plugins-base-libs
+  gtk3
+  python-beautifulsoup4
+  python-cairo
+  python-gobject
+  python-pillow
+  totem-plparser
+)
+makedepends=(
+  git
+  gobject-introspection
+  intltool
+  itstool
+  meson
+)
+optdepends=(
+  'easytag: Modify tags'
+  'gst-libav: FFmpeg plugin for GStreamer'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+  'kid3-qt: Store covers in tags'
+  'libsecret: Last.FM support'
+  'python-pylast: Last.FM support'
+  'youtube-dl: Youtube support'
+)
+source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=4d3387cbbd786937a43fd217d6abde3b059cd5a8)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd lollypop
+
+  git describe --tags
+}
+
+build() {
+  arch-meson lollypop build \
+--libexecdir=lib/lollypop
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in pantheon-calculator/repos/community-x86_64 (2 files)

2019-11-24 Thread Maxime Gauduin via arch-commits
Date: Sunday, November 24, 2019 @ 21:55:31
  Author: alucryd
Revision: 533100

archrelease: copy trunk to community-x86_64

Added:
  pantheon-calculator/repos/community-x86_64/PKGBUILD
(from rev 533099, pantheon-calculator/trunk/PKGBUILD)
Deleted:
  pantheon-calculator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 21:55:25 UTC (rev 533099)
+++ PKGBUILD2019-11-24 21:55:31 UTC (rev 533100)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-calculator
-pkgver=1.5.3
-pkgrel=1
-pkgdesc='The Pantheon Calculator'
-arch=(x86_64)
-url=https://github.com/elementary/calculator
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgranite.so
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=1d45e6757bd55c3a75dbb23c800bd97e9914251f)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pantheon-calculator
-
-  git describe --tags
-}
-
-build() {
-  arch-meson pantheon-calculator build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-calculator/repos/community-x86_64/PKGBUILD (from rev 533099, 
pantheon-calculator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 21:55:31 UTC (rev 533100)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-calculator
+pkgver=1.5.4
+pkgrel=1
+pkgdesc='The Pantheon Calculator'
+arch=(x86_64)
+url=https://github.com/elementary/calculator
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgranite.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=39161758eda4637d35afbd0ac662cb212a8b9fc2)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-calculator
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-calculator build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-24 Thread Maxime Gauduin via arch-commits
Date: Sunday, November 24, 2019 @ 21:55:25
  Author: alucryd
Revision: 533099

upgpkg: pantheon-calculator 1.5.4-1

Modified:
  pantheon-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-24 21:37:34 UTC (rev 533098)
+++ PKGBUILD2019-11-24 21:55:25 UTC (rev 533099)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-calculator
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc='The Pantheon Calculator'
 arch=(x86_64)
@@ -19,7 +19,7 @@
   meson
   vala
 )
-source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=1d45e6757bd55c3a75dbb23c800bd97e9914251f)
+source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=39161758eda4637d35afbd0ac662cb212a8b9fc2)
 sha256sums=(SKIP)
 
 pkgver() {


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

2019-11-24 Thread Maxime Gauduin via arch-commits
Date: Sunday, November 24, 2019 @ 21:51:45
  Author: alucryd
Revision: 369724

upgpkg: libgusb 0.3.1-1

Modified:
  libgusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-24 20:28:36 UTC (rev 369723)
+++ PKGBUILD2019-11-24 21:51:45 UTC (rev 369724)
@@ -2,18 +2,33 @@
 # Contributor: Ionut Biru 
 
 pkgname=libgusb
-pkgver=0.3.0
+pkgver=0.3.1
 pkgrel=1
 pkgdesc='GObject wrapper for libusb1'
-url='https://github.com/hughsie/libgusb'
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('glib2' 'libusb')
-makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'python2' 'vala')
-_commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'
-source=("git+https://github.com/hughsie/libgusb#tag=${pkgver};)
-sha256sums=('SKIP')
+url=https://github.com/hughsie/libgusb
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(
+  glib2
+  libusb
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  meson
+  python2
+  vala
+)
+source=(git+https://github.com/hughsie/libgusb#tag=7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d)
+sha256sums=(SKIP)
 
+pkgver() {
+  cd libgusb
+
+  git describe --tags
+}
+
 build() {
   arch-meson libgusb build
   ninja -C build


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

2019-11-24 Thread Maxime Gauduin via arch-commits
Date: Sunday, November 24, 2019 @ 21:51:51
  Author: alucryd
Revision: 369725

archrelease: copy trunk to extra-x86_64

Added:
  libgusb/repos/extra-x86_64/PKGBUILD
(from rev 369724, libgusb/trunk/PKGBUILD)
Deleted:
  libgusb/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 21:51:45 UTC (rev 369724)
+++ PKGBUILD2019-11-24 21:51:51 UTC (rev 369725)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-url='https://github.com/hughsie/libgusb'
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('glib2' 'libusb')
-makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'python2' 'vala')
-_commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'
-source=("git+https://github.com/hughsie/libgusb#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  arch-meson libgusb build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 369724, 
libgusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 21:51:51 UTC (rev 369725)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+url=https://github.com/hughsie/libgusb
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(
+  glib2
+  libusb
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  meson
+  python2
+  vala
+)
+source=(git+https://github.com/hughsie/libgusb#tag=7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libgusb
+
+  git describe --tags
+}
+
+build() {
+  arch-meson libgusb build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in pantheon-calculator/repos/community-x86_64 (2 files)

2019-11-24 Thread Maxime Gauduin via arch-commits
Date: Sunday, November 24, 2019 @ 21:37:34
  Author: alucryd
Revision: 533098

archrelease: copy trunk to community-x86_64

Added:
  pantheon-calculator/repos/community-x86_64/PKGBUILD
(from rev 533097, pantheon-calculator/trunk/PKGBUILD)
Deleted:
  pantheon-calculator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 21:37:28 UTC (rev 533097)
+++ PKGBUILD2019-11-24 21:37:34 UTC (rev 533098)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-calculator
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='The Pantheon Calculator'
-arch=(x86_64)
-url=https://github.com/elementary/calculator
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgranite.so
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  arch-meson pantheon-calculator build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-calculator/repos/community-x86_64/PKGBUILD (from rev 533097, 
pantheon-calculator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 21:37:34 UTC (rev 533098)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-calculator
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='The Pantheon Calculator'
+arch=(x86_64)
+url=https://github.com/elementary/calculator
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgranite.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=1d45e6757bd55c3a75dbb23c800bd97e9914251f)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-calculator
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-calculator build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-24 Thread Maxime Gauduin via arch-commits
Date: Sunday, November 24, 2019 @ 21:37:28
  Author: alucryd
Revision: 533097

upgpkg: pantheon-calculator 1.5.3-1

Modified:
  pantheon-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-24 21:33:34 UTC (rev 533096)
+++ PKGBUILD2019-11-24 21:37:28 UTC (rev 533097)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-calculator
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='The Pantheon Calculator'
 arch=(x86_64)
@@ -19,9 +19,15 @@
   meson
   vala
 )
-source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=${pkgver})
+source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=1d45e6757bd55c3a75dbb23c800bd97e9914251f)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd pantheon-calculator
+
+  git describe --tags
+}
+
 build() {
   arch-meson pantheon-calculator build
   ninja -C build


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

2019-11-24 Thread Maxime Gauduin via arch-commits
Date: Sunday, November 24, 2019 @ 21:33:25
  Author: alucryd
Revision: 533095

upgpkg: home-assistant 0.102.1-1

Modified:
  home-assistant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-24 20:27:50 UTC (rev 533094)
+++ PKGBUILD2019-11-24 21:33:25 UTC (rev 533095)
@@ -6,8 +6,8 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.101.3
-pkgrel=4
+pkgver=0.102.1
+pkgrel=1
 arch=(any)
 url=https://home-assistant.io/
 license=(APACHE)
@@ -43,7 +43,7 @@
   'python-lxml: Meteo France integration'
 )
 source=(
-  
git+https://github.com/home-assistant/home-assistant.git#tag=a48ac4d18fab253572780671f896b3a417322699
+  
git+https://github.com/home-assistant/home-assistant.git#tag=37f808f4d8eea1a4ac19d2ca2720a68e7e047e55
   home-assistant.service
   home-assistant.sysusers
   home-assistant.tmpfiles


[arch-commits] Commit in home-assistant/repos/community-any (8 files)

2019-11-24 Thread Maxime Gauduin via arch-commits
Date: Sunday, November 24, 2019 @ 21:33:34
  Author: alucryd
Revision: 533096

archrelease: copy trunk to community-any

Added:
  home-assistant/repos/community-any/PKGBUILD
(from rev 533095, home-assistant/trunk/PKGBUILD)
  home-assistant/repos/community-any/home-assistant.service
(from rev 533095, home-assistant/trunk/home-assistant.service)
  home-assistant/repos/community-any/home-assistant.sysusers
(from rev 533095, home-assistant/trunk/home-assistant.sysusers)
  home-assistant/repos/community-any/home-assistant.tmpfiles
(from rev 533095, home-assistant/trunk/home-assistant.tmpfiles)
Deleted:
  home-assistant/repos/community-any/PKGBUILD
  home-assistant/repos/community-any/home-assistant.service
  home-assistant/repos/community-any/home-assistant.sysusers
  home-assistant/repos/community-any/home-assistant.tmpfiles

-+
 PKGBUILD|  174 +++---
 home-assistant.service  |   28 +++
 home-assistant.sysusers |2 
 home-assistant.tmpfiles |2 
 4 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 21:33:25 UTC (rev 533095)
+++ PKGBUILD2019-11-24 21:33:34 UTC (rev 533096)
@@ -1,87 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ethan Skinner 
-# Contributor: Grégoire Seux 
-# Contributor: Dean Galvin 
-# Contributor: NicoHood 
-
-pkgname=home-assistant
-pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.101.3
-pkgrel=4
-arch=(any)
-url=https://home-assistant.io/
-license=(APACHE)
-depends=(
-  gcc
-  python-aiohttp
-  python-astral
-  python-async-timeout
-  python-attrs
-  python-bcrypt
-  python-certifi
-  python-cryptography
-  python-importlib-metadata
-  python-jinja
-  python-pyjwt
-  python-pip
-  python-pytz
-  python-requests
-  python-ruamel-yaml
-  python-slugify
-  python-sqlalchemy
-  python-voluptuous
-  python-voluptuous-serialize
-  python-yaml
-)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=(
-  'net-tools: Nmap host discovery'
-  'openzwave: Z-Wave integration'
-  'python-lxml: Meteo France integration'
-)
-source=(
-  
git+https://github.com/home-assistant/home-assistant.git#tag=a48ac4d18fab253572780671f896b3a417322699
-  home-assistant.service
-  home-assistant.sysusers
-  home-assistant.tmpfiles
-)
-sha256sums=(
-  SKIP
-  2a87a3b529a1eeddfae0c02c415bed13586b002b9580226bdc749a27bbe83af5
-  319c7790d3cdb076bf527b1d478edbc99e00b22fbf4a884b395e46460114ee41
-  f9e43edb276e0fbbbc2273b836ef1da0ac43347b5c3e4c63774e7f7ecdf25660
-)
-
-pkgver() {
-  cd home-assistant
-
-  git describe --tags
-}
-
-prepare() {
-  cd home-assistant
-
-  # lift hard dep constraints, we'll deal with breaking changes ourselves
-  sed 's/==/>=/g' -i setup.py
-}
-
-build() {
-  cd home-assistant
-
-  python setup.py build
-}
-
-package() {
-  cd home-assistant
-
-  python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 
--skip-build
-
-  install -Dm 644 ../home-assistant.service -t 
"${pkgdir}"/usr/lib/systemd/system/
-  install -Dm 644 ../home-assistant.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/home-assistant.conf
-  install -Dm 644 ../home-assistant.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/home-assistant.conf
-}
-
-# vim: ts=2 sw=2 et:

Copied: home-assistant/repos/community-any/PKGBUILD (from rev 533095, 
home-assistant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 21:33:34 UTC (rev 533096)
@@ -0,0 +1,87 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ethan Skinner 
+# Contributor: Grégoire Seux 
+# Contributor: Dean Galvin 
+# Contributor: NicoHood 
+
+pkgname=home-assistant
+pkgdesc='Open source home automation that puts local control and privacy first'
+pkgver=0.102.1
+pkgrel=1
+arch=(any)
+url=https://home-assistant.io/
+license=(APACHE)
+depends=(
+  gcc
+  python-aiohttp
+  python-astral
+  python-async-timeout
+  python-attrs
+  python-bcrypt
+  python-certifi
+  python-cryptography
+  python-importlib-metadata
+  python-jinja
+  python-pyjwt
+  python-pip
+  python-pytz
+  python-requests
+  python-ruamel-yaml
+  python-slugify
+  python-sqlalchemy
+  python-voluptuous
+  python-voluptuous-serialize
+  python-yaml
+)
+makedepends=(
+  git
+  python-setuptools
+)
+optdepends=(
+  'net-tools: Nmap host discovery'
+  'openzwave: Z-Wave integration'
+  'python-lxml: Meteo France integration'
+)
+source=(
+  
git+https://github.com/home-assistant/home-assistant.git#tag=37f808f4d8eea1a4ac19d2ca2720a68e7e047e55
+  home-assistant.service
+  home-assistant.sysusers
+  home-assistant.tmpfiles
+)
+sha256sums=(
+  SKIP
+  2a87a3b529a1eeddfae0c02c415bed13586b002b9580226bdc749a27bbe83af5
+  319c7790d3cdb076bf527b1d478edbc99e00b22fbf4a884b395e46460114ee41
+  

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

2019-11-24 Thread Jan Steffens via arch-commits
Date: Sunday, November 24, 2019 @ 20:28:36
  Author: heftig
Revision: 369723

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 20:28:14 UTC (rev 369722)
+++ PKGBUILD2019-11-24 20:28:36 UTC (rev 369723)
@@ -1,57 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-music
-pkgver=3.34.1
-pkgrel=2
-epoch=1
-pkgdesc="Music player and management application"
-url="https://wiki.gnome.org/Apps/Music;
-arch=(x86_64)
-license=(GPL)
-depends=(grilo grilo-plugins tracker-miners libdmapsharing libmediaart gtk3 
gvfs
- python-gobject python-cairo gst-plugins-base python-requests 
libdazzle)
-makedepends=(gobject-introspection git meson yelp-tools appstream-glib)
-optdepends=('gst-plugins-good: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-libav: Extra media codecs')
-groups=(gnome)
-_commit=3510127d0f0203d1cff7758a41dbd82bea2a2de6  # tags/3.34.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgd.git;
-"git+https://gitlab.gnome.org/mschraal/gfm.git;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git config --local submodule.subprojects/gfm.url "$srcdir/gfm"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  # appdata style violations
-  meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-
-  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
-  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
-}

Copied: gnome-music/repos/extra-x86_64/PKGBUILD (from rev 369722, 
gnome-music/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 20:28:36 UTC (rev 369723)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-music
+pkgver=3.34.2
+pkgrel=1
+epoch=1
+pkgdesc="Music player and management application"
+url="https://wiki.gnome.org/Apps/Music;
+arch=(x86_64)
+license=(GPL)
+depends=(grilo grilo-plugins tracker-miners libdmapsharing libmediaart gtk3 
gvfs
+ python-gobject python-cairo gst-plugins-base python-requests 
libdazzle)
+makedepends=(gobject-introspection git meson yelp-tools appstream-glib)
+optdepends=('gst-plugins-good: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs')
+groups=(gnome)
+_commit=8f2907bd0bd4abc2c0caeebd340e1b38eedb2878  # tags/3.34.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;
+"git+https://gitlab.gnome.org/mschraal/gfm.git;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git config --local submodule.subprojects/gfm.url "$srcdir/gfm"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}


  1   2   3   4   >