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

2018-04-28 Thread Felix Yan via arch-commits
Date: Sunday, April 29, 2018 @ 05:49:55
  Author: felixonmars
Revision: 318436

archrelease: copy trunk to community-any

Added:
  coffeescript/repos/community-any/PKGBUILD
(from rev 318435, coffeescript/trunk/PKGBUILD)
Deleted:
  coffeescript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 05:49:28 UTC (rev 318435)
+++ PKGBUILD2018-04-29 05:49:55 UTC (rev 318436)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: sloppybench 
-# Contributor: der_FeniX 
-# Contributor: Anatol Pomozov 
-# Contributor: Gordin <9ordin @t gmail dot com>
-# Contributor: Simon Lipp 
-# Contributor: Chris Bolton 
-# Contributor: Sergei Lebedev 
-# Contributor: flying sheep 
-
-pkgname=coffeescript
-pkgver=2.2.4
-pkgrel=1
-pkgdesc='CoffeeScript is a little language that compiles into JavaScript'
-arch=('any')
-url='http://coffeescript.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-provides=("coffee-script=$pkgver")
-conflicts=('coffee-script')
-replaces=('coffee-script')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('60d8b792c4c43fc01004c970c784e3adc497ec130a0c568a47473332110852e4fc433dda9f0818b9c59262d48c5f440ac40babaaae29eda9e7ac74f9a9731aa8')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: coffeescript/repos/community-any/PKGBUILD (from rev 318435, 
coffeescript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 05:49:55 UTC (rev 318436)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: sloppybench 
+# Contributor: der_FeniX 
+# Contributor: Anatol Pomozov 
+# Contributor: Gordin <9ordin @t gmail dot com>
+# Contributor: Simon Lipp 
+# Contributor: Chris Bolton 
+# Contributor: Sergei Lebedev 
+# Contributor: flying sheep 
+
+pkgname=coffeescript
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='CoffeeScript is a little language that compiles into JavaScript'
+arch=('any')
+url='http://coffeescript.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+provides=("coffee-script=$pkgver")
+conflicts=('coffee-script')
+replaces=('coffee-script')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('33500835382fe84bc500af762de698747533b1313e8fdee4050c8b1e37e7333d63876d6b24c8dd4dee3bd5982cfaa2bb4dabe96e1e5ee293f65717114c5c66f4')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Sunday, April 29, 2018 @ 05:49:28
  Author: felixonmars
Revision: 318435

upgpkg: coffeescript 2.3.0-1

Modified:
  coffeescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 05:43:33 UTC (rev 318434)
+++ PKGBUILD2018-04-29 05:49:28 UTC (rev 318435)
@@ -10,7 +10,7 @@
 # Contributor: flying sheep 
 
 pkgname=coffeescript
-pkgver=2.2.4
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='CoffeeScript is a little language that compiles into JavaScript'
 arch=('any')
@@ -23,7 +23,7 @@
 replaces=('coffee-script')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('60d8b792c4c43fc01004c970c784e3adc497ec130a0c568a47473332110852e4fc433dda9f0818b9c59262d48c5f440ac40babaaae29eda9e7ac74f9a9731aa8')
+sha512sums=('33500835382fe84bc500af762de698747533b1313e8fdee4050c8b1e37e7333d63876d6b24c8dd4dee3bd5982cfaa2bb4dabe96e1e5ee293f65717114c5c66f4')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
@@ -31,7 +31,6 @@
   # Why 777? :/
   chmod -R u=rwX,go=rX "$pkgdir"
 
-  rm -r "$pkgdir"/usr/etc
   mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
   ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
 }


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Sunday, April 29, 2018 @ 05:43:33
  Author: felixonmars
Revision: 318434

archrelease: copy trunk to community-any

Added:
  gunicorn/repos/community-any/PKGBUILD
(from rev 318433, gunicorn/trunk/PKGBUILD)
Deleted:
  gunicorn/repos/community-any/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 05:43:06 UTC (rev 318433)
