[arch-commits] Commit in python-jsonrpclib-pelix (3 files)

2017-11-03 Thread Antonio Rojas
Date: Friday, November 3, 2017 @ 23:49:53
  Author: arojas
Revision: 265384

archrelease: copy trunk to community-any

Added:
  python-jsonrpclib-pelix/repos/
  python-jsonrpclib-pelix/repos/community-any/
  python-jsonrpclib-pelix/repos/community-any/PKGBUILD
(from rev 265383, python-jsonrpclib-pelix/trunk/PKGBUILD)

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

Copied: python-jsonrpclib-pelix/repos/community-any/PKGBUILD (from rev 265383, 
python-jsonrpclib-pelix/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2017-11-03 23:49:53 UTC (rev 265384)
@@ -0,0 +1,43 @@
+# Maintainer:
+# Contributor: Andy Weidenbaum 
+
+pkgbase=python-jsonrpclib-pelix
+pkgname=(python-jsonrpclib-pelix python2-jsonrpclib-pelix)
+pkgver=0.3.1
+pkgrel=2
+pkgdesc="A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax"
+arch=(any)
+makedepends=(python-setuptools python2-setuptools)
+url="https://github.com/tcalmant/jsonrpclib;
+license=('Apache')
+source=(https://pypi.io/packages/source/j/jsonrpclib-pelix/jsonrpclib-pelix-$pkgver.tar.gz)
+sha256sums=('5417b1508d5a50ec64f6e5b88907f55d52607b218ff3ba9a777afb2e49e3')
+
+prepare() {
+  cp -r jsonrpclib-pelix-$pkgver jsonrpclib-pelix-$pkgver-py2
+  cd jsonrpclib-pelix-$pkgver-py2
+  find -name '*.py' | xargs sed -e 's|/usr/bin/python|/usr/bin/python2|' -e 
's|/usr/bin/env python|/usr/bin/env python2|' -i
+}
+
+build() {
+  cd jsonrpclib-pelix-$pkgver
+  python setup.py build
+
+  cd ../jsonrpclib-pelix-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-jsonrpclib-pelix() {
+  depends=(python)
+  conflicts=(python-jsonrpclib)
+  cd jsonrpclib-pelix-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-jsonrpclib-pelix() {
+  depends=(python2)
+  conflicts=(python2-jsonrpclib)
+  cd jsonrpclib-pelix-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+


[arch-commits] Commit in (3 files)

2017-11-03 Thread Antonio Rojas
Date: Friday, November 3, 2017 @ 23:49:22
  Author: arojas
Revision: 265383

New electum dependency

Added:
  python-jsonrpclib-pelix/
  python-jsonrpclib-pelix/trunk/
  python-jsonrpclib-pelix/trunk/PKGBUILD

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

Added: python-jsonrpclib-pelix/trunk/PKGBUILD
===
--- python-jsonrpclib-pelix/trunk/PKGBUILD  (rev 0)
+++ python-jsonrpclib-pelix/trunk/PKGBUILD  2017-11-03 23:49:22 UTC (rev 
265383)
@@ -0,0 +1,43 @@
+# Maintainer:
+# Contributor: Andy Weidenbaum 
+
+pkgbase=python-jsonrpclib-pelix
+pkgname=(python-jsonrpclib-pelix python2-jsonrpclib-pelix)
+pkgver=0.3.1
+pkgrel=2
+pkgdesc="A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax"
+arch=(any)
+makedepends=(python-setuptools python2-setuptools)
+url="https://github.com/tcalmant/jsonrpclib;
+license=('Apache')
+source=(https://pypi.io/packages/source/j/jsonrpclib-pelix/jsonrpclib-pelix-$pkgver.tar.gz)
+sha256sums=('5417b1508d5a50ec64f6e5b88907f55d52607b218ff3ba9a777afb2e49e3')
+
+prepare() {
+  cp -r jsonrpclib-pelix-$pkgver jsonrpclib-pelix-$pkgver-py2
+  cd jsonrpclib-pelix-$pkgver-py2
+  find -name '*.py' | xargs sed -e 's|/usr/bin/python|/usr/bin/python2|' -e 
's|/usr/bin/env python|/usr/bin/env python2|' -i
+}
+
+build() {
+  cd jsonrpclib-pelix-$pkgver
+  python setup.py build
+
+  cd ../jsonrpclib-pelix-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-jsonrpclib-pelix() {
+  depends=(python)
+  conflicts=(python-jsonrpclib)
+  cd jsonrpclib-pelix-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-jsonrpclib-pelix() {
+  depends=(python2)
+  conflicts=(python2-jsonrpclib)
+  cd jsonrpclib-pelix-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+


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

2017-11-03 Thread Antonio Rojas
Date: Friday, November 3, 2017 @ 23:17:52
  Author: arojas
Revision: 265382

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nanomsg/repos/community-i686/PKGBUILD
(from rev 265381, nanomsg/trunk/PKGBUILD)
  nanomsg/repos/community-x86_64/PKGBUILD
(from rev 265381, nanomsg/trunk/PKGBUILD)
Deleted:
  nanomsg/repos/community-i686/PKGBUILD
  nanomsg/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 23:17:23 UTC (rev 265381)
+++ community-i686/PKGBUILD 2017-11-03 23:17:52 UTC (rev 265382)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: KokaKiwi 
-# Contributor: James Bulmer 
-
-pkgname=nanomsg
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
-url='http://nanomsg.org/'
-license=(MIT)
-arch=(i686 x86_64)
-depends=(glibc)
-makedepends=(cmake)
-source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$pkgver.tar.gz)
-sha1sums=('57f90778a9bb7b95a7fd73910fd41894f3ee9cab')
-
-
-build() {
-  cd nanomsg-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-check() {
-  cd nanomsg-$pkgver
-  ctest
-}
-
-package() {
-  cd nanomsg-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: nanomsg/repos/community-i686/PKGBUILD (from rev 265381, 
nanomsg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 23:17:52 UTC (rev 265382)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: KokaKiwi 
+# Contributor: James Bulmer 
+
+pkgname=nanomsg
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
+url='http://nanomsg.org/'
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+makedepends=(cmake)
+source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$pkgver.tar.gz)
+sha1sums=('820fdbaac33fc177d28e2e0add71112ec47e7040')
+
+
+build() {
+  cd nanomsg-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+check() {
+  cd nanomsg-$pkgver
+  ctest
+}
+
+package() {
+  cd nanomsg-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-03 23:17:23 UTC (rev 265381)
+++ community-x86_64/PKGBUILD   2017-11-03 23:17:52 UTC (rev 265382)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: KokaKiwi 
-# Contributor: James Bulmer 
-
-pkgname=nanomsg
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
-url='http://nanomsg.org/'
-license=(MIT)
-arch=(i686 x86_64)
-depends=(glibc)
-makedepends=(cmake)
-source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$pkgver.tar.gz)
-sha1sums=('57f90778a9bb7b95a7fd73910fd41894f3ee9cab')
-
-
-build() {
-  cd nanomsg-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-check() {
-  cd nanomsg-$pkgver
-  ctest
-}
-
-package() {
-  cd nanomsg-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: nanomsg/repos/community-x86_64/PKGBUILD (from rev 265381, 
nanomsg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-03 23:17:52 UTC (rev 265382)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: KokaKiwi 
+# Contributor: James Bulmer 
+
+pkgname=nanomsg
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
+url='http://nanomsg.org/'
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+makedepends=(cmake)
+source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$pkgver.tar.gz)
+sha1sums=('820fdbaac33fc177d28e2e0add71112ec47e7040')
+
+
+build() {
+  cd nanomsg-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
+  

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

2017-11-03 Thread Antonio Rojas
Date: Friday, November 3, 2017 @ 23:17:23
  Author: arojas
Revision: 265381

Update to 1.1.0

Modified:
  nanomsg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 22:58:38 UTC (rev 265380)
+++ PKGBUILD2017-11-03 23:17:23 UTC (rev 265381)
@@ -4,7 +4,7 @@
 # Contributor: James Bulmer 
 
 pkgname=nanomsg
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
 url='http://nanomsg.org/'
@@ -13,7 +13,7 @@
 depends=(glibc)
 makedepends=(cmake)
 
source=(nanomsg-$pkgver.tar.gz::https://github.com/nanomsg/nanomsg/archive/$pkgver.tar.gz)
-sha1sums=('57f90778a9bb7b95a7fd73910fd41894f3ee9cab')
+sha1sums=('820fdbaac33fc177d28e2e0add71112ec47e7040')
 
 
 build() {


[arch-commits] Commit in pdfshuffler (3 files)

2017-11-03 Thread Antonio Rojas
Date: Friday, November 3, 2017 @ 22:58:38
  Author: arojas
Revision: 265380

archrelease: copy trunk to community-any

Added:
  pdfshuffler/repos/
  pdfshuffler/repos/community-any/
  pdfshuffler/repos/community-any/PKGBUILD
(from rev 265379, pdfshuffler/trunk/PKGBUILD)

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

Copied: pdfshuffler/repos/community-any/PKGBUILD (from rev 265379, 
pdfshuffler/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2017-11-03 22:58:38 UTC (rev 265380)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: M.Reynolds 
+# Contributor: speps 
+# Contributor: Anton Bazhenov 
+# Contributor: Tuan Nguyen 
+# Contributor: Farid 
+
+pkgname=pdfshuffler
+pkgver=0.6.0
+pkgrel=4
+pkgdesc="Merge or split pdf documents and rotate, crop and rearrange their 
pages"
+arch=(any)
+url="http://sourceforge.net/projects/pdfshuffler/;
+license=(GPL3)
+depends=(python2-poppler python2-pypdf ghostscript)
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('df3629b5a0ba91fda6b703ddf7b3e6f224a01d5cdfb76a5de77d67615466ef58')
+
+prepare() {
+# python2 fix
+  find $pkgname-$pkgver -name "*.py" -exec \
+sed -i "s/python/&2/" {} \;
+}
+  
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in pypdf (4 files)

2017-11-03 Thread Antonio Rojas
Date: Friday, November 3, 2017 @ 22:58:08
  Author: arojas
Revision: 265379

archrelease: copy trunk to community-any

Added:
  pypdf/repos/
  pypdf/repos/community-any/
  pypdf/repos/community-any/LICENSE
(from rev 265378, pypdf/trunk/LICENSE)
  pypdf/repos/community-any/PKGBUILD
(from rev 265378, pypdf/trunk/PKGBUILD)

--+
 LICENSE  |   26 ++
 PKGBUILD |   34 ++
 2 files changed, 60 insertions(+)

Copied: pypdf/repos/community-any/LICENSE (from rev 265378, pypdf/trunk/LICENSE)
===
--- repos/community-any/LICENSE (rev 0)
+++ repos/community-any/LICENSE 2017-11-03 22:58:08 UTC (rev 265379)
@@ -0,0 +1,26 @@
+# Copyright (c) 2006, Mathieu Fenniak
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
+# met:
+#
+# * Redistributions of source code must retain the above copyright notice,
+# this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright notice,
+# this list of conditions and the following disclaimer in the documentation
+# and/or other materials provided with the distribution.
+# * The name of the author may not be used to endorse or promote products
+# derived from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.

Copied: pypdf/repos/community-any/PKGBUILD (from rev 265378, 
pypdf/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2017-11-03 22:58:08 UTC (rev 265379)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+# Contributor: Stefan Husmann 
+
+pkgbase=pypdf
+pkgname=(python-pypdf python2-pypdf)
+pkgver=1.13
+pkgrel=4
+pkgdesc='A Pure-Python library built as a PDF toolkit'
+arch=(any)
+url="http://pybrary.net/pyPdf;
+license=(BSD)
+makedepends=(python-setuptools python2-setuptools)
+source=(https://pypi.io/packages/source/p/pyPdf/pyPdf-$pkgver.tar.gz LICENSE)
+sha256sums=('3aede4c3c9c6ad07c98f059f90db0b09ed383f7c791c46100f649e1cabda0e3b'
+'50ba5f73d8981222fe56ea3295bfa7e1cc51476f1044a1233d6c3500c741f786')
+
+package_python-pypdf() {
+depends=(python)
+ 
+cd pyPdf-$pkgver
+python setup.py install --root="$pkgdir"
+install -D -m644 ../LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+package_python2-pypdf() {
+depends=(python2)
+
+cd pyPdf-$pkgver
+python2 setup.py install --root="$pkgdir"
+install -D -m644 ../LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+


[arch-commits] Commit in (7 files)

2017-11-03 Thread Antonio Rojas
Date: Friday, November 3, 2017 @ 22:57:29
  Author: arojas
Revision: 265378

Add pdfshuffler (229 votes)

Added:
  pdfshuffler/
  pdfshuffler/trunk/
  pdfshuffler/trunk/PKGBUILD
  pypdf/
  pypdf/trunk/
  pypdf/trunk/LICENSE
  pypdf/trunk/PKGBUILD

+
 pdfshuffler/trunk/PKGBUILD |   33 +
 pypdf/trunk/LICENSE|   26 ++
 pypdf/trunk/PKGBUILD   |   34 ++
 3 files changed, 93 insertions(+)

Added: pdfshuffler/trunk/PKGBUILD
===
--- pdfshuffler/trunk/PKGBUILD  (rev 0)
+++ pdfshuffler/trunk/PKGBUILD  2017-11-03 22:57:29 UTC (rev 265378)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: M.Reynolds 
+# Contributor: speps 
+# Contributor: Anton Bazhenov 
+# Contributor: Tuan Nguyen 
+# Contributor: Farid 
+
+pkgname=pdfshuffler
+pkgver=0.6.0
+pkgrel=4
+pkgdesc="Merge or split pdf documents and rotate, crop and rearrange their 
pages"
+arch=(any)
+url="http://sourceforge.net/projects/pdfshuffler/;
+license=(GPL3)
+depends=(python2-poppler python2-pypdf ghostscript)
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('df3629b5a0ba91fda6b703ddf7b3e6f224a01d5cdfb76a5de77d67615466ef58')
+
+prepare() {
+# python2 fix
+  find $pkgname-$pkgver -name "*.py" -exec \
+sed -i "s/python/&2/" {} \;
+}
+  
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}

Added: pypdf/trunk/LICENSE
===
--- pypdf/trunk/LICENSE (rev 0)
+++ pypdf/trunk/LICENSE 2017-11-03 22:57:29 UTC (rev 265378)
@@ -0,0 +1,26 @@
+# Copyright (c) 2006, Mathieu Fenniak
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
+# met:
+#
+# * Redistributions of source code must retain the above copyright notice,
+# this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright notice,
+# this list of conditions and the following disclaimer in the documentation
+# and/or other materials provided with the distribution.
+# * The name of the author may not be used to endorse or promote products
+# derived from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.

Added: pypdf/trunk/PKGBUILD
===
--- pypdf/trunk/PKGBUILD(rev 0)
+++ pypdf/trunk/PKGBUILD2017-11-03 22:57:29 UTC (rev 265378)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+# Contributor: Stefan Husmann 
+
+pkgbase=pypdf
+pkgname=(python-pypdf python2-pypdf)
+pkgver=1.13
+pkgrel=4
+pkgdesc='A Pure-Python library built as a PDF toolkit'
+arch=(any)
+url="http://pybrary.net/pyPdf;
+license=(BSD)
+makedepends=(python-setuptools python2-setuptools)
+source=(https://pypi.io/packages/source/p/pyPdf/pyPdf-$pkgver.tar.gz LICENSE)
+sha256sums=('3aede4c3c9c6ad07c98f059f90db0b09ed383f7c791c46100f649e1cabda0e3b'
+'50ba5f73d8981222fe56ea3295bfa7e1cc51476f1044a1233d6c3500c741f786')
+
+package_python-pypdf() {
+depends=(python)
+ 
+cd pyPdf-$pkgver
+python setup.py install --root="$pkgdir"
+install -D -m644 ../LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+package_python2-pypdf() {
+depends=(python2)
+
+cd pyPdf-$pkgver
+python2 setup.py install --root="$pkgdir"
+install -D -m644 ../LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+


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

2017-11-03 Thread Sven-Hendrik Haase
Date: Friday, November 3, 2017 @ 20:21:06
  Author: svenstaro
Revision: 265376

upgpkg: gitlab 10.1.1-2

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 20:00:40 UTC (rev 265375)
+++ PKGBUILD2017-11-03 20:21:06 UTC (rev 265376)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=10.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce;
@@ -76,6 +76,7 @@
   # Patching config files:
   msg2 "Patching paths in and username gitlab.yml..."
   sed -e "s|# user: git|user: gitlab|" \
+  -e "s|/home/git/gitaly|/usr/bin|" \
   -e "s|/home/git/repositories|${_homedir}/repositories|" \
   -e "s|/home/git/gitlab-satellites|${_homedir}/satellites|" \
   -e "s|# path: /mnt/gitlab|path: ${_homedir}/shared|" \


[arch-commits] Commit in gitlab/repos/community-x86_64 (24 files)

2017-11-03 Thread Sven-Hendrik Haase
Date: Friday, November 3, 2017 @ 20:21:18
  Author: svenstaro
Revision: 265377

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 265376, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 265376, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 265376, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 265376, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 265376, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 265376, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 265376, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 265376, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 265376, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 265376, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 265376, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/yarn.lock
(from rev 265376, gitlab/trunk/yarn.lock)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example
  gitlab/repos/community-x86_64/yarn.lock

-+
 PKGBUILD|  433 -
 gitlab-backup.service   |   38 
 gitlab-backup.timer |   20 
 gitlab-mailroom.service |   40 
 gitlab-sidekiq.service  |   58 
 gitlab-unicorn.service  |   58 
 gitlab.install  |   40 
 gitlab.logrotate|   22 
 gitlab.target   |   14 
 gitlab.tmpfiles.d   |2 
 lighttpd.conf.example   |   70 
 yarn.lock   |13204 +++---
 12 files changed, 7000 insertions(+), 6999 deletions(-)

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


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

2017-11-03 Thread Antonio Rojas
Date: Friday, November 3, 2017 @ 20:00:40
  Author: arojas
Revision: 265375

archrelease: copy trunk to community-i686, community-x86_64

Added:
  giac/repos/community-i686/PKGBUILD
(from rev 265374, giac/trunk/PKGBUILD)
  giac/repos/community-x86_64/PKGBUILD
(from rev 265374, giac/trunk/PKGBUILD)
Deleted:
  giac/repos/community-i686/PKGBUILD
  giac/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   44 --
 community-x86_64/PKGBUILD |   44 --
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 19:59:51 UTC (rev 265374)
+++ community-i686/PKGBUILD 2017-11-03 20:00:40 UTC (rev 265375)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.2.3-57
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(i686 x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('21df9e66882ec3e6f5b9e4827b410b4899371fdf1e258fc33136ea97450eec28')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-i686/PKGBUILD (from rev 265374, 
giac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 20:00:40 UTC (rev 265375)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.4.9-17
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
+sha256sums=('5d2d5856b58b882509428e00b26bee64bee468966bbe4b5423b74768c0e14b39')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-03 19:59:51 UTC (rev 265374)
+++ community-x86_64/PKGBUILD   2017-11-03 20:00:40 UTC (rev 265375)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.2.3-57
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(i686 x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('21df9e66882ec3e6f5b9e4827b410b4899371fdf1e258fc33136ea97450eec28')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 265374, 
giac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD 

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

2017-11-03 Thread Antonio Rojas
Date: Friday, November 3, 2017 @ 19:59:51
  Author: arojas
Revision: 265374

Update to 1.4.9.17

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 19:48:19 UTC (rev 265373)
+++ PKGBUILD2017-11-03 19:59:51 UTC (rev 265374)
@@ -3,7 +3,7 @@
 
 pkgbase=giac
 pkgname=(xcas libgiac)
-_pkgver=1.2.3-57
+_pkgver=1.4.9-17
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc="A free computer algebra system"
@@ -12,7 +12,7 @@
 license=(GPL3)
 makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('21df9e66882ec3e6f5b9e4827b410b4899371fdf1e258fc33136ea97450eec28')
+sha256sums=('5d2d5856b58b882509428e00b26bee64bee468966bbe4b5423b74768c0e14b39')
 
 build() {
   cd $pkgbase-${pkgver%.*}


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

2017-11-03 Thread Antonio Rojas
Date: Friday, November 3, 2017 @ 19:48:19
  Author: arojas
Revision: 265373

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cython/repos/community-i686/PKGBUILD
(from rev 265372, cython/trunk/PKGBUILD)
  cython/repos/community-x86_64/PKGBUILD
(from rev 265372, cython/trunk/PKGBUILD)
Deleted:
  cython/repos/community-i686/PKGBUILD
  cython/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 community-i686/PKGBUILD   |   40 
 community-x86_64/PKGBUILD |   40 
 3 files changed, 104 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 19:47:44 UTC (rev 265372)
+++ community-i686/PKGBUILD 2017-11-03 19:48:19 UTC (rev 265373)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=('cython' 'cython2')
-pkgbase=cython
-pkgver=0.27.2
-pkgrel=1
-pkgdesc="C-Extensions for Python"
-arch=(i686 x86_64)
-url="http://cython.org;
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/98/bb/cd2be435e28ee1206151793a528028e3dc9a787fe525049efb73637f52bb/Cython-$pkgver.tar.gz;)
-sha256sums=('265dacf64ed8c0819f4be9355c39beaa13dc2ad2f85237a2c4e478f5ce644b48')
-
-package_cython() {
-  depends=('python' 'python-setuptools')
-
-  cd "$srcdir"/Cython-$pkgver
-  python setup.py install --root="$pkgdir"
-
-  sed -i 's|#!.*python|#!/usr/bin/python3|' "$pkgdir"/usr/bin/*
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=('python2' 'python2-setuptools')
-
-  cd "$srcdir"/Cython-$pkgver
-  python2 setup.py install --root="$pkgdir"
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
-  done
-}

Copied: cython/repos/community-i686/PKGBUILD (from rev 265372, 
cython/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 19:48:19 UTC (rev 265373)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=(cython cython2)
+pkgbase=cython
+pkgver=0.27.3
+pkgrel=1
+pkgdesc="C-Extensions for Python"
+arch=(i686 x86_64)
+url="http://cython.org;
+license=(APACHE)
+makedepends=(python-setuptools python2-setuptools)
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;)
+sha256sums=('cedc1173c36cc07eaa866e7edc0a728bc891ed20a9a7e27b7d35e5541d6e3ac4')
+
+prepare() {
+  cp -r cython-$pkgver cython2-$pkgver
+  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+}
+
+build() {
+  cd cython-$pkgver
+  python setup.py build
+
+  cd ../cython2-$pkgver
+  python2 setup.py build
+}
+
+package_cython() {
+  depends=(python)
+
+  cd cython-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
+ln -s ${f}3 "$pkgdir"/usr/bin/$f
+  done
+}
+
+package_cython2() {
+  depends=(python2)
+
+  cd cython2-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-03 19:47:44 UTC (rev 265372)
+++ community-x86_64/PKGBUILD   2017-11-03 19:48:19 UTC (rev 265373)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=('cython' 'cython2')
-pkgbase=cython
-pkgver=0.27.2
-pkgrel=1
-pkgdesc="C-Extensions for Python"
-arch=(i686 x86_64)
-url="http://cython.org;
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/98/bb/cd2be435e28ee1206151793a528028e3dc9a787fe525049efb73637f52bb/Cython-$pkgver.tar.gz;)
-sha256sums=('265dacf64ed8c0819f4be9355c39beaa13dc2ad2f85237a2c4e478f5ce644b48')
-
-package_cython() {
-  depends=('python' 'python-setuptools')
-
-  cd "$srcdir"/Cython-$pkgver
-  python setup.py install --root="$pkgdir"
-
-  sed -i 's|#!.*python|#!/usr/bin/python3|' "$pkgdir"/usr/bin/*
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=('python2' 'python2-setuptools')
-
-  cd "$srcdir"/Cython-$pkgver
-  python2 setup.py 

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

2017-11-03 Thread Antonio Rojas
Date: Friday, November 3, 2017 @ 19:47:44
  Author: arojas
Revision: 265372

Update to 0.27.3, revamp PKGBUILD

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 19:44:09 UTC (rev 265371)
+++ PKGBUILD2017-11-03 19:47:44 UTC (rev 265372)
@@ -1,27 +1,39 @@
 # $Id$
-# Maintainer: Sergej Pupykin 
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
 # Contributor: Igor Scabini 
 
-pkgname=('cython' 'cython2')
+pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.27.2
+pkgver=0.27.3
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(i686 x86_64)
 url="http://cython.org;
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/98/bb/cd2be435e28ee1206151793a528028e3dc9a787fe525049efb73637f52bb/Cython-$pkgver.tar.gz;)
-sha256sums=('265dacf64ed8c0819f4be9355c39beaa13dc2ad2f85237a2c4e478f5ce644b48')
+license=(APACHE)
+makedepends=(python-setuptools python2-setuptools)
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;)
+sha256sums=('cedc1173c36cc07eaa866e7edc0a728bc891ed20a9a7e27b7d35e5541d6e3ac4')
 
+prepare() {
+  cp -r cython-$pkgver cython2-$pkgver
+  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+}
+
+build() {
+  cd cython-$pkgver
+  python setup.py build
+
+  cd ../cython2-$pkgver
+  python2 setup.py build
+}
+
 package_cython() {
-  depends=('python' 'python-setuptools')
+  depends=(python)
 
-  cd "$srcdir"/Cython-$pkgver
-  python setup.py install --root="$pkgdir"
+  cd cython-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build
 
-  sed -i 's|#!.*python|#!/usr/bin/python3|' "$pkgdir"/usr/bin/*
-
   for f in cygdb cython cythonize; do
 mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
 ln -s ${f}3 "$pkgdir"/usr/bin/$f
@@ -29,10 +41,10 @@
 }
 
 package_cython2() {
-  depends=('python2' 'python2-setuptools')
+  depends=(python2)
 
-  cd "$srcdir"/Cython-$pkgver
-  python2 setup.py install --root="$pkgdir"
+  cd cython2-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build
 
   for f in cygdb cython cythonize; do
 mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2


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

2017-11-03 Thread Laurent Carlier
Date: Friday, November 3, 2017 @ 19:44:02
  Author: lcarlier
Revision: 265370

upgpkg: lib32-libdrm 2.4.88-1

upstream update 2.4.88

Modified:
  lib32-libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 19:33:29 UTC (rev 265369)
+++ PKGBUILD2017-11-03 19:44:02 UTC (rev 265370)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libdrm
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.87
+pkgver=2.4.88
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services (32-bit)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=('!libtool')
 url="http://dri.freedesktop.org/;
 
source=(https://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('4c1c5293bdbfa248e029d3e6446767e17a3208387a719ec9da2d20c19849ed48'
+sha256sums=('b5e55dbac2124e742e639f5b8553e8b7395863bf73dab4f77e99fe2fc25572b5'
 'SKIP')
 validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

 validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 



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

2017-11-03 Thread Laurent Carlier
Date: Friday, November 3, 2017 @ 19:44:09
  Author: lcarlier
Revision: 265371

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libdrm/repos/multilib-testing-x86_64/
  lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD
(from rev 265370, lib32-libdrm/trunk/PKGBUILD)

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

Copied: lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD (from rev 265370, 
lib32-libdrm/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-11-03 19:44:09 UTC (rev 265371)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Jan de Groot 
+
+_pkgbasename=libdrm
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.88
+pkgrel=1
+pkgdesc="Userspace interface to kernel DRM services (32-bit)"
+arch=(x86_64)
+license=('custom')
+depends=('lib32-libpciaccess' $_pkgbasename)
+makedepends=(gcc-multilib xorg-util-macros valgrind-multilib)
+options=('!libtool')
+url="http://dri.freedesktop.org/;
+source=(https://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('b5e55dbac2124e742e639f5b8553e8b7395863bf73dab4f77e99fe2fc25572b5'
+'SKIP')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

+validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 

+validpgpkeys+=('10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # David Airlie 

+validpgpkeys+=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 

+validpgpkeys+=('D6285B5E899299F3DA746184191C9B905522B045') # Rob Clark 

+validpgpkeys+=('E8EB5B34081CE1EEA26EFE195B5BDA071D49CC38') # Kenneth Graunke 

+validpgpkeys+=('FC9BAE1435A9F7F664B82057B5D62936D1FC9EE8') # Eric Anholt 

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

+validpgpkeys+=('C20F5C4490D7D64B4C9A09998CD1DF552975297B') # Robert Bragg 

+validpgpkeys+=('CD47C5341A375F33BEF7BAFAFDD15D5ACEF0F2B1') # Marek Olšák 

+validpgpkeys+=('A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone 

+validpgpkeys+=('CFD0E654BCBE5DD2D030D222CFCC297C6D0A120B') # Lucas Stach 

+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr \
+ --libdir=/usr/lib32 \
+ --enable-udev
+
+  make
+}
+
+check() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}
+


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

2017-11-03 Thread Laurent Carlier
Date: Friday, November 3, 2017 @ 19:40:54
  Author: lcarlier
Revision: 308896

upgpkg: libdrm 2.4.88-1

upstream update 2.4.88

Modified:
  libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 19:08:40 UTC (rev 308895)
+++ PKGBUILD2017-11-03 19:40:54 UTC (rev 308896)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libdrm
-pkgver=2.4.87
+pkgver=2.4.88
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url="http://dri.freedesktop.org/;
 source=(https://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}
 COPYING)
-sha512sums=('9ce259d38eaffbcaf82a6975ffa513307da6750bcc31a53cade5717f854151b0e7b6d4ce25c0b518cab5a542c544d5984329f216dc4cdc9369b4adae19a68e48'
+sha512sums=('0d9d4bcc0d9be1fb6b1ca075339b22b0f927288a4c02bbcbf95406b5c095051890f3d2e0d32e529ef9b6952ce1250afd1e0765ad3188c2bac924dda8c33afabb'
 'SKIP'
 
'b0ca349b882a4326b19f81f22804fabdb6fb7aef31cdc7b16b0a7ae191bfbb50c7daddb2fc4e6c33f1136af06d060a273de36f6f3412ea326f16fa4309fda660')
 validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 



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

2017-11-03 Thread Laurent Carlier
Date: Friday, November 3, 2017 @ 19:41:04
  Author: lcarlier
Revision: 308897

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libdrm/repos/testing-i686/
  libdrm/repos/testing-i686/COPYING
(from rev 308896, libdrm/trunk/COPYING)
  libdrm/repos/testing-i686/PKGBUILD
(from rev 308896, libdrm/trunk/PKGBUILD)
  libdrm/repos/testing-x86_64/
  libdrm/repos/testing-x86_64/COPYING
(from rev 308896, libdrm/trunk/COPYING)
  libdrm/repos/testing-x86_64/PKGBUILD
(from rev 308896, libdrm/trunk/PKGBUILD)

-+
 testing-i686/COPYING|   48 +
 testing-i686/PKGBUILD   |   49 ++
 testing-x86_64/COPYING  |   48 +
 testing-x86_64/PKGBUILD |   49 ++
 4 files changed, 194 insertions(+)

Copied: libdrm/repos/testing-i686/COPYING (from rev 308896, 
libdrm/trunk/COPYING)
===
--- testing-i686/COPYING(rev 0)
+++ testing-i686/COPYING2017-11-03 19:41:04 UTC (rev 308897)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+
+ Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ All Rights Reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
+ SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/testing-i686/PKGBUILD (from rev 308896, 
libdrm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-11-03 19:41:04 UTC (rev 308897)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libdrm
+pkgver=2.4.88
+pkgrel=1
+pkgdesc="Userspace interface to kernel DRM services"
+arch=(i686 x86_64)
+license=('custom')
+depends=('libpciaccess')
+makedepends=('valgrind' 'xorg-util-macros' 'libxslt' 'docbook-xsl')
+checkdepends=('cairo')
+replaces=('libdrm-new' 'libdrm-nouveau')
+url="http://dri.freedesktop.org/;
+source=(https://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}
+COPYING)
+sha512sums=('0d9d4bcc0d9be1fb6b1ca075339b22b0f927288a4c02bbcbf95406b5c095051890f3d2e0d32e529ef9b6952ce1250afd1e0765ad3188c2bac924dda8c33afabb'
+'SKIP'
+
'b0ca349b882a4326b19f81f22804fabdb6fb7aef31cdc7b16b0a7ae191bfbb50c7daddb2fc4e6c33f1136af06d060a273de36f6f3412ea326f16fa4309fda660')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

+validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 


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

2017-11-03 Thread Morten Linderud
Date: Friday, November 3, 2017 @ 19:33:29
  Author: foxboron
Revision: 265369

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-03 19:33:19 UTC (rev 265368)
+++ PKGBUILD2017-11-03 19:33:29 UTC (rev 265369)
@@ -1,48 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Maikel Wever 
-
-pkgbase=python-pipenv
-pkgname=(python-pipenv python2-pipenv)
-pkgver=8.2.7
-pkgrel=2
-pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
-url="https://docs.pipenv.org;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kennethreitz/pipenv/archive/v${pkgver}.tar.gz;)
-sha256sums=('60e1674f26a5ca8261404f054e46bc5755dc7237300d2b18525eacd1849c704b')
-
-prepare() {
-  cp -a pipenv-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/pipenv-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pipenv-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python2-pipenv() {
-  depends=('python2' 'python2-pip' 'python2-pew'
-   'python2-virtualenv' 'python2-flake8' 'python2-requests'
-   'python2-urllib3')
-  cd "pipenv-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
-}
-
-package_python-pipenv() {
-  depends=('python' 'python-pip' 'python-pew'
-   'python-virtualenv' 'flake8' 'python-requests'
-   'python-urllib3')
-  cd "pipenv-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-pipenv/repos/community-any/PKGBUILD (from rev 265368, 
python-pipenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-03 19:33:29 UTC (rev 265369)
@@ -0,0 +1,48 @@
+# Maintainer: Morten Linderud 
+# Contributor: Maikel Wever 
+
+pkgbase=python-pipenv
+pkgname=(python-pipenv python2-pipenv)
+pkgver=8.3.1
+pkgrel=1
+pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
+url="https://docs.pipenv.org;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kennethreitz/pipenv/archive/v${pkgver}.tar.gz;)
+sha256sums=('e9c095711eede9b0086b8bd0d8f1c220a109f90af715fc18a36015bedd1cc44a')
+
+prepare() {
+  cp -a pipenv-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/pipenv-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pipenv-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python2-pipenv() {
+  depends=('python2' 'python2-pip' 'python2-pew'
+   'python2-virtualenv' 'python2-flake8' 'python2-requests'
+   'python2-urllib3')
+  cd "pipenv-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
+}
+
+package_python-pipenv() {
+  depends=('python' 'python-pip' 'python-pew'
+   'python-virtualenv' 'flake8' 'python-requests'
+   'python-urllib3')
+  cd "pipenv-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2017-11-03 Thread Morten Linderud
Date: Friday, November 3, 2017 @ 19:33:19
  Author: foxboron
Revision: 265368

upgpkg: python-pipenv 8.3.1-1

Updated to 8.3.1

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 19:32:50 UTC (rev 265367)
+++ PKGBUILD2017-11-03 19:33:19 UTC (rev 265368)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=8.2.7
-pkgrel=2
+pkgver=8.3.1
+pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python-setuptools'
  'python2' 'python2-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kennethreitz/pipenv/archive/v${pkgver}.tar.gz;)
-sha256sums=('60e1674f26a5ca8261404f054e46bc5755dc7237300d2b18525eacd1849c704b')
+sha256sums=('e9c095711eede9b0086b8bd0d8f1c220a109f90af715fc18a36015bedd1cc44a')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}


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

2017-11-03 Thread Morten Linderud
Date: Friday, November 3, 2017 @ 19:32:50
  Author: foxboron
Revision: 265367

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-03 19:32:38 UTC (rev 265366)
+++ PKGBUILD2017-11-03 19:32:50 UTC (rev 265367)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgbase=python-autobahn
-pkgname=(python-autobahn python2-autobahn)
-pkgver=17.9.3
-pkgrel=1
-pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
-arch=(any)
-url='http://autobahn.ws/python/'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
-source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('206a3a579a580ca3ce2532ac12ec52d447135c9ace7c4bf6065b832a7cff25ba')
-
-prepare() {
-  cp -a autobahn-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/autobahn-$pkgver"
-  #It requires python-unittest2 in [community]
-  #python setup.py test
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  #python2 setup.py test
-}
-
-package_python-autobahn() {
-  depends=(python python-twisted python-six python-txaio)
-
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-autobahn() {
-  depends=(python2 python2-twisted python2-six python2-txaio)
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-autobahn/repos/community-any/PKGBUILD (from rev 265366, 
python-autobahn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-03 19:32:50 UTC (rev 265367)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgbase=python-autobahn
+pkgname=(python-autobahn python2-autobahn)
+pkgver=17.10.1
+pkgrel=1
+pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
+arch=(any)
+url='http://autobahn.ws/python/'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
+source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha256sums=('8cf74132a18da149c5ea3dcbb5e055f6f4fe5a0238b33258d29e89bd276a8078')
+
+prepare() {
+  cp -a autobahn-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/autobahn-$pkgver"
+  #It requires python-unittest2 in [community]
+  #python setup.py test
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  #python2 setup.py test
+}
+
+package_python-autobahn() {
+  depends=(python python-twisted python-six python-txaio)
+
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-autobahn() {
+  depends=(python2 python2-twisted python2-six python2-txaio)
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-11-03 Thread Morten Linderud
Date: Friday, November 3, 2017 @ 19:32:38
  Author: foxboron
Revision: 265366

upgpkg: python-autobahn 17.10.1-1

Updated to 17.10.1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 19:22:28 UTC (rev 265365)
+++ PKGBUILD2017-11-03 19:32:38 UTC (rev 265366)
@@ -3,7 +3,7 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=17.9.3
+pkgver=17.10.1
 pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('206a3a579a580ca3ce2532ac12ec52d447135c9ace7c4bf6065b832a7cff25ba')
+sha256sums=('8cf74132a18da149c5ea3dcbb5e055f6f4fe5a0238b33258d29e89bd276a8078')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}
@@ -38,7 +38,7 @@
   depends=(python python-twisted python-six python-txaio)
 
   cd "$srcdir/autobahn-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
@@ -46,6 +46,6 @@
   depends=(python2 python2-twisted python2-six python2-txaio)
 
   cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2017-11-03 Thread Sven-Hendrik Haase
Date: Friday, November 3, 2017 @ 19:22:15
  Author: svenstaro
Revision: 265364

upgpkg: tensorflow 1.4.0-1

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 18:31:24 UTC (rev 265363)
+++ PKGBUILD2017-11-03 19:22:15 UTC (rev 265364)
@@ -4,18 +4,18 @@
 
 pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda python-tensorflow 
python-tensorflow-opt python-tensorflow-cuda)
-pkgver=1.4.0rc0
-_pkgver=1.4.0-rc0
-pkgrel=4
+pkgver=1.4.0
+_pkgver=1.4.0
+pkgrel=1
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
-license=('Apache2')
+license=('APACHE')
 arch=('x86_64')
 makedepends=('bazel' 'python-numpy' 'gcc6' 'cuda' 'nvidia-utils'
  'cudnn' 'python-pip' 'python-wheel' 'python-setuptools')
 optdepends=('tensorboard: Tensorflow visualization toolkit')
 source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;)
-sha512sums=('d4347fd42a372c1023fe874fe66b4806f13f116614ede0c92d279aea155489ecdd08bb33d9dfd4009059aa660941020b34e4c8105562f5eb8c79d8434e8a70a0')
+sha512sums=('37ac22faf9e59faf8dc5d952df1e7bc73c27905d564a508d3fd172fff37da10c99b3d6b62b3684b88688fd109172c9de61f620ff0eb2209d73553d6617912dda')
 
 prepare() {
   cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
@@ -26,6 +26,7 @@
   export TF_NEED_JEMALLOC=1
   export TF_NEED_GCP=0
   export TF_NEED_HDFS=0
+  export TF_NEED_S3=0
   export TF_ENABLE_XLA=1
   export TF_NEED_GDR=0
   export TF_NEED_VERBS=0


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

2017-11-03 Thread Sven-Hendrik Haase
Date: Friday, November 3, 2017 @ 19:22:28
  Author: svenstaro
Revision: 265365

archrelease: copy trunk to community-x86_64

Added:
  tensorflow/repos/community-x86_64/PKGBUILD
(from rev 265364, tensorflow/trunk/PKGBUILD)
Deleted:
  tensorflow/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  329 ++---
 1 file changed, 165 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-03 19:22:15 UTC (rev 265364)
+++ PKGBUILD2017-11-03 19:22:28 UTC (rev 265365)
@@ -1,164 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat (archdria) 
-# Contributor: Thibault Lorrain (fredszaq) 
-
-pkgbase=tensorflow
-pkgname=(tensorflow tensorflow-opt tensorflow-cuda python-tensorflow 
python-tensorflow-opt python-tensorflow-cuda)
-pkgver=1.4.0rc0
-_pkgver=1.4.0-rc0
-pkgrel=4
-pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
-url="https://www.tensorflow.org/;
-license=('Apache2')
-arch=('x86_64')
-makedepends=('bazel' 'python-numpy' 'gcc6' 'cuda' 'nvidia-utils'
- 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools')
-optdepends=('tensorboard: Tensorflow visualization toolkit')
-source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;)
-sha512sums=('d4347fd42a372c1023fe874fe66b4806f13f116614ede0c92d279aea155489ecdd08bb33d9dfd4009059aa660941020b34e4c8105562f5eb8c79d8434e8a70a0')
-
-prepare() {
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
-  # These environment variables influence the behavior of the configure call 
below.
-  export PYTHON_BIN_PATH=/usr/bin/python
-  export USE_DEFAULT_PYTHON_LIB_PATH=1
-  export TF_NEED_JEMALLOC=1
-  export TF_NEED_GCP=0
-  export TF_NEED_HDFS=0
-  export TF_ENABLE_XLA=1
-  export TF_NEED_GDR=0
-  export TF_NEED_VERBS=0
-  export TF_NEED_OPENCL=0
-  export TF_NEED_MPI=0
-}
-
-build() {
-  cd ${srcdir}/tensorflow-${_pkgver}
-  export CC_OPT_FLAGS="-march=x86-64"
-  export TF_NEED_CUDA=0
-  ./configure
-  bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmp
-
-  cd ${srcdir}/tensorflow-${_pkgver}-opt
-  export CC_OPT_FLAGS="-march=haswell"
-  export TF_NEED_CUDA=0
-  ./configure
-  bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpopt
-
-  cd ${srcdir}/tensorflow-${_pkgver}-cuda
-  export CC_OPT_FLAGS="-march=haswell"
-  export TF_NEED_CUDA=1
-  # For next version instead of the gcc-6 stuff:
-  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-6
-  export TF_CUDA_CLANG=0
-  # export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
-  export CUDA_TOOLKIT_PATH=/opt/cuda
-  export TF_CUDA_VERSION=$($CUDA_TOOLKIT_PATH/bin/nvcc --version | sed -n 
's/^.*release \(.*\),.*/\1/p')
-  export CUDNN_INSTALL_PATH=/opt/cuda
-  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
-  export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1,6.2
-  ./configure
-  bazel build --config=opt --config=cuda //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpcuda
-}
-
-package_tensorflow() {
-  cd ${srcdir}/tensorflow-${_pkgver}
-
-  tensorflow/c/generate-pc.sh --prefix=/usr --version=${pkgver}
-  install -Dm644 tensorflow.pc ${pkgdir}/usr/lib/pkgconfig/tensorflow.pc
-  install -Dm755 bazel-bin/tensorflow/libtensorflow.so 
${pkgdir}/usr/lib/libtensorflow.so
-  install -Dm755 bazel-bin/tensorflow/libtensorflow_framework.so 
${pkgdir}/usr/lib/libtensorflow_framework.so
-  install -Dm644 tensorflow/c/c_api.h 
${pkgdir}/usr/include/tensorflow/c/c_api.h
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_tensorflow-opt() {
-  conflicts=(tensorflow)
-  provides=(tensorflow)
-  pkgdesc="Library for computation using data flow graphs for scalable machine 
learning (with CPU optimizations)"
-
-  cd ${srcdir}/tensorflow-${_pkgver}-opt
-
-  tensorflow/c/generate-pc.sh --prefix=/usr --version=${pkgver}
-  install -Dm644 tensorflow.pc ${pkgdir}/usr/lib/pkgconfig/tensorflow.pc
-  install -Dm755 bazel-bin/tensorflow/libtensorflow.so 
${pkgdir}/usr/lib/libtensorflow.so
-  install -Dm755 bazel-bin/tensorflow/libtensorflow_framework.so 
${pkgdir}/usr/lib/libtensorflow_framework.so
-  install -Dm644 tensorflow/c/c_api.h 
${pkgdir}/usr/include/tensorflow/c/c_api.h
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_tensorflow-cuda() {
-  depends=(cuda cudnn)
-  conflicts=(tensorflow)
-  

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

2017-11-03 Thread Antonio Rojas
Date: Friday, November 3, 2017 @ 19:08:40
  Author: arojas
Revision: 308895

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  pyqt5/repos/testing-i686/
  pyqt5/repos/testing-i686/PKGBUILD
(from rev 308894, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/testing-i686/pyqt-support-new-qt.patch
(from rev 308894, pyqt5/trunk/pyqt-support-new-qt.patch)
  pyqt5/repos/testing-x86_64/
  pyqt5/repos/testing-x86_64/PKGBUILD
(from rev 308894, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/testing-x86_64/pyqt-support-new-qt.patch
(from rev 308894, pyqt5/trunk/pyqt-support-new-qt.patch)

--+
 testing-i686/PKGBUILD|  126 +
 testing-i686/pyqt-support-new-qt.patch   |   12 ++
 testing-x86_64/PKGBUILD  |  126 +
 testing-x86_64/pyqt-support-new-qt.patch |   12 ++
 4 files changed, 276 insertions(+)

Copied: pyqt5/repos/testing-i686/PKGBUILD (from rev 308894, 
pyqt5/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-11-03 19:08:40 UTC (rev 308895)
@@ -0,0 +1,126 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Yichao Yu 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai  Ben 
+
+pkgbase=pyqt5
+pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
+pkgver=5.9.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://riverbankcomputing.co.uk/software/pyqt/intro;
+license=('GPL')
+makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
+ 'python2-dbus' 'python-dbus' 'qt5-connectivity'
+ 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
+ 'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
+source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;
 pyqt-support-new-qt.patch)
+sha512sums=('1c7d00dac5329296dd205eddeeecfd29495c4746791730056d143438871eb64a5d9827dcb1e28a78e8746218908e0e72374bd686a21b631b9aa1aa1c67e61eac'
+
'd5a5550aa5d94a49398ef4f1e7d7f7c752d210bfa02913820d5a5db83a8ab79d0fb9cc3458a2a630cf3e46f3376f47bd4fedcd66fe0309c8a3548f23e0e04a2b')
+
+prepare() {
+  # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
+  pushd PyQt5_gpl-$pkgver
+  # patch -p1 -i ../pyqt-support-new-qt.patch
+  popd
+
+  # The additional include path was removed due to this line, I don't really 
know why they are doing this...
+  sed -i '/target_config.dbus_inc_dirs = \[\]/d' PyQt5_gpl-$pkgver/configure.py
+
+  cp -a PyQt5_gpl-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/PyQt5_gpl-$pkgver
+  python configure.py \
+--confirm-license \
+--no-sip-files \
+--qsci-api \
+-q /usr/bin/qmake-qt5
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+
+  cd "$srcdir"/PyQt5_gpl-$pkgver-py2
+  python2 configure.py \
+--confirm-license \
+--no-sip-files \
+--qsci-api \
+-q /usr/bin/qmake-qt5
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+}
+
+package_pyqt5-common(){
+  pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
+  depends=('qt5-base')
+
+  cd PyQt5_gpl-$pkgver
+  install -Dm644 PyQt5.api "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
+
+  install -d "$pkgdir"/usr/share/sip/PyQt5
+  cp -a sip/* "$pkgdir"/usr/share/sip/PyQt5
+}
+
+package_python-pyqt5(){
+  pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
+  depends=('python-sip' 'pyqt5-common')
+  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
+  'python-dbus: for python-dbus mainloop support'
+  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
+  'qt5-tools: QtHelp, QtDesigner'
+  'qt5-svg: QtSvg'
+  'qt5-webkit: QtWebKit, QtWebKitWidgets'
+  'qt5-xmlpatterns: QtXmlPatterns'
+  'qt5-declarative: QtQml, qmlplugin'
+  'qt5-serialport: QtSerialPort'
+  'qt5-websockets: QtWebSockets'
+  'qt5-connectivity: QtNfc, QtBluetooth'
+  'qt5-webengine: QtWebEngine, QtWebEngineCore, QtWebEngineWidgets'
+  'qt5-x11extras: QtX11Extras')
+
+  cd PyQt5_gpl-$pkgver
+  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
+  make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install
+
+  # Provided by pyqt-common
+  rm "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
+}
+
+package_python2-pyqt5(){
+  pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
+  

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

2017-11-03 Thread Antonio Rojas
Date: Friday, November 3, 2017 @ 19:07:43
  Author: arojas
Revision: 308894

Update to 5.9.1

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 18:40:28 UTC (rev 308893)
+++ PKGBUILD2017-11-03 19:07:43 UTC (rev 308894)
@@ -7,8 +7,8 @@
 
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.9
-pkgrel=2
+pkgver=5.9.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
@@ -17,13 +17,13 @@
  'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
  'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
 
source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;
 pyqt-support-new-qt.patch)
-sha512sums=('6e925dee751d6b2ab97b3614b0150f305798b89920e11db7a2cbef579e4c21839a38f4ad7eee5828a0c2894255715a265e043004ee7838d376025d32e4aa'
+sha512sums=('1c7d00dac5329296dd205eddeeecfd29495c4746791730056d143438871eb64a5d9827dcb1e28a78e8746218908e0e72374bd686a21b631b9aa1aa1c67e61eac'
 
'd5a5550aa5d94a49398ef4f1e7d7f7c752d210bfa02913820d5a5db83a8ab79d0fb9cc3458a2a630cf3e46f3376f47bd4fedcd66fe0309c8a3548f23e0e04a2b')
 
 prepare() {
   # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
   pushd PyQt5_gpl-$pkgver
-  patch -p1 -i ../pyqt-support-new-qt.patch
+  # patch -p1 -i ../pyqt-support-new-qt.patch
   popd
 
   # The additional include path was removed due to this line, I don't really 
know why they are doing this...


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

2017-11-03 Thread Alexander Rødseth
Date: Friday, November 3, 2017 @ 18:25:24
  Author: arodseth
Revision: 265362

archrelease: copy trunk to community-x86_64, community-i686

Added:
  dropbear/repos/community-i686/PKGBUILD
(from rev 265361, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-i686/dropbear.service
(from rev 265361, dropbear/trunk/dropbear.service)
  dropbear/repos/community-x86_64/PKGBUILD
(from rev 265361, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-x86_64/dropbear.service
(from rev 265361, dropbear/trunk/dropbear.service)
Deleted:
  dropbear/repos/community-i686/PKGBUILD
  dropbear/repos/community-i686/dropbear.service
  dropbear/repos/community-x86_64/PKGBUILD
  dropbear/repos/community-x86_64/dropbear.service

---+
 /PKGBUILD |   90 
 /dropbear.service |   20 
 community-i686/PKGBUILD   |   45 --
 community-i686/dropbear.service   |   10 
 community-x86_64/PKGBUILD |   45 --
 community-x86_64/dropbear.service |   10 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 18:24:44 UTC (rev 265361)
+++ community-i686/PKGBUILD 2017-11-03 18:25:24 UTC (rev 265362)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Timothy Redaelli 
-# Contributor: Bartlomiej Piotrowski 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jason Pierce 
-# Contributor: Jeremy Cowgar 
-# Contributor: Simon Perry 
-
-pkgname=dropbear
-pkgver=2017.75
-pkgrel=3
-pkgdesc='Lightweight SSH server'
-arch=('x86_64' 'i686')
-url='https://matt.ucc.asn.au/dropbear/dropbear.html'
-license=('MIT')
-validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
-source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
-"$pkgname.service")
-sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
-'SKIP'
-'8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
-
-prepare() {
-  sed -i 's,usr/libexec/sftp,usr/lib/ssh/sftp,;/#define DROPBEAR_SMALL_CODE/d' 
\
-"$pkgname-$pkgver/options.h"
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
-  install -d "$pkgdir/etc/$pkgname"
-  install -Dm644 "$pkgname.service" \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 "$pkgname-$pkgver/LICENSE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: dropbear/repos/community-i686/PKGBUILD (from rev 265361, 
dropbear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 18:25:24 UTC (rev 265362)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Timothy Redaelli 
+# Contributor: Bartlomiej Piotrowski 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jason Pierce 
+# Contributor: Jeremy Cowgar 
+# Contributor: Simon Perry 
+
+pkgname=dropbear
+pkgver=2017.75
+pkgrel=3
+pkgdesc='Lightweight SSH server'
+arch=('x86_64' 'i686')
+url='https://matt.ucc.asn.au/dropbear/dropbear.html'
+license=('MIT')
+validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
+source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
+"$pkgname.service")
+sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
+'SKIP'
+'8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
+
+prepare() {
+  sed -i 's,usr/libexec/sftp,usr/lib/ssh/sftp,;/#define DROPBEAR_SMALL_CODE/d' 
\
+"$pkgname-$pkgver/options.h"
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+  install -d "$pkgdir/etc/$pkgname"
+  install -Dm644 "$pkgname.service" \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 "$pkgname-$pkgver/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/dropbear.service
===
--- community-i686/dropbear.service 2017-11-03 18:24:44 UTC (rev 265361)
+++ community-i686/dropbear.service 

[arch-commits] Commit in haskell-cabal-doctest/repos (4 files)

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 18:21:35
  Author: felixonmars
Revision: 265360

archrelease: copy trunk to community-i686, community-x86_64

Added:
  haskell-cabal-doctest/repos/community-i686/PKGBUILD
(from rev 265359, haskell-cabal-doctest/trunk/PKGBUILD)
  haskell-cabal-doctest/repos/community-x86_64/PKGBUILD
(from rev 265359, haskell-cabal-doctest/trunk/PKGBUILD)
Deleted:
  haskell-cabal-doctest/repos/community-i686/PKGBUILD
  haskell-cabal-doctest/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 18:21:00 UTC (rev 265359)
+++ community-i686/PKGBUILD 2017-11-03 18:21:35 UTC (rev 265360)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=cabal-doctest
-pkgname=haskell-cabal-doctest
-pkgver=1.0.2
-pkgrel=3
-pkgdesc="A Setup.hs helper for doctests running"
-url="https://github.com/phadej/cabal-doctest;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('ghc-libs')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('828087a70bf86f20ef53070b95ee5b95daa3ef57c87bd260ba1381d29c7bb8ae74a49122536c600e0d4f60046c17ebbb01cd657b314fcf33fdb1550cfca7f9d6')
-
-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"
-}

Copied: haskell-cabal-doctest/repos/community-i686/PKGBUILD (from rev 265359, 
haskell-cabal-doctest/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 18:21:35 UTC (rev 265360)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cabal-doctest
+pkgname=haskell-cabal-doctest
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="A Setup.hs helper for doctests running"
+url="https://github.com/phadej/cabal-doctest;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f416f67d91cf9164513aa9b54272267660f2f15f543f2875c603e4c698ad39f9ae7fd16876548d53cace691e55aaef45e2575f14a16cf733726f766f370e55ce')
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-03 18:21:00 UTC (rev 265359)
+++ community-x86_64/PKGBUILD   2017-11-03 18:21:35 UTC (rev 265360)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch 

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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 18:21:00
  Author: felixonmars
Revision: 265359

upgpkg: haskell-cabal-doctest 1.0.3-1

Modified:
  haskell-cabal-doctest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 18:20:23 UTC (rev 265358)
+++ PKGBUILD2017-11-03 18:21:00 UTC (rev 265359)
@@ -4,8 +4,8 @@
 
 _hkgname=cabal-doctest
 pkgname=haskell-cabal-doctest
-pkgver=1.0.2
-pkgrel=3
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="A Setup.hs helper for doctests running"
 url="https://github.com/phadej/cabal-doctest;
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('828087a70bf86f20ef53070b95ee5b95daa3ef57c87bd260ba1381d29c7bb8ae74a49122536c600e0d4f60046c17ebbb01cd657b314fcf33fdb1550cfca7f9d6')
+sha512sums=('f416f67d91cf9164513aa9b54272267660f2f15f543f2875c603e4c698ad39f9ae7fd16876548d53cace691e55aaef45e2575f14a16cf733726f766f370e55ce')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-11-03 Thread Alexander Rødseth
Date: Friday, November 3, 2017 @ 18:20:07
  Author: arodseth
Revision: 265357

upgpkg: dropbear 2017.75-3

Modified:
  dropbear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 16:59:12 UTC (rev 265356)
+++ PKGBUILD2017-11-03 18:20:07 UTC (rev 265357)
@@ -22,7 +22,8 @@
 '8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
 
 prepare() {
-  sed -i 's_usr/libexec/sftp_usr/lib/ssh/sftp_' "$pkgname-$pkgver/options.h"
+  sed -i 's,usr/libexec/sftp,usr/lib/ssh/sftp,;/#define DROPBEAR_SMALL_CODE/d' 
\
+"$pkgname-$pkgver/options.h"
 }
 
 build() {


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

2017-11-03 Thread Alexander Rødseth
Date: Friday, November 3, 2017 @ 18:20:23
  Author: arodseth
Revision: 265358

archrelease: copy trunk to community-x86_64, community-i686

Added:
  dropbear/repos/community-i686/PKGBUILD
(from rev 265357, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-i686/dropbear.service
(from rev 265357, dropbear/trunk/dropbear.service)
  dropbear/repos/community-x86_64/PKGBUILD
(from rev 265357, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-x86_64/dropbear.service
(from rev 265357, dropbear/trunk/dropbear.service)
Deleted:
  dropbear/repos/community-i686/PKGBUILD
  dropbear/repos/community-i686/dropbear.service
  dropbear/repos/community-x86_64/PKGBUILD
  dropbear/repos/community-x86_64/dropbear.service

---+
 /PKGBUILD |   90 
 /dropbear.service |   20 
 community-i686/PKGBUILD   |   44 -
 community-i686/dropbear.service   |   10 
 community-x86_64/PKGBUILD |   44 -
 community-x86_64/dropbear.service |   10 
 6 files changed, 110 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 18:20:07 UTC (rev 265357)
+++ community-i686/PKGBUILD 2017-11-03 18:20:23 UTC (rev 265358)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Timothy Redaelli 
-# Contributor: Bartlomiej Piotrowski 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jason Pierce 
-# Contributor: Jeremy Cowgar 
-# Contributor: Simon Perry 
-
-pkgname=dropbear
-pkgver=2017.75
-pkgrel=3
-pkgdesc='Lightweight SSH server'
-arch=('x86_64' 'i686')
-url='https://matt.ucc.asn.au/dropbear/dropbear.html'
-license=('MIT')
-validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
-source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
-"$pkgname.service")
-sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
-'SKIP'
-'8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
-
-prepare() {
-  sed -i 's_usr/libexec/sftp_usr/lib/ssh/sftp_' "$pkgname-$pkgver/options.h"
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
-  install -d "$pkgdir/etc/$pkgname"
-  install -Dm644 "$pkgname.service" \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 "$pkgname-$pkgver/LICENSE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: dropbear/repos/community-i686/PKGBUILD (from rev 265357, 
dropbear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 18:20:23 UTC (rev 265358)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Timothy Redaelli 
+# Contributor: Bartlomiej Piotrowski 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jason Pierce 
+# Contributor: Jeremy Cowgar 
+# Contributor: Simon Perry 
+
+pkgname=dropbear
+pkgver=2017.75
+pkgrel=3
+pkgdesc='Lightweight SSH server'
+arch=('x86_64' 'i686')
+url='https://matt.ucc.asn.au/dropbear/dropbear.html'
+license=('MIT')
+validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
+source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
+"$pkgname.service")
+sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
+'SKIP'
+'8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
+
+prepare() {
+  sed -i 's,usr/libexec/sftp,usr/lib/ssh/sftp,;/#define DROPBEAR_SMALL_CODE/d' 
\
+"$pkgname-$pkgver/options.h"
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+  install -d "$pkgdir/etc/$pkgname"
+  install -Dm644 "$pkgname.service" \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 "$pkgname-$pkgver/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/dropbear.service
===
--- community-i686/dropbear.service 2017-11-03 18:20:07 UTC (rev 265357)
+++ community-i686/dropbear.service 2017-11-03 18:20:23 UTC (rev 265358)
@@ -1,10 

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

2017-11-03 Thread Kyle Keen
Date: Friday, November 3, 2017 @ 16:59:12
  Author: kkeen
Revision: 265356

add gpg sig

Modified:
  gnu-apl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 16:51:28 UTC (rev 265355)
+++ PKGBUILD2017-11-03 16:59:12 UTC (rev 265356)
@@ -9,8 +9,10 @@
 arch=('i686' 'x86_64')
 depends=('ncurses' 'postgresql-libs' 'gcc-libs' 'sqlite')
 license=('GPL3')
-source=("https://ftpmirror.gnu.org/apl/apl-${pkgver}.tar.gz;)
-md5sums=('a06456f4aa9e349700da51c8efd14150')
+source=("https://ftpmirror.gnu.org/apl/apl-${pkgver}.tar.gz"{,.sig})
+md5sums=('a06456f4aa9e349700da51c8efd14150'
+ 'SKIP')
+validpgpkeys=('3EB2E2ECCB2F040A26CB7F2192B68B71531B6686')
 
 prepare() {
 cd "$srcdir/apl-$pkgver"


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

2017-11-03 Thread Kyle Keen
Date: Friday, November 3, 2017 @ 16:51:28
  Author: kkeen
Revision: 265355

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gnu-apl/repos/community-i686/
  gnu-apl/repos/community-i686/PKGBUILD
(from rev 265354, gnu-apl/trunk/PKGBUILD)
  gnu-apl/repos/community-x86_64/
  gnu-apl/repos/community-x86_64/PKGBUILD
(from rev 265354, gnu-apl/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   35 +++
 community-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: gnu-apl/repos/community-i686/PKGBUILD (from rev 265354, 
gnu-apl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 16:51:28 UTC (rev 265355)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=gnu-apl
+pkgver=1.7
+pkgrel=4
+url="http://www.gnu.org/software/apl/;
+pkgdesc="An (almost) complete implementation of ISO standard 13751"
+arch=('i686' 'x86_64')
+depends=('ncurses' 'postgresql-libs' 'gcc-libs' 'sqlite')
+license=('GPL3')
+source=("https://ftpmirror.gnu.org/apl/apl-${pkgver}.tar.gz;)
+md5sums=('a06456f4aa9e349700da51c8efd14150')
+
+prepare() {
+cd "$srcdir/apl-$pkgver"
+# The default color scheme is black-on-black in some terminals
+sed -i '64 s/^.*Color.*ANSI/#&/' gnu-apl.d/preferences{,.in}
+sed -i '65 s/^#.*Color.*CURSES/Color\tCURSES/' gnu-apl.d/preferences{,.in}
+
+# SVN 908 (remove in 1.8)
+sed -i '888 s/ || / || nc == /g' src/Symbol.cc
+}
+
+build() {
+cd "$srcdir/apl-$pkgver"
+CFLAGS='-std=gnu99' ./configure --prefix=/usr --sysconfdir=/etc
+make PREFIX=/usr -j1
+}
+
+package() {
+cd "$srcdir/apl-$pkgver"
+make PREFIX=/usr DESTDIR="$pkgdir" install
+}
+

Copied: gnu-apl/repos/community-x86_64/PKGBUILD (from rev 265354, 
gnu-apl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-03 16:51:28 UTC (rev 265355)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=gnu-apl
+pkgver=1.7
+pkgrel=4
+url="http://www.gnu.org/software/apl/;
+pkgdesc="An (almost) complete implementation of ISO standard 13751"
+arch=('i686' 'x86_64')
+depends=('ncurses' 'postgresql-libs' 'gcc-libs' 'sqlite')
+license=('GPL3')
+source=("https://ftpmirror.gnu.org/apl/apl-${pkgver}.tar.gz;)
+md5sums=('a06456f4aa9e349700da51c8efd14150')
+
+prepare() {
+cd "$srcdir/apl-$pkgver"
+# The default color scheme is black-on-black in some terminals
+sed -i '64 s/^.*Color.*ANSI/#&/' gnu-apl.d/preferences{,.in}
+sed -i '65 s/^#.*Color.*CURSES/Color\tCURSES/' gnu-apl.d/preferences{,.in}
+
+# SVN 908 (remove in 1.8)
+sed -i '888 s/ || / || nc == /g' src/Symbol.cc
+}
+
+build() {
+cd "$srcdir/apl-$pkgver"
+CFLAGS='-std=gnu99' ./configure --prefix=/usr --sysconfdir=/etc
+make PREFIX=/usr -j1
+}
+
+package() {
+cd "$srcdir/apl-$pkgver"
+make PREFIX=/usr DESTDIR="$pkgdir" install
+}
+


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

2017-11-03 Thread Kyle Keen
Date: Friday, November 3, 2017 @ 16:50:39
  Author: kkeen
Revision: 265354

Move gnu-apl 1.7 from AUR

Added:
  gnu-apl/
  gnu-apl/repos/
  gnu-apl/trunk/
  gnu-apl/trunk/PKGBUILD

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

Added: gnu-apl/trunk/PKGBUILD
===
--- gnu-apl/trunk/PKGBUILD  (rev 0)
+++ gnu-apl/trunk/PKGBUILD  2017-11-03 16:50:39 UTC (rev 265354)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=gnu-apl
+pkgver=1.7
+pkgrel=4
+url="http://www.gnu.org/software/apl/;
+pkgdesc="An (almost) complete implementation of ISO standard 13751"
+arch=('i686' 'x86_64')
+depends=('ncurses' 'postgresql-libs' 'gcc-libs' 'sqlite')
+license=('GPL3')
+source=("https://ftpmirror.gnu.org/apl/apl-${pkgver}.tar.gz;)
+md5sums=('a06456f4aa9e349700da51c8efd14150')
+
+prepare() {
+cd "$srcdir/apl-$pkgver"
+# The default color scheme is black-on-black in some terminals
+sed -i '64 s/^.*Color.*ANSI/#&/' gnu-apl.d/preferences{,.in}
+sed -i '65 s/^#.*Color.*CURSES/Color\tCURSES/' gnu-apl.d/preferences{,.in}
+
+# SVN 908 (remove in 1.8)
+sed -i '888 s/ || / || nc == /g' src/Symbol.cc
+}
+
+build() {
+cd "$srcdir/apl-$pkgver"
+CFLAGS='-std=gnu99' ./configure --prefix=/usr --sysconfdir=/etc
+make PREFIX=/usr -j1
+}
+
+package() {
+cd "$srcdir/apl-$pkgver"
+make PREFIX=/usr DESTDIR="$pkgdir" install
+}
+


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


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

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 16:13:54
  Author: spupykin
Revision: 265353

archrelease: copy trunk to community-any

Added:
  drupal/repos/community-any/PKGBUILD
(from rev 265352, drupal/trunk/PKGBUILD)
  drupal/repos/community-any/drupal.install
(from rev 265352, drupal/trunk/drupal.install)
Deleted:
  drupal/repos/community-any/PKGBUILD
  drupal/repos/community-any/drupal.install

+
 PKGBUILD   |   92 +++
 drupal.install |   14 
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-03 16:13:39 UTC (rev 265352)
+++ PKGBUILD2017-11-03 16:13:54 UTC (rev 265353)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=8.4.0
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="http://www.drupal.org/;
-license=('GPL')
-depends=('php' 'php-gd')
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(https://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('d6bd8182da6ab07c72557cc5cffe0a44ea2a8f8ab69831c6cd28d051e12e5013')
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p "$pkgdir"/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p "$pkgdir"/var/lib/drupal/
-  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 265352, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-03 16:13:54 UTC (rev 265353)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.4.2
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="http://www.drupal.org/;
+license=('GPL')
+depends=('php' 'php-gd')
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(https://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+sha256sums=('48422be6775140e712acaa3681a1bad0cc2655e9fb7c9c754c3e6eb8bee17783')
+
+package() {
+  _instdir="$pkgdir"/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p "$pkgdir"/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p "$pkgdir"/var/lib/drupal/
+  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2017-11-03 16:13:39 UTC (rev 265352)
+++ drupal.install  2017-11-03 16:13:54 UTC (rev 265353)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 265352, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2017-11-03 16:13:54 UTC (rev 265353)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 16:13:39
  Author: spupykin
Revision: 265352

upgpkg: drupal 8.4.2-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 15:55:26 UTC (rev 265351)
+++ PKGBUILD2017-11-03 16:13:39 UTC (rev 265352)
@@ -3,7 +3,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.4.0
+pkgver=8.4.2
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -14,7 +14,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('d6bd8182da6ab07c72557cc5cffe0a44ea2a8f8ab69831c6cd28d051e12e5013')
+sha256sums=('48422be6775140e712acaa3681a1bad0cc2655e9fb7c9c754c3e6eb8bee17783')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/drupal


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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 15:53:57
  Author: felixonmars
Revision: 265348

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   37 
 community-staging-x86_64/PKGBUILD |   37 
 2 files changed, 74 insertions(+)

Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 265347, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-03 15:53:57 UTC (rev 265348)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.5
+pkgrel=15
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' '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"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
265347, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-03 15:53:57 UTC (rev 265348)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.5
+pkgrel=15
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' '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)

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 15:53:18
  Author: felixonmars
Revision: 265347

upgpkg: hopenpgp-tools 0.19.5-15

rebuild with incremental-parser,0.2.5.2

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 15:48:58 UTC (rev 265346)
+++ PKGBUILD2017-11-03 15:53:18 UTC (rev 265347)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.5
-pkgrel=14
+pkgrel=15
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 15:48:58
  Author: felixonmars
Revision: 265346

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: haskell-hopenpgp/repos/community-staging-i686/PKGBUILD (from rev 
265345, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-03 15:48:58 UTC (rev 265346)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=122
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('i686' '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"
+}

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
265345, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-03 15:48:58 UTC (rev 265346)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=122
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('i686' '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')

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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 15:48:28
  Author: felixonmars
Revision: 265345

upgpkg: haskell-hopenpgp 2.5.5-122

rebuild with incremental-parser,0.2.5.2

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 15:44:37 UTC (rev 265344)
+++ PKGBUILD2017-11-03 15:48:28 UTC (rev 265345)
@@ -4,7 +4,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.5.5
-pkgrel=121
+pkgrel=122
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 15:44:07
  Author: felixonmars
Revision: 265343

upgpkg: haskell-incremental-parser 0.2.5.2-1

rebuild with incremental-parser,0.2.5.2

Modified:
  haskell-incremental-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 15:24:09 UTC (rev 265342)
+++ PKGBUILD2017-11-03 15:44:07 UTC (rev 265343)
@@ -4,8 +4,8 @@
 
 _hkgname=incremental-parser
 pkgname=haskell-incremental-parser
-pkgver=0.2.5.1
-pkgrel=4
+pkgver=0.2.5.2
+pkgrel=1
 pkgdesc="Generic parser library capable of providing partial results from 
partial input."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('GPL')
@@ -13,7 +13,7 @@
 depends=('ghc-libs' 'haskell-monoid-subclasses')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('6be6e0f2431cf183db375943979d0b6238d3692587b9e39e6bf11bb4de9e8fba2c3b5c5209947bde88b8cddf631438ed28260bdcf29b5f6d0ecfcf5206b4da93')
+sha512sums=('1a0499e4043ea3ad8dadcff2675ca39eed38442d9d84a511b9b1245803a26ebd52aefdc9180edbd087e69898afa15e8bc707bb034f4161324dd0afbaada5d335')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 15:44:37
  Author: felixonmars
Revision: 265344

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-x86_64/PKGBUILD |   38 
 2 files changed, 76 insertions(+)

Copied: haskell-incremental-parser/repos/community-staging-i686/PKGBUILD (from 
rev 265343, haskell-incremental-parser/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-03 15:44:37 UTC (rev 265344)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=incremental-parser
+pkgname=haskell-incremental-parser
+pkgver=0.2.5.2
+pkgrel=1
+pkgdesc="Generic parser library capable of providing partial results from 
partial input."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-monoid-subclasses')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1a0499e4043ea3ad8dadcff2675ca39eed38442d9d84a511b9b1245803a26ebd52aefdc9180edbd087e69898afa15e8bc707bb034f4161324dd0afbaada5d335')
+
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}

Copied: haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD 
(from rev 265343, haskell-incremental-parser/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-03 15:44:37 UTC (rev 265344)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=incremental-parser
+pkgname=haskell-incremental-parser
+pkgver=0.2.5.2
+pkgrel=1
+pkgdesc="Generic parser library capable of providing partial results from 
partial input."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-monoid-subclasses')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1a0499e4043ea3ad8dadcff2675ca39eed38442d9d84a511b9b1245803a26ebd52aefdc9180edbd087e69898afa15e8bc707bb034f4161324dd0afbaada5d335')
+
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}


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

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 15:24:09
  Author: spupykin
Revision: 265342

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libvirt-python/repos/community-i686/PKGBUILD
(from rev 265341, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-i686/libvirt-python.install
(from rev 265341, libvirt-python/trunk/libvirt-python.install)
  libvirt-python/repos/community-x86_64/PKGBUILD
(from rev 265341, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-x86_64/libvirt-python.install
(from rev 265341, libvirt-python/trunk/libvirt-python.install)
Deleted:
  libvirt-python/repos/community-i686/PKGBUILD
  libvirt-python/repos/community-i686/libvirt-python.install
  libvirt-python/repos/community-x86_64/PKGBUILD
  libvirt-python/repos/community-x86_64/libvirt-python.install

-+
 /PKGBUILD   |   72 ++
 /libvirt-python.install |6 ++
 community-i686/PKGBUILD |   36 ---
 community-i686/libvirt-python.install   |3 -
 community-x86_64/PKGBUILD   |   36 ---
 community-x86_64/libvirt-python.install |3 -
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 15:23:51 UTC (rev 265341)
+++ community-i686/PKGBUILD 2017-11-03 15:24:09 UTC (rev 265342)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgbase=libvirt-python
-pkgname=(libvirt-python2 libvirt-python)
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="libvirt python binding"
-arch=('i686' 'x86_64')
-url="https://pypi.python.org/pypi/libvirt-python;
-license=('LGPL')
-makedepends=('python' 'python2' 'libvirt')
-options=('emptydirs')
-install="libvirt-python.install"
-validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
-source=("http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz;)
-sha256sums=('5fcba9ca645b01a8d970da84f7f95d54b0e8e915739d06b5e6d86ae626ea570b')
-
-package_libvirt-python2() {
-  depends=('python2' 'libvirt')
-  replaces=('libvirt-python<=3.2.0-1')
-  conflicts=('libvirt-python<=3.2.0-1')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  python2 setup.py clean
-  python2 setup.py install --root="$pkgdir"
-}
-
-package_libvirt-python() {
-  depends=('python' 'libvirt')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  python setup.py clean
-  python setup.py install --root="$pkgdir"
-}

Copied: libvirt-python/repos/community-i686/PKGBUILD (from rev 265341, 
libvirt-python/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 15:24:09 UTC (rev 265342)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgbase=libvirt-python
+pkgname=(libvirt-python2 libvirt-python)
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="libvirt python binding"
+arch=('i686' 'x86_64')
+url="https://pypi.python.org/pypi/libvirt-python;
+license=('LGPL')
+makedepends=('python' 'python2' 'libvirt')
+options=('emptydirs')
+install="libvirt-python.install"
+validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
+source=("http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz;)
+sha256sums=('d721c812e002eb784a4b66fbe698dc70e8f42c9b7cc3a96f5b01e83ee7951850')
+
+package_libvirt-python2() {
+  depends=('python2' 'libvirt')
+  replaces=('libvirt-python<=3.2.0-1')
+  conflicts=('libvirt-python<=3.2.0-1')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py clean
+  python2 setup.py install --root="$pkgdir"
+}
+
+package_libvirt-python() {
+  depends=('python' 'libvirt')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py clean
+  python setup.py install --root="$pkgdir"
+}

Deleted: community-i686/libvirt-python.install
===
--- community-i686/libvirt-python.install   2017-11-03 15:23:51 UTC (rev 
265341)
+++ community-i686/libvirt-python.install   2017-11-03 15:24:09 UTC (rev 
265342)
@@ -1,3 +0,0 @@
-post_remove() {
-   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
-}

Copied: libvirt-python/repos/community-i686/libvirt-python.install (from rev 
265341, libvirt-python/trunk/libvirt-python.install)
===
--- community-i686/libvirt-python.install   (rev 0)
+++ community-i686/libvirt-python.install   2017-11-03 15:24:09 UTC (rev 
265342)
@@ -0,0 +1,3 @@
+post_remove() {
+   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
+}

Deleted: community-x86_64/PKGBUILD

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

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 15:23:51
  Author: spupykin
Revision: 265341

upgpkg: libvirt-python 3.9.0-1

Modified:
  libvirt-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 15:16:38 UTC (rev 265340)
+++ PKGBUILD2017-11-03 15:23:51 UTC (rev 265341)
@@ -4,7 +4,7 @@
 
 pkgbase=libvirt-python
 pkgname=(libvirt-python2 libvirt-python)
-pkgver=3.8.0
+pkgver=3.9.0
 pkgrel=1
 pkgdesc="libvirt python binding"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 install="libvirt-python.install"
 validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
 source=("http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz;)
-sha256sums=('5fcba9ca645b01a8d970da84f7f95d54b0e8e915739d06b5e6d86ae626ea570b')
+sha256sums=('d721c812e002eb784a4b66fbe698dc70e8f42c9b7cc3a96f5b01e83ee7951850')
 
 package_libvirt-python2() {
   depends=('python2' 'libvirt')


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

2017-11-03 Thread Jan Steffens
Date: Friday, November 3, 2017 @ 15:15:42
  Author: heftig
Revision: 308889

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-calculator/repos/extra-i686/PKGBUILD
(from rev 308887, gnome-calculator/trunk/PKGBUILD)
  gnome-calculator/repos/extra-x86_64/PKGBUILD
(from rev 308887, gnome-calculator/trunk/PKGBUILD)
Deleted:
  gnome-calculator/repos/extra-i686/PKGBUILD
  gnome-calculator/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   41 
 extra-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-03 15:15:22 UTC (rev 30)
+++ extra-i686/PKGBUILD 2017-11-03 15:15:42 UTC (rev 308889)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-calculator
-pkgver=3.25.92+11+g1e9e84b0
-pkgrel=1
-pkgdesc="GNOME Scientific calculator"
-url="https://wiki.gnome.org/Apps/Calculator;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 dconf gtksourceview3 mpfr libsoup libmpc)
-makedepends=(intltool yelp-tools vala git appstream-glib)
-groups=(gnome)
-options=(!emptydirs)
-_commit=1e9e84b034aca26a88ceb3d942d8324a40c4efd0  # master
-source=("git+https://git.gnome.org/browse/gnome-calculator#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
-  --localstatedir=/var --libexecdir=/usr/lib/gnome-calculator
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnome-calculator/repos/extra-i686/PKGBUILD (from rev 308887, 
gnome-calculator/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-11-03 15:15:42 UTC (rev 308889)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-calculator
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+url="https://wiki.gnome.org/Apps/Calculator;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 dconf gtksourceview3 mpfr libsoup libmpc)
+makedepends=(intltool yelp-tools vala git appstream-glib)
+groups=(gnome)
+options=(!emptydirs)
+_commit=b2d0bb15ec8618b0bfc2350d556b688086d4a3b9  # tags/3.26.0^0
+source=("git+https://git.gnome.org/browse/gnome-calculator#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+  --localstatedir=/var --libexecdir=/usr/lib/gnome-calculator
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-11-03 15:15:22 UTC (rev 30)
+++ extra-x86_64/PKGBUILD   2017-11-03 15:15:42 UTC (rev 308889)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-calculator
-pkgver=3.25.92+11+g1e9e84b0
-pkgrel=1
-pkgdesc="GNOME Scientific calculator"
-url="https://wiki.gnome.org/Apps/Calculator;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 dconf gtksourceview3 mpfr libsoup libmpc)
-makedepends=(intltool yelp-tools vala git appstream-glib)
-groups=(gnome)
-options=(!emptydirs)
-_commit=1e9e84b034aca26a88ceb3d942d8324a40c4efd0  # master
-source=("git+https://git.gnome.org/browse/gnome-calculator#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
-  --localstatedir=/var --libexecdir=/usr/lib/gnome-calculator
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnome-calculator/repos/extra-x86_64/PKGBUILD (from rev 308887, 
gnome-calculator/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   

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

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 15:11:49
  Author: spupykin
Revision: 265337

archrelease: copy trunk to community-x86_64

Added:
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 265336, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 265336, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 265336, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 265336, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 265336, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

+
 PKGBUILD   |  266 +++
 libvirt.install|   20 +--
 libvirt.tmpfiles.d |8 -
 libvirtd-guests.conf.d |   18 +--
 libvirtd.conf.d|2 
 5 files changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-03 14:56:43 UTC (rev 265336)
+++ PKGBUILD2017-11-03 15:11:49 UTC (rev 265337)
@@ -1,133 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=libvirt
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
-arch=('i686' 'x86_64')
-url="http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 
'libpcap' 'libcap-ng'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'ceph' 'libssh2' 
'netcf')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
-'libiscsi' 'open-iscsi'
-'perl-xml-xpath' 'libxslt' 'qemu')
-optdepends=('ebtables: required for default NAT networking'
-   'dnsmasq: required for default NAT/DHCP for guests'
-   'bridge-utils: for bridged networking'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode')
-options=('emptydirs')
-backup=('etc/conf.d/libvirt-guests'
-   'etc/conf.d/libvirtd'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/virtlogd.conf'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/lxc.conf'
-   'etc/libvirt/nwfilter/allow-arp.xml'
-   'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-   'etc/libvirt/nwfilter/allow-dhcp.xml'
-   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-   'etc/libvirt/nwfilter/allow-ipv4.xml'
-   'etc/libvirt/nwfilter/clean-traffic.xml'
-   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-   'etc/libvirt/nwfilter/no-ip-multicast.xml'
-   'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-   'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self.xml'
-   'etc/libvirt/qemu-lockd.conf'
-   'etc/libvirt/qemu.conf'
-   'etc/libvirt/qemu/networks/default.xml'
-   'etc/libvirt/virt-login-shell.conf'
-   'etc/libvirt/virtlockd.conf'
-   'etc/logrotate.d/libvirtd'
-   'etc/logrotate.d/libvirtd.lxc'
-   'etc/logrotate.d/libvirtd.qemu'
-   'etc/logrotate.d/libvirtd.uml'
-   'etc/sasl2/libvirt.conf')
-install="libvirt.install"
-validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
-source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz; #{,.asc}
-   libvirtd.conf.d
-   libvirtd-guests.conf.d
-   libvirt.tmpfiles.d)
-#  
"ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch::https://libvirt.org/git/?p=libvirt.git;a=patch;h=ae102b5d7bccd29bc6015a3e0acefeaa90d097ac;)
-sha256sums=('73eba834089ed0ce74e3183a7f12cf0c6f7de08e9a700b5456c62fb124f903f9'
-'9d0597bbf2bd7892420cebaf0563236fe1483b83ae95ee6263c1ce7f44a44134'
-'0896c30100e9e40aee1eb4a2cf0cac2c0bdd5fd7b077b9d2680d90e77435ea66'
-'5c26353833944db8dc97aa63843734519d6521bd8d88497d94d910ee9d3169d8')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -i 

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

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 14:56:43
  Author: spupykin
Revision: 265336

archrelease: copy trunk to community-i686, community-x86_64

Added:
  workrave/repos/community-i686/PKGBUILD
(from rev 265335, workrave/trunk/PKGBUILD)
  workrave/repos/community-x86_64/PKGBUILD
(from rev 265335, workrave/trunk/PKGBUILD)
Deleted:
  workrave/repos/community-i686/PKGBUILD
  workrave/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   30 -
 community-x86_64/PKGBUILD |   30 -
 3 files changed, 74 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 14:56:23 UTC (rev 265335)
+++ community-i686/PKGBUILD 2017-11-03 14:56:43 UTC (rev 265336)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=workrave
-pkgver=1.10.18
-pkgrel=1
-pkgdesc="a tool to help RSI"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://workrave.org;
-depends=('libxtst' 'gtkmm3' 'gdome2' 'gstreamer' 'libsm' 'libice' 'libxss')
-makedepends=('intltool' 'gobject-introspection' 'python2-cheetah' 
'autoconf-archive')
-optdepends=('gst-plugins-good: to play sound events')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rcaelers/workrave/archive/v${pkgver//./_}.tar.gz)
-sha256sums=('f0de5abd2c3a29106b915f1c051808f6083e1052b46c5143ff96e2334757e91b')
-
-build() {
-  cd "$srcdir"/workrave-${pkgver//./_}
-  export PYTHON=python2
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-dbus --sysconfdir=/etc 
--libexecdir=/usr/lib/workrave \
-   --disable-pulse
-  make
-}
-
-package() {
-  cd "$srcdir"/workrave-${pkgver//./_}
-  make DESTDIR="$pkgdir" install
-}

Copied: workrave/repos/community-i686/PKGBUILD (from rev 265335, 
workrave/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 14:56:43 UTC (rev 265336)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=workrave
+pkgver=1.10.18
+pkgrel=2
+pkgdesc="a tool to help RSI"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://workrave.org;
+depends=('libxtst' 'gtkmm3' 'gdome2' 'gstreamer' 'libsm' 'libice' 'libxss')
+makedepends=('intltool' 'gobject-introspection' 'python2-cheetah' 
'autoconf-archive')
+optdepends=('gst-plugins-good: to play sound events')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rcaelers/workrave/archive/v${pkgver//./_}.tar.gz;
+   "gschema.patch::https://bugs.archlinux.org/task/56115?getfile=15841;)
+sha256sums=('f0de5abd2c3a29106b915f1c051808f6083e1052b46c5143ff96e2334757e91b'
+'e9fdad85184bf6e6f1122f6ef2aa3a97a575320b4d5c553265f440a97fe8059a')
+
+prepare() {
+  cd "$srcdir"/workrave-${pkgver//./_}
+  patch -p0 < "$srcdir"/gschema.patch
+}
+
+build() {
+  cd "$srcdir"/workrave-${pkgver//./_}
+  export PYTHON=python2
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-dbus --sysconfdir=/etc 
--libexecdir=/usr/lib/workrave \
+   --disable-pulse
+  make
+}
+
+package() {
+  cd "$srcdir"/workrave-${pkgver//./_}
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-03 14:56:23 UTC (rev 265335)
+++ community-x86_64/PKGBUILD   2017-11-03 14:56:43 UTC (rev 265336)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=workrave
-pkgver=1.10.18
-pkgrel=1
-pkgdesc="a tool to help RSI"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://workrave.org;
-depends=('libxtst' 'gtkmm3' 'gdome2' 'gstreamer' 'libsm' 'libice' 'libxss')
-makedepends=('intltool' 'gobject-introspection' 'python2-cheetah' 
'autoconf-archive')
-optdepends=('gst-plugins-good: to play sound events')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rcaelers/workrave/archive/v${pkgver//./_}.tar.gz)
-sha256sums=('f0de5abd2c3a29106b915f1c051808f6083e1052b46c5143ff96e2334757e91b')
-
-build() {
-  cd "$srcdir"/workrave-${pkgver//./_}
-  export PYTHON=python2
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-dbus --sysconfdir=/etc 
--libexecdir=/usr/lib/workrave \
-   --disable-pulse
-  make
-}
-
-package() {
-  cd "$srcdir"/workrave-${pkgver//./_}
-  make DESTDIR="$pkgdir" install
-}

Copied: workrave/repos/community-x86_64/PKGBUILD (from rev 265335, 
workrave/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-03 14:56:43 UTC (rev 

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

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 14:56:23
  Author: spupykin
Revision: 265335

upgpkg: workrave 1.10.18-2

Modified:
  workrave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 14:56:16 UTC (rev 265334)
+++ PKGBUILD2017-11-03 14:56:23 UTC (rev 265335)
@@ -4,7 +4,7 @@
 
 pkgname=workrave
 pkgver=1.10.18
-pkgrel=1
+pkgrel=2
 pkgdesc="a tool to help RSI"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -12,9 +12,16 @@
 depends=('libxtst' 'gtkmm3' 'gdome2' 'gstreamer' 'libsm' 'libice' 'libxss')
 makedepends=('intltool' 'gobject-introspection' 'python2-cheetah' 
'autoconf-archive')
 optdepends=('gst-plugins-good: to play sound events')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rcaelers/workrave/archive/v${pkgver//./_}.tar.gz)
-sha256sums=('f0de5abd2c3a29106b915f1c051808f6083e1052b46c5143ff96e2334757e91b')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rcaelers/workrave/archive/v${pkgver//./_}.tar.gz;
+   "gschema.patch::https://bugs.archlinux.org/task/56115?getfile=15841;)
+sha256sums=('f0de5abd2c3a29106b915f1c051808f6083e1052b46c5143ff96e2334757e91b'
+'e9fdad85184bf6e6f1122f6ef2aa3a97a575320b4d5c553265f440a97fe8059a')
 
+prepare() {
+  cd "$srcdir"/workrave-${pkgver//./_}
+  patch -p0 < "$srcdir"/gschema.patch
+}
+
 build() {
   cd "$srcdir"/workrave-${pkgver//./_}
   export PYTHON=python2


[arch-commits] Commit in libvirt/repos/community-i686 (10 files)

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 14:56:16
  Author: spupykin
Revision: 265334

archrelease: copy trunk to community-i686

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 265333, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 265333, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 265333, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 265333, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 265333, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d

+
 PKGBUILD   |  266 +++
 libvirt.install|   20 +--
 libvirt.tmpfiles.d |8 -
 libvirtd-guests.conf.d |   18 +--
 libvirtd.conf.d|2 
 5 files changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-03 14:56:00 UTC (rev 265333)
+++ PKGBUILD2017-11-03 14:56:16 UTC (rev 265334)
@@ -1,133 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=libvirt
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
-arch=('i686' 'x86_64')
-url="http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 
'libpcap' 'libcap-ng'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'ceph' 'libssh2' 
'netcf')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
-'libiscsi' 'open-iscsi'
-'perl-xml-xpath' 'libxslt' 'qemu')
-optdepends=('ebtables: required for default NAT networking'
-   'dnsmasq: required for default NAT/DHCP for guests'
-   'bridge-utils: for bridged networking'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode')
-options=('emptydirs')
-backup=('etc/conf.d/libvirt-guests'
-   'etc/conf.d/libvirtd'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/virtlogd.conf'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/lxc.conf'
-   'etc/libvirt/nwfilter/allow-arp.xml'
-   'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-   'etc/libvirt/nwfilter/allow-dhcp.xml'
-   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-   'etc/libvirt/nwfilter/allow-ipv4.xml'
-   'etc/libvirt/nwfilter/clean-traffic.xml'
-   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-   'etc/libvirt/nwfilter/no-ip-multicast.xml'
-   'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-   'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self.xml'
-   'etc/libvirt/qemu-lockd.conf'
-   'etc/libvirt/qemu.conf'
-   'etc/libvirt/qemu/networks/default.xml'
-   'etc/libvirt/virt-login-shell.conf'
-   'etc/libvirt/virtlockd.conf'
-   'etc/logrotate.d/libvirtd'
-   'etc/logrotate.d/libvirtd.lxc'
-   'etc/logrotate.d/libvirtd.qemu'
-   'etc/logrotate.d/libvirtd.uml'
-   'etc/sasl2/libvirt.conf')
-install="libvirt.install"
-validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
-source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz; #{,.asc}
-   libvirtd.conf.d
-   libvirtd-guests.conf.d
-   libvirt.tmpfiles.d)
-#  
"ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch::https://libvirt.org/git/?p=libvirt.git;a=patch;h=ae102b5d7bccd29bc6015a3e0acefeaa90d097ac;)
-sha256sums=('73eba834089ed0ce74e3183a7f12cf0c6f7de08e9a700b5456c62fb124f903f9'
-'9d0597bbf2bd7892420cebaf0563236fe1483b83ae95ee6263c1ce7f44a44134'
-'0896c30100e9e40aee1eb4a2cf0cac2c0bdd5fd7b077b9d2680d90e77435ea66'
-'5c26353833944db8dc97aa63843734519d6521bd8d88497d94d910ee9d3169d8')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -i 's|/sysconfig/|/conf.d/|g' \
-

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

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 14:56:00
  Author: spupykin
Revision: 265333

upgpkg: libvirt 3.9.0-1

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 14:48:57 UTC (rev 265332)
+++ PKGBUILD2017-11-03 14:56:00 UTC (rev 265333)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=libvirt
-pkgver=3.8.0
+pkgver=3.9.0
 pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('i686' 'x86_64')
@@ -64,7 +64,7 @@
libvirtd-guests.conf.d
libvirt.tmpfiles.d)
 #  
"ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch::https://libvirt.org/git/?p=libvirt.git;a=patch;h=ae102b5d7bccd29bc6015a3e0acefeaa90d097ac;)
-sha256sums=('73eba834089ed0ce74e3183a7f12cf0c6f7de08e9a700b5456c62fb124f903f9'
+sha256sums=('89fc63213291d329d537ea96e363fd609160da080322973bd1126d431ff63424'
 '9d0597bbf2bd7892420cebaf0563236fe1483b83ae95ee6263c1ce7f44a44134'
 '0896c30100e9e40aee1eb4a2cf0cac2c0bdd5fd7b077b9d2680d90e77435ea66'
 '5c26353833944db8dc97aa63843734519d6521bd8d88497d94d910ee9d3169d8')


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

2017-11-03 Thread Sven-Hendrik Haase
Date: Friday, November 3, 2017 @ 14:48:57
  Author: svenstaro
Revision: 265332

archrelease: copy trunk to community-any

Added:
  yarn/repos/community-any/PKGBUILD
(from rev 265331, yarn/trunk/PKGBUILD)
Deleted:
  yarn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-03 14:48:38 UTC (rev 265331)
+++ PKGBUILD2017-11-03 14:48:57 UTC (rev 265332)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan Koppe 
-
-pkgname=yarn
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='Fast, reliable, and secure dependency management'
-arch=(any)
-url='http://yarnpkg.com'
-license=('BSD')
-depends=('nodejs')
-source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('cb61788e16cd3537073b3a8711ce6a29f7e14380cea20ca16144e97ed05ec62c685b805a18af9e70d16f7aedb4c460cad97027e37fb43596f97570386d596477')
-
-package() {
-  cd yarn-v${pkgver}
-  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
-  cp -R * "$pkgdir"/usr/lib/node_modules/yarn
-
-  install -dm755 "$pkgdir"/usr/bin
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: yarn/repos/community-any/PKGBUILD (from rev 265331, yarn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-03 14:48:57 UTC (rev 265332)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan Koppe 
+
+pkgname=yarn
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Fast, reliable, and secure dependency management'
+arch=(any)
+url='http://yarnpkg.com'
+license=('BSD')
+depends=('nodejs')
+source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
+sha512sums=('d488ae56b60884bb42e5e2ac8a0359c6947e234ed8b5bba12a93f24abb4419b4a6fef708c35df8caa9e68edca3fe570d1dcda9295d29438e45a32ef5d029aedf')
+
+package() {
+  cd yarn-v${pkgver}
+  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
+  cp -R * "$pkgdir"/usr/lib/node_modules/yarn
+
+  install -dm755 "$pkgdir"/usr/bin
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}


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

2017-11-03 Thread Sven-Hendrik Haase
Date: Friday, November 3, 2017 @ 14:48:38
  Author: svenstaro
Revision: 265331

upgpkg: yarn 1.3.2-1

Modified:
  yarn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 14:41:40 UTC (rev 265330)
+++ PKGBUILD2017-11-03 14:48:38 UTC (rev 265331)
@@ -2,7 +2,7 @@
 # Contributor: Jan Koppe 
 
 pkgname=yarn
-pkgver=1.2.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='Fast, reliable, and secure dependency management'
 arch=(any)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('nodejs')
 
source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('cb61788e16cd3537073b3a8711ce6a29f7e14380cea20ca16144e97ed05ec62c685b805a18af9e70d16f7aedb4c460cad97027e37fb43596f97570386d596477')
+sha512sums=('d488ae56b60884bb42e5e2ac8a0359c6947e234ed8b5bba12a93f24abb4419b4a6fef708c35df8caa9e68edca3fe570d1dcda9295d29438e45a32ef5d029aedf')
 
 package() {
   cd yarn-v${pkgver}


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

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 14:41:40
  Author: spupykin
Revision: 265330

archrelease: copy trunk to community-i686, community-x86_64

Added:
  poco/repos/community-i686/PKGBUILD
(from rev 265329, poco/trunk/PKGBUILD)
  poco/repos/community-x86_64/PKGBUILD
(from rev 265329, poco/trunk/PKGBUILD)
Deleted:
  poco/repos/community-i686/PKGBUILD
  poco/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   36 --
 community-x86_64/PKGBUILD |   36 --
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 14:41:19 UTC (rev 265329)
+++ community-i686/PKGBUILD 2017-11-03 14:41:40 UTC (rev 265330)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-_pkgver=1.7.8p3
-pkgver=1.7.9
-pkgrel=1
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('i686' 'x86_64')
-url="http://www.pocoproject.org/;
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2;)
-sha256sums=('23f2ae2dd373cade48b393b6e440ebc75ecff50f4d37c0cfa80b7723904386b6')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-i686/PKGBUILD (from rev 265329, 
poco/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 14:41:40 UTC (rev 265330)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+pkgver=1.7.9_p1
+_pkgver=${pkgver/_/}
+pkgrel=1
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('i686' 'x86_64')
+url="http://www.pocoproject.org/;
+license=('custom:boost')
+depends=('libmariadbclient' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2;)
+sha256sums=('54d7e0f12bf8438529eae427fa7dd2a6e4e3f08e94869b2ff82e34d56f7f23f0')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-03 14:41:19 UTC (rev 265329)
+++ community-x86_64/PKGBUILD   2017-11-03 14:41:40 UTC (rev 265330)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-_pkgver=1.7.8p3
-pkgver=1.7.9
-pkgrel=1
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('i686' 'x86_64')
-url="http://www.pocoproject.org/;
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2;)
-sha256sums=('23f2ae2dd373cade48b393b6e440ebc75ecff50f4d37c0cfa80b7723904386b6')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-x86_64/PKGBUILD (from rev 265329, 
poco/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 14:41:19
  Author: spupykin
Revision: 265329

upgpkg: poco 1.7.9_p1-1

Modified:
  poco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 14:41:10 UTC (rev 265328)
+++ PKGBUILD2017-11-03 14:41:19 UTC (rev 265329)
@@ -6,8 +6,8 @@
 # Contributor: Christopher Reimer 
 
 pkgname=poco
-_pkgver=1.7.8p3
-pkgver=1.7.9
+pkgver=1.7.9_p1
+_pkgver=${pkgver/_/}
 pkgrel=1
 pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('libmariadbclient' 'openssl' 'unixodbc')
 makedepends=('cmake')
 
source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2;)
-sha256sums=('23f2ae2dd373cade48b393b6e440ebc75ecff50f4d37c0cfa80b7723904386b6')
+sha256sums=('54d7e0f12bf8438529eae427fa7dd2a6e4e3f08e94869b2ff82e34d56f7f23f0')
 
 build() {
   cd "${srcdir}/poco-${_pkgver}-all"


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

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 14:41:09
  Author: spupykin
Revision: 265327

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mailutils/repos/community-i686/PKGBUILD
(from rev 265325, mailutils/trunk/PKGBUILD)
  mailutils/repos/community-x86_64/PKGBUILD
(from rev 265326, mailutils/trunk/PKGBUILD)
Deleted:
  mailutils/repos/community-i686/PKGBUILD
  mailutils/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   40 --
 community-x86_64/PKGBUILD |   40 --
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 14:40:56 UTC (rev 265326)
+++ community-i686/PKGBUILD 2017-11-03 14:41:09 UTC (rev 265327)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=mailutils
-pkgver=3.3
-pkgrel=1
-pkgdesc="MUA command line tool (mailx)"
-arch=(i686 x86_64)
-url="http://www.gnu.org/software/mailutils/;
-license=('GPL')
-depends=('libldap' 'pam' 'gnutls' 'gsasl')
-makedepends=('emacs')
-options=(!emptydirs)
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig})
-sha256sums=('4f31c3b94331dbd7101414df0c8dd2c7da06dade8e0de8c7df0bfc76b70221ec'
-'SKIP')
-
-build() {
-  cd "$srcdir/mailutils-$pkgver"
-  ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/$pkgname \
-   --with-gdbm \
-   --with-gnutls \
-   --disable-python \
-   --without-guile
-  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap"
-}
-
-package() {
-  cd "$srcdir/mailutils-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/share/info/dir
-  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
-  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
-  chown -R root:root "$pkgdir"
-}

Copied: mailutils/repos/community-i686/PKGBUILD (from rev 265325, 
mailutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 14:41:09 UTC (rev 265327)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=mailutils
+pkgver=3.4
+pkgrel=1
+pkgdesc="MUA command line tool (mailx)"
+arch=(i686 x86_64)
+url="http://www.gnu.org/software/mailutils/;
+license=('GPL')
+depends=('libldap' 'pam' 'gnutls' 'gsasl')
+makedepends=('emacs')
+options=(!emptydirs)
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
+source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig})
+sha256sums=('908df9b8e46dea1aab4b4affd8c61c69ec82c7d40591a5b9d5d1535ed00dc7b6'
+'SKIP')
+
+build() {
+  cd "$srcdir/mailutils-$pkgver"
+  ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/$pkgname \
+   --with-gdbm \
+   --with-gnutls \
+   --disable-python \
+   --without-guile
+  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
+}
+
+package() {
+  cd "$srcdir/mailutils-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/info/dir
+  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
+  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
+  chown -R root:root "$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-03 14:40:56 UTC (rev 265326)
+++ community-x86_64/PKGBUILD   2017-11-03 14:41:09 UTC (rev 265327)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=mailutils
-pkgver=3.3
-pkgrel=1
-pkgdesc="MUA command line tool (mailx)"
-arch=(i686 x86_64)
-url="http://www.gnu.org/software/mailutils/;
-license=('GPL')
-depends=('libldap' 'pam' 'gnutls' 'gsasl')
-makedepends=('emacs')
-options=(!emptydirs)
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig})
-sha256sums=('4f31c3b94331dbd7101414df0c8dd2c7da06dade8e0de8c7df0bfc76b70221ec'
-'SKIP')
-
-build() {
-  cd "$srcdir/mailutils-$pkgver"
-  ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/$pkgname \
-   --with-gdbm \
-   --with-gnutls \
-   --disable-python \
-   --without-guile
-  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS 

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

2017-11-03 Thread Alexander Rødseth
Date: Friday, November 3, 2017 @ 14:41:10
  Author: arodseth
Revision: 265328

archrelease: copy trunk to community-x86_64, community-i686

Added:
  dropbear/repos/community-i686/PKGBUILD
(from rev 265326, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-i686/dropbear.service
(from rev 265326, dropbear/trunk/dropbear.service)
  dropbear/repos/community-x86_64/PKGBUILD
(from rev 265326, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-x86_64/dropbear.service
(from rev 265326, dropbear/trunk/dropbear.service)
Deleted:
  dropbear/repos/community-i686/PKGBUILD
  dropbear/repos/community-i686/dropbear.service
  dropbear/repos/community-x86_64/PKGBUILD
  dropbear/repos/community-x86_64/dropbear.service

---+
 /PKGBUILD |   88 
 /dropbear.service |   20 
 community-i686/PKGBUILD   |   48 ---
 community-i686/dropbear.service   |   10 
 community-x86_64/PKGBUILD |   48 ---
 community-x86_64/dropbear.service |   10 
 6 files changed, 108 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 14:41:09 UTC (rev 265327)
+++ community-i686/PKGBUILD 2017-11-03 14:41:10 UTC (rev 265328)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Simon Perry 
-# Contributor: Bartlomiej Piotrowski 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jason Pierce <`echo 'moc tod liamg ta nosaj tod ecreip' | rev`>
-# Contributor: Jeremy Cowgar 
-# Contributor: Simon Perry 
-
-pkgname=dropbear
-pkgver=2017.75
-pkgrel=2
-pkgdesc="Lightweight replacement for sshd"
-arch=('i686' 'x86_64')
-url="http://matt.ucc.asn.au/dropbear/dropbear.html;
-license=('MIT')
-depends=('zlib')
-source=(https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2{,.asc}
-$pkgname.service)
-sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
-'SKIP'
-'8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
-validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
-
-prepare() {
-  sed -i 's|usr/libexec/sftp|usr/lib/ssh/sftp|' $pkgname-$pkgver/options.h
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR="${pkgdir}/"
-
-  # Configuration files
-  install -d "${pkgdir}/etc/$pkgname"
-  install -D -m644 "${srcdir}/$pkgname.service" 
"${pkgdir}/usr/lib/systemd/system/$pkgname.service"
-
-  # License file
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: dropbear/repos/community-i686/PKGBUILD (from rev 265326, 
dropbear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 14:41:10 UTC (rev 265328)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Timothy Redaelli 
+# Contributor: Bartlomiej Piotrowski 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jason Pierce 
+# Contributor: Jeremy Cowgar 
+# Contributor: Simon Perry 
+
+pkgname=dropbear
+pkgver=2017.75
+pkgrel=3
+pkgdesc='Lightweight SSH server'
+arch=('x86_64' 'i686')
+url='https://matt.ucc.asn.au/dropbear/dropbear.html'
+license=('MIT')
+validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
+source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
+"$pkgname.service")
+sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
+'SKIP'
+'8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
+
+prepare() {
+  sed -i 's_usr/libexec/sftp_usr/lib/ssh/sftp_' "$pkgname-$pkgver/options.h"
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+  install -d "$pkgdir/etc/$pkgname"
+  install -Dm644 "$pkgname.service" \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 "$pkgname-$pkgver/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/dropbear.service
===
--- community-i686/dropbear.service 2017-11-03 14:41:09 UTC (rev 265327)
+++ community-i686/dropbear.service 2017-11-03 14:41:10 UTC (rev 265328)
@@ -1,10 +0,0 @@
-[Unit]

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

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 14:40:48
  Author: spupykin
Revision: 265325

upgpkg: mailutils 3.4-1

Modified:
  mailutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 14:40:08 UTC (rev 265324)
+++ PKGBUILD2017-11-03 14:40:48 UTC (rev 265325)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=mailutils
-pkgver=3.3
+pkgver=3.4
 pkgrel=1
 pkgdesc="MUA command line tool (mailx)"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
 source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig})
-sha256sums=('4f31c3b94331dbd7101414df0c8dd2c7da06dade8e0de8c7df0bfc76b70221ec'
+sha256sums=('908df9b8e46dea1aab4b4affd8c61c69ec82c7d40591a5b9d5d1535ed00dc7b6'
 'SKIP')
 
 build() {
@@ -27,7 +27,7 @@
--with-gnutls \
--disable-python \
--without-guile
-  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap"
+  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
 }
 
 package() {


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

2017-11-03 Thread Alexander Rødseth
Date: Friday, November 3, 2017 @ 14:40:56
  Author: arodseth
Revision: 265326

upgpkg: dropbear 2017.75-3

Modified:
  dropbear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 14:40:48 UTC (rev 265325)
+++ PKGBUILD2017-11-03 14:40:56 UTC (rev 265326)
@@ -1,29 +1,28 @@
 # $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Simon Perry 
+# Maintainer: Alexander F Rødseth 
+# Contributor: Timothy Redaelli 
 # Contributor: Bartlomiej Piotrowski 
 # Contributor: Jaroslav Lichtblau 
-# Contributor: Jason Pierce <`echo 'moc tod liamg ta nosaj tod ecreip' | rev`>
+# Contributor: Jason Pierce 
 # Contributor: Jeremy Cowgar 
-# Contributor: Simon Perry 
+# Contributor: Simon Perry 
 
 pkgname=dropbear
 pkgver=2017.75
-pkgrel=2
-pkgdesc="Lightweight replacement for sshd"
-arch=('i686' 'x86_64')
-url="http://matt.ucc.asn.au/dropbear/dropbear.html;
+pkgrel=3
+pkgdesc='Lightweight SSH server'
+arch=('x86_64' 'i686')
+url='https://matt.ucc.asn.au/dropbear/dropbear.html'
 license=('MIT')
-depends=('zlib')
-source=(https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2{,.asc}
-$pkgname.service)
+validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
+source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
+"$pkgname.service")
 sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
 'SKIP'
 '8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
-validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
 
 prepare() {
-  sed -i 's|usr/libexec/sftp|usr/lib/ssh/sftp|' $pkgname-$pkgver/options.h
+  sed -i 's_usr/libexec/sftp_usr/lib/ssh/sftp_' "$pkgname-$pkgver/options.h"
 }
 
 build() {
@@ -34,15 +33,12 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR="${pkgdir}/"
-
-  # Configuration files
-  install -d "${pkgdir}/etc/$pkgname"
-  install -D -m644 "${srcdir}/$pkgname.service" 
"${pkgdir}/usr/lib/systemd/system/$pkgname.service"
-
-  # License file
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+  install -d "$pkgdir/etc/$pkgname"
+  install -Dm644 "$pkgname.service" \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 "$pkgname-$pkgver/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libreoffice-online/repos (20 files)

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 14:40:08
  Author: spupykin
Revision: 265324

archrelease: copy trunk to community-x86_64, community-i686

Added:
  libreoffice-online/repos/community-i686/PKGBUILD
(from rev 265323, libreoffice-online/trunk/PKGBUILD)
  libreoffice-online/repos/community-i686/build-fix.patch
(from rev 265323, libreoffice-online/trunk/build-fix.patch)
  libreoffice-online/repos/community-i686/hack-annoying-errors.patch
(from rev 265323, libreoffice-online/trunk/hack-annoying-errors.patch)
  libreoffice-online/repos/community-i686/libreoffice-online.install
(from rev 265323, libreoffice-online/trunk/libreoffice-online.install)
  libreoffice-online/repos/community-i686/loolwsd.service
(from rev 265323, libreoffice-online/trunk/loolwsd.service)
  libreoffice-online/repos/community-x86_64/PKGBUILD
(from rev 265323, libreoffice-online/trunk/PKGBUILD)
  libreoffice-online/repos/community-x86_64/build-fix.patch
(from rev 265323, libreoffice-online/trunk/build-fix.patch)
  libreoffice-online/repos/community-x86_64/hack-annoying-errors.patch
(from rev 265323, libreoffice-online/trunk/hack-annoying-errors.patch)
  libreoffice-online/repos/community-x86_64/libreoffice-online.install
(from rev 265323, libreoffice-online/trunk/libreoffice-online.install)
  libreoffice-online/repos/community-x86_64/loolwsd.service
(from rev 265323, libreoffice-online/trunk/loolwsd.service)
Deleted:
  libreoffice-online/repos/community-i686/PKGBUILD
  libreoffice-online/repos/community-i686/build-fix.patch
  libreoffice-online/repos/community-i686/hack-annoying-errors.patch
  libreoffice-online/repos/community-i686/libreoffice-online.install
  libreoffice-online/repos/community-i686/loolwsd.service
  libreoffice-online/repos/community-x86_64/PKGBUILD
  libreoffice-online/repos/community-x86_64/build-fix.patch
  libreoffice-online/repos/community-x86_64/hack-annoying-errors.patch
  libreoffice-online/repos/community-x86_64/libreoffice-online.install
  libreoffice-online/repos/community-x86_64/loolwsd.service

-+
 /PKGBUILD   |  118 +++
 /build-fix.patch|  916 ++
 /hack-annoying-errors.patch |   50 +
 /libreoffice-online.install |   42 +
 /loolwsd.service|   26 
 community-i686/PKGBUILD |   59 -
 community-i686/build-fix.patch  |  458 -
 community-i686/hack-annoying-errors.patch   |   25 
 community-i686/libreoffice-online.install   |   21 
 community-i686/loolwsd.service  |   13 
 community-x86_64/PKGBUILD   |   59 -
 community-x86_64/build-fix.patch|  458 -
 community-x86_64/hack-annoying-errors.patch |   25 
 community-x86_64/libreoffice-online.install |   21 
 community-x86_64/loolwsd.service|   13 
 15 files changed, 1152 insertions(+), 1152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 14:39:37 UTC (rev 265323)
+++ community-i686/PKGBUILD 2017-11-03 14:40:08 UTC (rev 265324)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=libreoffice-online
-pkgver=5.4.0.2
-pkgrel=1
-pkgdesc="HTML5-based/cloud-based version of the office suite"
-arch=('x86_64' 'i686')
-url="https://cgit.freedesktop.org/libreoffice/online/;
-license=("MPL")
-makedepends=("cppunit" "poco" "libreoffice-fresh-sdk>=5.4" "jake" "npm" 
"chrpath" "python-polib")
-depends=("libpng12" "poco" "pcre" "cpio" "libreoffice" "openssl-1.0")
-backup=("etc/libreoffice-online/loolwsd.xml")
-install="libreoffice-online.install"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LibreOffice/online/archive/libreoffice-${pkgver}.tar.gz;
-   "loolwsd.service"
-   "build-fix.patch"
-   "hack-annoying-errors.patch")
-sha512sums=('472ddc83e3dd4502cdfadb9b45899d6f05f4d1969f71e030cba847e46bc6ad32bf720087df16cc305b0fe1d71d958aa2e4f0ffd0178b60871a4113178ddb'
-
'4a809d8420f42eef99a831b32c94d9ce336b5aa5ccac3c44b99346b94e9d7a6ae8b4e06760057f20e844837c3ab2175146bef63ba99e1a50d016a890704cc2c9'
-
'049036898f59f1a7f18c6f186042b7ecee84b010256c813c633e0854b206b1b94343972cc8a374990eb22919a223429de4db712f70a89851f266e6500b67c2b1'
-
'530dad9becee9504d1e2fff5c7e5115daf62ac48312c5cf42f9b44dc0f21665a05f5788606d988f631d3b6dc4dfcf866d564ac1f8bf087c4efe3c197b3206f2d')
-
-prepare() {
-  cd "${srcdir}/online-libreoffice-${pkgver}"
-  patch -p1 <"$srcdir"/build-fix.patch
-  patch -p1 <"$srcdir"/hack-annoying-errors.patch
-}
-
-build() {
-  cd "${srcdir}/online-libreoffice-${pkgver}"
-  ./autogen.sh
-  export 

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

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 14:39:37
  Author: spupykin
Revision: 265323

upgpkg: libreoffice-online 5.4.0.2-2

Modified:
  libreoffice-online/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 14:36:01 UTC (rev 265322)
+++ PKGBUILD2017-11-03 14:39:37 UTC (rev 265323)
@@ -5,7 +5,7 @@
 
 pkgname=libreoffice-online
 pkgver=5.4.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="HTML5-based/cloud-based version of the office suite"
 arch=('x86_64' 'i686')
 url="https://cgit.freedesktop.org/libreoffice/online/;


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

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 14:36:01
  Author: spupykin
Revision: 265322

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 265321, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-03 14:35:44 UTC (rev 265321)
+++ PKGBUILD2017-11-03 14:36:01 UTC (rev 265322)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Eschwartz 
-
-pkgname=firefox-noscript
-pkgver=5.1.3
-pkgrel=1
-pkgdesc="Extension for firefox which disables script"
-arch=('any')
-url="http://noscript.net/;
-license=('GPL2')
-groups=('firefox-addons')
-depends=('firefox')
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
-noextract=("noscript-${pkgver}.xpi")
-sha256sums=('3ad5e83f8a85ff8991b0a9d36095082c223bc7bd7df482824f3d7b02ea7b6f17')
-
-prepare() {
-  cd "${srcdir}"
-  unzip -qqo "noscript-${pkgver}.xpi" -d "noscript-${pkgver}"
-}
-
-package() {
-  cd "${srcdir}"
-
-  _extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
noscript-${pkgver}/install.rdf)"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  if grep 'true' noscript-${pkgver}/install.rdf > 
/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R noscript-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 265321, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-03 14:36:01 UTC (rev 265322)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Eschwartz 
+
+pkgname=firefox-noscript
+pkgver=5.1.4
+pkgrel=1
+pkgdesc="Extension for firefox which disables script"
+arch=('any')
+url="http://noscript.net/;
+license=('GPL2')
+groups=('firefox-addons')
+depends=('firefox')
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
+noextract=("noscript-${pkgver}.xpi")
+sha256sums=('42814bbc436346cff24c7977190bc43048a344ea953e4096c60bd75cd3554fd6')
+
+prepare() {
+  cd "${srcdir}"
+  unzip -qqo "noscript-${pkgver}.xpi" -d "noscript-${pkgver}"
+}
+
+package() {
+  cd "${srcdir}"
+
+  _extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
noscript-${pkgver}/install.rdf)"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  if grep 'true' noscript-${pkgver}/install.rdf > 
/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R noscript-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


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

2017-11-03 Thread Sergej Pupykin
Date: Friday, November 3, 2017 @ 14:35:44
  Author: spupykin
Revision: 265321

upgpkg: firefox-noscript 5.1.4-1

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 13:20:48 UTC (rev 265320)
+++ PKGBUILD2017-11-03 14:35:44 UTC (rev 265321)
@@ -3,7 +3,7 @@
 # Contributor: Eschwartz 
 
 pkgname=firefox-noscript
-pkgver=5.1.3
+pkgver=5.1.4
 pkgrel=1
 pkgdesc="Extension for firefox which disables script"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('unzip')
 
source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
 noextract=("noscript-${pkgver}.xpi")
-sha256sums=('3ad5e83f8a85ff8991b0a9d36095082c223bc7bd7df482824f3d7b02ea7b6f17')
+sha256sums=('42814bbc436346cff24c7977190bc43048a344ea953e4096c60bd75cd3554fd6')
 
 prepare() {
   cd "${srcdir}"


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

2017-11-03 Thread Christian Hesse
Date: Friday, November 3, 2017 @ 13:20:48
  Author: eworm
Revision: 265320

this is [community]...

Added:
  mpv/repos/community-testing-i686/
  mpv/repos/community-testing-x86_64/
Deleted:
  mpv/repos/community-testing-i686/
  mpv/repos/community-testing-x86_64/
  mpv/repos/testing-i686/
  mpv/repos/testing-x86_64/


[arch-commits] Commit in mpv/repos (10 files)

2017-11-03 Thread Christian Hesse
Date: Friday, November 3, 2017 @ 13:17:11
  Author: eworm
Revision: 265319

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  mpv/repos/testing-i686/
  mpv/repos/testing-i686/0001-opengl-backend-support-multiple-backends.patch
(from rev 265318, 
mpv/trunk/0001-opengl-backend-support-multiple-backends.patch)
  mpv/repos/testing-i686/0002-vaapi-Use-libva2-message-callbacks.patch
(from rev 265318, mpv/trunk/0002-vaapi-Use-libva2-message-callbacks.patch)
  mpv/repos/testing-i686/0003-demux_lavf-return-AVERROR_EOF-on-file-end.patch
(from rev 265318, 
mpv/trunk/0003-demux_lavf-return-AVERROR_EOF-on-file-end.patch)
  mpv/repos/testing-i686/PKGBUILD
(from rev 265318, mpv/trunk/PKGBUILD)
  mpv/repos/testing-x86_64/
  mpv/repos/testing-x86_64/0001-opengl-backend-support-multiple-backends.patch
(from rev 265318, 
mpv/trunk/0001-opengl-backend-support-multiple-backends.patch)
  mpv/repos/testing-x86_64/0002-vaapi-Use-libva2-message-callbacks.patch
(from rev 265318, mpv/trunk/0002-vaapi-Use-libva2-message-callbacks.patch)
  mpv/repos/testing-x86_64/0003-demux_lavf-return-AVERROR_EOF-on-file-end.patch
(from rev 265318, 
mpv/trunk/0003-demux_lavf-return-AVERROR_EOF-on-file-end.patch)
  mpv/repos/testing-x86_64/PKGBUILD
(from rev 265318, mpv/trunk/PKGBUILD)

-+
 testing-i686/0001-opengl-backend-support-multiple-backends.patch|  291 
++
 testing-i686/0002-vaapi-Use-libva2-message-callbacks.patch  |   91 +++
 testing-i686/0003-demux_lavf-return-AVERROR_EOF-on-file-end.patch   |   26 
 testing-i686/PKGBUILD   |   73 ++
 testing-x86_64/0001-opengl-backend-support-multiple-backends.patch  |  291 
++
 testing-x86_64/0002-vaapi-Use-libva2-message-callbacks.patch|   91 +++
 testing-x86_64/0003-demux_lavf-return-AVERROR_EOF-on-file-end.patch |   26 
 testing-x86_64/PKGBUILD |   73 ++
 8 files changed, 962 insertions(+)

Copied: 
mpv/repos/testing-i686/0001-opengl-backend-support-multiple-backends.patch 
(from rev 265318, mpv/trunk/0001-opengl-backend-support-multiple-backends.patch)
===
--- testing-i686/0001-opengl-backend-support-multiple-backends.patch
(rev 0)
+++ testing-i686/0001-opengl-backend-support-multiple-backends.patch
2017-11-03 13:17:11 UTC (rev 265319)
@@ -0,0 +1,291 @@
+From 9c397af0dabfff7177bcb76409af5b8f9ae608cf Mon Sep 17 00:00:00 2001
+From: Drew DeVault 
+Date: Thu, 27 Apr 2017 17:19:58 -0400
+Subject: [PATCH 1/4] --opengl-backend: support multiple backends
+
+Will attempt each backend specified in order. The x11 backend is still
+preferred, even on Wayland, but the user can now use
+--opengl-backend=wayland,x11 to prefer wayland and fall back to x11 if
+wayland is unavailable.
+---
+ video/out/opengl/context.c | 66 +-
+ video/out/opengl/context.h |  8 ++
+ video/out/vo_opengl.c  |  7 +++--
+ 3 files changed, 64 insertions(+), 17 deletions(-)
+
+diff --git a/video/out/opengl/context.c b/video/out/opengl/context.c
+index 72311e11fa..568bb662b8 100644
+--- a/video/out/opengl/context.c
 b/video/out/opengl/context.c
+@@ -89,6 +89,30 @@ static const struct mpgl_driver *const backends[] = {
+ #endif
+ };
+ 
++static bool get_desc(struct m_obj_desc *dst, int index)
++{
++if (index >= MP_ARRAY_SIZE(backends) - 1)
++return false;
++const struct mpgl_driver *driver = backends[index];
++*dst = (struct m_obj_desc) {
++.name = driver->name,
++.description = driver->name,
++.priv_size = sizeof(struct mpgl_driver),
++.p = driver,
++};
++return true;
++}
++
++// for backend option
++const struct m_obj_list mpgl_backend_list = {
++.get_desc = get_desc,
++.description = "OpenGL windowing backends",
++.allow_unknown_entries = true,
++.allow_disable_entries = true,
++.allow_trailer = true,
++.disallow_positional_parameters = true,
++};
++
+ // 0-terminated list of desktop GL versions a backend should try to
+ // initialize. The first entry is the most preferred version.
+ const int mpgl_preferred_gl_versions[] = {
+@@ -100,7 +124,7 @@ const int mpgl_preferred_gl_versions[] = {
+ 0
+ };
+ 
+-int mpgl_find_backend(const char *name)
++static int mpgl_find_backend(const char *name)
+ {
+ if (name == NULL || strcmp(name, "auto") == 0)
+ return -1;
+@@ -126,7 +150,7 @@ int mpgl_validate_backend_opt(struct mp_log *log, const 
struct m_option *opt,
+ return mpgl_find_backend(s) >= -1 ? 1 : M_OPT_INVALID;
+ }
+ 
+-static void *get_native_display(void *pctx, const char *name)
++static void *get_native_display(const char *name)
+ {
+ MPGLContext *ctx = pctx;
+ if (!ctx->native_display_type || !name)
+@@ -186,11 +210,41 @@ 

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

2017-11-03 Thread Christian Hesse
Date: Friday, November 3, 2017 @ 13:17:06
  Author: eworm
Revision: 265318

upgpkg: mpv 1:0.27.0-4

fix API (FS#56089)

Added:
  mpv/trunk/0003-demux_lavf-return-AVERROR_EOF-on-file-end.patch
Modified:
  mpv/trunk/PKGBUILD

--+
 0003-demux_lavf-return-AVERROR_EOF-on-file-end.patch |   26 +
 PKGBUILD |7 +++-
 2 files changed, 32 insertions(+), 1 deletion(-)

Added: 0003-demux_lavf-return-AVERROR_EOF-on-file-end.patch
===
--- 0003-demux_lavf-return-AVERROR_EOF-on-file-end.patch
(rev 0)
+++ 0003-demux_lavf-return-AVERROR_EOF-on-file-end.patch2017-11-03 
13:17:06 UTC (rev 265318)
@@ -0,0 +1,26 @@
+From e9dc4ac86f9dbd59147963d08ec8447bba3ed0bb Mon Sep 17 00:00:00 2001
+From: Daniel Kucera 
+Date: Mon, 23 Oct 2017 15:29:17 +0200
+Subject: [PATCH] demux_lavf: return AVERROR_EOF on file end
+
+Signed-off-by: Daniel Kucera 
+Signed-off-by: wm4 
+
+Uses different style and different logic from original PR.
+---
+ demux/demux_lavf.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/demux/demux_lavf.c b/demux/demux_lavf.c
+index c11f7739e1..11fa1c59b6 100644
+--- a/demux/demux_lavf.c
 b/demux/demux_lavf.c
+@@ -242,7 +242,7 @@ static int mp_read(void *opaque, uint8_t *buf, int size)
+ 
+ MP_TRACE(demuxer, "%d=mp_read(%p, %p, %d), pos: %"PRId64", eof:%d\n",
+  ret, stream, buf, size, stream_tell(stream), stream->eof);
+-return ret;
++return ret ? ret : AVERROR_EOF;
+ }
+ 
+ static int64_t mp_seek(void *opaque, int64_t pos, int whence)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 13:05:24 UTC (rev 265317)
+++ PKGBUILD2017-11-03 13:17:06 UTC (rev 265318)
@@ -6,7 +6,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.27.0
-pkgrel=3
+pkgrel=4
 _waf_version=1.8.12
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('i686' 'x86_64')
@@ -24,10 +24,12 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
   '0001-opengl-backend-support-multiple-backends.patch'
   '0002-vaapi-Use-libva2-message-callbacks.patch'
+  '0003-demux_lavf-return-AVERROR_EOF-on-file-end.patch'
   "http://www.freehackers.org/~tnagy/release/waf-${_waf_version};)
 sha256sums=('341d8bf18b75c1f78d5b681480b5b7f5c8b87d97a0d4f53a5648ede9c219a49c'
   '609e0530f1b0cdb910dcffb5f62bf55936540e24105ce1b2daf1bd6291a7d58a'
   '3c3517f4f4c71e39e1e04ea440688fc8d7b3dc55e6bc0a9398d11a9b75bde07d'
+  '5de6c616428c87cf9b39d8ba24446d65d175050c083e1054194d93cf03d5816a'
   '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
 
 prepare() {
@@ -39,6 +41,9 @@
   # vaapi: Use libva2 message callbacks
   patch -Np1 < "${srcdir}"/0002-vaapi-Use-libva2-message-callbacks.patch
 
+  # demux_lavf: return AVERROR_EOF on file end
+  patch -Np1 < "${srcdir}"/0003-demux_lavf-return-AVERROR_EOF-on-file-end.patch
+
   install -m755 "${srcdir}"/waf-${_waf_version} waf
 }
 


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

2017-11-03 Thread Jonathan Steel
Date: Friday, November 3, 2017 @ 13:05:24
  Author: jsteel
Revision: 265317

archrelease: copy trunk to community-any

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

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

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

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


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

2017-11-03 Thread Jonathan Steel
Date: Friday, November 3, 2017 @ 13:05:01
  Author: jsteel
Revision: 265316

upgpkg: aws-cli 1.11.180-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 13:04:48 UTC (rev 265315)
+++ PKGBUILD2017-11-03 13:05:01 UTC (rev 265316)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.178
+pkgver=1.11.180
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('f38ca3aac08f7b18eec21086fbf2277c')
+md5sums=('af577467311cf02ca3347364111ae545')
 
 build() {
   cd $pkgname-$pkgver


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

2017-11-03 Thread Jonathan Steel
Date: Friday, November 3, 2017 @ 13:04:29
  Author: jsteel
Revision: 265314

upgpkg: python-botocore 1.7.38-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 12:58:44 UTC (rev 265313)
+++ PKGBUILD2017-11-03 13:04:29 UTC (rev 265314)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.7.36
+pkgver=1.7.38
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('ea35f6b123f3de62ae45a0df5730ce9d')
+md5sums=('460b481eb31a976f0f4e0d9148ac4c49')
 
 build() {
   cd botocore-$pkgver


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

2017-11-03 Thread Jonathan Steel
Date: Friday, November 3, 2017 @ 13:04:48
  Author: jsteel
Revision: 265315

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-03 13:04:29 UTC (rev 265314)
+++ PKGBUILD2017-11-03 13:04:48 UTC (rev 265315)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.7.36
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('ea35f6b123f3de62ae45a0df5730ce9d')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 265314, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-03 13:04:48 UTC (rev 265315)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.7.38
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('460b481eb31a976f0f4e0d9148ac4c49')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-11-03 Thread Jonathan Steel
Date: Friday, November 3, 2017 @ 12:58:44
  Author: jsteel
Revision: 265313

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  vagrant/repos/community-testing-i686/
  vagrant/repos/community-testing-i686/PKGBUILD
(from rev 265312, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-testing-x86_64/
  vagrant/repos/community-testing-x86_64/PKGBUILD
(from rev 265312, vagrant/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   69 
 community-testing-x86_64/PKGBUILD |   69 
 2 files changed, 138 insertions(+)

Copied: vagrant/repos/community-testing-i686/PKGBUILD (from rev 265312, 
vagrant/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-11-03 12:58:44 UTC (rev 265313)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('i686' 'x86_64')
+url="https://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz')
+makedepends=('git' 'go-pie')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+"git://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86")
+md5sums=('c443ac9e1034d5748b81f01da548d587'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+
+  gem build $pkgname.gemspec
+
+  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
+  go get github.com/mitchellh/osext
+  go build -o vagrant
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
+
+  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
+
+  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
+"$EMBEDDED_DIR"/etc/gemrc
+
+  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
+
+  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
+gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+
+  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
+"$pkgdir"/opt/$pkgname/bin/$pkgname
+
+  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+
+  install -Dm644 contrib/bash/completion.sh \
+"$pkgdir"/usr/share/bash-completion/completions/$pkgname
+
+  install -Dm644 LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: vagrant/repos/community-testing-x86_64/PKGBUILD (from rev 265312, 
vagrant/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-11-03 12:58:44 UTC (rev 265313)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('i686' 'x86_64')
+url="https://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz')
+makedepends=('git' 'go-pie')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+"git://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86")
+md5sums=('c443ac9e1034d5748b81f01da548d587'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+
+  gem build $pkgname.gemspec
+
+  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
+  go get github.com/mitchellh/osext
+  go build -o vagrant
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  

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

2017-11-03 Thread Jonathan Steel
Date: Friday, November 3, 2017 @ 12:58:28
  Author: jsteel
Revision: 265312

upgpkg: vagrant 2.0.1-1

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 12:13:47 UTC (rev 265311)
+++ PKGBUILD2017-11-03 12:58:28 UTC (rev 265312)
@@ -10,50 +10,55 @@
 # Contributor: Steven Nance 
 
 pkgname=vagrant
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc="Build and distribute virtualized development environments"
 arch=('i686' 'x86_64')
 url="https://vagrantup.com;
 license=('MIT')
 options=('!emptydirs')
-depends=('vagrant-substrate' 'libyaml')
-makedepends=('openssl-1.0')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz')
+makedepends=('git' 'go-pie')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
vagrant-virtualbox-5.2.patch::https://github.com/hashicorp/vagrant/commit/7d73af5637de41f1e53b8f1ef2ea9baf76842dfb.patch)
-sha256sums=('c25d3a5f18abdf349047f4d80bb74e6cb526959536e4bef5aa771de9d39cb260'
-'44c13bd3e222e618e94ba66ebaf94a5c630bf94c55ebcfb19ba266e8549fb70b')
+"git://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86")
+md5sums=('c443ac9e1034d5748b81f01da548d587'
+ 'SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 < ../vagrant-virtualbox-5.2.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 
-  EMBEDDED_DIR=/opt/vagrant/embedded
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
 
-  "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec
+  gem build $pkgname.gemspec
 
-  GEM_PATH="$srcdir"/$pkgname-$pkgver/gems-$pkgver-$pkgrel 
GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-  CPPFLAGS="-I$EMBEDDED_DIR/include -I${EMBEDDED_DIR}/include/libxml2" \
-  CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-  LDFLAGS="${LDFLAGS} -L$EMBEDDED_DIR/lib" PATH="$EMBEDDED_DIR/bin:$PATH" \
-  SSL_CERT_FILE="$EMBEDDED_DIR"/cacert.pem \
-  NOKOGIRI_USE_SYSTEM_LIBRARIES=1 \
-"$EMBEDDED_DIR"/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
+  go get github.com/mitchellh/osext
+  go build -o vagrant
 }
 
 package() {
   cd $pkgname-$pkgver
 
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
+
   install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-  install -d "$pkgdir"/opt/vagrant/embedded
 
-  cp -r gems-$pkgver-$pkgrel "$pkgdir"/opt/vagrant/embedded/gems
+  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
+"$EMBEDDED_DIR"/etc/gemrc
 
+  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
+
+  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
+gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+
+  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
+"$pkgdir"/opt/$pkgname/bin/$pkgname
+
   ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
 
   install -Dm644 contrib/bash/completion.sh \


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

2017-11-03 Thread Dan Printzell
Date: Friday, November 3, 2017 @ 12:13:47
  Author: wild
Revision: 265311

archrelease: copy trunk to community-x86_64

Added:
  dub/repos/community-x86_64/PKGBUILD
(from rev 265310, dub/trunk/PKGBUILD)
Deleted:
  dub/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-03 12:13:36 UTC (rev 265310)
+++ PKGBUILD2017-11-03 12:13:47 UTC (rev 265311)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Mihails Strasuns 
-# Contributor: Moritz Maxeiner 
-
-pkgname=('dub')
-pkgver=1.5.0
-pkgrel=2
-pkgdesc="Developer package manager for D programming language"
-arch=('i686' 'x86_64')
-url="https://github.com/D-Programming-Language/dub;
-license=('MIT')
-groups=('dlang')
-makedepends=('dmd')
-depends=('libphobos' 'curl')
-
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz;)
-sha512sums=('cc23c177a2fff94119e8abc0b9d3812027badd98c4d30903e75c348318ae790b98fb435540860b9beb6923fe0a4d70b80f572cda343b4b5a0f513755b484baf2')
-
-build() {
-   DC=dmd
-   cd "$pkgname-$pkgver"
-
-   echo Generating version file...
-   echo "module dub.version_;" > source/dub/version_.d
-   echo "enum dubVersion = \"$pkgver\";" >> source/dub/version_.d
-
-   $DC -ofbin/dub -w -O -g -version=DubUseCurl -Isource -L-lcurl 
@build-files.txt
-}
-
-package() {
-   # binaries
-   install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
-
-   # license
-   install -Dm644 "$pkgname-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   # bash completion
-   install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash" 
"$pkgdir/usr/share/bash-completion/completions/dub"
-}

Copied: dub/repos/community-x86_64/PKGBUILD (from rev 265310, 
dub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-03 12:13:47 UTC (rev 265311)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Mihails Strasuns 
+# Contributor: Moritz Maxeiner 
+
+pkgname=('dub')
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Developer package manager for D programming language"
+arch=('x86_64')
+url="https://github.com/D-Programming-Language/dub;
+license=('MIT')
+groups=('dlang')
+makedepends=('dmd')
+depends=('libphobos' 'curl')
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz;)
+sha512sums=('8d0b64ab4a2ce100215571dc2b9f3e844ca8a1d036074a303a437489a92ebfa21d335f29bd873249874ee4140c3b1db65350ef475658124957c4953ee2c4cae6')
+
+build() {
+   DC=dmd
+   cd "$pkgname-$pkgver"
+
+   echo Generating version file...
+   echo "module dub.version_;" > source/dub/version_.d
+   echo "enum dubVersion = \"$pkgver\";" >> source/dub/version_.d
+
+   $DC -ofbin/dub -w -O -g -version=DubUseCurl -Isource -L-lcurl 
@build-files.txt
+}
+
+package() {
+   # binaries
+   install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
+
+   # license
+   install -Dm644 "$pkgname-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   # bash completion
+   install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash" 
"$pkgdir/usr/share/bash-completion/completions/dub"
+}


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

2017-11-03 Thread Dan Printzell
Date: Friday, November 3, 2017 @ 12:13:36
  Author: wild
Revision: 265310

upgpkg: dub 1.6.0-1

Updated to 1.6.0 and dropped i686 as the dmd package is only x86_64

Modified:
  dub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 12:12:23 UTC (rev 265309)
+++ PKGBUILD2017-11-03 12:13:36 UTC (rev 265310)
@@ -4,10 +4,10 @@
 # Contributor: Moritz Maxeiner 
 
 pkgname=('dub')
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="Developer package manager for D programming language"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://github.com/D-Programming-Language/dub;
 license=('MIT')
 groups=('dlang')
@@ -15,7 +15,7 @@
 depends=('libphobos' 'curl')
 
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz;)
-sha512sums=('cc23c177a2fff94119e8abc0b9d3812027badd98c4d30903e75c348318ae790b98fb435540860b9beb6923fe0a4d70b80f572cda343b4b5a0f513755b484baf2')
+sha512sums=('8d0b64ab4a2ce100215571dc2b9f3e844ca8a1d036074a303a437489a92ebfa21d335f29bd873249874ee4140c3b1db65350ef475658124957c4953ee2c4cae6')
 
 build() {
DC=dmd


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

2017-11-03 Thread Dan Printzell
Date: Friday, November 3, 2017 @ 12:12:23
  Author: wild
Revision: 265309

archrelease: copy trunk to community-x86_64

Added:
  dtools/repos/community-x86_64/PKGBUILD
(from rev 265308, dtools/trunk/PKGBUILD)
  dtools/repos/community-x86_64/autodetect.diff
(from rev 265308, dtools/trunk/autodetect.diff)
Deleted:
  dtools/repos/community-x86_64/PKGBUILD
  dtools/repos/community-x86_64/autodetect.diff

-+
 PKGBUILD|   94 +++---
 autodetect.diff |   94 +++---
 2 files changed, 94 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-03 12:12:10 UTC (rev 265308)
+++ PKGBUILD2017-11-03 12:12:23 UTC (rev 265309)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Mihails Strasunse 
-
-pkgname='dtools'
-pkgver=2.076.1
-pkgrel=1
-pkgdesc="Ancilliary tools for the D programming language"
-license=('Boost')
-groups=('dlang')
-arch=('x86_64')
-url="http://www.dlang.org;
-makedepends=('dmd' 'libphobos')
-depends=('curl')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dlang/tools/archive/v${pkgver}.tar.gz
-   "http://www.boost.org/LICENSE_1_0.txt;
-   "autodetect.diff")
-sha512sums=('0ceb2a518be1490b463060cb443690f69464c1faaae0bee174e4e52ca4e8fb56931796a565a0cd48167795bbb5c4507e4289e8af77d7e5b4648cdc18316a7547'
-
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
-
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
-
-build() {
-DMD=dmd
-cd tools-${pkgver}
-
-# rdmd is used to build others
-$DMD -od. -ofdtools-rdmd rdmd.d
-
-for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
-./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $tool.d
-done
-}
-
-package() {
-cd tools-${pkgver}
-
-mkdir -p $pkgdir/usr/bin
-for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
-install -m755 -t $pkgdir/usr/bin $pkgname-$tool
-done
-
-cd $pkgdir
-ln -s dtools-rdmd usr/bin/rdmd
-ln -s dtools-dustmite usr/bin/dustmite
-
-install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
-}

Copied: dtools/repos/community-x86_64/PKGBUILD (from rev 265308, 
dtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-03 12:12:23 UTC (rev 265309)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Mihails Strasunse 
+
+pkgname='dtools'
+pkgver=2.077.0
+pkgrel=1
+pkgdesc="Ancilliary tools for the D programming language"
+license=('Boost')
+groups=('dlang')
+arch=('x86_64')
+url="http://www.dlang.org;
+makedepends=('dmd' 'libphobos')
+depends=('curl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dlang/tools/archive/v${pkgver}.tar.gz
+   "http://www.boost.org/LICENSE_1_0.txt;
+   "autodetect.diff")
+sha512sums=('bec98a143a5dbfcc9d9599f82b01aa8985126679f719651d635eedb986e4fcae3c8f7ce3ccfd4e2fdeaec62dbea37ffcd790f5891fb813c0b5e3c5c87251ae13'
+
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
+
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
+
+build() {
+DMD=dmd
+cd tools-${pkgver}
+
+# rdmd is used to build others
+$DMD -od. -ofdtools-rdmd rdmd.d
+
+for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
+./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $tool.d
+done
+}
+
+package() {
+cd tools-${pkgver}
+
+mkdir -p $pkgdir/usr/bin
+for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
+install -m755 -t $pkgdir/usr/bin $pkgname-$tool
+done
+
+cd $pkgdir
+ln -s dtools-rdmd usr/bin/rdmd
+ln -s dtools-dustmite usr/bin/dustmite
+
+install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
+}

Deleted: autodetect.diff
===
--- autodetect.diff 2017-11-03 12:12:10 UTC (rev 265308)
+++ autodetect.diff 2017-11-03 12:12:23 UTC (rev 265309)
@@ -1,47 +0,0 @@
-diff --git a/rdmd.d b/rdmd.d
-index bd82637..390d533 100644
 a/rdmd.d
-+++ b/rdmd.d
-@@ -52,7 +52,32 @@ else version (LDC)
- else
- static assert(false, "Unknown compiler");
- 
--private string compiler = defaultCompiler;
-+private string compiler;
-+
-+void chooseCompiler(ref string compiler)
-+{
-+

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

2017-11-03 Thread Dan Printzell
Date: Friday, November 3, 2017 @ 12:12:10
  Author: wild
Revision: 265308

upgpkg: dtools 2.077.0-1

Updated to 2.077.0

Modified:
  dtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 12:11:34 UTC (rev 265307)
+++ PKGBUILD2017-11-03 12:12:10 UTC (rev 265308)
@@ -3,7 +3,7 @@
 # Contributor: Mihails Strasunse 
 
 pkgname='dtools'
-pkgver=2.076.1
+pkgver=2.077.0
 pkgrel=1
 pkgdesc="Ancilliary tools for the D programming language"
 license=('Boost')
@@ -15,7 +15,7 @@
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dlang/tools/archive/v${pkgver}.tar.gz
"http://www.boost.org/LICENSE_1_0.txt;
"autodetect.diff")
-sha512sums=('0ceb2a518be1490b463060cb443690f69464c1faaae0bee174e4e52ca4e8fb56931796a565a0cd48167795bbb5c4507e4289e8af77d7e5b4648cdc18316a7547'
+sha512sums=('bec98a143a5dbfcc9d9599f82b01aa8985126679f719651d635eedb986e4fcae3c8f7ce3ccfd4e2fdeaec62dbea37ffcd790f5891fb813c0b5e3c5c87251ae13'
 
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
 
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
 


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

2017-11-03 Thread Dan Printzell
Date: Friday, November 3, 2017 @ 12:11:34
  Author: wild
Revision: 265307

archrelease: copy trunk to community-x86_64

Added:
  dmd/repos/community-x86_64/PKGBUILD
(from rev 265306, dmd/trunk/PKGBUILD)
  dmd/repos/community-x86_64/dmd-doc.desktop
(from rev 265306, dmd/trunk/dmd-doc.desktop)
  dmd/repos/community-x86_64/dmd.conf
(from rev 265306, dmd/trunk/dmd.conf)
Deleted:
  dmd/repos/community-x86_64/PKGBUILD
  dmd/repos/community-x86_64/dmd-doc.desktop
  dmd/repos/community-x86_64/dmd.conf

-+
 PKGBUILD|  236 +++---
 dmd-doc.desktop |   14 +--
 dmd.conf|   10 +-
 3 files changed, 130 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-03 12:11:21 UTC (rev 265306)
+++ PKGBUILD2017-11-03 12:11:34 UTC (rev 265307)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'dmd-docs' 'libphobos')
-pkgdesc="D programming language compiler and standard library"
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.076.1
-pkgrel=1
-epoch=1
-arch=('x86_64')
-url="http://www.dlang.org;
-makedepends=('git' 'dmd')
-source=("git+https://github.com/dlang/dmd.git#tag=v$pkgver;
-"git+https://github.com/dlang/druntime.git#tag=v$pkgver;
-"git+https://github.com/dlang/phobos.git#tag=v$pkgver;
-
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz;
-
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz.sig;
-"dmd.conf"
-"dmd-doc.desktop")
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'1d0b8fb6aadc80f6c5dfe7acf46fc17d2b3de24a0bf46e947352094bb21fef04'
-'SKIP'
-'3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
-'19c9cd3670bdef7fbde88de36c459d940e6b7bacc2a5e48aefbfd1b2c1895e07')
-validpgpkeys=('AFC7DB45693D62BB472BF27BAB8FE924C2F7E724') # Martin Nowak 

-noextract=("dmd.$pkgver.linux.tar.xz")
-
-prepare() {
-# We only want to extract the docs & samples, not the prebuild executables
-tar xfJ "dmd.$pkgver.linux.tar.xz" dmd2/html
-}
-
-build() {
-cd "$srcdir"/dmd
-make -f posix.mak RELEASE=1 PIC=1
-
-cd "$srcdir"/druntime
-make -f posix.mak DMD="$srcdir"/dmd/src/dmd RELEASE=1 PIC=1
-
-cd "$srcdir"/phobos
-make -f posix.mak DMD="$srcdir"/dmd/src/dmd RELEASE=1 PIC=1
-}
-
-package_dmd() {
-pkgdesc="The D programming language reference compiler"
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'gcc-multilib: to cross-compile 32-bit applications'
-'dmd-docs: documentation and sample code for D'
-)
-provides=("d-compiler=$pkgver")
-license=('Boost')
-
-install -Dm755 dmd/src/dmd "$pkgdir"/usr/bin/dmd
-
-mkdir -p "$pkgdir"/etc
-install -Dm644 dmd.conf "$pkgdir"/etc/dmd.conf
-
-mkdir -p "$pkgdir"/usr/share/man/man1
-mkdir -p "$pkgdir"/usr/share/man/man5
-cp -r dmd/docs/man/man1/* "$pkgdir"/usr/share/man/man1/
-cp -r dmd/docs/man/man5/* "$pkgdir"/usr/share/man/man5/
-
-install -Dm644 dmd/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-find "$pkgdir"/usr -type f | xargs chmod 0644
-chmod 755 "$pkgdir"/usr/bin/*
-}
-
-package_dmd-docs() {
-pkgdesc="Documentation and sample code for D programming language"
-depends=('dmd')
-license=('Boost')
-
-mkdir -p "$pkgdir"/usr/share/applications
-install -Dm644 dmd-doc.desktop 
"$pkgdir"/usr/share/applications/dmd-doc.desktop
-
-mkdir -p "$pkgdir"/usr/share/d/samples/
-cp -r dmd/samples/* "$pkgdir"/usr/share/d/samples/
-
-mkdir -p "$pkgdir"/usr/share/d/html
-cp -r dmd2/html/* "$pkgdir"/usr/share/d/html/
-
-install -Dm644 dmd/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_libphobos() {
-pkgdesc="The Phobos standard library for D programming language"
-options=('staticlibs')
-depends=('gcc-libs')
-conflicts=('libphobos-devel')
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver" "libphobos-devel=$pkgver")
-replaces=('libphobos-devel')
-license=('Boost')
-
-mkdir -p "$pkgdir"/usr/lib
-install -Dm644 phobos/generated/linux/release/*/libphobos2.{a,so} 
"$pkgdir"/usr/lib/
-install -Dm644 phobos/LICENSE_1_0.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-mkdir -p "$pkgdir"/usr/include/dlang/dmd
-cp -r phobos/{*.d,etc,std} "$pkgdir"/usr/include/dlang/dmd
-cp -r druntime/import/* 

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

2017-11-03 Thread Dan Printzell
Date: Friday, November 3, 2017 @ 12:11:21
  Author: wild
Revision: 265306

upgpkg: dmd 1:2.077.0-1

Updated to 2.077.0

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 11:27:46 UTC (rev 265305)
+++ PKGBUILD2017-11-03 12:11:21 UTC (rev 265306)
@@ -11,7 +11,7 @@
 pkgdesc="D programming language compiler and standard library"
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.076.1
+pkgver=2.077.0
 pkgrel=1
 epoch=1
 arch=('x86_64')
@@ -27,7 +27,7 @@
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
-'1d0b8fb6aadc80f6c5dfe7acf46fc17d2b3de24a0bf46e947352094bb21fef04'
+'54471d7c5fdb73dd38cd8ab1d8ac4cb6b7aca0d0d18e7a9f38dcafcb242732f4'
 'SKIP'
 '3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
 '19c9cd3670bdef7fbde88de36c459d940e6b7bacc2a5e48aefbfd1b2c1895e07')


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

2017-11-03 Thread Jan Steffens
Date: Friday, November 3, 2017 @ 11:31:04
  Author: heftig
Revision: 308886

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-photos/repos/extra-i686/PKGBUILD
(from rev 308885, gnome-photos/trunk/PKGBUILD)
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 308885, gnome-photos/trunk/PKGBUILD)
Deleted:
  gnome-photos/repos/extra-i686/PKGBUILD
  gnome-photos/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  108 
 extra-i686/PKGBUILD   |   54 
 extra-x86_64/PKGBUILD |   54 
 3 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-03 11:30:12 UTC (rev 308885)
+++ extra-i686/PKGBUILD 2017-11-03 11:31:04 UTC (rev 308886)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Access, organize, and share your photos on GNOME"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/Photos;
-license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
grilo-plugins lcms2
- tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw 
gnome-online-accounts
- gnome-online-miners dleyna-server dleyna-renderer)
-makedepends=(itstool python yelp-tools autoconf-archive git)
-groups=(gnome-extra)
-_commit=aa834e104958394bd135054d748d43311bc51b3a  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit;
-"git+https://git.gnome.org/browse/libgd;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --enable-compile-warnings=minimum
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # disabled: needs dogtail which we don't have
-  #make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-photos/repos/extra-i686/PKGBUILD (from rev 308885, 
gnome-photos/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-11-03 11:31:04 UTC (rev 308886)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/Photos;
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
grilo-plugins lcms2
+ tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw 
gnome-online-accounts
+ gnome-online-miners dleyna-server dleyna-renderer)
+makedepends=(itstool python yelp-tools autoconf-archive git)
+groups=(gnome-extra)
+_commit=05e67a00a834247359131998b1abbf5a350d8c00  # tags/3.26.2^0
+source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit;
+"git+https://git.gnome.org/browse/libgd;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # disabled: needs dogtail which we don't have
+  #make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-11-03 11:30:12 UTC (rev 308885)
+++ extra-x86_64/PKGBUILD   2017-11-03 11:31:04 UTC (rev 308886)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Access, organize, and share your photos on GNOME"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/Photos;
-license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
grilo-plugins lcms2
- tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw 
gnome-online-accounts
- gnome-online-miners dleyna-server dleyna-renderer)
-makedepends=(itstool python 

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

2017-11-03 Thread Jan Steffens
Date: Friday, November 3, 2017 @ 11:30:12
  Author: heftig
Revision: 308885

3.26.2-1

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 07:23:49 UTC (rev 308884)
+++ PKGBUILD2017-11-03 11:30:12 UTC (rev 308885)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.26.1
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
  gnome-online-miners dleyna-server dleyna-renderer)
 makedepends=(itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-_commit=aa834e104958394bd135054d748d43311bc51b3a  # tags/3.26.1^0
+_commit=05e67a00a834247359131998b1abbf5a350d8c00  # tags/3.26.2^0
 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit;
 "git+https://git.gnome.org/browse/libgd;)
 sha256sums=('SKIP'


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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 11:27:16
  Author: felixonmars
Revision: 265304

upgpkg: pandoc-citeproc 0.11.1.3-2

rebuild with pandoc,2.0.1 doctemplates,0.2.1 hslua,0.9.2 skylighting,0.4.3 
cmark-gfm,0.1.3

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 11:26:57 UTC (rev 265303)
+++ PKGBUILD2017-11-03 11:27:16 UTC (rev 265304)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.11.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 11:27:46
  Author: felixonmars
Revision: 265305

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-i686/
  pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 265304, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 265304, pandoc-citeproc/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 265304, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-03 11:27:46 UTC (rev 265305)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.11.1.3
+pkgrel=2
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec" "haskell-data-default"
+ "haskell-hs-bibutils" "haskell-mtl" "haskell-old-locale" "pandoc" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-rfc5051" "haskell-setenv" "haskell-split" 
"haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" 
"haskell-yaml")
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('efb5f70f4bf4b9530c9c19697a5596c9abcc6ed1125139bf052f940777b939ffb30238acef514ce685451c5a01e6b43e0eab01e0a68ddc9a46799c6455d2cea2')
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
265304, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-03 11:27:46 UTC (rev 265305)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.11.1.3
+pkgrel=2
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec" "haskell-data-default"
+ "haskell-hs-bibutils" "haskell-mtl" "haskell-old-locale" "pandoc" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-rfc5051" "haskell-setenv" "haskell-split" 
"haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" 
"haskell-yaml")
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('efb5f70f4bf4b9530c9c19697a5596c9abcc6ed1125139bf052f940777b939ffb30238acef514ce685451c5a01e6b43e0eab01e0a68ddc9a46799c6455d2cea2')
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+

[arch-commits] Commit in deepin-control-center/repos (4 files)

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 11:26:57
  Author: felixonmars
Revision: 265303

archrelease: copy trunk to community-i686, community-x86_64

Added:
  deepin-control-center/repos/community-i686/PKGBUILD
(from rev 265302, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 265302, deepin-control-center/trunk/PKGBUILD)
Deleted:
  deepin-control-center/repos/community-i686/PKGBUILD
  deepin-control-center/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 11:26:19 UTC (rev 265302)
+++ community-i686/PKGBUILD 2017-11-03 11:26:57 UTC (rev 265303)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.3.0
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration')
-makedepends=('deepin-dock' 'qt5-tools')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
-sha512sums=('aec3d1f4686d181bb2aec97e4bcb85bf9e6757c4ca8f6ec6f2a8ac6f8fc37b28ceb0296b31f300ac8a81e9b84dfdb4a23dbc653cb937724da253fd95757944d2')
-
-build() {
-  cd dde-control-center-$pkgver
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
-  make
-}
-
-package() {
-  cd dde-control-center-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-control-center/repos/community-i686/PKGBUILD (from rev 265302, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 11:26:57 UTC (rev 265303)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.3.1
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration')
+makedepends=('deepin-dock' 'qt5-tools')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
+sha512sums=('d5eb5cfc0f16da3a5eaee0a75ce151af75a33ab91c117f2d0e497911291d66731ead277e201ba56cf03e31bfa3b8d428f5ee298f5a68a64ae03f2df6bedff8b2')
+
+build() {
+  cd dde-control-center-$pkgver
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr DISABLE_SYS_UPDATE=YES
+  make
+}
+
+package() {
+  cd dde-control-center-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-03 11:26:19 UTC (rev 265302)
+++ community-x86_64/PKGBUILD   2017-11-03 11:26:57 UTC (rev 265303)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=4.3.0
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration')
-makedepends=('deepin-dock' 'qt5-tools')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)

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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 11:26:19
  Author: felixonmars
Revision: 265302

upgpkg: deepin-control-center 4.3.1-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 10:30:13 UTC (rev 265301)
+++ PKGBUILD2017-11-03 11:26:19 UTC (rev 265302)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.3.0
+pkgver=4.3.1
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;)
-sha512sums=('aec3d1f4686d181bb2aec97e4bcb85bf9e6757c4ca8f6ec6f2a8ac6f8fc37b28ceb0296b31f300ac8a81e9b84dfdb4a23dbc653cb937724da253fd95757944d2')
+sha512sums=('d5eb5cfc0f16da3a5eaee0a75ce151af75a33ab91c117f2d0e497911291d66731ead277e201ba56cf03e31bfa3b8d428f5ee298f5a68a64ae03f2df6bedff8b2')
 
 build() {
   cd dde-control-center-$pkgver


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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 10:30:13
  Author: felixonmars
Revision: 265301

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pandoc/repos/community-staging-i686/
  pandoc/repos/community-staging-i686/PKGBUILD
(from rev 265300, pandoc/trunk/PKGBUILD)
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 265300, pandoc/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 265300, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-03 10:30:13 UTC (rev 265301)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-aeson-pretty" "haskell-base64-bytestring" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-case-insensitive" "haskell-cmark-gfm"
+ "haskell-data-default" "haskell-doctemplates" "haskell-glob" 
"haskell-mtl"
+ "haskell-haddock-library" "haskell-skylighting" "haskell-hslua" 
"haskell-http-client"
+ "haskell-syb" "haskell-http-client-tls" "haskell-http-types" 
"haskell-safe" "haskell-split"
+ "haskell-text" "haskell-texmath" "haskell-network" 
"haskell-pandoc-types" "haskell-parsec"
+ "haskell-random" "haskell-scientific" "haskell-tagsoup" 
"haskell-temporary"
+ "haskell-network-uri" "haskell-unordered-containers" 
"haskell-zip-archive" "haskell-vector"
+ "haskell-xml" "haskell-yaml" "haskell-zlib")
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('f5d61bc49c76f72a0ea1051dbfb4792df00ab6d6f7f90e2188a43acd6f0b4aa9ca7e3af9bcd6d36ddbfb828c221859db10c0caf3602fe96646f6838441df7ead')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -f-trypandoc -f-embed_data_files 
-f-weigh-pandoc -f-static
+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}/${pkgbase}-${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}/COPYING.md"
+}

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 265300, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-03 10:30:13 UTC (rev 265301)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-aeson-pretty" "haskell-base64-bytestring" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-case-insensitive" "haskell-cmark-gfm"
+ "haskell-data-default" "haskell-doctemplates" "haskell-glob" 
"haskell-mtl"
+ "haskell-haddock-library" "haskell-skylighting" "haskell-hslua" 
"haskell-http-client"
+ "haskell-syb" "haskell-http-client-tls" "haskell-http-types" 
"haskell-safe" "haskell-split"
+ "haskell-text" "haskell-texmath" "haskell-network" 

[arch-commits] Commit in pandoc/trunk (PKGBUILD ghc-8.2.1.patch)

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 10:29:41
  Author: felixonmars
Revision: 265300

upgpkg: pandoc 2.0.1-1

rebuild with pandoc,2.0.1 doctemplates,0.2.1 hslua,0.9.2 skylighting,0.4.3 
cmark-gfm,0.1.3

Modified:
  pandoc/trunk/PKGBUILD
Deleted:
  pandoc/trunk/ghc-8.2.1.patch

-+
 PKGBUILD|   40 +-
 ghc-8.2.1.patch |   81 --
 2 files changed, 14 insertions(+), 107 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 10:21:52 UTC (rev 265299)
+++ PKGBUILD2017-11-03 10:29:41 UTC (rev 265300)
@@ -3,21 +3,22 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=pandoc
-pkgver=1.19.2.1
-pkgrel=122
+pkgver=2.0.1
+pkgrel=1
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
- "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup" "haskell-cmark"
- "haskell-data-default" "haskell-doctemplates" "haskell-mtl" 
"haskell-extensible-exceptions"
- "haskell-filemanip" "haskell-haddock-library" "haskell-skylighting" 
"haskell-hslua"
- "haskell-http-client" "haskell-syb" "haskell-http-client-tls" 
"haskell-http-types"
- "haskell-text" "haskell-texmath" "haskell-network" "haskell-old-time"
- "haskell-pandoc-types" "haskell-parsec" "haskell-random" 
"haskell-scientific"
- "haskell-tagsoup" "haskell-temporary" "haskell-network-uri" 
"haskell-unordered-containers"
- "haskell-zip-archive" "haskell-vector" "haskell-xml" "haskell-yaml" 
"haskell-zlib")
+ "haskell-aeson-pretty" "haskell-base64-bytestring" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-case-insensitive" "haskell-cmark-gfm"
+ "haskell-data-default" "haskell-doctemplates" "haskell-glob" 
"haskell-mtl"
+ "haskell-haddock-library" "haskell-skylighting" "haskell-hslua" 
"haskell-http-client"
+ "haskell-syb" "haskell-http-client-tls" "haskell-http-types" 
"haskell-safe" "haskell-split"
+ "haskell-text" "haskell-texmath" "haskell-network" 
"haskell-pandoc-types" "haskell-parsec"
+ "haskell-random" "haskell-scientific" "haskell-tagsoup" 
"haskell-temporary"
+ "haskell-network-uri" "haskell-unordered-containers" 
"haskell-zip-archive" "haskell-vector"
+ "haskell-xml" "haskell-yaml" "haskell-zlib")
 optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
 'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
 'texlive-core: for pdf output')
@@ -24,22 +25,9 @@
 conflicts=('haskell-pandoc')
 replaces=('haskell-pandoc')
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-ghc-8.2.1.patch)
-sha256sums=('08692f3d77bf95bb9ba3407f7af26de7c23134e7efcdafad0bdaf9050e2c7801'
-'2d28962550964540ad543833b38fee8ae8d247d2b8ec08fcef9b9879bf967846')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('f5d61bc49c76f72a0ea1051dbfb4792df00ab6d6f7f90e2188a43acd6f0b4aa9ca7e3af9bcd6d36ddbfb828c221859db10c0caf3602fe96646f6838441df7ead')
 
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-patch -p1 -i ../ghc-8.2.1.patch
-sed -e 's/syb >= 0.1 && < 0.7,/syb >= 0.1,/' \
--e 's/aeson >= 0.7.* && < 1.2,/aeson >= 0.7,/' \
--e 's/process >= 1 && < 1.5,/process >= 1,/' \
--e 's/time >= 1.5 && < 1.7/time >= 1.5/' \
--e '/Build-Depends: pandoc,/a \ texmath,' \
--i $pkgname.cabal
-}
-
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
 
@@ -46,7 +34,7 @@
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files -f-weigh-pandoc
+-f-old-locale -fnetwork-uri -f-trypandoc -f-embed_data_files 
-f-weigh-pandoc -f-static
 runhaskell Setup build
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script

Deleted: ghc-8.2.1.patch
===
--- ghc-8.2.1.patch 2017-11-03 10:21:52 UTC (rev 265299)
+++ ghc-8.2.1.patch 2017-11-03 10:29:41 UTC (rev 265300)
@@ -1,81 +0,0 @@
-From 10d91c147968d2e4d63b99b5b0342624827f416f Mon Sep 17 00:00:00 2001
-From: John MacFarlane 
-Date: Sun, 26 Mar 2017 17:22:00 +0200
-Subject: [PATCH] Use file-embed instead of hsb2hs to embed 

[arch-commits] Commit in deepin-qt-dbus-factory/repos (4 files)

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 10:21:52
  Author: felixonmars
Revision: 265299

archrelease: copy trunk to community-i686, community-x86_64

Added:
  deepin-qt-dbus-factory/repos/community-i686/PKGBUILD
(from rev 265298, deepin-qt-dbus-factory/trunk/PKGBUILD)
  deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD
(from rev 265298, deepin-qt-dbus-factory/trunk/PKGBUILD)
Deleted:
  deepin-qt-dbus-factory/repos/community-i686/PKGBUILD
  deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 10:21:17 UTC (rev 265298)
+++ community-i686/PKGBUILD 2017-11-03 10:21:52 UTC (rev 265299)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-qt-dbus-factory
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='A repository stores auto-generated Qt5 dbus code'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-qt-dbus-factory;
-license=('GPL3')
-depends=('qt5-base')
-makedepends=('python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz;)
-sha512sums=('1dd90c79a86d2d18ddbc67fcdacc8cdd99d40dec52566a72416a1442b7c6c9c1ae8b3d1408eabbf90bc3092a66b4f1b535edfd035966e0fad33e0c79b1970eac')
-
-build() {
-  cd dde-qt-dbus-factory-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-qt-dbus-factory-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt-dbus-factory/repos/community-i686/PKGBUILD (from rev 265298, 
deepin-qt-dbus-factory/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 10:21:52 UTC (rev 265299)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qt-dbus-factory
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A repository stores auto-generated Qt5 dbus code'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-qt-dbus-factory;
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz;)
+sha512sums=('e72a4cf926f466647899ad8471eacfd8206da3d761eb0112e16226e4f394f5cc281e28f23f88aace6b46c295e908ee1bea7ebc8e813ba3a1dbb4cdc8bed7b449')
+
+build() {
+  cd dde-qt-dbus-factory-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-qt-dbus-factory-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-03 10:21:17 UTC (rev 265298)
+++ community-x86_64/PKGBUILD   2017-11-03 10:21:52 UTC (rev 265299)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-qt-dbus-factory
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='A repository stores auto-generated Qt5 dbus code'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-qt-dbus-factory;
-license=('GPL3')
-depends=('qt5-base')
-makedepends=('python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz;)
-sha512sums=('1dd90c79a86d2d18ddbc67fcdacc8cdd99d40dec52566a72416a1442b7c6c9c1ae8b3d1408eabbf90bc3092a66b4f1b535edfd035966e0fad33e0c79b1970eac')
-
-build() {
-  cd dde-qt-dbus-factory-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-qt-dbus-factory-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD (from rev 
265298, deepin-qt-dbus-factory/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-03 10:21:52 UTC (rev 265299)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qt-dbus-factory
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A repository stores auto-generated Qt5 dbus code'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-qt-dbus-factory;
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('python')

[arch-commits] Commit in deepin-qt-dbus-factory/trunk (PKGBUILD)

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 10:21:17
  Author: felixonmars
Revision: 265298

upgpkg: deepin-qt-dbus-factory 0.4.0-1

Modified:
  deepin-qt-dbus-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 10:16:14 UTC (rev 265297)
+++ PKGBUILD2017-11-03 10:21:17 UTC (rev 265298)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-qt-dbus-factory
-pkgver=0.3.2
+pkgver=0.4.0
 pkgrel=1
 pkgdesc='A repository stores auto-generated Qt5 dbus code'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('qt5-base')
 makedepends=('python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz;)
-sha512sums=('1dd90c79a86d2d18ddbc67fcdacc8cdd99d40dec52566a72416a1442b7c6c9c1ae8b3d1408eabbf90bc3092a66b4f1b535edfd035966e0fad33e0c79b1970eac')
+sha512sums=('e72a4cf926f466647899ad8471eacfd8206da3d761eb0112e16226e4f394f5cc281e28f23f88aace6b46c295e908ee1bea7ebc8e813ba3a1dbb4cdc8bed7b449')
 
 build() {
   cd dde-qt-dbus-factory-$pkgver


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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 10:16:14
  Author: felixonmars
Revision: 265297

archrelease: copy trunk to community-i686, community-x86_64

Added:
  deepin-mutter/repos/community-i686/PKGBUILD
(from rev 265296, deepin-mutter/trunk/PKGBUILD)
  deepin-mutter/repos/community-x86_64/PKGBUILD
(from rev 265296, deepin-mutter/trunk/PKGBUILD)
Deleted:
  deepin-mutter/repos/community-i686/PKGBUILD
  deepin-mutter/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   45 
 community-x86_64/PKGBUILD |   45 
 3 files changed, 80 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 10:15:37 UTC (rev 265296)
+++ community-i686/PKGBUILD 2017-11-03 10:16:14 UTC (rev 265297)
@@ -1,45 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-mutter
-pkgver=3.20.22
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-mutter;
-license=('GPL3')
-depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
- 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
- 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
-makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
-sha512sums=('fd86a539b103410c5ecf4c72d84a2cf19f5ff8eef055217af66063e3fef82b8e5f6037371a90faeab86d0f3826a98e5e5e7f038364e463130d2d55ddd37343ab')
-
-prepare() {
-  cd deepin-mutter-$pkgver
-  sed -i '/G_DEFINE_AUTOPTR_CLEANUP_FUNC.GUdev/d' 
src/backends/native/meta-launcher.c
-}
-
-build() {
-  cd deepin-mutter-$pkgver
-  ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/deepin-mutter \
---localstatedir=/var \
---enable-gtk-doc \
---enable-wayland \
---enable-native-backend \
---disable-static \
---disable-schemas-compile \
---enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd deepin-mutter-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-mutter/repos/community-i686/PKGBUILD (from rev 265296, 
deepin-mutter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 10:16:14 UTC (rev 265297)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-mutter
+pkgver=3.20.23
+pkgrel=1
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-mutter;
+license=('GPL3')
+depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
+ 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
+ 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
+sha512sums=('f9e426d8bb2d52dfe5333c2fa7a2ab8f9cc0db3139cef472bfc076e31971e6147735d3cb371688fea90ba7e7f59aa0242105ca29cc675deb4f65ef7113f301f2')
+
+build() {
+  cd deepin-mutter-$pkgver
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/deepin-mutter \
+--localstatedir=/var \
+--enable-gtk-doc \
+--enable-wayland \
+--enable-native-backend \
+--disable-static \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd deepin-mutter-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-03 10:15:37 UTC (rev 265296)
+++ community-x86_64/PKGBUILD   2017-11-03 10:16:14 UTC (rev 265297)
@@ -1,45 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-mutter
-pkgver=3.20.22
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-mutter;
-license=('GPL3')

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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 10:15:37
  Author: felixonmars
Revision: 265296

upgpkg: deepin-mutter 3.20.23-1

Modified:
  deepin-mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 10:11:20 UTC (rev 265295)
+++ PKGBUILD2017-11-03 10:15:37 UTC (rev 265296)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-mutter
-pkgver=3.20.22
+pkgver=3.20.23
 pkgrel=1
 pkgdesc="Base window manager for deepin, fork of gnome mutter"
 arch=('i686' 'x86_64')
@@ -16,13 +16,8 @@
 makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
-sha512sums=('fd86a539b103410c5ecf4c72d84a2cf19f5ff8eef055217af66063e3fef82b8e5f6037371a90faeab86d0f3826a98e5e5e7f038364e463130d2d55ddd37343ab')
+sha512sums=('f9e426d8bb2d52dfe5333c2fa7a2ab8f9cc0db3139cef472bfc076e31971e6147735d3cb371688fea90ba7e7f59aa0242105ca29cc675deb4f65ef7113f301f2')
 
-prepare() {
-  cd deepin-mutter-$pkgver
-  sed -i '/G_DEFINE_AUTOPTR_CLEANUP_FUNC.GUdev/d' 
src/backends/native/meta-launcher.c
-}
-
 build() {
   cd deepin-mutter-$pkgver
   ./autogen.sh \


[arch-commits] Commit in haskell-skylighting/trunk (PKGBUILD system-pcre.patch)

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 10:10:35
  Author: felixonmars
Revision: 265294

upgpkg: haskell-skylighting 0.4.3-1

rebuild with pandoc,2.0.1 doctemplates,0.2.1 hslua,0.9.2 skylighting,0.4.3 
cmark-gfm,0.1.3

Modified:
  haskell-skylighting/trunk/PKGBUILD
Deleted:
  haskell-skylighting/trunk/system-pcre.patch

---+
 PKGBUILD  |   26 +--
 system-pcre.patch |   57 
 2 files changed, 10 insertions(+), 73 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 10:07:09 UTC (rev 265293)
+++ PKGBUILD2017-11-03 10:10:35 UTC (rev 265294)
@@ -2,30 +2,24 @@
 # Maintainer: Felix Yan 
 
 _hkgname=skylighting
-pkgname=haskell-skylighting 
-pkgver=0.1.1.5
-pkgrel=34
+pkgname=haskell-skylighting
+pkgver=0.4.3
+pkgrel=1
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting;
 license=('GPL2')
 arch=('i686' 'x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 
'haskell-case-insensitive' 'haskell-hxt'
- 'haskell-mtl' 'haskell-pretty-show' 'haskell-regex-pcre' 
'haskell-safe' 'haskell-text'
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-hxt' 
'haskell-mtl'
+ 'haskell-pretty-show' 'haskell-regex-pcre' 'haskell-safe' 
'haskell-text'
  'haskell-utf8-string')
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
-system-pcre.patch)
-md5sums=('7681c510ab20d79a32a0a54479a2325c'
- '5971978a26d8133df62b803bd67a70b6')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a8085830514b72c58973fe748ca82f2a69fe756e5db065b0b076943e474de6ada127a6980631a269e3e498abdbe81b58a701d5820e18f91051b272a4286366d6')
 
-prepare() {
+build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-patch -p1 -i ../system-pcre.patch
-}
 
-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 \
@@ -39,7 +33,7 @@
 
 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}"

Deleted: system-pcre.patch
===
--- system-pcre.patch   2017-11-03 10:07:09 UTC (rev 265293)
+++ system-pcre.patch   2017-11-03 10:10:35 UTC (rev 265294)
@@ -1,57 +0,0 @@
-commit 5fbf9b74c1d34a395a99e61349e3f5f8af0f6140
-Author: Felix Yan 
-Date:   Mon Feb 6 11:44:37 2017 +0800
-
-Add a flag to build with system pcre
-
-diff --git a/skylighting.cabal b/skylighting.cabal
-index 83d39aa..f5684bf 100644
 a/skylighting.cabal
-+++ b/skylighting.cabal
-@@ -228,7 +228,6 @@ library
-mtl,
-text,
-bytestring,
--   regex-pcre-builtin,
-directory,
-filepath,
-aeson,
-@@ -238,6 +237,10 @@ library
-safe,
-blaze-html >= 0.5,
-containers
-+  if flag(system-pcre)
-+build-depends: regex-pcre
-+  else
-+build-depends: regex-pcre-builtin
-   hs-source-dirs:  src
-   if impl(ghc < 7.10)
-  hs-source-dirs:   prelude
-@@ -255,12 +258,15 @@ Flag executable
-   Description:   Build skylighting CLI tool
-   Default:   False
- 
-+Flag system-pcre
-+  Description:   Use regex-pcre instead of regex-pcre-builtin
-+  Default:   False
-+
- executable skylighting-extract
-   build-depends:   base >= 4.7 && < 5.0,
-filepath,
-bytestring,
-text,
--   regex-pcre-builtin,
-safe,
-hxt,
-utf8-string,
-@@ -269,6 +275,10 @@ executable skylighting-extract
-pretty-show,
-containers,
-directory
-+  if flag(system-pcre)
-+build-depends: regex-pcre
-+  else
-+build-depends: regex-pcre-builtin
-   hs-source-dirs:  bin, src
-   if impl(ghc < 7.10)
-  hs-source-dirs:   prelude


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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 10:11:20
  Author: felixonmars
Revision: 265295

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-skylighting/repos/community-staging-i686/
  haskell-skylighting/repos/community-staging-i686/PKGBUILD
(from rev 265294, haskell-skylighting/trunk/PKGBUILD)
  haskell-skylighting/repos/community-staging-x86_64/
  haskell-skylighting/repos/community-staging-x86_64/PKGBUILD
(from rev 265294, haskell-skylighting/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: haskell-skylighting/repos/community-staging-i686/PKGBUILD (from rev 
265294, haskell-skylighting/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-03 10:11:20 UTC (rev 265295)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting
+pkgname=haskell-skylighting
+pkgver=0.4.3
+pkgrel=1
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-hxt' 
'haskell-mtl'
+ 'haskell-pretty-show' 'haskell-regex-pcre' 'haskell-safe' 
'haskell-text'
+ 'haskell-utf8-string')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a8085830514b72c58973fe748ca82f2a69fe756e5db065b0b076943e474de6ada127a6980631a269e3e498abdbe81b58a701d5820e18f91051b272a4286366d6')
+
+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 \
+-fsystem-pcre
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-skylighting/repos/community-staging-x86_64/PKGBUILD (from rev 
265294, haskell-skylighting/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-03 10:11:20 UTC (rev 265295)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting
+pkgname=haskell-skylighting
+pkgver=0.4.3
+pkgrel=1
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-hxt' 
'haskell-mtl'
+ 'haskell-pretty-show' 'haskell-regex-pcre' 'haskell-safe' 
'haskell-text'
+ 'haskell-utf8-string')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a8085830514b72c58973fe748ca82f2a69fe756e5db065b0b076943e474de6ada127a6980631a269e3e498abdbe81b58a701d5820e18f91051b272a4286366d6')
+
+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 \
+-fsystem-pcre
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 10:07:09
  Author: felixonmars
Revision: 265293

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-hslua/repos/community-staging-i686/
  haskell-hslua/repos/community-staging-i686/PKGBUILD
(from rev 265292, haskell-hslua/trunk/PKGBUILD)
  haskell-hslua/repos/community-staging-x86_64/
  haskell-hslua/repos/community-staging-x86_64/PKGBUILD
(from rev 265292, haskell-hslua/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: haskell-hslua/repos/community-staging-i686/PKGBUILD (from rev 265292, 
haskell-hslua/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-03 10:07:09 UTC (rev 265293)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hslua
+pkgname=haskell-hslua
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="A Lua language interpreter embedding in Haskell"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'lua' 'haskell-exceptions' 'haskell-mtl' 'haskell-text')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('023bec4d9850525d7b367cad2917cbb5dad23d4509e29130e1a646def3ff718064b8d5fc7e566db8c86b4c054d5c9f6e794522b7680eb2010b736b1f81abb887')
+
+prepare() {
+sed -e '/, fail/d' \
+-e 's/pkgconfig-depends: lua5.3/pkgconfig-depends: lua53/' \
+-i $_hkgname-$pkgver/$_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}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-luajit -f-apicheck -fsystem-lua -f-lua_32bits -fallow-unsafe-gc 
-fexport-dynamic -f-lua501 -f-lua502 -fuse-pkgconfig
+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 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}

Copied: haskell-hslua/repos/community-staging-x86_64/PKGBUILD (from rev 265292, 
haskell-hslua/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-03 10:07:09 UTC (rev 265293)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hslua
+pkgname=haskell-hslua
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="A Lua language interpreter embedding in Haskell"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'lua' 'haskell-exceptions' 'haskell-mtl' 'haskell-text')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('023bec4d9850525d7b367cad2917cbb5dad23d4509e29130e1a646def3ff718064b8d5fc7e566db8c86b4c054d5c9f6e794522b7680eb2010b736b1f81abb887')
+
+prepare() {
+sed -e '/, fail/d' \
+-e 's/pkgconfig-depends: lua5.3/pkgconfig-depends: lua53/' \
+-i $_hkgname-$pkgver/$_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}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-luajit -f-apicheck -fsystem-lua -f-lua_32bits -fallow-unsafe-gc 
-fexport-dynamic -f-lua501 -f-lua502 -fuse-pkgconfig
+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 

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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 10:06:39
  Author: felixonmars
Revision: 265292

upgpkg: haskell-hslua 0.9.2-1

rebuild with pandoc,2.0.1 doctemplates,0.2.1 hslua,0.9.2 skylighting,0.4.3 
cmark-gfm,0.1.3

Modified:
  haskell-hslua/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 10:01:59 UTC (rev 265291)
+++ PKGBUILD2017-11-03 10:06:39 UTC (rev 265292)
@@ -4,24 +4,30 @@
 
 _hkgname=hslua
 pkgname=haskell-hslua
-pkgver=0.4.1
-pkgrel=6
+pkgver=0.9.2
+pkgrel=1
 pkgdesc="A Lua language interpreter embedding in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=('ghc-libs')
+depends=('ghc-libs' 'lua' 'haskell-exceptions' 'haskell-mtl' 'haskell-text')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('fd2bdab758b0ab56e8ca03c022aa16b6e2677fa45f34c60f901d7a545d4b78cc5f32e62504fe64c680c0c55cd69b9718bc91e1541029446b05f092c86611b338')
+sha512sums=('023bec4d9850525d7b367cad2917cbb5dad23d4509e29130e1a646def3ff718064b8d5fc7e566db8c86b4c054d5c9f6e794522b7680eb2010b736b1f81abb887')
 
+prepare() {
+sed -e '/, fail/d' \
+-e 's/pkgconfig-depends: lua5.3/pkgconfig-depends: lua53/' \
+-i $_hkgname-$pkgver/$_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}" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-luajit -f-apicheck -f-system-lua
+-f-luajit -f-apicheck -fsystem-lua -f-lua_32bits -fallow-unsafe-gc 
-fexport-dynamic -f-lua501 -f-lua502 -fuse-pkgconfig
 runhaskell Setup build
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
@@ -31,7 +37,7 @@
 
 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}"


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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 10:01:59
  Author: felixonmars
Revision: 265291

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-doctemplates/repos/community-staging-i686/
  haskell-doctemplates/repos/community-staging-i686/PKGBUILD
(from rev 265290, haskell-doctemplates/trunk/PKGBUILD)
  haskell-doctemplates/repos/community-staging-x86_64/
  haskell-doctemplates/repos/community-staging-x86_64/PKGBUILD
(from rev 265290, haskell-doctemplates/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: haskell-doctemplates/repos/community-staging-i686/PKGBUILD (from rev 
265290, haskell-doctemplates/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-11-03 10:01:59 UTC (rev 265291)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=doctemplates
+pkgname=haskell-doctemplates
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Pandoc-style document templates"
+url="https://github.com/jgm/doctemplates;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-blaze-markup" 
"haskell-blaze-html" "haskell-parsec"
+ "haskell-scientific" "haskell-text" "haskell-unordered-containers" 
"haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f6040932fe616412c999dd2c0d186b29c457258dc58bd3c319a39033f606fa68e756eae2be3f29951abd72f2f4eeb37a4b38004c7a6b1ae2c5b2dfd098bc9110')
+
+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" \
+--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"
+}

Copied: haskell-doctemplates/repos/community-staging-x86_64/PKGBUILD (from rev 
265290, haskell-doctemplates/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-03 10:01:59 UTC (rev 265291)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=doctemplates
+pkgname=haskell-doctemplates
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Pandoc-style document templates"
+url="https://github.com/jgm/doctemplates;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-blaze-markup" 
"haskell-blaze-html" "haskell-parsec"
+ "haskell-scientific" "haskell-text" "haskell-unordered-containers" 
"haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f6040932fe616412c999dd2c0d186b29c457258dc58bd3c319a39033f606fa68e756eae2be3f29951abd72f2f4eeb37a4b38004c7a6b1ae2c5b2dfd098bc9110')
+
+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" \
+--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 

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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 10:01:29
  Author: felixonmars
Revision: 265290

upgpkg: haskell-doctemplates 0.2.1-1

rebuild with pandoc,2.0.1 doctemplates,0.2.1 hslua,0.9.2 skylighting,0.4.3 
cmark-gfm,0.1.3

Modified:
  haskell-doctemplates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 09:56:30 UTC (rev 265289)
+++ PKGBUILD2017-11-03 10:01:29 UTC (rev 265290)
@@ -3,8 +3,8 @@
 
 _hkgname=doctemplates
 pkgname=haskell-doctemplates
-pkgver=0.1.0.2
-pkgrel=33
+pkgver=0.2.1
+pkgrel=1
 pkgdesc="Pandoc-style document templates"
 url="https://github.com/jgm/doctemplates;
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
  "haskell-scientific" "haskell-text" "haskell-unordered-containers" 
"haskell-vector")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('b752f52350daaa9bcf261a1f1af5852f75572093c3d0cdeb4822282fb3a18a6b')
+sha512sums=('f6040932fe616412c999dd2c0d186b29c457258dc58bd3c319a39033f606fa68e756eae2be3f29951abd72f2f4eeb37a4b38004c7a6b1ae2c5b2dfd098bc9110')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in haskell-cmark-gfm/repos (4 files)

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 09:56:30
  Author: felixonmars
Revision: 265289

archrelease: copy trunk to community-i686, community-x86_64

Added:
  haskell-cmark-gfm/repos/community-i686/
  haskell-cmark-gfm/repos/community-i686/PKGBUILD
(from rev 265288, haskell-cmark-gfm/trunk/PKGBUILD)
  haskell-cmark-gfm/repos/community-x86_64/
  haskell-cmark-gfm/repos/community-x86_64/PKGBUILD
(from rev 265288, haskell-cmark-gfm/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   47 
 community-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: haskell-cmark-gfm/repos/community-i686/PKGBUILD (from rev 265288, 
haskell-cmark-gfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 09:56:30 UTC (rev 265289)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cmark-gfm
+pkgname=haskell-cmark-gfm
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="Fast, accurate GitHub Flavored Markdown parser and renderer"
+url="https://github.com/kivikakk/cmark-gfm-hs;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-text') # 'cmark-gfm'
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c12b533c377a7433e78acb39d0ec743e6c2b341f25e6c6722cfb543297b2a4c936c8d2dd5ef878e931bdb829b4a556ef630854c3dad442b5f464e91fbe6ed9c0')
+
+prepare() {
+# Disabled system cmark-gfm completely because the header files are 
unusable: https://github.com/github/cmark/issues/62
+# Cabal errors due to the strange version 
https://github.com/haskell/cabal/issues/4860
+# sed -i 's/pkgconfig-depends: libcmark-gfm/Extra-Libraries: cmark-gfm/' 
$_hkgname-$pkgver/$_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}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-pkgconfig
+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"
+}

Copied: haskell-cmark-gfm/repos/community-x86_64/PKGBUILD (from rev 265288, 
haskell-cmark-gfm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-03 09:56:30 UTC (rev 265289)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cmark-gfm
+pkgname=haskell-cmark-gfm
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="Fast, accurate GitHub Flavored Markdown parser and renderer"
+url="https://github.com/kivikakk/cmark-gfm-hs;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-text') # 'cmark-gfm'
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c12b533c377a7433e78acb39d0ec743e6c2b341f25e6c6722cfb543297b2a4c936c8d2dd5ef878e931bdb829b4a556ef630854c3dad442b5f464e91fbe6ed9c0')
+
+prepare() {
+# Disabled system cmark-gfm completely because the header files are 
unusable: https://github.com/github/cmark/issues/62
+# Cabal errors due to the strange version 
https://github.com/haskell/cabal/issues/4860
+# sed -i 's/pkgconfig-depends: libcmark-gfm/Extra-Libraries: cmark-gfm/' 
$_hkgname-$pkgver/$_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}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-pkgconfig
+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 

[arch-commits] Commit in (4 files)

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 09:55:53
  Author: felixonmars
Revision: 265288

addpkg: haskell-cmark-gfm 0.1.3-1

Added:
  haskell-cmark-gfm/
  haskell-cmark-gfm/repos/
  haskell-cmark-gfm/trunk/
  haskell-cmark-gfm/trunk/PKGBUILD

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

Added: haskell-cmark-gfm/trunk/PKGBUILD
===
--- haskell-cmark-gfm/trunk/PKGBUILD(rev 0)
+++ haskell-cmark-gfm/trunk/PKGBUILD2017-11-03 09:55:53 UTC (rev 265288)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cmark-gfm
+pkgname=haskell-cmark-gfm
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="Fast, accurate GitHub Flavored Markdown parser and renderer"
+url="https://github.com/kivikakk/cmark-gfm-hs;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-text') # 'cmark-gfm'
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c12b533c377a7433e78acb39d0ec743e6c2b341f25e6c6722cfb543297b2a4c936c8d2dd5ef878e931bdb829b4a556ef630854c3dad442b5f464e91fbe6ed9c0')
+
+prepare() {
+# Disabled system cmark-gfm completely because the header files are 
unusable: https://github.com/github/cmark/issues/62
+# Cabal errors due to the strange version 
https://github.com/haskell/cabal/issues/4860
+# sed -i 's/pkgconfig-depends: libcmark-gfm/Extra-Libraries: cmark-gfm/' 
$_hkgname-$pkgver/$_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}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-pkgconfig
+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"
+}


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


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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 09:11:22
  Author: felixonmars
Revision: 265281

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cmark-gfm/repos/community-i686/PKGBUILD
(from rev 265280, cmark-gfm/trunk/PKGBUILD)
  cmark-gfm/repos/community-x86_64/PKGBUILD
(from rev 265280, cmark-gfm/trunk/PKGBUILD)
Deleted:
  cmark-gfm/repos/community-i686/PKGBUILD
  cmark-gfm/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 09:09:38 UTC (rev 265280)
+++ community-i686/PKGBUILD 2017-11-03 09:11:22 UTC (rev 265281)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Veeti Paananen 
-
-pkgname=cmark
-pkgver=0.28.0.gfm.11
-pkgrel=1
-pkgdesc="GitHub's fork of cmark, a CommonMark parsing and rendering library 
and program in C"
-arch=('i686' 'x86_64')
-url="https://github.com/github/cmark;
-license=('custom:BSD2')
-depends=('glibc')
-makedepends=('cmake' 'python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/github/cmark/archive/$pkgver.tar.gz;)
-sha512sums=('5c67752fec5a0bad5c95691de680f36dfd4d35705b44f506669dfdcace338372613683268a6aaabc5b4a20153c22c1ae74a8757034a5aafead6aa13067cc2c1f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
../cmark-$pkgver
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make install DESTDIR="$pkgdir"
-
-  install -D -m 644 "$srcdir"/cmark-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: cmark-gfm/repos/community-i686/PKGBUILD (from rev 265280, 
cmark-gfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 09:11:22 UTC (rev 265281)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Veeti Paananen 
+
+pkgname=cmark-gfm
+pkgver=0.28.0.gfm.11
+pkgrel=1
+pkgdesc="GitHub's fork of cmark, a CommonMark parsing and rendering library 
and program in C"
+arch=('i686' 'x86_64')
+url="https://github.com/github/cmark;
+license=('custom:BSD2')
+depends=('glibc')
+makedepends=('cmake' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/github/cmark/archive/$pkgver.tar.gz;)
+sha512sums=('5c67752fec5a0bad5c95691de680f36dfd4d35705b44f506669dfdcace338372613683268a6aaabc5b4a20153c22c1ae74a8757034a5aafead6aa13067cc2c1f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
../cmark-$pkgver
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make install DESTDIR="$pkgdir"
+
+  install -D -m 644 "$srcdir"/cmark-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-03 09:09:38 UTC (rev 265280)
+++ community-x86_64/PKGBUILD   2017-11-03 09:11:22 UTC (rev 265281)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Veeti Paananen 
-
-pkgname=cmark
-pkgver=0.28.0.gfm.11
-pkgrel=1
-pkgdesc="GitHub's fork of cmark, a CommonMark parsing and rendering library 
and program in C"
-arch=('i686' 'x86_64')
-url="https://github.com/github/cmark;
-license=('custom:BSD2')
-depends=('glibc')
-makedepends=('cmake' 'python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/github/cmark/archive/$pkgver.tar.gz;)
-sha512sums=('5c67752fec5a0bad5c95691de680f36dfd4d35705b44f506669dfdcace338372613683268a6aaabc5b4a20153c22c1ae74a8757034a5aafead6aa13067cc2c1f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
../cmark-$pkgver
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make install DESTDIR="$pkgdir"
-
-  install -D -m 644 "$srcdir"/cmark-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: cmark-gfm/repos/community-x86_64/PKGBUILD (from rev 265280, 
cmark-gfm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-03 09:11:22 UTC (rev 265281)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Veeti Paananen 
+

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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 09:09:38
  Author: felixonmars
Revision: 265280

upgpkg: cmark-gfm 0.28.0.gfm.11-1

Modified:
  cmark-gfm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 09:08:39 UTC (rev 265279)
+++ PKGBUILD2017-11-03 09:09:38 UTC (rev 265280)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 # Contributor: Veeti Paananen 
 
-pkgname=cmark
+pkgname=cmark-gfm
 pkgver=0.28.0.gfm.11
 pkgrel=1
 pkgdesc="GitHub's fork of cmark, a CommonMark parsing and rendering library 
and program in C"


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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 09:08:39
  Author: felixonmars
Revision: 265279

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cmark-gfm/repos/community-i686/
  cmark-gfm/repos/community-i686/PKGBUILD
(from rev 265278, cmark-gfm/trunk/PKGBUILD)
  cmark-gfm/repos/community-x86_64/
  cmark-gfm/repos/community-x86_64/PKGBUILD
(from rev 265278, cmark-gfm/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   37 +
 community-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: cmark-gfm/repos/community-i686/PKGBUILD (from rev 265278, 
cmark-gfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 09:08:39 UTC (rev 265279)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Veeti Paananen 
+
+pkgname=cmark
+pkgver=0.28.0.gfm.11
+pkgrel=1
+pkgdesc="GitHub's fork of cmark, a CommonMark parsing and rendering library 
and program in C"
+arch=('i686' 'x86_64')
+url="https://github.com/github/cmark;
+license=('custom:BSD2')
+depends=('glibc')
+makedepends=('cmake' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/github/cmark/archive/$pkgver.tar.gz;)
+sha512sums=('5c67752fec5a0bad5c95691de680f36dfd4d35705b44f506669dfdcace338372613683268a6aaabc5b4a20153c22c1ae74a8757034a5aafead6aa13067cc2c1f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
../cmark-$pkgver
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make install DESTDIR="$pkgdir"
+
+  install -D -m 644 "$srcdir"/cmark-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Copied: cmark-gfm/repos/community-x86_64/PKGBUILD (from rev 265278, 
cmark-gfm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-03 09:08:39 UTC (rev 265279)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Veeti Paananen 
+
+pkgname=cmark
+pkgver=0.28.0.gfm.11
+pkgrel=1
+pkgdesc="GitHub's fork of cmark, a CommonMark parsing and rendering library 
and program in C"
+arch=('i686' 'x86_64')
+url="https://github.com/github/cmark;
+license=('custom:BSD2')
+depends=('glibc')
+makedepends=('cmake' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/github/cmark/archive/$pkgver.tar.gz;)
+sha512sums=('5c67752fec5a0bad5c95691de680f36dfd4d35705b44f506669dfdcace338372613683268a6aaabc5b4a20153c22c1ae74a8757034a5aafead6aa13067cc2c1f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
../cmark-$pkgver
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make install DESTDIR="$pkgdir"
+
+  install -D -m 644 "$srcdir"/cmark-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


[arch-commits] Commit in (4 files)

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 09:08:06
  Author: felixonmars
Revision: 265278

addpkg: cmark 0.28.0.gfm.11-1

Added:
  cmark-gfm/
  cmark-gfm/repos/
  cmark-gfm/trunk/
  cmark-gfm/trunk/PKGBUILD

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

Added: cmark-gfm/trunk/PKGBUILD
===
--- cmark-gfm/trunk/PKGBUILD(rev 0)
+++ cmark-gfm/trunk/PKGBUILD2017-11-03 09:08:06 UTC (rev 265278)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Veeti Paananen 
+
+pkgname=cmark
+pkgver=0.28.0.gfm.11
+pkgrel=1
+pkgdesc="GitHub's fork of cmark, a CommonMark parsing and rendering library 
and program in C"
+arch=('i686' 'x86_64')
+url="https://github.com/github/cmark;
+license=('custom:BSD2')
+depends=('glibc')
+makedepends=('cmake' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/github/cmark/archive/$pkgver.tar.gz;)
+sha512sums=('5c67752fec5a0bad5c95691de680f36dfd4d35705b44f506669dfdcace338372613683268a6aaabc5b4a20153c22c1ae74a8757034a5aafead6aa13067cc2c1f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
../cmark-$pkgver
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make install DESTDIR="$pkgdir"
+
+  install -D -m 644 "$srcdir"/cmark-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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


  1   2   >