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

2020-02-02 Thread Kyle Keen via arch-commits
Date: Monday, February 3, 2020 @ 00:59:51
  Author: kkeen
Revision: 561906

archrelease: copy trunk to community-any

Added:
  ipython2/repos/community-any/PKGBUILD
(from rev 561905, ipython2/trunk/PKGBUILD)
Deleted:
  ipython2/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-03 00:59:24 UTC (rev 561905)
+++ PKGBUILD2020-02-03 00:59:51 UTC (rev 561906)
@@ -1,72 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: PepeSmith
-# Contributor: Aron Asor 
-# Contributor: Chris Brannon 
-# Contributor : Douglas Soares de Andrade 
-
-# This is no longer a split package with ipython
-# because 6.X will never support python2
-
-pkgname=ipython2
-pkgver=5.8.0
-pkgrel=2
-pkgdesc="An enhanced Interactive Python2 shell."
-arch=('any')
-url="http://ipython.org;
-license=('BSD')
-depends=('python2' 'python2-traitlets' 'python2-pexpect' 'sqlite'
-'python2-setuptools' 'python2-pickleshare' 'python2-pathlib'
-'python2-backports.shutil_get_terminal_size' 'python2-prompt_toolkit1')
-optdepends=("wxpython: needed for ipython2 --gui=wx"
-"python2-nose: for IPython's test suite")
-makedepends=('python2-setuptools')
-# "wxpython: needed for ipython2 --gui=wx"   does this still work?
-
-source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
-
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
-
"http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-md5sums=('5f5aa144e7cf9e683f85700fe380dbe8'
- 'f9c1fab00fd981be588fc32759f474e3'
- '2901d65f1b1fe354e72850085cd1c072')
-
-# simplegeneric (so old that it only comes in .zip and still refers to the 
cheeseshop)
-# confirm that an update does not break sage?
-
-prepare() {
-  cd "$srcdir/ipython-$pkgver"
-  find ./ -type f -exec sed -i -e 's/prompt_toolkit/prompt_toolkit1/g' {} \;
-}
-
-build() {
-  cd "$srcdir"
-}
-
-package() {
-  cd "$srcdir/ipython-$pkgver"
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/simplegeneric-0.8.1"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/ipython-$pkgver"
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython2/LICENSE"
-
-  # hack to get around ipython collision
-  cd "$pkgdir/usr/share/man/man1/"
-  for i in *; do
-mv $i ${i/%.1/2.1}
-  done
-  find "$pkgdir/usr/bin/" -type f -regex '.*[^2]$' -delete
-
-  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
-  sed -i 's/ython/ython2/g' *.desktop
-  sed -i 's/gnome-netstatus-idle/ipython2/' *.desktop
-  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython2.desktop"
-  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython2-qtconsole.desktop"
-  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython2.png"
-
-  #cd "$pkgdir/usr/share/man/man1/IPython/qt/console/resources/icon/"
-  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython2.svg"
-}
-

