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

2018-11-26 Thread Felix Yan via arch-commits
Date: Tuesday, November 27, 2018 @ 06:59:56
  Author: felixonmars
Revision: 409907

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-27 06:59:38 UTC (rev 409906)
+++ PKGBUILD2018-11-27 06:59:56 UTC (rev 409907)
@@ -1,59 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-
-pkgbase=python-mongoengine
-pkgname=(python-mongoengine python2-mongoengine)
-pkgver=0.16.1
-pkgrel=1
-pkgdesc="A Python Object-Document-Mapper for working with MongoDB"
-url="https://github.com/MongoEngine/mongoengine;
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pymongo' 
'python2-pymongo')
-checkdepends=('python-nose' 'python2-nose' 'python-coverage' 'python2-coverage'
-  'python-blinker' 'python2-blinker' 'python-pillow' 
'python2-pillow' 'pifpaf' 'mongodb'
-  'python-mongomock' 'python2-mongomock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/MongoEngine/mongoengine/archive/v$pkgver.tar.gz;)
-sha512sums=('fce9e519c3a962852f12f017ce91fba99b9d4fbc4fb9e282b33f8663d132c5ae988f70193e979eea17849313fd886fbfa57e54a94e394fafa3bddd6b3631f838')
-
-prepare() {
-  sed -i 's/coverage==/coverage>=/' mongoengine-$pkgver/setup.py
-  cp -a mongoengine-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/mongoengine-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/mongoengine-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/mongoengine-$pkgver
-  pifpaf run mongodb --port 27017 python setup.py nosetests || warning "Tests 
failed"
-
-  cd "$srcdir"/mongoengine-$pkgver-py2
-  pifpaf run mongodb --port 27017 python2 setup.py nosetests || warning "Tests 
failed"
-}
-
-package_python-mongoengine() {
-  depends=('python-pymongo' 'python-six')
-  optdepends=('python-dateutil: for DateTimeField'
-  'python-pillow: for ImageField / ImageGridFsProxy')
-
-  cd mongoengine-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mongoengine() {
-  depends=('python2-pymongo' 'python2-six')
-  optdepends=('python2-dateutil: for DateTimeField'
-  'python2-pillow: for ImageField / ImageGridFsProxy')
-
-  cd mongoengine-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-mongoengine/repos/community-any/PKGBUILD (from rev 409906, 
python-mongoengine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-27 06:59:56 UTC (rev 409907)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-mongoengine
+pkgname=(python-mongoengine python2-mongoengine)
+pkgver=0.16.2
+pkgrel=1
+pkgdesc="A Python Object-Document-Mapper for working with MongoDB"
+url="https://github.com/MongoEngine/mongoengine;
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pymongo' 
'python2-pymongo')
+checkdepends=('python-nose' 'python2-nose' 'python-coverage' 'python2-coverage'
+  'python-blinker' 'python2-blinker' 'python-pillow' 
'python2-pillow' 'pifpaf' 'mongodb'
+  'python-mongomock' 'python2-mongomock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/MongoEngine/mongoengine/archive/v$pkgver.tar.gz;)
+sha512sums=('234ba58aaf5442f84018137227791bc3834c37f92a3371ab389c7ddc8e493181ab461a72b097730bec1a11747288301fe48d5d3ef024d64a80eb7f0bc94ac4ed')
+
+prepare() {
+  sed -i 's/coverage==/coverage>=/' mongoengine-$pkgver/setup.py
+  cp -a mongoengine-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/mongoengine-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/mongoengine-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/mongoengine-$pkgver
+  pifpaf run mongodb --port 27017 python setup.py nosetests || warning "Tests 
failed"
+
+  cd "$srcdir"/mongoengine-$pkgver-py2
+  pifpaf run mongodb --port 27017 python2 setup.py nosetests || warning "Tests 
failed"
+}
+
+package_python-mongoengine() {
+  depends=('python-pymongo' 'python-six')
+  optdepends=('python-dateutil: for DateTimeField'
+  'python-pillow: for ImageField / ImageGridFsProxy')
+
+  cd mongoengine-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mongoengine() {
+  

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

2018-11-26 Thread Felix Yan via arch-commits
Date: Tuesday, November 27, 2018 @ 06:59:38
  Author: felixonmars
Revision: 409906

upgpkg: python-mongoengine 0.16.2-1

Modified:
  python-mongoengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-27 01:29:57 UTC (rev 409905)
+++ PKGBUILD2018-11-27 06:59:38 UTC (rev 409906)
@@ -4,7 +4,7 @@
 
 pkgbase=python-mongoengine
 pkgname=(python-mongoengine python2-mongoengine)
-pkgver=0.16.1
+pkgver=0.16.2
 pkgrel=1
 pkgdesc="A Python Object-Document-Mapper for working with MongoDB"
 url="https://github.com/MongoEngine/mongoengine;
@@ -15,7 +15,7 @@
   'python-blinker' 'python2-blinker' 'python-pillow' 
'python2-pillow' 'pifpaf' 'mongodb'
   'python-mongomock' 'python2-mongomock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/MongoEngine/mongoengine/archive/v$pkgver.tar.gz;)
-sha512sums=('fce9e519c3a962852f12f017ce91fba99b9d4fbc4fb9e282b33f8663d132c5ae988f70193e979eea17849313fd886fbfa57e54a94e394fafa3bddd6b3631f838')
+sha512sums=('234ba58aaf5442f84018137227791bc3834c37f92a3371ab389c7ddc8e493181ab461a72b097730bec1a11747288301fe48d5d3ef024d64a80eb7f0bc94ac4ed')
 
 prepare() {
   sed -i 's/coverage==/coverage>=/' mongoengine-$pkgver/setup.py


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

2018-11-26 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, November 27, 2018 @ 01:29:57
  Author: sangy
Revision: 409905

archrelease: copy trunk to community-testing-x86_64

Added:
  python-pyopencl/repos/community-testing-x86_64/
  python-pyopencl/repos/community-testing-x86_64/LICENSE.txt
(from rev 409904, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-testing-x86_64/PKGBUILD
(from rev 409904, python-pyopencl/trunk/PKGBUILD)

-+
 LICENSE.txt |   20 
 PKGBUILD|   71 ++
 2 files changed, 91 insertions(+)

Copied: python-pyopencl/repos/community-testing-x86_64/LICENSE.txt (from rev 
409904, python-pyopencl/trunk/LICENSE.txt)
===
--- community-testing-x86_64/LICENSE.txt(rev 0)
+++ community-testing-x86_64/LICENSE.txt2018-11-27 01:29:57 UTC (rev 
409905)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-testing-x86_64/PKGBUILD (from rev 
409904, python-pyopencl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-11-27 01:29:57 UTC (rev 409905)
@@ -0,0 +1,71 @@
+# Maintianer: Santiago Torres-Arias 
+# Contributor: Stéphane Gaudreault 
+
+_pypiname=pyopencl
+pkgbase=python-pyopencl
+pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
+pkgver=2018.2
+pkgrel=1
+epoch=1
+pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
+arch=('x86_64')
+url="https://mathema.tician.de/software/pyopencl;
+license=('MIT' 'Apache' 'BSD')
+depends=('opencl-icd-loader' 'opencl-headers' 'mesa' 'boost-libs')
+makedepends=('ctags' 'boost' 'python-setuptools' 'python2-setuptools' 
'python-mako' 'python2-mako'
+ 'python-numpy' 'python2-numpy' 'python-cffi' 'python2-cffi' 'git' 
'pybind11')
+ checkdepends=('python-six' 'python2-six' 'python-appdirs' 'python2-appdirs')
+source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver};)
+validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke
+sha1sums=('SKIP')
+
+build() {
+# we use git clone here to ensure the submodules intialize properly
+# FIXME: I could do something more thorough later down the line
+git clone pyopencl{,-python2}
+ 
+cd "pyopencl"
+python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python3
+make
+ 
+cd "${srcdir}/pyopencl-python2"
+python2 ./configure.py  --python-exe=python2 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python
+make
+}
+
+check(){
+cd pyopencl
+make tests
+
+cd "$srcdir/pyopencl-python2"
+make tests
+}
+
+package_python-pyopencl() {
+depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 'python-setuptools' 'python-cffi')
+
+cd pyopencl
+python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+rm -fr "${pkgdir}"/usr/include
+
+install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyopencl() {
+depends+=('python2' 'python2-numpy' 'python2-mako' 'python2-pytools' 
'pyopencl-headers' 'python2-setuptools' 'python2-cffi')
+
+cd pyopencl-python2
+python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+rm -fr "${pkgdir}/usr/include/"
+
+install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_pyopencl-headers() {
+cd pyopencl
+ 
+install -Dm644 pyopencl/cl/*.cl -t "${pkgdir}"/usr/include/pyopencl 
+install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-11-26 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, November 27, 2018 @ 01:29:09
  Author: sangy
Revision: 409904

upgpkg: python-pyopencl 1:2018.2-1

upgpkg 1:2018.2-1, PKGBUILD cleanups and enable test suite

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 23:22:20 UTC (rev 409903)
+++ PKGBUILD2018-11-27 01:29:09 UTC (rev 409904)
@@ -1,11 +1,11 @@
-# Maintianer:
+# Maintianer: Santiago Torres-Arias 
 # Contributor: Stéphane Gaudreault 
 
 _pypiname=pyopencl
 pkgbase=python-pyopencl
 pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2018.1.1
-pkgrel=3
+pkgver=2018.2
+pkgrel=1
 epoch=1
 pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
 arch=('x86_64')
@@ -13,59 +13,59 @@
 license=('MIT' 'Apache' 'BSD')
 depends=('opencl-icd-loader' 'opencl-headers' 'mesa' 'boost-libs')
 makedepends=('ctags' 'boost' 'python-setuptools' 'python2-setuptools' 
'python-mako' 'python2-mako'
- 'python-numpy' 'python2-numpy' 'python-cffi' 'python2-cffi')
-checkdepends=('python-six' 'python2-six' 'python-appdirs' 'python2-appdirs')
-source=("https://pypi.io/packages/source/p/$_pypiname/$_pypiname-${pkgver}.tar.gz;)
-sha1sums=('40d036172fd4367a0243356a617c5f91bee1f3cc')
+ 'python-numpy' 'python2-numpy' 'python-cffi' 'python2-cffi' 'git' 
'pybind11')
+ checkdepends=('python-six' 'python2-six' 'python-appdirs' 'python2-appdirs')
+source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver};)
+validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke
+sha1sums=('SKIP')
 
 build() {
-   cp -a pyopencl-$pkgver{,-python2}
+# we use git clone here to ensure the submodules intialize properly
+# FIXME: I could do something more thorough later down the line
+git clone pyopencl{,-python2}
+ 
+cd "pyopencl"
+python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python3
+make
+ 
+cd "${srcdir}/pyopencl-python2"
+python2 ./configure.py  --python-exe=python2 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python
+make
+}
 
-   cd pyopencl-${pkgver}
-   python3 ./configure.py --cl-enable-gl --python-exe=python3 
--cl-pretend-version=1.2 # --boost-python-libname=boost_python3
-   make
+check(){
+cd pyopencl
+make tests
 
-   cd "$srcdir/pyopencl-$pkgver-python2"
-   python2 ./configure.py --cl-enable-gl --python-exe=python2 
--cl-pretend-version=1.2 # --boost-python-libname=boost_python
-   make
+cd "$srcdir/pyopencl-python2"
+make tests
 }
 
-#check(){
-#   cd pyopencl-${pkgver}
-#   python3 setup.py test
-#
-#   cd "$srcdir/pyopencl-$pkgver-python2"
-#   python2 setup.py test
-#}
-
 package_python-pyopencl() {
-   depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 'python-setuptools' 'python-cffi')
+depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 'python-setuptools' 'python-cffi')
 
-   cd pyopencl-${pkgver}
-   python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+cd pyopencl
+python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
 
-   rm -fr "${pkgdir}"/usr/include
+rm -fr "${pkgdir}"/usr/include
 
-   install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
 
 package_python2-pyopencl() {
-   depends+=('python2' 'python2-numpy' 'python2-mako' 'python2-pytools' 
'pyopencl-headers' 'python2-setuptools' 'python2-cffi')
+depends+=('python2' 'python2-numpy' 'python2-mako' 'python2-pytools' 
'pyopencl-headers' 'python2-setuptools' 'python2-cffi')
 
-   cd pyopencl-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+cd pyopencl-python2
+python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
 
-rm -fr "${pkgdir}"/usr/include/
+rm -fr "${pkgdir}/usr/include/"
 
-   install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
 
 package_pyopencl-headers() {
-   cd pyopencl-${pkgver}
-   install -dm755 "${pkgdir}"/usr/include/pyopencl
-
-  for file in pyopencl-airy.cl  pyopencl-bessel-j.cl  pyopencl-bessel-y.cl  
pyopencl-complex.h  pyopencl-eval-tbl.cl  pyopencl-ranluxcl.cl; do
-  install -m644 pyopencl/cl/${file} "${pkgdir}"/usr/include/pyopencl
-   done
-   install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+cd pyopencl
+ 
+install -Dm644 pyopencl/cl/*.cl -t "${pkgdir}"/usr/include/pyopencl 
+install -D -m644 LICENSE 

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

2018-11-26 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, November 26, 2018 @ 23:22:20
  Author: yan12125
Revision: 409903

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 23:22:06 UTC (rev 409902)
+++ PKGBUILD2018-11-26 23:22:20 UTC (rev 409903)
@@ -1,31 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-jsondiff
-_pkgname=jsondiff
-pkgver=1.1.2
-pkgrel=2
-pkgdesc='Diff JSON and JSON-like structures in Python'
-arch=(any)
-url='https://github.com/ZoomerAnalytics/jsondiff'
-license=(MIT)
-depends=(python-setuptools)
-checkdepends=(python-nose python-nose-random)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/ZoomerAnalytics/jsondiff/archive/$pkgver.tar.gz;)
-sha256sums=('8e5edaa604c4a96d9ffe7fea6f39ec91bdddaee78fae7c6ff91cbb8e105b70c1')
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  nosetests -v tests
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-jsondiff/repos/community-any/PKGBUILD (from rev 409902, 
python-jsondiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 23:22:20 UTC (rev 409903)
@@ -0,0 +1,33 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Guillaume Horel 
+
+pkgname=python-jsondiff
+_pkgname=jsondiff
+pkgver=1.1.2
+pkgrel=3
+pkgdesc='Diff JSON and JSON-like structures in Python'
+arch=(any)
+url='https://github.com/ZoomerAnalytics/jsondiff'
+license=(MIT)
+depends=(python-setuptools)
+checkdepends=(python-nose python-nose-random)
+# Both installs /usr/bin/jsondiff
+conflicts=(python-jsonpatch)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/ZoomerAnalytics/jsondiff/archive/$pkgver.tar.gz;)
+sha256sums=('8e5edaa604c4a96d9ffe7fea6f39ec91bdddaee78fae7c6ff91cbb8e105b70c1')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  nosetests -v tests
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2018-11-26 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, November 26, 2018 @ 23:22:06
  Author: yan12125
Revision: 409902

upgpkg: python-jsondiff 1.1.2-3

FS#60911

Modified:
  python-jsondiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 23:06:21 UTC (rev 409901)
+++ PKGBUILD2018-11-26 23:22:06 UTC (rev 409902)
@@ -4,7 +4,7 @@
 pkgname=python-jsondiff
 _pkgname=jsondiff
 pkgver=1.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Diff JSON and JSON-like structures in Python'
 arch=(any)
 url='https://github.com/ZoomerAnalytics/jsondiff'
@@ -11,6 +11,8 @@
 license=(MIT)
 depends=(python-setuptools)
 checkdepends=(python-nose python-nose-random)
+# Both installs /usr/bin/jsondiff
+conflicts=(python-jsonpatch)
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/ZoomerAnalytics/jsondiff/archive/$pkgver.tar.gz;)
 sha256sums=('8e5edaa604c4a96d9ffe7fea6f39ec91bdddaee78fae7c6ff91cbb8e105b70c1')
 


[arch-commits] Commit in android-file-transfer/trunk (PKGBUILD)

2018-11-26 Thread Anatol Pomozov via arch-commits
Date: Monday, November 26, 2018 @ 23:05:57
  Author: anatolik
Revision: 409900

upgpkg: android-file-transfer 3.7-1

Modified:
  android-file-transfer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 22:28:23 UTC (rev 409899)
+++ PKGBUILD2018-11-26 23:05:57 UTC (rev 409900)
@@ -2,7 +2,7 @@
 # Contributor: Askhat Bakarov 
 
 pkgname=android-file-transfer
-pkgver=3.6
+pkgver=3.7
 pkgrel=1
 pkgdesc='Android MTP client with minimalistic UI'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(qt5-base fuse2 libxkbcommon-x11 hicolor-icon-theme file)
 makedepends=(cmake)
 
source=(android-file-transfer-$pkgver.tar.gz::https://github.com/whoozle/android-file-transfer-linux/archive/v$pkgver.tar.gz)
-sha256sums=('d3a69d66f285a97c324e3e94e165aabd1e2560d55fe287f427160a383352d98a')
+sha256sums=('fe736cb24a8785ff0236728dc0c3446ba006ae72f7e65ce17dd20dadcaf7f851')
 
 build() {
   cd android-file-transfer-linux-$pkgver


[arch-commits] Commit in android-file-transfer/repos/community-x86_64 (2 files)

2018-11-26 Thread Anatol Pomozov via arch-commits
Date: Monday, November 26, 2018 @ 23:06:21
  Author: anatolik
Revision: 409901

archrelease: copy trunk to community-x86_64

Added:
  android-file-transfer/repos/community-x86_64/PKGBUILD
(from rev 409900, android-file-transfer/trunk/PKGBUILD)
Deleted:
  android-file-transfer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 23:05:57 UTC (rev 409900)
+++ PKGBUILD2018-11-26 23:06:21 UTC (rev 409901)
@@ -1,25 +0,0 @@
-# Contributor: yaroslav 
-# Contributor: Askhat Bakarov 
-
-pkgname=android-file-transfer
-pkgver=3.6
-pkgrel=1
-pkgdesc='Android MTP client with minimalistic UI'
-arch=(x86_64)
-url='https://github.com/whoozle/android-file-transfer-linux'
-license=(GPL3)
-depends=(qt5-base fuse2 libxkbcommon-x11 hicolor-icon-theme file)
-makedepends=(cmake)
-source=(android-file-transfer-$pkgver.tar.gz::https://github.com/whoozle/android-file-transfer-linux/archive/v$pkgver.tar.gz)
-sha256sums=('d3a69d66f285a97c324e3e94e165aabd1e2560d55fe287f427160a383352d98a')
-
-build() {
-  cd android-file-transfer-linux-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd android-file-transfer-linux-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: android-file-transfer/repos/community-x86_64/PKGBUILD (from rev 409900, 
android-file-transfer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 23:06:21 UTC (rev 409901)
@@ -0,0 +1,25 @@
+# Contributor: yaroslav 
+# Contributor: Askhat Bakarov 
+
+pkgname=android-file-transfer
+pkgver=3.7
+pkgrel=1
+pkgdesc='Android MTP client with minimalistic UI'
+arch=(x86_64)
+url='https://github.com/whoozle/android-file-transfer-linux'
+license=(GPL3)
+depends=(qt5-base fuse2 libxkbcommon-x11 hicolor-icon-theme file)
+makedepends=(cmake)
+source=(android-file-transfer-$pkgver.tar.gz::https://github.com/whoozle/android-file-transfer-linux/archive/v$pkgver.tar.gz)
+sha256sums=('fe736cb24a8785ff0236728dc0c3446ba006ae72f7e65ce17dd20dadcaf7f851')
+
+build() {
+  cd android-file-transfer-linux-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd android-file-transfer-linux-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in seabios/repos (14 files)

2018-11-26 Thread Anatol Pomozov via arch-commits
Date: Monday, November 26, 2018 @ 22:38:09
  Author: anatolik
Revision: 340421

archrelease: copy trunk to testing-any

Added:
  seabios/repos/testing-any/
  seabios/repos/testing-any/PKGBUILD
(from rev 340420, seabios/trunk/PKGBUILD)
  seabios/repos/testing-any/config.coreboot
(from rev 340420, seabios/trunk/config.coreboot)
  seabios/repos/testing-any/config.csm
(from rev 340420, seabios/trunk/config.csm)
  seabios/repos/testing-any/config.seabios-128k
(from rev 340420, seabios/trunk/config.seabios-128k)
  seabios/repos/testing-any/config.seabios-256k
(from rev 340420, seabios/trunk/config.seabios-256k)
  seabios/repos/testing-any/config.vga.bochs-display
(from rev 340420, seabios/trunk/config.vga.bochs-display)
  seabios/repos/testing-any/config.vga.cirrus
(from rev 340420, seabios/trunk/config.vga.cirrus)
  seabios/repos/testing-any/config.vga.isavga
(from rev 340420, seabios/trunk/config.vga.isavga)
  seabios/repos/testing-any/config.vga.qxl
(from rev 340420, seabios/trunk/config.vga.qxl)
  seabios/repos/testing-any/config.vga.ramfb
(from rev 340420, seabios/trunk/config.vga.ramfb)
  seabios/repos/testing-any/config.vga.stdvga
(from rev 340420, seabios/trunk/config.vga.stdvga)
  seabios/repos/testing-any/config.vga.virtio
(from rev 340420, seabios/trunk/config.vga.virtio)
  seabios/repos/testing-any/config.vga.vmware
(from rev 340420, seabios/trunk/config.vga.vmware)

--+
 PKGBUILD |   75 +
 config.coreboot  |2 +
 config.csm   |2 +
 config.seabios-128k  |   14 
 config.seabios-256k  |3 +
 config.vga.bochs-display |3 +
 config.vga.cirrus|3 +
 config.vga.isavga|3 +
 config.vga.qxl   |6 +++
 config.vga.ramfb |3 +
 config.vga.stdvga|3 +
 config.vga.virtio|6 +++
 config.vga.vmware|6 +++
 13 files changed, 129 insertions(+)

Copied: seabios/repos/testing-any/PKGBUILD (from rev 340420, 
seabios/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-11-26 22:38:09 UTC (rev 340421)
@@ -0,0 +1,75 @@
+# Maintainer: Tobias Powalowski 
+
+pkgname=seabios
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="A 16-bit x86 bios"
+arch=('any')
+url="http://www.coreboot.org/SeaBIOS;
+license=('GPL3' 'LGPL3')
+makedepends=('iasl' 'python2' 'inetutils')
+options=('!makeflags' '!strip')
+source=(https://www.seabios.org/downloads/seabios-$pkgver.tar.gz
+config.coreboot
+config.seabios-128k
+config.seabios-256k
+config.vga.isavga
+config.vga.stdvga
+config.csm
+config.vga.cirrus
+config.vga.qxl
+config.vga.vmware
+config.vga.bochs-display
+config.vga.ramfb
+config.vga.virtio)
+sha1sums=('3f8ee5c7cb449483e0e5bde50889bc7e54c4b0d1'
+  '5f2adb09c9006def1719b8cbd4792f14a7c7f7c9'
+  '7a4ec70237476c7cdd78589b069d0d39dfeaa8eb'
+  '05b912a291994226049103cbe6754976cc03532d'
+  'd56482f6ee0bf9633c551b10e99e24c74d9ece1e'
+  '54d4edf6eccf30883aedca348b9d2f125502fcdb'
+  '590739c1d5dc6cb63bdf311ee1cfbcde6c0ccc0f'
+  '84a44c04e74a09affae0d1a6e50800d10997108f'
+  '5a1316a0081f91acc300f57372de18fa9c67415e'
+  '5b017b16aec445df873618aaebd154aa97107148'
+  'c7c730ade7a63e1efc7de81c7536632e0617e808'
+  'c2f4a7708befd6a0763dd4a5a4f8b5168db30340'
+  'a2b3d09f944e3d6857ceee272b733075a7edc52e')
+
+# build routine from fedora
+build_bios() {
+  make clean distclean
+  cp $1 .config
+  make oldnoconfig V=1
+
+  make V=1 $4
+
+  cp out/$2 binaries/$3
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm -rf binaries
+  sed -i 's/python/python2/g' Makefile
+  mkdir binaries
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  # seabios
+  build_bios ${srcdir}/config.csm Csm16.bin bios-csm.bin
+  build_bios ${srcdir}/config.coreboot bios.bin.elf bios-coreboot.bin
+  build_bios ${srcdir}/config.seabios-128k bios.bin bios.bin
+  build_bios ${srcdir}/config.seabios-256k bios.bin bios-256k.bin
+  # seavgabios
+  for config in 
${srcdir}/{config.vga.isavga,config.vga.stdvga,config.vga.cirrus,config.vga.qxl,config.vga.vmware,config.vga.ramfb,config.vga.virtio,config.vga.bochs-display};
 do
+name=${config#*config.vga.}
+build_bios ${config} vgabios.bin vgabios-${name}.bin out/vgabios.bin
+  done
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm644 -t "${pkgdir}/usr/share/qemu" binaries/*.bin
+}
+

Copied: seabios/repos/testing-any/config.coreboot (from rev 340420, 
seabios/trunk/config.coreboot)
===
--- testing-any/config.coreboot (rev 0)
+++ testing-any/config.coreboot 2018-11-26 22:38:09 UTC 

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

2018-11-26 Thread Anatol Pomozov via arch-commits
Date: Monday, November 26, 2018 @ 22:37:15
  Author: anatolik
Revision: 340420

upgpkg: seabios 1.12.0-1

Modified:
  seabios/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 21:42:13 UTC (rev 340419)
+++ PKGBUILD2018-11-26 22:37:15 UTC (rev 340420)
@@ -1,8 +1,8 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=seabios
-pkgver=1.11.0
-pkgrel=4
+pkgver=1.12.0
+pkgrel=1
 pkgdesc="A 16-bit x86 bios"
 arch=('any')
 url="http://www.coreboot.org/SeaBIOS;
@@ -22,7 +22,7 @@
 config.vga.bochs-display
 config.vga.ramfb
 config.vga.virtio)
-sha1sums=('ad679df075d888cbdb1233817c8bd101e8c8303e'
+sha1sums=('3f8ee5c7cb449483e0e5bde50889bc7e54c4b0d1'
   '5f2adb09c9006def1719b8cbd4792f14a7c7f7c9'
   '7a4ec70237476c7cdd78589b069d0d39dfeaa8eb'
   '05b912a291994226049103cbe6754976cc03532d'


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

2018-11-26 Thread Christian Hesse via arch-commits
Date: Monday, November 26, 2018 @ 22:28:16
  Author: eworm
Revision: 409898

upgpkg: mailutils 3.5-2

Add --sysconfdir=/etc and make tools check for /etc/mailutils.conf.

Modified:
  mailutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 21:24:48 UTC (rev 409897)
+++ PKGBUILD2018-11-26 22:28:16 UTC (rev 409898)
@@ -3,7 +3,7 @@
 
 pkgname=mailutils
 pkgver=3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="MUA command line tool (mailx)"
 arch=(x86_64)
 url="http://www.gnu.org/software/mailutils/;
@@ -31,6 +31,7 @@
--prefix=/usr \
--sbindir=/usr/bin \
--libexecdir=/usr/lib/$pkgname \
+   --sysconfdir=/etc \
--with-gdbm \
--with-gnutls \
--disable-python \


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

2018-11-26 Thread Christian Hesse via arch-commits
Date: Monday, November 26, 2018 @ 22:28:23
  Author: eworm
Revision: 409899

archrelease: copy trunk to community-x86_64

Added:
  mailutils/repos/community-x86_64/PKGBUILD
(from rev 409898, mailutils/trunk/PKGBUILD)
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch
(from rev 409898, mailutils/trunk/fix-build-mb-len-max.patch)
Deleted:
  mailutils/repos/community-x86_64/PKGBUILD
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch

+
 PKGBUILD   |   97 +--
 fix-build-mb-len-max.patch |   28 ++--
 2 files changed, 63 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 22:28:16 UTC (rev 409898)
+++ PKGBUILD2018-11-26 22:28:23 UTC (rev 409899)
@@ -1,48 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=mailutils
-pkgver=3.5
-pkgrel=1
-pkgdesc="MUA command line tool (mailx)"
-arch=(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}
-fix-build-mb-len-max.patch)
-sha512sums=('c27bedafef0c7d51a4999ece414c78b584289fcc17a388b73c9ac391c28243cc65f5504caec99190d83a16623e9d0a9c3bdfa53814179cf118986c33dc53ab29'
-'SKIP'
-
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
-
-prepare() {
-  cd "$srcdir/mailutils-$pkgver"
-  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
-  # (patch from github.com/NixOS/nixpkgs)
-  patch -Np1 -i ../fix-build-mb-len-max.patch
-}
-
-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"
-}

Copied: mailutils/repos/community-x86_64/PKGBUILD (from rev 409898, 
mailutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 22:28:23 UTC (rev 409899)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=mailutils
+pkgver=3.5
+pkgrel=2
+pkgdesc="MUA command line tool (mailx)"
+arch=(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}
+fix-build-mb-len-max.patch)
+sha512sums=('c27bedafef0c7d51a4999ece414c78b584289fcc17a388b73c9ac391c28243cc65f5504caec99190d83a16623e9d0a9c3bdfa53814179cf118986c33dc53ab29'
+'SKIP'
+
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
+
+prepare() {
+  cd "$srcdir/mailutils-$pkgver"
+  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
+  # (patch from github.com/NixOS/nixpkgs)
+  patch -Np1 -i ../fix-build-mb-len-max.patch
+}
+
+build() {
+  cd "$srcdir/mailutils-$pkgver"
+  ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/$pkgname \
+   --sysconfdir=/etc \
+   --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: fix-build-mb-len-max.patch
===
--- fix-build-mb-len-max.patch  2018-11-26 22:28:16 UTC (rev 409898)
+++ fix-build-mb-len-max.patch  2018-11-26 22:28:23 UTC (rev 409899)
@@ -1,14 +0,0 @@
-diff --git a/frm/frm.h b/frm/frm.h
-index 178b87d54..7931faada 100644
 a/frm/frm.h
-+++ b/frm/frm.h
-@@ -34,6 +34,9 @@
- #ifdef HAVE_ICONV_H
- # include 
- #endif
-+#ifdef HAVE_LIMITS_H
-+# 

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

2018-11-26 Thread Antonio Rojas via arch-commits
Date: Monday, November 26, 2018 @ 21:42:13
  Author: arojas
Revision: 340419

archrelease: copy trunk to extra-x86_64

Added:
  mlt/repos/extra-x86_64/PKGBUILD
(from rev 340418, mlt/trunk/PKGBUILD)
  mlt/repos/extra-x86_64/mlt-opencv4.patch
(from rev 340418, mlt/trunk/mlt-opencv4.patch)
Deleted:
  mlt/repos/extra-x86_64/PKGBUILD
  mlt/repos/extra-x86_64/mlt-opencv4.patch

---+
 PKGBUILD  |  154 ++--
 mlt-opencv4.patch |   80 +--
 2 files changed, 118 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 21:41:48 UTC (rev 340418)
+++ PKGBUILD2018-11-26 21:42:13 UTC (rev 340419)
@@ -1,76 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Fabian Schoelzel 
-# Contributor: funkyou 
-# Contributor: tardo 
-# Contributor: Stefan Husmann 
-# Contributor: Gustavo Alvarez 
-
-pkgbase=mlt
-pkgname=(mlt mlt-python-bindings)
-pkgver=6.10.0
-pkgrel=2
-pkgdesc="An open source multimedia framework"
-arch=(x86_64)
-url="http://www.mltframework.org;
-license=(GPL)
-makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg 
vid.stab qt5-svg
- jack libexif python2 swig movit eigen opencv libebur128 gtk2)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz;
-mlt-opencv4.patch)
-sha256sums=('e794f12b00d1b90009a1574237823a03ce0b3625638306d1369888375e90edff'
-'71a8d05984d64cf93320ad28b9060b8689852e847d1e540632152175304ca02f')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../mlt-opencv4.patch # Fix build with openCV 4
-}
-
-build() {
-  # mlt
-  cd mlt-$pkgver
-
-  ./configure --prefix=/usr \
-   --avformat-swscale \
-   --enable-gpl --enable-gpl3 \
-   --qt-libdir=/usr/lib --qt-includedir=/usr/include/qt
-  make
-
-  # mlt python bindings
-  cd src/swig/python
-  sed -i 's_path=`which python_path=`which python2_' build
-  sed -i 's_`python -c_`python2 -c_' build
-  sed -i 's#python-config#python2-config#' build
-  ./build
-}
-
-package_mlt() {
-  depends=(libebur128)
-  optdepends=('sdl_image: SDL1 plugin'
-'sdl2: SDL2 plugin'
-'libsamplerate: libavresample plugin'
-'sox: SOX (Audio Swiss Army Knife) plugin'
-'ffmpeg: ffmpeg plugin'
-'vid.stab: video stabilize plugin'
-'gtk2: Gtk plugin'
-'qt5-svg: Qt5 plugins'
-'jack: JACK sound output plugin'
-'ladspa: LADSPA plugins'
-'libexif: auto rotate plugin'
-'frei0r-plugins: for additional effects'
-'movit: opengl plugin'
-'opencv: openCV plugin')
-
-  cd mlt-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-package_mlt-python-bindings() {
-  depends=(python2 mlt)
-
-  cd "$srcdir/mlt-$pkgver/src/swig/python"
-  mkdir -p "$pkgdir/usr/lib/python2.7/"
-  install -m755 mlt.py "$pkgdir/usr/lib/python2.7/"
-  install -m755 _mlt.so "$pkgdir/usr/lib/python2.7/"
-  install -m755 mlt_wrap.o "$pkgdir/usr/lib/python2.7/"
-}

Copied: mlt/repos/extra-x86_64/PKGBUILD (from rev 340418, mlt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 21:42:13 UTC (rev 340419)
@@ -0,0 +1,78 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Fabian Schoelzel 
+# Contributor: funkyou 
+# Contributor: tardo 
+# Contributor: Stefan Husmann 
+# Contributor: Gustavo Alvarez 
+
+pkgbase=mlt
+pkgname=(mlt mlt-python-bindings)
+pkgver=6.12.0
+pkgrel=1
+pkgdesc="An open source multimedia framework"
+arch=(x86_64)
+url="http://www.mltframework.org;
+license=(GPL)
+makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg 
vid.stab qt5-svg
+ jack libexif python2 swig movit eigen opencv libebur128 gtk2)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz;
+mlt-opencv4.patch)
+sha256sums=('a4af6245f0d78f9b5d4bfdfd632d7f6a8a81e47c6eb7184fb1c040db747607ac'
+'21e9c23079a7acfcc955b0ee1837e06b9a8f75135474a8fe903ca43b4da88364')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../mlt-opencv4.patch # Fix build with openCV 4
+}
+
+build() {
+  # mlt
+  cd mlt-$pkgver
+
+  ./configure --prefix=/usr \
+   --avformat-swscale \
+   --enable-gpl \
+--enable-gpl3 \
+--enable-opencv \
+   --qt-libdir=/usr/lib --qt-includedir=/usr/include/qt
+  make
+
+  # mlt python bindings
+  cd src/swig/python
+  sed -i 's_path=`which python_path=`which python2_' build
+  sed -i 's_`python -c_`python2 -c_' build
+  sed -i 's#python-config#python2-config#' build
+  ./build
+}
+
+package_mlt() {
+  depends=(libebur128)
+  optdepends=('sdl_image: SDL1 plugin'
+'sdl2: SDL2 plugin'
+'libsamplerate: libavresample plugin'
+'sox: SOX 

[arch-commits] Commit in mlt/trunk (PKGBUILD mlt-opencv4.patch)

2018-11-26 Thread Antonio Rojas via arch-commits
Date: Monday, November 26, 2018 @ 21:41:48
  Author: arojas
Revision: 340418

Update to 6.12.0

Modified:
  mlt/trunk/PKGBUILD
  mlt/trunk/mlt-opencv4.patch

---+
 PKGBUILD  |   12 +++-
 mlt-opencv4.patch |   14 +++---
 2 files changed, 14 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 20:02:22 UTC (rev 340417)
+++ PKGBUILD2018-11-26 21:41:48 UTC (rev 340418)
@@ -8,8 +8,8 @@
 
 pkgbase=mlt
 pkgname=(mlt mlt-python-bindings)
-pkgver=6.10.0
-pkgrel=2
+pkgver=6.12.0
+pkgrel=1
 pkgdesc="An open source multimedia framework"
 arch=(x86_64)
 url="http://www.mltframework.org;
@@ -18,8 +18,8 @@
  jack libexif python2 swig movit eigen opencv libebur128 gtk2)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz;
 mlt-opencv4.patch)
-sha256sums=('e794f12b00d1b90009a1574237823a03ce0b3625638306d1369888375e90edff'
-'71a8d05984d64cf93320ad28b9060b8689852e847d1e540632152175304ca02f')
+sha256sums=('a4af6245f0d78f9b5d4bfdfd632d7f6a8a81e47c6eb7184fb1c040db747607ac'
+'21e9c23079a7acfcc955b0ee1837e06b9a8f75135474a8fe903ca43b4da88364')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -32,7 +32,9 @@
 
   ./configure --prefix=/usr \
--avformat-swscale \
-   --enable-gpl --enable-gpl3 \
+   --enable-gpl \
+--enable-gpl3 \
+--enable-opencv \
--qt-libdir=/usr/lib --qt-includedir=/usr/include/qt
   make
 

Modified: mlt-opencv4.patch
===
--- mlt-opencv4.patch   2018-11-26 20:02:22 UTC (rev 340417)
+++ mlt-opencv4.patch   2018-11-26 21:41:48 UTC (rev 340418)
@@ -1,13 +1,13 @@
 diff --git a/src/modules/opencv/configure b/src/modules/opencv/configure
-index 3322cb58..b630424e 100755
+index 36851f67..f8084301 100755
 --- a/src/modules/opencv/configure
 +++ b/src/modules/opencv/configure
-@@ -12,18 +12,18 @@ OpenCV options:
- EOF
+@@ -26,18 +26,18 @@ else
+   exit 0
+   fi
  
- else
--  pkg-config --atleast-version=3.1.0 'opencv'
-+  pkg-config --atleast-version=3.1.0 'opencv4'
+-pkg-config --atleast-version=3.1.0 'opencv'
++pkg-config --atleast-version=3.1.0 'opencv4'
if [ $? -eq 0 ]
then
 -result=`pkg-config --libs opencv | grep "opencv_tracking"`
@@ -24,7 +24,7 @@
 +echo "LDFLAGS += $(pkg-config --libs opencv4)" >> 
config.mak
  fi
else
-   echo "- OpenCV >= 3.1.0 NOT found, disabling OpenCV modules"
+   echo "- OpenCV >= 3.1.0 NOT found: disabling"
 diff --git a/src/modules/opencv/filter_opencv_tracker.cpp 
b/src/modules/opencv/filter_opencv_tracker.cpp
 index d49862fc..2a176ef8 100644
 --- a/src/modules/opencv/filter_opencv_tracker.cpp


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

2018-11-26 Thread David Runge via arch-commits
Date: Monday, November 26, 2018 @ 21:24:48
  Author: dvzrv
Revision: 409897

archrelease: copy trunk to community-x86_64

Added:
  osc2midi/repos/community-x86_64/
  osc2midi/repos/community-x86_64/PKGBUILD
(from rev 409896, osc2midi/trunk/PKGBUILD)

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

Copied: osc2midi/repos/community-x86_64/PKGBUILD (from rev 409896, 
osc2midi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-11-26 21:24:48 UTC (rev 409897)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+_name=OSC2MIDI
+pkgname=osc2midi
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="A highly flexible and configurable OSC to JACK MIDI (and back) bridge"
+arch=('x86_64')
+url="https://github.com/ssj71/osc2midi;
+license=('GPL3')
+groups=('pro-audio')
+depends=('jack' 'liblo')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ssj71/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('ef29e47157d112f4960d61e14b0568de911da21c4ecef30e93d569a3806f91dece87d81b9c69bf67b3b7a5448f6c5f82b3f3ec7714874e4728b34cf2684ca352')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 ../{README,syntax}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2018-11-26 Thread David Runge via arch-commits
Date: Monday, November 26, 2018 @ 21:23:06
  Author: dvzrv
Revision: 409896

Adding osc2midi from the AUR.

Added:
  osc2midi/
  osc2midi/repos/
  osc2midi/trunk/
  osc2midi/trunk/PKGBUILD

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

Added: osc2midi/trunk/PKGBUILD
===
--- osc2midi/trunk/PKGBUILD (rev 0)
+++ osc2midi/trunk/PKGBUILD 2018-11-26 21:23:06 UTC (rev 409896)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+_name=OSC2MIDI
+pkgname=osc2midi
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="A highly flexible and configurable OSC to JACK MIDI (and back) bridge"
+arch=('x86_64')
+url="https://github.com/ssj71/osc2midi;
+license=('GPL3')
+groups=('pro-audio')
+depends=('jack' 'liblo')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ssj71/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('ef29e47157d112f4960d61e14b0568de911da21c4ecef30e93d569a3806f91dece87d81b9c69bf67b3b7a5448f6c5f82b3f3ec7714874e4728b34cf2684ca352')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 ../{README,syntax}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in opera/repos/community-x86_64 (14 files)

2018-11-26 Thread Ike Devolder via arch-commits
Date: Monday, November 26, 2018 @ 21:20:01
  Author: idevolder
Revision: 409895

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 409894, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 409894, opera/trunk/default)
  opera/repos/community-x86_64/eula.html
(from rev 409894, opera/trunk/eula.html)
  opera/repos/community-x86_64/opera
(from rev 409894, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 409894, opera/trunk/opera.install)
  opera/repos/community-x86_64/privacy.html
(from rev 409894, opera/trunk/privacy.html)
  opera/repos/community-x86_64/terms.html
(from rev 409894, opera/trunk/terms.html)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/eula.html
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install
  opera/repos/community-x86_64/privacy.html
  opera/repos/community-x86_64/terms.html

---+
 PKGBUILD  |  176 ++---
 default   |8 
 eula.html |  574 ++---
 opera |   26 +-
 opera.install |   78 +++---
 privacy.html  |  706 
 terms.html|  570 ++---
 7 files changed, 1069 insertions(+), 1069 deletions(-)

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


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

2018-11-26 Thread Ike Devolder via arch-commits
Date: Monday, November 26, 2018 @ 21:19:46
  Author: idevolder
Revision: 409894

upgpkg: opera 56.0.3051.116-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 21:19:18 UTC (rev 409893)
+++ PKGBUILD2018-11-26 21:19:46 UTC (rev 409894)
@@ -9,7 +9,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=56.0.3051.104
+pkgver=56.0.3051.116
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -31,7 +31,7 @@
 'terms.html'
 'privacy.html'
 )
-sha512sums=('2013d74b4f975f5395092fd289fcdd77c26c52dcf46b3063cedd6fc88c168f5d71fae2360a7480b5938fb4a69de4eed24cf4379f1854ee43de4b9ffb5c3bd6fd'
+sha512sums=('80998a94db5891dc553a39a62220c3db2b2c0054577f1a86779b5766fb62be71fd7fd6f7802f674a4dec2f6927cede631c1634b789a00e58af873ea11f752c21'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
 
'285a0633e5863ec9c9af99138ff0b59da155a2dd72a340e784e53de3e801029eb6ca2e4b38846592b85b9f8b99dcb6f6eedbed273057a9216abe31c396d9f28a'


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

2018-11-26 Thread Ike Devolder via arch-commits
Date: Monday, November 26, 2018 @ 21:19:18
  Author: idevolder
Revision: 409893

archrelease: copy trunk to community-x86_64

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

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

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

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

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

2018-11-26 Thread Ike Devolder via arch-commits
Date: Monday, November 26, 2018 @ 21:19:06
  Author: idevolder
Revision: 409892

upgpkg: qcad 3.21.3.9-1

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 21:11:55 UTC (rev 409891)
+++ PKGBUILD2018-11-26 21:19:06 UTC (rev 409892)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.21.3.7
+pkgver=3.21.3.9
 pkgrel=1
 pkgdesc='A 2D CAD package based upon Qt'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
 makedepends=('glu')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('dd7a0c09f3599c4d44e7274050d0e2f8028035062a7cc1cc3dcdeb353a023a8ec1a35ceb4e259d42d5b623d63d0bb04ca32bbcc2a850f750229e4b629d8a10b4')
+sha512sums=('9e0e2588bef756b71eac826ec0099a70e1d9745769ced5d0a23755699aa26ac570cf7eebf33dd3c0413a02f532cd08bf2bf940e45076008e72b1cc7c0ef6b194')
 
 prepare() {
   rm *.tar.gz


[arch-commits] Commit in nautilus-image-converter/repos/community-x86_64 (2 files)

2018-11-26 Thread Antonio Rojas via arch-commits
Date: Monday, November 26, 2018 @ 21:11:55
  Author: arojas
Revision: 409891

archrelease: copy trunk to community-x86_64

Added:
  nautilus-image-converter/repos/community-x86_64/PKGBUILD
(from rev 409890, nautilus-image-converter/trunk/PKGBUILD)
Deleted:
  nautilus-image-converter/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 21:11:33 UTC (rev 409890)
+++ PKGBUILD2018-11-26 21:11:55 UTC (rev 409891)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=nautilus-image-converter
-pkgver=0.3.0+31+g23441ed
-pkgrel=1
-pkgdesc="Nautilus extension to rotate/resize image files"
-arch=('x86_64' 'i686')
-url="https://git.gnome.org/browse/nautilus-image-converter;
-license=('GPL')
-depends=('imagemagick' 'nautilus')
-makedepends=('git' 'gnome-common')
-_commit=23441ed6d74b4eba68333c802890cb396721a6d6  # master
-source=("git+https://git.gnome.org/browse/nautilus-image-converter#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-   cd $pkgname
-   git describe --tags | sed 
's/^NAUTILUS_IMAGE_CONVERTER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-   cd $pkgname
-   NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-   cd $pkgname
-   ./configure --prefix=/usr
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-   make
-}
-
-package() {
-   cd $pkgname
-   make DESTDIR="$pkgdir" install
-}

Copied: nautilus-image-converter/repos/community-x86_64/PKGBUILD (from rev 
409890, nautilus-image-converter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 21:11:55 UTC (rev 409891)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György 
+
+pkgname=nautilus-image-converter
+pkgver=0.3.0+31+g23441ed
+pkgrel=2
+pkgdesc="Nautilus extension to rotate/resize image files"
+arch=('x86_64')
+url="https://git.gnome.org/browse/nautilus-image-converter;
+license=('GPL')
+depends=('imagemagick' 'nautilus')
+makedepends=('git' 'gnome-common')
+_commit=23441ed6d74b4eba68333c802890cb396721a6d6  # master
+source=("git+https://gitlab.gnome.org/Archive/nautilus-image-converter#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+   cd $pkgname
+   git describe --tags | sed 
's/^NAUTILUS_IMAGE_CONVERTER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+   cd $pkgname
+   NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+   cd $pkgname
+   ./configure --prefix=/usr
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+   make
+}
+
+package() {
+   cd $pkgname
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in nautilus-image-converter/trunk (PKGBUILD)

2018-11-26 Thread Antonio Rojas via arch-commits
Date: Monday, November 26, 2018 @ 21:11:33
  Author: arojas
Revision: 409890

PIE rebuild

Modified:
  nautilus-image-converter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 21:07:16 UTC (rev 409889)
+++ PKGBUILD2018-11-26 21:11:33 UTC (rev 409890)
@@ -2,7 +2,7 @@
 
 pkgname=nautilus-image-converter
 pkgver=0.3.0+31+g23441ed
-pkgrel=1
+pkgrel=2
 pkgdesc="Nautilus extension to rotate/resize image files"
 arch=('x86_64')
 url="https://git.gnome.org/browse/nautilus-image-converter;
@@ -10,7 +10,7 @@
 depends=('imagemagick' 'nautilus')
 makedepends=('git' 'gnome-common')
 _commit=23441ed6d74b4eba68333c802890cb396721a6d6  # master
-source=("git+https://git.gnome.org/browse/nautilus-image-converter#commit=$_commit;)
+source=("git+https://gitlab.gnome.org/Archive/nautilus-image-converter#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2018-11-26 Thread Antonio Rojas via arch-commits
Date: Monday, November 26, 2018 @ 21:07:16
  Author: arojas
Revision: 409889

archrelease: copy trunk to community-any

Added:
  kupfer/repos/community-any/PKGBUILD
(from rev 409888, kupfer/trunk/PKGBUILD)
Deleted:
  kupfer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 21:06:58 UTC (rev 409888)
+++ PKGBUILD2018-11-26 21:07:16 UTC (rev 409889)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: D. Can Celasun 
-# Contributor: Alessio Sergi 
-# Contributor: Asa Marco 
-
-pkgname=kupfer
-pkgver=319
-pkgrel=2
-pkgdesc="Launcher application written in python. Similar to Gnome-Do / Launchy"
-arch=('any')
-url="https://kupferlauncher.github.io/;
-license=('GPL3')
-depends=('libkeybinder3' 'libwnck3' 'python-cairo' 'python-dbus' 
'python-gobject' 'python-xdg')
-makedepends=('gnome-doc-utils' 'intltool' 'python-docutils')
-source=(https://github.com/kupferlauncher/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.xz{,.sig})
-validpgpkeys=('2578ABA1F9023159DFF211B7368712C4D7A5') # Ulrik Sverdrup
-sha256sums=('22357233984a6588a9f9743002363af38ea63b5c2684af487693a13c42973d31'
-'SKIP')
-
-build() {
-  cd $pkgname-v$pkgver
-  ./waf configure --prefix=/usr \
-  --no-update-mime \
-  --no-update-icon-cache
-  ./waf
-}
-
-package() {
-  cd $pkgname-v$pkgver
-  ./waf install --destdir="$pkgdir"
-}

Copied: kupfer/repos/community-any/PKGBUILD (from rev 409888, 
kupfer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 21:07:16 UTC (rev 409889)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György 
+# Contributor: D. Can Celasun 
+# Contributor: Alessio Sergi 
+# Contributor: Asa Marco 
+
+pkgname=kupfer
+pkgver=319
+pkgrel=3
+pkgdesc="Launcher application written in python. Similar to Gnome-Do / Launchy"
+arch=('any')
+url="https://kupferlauncher.github.io/;
+license=('GPL3')
+depends=('libkeybinder3' 'libwnck3' 'python-cairo' 'python-dbus' 
'python-gobject' 'python-xdg')
+makedepends=('gnome-doc-utils' 'intltool' 'python-docutils')
+source=(https://github.com/kupferlauncher/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.xz{,.sig})
+validpgpkeys=('2578ABA1F9023159DFF211B7368712C4D7A5') # Ulrik Sverdrup
+sha256sums=('22357233984a6588a9f9743002363af38ea63b5c2684af487693a13c42973d31'
+'SKIP')
+
+prepare() {
+  cd $pkgname-v$pkgver
+  sed -e 's|raise StopIteration|return|g' -i waflib/Node.py # Fix build with 
Python 3.7
+}
+
+build() {
+  cd $pkgname-v$pkgver
+  ./waf configure --prefix=/usr \
+  --no-update-mime \
+  --no-update-icon-cache
+  ./waf
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  ./waf install --destdir="$pkgdir"
+}


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

2018-11-26 Thread Antonio Rojas via arch-commits
Date: Monday, November 26, 2018 @ 21:06:58
  Author: arojas
Revision: 409888

PIE rebuild

Modified:
  kupfer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 21:00:31 UTC (rev 409887)
+++ PKGBUILD2018-11-26 21:06:58 UTC (rev 409888)
@@ -5,7 +5,7 @@
 
 pkgname=kupfer
 pkgver=319
-pkgrel=2
+pkgrel=3
 pkgdesc="Launcher application written in python. Similar to Gnome-Do / Launchy"
 arch=('any')
 url="https://kupferlauncher.github.io/;
@@ -17,6 +17,11 @@
 sha256sums=('22357233984a6588a9f9743002363af38ea63b5c2684af487693a13c42973d31'
 'SKIP')
 
+prepare() {
+  cd $pkgname-v$pkgver
+  sed -e 's|raise StopIteration|return|g' -i waflib/Node.py # Fix build with 
Python 3.7
+}
+
 build() {
   cd $pkgname-v$pkgver
   ./waf configure --prefix=/usr \


[arch-commits] Commit in gtk-sharp-3/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-11-26 Thread Antonio Rojas via arch-commits
Date: Monday, November 26, 2018 @ 21:00:31
  Author: arojas
Revision: 409887

archrelease: copy trunk to community-x86_64

Added:
  gtk-sharp-3/repos/community-x86_64/PKGBUILD
(from rev 409886, gtk-sharp-3/trunk/PKGBUILD)
Deleted:
  gtk-sharp-3/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 21:00:08 UTC (rev 409886)
+++ PKGBUILD2018-11-26 21:00:31 UTC (rev 409887)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=gtk-sharp-3
-_pkgname=gtk-sharp
-pkgver=2.99.3
-pkgrel=1
-pkgdesc="C# bindings for GTK+ 3"
-arch=('i686' 'x86_64')
-url="http://mono-project.com/GtkSharp;
-license=('LGPL')
-depends=('mono' 'gtk3')
-source=(https://download.gnome.org/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz)
-sha256sums=('6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2')
-
-prepare() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  sed -i 's/gmcs/mcs/' configure{,.ac}
-}
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gtk-sharp-3/repos/community-x86_64/PKGBUILD (from rev 409886, 
gtk-sharp-3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 21:00:31 UTC (rev 409887)
@@ -0,0 +1,30 @@
+# Maintainer: Balló György 
+
+pkgname=gtk-sharp-3
+_pkgname=gtk-sharp
+pkgver=2.99.3
+pkgrel=2
+pkgdesc="C# bindings for GTK+ 3"
+arch=('x86_64')
+url="http://mono-project.com/GtkSharp;
+license=('LGPL')
+depends=('mono' 'gtk3')
+source=(https://download.gnome.org/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz)
+sha256sums=('6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  sed -i 's/gmcs/mcs/' configure{,.ac}
+  sed -e '/MONO_PROFILE_ENTER_LEAVE/d' -i 
gtk/gui-thread-check/profiler/gui-thread-check.c # Fix build with newer mono
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gtk-sharp-3/trunk (PKGBUILD)

2018-11-26 Thread Antonio Rojas via arch-commits
Date: Monday, November 26, 2018 @ 21:00:08
  Author: arojas
Revision: 409886

PIE rebuild

Modified:
  gtk-sharp-3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 20:44:19 UTC (rev 409885)
+++ PKGBUILD2018-11-26 21:00:08 UTC (rev 409886)
@@ -3,7 +3,7 @@
 pkgname=gtk-sharp-3
 _pkgname=gtk-sharp
 pkgver=2.99.3
-pkgrel=1
+pkgrel=2
 pkgdesc="C# bindings for GTK+ 3"
 arch=('x86_64')
 url="http://mono-project.com/GtkSharp;
@@ -15,6 +15,7 @@
 prepare() {
   cd $_pkgname-$pkgver
   sed -i 's/gmcs/mcs/' configure{,.ac}
+  sed -e '/MONO_PROFILE_ENTER_LEAVE/d' -i 
gtk/gui-thread-check/profiler/gui-thread-check.c # Fix build with newer mono
 }
 
 build() {


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

2018-11-26 Thread Antonio Rojas via arch-commits
Date: Monday, November 26, 2018 @ 20:44:19
  Author: arojas
Revision: 409885

archrelease: copy trunk to community-x86_64

Added:
  google-glog/repos/community-x86_64/PKGBUILD
(from rev 409884, google-glog/trunk/PKGBUILD)
Deleted:
  google-glog/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 20:42:56 UTC (rev 409884)
+++ PKGBUILD2018-11-26 20:44:19 UTC (rev 409885)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ian Yang 
-
-pkgname=google-glog
-pkgver=0.3.5
-pkgrel=1
-pkgdesc="Logging library for C++"
-arch=('i686' 'x86_64')
-license=('custom:BSD3')
-url='https://github.com/google/glog'
-depends=('gcc-libs')
-source=("glog-$pkgver.tar.gz::https://github.com/google/glog/archive/v$pkgver.tar.gz;)
-sha512sums=('68b42ef42d57c9ede697c1423f8490deada06c9e9cb11a5e0ce53368e7e452c087d0e23bea50f51e1634b03eb4105e657c91318b6423c4e2a9c147b7334eb3f3')
-
-build() {
-  cd glog-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd glog-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Lazy way of dealing with conflicting man and info pages...
-  rm -rf "$pkgdir"/usr/share
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: google-glog/repos/community-x86_64/PKGBUILD (from rev 409884, 
google-glog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 20:44:19 UTC (rev 409885)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Ian Yang 
+
+pkgname=google-glog
+pkgver=0.3.5
+pkgrel=2
+pkgdesc="Logging library for C++"
+arch=('x86_64')
+license=('custom:BSD3')
+url='https://github.com/google/glog'
+depends=('gcc-libs')
+source=("glog-$pkgver.tar.gz::https://github.com/google/glog/archive/v$pkgver.tar.gz;)
+sha512sums=('a54a3b8b4b7660d7558ba5168c659bc3c8323c30908a4f6a4bbc6f9cd899350f3243aabc720daebfdeb799b276b51ba1eaa1a0f83149c4e1a038d552ada1ed72')
+
+build() {
+  cd glog-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd glog-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Lazy way of dealing with conflicting man and info pages...
+  rm -rf "$pkgdir"/usr/share
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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

2018-11-26 Thread Antonio Rojas via arch-commits
Date: Monday, November 26, 2018 @ 20:42:56
  Author: arojas
Revision: 409884

PIE rebuild

Modified:
  google-glog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 20:38:03 UTC (rev 409883)
+++ PKGBUILD2018-11-26 20:42:56 UTC (rev 409884)
@@ -3,7 +3,7 @@
 
 pkgname=google-glog
 pkgver=0.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Logging library for C++"
 arch=('x86_64')
 license=('custom:BSD3')
@@ -10,7 +10,7 @@
 url='https://github.com/google/glog'
 depends=('gcc-libs')
 
source=("glog-$pkgver.tar.gz::https://github.com/google/glog/archive/v$pkgver.tar.gz;)
-sha512sums=('68b42ef42d57c9ede697c1423f8490deada06c9e9cb11a5e0ce53368e7e452c087d0e23bea50f51e1634b03eb4105e657c91318b6423c4e2a9c147b7334eb3f3')
+sha512sums=('a54a3b8b4b7660d7558ba5168c659bc3c8323c30908a4f6a4bbc6f9cd899350f3243aabc720daebfdeb799b276b51ba1eaa1a0f83149c4e1a038d552ada1ed72')
 
 build() {
   cd glog-$pkgver


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

2018-11-26 Thread Antonio Rojas via arch-commits
Date: Monday, November 26, 2018 @ 20:38:03
  Author: arojas
Revision: 409883

archrelease: copy trunk to community-x86_64

Added:
  gnome-pie/repos/community-x86_64/PKGBUILD
(from rev 409882, gnome-pie/trunk/PKGBUILD)
Deleted:
  gnome-pie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 20:37:34 UTC (rev 409882)
+++ PKGBUILD2018-11-26 20:38:03 UTC (rev 409883)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=gnome-pie
-_pkgname=Gnome-Pie
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="Circular application launcher for GNOME"
-arch=('i686' 'x86_64')
-url="http://gnome-pie.simonschneegans.de/;
-license=('GPL')
-depends=('libarchive' 'libgee' 'libwnck3' 'gnome-menus')
-makedepends=('cmake' 'vala')
-source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('930843d6fdc0d773581966847c626f4177060b6491ac34a4d006d5728fe66aea')
-
-build() {
-  cd $_pkgname-$pkgver
-  ./resources/locale/compile-po.sh
-  [[ -d build ]] || mkdir build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-pie/repos/community-x86_64/PKGBUILD (from rev 409882, 
gnome-pie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 20:38:03 UTC (rev 409883)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György 
+
+pkgname=gnome-pie
+_pkgname=Gnome-Pie
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="Circular application launcher for GNOME"
+arch=('x86_64')
+url="https://simmesimme.github.io/gnome-pie.html;
+license=('MIT')
+depends=('libarchive' 'libgee' 'libwnck3' 'gnome-menus')
+makedepends=('cmake' 'vala')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('b15e6402dbdddf3a3751c919927176bdf78fca174544a971d3db569d4e9162cf')
+
+build() {
+  cd $_pkgname-$pkgver
+  ./resources/locale/compile-po.sh
+  [[ -d build ]] || mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+  make DESTDIR="$pkgdir" install
+}


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

2018-11-26 Thread Antonio Rojas via arch-commits
Date: Monday, November 26, 2018 @ 20:37:34
  Author: arojas
Revision: 409882

Update to 0.7.2

Modified:
  gnome-pie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 20:25:26 UTC (rev 409881)
+++ PKGBUILD2018-11-26 20:37:34 UTC (rev 409882)
@@ -2,16 +2,16 @@
 
 pkgname=gnome-pie
 _pkgname=Gnome-Pie
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc="Circular application launcher for GNOME"
 arch=('x86_64')
 url="https://simmesimme.github.io/gnome-pie.html;
-license=('GPL')
+license=('MIT')
 depends=('libarchive' 'libgee' 'libwnck3' 'gnome-menus')
 makedepends=('cmake' 'vala')
 
source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('930843d6fdc0d773581966847c626f4177060b6491ac34a4d006d5728fe66aea')
+sha256sums=('b15e6402dbdddf3a3751c919927176bdf78fca174544a971d3db569d4e9162cf')
 
 build() {
   cd $_pkgname-$pkgver


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 20:25:26
  Author: felixonmars
Revision: 409881

archrelease: copy trunk to community-x86_64

Added:
  gnurl/repos/community-x86_64/PKGBUILD
(from rev 409880, gnurl/trunk/PKGBUILD)
Deleted:
  gnurl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 20:25:07 UTC (rev 409880)
+++ PKGBUILD2018-11-26 20:25:26 UTC (rev 409881)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=gnurl
-pkgver=7.60.0
-pkgrel=1
-pkgdesc="fork of libcurl, which is mostly for GNUnet"
-arch=(x86_64)
-url="https://gnunet.org/gnurl;
-license=('MIT')
-depends=('gnutls' 'libpsl' 'krb5' 'libnghttp2')
-source=("https://ftp.gnu.org/gnu/gnunet/gnurl-$pkgver.tar.Z"{,.sig})
-validpgpkeys=('A88C8ADD129828D7EAC02E52E22F9BBFEE348588')  # Nils Gillmann
-sha512sums=('d9fedd41d3b55ff723793c19cb79001cee413773fe7d404dacdf07a1663c7eca03a5e5c2e7f86ebdc1fd0f5afb2d8c477c5967587acab2fda97bca4476f47c86'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./buildconf
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---disable-ldap \
---disable-ldaps \
---enable-ipv6 \
---enable-manual \
---enable-versioned-symbols \
---enable-threaded-resolver \
---with-gssapi \
---with-gnutls \
---without-ssl \
---without-libidn \
---with-random=/dev/urandom \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-#  rm -rf "$pkgdir"/usr/share/man \
-#"$pkgdir"/usr/bin/curl \
-#"$pkgdir"/usr/share/aclocal
-#  mkdir -p "$pkgdir"/usr/include/gnurl
-#  mv "$pkgdir"/usr/include/curl "$pkgdir"/usr/include/gnurl/curl
-#  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
"$pkgdir"/usr/lib/pkgconfig/libgnurl.pc
-}

Copied: gnurl/repos/community-x86_64/PKGBUILD (from rev 409880, 
gnurl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 20:25:26 UTC (rev 409881)
@@ -0,0 +1,48 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=gnurl
+pkgver=7.61.0
+pkgrel=1
+pkgdesc="fork of libcurl, which is mostly for GNUnet"
+arch=(x86_64)
+url="https://gnunet.org/gnurl;
+license=('MIT')
+depends=('gnutls' 'libpsl' 'krb5' 'libnghttp2')
+source=("https://ftp.gnu.org/gnu/gnunet/gnurl-$pkgver.tar.Z"{,.sig})
+validpgpkeys=('A88C8ADD129828D7EAC02E52E22F9BBFEE348588')  # Nils Gillmann
+sha512sums=('fb8e5b7c25671d44dd7a3415443ea60d5d28a21575ee2979b3b87210e5905cfc99143e92ffa7e103c1fd1b542f1de95d77c2281ccdbae007bd1b0341e44f58f4'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./buildconf
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--disable-ldap \
+--disable-ldaps \
+--enable-ipv6 \
+--enable-manual \
+--enable-versioned-symbols \
+--enable-threaded-resolver \
+--with-gssapi \
+--with-gnutls \
+--without-ssl \
+--without-libidn \
+--with-random=/dev/urandom \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+#  rm -rf "$pkgdir"/usr/share/man \
+#"$pkgdir"/usr/bin/curl \
+#"$pkgdir"/usr/share/aclocal
+#  mkdir -p "$pkgdir"/usr/include/gnurl
+#  mv "$pkgdir"/usr/include/curl "$pkgdir"/usr/include/gnurl/curl
+#  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
"$pkgdir"/usr/lib/pkgconfig/libgnurl.pc
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 20:25:07
  Author: felixonmars
Revision: 409880

upgpkg: gnurl 7.61.0-1

Modified:
  gnurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 20:18:59 UTC (rev 409879)
+++ PKGBUILD2018-11-26 20:25:07 UTC (rev 409880)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=gnurl
-pkgver=7.60.0
+pkgver=7.61.0
 pkgrel=1
 pkgdesc="fork of libcurl, which is mostly for GNUnet"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=('gnutls' 'libpsl' 'krb5' 'libnghttp2')
 source=("https://ftp.gnu.org/gnu/gnunet/gnurl-$pkgver.tar.Z"{,.sig})
 validpgpkeys=('A88C8ADD129828D7EAC02E52E22F9BBFEE348588')  # Nils Gillmann
-sha512sums=('d9fedd41d3b55ff723793c19cb79001cee413773fe7d404dacdf07a1663c7eca03a5e5c2e7f86ebdc1fd0f5afb2d8c477c5967587acab2fda97bca4476f47c86'
+sha512sums=('fb8e5b7c25671d44dd7a3415443ea60d5d28a21575ee2979b3b87210e5905cfc99143e92ffa7e103c1fd1b542f1de95d77c2281ccdbae007bd1b0341e44f58f4'
 'SKIP')
 
 build() {


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 20:16:21
  Author: felixonmars
Revision: 409877

upgpkg: pandoc-crossref 0.3.4.0-1

rebuild with pandoc-crossref 0.3.4.0

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 20:13:07 UTC (rev 409876)
+++ PKGBUILD2018-11-26 20:16:21 UTC (rev 409877)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=pandoc-crossref
-pkgver=0.3.3.0
-pkgrel=41
+pkgver=0.3.4.0
+pkgrel=1
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")
@@ -16,14 +16,8 @@
 conflicts=('haskell-pandoc-crossref')
 replaces=('haskell-pandoc-crossref')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
-sha512sums=('6bcadfbaf3e1d99299ab86ed65fe9f964405bd7c7bb1fbf0463754cb2fb94570062bf763295877e9358046e6fccf4fc8eb1546045baeb596460f0f2762b8053c')
+sha512sums=('d3a666880f0cad0ef7c1e784f2d52f9bb8bfde9e6be6de04c8f094e2a87e99a740f97951c5ffd74b2a1b001e8a977bc9dd3e28be84c3442d3447beadd879e82c')
 
-prepare() {
-cd $pkgname-$pkgver
-sed -i -e 's/< *0.6/<1/' -e 's/< *2.4/<3/' $pkgname.cabal
-sed -i 's/hiding (capitalize)/hiding (capitalize, toString)/' 
lib/Text/Pandoc/CrossRef/Util/Meta.hs
-}
-
 build() {
 cd $pkgname-$pkgver
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
@@ -39,7 +33,7 @@
 
 check() {
 cd $pkgname-$pkgver
-runhaskell Setup test || warning "Tests failed"
+runhaskell Setup test
 }
 
 package() {


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 20:16:37
  Author: felixonmars
Revision: 409878

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
409877, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 20:16:37 UTC (rev 409878)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.4.0
+pkgrel=1
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('d3a666880f0cad0ef7c1e784f2d52f9bb8bfde9e6be6de04c8f094e2a87e99a740f97951c5ffd74b2a1b001e8a977bc9dd3e28be84c3442d3447beadd879e82c')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 20:13:07
  Author: felixonmars
Revision: 409876

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 20:12:48 UTC (rev 409875)
+++ PKGBUILD2018-11-26 20:13:07 UTC (rev 409876)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rclone
-pkgver=1.44
-pkgrel=1
-pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
-arch=('x86_64')
-url="http://rclone.org/;
-license=('MIT')
-depends=('glibc')
-makedepends=('python2' 'pandoc' 'go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ncw/rclone/archive/v$pkgver.tar.gz;)
-sha512sums=('1207316ed12646a4ec5f9795d5cca1de9d2fa333f60a8b6dd157462813e2e6ad9ebf85d3d20b9b881d11dcd9ac162b5a674a53ff2af15a452afcfc04f7b34f5b')
-
-prepare() {
-  cd rclone-$pkgver
-
-  sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
-
-  mkdir -p .gopath/src/github.com/ncw
-  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ncw/rclone
-}
-
-build() {
-  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
-
-  PATH="$GOPATH/bin:$PATH" make TAG=v$pkgver rclone rclone.1 MANUAL.html 
MANUAL.txt
-
-  ./rclone genautocomplete bash rclone.bash_completion
-  ./rclone genautocomplete zsh rclone.zsh_completion
-}
-
-check() {
-  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
-  make TAG=v$pkgver test || warning "Tests failed"
-}
-
-package() {
-  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
-  make TAG=v$pkgver DESTDIR="$pkgdir" install
-
-  install -Dm644 rclone.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/rclone
-  install -Dm644 rclone.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_rclone
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
-}

Copied: rclone/repos/community-x86_64/PKGBUILD (from rev 409875, 
rclone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 20:13:07 UTC (rev 409876)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgname=rclone
+pkgver=1.45
+pkgrel=1
+pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
+arch=('x86_64')
+url="http://rclone.org/;
+license=('MIT')
+depends=('glibc')
+makedepends=('python2' 'pandoc' 'go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ncw/rclone/archive/v$pkgver.tar.gz;)
+sha512sums=('348dbd6a069f736219b7f925b6aa5234a4d70724ee5bfdb56067241063be36c44a091a37acb3285627803fa013329a6ef804aab4c0070ddaf322c5324b9e2a5a')
+
+prepare() {
+  cd rclone-$pkgver
+
+  sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
+
+  mkdir -p .gopath/src/github.com/ncw
+  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/ncw/rclone
+}
+
+build() {
+  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
+
+  PATH="$GOPATH/bin:$PATH" make TAG=v$pkgver rclone rclone.1 MANUAL.html 
MANUAL.txt
+
+  ./rclone genautocomplete bash rclone.bash_completion
+  ./rclone genautocomplete zsh rclone.zsh_completion
+}
+
+check() {
+  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
+  make TAG=v$pkgver test || warning "Tests failed"
+}
+
+package() {
+  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
+  make TAG=v$pkgver DESTDIR="$pkgdir" install
+
+  install -Dm644 rclone.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/rclone
+  install -Dm644 rclone.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_rclone
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 20:12:48
  Author: felixonmars
Revision: 409875

upgpkg: rclone 1.45-1

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 20:11:45 UTC (rev 409874)
+++ PKGBUILD2018-11-26 20:12:48 UTC (rev 409875)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=rclone
-pkgver=1.44
+pkgver=1.45
 pkgrel=1
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('glibc')
 makedepends=('python2' 'pandoc' 'go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ncw/rclone/archive/v$pkgver.tar.gz;)
-sha512sums=('1207316ed12646a4ec5f9795d5cca1de9d2fa333f60a8b6dd157462813e2e6ad9ebf85d3d20b9b881d11dcd9ac162b5a674a53ff2af15a452afcfc04f7b34f5b')
+sha512sums=('348dbd6a069f736219b7f925b6aa5234a4d70724ee5bfdb56067241063be36c44a091a37acb3285627803fa013329a6ef804aab4c0070ddaf322c5324b9e2a5a')
 
 prepare() {
   cd rclone-$pkgver


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 20:11:45
  Author: felixonmars
Revision: 409874

archrelease: copy trunk to community-testing-any

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

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

Copied: python-pyaml/repos/community-testing-any/PKGBUILD (from rev 409873, 
python-pyaml/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-11-26 20:11:45 UTC (rev 409874)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-pyaml
+pkgname=(python-pyaml python2-pyaml)
+pkgver=18.11.0
+pkgrel=1
+pkgdesc="PyYAML-based module to produce pretty and readable YAML-serialized 
data"
+url="https://pypi.python.org/pypi/pyaml;
+license=('BSD')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml')
+checkdepends=('python-unidecode' 'python2-unidecode')
+source=("https://pypi.io/packages/source/p/pyaml/pyaml-$pkgver.tar.gz;)
+sha512sums=('4b052fd7bccfb1259833238a823048e230bc4a637312f06df3ab01dd9fde2983a87636600aa2cf4b92ee2ff119a6212b17ae6718a9078d915bcaed2f127257f9')
+
+prepare() {
+  cp -a pyaml-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyaml-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyaml-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyaml-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/pyaml-$pkgver-py2
+  python2 -m unittest pyaml.tests.dump
+}
+
+package_python-pyaml() {
+  depends=('python-yaml')
+  optdepends=('python-unidecode: Needed if same-id objects or recursion is 
used within serialized data')
+
+  cd pyaml-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+package_python2-pyaml() {
+  depends=('python2-yaml')
+  optdepends=('python2-unidecode: Needed if same-id objects or recursion is 
used within serialized data')
+
+  cd pyaml-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 20:11:29
  Author: felixonmars
Revision: 409873

upgpkg: python-pyaml 18.11.0-1

Modified:
  python-pyaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 20:08:18 UTC (rev 409872)
+++ PKGBUILD2018-11-26 20:11:29 UTC (rev 409873)
@@ -2,8 +2,8 @@
 
 pkgbase=python-pyaml
 pkgname=(python-pyaml python2-pyaml)
-pkgver=17.12.1
-pkgrel=2
+pkgver=18.11.0
+pkgrel=1
 pkgdesc="PyYAML-based module to produce pretty and readable YAML-serialized 
data"
 url="https://pypi.python.org/pypi/pyaml;
 license=('BSD')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml')
 checkdepends=('python-unidecode' 'python2-unidecode')
 source=("https://pypi.io/packages/source/p/pyaml/pyaml-$pkgver.tar.gz;)
-sha512sums=('1623e56d7fd6a18199bb3774252dabe0b19df6ac57802d4916ba78aaa2aa4db1796e4245003b8cae230dd0feeae9265e28170d6353b34fd8075b4cf1c22b932f')
+sha512sums=('4b052fd7bccfb1259833238a823048e230bc4a637312f06df3ab01dd9fde2983a87636600aa2cf4b92ee2ff119a6212b17ae6718a9078d915bcaed2f127257f9')
 
 prepare() {
   cp -a pyaml-$pkgver{,-py2}


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

2018-11-26 Thread Andreas Radke via arch-commits
Date: Monday, November 26, 2018 @ 20:02:10
  Author: andyrtr
Revision: 340416

upgpkg: cups-filters 1.21.4-1

upstream update 1.21.4

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:22:28 UTC (rev 340415)
+++ PKGBUILD2018-11-26 20:02:10 UTC (rev 340416)
@@ -1,8 +1,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.21.3
-pkgrel=3
+pkgver=1.21.4
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -16,15 +16,12 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz
-
cups-filters-poppler-0.69.0.patch::https://github.com/OpenPrinting/cups-filters/commit/6b0747c163.patch
 cups-filters-poppler-0.71.patch)
-sha256sums=('f5a61222148f68d0afc3bb5960eda167f9bcd0055dcd4c5c4a6909f1a79126e0'
-'c68a773ec7d44f2ad532fbe1d6cb3e4825300dcb626461d4bebdce911da24f1a'
+sha256sums=('708dc6498361dd45e14a44c4fc182266fef24fe5e473ae01534423ac76f566dc'
 '48df7e70e9835999affdbd8291e6d8e4997818a372aafaa352977b66b24b9735')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../cups-filters-poppler-0.69.0.patch
   patch -p1 -i ../cups-filters-poppler-0.71.patch
 }
 


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

2018-11-26 Thread Andreas Radke via arch-commits
Date: Monday, November 26, 2018 @ 20:02:22
  Author: andyrtr
Revision: 340417

archrelease: copy trunk to testing-x86_64

Added:
  cups-filters/repos/testing-x86_64/
  cups-filters/repos/testing-x86_64/PKGBUILD
(from rev 340416, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/testing-x86_64/cups-filters-poppler-0.71.patch
(from rev 340416, cups-filters/trunk/cups-filters-poppler-0.71.patch)

-+
 PKGBUILD|   66 +
 cups-filters-poppler-0.71.patch | 2149 ++
 2 files changed, 2215 insertions(+)

Copied: cups-filters/repos/testing-x86_64/PKGBUILD (from rev 340416, 
cups-filters/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-11-26 20:02:22 UTC (rev 340417)
@@ -0,0 +1,66 @@
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.21.4
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz
+cups-filters-poppler-0.71.patch)
+sha256sums=('708dc6498361dd45e14a44c4fc182266fef24fe5e473ae01534423ac76f566dc'
+'48df7e70e9835999affdbd8291e6d8e4997818a372aafaa352977b66b24b9735')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../cups-filters-poppler-0.71.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Ignore const-related errors (remove once fixed upstream)
+  CXXFLAGS+=' -fpermissive'
+
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--enable-auto-setup-driverless \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use cups group from cups pkg FS#56818
+  chgrp -R 209 ${pkgdir}/etc/cups
+
+  # license
+  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}

Copied: cups-filters/repos/testing-x86_64/cups-filters-poppler-0.71.patch (from 
rev 340416, cups-filters/trunk/cups-filters-poppler-0.71.patch)
===
--- testing-x86_64/cups-filters-poppler-0.71.patch  
(rev 0)
+++ testing-x86_64/cups-filters-poppler-0.71.patch  2018-11-26 20:02:22 UTC 
(rev 340417)
@@ -0,0 +1,2149 @@
+diff --git a/filter/pdftoijs.cxx b/filter/pdftoijs.cxx
+index dd6b6fa0..a9812be5 100644
+--- a/filter/pdftoijs.cxx
 b/filter/pdftoijs.cxx
+@@ -293,7 +293,7 @@ int main(int argc, char *argv[]) {
+   int job_id;
+   enum SplashColorMode cmode;
+   int rowpad;
+-  GBool reverseVideo;
++  bool reverseVideo;
+ 
+ #if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 19
+   setErrorCallback(::myErrorFun,NULL);
+@@ -380,7 +380,7 @@ int main(int argc, char *argv[]) {
+   /* set image's values */
+   int numChan,bitsPerSample;
+   const char *devName;
+-  reverseVideo = gFalse;
++  reverseVideo = false;
+   switch (colspace) {
+   case COL_RGB:
+ numChan=3;
+@@ -394,7 +394,7 @@ int main(int argc, char *argv[]) {
+ paperColor[2] = 255;
+ break;
+   case COL_BLACK1:
+-reverseVideo = gTrue;
++reverseVideo = true;
+   case COL_WHITE1:
+ numChan=1;
+ bitsPerSample=1;
+@@ -405,7 +405,7 @@ int main(int argc, char *argv[]) {
+ rowpad = 1;
+ break;
+   case COL_BLACK8:
+-reverseVideo = gTrue;
++reverseVideo = true;
+   case COL_WHITE8:
+ numChan=1;
+ 

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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:50:02
  Author: felixonmars
Revision: 409862

upgpkg: stack 1.9.1.1-9

rebuild with http-conduit 2.3.4

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:44:22 UTC (rev 409861)
+++ PKGBUILD2018-11-26 19:50:02 UTC (rev 409862)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.1.1
-pkgrel=8
+pkgrel=9
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:50:18
  Author: felixonmars
Revision: 409863

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   75 
 stack.install |4 ++
 2 files changed, 79 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 409862, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 19:50:18 UTC (rev 409863)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.9.1.1
+pkgrel=9
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-simple' 
'haskell-path' 'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  hpack
+  sed -i '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 409862, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2018-11-26 19:50:18 UTC (rev 
409863)
@@ -0,0 +1,4 @@

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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:44:22
  Author: felixonmars
Revision: 409861

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 409860, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 19:44:22 UTC (rev 409861)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.17.3
+pkgrel=128
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 
'haskell-src-exts'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-mmap' 'haskell-network' 'haskell-network-uri' 
'haskell-old-locale'
+ 'haskell-process-extras' 'haskell-resourcet' 'haskell-storable-tuple' 
'haskell-tar'
+ 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('b8113e9dc6f44fbf684edfe6134eb44d55b1ef43afc3cb2051920daaec3e108df6209cfe822a8eeff884360c9b9415f2ab8273e7681e6bbcc1b9c77490370195')
+
+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 \
+-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}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:44:06
  Author: felixonmars
Revision: 409860

upgpkg: hoogle 5.0.17.3-128

rebuild with http-conduit 2.3.4

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:42:51 UTC (rev 409859)
+++ PKGBUILD2018-11-26 19:44:06 UTC (rev 409860)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.3
-pkgrel=127
+pkgrel=128
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:42:35
  Author: felixonmars
Revision: 409858

upgpkg: hledger-web 1.11.1-41

rebuild with http-conduit 2.3.4

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:41:21 UTC (rev 409857)
+++ PKGBUILD2018-11-26 19:42:35 UTC (rev 409858)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.11.1
-pkgrel=40
+pkgrel=41
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:42:51
  Author: felixonmars
Revision: 409859

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 409858, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 19:42:51 UTC (rev 409859)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.11.1
+pkgrel=41
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-blaze-html' 
'haskell-blaze-markup'
+ 'haskell-case-insensitive' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-data-default' 'haskell-hjsmin' 'haskell-http-conduit' 
'haskell-http-client'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('2ea29150a9e59d86e6760779aea6ac9928374e65a995044d9adbd48d0c89002b82f9ab46283f640154bc8c3853e9ba7a0d44635bc337305d7acc6f21e40a0b8d')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/< *4.12/<5/' $pkgname.cabal
+}
+
+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" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:41:21
  Author: felixonmars
Revision: 409857

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 409856, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
409856, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 19:41:21 UTC (rev 409857)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.5
+pkgrel=17
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('53daff7afd430c87e0359e2a712e34d10508768b2dece3d2c29b34fa18133d209b870f9f59df83dcf30b86ae75e7881eb7e05d7a51daa6787a2e3f220cadaf7e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-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 $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:41:05
  Author: felixonmars
Revision: 409856

upgpkg: haskell-yesod-auth 1.6.5-17

rebuild with http-conduit 2.3.4

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:39:51 UTC (rev 409855)
+++ PKGBUILD2018-11-26 19:41:05 UTC (rev 409856)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.5
-pkgrel=16
+pkgrel=17
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:39:51
  Author: felixonmars
Revision: 409855

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
409854, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 19:39:51 UTC (rev 409855)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.4.0
+pkgrel=75
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('45c167a59a44065e7252472ab1cf116a9ff7dabab6b7c35354716e9487fcd26ebc33f1b94a41a1558eadfd7bfa89047409818b868f5a8bce9111a83f5a42451e')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *2.3/<3/' -e 's/< *0.6/<1/' -e 's/< *0.11/<1/' 
$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-11-26 Thread David Runge via arch-commits
Date: Monday, November 26, 2018 @ 19:39:38
  Author: dvzrv
Revision: 409854

archrelease: copy trunk to community-x86_64

Added:
  eq10q/repos/community-x86_64/
  eq10q/repos/community-x86_64/PKGBUILD
(from rev 409853, eq10q/trunk/PKGBUILD)

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

Copied: eq10q/repos/community-x86_64/PKGBUILD (from rev 409853, 
eq10q/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-11-26 19:39:38 UTC (rev 409854)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+pkgname=eq10q
+pkgver=2.2
+pkgrel=3
+pkgdesc="Audio plugin bundle over the LV2 standard for Linux"
+arch=('x86_64')
+url="http://eq10q.sourceforge.net/;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('fftw' 'gtkmm')
+makedepends=('cmake' 'lv2')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4c6a79e9f1faeb431abd4e94b6bfa153b1ff5f55b3c2734d35a865ba23e3a7786ee45ee122cdcc26c9a8de915f1c4e2ec588a4c219ad6daf0ccf4a2b474b1e24')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # replacing use of deprecated pow10 with standardized exp10:
+  # https://sourceforge.net/p/eq10q/bugs/13/
+  sed -e 's/pow10/exp10/g' -i gui/widgets/{bandctl,bodeplot}.cpp
+  # fix install location: https://sourceforge.net/p/eq10q/bugs/20/
+  sed -e '/CMAKE_INSTALL_PREFIX/d' \
+  -e 's|sapista|lib/lv2/sapista|g' -i CMakeLists.txt
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 ../README -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2018-11-26 Thread Antonio Rojas via arch-commits
Date: Monday, November 26, 2018 @ 19:39:33
  Author: arojas
Revision: 409853

archrelease: copy trunk to community-x86_64

Added:
  deepin-cogl/repos/community-x86_64/PKGBUILD
(from rev 409851, deepin-cogl/trunk/PKGBUILD)
Deleted:
  deepin-cogl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 19:39:33 UTC (rev 409852)
+++ PKGBUILD2018-11-26 19:39:33 UTC (rev 409853)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-cogl
-pkgver=1.22.5
-pkgrel=1
-pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer for Deepin"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-cogl;
-license=('GPL2')
-depends=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 
'pango' 'libxrandr')
-makedepends=('gobject-introspection' 'git' 'gtk-doc')
-provides=("cogl=$pkgver")
-conflicts=("cogl")
-options=(!emptydirs)
-source=("git+https://github.com/linuxdeepin/deepin-cogl.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---enable-gles{1,2} \
---enable-{kms,wayland}-egl-platform \
---enable-wayland-egl-server
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make -j1
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: deepin-cogl/repos/community-x86_64/PKGBUILD (from rev 409851, 
deepin-cogl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 19:39:33 UTC (rev 409853)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-cogl
+pkgver=1.22.5
+pkgrel=2
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer for Deepin"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-cogl;
+license=('GPL2')
+depends=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 
'pango' 'libxrandr')
+makedepends=('gobject-introspection' 'git' 'gtk-doc')
+provides=("cogl=$pkgver")
+conflicts=("cogl")
+options=(!emptydirs)
+source=("git+https://github.com/linuxdeepin/deepin-cogl.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  sed -e 's|1.15|1.16 1.15|' -i autogen.sh # Support automake 1.16
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--enable-gles{1,2} \
+--enable-{kms,wayland}-egl-platform \
+--enable-wayland-egl-server
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make -j1
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:39:33
  Author: felixonmars
Revision: 409852

upgpkg: haskell-hakyll 4.12.4.0-75

rebuild with http-conduit 2.3.4

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:39:03 UTC (rev 409851)
+++ PKGBUILD2018-11-26 19:39:33 UTC (rev 409852)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.4.0
-pkgrel=74
+pkgrel=75
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2018-11-26 Thread Antonio Rojas via arch-commits
Date: Monday, November 26, 2018 @ 19:39:03
  Author: arojas
Revision: 409851

PIE rebuild

Modified:
  deepin-cogl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:37:50 UTC (rev 409850)
+++ PKGBUILD2018-11-26 19:39:03 UTC (rev 409851)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-cogl
 pkgver=1.22.5
-pkgrel=1
+pkgrel=2
 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer for Deepin"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-cogl;
@@ -18,6 +18,7 @@
 prepare() {
   cd $pkgname
 
+  sed -e 's|1.15|1.16 1.15|' -i autogen.sh # Support automake 1.16
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:37:50
  Author: felixonmars
Revision: 409850

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 409849, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/ghc-8.4.patch
(from rev 409849, git-annex/trunk/ghc-8.4.patch)

---+
 PKGBUILD  |   56 +
 ghc-8.4.patch |  121 
 2 files changed, 177 insertions(+)

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 409849, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 19:37:50 UTC (rev 409850)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=7.20181121
+pkgrel=4
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
+ 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-hinotify'
+ 'haskell-hslogger' 'haskell-http-client' 'haskell-http-client-tls' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-network'
+ 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun' 'haskell-torrent'
+ 'haskell-unix-compat' 'haskell-unordered-containers' 
'haskell-utf8-string' 'haskell-uuid'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 
'haskell-warp-tls'
+ 'haskell-yesod' 'haskell-yesod-core' 'haskell-yesod-form' 
'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd git-annex
+  sed -i '1i{-# language NoMonadFailDesugaring #-}' Remote/Glacier.hs 
Remote/Ddar.hs Remote/Helper/Ssh.hs Remote/Bup.hs Annex/YoutubeDl.hs 
Remote/Git.hs Assistant/TransferQueue.hs Assistant/Threads/RemoteControl.hs 
Test.hs
+}
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+-ftorrentparser -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/ghc-8.4.patch (from rev 
409849, git-annex/trunk/ghc-8.4.patch)
===
--- community-staging-x86_64/ghc-8.4.patch  (rev 0)
+++ community-staging-x86_64/ghc-8.4.patch  2018-11-26 19:37:50 UTC (rev 
409850)
@@ -0,0 +1,121 @@
+diff --git a/Command/Info.hs b/Command/Info.hs
+index c9a314056a..3ae82f5532 100644
+--- a/Command/Info.hs
 b/Command/Info.hs
+@@ -56,15 +56,17 @@ data KeyData = KeyData
+   , backendsKeys :: M.Map KeyVariety Integer
+   }
+ 
+-instance Monoid KeyData where
+-  mempty = KeyData 0 0 0 M.empty
+-  mappend a b = KeyData
++instance Semigroup KeyData where
++  a <> b = KeyData
+   { countKeys = countKeys a + countKeys b
+   , sizeKeys = sizeKeys a + sizeKeys b
+   , unknownSizeKeys = unknownSizeKeys a + unknownSizeKeys b
+   , backendsKeys = backendsKeys a <> backendsKeys b
+   }
+ 

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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:37:34
  Author: felixonmars
Revision: 409849

upgpkg: git-annex 7.20181121-4

rebuild with http-conduit 2.3.4

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:35:11 UTC (rev 409848)
+++ PKGBUILD2018-11-26 19:37:34 UTC (rev 409849)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=7.20181121
-pkgrel=3
+pkgrel=4
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2018-11-26 Thread David Runge via arch-commits
Date: Monday, November 26, 2018 @ 19:35:11
  Author: dvzrv
Revision: 409848

Adding eq10q from the AUR.

Added:
  eq10q/
  eq10q/repos/
  eq10q/trunk/
  eq10q/trunk/PKGBUILD

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

Added: eq10q/trunk/PKGBUILD
===
--- eq10q/trunk/PKGBUILD(rev 0)
+++ eq10q/trunk/PKGBUILD2018-11-26 19:35:11 UTC (rev 409848)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+pkgname=eq10q
+pkgver=2.2
+pkgrel=3
+pkgdesc="Audio plugin bundle over the LV2 standard for Linux"
+arch=('x86_64')
+url="http://eq10q.sourceforge.net/;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('fftw' 'gtkmm')
+makedepends=('cmake' 'lv2')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4c6a79e9f1faeb431abd4e94b6bfa153b1ff5f55b3c2734d35a865ba23e3a7786ee45ee122cdcc26c9a8de915f1c4e2ec588a4c219ad6daf0ccf4a2b474b1e24')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # replacing use of deprecated pow10 with standardized exp10:
+  # https://sourceforge.net/p/eq10q/bugs/13/
+  sed -e 's/pow10/exp10/g' -i gui/widgets/{bandctl,bodeplot}.cpp
+  # fix install location: https://sourceforge.net/p/eq10q/bugs/20/
+  sed -e '/CMAKE_INSTALL_PREFIX/d' \
+  -e 's|sapista|lib/lv2/sapista|g' -i CMakeLists.txt
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 ../README -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:32:04
  Author: felixonmars
Revision: 409847

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 409846, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 19:32:04 UTC (rev 409847)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.20
+pkgrel=117
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="https://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-byteable'
+ 'haskell-case-insensitive' 'haskell-cereal' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-exceptions' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lifted-base' 'haskell-memory' 
'haskell-monad-control'
+ 'haskell-network' 'haskell-old-locale' 'haskell-resourcet' 
'haskell-safe'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 'haskell-xml-conduit')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-errors' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-quickcheck-instances' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-transformers-base')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b6c9b78c1918fc01057ac3c9f57c98d0d796a228b2efce7f4b8763e6ba86fdad0e29637359a1f2f830adb19cdaade20c4eb08bbe9259bbc79da718771ac5f821')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "Requires AWS credentials to test"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:31:46
  Author: felixonmars
Revision: 409846

upgpkg: haskell-aws 0.20-117

rebuild with http-conduit 2.3.4

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:30:33 UTC (rev 409845)
+++ PKGBUILD2018-11-26 19:31:46 UTC (rev 409846)
@@ -4,7 +4,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.20
-pkgrel=116
+pkgrel=117
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws;
 license=("custom:BSD3")


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:30:33
  Author: felixonmars
Revision: 409845

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   96 
 v2ray.service |   28 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 19:30:24 UTC (rev 409844)
+++ PKGBUILD2018-11-26 19:30:33 UTC (rev 409845)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: pandada8 
-
-pkgname=v2ray
-pkgver=4.6.0
-pkgrel=1
-pkgdesc="A platform for building proxies to bypass network restrictions"
-arch=('x86_64')
-url="https://github.com/v2ray/v2ray-core;
-license=('MIT')
-depends=('glibc')
-makedepends=('go' 'git')
-backup=(etc/v2ray/config.json)
-source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip;
-'v2ray.service')
-sha512sums=('92b0fe0a17712bc7b379e376bcb8977d21c218a340d6e2dd12e239b963bf9857d877a0ea5a91abe5509228c04a578336edb0700d04e763b1888e426f3b2e0384'
-
'37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p "$GOPATH"/src
-
-  mv *.com *.io *.org "$GOPATH"/src/
-}
-
-build() {
-  go build -o v2ray v2ray.com/core/main
-  go build -o v2ctl v2ray.com/ext/tools/control/main
-}
-
-check() {
-  cd "$GOPATH"/src/v2ray.com/core
-  go test -p 1 -tags json -v v2ray.com/core/...
-}
-
-package() {
-  cd "$GOPATH"/src/v2ray.com/core
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
-  install -Dm644 release/config/systemd/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
-  sed -i -e '/ExecStart/i Environment=V2RAY_LOCATION_ASSET=/etc/v2ray' \
- -e 's|/usr/bin/v2ray/v2ray|/usr/bin/v2ray|' \
- "$pkgdir"/usr/lib/systemd/system/v2ray.service
-  install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
-  install -Dm755 "$srcdir"/v2ray -t "$pkgdir"/usr/bin/
-  install -Dm755 "$srcdir"/v2ctl -t "$pkgdir"/usr/bin/
-
-  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
-}

Copied: v2ray/repos/community-x86_64/PKGBUILD (from rev 409844, 
v2ray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 19:30:33 UTC (rev 409845)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: pandada8 
+
+pkgname=v2ray
+pkgver=4.6.5
+pkgrel=1
+pkgdesc="A platform for building proxies to bypass network restrictions"
+arch=('x86_64')
+url="https://github.com/v2ray/v2ray-core;
+license=('MIT')
+depends=('glibc')
+makedepends=('go' 'git')
+backup=(etc/v2ray/config.json)
+source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip;
+'v2ray.service')
+sha512sums=('4e454434c1c90eb564be9af088b51fba66c8bd114cb946bd07d62fe8e454ea32d2a260873362b0139e1aa53e9bd38d069b2d4087928855e0bb20453f31082e0f'
+
'37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p "$GOPATH"/src
+
+  mv *.com *.io *.org "$GOPATH"/src/
+}
+
+build() {
+  go build -o v2ray v2ray.com/core/main
+  go build -o v2ctl v2ray.com/ext/tools/control/main
+}
+
+check() {
+  cd "$GOPATH"/src/v2ray.com/core
+  go test -p 1 -tags json -v v2ray.com/core/...
+}
+
+package() {
+  cd "$GOPATH"/src/v2ray.com/core
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
+  install -Dm644 release/config/systemd/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
+  sed -i -e '/ExecStart/i Environment=V2RAY_LOCATION_ASSET=/etc/v2ray' \
+ -e 's|/usr/bin/v2ray/v2ray|/usr/bin/v2ray|' \
+ "$pkgdir"/usr/lib/systemd/system/v2ray.service
+  install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
+  install -Dm755 "$srcdir"/v2ray -t "$pkgdir"/usr/bin/
+  install -Dm755 "$srcdir"/v2ctl -t "$pkgdir"/usr/bin/
+
+  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
+}

Deleted: v2ray.service
===
--- v2ray.service   2018-11-26 19:30:24 UTC (rev 409844)
+++ v2ray.service   2018-11-26 19:30:33 UTC (rev 409845)
@@ -1,14 +0,0 @@
-[Unit]
-Description=V2Ray Service
-After=network.target

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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:30:14
  Author: felixonmars
Revision: 409843

upgpkg: v2ray 4.6.5-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:29:54 UTC (rev 409842)
+++ PKGBUILD2018-11-26 19:30:14 UTC (rev 409843)
@@ -2,7 +2,7 @@
 # Contributor: pandada8 
 
 pkgname=v2ray
-pkgver=4.6.0
+pkgver=4.6.5
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 backup=(etc/v2ray/config.json)
 
source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip;
 'v2ray.service')
-sha512sums=('92b0fe0a17712bc7b379e376bcb8977d21c218a340d6e2dd12e239b963bf9857d877a0ea5a91abe5509228c04a578336edb0700d04e763b1888e426f3b2e0384'
+sha512sums=('4e454434c1c90eb564be9af088b51fba66c8bd114cb946bd07d62fe8e454ea32d2a260873362b0139e1aa53e9bd38d069b2d4087928855e0bb20453f31082e0f'
 
'37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
 
 prepare() {


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:29:54
  Author: felixonmars
Revision: 409842

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
409841, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 19:29:54 UTC (rev 409842)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.4
+pkgrel=209
+pkgdesc="Authentication methods for Haskell web applications."
+url="https://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-conduit' 'haskell-http-conduit' 
'haskell-http-types'
+ 'haskell-network-uri' 'haskell-resourcet' 'haskell-tagstream-conduit'
+ 'haskell-unordered-containers' 'haskell-xml-conduit')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a6e5a9f4c20ca2bb980958c0cc6273492a6488a3f7c1954170bb8b40e46a4c2f7b607c961506e11ddc5421289c907148c1bc70b855bd16664bc1153ef7865571')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-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 $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:29:38
  Author: felixonmars
Revision: 409841

upgpkg: haskell-authenticate 1.3.4-209

rebuild with http-conduit 2.3.4

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:28:55 UTC (rev 409840)
+++ PKGBUILD2018-11-26 19:29:38 UTC (rev 409841)
@@ -4,7 +4,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.4
-pkgrel=208
+pkgrel=209
 pkgdesc="Authentication methods for Haskell web applications."
 url="https://github.com/yesodweb/authenticate;
 license=("MIT")


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:28:39
  Author: felixonmars
Revision: 409839

upgpkg: haskell-http-conduit 2.3.4-1

rebuild with http-conduit 2.3.4

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:26:40 UTC (rev 409838)
+++ PKGBUILD2018-11-26 19:28:39 UTC (rev 409839)
@@ -3,8 +3,8 @@
 
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
-pkgver=2.3.2
-pkgrel=80
+pkgver=2.3.4
+pkgrel=1
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("custom:BSD3")
@@ -17,7 +17,7 @@
  'haskell-unliftio' 'haskell-utf8-string' 'haskell-wai' 
'haskell-wai-conduit'
  'haskell-warp' 'haskell-warp-tls')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('5c62f8f43c27645ad8b938ab9cfc6654f1c191dabe38f547a9dfd0b82964de514e8f89fc14a94319aa6bd6d6f223f6aa81001ee1c519c141acb9516b505bf03b')
+sha512sums=('e5fa31cda65dfe94ef784ff1046fb17670ff9f5a84185d15912503b110e89d0af934d4506e3021ba07ab0b38b18131d84086d432f5d1f86ed549e8ddf8a2f881')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:28:55
  Author: felixonmars
Revision: 409840

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 409839, haskell-http-conduit/trunk/PKGBUILD)

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

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
409839, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 19:28:55 UTC (rev 409840)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.3.4
+pkgrel=1
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-resourcet' 
'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-connection'
+ 'haskell-cookie' 'haskell-data-default-class' 'haskell-hunit' 
'haskell-hspec'
+ 'haskell-lifted-base' 'haskell-network' 
'haskell-streaming-commons' 'haskell-temporary'
+ 'haskell-unliftio' 'haskell-utf8-string' 'haskell-wai' 
'haskell-wai-conduit'
+ 'haskell-warp' 'haskell-warp-tls')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e5fa31cda65dfe94ef784ff1046fb17670ff9f5a84185d15912503b110e89d0af934d4506e3021ba07ab0b38b18131d84086d432f5d1f86ed549e8ddf8a2f881')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:25:24
  Author: felixonmars
Revision: 409831

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 409830, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 409830, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 19:25:24 UTC (rev 409831)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.5.0
+pkgrel=150
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('87861cddb353262630e4370e12e508224b3c14e128082909b4b35f0526dfe648a744d68cc27f77f2f8bb098af37a2af7bdc805d88018bba5e48b6c1ff1749f10')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i '1i{-# language NoMonadFailDesugaring #-}' 
src/ShellCheck/AnalyzerLib.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:25:08
  Author: felixonmars
Revision: 409830

upgpkg: shellcheck 0.5.0-150

rebuild with tree-diff 0.0.2

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:22:38 UTC (rev 409829)
+++ PKGBUILD2018-11-26 19:25:08 UTC (rev 409830)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.5.0
-pkgrel=149
+pkgrel=150
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:22:21
  Author: felixonmars
Revision: 409828

upgpkg: pandoc-crossref 0.3.3.0-41

rebuild with tree-diff 0.0.2

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:21:05 UTC (rev 409827)
+++ PKGBUILD2018-11-26 19:22:21 UTC (rev 409828)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.3.0
-pkgrel=40
+pkgrel=41
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


[arch-commits] Commit in python-pylint/repos (testing-any testing-any/PKGBUILD)

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:22:28
  Author: felixonmars
Revision: 340415

archrelease: copy trunk to testing-any

Added:
  python-pylint/repos/testing-any/
  python-pylint/repos/testing-any/PKGBUILD
(from rev 340414, python-pylint/trunk/PKGBUILD)

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

Copied: python-pylint/repos/testing-any/PKGBUILD (from rev 340414, 
python-pylint/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-11-26 19:22:28 UTC (rev 340415)
@@ -0,0 +1,46 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgname=python-pylint
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
+arch=('any')
+url="http://pylint.org;
+license=('GPL')
+depends=('python-astroid' 'python-setuptools' 'python-mccabe' 'python-isort')
+checkdepends=('python-pytest-runner' 'mpdecimal')
+optdepends=('tk: Pylint GUI'
+'graphviz: To have other output formats than dot or vcg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz;)
+sha512sums=('20a7abc08c73981618f1d2162daae780291b39a186f64ad871a761d59f164efd9ef8cedd6c3f904cae71b7d72040a7efe7d529d693294f4d886046160f06073d')
+
+prepare() {
+  sed -i 's/pytest<3.3/pytest/' pylint-pylint-$pkgver/setup.py
+
+  cd "$srcdir"/pylint-pylint-$pkgver/pylint
+  sed -e "s|/usr/bin/env python|/usr/bin/env python3|" -e 
"s|/usr/bin/python$|/usr/bin/python3|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
+}
+
+build() {
+  cd "$srcdir"/pylint-pylint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/pylint-pylint-$pkgver
+  # https://github.com/PyCQA/pylint/issues/2288
+  python setup.py pytest || warning "Tests failed"
+}
+
+package() {
+  depends=('python-astroid' 'python-setuptools' 'python-mccabe' 'python-isort')
+
+  cd pylint-pylint-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+
+  install -d "$pkgdir"/usr/share/man/man1
+  install -m644 man/* "$pkgdir"/usr/share/man/man1
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:22:38
  Author: felixonmars
Revision: 409829

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
409828, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 19:22:38 UTC (rev 409829)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.3.0
+pkgrel=41
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('6bcadfbaf3e1d99299ab86ed65fe9f964405bd7c7bb1fbf0463754cb2fb94570062bf763295877e9358046e6fccf4fc8eb1546045baeb596460f0f2762b8053c')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/< *0.6/<1/' -e 's/< *2.4/<3/' $pkgname.cabal
+sed -i 's/hiding (capitalize)/hiding (capitalize, toString)/' 
lib/Text/Pandoc/CrossRef/Util/Meta.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:22:11
  Author: felixonmars
Revision: 340414

upgpkg: python-pylint 2.2.0-1

Modified:
  python-pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:13:15 UTC (rev 340413)
+++ PKGBUILD2018-11-26 19:22:11 UTC (rev 340414)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=python-pylint
-pkgver=2.1.1
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('tk: Pylint GUI'
 'graphviz: To have other output formats than dot or vcg')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz;)
-sha512sums=('cb64c85418a893d87f635fb07a00343cb5933646a9a240cae948c75e3509a519c3d66ce801591ae5ef79736682b8aa1ae8d9f06e23a3853ad620b7f763677bd9')
+sha512sums=('20a7abc08c73981618f1d2162daae780291b39a186f64ad871a761d59f164efd9ef8cedd6c3f904cae71b7d72040a7efe7d529d693294f4d886046160f06073d')
 
 prepare() {
   sed -i 's/pytest<3.3/pytest/' pylint-pylint-$pkgver/setup.py


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:20:49
  Author: felixonmars
Revision: 409826

upgpkg: haskell-hakyll 4.12.4.0-74

rebuild with tree-diff 0.0.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:18:53 UTC (rev 409825)
+++ PKGBUILD2018-11-26 19:20:49 UTC (rev 409826)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.4.0
-pkgrel=73
+pkgrel=74
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:21:05
  Author: felixonmars
Revision: 409827

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
409826, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 19:21:05 UTC (rev 409827)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.4.0
+pkgrel=74
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('45c167a59a44065e7252472ab1cf116a9ff7dabab6b7c35354716e9487fcd26ebc33f1b94a41a1558eadfd7bfa89047409818b868f5a8bce9111a83f5a42451e')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *2.3/<3/' -e 's/< *0.6/<1/' -e 's/< *0.11/<1/' 
$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:18:53
  Author: felixonmars
Revision: 409825

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
409824, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 19:18:53 UTC (rev 409825)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.14.8.1
+pkgrel=8
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-attoparsec' 'haskell-base-compat'
+ 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-old-locale' 
'pandoc'
+ 'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 
'haskell-split'
+ 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' '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=('9645a0a47ad9db7429ef80ef903de29ed2b7d633739bf7cdd36c8786152f9ebde2680d8e2b87a7014c4f2789e9248d6a292e2827156e97c0a49d92d87c6682cb')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+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" --enable-tests \
+--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
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:18:36
  Author: felixonmars
Revision: 409824

upgpkg: pandoc-citeproc 0.14.8.1-8

rebuild with tree-diff 0.0.2

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:18:25 UTC (rev 409823)
+++ PKGBUILD2018-11-26 19:18:36 UTC (rev 409824)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.14.8.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


[arch-commits] Commit in deepin-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:18:16
  Author: felixonmars
Revision: 409822

archrelease: copy trunk to community-any

Added:
  deepin-icon-theme/repos/community-any/PKGBUILD
(from rev 409821, deepin-icon-theme/trunk/PKGBUILD)
Deleted:
  deepin-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 19:17:58 UTC (rev 409821)
+++ PKGBUILD2018-11-26 19:18:16 UTC (rev 409822)
@@ -1,21 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-icon-theme
-pkgver=15.12.64
-pkgrel=1
-pkgdesc="Deepin Icons"
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-icon-theme;
-license=('GPL3')
-depends=('papirus-icon-theme')
-replaces=('deepin-cursor-theme')
-conflicts=('deepin-cursor-theme')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;)
-sha512sums=('c154e822b505ffe6ebf79345988484dacdeb5c93661c76bf78fad4cde6ce9dea03a6dde7f7e220bb19337ed6447b62b3eaee620d479deb78415ca34bd92b')
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-icon-theme/repos/community-any/PKGBUILD (from rev 409821, 
deepin-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 19:18:16 UTC (rev 409822)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-icon-theme
+pkgver=15.12.65
+pkgrel=1
+pkgdesc="Deepin Icons"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-icon-theme;
+license=('GPL3')
+depends=('papirus-icon-theme')
+replaces=('deepin-cursor-theme')
+conflicts=('deepin-cursor-theme')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;)
+sha512sums=('e644023b5041b32bc0e561e86a0f185e119625bb0b634651b717dbc97db9dfea0b7653e9f25dc9e94c096ad190af68087f019474076ad3f147de338ec840575a')
+
+build() {
+  cd $pkgname-$pkgver
+  make hicolor-links
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install-icons install-cursors
+
+  cp -a ./Sea ./usr/share/icons/hicolor "$pkgdir"/usr/share/icons/
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:17:58
  Author: felixonmars
Revision: 409821

upgpkg: deepin-icon-theme 15.12.65-1

Modified:
  deepin-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:17:19 UTC (rev 409820)
+++ PKGBUILD2018-11-26 19:17:58 UTC (rev 409821)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-icon-theme
-pkgver=15.12.64
+pkgver=15.12.65
 pkgrel=1
 pkgdesc="Deepin Icons"
 arch=('any')
@@ -13,9 +13,16 @@
 replaces=('deepin-cursor-theme')
 conflicts=('deepin-cursor-theme')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;)
-sha512sums=('c154e822b505ffe6ebf79345988484dacdeb5c93661c76bf78fad4cde6ce9dea03a6dde7f7e220bb19337ed6447b62b3eaee620d479deb78415ca34bd92b')
+sha512sums=('e644023b5041b32bc0e561e86a0f185e119625bb0b634651b717dbc97db9dfea0b7653e9f25dc9e94c096ad190af68087f019474076ad3f147de338ec840575a')
 
+build() {
+  cd $pkgname-$pkgver
+  make hicolor-links
+}
+
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install-icons install-cursors
+
+  cp -a ./Sea ./usr/share/icons/hicolor "$pkgdir"/usr/share/icons/
 }


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:15:42
  Author: felixonmars
Revision: 409815

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 409814, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 19:15:42 UTC (rev 409815)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.4
+pkgrel=8
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-skylighting' 'haskell-hslua'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml' 'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath'
+ 'haskell-network' 'haskell-pandoc-types' 'haskell-random'
+ 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri' 
'haskell-unicode-transforms'
+ 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
+ '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' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('8ff0256c36629efea236753078ab9fd7c7caebe4b0b5b7020d5a286d84c25fd464ce040bb960b0a58d38efe39abfbdeb31e80fd7289ef95013509aedc675a64b')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+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" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -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
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+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"
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:15:26
  Author: felixonmars
Revision: 409814

upgpkg: pandoc 2.4-8

rebuild with tree-diff 0.0.2

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:11:01 UTC (rev 409813)
+++ PKGBUILD2018-11-26 19:15:26 UTC (rev 409814)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.4
-pkgrel=7
+pkgrel=8
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


[arch-commits] Commit in python-astroid/repos (testing-any testing-any/PKGBUILD)

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:13:15
  Author: felixonmars
Revision: 340413

archrelease: copy trunk to testing-any

Added:
  python-astroid/repos/testing-any/
  python-astroid/repos/testing-any/PKGBUILD
(from rev 340412, python-astroid/trunk/PKGBUILD)

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

Copied: python-astroid/repos/testing-any/PKGBUILD (from rev 340412, 
python-astroid/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-11-26 19:13:15 UTC (rev 340413)
@@ -0,0 +1,32 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgname=python-astroid
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Useful miscellaneous modules used by Logilab projects"
+arch=('any')
+url="https://github.com/PyCQA/astroid;
+license=('LGPL')
+depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt')
+makedepends=('python-setuptools')
+checkdepends=('python-dateutil' 'python-pytest' 'python-numpy' 'python-nose')
+replaces=('python-logilab-astng')
+conflicts=('python-logilab-astng')
+source=(https://github.com/PyCQA/astroid/archive/astroid-$pkgver.tar.gz)
+sha512sums=('e49a191ceac7840caf4194bf710e223f70dcd82c40679d642ea16d0e21de75a33459066650a9ba82c4017de1442afef0775fe77954ebde59dae265c9c8e9fecc')
+
+build() {
+  cd "$srcdir"/astroid-astroid-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/astroid-astroid-$pkgver
+  pytest
+}
+
+package() {
+  cd "$srcdir"/astroid-astroid-$pkgver
+  python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:13:00
  Author: felixonmars
Revision: 340412

upgpkg: python-astroid 2.1.0-1

Modified:
  python-astroid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 18:30:06 UTC (rev 340411)
+++ PKGBUILD2018-11-26 19:13:00 UTC (rev 340412)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-astroid
-pkgver=2.0.4
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
@@ -14,7 +14,7 @@
 replaces=('python-logilab-astng')
 conflicts=('python-logilab-astng')
 source=(https://github.com/PyCQA/astroid/archive/astroid-$pkgver.tar.gz)
-sha512sums=('1d52430a821b53ec0f40cee4ab600a290d4c0371d348b969edded88c6ec3f8c5f0887f271e0f7eff298c0de13505a1137c5d233b6fdc2029b2eebe582d02c617')
+sha512sums=('e49a191ceac7840caf4194bf710e223f70dcd82c40679d642ea16d0e21de75a33459066650a9ba82c4017de1442afef0775fe77954ebde59dae265c9c8e9fecc')
 
 build() {
   cd "$srcdir"/astroid-astroid-$pkgver


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:11:01
  Author: felixonmars
Revision: 409813

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 19:10:43 UTC (rev 409812)
+++ PKGBUILD2018-11-26 19:11:01 UTC (rev 409813)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Duscheleit 
-
-pkgbase=python-colorama
-pkgname=('python-colorama' 'python2-colorama')
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="Python API for cross-platform colored terminal text."
-arch=('any')
-url="http://pypi.python.org/pypi/colorama;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tartley/colorama/archive/$pkgver.tar.gz;)
-sha512sums=('e2214c0a4ce1dd5515cf12cbb91220d2314da747b1a1246641117e70ea81b162cb4748b2b5dff049e102540470617a0076a3afff64bfe67158bf7bd95e1cc6f8')
-
-prepare() {
-  cp -a colorama-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/colorama-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/colorama-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/colorama-$pkgver
-  python -m unittest discover -p *_test.py || warning "Tests failed"
-
-  cd "$srcdir"/colorama-$pkgver-py2
-  python2 -m unittest discover -p *_test.py || warning "Tests failed"
-}
-
-package_python-colorama() {
-  depends=('python')
-
-  cd colorama-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-colorama() {
-  depends=('python2')
-
-  cd colorama-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-colorama/repos/community-any/PKGBUILD (from rev 409812, 
python-colorama/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 19:11:01 UTC (rev 409813)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Alexander Duscheleit 
+
+pkgbase=python-colorama
+pkgname=('python-colorama' 'python2-colorama')
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Python API for cross-platform colored terminal text."
+arch=('any')
+url="http://pypi.python.org/pypi/colorama;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tartley/colorama/archive/$pkgver.tar.gz;)
+sha512sums=('006069859ca05ec8a6808860ca73ab541b246e6e6443b1bc8426973beaa5268660b48994f21edb6492fe97c4b9d29949b874b861ec200b1756d40e8abda8dee0')
+
+prepare() {
+  cp -a colorama-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/colorama-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/colorama-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/colorama-$pkgver
+  python -m unittest discover -p *_test.py || warning "Tests failed"
+
+  cd "$srcdir"/colorama-$pkgver-py2
+  python2 -m unittest discover -p *_test.py || warning "Tests failed"
+}
+
+package_python-colorama() {
+  depends=('python')
+
+  cd colorama-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-colorama() {
+  depends=('python2')
+
+  cd colorama-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:10:25
  Author: felixonmars
Revision: 409811

archrelease: copy trunk to community-x86_64

Added:
  deepin-terminal/repos/community-x86_64/PKGBUILD
(from rev 409810, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-x86_64/remove-vendor.patch
(from rev 409810, deepin-terminal/trunk/remove-vendor.patch)
Deleted:
  deepin-terminal/repos/community-x86_64/PKGBUILD
  deepin-terminal/repos/community-x86_64/remove-vendor.patch

-+
 PKGBUILD|   78 
 remove-vendor.patch |  158 +-
 2 files changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 19:10:08 UTC (rev 409810)
+++ PKGBUILD2018-11-26 19:10:25 UTC (rev 409811)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=3.0.11
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal;
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu')
-makedepends=('vala' 'cmake')
-optdepends=('deepin-manual: view the help manual'
-'zssh: for Remote Management support')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('c1b1c0fcb38208349156832175872fb532ade3501a045c4c3440751b5948c40dfaab4c659cc9f7aef6e3c6ec5a4356aab5d34b3800f55a0d892d96bf50c78543')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DTEST_BUILD=OFF \
--DUSE_VENDOR_LIB=OFF \
--DVERSION=$pkgver \
-../deepin-terminal-$pkgver
-  make
-}
-
-package() {
-  make -C build DESTDIR="$pkgdir" install
-  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
-}

Copied: deepin-terminal/repos/community-x86_64/PKGBUILD (from rev 409810, 
deepin-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 19:10:25 UTC (rev 409811)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-terminal
+pkgver=3.0.11.1
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-terminal;
+license=('GPL3')
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu')
+makedepends=('vala' 'cmake')
+optdepends=('deepin-manual: view the help manual'
+'zssh: for Remote Management support')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
+sha512sums=('9e2d7a87821978808cb99f3e7aff6263a0cb1a24acc8079203221e482824a45129778622e3a47f171de5a945baebf2ef82aa43fa37ada1501ef58535e14699f9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DTEST_BUILD=OFF \
+-DUSE_VENDOR_LIB=OFF \
+-DVERSION=$pkgver \
+../deepin-terminal-$pkgver
+  make
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
+}

Deleted: remove-vendor.patch
===
--- remove-vendor.patch 2018-11-26 19:10:08 UTC (rev 409810)
+++ remove-vendor.patch 2018-11-26 19:10:25 UTC (rev 409811)
@@ -1,79 +0,0 @@
-From: Yanhao Mo 
-Date: Wed, 16 May 2018 13:16:20 +0800
-Subject: use system libs
-

- CMakeLists.txt | 25 +
- 1 file changed, 5 insertions(+), 20 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9d57aca..47f83d7 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -24,6 +24,7 @@ pkg_check_modules(RSVG REQUIRED librsvg-2.0)
- pkg_check_modules(WNCK REQUIRED libwnck-3.0)
- pkg_check_modules(FONTCONFIG REQUIRED fontconfig)
- pkg_check_modules(GLIB REQUIRED glib-2.0)
-+pkg_check_modules(VTE REQUIRED vte-2.91)
- 
- OPTION(TEST_BUILD "Build with native testing" ON)
- 
-@@ -44,22 +45,6 @@ execute_process(
- )
- endif()
- 
--ExternalProject_Add(Vte-0.29
--  SOURCE_DIR ${CMAKE_SOURCE_DIR}/3rdparty/vte-0.50.1
--  CONFIGURE_COMMAND ./configure --enable-static
--  BUILD_COMMAND make
--  INSTALL_COMMAND ""
--  BUILD_IN_SOURCE 1
--  )
--
--ExternalProject_Add(zssh-1.5c
--  SOURCE_DIR ${CMAKE_SOURCE_DIR}/3rdparty/zssh-1.5c
--  CONFIGURE_COMMAND ./configure
--  BUILD_COMMAND make
--  INSTALL_COMMAND ""
--  BUILD_IN_SOURCE 1
--  )
--
- set(CFLAGS
-   ${GIO_CFLAGS}
-   ${GTK3_CFLAGS} ${GTK3_CFLAGS_OTHER}
-@@ -79,7 +64,7 @@ 

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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:10:43
  Author: felixonmars
Revision: 409812

upgpkg: python-colorama 0.4.1-1

Modified:
  python-colorama/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:10:25 UTC (rev 409811)
+++ PKGBUILD2018-11-26 19:10:43 UTC (rev 409812)
@@ -3,7 +3,7 @@
 
 pkgbase=python-colorama
 pkgname=('python-colorama' 'python2-colorama')
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc="Python API for cross-platform colored terminal text."
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-mock' 'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/tartley/colorama/archive/$pkgver.tar.gz;)
-sha512sums=('e2214c0a4ce1dd5515cf12cbb91220d2314da747b1a1246641117e70ea81b162cb4748b2b5dff049e102540470617a0076a3afff64bfe67158bf7bd95e1cc6f8')
+sha512sums=('006069859ca05ec8a6808860ca73ab541b246e6e6443b1bc8426973beaa5268660b48994f21edb6492fe97c4b9d29949b874b861ec200b1756d40e8abda8dee0')
 
 prepare() {
   cp -a colorama-$pkgver{,-py2}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:10:08
  Author: felixonmars
Revision: 409810

upgpkg: deepin-terminal 3.0.11.1-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:09:27 UTC (rev 409809)
+++ PKGBUILD2018-11-26 19:10:08 UTC (rev 409810)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-terminal
-pkgver=3.0.11
+pkgver=3.0.11.1
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'zssh: for Remote Management support')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('c1b1c0fcb38208349156832175872fb532ade3501a045c4c3440751b5948c40dfaab4c659cc9f7aef6e3c6ec5a4356aab5d34b3800f55a0d892d96bf50c78543')
+sha512sums=('9e2d7a87821978808cb99f3e7aff6263a0cb1a24acc8079203221e482824a45129778622e3a47f171de5a945baebf2ef82aa43fa37ada1501ef58535e14699f9')
 
 prepare() {
   mkdir -p build


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:08:48
  Author: felixonmars
Revision: 409808

archrelease: copy trunk to community-x86_64

Added:
  deepin-music/repos/community-x86_64/PKGBUILD
(from rev 409807, deepin-music/trunk/PKGBUILD)
Deleted:
  deepin-music/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 19:08:31 UTC (rev 409807)
+++ PKGBUILD2018-11-26 19:08:48 UTC (rev 409808)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-music
-pkgver=3.1.9
-pkgrel=1
-pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-music;
-license=('GPL3')
-depends=('deepin-qt5integration' 'ffmpeg' 'taglib' 'libcue' 'qt5-svg' 
'gst-plugins-bad')
-makedepends=('python' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz;)
-sha512sums=('bc6e9623eb1aa727859682122752cb88a7aafa995324793c8b381b70174ccb7c2c47b924e5755a33a9d092f44b7d8bc81841e2e8f6854c914481d233e6268074')
-
-build() {
-  cd deepin-music-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-music-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-music/repos/community-x86_64/PKGBUILD (from rev 409807, 
deepin-music/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 19:08:48 UTC (rev 409808)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-music
+pkgver=3.1.10
+pkgrel=1
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-music;
+license=('GPL3')
+depends=('deepin-qt5integration' 'ffmpeg' 'taglib' 'libcue' 'qt5-svg' 
'gst-plugins-bad')
+makedepends=('python' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz;)
+sha512sums=('da39db34cba7001e3da6cc4d52db5b6b78e497340cfe4a953b46b1d69fb7c7807876c1a498f393d56258e3a5f8082a1906459c233701056822d771baf4dfa289')
+
+build() {
+  cd deepin-music-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-music-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:08:31
  Author: felixonmars
Revision: 409807

upgpkg: deepin-music 3.1.10-1

Modified:
  deepin-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:07:57 UTC (rev 409806)
+++ PKGBUILD2018-11-26 19:08:31 UTC (rev 409807)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-music
-pkgver=3.1.9
+pkgver=3.1.10
 pkgrel=1
 pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('python' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz;)
-sha512sums=('bc6e9623eb1aa727859682122752cb88a7aafa995324793c8b381b70174ccb7c2c47b924e5755a33a9d092f44b7d8bc81841e2e8f6854c914481d233e6268074')
+sha512sums=('da39db34cba7001e3da6cc4d52db5b6b78e497340cfe4a953b46b1d69fb7c7807876c1a498f393d56258e3a5f8082a1906459c233701056822d771baf4dfa289')
 
 build() {
   cd deepin-music-$pkgver


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:07:39
  Author: felixonmars
Revision: 409805

upgpkg: python-httpretty 0.9.6-1

Modified:
  python-httpretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:07:00 UTC (rev 409804)
+++ PKGBUILD2018-11-26 19:07:39 UTC (rev 409805)
@@ -2,8 +2,8 @@
 
 pkgbase=python-httpretty
 pkgname=("python-httpretty" "python2-httpretty")
-pkgver=0.9.5
-pkgrel=2
+pkgver=0.9.6
+pkgrel=1
 pkgdesc="HTTP client mock for Python"
 arch=('any')
 url="https://github.com/gabrielfalcao/httpretty;
@@ -14,7 +14,7 @@
   'python-requests' 'python2-requests' 'python-httplib2' 
'python2-httplib2'
   'python-nose-randomly' 'python2-nose-randomly' 'python-rednose' 
'python2-rednose')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver.tar.gz;)
-sha512sums=('6e830875cf51f4e9b2e248aa3395caf3950a05ce1df493d9e8b9f5cc9a2d1d1140e69d6e28f6c23acb388c91ef17d737d036736797e33186d20a25d21434184e')
+sha512sums=('6d4274961d4ff2475c4035e0174694a851640dcd383727de5508f342827f77143b09a7a2c644978d1ca5932945fec75a85187ca6979dbfd2e109e3540467abf0')
 
 prepare() {
   cp -a HTTPretty-$pkgver{,-py2}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:07:57
  Author: felixonmars
Revision: 409806

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 19:07:39 UTC (rev 409805)
+++ PKGBUILD2018-11-26 19:07:57 UTC (rev 409806)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-httpretty
-pkgname=("python-httpretty" "python2-httpretty")
-pkgver=0.9.5
-pkgrel=2
-pkgdesc="HTTP client mock for Python"
-arch=('any')
-url="https://github.com/gabrielfalcao/httpretty;
-license=('MIT')
-makedepends=('python-urllib3' 'python2-urllib3' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'python-mock'
-  'python2-mock' 'python-sure' 'python2-sure' 'python-tornado' 
'python2-tornado'
-  'python-requests' 'python2-requests' 'python-httplib2' 
'python2-httplib2'
-  'python-nose-randomly' 'python2-nose-randomly' 'python-rednose' 
'python2-rednose')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver.tar.gz;)
-sha512sums=('6e830875cf51f4e9b2e248aa3395caf3950a05ce1df493d9e8b9f5cc9a2d1d1140e69d6e28f6c23acb388c91ef17d737d036736797e33186d20a25d21434184e')
-
-prepare() {
-  cp -a HTTPretty-$pkgver{,-py2}
-}
-
-check() {
-  cd HTTPretty-$pkgver
-  nosetests3 -s tests || warning "Tests failed"
-
-  cd ../HTTPretty-$pkgver-py2
-  nosetests2 -s tests
-}
-
-package_python-httpretty() {
-  depends=('python-urllib3')
-
-  cd HTTPretty-$pkgver
-  python3 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/python-httpretty/COPYING"
-}
-
-package_python2-httpretty() {
-  depends=('python2-urllib3')
-
-  cd HTTPretty-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/python2-httpretty/COPYING"
-}

Copied: python-httpretty/repos/community-any/PKGBUILD (from rev 409805, 
python-httpretty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 19:07:57 UTC (rev 409806)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-httpretty
+pkgname=("python-httpretty" "python2-httpretty")
+pkgver=0.9.6
+pkgrel=1
+pkgdesc="HTTP client mock for Python"
+arch=('any')
+url="https://github.com/gabrielfalcao/httpretty;
+license=('MIT')
+makedepends=('python-urllib3' 'python2-urllib3' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'python-mock'
+  'python2-mock' 'python-sure' 'python2-sure' 'python-tornado' 
'python2-tornado'
+  'python-requests' 'python2-requests' 'python-httplib2' 
'python2-httplib2'
+  'python-nose-randomly' 'python2-nose-randomly' 'python-rednose' 
'python2-rednose')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver.tar.gz;)
+sha512sums=('6d4274961d4ff2475c4035e0174694a851640dcd383727de5508f342827f77143b09a7a2c644978d1ca5932945fec75a85187ca6979dbfd2e109e3540467abf0')
+
+prepare() {
+  cp -a HTTPretty-$pkgver{,-py2}
+}
+
+check() {
+  cd HTTPretty-$pkgver
+  nosetests3 -s tests || warning "Tests failed"
+
+  cd ../HTTPretty-$pkgver-py2
+  nosetests2 -s tests
+}
+
+package_python-httpretty() {
+  depends=('python-urllib3')
+
+  cd HTTPretty-$pkgver
+  python3 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/python-httpretty/COPYING"
+}
+
+package_python2-httpretty() {
+  depends=('python2-urllib3')
+
+  cd HTTPretty-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/python2-httpretty/COPYING"
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:07:00
  Author: felixonmars
Revision: 409804

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-haddock-library/repos/community-staging-x86_64/
  haskell-haddock-library/repos/community-staging-x86_64/PKGBUILD
(from rev 409803, haskell-haddock-library/trunk/PKGBUILD)

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

Copied: haskell-haddock-library/repos/community-staging-x86_64/PKGBUILD (from 
rev 409803, haskell-haddock-library/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 19:07:00 UTC (rev 409804)
@@ -0,0 +1,43 @@
+# Maintainer: Sergej Pupykin 
+
+_hkgname=haddock-library
+pkgname=haskell-haddock-library
+pkgver=1.7.0
+pkgrel=3
+pkgdesc="A documentation-generation tool for Haskell libraries"
+url="https://www.haskell.org/haddock/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hspec' 
'haskell-hspec-discover'
+ 'haskell-quickcheck' 'haskell-optparse-applicative' 
'haskell-tree-diff')
+source=("https://hackage.haskell.org/packages/archive/haddock-library/${pkgver}/haddock-library-${pkgver}.tar.gz;)
+sha512sums=('ae4a3e2e02a866399623349c69b19738b371c574a72b2616f74c9b8fa2acdc04dfb20b7ef6cdd32709b474c0c99d27a49a810b7c58f68d8eb6bea7244323c30c')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:06:42
  Author: felixonmars
Revision: 409803

upgpkg: haskell-haddock-library 1.7.0-3

rebuild with tree-diff 0.0.2

Modified:
  haskell-haddock-library/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:06:08 UTC (rev 409802)
+++ PKGBUILD2018-11-26 19:06:42 UTC (rev 409803)
@@ -3,7 +3,7 @@
 _hkgname=haddock-library
 pkgname=haskell-haddock-library
 pkgver=1.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A documentation-generation tool for Haskell libraries"
 url="https://www.haskell.org/haddock/;
 license=("custom:BSD3")


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:06:08
  Author: felixonmars
Revision: 409802

archrelease: copy trunk to community-x86_64

Added:
  deepin-movie/repos/community-x86_64/PKGBUILD
(from rev 409801, deepin-movie/trunk/PKGBUILD)
Deleted:
  deepin-movie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 19:05:50 UTC (rev 409801)
+++ PKGBUILD2018-11-26 19:06:08 UTC (rev 409802)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-movie
-epoch=1
-pkgver=3.2.14
-pkgrel=1
-pkgdesc='Movie player based on QtAV'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-movie-reborn;
-license=('GPL3')
-depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('16f8af56017521fc828781d609c98b69815e3dff9ae692e2ffabd87196b28d2fca3836f1bd792a9082b38b5f464119e07951d590067ce2ad8648910194be61ae')
-
-build() {
-  cd deepin-movie-reborn-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd deepin-movie-reborn-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-movie/repos/community-x86_64/PKGBUILD (from rev 409801, 
deepin-movie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 19:06:08 UTC (rev 409802)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-movie
+epoch=1
+pkgver=3.2.15
+pkgrel=1
+pkgdesc='Movie player based on QtAV'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-movie-reborn;
+license=('GPL3')
+depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
+sha512sums=('1d1afd5226ac5bae9a87f233c622aaadddb1025c86bc1d55479b82487c29f7feb9e8bc0e5f4ba8d946539693cbbb71e1bb6d11e5f4f3c1d04e93ae7b08f6fdb9')
+
+build() {
+  cd deepin-movie-reborn-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd deepin-movie-reborn-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:05:14
  Author: felixonmars
Revision: 409799

upgpkg: haskell-tree-diff 0.0.2-1

rebuild with tree-diff 0.0.2

Modified:
  haskell-tree-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 18:18:50 UTC (rev 409798)
+++ PKGBUILD2018-11-26 19:05:14 UTC (rev 409799)
@@ -2,8 +2,8 @@
 
 _hkgname=tree-diff
 pkgname=haskell-tree-diff
-pkgver=0.0.1
-pkgrel=56
+pkgver=0.0.2
+pkgrel=1
 pkgdesc="Diffing of (expression) trees"
 url="https://github.com/phadej/tree-diff;
 license=('custom:BSD3')
@@ -15,12 +15,11 @@
 makedepends=('ghc' 'haskell-trifecta' 'haskell-tasty' 'haskell-tasty-golden'
  'haskell-tasty-quickcheck')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('f0d123d6c65881c35ae18604648ebe3165ce200f590154f6ee0e35921a52e8ac6c7f641eb2498793f6943d77a7921da8a2f06800f489d514d0c0a639fb35e11f')
+sha512sums=('c313be3055d7a7e8daf73ff5aed608f6f323a4f4c842fae0d5f7bc4a30f7a537768d8893a171161e6a46194c3d71191b2bcf40f46165adb20b754581649a3f43')
 
 prepare() {
 cd $_hkgname-$pkgver
-sed -i -e 's/<.*2.11/<3/' -e 's/<.*4.11/<5/' -e 's/<.*1.3/<2/' -e 
's/<.*0.10/<1/'\
-   -e 's/<.*1.1/<2/' -e 's/< *0.6/<1/' -e 's/< *1.8/<3/' 
$_hkgname.cabal
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 
 build() {


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:05:50
  Author: felixonmars
Revision: 409801

upgpkg: deepin-movie 1:3.2.15-1

Modified:
  deepin-movie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:05:30 UTC (rev 409800)
+++ PKGBUILD2018-11-26 19:05:50 UTC (rev 409801)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-movie
 epoch=1
-pkgver=3.2.14
+pkgver=3.2.15
 pkgrel=1
 pkgdesc='Movie player based on QtAV'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('16f8af56017521fc828781d609c98b69815e3dff9ae692e2ffabd87196b28d2fca3836f1bd792a9082b38b5f464119e07951d590067ce2ad8648910194be61ae')
+sha512sums=('1d1afd5226ac5bae9a87f233c622aaadddb1025c86bc1d55479b82487c29f7feb9e8bc0e5f4ba8d946539693cbbb71e1bb6d11e5f4f3c1d04e93ae7b08f6fdb9')
 
 build() {
   cd deepin-movie-reborn-$pkgver


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 19:05:30
  Author: felixonmars
Revision: 409800

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tree-diff/repos/community-staging-x86_64/
  haskell-tree-diff/repos/community-staging-x86_64/PKGBUILD
(from rev 409799, haskell-tree-diff/trunk/PKGBUILD)

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

Copied: haskell-tree-diff/repos/community-staging-x86_64/PKGBUILD (from rev 
409799, haskell-tree-diff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-26 19:05:30 UTC (rev 409800)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tree-diff
+pkgname=haskell-tree-diff
+pkgver=0.0.2
+pkgrel=1
+pkgdesc="Diffing of (expression) trees"
+url="https://github.com/phadej/tree-diff;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-base-compat' 'haskell-generics-sop' 'haskell-hashable' 
'haskell-memotrie'
+ 'haskell-parsers' 'haskell-quickcheck' 'haskell-scientific' 
'haskell-tagged'
+ 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')
+makedepends=('ghc' 'haskell-trifecta' 'haskell-tasty' 'haskell-tasty-golden'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('c313be3055d7a7e8daf73ff5aed608f6f323a4f4c842fae0d5f7bc4a30f7a537768d8893a171161e6a46194c3d71191b2bcf40f46165adb20b754581649a3f43')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-11-26 Thread Gaëtan Bisson via arch-commits
Date: Monday, November 26, 2018 @ 18:30:06
  Author: bisson
Revision: 340411

archrelease: copy trunk to extra-x86_64

Added:
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 340410, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 340410, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/service
(from rev 340410, postfix/trunk/service)
  postfix/repos/extra-x86_64/sysusers.d
(from rev 340410, postfix/trunk/sysusers.d)
Deleted:
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/service
  postfix/repos/extra-x86_64/sysusers.d

---+
 PKGBUILD  |  216 
 aliases.patch |   36 -
 service   |   28 +++
 sysusers.d|4 -
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 18:29:25 UTC (rev 340410)
+++ PKGBUILD2018-11-26 18:30:06 UTC (rev 340411)
@@ -1,108 +0,0 @@
-# Contributor: Jeff Brodnax 
-# Contributor: Paul Mattal 
-# Maintainer: Gaetan Bisson 
-
-pkgname=postfix
-pkgver=3.3.1
-pkgrel=4
-url='http://www.postfix.org/'
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('custom')
-arch=('x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db' 'libnsl'
- 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-optdepends=('perl: postfix-collate.pl and qshape')
-source=("http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
-'aliases.patch'
-   'sysusers.d'
-'service')
-sha256sums=('54f514dae42b5275cb4bc9c69283f16c06200b71813d0bb696568c4ba7ae7e3b'
-'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
-   '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
-'52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
-
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   CCARGS='
--DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
--DHAS_LDAP
--DUSE_TLS
--DHAS_MYSQL -I/usr/include/mysql
--DHAS_PGSQL -I/usr/include/postgresql
--DHAS_SQLITE
--DHAS_CDB
--DDEF_COMMAND_DIR=\"/usr/bin\"
--DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
--DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
--DDEF_README_DIR=\"/usr/share/doc/postfix\"
--DDEF_MANPAGE_DIR=\"/usr/share/man\"
-'
-   AUXLIBS='
--lsasl2
--lldap -llber
--lssl -lcrypto
--lmysqlclient -lz -lm
--lpq
--lsqlite3 -lpthread
--lcdb
-'
-   make makefiles \
-   DEBUG='' \
-   pie=yes \
-   shared=yes \
-   CCARGS="${CCARGS//$'\n'/}" \
-   AUXLIBS="${AUXLIBS//$'\n'/}" \
-   OPT="${CFLAGS} ${LDFLAGS}" \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/postfix-${pkgver}"
-
-   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
-   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
-   sh postfix-install -non-interactive install_root="${pkgdir}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-   install -Dm644 ../sysusers.d 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
-   done
-
-   name=qshape
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "auxiliary/${name}/${name}.pl" 
"${pkgdir}/usr/bin/${name}"
-
-   install -Dm755 "auxiliary/collate/collate.pl" 
"${pkgdir}/usr/bin/postfix-collate.pl"
-
-   # now set permissions right to appease the pacman gods
-   sed -r \
-   -e '/override=1/d' \
-   -e '/absolute path name/d' \
-   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
-   -e '/(if \[|chmod|chown|find|mkdir|test)/s/\$path/.\/$path/g' \
-   libexec/post-install > ../arch-post-install
-   cd "${pkgdir}"
-   LD_LIBRARY_PATH=usr/lib/postfix:$LD_LIBRARY_PATH \
-   sh "${srcdir}/arch-post-install" \
- 

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

2018-11-26 Thread Gaëtan Bisson via arch-commits
Date: Monday, November 26, 2018 @ 18:29:25
  Author: bisson
Revision: 340410

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 15:44:04 UTC (rev 340409)
+++ PKGBUILD2018-11-26 18:29:25 UTC (rev 340410)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.3.1
-pkgrel=4
+pkgver=3.3.2
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -14,11 +14,11 @@
 optdepends=('perl: postfix-collate.pl and qshape')
 
source=("http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
-   'sysusers.d'
+'sysusers.d'
 'service')
-sha256sums=('54f514dae42b5275cb4bc9c69283f16c06200b71813d0bb696568c4ba7ae7e3b'
+sha256sums=('3c93f31eee49a58e592c31e62a058701cadde11e8e066ea441da19fddad7b35b'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
-   '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
+'63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
 
 
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
@@ -31,28 +31,28 @@
cd "${srcdir}/${pkgname}-${pkgver}"
 
CCARGS='
--DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
--DHAS_LDAP
--DUSE_TLS
--DHAS_MYSQL -I/usr/include/mysql
--DHAS_PGSQL -I/usr/include/postgresql
--DHAS_SQLITE
--DHAS_CDB
--DDEF_COMMAND_DIR=\"/usr/bin\"
--DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
--DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
--DDEF_README_DIR=\"/usr/share/doc/postfix\"
--DDEF_MANPAGE_DIR=\"/usr/share/man\"
-'
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+   -DHAS_LDAP
+   -DUSE_TLS
+   -DHAS_MYSQL -I/usr/include/mysql
+   -DHAS_PGSQL -I/usr/include/postgresql
+   -DHAS_SQLITE
+   -DHAS_CDB
+   -DDEF_COMMAND_DIR=\"/usr/bin\"
+   -DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
+   -DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
+   -DDEF_README_DIR=\"/usr/share/doc/postfix\"
+   -DDEF_MANPAGE_DIR=\"/usr/share/man\"
+   '
AUXLIBS='
--lsasl2
--lldap -llber
--lssl -lcrypto
--lmysqlclient -lz -lm
--lpq
--lsqlite3 -lpthread
--lcdb
-'
+   -lsasl2
+   -lldap -llber
+   -lssl -lcrypto
+   -lmysqlclient -lz -lm
+   -lpq
+   -lsqlite3 -lpthread
+   -lcdb
+   '
make makefiles \
DEBUG='' \
pie=yes \
@@ -96,12 +96,12 @@
cd "${pkgdir}"
LD_LIBRARY_PATH=usr/lib/postfix:$LD_LIBRARY_PATH \
sh "${srcdir}/arch-post-install" \
-command_directory=usr/bin \
-config_directory=etc/postfix \
-meta_directory=etc/postfix \
-setgid_group=75 \
-mail_owner=73 \
-set-permissions
+   command_directory=usr/bin \
+   config_directory=etc/postfix \
+   meta_directory=etc/postfix \
+   setgid_group=75 \
+   mail_owner=73 \
+   set-permissions
 
patch --no-backup-if-mismatch -p0 -i "${srcdir}"/aliases.patch
sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i "etc/postfix/postfix-files"


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

2018-11-26 Thread David Runge via arch-commits
Date: Monday, November 26, 2018 @ 18:18:50
  Author: dvzrv
Revision: 409798

archrelease: copy trunk to community-x86_64

Added:
  snd/repos/community-x86_64/PKGBUILD
(from rev 409797, snd/trunk/PKGBUILD)
Deleted:
  snd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 18:18:43 UTC (rev 409797)
+++ PKGBUILD2018-11-26 18:18:50 UTC (rev 409798)
@@ -1,50 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Juergen Hoetzel 
-# Contributor: see .contrib
-
-pkgname=snd
-pkgver=18.8
-pkgrel=1
-pkgdesc="An advanced sound editor"
-arch=('x86_64')
-url="https://ccrma.stanford.edu/software/snd/;
-license=('custom:free')
-groups=('pro-audio')
-depends=('fftw' 'gsl' 'gtk3' 'jack' 'libmpc' 'ruby')
-makedepends=('flac' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
-'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
-optdepends=('wavpack: For wav support'
-'flac: For flac support'
-'speex: For speex support'
-'mpg123: For MPEG support'
-'pulseaudio: For pulseaudio support'
-'timidity++: For MIDI to WAVE support'
-'vorbis-tools: For OGG support')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('964773c0df3cf7de1b2fe97e00f54d1c7d8792f4fbcbcf03ad018221ef95ac5b052d0450f314329903ab8574454863f0915b8d827e312a2c643937c7bd8c59c2')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-#  LDFLAGS+=" -Wl,-z,noexecstack"
-  ./configure --prefix=/usr \
-  --with-alsa \
-  --with-gmp \
-  --with-gtk \
-  --with-jack \
-  --with-ladspa \
-  --with-pulseaudio \
-  --with-ruby
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make prefix="${pkgdir}/usr" install
-  install -vDm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -vDm 644 HISTORY.Snd  "${pkgdir}/usr/share/doc/${pkgname}/HISTORY"
-  install -vDm 644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
-  install -vDm 644 README.Snd  "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snd/repos/community-x86_64/PKGBUILD (from rev 409797, 
snd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 18:18:50 UTC (rev 409798)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Juergen Hoetzel 
+# Contributor: see .contrib
+
+pkgname=snd
+pkgver=18.9
+pkgrel=1
+pkgdesc="An advanced sound editor"
+arch=('x86_64')
+url="https://ccrma.stanford.edu/software/snd/;
+license=('custom:free')
+groups=('pro-audio')
+depends=('fftw' 'gsl' 'gtk3' 'jack' 'libmpc' 'ruby')
+makedepends=('flac' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
+'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
+optdepends=('wavpack: For wav support'
+'flac: For flac support'
+'speex: For speex support'
+'mpg123: For MPEG support'
+'pulseaudio: For pulseaudio support'
+'timidity++: For MIDI to WAVE support'
+'vorbis-tools: For OGG support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('a6f674a078674e68be566f4676222d247f7a316ddb756d2cfe3470f5524b26b2d6df450ef562e137ed28d7a30e197cd0550cab8e22ec0b6a9f87d297a15e39ae')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --with-alsa \
+  --with-gmp \
+  --with-gtk \
+  --with-jack \
+  --with-ladspa \
+  --with-pulseaudio \
+  --with-ruby
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" install
+  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  # docs
+  install -vDm 644 {{HISTORY,README}.Snd,NEWS} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 *.html -t "${pkgdir}/usr/share/doc/${pkgname}/html"
+  install -vDm 644 pix/*.png -t "${pkgdir}/usr/share/doc/${pkgname}/html/pix"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-11-26 Thread David Runge via arch-commits
Date: Monday, November 26, 2018 @ 18:18:43
  Author: dvzrv
Revision: 409797

upgpkg: snd 18.9-1

Upgrading to 18.9. Including html documentation for offline use.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 17:51:11 UTC (rev 409796)
+++ PKGBUILD2018-11-26 18:18:43 UTC (rev 409797)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=18.8
+pkgver=18.9
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -22,11 +22,10 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('964773c0df3cf7de1b2fe97e00f54d1c7d8792f4fbcbcf03ad018221ef95ac5b052d0450f314329903ab8574454863f0915b8d827e312a2c643937c7bd8c59c2')
+sha512sums=('a6f674a078674e68be566f4676222d247f7a316ddb756d2cfe3470f5524b26b2d6df450ef562e137ed28d7a30e197cd0550cab8e22ec0b6a9f87d297a15e39ae')
 
 build() {
   cd "${pkgname}-${pkgver}"
-#  LDFLAGS+=" -Wl,-z,noexecstack"
   ./configure --prefix=/usr \
   --with-alsa \
   --with-gmp \
@@ -41,10 +40,12 @@
 package() {
   cd "${pkgname}-${pkgver}"
   make prefix="${pkgdir}/usr" install
-  install -vDm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -vDm 644 HISTORY.Snd  "${pkgdir}/usr/share/doc/${pkgname}/HISTORY"
-  install -vDm 644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
-  install -vDm 644 README.Snd  "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  # docs
+  install -vDm 644 {{HISTORY,README}.Snd,NEWS} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 *.html -t "${pkgdir}/usr/share/doc/${pkgname}/html"
+  install -vDm 644 pix/*.png -t "${pkgdir}/usr/share/doc/${pkgname}/html/pix"
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-11-26 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 26, 2018 @ 17:50:58
  Author: svenstaro
Revision: 409793

upgpkg: python-requests-credssp 1.0.2-1

Modified:
  python-requests-credssp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 17:45:47 UTC (rev 409792)
+++ PKGBUILD2018-11-26 17:50:58 UTC (rev 409793)
@@ -4,7 +4,7 @@
 pkgbase=('python-requests-credssp')
 pkgname=('python-requests-credssp' 'python2-requests-credssp')
 _module='requests-credssp'
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp;
@@ -12,7 +12,7 @@
 license=('ISC')
 arch=('any')
 
source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
-sha512sums=('f4856871cd0a25e6d45b265d7c3c322c80581a33c1ceb371b153952bc8a26d1632b0ae62768a3e74b2e8c120fa233ee22bf7610a82e1ab467aa950afc584b398')
+sha512sums=('c64c8018ab0d08dcaf13f0572415bdc36be467895a3d031bfa8322107336507c747f348bd41ed36ecaf62dbf242c86b1db318b1be952288c82ef013177d95db8')
 
 prepare() {
 cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}


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

2018-11-26 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 26, 2018 @ 17:51:11
  Author: svenstaro
Revision: 409796

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 17:51:07 UTC (rev 409795)
+++ PKGBUILD2018-11-26 17:51:11 UTC (rev 409796)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: brent s. 
-pkgname=python-grpcio
-_pkgname=grpcio
-pkgver=1.16.0
-pkgrel=1
-pkgdesc="HTTP/2-based RPC framework"
-arch=('x86_64')
-url="https://grpc.io/;
-license=('Apache')
-validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
-depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/g/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('37d5940f1543cebdabf2b1340a042f98e5f321c42d92d05c88631c0eae42d94d3fe86893a21704a22b70c1fbd70bf091c1af2b51cd5c1d316dd8f0a586fb0eb7')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-grpcio/repos/community-x86_64/PKGBUILD (from rev 409795, 
python-grpcio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 17:51:11 UTC (rev 409796)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: brent s. 
+pkgname=python-grpcio
+_pkgname=grpcio
+pkgver=1.16.1
+pkgrel=1
+pkgdesc="HTTP/2-based RPC framework"
+arch=('x86_64')
+url="https://grpc.io/;
+license=('Apache')
+validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
+depends=('python')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/g/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha512sums=('efd7fb36a61e2ee872c0807a8198cabe8f1f9003bd5bce7cd46c75541752c0f745db02bbfe3f37f572531e15df60913f2b08b678545f176fe683f3e64e22124f')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+}


  1   2   >