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

2019-10-20 Thread Kyle Keen via arch-commits
Date: Monday, October 21, 2019 @ 02:14:19
  Author: kkeen
Revision: 518042

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-21 02:02:33 UTC (rev 518041)
+++ PKGBUILD2019-10-21 02:14:19 UTC (rev 518042)
@@ -1,71 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=6.1.0
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.7m
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('x86_64')
-url="https://python-pillow.github.io/;
-license=('BSD')
-depends=('lcms2' 'libtiff' 'openjpeg2' 'libimagequant')
-optdepends=('freetype2: for the ImageFont module'
-'libraqm: for complex text scripts'
-'libwebp: for webp images'
-'tk: for the ImageTK module')
-makedepends=('python-setuptools' 'python2-setuptools' 'freetype2' 'libraqm' 
'libwebp' 'tk')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;)
-md5sums=('2c6472cfc1978e7471e08e681255a65d')
-
-prepare() {
-  cd "$srcdir/$_appname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$_appname-$pkgver"
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/$_appname-$pkgver"
-
-  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_py3basever%m}"
-  python selftest.py
-  pytest
-  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-$_py2basever"
-  python2 selftest.py
-  pytest2
-}
-
-package_python-pillow() {
-  depends+=('python')
-  optdepends+=('python-olefile: OLE2 file support'
-   'python-pyqt5: for the ImageQt module')
-  cd "$srcdir/$_appname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" src/libImaging/*.h
-}
-
-package_python2-pillow() {
-  pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
-  depends+=('python2')
-  optdepends+=('python2-olefile: OLE2 file support'
-   'python2-pyqt5: for the ImageQt module')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  cd "$srcdir/$_appname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py2basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py2basever/" src/libImaging/*.h
-}

Copied: python-pillow/repos/community-x86_64/PKGBUILD (from rev 518041, 
python-pillow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-21 02:14:19 UTC (rev 518042)
@@ -0,0 +1,71 @@
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=6.2.0
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.7m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('x86_64')
+url="https://python-pillow.github.io/;
+license=('BSD')
+depends=('lcms2' 'libtiff' 'openjpeg2' 'libimagequant')
+optdepends=('freetype2: for the ImageFont module'
+'libraqm: for complex text scripts'
+'libwebp: for webp images'
+'tk: for the ImageTK module')
+makedepends=('python-setuptools' 'python2-setuptools' 'freetype2' 'libraqm' 
'libwebp' 'tk')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;)
+md5sums=('b9b270180efa987acbedc20823eaad23')
+
+prepare() {
+  cd "$srcdir/$_appname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$_appname-$pkgver"
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/$_appname-$pkgver"
+
+  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_py3basever%m}"
+  python selftest.py
+  pytest
+  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-$_py2basever"
+  python2 selftest.py
+  pytest2
+}
+
+package_python-pillow() {
+  depends+=('python')
+  optdepends+=('python-olefile: OLE2 file support'
+   'python-pyqt5: for the ImageQt module')
+  cd "$srcdir/$_appname-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
+  install -m644 -t 

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

2019-10-20 Thread Kyle Keen via arch-commits
Date: Monday, October 21, 2019 @ 02:02:33
  Author: kkeen
Revision: 518041

upgpkg: python-pillow 6.2.0-1

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 22:31:40 UTC (rev 518040)
+++ PKGBUILD2019-10-21 02:02:33 UTC (rev 518041)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
-pkgver=6.1.0
+pkgver=6.2.0
 pkgrel=1
 _appname=Pillow
 _py2basever=2.7
@@ -20,7 +20,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'freetype2' 'libraqm' 
'libwebp' 'tk')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz;)
-md5sums=('2c6472cfc1978e7471e08e681255a65d')
+md5sums=('b9b270180efa987acbedc20823eaad23')
 
 prepare() {
   cd "$srcdir/$_appname-$pkgver"


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

2019-10-20 Thread Alexander Rødseth via arch-commits
Date: Sunday, October 20, 2019 @ 22:31:33
  Author: arodseth
Revision: 518039

upgpkg: liteide 36.1-2

Add relro for the main IDE executable.

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 22:22:32 UTC (rev 518038)
+++ PKGBUILD2019-10-20 22:31:33 UTC (rev 518039)
@@ -5,14 +5,15 @@
 
 pkgname=liteide
 pkgver=36.1
-pkgrel=1
+pkgrel=2
 pkgdesc='IDE for editing and building projects written in the Go programming 
language'
 license=(LGPL)
 arch=(x86_64)
 url='https://github.com/visualfc/liteide'
-makedepends=(go git imagemagick mercurial setconf)
+makedepends=(go-pie git imagemagick mercurial setconf)
 depends=(go-tools qt5-webkit)
-optdepends=('go: go compiler'
+optdepends=('go-pie: go compiler'
+'go: go compiler'
 'gcc-go: go compiler')
 options=(!strip !emptydirs)
 
source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#tag=x$pkgver;)
@@ -28,6 +29,10 @@
 
   # Fix the libpng warning: iCCP: known incorrect sRGB profile
   find "$srcdir" -type f -iname "*.png" -exec mogrify -strip '{}' \;
+
+  # relro
+  sed -i 's/"CONFIG+=release"/"CONFIG+=release" 
"QMAKE_LFLAGS+=-Wl,-z,relro,-z,now" "QMAKE_CXXFLAGS+=-Wl,-z,relro,-z,now"/g' \
+"$srcdir/liteide-x$pkgver/build/build_linux.sh"
 }
 
 build() {


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

2019-10-20 Thread Alexander Rødseth via arch-commits
Date: Sunday, October 20, 2019 @ 22:31:40
  Author: arodseth
Revision: 518040

archrelease: copy trunk to community-x86_64

Added:
  liteide/repos/community-x86_64/PKGBUILD
(from rev 518039, liteide/trunk/PKGBUILD)
Deleted:
  liteide/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-20 22:31:33 UTC (rev 518039)
+++ PKGBUILD2019-10-20 22:31:40 UTC (rev 518040)
@@ -1,93 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=36.1
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=(LGPL)
-arch=(x86_64)
-url='https://github.com/visualfc/liteide'
-makedepends=(go git imagemagick mercurial setconf)
-depends=(go-tools qt5-webkit)
-optdepends=('go: go compiler'
-'gcc-go: go compiler')
-options=(!strip !emptydirs)
-source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#tag=x$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  chmod +x "liteide-x"$pkgver"/build/"*_*.sh
-
-  # Fix for FS#4662 until fixed by upstream
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  sed -i 's|^GOROOT|#GOROOT|g' linux32.env
-  sed -i 's|^GOROOT|#GOROOT|g' linux64.env
-
-  # Fix the libpng warning: iCCP: known incorrect sRGB profile
-  find "$srcdir" -type f -iname "*.png" -exec mogrify -strip '{}' \;
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH="$PWD/go"
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  # Directories
-  install -d \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  # Executables
-  ls bin
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  # Resources
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  # Libraries and plugins
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  # License and license exception
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd "$srcdir"
-
-  # Desktop shortcut
-  install -Dm644 "liteide-x$pkgver/liteidex/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -d "$pkgdir/usr/share/pixmaps"
-  ln -s /usr/share/liteide/welcome/images/liteide400.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  # Cleaning up
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# getver: 
raw.githubusercontent.com/visualfc/liteide/master/build/liteide_archlinux/PKGBUILD
-# vim: ts=2 sw=2 et:

Copied: liteide/repos/community-x86_64/PKGBUILD (from rev 518039, 
liteide/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-20 22:31:40 UTC (rev 518040)
@@ -0,0 +1,98 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=36.1
+pkgrel=2
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=(LGPL)
+arch=(x86_64)
+url='https://github.com/visualfc/liteide'
+makedepends=(go-pie git imagemagick mercurial setconf)
+depends=(go-tools qt5-webkit)
+optdepends=('go-pie: go compiler'
+'go: go compiler'
+'gcc-go: go compiler')
+options=(!strip !emptydirs)
+source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#tag=x$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  chmod +x "liteide-x"$pkgver"/build/"*_*.sh
+
+  # Fix for FS#4662 until fixed by upstream
+  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
+  sed -i 's|^GOROOT|#GOROOT|g' linux32.env
+  sed -i 's|^GOROOT|#GOROOT|g' linux64.env
+
+  # Fix the libpng warning: iCCP: known incorrect sRGB profile
+  find "$srcdir" -type f -iname "*.png" -exec mogrify -strip '{}' \;
+
+  # relro
+  sed -i 's/"CONFIG+=release"/"CONFIG+=release" 
"QMAKE_LFLAGS+=-Wl,-z,relro,-z,now" "QMAKE_CXXFLAGS+=-Wl,-z,relro,-z,now"/g' \
+"$srcdir/liteide-x$pkgver/build/build_linux.sh"
+}
+
+build() {
+  cd "liteide-x$pkgver/build"
+
+  mkdir -p go
+  export GOPATH="$PWD/go"
+  export QTDIR=/usr
+
+  ./update_pkg.sh
+  ./build_linux.sh
+}
+
+package() {
+  cd "liteide-x$pkgver/build/liteide"
+
+ 

[arch-commits] Commit in mutter/trunk (PKGBUILD fix-build.diff)

2019-10-20 Thread Jan Steffens via arch-commits
Date: Sunday, October 20, 2019 @ 21:43:39
  Author: heftig
Revision: 365246

get the build going again after the header change

Added:
  mutter/trunk/fix-build.diff
Modified:
  mutter/trunk/PKGBUILD

+
 PKGBUILD   |9 +++--
 fix-build.diff |   55 +++
 2 files changed, 62 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 20:30:43 UTC (rev 365245)
+++ PKGBUILD2019-10-20 21:43:39 UTC (rev 365246)
@@ -17,8 +17,10 @@
 groups=(gnome)
 install=mutter.install
 _commit=c0037305ebd9b742f8d133d810192022878efe8e  # gnome-3-34
-source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
-sha256sums=('SKIP')
+source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;
+fix-build.diff)
+sha256sums=('SKIP'
+'28aa24daed161f2566ca2b159beb43285184c533956b851a7eb318de741da935')
 
 pkgver() {
   cd $pkgname
@@ -27,6 +29,9 @@
 
 prepare() {
   cd $pkgname
+
+  # fix build with libglvnd's EGL headers
+  git apply -3 ../fix-build.diff
 }
 
 build() {

Added: fix-build.diff
===
--- fix-build.diff  (rev 0)
+++ fix-build.diff  2019-10-20 21:43:39 UTC (rev 365246)
@@ -0,0 +1,55 @@
+ 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 c/cogl/cogl/meson.build i/cogl/cogl/meson.build
+index 1057ef955..9a642947d 100644
+--- c/cogl/cogl/meson.build
 i/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 c/src/backends/meta-egl-ext.h i/src/backends/meta-egl-ext.h
+index 8705e7d5b..db0b74f76 100644
+--- c/src/backends/meta-egl-ext.h
 i/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 c/src/backends/meta-egl.c i/src/backends/meta-egl.c
+index 6554be935..fdeff4f77 100644
+--- c/src/backends/meta-egl.c
 i/src/backends/meta-egl.c
+@@ -27,6 +27,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+diff --git c/src/backends/meta-egl.h i/src/backends/meta-egl.h
+index f2a816445..4591e7d85 100644
+--- c/src/backends/meta-egl.h
 i/src/backends/meta-egl.h
+@@ -28,6 +28,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ #define META_EGL_ERROR meta_egl_error_quark ()


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

2019-10-20 Thread Bruno Pagani via arch-commits
Date: Sunday, October 20, 2019 @ 21:19:19
  Author: archange
Revision: 517988

PKGBUILD cleaning

Modified:
  beignet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 21:02:21 UTC (rev 517987)
+++ PKGBUILD2019-10-20 21:19:19 UTC (rev 517988)
@@ -1,4 +1,4 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Maintainer: Bruno Pagani 
 # Contributor: Antoine Lubineau 
 # Contributor: Leopold Bloom 
 # Contributor: Michal Krenek (a.k.a. Mikos) 
@@ -7,13 +7,13 @@
 pkgver=1.3.2+12+gfc5f430c
 pkgrel=3
 pkgdesc="An open source OpenCL implementation for Intel IvyBridge & Haswell 
iGPUs"
-arch=('x86_64')
+arch=(x86_64)
 url="https://01.org/${pkgname};
-license=('LGPL')
-depends=('glu' 'llvm-libs' 'clang' 'mesa' 'opencl-headers')
-makedepends=('git' 'llvm' 'cmake' 'python' 'ocl-icd')
-provides=('opencl-intel' 'opencl-driver')
-conflicts=('opencl-intel')
+license=(LGPL)
+depends=(glu llvm-libs clang mesa opencl-headers)
+makedepends=(git llvm cmake python ocl-icd)
+provides=(opencl-intel opencl-driver)
+conflicts=(opencl-intel)
 _commit=fc5f430cb7b7a8f694d86acbb038bd5b38ec389c  # master as of 2018-08-20
 source=("git+https://anongit.freedesktop.org/git/beignet.git#commit=$_commit;
 'llvm8.patch'


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

2019-10-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, October 20, 2019 @ 21:02:02
  Author: svenstaro
Revision: 517986

upgpkg: netdata 1.18.1-1

Modified:
  netdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 20:30:42 UTC (rev 517985)
+++ PKGBUILD2019-10-20 21:02:02 UTC (rev 517986)
@@ -2,7 +2,7 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=netdata
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
 url="https://github.com/netdata/netdata;
@@ -24,7 +24,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/archive/v${pkgver}.tar.gz;
 "$pkgname.tmpfiles"
 "$pkgname.sysusers")
-sha512sums=('012400c555ea24f7f2bcc32f59bd37594811602c1e4d3428c19e1091ca21bd52f5fb2db7469de276a5461e38bd3323a2fba5aa496769e31df92a272c5300a923'
+sha512sums=('fb72f4729e05ab83fe9462e31b10fc40243472ea9f6cbb9421e2ca549810f2f80b28b05e886faa66e15c53b317ee559a3e0fb3d382c36a424dd39fec779918d9'
 
'3f934ddd1f5248f9e11c29050c023d60b76e4098ec9c8d413bb362d43e9242f767fd58310d966076e8400779af8bda2459afcc314b267fcb9f1c84173e14e313'
 
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
 


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

2019-10-20 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, October 20, 2019 @ 21:02:21
  Author: svenstaro
Revision: 517987

archrelease: copy trunk to community-x86_64

Added:
  netdata/repos/community-x86_64/PKGBUILD
(from rev 517986, netdata/trunk/PKGBUILD)
  netdata/repos/community-x86_64/netdata.install
(from rev 517986, netdata/trunk/netdata.install)
  netdata/repos/community-x86_64/netdata.sysusers
(from rev 517986, netdata/trunk/netdata.sysusers)
  netdata/repos/community-x86_64/netdata.tmpfiles
(from rev 517986, netdata/trunk/netdata.tmpfiles)
Deleted:
  netdata/repos/community-x86_64/PKGBUILD
  netdata/repos/community-x86_64/netdata.install
  netdata/repos/community-x86_64/netdata.sysusers
  netdata/repos/community-x86_64/netdata.tmpfiles

--+
 PKGBUILD |  120 ++---
 netdata.install  |   24 +-
 netdata.sysusers |2 
 netdata.tmpfiles |6 +-
 4 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-20 21:02:02 UTC (rev 517986)
+++ PKGBUILD2019-10-20 21:02:21 UTC (rev 517987)
@@ -1,60 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=netdata
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
-url="https://github.com/netdata/netdata;
-arch=('x86_64')
-license=('GPL')
-backup=('etc/netdata/netdata.conf')
-depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 
'lz4')
-optdepends=('nodejs: for monitoring named and SNMP devices'
-'lm_sensors: for monitoring hardware sensors'
-'iproute2: for monitoring Linux QoS'
-'python: for most of the external plugins'
-'python-psycopg2: for monitoring PostgreSQL databases'
-'python-mysqlclient: for monitoring MySQL/MariaDB databases'
-'python-requests: for monitoring elasticsearch'
-'hddtemp: for monitoring hhd temperature'
-'apcupsd: for monitoring APC UPS'
-'iw: for monitoring Linux as access point')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/archive/v${pkgver}.tar.gz;
-"$pkgname.tmpfiles"
-"$pkgname.sysusers")
-sha512sums=('012400c555ea24f7f2bcc32f59bd37594811602c1e4d3428c19e1091ca21bd52f5fb2db7469de276a5461e38bd3323a2fba5aa496769e31df92a272c5300a923'
-
'3f934ddd1f5248f9e11c29050c023d60b76e4098ec9c8d413bb362d43e9242f767fd58310d966076e8400779af8bda2459afcc314b267fcb9f1c84173e14e313'
-
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  autoreconf -i
-  ./configure \
-   --prefix="/usr" \
-   --sbindir="/usr/bin" \
-   --sysconfdir="/etc" \
-   --libexecdir="/usr/lib" \
-   --localstatedir="/var" \
-   --with-zlib --with-math --with-user=netdata
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove /var/*, pacman creates it via tmpfiles hook
-  rm -vrf "${pkgdir}/var"
-  touch "$pkgdir/etc/netdata/netdata.conf"
-  chown -R 134:134 "$pkgdir"/etc/netdata
-  chown -R 134:134 "$pkgdir"/usr/share/netdata/web
-
-  install -Dm0644 "system/netdata.service" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
-  install -Dm0644 "system/netdata.logrotate" "$pkgdir/etc/logrotate.d/netdata"
-  install -Dm0644 "${srcdir}/${pkgname}.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-  install -Dm0644 "${srcdir}/${pkgname}.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-}

Copied: netdata/repos/community-x86_64/PKGBUILD (from rev 517986, 
netdata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-20 21:02:21 UTC (rev 517987)
@@ -0,0 +1,60 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=netdata
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
+url="https://github.com/netdata/netdata;
+arch=('x86_64')
+license=('GPL')
+backup=('etc/netdata/netdata.conf')
+depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 
'lz4')
+optdepends=('nodejs: for monitoring named and SNMP devices'
+'lm_sensors: for monitoring hardware sensors'
+'iproute2: for monitoring Linux QoS'
+'python: for most of the external plugins'
+'python-psycopg2: for monitoring PostgreSQL databases'
+'python-mysqlclient: for monitoring MySQL/MariaDB databases'
+'python-requests: for monitoring elasticsearch'
+'hddtemp: for monitoring hhd temperature'
+'apcupsd: for monitoring APC UPS'
+   

[arch-commits] Commit in lib32-libxkbcommon/repos/multilib-x86_64 (3 files)

2019-10-20 Thread Jan Steffens via arch-commits
Date: Sunday, October 20, 2019 @ 20:30:42
  Author: heftig
Revision: 517985

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD
(from rev 517984, lib32-libxkbcommon/trunk/PKGBUILD)
Deleted:
  
lib32-libxkbcommon/repos/multilib-x86_64/0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
  lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD

-+
 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch |   41 ---
 PKGBUILD|  131 
--
 2 files changed, 62 insertions(+), 110 deletions(-)

Deleted: 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
===
--- 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch 
2019-10-20 20:30:34 UTC (rev 517984)
+++ 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch 
2019-10-20 20:30:42 UTC (rev 517985)
@@ -1,41 +0,0 @@
-From 1cd54b5e37730aee3e3c92262241fcdbab4407ac Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sun, 20 Oct 2019 19:06:19 +
-Subject: [PATCH] context: Don't fail to create the context if HOME isn't
- available
-
-E.g. when Mutter has CAP_SYS_NICE and thus secure_getenv returns NULL.
-
-Fixes https://bugs.archlinux.org/task/64191

- src/context.c | 14 +++---
- 1 file changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/src/context.c b/src/context.c
-index f43ee0a..6d86dd1 100644
 a/src/context.c
-+++ b/src/context.c
-@@ -81,13 +81,13 @@ xkb_context_include_path_append_default(struct xkb_context 
*ctx)
- int ret = 0;
- 
- home = secure_getenv("HOME");
--if (!home)
--return ret;
--err = asprintf(_path, "%s/.xkb", home);
--if (err <= 0)
--return ret;
--ret |= xkb_context_include_path_append(ctx, user_path);
--free(user_path);
-+if (home != NULL) {
-+err = asprintf(_path, "%s/.xkb", home);
-+if (err <= 0)
-+return ret;
-+ret |= xkb_context_include_path_append(ctx, user_path);
-+free(user_path);
-+}
- 
- root = secure_getenv("XKB_CONFIG_ROOT");
- if (root != NULL)
--- 
-2.23.0
-

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-20 20:30:34 UTC (rev 517984)
+++ PKGBUILD2019-10-20 20:30:42 UTC (rev 517985)
@@ -1,69 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens 
-# Contributor: Daniel Micay 
-# Contributor: Mladen Pejakovic 
-
-pkgbase=lib32-libxkbcommon
-pkgname=('lib32-libxkbcommon' 'lib32-libxkbcommon-x11')
-pkgver=0.9.0
-pkgrel=2
-url='https://xkbcommon.org/'
-arch=('x86_64')
-license=('custom')
-makedepends=('git' 'lib32-libxcb' 'lib32-wayland' 'meson' 'wayland-protocols'
- 'xorg-util-macros')
-checkdepends=('xorg-server-xvfb' 'libgl')
-source=("git+https://github.com/xkbcommon/libxkbcommon#tag=xkbcommon-${pkgver};
-0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch)
-sha256sums=('SKIP'
-'62794414d698648eba9d05723f5c6a9b0bc8c3e1d611548932e3c5eb06e3c00e')
-
-prepare() {
-  mkdir -p build x11/usr/lib32/pkgconfig
-
-  cd libxkbcommon
-
-  # https://bugs.archlinux.org/task/64191
-  git apply -3 
../0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
-}
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG='i686-pc-linux-gnu-pkg-config'
-
-  arch-meson libxkbcommon build \
---libdir='/usr/lib32' \
--D enable-docs='false'
-  ninja -C build
-}
-
-check() {
-  xvfb-run -a meson test -C build --print-errorlogs
-}
-
-package_lib32-libxkbcommon() {
-  pkgdesc='Keymap handling library for toolkits and window systems'
-  depends=('lib32-glibc' 'libxkbcommon')
-
-  DESTDIR="${pkgdir}" meson install -C build
-  rm -rf "${pkgdir}"/usr/include
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libxkbcommon "${pkgdir}"/usr/share/licenses/lib32-libxkbcommon
-
-  mv "${pkgdir}"/usr/lib32/*x11* x11/usr/lib32
-  mv "${pkgdir}"/usr/lib32/pkgconfig/*x11* x11/usr/lib32/pkgconfig
-}
-
-package_lib32-libxkbcommon-x11() {
-  pkgdesc='Keyboard handling library using XKB data for X11 XCB clients'
-  depends=('lib32-libxcb' 'lib32-libxkbcommon' 'libxkbcommon-x11')
-
-  mv x11/* "${pkgdir}"/
-  find "${pkgdir}" -type d -exec chmod 755 {} +
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libxkbcommon-x11 "${pkgdir}"/usr/share/licenses/lib32-libxkbcommon-x11
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD (from rev 517984, 
lib32-libxkbcommon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-20 20:30:42 UTC (rev 517985)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan Alexander Steffens 
+# 

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

2019-10-20 Thread Jan Steffens via arch-commits
Date: Sunday, October 20, 2019 @ 20:30:34
  Author: heftig
Revision: 517984

0.9.1-1

Modified:
  lib32-libxkbcommon/trunk/PKGBUILD (contents, properties)
Deleted:
  
lib32-libxkbcommon/trunk/0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch

-+
 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch |   41 
--
 PKGBUILD|   15 ---
 2 files changed, 4 insertions(+), 52 deletions(-)

Deleted: 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
===
--- 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch 
2019-10-20 20:21:50 UTC (rev 517983)
+++ 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch 
2019-10-20 20:30:34 UTC (rev 517984)
@@ -1,41 +0,0 @@
-From 1cd54b5e37730aee3e3c92262241fcdbab4407ac Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sun, 20 Oct 2019 19:06:19 +
-Subject: [PATCH] context: Don't fail to create the context if HOME isn't
- available
-
-E.g. when Mutter has CAP_SYS_NICE and thus secure_getenv returns NULL.
-
-Fixes https://bugs.archlinux.org/task/64191

- src/context.c | 14 +++---
- 1 file changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/src/context.c b/src/context.c
-index f43ee0a..6d86dd1 100644
 a/src/context.c
-+++ b/src/context.c
-@@ -81,13 +81,13 @@ xkb_context_include_path_append_default(struct xkb_context 
*ctx)
- int ret = 0;
- 
- home = secure_getenv("HOME");
--if (!home)
--return ret;
--err = asprintf(_path, "%s/.xkb", home);
--if (err <= 0)
--return ret;
--ret |= xkb_context_include_path_append(ctx, user_path);
--free(user_path);
-+if (home != NULL) {
-+err = asprintf(_path, "%s/.xkb", home);
-+if (err <= 0)
-+return ret;
-+ret |= xkb_context_include_path_append(ctx, user_path);
-+free(user_path);
-+}
- 
- root = secure_getenv("XKB_CONFIG_ROOT");
- if (root != NULL)
--- 
-2.23.0
-

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 20:21:50 UTC (rev 517983)
+++ PKGBUILD2019-10-20 20:30:34 UTC (rev 517984)
@@ -5,8 +5,8 @@
 
 pkgbase=lib32-libxkbcommon
 pkgname=('lib32-libxkbcommon' 'lib32-libxkbcommon-x11')
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
 url='https://xkbcommon.org/'
 arch=('x86_64')
 license=('custom')
@@ -13,18 +13,11 @@
 makedepends=('git' 'lib32-libxcb' 'lib32-wayland' 'meson' 'wayland-protocols'
  'xorg-util-macros')
 checkdepends=('xorg-server-xvfb' 'libgl')
-source=("git+https://github.com/xkbcommon/libxkbcommon#tag=xkbcommon-${pkgver};
-0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch)
-sha256sums=('SKIP'
-'62794414d698648eba9d05723f5c6a9b0bc8c3e1d611548932e3c5eb06e3c00e')
+source=("git+https://github.com/xkbcommon/libxkbcommon#tag=xkbcommon-${pkgver};)
+sha256sums=('SKIP')
 
 prepare() {
   mkdir -p build x11/usr/lib32/pkgconfig
-
-  cd libxkbcommon
-
-  # https://bugs.archlinux.org/task/64191
-  git apply -3 
../0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
 }
 
 build() {


Property changes on: lib32-libxkbcommon/trunk/PKGBUILD
___
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property


[arch-commits] Commit in libxkbcommon/repos/extra-x86_64 (3 files)

2019-10-20 Thread Jan Steffens via arch-commits
Date: Sunday, October 20, 2019 @ 20:30:43
  Author: heftig
Revision: 365245

archrelease: copy trunk to extra-x86_64

Added:
  libxkbcommon/repos/extra-x86_64/PKGBUILD
(from rev 365244, libxkbcommon/trunk/PKGBUILD)
Deleted:
  
libxkbcommon/repos/extra-x86_64/0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
  libxkbcommon/repos/extra-x86_64/PKGBUILD

-+
 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch |   41 --
 PKGBUILD|  157 
--
 2 files changed, 76 insertions(+), 122 deletions(-)

Deleted: 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
===
--- 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch 
2019-10-20 20:27:07 UTC (rev 365244)
+++ 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch 
2019-10-20 20:30:43 UTC (rev 365245)
@@ -1,41 +0,0 @@
-From 1cd54b5e37730aee3e3c92262241fcdbab4407ac Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sun, 20 Oct 2019 19:06:19 +
-Subject: [PATCH] context: Don't fail to create the context if HOME isn't
- available
-
-E.g. when Mutter has CAP_SYS_NICE and thus secure_getenv returns NULL.
-
-Fixes https://bugs.archlinux.org/task/64191

- src/context.c | 14 +++---
- 1 file changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/src/context.c b/src/context.c
-index f43ee0a..6d86dd1 100644
 a/src/context.c
-+++ b/src/context.c
-@@ -81,13 +81,13 @@ xkb_context_include_path_append_default(struct xkb_context 
*ctx)
- int ret = 0;
- 
- home = secure_getenv("HOME");
--if (!home)
--return ret;
--err = asprintf(_path, "%s/.xkb", home);
--if (err <= 0)
--return ret;
--ret |= xkb_context_include_path_append(ctx, user_path);
--free(user_path);
-+if (home != NULL) {
-+err = asprintf(_path, "%s/.xkb", home);
-+if (err <= 0)
-+return ret;
-+ret |= xkb_context_include_path_append(ctx, user_path);
-+free(user_path);
-+}
- 
- root = secure_getenv("XKB_CONFIG_ROOT");
- if (root != NULL)
--- 
-2.23.0
-

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-20 20:27:07 UTC (rev 365244)
+++ PKGBUILD2019-10-20 20:30:43 UTC (rev 365245)
@@ -1,81 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Daniel Micay 
-# Contributor: Mladen Pejakovic 
-
-pkgbase=libxkbcommon
-pkgname=(libxkbcommon libxkbcommon-doc libxkbcommon-x11)
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="Keymap handling library for toolkits and window systems"
-url="https://xkbcommon.org/;
-arch=(x86_64)
-license=(custom)
-depends=(xkeyboard-config glibc)
-makedepends=(libxcb doxygen git graphviz wayland wayland-protocols meson)
-checkdepends=(xorg-server-xvfb libgl)
-_commit=a88a0710f95c0422f52c54d9bad14b2cc45e3dd0  # tags/xkbcommon-0.9.0^0
-source=("git+https://github.com/xkbcommon/libxkbcommon#commit=$_commit;
-0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch)
-sha256sums=('SKIP'
-'62794414d698648eba9d05723f5c6a9b0bc8c3e1d611548932e3c5eb06e3c00e')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^xkbcommon-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  # https://bugs.archlinux.org/task/64191
-  git apply -3 
../0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
-
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgbase build
-  ninja -C build
-}
-
-check() {
-  xvfb-run -a meson test -C build --print-errorlogs
-}
-
-package_libxkbcommon() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgbase/LICENSE
-
-### Split libxkbcommon-doc
-
-  mkdir -p "$srcdir"/doc/usr/share
-  mv "$pkgdir"/usr/share/doc "$srcdir/doc/usr/share"
-
-### Split libxkbcommon-x11
-
-  mkdir -p "$srcdir"/x11/usr/{include/xkbcommon,lib/pkgconfig}
-  mv "$pkgdir"/usr/lib/*x11* "$srcdir/x11/usr/lib"
-  mv "$pkgdir"/usr/lib/pkgconfig/*x11* "$srcdir/x11/usr/lib/pkgconfig"
-  mv "$pkgdir"/usr/include/xkbcommon/*x11* "$srcdir/x11/usr/include/xkbcommon"
-}
-
-package_libxkbcommon-doc() {
-  pkgdesc="API documentation for libxkbcommon"
-  depends=(libxkbcommon)
-
-  mv doc/* "$pkgdir"
-
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s libxkbcommon "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-package_libxkbcommon-x11() {
-  pkgdesc="Keyboard handling library using XKB data for X11 XCB clients"
-  depends=(libxkbcommon libxcb)
-
-  mv x11/* "$pkgdir"
-
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s libxkbcommon "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: libxkbcommon/repos/extra-x86_64/PKGBUILD (from rev 365244, 
libxkbcommon/trunk/PKGBUILD)

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

2019-10-20 Thread Jan Steffens via arch-commits
Date: Sunday, October 20, 2019 @ 20:27:07
  Author: heftig
Revision: 365244

0.9.1-1

Modified:
  libxkbcommon/trunk/PKGBUILD
Deleted:
  
libxkbcommon/trunk/0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch

-+
 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch |   41 
--
 PKGBUILD|   15 +--
 2 files changed, 5 insertions(+), 51 deletions(-)

Deleted: 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
===
--- 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch 
2019-10-20 19:12:52 UTC (rev 365243)
+++ 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch 
2019-10-20 20:27:07 UTC (rev 365244)
@@ -1,41 +0,0 @@
-From 1cd54b5e37730aee3e3c92262241fcdbab4407ac Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sun, 20 Oct 2019 19:06:19 +
-Subject: [PATCH] context: Don't fail to create the context if HOME isn't
- available
-
-E.g. when Mutter has CAP_SYS_NICE and thus secure_getenv returns NULL.
-
-Fixes https://bugs.archlinux.org/task/64191

- src/context.c | 14 +++---
- 1 file changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/src/context.c b/src/context.c
-index f43ee0a..6d86dd1 100644
 a/src/context.c
-+++ b/src/context.c
-@@ -81,13 +81,13 @@ xkb_context_include_path_append_default(struct xkb_context 
*ctx)
- int ret = 0;
- 
- home = secure_getenv("HOME");
--if (!home)
--return ret;
--err = asprintf(_path, "%s/.xkb", home);
--if (err <= 0)
--return ret;
--ret |= xkb_context_include_path_append(ctx, user_path);
--free(user_path);
-+if (home != NULL) {
-+err = asprintf(_path, "%s/.xkb", home);
-+if (err <= 0)
-+return ret;
-+ret |= xkb_context_include_path_append(ctx, user_path);
-+free(user_path);
-+}
- 
- root = secure_getenv("XKB_CONFIG_ROOT");
- if (root != NULL)
--- 
-2.23.0
-

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:12:52 UTC (rev 365243)
+++ PKGBUILD2019-10-20 20:27:07 UTC (rev 365244)
@@ -4,8 +4,8 @@
 
 pkgbase=libxkbcommon
 pkgname=(libxkbcommon libxkbcommon-doc libxkbcommon-x11)
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
 pkgdesc="Keymap handling library for toolkits and window systems"
 url="https://xkbcommon.org/;
 arch=(x86_64)
@@ -13,11 +13,9 @@
 depends=(xkeyboard-config glibc)
 makedepends=(libxcb doxygen git graphviz wayland wayland-protocols meson)
 checkdepends=(xorg-server-xvfb libgl)
-_commit=a88a0710f95c0422f52c54d9bad14b2cc45e3dd0  # tags/xkbcommon-0.9.0^0
-source=("git+https://github.com/xkbcommon/libxkbcommon#commit=$_commit;
-0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch)
-sha256sums=('SKIP'
-'62794414d698648eba9d05723f5c6a9b0bc8c3e1d611548932e3c5eb06e3c00e')
+_commit=6d83838cc2e89a61d081e6f7f53aa9bccd0ddb34  # tags/xkbcommon-0.9.1^0
+source=("git+https://github.com/xkbcommon/libxkbcommon#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgbase
@@ -27,9 +25,6 @@
 prepare() {
   cd $pkgbase
 
-  # https://bugs.archlinux.org/task/64191
-  git apply -3 
../0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
-
   printf '%s\n' >>doc/Doxyfile.in \
 HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
 }


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

2019-10-20 Thread Kyle Keen via arch-commits
Date: Sunday, October 20, 2019 @ 20:21:50
  Author: kkeen
Revision: 517983

archrelease: copy trunk to community-x86_64

Added:
  hiawatha/repos/community-x86_64/PKGBUILD
(from rev 517982, hiawatha/trunk/PKGBUILD)
  hiawatha/repos/community-x86_64/hiawatha.conf.sample
(from rev 517982, hiawatha/trunk/hiawatha.conf.sample)
  hiawatha/repos/community-x86_64/hiawatha.service
(from rev 517982, hiawatha/trunk/hiawatha.service)
  hiawatha/repos/community-x86_64/lefh-renew.service
(from rev 517982, hiawatha/trunk/lefh-renew.service)
  hiawatha/repos/community-x86_64/lefh-renew.timer
(from rev 517982, hiawatha/trunk/lefh-renew.timer)
Deleted:
  hiawatha/repos/community-x86_64/PKGBUILD
  hiawatha/repos/community-x86_64/hiawatha.conf.sample
  hiawatha/repos/community-x86_64/hiawatha.service
  hiawatha/repos/community-x86_64/lefh-renew.service
  hiawatha/repos/community-x86_64/lefh-renew.timer

--+
 PKGBUILD |  208 ++--
 hiawatha.conf.sample |  228 -
 hiawatha.service |   32 +++---
 lefh-renew.service   |   18 +--
 lefh-renew.timer |   22 ++--
 5 files changed, 254 insertions(+), 254 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-20 20:21:18 UTC (rev 517982)
+++ PKGBUILD2019-10-20 20:21:50 UTC (rev 517983)
@@ -1,104 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Kurt Marasco 
-# Contributor: Pascal Ernster 
-# Contributor: Kewl 
-
-pkgname=hiawatha
-pkgver=10.9
-pkgrel=3
-pkgdesc="Secure and advanced webserver"
-url="https://www.hiawatha-webserver.org/;
-arch=('x86_64')
-license=('GPL2')
-depends=('libxslt' 'mbedtls')
-optdepends=('php-fpm: PHP fastcgi'
-'php: letsencrypt/lefh')
-makedepends=('cmake')
-backup=(
-'etc/hiawatha/hiawatha.conf'
-'etc/hiawatha/cgi-wrapper.conf'
-'etc/hiawatha/mimetype.conf'
-)
-
-source=(
-"https://www.hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz; 
-'hiawatha.conf.sample'
-'hiawatha.service'
-'lefh-renew.service'
-'lefh-renew.timer'
-)
-sha256sums=('74dd43812272c3ddbf067b6d4da1773cdeef2ffe71e8f164449fabf8431752b8'
-'4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
-'b5a2671703b52eec376cfc4697b86aafa4f7fdd9b2b9203798e2117770bafa53'
-'db1d647d86370583c24ae7a37feab78e3f0015d441ff5bc8f9b32e1a91ec4c8e'
-'d12c5a68c293f66d95ae4df704ea349adbad972fb25475ab1a0a24fb42bfc70b')
-
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's/www-data/http/g' extra/logrotate.in
-
-  # Update stock hiawatha.conf
-  sed -e 's|#ServerId = www-data|ServerId = http|' \
-  -e 's|/var/www/|/srv/http/|g' \
-  -e 's|//|/|g' \
-  -e 's|#CGIextension = cgi|&\n#TriggerOnCGIstatus = no|g' \
-  -e 's|ConnectTo = 127.0.0.1:2005|ConnectTo = 127.0.0.1:9000|g' \
-  -e 's|#  Extension = php|&\n#   SessionTimeout = 30|g' \
-  -e 's|#ErrorHandler = 404:/error.cgi|&\n#UseGZfile = yes|g' \
-  -i config/hiawatha.conf.in
-  
-  sed -e 's|/etc/init.d/hiawatha restart|systemctl restart hiawatha.service|' \
-  -i extra/letsencrypt/letsencrypt.conf.in
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -p build
-  cd build
-
-  cmake ../ -DCMAKE_INSTALL_PREFIX="/" \
--DCMAKE_INSTALL_BINDIR="/usr/bin" \
--DCMAKE_INSTALL_SBINDIR="/usr/bin" \
--DCMAKE_INSTALL_SYSCONFDIR="/etc/hiawatha" \
--DCMAKE_INSTALL_LIBDIR="/usr/lib" \
--DCMAKE_INSTALL_MANDIR="/usr/share/man" \
--DCONFIG_DIR="/etc/hiawatha" \
--DLOG_DIR="/var/log/hiawatha" \
--DPID_DIR="/run" \
--DENABLE_TLS=ON \
--DUSE_SYSTEM_MBEDTLS=ON \
--DENABLE_MONITOR=ON \
--DWEBROOT_DIR="/srv/http/hiawatha" \
--DWORK_DIR="/var/lib/hiawatha"
-
-  make
-
-  # Features enabled by default
-  # -DENABLE_CACHE
-  # -DENABLE_IPV6
-  # -DENABLE_RPROXY
-  # -DENABLE_TOOLKIT
-  # -DENABLE_XSLT
-
-  # Features disabled by default
-  # -DENABLE_DEBUG
-  # -DENABLE_TOMAHAWK
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir/" install
- 
-  rmdir "$pkgdir/run"
-  rm "$pkgdir/srv/http/hiawatha/index.html"
-  rmdir -p --ignore-fail-on-non-empty "$pkgdir/srv/http/hiawatha"
- 
-  install -Dm644 logrotate.d/hiawatha "$pkgdir/etc/logrotate.d/hiawatha"
-  cd "$srcdir"
-  install -Dm644 hiawatha.service   
"$pkgdir/usr/lib/systemd/system/hiawatha.service"
-  install -Dm644 lefh-renew.service 
"$pkgdir/usr/lib/systemd/system/lefh-renew.service"
-  install -Dm644 lefh-renew.timer   
"$pkgdir/usr/lib/systemd/system/lefh-renew.timer"
-  install -Dm644 hiawatha.conf.sample "$pkgdir/etc/hiawatha/"
-}
-

Copied: hiawatha/repos/community-x86_64/PKGBUILD (from rev 517982, 
hiawatha/trunk/PKGBUILD)

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

2019-10-20 Thread Kyle Keen via arch-commits
Date: Sunday, October 20, 2019 @ 20:21:18
  Author: kkeen
Revision: 517982

upgpkg: hiawatha 10.10-1

Modified:
  hiawatha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 20:08:23 UTC (rev 517981)
+++ PKGBUILD2019-10-20 20:21:18 UTC (rev 517982)
@@ -4,8 +4,8 @@
 # Contributor: Kewl 
 
 pkgname=hiawatha
-pkgver=10.9
-pkgrel=3
+pkgver=10.10
+pkgrel=1
 pkgdesc="Secure and advanced webserver"
 url="https://www.hiawatha-webserver.org/;
 arch=('x86_64')
@@ -27,7 +27,7 @@
 'lefh-renew.service'
 'lefh-renew.timer'
 )
-sha256sums=('74dd43812272c3ddbf067b6d4da1773cdeef2ffe71e8f164449fabf8431752b8'
+sha256sums=('b5e46f5757fa647e77d21d24f7eea912d59f26a75558cba780b45c1c3a33a4d9'
 '4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
 'b5a2671703b52eec376cfc4697b86aafa4f7fdd9b2b9203798e2117770bafa53'
 'db1d647d86370583c24ae7a37feab78e3f0015d441ff5bc8f9b32e1a91ec4c8e'


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 20:08:11
  Author: felixonmars
Revision: 517980

upgpkg: xmobar 0.31-10

rebuild with aeson-pretty 0.8.8

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 20:07:34 UTC (rev 517979)
+++ PKGBUILD2019-10-20 20:08:11 UTC (rev 517980)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.31
-pkgrel=9
+pkgrel=10
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 20:08:23
  Author: felixonmars
Revision: 517981

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 517980, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 20:08:23 UTC (rev 517981)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.31
+pkgrel=10
+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-extensible-exceptions')
+makedepends=('ghc')
+source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('b0afe21f398a16a2e9d6e94ecb643fc5a259e1f60504ce50acd90ae31ae2e14d0925afb66f9593ff2a9bb016e39ab612027e836ece8ede665c66badac3386d01')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -i -e 's/==.*0.3/== 0.4/' -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' 
xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic --disable-library-vanilla \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 20:06:46
  Author: felixonmars
Revision: 517977

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 517976, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
517976, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 20:06:46 UTC (rev 517977)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=174
+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 tamarin-prover/trunk (PKGBUILD)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 20:06:34
  Author: felixonmars
Revision: 517976

upgpkg: tamarin-prover 1.4.1-174

rebuild with aeson-pretty 0.8.8

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 20:04:41 UTC (rev 517975)
+++ PKGBUILD2019-10-20 20:06:34 UTC (rev 517976)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=173
+pkgrel=174
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io;
 license=("GPL")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 20:04:41
  Author: felixonmars
Revision: 517975

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   83 
 stack.install |4 ++
 2 files changed, 87 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 517974, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 20:04:41 UTC (rev 517975)
@@ -0,0 +1,83 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.1.3
+pkgrel=53
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-colour'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit'
+ 'haskell-echo' 'haskell-exceptions' 'haskell-extra' 
'haskell-file-embed' 'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hi-file-parser' 'haskell-hpack' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 
'haskell-http-download'
+ 'haskell-http-types' 'haskell-memory' 'haskell-microlens' 
'haskell-mintty'
+ 'haskell-mono-traversable' 'haskell-mustache' 
'haskell-neat-interpolation'
+ 'haskell-network-uri' 'haskell-open-browser' 
'haskell-optparse-applicative'
+ 'haskell-optparse-generic' 'haskell-optparse-simple' 'haskell-pantry' 
'haskell-path'
+ 'haskell-path-io' 'haskell-persistent' 'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-resource-pool' 
'haskell-resourcet'
+ 'haskell-retry' 'haskell-rio' 'haskell-rio-prettyprint' 
'haskell-split'
+ 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-terminal-size'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;
+
https://github.com/commercialhaskell/stack/commit/62c24fa0552dc722260f1cee75325145e837ab6a.patch)
+sha512sums=('SKIP'
+
'99bb04cf6581a8d712413822f834856b036b37ab2ae41307e82a7064b12cdfa43c6ccc60adfa870057f9ba197e1ae4eda144a7088306630400c0798a2b60d9c6')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../62c24fa0552dc722260f1cee75325145e837ab6a.patch || :
+  hpack
+  sed -i -e '/semigroups/d' $pkgname.cabal
+
+  sed -i '1i {-# LANGUAGE UndecidableInstances #-}' 
src/Stack/Storage/{User,Project}.hs
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls 

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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 20:04:26
  Author: felixonmars
Revision: 517974

upgpkg: stack 2.1.3-53

rebuild with aeson-pretty 0.8.8

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:58:54 UTC (rev 517973)
+++ PKGBUILD2019-10-20 20:04:26 UTC (rev 517974)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.1.3
-pkgrel=52
+pkgrel=53
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:58:42
  Author: felixonmars
Revision: 517972

upgpkg: shellcheck 0.7.0-44

rebuild with aeson-pretty 0.8.8

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:55:23 UTC (rev 517971)
+++ PKGBUILD2019-10-20 19:58:42 UTC (rev 517972)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.0
-pkgrel=43
+pkgrel=44
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:58:54
  Author: felixonmars
Revision: 517973

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 517972, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 19:58:54 UTC (rev 517973)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.0
+pkgrel=44
+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;)
+sha512sums=('46ef486dff09bd51bdc5f053b1dda9e3f2943c66bbf6788824ddf8fcf3b69b7a3a9c00bf98bca0dee9d57ee6df833ca4088252dbf773815248be0fa667f35215')
+
+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
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:55:23
  Author: felixonmars
Revision: 517971

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 517970, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 19:55:23 UTC (rev 517971)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=6.0.0
+pkgrel=39
+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=('e1aa4f8b2baac57898f6c4d0984af0096813f41e233bc2d13d9416653d490ca513a480bbffc642da85437809cab339678e595239a7d9e52e86dae11077e20d0a')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/< *3.3/<4/' $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}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+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 --port 5432)
+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 postgrest/trunk (PKGBUILD)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:55:11
  Author: felixonmars
Revision: 517970

upgpkg: postgrest 6.0.0-39

rebuild with aeson-pretty 0.8.8

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:54:10 UTC (rev 517969)
+++ PKGBUILD2019-10-20 19:55:11 UTC (rev 517970)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=6.0.0
-pkgrel=38
+pkgrel=39
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2019-10-20 Thread Kyle Keen via arch-commits
Date: Sunday, October 20, 2019 @ 19:53:57
  Author: kkeen
Revision: 517968

upgpkg: kicad 5.1.4-2 opencascade rebuild

Modified:
  kicad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:51:39 UTC (rev 517967)
+++ PKGBUILD2019-10-20 19:53:57 UTC (rev 517968)
@@ -4,7 +4,7 @@
 
 pkgname=kicad
 pkgver=5.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
 arch=('x86_64')
 #url="http://iut-tice.ujf-grenoble.fr/kicad/;


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

2019-10-20 Thread Kyle Keen via arch-commits
Date: Sunday, October 20, 2019 @ 19:54:10
  Author: kkeen
Revision: 517969

archrelease: copy trunk to community-staging-x86_64

Added:
  kicad/repos/community-staging-x86_64/
  kicad/repos/community-staging-x86_64/PKGBUILD
(from rev 517968, kicad/trunk/PKGBUILD)

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

Copied: kicad/repos/community-staging-x86_64/PKGBUILD (from rev 517968, 
kicad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 19:54:10 UTC (rev 517969)
@@ -0,0 +1,66 @@
+# Maintainer: Kyle Keen 
+# Contributor: Marq Schneider 
+# Contributor: Nick Østergaard
+
+pkgname=kicad
+pkgver=5.1.4
+pkgrel=2
+pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
+arch=('x86_64')
+#url="http://iut-tice.ujf-grenoble.fr/kicad/;
+url="http://kicad-pcb.org/;
+license=('GPL')
+depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 
'opencascade' 'python-wxpython')
+# can ngspice/opencascade be an optdep?
+# opencascade vs community edition?
+makedepends=('cmake' 'zlib' 'mesa' 'boost' 'swig')
+optdepends=('kicad-library: for footprints and symbols'
+'kicad-library-3d: for 3d models of components')
+source=("https://launchpad.net/kicad/5.0/$pkgver/+download/kicad-$pkgver.tar.xz;
+
"kicad-i18n.$pkgver.tgz::https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz;)
+sha512sums=('ce0efb740686eafdbbdf8cda68ad800a70c8991302f984be3db4bbdb3bfafe1634871ec6ea26bb6854a417db6336880e5a043dc022ef8126c0e98abc90671337'
+
'28993e0021ebd7f3c0e7e21b609f57b85b95c74c33d65d30e707c5194b340dbb46142a6250a19256c927dc2f0600a7e1de723aefa9e74b2761ebc7c380143527')
+
+prepare() {
+  cd "$srcdir/kicad-$pkgver"
+  #find -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+  cd "$srcdir/kicad-$pkgver"
+
+  mkdir -p build/Release
+  cd build/Release
+  cmake ../.. -DCMAKE_BUILD_TYPE=Release\
+  -DCMAKE_INSTALL_PREFIX=/usr   \
+  -DCMAKE_INSTALL_LIBDIR=lib\
+  -DKICAD_USE_OCE=OFF   \
+  -DKICAD_USE_OCC=ON\
+  -DKICAD_SCRIPTING=ON  \
+  -DKICAD_SCRIPTING_PYTHON3=ON  \
+  -DKICAD_SCRIPTING_MODULES=ON  \
+  -DKICAD_SCRIPTING_WXPYTHON=ON \
+  -DKICAD_SCRIPTING_ACTION_MENU=ON \
+  -DKICAD_SCRIPTING_WXPYTHON_PHOENIX=ON \
+  -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
+  -DBUILD_GITHUB_PLUGIN=ON
+  make
+
+  cd "$srcdir/kicad-i18n-$pkgver"
+  mkdir -p build/Release
+  cd build/Release
+  cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/kicad-$pkgver/build/Release"
+
+  make DESTDIR="$pkgdir" install
+
+  # copy updated linux icons
+  #cp -r -n "$srcdir/$pkgname-icons/resources/linux/mime/icons" 
"$pkgdir/usr/share/"
+
+  cd "$srcdir/kicad-i18n-$pkgver/build/Release"
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:51:27
  Author: felixonmars
Revision: 517966

upgpkg: pandoc-crossref 0.3.4.1-109

rebuild with aeson-pretty 0.8.8

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:49:52 UTC (rev 517965)
+++ PKGBUILD2019-10-20 19:51:27 UTC (rev 517966)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.4.1
-pkgrel=108
+pkgrel=109
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:51:39
  Author: felixonmars
Revision: 517967

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

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
517966, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 19:51:39 UTC (rev 517967)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.4.1
+pkgrel=109
+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=('25cee0e9626e67d46769fff47da67fc616c1ce6c181e3c6e3f82b9dd1db1fc2bb3fe264da0e6c8d6082f8ea483530f88e917598ac9daaa2f6b97bbccca203254')
+
+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 haskell-hakyll/trunk (PKGBUILD)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:49:40
  Author: felixonmars
Revision: 517964

upgpkg: haskell-hakyll 4.12.5.2-109

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:47:44 UTC (rev 517963)
+++ PKGBUILD2019-10-20 19:49:40 UTC (rev 517964)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.2
-pkgrel=108
+pkgrel=109
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:49:52
  Author: felixonmars
Revision: 517965

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:47:32
  Author: felixonmars
Revision: 517962

upgpkg: pandoc-citeproc 0.16.2-127

rebuild with aeson-pretty 0.8.8

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:44:29 UTC (rev 517961)
+++ PKGBUILD2019-10-20 19:47:32 UTC (rev 517962)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.16.2
-pkgrel=126
+pkgrel=127
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:47:44
  Author: felixonmars
Revision: 517963

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

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
517962, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 19:47:44 UTC (rev 517963)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.16.2
+pkgrel=127
+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')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('90c3fabe3e1478f43b0157580deb691e5be8d3064144cbf4d67ab8f15bfd99c51b3e811b47bbe4fefc76c4efe660007ab05a782e5a5df01cd42965fe22e5c664')
+
+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/repos (2 files)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:44:29
  Author: felixonmars
Revision: 517961

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 517960, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 19:44:29 UTC (rev 517961)
@@ -0,0 +1,65 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.7.3
+pkgrel=60
+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-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-skylighting' 
'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-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=('7db610ed1f5bad7ae91b9c89b210500c0e2f8660982cf424080ea8a603ca1891187bbf6e4a48144b48716fd0131d204e953175a82668be44c39898041bac9740')
+
+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)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:44:17
  Author: felixonmars
Revision: 517960

upgpkg: pandoc 2.7.3-60

rebuild with aeson-pretty 0.8.8

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:40:28 UTC (rev 517959)
+++ PKGBUILD2019-10-20 19:44:17 UTC (rev 517960)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.7.3
-pkgrel=59
+pkgrel=60
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2019-10-20 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 20, 2019 @ 19:40:19
  Author: jlichtblau
Revision: 517958

upgpkg: ginac 1.7.8-1 - new upstream release

Modified:
  ginac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:31:15 UTC (rev 517957)
+++ PKGBUILD2019-10-20 19:40:19 UTC (rev 517958)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgname=ginac
-pkgver=1.7.7
+pkgver=1.7.8
 pkgrel=1
 pkgdesc="C++ library for symbolic calculations"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('cln')
 makedepends=('fig2dev' 'doxygen' 'texlive-bin' 'python')
 source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0eff6eed729aa6e5a34ecbd2c0723e6e23dcd5a14346050eb66697ea19394ecb')
+sha256sums=('0c86501aa6c72efd5937fce42c5e983fc9f05dadb65b4ebdb51ee95c9f6a7067')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2019-10-20 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 20, 2019 @ 19:40:28
  Author: jlichtblau
Revision: 517959

archrelease: copy trunk to community-x86_64

Added:
  ginac/repos/community-x86_64/PKGBUILD
(from rev 517958, ginac/trunk/PKGBUILD)
Deleted:
  ginac/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-20 19:40:19 UTC (rev 517958)
+++ PKGBUILD2019-10-20 19:40:28 UTC (rev 517959)
@@ -1,35 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Thomas Baechler 
-
-pkgname=ginac
-pkgver=1.7.7
-pkgrel=1
-pkgdesc="C++ library for symbolic calculations"
-arch=('x86_64')
-url='https://www.ginac.de/'
-license=('GPL')
-depends=('cln')
-makedepends=('fig2dev' 'doxygen' 'texlive-bin' 'python')
-source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0eff6eed729aa6e5a34ecbd2c0723e6e23dcd5a14346050eb66697ea19394ecb')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make check
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ginac/repos/community-x86_64/PKGBUILD (from rev 517958, 
ginac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-20 19:40:28 UTC (rev 517959)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Thomas Baechler 
+
+pkgname=ginac
+pkgver=1.7.8
+pkgrel=1
+pkgdesc="C++ library for symbolic calculations"
+arch=('x86_64')
+url='https://www.ginac.de/'
+license=('GPL')
+depends=('cln')
+makedepends=('fig2dev' 'doxygen' 'texlive-bin' 'python')
+source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
+sha256sums=('0c86501aa6c72efd5937fce42c5e983fc9f05dadb65b4ebdb51ee95c9f6a7067')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:31:15
  Author: felixonmars
Revision: 517957

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 517956, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 19:31:15 UTC (rev 517957)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.3.2
+pkgrel=24
+pkgdesc="Functional Programming Language with Dependent Types"
+url="https://www.idris-lang.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec'
+ 'haskell-network' 'haskell-optparse-applicative' 
'haskell-parser-combinators'
+ 'haskell-regex-tdfa' 'haskell-safe' 'haskell-split' 
'haskell-terminal-size'
+ 'haskell-uniplate' 'haskell-unordered-containers' 
'haskell-utf8-string' 'haskell-vector'
+ 'haskell-vector-binary-instances' 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-rerun'
+ 'nodejs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('0cd2ecb38ae1d535a38f6f4fbe39ce6d5d4ff496b97214fb24968e9c5b726c824dc79528d00e89d800563b20d4c8b2d47f0c6613433d1380802a2bd10d0816f3')
+
+prepare() {
+cd Idris-dev-$pkgver
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+sed -i 's/< *0.9/<1/' idris.cabal
+}
+
+build() {
+cd Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -f-release -f-freestanding -f-CI -f-execonly 
--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 Idris-dev-$pkgver
+# TODO: figure out the tests
+PATH="$PWD/dist/build:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell 
Setup test || warning "Tests failed"
+}
+
+package() {
+cd Idris-dev-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:31:02
  Author: felixonmars
Revision: 517956

upgpkg: idris 1.3.2-24

rebuild with aeson-pretty 0.8.8

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:29:41 UTC (rev 517955)
+++ PKGBUILD2019-10-20 19:31:02 UTC (rev 517956)
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.2
-pkgrel=23
+pkgrel=24
 pkgdesc="Functional Programming Language with Dependent Types"
 url="https://www.idris-lang.org/;
 license=("BSD")


[arch-commits] Commit in cloud-init/trunk (PKGBUILD archlinux.cloud.cfg)

2019-10-20 Thread Christian Rebischke via arch-commits
Date: Sunday, October 20, 2019 @ 19:29:33
  Author: shibumi
Revision: 517954

upgpkg: cloud-init 19.2-2

moved cloud-init from AUR to community

Modified:
  cloud-init/trunk/PKGBUILD
  cloud-init/trunk/archlinux.cloud.cfg

-+
 PKGBUILD|   53 ++
 archlinux.cloud.cfg |2 -
 2 files changed, 29 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:29:33 UTC (rev 517953)
+++ PKGBUILD2019-10-20 19:29:33 UTC (rev 517954)
@@ -2,42 +2,45 @@
 # Contributor:  kpcyrd 
 # Contributor: Jonathan Steel 
 # Contributor: Daniel Wallace 
+# Contributor: flaccid aka Chris Fordham 
+# Contributor: Sparadox 
 
 pkgname=cloud-init
-pkgver=18.2
+pkgver=19.2
 pkgrel=2
 pkgdesc="The standard for customising cloud instances"
 arch=('any')
 url="https://cloud-init.io;
 license=('GPL3')
-depends=('systemd' 'sudo' 'python2-yaml' 'python2-cheetah' 
'python2-prettytable'
- 'python2-oauth' 'python2-boto' 'python2-configobj'
- 'python2-jsonschema' 'python2-jsonpatch' 'python2-jsonpointer' 
'net-tools'
- 'python2-requests' 'python2-argparse' 'python2-oauthlib'
- 'python2-jinja')
-makedepends=('python2' 'python2-setuptools')
+depends=('systemd' 'sudo' 'python-yaml' 'python-prettytable'
+  'python-oauthlib' 'python-configobj'
+  'python-jsonschema' 'python-jsonpatch' 'net-tools'
+  'python-requests' 'python-oauthlib' 'python-jinja' 'python-six')
+makedepends=('python' 'python-setuptools')
 backup=('etc/cloud/cloud.cfg' 'etc/cloud/cloud.cfg.d/05_logging.cfg')
-source=("https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz;
-fix-lib.patch
-archlinux.cloud.cfg)
-sha256sums=('0224969ebdae6eadffc5f40823bb206d8b05d99a1b730018535102f38b155249'
-'0ace6a9e4156145e5b50bd5fa75d6aeefe8e5c10a63f8d9e0d3c7be4c9b53942'
-'109dd4500593c2fb7b2f7bf05eaf1835be8062c4f7b3025a0371184a691950da')
+source=("https://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
+  'fix-lib.patch'
+  'archlinux.cloud.cfg')
+sha512sums=('c6adab5838ddf53fad96c3d680becd23ce7227dc4e6c853863882bf9f5d0b6ea6259d529ec3848247254459b793bbef5a6791b26c65741a68390c970173b3293'
+
'6c435fbe1e0a7093b79f8bb3789b05a39afd1e43b7ff96f13e68c9ad16311cc58270b947bae574cfdc3d2e27c7258789880a101c9bdf2c3c141bcbedc47a8a4b'
+
'915cbe0da65e754d23661f9b6d5680ed6395fab3df3a9946e51920edcf4191a4fa5475260f5a744a1962801b69f04a583bf9db8ca11c4b385aea8d92d7f09f41')
 
-prepare(){
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i ../fix-lib.patch
-
-  find . -name \*.py -exec sed -i '1s/python$/&2/' {} +
-  sed -i '1s/python$/&2/' tools/read*
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/fix-lib.patch"
   sed -e 's:/etc/systemd:/usr/lib/systemd:g' -e 's:\"/lib\":\"/usr/lib\":g' -i 
setup.py
 }
 
+# This checks need: python-mock, python-httpretty
+# Due to a bug unittest2 is used even when python3 is used for building
+# So let's wait until cloud-init implemented a try/except for python3 builds
+# check() {
+#   cd "${pkgname}"-"${pkgver}"
+#   nosetests tests/unittests/
+# }
+
 package() {
-  cd $pkgname-$pkgver
-
-  python2 ./setup.py install --root="$pkgdir" --init-system systemd
-
-  install -m644 ../archlinux.cloud.cfg "$pkgdir"/etc/cloud/cloud.cfg
+  cd "${pkgname}-${pkgver}"
+  python ./setup.py install --root="${pkgdir}" -O1 --init-system systemd
+  install -Dm644 "${srcdir}/archlinux.cloud.cfg" 
"${pkgdir}/etc/cloud/cloud.cfg"
 }

Modified: archlinux.cloud.cfg
===
--- archlinux.cloud.cfg 2019-10-20 19:29:33 UTC (rev 517953)
+++ archlinux.cloud.cfg 2019-10-20 19:29:33 UTC (rev 517954)
@@ -44,7 +44,7 @@
  name: archlinux
  lock_passwd: True
  gecos: Archlinux
- groups: [adm, audio, floppy, video, wheel]
+ groups: [users, power, audio, video, wheel]
  sudo: ["ALL=(ALL) NOPASSWD:ALL"]
  shell: /bin/bash
paths:


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

2019-10-20 Thread Christian Rebischke via arch-commits
Date: Sunday, October 20, 2019 @ 19:29:41
  Author: shibumi
Revision: 517955

archrelease: copy trunk to community-any

Added:
  cloud-init/repos/community-any/
  cloud-init/repos/community-any/PKGBUILD
(from rev 517954, cloud-init/trunk/PKGBUILD)
  cloud-init/repos/community-any/archlinux.cloud.cfg
(from rev 517954, cloud-init/trunk/archlinux.cloud.cfg)
  cloud-init/repos/community-any/fix-lib.patch
(from rev 517954, cloud-init/trunk/fix-lib.patch)

-+
 PKGBUILD|   46 +++
 archlinux.cloud.cfg |   53 ++
 fix-lib.patch   |   11 ++
 3 files changed, 110 insertions(+)

Copied: cloud-init/repos/community-any/PKGBUILD (from rev 517954, 
cloud-init/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-10-20 19:29:41 UTC (rev 517955)
@@ -0,0 +1,46 @@
+# Maintainer: Christian Rebischke 
+# Contributor:  kpcyrd 
+# Contributor: Jonathan Steel 
+# Contributor: Daniel Wallace 
+# Contributor: flaccid aka Chris Fordham 
+# Contributor: Sparadox 
+
+pkgname=cloud-init
+pkgver=19.2
+pkgrel=2
+pkgdesc="The standard for customising cloud instances"
+arch=('any')
+url="https://cloud-init.io;
+license=('GPL3')
+depends=('systemd' 'sudo' 'python-yaml' 'python-prettytable'
+  'python-oauthlib' 'python-configobj'
+  'python-jsonschema' 'python-jsonpatch' 'net-tools'
+  'python-requests' 'python-oauthlib' 'python-jinja' 'python-six')
+makedepends=('python' 'python-setuptools')
+backup=('etc/cloud/cloud.cfg' 'etc/cloud/cloud.cfg.d/05_logging.cfg')
+source=("https://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
+  'fix-lib.patch'
+  'archlinux.cloud.cfg')
+sha512sums=('c6adab5838ddf53fad96c3d680becd23ce7227dc4e6c853863882bf9f5d0b6ea6259d529ec3848247254459b793bbef5a6791b26c65741a68390c970173b3293'
+
'6c435fbe1e0a7093b79f8bb3789b05a39afd1e43b7ff96f13e68c9ad16311cc58270b947bae574cfdc3d2e27c7258789880a101c9bdf2c3c141bcbedc47a8a4b'
+
'915cbe0da65e754d23661f9b6d5680ed6395fab3df3a9946e51920edcf4191a4fa5475260f5a744a1962801b69f04a583bf9db8ca11c4b385aea8d92d7f09f41')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/fix-lib.patch"
+  sed -e 's:/etc/systemd:/usr/lib/systemd:g' -e 's:\"/lib\":\"/usr/lib\":g' -i 
setup.py
+}
+
+# This checks need: python-mock, python-httpretty
+# Due to a bug unittest2 is used even when python3 is used for building
+# So let's wait until cloud-init implemented a try/except for python3 builds
+# check() {
+#   cd "${pkgname}"-"${pkgver}"
+#   nosetests tests/unittests/
+# }
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python ./setup.py install --root="${pkgdir}" -O1 --init-system systemd
+  install -Dm644 "${srcdir}/archlinux.cloud.cfg" 
"${pkgdir}/etc/cloud/cloud.cfg"
+}

Copied: cloud-init/repos/community-any/archlinux.cloud.cfg (from rev 517954, 
cloud-init/trunk/archlinux.cloud.cfg)
===
--- community-any/archlinux.cloud.cfg   (rev 0)
+++ community-any/archlinux.cloud.cfg   2019-10-20 19:29:41 UTC (rev 517955)
@@ -0,0 +1,53 @@
+##
+### Arch Linux cloud.cfg - This config enables Archlinux tested/compatible 
cloud-init modules.
+##
+
+# Not using additional user / sudoers scheme.
+disable_root: false
+
+# Allow cloud-init to set the hostname.
+preserve_hostname: false
+
+ssh_genkeytypes: ['dsa', 'rsa', 'ecdsa', 'ed25519']
+
+# The modules that run in the 'init' stage.
+cloud_init_modules:
+ - bootcmd
+ - write-files
+ - set_hostname
+ - update_hostname
+ - update_etc_hosts
+ - users-groups
+ - ssh
+
+# The modules that run in the 'config' stage.
+cloud_config_modules:
+ - runcmd
+
+# The modules that run in the 'final' stage.
+cloud_final_modules:
+ - rightscale_userdata
+ - scripts-per-once
+ - scripts-per-boot
+ - scripts-per-instance
+ - scripts-user
+ - ssh-authkey-fingerprints
+ - keys-to-console
+ - final-message
+
+# root:log matches the rest of the logs on Arch
+syslog_fix_perms: root:log
+
+system_info:
+   distro: arch
+   default_user:
+ name: archlinux
+ lock_passwd: True
+ gecos: Archlinux
+ groups: [users, power, audio, video, wheel]
+ sudo: ["ALL=(ALL) NOPASSWD:ALL"]
+ shell: /bin/bash
+   paths:
+  cloud_dir: /var/lib/cloud/
+  templates_dir: /etc/cloud/templates/
+   ssh_svcname: sshd

Copied: cloud-init/repos/community-any/fix-lib.patch (from rev 517954, 
cloud-init/trunk/fix-lib.patch)
===
--- community-any/fix-lib.patch (rev 0)
+++ community-any/fix-lib.patch 2019-10-20 19:29:41 UTC (rev 517955)
@@ -0,0 +1,11 @@
+--- a/setup.py
 b/setup.py
+@@ -151,7 +151,7 @@ INITSYS_TYPES = sorted([f.partition(".")[0] for f in 

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

2019-10-20 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 20, 2019 @ 19:29:33
  Author: jlichtblau
Revision: 517953

archrelease: copy trunk to community-x86_64

Added:
  ktoblzcheck/repos/community-x86_64/PKGBUILD
(from rev 517952, ktoblzcheck/trunk/PKGBUILD)
Deleted:
  ktoblzcheck/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-20 19:29:24 UTC (rev 517952)
+++ PKGBUILD2019-10-20 19:29:33 UTC (rev 517953)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Philipp Sandhaus 
-
-pkgname=ktoblzcheck
-pkgver=1.49
-pkgrel=2
-pkgdesc="A library to check account numbers and bank codes of German banks"
-arch=(x86_64)
-url="http://ktoblzcheck.sourceforge.net;
-license=("LGPL")
-depends=('gcc-libs' 'python')
-optdepends=('perl')
-source=(http://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz)
-sha256sums=('e8971bc6689ea72b174c194bd43ba2c0b65112b0c3f9fd2371562e0c3ab57d29')
-
-prepare() {
-  cd "$srcdir/ktoblzcheck-$pkgver"
-  sed -i 's|\t||g' src/python/ktoblzcheck.py
-}
-
-build() {
-  cd "$srcdir/ktoblzcheck-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/ktoblzcheck-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: ktoblzcheck/repos/community-x86_64/PKGBUILD (from rev 517952, 
ktoblzcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-20 19:29:33 UTC (rev 517953)
@@ -0,0 +1,37 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+# Contributor: Philipp Sandhaus 
+
+pkgname=ktoblzcheck
+pkgver=1.50
+pkgrel=1
+pkgdesc="A library to check account numbers and bank codes of German banks"
+arch=('x86_64')
+url="http://ktoblzcheck.sourceforge.net;
+license=('LGPL')
+depends=('python')
+makedepends=('cmake')
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('5cebeb144cd9f3e089325f91915802aa0ad03aac13b273d797c6933a989f')
+
+prepare() {
+  cd "${srcdir}"
+
+  [[ ! -d build ]] && mkdir build
+}
+
+build() {
+  cd "${srcdir}"/build
+
+  cmake \
+../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+}


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

2019-10-20 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 20, 2019 @ 19:29:24
  Author: jlichtblau
Revision: 517952

upgpkg: ktoblzcheck 1.50-1 - new upstream release

Modified:
  ktoblzcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:14:57 UTC (rev 517951)
+++ PKGBUILD2019-10-20 19:29:24 UTC (rev 517952)
@@ -1,30 +1,37 @@
-# Maintainer: Sergej Pupykin 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
 # Contributor: Philipp Sandhaus 
 
 pkgname=ktoblzcheck
-pkgver=1.49
-pkgrel=2
+pkgver=1.50
+pkgrel=1
 pkgdesc="A library to check account numbers and bank codes of German banks"
-arch=(x86_64)
+arch=('x86_64')
 url="http://ktoblzcheck.sourceforge.net;
-license=("LGPL")
-depends=('gcc-libs' 'python')
-optdepends=('perl')
-source=(https://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz)
-sha256sums=('e8971bc6689ea72b174c194bd43ba2c0b65112b0c3f9fd2371562e0c3ab57d29')
+license=('LGPL')
+depends=('python')
+makedepends=('cmake')
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('5cebeb144cd9f3e089325f91915802aa0ad03aac13b273d797c6933a989f')
 
 prepare() {
-  cd "$srcdir/ktoblzcheck-$pkgver"
-  sed -i 's|\t||g' src/python/ktoblzcheck.py
+  cd "${srcdir}"
+
+  [[ ! -d build ]] && mkdir build
 }
 
 build() {
-  cd "$srcdir/ktoblzcheck-$pkgver"
-  ./configure --prefix=/usr
+  cd "${srcdir}"/build
+
+  cmake \
+../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 
 package() {
-  cd "$srcdir/ktoblzcheck-$pkgver"
-  make DESTDIR="$pkgdir" install
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
 }


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

2019-10-20 Thread Kyle Keen via arch-commits
Date: Sunday, October 20, 2019 @ 19:14:57
  Author: kkeen
Revision: 517951

archrelease: copy trunk to community-staging-x86_64

Added:
  opencascade/repos/community-staging-x86_64/
  opencascade/repos/community-staging-x86_64/PKGBUILD
(from rev 517950, opencascade/trunk/PKGBUILD)
  opencascade/repos/community-staging-x86_64/cmake-fix-variable.patch
(from rev 517950, opencascade/trunk/cmake-fix-variable.patch)
  opencascade/repos/community-staging-x86_64/fix-install-dir-references.patch
(from rev 517950, opencascade/trunk/fix-install-dir-references.patch)
  opencascade/repos/community-staging-x86_64/opencascade.sh
(from rev 517950, opencascade/trunk/opencascade.sh)

--+
 PKGBUILD |   64 +
 cmake-fix-variable.patch |   12 ++
 fix-install-dir-references.patch |   24 +
 opencascade.sh   |   24 +
 4 files changed, 124 insertions(+)

Copied: opencascade/repos/community-staging-x86_64/PKGBUILD (from rev 517950, 
opencascade/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 19:14:57 UTC (rev 517951)
@@ -0,0 +1,64 @@
+# Maintainer: Kyle Keen 
+# Contributor: Gabriel Souza Franco 
+# Contributor: Florian Pritz 
+# Contributor: Giuseppe Borzi 
+# Contributor: Brice Méalier 
+# Contributor: Michele Mocciola 
+
+pkgname=opencascade
+pkgver=7.4.0
+_pkgver=${pkgver//_/}
+_pkgver=V${_pkgver//./_}
+pkgrel=1
+pkgdesc="Open CASCADE Technology, 3D modeling & numerical simulation"
+arch=('x86_64')
+url="https://www.opencascade.org;
+license=('custom')
+depends=('tk' 'vtk' 'gl2ps' 'ffmpeg' 'freeimage' 'intel-tbb')
+makedepends=('cmake' 'qt5-base') # VTK requires Qt5 to build
+source=("opencascade-${pkgver}.tgz::https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/${_pkgver};sf=tgz;
+'opencascade.sh' 'fix-install-dir-references.patch'
+'cmake-fix-variable.patch')
+sha256sums=('655da7717dac3460a22a6a7ee68860c1da56da2fec9c380d8ac0ac0349d67676'
+'2064536a85d46fee368a8f1a712b2c6c77ca79c5bffcc68cba79d70d36efa2f4'
+'afb584aa453993ae8d9e2b983594558531ede735a5892754b812be30650c9fb5'
+'c7427082400b2d1ac58c59549d4dd1ee5b27d06847b7907842e9e2f2b68980fa')
+
+prepare() {
+  cd "occt-${_pkgver}"
+  patch -Np1 -i "$srcdir/fix-install-dir-references.patch"
+  patch -Np1 -i "$srcdir/cmake-fix-variable.patch"
+}
+
+build() {
+  cd "occt-${_pkgver}"
+  mkdir -p build && cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_GL2PS=ON \
+-DUSE_FREEIMAGE=ON \
+-DUSE_FFMPEG=ON \
+-DUSE_VTK=ON \
+-DUSE_TBB=ON
+
+  make
+}
+
+package() {
+  cd "occt-${_pkgver}/build"
+
+  make DESTDIR="$pkgdir" install
+
+  cd ..
+
+  install -Dm755 "$srcdir/opencascade.sh" 
"$pkgdir/etc/profile.d/opencascade.sh"
+  install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
+  mv "$pkgdir/usr/share/doc/opencascade/"* 
"$pkgdir/usr/share/licenses/$pkgname"
+  rm -r "$pkgdir/usr/share/doc"
+
+  rm "$pkgdir/usr/bin/"*.sh
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opencascade/repos/community-staging-x86_64/cmake-fix-variable.patch 
(from rev 517950, opencascade/trunk/cmake-fix-variable.patch)
===
--- community-staging-x86_64/cmake-fix-variable.patch   
(rev 0)
+++ community-staging-x86_64/cmake-fix-variable.patch   2019-10-20 19:14:57 UTC 
(rev 517951)
@@ -0,0 +1,12 @@
+diff -Naur occt-V7_3_0/adm/templates/OpenCASCADEConfig.cmake.in 
occt-V7_3_0_new/adm/templates/OpenCASCADEConfig.cmake.in
+--- occt-V7_3_0/adm/templates/OpenCASCADEConfig.cmake.in   2018-05-29 
12:14:02.0 +0200
 occt-V7_3_0.new/adm/templates/OpenCASCADEConfig.cmake.in   2018-05-29 
12:14:02.0 +0200
+@@ -26,7 +26,7 @@
+ if (OpenCASCADE_INSTALL_PREFIX MATCHES "/cmake$")
+   get_filename_component (OpenCASCADE_INSTALL_PREFIX 
"${OpenCASCADE_INSTALL_PREFIX}" PATH)
+ endif()
+-if (OpenCASCADE_INSTALL_PREFIX MATCHES "/lib$")
++if (OpenCASCADE_INSTALL_PREFIX MATCHES "/lib(64)?$")
+   get_filename_component (OpenCASCADE_INSTALL_PREFIX 
"${OpenCASCADE_INSTALL_PREFIX}" PATH)
+ endif()
+ 

Copied: 
opencascade/repos/community-staging-x86_64/fix-install-dir-references.patch 
(from rev 517950, opencascade/trunk/fix-install-dir-references.patch)
===
--- community-staging-x86_64/fix-install-dir-references.patch   
(rev 0)
+++ community-staging-x86_64/fix-install-dir-references.patch   2019-10-20 
19:14:57 UTC (rev 517951)
@@ -0,0 +1,24 @@
+diff -aur occt-V7_1_0/CMakeLists.txt occt-V7_1_0.new/CMakeLists.txt
+--- occt-V7_1_0/CMakeLists.txt 2016-11-25 11:50:18.0 +0100
 

[arch-commits] Commit in opencascade/trunk (PKGBUILD ffmpeg4.patch vtk7.patch)

2019-10-20 Thread Kyle Keen via arch-commits
Date: Sunday, October 20, 2019 @ 19:13:54
  Author: kkeen
Revision: 517950

upgpkg: opencascade 7.4.0-1

Modified:
  opencascade/trunk/PKGBUILD
Deleted:
  opencascade/trunk/ffmpeg4.patch
  opencascade/trunk/vtk7.patch

---+
 PKGBUILD  |   10 +++---
 ffmpeg4.patch |   22 --
 vtk7.patch|   48 
 3 files changed, 3 insertions(+), 77 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:12:51 UTC (rev 517949)
+++ PKGBUILD2019-10-20 19:13:54 UTC (rev 517950)
@@ -6,7 +6,7 @@
 # Contributor: Michele Mocciola 
 
 pkgname=opencascade
-pkgver=7.3.0_p3
+pkgver=7.4.0
 _pkgver=${pkgver//_/}
 _pkgver=V${_pkgver//./_}
 pkgrel=1
@@ -18,19 +18,15 @@
 makedepends=('cmake' 'qt5-base') # VTK requires Qt5 to build
 
source=("opencascade-${pkgver}.tgz::https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/${_pkgver};sf=tgz;
 'opencascade.sh' 'fix-install-dir-references.patch'
-'vtk7.patch' 'ffmpeg4.patch' 'cmake-fix-variable.patch')
-sha256sums=('fbd46db3e75313131b88a606024ea4d4496c3c7f6e68c23988e9d3e673d4f21b'
+'cmake-fix-variable.patch')
+sha256sums=('655da7717dac3460a22a6a7ee68860c1da56da2fec9c380d8ac0ac0349d67676'
 '2064536a85d46fee368a8f1a712b2c6c77ca79c5bffcc68cba79d70d36efa2f4'
 'afb584aa453993ae8d9e2b983594558531ede735a5892754b812be30650c9fb5'
-'bd230962173a80a971c8da9d3dc07238f249544bb67ee834be7d6466391d0315'
-'461c44a1b635c09f23283c0b8f583a0d38079a1e20338c009776a621d0ed6efe'
 'c7427082400b2d1ac58c59549d4dd1ee5b27d06847b7907842e9e2f2b68980fa')
 
 prepare() {
   cd "occt-${_pkgver}"
   patch -Np1 -i "$srcdir/fix-install-dir-references.patch"
-  patch -Np1 -i "$srcdir/vtk7.patch"
-  patch -Np1 -i "$srcdir/ffmpeg4.patch"
   patch -Np1 -i "$srcdir/cmake-fix-variable.patch"
 }
 

Deleted: ffmpeg4.patch
===
--- ffmpeg4.patch   2019-10-20 19:12:51 UTC (rev 517949)
+++ ffmpeg4.patch   2019-10-20 19:13:54 UTC (rev 517950)
@@ -1,22 +0,0 @@
-diff -Naur a/src/Image/Image_VideoRecorder.cxx 
b/src/Image/Image_VideoRecorder.cxx
 a/src/Image/Image_VideoRecorder.cxx2017-10-04 14:26:07.0 
+0200
-+++ b/src/Image/Image_VideoRecorder.cxx2017-10-04 14:26:07.0 
+0200
-@@ -276,7 +276,7 @@
-   // some formats want stream headers to be separate
-   if (myAVContext->oformat->flags & AVFMT_GLOBALHEADER)
-   {
--aCodecCtx->flags |= CODEC_FLAG_GLOBAL_HEADER;
-+aCodecCtx->flags |= AV_CODEC_FLAG_GLOBAL_HEADER;
-   }
-   return Standard_True;
- #else
-@@ -449,8 +449,7 @@
-   AVPacket aPacket;
-   memset (, 0, sizeof(aPacket));
-   av_init_packet ();
--  if ((myAVContext->oformat->flags & AVFMT_RAWPICTURE) != 0
--   && !theToFlush)
-+  if (0)
-   {
- // raw video case - directly store the picture in the packet
- aPacket.flags|= AV_PKT_FLAG_KEY;

Deleted: vtk7.patch
===
--- vtk7.patch  2019-10-20 19:12:51 UTC (rev 517949)
+++ vtk7.patch  2019-10-20 19:13:54 UTC (rev 517950)
@@ -1,48 +0,0 @@
 a/src/IVtkVTK/IVtkVTK_ShapeData.cxx2017-10-04 14:26:07.0 
+0200
-+++ b/src/IVtkVTK/IVtkVTK_ShapeData.cxx2018-04-07 14:43:32.920435032 
+0200
-@@ -80,9 +80,9 @@
-   vtkIdType aPointIdVTK = thePointId;
-   myPolyData->InsertNextCell (VTK_VERTEX, 1, );
-   const vtkIdType aShapeIDVTK = theShapeID;
--  mySubShapeIDs->InsertNextTupleValue ();
-+  mySubShapeIDs->InsertNextTypedTuple ();
-   const vtkIdType aType = theMeshType;
--  myMeshTypes->InsertNextTupleValue ();
-+  myMeshTypes->InsertNextTypedTuple ();
- }
- 
- //
-@@ -97,9 +97,9 @@
-   vtkIdType aPoints[2] = { thePointId1, thePointId2 };
-   myPolyData->InsertNextCell (VTK_LINE, 2, aPoints);
-   const vtkIdType aShapeIDVTK = theShapeID;
--  mySubShapeIDs->InsertNextTupleValue ();
-+  mySubShapeIDs->InsertNextTypedTuple ();
-   const vtkIdType aType = theMeshType;
--  myMeshTypes->InsertNextTupleValue ();
-+  myMeshTypes->InsertNextTypedTuple ();
- }
- 
- //
-@@ -124,9 +124,9 @@
- 
- myPolyData->InsertNextCell (VTK_POLY_LINE, anIdList);
- const vtkIdType aShapeIDVTK = theShapeID;
--mySubShapeIDs->InsertNextTupleValue ();
-+mySubShapeIDs->InsertNextTypedTuple ();
- const vtkIdType aType = theMeshType;
--myMeshTypes->InsertNextTupleValue ();
-+myMeshTypes->InsertNextTypedTuple ();
-   }
- }
- 
-@@ -143,7 +143,7 @@
-   vtkIdType aPoints[3] = { thePointId1, thePointId2, thePointId3 };
-   myPolyData->InsertNextCell (VTK_TRIANGLE, 3, aPoints);
-   const vtkIdType aShapeIDVTK = theShapeID;
--  mySubShapeIDs->InsertNextTupleValue ();
-+  mySubShapeIDs->InsertNextTypedTuple 

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

2019-10-20 Thread Jan Steffens via arch-commits
Date: Sunday, October 20, 2019 @ 19:12:40
  Author: heftig
Revision: 365242

0.9.0-2

Added:
  
libxkbcommon/trunk/0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
Modified:
  libxkbcommon/trunk/PKGBUILD

-+
 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch |   41 
++
 PKGBUILD|   11 +-
 2 files changed, 49 insertions(+), 3 deletions(-)

Added: 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
===
--- 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch 
(rev 0)
+++ 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch 
2019-10-20 19:12:40 UTC (rev 365242)
@@ -0,0 +1,41 @@
+From 1cd54b5e37730aee3e3c92262241fcdbab4407ac Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sun, 20 Oct 2019 19:06:19 +
+Subject: [PATCH] context: Don't fail to create the context if HOME isn't
+ available
+
+E.g. when Mutter has CAP_SYS_NICE and thus secure_getenv returns NULL.
+
+Fixes https://bugs.archlinux.org/task/64191
+---
+ src/context.c | 14 +++---
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/src/context.c b/src/context.c
+index f43ee0a..6d86dd1 100644
+--- a/src/context.c
 b/src/context.c
+@@ -81,13 +81,13 @@ xkb_context_include_path_append_default(struct xkb_context 
*ctx)
+ int ret = 0;
+ 
+ home = secure_getenv("HOME");
+-if (!home)
+-return ret;
+-err = asprintf(_path, "%s/.xkb", home);
+-if (err <= 0)
+-return ret;
+-ret |= xkb_context_include_path_append(ctx, user_path);
+-free(user_path);
++if (home != NULL) {
++err = asprintf(_path, "%s/.xkb", home);
++if (err <= 0)
++return ret;
++ret |= xkb_context_include_path_append(ctx, user_path);
++free(user_path);
++}
+ 
+ root = secure_getenv("XKB_CONFIG_ROOT");
+ if (root != NULL)
+-- 
+2.23.0
+

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 16:54:09 UTC (rev 365241)
+++ PKGBUILD2019-10-20 19:12:40 UTC (rev 365242)
@@ -5,7 +5,7 @@
 pkgbase=libxkbcommon
 pkgname=(libxkbcommon libxkbcommon-doc libxkbcommon-x11)
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Keymap handling library for toolkits and window systems"
 url="https://xkbcommon.org/;
 arch=(x86_64)
@@ -14,8 +14,10 @@
 makedepends=(libxcb doxygen git graphviz wayland wayland-protocols meson)
 checkdepends=(xorg-server-xvfb libgl)
 _commit=a88a0710f95c0422f52c54d9bad14b2cc45e3dd0  # tags/xkbcommon-0.9.0^0
-source=("git+https://github.com/xkbcommon/libxkbcommon#commit=$_commit;)
-md5sums=('SKIP')
+source=("git+https://github.com/xkbcommon/libxkbcommon#commit=$_commit;
+0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch)
+sha256sums=('SKIP'
+'62794414d698648eba9d05723f5c6a9b0bc8c3e1d611548932e3c5eb06e3c00e')
 
 pkgver() {
   cd $pkgbase
@@ -25,6 +27,9 @@
 prepare() {
   cd $pkgbase
 
+  # https://bugs.archlinux.org/task/64191
+  git apply -3 
../0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
+
   printf '%s\n' >>doc/Doxyfile.in \
 HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
 }


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

2019-10-20 Thread Jan Steffens via arch-commits
Date: Sunday, October 20, 2019 @ 19:12:41
  Author: heftig
Revision: 517948

0.9.0-2

Added:
  
lib32-libxkbcommon/trunk/0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
Modified:
  lib32-libxkbcommon/trunk/PKGBUILD

-+
 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch |   41 
++
 PKGBUILD|   13 ++-
 2 files changed, 51 insertions(+), 3 deletions(-)

Added: 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
===
--- 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch 
(rev 0)
+++ 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch 
2019-10-20 19:12:41 UTC (rev 517948)
@@ -0,0 +1,41 @@
+From 1cd54b5e37730aee3e3c92262241fcdbab4407ac Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sun, 20 Oct 2019 19:06:19 +
+Subject: [PATCH] context: Don't fail to create the context if HOME isn't
+ available
+
+E.g. when Mutter has CAP_SYS_NICE and thus secure_getenv returns NULL.
+
+Fixes https://bugs.archlinux.org/task/64191
+---
+ src/context.c | 14 +++---
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/src/context.c b/src/context.c
+index f43ee0a..6d86dd1 100644
+--- a/src/context.c
 b/src/context.c
+@@ -81,13 +81,13 @@ xkb_context_include_path_append_default(struct xkb_context 
*ctx)
+ int ret = 0;
+ 
+ home = secure_getenv("HOME");
+-if (!home)
+-return ret;
+-err = asprintf(_path, "%s/.xkb", home);
+-if (err <= 0)
+-return ret;
+-ret |= xkb_context_include_path_append(ctx, user_path);
+-free(user_path);
++if (home != NULL) {
++err = asprintf(_path, "%s/.xkb", home);
++if (err <= 0)
++return ret;
++ret |= xkb_context_include_path_append(ctx, user_path);
++free(user_path);
++}
+ 
+ root = secure_getenv("XKB_CONFIG_ROOT");
+ if (root != NULL)
+-- 
+2.23.0
+

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:10:38 UTC (rev 517947)
+++ PKGBUILD2019-10-20 19:12:41 UTC (rev 517948)
@@ -6,7 +6,7 @@
 pkgbase=lib32-libxkbcommon
 pkgname=('lib32-libxkbcommon' 'lib32-libxkbcommon-x11')
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 url='https://xkbcommon.org/'
 arch=('x86_64')
 license=('custom')
@@ -13,11 +13,18 @@
 makedepends=('git' 'lib32-libxcb' 'lib32-wayland' 'meson' 'wayland-protocols'
  'xorg-util-macros')
 checkdepends=('xorg-server-xvfb' 'libgl')
-source=("git+https://github.com/xkbcommon/libxkbcommon#tag=xkbcommon-${pkgver};)
-sha256sums=('SKIP')
+source=("git+https://github.com/xkbcommon/libxkbcommon#tag=xkbcommon-${pkgver};
+0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch)
+sha256sums=('SKIP'
+'62794414d698648eba9d05723f5c6a9b0bc8c3e1d611548932e3c5eb06e3c00e')
 
 prepare() {
   mkdir -p build x11/usr/lib32/pkgconfig
+
+  cd libxkbcommon
+
+  # https://bugs.archlinux.org/task/64191
+  git apply -3 
../0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
 }
 
 build() {


[arch-commits] Commit in libxkbcommon/repos/extra-x86_64 (3 files)

2019-10-20 Thread Jan Steffens via arch-commits
Date: Sunday, October 20, 2019 @ 19:12:52
  Author: heftig
Revision: 365243

archrelease: copy trunk to extra-x86_64

Added:
  
libxkbcommon/repos/extra-x86_64/0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
(from rev 365242, 
libxkbcommon/trunk/0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch)
  libxkbcommon/repos/extra-x86_64/PKGBUILD
(from rev 365242, libxkbcommon/trunk/PKGBUILD)
Deleted:
  libxkbcommon/repos/extra-x86_64/PKGBUILD

-+
 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch |   41 ++
 PKGBUILD|  157 
+-
 2 files changed, 122 insertions(+), 76 deletions(-)

Copied: 
libxkbcommon/repos/extra-x86_64/0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
 (from rev 365242, 
libxkbcommon/trunk/0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch)
===
--- 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch 
(rev 0)
+++ 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch 
2019-10-20 19:12:52 UTC (rev 365243)
@@ -0,0 +1,41 @@
+From 1cd54b5e37730aee3e3c92262241fcdbab4407ac Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sun, 20 Oct 2019 19:06:19 +
+Subject: [PATCH] context: Don't fail to create the context if HOME isn't
+ available
+
+E.g. when Mutter has CAP_SYS_NICE and thus secure_getenv returns NULL.
+
+Fixes https://bugs.archlinux.org/task/64191
+---
+ src/context.c | 14 +++---
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/src/context.c b/src/context.c
+index f43ee0a..6d86dd1 100644
+--- a/src/context.c
 b/src/context.c
+@@ -81,13 +81,13 @@ xkb_context_include_path_append_default(struct xkb_context 
*ctx)
+ int ret = 0;
+ 
+ home = secure_getenv("HOME");
+-if (!home)
+-return ret;
+-err = asprintf(_path, "%s/.xkb", home);
+-if (err <= 0)
+-return ret;
+-ret |= xkb_context_include_path_append(ctx, user_path);
+-free(user_path);
++if (home != NULL) {
++err = asprintf(_path, "%s/.xkb", home);
++if (err <= 0)
++return ret;
++ret |= xkb_context_include_path_append(ctx, user_path);
++free(user_path);
++}
+ 
+ root = secure_getenv("XKB_CONFIG_ROOT");
+ if (root != NULL)
+-- 
+2.23.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-20 19:12:40 UTC (rev 365242)
+++ PKGBUILD2019-10-20 19:12:52 UTC (rev 365243)
@@ -1,76 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Daniel Micay 
-# Contributor: Mladen Pejakovic 
-
-pkgbase=libxkbcommon
-pkgname=(libxkbcommon libxkbcommon-doc libxkbcommon-x11)
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="Keymap handling library for toolkits and window systems"
-url="https://xkbcommon.org/;
-arch=(x86_64)
-license=(custom)
-depends=(xkeyboard-config glibc)
-makedepends=(libxcb doxygen git graphviz wayland wayland-protocols meson)
-checkdepends=(xorg-server-xvfb libgl)
-_commit=a88a0710f95c0422f52c54d9bad14b2cc45e3dd0  # tags/xkbcommon-0.9.0^0
-source=("git+https://github.com/xkbcommon/libxkbcommon#commit=$_commit;)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^xkbcommon-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgbase build
-  ninja -C build
-}
-
-check() {
-  xvfb-run -a meson test -C build --print-errorlogs
-}
-
-package_libxkbcommon() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgbase/LICENSE
-
-### Split libxkbcommon-doc
-
-  mkdir -p "$srcdir"/doc/usr/share
-  mv "$pkgdir"/usr/share/doc "$srcdir/doc/usr/share"
-
-### Split libxkbcommon-x11
-
-  mkdir -p "$srcdir"/x11/usr/{include/xkbcommon,lib/pkgconfig}
-  mv "$pkgdir"/usr/lib/*x11* "$srcdir/x11/usr/lib"
-  mv "$pkgdir"/usr/lib/pkgconfig/*x11* "$srcdir/x11/usr/lib/pkgconfig"
-  mv "$pkgdir"/usr/include/xkbcommon/*x11* "$srcdir/x11/usr/include/xkbcommon"
-}
-
-package_libxkbcommon-doc() {
-  pkgdesc="API documentation for libxkbcommon"
-  depends=(libxkbcommon)
-
-  mv doc/* "$pkgdir"
-
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s libxkbcommon "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-package_libxkbcommon-x11() {
-  pkgdesc="Keyboard handling library using XKB data for X11 XCB clients"
-  depends=(libxkbcommon libxcb)
-
-  mv x11/* "$pkgdir"
-
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s libxkbcommon "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: libxkbcommon/repos/extra-x86_64/PKGBUILD (from rev 365242, 
libxkbcommon/trunk/PKGBUILD)
===
--- PKGBUILD 

[arch-commits] Commit in lib32-libxkbcommon/repos/multilib-x86_64 (3 files)

2019-10-20 Thread Jan Steffens via arch-commits
Date: Sunday, October 20, 2019 @ 19:12:51
  Author: heftig
Revision: 517949

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-libxkbcommon/repos/multilib-x86_64/0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
(from rev 517948, 
lib32-libxkbcommon/trunk/0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch)
  lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD
(from rev 517948, lib32-libxkbcommon/trunk/PKGBUILD)
Deleted:
  lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD

-+
 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch |   41 +++
 PKGBUILD|  131 
+-
 2 files changed, 110 insertions(+), 62 deletions(-)

Copied: 
lib32-libxkbcommon/repos/multilib-x86_64/0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch
 (from rev 517948, 
lib32-libxkbcommon/trunk/0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch)
===
--- 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch 
(rev 0)
+++ 0001-context-Don-t-fail-to-create-the-context-if-HOME-isn.patch 
2019-10-20 19:12:51 UTC (rev 517949)
@@ -0,0 +1,41 @@
+From 1cd54b5e37730aee3e3c92262241fcdbab4407ac Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sun, 20 Oct 2019 19:06:19 +
+Subject: [PATCH] context: Don't fail to create the context if HOME isn't
+ available
+
+E.g. when Mutter has CAP_SYS_NICE and thus secure_getenv returns NULL.
+
+Fixes https://bugs.archlinux.org/task/64191
+---
+ src/context.c | 14 +++---
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/src/context.c b/src/context.c
+index f43ee0a..6d86dd1 100644
+--- a/src/context.c
 b/src/context.c
+@@ -81,13 +81,13 @@ xkb_context_include_path_append_default(struct xkb_context 
*ctx)
+ int ret = 0;
+ 
+ home = secure_getenv("HOME");
+-if (!home)
+-return ret;
+-err = asprintf(_path, "%s/.xkb", home);
+-if (err <= 0)
+-return ret;
+-ret |= xkb_context_include_path_append(ctx, user_path);
+-free(user_path);
++if (home != NULL) {
++err = asprintf(_path, "%s/.xkb", home);
++if (err <= 0)
++return ret;
++ret |= xkb_context_include_path_append(ctx, user_path);
++free(user_path);
++}
+ 
+ root = secure_getenv("XKB_CONFIG_ROOT");
+ if (root != NULL)
+-- 
+2.23.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-20 19:12:41 UTC (rev 517948)
+++ PKGBUILD2019-10-20 19:12:51 UTC (rev 517949)
@@ -1,62 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens 
-# Contributor: Daniel Micay 
-# Contributor: Mladen Pejakovic 
-
-pkgbase=lib32-libxkbcommon
-pkgname=('lib32-libxkbcommon' 'lib32-libxkbcommon-x11')
-pkgver=0.9.0
-pkgrel=1
-url='https://xkbcommon.org/'
-arch=('x86_64')
-license=('custom')
-makedepends=('git' 'lib32-libxcb' 'lib32-wayland' 'meson' 'wayland-protocols'
- 'xorg-util-macros')
-checkdepends=('xorg-server-xvfb' 'libgl')
-source=("git+https://github.com/xkbcommon/libxkbcommon#tag=xkbcommon-${pkgver};)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir -p build x11/usr/lib32/pkgconfig
-}
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG='i686-pc-linux-gnu-pkg-config'
-
-  arch-meson libxkbcommon build \
---libdir='/usr/lib32' \
--D enable-docs='false'
-  ninja -C build
-}
-
-check() {
-  xvfb-run -a meson test -C build --print-errorlogs
-}
-
-package_lib32-libxkbcommon() {
-  pkgdesc='Keymap handling library for toolkits and window systems'
-  depends=('lib32-glibc' 'libxkbcommon')
-
-  DESTDIR="${pkgdir}" meson install -C build
-  rm -rf "${pkgdir}"/usr/include
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libxkbcommon "${pkgdir}"/usr/share/licenses/lib32-libxkbcommon
-
-  mv "${pkgdir}"/usr/lib32/*x11* x11/usr/lib32
-  mv "${pkgdir}"/usr/lib32/pkgconfig/*x11* x11/usr/lib32/pkgconfig
-}
-
-package_lib32-libxkbcommon-x11() {
-  pkgdesc='Keyboard handling library using XKB data for X11 XCB clients'
-  depends=('lib32-libxcb' 'lib32-libxkbcommon' 'libxkbcommon-x11')
-
-  mv x11/* "${pkgdir}"/
-  find "${pkgdir}" -type d -exec chmod 755 {} +
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libxkbcommon-x11 "${pkgdir}"/usr/share/licenses/lib32-libxkbcommon-x11
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD (from rev 517948, 
lib32-libxkbcommon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-20 19:12:51 UTC (rev 517949)
@@ -0,0 +1,69 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan Alexander Steffens 
+# Contributor: Daniel Micay 
+# Contributor: Mladen 

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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:10:38
  Author: felixonmars
Revision: 517947

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 517946, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 19:10:38 UTC (rev 517947)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.17.11
+pkgrel=14
+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 hoogle/trunk (PKGBUILD)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:10:26
  Author: felixonmars
Revision: 517946

upgpkg: hoogle 5.0.17.11-14

rebuild with aeson-pretty 0.8.8

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:10:21 UTC (rev 517945)
+++ PKGBUILD2019-10-20 19:10:26 UTC (rev 517946)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.11
-pkgrel=13
+pkgrel=14
 pkgdesc="Haskell API Search"
 url="https://www.haskell.org/hoogle/;
 license=("BSD")


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

2019-10-20 Thread Bruno Pagani via arch-commits
Date: Sunday, October 20, 2019 @ 19:10:21
  Author: archange
Revision: 517945

archrelease: copy trunk to community-testing-x86_64

Added:
  opensmtpd/repos/community-testing-x86_64/
  opensmtpd/repos/community-testing-x86_64/PKGBUILD
(from rev 517944, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-testing-x86_64/opensmtpd.install
(from rev 517944, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-testing-x86_64/opensmtpd.sysusers
(from rev 517944, opensmtpd/trunk/opensmtpd.sysusers)
  opensmtpd/repos/community-testing-x86_64/smtpd.service
(from rev 517944, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-testing-x86_64/smtpd.socket
(from rev 517944, opensmtpd/trunk/smtpd.socket)

+
 PKGBUILD   |   72 +++
 opensmtpd.install  |   11 +++
 opensmtpd.sysusers |4 ++
 smtpd.service  |   11 +++
 smtpd.socket   |8 +
 5 files changed, 106 insertions(+)

Copied: opensmtpd/repos/community-testing-x86_64/PKGBUILD (from rev 517944, 
opensmtpd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-20 19:10:21 UTC (rev 517945)
@@ -0,0 +1,72 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Bruno Pagani 
+# Contributor: Sébastien Luttringer
+# Contributor: parchd 
+
+pkgname=opensmtpd
+pkgver=6.4.2p1
+pkgrel=1
+pkgdesc="Free implementation of the server-side SMTP protocol"
+arch=(x86_64)
+url="https://www.opensmtpd.org/;
+license=(custom)
+depends=(libasr libevent libressl pam)
+provides=(smtp-server smtp-forwarder)
+conflicts=(smtp-server smtp-forwarder)
+backup=(etc/smtpd/smtpd.conf etc/smtpd/aliases)
+options=(emptydirs)
+source=("https://www.opensmtpd.org/archives/${pkgname}-${pkgver}.tar.gz;
+opensmtpd.sysusers
+smtpd.service
+smtpd.socket)
+sha256sums=('6d71155b15fa4ef0198d10dfb7b1905845c9d36d4a02321245a99da80002fb5d'
+'b38b64f1457b7227d55585edc711cce525e089516d16b093e6c44387380e6b13'
+'abf5baeb2a87c60d668ad18ea41cc08cab7a4f76339dd6df05de15cdaadaf922'
+'32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8')
+install=${pkgname}.install
+
+prepare() {
+  sed -ri 's,/etc/mail,/etc/smtpd,g' "${pkgname}-${pkgver}/smtpd/smtpd.conf"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/smtpd \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/smtpd \
+--with-path-mbox=/var/spool/mail \
+--with-path-empty=/var/empty \
+--with-path-socket=/run \
+--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt \
+--with-user-smtpd=smtpd \
+--with-user-queue=smtpq \
+--with-group-queue=smtpq \
+--with-auth-pam \
+--with-cflags='-I/usr/include/libressl -L/usr/lib/libressl 
-Wl,-rpath=/usr/lib/libressl'
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/sendmail
+  ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/mailq
+  ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/newaliases
+  ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/makemap
+
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+
+  cd ..
+  install -Dm644 smtpd.service -t "${pkgdir}"/usr/lib/systemd/system/
+  install -Dm644 smtpd.socket -t "${pkgdir}"/usr/lib/systemd/system/
+  install -Dm644 opensmtpd.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/opensmtpd.conf
+
+  # install an empty aliases file (used by the default config)
+  install -Dm644 /dev/null "${pkgdir}"/etc/smtpd/aliases
+}

Copied: opensmtpd/repos/community-testing-x86_64/opensmtpd.install (from rev 
517944, opensmtpd/trunk/opensmtpd.install)
===
--- community-testing-x86_64/opensmtpd.install  (rev 0)
+++ community-testing-x86_64/opensmtpd.install  2019-10-20 19:10:21 UTC (rev 
517945)
@@ -0,0 +1,11 @@
+post_upgrade() {
+if [ $(vercmp $2 6.4.2p1-1) -lt 0 ] ; then
+cat << EOF
+
+The configuration syntax changed in OpenSMTPD 6.4.
+Please refer to 
https://poolp.org/posts/2018-05-21/switching-to-opensmtpd-new-config/
+as well as smtpd.conf(5) for the new syntax.
+
+EOF
+fi
+}

Copied: opensmtpd/repos/community-testing-x86_64/opensmtpd.sysusers (from rev 
517944, opensmtpd/trunk/opensmtpd.sysusers)
===
--- community-testing-x86_64/opensmtpd.sysusers (rev 0)
+++ community-testing-x86_64/opensmtpd.sysusers 2019-10-20 19:10:21 UTC (rev 
517945)
@@ -0,0 +1,4 @@
+u smtpd 91 "SMTP Daemon" -
+u smtpq 92 "SMTP Queue"  -
+
+m smtpd root

Copied: opensmtpd/repos/community-testing-x86_64/smtpd.service (from rev 
517944, opensmtpd/trunk/smtpd.service)

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

2019-10-20 Thread Bruno Pagani via arch-commits
Date: Sunday, October 20, 2019 @ 19:10:08
  Author: archange
Revision: 517944

upgpkg: opensmtpd 6.4.2p1-1

Upgrade to latest version using LibreSSL.

Fixes FS#61002

Added:
  opensmtpd/trunk/opensmtpd.install
Modified:
  opensmtpd/trunk/PKGBUILD
Deleted:
  opensmtpd/trunk/fix-crash-on-authentication.patch

---+
 PKGBUILD  |   72 +---
 fix-crash-on-authentication.patch |   43 -
 opensmtpd.install |   11 +
 3 files changed, 46 insertions(+), 80 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:08:42 UTC (rev 517943)
+++ PKGBUILD2019-10-20 19:10:08 UTC (rev 517944)
@@ -1,38 +1,36 @@
 # Maintainer: Lukas Fleischer 
+# Maintainer: Bruno Pagani 
 # Contributor: Sébastien Luttringer
 # Contributor: parchd 
 
 pkgname=opensmtpd
-pkgver=6.0.3p1
-pkgrel=3
-pkgdesc='Free implementation of the server-side SMTP protocol'
-arch=('x86_64')
-url='https://www.opensmtpd.org/'
-license=('custom')
-depends=('libasr' 'libevent' 'openssl-1.0' 'pam')
-provides=('smtp-server' 'smtp-forwarder')
-conflicts=('smtp-server' 'smtp-forwarder')
-backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
-options=('emptydirs')
-source=("https://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;
-'opensmtpd.sysusers'
-'smtpd.service'
-'smtpd.socket'
-'fix-crash-on-authentication.patch')
-sha256sums=('291881862888655565e8bbe3cfb743310f5dc0edb6fd28a889a9a547ad767a81'
+pkgver=6.4.2p1
+pkgrel=1
+pkgdesc="Free implementation of the server-side SMTP protocol"
+arch=(x86_64)
+url="https://www.opensmtpd.org/;
+license=(custom)
+depends=(libasr libevent libressl pam)
+provides=(smtp-server smtp-forwarder)
+conflicts=(smtp-server smtp-forwarder)
+backup=(etc/smtpd/smtpd.conf etc/smtpd/aliases)
+options=(emptydirs)
+source=("https://www.opensmtpd.org/archives/${pkgname}-${pkgver}.tar.gz;
+opensmtpd.sysusers
+smtpd.service
+smtpd.socket)
+sha256sums=('6d71155b15fa4ef0198d10dfb7b1905845c9d36d4a02321245a99da80002fb5d'
 'b38b64f1457b7227d55585edc711cce525e089516d16b093e6c44387380e6b13'
 'abf5baeb2a87c60d668ad18ea41cc08cab7a4f76339dd6df05de15cdaadaf922'
-'32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8'
-'0f4a8729bb46413d3b4a043ef41ed4949ff8e35d22c293c4b9fde10f9d44ba41')
+'32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8')
+install=${pkgname}.install
 
 prepare() {
-  sed -ri 's,/etc/mail,/etc/smtpd,g' "$pkgname-$pkgver/smtpd/smtpd.conf"
-  cd $pkgname-$pkgver
-  patch -p1 -i ../fix-crash-on-authentication.patch
+  sed -ri 's,/etc/mail,/etc/smtpd,g' "${pkgname}-${pkgver}/smtpd/smtpd.conf"
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "${pkgname}-${pkgver}"
 
   ./configure \
 --prefix=/usr \
@@ -47,28 +45,28 @@
 --with-user-queue=smtpq \
 --with-group-queue=smtpq \
 --with-auth-pam \
---with-libssl='/usr/lib/openssl-1.0' \
---with-cflags='-I/usr/include/openssl-1.0'
+--with-cflags='-I/usr/include/libressl -L/usr/lib/libressl 
-Wl,-rpath=/usr/lib/libressl'
 
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "${pkgname}-${pkgver}"
 
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="${pkgdir}" install
 
-  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/sendmail"
-  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/mailq"
-  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/newaliases"
-  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/makemap"
+  ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/sendmail
+  ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/mailq
+  ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/newaliases
+  ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/makemap
 
-  # install license, systemd unit files, sysusers
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "$srcdir/smtpd.service" 
"$pkgdir/usr/lib/systemd/system/smtpd.service"
-  install -Dm644 "$srcdir/smtpd.socket" 
"$pkgdir/usr/lib/systemd/system/smtpd.socket"
-  install -Dm644 "$srcdir/opensmtpd.sysusers" 
"$pkgdir/usr/lib/sysusers.d/opensmtpd.conf"
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
 
+  cd ..
+  install -Dm644 smtpd.service -t "${pkgdir}"/usr/lib/systemd/system/
+  install -Dm644 smtpd.socket -t "${pkgdir}"/usr/lib/systemd/system/
+  install -Dm644 opensmtpd.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/opensmtpd.conf
+
   # install an empty aliases file (used by the default config)
-  install -Dm644 /dev/null "$pkgdir/etc/smtpd/aliases"
+  install -Dm644 /dev/null "${pkgdir}"/etc/smtpd/aliases
 }

Deleted: fix-crash-on-authentication.patch
===
--- fix-crash-on-authentication.patch   2019-10-20 19:08:42 UTC (rev 517943)
+++ fix-crash-on-authentication.patch   2019-10-20 19:10:08 UTC (rev 517944)
@@ -1,43 +0,0 

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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:08:30
  Author: felixonmars
Revision: 517942

upgpkg: hledger-web 1.15-23

rebuild with aeson-pretty 0.8.8

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:06:40 UTC (rev 517941)
+++ PKGBUILD2019-10-20 19:08:30 UTC (rev 517942)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.15
-pkgrel=22
+pkgrel=23
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:08:42
  Author: felixonmars
Revision: 517943

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 517942, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 19:08:42 UTC (rev 517943)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.15
+pkgrel=23
+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-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('1743835e21cf7b6c38ef31e293e0db80d1bf87dd064f382678547d2430b04f95c6d2dcf6d5175179e43f151581b239dead2400b208bd1cdda3bafbf2ca30')
+
+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 git-annex/trunk (PKGBUILD)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:06:25
  Author: felixonmars
Revision: 517940

upgpkg: git-annex 7.20191017-5

rebuild with aeson-pretty 0.8.8

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 19:06:02 UTC (rev 517939)
+++ PKGBUILD2019-10-20 19:06:25 UTC (rev 517940)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=7.20191017
-pkgrel=4
+pkgrel=5
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 19:06:40
  Author: felixonmars
Revision: 517941

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

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 517940, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 19:06:40 UTC (rev 517941)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=7.20191017
+pkgrel=5
+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-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')
+
+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 kuickshow/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-20 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 20, 2019 @ 19:06:02
  Author: jlichtblau
Revision: 517939

archrelease: copy trunk to community-x86_64

Added:
  kuickshow/repos/community-x86_64/PKGBUILD
(from rev 517938, kuickshow/trunk/PKGBUILD)
Deleted:
  kuickshow/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-20 19:05:52 UTC (rev 517938)
+++ PKGBUILD2019-10-20 19:06:02 UTC (rev 517939)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Andrea Scarpino 
-# Contributor: sxe 
-
-pkgname=kuickshow
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="A very fast and convenient image viewer"
-url="http://userbase.kde.org/KuickShow;
-arch=('x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'imlib' 'qt5-base' 'qt5-x11extras'
- 'kdoctools' 'ki18n' 'kiconthemes' 'kio' 'kxmlgui' 'kinit')
-makedepends=('cmake' 'docbook-xsl' 'extra-cmake-modules')
-source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
 #{,.sig})
-# validpgpkeys=('285ABEE99DADA2A7') #Unknown key - gpg: keyserver receive 
failed: No data
-sha256sums=('08bae0a3134579787bb8a6e4bb6439c5e6237ae6a990f411df6140b268f5d628')
-
-build() {
-  cd "${srcdir}"
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=YES
-  make
-}
-
-package(){
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kuickshow/repos/community-x86_64/PKGBUILD (from rev 517938, 
kuickshow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-20 19:06:02 UTC (rev 517939)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: sxe 
+
+pkgname=kuickshow
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="A very fast and convenient image viewer"
+url="https://userbase.kde.org/KuickShow;
+arch=('x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'imlib' 'qt5-base' 'qt5-x11extras'
+ 'kdoctools' 'ki18n' 'kiconthemes' 'kio' 'kxmlgui' 'kinit')
+makedepends=('cmake' 'docbook-xsl' 'extra-cmake-modules')
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
 #{,.sig})
+# validpgpkeys=('285ABEE99DADA2A7') #Unknown key - gpg: keyserver receive 
failed: No data
+sha256sums=('511b3c8e6536db449267df26e775697b15afab4318d3c0a6d384e55f04478da2')
+
+build() {
+  cd "${srcdir}"
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=YES
+  make
+}
+
+package(){
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+}


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

2019-10-20 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 20, 2019 @ 19:05:52
  Author: jlichtblau
Revision: 517938

 upgpkg: kuickshow 0.10.1-1 - new upstream release

Modified:
  kuickshow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:58:34 UTC (rev 517937)
+++ PKGBUILD2019-10-20 19:05:52 UTC (rev 517938)
@@ -3,8 +3,8 @@
 # Contributor: sxe 
 
 pkgname=kuickshow
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
 pkgdesc="A very fast and convenient image viewer"
 url="https://userbase.kde.org/KuickShow;
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'docbook-xsl' 'extra-cmake-modules')
 
source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
 #{,.sig})
 # validpgpkeys=('285ABEE99DADA2A7') #Unknown key - gpg: keyserver receive 
failed: No data
-sha256sums=('08bae0a3134579787bb8a6e4bb6439c5e6237ae6a990f411df6140b268f5d628')
+sha256sums=('511b3c8e6536db449267df26e775697b15afab4318d3c0a6d384e55f04478da2')
 
 build() {
   cd "${srcdir}"


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:58:21
  Author: felixonmars
Revision: 517936

upgpkg: haskell-yesod-static 1.6.0.1-212

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:56:57 UTC (rev 517935)
+++ PKGBUILD2019-10-20 18:58:21 UTC (rev 517936)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.0.1
-pkgrel=211
+pkgrel=212
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:58:34
  Author: felixonmars
Revision: 517937

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 517936, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
517936, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:58:34 UTC (rev 517937)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.0.1
+pkgrel=212
+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-test/repos (2 files)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:56:57
  Author: felixonmars
Revision: 517935

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 517934, haskell-yesod-test/trunk/PKGBUILD)

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
517934, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:56:57 UTC (rev 517935)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.7
+pkgrel=3
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="https://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' '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')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('7aaef5d2e6885a83bd7c346722bbc8ff2bdb0de26e55151140586f68c3d44dc8905e5493ee5e7fe6e3e15121fb0a93a5cb7dc10e4b6380c2afb8e23a27486466')
+
+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)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:56:45
  Author: felixonmars
Revision: 517934

upgpkg: haskell-yesod-test 1.6.7-3

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:56:08 UTC (rev 517933)
+++ PKGBUILD2019-10-20 18:56:45 UTC (rev 517934)
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="https://www.yesodweb.com;
 license=('MIT')


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

2019-10-20 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 20, 2019 @ 18:55:59
  Author: jlichtblau
Revision: 517932

upgpkg: python-pyproj 2.4.0-1 - new upstream release

Modified:
  python-pyproj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:55:01 UTC (rev 517931)
+++ PKGBUILD2019-10-20 18:55:59 UTC (rev 517932)
@@ -2,7 +2,7 @@
 # Contributor: Stéphane Gaudreault 
 
 pkgname=python-pyproj
-pkgver=2.3.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="Python interfaces to PROJ.4 library"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('proj' 'python')
 makedepends=('python-setuptools' 'cython')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/pyproj4/pyproj/archive/v${pkgver}rel.tar.gz)
-sha256sums=('526da2d5ff04099e9321a05a82205b17a532bb525ed69d50becd1b3fca41010a')
+sha256sums=('7278aae215b445b7c8db6a6d5e1aee620212846cdd886303c9f1948cb6f8c018')
 
 prepare() {
   cd "${srcdir}"


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

2019-10-20 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 20, 2019 @ 18:56:08
  Author: jlichtblau
Revision: 517933

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-20 18:55:59 UTC (rev 517932)
+++ PKGBUILD2019-10-20 18:56:08 UTC (rev 517933)
@@ -1,37 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Stéphane Gaudreault 
-
-pkgname=python-pyproj
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Python interfaces to PROJ.4 library"
-arch=('x86_64')
-url="https://github.com/pyproj4/pyproj;
-license=('custom')
-depends=('proj' 'python')
-makedepends=('python-setuptools' 'cython')
-source=($pkgname-$pkgver.tar.gz::https://github.com/pyproj4/pyproj/archive/v${pkgver}rel.tar.gz)
-sha256sums=('526da2d5ff04099e9321a05a82205b17a532bb525ed69d50becd1b3fca41010a')
-
-prepare() {
-  cd "${srcdir}"
-
-# Remove RPATH
-  sed -i '/runtime_library_dirs=/d' pyproj-${pkgver}rel/setup.py
-}
-
-build() {
-  cd "${srcdir}"
-
-  export PROJ_DIR=/usr
-
-  cd pyproj-${pkgver}rel
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}"/pyproj-${pkgver}rel
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-
-  install -Dm644 LICENSE_proj4 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-pyproj/repos/community-x86_64/PKGBUILD (from rev 517932, 
python-pyproj/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-20 18:56:08 UTC (rev 517933)
@@ -0,0 +1,37 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Stéphane Gaudreault 
+
+pkgname=python-pyproj
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Python interfaces to PROJ.4 library"
+arch=('x86_64')
+url="https://github.com/pyproj4/pyproj;
+license=('custom')
+depends=('proj' 'python')
+makedepends=('python-setuptools' 'cython')
+source=($pkgname-$pkgver.tar.gz::https://github.com/pyproj4/pyproj/archive/v${pkgver}rel.tar.gz)
+sha256sums=('7278aae215b445b7c8db6a6d5e1aee620212846cdd886303c9f1948cb6f8c018')
+
+prepare() {
+  cd "${srcdir}"
+
+# Remove RPATH
+  sed -i '/runtime_library_dirs=/d' pyproj-${pkgver}rel/setup.py
+}
+
+build() {
+  cd "${srcdir}"
+
+  export PROJ_DIR=/usr
+
+  cd pyproj-${pkgver}rel
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}"/pyproj-${pkgver}rel
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+  install -Dm644 LICENSE_proj4 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:55:01
  Author: felixonmars
Revision: 517931

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
517930, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:55:01 UTC (rev 517931)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.8
+pkgrel=27
+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)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:54:49
  Author: felixonmars
Revision: 517930

upgpkg: haskell-yesod-auth 1.6.8-27

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:52:55 UTC (rev 517929)
+++ PKGBUILD2019-10-20 18:54:49 UTC (rev 517930)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.8
-pkgrel=26
+pkgrel=27
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:52:55
  Author: felixonmars
Revision: 517929

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 517928, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:52:55 UTC (rev 517929)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.0
+pkgrel=358
+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)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:52:42
  Author: felixonmars
Revision: 517928

upgpkg: haskell-yesod 1.6.0-358

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:51:33 UTC (rev 517927)
+++ PKGBUILD2019-10-20 18:52:42 UTC (rev 517928)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.0
-pkgrel=357
+pkgrel=358
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:51:21
  Author: felixonmars
Revision: 517926

upgpkg: haskell-yesod-form 1.6.7-19

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:50:00 UTC (rev 517925)
+++ PKGBUILD2019-10-20 18:51:21 UTC (rev 517926)
@@ -4,7 +4,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.6.7
-pkgrel=18
+pkgrel=19
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:51:33
  Author: felixonmars
Revision: 517927

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 517926, haskell-yesod-form/trunk/PKGBUILD)

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
517926, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:51:33 UTC (rev 517927)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.6.7
+pkgrel=19
+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-persistent/repos (2 files)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:50:00
  Author: felixonmars
Revision: 517925

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 517924, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:50:00 UTC (rev 517925)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.6.0.2
+pkgrel=106
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8014d1bcb5101bfad61911377e4122b07f41b4e98bd20c8f7a205d151caa73dbe4b1cc526f1f3d4bb2323920b290f080c77649e0f368ca017cd50389a7f7120c')
+
+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-persistent/trunk (PKGBUILD)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:49:48
  Author: felixonmars
Revision: 517924

upgpkg: haskell-yesod-persistent 1.6.0.2-106

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:48:47 UTC (rev 517923)
+++ PKGBUILD2019-10-20 18:49:48 UTC (rev 517924)
@@ -4,7 +4,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.6.0.2
-pkgrel=105
+pkgrel=106
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:48:47
  Author: felixonmars
Revision: 517923

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
517922, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:48:47 UTC (rev 517923)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=601
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-yesod-core")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+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-default/trunk (PKGBUILD)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:48:35
  Author: felixonmars
Revision: 517922

upgpkg: haskell-yesod-default 1.2.0-601

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:47:42 UTC (rev 517921)
+++ PKGBUILD2019-10-20 18:48:35 UTC (rev 517922)
@@ -4,7 +4,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=600
+pkgrel=601
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:47:42
  Author: felixonmars
Revision: 517921

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
517920, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:47:42 UTC (rev 517921)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.6.16.1
+pkgrel=19
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-auto-update' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-cereal'
+ 'haskell-clientsession' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cookie'
+ 'haskell-fast-logger' 'haskell-http-types' 'haskell-memory'
+ 'haskell-monad-logger' 'haskell-old-locale' 'haskell-path-pieces' 
'haskell-primitive'
+ 'haskell-random' 'haskell-resourcet' 'haskell-rio' 
'haskell-shakespeare'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-wai' 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 
'haskell-word8')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('45084c7ae14cfaaad08725d775635051d0e03193b798448f2fd4fdea8b6b4f739ce5fbaa316e9e16ffeb6c3b2f89c0f96487910ca337b0bc0ee9e274eb66a675')
+
+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-core/trunk (PKGBUILD)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:47:30
  Author: felixonmars
Revision: 517920

upgpkg: haskell-yesod-core 1.6.16.1-19

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:46:06 UTC (rev 517919)
+++ PKGBUILD2019-10-20 18:47:30 UTC (rev 517920)
@@ -4,7 +4,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.6.16.1
-pkgrel=18
+pkgrel=19
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:46:06
  Author: felixonmars
Revision: 517919

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-mustache/repos/community-staging-x86_64/PKGBUILD (from rev 
517918, haskell-mustache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:46:06 UTC (rev 517919)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=mustache
+pkgname=haskell-mustache
+pkgver=2.3.0
+pkgrel=237
+pkgdesc="A mustache template parser library."
+url="https://github.com/JustusAdam/mustache;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-either' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-scientific' 'haskell-th-lift' 'haskell-cmdargs' 
'haskell-yaml')
+makedepends=('ghc' 'haskell-hspec' 'haskell-base-unicode-symbols' 
'haskell-wreq' 'haskell-zlib'
+ 'haskell-tar' 'haskell-lens' 'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('bdefb406a44bb3648ca7129128767be04c780d967757385770111a0da8f91ff7165213038e8abc7799b28b66eb7d2f47383346837fad7e6327dad7aa714971f6')
+
+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-mustache/trunk (PKGBUILD)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:45:54
  Author: felixonmars
Revision: 517918

upgpkg: haskell-mustache 2.3.0-237

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-mustache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:44:10 UTC (rev 517917)
+++ PKGBUILD2019-10-20 18:45:54 UTC (rev 517918)
@@ -3,7 +3,7 @@
 _hkgname=mustache
 pkgname=haskell-mustache
 pkgver=2.3.0
-pkgrel=236
+pkgrel=237
 pkgdesc="A mustache template parser library."
 url="https://github.com/JustusAdam/mustache;
 license=('BSD')


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:44:10
  Author: felixonmars
Revision: 517917

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wreq/repos/community-staging-x86_64/PKGBUILD (from rev 517916, 
haskell-wreq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:44:10 UTC (rev 517917)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=wreq
+pkgname=haskell-wreq
+pkgver=0.5.3.2
+pkgrel=82
+pkgdesc="An easy-to-use HTTP client library."
+url="https://github.com/bos/wreq;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-authenticate-oauth'
+ 'haskell-base16-bytestring' 'haskell-case-insensitive' 
'haskell-cryptonite'
+ 'haskell-exceptions' 'haskell-hashable' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-lens' 'haskell-lens-aeson' 
'haskell-memory'
+ 'haskell-mime-types' 'haskell-psqueues' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-aeson-pretty' 
'haskell-base64-bytestring'
+ 'haskell-snap-core' 'haskell-snap-server' 'haskell-unix-compat' 
'haskell-uuid')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hunit' 
'haskell-quickcheck'
+ 'haskell-network-info' 'haskell-temporary' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('5a2c62b973758cb8ce2bf20504e328090896fa25e7ee1f77b472d7cf5156e08b6d85bf4341ff45e44db1724070fcf3c0f21037fa0a79211a1767024328f7c779')
+
+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 \
+-fdoctest -f-aws -fhttpbin -f-developer
+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 "Tests failed"
+}
+
+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.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:43:58
  Author: felixonmars
Revision: 517916

upgpkg: haskell-wreq 0.5.3.2-82

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-wreq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:41:03 UTC (rev 517915)
+++ PKGBUILD2019-10-20 18:43:58 UTC (rev 517916)
@@ -3,7 +3,7 @@
 _hkgname=wreq
 pkgname=haskell-wreq
 pkgver=0.5.3.2
-pkgrel=81
+pkgrel=82
 pkgdesc="An easy-to-use HTTP client library."
 url="https://github.com/bos/wreq;
 license=('BSD')


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:41:03
  Author: felixonmars
Revision: 517915

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pantry/repos/community-staging-x86_64/PKGBUILD (from rev 
517914, haskell-pantry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:41:03 UTC (rev 517915)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+
+_hkgname=pantry
+pkgname=haskell-pantry
+pkgver=0.1.1.1
+pkgrel=46
+pkgdesc="Content addressable Haskell package management"
+url="https://github.com/commercialhaskell/pantry;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-base-orphans'
+ 'haskell-base64-bytestring' 'haskell-conduit' 'haskell-conduit-extra'
+ 'haskell-contravariant' 'haskell-cryptonite' 
'haskell-cryptonite-conduit'
+ 'haskell-digest' 'haskell-filelock' 'haskell-generic-deriving' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-mono-traversable' 'haskell-network' 'haskell-network-uri' 
'haskell-path'
+ 'haskell-path-io' 'haskell-persistent' 'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-primitive' 'haskell-resourcet' 
'haskell-rio'
+ 'haskell-rio-orphans' 'haskell-rio-prettyprint' 'haskell-safe' 
'haskell-syb'
+ 'haskell-tar-conduit' 'haskell-text-metrics' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-th-orphans' 'haskell-th-reify-many' 'haskell-th-utilities' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-hedgehog' 'haskell-hspec' 'haskell-quickcheck' 
'haskell-raw-strings-qq')
+checkdepends=('git' 'mercurial')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('aee544d5c18f7f1d8614470d236fb8e0f3d9260991b8ee895a5c7c863dd3023677260330fd34d9d30789780efb84f3faa49823827fe7aae69165eb9468b13a62')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:40:50
  Author: felixonmars
Revision: 517914

upgpkg: haskell-pantry 0.1.1.1-46

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:37:55 UTC (rev 517913)
+++ PKGBUILD2019-10-20 18:40:50 UTC (rev 517914)
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.1.1.1
-pkgrel=45
+pkgrel=46
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry;
 license=('BSD')


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

2019-10-20 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 20, 2019 @ 18:37:55
  Author: jlichtblau
Revision: 517913

archrelease: copy trunk to community-x86_64

Added:
  balsa/repos/community-x86_64/PKGBUILD
(from rev 517912, balsa/trunk/PKGBUILD)
  balsa/repos/community-x86_64/balsa.changelog
(from rev 517912, balsa/trunk/balsa.changelog)
Deleted:
  balsa/repos/community-x86_64/PKGBUILD
  balsa/repos/community-x86_64/balsa.changelog

-+
 PKGBUILD|   84 +++---
 balsa.changelog |   43 ++-
 2 files changed, 65 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-20 18:37:31 UTC (rev 517912)
+++ PKGBUILD2019-10-20 18:37:55 UTC (rev 517913)
@@ -1,42 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Brad Fanella 
-# Contributor: Roman Kyrylych 
-
-pkgname=balsa
-pkgver=2.5.7
-pkgrel=1
-pkgdesc="An e-mail client for GNOME"
-arch=('x86_64')
-url='https://pawsa.fedorapeople.org/balsa/'
-license=('GPL')
-depends=('gmime' 'webkit2gtk' 'libesmtp' 'libnotify'
- 'gpgme' 'gtksourceview3' 'gspell' 'desktop-file-utils')
-makedepends=('yelp-tools' 'intltool')
-changelog=$pkgname.changelog
-source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dd0616e838893bf0def5c8de5070ef48215e9cb0ae997c57e51687caaf83d879')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --with-gpgme=gpgme-config \
-  --with-gss \
-  --with-ldap \
-  --with-gtksourceview \
-  --with-spell-checker=gspell \
-  --with-rubrica \
-  --with-sqlite \
-  --with-gnome \
-  --with-html-widget=webkit2
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install
-}

Copied: balsa/repos/community-x86_64/PKGBUILD (from rev 517912, 
balsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-20 18:37:55 UTC (rev 517913)
@@ -0,0 +1,42 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Brad Fanella 
+# Contributor: Roman Kyrylych 
+
+pkgname=balsa
+pkgver=2.5.9
+pkgrel=1
+pkgdesc="An e-mail client for GNOME"
+arch=('x86_64')
+url='https://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime' 'webkit2gtk' 'libesmtp' 'libnotify'
+ 'gpgme' 'gtksourceview3' 'gspell' 'desktop-file-utils')
+makedepends=('yelp-tools' 'intltool')
+changelog=$pkgname.changelog
+source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2)
+sha256sums=('31857778029f8a18e5475dca3f4a98894e005adc35bf2a33e938cdb51d0efaa5')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --with-gpgme=gpgme-config \
+  --with-gss \
+  --with-ldap \
+  --with-gtksourceview \
+  --with-spell-checker=gspell \
+  --with-rubrica \
+  --with-sqlite \
+  --with-gnome \
+  --with-html-widget=webkit2
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install
+}

Deleted: balsa.changelog
===
--- balsa.changelog 2019-10-20 18:37:31 UTC (rev 517912)
+++ balsa.changelog 2019-10-20 18:37:55 UTC (rev 517913)
@@ -1,20 +0,0 @@
-2019-06-02 Jaroslav Lichtblau 
-   * balsa 2.5.7-1
-
-2018-06-13 Jaroslav Lichtblau 
-   * balsa 2.5.6-1
-
-2018-03-01 Jaroslav Lichtblau 
-   * balsa 2.5.5-1
-
-2016-12-20 Jaroslav Lichtblau 
-   * balsa 2.5.3-1
-
-2016-04-29 Jaroslav Lichtblau 
-   * balsa 2.5.2-3 pacman hooks rebuild
-
-2015-07-11 Jaroslav Lichtblau 
-   * balsa 2.5.2-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * balsa 2.5.1-1

Copied: balsa/repos/community-x86_64/balsa.changelog (from rev 517912, 
balsa/trunk/balsa.changelog)
===
--- balsa.changelog (rev 0)
+++ balsa.changelog 2019-10-20 18:37:55 UTC (rev 517913)
@@ -0,0 +1,23 @@
+2019-10-20 Jaroslav Lichtblau 
+   * balsa 2.5.9-1
+
+2019-06-02 Jaroslav Lichtblau 
+   * balsa 2.5.7-1
+
+2018-06-13 Jaroslav Lichtblau 
+   * balsa 2.5.6-1
+
+2018-03-01 Jaroslav Lichtblau 
+   * balsa 2.5.5-1
+
+2016-12-20 Jaroslav Lichtblau 
+   * balsa 2.5.3-1
+
+2016-04-29 Jaroslav Lichtblau 
+   * balsa 2.5.2-3 pacman hooks rebuild
+
+2015-07-11 Jaroslav Lichtblau 
+   * balsa 2.5.2-1
+
+2013-05-18 Jaroslav Lichtblau 
+   * balsa 2.5.1-1


[arch-commits] Commit in balsa/trunk (PKGBUILD balsa.changelog)

2019-10-20 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 20, 2019 @ 18:37:31
  Author: jlichtblau
Revision: 517912

upgpkg: balsa 2.5.9-1 - new upstream release

Modified:
  balsa/trunk/PKGBUILD
  balsa/trunk/balsa.changelog

-+
 PKGBUILD|4 ++--
 balsa.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:36:15 UTC (rev 517911)
+++ PKGBUILD2019-10-20 18:37:31 UTC (rev 517912)
@@ -4,7 +4,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=balsa
-pkgver=2.5.7
+pkgver=2.5.9
 pkgrel=1
 pkgdesc="An e-mail client for GNOME"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('yelp-tools' 'intltool')
 changelog=$pkgname.changelog
 source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dd0616e838893bf0def5c8de5070ef48215e9cb0ae997c57e51687caaf83d879')
+sha256sums=('31857778029f8a18e5475dca3f4a98894e005adc35bf2a33e938cdb51d0efaa5')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: balsa.changelog
===
--- balsa.changelog 2019-10-20 18:36:15 UTC (rev 517911)
+++ balsa.changelog 2019-10-20 18:37:31 UTC (rev 517912)
@@ -1,3 +1,6 @@
+2019-10-20 Jaroslav Lichtblau 
+   * balsa 2.5.9-1
+
 2019-06-02 Jaroslav Lichtblau 
* balsa 2.5.7-1
 


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:36:15
  Author: felixonmars
Revision: 517911

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-http-download/repos/community-staging-x86_64/PKGBUILD (from rev 
517910, haskell-http-download/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:36:15 UTC (rev 517911)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=http-download
+pkgname=haskell-http-download
+pkgver=0.1.0.0
+pkgrel=34
+pkgdesc="Verified downloads with retries"
+url="https://github.com/commercialhaskell/stack;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-exceptions'
+ 'haskell-http-client' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-path' 'haskell-path-io' 'haskell-retry' 'haskell-rio' 
'haskell-rio-prettyprint')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0d8c768ac87c9c2fdfe7503e88bbc6135e6edd0938790b46849346f86c62f5416abd18dcb14349c2624a956990cac8b66e93c3ef5043ffc60e1df7f6dab950e6')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:36:02
  Author: felixonmars
Revision: 517910

upgpkg: haskell-http-download 0.1.0.0-34

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-http-download/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:34:58 UTC (rev 517909)
+++ PKGBUILD2019-10-20 18:36:02 UTC (rev 517910)
@@ -3,7 +3,7 @@
 _hkgname=http-download
 pkgname=haskell-http-download
 pkgver=0.1.0.0
-pkgrel=33
+pkgrel=34
 pkgdesc="Verified downloads with retries"
 url="https://github.com/commercialhaskell/stack;
 license=('MIT')


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:34:58
  Author: felixonmars
Revision: 517909

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:34:46
  Author: felixonmars
Revision: 517908

upgpkg: haskell-aws 0.21.1-107

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:32:21 UTC (rev 517907)
+++ PKGBUILD2019-10-20 18:34:46 UTC (rev 517908)
@@ -4,7 +4,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.21.1
-pkgrel=106
+pkgrel=107
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws;
 license=("BSD")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:32:09
  Author: felixonmars
Revision: 517906

upgpkg: haskell-authenticate 1.3.4-353

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:31:14 UTC (rev 517905)
+++ PKGBUILD2019-10-20 18:32:09 UTC (rev 517906)
@@ -4,7 +4,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.4
-pkgrel=352
+pkgrel=353
 pkgdesc="Authentication methods for Haskell web applications."
 url="https://github.com/yesodweb/authenticate;
 license=("MIT")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:32:21
  Author: felixonmars
Revision: 517907

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
517906, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:32:21 UTC (rev 517907)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.4
+pkgrel=353
+pkgdesc="Authentication methods for Haskell web applications."
+url="https://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-conduit' 'haskell-http-conduit' 
'haskell-http-types'
+ 'haskell-network-uri' 'haskell-resourcet' 'haskell-tagstream-conduit'
+ 'haskell-unordered-containers' 'haskell-xml-conduit')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a6e5a9f4c20ca2bb980958c0cc6273492a6488a3f7c1954170bb8b40e46a4c2f7b607c961506e11ddc5421289c907148c1bc70b855bd16664bc1153ef7865571')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:31:14
  Author: felixonmars
Revision: 517905

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
517904, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:31:14 UTC (rev 517905)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.3.7.2
+pkgrel=6
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="https://www.yesodweb.com/book/http-conduit;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-resourcet'
+ 'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-connection'
+ 'haskell-cookie' 'haskell-data-default-class' 'haskell-hunit' 
'haskell-hspec'
+ 'haskell-lifted-base' 'haskell-network' 
'haskell-streaming-commons' 'haskell-temporary'
+ 'haskell-unliftio' 'haskell-utf8-string' 'haskell-wai' 
'haskell-wai-conduit'
+ 'haskell-warp' 'haskell-warp-tls')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0046399603683d1f7541b224bde489a4ef50c6ba4ad7a1e69f7128cf087790330d9ba08a7578f08debd502e740dec0e08866f840dc19d8fbfc8455f507f5afe2')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *3.3/<4/' $_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-http-conduit/trunk (PKGBUILD)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:31:02
  Author: felixonmars
Revision: 517904

upgpkg: haskell-http-conduit 2.3.7.2-6

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:29:53 UTC (rev 517903)
+++ PKGBUILD2019-10-20 18:31:02 UTC (rev 517904)
@@ -4,7 +4,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.3.7.2
-pkgrel=5
+pkgrel=6
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="https://www.yesodweb.com/book/http-conduit;
 license=("BSD")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:29:41
  Author: felixonmars
Revision: 517902

upgpkg: haskell-warp-tls 3.2.8-14

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:28:54 UTC (rev 517901)
+++ PKGBUILD2019-10-20 18:29:41 UTC (rev 517902)
@@ -4,7 +4,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.8
-pkgrel=13
+pkgrel=14
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="https://github.com/yesodweb/wai;
 license=("MIT")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:29:53
  Author: felixonmars
Revision: 517903

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 517902, haskell-warp-tls/trunk/PKGBUILD)

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

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
517902, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:29:53 UTC (rev 517903)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.8
+pkgrel=14
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" 
"haskell-tls-session-manager" "haskell-wai"
+ "haskell-warp")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1346c56828b8090608dc82420f6053488592929549bc31fb62218a7d9a295b3adc09bb97d2c6280855ef758248a03cf48f88329b3af17f30bba7f17a7d3d11c7')
+
+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-wai-handler-launch/repos (2 files)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:28:54
  Author: felixonmars
Revision: 517901

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wai-handler-launch/repos/community-staging-x86_64/
  haskell-wai-handler-launch/repos/community-staging-x86_64/PKGBUILD
(from rev 517900, haskell-wai-handler-launch/trunk/PKGBUILD)

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

Copied: haskell-wai-handler-launch/repos/community-staging-x86_64/PKGBUILD 
(from rev 517900, haskell-wai-handler-launch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:28:54 UTC (rev 517901)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-handler-launch
+pkgname=haskell-wai-handler-launch
+pkgver=3.0.2.4
+pkgrel=223
+pkgdesc="Launch a web app in the default browser."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-wai' 'haskell-warp' 'haskell-http-types' 
'haskell-streaming-commons'
+ 'haskell-async')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('77a8047201687a56d19c70f70e4fcac9c81c2a4f0ec9bbccad8730de5d74582f52c79c62feb73ebcb4c870435cb1393c2d5fba90c9c952eff8ff3a675eab73fb')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *3.3/<4/' $_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-wai-handler-launch/trunk (PKGBUILD)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:28:41
  Author: felixonmars
Revision: 517900

upgpkg: haskell-wai-handler-launch 3.0.2.4-223

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-wai-handler-launch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:27:56 UTC (rev 517899)
+++ PKGBUILD2019-10-20 18:28:41 UTC (rev 517900)
@@ -4,7 +4,7 @@
 _hkgname=wai-handler-launch
 pkgname=haskell-wai-handler-launch
 pkgver=3.0.2.4
-pkgrel=222
+pkgrel=223
 pkgdesc="Launch a web app in the default browser."
 url="https://github.com/yesodweb/wai;
 license=("MIT")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:27:44
  Author: felixonmars
Revision: 517898

upgpkg: haskell-servant-server 0.16.2-29

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:25:48 UTC (rev 517897)
+++ PKGBUILD2019-10-20 18:27:44 UTC (rev 517898)
@@ -4,7 +4,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.16.2
-pkgrel=28
+pkgrel=29
 pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
 url="https://haskell-servant.readthedocs.org/;
 license=("BSD")


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

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:27:56
  Author: felixonmars
Revision: 517899

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-servant-server/repos/community-staging-x86_64/
  haskell-servant-server/repos/community-staging-x86_64/PKGBUILD
(from rev 517898, haskell-servant-server/trunk/PKGBUILD)

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

Copied: haskell-servant-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 517898, haskell-servant-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:27:56 UTC (rev 517899)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-server
+pkgname=haskell-servant-server
+pkgver=0.16.2
+pkgrel=29
+pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
+url="https://haskell-servant.readthedocs.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 
'haskell-base64-bytestring'
+ 'haskell-exceptions' 'haskell-http-api-data' 'haskell-http-media' 
'haskell-http-types'
+ 'haskell-network-uri' 'haskell-monad-control' 'haskell-network' 
'haskell-servant'
+ 'haskell-string-conversions' 'haskell-resourcet' 'haskell-tagged'
+ 'haskell-transformers-base' 'haskell-wai' 'haskell-wai-app-static' 
'haskell-warp'
+ 'haskell-word8')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-should-not-typecheck' 'haskell-quickcheck' 
'haskell-safe' 'haskell-wai-extra'
+ 'haskell-temporary' 'haskell-transformers-compat')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e3bf75e6fb6422e30d7851be7b07f33509f37d9c9c28464c20b3a1fd9cea9b7dd7c328b54438efabf42beecdf0f08fee174be526742c8915ad035fef701ca871')
+
+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-wai-app-static/repos (2 files)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:25:48
  Author: felixonmars
Revision: 517897

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wai-app-static/repos/community-staging-x86_64/
  haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD
(from rev 517896, haskell-wai-app-static/trunk/PKGBUILD)

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

Copied: haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD (from 
rev 517896, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-20 18:25:48 UTC (rev 517897)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.6.3
+pkgrel=110
+pkgdesc="WAI application for static serving"
+url="https://www.yesodweb.com/book/web-application-interface;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptonite'
+ 'haskell-file-embed' 'haskell-http-date' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-mime-types' 'haskell-old-locale' 
'haskell-optparse-applicative'
+ 'haskell-unix-compat' 'haskell-unordered-containers' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp' 'haskell-zlib')
+makedepends=('ghc' 'haskell-hspec' 'haskell-mockery' 'haskell-network' 
'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('acbbb499bd357e758ba46f8d8f0afab22242e4541c3cbaa97bbb5d81d55dfd6fc7c336c36b84591718d9d910dc0a7cbdadd07434cb6a4019ca595040bd18cb79')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *3.3/<4/' $_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 \
+-f-print
+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-wai-app-static/trunk (PKGBUILD)

2019-10-20 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 18:25:36
  Author: felixonmars
Revision: 517896

upgpkg: haskell-wai-app-static 3.1.6.3-110

rebuild with aeson-pretty 0.8.8

Modified:
  haskell-wai-app-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 18:24:28 UTC (rev 517895)
+++ PKGBUILD2019-10-20 18:25:36 UTC (rev 517896)
@@ -4,7 +4,7 @@
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
 pkgver=3.1.6.3
-pkgrel=109
+pkgrel=110
 pkgdesc="WAI application for static serving"
 url="https://www.yesodweb.com/book/web-application-interface;
 license=("MIT")


  1   2   3   4   >