Copied: ipython2/repos/community-any/PKGBUILD (from rev 561905, 
ipython2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-03 00:59:51 UTC (rev 561906)
@@ -0,0 +1,72 @@
+# Maintainer: Kyle Keen 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor : Douglas Soares de Andrade 
+
+# This is no longer a split package with ipython
+# because 6.X will never support python2
+
+pkgname=ipython2
+pkgver=5.9.0
+pkgrel=1
+pkgdesc="An enhanced Interactive Python2 shell."
+arch=('any')
+url="https://ipython.org;
+license=('BSD')
+depends=('python2' 'python2-traitlets' 'python2-pexpect' 'sqlite'
+'python2-setuptools' 'python2-pickleshare' 'python2-pathlib'
+'python2-backports.shutil_get_terminal_size' 'python2-prompt_toolkit1')
+optdepends=("wxpython: needed for ipython2 --gui=wx"
+"python2-nose: for IPython's test suite")
+makedepends=('python2-setuptools')
+# "wxpython: needed for ipython2 --gui=wx"   does this still work?
+
+source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
+
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
+
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
+md5sums=('d8905868c8618494827b4546608540b8'
+ 'f9c1fab00fd981be588fc32759f474e3'
+ '2901d65f1b1fe354e72850085cd1c072')
+
+# simplegeneric (so old that it only comes in .zip and still refers to the 

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

2020-02-02 Thread Kyle Keen via arch-commits
Date: Monday, February 3, 2020 @ 00:59:24
  Author: kkeen
Revision: 561905

upgpkg: ipython2 5.9.0-1

Modified:
  ipython2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-03 00:51:23 UTC (rev 561904)
+++ PKGBUILD2020-02-03 00:59:24 UTC (rev 561905)
@@ -8,8 +8,8 @@
 # because 6.X will never support python2
 
 pkgname=ipython2
-pkgver=5.8.0
-pkgrel=2
+pkgver=5.9.0
+pkgrel=1
 pkgdesc="An enhanced Interactive Python2 shell."
 arch=('any')
 url="https://ipython.org;
@@ -25,7 +25,7 @@
 
source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
 
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
 
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-md5sums=('5f5aa144e7cf9e683f85700fe380dbe8'
+md5sums=('d8905868c8618494827b4546608540b8'
  'f9c1fab00fd981be588fc32759f474e3'
  '2901d65f1b1fe354e72850085cd1c072')
 


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

2020-02-02 Thread Kyle Keen via arch-commits
Date: Monday, February 3, 2020 @ 00:51:23
  Author: kkeen
Revision: 561904

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 561903, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-03 00:51:11 UTC (rev 561903)
+++ PKGBUILD2020-02-03 00:51:23 UTC (rev 561904)
@@ -1,54 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: PepeSmith
-# Contributor: Aron Asor 
-# Contributor: Chris Brannon 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=ipython
-pkgver=7.11.1
-pkgrel=1
-pkgdesc="An enhanced Interactive Python shell."
-arch=('any')
-url="https://ipython.org;
-license=('BSD')
-depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
- 'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit'
- 'python-jedi' 'python-pygments')
-makedepends=('python-setuptools')
-optdepends=("python-nose: for IPython's test suite")
-
-# new optional thing: ipyparallel
-
-source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
-
"https://files.pythonhosted.org/packages/source/b/backcall/backcall-0.1.0.tar.gz;
-
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-md5sums=('20990017b722f5fa53744cd985ca9d8b'
- '87ce0c7839808e6a3427d57df6a792e7'
- '2901d65f1b1fe354e72850085cd1c072')
-
-# confirm that an update does not break sage?
-
-package() {
-  cd "$srcdir/ipython-$pkgver"
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/backcall-0.1.0"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/ipython-$pkgver"
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
-
-  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
-  # FS#45120
-  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
-  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
-  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
-  # FS#47046
-  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython.png"
-
-  #cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/
-  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg"
-}

Copied: ipython/repos/community-any/PKGBUILD (from rev 561903, 
ipython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-03 00:51:23 UTC (rev 561904)
@@ -0,0 +1,54 @@
+# Maintainer: Kyle Keen 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=ipython
+pkgver=7.12.0
+pkgrel=1
+pkgdesc="An enhanced Interactive Python shell."
+arch=('any')
+url="https://ipython.org;
+license=('BSD')
+depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
+ 'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit'
+ 'python-jedi' 'python-pygments')
+makedepends=('python-setuptools')
+optdepends=("python-nose: for IPython's test suite")
+
+# new optional thing: ipyparallel
+
+source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
+
"https://files.pythonhosted.org/packages/source/b/backcall/backcall-0.1.0.tar.gz;
+
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
+md5sums=('7254316356c009f9dd0230be5fa4636d'
+ '87ce0c7839808e6a3427d57df6a792e7'
+ '2901d65f1b1fe354e72850085cd1c072')
+
+# confirm that an update does not break sage?
+
+package() {
+  cd "$srcdir/ipython-$pkgver"
+
+  # see https://github.com/ipython/ipython/issues/2057
+  #export LC_ALL=en_US.UTF-8
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/backcall-0.1.0"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/ipython-$pkgver"
+  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
+
+  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
+  # FS#45120
+  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
+  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
+  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
+  # FS#47046
+  install -Dm644 "$srcdir/icon.png" 

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

2020-02-02 Thread Kyle Keen via arch-commits
Date: Monday, February 3, 2020 @ 00:51:11
  Author: kkeen
Revision: 561903

upgpkg: ipython 7.12.0-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 22:23:56 UTC (rev 561902)
+++ PKGBUILD2020-02-03 00:51:11 UTC (rev 561903)
@@ -5,7 +5,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=ipython
-pkgver=7.11.1
+pkgver=7.12.0
 pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
@@ -22,7 +22,7 @@
 
source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
 
"https://files.pythonhosted.org/packages/source/b/backcall/backcall-0.1.0.tar.gz;
 
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
-md5sums=('20990017b722f5fa53744cd985ca9d8b'
+md5sums=('7254316356c009f9dd0230be5fa4636d'
  '87ce0c7839808e6a3427d57df6a792e7'
  '2901d65f1b1fe354e72850085cd1c072')
 


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

2020-02-02 Thread Gaëtan Bisson via arch-commits
Date: Monday, February 3, 2020 @ 00:11:19
  Author: bisson
Revision: 374519

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/LICENSE
(from rev 374518, iana-etc/trunk/LICENSE)
  iana-etc/repos/testing-any/PKGBUILD
(from rev 374518, iana-etc/trunk/PKGBUILD)

--+
 LICENSE  |1 +
 PKGBUILD |   51 +++
 2 files changed, 52 insertions(+)

Copied: iana-etc/repos/testing-any/LICENSE (from rev 374518, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2020-02-03 00:11:19 UTC (rev 374519)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 374518, 
iana-etc/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-02-03 00:11:19 UTC (rev 374519)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20200117
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20200131
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
+'LICENSE')
+sha256sums=('6642b9a926822be3253fb4e3561200e7bb4db9d4ca39386122446c1d35b874a7'
+'4703c1157774e7b2673bfbf0a7c0ba8bb409df92c92ac906ac66a54cad51497f'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}


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

2020-02-02 Thread Gaëtan Bisson via arch-commits
Date: Monday, February 3, 2020 @ 00:10:51
  Author: bisson
Revision: 374518

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 23:12:16 UTC (rev 374517)
+++ PKGBUILD2020-02-03 00:10:51 UTC (rev 374518)
@@ -2,9 +2,9 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=iana-etc
-pkgver=20191231
+pkgver=20200117
 _ports=service-names-port-numbers-${pkgver}
-_protocols=protocol-numbers-20171013
+_protocols=protocol-numbers-20200131
 pkgrel=1
 pkgdesc='/etc/protocols and /etc/services provided by IANA'
 url='https://www.iana.org/protocols'
@@ -14,8 +14,8 @@
 source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
 
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
 'LICENSE')
-sha256sums=('d856477401fde77e5e06cc6f2a6d76f7eaa7afba713e42e27d51c498a0a4ea40'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+sha256sums=('6642b9a926822be3253fb4e3561200e7bb4db9d4ca39386122446c1d35b874a7'
+'4703c1157774e7b2673bfbf0a7c0ba8bb409df92c92ac906ac66a54cad51497f'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 
 # Original but unversioned IANA files:


[arch-commits] Commit in mutter/repos/extra-x86_64 (12 files)

2020-02-02 Thread Jan Steffens via arch-commits
Date: Sunday, February 2, 2020 @ 23:12:16
  Author: heftig
Revision: 374517

archrelease: copy trunk to extra-x86_64

Added:
  mutter/repos/extra-x86_64/0001-EGL-Include-EGL-eglmesaext.h.patch
(from rev 374516, mutter/trunk/0001-EGL-Include-EGL-eglmesaext.h.patch)
  
mutter/repos/extra-x86_64/0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch
(from rev 374516, 
mutter/trunk/0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch)
  
mutter/repos/extra-x86_64/0003-xwayland-Do-not-queue-frame-callbacks-unconditionall.patch
(from rev 374516, 
mutter/trunk/0003-xwayland-Do-not-queue-frame-callbacks-unconditionall.patch)
  
mutter/repos/extra-x86_64/0004-background-Scale-monitor_area-after-texture-creation.patch
(from rev 374516, 
mutter/trunk/0004-background-Scale-monitor_area-after-texture-creation.patch)
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 374516, mutter/trunk/PKGBUILD)
  mutter/repos/extra-x86_64/mutter.install
(from rev 374516, mutter/trunk/mutter.install)
Deleted:
  mutter/repos/extra-x86_64/0001-EGL-Include-EGL-eglmesaext.h.patch
  
mutter/repos/extra-x86_64/0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch
  
mutter/repos/extra-x86_64/0003-xwayland-Do-not-queue-frame-callbacks-unconditionall.patch
  
mutter/repos/extra-x86_64/0004-background-Scale-monitor_area-after-texture-creation.patch
  mutter/repos/extra-x86_64/PKGBUILD
  mutter/repos/extra-x86_64/mutter.install

-+
 0001-EGL-Include-EGL-eglmesaext.h.patch |  136 
 0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch |   66 ++--
 0003-xwayland-Do-not-queue-frame-callbacks-unconditionall.patch |  128 +++
 0004-background-Scale-monitor_area-after-texture-creation.patch |  165 
+-
 PKGBUILD|  146 
 mutter.install  |   14 
 6 files changed, 331 insertions(+), 324 deletions(-)

Deleted: 0001-EGL-Include-EGL-eglmesaext.h.patch
===
--- 0001-EGL-Include-EGL-eglmesaext.h.patch 2020-02-02 23:10:02 UTC (rev 
374516)
+++ 0001-EGL-Include-EGL-eglmesaext.h.patch 2020-02-02 23:12:16 UTC (rev 
374517)
@@ -1,68 +0,0 @@
-From 3003ab6efa28cf22486bb44f4786316fca91cb7b Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sun, 20 Oct 2019 12:04:31 +0200
-Subject: [PATCH 1/4] EGL: Include EGL/eglmesaext.h
-
-The eglext.h shipped by libglvnd does not include the Mesa extensions,
-unlike the header shipped in Mesa.
-
-Fixes https://gitlab.gnome.org/GNOME/mutter/issues/876

- cogl/cogl/meson.build   | 2 +-
- src/backends/meta-egl-ext.h | 1 +
- src/backends/meta-egl.c | 1 +
- src/backends/meta-egl.h | 1 +
- 4 files changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/cogl/cogl/meson.build b/cogl/cogl/meson.build
-index 1057ef955..9a642947d 100644
 a/cogl/cogl/meson.build
-+++ b/cogl/cogl/meson.build
-@@ -48,7 +48,7 @@ cogl_gl_header_h = configure_file(
- built_headers += [cogl_gl_header_h]
- 
- if have_egl
--  cogl_egl_includes_string = '#include \n#include '
-+  cogl_egl_includes_string = '#include \n#include 
\n#include '
- else
-   cogl_egl_includes_string = ''
- endif
-diff --git a/src/backends/meta-egl-ext.h b/src/backends/meta-egl-ext.h
-index 8705e7d5b..db0b74f76 100644
 a/src/backends/meta-egl-ext.h
-+++ b/src/backends/meta-egl-ext.h
-@@ -29,6 +29,7 @@
- 
- #include 
- #include 
-+#include 
- 
- /*
-  * This is a little different to the tests shipped with EGL implementations,
-diff --git a/src/backends/meta-egl.c b/src/backends/meta-egl.c
-index 6554be935..fdeff4f77 100644
 a/src/backends/meta-egl.c
-+++ b/src/backends/meta-egl.c
-@@ -27,6 +27,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
-diff --git a/src/backends/meta-egl.h b/src/backends/meta-egl.h
-index f2a816445..4591e7d85 100644
 a/src/backends/meta-egl.h
-+++ b/src/backends/meta-egl.h
-@@ -28,6 +28,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- 
- #define META_EGL_ERROR meta_egl_error_quark ()
--- 
-2.24.1
-

Copied: mutter/repos/extra-x86_64/0001-EGL-Include-EGL-eglmesaext.h.patch (from 
rev 374516, mutter/trunk/0001-EGL-Include-EGL-eglmesaext.h.patch)
===
--- 0001-EGL-Include-EGL-eglmesaext.h.patch (rev 0)
+++ 0001-EGL-Include-EGL-eglmesaext.h.patch 2020-02-02 23:12:16 UTC (rev 
374517)
@@ -0,0 +1,68 @@
+From 8a521c28a7d38e75478527dffb4fbeef975ea429 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sun, 20 Oct 2019 12:04:31 +0200
+Subject: [PATCH 1/4] EGL: Include EGL/eglmesaext.h
+
+The eglext.h shipped by libglvnd does not include the Mesa extensions,
+unlike the header shipped in Mesa.
+
+Fixes 

[arch-commits] Commit in mutter/trunk (5 files)

2020-02-02 Thread Jan Steffens via arch-commits
Date: Sunday, February 2, 2020 @ 23:10:02
  Author: heftig
Revision: 374516

3.34.3+30+g4959ae8bc-1

Modified:
  mutter/trunk/0001-EGL-Include-EGL-eglmesaext.h.patch
  mutter/trunk/0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch
  mutter/trunk/0003-xwayland-Do-not-queue-frame-callbacks-unconditionall.patch
  mutter/trunk/0004-background-Scale-monitor_area-after-texture-creation.patch
  mutter/trunk/PKGBUILD

-+
 0001-EGL-Include-EGL-eglmesaext.h.patch |4 
 0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch |4 
 0003-xwayland-Do-not-queue-frame-callbacks-unconditionall.patch |4 
 0004-background-Scale-monitor_area-after-texture-creation.patch |   65 
+-
 PKGBUILD|   14 +-
 5 files changed, 49 insertions(+), 42 deletions(-)

Modified: 0001-EGL-Include-EGL-eglmesaext.h.patch
===
--- 0001-EGL-Include-EGL-eglmesaext.h.patch 2020-02-02 21:04:13 UTC (rev 
374515)
+++ 0001-EGL-Include-EGL-eglmesaext.h.patch 2020-02-02 23:10:02 UTC (rev 
374516)
@@ -1,4 +1,4 @@
-From 3003ab6efa28cf22486bb44f4786316fca91cb7b Mon Sep 17 00:00:00 2001
+From 8a521c28a7d38e75478527dffb4fbeef975ea429 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Sun, 20 Oct 2019 12:04:31 +0200
 Subject: [PATCH 1/4] EGL: Include EGL/eglmesaext.h
@@ -64,5 +64,5 @@
  
  #define META_EGL_ERROR meta_egl_error_quark ()
 -- 
-2.24.1
+2.25.0
 

Modified: 0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch
===
--- 0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch 
2020-02-02 21:04:13 UTC (rev 374515)
+++ 0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch 
2020-02-02 23:10:02 UTC (rev 374516)
@@ -1,4 +1,4 @@
-From 548db532cd12082c2f98913150a5ab8a198f621d Mon Sep 17 00:00:00 2001
+From 228e0cb9b15ac014e1e33a0c41fdeca8d988664a Mon Sep 17 00:00:00 2001
 From: Robert Mader 
 Date: Mon, 4 Nov 2019 11:45:13 +0100
 Subject: [PATCH 2/4] surface-actor-wayland: Do not send frame callbacks if the
@@ -29,5 +29,5 @@
MetaWaylandCompositor *compositor = self->surface->compositor;
  
 -- 
-2.24.1
+2.25.0
 

Modified: 0003-xwayland-Do-not-queue-frame-callbacks-unconditionall.patch
===
--- 0003-xwayland-Do-not-queue-frame-callbacks-unconditionall.patch 
2020-02-02 21:04:13 UTC (rev 374515)
+++ 0003-xwayland-Do-not-queue-frame-callbacks-unconditionall.patch 
2020-02-02 23:10:02 UTC (rev 374516)
@@ -1,4 +1,4 @@
-From b5188b0032e9dad1e70030039e813273f866ab0f Mon Sep 17 00:00:00 2001
+From b063e2ceff469f7e086fe09113acbce8962899eb Mon Sep 17 00:00:00 2001
 From: Robert Mader 
 Date: Wed, 4 Dec 2019 18:54:42 +0100
 Subject: [PATCH 3/4] xwayland: Do not queue frame callbacks unconditionally
@@ -60,5 +60,5 @@
  
actor_surface_class->get_geometry_scale = 
xwayland_surface_get_geometry_scale;
 -- 
-2.24.1
+2.25.0
 

Modified: 0004-background-Scale-monitor_area-after-texture-creation.patch
===
--- 0004-background-Scale-monitor_area-after-texture-creation.patch 
2020-02-02 21:04:13 UTC (rev 374515)
+++ 0004-background-Scale-monitor_area-after-texture-creation.patch 
2020-02-02 23:10:02 UTC (rev 374516)
@@ -1,4 +1,4 @@
-From d662630a16b28e623ef3769c7ba9c02347f4775e Mon Sep 17 00:00:00 2001
+From a55610509dfd2f4371985678b252090fc0408548 Mon Sep 17 00:00:00 2001
 From: Daniel van Vugt 
 Date: Mon, 13 Jan 2020 21:02:39 +0800
 Subject: [PATCH 4/4] background: Scale monitor_area after texture creation
@@ -18,8 +18,8 @@
 
 https://gitlab.gnome.org/GNOME/mutter/merge_requests/1004
 ---
- src/compositor/meta-background.c | 22 --
- 1 file changed, 16 insertions(+), 6 deletions(-)
+ src/compositor/meta-background.c | 32 +---
+ 1 file changed, 21 insertions(+), 11 deletions(-)
 
 diff --git a/src/compositor/meta-background.c 
b/src/compositor/meta-background.c
 index 4a1ce0396..886ae3f67 100644
@@ -39,42 +39,47 @@
gboolean bare_region_visible = FALSE;
 +  int native_width = monitor_area.width;
 +  int native_height = monitor_area.height;
- 
--  if (self->style != G_DESKTOP_BACKGROUND_STYLE_WALLPAPER)
++
 +  if (meta_is_stage_views_scaled ())
- {
--  monitor_area.x *= monitor_scale;
--  monitor_area.y *= monitor_scale;
--  monitor_area.width *= monitor_scale;
--  monitor_area.height *= monitor_scale;
++{
 +  native_width *= monitor_scale;
 +  native_height *= monitor_scale;
- }
++}
++
++  if (monitor->texture == NULL)
++{
++  CoglOffscreen *offscreen;
++
++  monitor->texture 

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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 21:58:22
  Author: felixonmars
Revision: 561899

archrelease: copy trunk to community-staging-x86_64

Added:
  taskell/repos/community-staging-x86_64/
  taskell/repos/community-staging-x86_64/PKGBUILD
(from rev 561898, taskell/trunk/PKGBUILD)

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

Copied: taskell/repos/community-staging-x86_64/PKGBUILD (from rev 561898, 
taskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 21:58:22 UTC (rev 561899)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname;
+depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
+makedepends=(ghc)
+source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('91dbf6ef3d0d7f6308c3156c491235623abfa25a550af627841182e61ff517cb2bfc0608ae5ed814a391ab78a88df36d08c7a773cc08e76f7e38c218d63136b1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/== *0.50/==0.51/' -e 's/< *4/<5/' -e 's/< *2/<3/' -e 's/< 
*1/<2/' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 21:58:09
  Author: felixonmars
Revision: 561898

upgpkg: taskell 1.9.1.0-17: rebuild with brick 0.51

Modified:
  taskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 21:54:36 UTC (rev 561897)
+++ PKGBUILD2020-02-02 21:58:09 UTC (rev 561898)
@@ -2,7 +2,7 @@
 
 pkgname=taskell
 pkgver=1.9.1.0
-pkgrel=16
+pkgrel=17
 pkgdesc='A command-line kanban board/task manager'
 license=(BSD)
 arch=(x86_64)
@@ -14,7 +14,7 @@
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -i -e 's/< *4/<5/' -e 's/< *2/<3/' -e 's/< *1/<2/' $pkgname.cabal
+  sed -i -e 's/== *0.50/==0.51/' -e 's/< *4/<5/' -e 's/< *2/<3/' -e 's/< 
*1/<2/' $pkgname.cabal
 }
 
 build() {


[arch-commits] Commit in packer/trunk (8567.patch PKGBUILD)

2020-02-02 Thread Christian Rebischke via arch-commits
Date: Sunday, February 2, 2020 @ 21:54:26
  Author: shibumi
Revision: 561896

upgpkg: packer 1.5.1-2 [PATCH] correctly handle the diskSize property as a qemu 
size string

Added:
  packer/trunk/8567.patch
Modified:
  packer/trunk/PKGBUILD

+
 8567.patch |  161 +++
 PKGBUILD   |9 ++-
 2 files changed, 167 insertions(+), 3 deletions(-)

Added: 8567.patch
===
--- 8567.patch  (rev 0)
+++ 8567.patch  2020-02-02 21:54:26 UTC (rev 561896)
@@ -0,0 +1,161 @@
+From ec17b3d8fa9e167f1ad1e4813399172dc43f18a6 Mon Sep 17 00:00:00 2001
+From: Rui Lopes 
+Date: Sun, 5 Jan 2020 15:44:01 +
+Subject: [PATCH] correctly handle the diskSize property as a qemu size string
+
+---
+ post-processor/vagrant/libvirt.go  | 52 ++-
+ post-processor/vagrant/libvirt_test.go | 69 ++
+ 2 files changed, 120 insertions(+), 1 deletion(-)
+ create mode 100644 post-processor/vagrant/libvirt_test.go
+
+diff --git a/post-processor/vagrant/libvirt.go 
b/post-processor/vagrant/libvirt.go
+index 60e274a576..5f14ba 100644
+--- a/post-processor/vagrant/libvirt.go
 b/post-processor/vagrant/libvirt.go
+@@ -3,11 +3,61 @@ package vagrant
+ import (
+   "fmt"
+   "path/filepath"
++  "strconv"
+   "strings"
+ 
+   "github.com/hashicorp/packer/packer"
+ )
+ 
++// Lowercase a ascii letter.
++func lower(c byte) byte {
++  return c | ('a' - 'A')
++}
++
++// Convert a string that represents a qemu disk image size to megabytes.
++//
++// Valid units (case-insensitive):
++//
++//B (byte)1B
++//K (kilobyte) 1024B
++//M (megabyte) 1024K
++//G (gigabyte) 1024M
++//T (terabyte) 1024G
++//P (petabyte) 1024T
++//E (exabyte)  1024P
++//
++// The default is M.
++func sizeInMegabytes(size string) uint64 {
++  unit := size[len(size)-1]
++
++  if unit >= '0' && unit <= '9' {
++  unit = 'm'
++  } else {
++  size = size[:len(size)-1]
++  }
++
++  value, _ := strconv.ParseUint(size, 10, 64)
++
++  switch lower(unit) {
++  case 'b':
++  return value / 1024 / 1024
++  case 'k':
++  return value / 1024
++  case 'm':
++  return value
++  case 'g':
++  return value * 1024
++  case 't':
++  return value * 1024 * 1024
++  case 'p':
++  return value * 1024 * 1024 * 1024
++  case 'e':
++  return value * 1024 * 1024 * 1024 * 1024
++  default:
++  panic(fmt.Sprintf("Unknown size unit %c", unit))
++  }
++}
++
+ type LibVirtProvider struct{}
+ 
+ func (p *LibVirtProvider) KeepInputArtifact() bool {
+@@ -28,7 +78,7 @@ func (p *LibVirtProvider) Process(ui packer.Ui, artifact 
packer.Artifact, dir st
+   }
+ 
+   format := artifact.State("diskType").(string)
+-  origSize := artifact.State("diskSize").(uint64)
++  origSize := sizeInMegabytes(artifact.State("diskSize").(string))
+   size := origSize / 1024 // In MB, want GB
+   if origSize%1024 > 0 {
+   // Make sure we don't make the size smaller
+diff --git a/post-processor/vagrant/libvirt_test.go 
b/post-processor/vagrant/libvirt_test.go
+new file mode 100644
+index 00..da03596ae2
+--- /dev/null
 b/post-processor/vagrant/libvirt_test.go
+@@ -0,0 +1,69 @@
++package vagrant
++
++import (
++  "fmt"
++  "testing"
++)
++
++func assertSizeInMegabytes(t *testing.T, size string, expected uint64) {
++  actual := sizeInMegabytes(size)
++  if actual != expected {
++  t.Fatalf("the size `%s` was converted to `%d` but expected 
`%d`", size, actual, expected)
++  }
++}
++
++func Test_sizeInMegabytes_WithInvalidUnitMustPanic(t *testing.T) {
++  defer func() {
++  if r := recover(); r == nil {
++  t.Fatalf("expected a panic but got none")
++  }
++  }()
++
++  sizeInMegabytes("1234x")
++}
++
++func Test_sizeInMegabytes_WithoutUnitMustDefaultToMegabytes(t *testing.T) {
++  assertSizeInMegabytes(t, "1234", 1234)
++}
++
++func Test_sizeInMegabytes_WithBytesUnit(t *testing.T) {
++  assertSizeInMegabytes(t, fmt.Sprintf("%db", 1234*1024*1024), 1234)
++  assertSizeInMegabytes(t, fmt.Sprintf("%dB", 1234*1024*1024), 1234)
++  assertSizeInMegabytes(t, "1B", 0)
++}
++
++func Test_sizeInMegabytes_WithKiloBytesUnit(t *testing.T) {
++  assertSizeInMegabytes(t, fmt.Sprintf("%dk", 1234*1024), 1234)
++  assertSizeInMegabytes(t, fmt.Sprintf("%dK", 1234*1024), 1234)
++  assertSizeInMegabytes(t, "1K", 0)
++}
++
++func Test_sizeInMegabytes_WithMegabytesUnit(t *testing.T) {
++  assertSizeInMegabytes(t, "1234m", 1234)
++  assertSizeInMegabytes(t, "1234M", 1234)
++  assertSizeInMegabytes(t, "1M", 1)
++}

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

2020-02-02 Thread Christian Rebischke via arch-commits
Date: Sunday, February 2, 2020 @ 21:54:36
  Author: shibumi
Revision: 561897

archrelease: copy trunk to community-x86_64

Added:
  packer/repos/community-x86_64/8567.patch
(from rev 561896, packer/trunk/8567.patch)
  packer/repos/community-x86_64/CHANGELOG.md
(from rev 561896, packer/trunk/CHANGELOG.md)
  packer/repos/community-x86_64/PKGBUILD
(from rev 561896, packer/trunk/PKGBUILD)
Deleted:
  packer/repos/community-x86_64/CHANGELOG.md
  packer/repos/community-x86_64/PKGBUILD

--+
 8567.patch   |  161 +
 CHANGELOG.md | 7228 -
 PKGBUILD |   78 
 3 files changed, 3818 insertions(+), 3649 deletions(-)

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


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 21:49:47
  Author: felixonmars
Revision: 561894

upgpkg: hledger-ui 1.16-19: rebuild with brick 0.51

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 21:48:37 UTC (rev 561893)
+++ PKGBUILD2020-02-02 21:49:47 UTC (rev 561894)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.16
-pkgrel=18
+pkgrel=19
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 21:50:00
  Author: felixonmars
Revision: 561895

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 21:48:23
  Author: felixonmars
Revision: 561892

upgpkg: haskell-brick 0.51-1: rebuild with brick 0.51

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 21:43:02 UTC (rev 561891)
+++ PKGBUILD2020-02-02 21:48:23 UTC (rev 561892)
@@ -3,8 +3,8 @@
 
 _hkgname=brick
 pkgname=haskell-brick
-pkgver=0.50.1
-pkgrel=14
+pkgver=0.51
+pkgrel=1
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick;
 license=("BSD")
@@ -14,7 +14,7 @@
  'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap')
 makedepends=('ghc' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('451aa9d841190dd8eb31f089fbebc75cb7c3a7af652dbb305d7cce9e33b3201648dd7fad0fb03a196ffa36b3d86d24d726c6a6ccc2a0214f3f35fefe89294a41')
+sha512sums=('8a026d5760ebe5e5b50e7759bb0ccfd13fefbbc0d187bc6a3a6084d7e5d537c73347569aadc58ae414dd7db5806f5cff396f64e028b3e5e98fee3633050d0b91')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 21:48:37
  Author: felixonmars
Revision: 561893

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 561892, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 21:48:37 UTC (rev 561893)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.51
+pkgrel=1
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 
'haskell-vector'
+ 'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8a026d5760ebe5e5b50e7759bb0ccfd13fefbbc0d187bc6a3a6084d7e5d537c73347569aadc58ae414dd7db5806f5cff396f64e028b3e5e98fee3633050d0b91')
+
+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-demos
+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 cargo-edit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-02 Thread Kpcyrd via arch-commits
Date: Sunday, February 2, 2020 @ 21:36:14
  Author: kpcyrd
Revision: 561794

archrelease: copy trunk to community-x86_64

Added:
  cargo-edit/repos/community-x86_64/PKGBUILD
(from rev 561793, cargo-edit/trunk/PKGBUILD)
Deleted:
  cargo-edit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-02 21:36:03 UTC (rev 561793)
+++ PKGBUILD2020-02-02 21:36:14 UTC (rev 561794)
@@ -1,38 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=cargo-edit
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Managing cargo dependencies from the command line'
-url='https://github.com/killercup/cargo-edit/releases'
-arch=('x86_64')
-license=('MIT' 'APACHE')
-depends=('cargo')
-source=(https://github.com/killercup/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('39c216f6e51f6d497ae3895d063b68476471c880d94603b6e0712891bb7c2229af93c9181bf06d98040ddabc71e052051457e4d8075c8dfe8aa5f17d1797d140')
-b2sums=('3d4383eb87f25630fbcece3b5494694de089254c7b716527382f521af25a8152f12f3dea3196acd00f56450571413cfce323d7cd334e79bad323236738e4ff02')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  # tests depend on target/debug/
-  cargo test --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 \
-target/release/cargo-add \
-target/release/cargo-rm \
-target/release/cargo-upgrade \
--t "${pkgdir}/usr/bin/${pkgname}"
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-edit/repos/community-x86_64/PKGBUILD (from rev 561793, 
cargo-edit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-02 21:36:14 UTC (rev 561794)
@@ -0,0 +1,38 @@
+# Maintainer: kpcyrd 
+
+pkgname=cargo-edit
+pkgver=0.5.0
+pkgrel=2
+pkgdesc='Managing cargo dependencies from the command line'
+url='https://github.com/killercup/cargo-edit/releases'
+arch=('x86_64')
+license=('MIT' 'APACHE')
+depends=('cargo')
+source=(https://github.com/killercup/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('39c216f6e51f6d497ae3895d063b68476471c880d94603b6e0712891bb7c2229af93c9181bf06d98040ddabc71e052051457e4d8075c8dfe8aa5f17d1797d140')
+b2sums=('3d4383eb87f25630fbcece3b5494694de089254c7b716527382f521af25a8152f12f3dea3196acd00f56450571413cfce323d7cd334e79bad323236738e4ff02')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  # tests depend on target/debug/
+  cargo test --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 \
+target/release/cargo-add \
+target/release/cargo-rm \
+target/release/cargo-upgrade \
+-t "${pkgdir}/usr/bin"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-02-02 Thread Kpcyrd via arch-commits
Date: Sunday, February 2, 2020 @ 21:36:03
  Author: kpcyrd
Revision: 561793

Fix binary path

Modified:
  cargo-edit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 21:25:04 UTC (rev 561792)
+++ PKGBUILD2020-02-02 21:36:03 UTC (rev 561793)
@@ -2,7 +2,7 @@
 
 pkgname=cargo-edit
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Managing cargo dependencies from the command line'
 url='https://github.com/killercup/cargo-edit/releases'
 arch=('x86_64')
@@ -29,7 +29,7 @@
 target/release/cargo-add \
 target/release/cargo-rm \
 target/release/cargo-upgrade \
--t "${pkgdir}/usr/bin/${pkgname}"
+-t "${pkgdir}/usr/bin"
 
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"


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

2020-02-02 Thread Kpcyrd via arch-commits
Date: Sunday, February 2, 2020 @ 21:25:04
  Author: kpcyrd
Revision: 561792

archrelease: copy trunk to community-x86_64

Added:
  findomain/repos/community-x86_64/PKGBUILD
(from rev 561791, findomain/trunk/PKGBUILD)
Deleted:
  findomain/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-02 21:24:49 UTC (rev 561791)
+++ PKGBUILD2020-02-02 21:25:04 UTC (rev 561792)
@@ -1,36 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Eduard Tolosa 
-
-pkgname=findomain
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
-url='https://github.com/Edu4rdSHL/findomain'
-arch=('x86_64')
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-optdepends=('postgresql: for subdomain monitoring')
-source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('88e66d13cefd027e158b118cc1c9d96d47376fc21621fbc60b3fa83c739541f21aa051ef42d709222c6ce4829e094fd4806a7dd08bae5e79ce459b7a6a941c08')
-b2sums=('c8273975091b492047e9e8b989ed75746aad551c23763c5a76c137d5c0de10bb9b1b05d98220a8e681c1cb38aad8e3d0e32f6803c0c86d26cb100ced5a29c60b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: findomain/repos/community-x86_64/PKGBUILD (from rev 561791, 
findomain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-02 21:25:04 UTC (rev 561792)
@@ -0,0 +1,36 @@
+# Maintainer: kpcyrd 
+# Contributor: Eduard Tolosa 
+
+pkgname=findomain
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
+url='https://github.com/Edu4rdSHL/findomain'
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+optdepends=('postgresql: for subdomain monitoring')
+source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('3b01e630f69584722283eb49bd4f7af948f1e354987ea4977401322154875e55d2c1b4cc64d17e3f451b64fdffb1517ddfca6658d78c30daecf1ffbe05f4c4c1')
+b2sums=('7354852ee8493ca4ff1af3eaf000350b1c38433d0258ec1a8fb3c1718f3bd6f159fc8a0c2d91794e0a2a4d52159bd69ace7533d725fb33e0e9a63f12f788fe9e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-02-02 Thread Kpcyrd via arch-commits
Date: Sunday, February 2, 2020 @ 21:24:49
  Author: kpcyrd
Revision: 561791

upgpkg: findomain 1.3.0-1

Modified:
  findomain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 21:18:42 UTC (rev 561790)
+++ PKGBUILD2020-02-02 21:24:49 UTC (rev 561791)
@@ -2,7 +2,7 @@
 # Contributor: Eduard Tolosa 
 
 pkgname=findomain
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
 url='https://github.com/Edu4rdSHL/findomain'
@@ -12,8 +12,8 @@
 makedepends=('cargo')
 optdepends=('postgresql: for subdomain monitoring')
 
source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('88e66d13cefd027e158b118cc1c9d96d47376fc21621fbc60b3fa83c739541f21aa051ef42d709222c6ce4829e094fd4806a7dd08bae5e79ce459b7a6a941c08')
-b2sums=('c8273975091b492047e9e8b989ed75746aad551c23763c5a76c137d5c0de10bb9b1b05d98220a8e681c1cb38aad8e3d0e32f6803c0c86d26cb100ced5a29c60b')
+sha512sums=('3b01e630f69584722283eb49bd4f7af948f1e354987ea4977401322154875e55d2c1b4cc64d17e3f451b64fdffb1517ddfca6658d78c30daecf1ffbe05f4c4c1')
+b2sums=('7354852ee8493ca4ff1af3eaf000350b1c38433d0258ec1a8fb3c1718f3bd6f159fc8a0c2d91794e0a2a4d52159bd69ace7533d725fb33e0e9a63f12f788fe9e')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-02-02 Thread Bruno Pagani via arch-commits
Date: Sunday, February 2, 2020 @ 21:18:34
  Author: archange
Revision: 561789

upgpkg: python-matplotlib 3.1.3-1

Modified:
  python-matplotlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 20:57:38 UTC (rev 561788)
+++ PKGBUILD2020-02-02 21:18:34 UTC (rev 561789)
@@ -6,7 +6,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=python-matplotlib
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc="A python plotting library, making publication quality plots"
 arch=(x86_64)
@@ -35,7 +35,7 @@
   texlive-core texlive-latexextra inkscape mencoder
   ffmpeg imagemagick python-pandas)
 
source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('514e66ff76381dccb185a8b8dee44ecbf5108e99ecc5ce46b56750e2a62b782e2b67f0ba02b01545541a1499ffe2347b6bc502077455d8a742796161017cba42')
+sha512sums=('d233a18449eac4c42ecc485d0df0c15e1e306f3945e5476b11b715d6bc190ca6f1c22e7d4b16d6c93c8a569e1c43b68b583339f0921f237a9920c7369854a09e')
 
 build() {
   cd matplotlib-${pkgver}


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

2020-02-02 Thread Bruno Pagani via arch-commits
Date: Sunday, February 2, 2020 @ 21:18:42
  Author: archange
Revision: 561790

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-02 21:18:34 UTC (rev 561789)
+++ PKGBUILD2020-02-02 21:18:42 UTC (rev 561790)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Bruno Pagani 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Stefan Husmann 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=python-matplotlib
-pkgver=3.1.2
-pkgrel=1
-pkgdesc="A python plotting library, making publication quality plots"
-arch=(x86_64)
-url="https://matplotlib.org;
-license=(custom)
-depends=(freetype2 libpng python-numpy python-cycler python-dateutil 
python-kiwisolver python-pyparsing)
-optdepends=('tk: Tk{Agg,Cairo} backends'
-'python-pyqt5: Qt5{Agg,Cairo} backends'
-'python-gobject: for GTK3{Agg,Cairo} backend'
-'python-wxpython: WX{,Agg,Cairo} backend'
-'python-cairo: {GTK3,Qt5,Tk,WX}Cairo backends'
-'python-cairocffi: alternative for Cairo backends'
-'python-tornado: WebAgg backend'
-'ffmpeg: for saving movies'
-'imagemagick: for saving animated gifs'
-'python-pillow: for reading/saving jpeg/bmp/tiff files'
-'ghostscript: usetex dependencies'
-'texlive-bin: usetex dependencies')
-makedepends=(git rsync python-setuptools
- tk python-pyqt5 python-gobject
- python-wxpython python-cairocffi python-tornado
- python-pillow ghostscript texlive-bin)
- # qhull missing pkg-config file
- # agg missing some non-upstreamed patches?
-checkdepends=(python-pytest-xdist python-pytest-runner xorg-server-xvfb
-  texlive-core texlive-latexextra inkscape mencoder
-  ffmpeg imagemagick python-pandas)
-source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('514e66ff76381dccb185a8b8dee44ecbf5108e99ecc5ce46b56750e2a62b782e2b67f0ba02b01545541a1499ffe2347b6bc502077455d8a742796161017cba42')
-
-build() {
-  cd matplotlib-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd matplotlib-${pkgver}
-  xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
-python setup.py pytest --addopts="-n auto" || warning "Tests failed" # 
Different font rendering details
-}
-
-package_python-matplotlib() {
-  cd matplotlib-${pkgver}
-  python setup.py install --root "${pkgdir}" --prefix=/usr --optimize=1 
--skip-build
-  install -Dm644 doc/users/license.rst -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: python-matplotlib/repos/community-x86_64/PKGBUILD (from rev 561789, 
python-matplotlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-02 21:18:42 UTC (rev 561790)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Maintainer: Bruno Pagani 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Stefan Husmann 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=python-matplotlib
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="A python plotting library, making publication quality plots"
+arch=(x86_64)
+url="https://matplotlib.org;
+license=(custom)
+depends=(freetype2 libpng python-numpy python-cycler python-dateutil 
python-kiwisolver python-pyparsing)
+optdepends=('tk: Tk{Agg,Cairo} backends'
+'python-pyqt5: Qt5{Agg,Cairo} backends'
+'python-gobject: for GTK3{Agg,Cairo} backend'
+'python-wxpython: WX{,Agg,Cairo} backend'
+'python-cairo: {GTK3,Qt5,Tk,WX}Cairo backends'
+'python-cairocffi: alternative for Cairo backends'
+'python-tornado: WebAgg backend'
+'ffmpeg: for saving movies'
+'imagemagick: for saving animated gifs'
+'python-pillow: for reading/saving jpeg/bmp/tiff files'
+'ghostscript: usetex dependencies'
+'texlive-bin: usetex dependencies')
+makedepends=(git rsync python-setuptools
+ tk python-pyqt5 python-gobject
+ python-wxpython python-cairocffi python-tornado
+ python-pillow ghostscript texlive-bin)
+ # qhull missing pkg-config file
+ # agg missing some non-upstreamed patches?
+checkdepends=(python-pytest-xdist python-pytest-runner xorg-server-xvfb
+  texlive-core texlive-latexextra inkscape mencoder
+  ffmpeg imagemagick 

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

2020-02-02 Thread Antonio Rojas via arch-commits
Date: Sunday, February 2, 2020 @ 21:03:23
  Author: arojas
Revision: 374511

archrelease: copy trunk to staging-x86_64

Added:
  umbrello/repos/staging-x86_64/
  umbrello/repos/staging-x86_64/PKGBUILD
(from rev 374510, umbrello/trunk/PKGBUILD)

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

Copied: umbrello/repos/staging-x86_64/PKGBUILD (from rev 374510, 
umbrello/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-02-02 21:03:23 UTC (rev 374511)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=umbrello
+pkgver=19.12.1
+pkgrel=3
+pkgdesc='UML modeller'
+arch=(x86_64)
+url='https://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(kdelibs4support kdevelop qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin kdevelop-pg-qt llvm 
kinit)
+groups=(kde-applications kdesdk)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('077a1b5a3dfe15d37f03ee97ca5b40a1b8e7e0f2305df2f16a966861cc79e0d6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2020-02-02 Thread Antonio Rojas via arch-commits
Date: Sunday, February 2, 2020 @ 21:03:05
  Author: arojas
Revision: 374510

kdevelop 5.5 rebuild

Modified:
  umbrello/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 20:58:02 UTC (rev 374509)
+++ PKGBUILD2020-02-02 21:03:05 UTC (rev 374510)
@@ -4,7 +4,7 @@
 
 pkgname=umbrello
 pkgver=19.12.1
-pkgrel=2
+pkgrel=3
 pkgdesc='UML modeller'
 arch=(x86_64)
 url='https://kde.org/applications/development/umbrello'


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

2020-02-02 Thread Antonio Rojas via arch-commits
Date: Sunday, February 2, 2020 @ 20:58:02
  Author: arojas
Revision: 374509

archrelease: copy trunk to staging-x86_64

Added:
  kdevelop-python/repos/staging-x86_64/
  kdevelop-python/repos/staging-x86_64/PKGBUILD
(from rev 374508, kdevelop-python/trunk/PKGBUILD)

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

Copied: kdevelop-python/repos/staging-x86_64/PKGBUILD (from rev 374508, 
kdevelop-python/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-02-02 20:58:02 UTC (rev 374509)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-python
+pkgver=5.5.0
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop python)
+makedepends=(extra-cmake-modules)
+optdepends=('python-pycodestyle: for Python style checking')
+source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig})
+sha256sums=('a87cdc7600545866f5e2cec282fcc5543e35d04bc963efada63f392c96e035ef'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (python-pysqlite)

2020-02-02 Thread Jelle van der Waa via arch-commits
Date: Sunday, February 2, 2020 @ 20:57:38
  Author: jelle
Revision: 561788

drop unrequired python2 only package

Deleted:
  python-pysqlite/


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

2020-02-02 Thread Antonio Rojas via arch-commits
Date: Sunday, February 2, 2020 @ 20:57:37
  Author: arojas
Revision: 374507

archrelease: copy trunk to staging-x86_64

Added:
  kdevelop/repos/staging-x86_64/
  kdevelop/repos/staging-x86_64/PKGBUILD
(from rev 374506, kdevelop/trunk/PKGBUILD)

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

Copied: kdevelop/repos/staging-x86_64/PKGBUILD (from rev 374506, 
kdevelop/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-02-02 20:57:37 UTC (rev 374507)
@@ -0,0 +1,53 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=5.5.0
+_clangver=9.0.1
+pkgrel=1
+pkgdesc='C++ IDE using KDE technologies'
+arch=(x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2
+ kcmutils threadweaver knewstuff)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion astyle)
+optdepends=('konsole: embedded terminal'
+'git: Git support' 'subversion: SVN support'
+'gdb: GNU debugger support' 'lldb: LLDB debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration'
+'meson: meson integration'
+'qt5-tools: qthelp plugin'
+'okteta: GNU debugger support'
+'plasma-framework: for the plasma addons'
+'purpose: patch review plugin'
+'astyle: astyle plugin'
+'cppcheck: code analyzer' 'heaptrack: memory profiler'
+'clazy: clazy analyzer plugin')
+conflicts=(kdevelop-qmljs kdevplatform)
+replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a891aab101db8597ac0d35577faa4bc7a8a4b9de91140c70a9f112b183386810'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-02-02 Thread Antonio Rojas via arch-commits
Date: Sunday, February 2, 2020 @ 20:57:53
  Author: arojas
Revision: 374508

archrelease: copy trunk to staging-x86_64

Added:
  kdevelop-php/repos/staging-x86_64/
  kdevelop-php/repos/staging-x86_64/PKGBUILD
(from rev 374507, kdevelop-php/trunk/PKGBUILD)

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

Copied: kdevelop-php/repos/staging-x86_64/PKGBUILD (from rev 374507, 
kdevelop-php/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-02-02 20:57:53 UTC (rev 374508)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=5.5.0
+pkgrel=1
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
+source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
+sha256sums=('a28cbd6d815e44e0ce23105eb38875d77a766d343e4386b2e221c0f8305a3186'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdev-php-$pkgver \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-02-02 Thread Antonio Rojas via arch-commits
Date: Sunday, February 2, 2020 @ 20:56:53
  Author: arojas
Revision: 374506

Update to 5.5.0

Modified:
  kdevelop-php/trunk/PKGBUILD
  kdevelop-python/trunk/PKGBUILD
  kdevelop/trunk/PKGBUILD

+
 -php/trunk/PKGBUILD|4 ++--
 -python/trunk/PKGBUILD |   14 --
 trunk/PKGBUILD |6 +++---
 3 files changed, 9 insertions(+), 15 deletions(-)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2020-02-02 20:45:09 UTC (rev 374505)
+++ trunk/PKGBUILD  2020-02-02 20:56:53 UTC (rev 374506)
@@ -3,9 +3,9 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=5.4.6
+pkgver=5.5.0
 _clangver=9.0.1
-pkgrel=2
+pkgrel=1
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'
@@ -29,7 +29,7 @@
 conflicts=(kdevelop-qmljs kdevplatform)
 replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5f97ed98db9e7723a450cc9ff2a7a1020f407b3d8cb9260fde1906b678cd5506'
+sha256sums=('a891aab101db8597ac0d35577faa4bc7a8a4b9de91140c70a9f112b183386810'
 'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

   '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 


Modified: -php/trunk/PKGBUILD
===
--- -php/trunk/PKGBUILD 2020-02-02 20:45:09 UTC (rev 374505)
+++ -php/trunk/PKGBUILD 2020-02-02 20:56:53 UTC (rev 374506)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-php
-pkgver=5.4.6
+pkgver=5.5.0
 pkgrel=1
 pkgdesc="PHP language and documentation plugin for KDevelop"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(kdevelop)
 makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
 
source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
-sha256sums=('6cc00a091bee419a405f1bd3e01d934456d10787a9505645a9479f7e5b519093'
+sha256sums=('a28cbd6d815e44e0ce23105eb38875d77a766d343e4386b2e221c0f8305a3186'
 'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

   '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 


Modified: -python/trunk/PKGBUILD
===
--- -python/trunk/PKGBUILD  2020-02-02 20:45:09 UTC (rev 374505)
+++ -python/trunk/PKGBUILD  2020-02-02 20:56:53 UTC (rev 374506)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-python
-pkgver=5.4.6
+pkgver=5.5.0
 pkgrel=1
 pkgdesc="Python language and documentation plugin for KDevelop"
 arch=(x86_64)
@@ -11,11 +11,9 @@
 depends=(kdevelop python)
 makedepends=(extra-cmake-modules)
 optdepends=('python-pycodestyle: for Python style checking')
-source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig}
-
kdev-python3.8.patch::https://github.com/KDE/kdev-python/commit/e23fa8f15a.patch)
-sha256sums=('1feb4a494740c3a35bb02967078c994b80c630db5d004ce469c22b217ae2bc51'
-'SKIP'
-'0d23e9555e2d054b37e4412a0f0af7f87af6c8207d934e029ddecc7deee1ba98')
+source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig})
+sha256sums=('a87cdc7600545866f5e2cec282fcc5543e35d04bc963efada63f392c96e035ef'
+'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

   '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

   'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
@@ -23,10 +21,6 @@
 
 prepare() {
   mkdir -p build
-
-  # Support Python 3.8
-  cd kdev-python-$pkgver
-  patch -Np1 -i ../kdev-python3.8.patch
 }
 
 build() {


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

2020-02-02 Thread Antonio Rojas via arch-commits
Date: Sunday, February 2, 2020 @ 20:45:09
  Author: arojas
Revision: 374505

archrelease: copy trunk to extra-x86_64

Added:
  okteta/repos/extra-x86_64/PKGBUILD
(from rev 374504, okteta/trunk/PKGBUILD)
Deleted:
  okteta/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-02 20:44:51 UTC (rev 374504)
+++ PKGBUILD2020-02-02 20:45:09 UTC (rev 374505)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=0.26.2
-pkgrel=2
-epoch=1
-pkgdesc='KDE hex editor for viewing and editing the raw data of files'
-url='https://kde.org/applications/utilities/okteta/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kcmutils kparts knewstuff qca qt5-script hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools qt5-tools)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('bb8d819af1d2d7ebb286542918985afcd1937f0ec6172180ff5b1acc5383684c'
-'SKIP')
-validpgpkeys=(E191FD5BE6F46870F09E82B2024E7FB43D015474)  # Friedrich W. H. 
Kossebau 
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: okteta/repos/extra-x86_64/PKGBUILD (from rev 374504, 
okteta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-02 20:45:09 UTC (rev 374505)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=0.26.3
+pkgrel=1
+epoch=1
+pkgdesc='KDE hex editor for viewing and editing the raw data of files'
+url='https://kde.org/applications/utilities/okteta/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kcmutils kparts knewstuff qca qt5-script hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools qt5-tools)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('29dc30fd71dfc5337c7d2f814feed1ced5799337c5b1fb5098539ba30941a490'
+'SKIP')
+validpgpkeys=(E191FD5BE6F46870F09E82B2024E7FB43D015474  # Friedrich W. H. 
Kossebau 
+  0A48BC961075B4BA8523E3790A345FB086E797D9) # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-02-02 Thread Antonio Rojas via arch-commits
Date: Sunday, February 2, 2020 @ 20:44:51
  Author: arojas
Revision: 374504

Update to 0.26.3

Modified:
  okteta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 20:41:43 UTC (rev 374503)
+++ PKGBUILD2020-02-02 20:44:51 UTC (rev 374504)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=okteta
-pkgver=0.26.2
-pkgrel=2
+pkgver=0.26.3
+pkgrel=1
 epoch=1
 pkgdesc='KDE hex editor for viewing and editing the raw data of files'
 url='https://kde.org/applications/utilities/okteta/'
@@ -13,9 +13,10 @@
 depends=(kcmutils kparts knewstuff qca qt5-script hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools qt5-tools)
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('bb8d819af1d2d7ebb286542918985afcd1937f0ec6172180ff5b1acc5383684c'
+sha256sums=('29dc30fd71dfc5337c7d2f814feed1ced5799337c5b1fb5098539ba30941a490'
 'SKIP')
-validpgpkeys=(E191FD5BE6F46870F09E82B2024E7FB43D015474)  # Friedrich W. H. 
Kossebau 
+validpgpkeys=(E191FD5BE6F46870F09E82B2024E7FB43D015474  # Friedrich W. H. 
Kossebau 
+  0A48BC961075B4BA8523E3790A345FB086E797D9) # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in kdevelop-pg-qt/trunk (PKGBUILD)

2020-02-02 Thread Antonio Rojas via arch-commits
Date: Sunday, February 2, 2020 @ 20:41:25
  Author: arojas
Revision: 374502

Update to 2.2.1

Modified:
  kdevelop-pg-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 20:06:55 UTC (rev 374501)
+++ PKGBUILD2020-02-02 20:41:25 UTC (rev 374502)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-pg-qt
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="KDevelop Parser Generator, a LL(1) parser generator used by KDevelop 
language plugins"
 arch=(x86_64)
@@ -11,10 +11,12 @@
 depends=(qt5-base)
 makedepends=(extra-cmake-modules)
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0777689605e5133754f116c991741f725802f18fc4215a5ccbf4230751f24405'
+sha256sums=('c13931788ac9dc02188cdd9c6e71e164ae81b4568b048748652bbf6fa4a9c62b'
 'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

-  '364EFA5F639572907D392999C64CF56B13CACE5D') # Kevin Funk 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
 
 prepare() {
   mkdir -p build
@@ -22,10 +24,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release
+  cmake ../$pkgname-$pkgver
   make
 }
 


[arch-commits] Commit in kdevelop-pg-qt/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-02-02 Thread Antonio Rojas via arch-commits
Date: Sunday, February 2, 2020 @ 20:41:43
  Author: arojas
Revision: 374503

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop-pg-qt/repos/extra-x86_64/PKGBUILD
(from rev 374502, kdevelop-pg-qt/trunk/PKGBUILD)
Deleted:
  kdevelop-pg-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-02 20:41:25 UTC (rev 374502)
+++ PKGBUILD2020-02-02 20:41:43 UTC (rev 374503)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-pg-qt
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="KDevelop Parser Generator, a LL(1) parser generator used by KDevelop 
language plugins"
-arch=(x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0777689605e5133754f116c991741f725802f18fc4215a5ccbf4230751f24405'
-'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

-  '364EFA5F639572907D392999C64CF56B13CACE5D') # Kevin Funk 

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

Copied: kdevelop-pg-qt/repos/extra-x86_64/PKGBUILD (from rev 374502, 
kdevelop-pg-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-02 20:41:43 UTC (rev 374503)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-pg-qt
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="KDevelop Parser Generator, a LL(1) parser generator used by KDevelop 
language plugins"
+arch=(x86_64)
+url="https://www.kdevelop.org/;
+license=(GPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c13931788ac9dc02188cdd9c6e71e164ae81b4568b048748652bbf6fa4a9c62b'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-02-02 Thread David Runge via arch-commits
Date: Sunday, February 2, 2020 @ 20:39:21
  Author: dvzrv
Revision: 561786

upgpkg: python-nose2 0.9.2-1: Upgrading to 0.9.2.

Modified:
  python-nose2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 20:28:15 UTC (rev 561785)
+++ PKGBUILD2020-02-02 20:39:21 UTC (rev 561786)
@@ -2,8 +2,8 @@
 
 _name=nose2
 pkgname=python-nose2
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
 pkgdesc="The next generation of nicer testing for python"
 arch=('any')
 url="https://github.com/nose-devs/nose2;
@@ -14,7 +14,7 @@
 'python-sphinx_rtd_theme: for doc'
 'python-mock: for doc')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('40b3a40f731be00ed3aa6b3d20c432d48d41e4d4373f0650c8ebe0245f9a8459dfea9ae24b25134f64b4d34343808d2afb4a489eda9a261c7867199fbf3901fe')
+sha512sums=('c1d8231decf4ab1712d7b486efcc4835df3c665d401713ac100186a513c68da4e9e1710f4289802fea1cfdbee1c5e3358c30a0e9d14554f408323efd00a1a293')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"


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

2020-02-02 Thread David Runge via arch-commits
Date: Sunday, February 2, 2020 @ 20:39:30
  Author: dvzrv
Revision: 561787

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-02 20:39:21 UTC (rev 561786)
+++ PKGBUILD2020-02-02 20:39:30 UTC (rev 561787)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-
-_name=nose2
-pkgname=python-nose2
-pkgver=0.9.1
-pkgrel=2
-pkgdesc="The next generation of nicer testing for python"
-arch=('any')
-url="https://github.com/nose-devs/nose2;
-license=('BSD')
-depends=('python-coverage' 'python-setuptools' 'python-six')
-optdepends=('python-coverage: for coverage_plugin'
-'python-sphinx: for doc'
-'python-sphinx_rtd_theme: for doc'
-'python-mock: for doc')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('40b3a40f731be00ed3aa6b3d20c432d48d41e4d4373f0650c8ebe0245f9a8459dfea9ae24b25134f64b4d34343808d2afb4a489eda9a261c7867199fbf3901fe')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # license
-  install -vDm 644 license.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # docs
-  install -vDm 644 {AUTHORS,README.rst} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-nose2/repos/community-any/PKGBUILD (from rev 561786, 
python-nose2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-02 20:39:30 UTC (rev 561787)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+
+_name=nose2
+pkgname=python-nose2
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="The next generation of nicer testing for python"
+arch=('any')
+url="https://github.com/nose-devs/nose2;
+license=('BSD')
+depends=('python-coverage' 'python-setuptools' 'python-six')
+optdepends=('python-coverage: for coverage_plugin'
+'python-sphinx: for doc'
+'python-sphinx_rtd_theme: for doc'
+'python-mock: for doc')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('c1d8231decf4ab1712d7b486efcc4835df3c665d401713ac100186a513c68da4e9e1710f4289802fea1cfdbee1c5e3358c30a0e9d14554f408323efd00a1a293')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # license
+  install -vDm 644 license.txt \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -vDm 644 {AUTHORS,README.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-02-02 Thread Christian Hesse via arch-commits
Date: Sunday, February 2, 2020 @ 20:28:15
  Author: eworm
Revision: 561785

archrelease: copy trunk to community-x86_64

Added:
  lldpd/repos/community-x86_64/PKGBUILD
(from rev 561784, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-x86_64/lldpd.tmpfiles.conf
(from rev 561784, lldpd/trunk/lldpd.tmpfiles.conf)
Deleted:
  lldpd/repos/community-x86_64/PKGBUILD
  lldpd/repos/community-x86_64/lldpd.tmpfiles.conf

-+
 PKGBUILD|  128 +-
 lldpd.tmpfiles.conf |4 -
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-02 20:28:09 UTC (rev 561784)
+++ PKGBUILD2020-02-02 20:28:15 UTC (rev 561785)
@@ -1,64 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Brian Bidulock 
-
-pkgname=lldpd
-pkgver=1.0.4
-pkgrel=2
-pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
-arch=('x86_64')
-url='https://vincentbernat.github.io/lldpd/'
-license=('custom:ISC' 'GPL')
-depends=('glibc' 'libevent' 'libbsd' 'zlib' 'openssl' 'pciutils' 'perl'
- 'libxml2' 'net-snmp' 'jansson')
-backup=('etc/lldpd.conf')
-validpgpkeys=('AEF2348766F371C689A7360095A42FE8353525F9') # Vincent Bernat 

-source=("https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz;
-
"lldpd-${pkgver}.tar.gz.sig::https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz.gpg;
-'lldpd.tmpfiles.conf')
-sha256sums=('5319bc032fabf1008d5d91e280276aa7f1bbfbb70129d8526cd4526d7c22724f'
-'SKIP'
-'df64ebadacb832c4a9dcbdd531848ae70c21d67d309c7397163ba8db7e31248b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/"
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-snmp \
---with-xml \
---with-readline \
---with-privsep-user=lldpd \
---with-privsep-group=lldpd \
---with-privsep-chroot=/run/lldpd/chroot \
---with-lldpd-ctl-socket=/run/lldpd/socket \
---with-lldpd-pid-file=/run/lldpd/pid
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}/"
-
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/"
-  
-  make DESTDIR="${pkgdir}" install
-
-  # re-introduce tmpfiles file untill resolved upstream...
-  # https://github.com/vincentbernat/lldpd/pull/311
-  install -D -m 0644 "${srcdir}/lldpd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/lldpd.conf"
-
-  # config stuff
-  install -D -m 0644 /dev/null "${pkgdir}/etc/lldpd.conf"
-  install -d -m 0755 "${pkgdir}/etc/lldpd.d"
-
-  # license
-  install -D -m 0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lldpd/repos/community-x86_64/PKGBUILD (from rev 561784, 
lldpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-02 20:28:15 UTC (rev 561785)
@@ -0,0 +1,64 @@
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Brian Bidulock 
+
+pkgname=lldpd
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
+arch=('x86_64')
+url='https://vincentbernat.github.io/lldpd/'
+license=('custom:ISC' 'GPL')
+depends=('glibc' 'libevent' 'libbsd' 'zlib' 'openssl' 'pciutils' 'perl'
+ 'libxml2' 'net-snmp' 'jansson')
+backup=('etc/lldpd.conf')
+validpgpkeys=('AEF2348766F371C689A7360095A42FE8353525F9') # Vincent Bernat 

+source=("https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz;
+
"lldpd-${pkgver}.tar.gz.sig::https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz.gpg;
+'lldpd.tmpfiles.conf')
+sha256sums=('2dd3b212f4dbabfcbb2794c0010b245f9f8e74b387984e757be6243a74c6cb99'
+'SKIP'
+'df64ebadacb832c4a9dcbdd531848ae70c21d67d309c7397163ba8db7e31248b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-snmp \
+--with-xml \
+--with-readline \
+--with-privsep-user=lldpd \
+--with-privsep-group=lldpd \
+--with-privsep-chroot=/run/lldpd/chroot \
+--with-lldpd-ctl-socket=/run/lldpd/socket \
+--with-lldpd-pid-file=/run/lldpd/pid
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  
+  make DESTDIR="${pkgdir}" install
+
+  # re-introduce tmpfiles file untill resolved upstream...
+  # https://github.com/vincentbernat/lldpd/pull/311
+  install -D -m 0644 "${srcdir}/lldpd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/lldpd.conf"
+
+  # config stuff
+  install -D -m 0644 /dev/null "${pkgdir}/etc/lldpd.conf"
+  install -d -m 0755 "${pkgdir}/etc/lldpd.d"
+
+  # license
+  install -D -m 0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set 

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

2020-02-02 Thread Christian Hesse via arch-commits
Date: Sunday, February 2, 2020 @ 20:28:09
  Author: eworm
Revision: 561784

upgpkg: lldpd 1.0.5-1

new upstream release

Modified:
  lldpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 20:14:55 UTC (rev 561783)
+++ PKGBUILD2020-02-02 20:28:09 UTC (rev 561784)
@@ -2,8 +2,8 @@
 # Contributor: Brian Bidulock 
 
 pkgname=lldpd
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
 pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
 arch=('x86_64')
 url='https://vincentbernat.github.io/lldpd/'
@@ -15,7 +15,7 @@
 source=("https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz;
 
"lldpd-${pkgver}.tar.gz.sig::https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz.gpg;
 'lldpd.tmpfiles.conf')
-sha256sums=('5319bc032fabf1008d5d91e280276aa7f1bbfbb70129d8526cd4526d7c22724f'
+sha256sums=('2dd3b212f4dbabfcbb2794c0010b245f9f8e74b387984e757be6243a74c6cb99'
 'SKIP'
 'df64ebadacb832c4a9dcbdd531848ae70c21d67d309c7397163ba8db7e31248b')
 


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

2020-02-02 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 2, 2020 @ 20:14:55
  Author: svenstaro
Revision: 561783

archrelease: copy trunk to community-x86_64

Added:
  wesnoth/repos/community-x86_64/PKGBUILD
(from rev 561782, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-x86_64/wesnothd.service
(from rev 561782, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf
(from rev 561782, wesnoth/trunk/wesnothd.tmpfiles.conf)
Deleted:
  wesnoth/repos/community-x86_64/PKGBUILD
  wesnoth/repos/community-x86_64/wesnothd.service
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf

+
 PKGBUILD   |  108 +++
 wesnothd.service   |   18 +++
 wesnothd.tmpfiles.conf |2 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-02 20:14:37 UTC (rev 561782)
+++ PKGBUILD2020-02-02 20:14:55 UTC (rev 561783)
@@ -1,54 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Powalowski 
-# Contributor: Jacobo Arvelo 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=wesnoth
-# NOTE: Odd minor versions are unstable! Do not package those.
-pkgver=1.14.10
-epoch=1
-pkgrel=2
-pkgdesc="A turn-based strategy game on a fantasy world"
-arch=('x86_64')
-license=('GPL')
-url="http://www.wesnoth.org/;
-depends=('sdl2_ttf' 'sdl2_net' 'sdl2_mixer' 'sdl2_image' 'fribidi' 
'boost-libs' 'pango' 'lua52' 'dbus' 'python2')
-makedepends=('boost' 'cmake' 'git')
-replaces=('wesnoth-data')
-options=(!emptydirs)
-source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
-wesnothd.tmpfiles.conf
-wesnothd.service)
-sha512sums=('SKIP'
-
'6e776bf9d4e6f289b1dddbea03b0cc6972af9e926c8305fac823613b101d7f3bc40f30ab73708e9df355b28cc6459b138f3d8015528796ad94d3571d20dd54ed'
-
'9d648c8bd13a574364b4dede4b1084a2fe1bf50a38ad04aa1a9f72f168915fc67d29b3c048f881a32f38a785fd4256d48c864346db08326e279237b28d5ca884')
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n 9d0e3bae096563297c9f51355968f27a67dbfdec # Fix build with 
boost 1.70
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DENABLE_OMP=ON \
-  -DENABLE_TOOLS=ON \
-  -DMANDIR=share/man \
-  -DFIFO_DIR=/var/run/wesnothd \
-  -DENABLE_DISPLAY_REVISION=OFF
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
-  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
-}

Copied: wesnoth/repos/community-x86_64/PKGBUILD (from rev 561782, 
wesnoth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-02 20:14:55 UTC (rev 561783)
@@ -0,0 +1,54 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+# NOTE: Odd minor versions are unstable! Do not package those.
+pkgver=1.14.11
+epoch=1
+pkgrel=1
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/;
+depends=('sdl2_ttf' 'sdl2_net' 'sdl2_mixer' 'sdl2_image' 'fribidi' 
'boost-libs' 'pango' 'lua52' 'dbus' 'python2')
+makedepends=('boost' 'cmake' 'git')
+replaces=('wesnoth-data')
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+wesnothd.tmpfiles.conf
+wesnothd.service)
+sha512sums=('SKIP'
+
'6e776bf9d4e6f289b1dddbea03b0cc6972af9e926c8305fac823613b101d7f3bc40f30ab73708e9df355b28cc6459b138f3d8015528796ad94d3571d20dd54ed'
+
'9d648c8bd13a574364b4dede4b1084a2fe1bf50a38ad04aa1a9f72f168915fc67d29b3c048f881a32f38a785fd4256d48c864346db08326e279237b28d5ca884')
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 9d0e3bae096563297c9f51355968f27a67dbfdec # Fix build with 
boost 1.70
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man \
+  -DFIFO_DIR=/var/run/wesnothd \
+  -DENABLE_DISPLAY_REVISION=OFF
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Deleted: wesnothd.service
===
--- wesnothd.service2020-02-02 20:14:37 UTC (rev 561782)
+++ wesnothd.service2020-02-02 

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

2020-02-02 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 2, 2020 @ 20:14:37
  Author: svenstaro
Revision: 561782

upgpkg: wesnoth 1:1.14.11-1

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 19:44:08 UTC (rev 561781)
+++ PKGBUILD2020-02-02 20:14:37 UTC (rev 561782)
@@ -6,9 +6,9 @@
 
 pkgname=wesnoth
 # NOTE: Odd minor versions are unstable! Do not package those.
-pkgver=1.14.10
+pkgver=1.14.11
 epoch=1
-pkgrel=2
+pkgrel=1
 pkgdesc="A turn-based strategy game on a fantasy world"
 arch=('x86_64')
 license=('GPL')


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

2020-02-02 Thread Christian Hesse via arch-commits
Date: Sunday, February 2, 2020 @ 20:06:55
  Author: eworm
Revision: 374501

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 374500, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/hooks-encrypt
(from rev 374500, cryptsetup/trunk/hooks-encrypt)
  cryptsetup/repos/testing-x86_64/install-encrypt
(from rev 374500, cryptsetup/trunk/install-encrypt)
  cryptsetup/repos/testing-x86_64/install-sd-encrypt
(from rev 374500, cryptsetup/trunk/install-sd-encrypt)

+
 PKGBUILD   |   45 +++
 hooks-encrypt  |  144 +++
 install-encrypt|   48 +
 install-sd-encrypt |   49 +
 4 files changed, 286 insertions(+)

Copied: cryptsetup/repos/testing-x86_64/PKGBUILD (from rev 374500, 
cryptsetup/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-02-02 20:06:55 UTC (rev 374501)
@@ -0,0 +1,45 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Bächler 
+
+pkgname=cryptsetup
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Userspace setup tool for transparent encryption of block devices 
using dm-crypt'
+arch=(x86_64)
+license=('GPL')
+url='https://gitlab.com/cryptsetup/cryptsetup/'
+depends=('device-mapper' 'openssl' 'popt' 'libutil-linux' 'json-c' 'argon2')
+makedepends=('util-linux')
+options=('!emptydirs')
+validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 

+source=("https://www.kernel.org/pub/linux/utils/cryptsetup/v${pkgver%.*}/${pkgname}-${pkgver}.tar."{xz,sign}
+'hooks-encrypt'
+'install-encrypt'
+'install-sd-encrypt')
+sha256sums=('395690de99509428354d3cd15cf023bed01487e6f1565b2181e013dc847bbc85'
+'SKIP'
+'416aa179ce3c6a7a5eee0861f1f0a4fafac91b69e84a2aae82b6e5a6140e31e2'
+'d325dc239ecc9a5324407b0782da6df2573e8491251836d6c4e65fa61339ce57'
+'31d816b3650a57512a5f9b52c1995fa65a161faa8b37975d07c9a1b8e1a119db')
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-libargon2 \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # install hook
+  install -D -m0644 "${srcdir}"/hooks-encrypt 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
+  install -D -m0644 "${srcdir}"/install-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
+  install -D -m0644 "${srcdir}"/install-sd-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/sd-encrypt
+}

Copied: cryptsetup/repos/testing-x86_64/hooks-encrypt (from rev 374500, 
cryptsetup/trunk/hooks-encrypt)
===
--- testing-x86_64/hooks-encrypt(rev 0)
+++ testing-x86_64/hooks-encrypt2020-02-02 20:06:55 UTC (rev 374501)
@@ -0,0 +1,144 @@
+#!/usr/bin/ash
+
+run_hook() {
+modprobe -a -q dm-crypt >/dev/null 2>&1
+[ "${quiet}" = "y" ] && CSQUIET=">/dev/null"
+
+# Get keyfile if specified
+ckeyfile="/crypto_keyfile.bin"
+if [ -n "$cryptkey" ]; then
+IFS=: read ckdev ckarg1 ckarg2 &1
+umount /ckey
+;;
+*)
+# Read raw data from the block device
+# ckarg1 is numeric: ckarg1=offset, ckarg2=length
+dd if="$resolved" of="$ckeyfile" bs=1 skip="$ckarg1" 
count="$ckarg2" >/dev/null 2>&1
+;;
+esac
+fi
+[ ! -f ${ckeyfile} ] && echo "Keyfile could not be opened. Reverting 
to passphrase."
+fi
+
+if [ -n "${cryptdevice}" ]; then
+DEPRECATED_CRYPT=0
+IFS=: read cryptdev cryptname cryptoptions <&2
+;;
+esac
+done
+
+if resolved=$(resolve_device "${cryptdev}" ${rootdelay}); then
+if cryptsetup isLuks ${resolved} >/dev/null 2>&1; then
+[ ${DEPRECATED_CRYPT} -eq 1 ] && warn_deprecated
+dopassphrase=1
+# If keyfile exists, try to use that
+if [ -f ${ckeyfile} ]; then
+if eval cryptsetup --key-file ${ckeyfile} open --type luks 
${resolved} ${cryptname} ${cryptargs} ${CSQUIET}; then
+dopassphrase=0
+else
+echo "Invalid keyfile. Reverting to passphrase."
+fi
+fi
+# Ask for a passphrase
+if [ ${dopassphrase} -gt 0 ]; then
+echo ""
+echo "A password is required to access the ${cryptname} 
volume:"
+
+#loop until we get a real password
+while ! eval cryptsetup open --type luks ${resolved} 
${cryptname} ${cryptargs} ${CSQUIET}; 

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

2020-02-02 Thread Christian Hesse via arch-commits
Date: Sunday, February 2, 2020 @ 20:06:48
  Author: eworm
Revision: 374500

upgpkg: cryptsetup 2.3.0-1

new upstream release

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 18:19:37 UTC (rev 374499)
+++ PKGBUILD2020-02-02 20:06:48 UTC (rev 374500)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Bächler 
 
 pkgname=cryptsetup
-pkgver=2.2.2
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='Userspace setup tool for transparent encryption of block devices 
using dm-crypt'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 'hooks-encrypt'
 'install-encrypt'
 'install-sd-encrypt')
-sha256sums=('2af0ec9551ab9c870074cae9d3f68d82cab004f4095fa89db0e4413713424a46'
+sha256sums=('395690de99509428354d3cd15cf023bed01487e6f1565b2181e013dc847bbc85'
 'SKIP'
 '416aa179ce3c6a7a5eee0861f1f0a4fafac91b69e84a2aae82b6e5a6140e31e2'
 'd325dc239ecc9a5324407b0782da6df2573e8491251836d6c4e65fa61339ce57'


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:32:10
  Author: felixonmars
Revision: 561778

upgpkg: xmobar 0.32-17: rebuild with math-functions 0.3.3.0

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 18:30:28 UTC (rev 561777)
+++ PKGBUILD2020-02-02 18:32:10 UTC (rev 561778)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.32
-pkgrel=16
+pkgrel=17
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:32:23
  Author: felixonmars
Revision: 561779

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 561778, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 18:32:23 UTC (rev 561779)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.32
+pkgrel=17
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
+ 'wireless_tools' 'haskell-text' 'haskell-async' 'haskell-aeson'
+ 'haskell-timezone-olson' 'haskell-timezone-series' 'alsa-lib'
+ 'haskell-extensible-exceptions' 'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-alsa-core' 'haskell-alsa-mixer')
+makedepends=('ghc' 'haskell-hspec' 'haskell-temporary')
+source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('8d2543152b050460bf48514aaa981e6d508cabb7688b848a3b3528cfcecacb76')
+sha512sums=('fa9b7c5d568b1c8e731b525736d8cf6a630def93a75884fcf3adc68e5527b31b61ef96df3019befafb83fa080703865ba511750deeb09d8ab70582ccf433b1f6')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -e 's/&& <.*,/,/g' -e 's/==.*,/,/g' -i xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+
+  _flags=(with_xft with_utf8 with_inotify with_iwlib with_mpd with_alsa
+  with_datezone with_mpris with_dbus with_xpm with_threaded
+  with_rtsopts with_weather)
+
+  runhaskell setup configure -O \
+--enable-shared \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--prefix=/usr \
+--dynlibdir=/usr/lib \
+--libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' \
+--flags="${_flags[*]}" \
+--enable-tests
+  runhaskell setup build
+}
+
+check() {
+  cd xmobar-${pkgver}
+  runhaskell setup test
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:30:28
  Author: felixonmars
Revision: 561777

archrelease: copy trunk to community-staging-x86_64

Added:
  tidalcycles/repos/community-staging-x86_64/
  tidalcycles/repos/community-staging-x86_64/PKGBUILD
(from rev 561776, tidalcycles/trunk/PKGBUILD)

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

Copied: tidalcycles/repos/community-staging-x86_64/PKGBUILD (from rev 561776, 
tidalcycles/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 18:30:28 UTC (rev 561777)
@@ -0,0 +1,53 @@
+# Maintainer: David Runge 
+
+_name=Tidal
+pkgname=tidalcycles
+pkgver=1.4.7
+pkgrel=12
+pkgdesc="A domain specific language for live coding pattern."
+arch=('x86_64')
+url="https://tidalcycles.org/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('ghc' 'ghc-libs' 'glibc' 'haskell-bifunctors' 'haskell-clock'
+'haskell-colour' 'haskell-hosc' 'haskell-mwc-random' 'haskell-network'
+'haskell-primitive' 'haskell-vector' 'supercollider')
+checkdepends=('haskell-microspec')
+optdepends=('sc3-plugins: Examples using special UGens')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tidalcycles/Tidal/archive/${pkgver}.tar.gz;)
+sha512sums=('1f5afbb912ec3aa8b23503e1bf23de9a73c36897aae1ac193200a310ac50b0c07681f98a6ceedf7465723b7e4ee85e8f675aefcd3e53620ffcd83fb2c2f33769')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+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
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  runhaskell Setup test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -vDm 744 register.sh "$pkgdir/usr/share/haskell/register/$pkgname.sh"
+  install -vDm 744 unregister.sh 
"$pkgdir/usr/share/haskell/unregister/$pkgname.sh"
+}


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:30:14
  Author: felixonmars
Revision: 561776

upgpkg: tidalcycles 1.4.7-12: rebuild with math-functions 0.3.3.0

Modified:
  tidalcycles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 18:28:34 UTC (rev 561775)
+++ PKGBUILD2020-02-02 18:30:14 UTC (rev 561776)
@@ -3,7 +3,7 @@
 _name=Tidal
 pkgname=tidalcycles
 pkgver=1.4.7
-pkgrel=11
+pkgrel=12
 pkgdesc="A domain specific language for live coding pattern."
 arch=('x86_64')
 url="https://tidalcycles.org/;


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:28:34
  Author: felixonmars
Revision: 561775

archrelease: copy trunk to community-staging-x86_64

Added:
  taskell/repos/community-staging-x86_64/
  taskell/repos/community-staging-x86_64/PKGBUILD
(from rev 561774, taskell/trunk/PKGBUILD)

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

Copied: taskell/repos/community-staging-x86_64/PKGBUILD (from rev 561774, 
taskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 18:28:34 UTC (rev 561775)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname;
+depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
+makedepends=(ghc)
+source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('91dbf6ef3d0d7f6308c3156c491235623abfa25a550af627841182e61ff517cb2bfc0608ae5ed814a391ab78a88df36d08c7a773cc08e76f7e38c218d63136b1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/< *4/<5/' -e 's/< *2/<3/' -e 's/< *1/<2/' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:28:20
  Author: felixonmars
Revision: 561774

upgpkg: taskell 1.9.1.0-16: rebuild with math-functions 0.3.3.0

Modified:
  taskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 18:26:54 UTC (rev 561773)
+++ PKGBUILD2020-02-02 18:28:20 UTC (rev 561774)
@@ -2,7 +2,7 @@
 
 pkgname=taskell
 pkgver=1.9.1.0
-pkgrel=15
+pkgrel=16
 pkgdesc='A command-line kanban board/task manager'
 license=(BSD)
 arch=(x86_64)


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:26:40
  Author: felixonmars
Revision: 561772

upgpkg: tamarin-prover 1.4.1-234: rebuild with math-functions 0.3.3.0

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 18:25:01 UTC (rev 561771)
+++ PKGBUILD2020-02-02 18:26:40 UTC (rev 561772)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=233
+pkgrel=234
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io;
 license=("GPL")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:26:54
  Author: felixonmars
Revision: 561773

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 561772, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
561772, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 18:26:54 UTC (rev 561773)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=234
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="https://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests --ghc-option='-pie'
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:24:46
  Author: felixonmars
Revision: 561770

upgpkg: stylish-haskell 0.9.4.4-27: rebuild with math-functions 0.3.3.0

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 18:23:30 UTC (rev 561769)
+++ PKGBUILD2020-02-02 18:24:46 UTC (rev 561770)
@@ -3,7 +3,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.9.4.4
-pkgrel=26
+pkgrel=27
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("BSD")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:25:01
  Author: felixonmars
Revision: 561771

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
561770, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 18:25:01 UTC (rev 561771)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.9.4.4
+pkgrel=27
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 
'haskell-optparse-applicative'
+ 'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-random' 'haskell-test-framework'
+ 'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('5226d203295e03600f07fe21905a1ea1231bd79b1d7bc5e157c74f79054181df0e5f7d549dd418de0a610d70450ba1f2ae9d9ff804fa21674dacd0c17fb26bc9')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' $pkgname.cabal
+}
+
+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-old_base --ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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}"
+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)

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:23:30
  Author: felixonmars
Revision: 561769

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 561768, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 18:23:30 UTC (rev 561769)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.0
+pkgrel=103
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;
+
shellcheck-cabal3.patch::https://github.com/koalaman/shellcheck/commit/2c026f1ec7c205c731ff2a0ccd85365f37245758.patch)
+sha512sums=('46ef486dff09bd51bdc5f053b1dda9e3f2943c66bbf6788824ddf8fcf3b69b7a3a9c00bf98bca0dee9d57ee6df833ca4088252dbf773815248be0fa667f35215'
+
'88b7101a536598ecbf4d1c48cfd4eb10b1a6424a2344e4b1be6f6a814dcf1c3d00e78390070242369bc55ed9c20defd4cc7337854da71761fb08e13240619684')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../shellcheck-cabal3.patch
+
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.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 \
+--ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+./manpage
+}
+
+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)

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:23:14
  Author: felixonmars
Revision: 561768

upgpkg: shellcheck 0.7.0-103: rebuild with math-functions 0.3.3.0

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 18:19:39 UTC (rev 561767)
+++ PKGBUILD2020-02-02 18:23:14 UTC (rev 561768)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.0
-pkgrel=102
+pkgrel=103
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


[arch-commits] Commit in lighttpd/repos/extra-x86_64 (10 files)

2020-02-02 Thread Pierre Schmitz via arch-commits
Date: Sunday, February 2, 2020 @ 18:19:37
  Author: pierre
Revision: 374499

archrelease: copy trunk to extra-x86_64

Added:
  lighttpd/repos/extra-x86_64/PKGBUILD
(from rev 374498, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-x86_64/lighttpd.conf
(from rev 374498, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
(from rev 374498, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-x86_64/lighttpd.service
(from rev 374498, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles
(from rev 374498, lighttpd/trunk/lighttpd.tmpfiles)
Deleted:
  lighttpd/repos/extra-x86_64/PKGBUILD
  lighttpd/repos/extra-x86_64/lighttpd.conf
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
  lighttpd/repos/extra-x86_64/lighttpd.service
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles

--+
 PKGBUILD |  142 -
 lighttpd.conf|   44 +++
 lighttpd.logrotate.d |   18 +++---
 lighttpd.service |   24 
 lighttpd.tmpfiles|4 -
 5 files changed, 116 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-02 18:19:25 UTC (rev 374498)
+++ PKGBUILD2020-02-02 18:19:37 UTC (rev 374499)
@@ -1,71 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=lighttpd
-pkgver=1.4.54
-pkgrel=1
-pkgdesc='A secure, fast, compliant and very flexible web-server'
-license=('custom')
-arch=('x86_64')
-url="https://www.lighttpd.net/;
-depends=('pcre' 'util-linux' 'systemd')
-makedepends=('mariadb-libs' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 'gdbm' 
'pkgconfig')
-optdepends=('libxml2: mod_webdav'
-'lua: mod_cml/mod_magnet'
-'mariadb-libs: mod_mysql_vhost/mod_authn_mysql'
-'sqlite: mod_webdav')
-backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
-options=('emptydirs')
-source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
-'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha512sums=('aa180a2751711a77b9da91a6a285c967d2c183ccbabe3e9064aea74e44629c3b0227ac98c7d720c8d4d223ce4b31e8b221b05b928adc917b199ab1015fcdba37'
-'SKIP'
-
'b67f6683c55f4d63bf3e42878165a5f56d30bab056e6474f4652f050c8f783ceb7c1246969b7186afa2a43e22204dc8a9785bd5599f112aa61e8361b4369e064'
-
'b28f6171a96cf4d293ccf92914f1d1696007acc647c6c24cc5f309da0860356864618865afcc6f0aa7616ffb70405b8e1fefd12ccd5685effc2aa7c0b72be1a5'
-
'0079d6fd80ca42fa5384838b3df68d25000fb7a5a92ea9fb02f6a18cdfb85b23279c78b881e21270e7e450ee3ae28ea839932f3268b826b52478079e510ecd33'
-
'2caf419d96ddfc3c4d832483e0d243463632823df1b2bcde212c46a932b5fd6d9ca28aab8139aa234854e0e91f85d4245ab7c9a4c304fb36b8cd1dde7908a5bd')
-validpgpkeys=('C7CA1E9E29DC77F5480894B2E0E7D0171E95BAD7'
-  '649D0DD767FF206202A76C5158F14A786FE198C8'
-  'EAAF41A8BE3BB8D001CACD136DE62CA242909B84')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libdir=/usr/lib/lighttpd/ \
-   --sysconfdir=/etc/lighttpd \
-   --with-mysql \
-   --with-ldap \
-   --with-attr \
-   --with-openssl \
-   --with-kerberos5 \
-   --without-fam \
-   --with-webdav-props \
-   --with-webdav-locks \
-   --with-gdbm \
-   --with-lua
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-   make
-}
-
-check() {
-   cd $srcdir/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   install -D -m644 $srcdir/lighttpd.logrotate.d 
$pkgdir/etc/logrotate.d/lighttpd
-   install -D -m644 $srcdir/lighttpd.conf 
$pkgdir/etc/lighttpd/lighttpd.conf
-   install -d -m700 -o http -g http $pkgdir/var/{log,cache}/lighttpd/
-   install -D -m644 ${srcdir}/lighttpd.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/lighttpd.conf
-   install -D -m644 ${srcdir}/lighttpd.service 
${pkgdir}/usr/lib/systemd/system/lighttpd.service
-
-   pushd doc/config >/dev/null
-   find . -type f ! -name 'Makefile*' -exec install -D -m644 {} 
${pkgdir}/usr/share/doc/lighttpd/config/{} \;
-   popd >/dev/null
-
-   install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: lighttpd/repos/extra-x86_64/PKGBUILD (from rev 374498, 
lighttpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-02 18:19:37 UTC (rev 374499)
@@ -0,0 +1,71 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=lighttpd
+pkgver=1.4.55
+pkgrel=1
+pkgdesc='A secure, fast, compliant and very flexible web-server'

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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:19:25
  Author: felixonmars
Revision: 561766

upgpkg: postgrest 6.0.2-35: rebuild with math-functions 0.3.3.0

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 18:15:38 UTC (rev 561765)
+++ PKGBUILD2020-02-02 18:19:25 UTC (rev 561766)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=6.0.2
-pkgrel=34
+pkgrel=35
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2020-02-02 Thread Pierre Schmitz via arch-commits
Date: Sunday, February 2, 2020 @ 18:19:25
  Author: pierre
Revision: 374498

upgpkg: lighttpd 1.4.55-1

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:00:05 UTC (rev 374497)
+++ PKGBUILD2020-02-02 18:19:25 UTC (rev 374498)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=lighttpd
-pkgver=1.4.54
+pkgver=1.4.55
 pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
@@ -17,12 +17,12 @@
 options=('emptydirs')
 
source=("https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz"{,.asc}
 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha512sums=('aa180a2751711a77b9da91a6a285c967d2c183ccbabe3e9064aea74e44629c3b0227ac98c7d720c8d4d223ce4b31e8b221b05b928adc917b199ab1015fcdba37'
+sha256sums=('6a0b50e9c9d5cc3d9e48592315c25a2d645858f863e1ccd120507a30ce21e927'
 'SKIP'
-
'b67f6683c55f4d63bf3e42878165a5f56d30bab056e6474f4652f050c8f783ceb7c1246969b7186afa2a43e22204dc8a9785bd5599f112aa61e8361b4369e064'
-
'b28f6171a96cf4d293ccf92914f1d1696007acc647c6c24cc5f309da0860356864618865afcc6f0aa7616ffb70405b8e1fefd12ccd5685effc2aa7c0b72be1a5'
-
'0079d6fd80ca42fa5384838b3df68d25000fb7a5a92ea9fb02f6a18cdfb85b23279c78b881e21270e7e450ee3ae28ea839932f3268b826b52478079e510ecd33'
-
'2caf419d96ddfc3c4d832483e0d243463632823df1b2bcde212c46a932b5fd6d9ca28aab8139aa234854e0e91f85d4245ab7c9a4c304fb36b8cd1dde7908a5bd')
+'41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
+'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
+'d8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
+'0c88403364e732c06090f6807105dedbac25aa82add0499d28007f8aaa780b78')
 validpgpkeys=('C7CA1E9E29DC77F5480894B2E0E7D0171E95BAD7'
   '649D0DD767FF206202A76C5158F14A786FE198C8'
   'EAAF41A8BE3BB8D001CACD136DE62CA242909B84')


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:19:39
  Author: felixonmars
Revision: 561767

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 561766, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 561766, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 18:19:39 UTC (rev 561767)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=6.0.2
+pkgrel=35
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('abdcec3291c2216cb7383e13c80cb36c7bbecaded95ebebdc4482e44418d11abafab591ed1e5568ac38cdfc8e3f8b2c6c1c2a0e3e846ee6f97ab48b42c4c580d')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/< *4/<5/' -e 's/< *1/<2/' -e 's/< *3.3/<4/' -e 's/< 
*0.15/<1/' $pkgname.cabal
+
+sed -i -e '/ fail /d' src/PostgREST/Config.hs
+
+sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI --ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createdb postgrest_test
+
+# TODO: user authentication issue?
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test || warning 
"Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+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-crossref/trunk (PKGBUILD)

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:15:24
  Author: felixonmars
Revision: 561764

upgpkg: pandoc-crossref 0.3.5.0-29: rebuild with math-functions 0.3.3.0

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 18:13:30 UTC (rev 561763)
+++ PKGBUILD2020-02-02 18:15:24 UTC (rev 561764)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.5.0
-pkgrel=28
+pkgrel=29
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:15:38
  Author: felixonmars
Revision: 561765

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 561764, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
561764, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 18:15:38 UTC (rev 561765)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.5.0
+pkgrel=29
+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=('3e65be5c5e1ccb896ebe6bf6b059e4a70852ecc4dc6ed5a4529368034784fd76704ee1e694c7fa3f87634ce4fa7ffd8d1cca100d19c6a6ce6652458ac768f546')
+
+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 pandoc-citeproc/repos (2 files)

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:13:30
  Author: felixonmars
Revision: 561763

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 561762, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
561762, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 18:13:30 UTC (rev 561763)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.16.4.1
+pkgrel=25
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 
'haskell-tagsoup'
+ 'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-xml-conduit' 'haskell-yaml' 'haskell-hsyaml' 
'haskell-hsyaml-aeson')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('1a9f961c974cb5cd7dc51980e389cbce36b189b06fe0c1fd8ecbbd7cbbf6aaf5cccf1a8d6cf5b28e5d4a355c57d090050f458b8d6a304d37a4c64e6e220a502f')
+
+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)

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:13:15
  Author: felixonmars
Revision: 561762

upgpkg: pandoc-citeproc 0.16.4.1-25: rebuild with math-functions 0.3.3.0

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 18:09:50 UTC (rev 561761)
+++ PKGBUILD2020-02-02 18:13:15 UTC (rev 561762)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.16.4.1
-pkgrel=24
+pkgrel=25
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:09:50
  Author: felixonmars
Revision: 561761

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 561760, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 18:09:50 UTC (rev 561761)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.8
+pkgrel=29
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat'
+ 'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-blaze-markup'
+ 'haskell-case-insensitive' 'haskell-cmark-gfm' 'haskell-data-default' 
'haskell-doclayout'
+ 'haskell-doctemplates' 'haskell-exceptions' 'haskell-glob' 
'haskell-haddock-library'
+ 'haskell-ipynb' 'haskell-skylighting' 'haskell-skylighting-core' 
'haskell-hslua'
+ 'haskell-hslua-module-system' '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-scientific' 'haskell-tagsoup' 
'haskell-temporary'
+ 'haskell-text-conversions' '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-lua'
+ '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=('2ca956c7e41077d4a9d27b68eaac270da13ff1a9ddd0a5ed532771f5739839d5dda49b64c174e5b0fefa4946bedb9029e8ff551c7181ca97e02d55c796fdd28f')
+
+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 || warning "Tests failed"
+}
+
+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)

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 18:09:36
  Author: felixonmars
Revision: 561760

upgpkg: pandoc 2.8-29: rebuild with math-functions 0.3.3.0

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:49:40 UTC (rev 561759)
+++ PKGBUILD2020-02-02 18:09:36 UTC (rev 561760)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.8
-pkgrel=28
+pkgrel=29
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:49:26
  Author: felixonmars
Revision: 561758

upgpkg: hopenpgp-tools 0.23-31: rebuild with math-functions 0.3.3.0

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:47:35 UTC (rev 561757)
+++ PKGBUILD2020-02-02 17:49:26 UTC (rev 561758)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.23
-pkgrel=30
+pkgrel=31
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:49:40
  Author: felixonmars
Revision: 561759

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
561758, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 17:49:40 UTC (rev 561759)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.23
+pkgrel=31
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-crypto-pubkey'
+ 'haskell-cryptohash' 'haskell-errors' 'haskell-fgl' 
'haskell-graphviz' 'haskell-hopenpgp'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-ixset-typed'
+ 'haskell-lens' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e7b64f210579bef1a2b80d66a388bbc908c1910ecf919adcff664f50c65826e62d03864d7c4dcc5dd996a35c8f68f83116e1eef44cb7cb462b8ba44e899ab45f')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/fail (show l/error (show l/' HOpenPGP/Tools/Parser.y
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:47:21
  Author: felixonmars
Revision: 561756

upgpkg: hoogle 5.0.17.11-64: rebuild with math-functions 0.3.3.0

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:45:29 UTC (rev 561755)
+++ PKGBUILD2020-02-02 17:47:21 UTC (rev 561756)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.11
-pkgrel=63
+pkgrel=64
 pkgdesc="Haskell API Search"
 url="https://www.haskell.org/hoogle/;
 license=("BSD")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:47:35
  Author: felixonmars
Revision: 561757

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:45:29
  Author: felixonmars
Revision: 561755

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 561754, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 17:45:29 UTC (rev 561755)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.8.0
+pkgrel=29
+pkgdesc="The Language of Cryptography"
+url="https://www.cryptol.net;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-cryptohash-sha1' 
'haskell-gitrev'
+ 'haskell-graphscc' 'haskell-heredoc' 'haskell-monad-control' 
'haskell-monadlib'
+ 'haskell-panic' 'haskell-random' 'haskell-sbv' 'haskell-simple-smt' 
'haskell-strict'
+ 'haskell-tf-random' 'haskell-transformers-base' 
'haskell-ansi-terminal'
+ 'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz;
+ghc-8.8.patch::https://github.com/GaloisInc/cryptol/pull/655.patch)
+sha512sums=('ad2cbb67dbcd10dba12457b24558af4ef7066817f18e162432607e7d887071fef13a1c958e37a3f7e8e3fd04079c20cc2a8abdcf1c9dd35a9a93e7e0a2d383b0'
+
'f5399cfde04c2645e0bc80d80a39ac570c9649961e22bf9808bb55ba8457f9a124469d699de73624b2debabe8d672879bd0b2279b60dfcb08d328de67ca78e84')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../ghc-8.8.patch
+sed -i 's/< *0.11/<1/' $pkgname.cabal
+#sed -i 's/import Prelude.Compat/import Prelude.Compat hiding ( fail )/' 
src/Cryptol/Parser/{NoPat,ParserUtils}.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" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable --ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:45:15
  Author: felixonmars
Revision: 561754

upgpkg: cryptol 2.8.0-29: rebuild with math-functions 0.3.3.0

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:40:32 UTC (rev 561753)
+++ PKGBUILD2020-02-02 17:45:15 UTC (rev 561754)
@@ -2,7 +2,7 @@
 
 pkgname=cryptol
 pkgver=2.8.0
-pkgrel=28
+pkgrel=29
 pkgdesc="The Language of Cryptography"
 url="https://www.cryptol.net;
 license=("BSD")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:40:18
  Author: felixonmars
Revision: 561751

upgpkg: haskell-sbv 8.5-17: rebuild with math-functions 0.3.3.0

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:40:10 UTC (rev 561750)
+++ PKGBUILD2020-02-02 17:40:18 UTC (rev 561751)
@@ -4,7 +4,7 @@
 _hkgname=sbv
 pkgname=haskell-sbv
 pkgver=8.5
-pkgrel=16
+pkgrel=17
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="https://leventerkok.github.com/sbv;
 license=("BSD")


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

2020-02-02 Thread Antonio Rojas via arch-commits
Date: Sunday, February 2, 2020 @ 17:40:31
  Author: arojas
Revision: 561752

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-02 17:40:18 UTC (rev 561751)
+++ PKGBUILD2020-02-02 17:40:31 UTC (rev 561752)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgname=python-rpy2
-pkgver=3.2.5
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(x86_64)
-url="https://rpy2.bitbucket.io/;
-license=(MPL GPL LGPL)
-depends=(python-numpy python-tzlocal r)
-makedepends=(python-setuptools)
-optdepends=('python-pandas: conversion between rpy and pandas')
-source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-sha256sums=('33fbb7c244fe4151a47899ab8f2f138ca0042d25755a3956d584453a8719d35e')
-
-package() {
-  cd rpy2-$pkgver
-
-  python setup.py install --prefix=/usr --install-data=/usr/share 
--root="$pkgdir" --optimize=1
-}

Copied: python-rpy2/repos/community-x86_64/PKGBUILD (from rev 561751, 
python-rpy2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-02 17:40:31 UTC (rev 561752)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Oliver Sherouse 
+# Contributor: David Scholl  
+# Contributor: David Pretty  
+
+pkgname=python-rpy2
+pkgver=3.2.6
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+arch=(x86_64)
+url="https://rpy2.bitbucket.io/;
+license=(MPL GPL LGPL)
+depends=(python-numpy python-tzlocal r)
+makedepends=(python-setuptools)
+optdepends=('python-pandas: conversion between rpy and pandas')
+source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
+sha256sums=('1829c23fd9f6ac9dc8cf0ea14c1bc20a2a6e4a35c6f2c4726857dcd1310329dd')
+
+package() {
+  cd rpy2-$pkgver
+
+  python setup.py install --prefix=/usr --install-data=/usr/share 
--root="$pkgdir" --optimize=1
+}


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:40:32
  Author: felixonmars
Revision: 561753

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 561751, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 17:40:32 UTC (rev 561753)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=8.5
+pkgrel=17
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="https://leventerkok.github.com/sbv;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
+ 'haskell-random' 'haskell-syb' 'haskell-generic-deriving')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5ad6e004fb80db7e2202844f62238a67a189933aff809ff071c40207180dba09f8916fc403ac00279a652260584c96043653a4f0b8e58cdd0a89ccf4dd829926')
+
+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 python-rpy2/trunk (PKGBUILD)

2020-02-02 Thread Antonio Rojas via arch-commits
Date: Sunday, February 2, 2020 @ 17:40:10
  Author: arojas
Revision: 561750

Update to 3.2.6

Modified:
  python-rpy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:31:04 UTC (rev 561749)
+++ PKGBUILD2020-02-02 17:40:10 UTC (rev 561750)
@@ -4,7 +4,7 @@
 # Contributor: David Pretty  
 
 pkgname=python-rpy2
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
 arch=(x86_64)
@@ -14,7 +14,7 @@
 makedepends=(python-setuptools)
 optdepends=('python-pandas: conversion between rpy and pandas')
 source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-sha256sums=('33fbb7c244fe4151a47899ab8f2f138ca0042d25755a3956d584453a8719d35e')
+sha256sums=('1829c23fd9f6ac9dc8cf0ea14c1bc20a2a6e4a35c6f2c4726857dcd1310329dd')
 
 package() {
   cd rpy2-$pkgver


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:31:04
  Author: felixonmars
Revision: 561749

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ipynb/repos/community-staging-x86_64/PKGBUILD (from rev 561748, 
haskell-ipynb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 17:31:04 UTC (rev 561749)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ipynb
+pkgname=haskell-ipynb
+pkgver=0.1
+pkgrel=103
+pkgdesc="Data structure for working with Jupyter notebooks (ipynb)"
+url="https://github.com/jgm/ipynb;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base64-bytestring' 
'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-aeson-diff' 'haskell-microlens' 
'haskell-microlens-aeson'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('8717dac6496905afc5e8735abc3b3a4a90b171253b035efa0751a6311b901caad563fdfeaa455987c1307d0532273ab80be37256562143db575f13c326843bf4')
+
+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-ipynb/trunk (PKGBUILD)

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:30:48
  Author: felixonmars
Revision: 561748

upgpkg: haskell-ipynb 0.1-103: rebuild with math-functions 0.3.3.0

Modified:
  haskell-ipynb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:29:49 UTC (rev 561747)
+++ PKGBUILD2020-02-02 17:30:48 UTC (rev 561748)
@@ -3,7 +3,7 @@
 _hkgname=ipynb
 pkgname=haskell-ipynb
 pkgver=0.1
-pkgrel=102
+pkgrel=103
 pkgdesc="Data structure for working with Jupyter notebooks (ipynb)"
 url="https://github.com/jgm/ipynb;
 license=('BSD')


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:29:35
  Author: felixonmars
Revision: 561746

upgpkg: haskell-aeson-diff 1.1.0.8-21: rebuild with math-functions 0.3.3.0

Modified:
  haskell-aeson-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:27:44 UTC (rev 561745)
+++ PKGBUILD2020-02-02 17:29:35 UTC (rev 561746)
@@ -3,7 +3,7 @@
 _hkgname=aeson-diff
 pkgname=haskell-aeson-diff
 pkgver=1.1.0.8
-pkgrel=20
+pkgrel=21
 pkgdesc="Extract and apply patches to JSON documents"
 url="https://github.com/thsutton/aeson-diff;
 license=('BSD')


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:29:49
  Author: felixonmars
Revision: 561747

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-aeson-diff/repos/community-staging-x86_64/PKGBUILD (from rev 
561746, haskell-aeson-diff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 17:29:49 UTC (rev 561747)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+_hkgname=aeson-diff
+pkgname=haskell-aeson-diff
+pkgver=1.1.0.8
+pkgrel=21
+pkgdesc="Extract and apply patches to JSON documents"
+url="https://github.com/thsutton/aeson-diff;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-edit-distance-vector' 
'haskell-hashable'
+ 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-optparse-applicative')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'hlint')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('5a5f703dec592c0cfd825eb1899006350649c52bf810ff1aaaf4134ebfbc11f5fbe9e7f158a8c3a21dbef4902b1f9e94148bc116e27418b2b786f6d31c7561fb')
+
+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 hlint/trunk (PKGBUILD)

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:27:30
  Author: felixonmars
Revision: 561744

upgpkg: hlint 2.1.14-98: rebuild with math-functions 0.3.3.0

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:26:11 UTC (rev 561743)
+++ PKGBUILD2020-02-02 17:27:30 UTC (rev 561744)
@@ -3,7 +3,7 @@
 
 pkgname=hlint
 pkgver=2.1.14
-pkgrel=97
+pkgrel=98
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
 license=("BSD")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:27:44
  Author: felixonmars
Revision: 561745

archrelease: copy trunk to community-staging-x86_64

Added:
  hlint/repos/community-staging-x86_64/
  hlint/repos/community-staging-x86_64/PKGBUILD
(from rev 561744, hlint/trunk/PKGBUILD)

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

Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 561744, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 17:27:44 UTC (rev 561745)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hlint
+pkgver=2.1.14
+pkgrel=98
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-cmdargs' 
'haskell-cpphs'
+ 'haskell-data-default' 'haskell-extra' 'haskell-hscolour' 
'haskell-refact'
+ 'haskell-src-exts' 'haskell-src-exts-util' 'haskell-uniplate'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml')
+conflicts=('haskell-hlint')
+replaces=('haskell-hlint')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('d4c7474791252401740d121118576579dd82b2c6cd52072b28faaf39e431f0b378387675d70f122109e6dc111e9889a51310c1c8881f6e33c13b889be4f4bb41')
+
+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 \
+-fgpl -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
+}
+
+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}/COPYING.BSD3"
+}


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:26:11
  Author: felixonmars
Revision: 561743

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 561742, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 561742, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 17:26:11 UTC (rev 561743)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.16
+pkgrel=31
+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-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-data-default' 
'haskell-decimal'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-http-types'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-utf8-string'
+ 'haskell-wai' 'haskell-wai-cors' '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')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('c0f908674ace09b1a35b03c111586bbba79d5a38a19f416ac5f1306f28130bdf6a0bdbff4192f0fee76ced02464e203b96a2ff974d993724e1da62167b81d869')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' $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 hledger-web/trunk (PKGBUILD)

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:25:56
  Author: felixonmars
Revision: 561742

upgpkg: hledger-web 1.16-31: rebuild with math-functions 0.3.3.0

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:23:02 UTC (rev 561741)
+++ PKGBUILD2020-02-02 17:25:56 UTC (rev 561742)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.16
-pkgrel=30
+pkgrel=31
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:23:02
  Author: felixonmars
Revision: 561741

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:22:48
  Author: felixonmars
Revision: 561740

upgpkg: hledger-ui 1.16-18: rebuild with math-functions 0.3.3.0

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:21:28 UTC (rev 561739)
+++ PKGBUILD2020-02-02 17:22:48 UTC (rev 561740)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.16
-pkgrel=17
+pkgrel=18
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:21:15
  Author: felixonmars
Revision: 561738

upgpkg: hledger 1.16-14: rebuild with math-functions 0.3.3.0

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:18:31 UTC (rev 561737)
+++ PKGBUILD2020-02-02 17:21:15 UTC (rev 561738)
@@ -3,7 +3,7 @@
 
 pkgname=hledger
 pkgver=1.16
-pkgrel=13
+pkgrel=14
 pkgdesc="Command-line interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:21:28
  Author: felixonmars
Revision: 561739

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 561738, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 17:21:28 UTC (rev 561739)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.16
+pkgrel=14
+pkgdesc="Command-line interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 
'haskell-cmdargs'
+ 'haskell-data-default' 'haskell-decimal' 'haskell-diff' 
'haskell-hashable'
+ 'haskell-hledger-lib' 'haskell-lucid' 'haskell-math-functions' 
'haskell-megaparsec'
+ 'haskell-old-time' 'haskell-pretty-show' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-shakespeare' 'haskell-split' 'haskell-tabular' 
'haskell-tasty'
+ 'haskell-temporary' 'haskell-unordered-containers' 
'haskell-utf8-string'
+ 'haskell-utility-ht' 'haskell-wizards')
+makedepends=('ghc' 'haskell-extra' 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('2d2caebe99055772b480f45a7c9d6e3a71b13ee8c2b953dc4a3b2015ca697c23861c4d562d73be60200807c741afed7c383793a01c2d5199f2d6b15dda325614')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${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 \
+-fterminfo -fthreaded --ghc-option='-pie'
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $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 hedgewars/repos (2 files)

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:18:31
  Author: felixonmars
Revision: 561737

archrelease: copy trunk to community-staging-x86_64

Added:
  hedgewars/repos/community-staging-x86_64/
  hedgewars/repos/community-staging-x86_64/PKGBUILD
(from rev 561736, hedgewars/trunk/PKGBUILD)

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

Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 561736, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 17:18:31 UTC (rev 561737)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Sergej Pupykin 
+# Contributor: Tinxy 
+
+pkgname=hedgewars
+pkgver=1.0.0
+pkgrel=25
+pkgdesc="Turn-based strategy artillery game similiar to Worms"
+arch=('x86_64')
+url="https://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt5-base' 'sdl2' 'sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 
'lua51' 'ffmpeg' 'glut'
+ 'physfs' 'ghc-libs' 'haskell-entropy' 'haskell-sha' 'haskell-random' 
'haskell-regex-tdfa'
+ 'haskell-sandi' 'haskell-hslogger' 'haskell-utf8-string' 
'haskell-vector')
+makedepends=('fpc' 'cmake' 'qt5-tools' 'ghc' 'haskell-network' 
'haskell-bytestring-show'
+ 'haskell-zlib' 'haskell-base-prelude' 'imagemagick' 'mesa')
+source=("https://www.hedgewars.org/download/releases/hedgewars-src-$pkgver.tar.bz2;)
+sha512sums=('9aeb904550239040a878a0e7ae5006aa4d824124b61d813b9e6f6dfe1bd1c8f5fe395e0fd6e58d685ef1259abd4669e03b985be129c620be15f6e5ad82519ec2')
+
+prepare() {
+  cd hedgewars-src-$pkgver
+  sed -i 's|set(ghc_flags|set(ghc_flags -dynamic|' gameServer/CMakeLists.txt
+}
+
+build() {
+  cd hedgewars-src-$pkgver
+  cmake \
+-DCMAKE_BUILD_TYPE="Release" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDATA_INSTALL_DIR=/usr/share/hedgewars \
+-DNOSERVER=0 \
+.
+  make
+
+  # resize icon
+  for _size in 16 32 48 64 128 256; do
+convert +set date:create +set date:modify misc/hedgewars.png -resize 
${_size}x${_size} hedgewars_${_size}.png
+  done
+}
+
+package() {
+  cd hedgewars-src-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 Fonts_LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/Fonts_LICENSE.txt
+
+  # install icons
+  install -D -m644 misc/hedgewars.png 
"$pkgdir"/usr/share/icons/hicolor/512x512/apps/hedgewars.png
+  for _size in 16 32 48 64 128 256; do
+install -D -m644 hedgewars_${_size}.png 
"$pkgdir"/usr/share/icons/hicolor/${_size}x${_size}/apps/hedgewars.png
+  done
+  rm -rf "$pkgdir"/usr/share/pixmaps
+
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
"$pkgdir"/usr/share/applications/hedgewars.desktop
+}


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:18:12
  Author: felixonmars
Revision: 561736

upgpkg: hedgewars 1.0.0-25: rebuild with math-functions 0.3.3.0

Modified:
  hedgewars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:12:10 UTC (rev 561735)
+++ PKGBUILD2020-02-02 17:18:12 UTC (rev 561736)
@@ -4,7 +4,7 @@
 
 pkgname=hedgewars
 pkgver=1.0.0
-pkgrel=24
+pkgrel=25
 pkgdesc="Turn-based strategy artillery game similiar to Worms"
 arch=('x86_64')
 url="https://hedgewars.org;


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:12:10
  Author: felixonmars
Revision: 561735

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 561734, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 561734, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 17:12:10 UTC (rev 561735)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=7.20191230
+pkgrel=25
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://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-filepath-bytestring'
+ '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-unliftio-core'
+ '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 's/ fail / error /' Utility/HumanTime.hs Command/{Expire.hs,Init.hs}
+  sed -i 's/(fail /(error /' CmdLine/GitAnnex/Options.hs
+}
+
+build() {
+  cd git-annex
+
+  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
+  -i Makefile
+  make GHC="ghc -dynamic" BUILDER=./Setup -j1
+}
+
+package() {
+  cd git-annex
+  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
+
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:11:55
  Author: felixonmars
Revision: 561734

upgpkg: git-annex 7.20191230-25: rebuild with math-functions 0.3.3.0

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:04:11 UTC (rev 561733)
+++ PKGBUILD2020-02-02 17:11:55 UTC (rev 561734)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=7.20191230
-pkgrel=24
+pkgrel=25
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:04:11
  Author: felixonmars
Revision: 561733

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
561732, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 17:04:11 UTC (rev 561733)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.0.1
+pkgrel=271
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-conduit' 'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-css-text' 'haskell-data-default'
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsmin' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-mime-types' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-yesod-core')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-wai-extra' 
'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2e1e4873248d435a9d58f3075b6c06cde2edcdd520f700dc7f0427039c236d28787f62a643a8cf57b74d85a885625474a5662b91a56c25e8f4d1737be525bc2f')
+
+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-yesod-static/trunk (PKGBUILD)

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:03:56
  Author: felixonmars
Revision: 561732

upgpkg: haskell-yesod-static 1.6.0.1-271: rebuild with math-functions 0.3.3.0

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:02:29 UTC (rev 561731)
+++ PKGBUILD2020-02-02 17:03:56 UTC (rev 561732)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.0.1
-pkgrel=270
+pkgrel=271
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:02:29
  Author: felixonmars
Revision: 561731

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
561730, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 17:02:29 UTC (rev 561731)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.9
+pkgrel=33
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="https://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-network' 'haskell-pretty-show' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio' 
'haskell-unliftio-core')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a09cec464ca4ebe9839eb08cc5da93076bed7450f17d2df8d40625e8d8d8157ba81284cea5e73b0b4e4e30169e0211af99cb8f6898d2039a826a68405cf681e2')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_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 --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-yesod-test/trunk (PKGBUILD)

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:02:15
  Author: felixonmars
Revision: 561730

upgpkg: haskell-yesod-test 1.6.9-33: rebuild with math-functions 0.3.3.0

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 17:01:01 UTC (rev 561729)
+++ PKGBUILD2020-02-02 17:02:15 UTC (rev 561730)
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.9
-pkgrel=32
+pkgrel=33
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="https://www.yesodweb.com;
 license=('MIT')


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:01:01
  Author: felixonmars
Revision: 561729

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 561728, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
561728, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 17:01:01 UTC (rev 561729)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.8
+pkgrel=88
+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=('d237b669f4fbd2838d50427d210c548c37d9866fc5790127563ab826a646b690d3e2ed3b0ca2db22c2c195aa7cc4d73e8f3bc4a385382b464d4d65724747b34b')
+
+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)

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 17:00:47
  Author: felixonmars
Revision: 561728

upgpkg: haskell-yesod-auth 1.6.8-88: rebuild with math-functions 0.3.3.0

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 16:59:19 UTC (rev 561727)
+++ PKGBUILD2020-02-02 17:00:47 UTC (rev 561728)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.8
-pkgrel=87
+pkgrel=88
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 16:59:19
  Author: felixonmars
Revision: 561727

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 561726, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 16:59:19 UTC (rev 561727)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.0
+pkgrel=414
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup'
+ 'haskell-data-default-class' 'haskell-fast-logger' 
'haskell-monad-logger'
+ 'haskell-resourcet' 'haskell-shakespeare' 'haskell-streaming-commons'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-extra' 
'haskell-wai-logger'
+ 'haskell-warp' 'haskell-yaml' '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=('36caa5ee5c27a2355aff9e5dc210100661670717e251bb42bac48c02cd6979c38ae7b5fda1dd2e264aefb7b5b3808f7ccc9e511fd38b6de7090e16c7a91e1b15')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_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 \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 16:59:03
  Author: felixonmars
Revision: 561726

upgpkg: haskell-yesod 1.6.0-414: rebuild with math-functions 0.3.3.0

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 16:57:59 UTC (rev 561725)
+++ PKGBUILD2020-02-02 16:59:03 UTC (rev 561726)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.0
-pkgrel=413
+pkgrel=414
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 16:57:59
  Author: felixonmars
Revision: 561725

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
561724, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 16:57:59 UTC (rev 561725)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.6.7
+pkgrel=73
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-data-default' 
'haskell-email-validate'
+ 'haskell-network-uri' 'haskell-persistent' 'haskell-resourcet' 
'haskell-shakespeare'
+ 'haskell-wai' 'haskell-xss-sanitize' 'haskell-yesod-core' 
'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a23c2cb67ed0a87afde9e9e903aa789f8fd9c071893a1bebd0ff9dc3dec6e8e03dd08a4a7ef6ef2d438fbf62597ea0181a038bd7bb5631199c9be83d2a8aef0c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_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 \
+--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-form/trunk (PKGBUILD)

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 16:57:45
  Author: felixonmars
Revision: 561724

upgpkg: haskell-yesod-form 1.6.7-73: rebuild with math-functions 0.3.3.0

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 16:56:22 UTC (rev 561723)
+++ PKGBUILD2020-02-02 16:57:45 UTC (rev 561724)
@@ -4,7 +4,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.6.7
-pkgrel=72
+pkgrel=73
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2020-02-02 Thread Felix Yan via arch-commits
Date: Sunday, February 2, 2020 @ 16:48:22
  Author: felixonmars
Revision: 561711

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 561710, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-02 16:48:22 UTC (rev 561711)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.33.0
+pkgrel=40
+pkgdesc="A modern format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-bifunctors' 'haskell-cryptonite' 
'haskell-glob'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types'
+ 'haskell-infer-license' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-interpolate'
+ 'haskell-mockery' 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+sha512sums=('8d70bea1c18e9a26fe137f6e20fec4af28dff6ebc50981d2f57ad9a8e0b9574ff158adb5ba16597b6a5f0e4d843c09fee57dd82407dc1383b1e07453b64d010b')
+
+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 || warning "https://github.com/sol/hpack/issues/358;
+}
+
+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"
+}


  1   2   3   4   >