+++ PKGBUILD2018-04-29 05:43:33 UTC (rev 318434)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: pumpkin 
-# Contributor: Vsevolod Balashov 
-
-pkgbase=gunicorn
-pkgname=(gunicorn python2-gunicorn)
-pkgver=19.7.1
-pkgrel=2
-pkgdesc='WSGI HTTP Server for UNIX'
-arch=('any')
-url='http://gunicorn.org/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python2-mock' 'python-coverage' 'python2-coverage' 
'python-pytest' 'python2-pytest'
-  'python-pytest-cov' 'python2-pytest-cov' 'python-pytest-runner'
-  'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/benoitc/$pkgbase/archive/$pkgver.tar.gz;)
-sha512sums=('d06862016937f11064c0d08f2eceb262a4cdecf876f02a0c722e8ff61c439da27890dee78e20b4aeddac9db12b3e04233f16eb320e85c56b70ac2f332433cc14')
-
-prepare() {
-  sed -i 's/==/>=/' gunicorn-$pkgver/requirements_test.txt
-  cp -a gunicorn-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/gunicorn-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/gunicorn-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/gunicorn-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/gunicorn-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_gunicorn() {
-  depends=('python-setuptools')
-  optdepends=('python-eventlet: For asynchronous request handling with 
eventlet.'
-  'python-gevent: For asynchronous request handling with gevent.')
-
-  cd $pkgbase-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  rm -r "$pkgdir"/usr/bin/gunicorn_paster
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-gunicorn() {
-  depends=('python2-setuptools')
-  provides=('gunicorn-python2')
-  conflicts=('gunicorn-python2')
-  replaces=('gunicorn-python2')
-  optdepends=('python2-eventlet: For asynchronous request handling with 
eventlet.'
-  'python2-gevent: For asynchronous request handling with gevent.')
-
-  cd $pkgbase-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  rm -r "$pkgdir"/usr/bin/gunicorn_paster
-  mv "$pkgdir"/usr/bin/gunicorn "$pkgdir"/usr/bin/gunicorn-python2
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gunicorn/repos/community-any/PKGBUILD (from rev 318433, 
gunicorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 05:43:33 UTC (rev 318434)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: pumpkin 
+# Contributor: Vsevolod Balashov 
+
+pkgbase=gunicorn
+pkgname=(gunicorn python2-gunicorn)
+pkgver=19.8.0
+pkgrel=1
+pkgdesc='WSGI HTTP Server for UNIX'
+arch=('any')
+url='http://gunicorn.org/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python2-mock' 'python-coverage' 'python2-coverage' 
'python-pytest' 'python2-pytest'
+  'python-pytest-cov' 'python2-pytest-cov' 'python-pytest-runner'
+  'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/benoitc/$pkgbase/archive/$pkgver.tar.gz;)
+sha512sums=('53cf1678ca3acb11f20409e301812d7903f7662f67b7f6da7079053147d658b74864cca2919fe5e84d5f8b533d29ca30682b7ebd6c2debaf7eb0322e7fbec9e2')
+
+prepare() {
+  sed -e 's/==/>=/' -e 's/,<.*$//' -i gunicorn-$pkgver/requirements_test.txt
+  cp -a gunicorn-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/gunicorn-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/gunicorn-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/gunicorn-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/gunicorn-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_gunicorn() {
+  depends=('python-setuptools')
+  optdepends=('python-eventlet: For asynchronous request handling with 
eventlet.'
+  'python-gevent: For asynchronous request handling with gevent.')
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  rm -r "$pkgdir"/usr/bin/gunicorn_paster
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-gunicorn() {
+  

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

2018-04-28 Thread Felix Yan via arch-commits
Date: Sunday, April 29, 2018 @ 05:43:06
  Author: felixonmars
Revision: 318433

upgpkg: gunicorn 19.8.0-1

Modified:
  gunicorn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 05:39:08 UTC (rev 318432)
+++ PKGBUILD2018-04-29 05:43:06 UTC (rev 318433)
@@ -6,8 +6,8 @@
 
 pkgbase=gunicorn
 pkgname=(gunicorn python2-gunicorn)
-pkgver=19.7.1
-pkgrel=2
+pkgver=19.8.0
+pkgrel=1
 pkgdesc='WSGI HTTP Server for UNIX'
 arch=('any')
 url='http://gunicorn.org/'
@@ -17,10 +17,10 @@
   'python-pytest-cov' 'python2-pytest-cov' 'python-pytest-runner'
   'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/benoitc/$pkgbase/archive/$pkgver.tar.gz;)
-sha512sums=('d06862016937f11064c0d08f2eceb262a4cdecf876f02a0c722e8ff61c439da27890dee78e20b4aeddac9db12b3e04233f16eb320e85c56b70ac2f332433cc14')
+sha512sums=('53cf1678ca3acb11f20409e301812d7903f7662f67b7f6da7079053147d658b74864cca2919fe5e84d5f8b533d29ca30682b7ebd6c2debaf7eb0322e7fbec9e2')
 
 prepare() {
-  sed -i 's/==/>=/' gunicorn-$pkgver/requirements_test.txt
+  sed -e 's/==/>=/' -e 's/,<.*$//' -i gunicorn-$pkgver/requirements_test.txt
   cp -a gunicorn-$pkgver{,-py2}
 }
 


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Sunday, April 29, 2018 @ 05:39:08
  Author: felixonmars
Revision: 318432

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   57 +---
 uglify-js.install |   16 +++---
 2 files changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 05:38:39 UTC (rev 318431)
+++ PKGBUILD2018-04-29 05:39:08 UTC (rev 318432)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.3.22
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('b6ac3deab2fafc11beecb339548b5d8438d34262f9cc6fc8d1bd91a96cad9607877b67b27591ee047740f6fb86a420e11ff66c90d19ca83862be8476c6df1123')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 318431, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 05:39:08 UTC (rev 318432)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.3.23
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('2acf8aa8b183b189f8cfea54ec9b0a0b30b44f798f625fab53e55c3d989039ace313852a8b8502458dea3cc0db262ef37b7ee7d650d78f76e2cf58a4f77beabf')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2018-04-29 05:38:39 UTC (rev 318431)
+++ uglify-js.install   2018-04-29 05:39:08 UTC (rev 318432)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 318431, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2018-04-29 05:39:08 UTC (rev 318432)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Sunday, April 29, 2018 @ 05:38:39
  Author: felixonmars
Revision: 318431

upgpkg: uglify-js 3.3.23-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 03:20:21 UTC (rev 318430)
+++ PKGBUILD2018-04-29 05:38:39 UTC (rev 318431)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.3.22
+pkgver=3.3.23
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,11 +14,10 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('b6ac3deab2fafc11beecb339548b5d8438d34262f9cc6fc8d1bd91a96cad9607877b67b27591ee047740f6fb86a420e11ff66c90d19ca83862be8476c6df1123')
+sha512sums=('2acf8aa8b183b189f8cfea54ec9b0a0b30b44f798f625fab53e55c3d989039ace313852a8b8502458dea3cc0db262ef37b7ee7d650d78f76e2cf58a4f77beabf')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
   mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
   ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
 


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Sunday, April 29, 2018 @ 03:20:21
  Author: felixonmars
Revision: 318430

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 03:19:28 UTC (rev 318429)
+++ PKGBUILD2018-04-29 03:20:21 UTC (rev 318430)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstacksdk
-pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.12.0
-pkgrel=2
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://developer.openstack.org/sdks/python/openstacksdk;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
- 'python2-jsonpatch' 'python-appdirs' 'python2-appdirs' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-os-service-types' 
'python2-os-service-types'
- 'python-deprecation' 'python2-deprecation' 
'python-requestsexceptions'
- 'python2-requestsexceptions' 'python-yaml' 'python2-yaml' 
'python-decorator'
- 'python2-decorator' 'python-jmespath' 'python2-jmespath' 
'python2-ipaddress'
- 'python2-futures' 'python-iso8601' 'python2-iso8601' 
'python-netifaces'
- 'python2-netifaces' 'python-dogpile.cache' 
'python2-dogpile.cache' 'python-munch'
- 'python2-munch')
-checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock' 
'python-requests-mock'
-  'python2-requests-mock' 'python-oslotest' 'python2-oslotest' 
'python-jsonschema'
-  'python2-jsonschema')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-openstacksdk/archive/$pkgver.tar.gz;)
-sha512sums=('b2a1d18f41fc1f8aba22860626d326050bfe67f617b9bc2dced50a04717f923917fda890def5ca4e3b30c9f0370dd625211daf6f77e78ff882fe6bcf455182ec')
-
-prepare() {
-  echo -e "\nglobal-include *.json" >> python-openstacksdk-$pkgver/MANIFEST.in
-
-  cp -a python-openstacksdk-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-openstacksdk-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-openstacksdk-$pkgver
-  stestr run || warning "Tests failed"
-
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
-  stestr2 run || warning "Tests failed"
-}
-
-package_python-openstacksdk() {
-  depends=('python-six' 'python-pbr' 'python-jsonpatch' 'python-appdirs' 
'python-keystoneauth1'
-   'python-os-service-types' 'python-deprecation' 
'python-requestsexceptions'
-   'python-decorator' 'python-jmespath' 'python-iso8601' 
'python-netifaces'
-   'python-dogpile.cache' 'python-munch')
-
-  cd "$srcdir"/python-openstacksdk-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-openstacksdk() {
-  depends=('python2-six' 'python2-pbr' 'python2-jsonpatch' 'python2-appdirs'
-   'python2-keystoneauth1' 'python2-os-service-types' 
'python2-deprecation'
-   'python2-requestsexceptions' 'python2-decorator' 'python2-jmespath' 
'python2-ipaddress'
-   'python2-futures' 'python2-iso8601' 'python2-netifaces' 
'python2-dogpile.cache'
-   'python2-munch')
-
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/openstack-inventory{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstacksdk/repos/community-any/PKGBUILD (from rev 318429, 
python-openstacksdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 03:20:21 UTC (rev 318430)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://developer.openstack.org/sdks/python/openstacksdk;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
+ 'python2-jsonpatch' 'python-appdirs' 'python2-appdirs' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-os-service-types' 
'python2-os-service-types'
+ 'python-deprecation' 'python2-deprecation' 
'python-requestsexceptions'
+ 'python2-requestsexceptions' 'python-yaml' 'python2-yaml' 

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

2018-04-28 Thread Felix Yan via arch-commits
Date: Sunday, April 29, 2018 @ 03:19:28
  Author: felixonmars
Revision: 318429

upgpkg: python-openstacksdk 0.13.0-1

Modified:
  python-openstacksdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 23:56:18 UTC (rev 318428)
+++ PKGBUILD2018-04-29 03:19:28 UTC (rev 318429)
@@ -4,8 +4,8 @@
 
 pkgbase=python-openstacksdk
 pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.12.0
-pkgrel=2
+pkgver=0.13.0
+pkgrel=1
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')
 url="http://developer.openstack.org/sdks/python/openstacksdk;
@@ -22,30 +22,30 @@
 checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock' 
'python-requests-mock'
   'python2-requests-mock' 'python-oslotest' 'python2-oslotest' 
'python-jsonschema'
   'python2-jsonschema')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-openstacksdk/archive/$pkgver.tar.gz;)
-sha512sums=('b2a1d18f41fc1f8aba22860626d326050bfe67f617b9bc2dced50a04717f923917fda890def5ca4e3b30c9f0370dd625211daf6f77e78ff882fe6bcf455182ec')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/openstacksdk/archive/$pkgver.tar.gz;)
+sha512sums=('6aa9ec9595369641d7ea77b1864b66eaeeae0a47baac8dbd21dec4519ef181bd83861366d181839b9e2e15f047efbb1f4cc678405659043f91e63b9d57093ab5')
 
 prepare() {
-  echo -e "\nglobal-include *.json" >> python-openstacksdk-$pkgver/MANIFEST.in
+  echo -e "\nglobal-include *.json" >> openstacksdk-$pkgver/MANIFEST.in
 
-  cp -a python-openstacksdk-$pkgver{,-py2}
+  cp -a openstacksdk-$pkgver{,-py2}
 
   export PBR_VERSION=$pkgver
 }
 
 build() {
-  cd "$srcdir"/python-openstacksdk-$pkgver
+  cd "$srcdir"/openstacksdk-$pkgver
   python setup.py build
 
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
+  cd "$srcdir"/openstacksdk-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/python-openstacksdk-$pkgver
+  cd "$srcdir"/openstacksdk-$pkgver
   stestr run || warning "Tests failed"
 
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
+  cd "$srcdir"/openstacksdk-$pkgver-py2
   stestr2 run || warning "Tests failed"
 }
 
@@ -55,7 +55,7 @@
'python-decorator' 'python-jmespath' 'python-iso8601' 
'python-netifaces'
'python-dogpile.cache' 'python-munch')
 
-  cd "$srcdir"/python-openstacksdk-$pkgver
+  cd "$srcdir"/openstacksdk-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
@@ -66,7 +66,7 @@
'python2-futures' 'python2-iso8601' 'python2-netifaces' 
'python2-dogpile.cache'
'python2-munch')
 
-  cd "$srcdir"/python-openstacksdk-$pkgver-py2
+  cd "$srcdir"/openstacksdk-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
 
   mv "$pkgdir"/usr/bin/openstack-inventory{,2}


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

2018-04-28 Thread Levente Polyak via arch-commits
Date: Saturday, April 28, 2018 @ 23:56:18
  Author: anthraxx
Revision: 318428

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 23:56:12 UTC (rev 318427)
+++ PKGBUILD2018-04-28 23:56:18 UTC (rev 318428)
@@ -1,56 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Maxime Gauduin 
-
-pkgname=lib32-libpsl
-pkgver=0.20.1
-pkgrel=2
-pkgdesc='Public Suffix List library (32-bit)'
-url='https://github.com/rockdaboot/libpsl'
-arch=('x86_64')
-license=('MIT')
-depends=('libpsl' 'lib32-glibc' 'lib32-libidn2' 'lib32-libunistring')
-makedepends=('publicsuffix-list' 'python')
-provides=('libpsl.so')
-source=(https://github.com/rockdaboot/libpsl/releases/download/libpsl-${pkgver}/libpsl-${pkgver}.tar.gz)
-sha512sums=('5a6c54c3a0aafef3eaa309bf3147179d41393fb63d7e6276a3e02705ae5c4005c61b3f8b13636eac0570ac20033c1c9b1a51937a06b56a30a4461ff9b1f955be')
-
-prepare() {
-  cd libpsl-${pkgver}
-  rm -frv list
-  autoreconf -fiv
-}
-
-build() {
-  cd libpsl-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static \
---disable-dependency-tracking \
---enable-{builtin,runtime}=libidn2 \
---with-psl-file='/usr/share/publicsuffix/effective_tld_names.dat' \
---with-psl-testfile='/usr/share/publicsuffix/test_psl.txt'
-  LC_CTYPE=en_US.UTF-8 make
-}
-
-check() {
-  cd libpsl-${pkgver}
-  make check
-}
-
-package() {
-  cd libpsl-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libpsl "${pkgdir}"/usr/share/licenses/lib32-libpsl
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libpsl/repos/multilib-x86_64/PKGBUILD (from rev 318427, 
lib32-libpsl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 23:56:18 UTC (rev 318428)
@@ -0,0 +1,56 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Maxime Gauduin 
+
+pkgname=lib32-libpsl
+pkgver=0.20.2
+pkgrel=1
+pkgdesc='Public Suffix List library (32-bit)'
+url='https://github.com/rockdaboot/libpsl'
+arch=('x86_64')
+license=('MIT')
+depends=('libpsl' 'lib32-glibc' 'lib32-libidn2' 'lib32-libunistring')
+makedepends=('publicsuffix-list' 'python')
+provides=('libpsl.so')
+source=(https://github.com/rockdaboot/libpsl/releases/download/libpsl-${pkgver}/libpsl-${pkgver}.tar.gz)
+sha512sums=('fa9f6f7f0447d9fe00f5dfca5262c56ff26217eea44d0f7fc1e5d982224c41874e753f0aa06dd9e5d7d03d4f04e3dacd4f36034cc8dd0fc6e2c28b49a23e62fe')
+
+prepare() {
+  cd libpsl-${pkgver}
+  rm -frv list
+  autoreconf -fiv
+}
+
+build() {
+  cd libpsl-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static \
+--disable-dependency-tracking \
+--enable-{builtin,runtime}=libidn2 \
+--with-psl-file='/usr/share/publicsuffix/effective_tld_names.dat' \
+--with-psl-testfile='/usr/share/publicsuffix/test_psl.txt'
+  LC_CTYPE=en_US.UTF-8 make
+}
+
+check() {
+  cd libpsl-${pkgver}
+  make check
+}
+
+package() {
+  cd libpsl-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libpsl "${pkgdir}"/usr/share/licenses/lib32-libpsl
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-28 Thread Levente Polyak via arch-commits
Date: Saturday, April 28, 2018 @ 23:56:12
  Author: anthraxx
Revision: 318427

upgpkg: lib32-libpsl 0.20.2-1

Modified:
  lib32-libpsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 23:35:49 UTC (rev 318426)
+++ PKGBUILD2018-04-28 23:56:12 UTC (rev 318427)
@@ -2,8 +2,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=lib32-libpsl
-pkgver=0.20.1
-pkgrel=2
+pkgver=0.20.2
+pkgrel=1
 pkgdesc='Public Suffix List library (32-bit)'
 url='https://github.com/rockdaboot/libpsl'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('publicsuffix-list' 'python')
 provides=('libpsl.so')
 
source=(https://github.com/rockdaboot/libpsl/releases/download/libpsl-${pkgver}/libpsl-${pkgver}.tar.gz)
-sha512sums=('5a6c54c3a0aafef3eaa309bf3147179d41393fb63d7e6276a3e02705ae5c4005c61b3f8b13636eac0570ac20033c1c9b1a51937a06b56a30a4461ff9b1f955be')
+sha512sums=('fa9f6f7f0447d9fe00f5dfca5262c56ff26217eea44d0f7fc1e5d982224c41874e753f0aa06dd9e5d7d03d4f04e3dacd4f36034cc8dd0fc6e2c28b49a23e62fe')
 
 prepare() {
   cd libpsl-${pkgver}


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

2018-04-28 Thread Levente Polyak via arch-commits
Date: Saturday, April 28, 2018 @ 23:46:23
  Author: anthraxx
Revision: 323113

upgpkg: libpsl 0.20.2-1

Modified:
  libpsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 23:37:54 UTC (rev 323112)
+++ PKGBUILD2018-04-28 23:46:23 UTC (rev 323113)
@@ -2,8 +2,8 @@
 # Contributor: Darshit Shah 
 
 pkgname=libpsl
-pkgver=0.20.1
-pkgrel=2
+pkgver=0.20.2
+pkgrel=1
 pkgdesc='Public Suffix List library'
 url='https://github.com/rockdaboot/libpsl'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('libxslt' 'python' 'publicsuffix-list' 'gtk-doc')
 provides=('libpsl.so')
 
source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('5a6c54c3a0aafef3eaa309bf3147179d41393fb63d7e6276a3e02705ae5c4005c61b3f8b13636eac0570ac20033c1c9b1a51937a06b56a30a4461ff9b1f955be')
+sha512sums=('fa9f6f7f0447d9fe00f5dfca5262c56ff26217eea44d0f7fc1e5d982224c41874e753f0aa06dd9e5d7d03d4f04e3dacd4f36034cc8dd0fc6e2c28b49a23e62fe')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2018-04-28 Thread Levente Polyak via arch-commits
Date: Saturday, April 28, 2018 @ 23:46:29
  Author: anthraxx
Revision: 323114

archrelease: copy trunk to testing-x86_64

Added:
  libpsl/repos/testing-x86_64/
  libpsl/repos/testing-x86_64/PKGBUILD
(from rev 323113, libpsl/trunk/PKGBUILD)

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

Copied: libpsl/repos/testing-x86_64/PKGBUILD (from rev 323113, 
libpsl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-28 23:46:29 UTC (rev 323114)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak 
+# Contributor: Darshit Shah 
+
+pkgname=libpsl
+pkgver=0.20.2
+pkgrel=1
+pkgdesc='Public Suffix List library'
+url='https://github.com/rockdaboot/libpsl'
+arch=('x86_64')
+license=('MIT')
+depends=('libidn2' 'libunistring')
+makedepends=('libxslt' 'python' 'publicsuffix-list' 'gtk-doc')
+provides=('libpsl.so')
+source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('fa9f6f7f0447d9fe00f5dfca5262c56ff26217eea44d0f7fc1e5d982224c41874e753f0aa06dd9e5d7d03d4f04e3dacd4f36034cc8dd0fc6e2c28b49a23e62fe')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm -frv list
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-dependency-tracking \
+--enable-man \
+--enable-gtk-doc \
+--enable-{builtin,runtime}=libidn2 \
+--with-psl-file=/usr/share/publicsuffix/effective_tld_names.dat \
+--with-psl-testfile=/usr/share/publicsuffix/test_psl.txt
+  LC_CTYPE=en_US.UTF-8 make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-28 Thread Levente Polyak via arch-commits
Date: Saturday, April 28, 2018 @ 23:37:54
  Author: anthraxx
Revision: 323112

archrelease: copy trunk to extra-any

Added:
  publicsuffix-list/repos/extra-any/PKGBUILD
(from rev 323111, publicsuffix-list/trunk/PKGBUILD)
Deleted:
  publicsuffix-list/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 23:37:47 UTC (rev 323111)
+++ PKGBUILD2018-04-28 23:37:54 UTC (rev 323112)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=publicsuffix-list
-_gitcommit=a39f111ae7aa189366ade83dbcf801a42e5ccb8e
-pkgver=20180320.657.a39f111
-pkgrel=1
-pkgdesc='Cross-vendor public domain suffix database'
-url='https://github.com/publicsuffix/list'
-arch=('any')
-license=('custom:MPL2')
-makedepends=('git')
-source=(${pkgname}::"git+https://github.com/publicsuffix/list#commit=${_gitcommit};)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  printf "%s.%s.%s" "$(TZ=UTC git show -s --pretty=%cd 
--date=format-local:%Y%m%d HEAD)" \
-"$(git rev-list --count HEAD)" \
-"$(git rev-parse --short HEAD)"
-}
-
-package() {
-  cd ${pkgname}
-  install -Dm 644 public_suffix_list.dat tests/test_psl.txt -t 
"${pkgdir}/usr/share/publicsuffix"
-  ln -s public_suffix_list.dat 
"${pkgdir}/usr/share/publicsuffix/effective_tld_names.dat"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: publicsuffix-list/repos/extra-any/PKGBUILD (from rev 323111, 
publicsuffix-list/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 23:37:54 UTC (rev 323112)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+
+pkgname=publicsuffix-list
+_gitcommit=81bcd190b5ccee8b3b0eda905a4686bbb72f9350
+pkgver=20180420.677.81bcd19
+pkgrel=1
+pkgdesc='Cross-vendor public domain suffix database'
+url='https://github.com/publicsuffix/list'
+arch=('any')
+license=('custom:MPL2')
+makedepends=('git')
+source=(${pkgname}::"git+https://github.com/publicsuffix/list#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf "%s.%s.%s" "$(TZ=UTC git show -s --pretty=%cd 
--date=format-local:%Y%m%d HEAD)" \
+"$(git rev-list --count HEAD)" \
+"$(git rev-parse --short HEAD)"
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 644 public_suffix_list.dat tests/test_psl.txt -t 
"${pkgdir}/usr/share/publicsuffix"
+  ln -s public_suffix_list.dat 
"${pkgdir}/usr/share/publicsuffix/effective_tld_names.dat"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-28 Thread Levente Polyak via arch-commits
Date: Saturday, April 28, 2018 @ 23:37:47
  Author: anthraxx
Revision: 323111

upgpkg: publicsuffix-list 20180420.677.81bcd19-1

Modified:
  publicsuffix-list/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 21:54:59 UTC (rev 323110)
+++ PKGBUILD2018-04-28 23:37:47 UTC (rev 323111)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=publicsuffix-list
-_gitcommit=a39f111ae7aa189366ade83dbcf801a42e5ccb8e
-pkgver=20180320.657.a39f111
+_gitcommit=81bcd190b5ccee8b3b0eda905a4686bbb72f9350
+pkgver=20180420.677.81bcd19
 pkgrel=1
 pkgdesc='Cross-vendor public domain suffix database'
 url='https://github.com/publicsuffix/list'


[arch-commits] Commit in ruby-async-io/repos/community-any (PKGBUILD PKGBUILD)

2018-04-28 Thread Levente Polyak via arch-commits
Date: Saturday, April 28, 2018 @ 23:35:49
  Author: anthraxx
Revision: 318426

archrelease: copy trunk to community-any

Added:
  ruby-async-io/repos/community-any/PKGBUILD
(from rev 318425, ruby-async-io/trunk/PKGBUILD)
Deleted:
  ruby-async-io/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 23:35:43 UTC (rev 318425)
+++ PKGBUILD2018-04-28 23:35:49 UTC (rev 318426)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=async-io
-pkgname=ruby-${_gemname}
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
-url='https://github.com/socketry/async-io'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-async')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
-sha256sums=('af920569505aa04246f4f3fd52d6b445d0e426503242d5fe3dbbc73bbebcfbc2')
-sha512sums=('fff175aa21700e3b239aba3fc6173bfc8eb728b550a87485d97214404ea986facbd9dd9cb8d7601060301118fad90c709a5220e5bd6bd9245ea4f8ca11c19c63')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-async-io/repos/community-any/PKGBUILD (from rev 318425, 
ruby-async-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 23:35:49 UTC (rev 318426)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=async-io
+pkgname=ruby-${_gemname}
+pkgver=1.8.2
+pkgrel=1
+pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
+url='https://github.com/socketry/async-io'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-async')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
+sha256sums=('ebd839ff442926fa5ed2a7d2ddaa72c67473b6339b4f0ec2c92b04b86c6421f4')
+sha512sums=('42d92601bdb892d471c0ce9634c8f9452e509825e76caa3401285d92b9624750fd815432936297b90608b727e3832897036618a17610a75dfdd6d98c5919ef2e')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-async-io/trunk (PKGBUILD)

2018-04-28 Thread Levente Polyak via arch-commits
Date: Saturday, April 28, 2018 @ 23:35:43
  Author: anthraxx
Revision: 318425

upgpkg: ruby-async-io 1.8.2-1

Modified:
  ruby-async-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 23:32:18 UTC (rev 318424)
+++ PKGBUILD2018-04-28 23:35:43 UTC (rev 318425)
@@ -2,7 +2,7 @@
 
 _gemname=async-io
 pkgname=ruby-${_gemname}
-pkgver=1.7.0
+pkgver=1.8.2
 pkgrel=1
 pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
 url='https://github.com/socketry/async-io'
@@ -12,8 +12,8 @@
 makedepends=('ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
-sha256sums=('af920569505aa04246f4f3fd52d6b445d0e426503242d5fe3dbbc73bbebcfbc2')
-sha512sums=('fff175aa21700e3b239aba3fc6173bfc8eb728b550a87485d97214404ea986facbd9dd9cb8d7601060301118fad90c709a5220e5bd6bd9245ea4f8ca11c19c63')
+sha256sums=('ebd839ff442926fa5ed2a7d2ddaa72c67473b6339b4f0ec2c92b04b86c6421f4')
+sha512sums=('42d92601bdb892d471c0ce9634c8f9452e509825e76caa3401285d92b9624750fd815432936297b90608b727e3832897036618a17610a75dfdd6d98c5919ef2e')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2018-04-28 Thread Levente Polyak via arch-commits
Date: Saturday, April 28, 2018 @ 23:32:18
  Author: anthraxx
Revision: 318424

archrelease: copy trunk to community-any

Added:
  ruby-async/repos/community-any/PKGBUILD
(from rev 318423, ruby-async/trunk/PKGBUILD)
Deleted:
  ruby-async/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 23:32:11 UTC (rev 318423)
+++ PKGBUILD2018-04-28 23:32:18 UTC (rev 318424)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=async
-pkgname=ruby-${_gemname}
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Composable asynchronous I/O'
-url='https://github.com/socketry/async'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-nio4r' 'ruby-timers' 'ruby-rdoc')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async/archive/v${pkgver}.tar.gz)
-sha256sums=('a3939045e618faebd30122f8cb0912ae9e92dfdb9ac23afbb1cdfe80e813bd9a')
-sha512sums=('b51b07daac9fd1dc49935ed693f8eb4f66f1ffb56d304f0b5a0388b7a128b0a63b6dee80b5cfe41b8208a1744c8c2c7596abc164c0574b2853a596f4dba7aa9b')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-async/repos/community-any/PKGBUILD (from rev 318423, 
ruby-async/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 23:32:18 UTC (rev 318424)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=async
+pkgname=ruby-${_gemname}
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Composable asynchronous I/O'
+url='https://github.com/socketry/async'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-nio4r' 'ruby-timers' 'ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async/archive/v${pkgver}.tar.gz)
+sha256sums=('b938ebb7f81eafa7104bd0222653147e14155291472634421cdcdc08f0ae1b55')
+sha512sums=('5860fd63c847e75577a744d403bfec2c02ac196add4edaf6c3a68ec54386e71c8b7cd28c3a90d0708971178e8487c946b95895128ed06f0b1f54f45d066cdde3')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-28 Thread Levente Polyak via arch-commits
Date: Saturday, April 28, 2018 @ 23:32:11
  Author: anthraxx
Revision: 318423

upgpkg: ruby-async 1.7.0-1

Modified:
  ruby-async/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 23:28:25 UTC (rev 318422)
+++ PKGBUILD2018-04-28 23:32:11 UTC (rev 318423)
@@ -2,7 +2,7 @@
 
 _gemname=async
 pkgname=ruby-${_gemname}
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='Composable asynchronous I/O'
 url='https://github.com/socketry/async'
@@ -11,8 +11,8 @@
 depends=('ruby' 'ruby-nio4r' 'ruby-timers' 'ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async/archive/v${pkgver}.tar.gz)
-sha256sums=('a3939045e618faebd30122f8cb0912ae9e92dfdb9ac23afbb1cdfe80e813bd9a')
-sha512sums=('b51b07daac9fd1dc49935ed693f8eb4f66f1ffb56d304f0b5a0388b7a128b0a63b6dee80b5cfe41b8208a1744c8c2c7596abc164c0574b2853a596f4dba7aa9b')
+sha256sums=('b938ebb7f81eafa7104bd0222653147e14155291472634421cdcdc08f0ae1b55')
+sha512sums=('5860fd63c847e75577a744d403bfec2c02ac196add4edaf6c3a68ec54386e71c8b7cd28c3a90d0708971178e8487c946b95895128ed06f0b1f54f45d066cdde3')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2018-04-28 Thread Levente Polyak via arch-commits
Date: Saturday, April 28, 2018 @ 23:28:18
  Author: anthraxx
Revision: 318421

upgpkg: python-engineio 2.1.0-1

Modified:
  python-engineio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 23:23:20 UTC (rev 318420)
+++ PKGBUILD2018-04-28 23:28:18 UTC (rev 318421)
@@ -2,7 +2,7 @@
 
 pkgbase=python-engineio
 pkgname=('python-engineio' 'python2-engineio')
-pkgver=2.0.4
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Python implementation of the Engine.IO realtime server'
 url='https://github.com/miguelgrinberg/python-engineio'
@@ -14,8 +14,8 @@
   'python2-mock' 'python2-eventlet' 'python2-pytest' 
'python2-pytest-runner')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
-sha256sums=('b3750497a99fd871a65121e7846f41554b8c283172e00152d3a6e865d934c88e')
-sha512sums=('c5c286bfcd111342fce85ec38a4b6b0ec4a44309a24cd7d53f1dd4a3a765c3997b979d2dfc6a8a396ecd19aa915d5e8dc226c05e0f0d053bcca89f928db31d31')
+sha256sums=('e8f8c1e3d59208f402916a7887487c7d906330f907f1cfb754753e56bfd82b36')
+sha512sums=('a4ecd8f55ec4278ce6e247f79e5f8c71e92c3af1bc0c9e19827f4b5a1aaf5b046ad2d5e75016e5028ea4165112cffc4ddc1c5311d2df433071acffb17ccd1f98')
 
 prepare() {
   cp -ra ${pkgbase}-${pkgver}{,-py2}


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

2018-04-28 Thread Levente Polyak via arch-commits
Date: Saturday, April 28, 2018 @ 23:28:25
  Author: anthraxx
Revision: 318422

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 23:28:18 UTC (rev 318421)
+++ PKGBUILD2018-04-28 23:28:25 UTC (rev 318422)
@@ -1,73 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-engineio
-pkgname=('python-engineio' 'python2-engineio')
-pkgver=2.0.4
-pkgrel=1
-pkgdesc='Python implementation of the Engine.IO realtime server'
-url='https://github.com/miguelgrinberg/python-engineio'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-six'
- 'python2-setuptools' 'python2-sphinx' 'python2-six')
-checkdepends=('python-mock' 'python-eventlet' 'python-pytest' 
'python-pytest-runner' 'python-aiohttp'
-  'python2-mock' 'python2-eventlet' 'python2-pytest' 
'python2-pytest-runner')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
-sha256sums=('b3750497a99fd871a65121e7846f41554b8c283172e00152d3a6e865d934c88e')
-sha512sums=('c5c286bfcd111342fce85ec38a4b6b0ec4a44309a24cd7d53f1dd4a3a765c3997b979d2dfc6a8a396ecd19aa915d5e8dc226c05e0f0d053bcca89f928db31d31')
-
-prepare() {
-  cp -ra ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py test
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py test
-  )
-}
-
-package_python-engineio() {
-  depends=('python-six')
-  optdepends=(
-'python-eventlet: eventlet support'
-'python-aiohttp: aiohttp support'
-  )
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-engineio() {
-  depends=('python2-six')
-  optdepends=(
-'python2-eventlet: eventlet support'
-  )
-
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-engineio/repos/community-any/PKGBUILD (from rev 318421, 
python-engineio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 23:28:25 UTC (rev 318422)
@@ -0,0 +1,73 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-engineio
+pkgname=('python-engineio' 'python2-engineio')
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Python implementation of the Engine.IO realtime server'
+url='https://github.com/miguelgrinberg/python-engineio'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-six'
+ 'python2-setuptools' 'python2-sphinx' 'python2-six')
+checkdepends=('python-mock' 'python-eventlet' 'python-pytest' 
'python-pytest-runner' 'python-aiohttp'
+  'python2-mock' 'python2-eventlet' 'python2-pytest' 
'python2-pytest-runner')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
+sha256sums=('e8f8c1e3d59208f402916a7887487c7d906330f907f1cfb754753e56bfd82b36')
+sha512sums=('a4ecd8f55ec4278ce6e247f79e5f8c71e92c3af1bc0c9e19827f4b5a1aaf5b046ad2d5e75016e5028ea4165112cffc4ddc1c5311d2df433071acffb17ccd1f98')
+
+prepare() {
+  cp -ra ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py test
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py test
+  )
+}
+

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

2018-04-28 Thread Levente Polyak via arch-commits
Date: Saturday, April 28, 2018 @ 23:23:12
  Author: anthraxx
Revision: 318419

upgpkg: metasploit 4.16.53-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 21:51:53 UTC (rev 318418)
+++ PKGBUILD2018-04-28 23:23:12 UTC (rev 318419)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=4.16.51
+pkgver=4.16.53
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -12,8 +12,8 @@
 depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('a6f6d30c5e7ae28c667463cefea46b496c1fb8e8b41426e9afcab28f9de16fb8')
-sha512sums=('cd3ea69df051cab50ebe7d5479a88fedcd39e3d217e278147c9e5b9619561c722b42448514f5fdeb670e1020cc0cf2ce7acfa6ade28c25cb78853dab269cc217')
+sha256sums=('c6cb1b02add978ec7b0f903d381ef43582723dd059368f7a5843db62dff8f55e')
+sha512sums=('6c4c91d7ecb61db27657b8c22e0c6640d28009348676b8e4f4f4f54a96d5ecbeb4ad1dcc2c2be92ac33ba8f4e19a3ba1558998e61680bdc6a12ba9ca3454e2f2')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}


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

2018-04-28 Thread Levente Polyak via arch-commits
Date: Saturday, April 28, 2018 @ 23:23:20
  Author: anthraxx
Revision: 318420

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 23:23:12 UTC (rev 318419)
+++ PKGBUILD2018-04-28 23:23:20 UTC (rev 318420)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=4.16.51
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('a6f6d30c5e7ae28c667463cefea46b496c1fb8e8b41426e9afcab28f9de16fb8')
-sha512sums=('cd3ea69df051cab50ebe7d5479a88fedcd39e3d217e278147c9e5b9619561c722b42448514f5fdeb670e1020cc0cf2ce7acfa6ade28c25cb78853dab269cc217')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 318419, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 23:23:20 UTC (rev 318420)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.16.53
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha256sums=('c6cb1b02add978ec7b0f903d381ef43582723dd059368f7a5843db62dff8f55e')
+sha512sums=('6c4c91d7ecb61db27657b8c22e0c6640d28009348676b8e4f4f4f54a96d5ecbeb4ad1dcc2c2be92ac33ba8f4e19a3ba1558998e61680bdc6a12ba9ca3454e2f2')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
+chmod 755 "${_msffile}"
+  done
+
+  (cd "${pkgdir}/opt/${pkgname}"
+for f in tools/*/*.rb; do
+  install -Dm 755 "${f}" ".${f}"
+  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 

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

2018-04-28 Thread Jan Steffens via arch-commits
Date: Saturday, April 28, 2018 @ 21:54:59
  Author: heftig
Revision: 323110

archrelease: copy trunk to extra-x86_64

Added:
  libwebp/repos/extra-x86_64/PKGBUILD
(from rev 323109, libwebp/trunk/PKGBUILD)
Deleted:
  libwebp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 21:54:27 UTC (rev 323109)
+++ PKGBUILD2018-04-28 21:54:59 UTC (rev 323110)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Alexander Rødseth 
-# Contributor: Jon Nordby 
-
-pkgname=libwebp
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="WebP library and conversion tools"
-arch=(x86_64)
-url="https://developers.google.com/speed/webp/;
-license=(BSD)
-depends=(libpng libjpeg libtiff giflib)
-makedepends=(freeglut mesa glu git)
-optdepends=('freeglut: vwebp viewer')
-_commit=6b7a95fd8385baa6d18c96d5c0f2bea5632faf55  # tags/v0.6.1^0
-source=("git+https://chromium.googlesource.com/webm/libwebp#commit=$_commit;)
-sha256sums=('SKIP')
-validpgpkeys=('6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
- --enable-swap-16bit-csp \
- --enable-experimental \
- --enable-libwebp{mux,demux,decoder,extras} \
- --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libwebp/repos/extra-x86_64/PKGBUILD (from rev 323109, 
libwebp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 21:54:59 UTC (rev 323110)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Alexander Rødseth 
+# Contributor: Jon Nordby 
+
+pkgname=libwebp
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="WebP library and conversion tools"
+arch=(x86_64)
+url="https://developers.google.com/speed/webp/;
+license=(BSD)
+depends=(libpng libjpeg libtiff giflib)
+makedepends=(freeglut mesa glu git)
+optdepends=('freeglut: vwebp viewer')
+_commit=698b8844e38a0c5ca50bb20f866e71291bfc3b36  # tags/v1.0.0^0
+source=("git+https://chromium.googlesource.com/webm/libwebp#commit=$_commit;)
+sha256sums=('SKIP')
+validpgpkeys=('6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+ --enable-swap-16bit-csp \
+ --enable-experimental \
+ --enable-libwebp{mux,demux,decoder,extras} \
+ --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-28 Thread Jan Steffens via arch-commits
Date: Saturday, April 28, 2018 @ 21:54:27
  Author: heftig
Revision: 323109

1.0.0-1

Modified:
  libwebp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 21:52:17 UTC (rev 323108)
+++ PKGBUILD2018-04-28 21:54:27 UTC (rev 323109)
@@ -4,7 +4,7 @@
 # Contributor: Jon Nordby 
 
 pkgname=libwebp
-pkgver=0.6.1
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="WebP library and conversion tools"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(libpng libjpeg libtiff giflib)
 makedepends=(freeglut mesa glu git)
 optdepends=('freeglut: vwebp viewer')
-_commit=6b7a95fd8385baa6d18c96d5c0f2bea5632faf55  # tags/v0.6.1^0
+_commit=698b8844e38a0c5ca50bb20f866e71291bfc3b36  # tags/v1.0.0^0
 source=("git+https://chromium.googlesource.com/webm/libwebp#commit=$_commit;)
 sha256sums=('SKIP')
 validpgpkeys=('6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D')


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

2018-04-28 Thread Gaëtan Bisson via arch-commits
Date: Saturday, April 28, 2018 @ 21:13:14
  Author: bisson
Revision: 318411

archrelease: copy trunk to community-x86_64

Added:
  scribus/repos/community-x86_64/PKGBUILD
(from rev 318410, scribus/trunk/PKGBUILD)
  scribus/repos/community-x86_64/PKGBUILD.next
(from rev 318410, scribus/trunk/PKGBUILD.next)
Deleted:
  scribus/repos/community-x86_64/PKGBUILD
  scribus/repos/community-x86_64/PKGBUILD.next

---+
 PKGBUILD  |   97 
 PKGBUILD.next |   96 ---
 2 files changed, 98 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 21:12:20 UTC (rev 318410)
+++ PKGBUILD2018-04-28 21:13:14 UTC (rev 318411)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Daniel J Griffiths 
-# Contributor: Ronald van Haren 
-# Contributor: tobias 
-# Contributor: Ben 
-
-pkgname=scribus
-pkgver=1.4.6
-pkgrel=4
-pkgdesc='Desktop publishing software'
-url='http://www.scribus.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'boost' 'mesa')
-optdepends=('tk: scripts based on tkinter')
-depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen'
- 'ghostscript' 'python2' 'podofo' 'boost-libs'
- 'desktop-file-utils' 'shared-mime-info')
-validpgpkeys=('5086B8D68E70FDDF4C40045AEF7B95E7F60166DA')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha1sums=('f04a2eecfb531af4beb99645f85165be161b00a3' 'SKIP')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed \
-   -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
-   -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-   -i scribus/plugins/scriptplugin/{samples,scripts}/*
-   install -d build
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   cmake .. \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DLIB_SUFFIX=""
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../scribus.desktop 
"${pkgdir}/usr/share/applications/scribus.desktop"
-   install -Dm644 ../resources/icons/AppIcon.png 
"${pkgdir}/usr/share/icons/hicolor/32x32/apps/scribus.png"
-}

Copied: scribus/repos/community-x86_64/PKGBUILD (from rev 318410, 
scribus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 21:13:14 UTC (rev 318411)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ronald van Haren 
+# Contributor: tobias 
+# Contributor: Ben 
+
+pkgname=scribus
+pkgver=1.4.7
+pkgrel=1
+pkgdesc='Desktop publishing software'
+url='http://www.scribus.net/'
+license=('GPL')
+arch=('x86_64')
+makedepends=('cmake' 'boost' 'mesa')
+optdepends=('tk: scripts based on tkinter')
+depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen'
+ 'ghostscript' 'python2' 'podofo' 'boost-libs'
+ 'desktop-file-utils' 'shared-mime-info')
+validpgpkeys=('5086B8D68E70FDDF4C40045AEF7B95E7F60166DA')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('42d335b4a59c26c8ae1e3f601676baa3c42b035b8cde326d195f7a30078e5fec'
+'SKIP')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed \
+   -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+   -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+   -i scribus/plugins/scriptplugin/{samples,scripts}/*
+   install -d build
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DLIB_SUFFIX=""
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 ../scribus.desktop 
"${pkgdir}/usr/share/applications/scribus.desktop"
+   install -Dm644 ../resources/icons/AppIcon.png 
"${pkgdir}/usr/share/icons/hicolor/32x32/apps/scribus.png"
+}

Deleted: PKGBUILD.next
===
--- PKGBUILD.next   2018-04-28 21:12:20 UTC (rev 318410)
+++ PKGBUILD.next   2018-04-28 21:13:14 UTC (rev 318411)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 173822 2016-05-05 09:44:28Z bisson $
-# Maintainer: Gaetan Bisson 

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

2018-04-28 Thread Gaëtan Bisson via arch-commits
Date: Saturday, April 28, 2018 @ 21:12:20
  Author: bisson
Revision: 318410

upstream update

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 19:18:48 UTC (rev 318409)
+++ PKGBUILD2018-04-28 21:12:20 UTC (rev 318410)
@@ -6,8 +6,8 @@
 # Contributor: Ben 
 
 pkgname=scribus
-pkgver=1.4.6
-pkgrel=4
+pkgver=1.4.7
+pkgrel=1
 pkgdesc='Desktop publishing software'
 url='http://www.scribus.net/'
 license=('GPL')
@@ -19,7 +19,7 @@
  'desktop-file-utils' 'shared-mime-info')
 validpgpkeys=('5086B8D68E70FDDF4C40045AEF7B95E7F60166DA')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('21e336500d9edc9c90ccf73087e5ef3df59ec3e4a3cbfec15367bcd8d078a19a'
+sha256sums=('42d335b4a59c26c8ae1e3f601676baa3c42b035b8cde326d195f7a30078e5fec'
 'SKIP')
 
 prepare() {


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 19:18:48
  Author: felixonmars
Revision: 318409

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
318408, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-28 19:18:48 UTC (rev 318409)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.11.0.0
+pkgrel=72
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-mtl' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 'pandoc' 
'pandoc-citeproc'
+ 'haskell-parsec' 'haskell-random' 'haskell-regex-base' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-wai'
+ 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('49870a0bc3de15f5842306a93f7c909703860701a7a59c73415b7580084e2b8413084d12f3baa3aff834e3245a8693e6386dc89989c74c2d7e5828fe7baaa4ee')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/tasty-quickcheck   >= 0.8  && < 0.10,/tasty-quickcheck   
>= 0.8,/' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+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
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_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-hakyll/trunk (PKGBUILD)

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 19:18:26
  Author: felixonmars
Revision: 318408

upgpkg: haskell-hakyll 4.11.0.0-72

rebuild with hinotify,0.3.10 fsnotify,0.2.1.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 19:17:54 UTC (rev 318407)
+++ PKGBUILD2018-04-28 19:18:26 UTC (rev 318408)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.11.0.0
-pkgrel=71
+pkgrel=72
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2018-04-28 Thread Nicola Squartini via arch-commits
Date: Saturday, April 28, 2018 @ 19:17:54
  Author: tensor5
Revision: 318407

archrelease: copy trunk to community-x86_64

Added:
  apm/repos/community-x86_64/PKGBUILD
(from rev 318406, apm/trunk/PKGBUILD)
  apm/repos/community-x86_64/apm.js
(from rev 318406, apm/trunk/apm.js)
  apm/repos/community-x86_64/fix-tmpdir-warning.patch
(from rev 318406, apm/trunk/fix-tmpdir-warning.patch)
  apm/repos/community-x86_64/no-scripts.patch
(from rev 318406, apm/trunk/no-scripts.patch)
  apm/repos/community-x86_64/python2.patch
(from rev 318406, apm/trunk/python2.patch)
  apm/repos/community-x86_64/use-system-npm.patch
(from rev 318406, apm/trunk/use-system-npm.patch)
Deleted:
  apm/repos/community-x86_64/PKGBUILD
  apm/repos/community-x86_64/apm.js
  apm/repos/community-x86_64/fix-tmpdir-warning.patch
  apm/repos/community-x86_64/no-scripts.patch
  apm/repos/community-x86_64/python2.patch
  apm/repos/community-x86_64/use-system-npm.patch

--+
 PKGBUILD |  216 ++---
 apm.js   |   32 +++---
 fix-tmpdir-warning.patch |   22 ++--
 no-scripts.patch |   32 +++---
 python2.patch|   28 ++---
 use-system-npm.patch |   22 ++--
 6 files changed, 176 insertions(+), 176 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 19:17:40 UTC (rev 318406)
+++ PKGBUILD2018-04-28 19:17:54 UTC (rev 318407)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=apm
-pkgver=1.19.0
-pkgrel=5
-pkgdesc='Atom package manager'
-arch=('x86_64')
-url='https://github.com/atom/apm'
-license=('MIT')
-depends=('libsecret' 'nodejs>=9' 'npm' 'python2')
-makedepends=('git')
-provides=('nodejs-atom-package-manager')
-conflicts=('nodejs-atom-package-manager')
-replaces=('nodejs-atom-package-manager')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/apm/archive/v${pkgver}.tar.gz;
-'apm.js'
-'fix-tmpdir-warning.patch'
-'no-scripts.patch'
-'python2.patch'
-'use-system-npm.patch')
-sha512sums=('642e7d4bd29455f56ad6e611de9a38954b8a403576620ea3684bc49c2d05f6be89e2ce37efa383cdd050e7ff6b0a6f4a14213f1256e1a6999d3789de0d621afa'
-
'7ef40058bb50189729a541f8e74191336f9652f12e70118e8b24c207e42f00c8f548d408759f261d8b0f2f67f7296e38d771694e45570102e28be1e6b9788d6c'
-
'151dc995a42db1cdb4d085f52f6d7d7fedb1af4eb7123b60abdec55e493d45d527d8129f46f5faeda0d7494050649ea11cd6a5f3ccb83c36ad71d5835e6262ad'
-
'da2e2c6b336b87371541ef159201f6942c606f7c8b212f1a610a8605bb08ddc97ed1ade7f1c02339c40c40f22d8a7d37b1686fb5c7105a775fa85ff6048162dc'
-
'2fedcfc04c03059429c231c5bbd3d5e4b32a30ea9d341c3e27dcbba0deee1e4c8d27d993c59ee96aebf0a0c930b7cc55177e3600c18349dd2b91ebac7bd96632'
-
'f07c0bc1d31d8b6d237621cde024ebf538901fd7ea61801a7c50b5be84e2adf9da72eccc68d7bea0d8b0193d750ebde7de30a572f2e286194cb5c4f6f0d2a3f3')
-
-_apmdir='/usr/lib/node_modules/atom-package-manager'
-
-prepare() {
-  rm -rf "${srcdir}"/apm-build
-
-  cd apm-${pkgver}
-
-  # Use custom launcher
-  rm bin/apm{,.cmd} bin/npm{,.cmd}
-  rm src/cli.coffee
-  install -m755 "${srcdir}"/apm.js bin/apm
-
-  # Fix os.tmpDir() deprecation warning
-  patch -Np1 -i "${srcdir}"/fix-tmpdir-warning.patch
-
-  # Use system npm and node-gyp
-  patch -Np1 -i "${srcdir}"/use-system-npm.patch
-
-  # Don't download binary Node
-  patch -Np1 -i "${srcdir}"/no-scripts.patch
-  rm BUNDLED_NODE_VERSION script/*
-
-  # GYP needs Python2
-  patch -Np1 -i "${srcdir}"/python2.patch
-}
-
-build() {
-  cd apm-${pkgver}
-
-  npm install coffee-script
-  ./node_modules/.bin/coffee -c --no-header -o lib src/*.coffee
-  rm -r node_modules
-  npm install --user root -g --prefix="${srcdir}"/apm-build/usr $(npm pack | 
tail -1)
-}
-
-package() {
-  cp -r "${srcdir}"/apm-build/usr "${pkgdir}"
-
-  cd "${pkgdir}"${_apmdir}
-  install -m644 "${srcdir}"/apm-${pkgver}/README.md ./
-
-  # Install license file
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/atom-package-manager/LICENSE.md \
- "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Remove occurrences of ${srcdir}
-  find "${pkgdir}" -name "package.json" \
-   -exec sed -e "s|${srcdir}/apm-build||" \
- -e "s|${srcdir}/apm-${pkgver}|${_apmdir}|" \
- -i '{}' \;
-
-  # Remove useless stuff
-  find "${pkgdir}"/usr/lib \
-  -name ".*" -prune -exec rm -r '{}' \; \
-  -or -name "*.a" -exec rm '{}' \; \
-  -or -name "*.bat" -exec rm '{}' \; \
-  -or -name "*.mk" -exec rm '{}' \; \
-  -or -path "*/git-utils/binding.gyp" -exec rm '{}' \; \
-  -or -path "*/git-utils/src" -prune -exec rm -r '{}' \; \
-  -or -path "*/keytar/binding.gyp" -exec rm '{}' \; \
-  -or -path "*/keytar/src" -prune -exec rm -r '{}' \; \
-  -or 

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

2018-04-28 Thread Nicola Squartini via arch-commits
Date: Saturday, April 28, 2018 @ 19:17:40
  Author: tensor5
Revision: 318406

upgpkg: apm 1.19.0-6

Depend on nodejs>=10.

Modified:
  apm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 19:16:23 UTC (rev 318405)
+++ PKGBUILD2018-04-28 19:17:40 UTC (rev 318406)
@@ -3,12 +3,12 @@
 
 pkgname=apm
 pkgver=1.19.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Atom package manager'
 arch=('x86_64')
 url='https://github.com/atom/apm'
 license=('MIT')
-depends=('libsecret' 'nodejs>=9' 'npm' 'python2')
+depends=('libsecret' 'nodejs>=10' 'npm' 'python2')
 makedepends=('git')
 provides=('nodejs-atom-package-manager')
 conflicts=('nodejs-atom-package-manager')


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 19:16:23
  Author: felixonmars
Revision: 318405

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 318404, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 318404, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-28 19:16:23 UTC (rev 318405)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.9
+pkgrel=9
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat' 'haskell-cmdargs' 'haskell-data-default' 
'haskell-fsnotify'
+ 'haskell-hunit' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-pretty-show' 'haskell-safe' 'haskell-split' 'haskell-text' 
'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4b0007f5cd7cbea8c72ecee19a802a0751a19cc34ec1b67d53ab6510e8276695f84a358d798506d08f1eb1dd562a44807244fd590354cf5edb5ba9d42daf3223')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 19:15:58
  Author: felixonmars
Revision: 318404

upgpkg: hledger-ui 1.9-9

rebuild with hinotify,0.3.10 fsnotify,0.2.1.2

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 19:14:25 UTC (rev 318403)
+++ PKGBUILD2018-04-28 19:15:58 UTC (rev 318404)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.9
-pkgrel=8
+pkgrel=9
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 19:14:04
  Author: felixonmars
Revision: 318402

upgpkg: idris 1.2.0-62

rebuild with hinotify,0.3.10 fsnotify,0.2.1.2

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 18:59:33 UTC (rev 318401)
+++ PKGBUILD2018-04-28 19:14:04 UTC (rev 318402)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=1.2.0
-pkgrel=61
+pkgrel=62
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 19:14:25
  Author: felixonmars
Revision: 318403

archrelease: copy trunk to community-staging-x86_64

Added:
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 318402, idris/trunk/PKGBUILD)

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 318402, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-28 19:14:25 UTC (rev 318403)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.2.0
+pkgrel=62
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec' 'haskell-mtl'
+ 'haskell-network' 'haskell-optparse-applicative' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-split' 'haskell-terminal-size' 'haskell-text' 
'haskell-uniplate'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector'
+ 'haskell-vector-binary-instances' 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-rerun'
+ 'nodejs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('ad9a1266c689fb961eb05ab295ea23029dfb85c3de190905b482afa0bca8ba0e7a69d1093a5e7fcd648d6fb1e2daeceb2d3f70562032c7857d081e0442ccf0cf')
+
+prepare() {
+cd Idris-dev-$pkgver
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+}
+
+build() {
+cd Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 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 Idris-dev-$pkgver
+# TODO: figure out the tests
+PATH="$PWD/dist/build:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell 
Setup test || warning "Tests failed"
+}
+
+package() {
+cd Idris-dev-$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 stack/repos (3 files)

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:59:33
  Author: felixonmars
Revision: 318401

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 318400, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 318400, stack/trunk/stack.install)

---+
 PKGBUILD  |   76 
 stack.install |4 ++
 2 files changed, 80 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 318400, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-28 18:59:33 UTC (rev 318401)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.6.5
+pkgrel=78
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-bindings-uname'
+ 'haskell-blaze-builder' 'haskell-clock' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' 
'haskell-exceptions'
+ 'haskell-extra' 'haskell-fast-logger' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hastache' 'haskell-hpack' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-mintty' 
'haskell-monad-logger'
+ 'haskell-mono-traversable' 'haskell-mtl' 'haskell-neat-interpolation' 
'haskell-network-uri'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 
'haskell-optparse-simple'
+ 'haskell-path' 'haskell-path-io' 'haskell-persistent' 
'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-pid1' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-resourcet' 'haskell-retry' 
'haskell-semigroups'
+ 'haskell-split' 'haskell-stm' 'haskell-store' 'haskell-store-core'
+ 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-text'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-unicode-transforms'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('416e2e128554c7acd2896a915af6d47d9bf7743c98175b897c4b3714431203283f9706d1ceeed2fe64c4b403cdaca3fb0d1d3d5c8e6edfde3b80c1aa515fb351')
+
+prepare() {
+  cd $pkgname-$pkgver
+  hpack
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  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 $pkgname-$pkgver
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd "${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"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: 

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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:59:02
  Author: felixonmars
Revision: 318400

upgpkg: stack 1.6.5-78

rebuild with hinotify,0.3.10 fsnotify,0.2.1.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 18:52:50 UTC (rev 318399)
+++ PKGBUILD2018-04-28 18:59:02 UTC (rev 318400)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.6.5
-pkgrel=77
+pkgrel=78
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:53:07
  Author: felixonmars
Revision: 323104

archrelease: copy trunk to testing-x86_64

Added:
  python-numpy/repos/testing-x86_64/
  python-numpy/repos/testing-x86_64/PKGBUILD
(from rev 323103, python-numpy/trunk/PKGBUILD)
  python-numpy/repos/testing-x86_64/site.cfg
(from rev 323103, python-numpy/trunk/site.cfg)

--+
 PKGBUILD |   85 +
 site.cfg |4 ++
 2 files changed, 89 insertions(+)

Copied: python-numpy/repos/testing-x86_64/PKGBUILD (from rev 323103, 
python-numpy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-28 18:53:07 UTC (rev 323104)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angel 'angvp' Velasquez  
+
+pkgbase=python-numpy
+pkgname=('python2-numpy' 'python-numpy')
+pkgver=1.14.3
+pkgrel=1
+pkgdesc="Scientific tools for Python"
+arch=('x86_64')
+license=('custom')
+url="http://www.numpy.org/;
+makedepends=('cblas' 'lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran'
+   'python-nose' 'python2-nose' 'cython' 'cython2')
+options=('staticlibs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;
 'site.cfg')
+sha512sums=('371b85b9bb49cf34035437df78623cf25c569ff613e2a162e658c4cf4374b86b516b39e2c7ea90a351e7fe7e7b9cf87a05f1ac48c4f2903ec34874f93e5df435'
+
'03a0f161be4963625f110a26167efbd300a12bd4cf99c8250c47ac865466d03fc8640e7e4fb6a59c39bf8b797609f5ed50afbc720d1fcbd2c4c57263cf8b406b')
+
+prepare() {
+  cp site.cfg numpy-$pkgver
+  cp -a numpy-$pkgver numpy-py2-$pkgver
+  cd numpy-py2-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  export LDFLAGS="$LDFLAGS -shared"
+
+  echo "Building Python2"
+  cd numpy-py2-$pkgver
+  python2 setup.py config_fc --fcompiler=gnu95 build
+
+  echo "Building Python3"
+  cd ../numpy-$pkgver
+  python setup.py config_fc --fcompiler=gnu95 build
+}
+
+package_python2-numpy() {
+  depends=('lapack' 'python2' 'cblas')
+  optdepends=('python2-nose: testsuite')
+
+  _pyver=2.7
+
+  export ATLAS=None
+  export LDFLAGS="$LDFLAGS -shared"
+
+  cd numpy-py2-$pkgver
+  python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python2-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-numpy/"
+
+  install -m755 -d "${pkgdir}/usr/include/python${_pyver}"
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
"${pkgdir}/usr/include/python${_pyver}/numpy"
+}
+
+package_python-numpy() {
+  depends=('lapack' 'python' 'cblas')
+  optdepends=('python-nose: testsuite')
+  provides=("python3-numpy=${pkgver}")
+  replaces=('python3-numpy')
+  conflicts=('python3-numpy')
+
+  _pyver=3.6
+  _pyinc=3.6m
+
+  export ATLAS=None
+  export LDFLAGS="$LDFLAGS -shared"
+
+  cd numpy-$pkgver
+  python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-numpy/"
+
+  install -m755 -d "${pkgdir}/usr/include/python${_pyinc}"
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
"${pkgdir}/usr/include/python${_pyinc}/numpy"
+}

Copied: python-numpy/repos/testing-x86_64/site.cfg (from rev 323103, 
python-numpy/trunk/site.cfg)
===
--- testing-x86_64/site.cfg (rev 0)
+++ testing-x86_64/site.cfg 2018-04-28 18:53:07 UTC (rev 323104)
@@ -0,0 +1,4 @@
+[atlas]
+atlas_libs = cblas
+libraries = cblas
+


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:52:50
  Author: felixonmars
Revision: 318399

archrelease: copy trunk to community-staging-x86_64

Added:
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 318398, xmobar/trunk/PKGBUILD)

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 318398, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-28 18:52:50 UTC (rev 318399)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.26
+pkgrel=8
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 'haskell-mtl'
+ 'haskell-regex-base' 'haskell-regex-compat' 'haskell-http'
+ 'haskell-dbus0.10' 'haskell-libmpd' 'haskell-iwlib' 'wireless_tools'
+ 'haskell-text')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz
+
https://github.com/jaor/xmobar/commit/fb0a23f395445540f865ae00b33e75e0175db4ef.patch)
+sha512sums=('c67c1552f7183a6f33b472f19686cda41cca27c0de89a8d0dcb1f8ea008aea85a143d75608d4392a1a1c9933737a6cbe881cff9ddd13f632d581cd0e10ca8d4d'
+
'53b7cca689386e976383ebbe56db877fb01896a5dfcb1e4e4e5424a9ce1ef7cc75a38dbed2bdb23e9521357c1e5945a7b58f70df07029fd38e398c6ca4891264')
+
+prepare() {
+  cd xmobar-$pkgver
+  patch -p1 -i ../fb0a23f395445540f865ae00b33e75e0175db4ef.patch
+}
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:52:30
  Author: felixonmars
Revision: 318398

upgpkg: xmobar 0.26-8

rebuild with hinotify,0.3.10 fsnotify,0.2.1.2

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 18:49:00 UTC (rev 318397)
+++ PKGBUILD2018-04-28 18:52:30 UTC (rev 318398)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.26
-pkgrel=7
+pkgrel=8
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('custom:BSD3')
@@ -17,9 +17,16 @@
  'haskell-dbus0.10' 'haskell-libmpd' 'haskell-iwlib' 'wireless_tools'
  'haskell-text')
 makedepends=('ghc')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
-sha512sums=('c67c1552f7183a6f33b472f19686cda41cca27c0de89a8d0dcb1f8ea008aea85a143d75608d4392a1a1c9933737a6cbe881cff9ddd13f632d581cd0e10ca8d4d')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz
+
https://github.com/jaor/xmobar/commit/fb0a23f395445540f865ae00b33e75e0175db4ef.patch)
+sha512sums=('c67c1552f7183a6f33b472f19686cda41cca27c0de89a8d0dcb1f8ea008aea85a143d75608d4392a1a1c9933737a6cbe881cff9ddd13f632d581cd0e10ca8d4d'
+
'53b7cca689386e976383ebbe56db877fb01896a5dfcb1e4e4e5424a9ce1ef7cc75a38dbed2bdb23e9521357c1e5945a7b58f70df07029fd38e398c6ca4891264')
 
+prepare() {
+  cd xmobar-$pkgver
+  patch -p1 -i ../fb0a23f395445540f865ae00b33e75e0175db4ef.patch
+}
+
 build() {
   cd xmobar-${pkgver}
   runhaskell setup configure -O \


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:52:47
  Author: felixonmars
Revision: 323103

upgpkg: python-numpy 1.14.3-1

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 18:49:49 UTC (rev 323102)
+++ PKGBUILD2018-04-28 18:52:47 UTC (rev 323103)
@@ -6,7 +6,7 @@
 
 pkgbase=python-numpy
 pkgname=('python2-numpy' 'python-numpy')
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc="Scientific tools for Python"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'python-nose' 'python2-nose' 'cython' 'cython2')
 options=('staticlibs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;
 'site.cfg')
-sha512sums=('65b10462011e033669b700f0688df2e8630a097323fc7d72e71549fdfc2258546fe6f1317e0d51e1a0c9ab86451e0998ccbc7daa9af690652a96034571d5b76b'
+sha512sums=('371b85b9bb49cf34035437df78623cf25c569ff613e2a162e658c4cf4374b86b516b39e2c7ea90a351e7fe7e7b9cf87a05f1ac48c4f2903ec34874f93e5df435'
 
'03a0f161be4963625f110a26167efbd300a12bd4cf99c8250c47ac865466d03fc8640e7e4fb6a59c39bf8b797609f5ed50afbc720d1fcbd2c4c57263cf8b406b')
 
 prepare() {


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:49:27
  Author: felixonmars
Revision: 323101

upgpkg: python-setuptools 1:39.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 16:08:33 UTC (rev 323100)
+++ PKGBUILD2018-04-28 18:49:27 UTC (rev 323101)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=39.0.1
+pkgver=39.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'python-wheel' 'python2-wheel' 'python-pip' 'python2-pip' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('34df8f10e89825975c82059c759690a2cc1486fc84c71a76875b92c2452529fbdd628e11e3043e479ea3f031af18b37a37b86d2a8d2505c300188eccdc109332')
+sha512sums=('9fa00930a1923782c2f6356bf992410d42b3dd81b5a673e2957eaf8941787fbea324851c5df48e37601641d004ee900c88a1cfa97ef9df374879586a36efa5c6')
 
 prepare() {
   rm -r setuptools-$pkgver/{pkg_resources,setuptools}/_vendor


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:49:49
  Author: felixonmars
Revision: 323102

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 323101, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 18:49:27 UTC (rev 323101)
+++ PKGBUILD2018-04-28 18:49:49 UTC (rev 323102)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=39.0.1
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python-mock' 'python2-mock' 
'python-pytest-fixture-config'
-  'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
-  'python-wheel' 'python2-wheel' 'python-pip' 'python2-pip' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('34df8f10e89825975c82059c759690a2cc1486fc84c71a76875b92c2452529fbdd628e11e3043e479ea3f031af18b37a37b86d2a8d2505c300188eccdc109332')
-
-prepare() {
-  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i import 
pytest\n\n...@pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
-  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
-  # dir.
-  sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
-  -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
-  -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  cp -a setuptools-$pkgver{,-py2}
-
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-build() {
-  cd "$srcdir"/setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py pytest
-)}
-
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
-
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 323101, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 18:49:49 UTC (rev 323102)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=39.1.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  

[arch-commits] Commit in man-pages-zh/repos/community-any (PKGBUILD PKGBUILD)

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:49:00
  Author: felixonmars
Revision: 318397

archrelease: copy trunk to community-any

Added:
  man-pages-zh/repos/community-any/PKGBUILD
(from rev 318396, man-pages-zh/trunk/PKGBUILD)
Deleted:
  man-pages-zh/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 18:48:37 UTC (rev 318396)
+++ PKGBUILD2018-04-28 18:49:00 UTC (rev 318397)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: dick...@gmail.com
-# Contributor: cuihao 
-
-pkgbase=man-pages-zh
-pkgname=(man-pages-zh_cn man-pages-zh_tw)
-pkgver=1.6.3.2
-pkgrel=1
-arch=('any')
-url='https://github.com/man-pages-zh/manpages-zh'
-license=('GPL2')
-depends=('man-db')
-makedepends=('opencc' 'python' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/man-pages-zh/manpages-zh/archive/v$pkgver.tar.gz;)
-sha512sums=('61171406482a24c3dfd1b6303af3d7fb086466d5f05d5799f50488beb78c91c5d1bcf574aab669b71fa0f027691a0be1a1d254d08f823ff4bd8bf976e0c83dff')
-
-build() {
-  cd manpages-zh-$pkgver
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package_man-pages-zh_cn() {
-  pkgdesc='Simplified Chinese Linux man pages'
-
-  cd manpages-zh-$pkgver
-  make install DESTDIR="$pkgdir"
-
-  rm -r "$pkgdir"/usr/share/man/zh_TW
-
-  # remove conflicted files with shadow
-  cd "$pkgdir"/usr/share/man/zh_CN
-  rm -f ./man1/groups*
-}
-
-package_man-pages-zh_tw() {
-  pkgdesc='Traditional Chinese Linux man pages'
-
-  cd manpages-zh-$pkgver
-  make install DESTDIR="$pkgdir"
-
-  rm -r "$pkgdir"/usr/share/man/zh_CN
-
-  # remove conflicted files with shadow
-  cd "$pkgdir"/usr/share/man/zh_TW
-  rm -f ./man1/groups*
-}

Copied: man-pages-zh/repos/community-any/PKGBUILD (from rev 318396, 
man-pages-zh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 18:49:00 UTC (rev 318397)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: dick...@gmail.com
+# Contributor: cuihao 
+
+pkgbase=man-pages-zh
+pkgname=(man-pages-zh_cn man-pages-zh_tw)
+pkgver=1.6.3.3
+pkgrel=1
+arch=('any')
+url='https://github.com/man-pages-zh/manpages-zh'
+license=('GPL2')
+depends=('man-db')
+makedepends=('opencc' 'python' 'git')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/man-pages-zh/manpages-zh/archive/v$pkgver.tar.gz;)
+sha512sums=('1c5136ef238f65278196b9690c6c859a0001afb16ae28b51fffd4c8dcef62f650f05270557aa59c4d9087301bafca117374a68c0e1beb724439577a354dd13bf')
+
+build() {
+  cd manpages-zh-$pkgver
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package_man-pages-zh_cn() {
+  pkgdesc='Simplified Chinese Linux man pages'
+
+  cd manpages-zh-$pkgver
+  make install DESTDIR="$pkgdir"
+
+  rm -r "$pkgdir"/usr/share/man/zh_TW
+
+  # remove conflicted files with shadow
+  cd "$pkgdir"/usr/share/man/zh_CN
+  rm -f ./man1/groups*
+}
+
+package_man-pages-zh_tw() {
+  pkgdesc='Traditional Chinese Linux man pages'
+
+  cd manpages-zh-$pkgver
+  make install DESTDIR="$pkgdir"
+
+  rm -r "$pkgdir"/usr/share/man/zh_CN
+
+  # remove conflicted files with shadow
+  cd "$pkgdir"/usr/share/man/zh_TW
+  rm -f ./man1/groups*
+}


[arch-commits] Commit in man-pages-zh/trunk (PKGBUILD)

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:48:37
  Author: felixonmars
Revision: 318396

upgpkg: man-pages-zh 1.6.3.3-1

Modified:
  man-pages-zh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 18:48:19 UTC (rev 318395)
+++ PKGBUILD2018-04-28 18:48:37 UTC (rev 318396)
@@ -5,7 +5,7 @@
 
 pkgbase=man-pages-zh
 pkgname=(man-pages-zh_cn man-pages-zh_tw)
-pkgver=1.6.3.2
+pkgver=1.6.3.3
 pkgrel=1
 arch=('any')
 url='https://github.com/man-pages-zh/manpages-zh'
@@ -13,7 +13,7 @@
 depends=('man-db')
 makedepends=('opencc' 'python' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/man-pages-zh/manpages-zh/archive/v$pkgver.tar.gz;)
-sha512sums=('61171406482a24c3dfd1b6303af3d7fb086466d5f05d5799f50488beb78c91c5d1bcf574aab669b71fa0f027691a0be1a1d254d08f823ff4bd8bf976e0c83dff')
+sha512sums=('1c5136ef238f65278196b9690c6c859a0001afb16ae28b51fffd4c8dcef62f650f05270557aa59c4d9087301bafca117374a68c0e1beb724439577a354dd13bf')
 
 build() {
   cd manpages-zh-$pkgver


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:47:59
  Author: felixonmars
Revision: 318394

upgpkg: haskell-fsnotify 0.2.1.2-1

rebuild with hinotify,0.3.10 fsnotify,0.2.1.2

Modified:
  haskell-fsnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 18:47:10 UTC (rev 318393)
+++ PKGBUILD2018-04-28 18:47:59 UTC (rev 318394)
@@ -4,8 +4,8 @@
 
 _hkgname=fsnotify
 pkgname=haskell-fsnotify
-pkgver=0.2.1.1
-pkgrel=7
+pkgver=0.2.1.2
+pkgrel=1
 pkgdesc="Cross platform library for file change notification."
 url="https://github.com/haskell-fswatch/hfsnotify;
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
  "haskell-unix-compat")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('d4ab5095840b6144582283e9a8e85143d8a929fdd8249421bbe23e05aeafad3c14da3a00e03c69afea94c0a1ba5ec9be85ec5fe8b3d0336cbce738a7279bcc01')
+sha512sums=('f8f44fbedd800eb5f2bef055fc54ea8a12bb848ece76dad3523af195b00978ba562123d01f662d871c835fcf6df54382691a00968e03630b7f67364e5a435c32')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:48:19
  Author: felixonmars
Revision: 318395

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-fsnotify/repos/community-staging-x86_64/PKGBUILD (from rev 
318394, haskell-fsnotify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-28 18:48:19 UTC (rev 318395)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fsnotify
+pkgname=haskell-fsnotify
+pkgver=0.2.1.2
+pkgrel=1
+pkgdesc="Cross platform library for file change notification."
+url="https://github.com/haskell-fswatch/hfsnotify;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-async" "haskell-hinotify" "haskell-text"
+ "haskell-unix-compat")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f8f44fbedd800eb5f2bef055fc54ea8a12bb848ece76dad3523af195b00978ba562123d01f662d871c835fcf6df54382691a00968e03630b7f67364e5a435c32')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_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 rclone/trunk (PKGBUILD)

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:46:47
  Author: felixonmars
Revision: 318392

upgpkg: rclone 1.41-1

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 18:46:30 UTC (rev 318391)
+++ PKGBUILD2018-04-28 18:46:47 UTC (rev 318392)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=rclone
-pkgver=1.40
+pkgver=1.41
 pkgrel=1
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('python2' 'pandoc' 'go-pie')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ncw/rclone/archive/v$pkgver.tar.gz;)
-sha512sums=('ce46393097122f2ae9669310767487218f74ee8fab607cb6355df33329325fe626d17b36565b7864e6b4ca1de75714e29356d7abeb3cc42038d3ab0677408973')
+sha512sums=('efce2827a659d83c2fce74c50e6d4182dc5916ba8e47a335f2719cce5c3eb4a9622ee0f53c5923af1ed84b340b6dd7ac00bcf48dbb3de53644dc3f2298523112')
 
 prepare() {
   cd rclone-$pkgver


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:47:10
  Author: felixonmars
Revision: 318393

archrelease: copy trunk to community-x86_64

Added:
  rclone/repos/community-x86_64/PKGBUILD
(from rev 318392, rclone/trunk/PKGBUILD)
Deleted:
  rclone/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 18:46:47 UTC (rev 318392)
+++ PKGBUILD2018-04-28 18:47:10 UTC (rev 318393)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=rclone
-pkgver=1.40
-pkgrel=1
-pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
-arch=('x86_64')
-url="http://rclone.org/;
-license=('MIT')
-depends=('glibc')
-makedepends=('python2' 'pandoc' 'go-pie')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ncw/rclone/archive/v$pkgver.tar.gz;)
-sha512sums=('ce46393097122f2ae9669310767487218f74ee8fab607cb6355df33329325fe626d17b36565b7864e6b4ca1de75714e29356d7abeb3cc42038d3ab0677408973')
-
-prepare() {
-  cd rclone-$pkgver
-
-  sed -i "1s/python$/&2/" bin/make_manual.py
-
-  mkdir -p .gopath/src/github.com/ncw
-  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ncw/rclone
-}
-
-build() {
-  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
-
-  PATH="$GOPATH/bin:$PATH" make TAG=v$pkgver rclone doc
-}
-
-check() {
-  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
-  make TAG=v$pkgver test || warning "Tests failed"
-}
-
-package() {
-  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
-  make TAG=v$pkgver DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html MANUAL.txt
-}

Copied: rclone/repos/community-x86_64/PKGBUILD (from rev 318392, 
rclone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 18:47:10 UTC (rev 318393)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=rclone
+pkgver=1.41
+pkgrel=1
+pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
+arch=('x86_64')
+url="http://rclone.org/;
+license=('MIT')
+depends=('glibc')
+makedepends=('python2' 'pandoc' 'go-pie')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ncw/rclone/archive/v$pkgver.tar.gz;)
+sha512sums=('efce2827a659d83c2fce74c50e6d4182dc5916ba8e47a335f2719cce5c3eb4a9622ee0f53c5923af1ed84b340b6dd7ac00bcf48dbb3de53644dc3f2298523112')
+
+prepare() {
+  cd rclone-$pkgver
+
+  sed -i "1s/python$/&2/" bin/make_manual.py
+
+  mkdir -p .gopath/src/github.com/ncw
+  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/ncw/rclone
+}
+
+build() {
+  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
+
+  PATH="$GOPATH/bin:$PATH" make TAG=v$pkgver rclone doc
+}
+
+check() {
+  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
+  make TAG=v$pkgver test || warning "Tests failed"
+}
+
+package() {
+  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
+  make TAG=v$pkgver DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html MANUAL.txt
+}


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:46:30
  Author: felixonmars
Revision: 318391

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hinotify/repos/community-staging-x86_64/PKGBUILD (from rev 
318390, haskell-hinotify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-28 18:46:30 UTC (rev 318391)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hinotify
+pkgname=haskell-hinotify
+pkgver=0.3.10
+pkgrel=1
+pkgdesc="Haskell binding to inotify"
+url="https://github.com/kolmodin/hinotify.git;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-async")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d22f40bb055e14fd4be6669122a11b36fd7c5a989489d1b8c1e4117672b9f1700197a827f23242c91504b8236c349a4494adf724827001a77a1abdc11a9d6b8b')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_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 hopenpgp-tools/repos (2 files)

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:38:12
  Author: felixonmars
Revision: 318387

archrelease: copy trunk to community-staging-x86_64

Added:
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 318386, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
318386, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-28 18:38:12 UTC (rev 318387)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.5
+pkgrel=118
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-ansi-wl-pprint" 
"haskell-attoparsec"
+ "haskell-base16-bytestring" "haskell-binary-conduit" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" 
"haskell-errors"
+ "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-ixset-typed" 
"haskell-lens"
+ "haskell-monad-loops" "haskell-openpgp-asciiarmor" 
"haskell-optparse-applicative"
+ "haskell-resourcet" "haskell-text" "haskell-time-locale-compat" 
"haskell-wl-pprint-extras"
+ "haskell-wl-pprint-terminfo" "haskell-yaml")
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('0ecba903607ef27f14c43bf1f6a2383a740c44802dcecf6ac093f41f8d754d77ef6f14e8200316cd2d7e56b8c63934299c521b6693baf1ca219b65485fd6d52a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:37:52
  Author: felixonmars
Revision: 318386

upgpkg: hopenpgp-tools 0.19.5-118

rebuild with incremental-parser,0.3.1

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 18:35:49 UTC (rev 318385)
+++ PKGBUILD2018-04-28 18:37:52 UTC (rev 318386)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.5
-pkgrel=117
+pkgrel=118
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:35:49
  Author: felixonmars
Revision: 318385

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
318384, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-28 18:35:49 UTC (rev 318385)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=198
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-wl-pprint-extras'
+ 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('f480201a10f14150adc290c81d38e7b6')
+
+build() {
+cd "${srcdir}/${_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 \
+-fnetwork-uri
+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}/${_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-hopenpgp/trunk (PKGBUILD)

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:35:29
  Author: felixonmars
Revision: 318384

upgpkg: haskell-hopenpgp 2.5.5-198

rebuild with incremental-parser,0.3.1

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 18:33:35 UTC (rev 318383)
+++ PKGBUILD2018-04-28 18:35:29 UTC (rev 318384)
@@ -4,7 +4,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.5.5
-pkgrel=197
+pkgrel=198
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:33:35
  Author: felixonmars
Revision: 318383

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-incremental-parser/repos/community-staging-x86_64/
  haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD
(from rev 318382, haskell-incremental-parser/trunk/PKGBUILD)

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

Copied: haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD 
(from rev 318382, haskell-incremental-parser/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-28 18:33:35 UTC (rev 318383)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=incremental-parser
+pkgname=haskell-incremental-parser
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Generic parser library capable of providing partial results from 
partial input."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-monoid-subclasses')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-checkers' 'haskell-tasty'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('aaac7f36bd9561b7d79125c223368dda6e0ad7feba9fca8d3b87e866ce48a1e2923731b23866f2a9e0daf3d420fe4fa798c733ae6e8ab6ce1b74643a9250e5e0')
+
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:33:15
  Author: felixonmars
Revision: 318382

upgpkg: haskell-incremental-parser 0.3.1-1

rebuild with incremental-parser,0.3.1

Modified:
  haskell-incremental-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 17:17:54 UTC (rev 318381)
+++ PKGBUILD2018-04-28 18:33:15 UTC (rev 318382)
@@ -4,8 +4,8 @@
 
 _hkgname=incremental-parser
 pkgname=haskell-incremental-parser
-pkgver=0.2.5.3
-pkgrel=21
+pkgver=0.3.1
+pkgrel=1
 pkgdesc="Generic parser library capable of providing partial results from 
partial input."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('GPL')
@@ -14,7 +14,7 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-checkers' 'haskell-tasty'
  'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('88dfd5a64419937005e40e9635a30b6d48bc076a082b88246385bdb2730ea09c10f2be3903e3aeb663b37c086ee75250a6f982ac89c3c0070aa5d1c0e48733f8')
+sha512sums=('aaac7f36bd9561b7d79125c223368dda6e0ad7feba9fca8d3b87e866ce48a1e2923731b23866f2a9e0daf3d420fe4fa798c733ae6e8ab6ce1b74643a9250e5e0')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-04-28 Thread Morten Linderud via arch-commits
Date: Saturday, April 28, 2018 @ 17:17:54
  Author: foxboron
Revision: 318381

archrelease: copy trunk to community-any

Added:
  docker-compose/repos/community-any/PKGBUILD
(from rev 318380, docker-compose/trunk/PKGBUILD)
Deleted:
  docker-compose/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 17:16:51 UTC (rev 318380)
+++ PKGBUILD2018-04-28 17:17:54 UTC (rev 318381)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andrew Crerar 
-# Maintainer: Morten Linderud 
-# Contributor: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.21.0
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('any')
-url="https://www.docker.com/;
-license=("Apache")
-depends=('python-cached-property' 'python-docopt' 'python-yaml' 
'python-requests'
- 'python-texttable' 'python-websocket-client' 'python-docker' 
'python-dockerpty'
- 'python-six' 'python-jsonschema' 'python-setuptools' 'docker')
-checkdepends=('python-pytest-runner' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;)
-sha512sums=('d821561d7ad7ea9ded78bf610d2bdd55aabd80813212c3ab4324b03b80587b2dd16f939ebe18f9c136c9a4c7b093611ae3f09fd26f633b3be52d7ecde386a49e')
-
-prepare() {
-  cd compose-$pkgver
-
-  # Remove upper bound on requires
-  sed -i 's/==/>=/g' requirements.txt
-  sed -i "s/, < .*',$/',/" setup.py
-}
-
-build() {
-  cd compose-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-  # TODO: need a running docker daemon to test
-
-  cd compose-$pkgver
-  # python setup.py install --root="$PWD/tmp_install" --optimize=1
-  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
python setup.py pytest
-}
-
-package() {
-  cd compose-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
-  install -Dm644 contrib/completion/fish/docker-compose.fish 
"$pkgdir"/usr/share/fish/completions/docker-compose.fish
-  install -Dm644 contrib/completion/zsh/_docker-compose  
"$pkgdir"/usr/share/zsh/site-functions/_docker-compose
-}

Copied: docker-compose/repos/community-any/PKGBUILD (from rev 318380, 
docker-compose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 17:17:54 UTC (rev 318381)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.21.1
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('any')
+url="https://www.docker.com/;
+license=("Apache")
+depends=('python-cached-property' 'python-docopt' 'python-yaml' 
'python-requests'
+ 'python-texttable' 'python-websocket-client' 'python-docker' 
'python-dockerpty'
+ 'python-six' 'python-jsonschema' 'python-setuptools' 'docker')
+checkdepends=('python-pytest-runner' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;)
+sha512sums=('1475cb6dc253b4080e11fa142721cd0e0d8fac903a928ddee4b96324b51f2819f427d055e25f9b4e76db0ffdd128d72ea3e42c151afbdb68d75ff386baced593')
+
+prepare() {
+  cd compose-$pkgver
+
+  # Remove upper bound on requires
+  sed -i 's/==/>=/g' requirements.txt
+  sed -i "s/, < .*',$/',/" setup.py
+}
+
+build() {
+  cd compose-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+  # TODO: need a running docker daemon to test
+
+  cd compose-$pkgver
+  # python setup.py install --root="$PWD/tmp_install" --optimize=1
+  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
python setup.py pytest
+}
+
+package() {
+  cd compose-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
+  install 

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

2018-04-28 Thread Morten Linderud via arch-commits
Date: Saturday, April 28, 2018 @ 17:16:51
  Author: foxboron
Revision: 318380

upgpkg: docker-compose 1.21.1-1

Updated to 1.21.1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 16:57:48 UTC (rev 318379)
+++ PKGBUILD2018-04-28 17:16:51 UTC (rev 318380)
@@ -7,7 +7,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=docker-compose
-pkgver=1.21.0
+pkgver=1.21.1
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('any')
@@ -18,7 +18,7 @@
  'python-six' 'python-jsonschema' 'python-setuptools' 'docker')
 checkdepends=('python-pytest-runner' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;)
-sha512sums=('d821561d7ad7ea9ded78bf610d2bdd55aabd80813212c3ab4324b03b80587b2dd16f939ebe18f9c136c9a4c7b093611ae3f09fd26f633b3be52d7ecde386a49e')
+sha512sums=('1475cb6dc253b4080e11fa142721cd0e0d8fac903a928ddee4b96324b51f2819f427d055e25f9b4e76db0ffdd128d72ea3e42c151afbdb68d75ff386baced593')
 
 prepare() {
   cd compose-$pkgver


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

2018-04-28 Thread Balló György via arch-commits
Date: Saturday, April 28, 2018 @ 16:57:42
  Author: bgyorgy
Revision: 318378

upgpkg: glabels 3.4.1-1

Update to new version

Modified:
  glabels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 16:46:24 UTC (rev 318377)
+++ PKGBUILD2018-04-28 16:57:42 UTC (rev 318378)
@@ -4,8 +4,8 @@
 # Contributor: Damir Perisa 
 
 pkgname=glabels
-pkgver=3.4.0
-pkgrel=8
+pkgver=3.4.1
+pkgrel=1
 pkgdesc="Creating labels and business cards the very easy way"
 arch=('x86_64')
 url="http://glabels.org/;
@@ -13,7 +13,7 @@
 depends=('evolution-data-server' 'iec16022' 'qrencode' 'zint')
 makedepends=('intltool' 'itstool' 'python')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d40e079395d30adbcd8204f41d08f7a8da9ec130bffa4cb3c130fbe2322b6410')
+sha256sums=('18e457298abb1c617187361109eeae769317686303fc07726af31e11519c5938')
 
 build() {
   cd $pkgname-$pkgver


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

2018-04-28 Thread Balló György via arch-commits
Date: Saturday, April 28, 2018 @ 16:57:48
  Author: bgyorgy
Revision: 318379

archrelease: copy trunk to community-x86_64

Added:
  glabels/repos/community-x86_64/PKGBUILD
(from rev 318378, glabels/trunk/PKGBUILD)
Deleted:
  glabels/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 16:57:42 UTC (rev 318378)
+++ PKGBUILD2018-04-28 16:57:48 UTC (rev 318379)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: yugrotavele 
-# Contributor: Damir Perisa 
-
-pkgname=glabels
-pkgver=3.4.0
-pkgrel=8
-pkgdesc="Creating labels and business cards the very easy way"
-arch=('x86_64')
-url="http://glabels.org/;
-license=('GPL' 'LGPL')
-depends=('evolution-data-server' 'iec16022' 'qrencode' 'zint')
-makedepends=('intltool' 'itstool' 'python')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d40e079395d30adbcd8204f41d08f7a8da9ec130bffa4cb3c130fbe2322b6410')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: glabels/repos/community-x86_64/PKGBUILD (from rev 318378, 
glabels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 16:57:48 UTC (rev 318379)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: yugrotavele 
+# Contributor: Damir Perisa 
+
+pkgname=glabels
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="Creating labels and business cards the very easy way"
+arch=('x86_64')
+url="http://glabels.org/;
+license=('GPL' 'LGPL')
+depends=('evolution-data-server' 'iec16022' 'qrencode' 'zint')
+makedepends=('intltool' 'itstool' 'python')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('18e457298abb1c617187361109eeae769317686303fc07726af31e11519c5938')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-28 Thread Balló György via arch-commits
Date: Saturday, April 28, 2018 @ 16:46:24
  Author: bgyorgy
Revision: 318377

archrelease: copy trunk to community-x86_64

Added:
  blueman/repos/community-x86_64/PKGBUILD
(from rev 318376, blueman/trunk/PKGBUILD)
Deleted:
  blueman/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 16:46:18 UTC (rev 318376)
+++ PKGBUILD2018-04-28 16:46:24 UTC (rev 318377)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Arthur Zamarin 
-# Contributor: Martin Wimpress 
-
-pkgname=blueman
-pkgver=2.0.5
-pkgrel=1
-pkgdesc="GTK+ Bluetooth Manager"
-arch=('i686' 'x86_64')
-url="https://github.com/blueman-project/blueman;
-license=('GPL')
-depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
-makedepends=('cython' 'intltool')
-optdepends=('dnsmasq: Network Access Point (NAP) support'
-'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
-'pulseaudio-bluetooth: audio devices support')
-source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('2c2eb9bbdcb6056eebcae1bec758f6a8ec752739b65794f6be3e0066ca1f88ca')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix path for bluetoothd
-  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
-
-  # Fix non-standard icon names
-  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
-  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: blueman/repos/community-x86_64/PKGBUILD (from rev 318376, 
blueman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 16:46:24 UTC (rev 318377)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Arthur Zamarin 
+# Contributor: Martin Wimpress 
+
+pkgname=blueman
+pkgver=2.0.5
+pkgrel=2
+pkgdesc="GTK+ Bluetooth Manager"
+arch=('x86_64')
+url="https://github.com/blueman-project/blueman;
+license=('GPL')
+depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
+makedepends=('cython' 'intltool')
+optdepends=('dnsmasq: Network Access Point (NAP) support'
+'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
+'net-tools: Network Access Point (NAP) support'
+'pulseaudio-bluetooth: audio devices support')
+source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('2c2eb9bbdcb6056eebcae1bec758f6a8ec752739b65794f6be3e0066ca1f88ca')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix path for bluetoothd
+  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
+
+  # Fix non-standard icon names
+  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
+  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--with-dhcp-config='/etc/dhcpd.conf'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-28 Thread Balló György via arch-commits
Date: Saturday, April 28, 2018 @ 16:46:18
  Author: bgyorgy
Revision: 318376

upgpkg: blueman 2.0.5-2

Add net-tools to optdepends, fix dhcp config path

Modified:
  blueman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 16:27:33 UTC (rev 318375)
+++ PKGBUILD2018-04-28 16:46:18 UTC (rev 318376)
@@ -5,7 +5,7 @@
 
 pkgname=blueman
 pkgver=2.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ Bluetooth Manager"
 arch=('x86_64')
 url="https://github.com/blueman-project/blueman;
@@ -14,6 +14,7 @@
 makedepends=('cython' 'intltool')
 optdepends=('dnsmasq: Network Access Point (NAP) support'
 'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
+'net-tools: Network Access Point (NAP) support'
 'pulseaudio-bluetooth: audio devices support')
 
source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
 sha256sums=('2c2eb9bbdcb6056eebcae1bec758f6a8ec752739b65794f6be3e0066ca1f88ca')
@@ -35,7 +36,8 @@
 --prefix=/usr \
 --sysconfdir=/etc \
 --libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile
+--disable-schemas-compile \
+--with-dhcp-config='/etc/dhcpd.conf'
   make
 }
 


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

2018-04-28 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 28, 2018 @ 16:27:12
  Author: alucryd
Revision: 318374

upgpkg: adapta-gtk-theme 3.93.1.1-1

Modified:
  adapta-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 14:37:45 UTC (rev 318373)
+++ PKGBUILD2018-04-28 16:27:12 UTC (rev 318374)
@@ -3,7 +3,7 @@
 # Contributor: Phillip Schichtel 
 
 pkgname=adapta-gtk-theme
-pkgver=3.93.0.258
+pkgver=3.93.1.1
 pkgrel=1
 pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
 arch=('any')


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

2018-04-28 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 28, 2018 @ 16:27:33
  Author: alucryd
Revision: 318375

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 16:27:12 UTC (rev 318374)
+++ PKGBUILD2018-04-28 16:27:33 UTC (rev 318375)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Phillip Schichtel 
-
-pkgname=adapta-gtk-theme
-pkgver=3.93.0.258
-pkgrel=1
-pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
-arch=('any')
-url='https://github.com/adapta-project/adapta-gtk-theme'
-license=('CCPL' 'GPL2')
-makedepends=('git' 'gnome-shell' 'inkscape' 'libxml2' 'parallel' 'sassc')
-optdepends=('gtk-engine-murrine: for gtk2 themes'
-'noto-fonts: Recommended font'
-'ttf-roboto: Recommended font')
-source=("git+https://github.com/adapta-project/adapta-gtk-theme.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  cd adapta-gtk-theme
-
-  ./autogen.sh \
---prefix='/usr' \
---enable-parallel \
---enable-plank \
---enable-telegram \
---disable-unity
-  make
-}
-
-package() {
-  cd adapta-gtk-theme
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/plank/themes
-  ln -s /usr/share/themes/Adapta/plank 
"${pkgdir}"/usr/share/plank/themes/Adapta
-
-  install -Dm 644 LICENSE_CC_BY_SA4 -t 
"${pkgdir}"/usr/share/licenses/adapta-gtk-theme/
-}
-
-# vim: ts=2 sw=2 et:

Copied: adapta-gtk-theme/repos/community-any/PKGBUILD (from rev 318374, 
adapta-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 16:27:33 UTC (rev 318375)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Phillip Schichtel 
+
+pkgname=adapta-gtk-theme
+pkgver=3.93.1.1
+pkgrel=1
+pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
+arch=('any')
+url='https://github.com/adapta-project/adapta-gtk-theme'
+license=('CCPL' 'GPL2')
+makedepends=('git' 'gnome-shell' 'inkscape' 'libxml2' 'parallel' 'sassc')
+optdepends=('gtk-engine-murrine: for gtk2 themes'
+'noto-fonts: Recommended font'
+'ttf-roboto: Recommended font')
+source=("git+https://github.com/adapta-project/adapta-gtk-theme.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  cd adapta-gtk-theme
+
+  ./autogen.sh \
+--prefix='/usr' \
+--enable-parallel \
+--enable-plank \
+--enable-telegram \
+--disable-unity
+  make
+}
+
+package() {
+  cd adapta-gtk-theme
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/plank/themes
+  ln -s /usr/share/themes/Adapta/plank 
"${pkgdir}"/usr/share/plank/themes/Adapta
+
+  install -Dm 644 LICENSE_CC_BY_SA4 -t 
"${pkgdir}"/usr/share/licenses/adapta-gtk-theme/
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-28 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 28, 2018 @ 16:08:33
  Author: alucryd
Revision: 323100

archrelease: copy trunk to staging-x86_64

Added:
  java-openjfx/repos/staging-x86_64/
  java-openjfx/repos/staging-x86_64/17-gcc-compatibility.patch
(from rev 323099, java-openjfx/trunk/17-gcc-compatibility.patch)
  java-openjfx/repos/staging-x86_64/PKGBUILD
(from rev 323099, java-openjfx/trunk/PKGBUILD)
  java-openjfx/repos/staging-x86_64/gradle.properties
(from rev 323099, java-openjfx/trunk/gradle.properties)

+
 17-gcc-compatibility.patch |   25 +
 PKGBUILD   |  114 +++
 gradle.properties  |4 +
 3 files changed, 143 insertions(+)

Copied: java-openjfx/repos/staging-x86_64/17-gcc-compatibility.patch (from rev 
323099, java-openjfx/trunk/17-gcc-compatibility.patch)
===
--- staging-x86_64/17-gcc-compatibility.patch   (rev 0)
+++ staging-x86_64/17-gcc-compatibility.patch   2018-04-28 16:08:33 UTC (rev 
323100)
@@ -0,0 +1,25 @@
+Description: Fixes a build error with GCC 6
+Author: Emmanuel Bourg 
+Forwarded: no
+Bug-Debian: https://bugs.debian.org/837021
+diff --git 
a/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp 
b/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp
+index 5c8f4b9..7c35213 100644
+--- a/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp
 b/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp
+@@ -46,6 +46,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ 
+ PosixPlatform::PosixPlatform(void) {
+@@ -232,7 +233,7 @@ bool PosixProcess::Wait() {
+ 
+ //TODO Use waitpid instead of wait
+ #ifdef LINUX
+-wait();
++wait();
+ #endif
+ #ifdef MAC
+ wpid = wait();

Copied: java-openjfx/repos/staging-x86_64/PKGBUILD (from rev 323099, 
java-openjfx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-28 16:08:33 UTC (rev 323100)
@@ -0,0 +1,114 @@
+# Maintainer: Guillaume ALAUX 
+# Contributor: William Gathoye 
+# Contributor: Emanuel Couto 
+# Contributor: Richard Jackson 
+# Contributor: Tinx 
+# Contributor: Jens Kapitza 
+# Contributor: Olli 
+
+# Demos available in ``
+# To build and test this pakcage:
+# - install this version of java-openjfx
+# - cd apps/samples
+# - ant -Dplatforms.JDK_1.8.home=/usr/lib/jvm/default jar
+# - java -jar ./Ensemble8/dist/Ensemble8.jar
+# - java -jar ./Modena/dist/Modena.jar
+# - java -jar ./3DViewer/dist/3DViewer.jar
+
+pkgbase=java-openjfx
+pkgname=('java-openjfx' 'java-openjfx-doc' 'java-openjfx-src')
+_java_ver=8
+_jdk_update=172
+_jdk_build=00
+_hgtag=${_java_ver}u${_jdk_update}-b${_jdk_build}
+pkgver=${_java_ver}.u${_jdk_update}
+pkgrel=2
+pkgdesc='Java OpenJFX 8 client application platform (open-source 
implementation of JavaFX)'
+arch=('x86_64')
+url='https://wiki.openjdk.java.net/display/OpenJFX/Main'
+license=('GPL')
+makedepends=('java-environment-openjdk=8' 'bison' 'gperf' 'gtk2'
+ 'libxtst' 'ffmpeg' 'python2' 'qt5-base' 'webkit2gtk' 'ruby' 
'cmake' 'unzip')
+ # TODO add junit antlr3 swt so that they are not downloaed during 
the build
+source=(http://hg.openjdk.java.net/openjfx/8u-dev/rt/archive/${_hgtag}.tar.bz2
+gradle.properties
+https://services.gradle.org/distributions/gradle-1.8-bin.zip
+# 
https://anonscm.debian.org/cgit/pkg-java/openjfx.git/tree/debian/patches/17-gcc-compatibility.patch
+17-gcc-compatibility.patch)
+
+sha256sums=('7d6aa064c1368dcba9c781083440368f835823e41b98ef61c4f0b6818484eb5a'
+'1d09385ac23d755aec079954247365de3875507641f5ecd7bd3511ebf3fa9e3c'
+'a342bbfa15fd18e2482287da4959588f45a41b60910970a16e6d97959aea5703'
+'864967467efeaffdabe1e60b7cfd0a27ce93be55ef45ef9993790219ad164554')
+
+_openjdk8dir="/usr/lib/jvm/java-8-openjdk"
+
+case $CARCH in
+  'i686') _CARCH='i386' ;;
+  'x86_64')_CARCH='amd64' ;;
+esac
+
+prepare() {
+  cd "rt-${_hgtag}"
+  patch -p1 < "${srcdir}/17-gcc-compatibility.patch"
+}
+
+build() {
+  cd "rt-${_hgtag}"
+
+  ln -sf "${srcdir}/gradle.properties" .
+  export GRADLE_USER_HOME="${srcdir}/gradle_home"
+  mkdir -p ${GRADLE_USER_HOME}
+
+  "${srcdir}"/gradle-1.8/bin/gradle
+}
+
+package_java-openjfx() {
+  pkgdesc='Java OpenJFX 8 client application platform (open-source 
implementation of JavaFX)'
+  depends=('java-runtime-openjdk=8' 'gstreamer' 'libxtst' 'webkit2gtk' 
'ffmpeg' 'qt5-base')
+  conflicts=('openjfx')
+  replaces=('openjfx')
+
+  local _builddir="${srcdir}/rt-${_hgtag}/build"
+  local _sdkdir="${_builddir}/sdk"
+
+  install -d "${pkgdir}${_openjdk8dir}/jre/lib/${_CARCH}"
+  install -m755 "${_sdkdir}/rt/lib/${_CARCH}"/*.* 

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

2018-04-28 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 28, 2018 @ 16:08:11
  Author: alucryd
Revision: 323099

ffmpeg 4.0 rebuild: java-openjfx 8.u172-2

Modified:
  java-openjfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 15:13:35 UTC (rev 323098)
+++ PKGBUILD2018-04-28 16:08:11 UTC (rev 323099)
@@ -22,7 +22,7 @@
 _jdk_build=00
 _hgtag=${_java_ver}u${_jdk_update}-b${_jdk_build}
 pkgver=${_java_ver}.u${_jdk_update}
-pkgrel=1
+pkgrel=2
 pkgdesc='Java OpenJFX 8 client application platform (open-source 
implementation of JavaFX)'
 arch=('x86_64')
 url='https://wiki.openjdk.java.net/display/OpenJFX/Main'
@@ -36,7 +36,7 @@
 # 
https://anonscm.debian.org/cgit/pkg-java/openjfx.git/tree/debian/patches/17-gcc-compatibility.patch
 17-gcc-compatibility.patch)
 
-sha256sums=('435a59c9883ce79b74e2c1e61eac4ce7da54ba58179363a572bfbd8d2363c4bf'
+sha256sums=('7d6aa064c1368dcba9c781083440368f835823e41b98ef61c4f0b6818484eb5a'
 '1d09385ac23d755aec079954247365de3875507641f5ecd7bd3511ebf3fa9e3c'
 'a342bbfa15fd18e2482287da4959588f45a41b60910970a16e6d97959aea5703'
 '864967467efeaffdabe1e60b7cfd0a27ce93be55ef45ef9993790219ad164554')


[arch-commits] Commit in firefox-developer-edition/repos (5 files)

2018-04-28 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 28, 2018 @ 14:14:06
  Author: alucryd
Revision: 318370

archrelease: copy trunk to community-staging-x86_64

Added:
  firefox-developer-edition/repos/community-staging-x86_64/
  firefox-developer-edition/repos/community-staging-x86_64/PKGBUILD
(from rev 318369, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-staging-x86_64/firefox-developer-edition.desktop
(from rev 318369, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  
firefox-developer-edition/repos/community-staging-x86_64/firefox-install-dir.patch
(from rev 318369, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-staging-x86_64/firefox-symbolic.svg
(from rev 318369, firefox-developer-edition/trunk/firefox-symbolic.svg)

---+
 PKGBUILD  |  178 
 firefox-developer-edition.desktop |  311 
 firefox-install-dir.patch |   42 
 firefox-symbolic.svg  |   64 +++
 4 files changed, 595 insertions(+)

Copied: firefox-developer-edition/repos/community-staging-x86_64/PKGBUILD (from 
rev 318369, firefox-developer-edition/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-28 14:14:06 UTC (rev 318370)
@@ -0,0 +1,178 @@
+# Maintainer: Andrew Crerar 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=firefox-developer-edition
+pkgver=60.0b15
+pkgrel=2
+pkgdesc="Developer Edition of the popular Firefox web browser"
+arch=('x86_64')
+license=('MPL' 'GPL' 'LGPL')
+url="https://www.mozilla.org/firefox/channel/#developer;
+depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
+ 'dbus-glib' 'ffmpeg' 'nss' 'hunspell' 'sqlite' 'ttf-font' 'libpulse')
+makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf' 
'inetutils'
+ 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack' 'gtk2')
+optdepends=('networkmanager: Location detection via available WiFi networks'
+'libnotify: Notification integration'
+'pulseaudio: Audio support'
+'speech-dispatcher: Text-to-Speech')
+replaces=('firefox-developer')
+options=(!emptydirs !makeflags !strip)
+_repo=https://hg.mozilla.org/mozilla-unified
+source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
+"$pkgname".desktop
+firefox-symbolic.svg
+firefox-install-dir.patch)
+sha512sums=('SKIP'
+
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
+
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
+
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# Mozilla API keys (see https://location.services.mozilla.com/api)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd mozilla-unified
+  patch -Np1 -i ../firefox-install-dir.patch
+
+  echo -n "$_google_api_key" > google-api-key
+  echo -n "$_mozilla_api_key" > mozilla-api-key
+
+  cat > .mozconfig << END
+ac_add_options --enable-application=browser
+
+ac_add_options --prefix=/usr
+ac_add_options --enable-release
+ac_add_options --enable-gold
+ac_add_options --enable-pie
+ac_add_options --enable-optimize="-O2"
+ac_add_options --enable-rust-simd
+
+# Branding
+ac_add_options --with-branding=browser/branding/aurora
+ac_add_options --enable-update-channel=aurora
+ac_add_options --with-distribution-id=org.archlinux
+export MOZILLA_OFFICIAL=1
+export MOZ_TELEMETRY_REPORTING=1
+export MOZ_ADDON_SIGNING=1
+export MOZ_REQUIRE_SIGNING=0
+ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
+
+# Keys
+ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
+ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
+
+# System libraries
+ac_add_options --with-system-zlib
+ac_add_options --with-system-bz2
+ac_add_options --enable-system-hunspell
+ac_add_options --enable-system-sqlite
+ac_add_options --enable-system-ffi
+
+# Features

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2018-04-28 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 28, 2018 @ 14:13:50
  Author: alucryd
Revision: 318369

ffmpeg 4.0 rebuild: firefox-developer-edition 60.0b15-2

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 12:01:09 UTC (rev 318368)
+++ PKGBUILD2018-04-28 14:13:50 UTC (rev 318369)
@@ -3,7 +3,7 @@
 
 pkgname=firefox-developer-edition
 pkgver=60.0b15
-pkgrel=1
+pkgrel=2
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
 license=('MPL' 'GPL' 'LGPL')


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

2018-04-28 Thread Andreas Radke via arch-commits
Date: Saturday, April 28, 2018 @ 12:44:43
  Author: andyrtr
Revision: 323084

archrelease: copy trunk to testing-x86_64

Added:
  nano/repos/testing-x86_64/
  nano/repos/testing-x86_64/PKGBUILD
(from rev 323083, nano/trunk/PKGBUILD)

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

Copied: nano/repos/testing-x86_64/PKGBUILD (from rev 323083, 
nano/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-28 12:44:43 UTC (rev 323084)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.9.6
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('x86_64')
+license=('GPL')
+url="http://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(https://www.nano-editor.org/dist/v2.9/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha256sums=('a373507ebb4e9307a8202fbc19b5d29718025c8ec773669349211c362545d4c6'
+'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
+  'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
+  'BFD009061E535052AD0DF2150D28D4D2A0ACE884' # "Benno Schulenberg 
"
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/sample.nanorc 
${pkgdir}/etc/nanorc
+}


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

2018-04-28 Thread Andreas Radke via arch-commits
Date: Saturday, April 28, 2018 @ 12:44:26
  Author: andyrtr
Revision: 323083

upgpkg: nano 2.9.6-1

upstream update 2.9.6

Modified:
  nano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 10:33:21 UTC (rev 323082)
+++ PKGBUILD2018-04-28 12:44:26 UTC (rev 323083)
@@ -3,7 +3,7 @@
 # Contributor: Judd 
 
 pkgname=nano
-pkgver=2.9.5
+pkgver=2.9.6
 pkgrel=1
 pkgdesc="Pico editor clone with enhancements"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('ncurses' 'file' 'sh')
 backup=('etc/nanorc')
 
source=(https://www.nano-editor.org/dist/v2.9/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha256sums=('7b8d181cb57f42fa86a380bb9ad46abab859b60383607f731b65a9077f4b4e19'
+sha256sums=('a373507ebb4e9307a8202fbc19b5d29718025c8ec773669349211c362545d4c6'
 'SKIP')
 validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
   'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"


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

2018-04-28 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 28, 2018 @ 12:01:09
  Author: alucryd
Revision: 318368

archrelease: copy trunk to community-staging-x86_64

Added:
  openscenegraph/repos/community-staging-x86_64/PKGBUILD
(from rev 318367, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-staging-x86_64/openscenegraph-ffmpeg3.patch
(from rev 318367, openscenegraph/trunk/openscenegraph-ffmpeg3.patch)
Deleted:
  openscenegraph/repos/community-staging-x86_64/PKGBUILD
  openscenegraph/repos/community-staging-x86_64/openscenegraph-ffmpeg3.patch

--+
 PKGBUILD |   86 +--
 openscenegraph-ffmpeg3.patch |  314 -
 2 files changed, 200 insertions(+), 200 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 12:00:49 UTC (rev 318367)
+++ PKGBUILD2018-04-28 12:01:09 UTC (rev 318368)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sergej Pupykin 
-# Contributor: Hans Janssen 
-# Contributor: my64 
-# Contributor: Colin Pitrat 
-
-pkgname=openscenegraph
-pkgver=3.4.1
-pkgrel=2
-pkgdesc='Open Source, high performance real-time graphics toolkit'
-url='http://www.openscenegraph.org'
-arch=('x86_64')
-license=('custom:OSGPL')
-depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
-makedepends=('cmake' 'libvncserver' 'qt5-base' 'ffmpeg' 'mesa')
-optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt5-base' 'ffmpeg')
-conflicts=('openthreads')
-provides=('openthreads')
-source=(https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-${pkgver}.tar.gz)
-sha256sums=('930eb46f05781a76883ec16c5f49cfb29a059421db131005d75bec4d78401fd5')
-sha512sums=('4a65625e208d24256b5564bbe9d6f557758b51fae0acf85d1f71968a237fec299088536830fc862d25e02039de9ea13176b298a68aaa644eac958acbe1f4e143')
-
-prepare() {
-  mkdir -p OpenSceneGraph-OpenSceneGraph-${pkgver}/build
-}
-
-build() {
-  cd OpenSceneGraph-OpenSceneGraph-${pkgver}/build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-  ..
-  make
-}
-
-package() {
-  cd OpenSceneGraph-OpenSceneGraph-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  mv "${pkgdir}/usr/lib64" "${pkgdir}/usr/lib"
-}
-
-# vim: ts=2 sw=2 et:

Copied: openscenegraph/repos/community-staging-x86_64/PKGBUILD (from rev 
318367, openscenegraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 12:01:09 UTC (rev 318368)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sergej Pupykin 
+# Contributor: Hans Janssen 
+# Contributor: my64 
+# Contributor: Colin Pitrat 
+
+pkgname=openscenegraph
+pkgver=3.4.1
+pkgrel=3
+pkgdesc='Open Source, high performance real-time graphics toolkit'
+url='http://www.openscenegraph.org'
+arch=('x86_64')
+license=('custom:OSGPL')
+depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
+makedepends=('cmake' 'libvncserver' 'qt5-base' 'ffmpeg' 'mesa')
+optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt5-base' 'ffmpeg')
+conflicts=('openthreads')
+provides=('openthreads')
+source=(https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-${pkgver}.tar.gz)
+sha256sums=('930eb46f05781a76883ec16c5f49cfb29a059421db131005d75bec4d78401fd5')
+sha512sums=('4a65625e208d24256b5564bbe9d6f557758b51fae0acf85d1f71968a237fec299088536830fc862d25e02039de9ea13176b298a68aaa644eac958acbe1f4e143')
+
+prepare() {
+  mkdir -p OpenSceneGraph-OpenSceneGraph-${pkgver}/build
+}
+
+build() {
+  cd OpenSceneGraph-OpenSceneGraph-${pkgver}/build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+  ..
+  make
+}
+
+package() {
+  cd OpenSceneGraph-OpenSceneGraph-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  mv "${pkgdir}/usr/lib64" "${pkgdir}/usr/lib"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: openscenegraph-ffmpeg3.patch
===
--- openscenegraph-ffmpeg3.patch2018-04-28 12:00:49 UTC (rev 318367)
+++ openscenegraph-ffmpeg3.patch2018-04-28 12:01:09 UTC (rev 318368)
@@ -1,157 +0,0 @@
-Description: Replace deprecated FFmpeg API
-Author: Andreas Cadhalpun 
-Last-Update: <2015-11-02>
-
 
openscenegraph-3.2.1.orig/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp
-+++ 
openscenegraph-3.2.1/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp
-@@ -71,7 +71,7 @@ void 

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

2018-04-28 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 28, 2018 @ 12:00:49
  Author: alucryd
Revision: 318367

ffmpeg 4.0 rebuild: openscenegraph 3.4.1-3

Modified:
  openscenegraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 10:02:30 UTC (rev 318366)
+++ PKGBUILD2018-04-28 12:00:49 UTC (rev 318367)
@@ -6,7 +6,7 @@
 
 pkgname=openscenegraph
 pkgver=3.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Open Source, high performance real-time graphics toolkit'
 url='http://www.openscenegraph.org'
 arch=('x86_64')


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

2018-04-28 Thread Jan Steffens via arch-commits
Date: Saturday, April 28, 2018 @ 10:33:21
  Author: heftig
Revision: 323082

archrelease: copy trunk to extra-x86_64

Added:
  gcr/repos/extra-x86_64/10-gcr.conf
(from rev 323081, gcr/trunk/10-gcr.conf)
  gcr/repos/extra-x86_64/PKGBUILD
(from rev 323081, gcr/trunk/PKGBUILD)
Deleted:
  gcr/repos/extra-x86_64/10-gcr.conf
  gcr/repos/extra-x86_64/PKGBUILD

-+
 10-gcr.conf |6 +-
 PKGBUILD|  128 ++
 2 files changed, 70 insertions(+), 64 deletions(-)

Deleted: 10-gcr.conf
===
--- 10-gcr.conf 2018-04-28 10:32:47 UTC (rev 323081)
+++ 10-gcr.conf 2018-04-28 10:33:21 UTC (rev 323082)
@@ -1,3 +0,0 @@
-@users - memlock 1024
-
-# vim:set ft=limits:

Copied: gcr/repos/extra-x86_64/10-gcr.conf (from rev 323081, 
gcr/trunk/10-gcr.conf)
===
--- 10-gcr.conf (rev 0)
+++ 10-gcr.conf 2018-04-28 10:33:21 UTC (rev 323082)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 10:32:47 UTC (rev 323081)
+++ PKGBUILD2018-04-28 10:33:21 UTC (rev 323082)
@@ -1,61 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gcr
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="A library for bits of crypto UI and parsing"
-url="https://git.gnome.org/browse/gcr;
-arch=(x86_64)
-license=(GPL2)
-depends=(dconf gtk3 libgcrypt p11-kit)
-makedepends=(intltool gobject-introspection python vala libxslt git gtk-doc)
-checkdepends=(python2)
-_commit=aa4e0535a6f8e6bd6834a630ba2ea7b8990e402c  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/gcr#commit=$_commit;
-10-gcr.conf)
-sha256sums=('SKIP'
-'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed -i '1s/python$/&2/' build/tap-{driver,gtester}
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---enable-gtk-doc \
---disable-static \
---disable-update-mime \
---disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # Secure memory tests fail
-  dbus-run-session make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  # gcr wants to lock some memory to prevent swapping out private keys
-  # https://bugs.archlinux.org/task/32616
-  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
-  install -Dt "$pkgdir/etc/security/limits.d" -m644 ../10-gcr.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/extra-x86_64/PKGBUILD (from rev 323081, gcr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 10:33:21 UTC (rev 323082)
@@ -0,0 +1,67 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gcr
+pkgver=3.28.0
+pkgrel=2
+pkgdesc="A library for bits of crypto UI and parsing"
+url="https://git.gnome.org/browse/gcr;
+arch=(x86_64)
+license=(GPL2)
+depends=(dconf gtk3 libgcrypt p11-kit)
+makedepends=(intltool gobject-introspection python vala libxslt git gtk-doc)
+checkdepends=(python2)
+_commit=aa4e0535a6f8e6bd6834a630ba2ea7b8990e402c  # tags/3.28.0^0
+source=("git+https://git.gnome.org/browse/gcr#commit=$_commit;
+0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch
+10-gcr.conf)
+sha256sums=('SKIP'
+'464b395618dfbbb827a812de56deb3ca22ceb99010885c8f43dae22cfd66278d'
+'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=795626
+  patch -Np1 -i ../0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch
+
+  sed -i '1s/python$/&2/' build/tap-{driver,gtester}
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--enable-gtk-doc \
+--disable-static \
+--disable-update-mime \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # Secure memory tests fail
+  dbus-run-session make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  # gcr wants to lock some memory to prevent swapping out private keys
+  # https://bugs.archlinux.org/task/32616
+  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
+  install -Dt "$pkgdir/etc/security/limits.d" -m644 ../10-gcr.conf
+}
+
+# vim:set ts=2 sw=2 et:

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

2018-04-28 Thread Jan Steffens via arch-commits
Date: Saturday, April 28, 2018 @ 10:32:47
  Author: heftig
Revision: 323081

3.28.0-2

Modified:
  gcr/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 08:45:57 UTC (rev 323080)
+++ PKGBUILD2018-04-28 10:32:47 UTC (rev 323081)
@@ -3,7 +3,7 @@
 
 pkgname=gcr
 pkgver=3.28.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for bits of crypto UI and parsing"
 url="https://git.gnome.org/browse/gcr;
 arch=(x86_64)
@@ -13,8 +13,10 @@
 checkdepends=(python2)
 _commit=aa4e0535a6f8e6bd6834a630ba2ea7b8990e402c  # tags/3.28.0^0
 source=("git+https://git.gnome.org/browse/gcr#commit=$_commit;
+0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch
 10-gcr.conf)
 sha256sums=('SKIP'
+'464b395618dfbbb827a812de56deb3ca22ceb99010885c8f43dae22cfd66278d'
 '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
 
 pkgver() {
@@ -24,6 +26,10 @@
 
 prepare() {
   cd $pkgname
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=795626
+  patch -Np1 -i ../0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch
+
   sed -i '1s/python$/&2/' build/tap-{driver,gtester}
   NOCONFIGURE=1 ./autogen.sh
 }


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

2018-04-28 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 28, 2018 @ 10:02:30
  Author: alucryd
Revision: 318366

archrelease: copy trunk to community-staging-x86_64

Added:
  deadbeef/repos/community-staging-x86_64/
  deadbeef/repos/community-staging-x86_64/PKGBUILD
(from rev 318365, deadbeef/trunk/PKGBUILD)

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

Copied: deadbeef/repos/community-staging-x86_64/PKGBUILD (from rev 318365, 
deadbeef/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-28 10:02:30 UTC (rev 318366)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Alexey Yakovenko 
+
+pkgname=deadbeef
+pkgver=0.7.2
+pkgrel=4
+pkgdesc='A GTK+ audio player for GNU/Linux.'
+arch=('x86_64')
+url='http://deadbeef.sourceforge.net'
+license=('GPL2')
+depends=('alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils' 'jansson')
+makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 
'libsndfile' 'libcdio' 'libcddb'
+ 'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 
'libzip' 'libsamplerate'
+ 'yasm' 'ffmpeg' 'gtk2' 'gtk3')
+optdepends=('gtk2: for the GTK2 interface'
+'gtk3: for the GTK3 interface'
+'libsamplerate: for Resampler plugin'
+'libvorbis: for Ogg Vorbis playback'
+'libmad: for MP1/MP2/MP3 playback'
+'mpg123: for MP1/MP2/MP3 playback'
+'flac: for FLAC playback'
+'curl: for Last.fm scrobbler, SHOUTcast, Icecast, Podcast support'
+'imlib2: for artwork plugin'
+'wavpack: for WavPack playback'
+'libsndfile: for Wave playback'
+'libcdio: audio cd plugin'
+'libcddb: audio cd plugin'
+'faad2: for AAC/MP4 support'
+'dbus: for OSD notifications support'
+'pulseaudio: for PulseAudio output plugin'
+'libx11: for global hotkeys plugin'
+'zlib: for Audio Overload plugin'
+'libzip: for vfs_zip plugin'
+'ffmpeg: for ffmpeg plugin')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('f8f5353e7c201fce316f8b082ab408bb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" install
+}


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

2018-04-28 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 28, 2018 @ 10:01:11
  Author: alucryd
Revision: 318365

ffmpeg 4.0 rebuild: deadbeef 0.7.2-4

Modified:
  deadbeef/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 09:27:55 UTC (rev 318364)
+++ PKGBUILD2018-04-28 10:01:11 UTC (rev 318365)
@@ -3,7 +3,7 @@
 
 pkgname=deadbeef
 pkgver=0.7.2
-pkgrel=3
+pkgrel=4
 pkgdesc='A GTK+ audio player for GNU/Linux.'
 arch=('x86_64')
 url='http://deadbeef.sourceforge.net'


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 09:27:55
  Author: felixonmars
Revision: 318364

archrelease: copy trunk to community-testing-x86_64

Added:
  python-prctl/repos/community-testing-x86_64/
  python-prctl/repos/community-testing-x86_64/PKGBUILD
(from rev 318363, python-prctl/trunk/PKGBUILD)

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

Copied: python-prctl/repos/community-testing-x86_64/PKGBUILD (from rev 318363, 
python-prctl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-28 09:27:55 UTC (rev 318364)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-prctl
+pkgname=('python-prctl' 'python2-prctl')
+pkgver=1.7
+pkgrel=1
+pkgdesc='Python(ic) interface to the linux prctl syscall'
+arch=('x86_64')
+license=('GPL')
+url='https://github.com/seveas/python-prctl'
+makedepends=('libcap' 'python' 'python2')
+checkdepends=('iputils' 'procps-ng')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/seveas/python-prctl/archive/v$pkgver.tar.gz;)
+sha512sums=('f2a18fc8e9ef469722c6618d5dd6b7b558d4060783e6fb3a8dc868d9ed3fa21ade371f94a4538a24dca92a71f623a96638c96882d9cf0d3d499a9f12dae8538a')
+
+prepare() {
+  cp -a python-prctl-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-prctl-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-prctl-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-prctl-$pkgver
+  python -m unittest discover || warning "Tests failed"
+
+  cd "$srcdir"/python-prctl-$pkgver-py2
+  python2 -m unittest discover || warning "Tests failed"
+}
+
+package_python-prctl() {
+  depends=('python' 'libcap')
+
+  cd python-prctl-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-prctl() {
+  depends=('python2' 'libcap')
+
+  cd python-prctl-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 09:27:34
  Author: felixonmars
Revision: 318363

upgpkg: python-prctl 1.7-1

Modified:
  python-prctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 09:23:51 UTC (rev 318362)
+++ PKGBUILD2018-04-28 09:27:34 UTC (rev 318363)
@@ -3,34 +3,34 @@
 
 pkgbase=python-prctl
 pkgname=('python-prctl' 'python2-prctl')
-pkgver=1.6.1
+pkgver=1.7
 pkgrel=1
 pkgdesc='Python(ic) interface to the linux prctl syscall'
 arch=('x86_64')
 license=('GPL')
 url='https://github.com/seveas/python-prctl'
-makedepends=('python' 'python2' 'libcap' 'git')
+makedepends=('libcap' 'python' 'python2')
 checkdepends=('iputils' 'procps-ng')
-source=("git+https://github.com/seveas/python-prctl.git#tag=v$pkgver;)
-md5sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/seveas/python-prctl/archive/v$pkgver.tar.gz;)
+sha512sums=('f2a18fc8e9ef469722c6618d5dd6b7b558d4060783e6fb3a8dc868d9ed3fa21ade371f94a4538a24dca92a71f623a96638c96882d9cf0d3d499a9f12dae8538a')
 
 prepare() {
-  cp -a python-prctl{,-py2}
+  cp -a python-prctl-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/python-prctl
+  cd "$srcdir"/python-prctl-$pkgver
   python setup.py build
 
-  cd "$srcdir"/python-prctl-py2
+  cd "$srcdir"/python-prctl-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/python-prctl
+  cd "$srcdir"/python-prctl-$pkgver
   python -m unittest discover || warning "Tests failed"
 
-  cd "$srcdir"/python-prctl-py2
+  cd "$srcdir"/python-prctl-$pkgver-py2
   python2 -m unittest discover || warning "Tests failed"
 }
 
@@ -37,7 +37,7 @@
 package_python-prctl() {
   depends=('python' 'libcap')
 
-  cd python-prctl
+  cd python-prctl-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
@@ -44,7 +44,7 @@
 package_python2-prctl() {
   depends=('python2' 'libcap')
 
-  cd python-prctl-py2
+  cd python-prctl-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
 }
 


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 09:23:51
  Author: felixonmars
Revision: 318362

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 09:23:19 UTC (rev 318361)
+++ PKGBUILD2018-04-28 09:23:51 UTC (rev 318362)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-xpybutil
-pkgname=(python-xpybutil python2-xpybutil)
-pkgver=0.0.1.20151007
-_commit=570f225e09b0f0fb05cee27e6660c19b5d0ee6bb
-pkgrel=2
-pkgdesc="An incomplete xcb-util port plus some extras"
-arch=('any')
-url="https://github.com/BurntSushi/xpybutil;
-license=('custom:WTFPL')
-makedepends=('git' 'python-xcffib' 'python2-xcffib')
-source=("git+https://github.com/BurntSushi/xpybutil.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a xpybutil{,-py2}
-}
-
-build() {
-  cd "$srcdir/xpybutil"
-  python setup.py build
-
-  cd "$srcdir/xpybutil-py2"
-  python2 setup.py build
-}
-
-package_python-xpybutil() {
-  depends=('python-xcffib')
-
-  cd "${srcdir}/xpybutil"
-  python setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm664 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-  mv "$pkgdir/usr/share/doc/"{,python-}xpybutil
-}
-
-package_python2-xpybutil() {
-  depends=('python2-xcffib')
-
-  cd "${srcdir}/xpybutil-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm664 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-  mv "$pkgdir/usr/share/doc/"{,python2-}xpybutil
-}

Copied: python-xpybutil/repos/community-any/PKGBUILD (from rev 318361, 
python-xpybutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 09:23:51 UTC (rev 318362)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-xpybutil
+pkgname=(python-xpybutil python2-xpybutil)
+pkgver=0.0.3
+pkgrel=1
+pkgdesc="An incomplete xcb-util port plus some extras"
+arch=('any')
+url="https://github.com/fennerm/xpybutil;
+license=('custom:WTFPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-xcffib' 
'python2-xcffib')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/fennerm/xpybutil/archive/$pkgver.tar.gz;
+
https://github.com/fennerm/xpybutil/commit/78ff923c022433c819c88c0159440306bd3ed4f5.patch)
+sha512sums=('8eae9275fe5f3ce56bedb20c865ac84d971f59432dce48c8f55c76910e5e32e803890c04ebe076ae248b002fc1fc2fa6e0120260c8a57178bb4031b787eac398'
+
'49454bb4fa9e45de8ed288a7cf87de4eb507197db73fa65fc7b5ccfae60f508dfbc07b6bd737bae6ee6cb3a106334aa8b4e8a4dc23e0c796ab0e04b63b43a0f9')
+
+prepare() {
+  (cd xpybutil-$pkgver; patch -p1 -i 
../78ff923c022433c819c88c0159440306bd3ed4f5.patch)
+  cp -a xpybutil-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/xpybutil-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/xpybutil-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python-xpybutil() {
+  depends=('python-xcffib')
+
+  cd "${srcdir}/xpybutil-$pkgver"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  mv "$pkgdir/usr/share/doc/"{,python-}xpybutil
+}
+
+package_python2-xpybutil() {
+  depends=('python2-xcffib')
+
+  cd "${srcdir}/xpybutil-$pkgver-py2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  mv "$pkgdir/usr/share/doc/"{,python2-}xpybutil
+}


[arch-commits] Commit in exim/repos/community-x86_64 (22 files)

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 09:23:19
  Author: felixonmars
Revision: 318361

archrelease: copy trunk to community-x86_64

Added:
  exim/repos/community-x86_64/PKGBUILD
(from rev 318359, exim/trunk/PKGBUILD)
  exim/repos/community-x86_64/aliases
(from rev 318359, exim/trunk/aliases)
  exim/repos/community-x86_64/exim-submission.socket
(from rev 318359, exim/trunk/exim-submission.socket)
  exim/repos/community-x86_64/exim-submission@.service
(from rev 318359, exim/trunk/exim-submission@.service)
  exim/repos/community-x86_64/exim.Makefile
(from rev 318360, exim/trunk/exim.Makefile)
  exim/repos/community-x86_64/exim.logrotate
(from rev 318360, exim/trunk/exim.logrotate)
  exim/repos/community-x86_64/exim.service
(from rev 318360, exim/trunk/exim.service)
  exim/repos/community-x86_64/exim.socket
(from rev 318360, exim/trunk/exim.socket)
  exim/repos/community-x86_64/exim.sysusers
(from rev 318360, exim/trunk/exim.sysusers)
  exim/repos/community-x86_64/exim.tmpfiles
(from rev 318360, exim/trunk/exim.tmpfiles)
  exim/repos/community-x86_64/exim@.service
(from rev 318360, exim/trunk/exim@.service)
Deleted:
  exim/repos/community-x86_64/PKGBUILD
  exim/repos/community-x86_64/aliases
  exim/repos/community-x86_64/exim-submission.socket
  exim/repos/community-x86_64/exim-submission@.service
  exim/repos/community-x86_64/exim.Makefile
  exim/repos/community-x86_64/exim.logrotate
  exim/repos/community-x86_64/exim.service
  exim/repos/community-x86_64/exim.socket
  exim/repos/community-x86_64/exim.sysusers
  exim/repos/community-x86_64/exim.tmpfiles
  exim/repos/community-x86_64/exim@.service

--+
 PKGBUILD |  192 +--
 aliases  |   70 -
 exim-submission.socket   |   20 
 exim-submission@.service |   22 
 exim.Makefile| 2460 ++---
 exim.logrotate   |   12 
 exim.service |   20 
 exim.socket  |   20 
 exim.sysusers|2 
 exim.tmpfiles|6 
 exim@.service|   14 
 11 files changed, 1419 insertions(+), 1419 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 09:22:39 UTC (rev 318360)
+++ PKGBUILD2018-04-28 09:23:19 UTC (rev 318361)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Lukas Fleischer 
-# Contributor: Angel Velasquez 
-# Contributor: judd 
-
-pkgname=exim
-pkgver=4.90.1
-pkgrel=2
-pkgdesc='Message Transfer Agent'
-arch=('x86_64')
-url='https://www.exim.org/'
-license=('GPL')
-backup=('etc/mail/aliases' 'etc/mail/exim.conf' 'etc/logrotate.d/exim')
-depends=('gdbm' 'libldap' 'libnsl' 'openssl' 'pam' 'pcre' 'sqlite')
-provides=('smtp-server' 'smtp-forwarder')
-conflicts=('smtp-server' 'smtp-forwarder')
-source=("https://ftp.exim.org/pub/exim/exim4/exim-$pkgver.tar.bz2"{,.asc}
-aliases
-exim.logrotate
-exim.Makefile
-exim-submission@.service
-exim.service
-exim@.service
-exim.socket
-exim-submission.socket
-exim.sysusers
-exim.tmpfiles)
-sha512sums=('ba612cf056d97dfaac2b49255ad1e952c5f6b2623118a65f4ddae35ceb51a45f63e77956373f5550121bc1d7eb0c2ebeece1144cf1b15d57332a4782e3fb6db1'
-'SKIP'
-
'a91c6a9e5b3ac9d143741dba01e11616812ba44c3a8c768c8232364026460f0b8fdeeb120a2f2b86742a6e3ebbfc9d6335b86d108b044e43108b4a6f0374c9ad'
-
'd8e3b466e0bba8175cfe762058dec49018495a260aa5efd139f4ef435284c305958cbd7fc514e81042146368b749ae38f0bf276fc0b4b91918ef33126900aa81'
-
'3e9f65cf6f510cf7e9728ab52ec6b7896f123733c8dfaf88928098d6de55f3cc3b6b47686bc3cc0fcb18c16a3f326977be0ceeda11429a5b48897ea54026419a'
-
'dc28698f15e8eaa4614ae81fc8cb76d92fed1110ce02f7a6ee8feace418dbb194711eb2d4dd444cf818628c11721e21d80b7b974879ab6ddd78cc717cce17c2f'
-
'e2fc3966c320460a26fbbf83e98df725587dc126dfe9d7a84c3285eb4b22a061b30499425c70f3d73cf13aa81c194274004efd20ce1316836463b982117909f8'
-
'11c8133ee15b3e5193c9b1c59aed66c81b6e045dd23310bede9fcde6c88905db5ef08afdb798b53b75a7465915ea1247e980edf95db07a7f9b7bb58ce95fbb5a'
-
'db621116907ceb573e6f34581f47c91f751bff593054d7ddc32397b34c7f2405bec184bdb0589d2ac457fa3a61bcba072761e3a6293a99c9c764d2d9fd6069ae'
-
'4a233761793e3510e9efa5aad3a6098c41b757f13133a7ea825680f2b393aba8d7935f16bf1dd065dde884fe7ba45639a8d398333a7d9bf0a6b72f88c8f2a09d'
-
'87a16aa7bd60a8df0da8131bb811825232f25e934b9326460a2f8f0f8e0f44c53d71b1225ecfee8d30c8714f6e9f85f5f0821e346a7751d43683b406376d605b'
-
'f8a34fea0a65d0992732bc444bbb334d060de7d91d9cca6f00bc950ba289afa813783517dd3999437f89bc194290785805df7081606a65abb1db3fd3b3aa94ca')

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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 09:22:39
  Author: felixonmars
Revision: 318360

upgpkg: python-xpybutil 0.0.3-1

Modified:
  python-xpybutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 09:18:02 UTC (rev 318359)
+++ PKGBUILD2018-04-28 09:22:39 UTC (rev 318360)
@@ -3,26 +3,28 @@
 
 pkgbase=python-xpybutil
 pkgname=(python-xpybutil python2-xpybutil)
-pkgver=0.0.1.20151007
-_commit=570f225e09b0f0fb05cee27e6660c19b5d0ee6bb
-pkgrel=2
+pkgver=0.0.3
+pkgrel=1
 pkgdesc="An incomplete xcb-util port plus some extras"
 arch=('any')
-url="https://github.com/BurntSushi/xpybutil;
+url="https://github.com/fennerm/xpybutil;
 license=('custom:WTFPL')
-makedepends=('git' 'python-xcffib' 'python2-xcffib')
-source=("git+https://github.com/BurntSushi/xpybutil.git#commit=$_commit;)
-md5sums=('SKIP')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-xcffib' 
'python2-xcffib')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/fennerm/xpybutil/archive/$pkgver.tar.gz;
+
https://github.com/fennerm/xpybutil/commit/78ff923c022433c819c88c0159440306bd3ed4f5.patch)
+sha512sums=('8eae9275fe5f3ce56bedb20c865ac84d971f59432dce48c8f55c76910e5e32e803890c04ebe076ae248b002fc1fc2fa6e0120260c8a57178bb4031b787eac398'
+
'49454bb4fa9e45de8ed288a7cf87de4eb507197db73fa65fc7b5ccfae60f508dfbc07b6bd737bae6ee6cb3a106334aa8b4e8a4dc23e0c796ab0e04b63b43a0f9')
 
 prepare() {
-  cp -a xpybutil{,-py2}
+  (cd xpybutil-$pkgver; patch -p1 -i 
../78ff923c022433c819c88c0159440306bd3ed4f5.patch)
+  cp -a xpybutil-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir/xpybutil"
+  cd "$srcdir/xpybutil-$pkgver"
   python setup.py build
 
-  cd "$srcdir/xpybutil-py2"
+  cd "$srcdir/xpybutil-$pkgver-py2"
   python2 setup.py build
 }
 
@@ -29,10 +31,10 @@
 package_python-xpybutil() {
   depends=('python-xcffib')
 
-  cd "${srcdir}/xpybutil"
+  cd "${srcdir}/xpybutil-$pkgver"
   python setup.py install --root="${pkgdir}/" --optimize=1
 
-  install -Dm664 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   mv "$pkgdir/usr/share/doc/"{,python-}xpybutil
 }
 
@@ -39,9 +41,9 @@
 package_python2-xpybutil() {
   depends=('python2-xcffib')
 
-  cd "${srcdir}/xpybutil-py2"
+  cd "${srcdir}/xpybutil-$pkgver-py2"
   python2 setup.py install --root="${pkgdir}/" --optimize=1
 
-  install -Dm664 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   mv "$pkgdir/usr/share/doc/"{,python2-}xpybutil
 }


[arch-commits] Commit in exim/repos (12 files)

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 09:18:02
  Author: felixonmars
Revision: 318359

archrelease: copy trunk to community-staging-x86_64

Added:
  exim/repos/community-staging-x86_64/
  exim/repos/community-staging-x86_64/PKGBUILD
(from rev 318358, exim/trunk/PKGBUILD)
  exim/repos/community-staging-x86_64/aliases
(from rev 318358, exim/trunk/aliases)
  exim/repos/community-staging-x86_64/exim-submission.socket
(from rev 318358, exim/trunk/exim-submission.socket)
  exim/repos/community-staging-x86_64/exim-submission@.service
(from rev 318358, exim/trunk/exim-submission@.service)
  exim/repos/community-staging-x86_64/exim.Makefile
(from rev 318358, exim/trunk/exim.Makefile)
  exim/repos/community-staging-x86_64/exim.logrotate
(from rev 318358, exim/trunk/exim.logrotate)
  exim/repos/community-staging-x86_64/exim.service
(from rev 318358, exim/trunk/exim.service)
  exim/repos/community-staging-x86_64/exim.socket
(from rev 318358, exim/trunk/exim.socket)
  exim/repos/community-staging-x86_64/exim.sysusers
(from rev 318358, exim/trunk/exim.sysusers)
  exim/repos/community-staging-x86_64/exim.tmpfiles
(from rev 318358, exim/trunk/exim.tmpfiles)
  exim/repos/community-staging-x86_64/exim@.service
(from rev 318358, exim/trunk/exim@.service)

--+
 PKGBUILD |   96 +++
 aliases  |   35 +
 exim-submission.socket   |   10 
 exim-submission@.service |   11 
 exim.Makefile| 1230 +
 exim.logrotate   |6 
 exim.service |   10 
 exim.socket  |   10 
 exim.sysusers|1 
 exim.tmpfiles|3 
 exim@.service|7 
 11 files changed, 1419 insertions(+)

Copied: exim/repos/community-staging-x86_64/PKGBUILD (from rev 318358, 
exim/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-28 09:18:02 UTC (rev 318359)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Lukas Fleischer 
+# Contributor: Angel Velasquez 
+# Contributor: judd 
+
+pkgname=exim
+pkgver=4.91
+pkgrel=1
+pkgdesc='Message Transfer Agent'
+arch=('x86_64')
+url='https://www.exim.org/'
+license=('GPL')
+backup=('etc/mail/aliases' 'etc/mail/exim.conf' 'etc/logrotate.d/exim')
+depends=('gdbm' 'libldap' 'libnsl' 'openssl' 'pam' 'pcre' 'sqlite')
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
+source=("https://ftp.exim.org/pub/exim/exim4/exim-$pkgver.tar.bz2"{,.asc}
+aliases
+exim.logrotate
+exim.Makefile
+exim-submission@.service
+exim.service
+exim@.service
+exim.socket
+exim-submission.socket
+exim.sysusers
+exim.tmpfiles)
+sha512sums=('dbdae7e451988d0f5085a700875372d4978c37baa51f1b106b55045eac39a9c92a90a5ebcbf7764dae4c9bb76e1dd52f48e84a3657f68cf96428281177c6d250'
+'SKIP'
+
'a91c6a9e5b3ac9d143741dba01e11616812ba44c3a8c768c8232364026460f0b8fdeeb120a2f2b86742a6e3ebbfc9d6335b86d108b044e43108b4a6f0374c9ad'
+
'd8e3b466e0bba8175cfe762058dec49018495a260aa5efd139f4ef435284c305958cbd7fc514e81042146368b749ae38f0bf276fc0b4b91918ef33126900aa81'
+
'3e9f65cf6f510cf7e9728ab52ec6b7896f123733c8dfaf88928098d6de55f3cc3b6b47686bc3cc0fcb18c16a3f326977be0ceeda11429a5b48897ea54026419a'
+
'dc28698f15e8eaa4614ae81fc8cb76d92fed1110ce02f7a6ee8feace418dbb194711eb2d4dd444cf818628c11721e21d80b7b974879ab6ddd78cc717cce17c2f'
+
'e2fc3966c320460a26fbbf83e98df725587dc126dfe9d7a84c3285eb4b22a061b30499425c70f3d73cf13aa81c194274004efd20ce1316836463b982117909f8'
+
'11c8133ee15b3e5193c9b1c59aed66c81b6e045dd23310bede9fcde6c88905db5ef08afdb798b53b75a7465915ea1247e980edf95db07a7f9b7bb58ce95fbb5a'
+
'db621116907ceb573e6f34581f47c91f751bff593054d7ddc32397b34c7f2405bec184bdb0589d2ac457fa3a61bcba072761e3a6293a99c9c764d2d9fd6069ae'
+
'4a233761793e3510e9efa5aad3a6098c41b757f13133a7ea825680f2b393aba8d7935f16bf1dd065dde884fe7ba45639a8d398333a7d9bf0a6b72f88c8f2a09d'
+
'87a16aa7bd60a8df0da8131bb811825232f25e934b9326460a2f8f0f8e0f44c53d71b1225ecfee8d30c8714f6e9f85f5f0821e346a7751d43683b406376d605b'
+
'f8a34fea0a65d0992732bc444bbb334d060de7d91d9cca6f00bc950ba289afa813783517dd3999437f89bc194290785805df7081606a65abb1db3fd3b3aa94ca')
+validpgpkeys=('C693A034E1ED6EE954CAE2DA13DAD99C7E41519C'  # Phil Pennock 

+  'ACBB4324393ADE3515DA2DDA4D1E900E14C1CC04'  # Phil Pennock 

+  'E5CA331D44AB8E4C806FDBEE26101B62F69376CE'  # Heiko 
Schlittermann (Exim MTA Maintainer) 

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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 09:17:05
  Author: felixonmars
Revision: 318358

upgpkg: exim 4.91-1

Modified:
  exim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 09:15:23 UTC (rev 318357)
+++ PKGBUILD2018-04-28 09:17:05 UTC (rev 318358)
@@ -6,8 +6,8 @@
 # Contributor: judd 
 
 pkgname=exim
-pkgver=4.90.1
-pkgrel=2
+pkgver=4.91
+pkgrel=1
 pkgdesc='Message Transfer Agent'
 arch=('x86_64')
 url='https://www.exim.org/'
@@ -27,7 +27,7 @@
 exim-submission.socket
 exim.sysusers
 exim.tmpfiles)
-sha512sums=('ba612cf056d97dfaac2b49255ad1e952c5f6b2623118a65f4ddae35ceb51a45f63e77956373f5550121bc1d7eb0c2ebeece1144cf1b15d57332a4782e3fb6db1'
+sha512sums=('dbdae7e451988d0f5085a700875372d4978c37baa51f1b106b55045eac39a9c92a90a5ebcbf7764dae4c9bb76e1dd52f48e84a3657f68cf96428281177c6d250'
 'SKIP'
 
'a91c6a9e5b3ac9d143741dba01e11616812ba44c3a8c768c8232364026460f0b8fdeeb120a2f2b86742a6e3ebbfc9d6335b86d108b044e43108b4a6f0374c9ad'
 
'd8e3b466e0bba8175cfe762058dec49018495a260aa5efd139f4ef435284c305958cbd7fc514e81042146368b749ae38f0bf276fc0b4b91918ef33126900aa81'


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

2018-04-28 Thread Antonio Rojas via arch-commits
Date: Saturday, April 28, 2018 @ 09:15:23
  Author: arojas
Revision: 318357

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 09:14:47 UTC (rev 318356)
+++ PKGBUILD2018-04-28 09:15:23 UTC (rev 318357)
@@ -1,86 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: lilydjwg 
-# Contributor: Matthias Maennich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Jan-Erik Meyer-Luetgens 
-pkgbase=python-pyside
-pkgname=(python-pyside-common python2-pyside python-pyside)
-_pkgrealname=pyside
-pkgver=1.2.4
-pkgrel=7
-arch=(x86_64)
-license=(LGPL)
-url="https://wiki.qt.io/PySide;
-_qtver=4.8
-makedepends=(python-setuptools python2-setuptools python-shiboken 
python2-shiboken phonon-qt4 cmake)
-source=("pypi-$pkgbase-$pkgver.tar.gz::https://pypi.python.org/packages/source/P/PySide/PySide-$pkgver.tar.gz;)
-sha256sums=('1421bc1bf612c396070de9e1ffe227c07c1f3129278bc7d30c754b5146be2433')
-
-build(){
-  cd PySide-$pkgver/sources/pyside
-
-  mkdir -p build_py3
-  cd build_py3
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTS=OFF \
--DQT_PHONON_INCLUDE_DIR=/usr/include/qt4/phonon 
-DQT_QMAKE_EXECUTABLE=qmake-qt4
-  make
-
-  cd ..
-  mkdir -p build_py2
-  cd build_py2
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTS=OFF \
--DQT_PHONON_INCLUDE_DIR=/usr/include/qt4/phonon 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DPYTHON_SUFFIX=-python2.7
-  make
-}
-
-package_python-pyside-common(){
-  pkgdesc="Provides LGPL Qt bindings for Python and related tools for binding 
generation (Common Files)"
-# cmake will use Python 3 version by default
-  cd PySide-$pkgver/sources/pyside/build_py3
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "$pkgdir"/usr/lib/pkgconfig
-  rm -rf "$pkgdir"/usr/lib/python* "$pkgdir"/usr/lib/libpyside.*
-  rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig*python*.cmake
-}
-
-package_python-pyside(){
-  depends=(python-shiboken python-pyside-common)
-  pkgdesc="Provides LGPL Qt bindings for Python and related tools for binding 
generation (Python 3 version)"
-  optdepends=('phonon-qt4: for PySide.phonon')
-
-  cd PySide-$pkgver/sources/pyside/build_py3
-  make DESTDIR="$pkgdir" install
-
-  cp -r "$srcdir/PySide-$pkgver/pyside_package/PySide.egg-info" \
-"$pkgdir/usr/lib/python3.6/site-packages/pyside-$pkgver-py3.6.egg-info"
-  mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
-"$pkgdir"/usr/lib/pkgconfig/pyside-py3.pc
-
-  rm -rf "$pkgdir"/usr/include
-  rm -rf "$pkgdir"/usr/share
-  rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake
-  rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfigVersion.cmake
-}
-
-package_python2-pyside(){
-  depends=(python2-shiboken python-pyside-common)
-  pkgdesc="Provides LGPL Qt bindings for Python and related tools for binding 
generation (Python 2 version)"
-  optdepends=('phonon-qt4: for PySide.phonon')
-
-  cd "$srcdir/PySide-$pkgver/sources/pyside/build_py2"
-  make DESTDIR="$pkgdir" install
-
-  cp -r "$srcdir/PySide-$pkgver/pyside_package/PySide.egg-info" \
-"$pkgdir/usr/lib/python2.7/site-packages/pyside-$pkgver-py2.7.egg-info"
-  mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
-"$pkgdir"/usr/lib/pkgconfig/pyside-py2.pc
-
-  sed -i 's#^Requires: shiboken$#Requires: shiboken-py2#' 
"$pkgdir"/usr/lib/pkgconfig/pyside-py2.pc
-
-  rm -rf "$pkgdir"/usr/include
-  rm -rf "$pkgdir"/usr/share
-  rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake
-  rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfigVersion.cmake
-}

Copied: python-pyside/repos/community-x86_64/PKGBUILD (from rev 318356, 
python-pyside/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 09:15:23 UTC (rev 318357)
@@ -0,0 +1,86 @@
+# Maintainer: Florian Pritz 
+# Contributor: lilydjwg 
+# Contributor: Matthias Maennich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Jan-Erik Meyer-Luetgens 
+pkgbase=python-pyside
+pkgname=(python-pyside-common python2-pyside python-pyside)
+_pkgrealname=pyside
+pkgver=1.2.4
+pkgrel=8
+arch=(x86_64)
+license=(LGPL)
+url="https://wiki.qt.io/PySide;
+_qtver=4.8
+makedepends=(python-setuptools python2-setuptools python-shiboken 
python2-shiboken phonon-qt4 cmake)
+source=("pypi-$pkgbase-$pkgver.tar.gz::https://pypi.python.org/packages/source/P/PySide/PySide-$pkgver.tar.gz;)

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

2018-04-28 Thread Antonio Rojas via arch-commits
Date: Saturday, April 28, 2018 @ 09:14:47
  Author: arojas
Revision: 318356

Bump

Modified:
  python-pyside/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 08:54:38 UTC (rev 318355)
+++ PKGBUILD2018-04-28 09:14:47 UTC (rev 318356)
@@ -7,7 +7,7 @@
 pkgname=(python-pyside-common python2-pyside python-pyside)
 _pkgrealname=pyside
 pkgver=1.2.4
-pkgrel=7
+pkgrel=8
 arch=(x86_64)
 license=(LGPL)
 url="https://wiki.qt.io/PySide;


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

2018-04-28 Thread Antonio Rojas via arch-commits
Date: Saturday, April 28, 2018 @ 08:54:38
  Author: arojas
Revision: 318355

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  175 +
 1 file changed, 86 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 08:54:14 UTC (rev 318354)
+++ PKGBUILD2018-04-28 08:54:38 UTC (rev 318355)
@@ -1,89 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: lilydjwg 
-# Contributor: Matthias Maennich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Jan-Erik Meyer-Luetgens 
-pkgbase=python-pyside
-pkgname=(python-pyside-common python2-pyside python-pyside)
-_pkgrealname=pyside
-pkgver=1.2.4
-pkgrel=7
-arch=('x86_64')
-license=('LGPL')
-url="https://wiki.qt.io/PySide;
-_qtver=4.8
-makedepends=('python' 'python2' "qt4>=${_qtver}" 
"python"{,2}"-shiboken>=$pkgver"
- 'cmake' 'phonon-qt4')
-source=("pypi-$pkgbase-$pkgver.tar.gz::https://pypi.python.org/packages/source/P/PySide/PySide-$pkgver.tar.gz;)
-md5sums=('3cb7174c13bd45e3e8f77638926cb8c0')
-
-build(){
-   cd "$srcdir/PySide-$pkgver"
-   python2 setup.py egg_info
-
-   cd "$srcdir/PySide-$pkgver/sources/pyside"
-mkdir -p build_py3
-cd build_py3
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_TESTS=OFF \
-  -DQT_PHONON_INCLUDE_DIR=/usr/include/qt4/phonon 
-DQT_QMAKE_EXECUTABLE=qmake-qt4
-make
-
-   cd "$srcdir/PySide-$pkgver/sources/pyside"
-mkdir -p build_py2
-cd build_py2
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_TESTS=OFF \
-  -DQT_PHONON_INCLUDE_DIR=/usr/include/qt4/phonon 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
-  -DPYTHON_SUFFIX=-python2.7
-make
-}
-
-package_python-pyside-common(){
-pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Common Files)"
-# cmake will use Python 3 version by default
-   cd "$srcdir/PySide-$pkgver/sources/pyside/build_py3"
-make DESTDIR="$pkgdir" install
-
-rm -rf "$pkgdir"/usr/lib/pkgconfig
-rm -rf "$pkgdir"/usr/lib/python* "$pkgdir"/usr/lib/libpyside.*
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig*python*.cmake
-}
-
-package_python-pyside(){
-depends=('python' "qt4>=${_qtver}" "python-shiboken>=$pkgver" 
"python-pyside-common=$pkgver-$pkgrel")
-pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Python 3 version)"
-optdepends=('phonon-qt4: for PySide.phonon')
-
-   cd "$srcdir/PySide-$pkgver/sources/pyside/build_py3"
-make DESTDIR="$pkgdir" install
-
-cp -r "$srcdir/PySide-$pkgver/pyside_package/PySide.egg-info" \
-  "$pkgdir/usr/lib/python3.6/site-packages/pyside-$pkgver-py3.6.egg-info"
-mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
-  "$pkgdir"/usr/lib/pkgconfig/pyside-py3.pc
-
-rm -rf "$pkgdir"/usr/include
-rm -rf "$pkgdir"/usr/share
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfigVersion.cmake
-}
-
-package_python2-pyside(){
-depends=('python2' "qt4>=${_qtver}" "python2-shiboken>=$pkgver" 
"python-pyside-common=$pkgver-$pkgrel")
-pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Python 2 version)"
-optdepends=('phonon-qt4: for PySide.phonon')
-
-   cd "$srcdir/PySide-$pkgver/sources/pyside/build_py2"
-make DESTDIR="$pkgdir" install
-
-   cp -r "$srcdir/PySide-$pkgver/pyside_package/PySide.egg-info" \
-  "$pkgdir/usr/lib/python2.7/site-packages/pyside-$pkgver-py2.7.egg-info"
-mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
-  "$pkgdir"/usr/lib/pkgconfig/pyside-py2.pc
-
-sed -i 's#^Requires: shiboken$#Requires: shiboken-py2#' 
"$pkgdir"/usr/lib/pkgconfig/pyside-py2.pc
-
-rm -rf "$pkgdir"/usr/include
-rm -rf "$pkgdir"/usr/share
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfigVersion.cmake
-}

Copied: python-pyside/repos/community-x86_64/PKGBUILD (from rev 318354, 
python-pyside/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 08:54:38 UTC (rev 318355)
@@ -0,0 +1,86 @@
+# Maintainer: Florian Pritz 
+# Contributor: lilydjwg 
+# Contributor: Matthias Maennich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Jan-Erik Meyer-Luetgens 
+pkgbase=python-pyside
+pkgname=(python-pyside-common python2-pyside 

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

2018-04-28 Thread Antonio Rojas via arch-commits
Date: Saturday, April 28, 2018 @ 08:54:14
  Author: arojas
Revision: 318354

Rebuild, fix depends

Modified:
  python-pyside/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 08:53:25 UTC (rev 318353)
+++ PKGBUILD2018-04-28 08:54:14 UTC (rev 318354)
@@ -8,82 +8,79 @@
 _pkgrealname=pyside
 pkgver=1.2.4
 pkgrel=7
-arch=('x86_64')
-license=('LGPL')
+arch=(x86_64)
+license=(LGPL)
 url="https://wiki.qt.io/PySide;
 _qtver=4.8
-makedepends=('python' 'python2' "qt4>=${_qtver}" 
"python"{,2}"-shiboken>=$pkgver"
- 'cmake' 'phonon-qt4')
+makedepends=(python-setuptools python2-setuptools python-shiboken 
python2-shiboken phonon-qt4 cmake)
 
source=("pypi-$pkgbase-$pkgver.tar.gz::https://pypi.python.org/packages/source/P/PySide/PySide-$pkgver.tar.gz;)
-md5sums=('3cb7174c13bd45e3e8f77638926cb8c0')
+sha256sums=('1421bc1bf612c396070de9e1ffe227c07c1f3129278bc7d30c754b5146be2433')
 
 build(){
-   cd "$srcdir/PySide-$pkgver"
-   python2 setup.py egg_info
+  cd PySide-$pkgver/sources/pyside
 
-   cd "$srcdir/PySide-$pkgver/sources/pyside"
-mkdir -p build_py3
-cd build_py3
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_TESTS=OFF \
-  -DQT_PHONON_INCLUDE_DIR=/usr/include/qt4/phonon 
-DQT_QMAKE_EXECUTABLE=qmake-qt4
-make
+  mkdir -p build_py3
+  cd build_py3
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTS=OFF \
+-DQT_PHONON_INCLUDE_DIR=/usr/include/qt4/phonon 
-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
 
-   cd "$srcdir/PySide-$pkgver/sources/pyside"
-mkdir -p build_py2
-cd build_py2
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_TESTS=OFF \
-  -DQT_PHONON_INCLUDE_DIR=/usr/include/qt4/phonon 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
-  -DPYTHON_SUFFIX=-python2.7
-make
+  cd ..
+  mkdir -p build_py2
+  cd build_py2
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTS=OFF \
+-DQT_PHONON_INCLUDE_DIR=/usr/include/qt4/phonon 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DPYTHON_SUFFIX=-python2.7
+  make
 }
 
 package_python-pyside-common(){
-pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Common Files)"
+  pkgdesc="Provides LGPL Qt bindings for Python and related tools for binding 
generation (Common Files)"
 # cmake will use Python 3 version by default
-   cd "$srcdir/PySide-$pkgver/sources/pyside/build_py3"
-make DESTDIR="$pkgdir" install
+  cd PySide-$pkgver/sources/pyside/build_py3
+  make DESTDIR="$pkgdir" install
 
-rm -rf "$pkgdir"/usr/lib/pkgconfig
-rm -rf "$pkgdir"/usr/lib/python* "$pkgdir"/usr/lib/libpyside.*
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig*python*.cmake
+  rm -rf "$pkgdir"/usr/lib/pkgconfig
+  rm -rf "$pkgdir"/usr/lib/python* "$pkgdir"/usr/lib/libpyside.*
+  rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig*python*.cmake
 }
 
 package_python-pyside(){
-depends=('python' "qt4>=${_qtver}" "python-shiboken>=$pkgver" 
"python-pyside-common=$pkgver-$pkgrel")
-pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Python 3 version)"
-optdepends=('phonon-qt4: for PySide.phonon')
+  depends=(python-shiboken python-pyside-common)
+  pkgdesc="Provides LGPL Qt bindings for Python and related tools for binding 
generation (Python 3 version)"
+  optdepends=('phonon-qt4: for PySide.phonon')
 
-   cd "$srcdir/PySide-$pkgver/sources/pyside/build_py3"
-make DESTDIR="$pkgdir" install
+  cd PySide-$pkgver/sources/pyside/build_py3
+  make DESTDIR="$pkgdir" install
 
-cp -r "$srcdir/PySide-$pkgver/pyside_package/PySide.egg-info" \
-  "$pkgdir/usr/lib/python3.6/site-packages/pyside-$pkgver-py3.6.egg-info"
-mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
-  "$pkgdir"/usr/lib/pkgconfig/pyside-py3.pc
+  cp -r "$srcdir/PySide-$pkgver/pyside_package/PySide.egg-info" \
+"$pkgdir/usr/lib/python3.6/site-packages/pyside-$pkgver-py3.6.egg-info"
+  mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
+"$pkgdir"/usr/lib/pkgconfig/pyside-py3.pc
 
-rm -rf "$pkgdir"/usr/include
-rm -rf "$pkgdir"/usr/share
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfigVersion.cmake
+  rm -rf "$pkgdir"/usr/include
+  rm -rf "$pkgdir"/usr/share
+  rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake
+  rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfigVersion.cmake
 }
 
 package_python2-pyside(){
-depends=('python2' "qt4>=${_qtver}" "python2-shiboken>=$pkgver" 
"python-pyside-common=$pkgver-$pkgrel")
-pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Python 2 version)"
-optdepends=('phonon-qt4: for PySide.phonon')
+  

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

2018-04-28 Thread Antonio Rojas via arch-commits
Date: Saturday, April 28, 2018 @ 08:53:01
  Author: arojas
Revision: 318352

ffmpeg 4.0 rebuild

Added:
  transcode/trunk/transcode-ffmpeg4.patch
Modified:
  transcode/trunk/PKGBUILD
Deleted:
  transcode/trunk/transcode-1.1.7-preset-force.patch
  transcode/trunk/transcode-1.1.7-preset-free.patch

+
 PKGBUILD   |   15 -
 transcode-1.1.7-preset-force.patch |   28 -
 transcode-1.1.7-preset-free.patch  |   34 --
 transcode-ffmpeg4.patch|  494 +++
 4 files changed, 500 insertions(+), 71 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 08:46:08 UTC (rev 318351)
+++ PKGBUILD2018-04-28 08:53:01 UTC (rev 318352)
@@ -6,7 +6,7 @@
 pkgname=transcode
 _sripver=0.3-4
 pkgver=1.1.7
-pkgrel=25
+pkgrel=26
 pkgdesc="A video/DVD ripper and encoder for the terminal/console"
 arch=(x86_64)
 url="http://www.transcoding.org/;
@@ -15,20 +15,17 @@
 makedepends=(nasm libx264)
 
source=(https://bitbucket.org/france/transcode-tcforge/downloads/$pkgname-$pkgver.tar.bz2
 transcode-imagemagick7.patch
-   transcode-1.1.7-preset-free.patch
-   transcode-1.1.7-preset-force.patch
-   transcode-ffmpeg3.patch)
+transcode-ffmpeg3.patch
+transcode-ffmpeg4.patch)
 sha256sums=('1e4e72d8e0dd62a80b8dd90699f5ca64c9b0cb37a5c9325c184166a9654f0a92'
 '4ede15540ea6932954ac332c12dde130bf48e7e4773d1e04d3c3f23038c6ac51'
-'2219fe618be2b2c3fbd6e3545cdbd8db8d1c268a0b37bfe867514f871d7d91ef'
-'fe95e83093761924ba0fa5b3214e169812f7740c6c3c434845b1b563d4a37241'
-'728ec3101039d98116275e36ea5cf0434a23a0bb82aca830ea9612fb9d16b062')
+'728ec3101039d98116275e36ea5cf0434a23a0bb82aca830ea9612fb9d16b062'
+'2cc680666f705685a9fdc54b5a377e7728765bde6ed83c43b835634e27767721')
 
 prepare() {
   cd $pkgname-$pkgver
-#  patch -p1 -i "$srcdir"/transcode-1.1.7-preset-free.patch
-#  patch -p1 -i "$srcdir"/transcode-1.1.7-preset-force.patch
   patch -p1 -i ../transcode-ffmpeg3.patch # LFS patch
+  patch -p1 -i ../transcode-ffmpeg4.patch # Gentoo patch
   patch -p1 -i ../transcode-imagemagick7.patch # Gentoo patch
   sed -i 's|freetype/ftglyph.h|freetype2/freetype/ftglyph.h|' 
filter/subtitler/load_font.c
   autoreconf -vi

Deleted: transcode-1.1.7-preset-force.patch
===
--- transcode-1.1.7-preset-force.patch  2018-04-28 08:46:08 UTC (rev 318351)
+++ transcode-1.1.7-preset-force.patch  2018-04-28 08:53:01 UTC (rev 318352)
@@ -1,28 +0,0 @@
-Do not force using a preset. Do not try to open non-existant preset by default.
-
-Index: transcode-1.1.7/export/export_ffmpeg.c
-===
 transcode-1.1.7.orig/export/export_ffmpeg.c
-+++ transcode-1.1.7/export/export_ffmpeg.c
-@@ -1206,7 +1206,7 @@ MOD_init
- lavc_venc_context->me_method = ME_ZERO + lavc_param_vme;
- 
-   /* FIXME: transcode itself contains "broken ffmpeg default settings", 
thus we need to override them! */
--  if (lavc_param_video_preset) {
-+  if (lavc_param_video_preset && strcmp(lavc_param_video_preset, "none")) 
{
-   avcodec_opts[AVMEDIA_TYPE_VIDEO] = lavc_venc_context;
-   video_codec_name = av_strdup(ffmpeg_codec_name(codec->name));
- 
-Index: transcode-1.1.7/export/ffmpeg_cfg.c
-===
 transcode-1.1.7.orig/export/ffmpeg_cfg.c
-+++ transcode-1.1.7/export/ffmpeg_cfg.c
-@@ -124,7 +124,7 @@ int lavc_param_gmc = 0;
- //int lavc_param_atag = 0;
- //int lavc_param_abitrate = 224;
- 
--char *lavc_param_video_preset = "medium";
-+char *lavc_param_video_preset = "none";
- char *lavc_param_ffmpeg_datadir = "/usr/share/ffmpeg";
- 
- TCConfigEntry lavcopts_conf[]={

Deleted: transcode-1.1.7-preset-free.patch
===
--- transcode-1.1.7-preset-free.patch   2018-04-28 08:46:08 UTC (rev 318351)
+++ transcode-1.1.7-preset-free.patch   2018-04-28 08:53:01 UTC (rev 318352)
@@ -1,34 +0,0 @@
-Fix invalid free when preset file not found
-https://bugs.gentoo.org/show_bug.cgi?id=322945
-Author: Brennan Shacklett
-
-diff -urN transcode-1.1.7-orig/export/export_ffmpeg.c 
transcode-1.1.7/export/export_ffmpeg.c
 transcode-1.1.7-orig/export/export_ffmpeg.c2011-11-19 
08:50:27.0 -0800
-+++ transcode-1.1.7/export/export_ffmpeg.c 2012-07-03 20:07:05.669083945 
-0700
-@@ -321,7 +321,7 @@
- }
- 
- if(!f){
--fprintf(stderr, "File for preset '%s' not found\n", arg);
-+tc_log_error(MOD_NAME, "File for preset '%s' not found", arg);
- av_exit(1);
- }
- 
-@@ -1207,7 +1207,7 @@
-   /* FIXME: transcode itself contains "broken ffmpeg default settings", 
thus we need to override them! */
-   if 

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

2018-04-28 Thread Antonio Rojas via arch-commits
Date: Saturday, April 28, 2018 @ 08:53:25
  Author: arojas
Revision: 318353

archrelease: copy trunk to community-staging-x86_64

Added:
  transcode/repos/community-staging-x86_64/
  transcode/repos/community-staging-x86_64/PKGBUILD
(from rev 318352, transcode/trunk/PKGBUILD)
  transcode/repos/community-staging-x86_64/transcode-ffmpeg3.patch
(from rev 318352, transcode/trunk/transcode-ffmpeg3.patch)
  transcode/repos/community-staging-x86_64/transcode-ffmpeg4.patch
(from rev 318352, transcode/trunk/transcode-ffmpeg4.patch)
  transcode/repos/community-staging-x86_64/transcode-imagemagick7.patch
(from rev 318352, transcode/trunk/transcode-imagemagick7.patch)

--+
 PKGBUILD |   54 +
 transcode-ffmpeg3.patch  | 1241 +
 transcode-ffmpeg4.patch  |  494 
 transcode-imagemagick7.patch |  794 ++
 4 files changed, 2583 insertions(+)

Copied: transcode/repos/community-staging-x86_64/PKGBUILD (from rev 318352, 
transcode/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-28 08:53:25 UTC (rev 318353)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer:
+# Contributor: Sarah Hay 
+# Contributor: roberto 
+
+pkgname=transcode
+_sripver=0.3-4
+pkgver=1.1.7
+pkgrel=26
+pkgdesc="A video/DVD ripper and encoder for the terminal/console"
+arch=(x86_64)
+url="http://www.transcoding.org/;
+license=(GPL)
+depends=(gawk libmagick lzo libdvdread ffmpeg mjpegtools libmpeg2 libxaw libxv 
a52dec)
+makedepends=(nasm libx264)
+source=(https://bitbucket.org/france/transcode-tcforge/downloads/$pkgname-$pkgver.tar.bz2
+transcode-imagemagick7.patch
+transcode-ffmpeg3.patch
+transcode-ffmpeg4.patch)
+sha256sums=('1e4e72d8e0dd62a80b8dd90699f5ca64c9b0cb37a5c9325c184166a9654f0a92'
+'4ede15540ea6932954ac332c12dde130bf48e7e4773d1e04d3c3f23038c6ac51'
+'728ec3101039d98116275e36ea5cf0434a23a0bb82aca830ea9612fb9d16b062'
+'2cc680666f705685a9fdc54b5a377e7728765bde6ed83c43b835634e27767721')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../transcode-ffmpeg3.patch # LFS patch
+  patch -p1 -i ../transcode-ffmpeg4.patch # Gentoo patch
+  patch -p1 -i ../transcode-imagemagick7.patch # Gentoo patch
+  sed -i 's|freetype/ftglyph.h|freetype2/freetype/ftglyph.h|' 
filter/subtitler/load_font.c
+  autoreconf -vi
+}
+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-sse --disable-sse2 --disable-altivec --enable-mmx \
+--enable-lame --enable-ogg --enable-vorbis --enable-theora \
+--enable-libdv --enable-libxml2 --enable-v4l \
+--enable-imagemagick --enable-libjpeg --enable-lzo --enable-mjpegtools \
+--enable-sdl --enable-freetype2 --enable-a52 --enable-libpostproc \
+--enable-xvid --enable-x264 --enable-alsa --enable-libmpeg2 
--enable-libmpeg2convert
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: transcode/repos/community-staging-x86_64/transcode-ffmpeg3.patch (from 
rev 318352, transcode/trunk/transcode-ffmpeg3.patch)
===
--- community-staging-x86_64/transcode-ffmpeg3.patch
(rev 0)
+++ community-staging-x86_64/transcode-ffmpeg3.patch2018-04-28 08:53:25 UTC 
(rev 318353)
@@ -0,0 +1,1241 @@
+Submitted By:Armion K. 
+Date:2016-05-06
+Initial Package Version: 1.1.7
+Upstream Status: Unknown
+Origin:  Gentoo and Debian
+Description: Fixes building against FFmpeg version >= 3.0.0
+
+--- a/encode/encode_lavc.c 2011-11-19 17:50:27.0 +0100
 b/encode/encode_lavc.c 2016-02-15 16:08:37.914488116 +0100
+@@ -74,6 +74,9 @@
+ int lmin;
+ int lmax;
+ int me_method;
++int luma_elim_threshold;
++int chroma_elim_threshold;
++int quantizer_noise_shaping;
+ 
+ /* same as above for flags */
+ struct {
+@@ -114,6 +117,7 @@
+ 
+ AVFrame ff_venc_frame;
+ AVCodecContext ff_vcontext;
++AVDictionary * ff_opts;
+ 
+ AVCodec *ff_vcodec;
+ 
+@@ -164,6 +168,7 @@
+ TC_CODEC_ERROR
+ };
+ 
++#if LIBAVCODEC_VERSION_MAJOR < 55
+ static const enum CodecID tc_lavc_internal_codecs[] = {
+ CODEC_ID_MPEG1VIDEO, CODEC_ID_MPEG2VIDEO, CODEC_ID_MPEG4,
+ CODEC_ID_H263I, CODEC_ID_H263P,
+@@ -176,6 +181,20 @@
+ CODEC_ID_MSMPEG4V2, CODEC_ID_MSMPEG4V3,
+ CODEC_ID_NONE
+ };
++#else
++static const enum AVCodecID tc_lavc_internal_codecs[] = {
++AV_CODEC_ID_MPEG1VIDEO, AV_CODEC_ID_MPEG2VIDEO, AV_CODEC_ID_MPEG4,
++AV_CODEC_ID_H263I, 

[arch-commits] Commit in (4 files)

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 08:16:39
  Author: felixonmars
Revision: 318345

addpkg: haskell-rio 0.1.1.0-1

Added:
  haskell-rio/
  haskell-rio/repos/
  haskell-rio/trunk/
  haskell-rio/trunk/PKGBUILD

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

Added: haskell-rio/trunk/PKGBUILD
===
--- haskell-rio/trunk/PKGBUILD  (rev 0)
+++ haskell-rio/trunk/PKGBUILD  2018-04-28 08:16:39 UTC (rev 318345)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=rio
+pkgname=haskell-rio
+pkgver=0.1.1.0
+pkgrel=1
+pkgdesc="A standard library for Haskell"
+url="https://github.com/commercialhaskell/rio;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-hashable' 
'haskell-microlens' 'haskell-mtl'
+ 'haskell-primitive' 'haskell-text' 'haskell-typed-process' 
'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b1e3eae04bd4c3c943a8e1cd9cf3f1863b4d72d3bc2d4b05bc094d3fa00c0e3cfc73351a690f7c2a9158ed47285899a291ded8667b112e83157f21b63a48f35a')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+}


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


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 08:17:03
  Author: felixonmars
Revision: 318346

archrelease: copy trunk to community-x86_64

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

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

Copied: haskell-rio/repos/community-x86_64/PKGBUILD (from rev 318345, 
haskell-rio/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-28 08:17:03 UTC (rev 318346)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=rio
+pkgname=haskell-rio
+pkgver=0.1.1.0
+pkgrel=1
+pkgdesc="A standard library for Haskell"
+url="https://github.com/commercialhaskell/rio;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-hashable' 
'haskell-microlens' 'haskell-mtl'
+ 'haskell-primitive' 'haskell-text' 'haskell-typed-process' 
'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b1e3eae04bd4c3c943a8e1cd9cf3f1863b4d72d3bc2d4b05bc094d3fa00c0e3cfc73351a690f7c2a9158ed47285899a291ded8667b112e83157f21b63a48f35a')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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 git-annex/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 07:59:40
  Author: felixonmars
Revision: 318344

archrelease: copy trunk to community-x86_64

Added:
  git-annex/repos/community-x86_64/PKGBUILD
(from rev 318343, git-annex/trunk/PKGBUILD)
Deleted:
  git-annex/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 07:59:17 UTC (rev 318343)
+++ PKGBUILD2018-04-28 07:59:40 UTC (rev 318344)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=6.20180409
-pkgrel=8
-pkgdesc="Manage files with git, without checking their contents into git"
-url="http://git-annex.branchable.com/;
-license=("AGPL3")
-arch=('x86_64')
-depends=('git' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws'
- 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
- 'haskell-clientsession' 'haskell-concurrent-output' 'haskell-conduit' 
'haskell-crypto-api'
- 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 
'haskell-dbus'
- 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns' 
'haskell-edit-distance'
- 'haskell-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 
'haskell-feed'
- 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-conduit'
- 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory'
- 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-mtl'
- 'haskell-network' 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
- 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
- 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
- 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
- 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
- 'haskell-socks' 'haskell-split' 'haskell-stm' 'haskell-stm-chans' 
'haskell-tagsoup'
- 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
- 'haskell-text' 'haskell-torrent' 'haskell-unix-compat' 
'haskell-unordered-containers'
- 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector' 'haskell-wai' 
'haskell-wai-extra'
- 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod' 
'haskell-yesod-core' 'haskell-yesod-form'
- 'haskell-yesod-static')
-makedepends=('chrpath' 'ghc')
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd git-annex
-
-  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
---docdir="/usr/share/doc/$pkgname" \
--fnetwork-uri -fconcurrentoutput -ftorrentparser \
--f-androidsplice -f-android -fproduction -fpairing -fwebapp \
--fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
-  runhaskell Setup build
-}
-
-package() {
-  cd git-annex
-  runhaskell Setup copy --destdir="$pkgdir"
-  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
-
-  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
-  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
-}

Copied: git-annex/repos/community-x86_64/PKGBUILD (from rev 318343, 
git-annex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 07:59:40 UTC (rev 318344)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20180427
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 'haskell-conduit' 
'haskell-crypto-api'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 
'haskell-dbus'
+ 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns' 
'haskell-edit-distance'
+ 'haskell-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 
'haskell-feed'
+ 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-mtl'
+ 

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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 07:59:17
  Author: felixonmars
Revision: 318343

upgpkg: git-annex 6.20180427-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 07:47:39 UTC (rev 318342)
+++ PKGBUILD2018-04-28 07:59:17 UTC (rev 318343)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=6.20180409
-pkgrel=8
+pkgver=6.20180427
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2018-04-28 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 28, 2018 @ 07:47:21
  Author: zorun
Revision: 318340

archrelease: copy trunk to community-x86_64

Added:
  libringclient/repos/community-x86_64/PKGBUILD
(from rev 318339, libringclient/trunk/PKGBUILD)
Deleted:
  libringclient/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 07:47:11 UTC (rev 318339)
+++ PKGBUILD2018-04-28 07:47:21 UTC (rev 318340)
@@ -1,40 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgname=libringclient
-pkgver=20180419.1.01da897
-pkgrel=1
-epoch=2
-pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (client communication library)"
-arch=("x86_64")
-url="https://ring.cx;
-license=('GPL3')
-groups=("ring")
-depends=("ring-daemon" "qt5-base")
-makedepends=('git' 'cmake' 'qt5-tools')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=215ff6200ee7066c1edcbe66bc5c1bc84dad6072;)
-md5sums=('SKIP')
-
-build() {
-  cd "ring-lrc"
-
-  msg2 'Building...'
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "ring-lrc/build"
-
-  msg2 'Installing...'
-  make DESTDIR="$pkgdir" install
-
-  msg2 'Cleaning up pkgdir...'
-  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
-  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libringclient/repos/community-x86_64/PKGBUILD (from rev 318339, 
libringclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 07:47:21 UTC (rev 318340)
@@ -0,0 +1,40 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=libringclient
+pkgver=20180425.2.4d29110
+pkgrel=1
+epoch=2
+pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (client communication library)"
+arch=("x86_64")
+url="https://ring.cx;
+license=('GPL3')
+groups=("ring")
+depends=("ring-daemon" "qt5-base")
+makedepends=('git' 'cmake' 'qt5-tools')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=669571ce22c67c460c1d85b5761744bad7a9eaa1;)
+md5sums=('SKIP')
+
+build() {
+  cd "ring-lrc"
+
+  msg2 'Building...'
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "ring-lrc/build"
+
+  msg2 'Installing...'
+  make DESTDIR="$pkgdir" install
+
+  msg2 'Cleaning up pkgdir...'
+  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
+  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-28 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 28, 2018 @ 07:47:30
  Author: zorun
Revision: 318341

upgpkg: ring-gnome 3:20180425.2.4d29110-1

Modified:
  ring-gnome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 07:47:21 UTC (rev 318340)
+++ PKGBUILD2018-04-28 07:47:30 UTC (rev 318341)
@@ -1,8 +1,8 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=ring-gnome
-pkgver=20180420.2.ac1aac4
-pkgrel=2
+pkgver=20180425.2.4d29110
+pkgrel=1
 epoch=3
 pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (GNOME client)"
 arch=("x86_64")
@@ -14,7 +14,7 @@
  "qt5-base" "gtk-update-icon-cache" "desktop-file-utils"
  "evolution-data-server" "libnotify" "libcanberra" "libnm")
 makedepends=('git' 'cmake')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-client-gnome#commit=e18c1922af09e1d99a534a7a600794dc1d67069c;)
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-client-gnome#commit=a3ae9fd07f296b282abdbaf5338750af583675a8;)
 sha256sums=('SKIP')
 
 build() {


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

2018-04-28 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 28, 2018 @ 07:47:04
  Author: zorun
Revision: 318338

archrelease: copy trunk to community-x86_64

Added:
  ring-daemon/repos/community-x86_64/PKGBUILD
(from rev 318337, ring-daemon/trunk/PKGBUILD)
Deleted:
  ring-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 07:46:36 UTC (rev 318337)
+++ PKGBUILD2018-04-28 07:47:04 UTC (rev 318338)
@@ -1,70 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgname=ring-daemon
-pkgver=20180420.2.ac1aac4
-pkgrel=1
-epoch=2
-_pjprojectver=2.7.2
-pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (daemon)"
-arch=("x86_64")
-url="https://ring.cx;
-license=('GPL3')
-groups=("ring")
-depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
- 'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'gnutls'
- 'expat' 'gsm' 'libupnp' 'libnatpmp' 'libva' 'libvdpau' 'restbed'
- 'libsecp256k1' 'util-linux' 'opus')
-makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
-#checkdepends=('cppunit')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=2644afc145004496d33ec40bfa63ce40c37c7ef3;
-
"http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2;)
-noextract=("pjproject-${_pjprojectver}.tar.bz2")
-sha256sums=('SKIP'
-'9c2c828abab7626edf18e04b041ef274bfaa86f99adf2c25ff56f1509e813772')
-sha512sums=('SKIP'
-
'3d355ffcbbeed62cfc711e574a987dc06043ccf4f2625820adffa89167022b8306fcee3fada71d3d45e7b902fc9c65ac8221de101cbafed25362a3921f702afd')
-
-prepare() {
-  cd "${pkgname}"
-  cp ../pjproject-${_pjprojectver}.tar.bz2 contrib/tarballs
-  mkdir contrib/native
-  autoreconf -fvi
-}
-
-build() {
-  cd "${pkgname}/contrib/native"
-  ../bootstrap \
-  --disable-downloads \
-  --disable-all \
-  --enable-pjproject
-  make DEPS_pjproject=
-
-  cd ../..
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---enable-ipv6
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-# Disabled because some tests (TURN) use the network.
-#check() {
-#  cd "${pkgname}"
-#  make -k check
-#}
-
-package() {
-  cd "${pkgname}"
-
-  msg2 'Installing...'
-  make DESTDIR="$pkgdir" install
-
-  msg2 'Cleaning up pkgdir...'
-  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
-  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ring-daemon/repos/community-x86_64/PKGBUILD (from rev 318337, 
ring-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 07:47:04 UTC (rev 318338)
@@ -0,0 +1,70 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=ring-daemon
+pkgver=20180425.2.4d29110
+pkgrel=1
+epoch=2
+_pjprojectver=2.7.2
+pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (daemon)"
+arch=("x86_64")
+url="https://ring.cx;
+license=('GPL3')
+groups=("ring")
+depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
+ 'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'gnutls'
+ 'expat' 'gsm' 'libupnp' 'libnatpmp' 'libva' 'libvdpau' 'restbed'
+ 'libsecp256k1' 'util-linux' 'opus')
+makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
+#checkdepends=('cppunit')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=36c6d857289199c6ace3d6e1f6995e25cdcb4b8d;
+
"http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2;)
+noextract=("pjproject-${_pjprojectver}.tar.bz2")
+sha256sums=('SKIP'
+'9c2c828abab7626edf18e04b041ef274bfaa86f99adf2c25ff56f1509e813772')
+sha512sums=('SKIP'
+
'3d355ffcbbeed62cfc711e574a987dc06043ccf4f2625820adffa89167022b8306fcee3fada71d3d45e7b902fc9c65ac8221de101cbafed25362a3921f702afd')
+
+prepare() {
+  cd "${pkgname}"
+  cp ../pjproject-${_pjprojectver}.tar.bz2 contrib/tarballs
+  mkdir contrib/native
+  autoreconf -fvi
+}
+
+build() {
+  cd "${pkgname}/contrib/native"
+  ../bootstrap \
+  --disable-downloads \
+  --disable-all \
+  --enable-pjproject
+  make DEPS_pjproject=
+
+  cd ../..
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-ipv6
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# Disabled because some tests (TURN) use the network.
+#check() {
+#  cd "${pkgname}"
+#  make -k check
+#}
+
+package() {
+  cd "${pkgname}"
+
+  msg2 'Installing...'
+  make DESTDIR="$pkgdir" install
+
+  msg2 'Cleaning up pkgdir...'
+  

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

2018-04-28 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 28, 2018 @ 07:47:39
  Author: zorun
Revision: 318342

archrelease: copy trunk to community-x86_64

Added:
  
ring-gnome/repos/community-x86_64/0001-settings-check-if-g_get_user_special_dir-fails.patch
(from rev 318341, 
ring-gnome/trunk/0001-settings-check-if-g_get_user_special_dir-fails.patch)
  ring-gnome/repos/community-x86_64/PKGBUILD
(from rev 318341, ring-gnome/trunk/PKGBUILD)
Deleted:
  
ring-gnome/repos/community-x86_64/0001-settings-check-if-g_get_user_special_dir-fails.patch
  ring-gnome/repos/community-x86_64/PKGBUILD

---+
 0001-settings-check-if-g_get_user_special_dir-fails.patch |   72 +-
 PKGBUILD  |   86 ++--
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: 0001-settings-check-if-g_get_user_special_dir-fails.patch
===
--- 0001-settings-check-if-g_get_user_special_dir-fails.patch   2018-04-28 
07:47:30 UTC (rev 318341)
+++ 0001-settings-check-if-g_get_user_special_dir-fails.patch   2018-04-28 
07:47:39 UTC (rev 318342)
@@ -1,36 +0,0 @@
-From 1946b536d75fc47f16bf3accb9b18c98145280b1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
- 
-Date: Tue, 17 Apr 2018 09:47:47 -0400
-Subject: [PATCH] settings: check if g_get_user_special_dir fails
-
-g_get_user_special_dir can return a nullptr, so the string
-construction will fails badly. Must be checked or fallback to
-G_USER_DIRECTORY_DESKTOP ($HOME/Desktop)
-
-Change-Id: I04b72221f14091db2cfd880a9b35b8ab92e46ae4
-Reviewed-by: Philippe Gorley 

- src/generalsettingsview.cpp | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/generalsettingsview.cpp b/src/generalsettingsview.cpp
-index 4c6a15a..4fa2d9c 100644
 a/src/generalsettingsview.cpp
-+++ b/src/generalsettingsview.cpp
-@@ -248,7 +248,11 @@ general_settings_view_init(GeneralSettingsView *self)
- auto* download_directory_variant = g_settings_get_value(priv->settings, 
"download-folder");
- char* download_directory_value;
- g_variant_get(download_directory_variant, "", 
_directory_value);
--std::string default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DOWNLOAD);
-+std::string default_download_dir = {};
-+if (auto* directory = g_get_user_special_dir (G_USER_DIRECTORY_DOWNLOAD))
-+default_download_dir = directory;
-+else
-+default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DESKTOP);
- auto current_value = std::string(download_directory_value);
- if (current_value.empty()) {
- g_settings_set_value(priv->settings, "download-folder", 
g_variant_new("s", default_download_dir.c_str()));
--- 
-2.17.0
-

Copied: 
ring-gnome/repos/community-x86_64/0001-settings-check-if-g_get_user_special_dir-fails.patch
 (from rev 318341, 
ring-gnome/trunk/0001-settings-check-if-g_get_user_special_dir-fails.patch)
===
--- 0001-settings-check-if-g_get_user_special_dir-fails.patch   
(rev 0)
+++ 0001-settings-check-if-g_get_user_special_dir-fails.patch   2018-04-28 
07:47:39 UTC (rev 318342)
@@ -0,0 +1,36 @@
+From 1946b536d75fc47f16bf3accb9b18c98145280b1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
+ 
+Date: Tue, 17 Apr 2018 09:47:47 -0400
+Subject: [PATCH] settings: check if g_get_user_special_dir fails
+
+g_get_user_special_dir can return a nullptr, so the string
+construction will fails badly. Must be checked or fallback to
+G_USER_DIRECTORY_DESKTOP ($HOME/Desktop)
+
+Change-Id: I04b72221f14091db2cfd880a9b35b8ab92e46ae4
+Reviewed-by: Philippe Gorley 
+---
+ src/generalsettingsview.cpp | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/generalsettingsview.cpp b/src/generalsettingsview.cpp
+index 4c6a15a..4fa2d9c 100644
+--- a/src/generalsettingsview.cpp
 b/src/generalsettingsview.cpp
+@@ -248,7 +248,11 @@ general_settings_view_init(GeneralSettingsView *self)
+ auto* download_directory_variant = g_settings_get_value(priv->settings, 
"download-folder");
+ char* download_directory_value;
+ g_variant_get(download_directory_variant, "", 
_directory_value);
+-std::string default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DOWNLOAD);
++std::string default_download_dir = {};
++if (auto* directory = g_get_user_special_dir (G_USER_DIRECTORY_DOWNLOAD))
++default_download_dir = directory;
++else
++default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DESKTOP);
+ auto current_value = std::string(download_directory_value);
+ if (current_value.empty()) {
+ g_settings_set_value(priv->settings, 

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

2018-04-28 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 28, 2018 @ 07:47:11
  Author: zorun
Revision: 318339

upgpkg: libringclient 2:20180425.2.4d29110-1

Modified:
  libringclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 07:47:04 UTC (rev 318338)
+++ PKGBUILD2018-04-28 07:47:11 UTC (rev 318339)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=libringclient
-pkgver=20180419.1.01da897
+pkgver=20180425.2.4d29110
 pkgrel=1
 epoch=2
 pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (client communication library)"
@@ -11,7 +11,7 @@
 groups=("ring")
 depends=("ring-daemon" "qt5-base")
 makedepends=('git' 'cmake' 'qt5-tools')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=215ff6200ee7066c1edcbe66bc5c1bc84dad6072;)
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=669571ce22c67c460c1d85b5761744bad7a9eaa1;)
 md5sums=('SKIP')
 
 build() {


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

2018-04-28 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 28, 2018 @ 07:46:36
  Author: zorun
Revision: 318337

upgpkg: ring-daemon 2:20180425.2.4d29110-1

Modified:
  ring-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 06:55:52 UTC (rev 318336)
+++ PKGBUILD2018-04-28 07:46:36 UTC (rev 318337)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=ring-daemon
-pkgver=20180421.1.8ce06c1
+pkgver=20180425.2.4d29110
 pkgrel=1
 epoch=2
 _pjprojectver=2.7.2
@@ -16,7 +16,7 @@
  'libsecp256k1' 'util-linux' 'opus')
 makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
 #checkdepends=('cppunit')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=ca96c74c8cad3757b49dfec9f3890ac6ae910421;
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=36c6d857289199c6ace3d6e1f6995e25cdcb4b8d;
 
"http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2;)
 noextract=("pjproject-${_pjprojectver}.tar.bz2")
 sha256sums=('SKIP'


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 06:55:52
  Author: felixonmars
Revision: 318336

archrelease: copy trunk to community-any

Added:
  nodejs-emojione/repos/community-any/PKGBUILD
(from rev 318335, nodejs-emojione/trunk/PKGBUILD)
Deleted:
  nodejs-emojione/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 06:55:30 UTC (rev 318335)
+++ PKGBUILD2018-04-28 06:55:52 UTC (rev 318336)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-_npmname=emojione
-pkgname=nodejs-$_npmname
-pkgver=3.1.3
-pkgrel=1
-pkgdesc="A complete set of emojis designed for the web"
-arch=('any')
-url="http://www.emojione.com;
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz;)
-noextract=($_npmname-$pkgver.tgz)
-sha512sums=('090f69c5c6b3c00c86d3e7f152041b73a7a7c1a69f5adb236b95d51557779ff9c43cb91357909e2b80fbac1deb61618010e63a93442e8ba6675602be73a0e425')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$_npmname/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: nodejs-emojione/repos/community-any/PKGBUILD (from rev 318335, 
nodejs-emojione/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 06:55:52 UTC (rev 318336)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_npmname=emojione
+pkgname=nodejs-$_npmname
+pkgver=3.1.4
+pkgrel=1
+pkgdesc="A complete set of emojis designed for the web"
+arch=('any')
+url="http://www.emojione.com;
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz;)
+noextract=($_npmname-$pkgver.tgz)
+sha512sums=('47469ab6d0e4a5b02a0d48894b212a09baf353fdbd5521f5f13fbbf0fe085ffb58e9d4ce425646441c019d73fd221045e8290501fab8bf003122399bae3c8b8d')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$_npmname/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 06:55:30
  Author: felixonmars
Revision: 318335

upgpkg: nodejs-emojione 3.1.4-1

Modified:
  nodejs-emojione/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 06:52:01 UTC (rev 318334)
+++ PKGBUILD2018-04-28 06:55:30 UTC (rev 318335)
@@ -3,7 +3,7 @@
 
 _npmname=emojione
 pkgname=nodejs-$_npmname
-pkgver=3.1.3
+pkgver=3.1.4
 pkgrel=1
 pkgdesc="A complete set of emojis designed for the web"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz;)
 noextract=($_npmname-$pkgver.tgz)
-sha512sums=('090f69c5c6b3c00c86d3e7f152041b73a7a7c1a69f5adb236b95d51557779ff9c43cb91357909e2b80fbac1deb61618010e63a93442e8ba6675602be73a0e425')
+sha512sums=('47469ab6d0e4a5b02a0d48894b212a09baf353fdbd5521f5f13fbbf0fe085ffb58e9d4ce425646441c019d73fd221045e8290501fab8bf003122399bae3c8b8d')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz


  1   2   >