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

2018-12-06 Thread Ike Devolder via arch-commits
Date: Friday, December 7, 2018 @ 07:59:08
  Author: idevolder
Revision: 412032

archrelease: copy trunk to community-x86_64

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

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

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

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

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

2018-12-06 Thread Ike Devolder via arch-commits
Date: Friday, December 7, 2018 @ 07:59:01
  Author: idevolder
Revision: 412031

upgpkg: qcad 3.21.3.11-1

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-07 07:58:09 UTC (rev 412030)
+++ PKGBUILD2018-12-07 07:59:01 UTC (rev 412031)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.21.3.10
+pkgver=3.21.3.11
 pkgrel=1
 pkgdesc='A 2D CAD package based upon Qt'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
 makedepends=('glu')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('9b514bd927fdf882598d07b6b02b6502ab76c7926c6d67c97c2929f6ddff730ec4a8aa6e12d7bf5e3fc26148564fa6930281ddf607bbd89f3570474b54987354')
+sha512sums=('192507fb701a280a96f48b52f77d80d85243ca567c50b1804c50c7d04f25940e44cd95b88906cdc739214d7c50a4b607b03410d8f2c16efc66eb43c00db01c15')
 
 prepare() {
   rm *.tar.gz


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

2018-12-06 Thread Ike Devolder via arch-commits
Date: Friday, December 7, 2018 @ 07:57:57
  Author: idevolder
Revision: 412029

upgpkg: opera 57.0.3098.91-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-07 07:57:33 UTC (rev 412028)
+++ PKGBUILD2018-12-07 07:57:57 UTC (rev 412029)
@@ -9,8 +9,8 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=57.0.3098.76
-pkgrel=2
+pkgver=57.0.3098.91
+pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
 options=(!strip !zipman)
@@ -31,7 +31,7 @@
 'terms.html'
 'privacy.html'
 )
-sha512sums=('0d0cff148d801deb4f7eb90aad6dffb995a97a37c036b3c2a41eae46a13aaa046d7a5c059f3fd713ce485d7414a00990bb4929e709b7d01fc1009367d5c249a6'
+sha512sums=('ee203f82d6b589c2308379c17ada0d38aab7358c833c80a9e9a252eb30b25f13e7f6bcbbe0c8f5873d1bc6910434fd4ff0b954a5030f1f8b9f970f28e2e4f57a'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
 
'285a0633e5863ec9c9af99138ff0b59da155a2dd72a340e784e53de3e801029eb6ca2e4b38846592b85b9f8b99dcb6f6eedbed273057a9216abe31c396d9f28a'


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

2018-12-06 Thread Ike Devolder via arch-commits
Date: Friday, December 7, 2018 @ 07:58:09
  Author: idevolder
Revision: 412030

archrelease: copy trunk to community-x86_64

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

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

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


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

2018-12-06 Thread Maxime Gauduin via arch-commits
Date: Friday, December 7, 2018 @ 07:57:33
  Author: alucryd
Revision: 412028

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-07 07:57:24 UTC (rev 412027)
+++ PKGBUILD2018-12-07 07:57:33 UTC (rev 412028)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Colm Hickey 
-# Contributor: Kyle Keen 
-
-pkgname=lib32-zeromq
-pkgver=4.2.5
-pkgrel=1
-pkgdesc='Fast messaging system built on sockets'
-arch=('x86_64')
-url='http://www.zeromq.org'
-license=('LGPL')
-depends=('lib32-gcc-libs' 'lib32-glibc' 'lib32-libpgm' 'lib32-libsodium'
- 'zeromq')
-makedepends=('asciidoc' 'git' 'xmlto')
-source=("git+https://github.com/zeromq/libzmq.git#tag=v${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  cd libzmq
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./autogen.sh
-  ./configure \
-prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static \
---with-libsodium \
---with-pgm \
---without-documentation
-  make
-}
-
-package() {
-  cd libzmq
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-zeromq/repos/multilib-x86_64/PKGBUILD (from rev 412027, 
lib32-zeromq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-07 07:57:33 UTC (rev 412028)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Colm Hickey 
+# Contributor: Kyle Keen 
+
+pkgname=lib32-zeromq
+pkgver=4.3.0
+pkgrel=1
+pkgdesc='Fast messaging system built on sockets'
+arch=(x86_64)
+url='http://www.zeromq.org'
+license=(LGPL)
+depends=(
+  lib32-gcc-libs
+  lib32-glibc
+  lib32-libpgm
+  lib32-libsodium
+  zeromq
+)
+makedepends=(
+  asciidoc
+  git
+  xmlto
+)
+source=(git+https://github.com/zeromq/libzmq.git#tag=v${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cd libzmq
+
+  ./autogen.sh
+}
+
+build() {
+  cd libzmq
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static \
+--with-libsodium \
+--with-pgm \
+--without-documentation
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libzmq install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-06 Thread Maxime Gauduin via arch-commits
Date: Friday, December 7, 2018 @ 07:57:24
  Author: alucryd
Revision: 412027

upgpkg: lib32-zeromq 4.3.0-1

Modified:
  lib32-zeromq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-07 07:49:42 UTC (rev 412026)
+++ PKGBUILD2018-12-07 07:57:24 UTC (rev 412027)
@@ -3,18 +3,33 @@
 # Contributor: Kyle Keen 
 
 pkgname=lib32-zeromq
-pkgver=4.2.5
+pkgver=4.3.0
 pkgrel=1
 pkgdesc='Fast messaging system built on sockets'
-arch=('x86_64')
+arch=(x86_64)
 url='http://www.zeromq.org'
-license=('LGPL')
-depends=('lib32-gcc-libs' 'lib32-glibc' 'lib32-libpgm' 'lib32-libsodium'
- 'zeromq')
-makedepends=('asciidoc' 'git' 'xmlto')
-source=("git+https://github.com/zeromq/libzmq.git#tag=v${pkgver};)
-sha256sums=('SKIP')
+license=(LGPL)
+depends=(
+  lib32-gcc-libs
+  lib32-glibc
+  lib32-libpgm
+  lib32-libsodium
+  zeromq
+)
+makedepends=(
+  asciidoc
+  git
+  xmlto
+)
+source=(git+https://github.com/zeromq/libzmq.git#tag=v${pkgver})
+sha256sums=(SKIP)
 
+prepare() {
+  cd libzmq
+
+  ./autogen.sh
+}
+
 build() {
   cd libzmq
 
@@ -22,7 +37,6 @@
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  ./autogen.sh
   ./configure \
 prefix='/usr' \
 --libdir='/usr/lib32' \
@@ -34,9 +48,7 @@
 }
 
 package() {
-  cd libzmq
-
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" -C libzmq install
   rm -rf "${pkgdir}"/usr/{bin,include,share}
 }
 


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

2018-12-06 Thread Maxime Gauduin via arch-commits
Date: Friday, December 7, 2018 @ 07:49:33
  Author: alucryd
Revision: 412025

upgpkg: zeromq 4.3.0-1

Modified:
  zeromq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-07 07:44:55 UTC (rev 412024)
+++ PKGBUILD2018-12-07 07:49:33 UTC (rev 412025)
@@ -1,6 +1,6 @@
 # Maintainer: Kyle Keen 
 pkgname=zeromq
-pkgver=4.2.5
+pkgver=4.3.0
 pkgrel=1
 pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
 arch=('x86_64')
@@ -12,7 +12,7 @@
 # "http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
 
source=("https://github.com/zeromq/libzmq/releases/download/v$pkgver/zeromq-$pkgver.tar.gz;
 
"zmq.hpp.$pkgver::https://raw.githubusercontent.com/zeromq/cppzmq/b0e6d4b/zmq.hpp;)
-sha256sums=('cc9090ba35713d59bb2f7d7965f877036c49c5558ea0c290b0dcc6f2a17e489f'
+sha256sums=('8e9c3af6dc5a8540b356697081303be392ade3f014615028b3c896d0148397fd'
 '02b73219656df3ffe3b231c7d0326e754a738ef2a83c8e94cd1e47d22cdd9535')
 
 prepare() {


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

2018-12-06 Thread Maxime Gauduin via arch-commits
Date: Friday, December 7, 2018 @ 07:49:42
  Author: alucryd
Revision: 412026

archrelease: copy trunk to community-x86_64

Added:
  zeromq/repos/community-x86_64/PKGBUILD
(from rev 412025, zeromq/trunk/PKGBUILD)
Deleted:
  zeromq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-07 07:49:33 UTC (rev 412025)
+++ PKGBUILD2018-12-07 07:49:42 UTC (rev 412026)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgname=zeromq
-pkgver=4.2.5
-pkgrel=1
-pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
-arch=('x86_64')
-url="http://www.zeromq.org;
-license=('LGPL')
-depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
-makedepends=('asciidoc' 'xmlto')
-options=('staticlibs')
-# "http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
-source=("https://github.com/zeromq/libzmq/releases/download/v$pkgver/zeromq-$pkgver.tar.gz;
-
"zmq.hpp.$pkgver::https://raw.githubusercontent.com/zeromq/cppzmq/b0e6d4b/zmq.hpp;)
-sha256sums=('cc9090ba35713d59bb2f7d7965f877036c49c5558ea0c290b0dcc6f2a17e489f'
-'02b73219656df3ffe3b231c7d0326e754a738ef2a83c8e94cd1e47d22cdd9535')
-
-prepare() {
-  # Needed for new libsodium
-  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
-  cp zmq.hpp.$pkgver zmq.hpp
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr --with-pgm --with-libsodium \
---with-documentation --enable-static
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # this will fail if zmq.hpp is out of date
-  LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
-  rm -f test.o
-
-  if [[ $CARCH == 'i686' ]]; then
-return 0
-  fi
-  make -k check
-}
-
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
-}
-

Copied: zeromq/repos/community-x86_64/PKGBUILD (from rev 412025, 
zeromq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-07 07:49:42 UTC (rev 412026)
@@ -0,0 +1,50 @@
+# Maintainer: Kyle Keen 
+pkgname=zeromq
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
+arch=('x86_64')
+url="http://www.zeromq.org;
+license=('LGPL')
+depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
+makedepends=('asciidoc' 'xmlto')
+options=('staticlibs')
+# "http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
+source=("https://github.com/zeromq/libzmq/releases/download/v$pkgver/zeromq-$pkgver.tar.gz;
+
"zmq.hpp.$pkgver::https://raw.githubusercontent.com/zeromq/cppzmq/b0e6d4b/zmq.hpp;)
+sha256sums=('8e9c3af6dc5a8540b356697081303be392ade3f014615028b3c896d0148397fd'
+'02b73219656df3ffe3b231c7d0326e754a738ef2a83c8e94cd1e47d22cdd9535')
+
+prepare() {
+  # Needed for new libsodium
+  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
+  cp zmq.hpp.$pkgver zmq.hpp
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr --with-pgm --with-libsodium \
+--with-documentation --enable-static
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # this will fail if zmq.hpp is out of date
+  LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
+  rm -f test.o
+
+  if [[ $CARCH == 'i686' ]]; then
+return 0
+  fi
+  make -k check
+}
+
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
+}
+


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

2018-12-06 Thread Maxime Gauduin via arch-commits
Date: Friday, December 7, 2018 @ 07:37:59
  Author: alucryd
Revision: 412021

archrelease: copy trunk to community-x86_64

Added:
  pantheon-terminal/repos/community-x86_64/PKGBUILD
(from rev 412020, pantheon-terminal/trunk/PKGBUILD)
Deleted:
  pantheon-terminal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-07 07:37:50 UTC (rev 412020)
+++ PKGBUILD2018-12-07 07:37:59 UTC (rev 412021)
@@ -1,27 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-terminal
-pkgver=0.5.3
-pkgrel=1
-pkgdesc='The Pantheon Terminal Emulator'
-arch=('x86_64')
-url='https://github.com/elementary/terminal'
-license=('GPL3')
-depends=('appstream' 'glib2' 'gtk3' 'pango' 'vte3'
- 'libgranite.so')
-makedepends=('git' 'intltool' 'meson' 'vala')
-groups=('pantheon')
-source=("pantheon-terminal::git+https://github.com/elementary/terminal.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  arch-meson pantheon-terminal build \
--Dubuntu-bionic-patched-vte='false'
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-x86_64/PKGBUILD (from rev 412020, 
pantheon-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-07 07:37:59 UTC (rev 412021)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-terminal
+pkgver=5.3.2
+pkgrel=1
+pkgdesc='The Pantheon Terminal Emulator'
+arch=(x86_64)
+url='https://github.com/elementary/terminal'
+license=(GPL3)
+depends=(
+  appstream
+  glib2
+  gtk3
+  libgranite.so
+  pango
+  vte3
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+groups=(pantheon)
+source=(pantheon-terminal::git+https://github.com/elementary/terminal.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-terminal build \
+-Dubuntu-bionic-patched-vte='false'
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-06 Thread Maxime Gauduin via arch-commits
Date: Friday, December 7, 2018 @ 07:37:50
  Author: alucryd
Revision: 412020

upgpkg: pantheon-terminal 5.3.2-1

Modified:
  pantheon-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-07 06:27:43 UTC (rev 412019)
+++ PKGBUILD2018-12-07 07:37:50 UTC (rev 412020)
@@ -1,18 +1,29 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-terminal
-pkgver=0.5.3
+pkgver=5.3.2
 pkgrel=1
 pkgdesc='The Pantheon Terminal Emulator'
-arch=('x86_64')
+arch=(x86_64)
 url='https://github.com/elementary/terminal'
-license=('GPL3')
-depends=('appstream' 'glib2' 'gtk3' 'pango' 'vte3'
- 'libgranite.so')
-makedepends=('git' 'intltool' 'meson' 'vala')
-groups=('pantheon')
-source=("pantheon-terminal::git+https://github.com/elementary/terminal.git#tag=${pkgver};)
-sha256sums=('SKIP')
+license=(GPL3)
+depends=(
+  appstream
+  glib2
+  gtk3
+  libgranite.so
+  pango
+  vte3
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+groups=(pantheon)
+source=(pantheon-terminal::git+https://github.com/elementary/terminal.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 build() {
   arch-meson pantheon-terminal build \


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

2018-12-06 Thread Antonio Rojas via arch-commits
Date: Friday, December 7, 2018 @ 07:25:47
  Author: arojas
Revision: 341216

archrelease: copy trunk to extra-x86_64

Added:
  zxing-cpp/repos/extra-x86_64/PKGBUILD
(from rev 341215, zxing-cpp/trunk/PKGBUILD)
Deleted:
  zxing-cpp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-07 07:25:22 UTC (rev 341215)
+++ PKGBUILD2018-12-07 07:25:47 UTC (rev 341216)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Maxime Arthaud 
-
-pkgname=zxing-cpp
-pkgver=1.0.0
-pkgrel=3
-pkgdesc="A command-line tool to decode QRCode"
-arch=(x86_64)
-url="https://github.com/nu-book/zxing-cpp;
-license=(Apache)
-depends=(gcc-libs)
-makedepends=(cmake)
-optdepends=('opencv: support for opencv')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/nu-book/zxing-cpp/archive/v$pkgver.tar.gz;)
-sha256sums=('cac49af95b4afebce59cfa1b8b23421e5e1debee7d3fbf895394f6b9c0d7bf7e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver/core \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_CXX_FLAGS="${CXXFLAGS} -fPIC"
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: zxing-cpp/repos/extra-x86_64/PKGBUILD (from rev 341215, 
zxing-cpp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-07 07:25:47 UTC (rev 341216)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Maxime Arthaud 
+
+pkgname=zxing-cpp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="A command-line tool to decode QRCode"
+arch=(x86_64)
+url="https://github.com/nu-book/zxing-cpp;
+license=(Apache)
+depends=()
+makedepends=(cmake)
+optdepends=('opencv: support for opencv')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/nu-book/zxing-cpp/archive/v$pkgver.tar.gz;)
+sha256sums=('46c4f99a3021f4fee327d14398462a14c166ba0526e0c3421428068415e594b9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver/core \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS} -fPIC"
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-12-06 Thread Antonio Rojas via arch-commits
Date: Friday, December 7, 2018 @ 07:25:22
  Author: arojas
Revision: 341215

Update to 1.0.1

Modified:
  zxing-cpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-07 00:09:53 UTC (rev 341214)
+++ PKGBUILD2018-12-07 07:25:22 UTC (rev 341215)
@@ -2,17 +2,17 @@
 # Maintainer: Maxime Arthaud 
 
 pkgname=zxing-cpp
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="A command-line tool to decode QRCode"
 arch=(x86_64)
 url="https://github.com/nu-book/zxing-cpp;
 license=(Apache)
-depends=(gcc-libs)
+depends=()
 makedepends=(cmake)
 optdepends=('opencv: support for opencv')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/nu-book/zxing-cpp/archive/v$pkgver.tar.gz;)
-sha256sums=('cac49af95b4afebce59cfa1b8b23421e5e1debee7d3fbf895394f6b9c0d7bf7e')
+sha256sums=('46c4f99a3021f4fee327d14398462a14c166ba0526e0c3421428068415e594b9')
 
 prepare() {
   mkdir -p build


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

2018-12-06 Thread Maxime Gauduin via arch-commits
Date: Friday, December 7, 2018 @ 06:27:43
  Author: alucryd
Revision: 412019

archrelease: copy trunk to community-staging-x86_64

Added:
  obs-studio/repos/community-staging-x86_64/
  obs-studio/repos/community-staging-x86_64/PKGBUILD
(from rev 412018, obs-studio/trunk/PKGBUILD)

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

Copied: obs-studio/repos/community-staging-x86_64/PKGBUILD (from rev 412018, 
obs-studio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-07 06:27:43 UTC (rev 412019)
@@ -0,0 +1,46 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Benjamin Klettbach 
+
+pkgname=obs-studio
+pkgver=22.0.2
+pkgrel=2
+pkgdesc="Free, open source software for live streaming and recording"
+arch=('x86_64')
+url="https://obsproject.com;
+license=('GPL2')
+depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
+ 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
+makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264' 'vlc' 'swig' 'python' 
'luajit')
+optdepends=('libfdk-aac: FDK AAC codec support'
+'libxcomposite: XComposite capture support'
+'luajit: scripting support'
+'python: scripting support'
+'vlc: VLC Media Source support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz
+
https://github.com/obsproject/obs-studio/commit/cf73fa6da19f798ce04907781d6dc00484820b77.patch)
+md5sums=('8c63cdc08a4510f288d174c65b252544'
+ 'b67d1e5922852c080c4fefdfa04f3cd6')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # libfdk-aac 2.0.0
+  patch -Np1 -i ../cf73fa6da19f798ce04907781d6dc00484820b77.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build; cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make install DESTDIR="$pkgdir"
+}


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

2018-12-06 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, December 7, 2018 @ 06:27:37
  Author: svenstaro
Revision: 412018

archrelease: copy trunk to community-x86_64

Added:
  rust-racer/repos/community-x86_64/PKGBUILD
(from rev 412017, rust-racer/trunk/PKGBUILD)
Deleted:
  rust-racer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-07 06:27:35 UTC (rev 412017)
+++ PKGBUILD2018-12-07 06:27:37 UTC (rev 412018)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Vlad M. 
-# Contributor: issue 
-
-pkgname=rust-racer
-_pkgname=racer
-pkgver=2.1.10
-pkgrel=1
-pkgdesc="Code completion for Rust"
-url="https://github.com/phildawes/racer;
-makedepends=('rustup' 'cmake')
-arch=('x86_64')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$_pkgname/$pkgver/download;)
-sha256sums=('8c3c780db8c6ba579a34b96124e44b944d367167c19921ae4f9db5205990699f')
-
-build() {
-  cd "$_pkgname-$pkgver"
-  rustup default nightly
-  cargo build --release
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-  install -Dm755 target/release/racer "$pkgdir/usr/bin/racer"
-  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-}

Copied: rust-racer/repos/community-x86_64/PKGBUILD (from rev 412017, 
rust-racer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-07 06:27:37 UTC (rev 412018)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Vlad M. 
+# Contributor: issue 
+
+pkgname=rust-racer
+_pkgname=racer
+pkgver=2.1.14
+pkgrel=1
+pkgdesc="Code completion for Rust"
+url="https://github.com/racer-rust/racer;
+makedepends=('rustup' 'cmake')
+arch=('x86_64')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$_pkgname/$pkgver/download;)
+sha256sums=('7f072f98ec2532273872f914860848f3c21ba0c7f38c1f4601ea67a0f64bdc41')
+
+build() {
+  cd "$_pkgname-$pkgver"
+  rustup default nightly
+  cargo build --release
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  install -Dm755 target/release/racer "$pkgdir/usr/bin/racer"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+}


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

2018-12-06 Thread Maxime Gauduin via arch-commits
Date: Friday, December 7, 2018 @ 06:27:35
  Author: alucryd
Revision: 412017

upgpkg: obs-studio 22.0.2-2

Modified:
  obs-studio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-07 06:27:31 UTC (rev 412016)
+++ PKGBUILD2018-12-07 06:27:35 UTC (rev 412017)
@@ -3,7 +3,7 @@
 
 pkgname=obs-studio
 pkgver=22.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Free, open source software for live streaming and recording"
 arch=('x86_64')
 url="https://obsproject.com;
@@ -16,9 +16,18 @@
 'luajit: scripting support'
 'python: scripting support'
 'vlc: VLC Media Source support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('8c63cdc08a4510f288d174c65b252544')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz
+
https://github.com/obsproject/obs-studio/commit/cf73fa6da19f798ce04907781d6dc00484820b77.patch)
+md5sums=('8c63cdc08a4510f288d174c65b252544'
+ 'b67d1e5922852c080c4fefdfa04f3cd6')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  # libfdk-aac 2.0.0
+  patch -Np1 -i ../cf73fa6da19f798ce04907781d6dc00484820b77.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 


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

2018-12-06 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, December 7, 2018 @ 06:27:31
  Author: svenstaro
Revision: 412016

upgpkg: rust-racer 2.1.14-1

Modified:
  rust-racer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-07 06:18:48 UTC (rev 412015)
+++ PKGBUILD2018-12-07 06:27:31 UTC (rev 412016)
@@ -4,15 +4,15 @@
 
 pkgname=rust-racer
 _pkgname=racer
-pkgver=2.1.10
+pkgver=2.1.14
 pkgrel=1
 pkgdesc="Code completion for Rust"
-url="https://github.com/phildawes/racer;
+url="https://github.com/racer-rust/racer;
 makedepends=('rustup' 'cmake')
 arch=('x86_64')
 license=('MIT')
 
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$_pkgname/$pkgver/download;)
-sha256sums=('8c3c780db8c6ba579a34b96124e44b944d367167c19921ae4f9db5205990699f')
+sha256sums=('7f072f98ec2532273872f914860848f3c21ba0c7f38c1f4601ea67a0f64bdc41')
 
 build() {
   cd "$_pkgname-$pkgver"


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

2018-12-06 Thread Maxime Gauduin via arch-commits
Date: Friday, December 7, 2018 @ 06:18:39
  Author: alucryd
Revision: 412014

upgpkg: elementary-icon-theme 5.0.1-1

Modified:
  elementary-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 23:46:29 UTC (rev 412013)
+++ PKGBUILD2018-12-07 06:18:39 UTC (rev 412014)
@@ -4,17 +4,20 @@
 # Contributor: Josip 
 
 pkgname=elementary-icon-theme
-pkgver=5.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc='Named, vector icons for elementary OS'
-arch=('any')
+arch=(any)
 url='https://github.com/elementary/icons'
-license=('GPL3')
-groups=('pantheon')
-depends=('hicolor-icon-theme')
-makedepends=('git' 'meson')
-source=("elementary-icon-theme::git+https://github.com/elementary/icons.git#tag=${pkgver};)
-sha256sums=('SKIP')
+license=(GPL3)
+groups=(pantheon)
+depends=(hicolor-icon-theme)
+makedepends=(
+  git
+  meson
+)
+source=(elementary-icon-theme::git+https://github.com/elementary/icons.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 build() {
   arch-meson elementary-icon-theme build


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

2018-12-06 Thread Maxime Gauduin via arch-commits
Date: Friday, December 7, 2018 @ 06:18:48
  Author: alucryd
Revision: 412015

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-07 06:18:39 UTC (rev 412014)
+++ PKGBUILD2018-12-07 06:18:48 UTC (rev 412015)
@@ -1,29 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Diego Principe 
-# Contributor: paterbrown 
-# Contributor: Josip 
-
-pkgname=elementary-icon-theme
-pkgver=5.0
-pkgrel=1
-pkgdesc='Named, vector icons for elementary OS'
-arch=('any')
-url='https://github.com/elementary/icons'
-license=('GPL3')
-groups=('pantheon')
-depends=('hicolor-icon-theme')
-makedepends=('git' 'meson')
-source=("elementary-icon-theme::git+https://github.com/elementary/icons.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  arch-meson elementary-icon-theme build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  rm -rf "${pkgdir}"/.VolumeIcon.*
-}
-
-# vim: ts=2 sw=2 et:

Copied: elementary-icon-theme/repos/community-any/PKGBUILD (from rev 412014, 
elementary-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-07 06:18:48 UTC (rev 412015)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Diego Principe 
+# Contributor: paterbrown 
+# Contributor: Josip 
+
+pkgname=elementary-icon-theme
+pkgver=5.0.1
+pkgrel=1
+pkgdesc='Named, vector icons for elementary OS'
+arch=(any)
+url='https://github.com/elementary/icons'
+license=(GPL3)
+groups=(pantheon)
+depends=(hicolor-icon-theme)
+makedepends=(
+  git
+  meson
+)
+source=(elementary-icon-theme::git+https://github.com/elementary/icons.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson elementary-icon-theme build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -rf "${pkgdir}"/.VolumeIcon.*
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-06 Thread Sébastien Luttringer via arch-commits
Date: Friday, December 7, 2018 @ 00:09:53
  Author: seblu
Revision: 341214

archrelease: copy trunk to testing-x86_64

Added:
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/FS#58237.patch
(from rev 341213, btrfs-progs/trunk/FS#58237.patch)
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 341213, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 341213, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 341213, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 341213, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 341213, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 341213, btrfs-progs/trunk/initcpio-install-btrfs)

+
 FS#58237.patch |   16 
 PKGBUILD   |   61 +++
 btrfs-progs.install|   15 +++
 btrfs-scrub@.service   |8 ++
 btrfs-scrub@.timer |   10 +++
 initcpio-hook-btrfs|7 +
 initcpio-install-btrfs |   17 +
 7 files changed, 134 insertions(+)

Copied: btrfs-progs/repos/testing-x86_64/FS#58237.patch (from rev 341213, 
btrfs-progs/trunk/FS#58237.patch)
===
--- testing-x86_64/FS#58237.patch   (rev 0)
+++ testing-x86_64/FS#58237.patch   2018-12-07 00:09:53 UTC (rev 341214)
@@ -0,0 +1,16 @@
+diff --git a/utils.c b/utils.c
+index e9cb3a82f..f867e5a7f 100644
+--- a/utils.c
 b/utils.c
+@@ -2484,11 +2484,6 @@ const char *subvol_strip_mountpoint(const char *mnt, 
const char *full_path)
+   if (!len)
+   return full_path;
+ 
+-  if ((strncmp(mnt, full_path, len) != 0) || (full_path[len] != '/')) {
+-  error("not on mount point: %s", mnt);
+-  exit(1);
+-  }
+-
+   if (mnt[len - 1] != '/')
+   len += 1;
+ 

Copied: btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 341213, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-07 00:09:53 UTC (rev 341214)
@@ -0,0 +1,61 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.19.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('x86_64')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd')
+optdepends=('python: libbtrfsutil python bindings')
+url='https://btrfs.wiki.kernel.org'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '60f3df5c0a0647fd502f76d4937d2a17'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad'
+ '917b31f4eb90448d6791e17ea0f386c7'
+ '502221c1b47a3bb2c06703d4fb90a0c2')
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-v$pkgver
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make DESTDIR="$pkgdir" install install_python
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 341213, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-x86_64/btrfs-progs.install  (rev 0)
+++ testing-x86_64/btrfs-progs.install  2018-12-07 00:09:53 UTC (rev 341214)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp "$2" 0.19.20121005)" < 0 )); then
+echo 

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

2018-12-06 Thread Sébastien Luttringer via arch-commits
Date: Friday, December 7, 2018 @ 00:09:35
  Author: seblu
Revision: 341213

upgpkg: btrfs-progs 4.19.1-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 22:51:13 UTC (rev 341212)
+++ PKGBUILD2018-12-07 00:09:35 UTC (rev 341213)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=4.19
+pkgver=4.19.1
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('x86_64')
@@ -24,7 +24,7 @@
 install=btrfs-progs.install
 options=(!staticlibs)
 md5sums=('SKIP'
- 'b8e43ed6aa34d4b48974f297c79d391b'
+ '60f3df5c0a0647fd502f76d4937d2a17'
  '7241ba3a4286d08da0d50b7176941112'
  'b09688a915a0ec8f40e2f5aacbabc9ad'
  '917b31f4eb90448d6791e17ea0f386c7'


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

2018-12-06 Thread Brett Cornwall via arch-commits
Date: Thursday, December 6, 2018 @ 23:46:29
  Author: ainola
Revision: 412013

archrelease: copy trunk to community-testing-x86_64

Added:
  wl-clipboard/repos/community-testing-x86_64/
  wl-clipboard/repos/community-testing-x86_64/PKGBUILD
(from rev 412012, wl-clipboard/trunk/PKGBUILD)

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

Copied: wl-clipboard/repos/community-testing-x86_64/PKGBUILD (from rev 412012, 
wl-clipboard/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-12-06 23:46:29 UTC (rev 412013)
@@ -0,0 +1,27 @@
+# Maintainer: Ainola
+# Contributor: Adam Brunnmeier
+
+pkgname=wl-clipboard
+pkgver=1.0.0
+pkgrel=3
+pkgdesc="Command-line copy/paste utilities for Wayland"
+arch=('x86_64')
+url="https://github.com/bugaevc/wl-clipboard;
+license=('GPL3')
+depends=('wayland')
+optdepends=(
+'xdg-utils: for content type inference in wl-copy'
+'mailcap: for type inference in wl-paste'
+)
+makedepends=('meson' 'wayland-protocols')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/wl-clipboard/archive/v1.0.0.tar.gz;)
+sha256sums=('9b5c1f5f67c40672324194ec11c1fcbeccc72c0cd5b6712d6c7257be252387e3')
+
+build() {
+arch-meson "$pkgname-$pkgver" build
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+}


[arch-commits] Commit in (4 files)

2018-12-06 Thread Brett Cornwall via arch-commits
Date: Thursday, December 6, 2018 @ 23:45:24
  Author: ainola
Revision: 412012

Add wl-clipboard from AUR

Added:
  wl-clipboard/
  wl-clipboard/repos/
  wl-clipboard/trunk/
  wl-clipboard/trunk/PKGBUILD

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

Added: wl-clipboard/trunk/PKGBUILD
===
--- wl-clipboard/trunk/PKGBUILD (rev 0)
+++ wl-clipboard/trunk/PKGBUILD 2018-12-06 23:45:24 UTC (rev 412012)
@@ -0,0 +1,27 @@
+# Maintainer: Ainola
+# Contributor: Adam Brunnmeier
+
+pkgname=wl-clipboard
+pkgver=1.0.0
+pkgrel=3
+pkgdesc="Command-line copy/paste utilities for Wayland"
+arch=('x86_64')
+url="https://github.com/bugaevc/wl-clipboard;
+license=('GPL3')
+depends=('wayland')
+optdepends=(
+'xdg-utils: for content type inference in wl-copy'
+'mailcap: for type inference in wl-paste'
+)
+makedepends=('meson' 'wayland-protocols')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/wl-clipboard/archive/v1.0.0.tar.gz;)
+sha256sums=('9b5c1f5f67c40672324194ec11c1fcbeccc72c0cd5b6712d6c7257be252387e3')
+
+build() {
+arch-meson "$pkgname-$pkgver" build
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+}


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

2018-12-06 Thread Brett Cornwall via arch-commits
Date: Thursday, December 6, 2018 @ 23:38:01
  Author: ainola
Revision: 412011

archrelease: copy trunk to community-testing-x86_64

Added:
  scdoc/repos/community-testing-x86_64/
  scdoc/repos/community-testing-x86_64/PKGBUILD
(from rev 412010, scdoc/trunk/PKGBUILD)

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

Copied: scdoc/repos/community-testing-x86_64/PKGBUILD (from rev 412010, 
scdoc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-12-06 23:38:01 UTC (rev 412011)
@@ -0,0 +1,23 @@
+# Maintainer: Ainola
+# Contributor: Drew DeVault
+
+pkgname=scdoc
+pkgver=1.6.0
+pkgrel=2
+license=('MIT')
+pkgdesc='tool for generating roff manual pages'
+arch=('x86_64')
+url='https://git.sr.ht/~sircmpwn/scdoc/'
+source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('18dade6bb27dbe6d112478bbbc08239b384c2334f37418b94d5f5b25713697d9d854ebb08cc62ed6e68b55a01326ea207614e4f79976536ec800029cc55f8b4b')
+
+build() {
+cd "$pkgname-$pkgver"
+make PREFIX=/usr
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make PREFIX=/usr DESTDIR="$pkgdir" install
+install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2018-12-06 Thread Eli Schwartz via arch-commits
Date: Thursday, December 6, 2018 @ 23:16:54
  Author: eschwartz
Revision: 412005

archrelease: copy trunk to community-x86_64

Added:
  code/repos/community-x86_64/PKGBUILD
(from rev 412004, code/trunk/PKGBUILD)
  code/repos/community-x86_64/code-liveshare.diff
(from rev 412004, code/trunk/code-liveshare.diff)
  code/repos/community-x86_64/code.js
(from rev 412004, code/trunk/code.js)
  code/repos/community-x86_64/code.sh
(from rev 412004, code/trunk/code.sh)
  code/repos/community-x86_64/product_json.diff
(from rev 412004, code/trunk/product_json.diff)
Deleted:
  code/repos/community-x86_64/PKGBUILD
  code/repos/community-x86_64/code-liveshare.diff
  code/repos/community-x86_64/code.js
  code/repos/community-x86_64/code.sh
  code/repos/community-x86_64/product_json.diff

-+
 PKGBUILD|  240 +-
 code-liveshare.diff |   24 ++---
 code.js |   58 ++--
 code.sh |6 -
 product_json.diff   |   42 
 5 files changed, 186 insertions(+), 184 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 23:16:31 UTC (rev 412004)
+++ PKGBUILD2018-12-06 23:16:54 UTC (rev 412005)
@@ -1,119 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michael Hansen 
-# Contributor: Francisco Magalhães 
-
-pkgname=code
-pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
-pkgver=1.29.1
-pkgrel=1
-arch=('x86_64')
-url='https://github.com/Microsoft/vscode'
-license=('MIT')
-depends=('electron' 'libsecret' 'libxkbfile')
-# doesn't build without old nodejs: 
https://github.com/Microsoft/vscode/issues/49292
-makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-carbon')
-source=("$pkgname::git+https://github.com/Microsoft/vscode.git#tag=$pkgver;
-'code.js'
-'code.sh'
-'product_json.diff'
-'code-liveshare.diff')
-sha512sums=('SKIP'
-
'814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
-
'0e75ee88274cbaf48c59ef6f363f6b8ac2ea83f8b17a61155008db773b709a1f0233754fa63a136ec0417313ba90a7eb17db000ec22a38ca8840d8ba6c47cab1'
-
'3c4bf0942ba9f1ba33937cc08e87caa8d6c030b862f99b2bac9ce6665739dd6a5f5a255b617c3f27ffd49df35563efa32f2c1a6240f9e19f16356bb12edac891'
-
'0bd10ca06dea22854e47fc45d833756ee8d7bf714c88f63feef44e0b0b5da052fba3c27d001865e3389f391cd7b888d92dc0ba44029fa5c736225da3cf2f9a46')
-
-# Even though we don't officially support other archs, let's
-# allow the user to use this PKGBUILD to compile the package
-# for his architecture
-case "$CARCH" in
-  i686)
-_vscode_arch=ia32
-;;
-  x86_64)
-_vscode_arch=x64
-;;
-  armv7h)
-_vscode_arch=arm
-;;
-  *)
-# Needed for mksrcinfo
-_vscode_arch=DUMMY
-;;
-esac
-
-prepare() {
-  cd $pkgname
-
-  # This patch no longer contains proprietary modifications.
-  # See https://github.com/Microsoft/vscode/issues/31168 for details.
-  patch -p1 < ../product_json.diff
-
-  # Set the commit and build date
-  local _commit=$(git rev-parse HEAD)
-  local _datestamp=$(date -u -Is | sed 's/\+00:00/Z/')
-  sed -e "s/@COMMIT@/$_commit/" -e "s/@DATE@/$_datestamp/" -i product.json
-
-  # See https://github.com/MicrosoftDocs/live-share/issues/262 for details
-  patch -p1 < ../code-liveshare.diff
-
-  # Build native modules for system electron
-  local _target=$(https://github.com/mapbox/node-sqlite3/issues/1044
-  mkdir -p path
-  ln -sf /usr/bin/python2 path/python
-  export PATH="$PWD/path:$PATH"
-
-  cd $pkgname
-
-  yarn install --arch=$_vscode_arch
-
-  # The default memory limit may be too low for current versions of node
-  # to successfully build vscode. Change it if this number still doesn't
-  # work for your system.
-  mem_limit="--max_old_space_size=4096"
-
-  if ! /usr/bin/node $mem_limit /usr/bin/gulp vscode-linux-$_vscode_arch-min
-  then
-  echo
-  echo "*** NOTE: If the build failed due to running out of file handles 
(EMFILE),"
-  echo "*** you will need to raise your max open file limit."
-  echo "*** You can check this for more information on how to increase 
this limit:"
-  echo "***
https://ro-che.info/articles/2017-03-26-increase-open-files-limit;
-  exit 1
-  fi
-}
-
-package() {
-  # Install resource files
-  install -dm 755 "$pkgdir"/usr/lib/$pkgname
-  cp -r --no-preserve=ownership --preserve=mode 
VSCode-linux-$_vscode_arch/resources/app/* "$pkgdir"/usr/lib/$pkgname/
-
-  # Install binary
-  install -Dm 755 code.sh "$pkgdir"/usr/bin/code-oss
-  install -Dm 755 code.js "$pkgdir"/usr/lib/$pkgname/code.js
-  ln -sf /usr/bin/code-oss "$pkgdir"/usr/bin/code
-
-  # Install appdata and desktop file
-  install -Dm 644 code/resources/linux/code.appdata.xml 
"$pkgdir"/usr/share/metainfo/code-oss.appdata.xml
-  install -Dm 644 

[arch-commits] Commit in code/trunk (PKGBUILD code.sh)

2018-12-06 Thread Eli Schwartz via arch-commits
Date: Thursday, December 6, 2018 @ 23:16:31
  Author: eschwartz
Revision: 412004

upgpkg: code 1.29.1-4

rebuild with electron2 due to electron 3.x upgrade

Modified:
  code/trunk/PKGBUILD
  code/trunk/code.sh

--+
 PKGBUILD |8 
 code.sh  |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 23:09:31 UTC (rev 412003)
+++ PKGBUILD2018-12-06 23:16:31 UTC (rev 412004)
@@ -5,11 +5,11 @@
 pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
 pkgver=1.29.1
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://github.com/Microsoft/vscode'
 license=('MIT')
-depends=('electron' 'libsecret' 'libxkbfile' 'ripgrep')
+depends=('electron2' 'libsecret' 'libxkbfile' 'ripgrep')
 # doesn't build without old nodejs: 
https://github.com/Microsoft/vscode/issues/49292
 makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-carbon')
 source=("$pkgname::git+https://github.com/Microsoft/vscode.git#tag=$pkgver;
@@ -19,7 +19,7 @@
 'code-liveshare.diff')
 sha512sums=('SKIP'
 
'814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
-
'0e75ee88274cbaf48c59ef6f363f6b8ac2ea83f8b17a61155008db773b709a1f0233754fa63a136ec0417313ba90a7eb17db000ec22a38ca8840d8ba6c47cab1'
+
'3cccafe4ba72efe5583c7afdae5099e8efd4c98a072fedc40209f6ec5070e71dfd37f53ed67fc0f093be21b7fc4cd114475ef1772cdb99c31d925bab6a7f6714'
 
'3c4bf0942ba9f1ba33937cc08e87caa8d6c030b862f99b2bac9ce6665739dd6a5f5a255b617c3f27ffd49df35563efa32f2c1a6240f9e19f16356bb12edac891'
 
'0bd10ca06dea22854e47fc45d833756ee8d7bf714c88f63feef44e0b0b5da052fba3c27d001865e3389f391cd7b888d92dc0ba44029fa5c736225da3cf2f9a46')
 
@@ -58,7 +58,7 @@
   patch -p1 < ../code-liveshare.diff
 
   # Build native modules for system electron
-  local _target=$(

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

2018-12-06 Thread Eli Schwartz via arch-commits
Date: Thursday, December 6, 2018 @ 22:57:21
  Author: eschwartz
Revision: 412001

upgpkg: kbfs 2.11.0-1

upstream release

Modified:
  kbfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 22:56:27 UTC (rev 412000)
+++ PKGBUILD2018-12-06 22:57:21 UTC (rev 412001)
@@ -3,7 +3,7 @@
 # Contributor: Michael Hansen 
 
 pkgname=kbfs
-pkgver=2.10.1
+pkgver=2.11.0
 pkgrel=1
 pkgdesc="The Keybase filesystem"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('BSD')
 makedepends=('go-pie')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/kbfs/archive/v$pkgver.tar.gz;)
-sha512sums=('66b07a07c4b4734465d8ea8eccf3b1d05c0c3ba8792161ed3fd8ed9eaccb43d51cf5ef44c8c44fca4a22ab2b360093f1801d9eb77904d2aa917d0a76026fffa9')
+sha512sums=('f735f7fc1c958eabcb38933f19edeba0cd3854e3d5a2030c6e4301c9cea714c432993e099b2199060e1275982755f60728545e71151c5796eb9be4978790e2f5')
 
 prepare() {
   cd kbfs-$pkgver


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

2018-12-06 Thread Eli Schwartz via arch-commits
Date: Thursday, December 6, 2018 @ 22:57:42
  Author: eschwartz
Revision: 412002

archrelease: copy trunk to community-testing-x86_64

Added:
  kbfs/repos/community-testing-x86_64/PKGBUILD
(from rev 412001, kbfs/trunk/PKGBUILD)
Deleted:
  kbfs/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 22:57:21 UTC (rev 412001)
+++ PKGBUILD2018-12-06 22:57:42 UTC (rev 412002)
@@ -1,38 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=kbfs
-pkgver=2.10.1
-pkgrel=1
-pkgdesc="The Keybase filesystem"
-arch=('x86_64')
-url="https://keybase.io/docs/kbfs;
-license=('BSD')
-makedepends=('go-pie')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/kbfs/archive/v$pkgver.tar.gz;)
-sha512sums=('66b07a07c4b4734465d8ea8eccf3b1d05c0c3ba8792161ed3fd8ed9eaccb43d51cf5ef44c8c44fca4a22ab2b360093f1801d9eb77904d2aa917d0a76026fffa9')
-
-prepare() {
-  cd kbfs-$pkgver
-
-  export GOPATH="$srcdir/.gopath"
-  mkdir -p "$GOPATH"/src/github.com/keybase
-  ln -sf "$PWD" "$GOPATH"/src/github.com/keybase/kbfs
-}
-
-build() {
-  cd kbfs-$pkgver
-  export GOPATH="$srcdir/.gopath"
-  go build -a -tags production -o bin/kbfsfuse github.com/keybase/kbfs/kbfsfuse
-  go build -a -tags production -o bin/git-remote-keybase 
github.com/keybase/kbfs/kbfsgit/git-remote-keybase
-}
-
-package() {
-  depends=('fuse' 'keybase')
-  cd kbfs-$pkgver/
-
-  install -Dm755 -t "${pkgdir}"/usr/bin/ bin/*
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 packaging/linux/systemd/kbfs.service 
"$pkgdir"/usr/lib/systemd/user/kbfs.service
-}

Copied: kbfs/repos/community-testing-x86_64/PKGBUILD (from rev 412001, 
kbfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 22:57:42 UTC (rev 412002)
@@ -0,0 +1,38 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=kbfs
+pkgver=2.11.0
+pkgrel=1
+pkgdesc="The Keybase filesystem"
+arch=('x86_64')
+url="https://keybase.io/docs/kbfs;
+license=('BSD')
+makedepends=('go-pie')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/kbfs/archive/v$pkgver.tar.gz;)
+sha512sums=('f735f7fc1c958eabcb38933f19edeba0cd3854e3d5a2030c6e4301c9cea714c432993e099b2199060e1275982755f60728545e71151c5796eb9be4978790e2f5')
+
+prepare() {
+  cd kbfs-$pkgver
+
+  export GOPATH="$srcdir/.gopath"
+  mkdir -p "$GOPATH"/src/github.com/keybase
+  ln -sf "$PWD" "$GOPATH"/src/github.com/keybase/kbfs
+}
+
+build() {
+  cd kbfs-$pkgver
+  export GOPATH="$srcdir/.gopath"
+  go build -a -tags production -o bin/kbfsfuse github.com/keybase/kbfs/kbfsfuse
+  go build -a -tags production -o bin/git-remote-keybase 
github.com/keybase/kbfs/kbfsgit/git-remote-keybase
+}
+
+package() {
+  depends=('fuse' 'keybase')
+  cd kbfs-$pkgver/
+
+  install -Dm755 -t "${pkgdir}"/usr/bin/ bin/*
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 packaging/linux/systemd/kbfs.service 
"$pkgdir"/usr/lib/systemd/user/kbfs.service
+}


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

2018-12-06 Thread Eli Schwartz via arch-commits
Date: Thursday, December 6, 2018 @ 22:56:27
  Author: eschwartz
Revision: 412000

archrelease: copy trunk to community-testing-x86_64

Added:
  keybase/repos/community-testing-x86_64/0001-Don-t-use-electron-to-build.patch
(from rev 411999, keybase/trunk/0001-Don-t-use-electron-to-build.patch)
  keybase/repos/community-testing-x86_64/PKGBUILD
(from rev 411999, keybase/trunk/PKGBUILD)
  keybase/repos/community-testing-x86_64/keybase-gui
(from rev 411999, keybase/trunk/keybase-gui)
Deleted:
  keybase/repos/community-testing-x86_64/0001-Don-t-use-electron-to-build.patch
  keybase/repos/community-testing-x86_64/PKGBUILD
  keybase/repos/community-testing-x86_64/keybase-gui

+
 0001-Don-t-use-electron-to-build.patch |  136 ++---
 PKGBUILD   |  194 +++
 keybase-gui|8 -
 3 files changed, 169 insertions(+), 169 deletions(-)

Deleted: 0001-Don-t-use-electron-to-build.patch
===
--- 0001-Don-t-use-electron-to-build.patch  2018-12-06 22:56:07 UTC (rev 
411999)
+++ 0001-Don-t-use-electron-to-build.patch  2018-12-06 22:56:27 UTC (rev 
412000)
@@ -1,68 +0,0 @@
-From 2dc5d0017a8c4d642c41cc056f40e26f9f64f19a Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 21 Jun 2018 05:00:37 -0400
-Subject: [PATCH] Don't use electron to build
-

- shared/desktop/package.desktop.js   | 4 ++--
- shared/desktop/yarn-helper/index.js | 2 --
- shared/package.json | 1 -
- 3 files changed, 2 insertions(+), 5 deletions(-)
-
-diff --git a/shared/desktop/package.desktop.js 
b/shared/desktop/package.desktop.js
-index 1c33daaf56..578688c8f3 100644
 a/shared/desktop/package.desktop.js
-+++ b/shared/desktop/package.desktop.js
-@@ -86,7 +86,7 @@ function main() {
-   // use the same version as the currently-installed electron
-   console.log('Finding electron version')
-   try {
--packagerOpts.electronVersion = 
require('../package.json').devDependencies.electron
-+packagerOpts.electronVersion = 'unused string'
- console.log('Found electron version:', packagerOpts.electronVersion)
-   } catch (err) {
- console.log("Couldn't parse yarn list to find electron:", err)
-@@ -134,7 +134,7 @@ function startPack() {
- .catch(postPackError)
- })
-   })
--} else {
-+} else if (false) {
-   pack(platform, arch)
- .then(postPack(platform, arch))
- .catch(postPackError)
-diff --git a/shared/desktop/yarn-helper/index.js 
b/shared/desktop/yarn-helper/index.js
-index a0a28b3fda..7ed3c84e2f 100644
 a/shared/desktop/yarn-helper/index.js
-+++ b/shared/desktop/yarn-helper/index.js
-@@ -1,7 +1,6 @@
- // @flow
- // Helper for cross platform yarn run script commands
- import buildCommands from './build'
--import electronComands from './electron'
- import fontCommands from './font'
- import prettierCommands from './prettier'
- import {execSync} from 'child_process'
-@@ -11,7 +10,6 @@ const [, , command, ...rest] = process.argv
- const commands = {
-   ...buildCommands,
-   ...fontCommands,
--  ...electronComands,
-   ...prettierCommands,
-   help: {
- code: () => {
-diff --git a/shared/package.json b/shared/package.json
-index dfc7e4459f..fc75b08fbd 100644
 a/shared/package.json
-+++ b/shared/package.json
-@@ -200,7 +200,6 @@
- "cross-env": "5.2.0",
- "css-loader": "1.0.1",
- "del": "3.0.0",
--"electron": "3.0.7",
- "electron-packager": "12.2.0",
- "eslint": "5.8.0",
- "eslint-config-standard": "12.0.0",
--- 
-2.19.2
-

Copied: 
keybase/repos/community-testing-x86_64/0001-Don-t-use-electron-to-build.patch 
(from rev 411999, keybase/trunk/0001-Don-t-use-electron-to-build.patch)
===
--- 0001-Don-t-use-electron-to-build.patch  (rev 0)
+++ 0001-Don-t-use-electron-to-build.patch  2018-12-06 22:56:27 UTC (rev 
412000)
@@ -0,0 +1,68 @@
+From b53e21bbff9bc10f5d83059746b8ec1338a68bc0 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 21 Jun 2018 05:00:37 -0400
+Subject: [PATCH] Don't use electron to build
+
+---
+ shared/desktop/package.desktop.js   | 4 ++--
+ shared/desktop/yarn-helper/index.js | 2 --
+ shared/package.json | 1 -
+ 3 files changed, 2 insertions(+), 5 deletions(-)
+
+diff --git a/shared/desktop/package.desktop.js 
b/shared/desktop/package.desktop.js
+index 1ceb5e1ac4..3c6dc3961b 100644
+--- a/shared/desktop/package.desktop.js
 b/shared/desktop/package.desktop.js
+@@ -86,7 +86,7 @@ function main() {
+   // use the same version as the currently-installed electron
+   console.log('Finding electron version')
+   try {
+-packagerOpts.electronVersion = 
require('../package.json').devDependencies.electron
++packagerOpts.electronVersion = 'unused string'

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

2018-12-06 Thread Eli Schwartz via arch-commits
Date: Thursday, December 6, 2018 @ 22:56:07
  Author: eschwartz
Revision: 411999

upgpkg: keybase 2.11.0-1

upstream release

Modified:
  keybase/trunk/0001-Don-t-use-electron-to-build.patch
  keybase/trunk/PKGBUILD

+
 0001-Don-t-use-electron-to-build.patch |   14 +++---
 PKGBUILD   |6 +++---
 2 files changed, 10 insertions(+), 10 deletions(-)

Modified: 0001-Don-t-use-electron-to-build.patch
===
--- 0001-Don-t-use-electron-to-build.patch  2018-12-06 22:36:14 UTC (rev 
411998)
+++ 0001-Don-t-use-electron-to-build.patch  2018-12-06 22:56:07 UTC (rev 
411999)
@@ -1,4 +1,4 @@
-From 2dc5d0017a8c4d642c41cc056f40e26f9f64f19a Mon Sep 17 00:00:00 2001
+From b53e21bbff9bc10f5d83059746b8ec1338a68bc0 Mon Sep 17 00:00:00 2001
 From: Eli Schwartz 
 Date: Thu, 21 Jun 2018 05:00:37 -0400
 Subject: [PATCH] Don't use electron to build
@@ -10,7 +10,7 @@
  3 files changed, 2 insertions(+), 5 deletions(-)
 
 diff --git a/shared/desktop/package.desktop.js 
b/shared/desktop/package.desktop.js
-index 1c33daaf56..578688c8f3 100644
+index 1ceb5e1ac4..3c6dc3961b 100644
 --- a/shared/desktop/package.desktop.js
 +++ b/shared/desktop/package.desktop.js
 @@ -86,7 +86,7 @@ function main() {
@@ -22,7 +22,7 @@
  console.log('Found electron version:', packagerOpts.electronVersion)
} catch (err) {
  console.log("Couldn't parse yarn list to find electron:", err)
-@@ -134,7 +134,7 @@ function startPack() {
+@@ -136,7 +136,7 @@ function startPack() {
  .catch(postPackError)
  })
})
@@ -52,16 +52,16 @@
help: {
  code: () => {
 diff --git a/shared/package.json b/shared/package.json
-index dfc7e4459f..fc75b08fbd 100644
+index 5426fee0e5..3c1182ee0e 100644
 --- a/shared/package.json
 +++ b/shared/package.json
-@@ -200,7 +200,6 @@
+@@ -203,7 +203,6 @@
  "cross-env": "5.2.0",
  "css-loader": "1.0.1",
  "del": "3.0.0",
--"electron": "3.0.7",
+-"electron": "3.0.10",
  "electron-packager": "12.2.0",
- "eslint": "5.8.0",
+ "eslint": "5.9.0",
  "eslint-config-standard": "12.0.0",
 -- 
 2.19.2

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 22:36:14 UTC (rev 411998)
+++ PKGBUILD2018-12-06 22:56:07 UTC (rev 411999)
@@ -5,7 +5,7 @@
 pkgbase=keybase
 pkgname=('keybase' 'keybase-gui')
 pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=2.10.1
+pkgver=2.11.0
 pkgrel=1
 arch=('x86_64')
 url='https://keybase.io/'
@@ -15,9 +15,9 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/keybase/client/archive/v${pkgver}.tar.gz;
 "keybase-gui"
 "0001-Don-t-use-electron-to-build.patch")
-sha512sums=('f4acf70b0fceaeb6a2a7da89661c7c2a59fc8ccf10a6aafbbc75d43af04295250237845b4de06170287b5edcc2366d1390b5b7038ecfcbaa501753b41fd22911'
+sha512sums=('b150184e692c81243a8f83b828ec8ef4f6b324a6cbd0b1cb9cf5e89eebbec7a6183a2af3b8d26c663ab677aa38753c328e190b46035c3815af8373d8ff4b26fa'
 
'b3086ea6c60950284eecc331a8a648ea557f89f686f2adecb82b22d0ac65381683fbcc84875a48cf6ba9e3c63d4f06c73b84175621dca5e8f03b2a6a88cdcad4'
-
'a6ec700ef94f48acd9c0314454e309148d614b52a6a9365536a7a68407efeb293b168d24196e0d222ad8743bec77564c4ef97f44c0290e07492a67129ef00ef6')
+
'e43f9d881bf1b6e29c7158308d3406e0e0f01d435d91bc934d476424041ad07727357206b2e9298cfbe3c7f48a16dfbe30eb6304686ecf556272c6c7790cea10')
 
 prepare() {
 cd client-${pkgver}


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

2018-12-06 Thread Antonio Rojas via arch-commits
Date: Thursday, December 6, 2018 @ 22:51:13
  Author: arojas
Revision: 341212

archrelease: copy trunk to extra-x86_64

Added:
  goffice/repos/extra-x86_64/PKGBUILD
(from rev 341211, goffice/trunk/PKGBUILD)
Deleted:
  goffice/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 22:50:47 UTC (rev 341211)
+++ PKGBUILD2018-12-06 22:51:13 UTC (rev 341212)
@@ -1,39 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Aaron Griffin 
-
-pkgname=goffice
-pkgver=0.10.43
-pkgrel=1
-pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
-url="https://git.gnome.org/browse/goffice;
-arch=(x86_64)
-license=(GPL)
-depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
-makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=a62e897b9a49b0e0d83072813d49ed071146926e  # tags/GOFFICE_0_10_43^0
-source=("git+https://gitlab.gnome.org/GNOME/goffice.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 341211, 
goffice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 22:51:13 UTC (rev 341212)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot 
+# Contributor: Aaron Griffin 
+
+pkgname=goffice
+pkgver=0.10.44
+pkgrel=1
+pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
+url="https://git.gnome.org/browse/goffice;
+arch=(x86_64)
+license=(GPL)
+depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
+makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
+_commit=7e659f5414b1358146fa3c5f32696102ef596525  # tags/GOFFICE_0_10_44^0
+source=("git+https://gitlab.gnome.org/GNOME/goffice.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2018-12-06 Thread Antonio Rojas via arch-commits
Date: Thursday, December 6, 2018 @ 22:50:47
  Author: arojas
Revision: 341211

Update to 0.10.44

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 19:40:43 UTC (rev 341210)
+++ PKGBUILD2018-12-06 22:50:47 UTC (rev 341211)
@@ -2,7 +2,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=goffice
-pkgver=0.10.43
+pkgver=0.10.44
 pkgrel=1
 pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
 url="https://git.gnome.org/browse/goffice;
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
 makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=a62e897b9a49b0e0d83072813d49ed071146926e  # tags/GOFFICE_0_10_43^0
+_commit=7e659f5414b1358146fa3c5f32696102ef596525  # tags/GOFFICE_0_10_44^0
 source=("git+https://gitlab.gnome.org/GNOME/goffice.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 22:26:37
  Author: felixonmars
Revision: 411992

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 411991, postgrest/trunk/PKGBUILD)
  postgrest/repos/community-staging-x86_64/new-hasql.patch
(from rev 411991, postgrest/trunk/new-hasql.patch)

-+
 PKGBUILD|   77 
 new-hasql.patch |  477 ++
 2 files changed, 554 insertions(+)

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 411991, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-06 22:26:37 UTC (rev 411992)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.5.0.0
+pkgrel=77
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
+ 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
+ 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
+ '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-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;
+new-hasql.patch)
+sha512sums=('ba8974cc83de3a7fcf1ede454eed726d6dfe7d677e4b34bbf6a03f11cc648d6812c2f101684175bb1f4d0f0b384795a737791ce807c257eae67158e2fc74b0a0'
+
'54257b24e646175c3687d3d0b224092441e0a8093d04327fb900da6c463625bfc952aabe46bcbbee8d0b4b96d4c07b4b148efa5ac4dcd9dd60bf7d3da5a49fcd')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../new-hasql.patch
+
+sed -i 's/==/>=/' $pkgname.cabal
+
+sed -i '/import\s*Safe/d' src/PostgREST/App.hs
+sed -i '/safe/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}" --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: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# 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"
+}

Copied: postgrest/repos/community-staging-x86_64/new-hasql.patch (from rev 
411991, postgrest/trunk/new-hasql.patch)
===
--- community-staging-x86_64/new-hasql.patch(rev 0)
+++ community-staging-x86_64/new-hasql.patch2018-12-06 22:26:37 UTC (rev 
411992)
@@ -0,0 +1,477 @@
+From f02992e562fafc807092d09a8034f2117c9db00d Mon Sep 17 00:00:00 2001
+From: Ben Gamari 
+Date: Thu, 28 Jun 2018 01:02:09 -0400
+Subject: [PATCH] Update hasql
+
+Move to hasql 1.3.
+---
+ postgrest.cabal   |   6 +-
+ src/PostgREST/App.hs  |  16 ++---
+ 

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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 22:26:22
  Author: felixonmars
Revision: 411991

upgpkg: postgrest 0.5.0.0-77

rebuild with deferred-folds 0.9.10

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 22:23:46 UTC (rev 411990)
+++ PKGBUILD2018-12-06 22:26:22 UTC (rev 411991)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=0.5.0.0
-pkgrel=76
+pkgrel=77
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 22:23:46
  Author: felixonmars
Revision: 411990

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 411989, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 411989, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-06 22:23:46 UTC (rev 411990)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.7
+pkgrel=35
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-bytestring-tree-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-hasql')
+makedepends=('ghc' 'haskell-async' 'haskell-rebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('adfbb25a1c94785137e9e0d8d8b2d4a36492d7d4cf305e45c5f15da9e369897cc7d404edcaee898b80de509fccde081627e105fa8e7915ff616d13d909c092d4')
+
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+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-hasql-transaction/trunk (PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 22:23:30
  Author: felixonmars
Revision: 411989

upgpkg: haskell-hasql-transaction 0.7-35

rebuild with deferred-folds 0.9.10

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 22:22:47 UTC (rev 411988)
+++ PKGBUILD2018-12-06 22:23:30 UTC (rev 411989)
@@ -3,7 +3,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=0.7
-pkgrel=34
+pkgrel=35
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 22:22:47
  Author: felixonmars
Revision: 411988

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 411987, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
411987, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-06 22:22:47 UTC (rev 411988)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5
+pkgrel=35
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('346ef1e40ce71597bc533be5affa4d4e75048a9f0d19e0d3347ba2c528f60d413f2a494dcee80b9911ce6759cf1a221e3132f760ff6ba72dd77ba49652cab2e6')
+
+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-hasql-pool/trunk (PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 22:22:31
  Author: felixonmars
Revision: 411987

upgpkg: haskell-hasql-pool 0.5-35

rebuild with deferred-folds 0.9.10

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 22:21:50 UTC (rev 411986)
+++ PKGBUILD2018-12-06 22:22:31 UTC (rev 411987)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5
-pkgrel=34
+pkgrel=35
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 22:21:50
  Author: felixonmars
Revision: 411986

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 411985, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-06 22:21:50 UTC (rev 411986)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=1.3.0.3
+pkgrel=35
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-data-default-class'
+ 'haskell-dlist' 'haskell-hashable' 'haskell-hashtables' 
'haskell-loch-th'
+ 'haskell-placeholders' 'haskell-postgresql-binary' 
'haskell-postgresql-libpq'
+ 'haskell-profunctors' 'haskell-text-builder' 'haskell-vector')
+makedepends=('ghc' 'haskell-bug' 'haskell-tasty' 'haskell-tasty-quickcheck' 
'haskell-tasty-hunit'
+ 'haskell-quickcheck-instances' 'haskell-quickcheck' 
'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('fb951f3c7f09b7bc9ba62afc01c25dea7b839d3da21065bb4bba923a96ecd9b53074650084db846e00f3bb27de638e7dd776b081346919b4e92c5d1aac405336')
+
+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
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+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-hasql/trunk (PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 22:21:35
  Author: felixonmars
Revision: 411985

upgpkg: haskell-hasql 1.3.0.3-35

rebuild with deferred-folds 0.9.10

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 22:20:26 UTC (rev 411984)
+++ PKGBUILD2018-12-06 22:21:35 UTC (rev 411985)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.3.0.3
-pkgrel=34
+pkgrel=35
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 22:20:26
  Author: felixonmars
Revision: 411984

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-text-builder/repos/community-staging-x86_64/
  haskell-text-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 411983, haskell-text-builder/trunk/PKGBUILD)

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

Copied: haskell-text-builder/repos/community-staging-x86_64/PKGBUILD (from rev 
411983, haskell-text-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-06 22:20:26 UTC (rev 411984)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=text-builder
+pkgname=haskell-text-builder
+pkgver=0.6.4
+pkgrel=11
+pkgdesc="An efficient strict text builder"
+url="https://github.com/nikita-volkov/text-builder;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-deferred-folds')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f9902549351bec6e53ae7b20afd945c15c00da02fa008e035e89d8634baf2aab255fd302ca041fac361d38a629d4aa5f1f0bc9dddefaf8a4b462df9e2cfa4c1b')
+
+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-text-builder/trunk (PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 22:20:10
  Author: felixonmars
Revision: 411983

upgpkg: haskell-text-builder 0.6.4-11

rebuild with deferred-folds 0.9.10

Modified:
  haskell-text-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 22:19:16 UTC (rev 411982)
+++ PKGBUILD2018-12-06 22:20:10 UTC (rev 411983)
@@ -3,7 +3,7 @@
 _hkgname=text-builder
 pkgname=haskell-text-builder
 pkgver=0.6.4
-pkgrel=10
+pkgrel=11
 pkgdesc="An efficient strict text builder"
 url="https://github.com/nikita-volkov/text-builder;
 license=('MIT')


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 22:19:16
  Author: felixonmars
Revision: 411982

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-deferred-folds/repos/community-staging-x86_64/
  haskell-deferred-folds/repos/community-staging-x86_64/PKGBUILD
(from rev 411981, haskell-deferred-folds/trunk/PKGBUILD)

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

Copied: haskell-deferred-folds/repos/community-staging-x86_64/PKGBUILD (from 
rev 411981, haskell-deferred-folds/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-06 22:19:16 UTC (rev 411982)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=deferred-folds
+pkgname=haskell-deferred-folds
+pkgver=0.9.10
+pkgrel=1
+pkgdesc="Abstractions over deferred folds"
+url="https://github.com/metrix-ai/deferred-folds;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-foldl' 'haskell-hashable' 'haskell-primitive'
+ 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('076de06fd49d697d894b25862b57ae7433dd18452f2fff17fe2def89282643501725440e1597fb4a79f633ced26909add259304be0865d1c51fd9172e79e69b7')
+
+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-deferred-folds/trunk (PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 22:19:00
  Author: felixonmars
Revision: 411981

upgpkg: haskell-deferred-folds 0.9.10-1

rebuild with deferred-folds 0.9.10

Modified:
  haskell-deferred-folds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 22:17:44 UTC (rev 411980)
+++ PKGBUILD2018-12-06 22:19:00 UTC (rev 411981)
@@ -2,7 +2,7 @@
 
 _hkgname=deferred-folds
 pkgname=haskell-deferred-folds
-pkgver=0.9.9.1
+pkgver=0.9.10
 pkgrel=1
 pkgdesc="Abstractions over deferred folds"
 url="https://github.com/metrix-ai/deferred-folds;
@@ -13,7 +13,7 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
  'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('adcf32502085f9d09606ebc19d6fc877ac1a8e4415dad057bc0f24b6e797e54707c0213946e3936f64a71b8eb610fc420244abd27c2faf7a87127f81ac8b1e0a')
+sha512sums=('076de06fd49d697d894b25862b57ae7433dd18452f2fff17fe2def89282643501725440e1597fb4a79f633ced26909add259304be0865d1c51fd9172e79e69b7')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 22:17:44
  Author: felixonmars
Revision: 411980

archrelease: copy trunk to community-x86_64

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

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

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

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

Deleted: v2ray.service
===
--- v2ray.service   2018-12-06 22:17:27 UTC (rev 411979)
+++ v2ray.service   2018-12-06 22:17:44 UTC (rev 411980)
@@ -1,14 +0,0 @@
-[Unit]
-Description=V2Ray Service
-After=network.target

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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 22:17:27
  Author: felixonmars
Revision: 411979

upgpkg: v2ray 4.8.0-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 21:59:54 UTC (rev 411978)
+++ PKGBUILD2018-12-06 22:17:27 UTC (rev 411979)
@@ -2,7 +2,7 @@
 # Contributor: pandada8 
 
 pkgname=v2ray
-pkgver=4.7.3
+pkgver=4.8.0
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 backup=(etc/v2ray/config.json)
 
source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip;
 'v2ray.service')
-sha512sums=('7b428e40ae38cd13c163eae1def9663488038e6a1a962047b336eb6da312ab10eb28609ca34e25435351fb45572ef93e9294b3b28144b89bd62b55f75d7b65c9'
+sha512sums=('5fdb2b3cf3ca48c694ca4a79a9f71f94a280a937f80b6c95045edb4c6272bd3e5043fa1b4ed4a9e7751df3cad04c37ac874d7d7e4fbe347b5ed61311745afe8c'
 
'37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
 
 prepare() {


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 21:59:16
  Author: felixonmars
Revision: 411976

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 21:59:00
  Author: felixonmars
Revision: 411975

upgpkg: hledger-ui 1.12-6

rebuild with brick 0.43

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 21:58:59 UTC (rev 411974)
+++ PKGBUILD2018-12-06 21:59:00 UTC (rev 411975)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.12
-pkgrel=5
+pkgrel=6
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 21:58:59
  Author: felixonmars
Revision: 411974

archrelease: copy trunk to community-x86_64

Added:
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 411973, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 21:58:42 UTC (rev 411973)
+++ PKGBUILD2018-12-06 21:58:59 UTC (rev 411974)
@@ -1,22 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.80
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('5058602d7a778dba129285f7d58dd993cab5396689973692640ce4a9f2b400edd0d15c37d9d61a460238da5b066e0c84ad755590fad44fd33f49ccac27b6bb24')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 411973, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 21:58:59 UTC (rev 411974)
@@ -0,0 +1,22 @@
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.81
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
+sha512sums=('1d8985239993cb60e034415f236ca98914ff048261a0ab1eaff4d944fa8e9074e4f5d7f9b4ad78f9da44710545f0f37a4e3404bf1829c51fc5dc58f801772244')
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 21:58:42
  Author: felixonmars
Revision: 411973

upgpkg: python-ruamel-yaml 0.15.81-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 21:58:12 UTC (rev 411972)
+++ PKGBUILD2018-12-06 21:58:42 UTC (rev 411973)
@@ -3,7 +3,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.80
+pkgver=0.15.81
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('5058602d7a778dba129285f7d58dd993cab5396689973692640ce4a9f2b400edd0d15c37d9d61a460238da5b066e0c84ad755590fad44fd33f49ccac27b6bb24')
+sha512sums=('1d8985239993cb60e034415f236ca98914ff048261a0ab1eaff4d944fa8e9074e4f5d7f9b4ad78f9da44710545f0f37a4e3404bf1829c51fc5dc58f801772244')
 
 package() {
   depends=('python')


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

2018-12-06 Thread Antonio Rojas via arch-commits
Date: Thursday, December 6, 2018 @ 21:58:12
  Author: arojas
Revision: 411972

archrelease: copy trunk to community-x86_64

Added:
  amule/repos/community-x86_64/PKGBUILD
(from rev 411970, amule/trunk/PKGBUILD)
  amule/repos/community-x86_64/amule.sysusers
(from rev 411970, amule/trunk/amule.sysusers)
  amule/repos/community-x86_64/amule.tmpfiles
(from rev 411970, amule/trunk/amule.tmpfiles)
  amule/repos/community-x86_64/amuled.systemd
(from rev 411970, amule/trunk/amuled.systemd)
  amule/repos/community-x86_64/amuleweb.systemd
(from rev 411970, amule/trunk/amuleweb.systemd)
Deleted:
  amule/repos/community-x86_64/PKGBUILD
  amule/repos/community-x86_64/amule.sysusers
  amule/repos/community-x86_64/amule.tmpfiles
  amule/repos/community-x86_64/amuled.systemd
  amule/repos/community-x86_64/amuleweb.systemd

--+
 PKGBUILD |  120 +++--
 amule.sysusers   |2 
 amule.tmpfiles   |2 
 amuled.systemd   |   22 -
 amuleweb.systemd |   26 +--
 5 files changed, 80 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 21:58:09 UTC (rev 411971)
+++ PKGBUILD2018-12-06 21:58:12 UTC (rev 411972)
@@ -1,66 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Giovanni Scafora 
-# Contributor: Henrik Ronellenfitsch 
-# Contributor: Alessio Sergi 
-# Contributor: Dario 'Dax' Vilardi 
-# Contributor: Anatol Pomozov 
-
-pkgname=amule
-pkgver=10998
-pkgrel=4
-pkgdesc="An eMule-like client for ed2k p2p network"
-arch=(x86_64)
-url="http://www.amule.org;
-license=(GPL)
-depends=(wxgtk2 gd geoip libupnp crypto++ boost-libs)
-makedepends=(git ccache boost)
-source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
-amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles
-
amule-doclienttoscreen-crash.patch::"https://github.com/amule-project/amule/pull/125.patch;)
-sha256sums=('SKIP'
-'527a2cca6d56b8269722aafc77a89734f59a929f946f342bd0f69b256f9c7522'
-'f4f43b1154ddccc9036a4291a58c6715f097b171fec62ea7aead0c9d9fa654f2'
-'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502'
-'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d'
-'12cca502cc3d8550c3bac103aad97e8a942eecfc336994ec72f00b4509caf097')
-
-prepare() {
-  cd amule
-
-  patch -p1 -i ../amule-doclienttoscreen-crash.patch # 
https://github.com/amule-project/amule/issues/117
-}
-
-build() {
-  cd amule
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip \
-  --enable-upnp \
-  --enable-fileview \
-  --with-boost
-  make
-}
-
-package() {
-  cd amule
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/amuled.systemd 
"$pkgdir"/usr/lib/systemd/system/amuled.service
-  install -Dm644 "$srcdir"/amuleweb.systemd 
"$pkgdir"/usr/lib/systemd/system/amuleweb.service
-  install -Dm644 "$srcdir"/amule.sysusers 
"$pkgdir"/usr/lib/sysusers.d/amule.conf
-  install -Dm644 "$srcdir"/amule.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/amule.conf
-
-}

Copied: amule/repos/community-x86_64/PKGBUILD (from rev 411970, 
amule/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 21:58:12 UTC (rev 411972)
@@ -0,0 +1,54 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: Henrik Ronellenfitsch 
+# Contributor: Alessio Sergi 
+# Contributor: Dario 'Dax' Vilardi 
+# Contributor: Anatol Pomozov 
+
+pkgname=amule
+pkgver=11004
+pkgrel=1
+pkgdesc="An eMule-like client for ed2k p2p network"
+arch=(x86_64)
+url="http://www.amule.org;
+license=(GPL)
+depends=(wxgtk2 gd geoip libupnp crypto++ boost-libs)
+makedepends=(git ccache boost)
+source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
+amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles)
+sha256sums=('SKIP'
+'527a2cca6d56b8269722aafc77a89734f59a929f946f342bd0f69b256f9c7522'
+'f4f43b1154ddccc9036a4291a58c6715f097b171fec62ea7aead0c9d9fa654f2'
+'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502'
+'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d')
+
+build() {
+  cd amule
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+ 

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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 21:58:09
  Author: felixonmars
Revision: 411971

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 21:57:50 UTC (rev 411970)
+++ PKGBUILD2018-12-06 21:58:09 UTC (rev 411971)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-awkward
-pkgver=0.5.4
-pkgrel=1
-pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
-url="https://github.com/scikit-hep/awkward-array;
-license=('BSD')
-arch=('any')
-depends=('python-numpy')
-makedepends=('python-setuptools' 'python-pytest-runner')
-checkdepends=('python-h5py')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
-sha512sums=('330de5fdee354d312039f8150a3cceb46e4273f0cdbb29db06dd981fe894f389741c3a7d908bb48d685caf27aca4d583c0fbbd2190ddf2cb9b004d304e02d489')
-
-build() {
-  cd awkward-array-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd awkward-array-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd awkward-array-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm "$pkgdir"/usr/README.rst
-}

Copied: python-awkward/repos/community-any/PKGBUILD (from rev 411970, 
python-awkward/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 21:58:09 UTC (rev 411971)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-awkward
+pkgver=0.5.5
+pkgrel=1
+pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
+url="https://github.com/scikit-hep/awkward-array;
+license=('BSD')
+arch=('any')
+depends=('python-numpy')
+makedepends=('python-setuptools' 'python-pytest-runner')
+checkdepends=('python-h5py')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
+sha512sums=('3f28f45510407de0792bd87bee1aacf7239a4130471333a8d9d923681d9e1d6209ffa71c28551171a6879cbbc544306b28573d04c607b6ba6157c68b13eecc1f')
+
+build() {
+  cd awkward-array-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd awkward-array-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd awkward-array-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm "$pkgdir"/usr/README.rst
+}


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 21:57:50
  Author: felixonmars
Revision: 411970

upgpkg: python-awkward 0.5.5-1

Modified:
  python-awkward/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 21:57:47 UTC (rev 411969)
+++ PKGBUILD2018-12-06 21:57:50 UTC (rev 411970)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-awkward
-pkgver=0.5.4
+pkgver=0.5.5
 pkgrel=1
 pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
 url="https://github.com/scikit-hep/awkward-array;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-pytest-runner')
 checkdepends=('python-h5py')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
-sha512sums=('330de5fdee354d312039f8150a3cceb46e4273f0cdbb29db06dd981fe894f389741c3a7d908bb48d685caf27aca4d583c0fbbd2190ddf2cb9b004d304e02d489')
+sha512sums=('3f28f45510407de0792bd87bee1aacf7239a4130471333a8d9d923681d9e1d6209ffa71c28551171a6879cbbc544306b28573d04c607b6ba6157c68b13eecc1f')
 
 build() {
   cd awkward-array-$pkgver


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 21:57:43
  Author: felixonmars
Revision: 411968

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 411967, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-06 21:57:43 UTC (rev 411968)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.43
+pkgrel=1
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 
'haskell-vector'
+ 'haskell-contravariant' 'haskell-text-zipper'
+ 'haskell-word-wrap')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2ca966d8938b789f86e15811b4d67e4ccc14db74fd3862611e3ec102d75a36e467d57fc2ba7db8d8de65a4491221e11c8740919e4424be9ba97b664da04c7b5c')
+
+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 \
+-f-demos
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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 amule/trunk (PKGBUILD)

2018-12-06 Thread Antonio Rojas via arch-commits
Date: Thursday, December 6, 2018 @ 21:57:47
  Author: arojas
Revision: 411969

Update to 11004

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 21:57:43 UTC (rev 411968)
+++ PKGBUILD2018-12-06 21:57:47 UTC (rev 411969)
@@ -6,8 +6,8 @@
 # Contributor: Anatol Pomozov 
 
 pkgname=amule
-pkgver=10998
-pkgrel=4
+pkgver=11004
+pkgrel=1
 pkgdesc="An eMule-like client for ed2k p2p network"
 arch=(x86_64)
 url="http://www.amule.org;
@@ -15,24 +15,15 @@
 depends=(wxgtk2 gd geoip libupnp crypto++ boost-libs)
 makedepends=(git ccache boost)
 source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
-amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles
-
amule-doclienttoscreen-crash.patch::"https://github.com/amule-project/amule/pull/125.patch;)
+amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles)
 sha256sums=('SKIP'
 '527a2cca6d56b8269722aafc77a89734f59a929f946f342bd0f69b256f9c7522'
 'f4f43b1154ddccc9036a4291a58c6715f097b171fec62ea7aead0c9d9fa654f2'
 'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502'
-'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d'
-'12cca502cc3d8550c3bac103aad97e8a942eecfc336994ec72f00b4509caf097')
+'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d')
 
-prepare() {
-  cd amule
-
-  patch -p1 -i ../amule-doclienttoscreen-crash.patch # 
https://github.com/amule-project/amule/issues/117
-}
-
 build() {
   cd amule
-
   ./configure --prefix=/usr \
   --mandir=/usr/share/man \
   --enable-cas \
@@ -55,12 +46,9 @@
 
 package() {
   cd amule
-
   make DESTDIR="$pkgdir" install
-
   install -Dm644 "$srcdir"/amuled.systemd 
"$pkgdir"/usr/lib/systemd/system/amuled.service
   install -Dm644 "$srcdir"/amuleweb.systemd 
"$pkgdir"/usr/lib/systemd/system/amuleweb.service
   install -Dm644 "$srcdir"/amule.sysusers 
"$pkgdir"/usr/lib/sysusers.d/amule.conf
   install -Dm644 "$srcdir"/amule.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/amule.conf
-
 }


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 21:57:27
  Author: felixonmars
Revision: 411967

upgpkg: haskell-brick 0.43-1

rebuild with brick 0.43

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 21:55:21 UTC (rev 411966)
+++ PKGBUILD2018-12-06 21:57:27 UTC (rev 411967)
@@ -3,7 +3,7 @@
 
 _hkgname=brick
 pkgname=haskell-brick
-pkgver=0.42.1
+pkgver=0.43
 pkgrel=1
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick;
@@ -15,7 +15,7 @@
  'haskell-word-wrap')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('62fd6244509d9c16345782b9696c2a70db8fbff79dd262ed4103412c0756e33a74f4b09ab22536d512eea32afc2463c0b9b5a2763a7ce0c8b4adc6ebc18cbaad')
+sha512sums=('2ca966d8938b789f86e15811b4d67e4ccc14db74fd3862611e3ec102d75a36e467d57fc2ba7db8d8de65a4491221e11c8740919e4424be9ba97b664da04c7b5c')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 21:55:21
  Author: felixonmars
Revision: 411966

archrelease: copy trunk to community-any

Added:
  certbot-nginx/repos/community-any/PKGBUILD
(from rev 411965, certbot-nginx/trunk/PKGBUILD)
Deleted:
  certbot-nginx/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 21:55:04 UTC (rev 411965)
+++ PKGBUILD2018-12-06 21:55:21 UTC (rev 411966)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgname=certbot-nginx
-pkgver=0.29.0
-pkgrel=1
-pkgdesc="Nginx plugin for Let’s Encrypt client"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'python-acme' 'python-mock' 'python-pyopenssl' 
'python-pyparsing'
- 'python-setuptools' 'python-zope-interface')
-replaces=("letsencrypt-nginx")
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('0fd463e7ce44b538537dde6d896199e6442b506363be449a92d6b10288dee767a2c20d801185f144c7e2eac839320579af042db7a1716f571412381c5153340c'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-nginx/repos/community-any/PKGBUILD (from rev 411965, 
certbot-nginx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 21:55:21 UTC (rev 411966)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-nginx
+pkgver=0.29.1
+pkgrel=1
+pkgdesc="Nginx plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'python-acme' 'python-mock' 'python-pyopenssl' 
'python-pyparsing'
+ 'python-setuptools' 'python-zope-interface')
+replaces=("letsencrypt-nginx")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('680fbb9fa82b3187065d38807a99a1d90892b54305477b69b0ac5d7affcfedfd982d94a3aa794238c76859f3281930f9b7b4b1d81bbe85d2b131c88a9dd5f8d0'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 21:55:04
  Author: felixonmars
Revision: 411965

upgpkg: certbot-nginx 0.29.1-1

Modified:
  certbot-nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 20:16:47 UTC (rev 411964)
+++ PKGBUILD2018-12-06 21:55:04 UTC (rev 411965)
@@ -2,7 +2,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-nginx
-pkgver=0.29.0
+pkgver=0.29.1
 pkgrel=1
 pkgdesc="Nginx plugin for Let’s Encrypt client"
 arch=('any')
@@ -15,7 +15,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('0fd463e7ce44b538537dde6d896199e6442b506363be449a92d6b10288dee767a2c20d801185f144c7e2eac839320579af042db7a1716f571412381c5153340c'
+sha512sums=('680fbb9fa82b3187065d38807a99a1d90892b54305477b69b0ac5d7affcfedfd982d94a3aa794238c76859f3281930f9b7b4b1d81bbe85d2b131c88a9dd5f8d0'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-linode/trunk (PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 20:15:46
  Author: felixonmars
Revision: 411918

upgpkg: certbot-dns-linode 0.29.1-1

Modified:
  certbot-dns-linode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 20:09:02 UTC (rev 411917)
+++ PKGBUILD2018-12-06 20:15:46 UTC (rev 411918)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-linode
-pkgver=0.29.0
+pkgver=0.29.1
 pkgrel=1
 pkgdesc="Linode DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('04398e30b1702ab88a3b98bf8f586de2b92cd9b16c25785820337856554596b73804d79e7a334868eb061e4d41cf5468c86e793f6751adc4cad441016bed3e2e'
+sha512sums=('bf76bfe3f6e3d620d512a26fe8043dafe2d9a802fac6f05c6007885d77d824263022a6cbc3d2745b8e9eefc106eb3af6755f5407c46910df6c78602435be32e1'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-linode/repos/community-any (PKGBUILD PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 20:16:04
  Author: felixonmars
Revision: 411924

archrelease: copy trunk to community-any

Added:
  certbot-dns-linode/repos/community-any/PKGBUILD
(from rev 411919, certbot-dns-linode/trunk/PKGBUILD)
Deleted:
  certbot-dns-linode/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 20:16:03 UTC (rev 411923)
+++ PKGBUILD2018-12-06 20:16:04 UTC (rev 411924)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-linode
-pkgver=0.29.0
-pkgrel=1
-pkgdesc="Linode DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('04398e30b1702ab88a3b98bf8f586de2b92cd9b16c25785820337856554596b73804d79e7a334868eb061e4d41cf5468c86e793f6751adc4cad441016bed3e2e'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-linode/repos/community-any/PKGBUILD (from rev 411919, 
certbot-dns-linode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 20:16:04 UTC (rev 411924)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-linode
+pkgver=0.29.1
+pkgrel=1
+pkgdesc="Linode DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('bf76bfe3f6e3d620d512a26fe8043dafe2d9a802fac6f05c6007885d77d824263022a6cbc3d2745b8e9eefc106eb3af6755f5407c46910df6c78602435be32e1'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-gehirn/repos/community-any (PKGBUILD PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 20:09:02
  Author: felixonmars
Revision: 411917

archrelease: copy trunk to community-any

Added:
  certbot-dns-gehirn/repos/community-any/PKGBUILD
(from rev 411916, certbot-dns-gehirn/trunk/PKGBUILD)
Deleted:
  certbot-dns-gehirn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 20:08:45 UTC (rev 411916)
+++ PKGBUILD2018-12-06 20:09:02 UTC (rev 411917)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-gehirn
-pkgver=0.29.0
-pkgrel=1
-pkgdesc="Gehirn DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('74ccf5c262a89cc57ffdd1f7c3a464dd84e1b644cd3329a295c0c99f1fca1d2e90ab5db4285210f89798f051d78715edf687db97ec1f70d9b27c7ef7363686b6'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-gehirn/repos/community-any/PKGBUILD (from rev 411916, 
certbot-dns-gehirn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 20:09:02 UTC (rev 411917)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-gehirn
+pkgver=0.29.1
+pkgrel=1
+pkgdesc="Gehirn DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('4130c6a5bd6e8ed840dc9d5a1253af3c0e639cbc5b7daae8b70f317f5e8eb67350fc63188d16fb6d45d4cbe9cae7536f745fa55f091f60a210051f68c23a'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-gehirn/trunk (PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 20:08:45
  Author: felixonmars
Revision: 411916

upgpkg: certbot-dns-gehirn 0.29.1-1

Modified:
  certbot-dns-gehirn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 19:25:23 UTC (rev 411915)
+++ PKGBUILD2018-12-06 20:08:45 UTC (rev 411916)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-gehirn
-pkgver=0.29.0
+pkgver=0.29.1
 pkgrel=1
 pkgdesc="Gehirn DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('74ccf5c262a89cc57ffdd1f7c3a464dd84e1b644cd3329a295c0c99f1fca1d2e90ab5db4285210f89798f051d78715edf687db97ec1f70d9b27c7ef7363686b6'
+sha512sums=('4130c6a5bd6e8ed840dc9d5a1253af3c0e639cbc5b7daae8b70f317f5e8eb67350fc63188d16fb6d45d4cbe9cae7536f745fa55f091f60a210051f68c23a'
 'SKIP')
 
 build() {


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

2018-12-06 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 6, 2018 @ 19:40:43
  Author: jelle
Revision: 341210

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 341209, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 19:40:32 UTC (rev 341209)
+++ PKGBUILD2018-12-06 19:40:43 UTC (rev 341210)
@@ -1,38 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgbase=django
-pkgname=('python-django')
-pkgver=2.1.3
-pkgrel=1
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/;
-makedepends=('python' 'python-setuptools')
-source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
-sha512sums=('b83732d8c0230bda0a29db92acd3e4e7531f9adb3a0d10f37c40288c08ccaa5d7d49184bd5ea000b991eaf8a196b317648c200c147a6e8f503ce42189344cee9')
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py build
-}
-
-package_python-django() {
-  depends=('python' 'python-setuptools' 'python-pytz')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd "$srcdir/Django-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
-  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 341209, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 19:40:43 UTC (rev 341210)
@@ -0,0 +1,38 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgbase=django
+pkgname=('python-django')
+pkgver=2.1.4
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/;
+makedepends=('python' 'python-setuptools')
+source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
+sha512sums=('a2dc6fb7514f8d79aff98aeb0bd0edb1ede36ed2368e553fded8b58765092d6a2efcf2e9429bb9c7d2c16d466e46a9ff18aaf5911a7dd868f42569c1e82831aa')
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py build
+}
+
+package_python-django() {
+  depends=('python' 'python-setuptools' 'python-pytz')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd "$srcdir/Django-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
+  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/manage.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-12-06 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 6, 2018 @ 19:40:32
  Author: jelle
Revision: 341209

upgpkg: django 2.1.4-1

Upstream release

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 19:29:58 UTC (rev 341208)
+++ PKGBUILD2018-12-06 19:40:32 UTC (rev 341209)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django')
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
@@ -12,7 +12,7 @@
 url="http://www.djangoproject.com/;
 makedepends=('python' 'python-setuptools')
 
source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
-sha512sums=('b83732d8c0230bda0a29db92acd3e4e7531f9adb3a0d10f37c40288c08ccaa5d7d49184bd5ea000b991eaf8a196b317648c200c147a6e8f503ce42189344cee9')
+sha512sums=('a2dc6fb7514f8d79aff98aeb0bd0edb1ede36ed2368e553fded8b58765092d6a2efcf2e9429bb9c7d2c16d466e46a9ff18aaf5911a7dd868f42569c1e82831aa')
 
 build() {
   cd "$srcdir/Django-$pkgver"


[arch-commits] Commit in python2-django/repos/extra-any (PKGBUILD PKGBUILD)

2018-12-06 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 6, 2018 @ 19:29:58
  Author: jelle
Revision: 341208

archrelease: copy trunk to extra-any

Added:
  python2-django/repos/extra-any/PKGBUILD
(from rev 341207, python2-django/trunk/PKGBUILD)
Deleted:
  python2-django/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 19:29:47 UTC (rev 341207)
+++ PKGBUILD2018-12-06 19:29:58 UTC (rev 341208)
@@ -1,38 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgname=python2-django
-pkgver=1.11.16
-pkgrel=1
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/;
-makedepends=('python2' 'python2-setuptools')
-depends=('python2' 'python2-setuptools' 'python2-pytz')
-optdepends=('mysql-python: for MySQL backend'
-'python2-psycopg2: for PostgreSQL backend')
-source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
-sha512sums=('bf1329ac364c9037fd6cecd0e8565c8bd8d830343671f9ce5415a10e70da37256667675b3f97e4d2508a8a912fa7a06ca7f585586ac18e6734c939bc41a8b455')
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/Django-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
-  mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
-  # TODO: this probably won't work due to the `complete` command within not
-  # knowing about modified our exectuable names
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
-  ln -s django-admin2.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-django/repos/extra-any/PKGBUILD (from rev 341207, 
python2-django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 19:29:58 UTC (rev 341208)
@@ -0,0 +1,38 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgname=python2-django
+pkgver=1.11.17
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/;
+makedepends=('python2' 'python2-setuptools')
+depends=('python2' 'python2-setuptools' 'python2-pytz')
+optdepends=('mysql-python: for MySQL backend'
+'python2-psycopg2: for PostgreSQL backend')
+source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
+sha512sums=('ecf798ce8037d79dbbe673ad583e6414c9a24b807442feb967927b78cacb467f7f5c20e938116829d9b0df0563ee110a8d07294fd40b99dbd6356c8bae151bd6')
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/Django-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
+  mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
+  # TODO: this probably won't work due to the `complete` command within not
+  # knowing about modified our exectuable names
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
+  ln -s django-admin2.py \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin2
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-12-06 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 6, 2018 @ 19:29:47
  Author: jelle
Revision: 341207

upgpkg: python2-django 1.11.17-1

Upstream update

Modified:
  python2-django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 16:34:04 UTC (rev 341206)
+++ PKGBUILD2018-12-06 19:29:47 UTC (rev 341207)
@@ -3,7 +3,7 @@
 # Contributor: Shahar Weiss 
 
 pkgname=python2-django
-pkgver=1.11.16
+pkgver=1.11.17
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
@@ -14,7 +14,7 @@
 optdepends=('mysql-python: for MySQL backend'
 'python2-psycopg2: for PostgreSQL backend')
 
source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
-sha512sums=('bf1329ac364c9037fd6cecd0e8565c8bd8d830343671f9ce5415a10e70da37256667675b3f97e4d2508a8a912fa7a06ca7f585586ac18e6734c939bc41a8b455')
+sha512sums=('ecf798ce8037d79dbbe673ad583e6414c9a24b807442feb967927b78cacb467f7f5c20e938116829d9b0df0563ee110a8d07294fd40b99dbd6356c8bae151bd6')
 
 build() {
   cd "$srcdir/Django-$pkgver"


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

2018-12-06 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 6, 2018 @ 19:25:23
  Author: alucryd
Revision: 411915

archrelease: copy trunk to community-x86_64

Added:
  skia-sharp/repos/community-x86_64/PKGBUILD
(from rev 411914, skia-sharp/trunk/PKGBUILD)
Deleted:
  skia-sharp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 19:25:14 UTC (rev 411914)
+++ PKGBUILD2018-12-06 19:25:23 UTC (rev 411915)
@@ -1,91 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=skia-sharp
-pkgver=1.60.2
-_major=60
-_minor=2
-_release=0
-pkgrel=1
-pkgdesc='The Skia 2D Graphics library from Google exposed to .NET languages 
and runtimes across the board'
-arch=('x86_64')
-url='https://github.com/mono/SkiaSharp'
-license=('MIT')
-depends=('expat' 'fontconfig' 'libjpeg-turbo' 'libpng' 'libwebp' 'zlib'
- 'libfreetype.so')
-makedepends=('clang' 'git' 'python2')
-provides=('libSkiaSharp.so')
-source=("git+https://github.com/mono/SkiaSharp.git#tag=v${pkgver};
-"git+https://chromium.googlesource.com/chromium/tools/depot_tools;
-"git+https://github.com/mono/skia.git;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd SkiaSharp
-
-  for submodule in externals/{depot_tools,skia}; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  pushd externals/skia
-  python2 tools/git-sync-deps
-  popd
-
-  pushd externals/depot_tools
-  ln -sf /usr/bin/python2 python
-  popd
-}
-
-build(){
-  cd SkiaSharp/externals/skia
-
-  export PATH="${srcdir}/SkiaSharp/externals/depot_tools:$PATH"
-
-  CFLAGS="$CFLAGS \
--I/usr/include/freetype2 \
--DSKIA_C_DLL \
--Wno-inconsistent-missing-destructor-override \
--Wno-tautological-unsigned-enum-zero-compare \
--Wno-null-pointer-arithmetic \
--Wno-unused-variable \
--Wno-tautological-type-limit-compare"
-
-  extra_cflags=""
-  for cflag in $CFLAGS; do
-extra_cflags+="\"${cflag}\","
-  done
-  extra_ldflags=""
-  for ldflag in $LDFLAGS; do
-extra_ldflags+="\"${ldflag}\","
-  done
-
-  bin/gn gen out \
---args="target_os=\"linux\" \
-target_cpu=\"x64\" \
-cc=\"clang\" \
-cxx=\"clang++\" \
-extra_cflags=[${extra_cflags}] \
-extra_ldflags=[${extra_ldflags}] \
-skia_enable_gpu=true \
-skia_enable_tools=false \
-skia_use_dng_sdk=false \
-skia_use_icu=false \
-skia_use_sfntly=false \
-is_official_build=true \
-is_component_build=false \
-is_debug=false \
-linux_soname_version=\"${_major}.${_minor}.${_release}\""
-  ninja -C out
-}
-
-package() {
-  install -Dm 755 
SkiaSharp/externals/skia/out/libSkiaSharp.so.${_major}.${_minor}.${_release} -t 
"${pkgdir}"/usr/lib/
-  ln -s libSkiaSharp.so.${_major}.${_minor}.${_release} 
"${pkgdir}"/usr/lib/libSkiaSharp.so.${_major}
-  ln -s libSkiaSharp.so.${_major} "${pkgdir}"/usr/lib/libSkiaSharp.so
-  install -Dm 644 SkiaSharp/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/skia-sharp/
-}
-
-# vim: ts=2 sw=2 et:

Copied: skia-sharp/repos/community-x86_64/PKGBUILD (from rev 411914, 
skia-sharp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 19:25:23 UTC (rev 411915)
@@ -0,0 +1,102 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=skia-sharp
+pkgver=1.68.0
+_major=68
+_minor=0
+_release=0
+pkgrel=1
+pkgdesc='The Skia 2D Graphics library from Google exposed to .NET languages 
and runtimes across the board'
+arch=(x86_64)
+url='https://github.com/mono/SkiaSharp'
+license=(MIT)
+depends=(
+  expat
+  fontconfig
+  libfreetype.so
+  libjpeg-turbo
+  libpng
+  libwebp
+  zlib
+)
+makedepends=(
+  clang
+  git
+  python2
+)
+provides=(libSkiaSharp.so)
+source=(
+  git+https://github.com/mono/SkiaSharp.git#tag=v${pkgver}
+  git+https://chromium.googlesource.com/chromium/tools/depot_tools
+  git+https://github.com/mono/skia.git
+)
+sha256sums=(
+  SKIP
+  SKIP
+  SKIP
+)
+
+prepare() {
+  cd SkiaSharp
+
+  for submodule in externals/{depot_tools,skia}; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../${submodule#*/}
+git submodule update ${submodule}
+  done
+
+  pushd externals/skia
+  python2 tools/git-sync-deps
+  popd
+
+  pushd externals/depot_tools
+  ln -sf /usr/bin/python2 python
+  popd
+}
+
+build(){
+  cd SkiaSharp/externals/skia
+
+  export PATH="${srcdir}/SkiaSharp/externals/depot_tools:$PATH"
+
+  CFLAGS="$CFLAGS \
+-I/usr/include/freetype2 \
+-DSKIA_C_DLL"
+
+  extra_cflags=""
+  for cflag in $CFLAGS; do
+extra_cflags+="\"${cflag}\","
+  done
+  

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

2018-12-06 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 6, 2018 @ 19:25:14
  Author: alucryd
Revision: 411914

upgpkg: skia-sharp 1.68.0-1

Modified:
  skia-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 18:15:55 UTC (rev 411913)
+++ PKGBUILD2018-12-06 19:25:14 UTC (rev 411914)
@@ -1,25 +1,40 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=skia-sharp
-pkgver=1.60.2
-_major=60
-_minor=2
+pkgver=1.68.0
+_major=68
+_minor=0
 _release=0
 pkgrel=1
 pkgdesc='The Skia 2D Graphics library from Google exposed to .NET languages 
and runtimes across the board'
-arch=('x86_64')
+arch=(x86_64)
 url='https://github.com/mono/SkiaSharp'
-license=('MIT')
-depends=('expat' 'fontconfig' 'libjpeg-turbo' 'libpng' 'libwebp' 'zlib'
- 'libfreetype.so')
-makedepends=('clang' 'git' 'python2')
-provides=('libSkiaSharp.so')
-source=("git+https://github.com/mono/SkiaSharp.git#tag=v${pkgver};
-"git+https://chromium.googlesource.com/chromium/tools/depot_tools;
-"git+https://github.com/mono/skia.git;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
+license=(MIT)
+depends=(
+  expat
+  fontconfig
+  libfreetype.so
+  libjpeg-turbo
+  libpng
+  libwebp
+  zlib
+)
+makedepends=(
+  clang
+  git
+  python2
+)
+provides=(libSkiaSharp.so)
+source=(
+  git+https://github.com/mono/SkiaSharp.git#tag=v${pkgver}
+  git+https://chromium.googlesource.com/chromium/tools/depot_tools
+  git+https://github.com/mono/skia.git
+)
+sha256sums=(
+  SKIP
+  SKIP
+  SKIP
+)
 
 prepare() {
   cd SkiaSharp
@@ -46,12 +61,7 @@
 
   CFLAGS="$CFLAGS \
 -I/usr/include/freetype2 \
--DSKIA_C_DLL \
--Wno-inconsistent-missing-destructor-override \
--Wno-tautological-unsigned-enum-zero-compare \
--Wno-null-pointer-arithmetic \
--Wno-unused-variable \
--Wno-tautological-type-limit-compare"
+-DSKIA_C_DLL"
 
   extra_cflags=""
   for cflag in $CFLAGS; do
@@ -71,12 +81,13 @@
 extra_ldflags=[${extra_ldflags}] \
 skia_enable_gpu=true \
 skia_enable_tools=false \
-skia_use_dng_sdk=false \
+skia_use_dng_sdk=true \
 skia_use_icu=false \
+skia_use_piex=true \
 skia_use_sfntly=false \
-is_official_build=true \
 is_component_build=false \
 is_debug=false \
+is_official_build=true \
 linux_soname_version=\"${_major}.${_minor}.${_release}\""
   ninja -C out
 }


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 18:14:30
  Author: felixonmars
Revision: 411911

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

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
411909, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-06 18:14:30 UTC (rev 411911)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.0
+pkgrel=149
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://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=('7c1afe6a53b596c2ce01e9ad7a7f464af1f4efbc5f8edc13d5ec8bc32ce4e91ddde91dff6ab8e01cf3cf30a37a3a18953d937debc36c9df664f718d968e2ae74')
+
+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
+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/filetype.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 xmobar/repos (2 files)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 18:15:55
  Author: felixonmars
Revision: 411913

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 411912, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-06 18:15:55 UTC (rev 411913)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.28.1
+pkgrel=5
+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')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
+sha512sums=('8b485fc18e83ace54a16b241d25504658b6d07cb94bbe67d0f1a4c33d1b2cdf1d2ceaced5d96b19e1fca893482124281c85d9424fc2d6e019f8e4feb41be1cc0')
+
+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 \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 18:15:39
  Author: felixonmars
Revision: 411912

upgpkg: xmobar 0.28.1-5

rebuild with appar 0.1.5

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 18:14:30 UTC (rev 411911)
+++ PKGBUILD2018-12-06 18:15:39 UTC (rev 411912)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.28.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2018-12-06 Thread David Runge via arch-commits
Date: Thursday, December 6, 2018 @ 18:14:22
  Author: dvzrv
Revision: 411909

upgpkg: qsampler 0.5.3-1

Upgrading to 0.5.3.

Modified:
  qsampler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 18:14:12 UTC (rev 411908)
+++ PKGBUILD2018-12-06 18:14:22 UTC (rev 411909)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=qsampler
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc="A LinuxSampler Qt GUI Interface"
 arch=('x86_64')
@@ -11,10 +11,10 @@
 url="https://qsampler.sourceforge.io/;
 license=('GPL')
 groups=('pro-audio')
-depends=('hicolor-icon-theme' 'linuxsampler' 'liblscp' 'qt5-x11extras')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'linuxsampler' 'liblscp' 
'qt5-x11extras')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f86b44de53fab7996a9173ff40af1675c9c0236ed76a59882d8a772a4c56b1c4af524b5b03b771f97e30ecf94aad715d168c3d665b95e4b46358bebd95795ce7')
+sha512sums=('0d870e1df1b20aac09b11667541767ebcadb8a9a8fb458aa3f48d4d4b2ff55b32e4e56e6d00b0330ab854120ace93b57f524a5126962456223026c7e69178bfe')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 18:14:12
  Author: felixonmars
Revision: 411908

upgpkg: tamarin-prover 1.4.0-149

rebuild with appar 0.1.5

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 18:12:41 UTC (rev 411907)
+++ PKGBUILD2018-12-06 18:14:12 UTC (rev 411908)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.0
-pkgrel=148
+pkgrel=149
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2018-12-06 Thread David Runge via arch-commits
Date: Thursday, December 6, 2018 @ 18:14:29
  Author: dvzrv
Revision: 411910

archrelease: copy trunk to community-x86_64

Added:
  qsampler/repos/community-x86_64/PKGBUILD
(from rev 411909, qsampler/trunk/PKGBUILD)
Deleted:
  qsampler/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 18:14:22 UTC (rev 411909)
+++ PKGBUILD2018-12-06 18:14:29 UTC (rev 411910)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Martin C. Doege 
-# Contributor: Ray Rashif 
-# Contributor: Shinlun Hsieh 
-
-pkgname=qsampler
-pkgver=0.5.2
-pkgrel=1
-pkgdesc="A LinuxSampler Qt GUI Interface"
-arch=('x86_64')
-url="https://qsampler.sourceforge.io/;
-license=('GPL')
-groups=('pro-audio')
-depends=('hicolor-icon-theme' 'linuxsampler' 'liblscp' 'qt5-x11extras')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f86b44de53fab7996a9173ff40af1675c9c0236ed76a59882d8a772a4c56b1c4af524b5b03b771f97e30ecf94aad715d168c3d665b95e4b46358bebd95795ce7')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: qsampler/repos/community-x86_64/PKGBUILD (from rev 411909, 
qsampler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 18:14:29 UTC (rev 411910)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+# Contributor: Martin C. Doege 
+# Contributor: Ray Rashif 
+# Contributor: Shinlun Hsieh 
+
+pkgname=qsampler
+pkgver=0.5.3
+pkgrel=1
+pkgdesc="A LinuxSampler Qt GUI Interface"
+arch=('x86_64')
+url="https://qsampler.sourceforge.io/;
+license=('GPL')
+groups=('pro-audio')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'linuxsampler' 'liblscp' 
'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('0d870e1df1b20aac09b11667541767ebcadb8a9a8fb458aa3f48d4d4b2ff55b32e4e56e6d00b0330ab854120ace93b57f524a5126962456223026c7e69178bfe')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 18:12:25
  Author: felixonmars
Revision: 411906

upgpkg: stack 1.9.3-4

rebuild with appar 0.1.5

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 18:06:43 UTC (rev 411905)
+++ PKGBUILD2018-12-06 18:12:25 UTC (rev 411906)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.3
-pkgrel=3
+pkgrel=4
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 18:12:41
  Author: felixonmars
Revision: 411907

archrelease: copy trunk to community-staging-x86_64

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

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

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

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 411906, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2018-12-06 18:12:41 UTC (rev 
411907)
@@ -0,0 +1,4 @@
+post_install() {
+  

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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 18:06:27
  Author: felixonmars
Revision: 411904

upgpkg: shellcheck 0.6.0-3

rebuild with appar 0.1.5

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 18:03:47 UTC (rev 411903)
+++ PKGBUILD2018-12-06 18:06:27 UTC (rev 411904)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 18:06:43
  Author: felixonmars
Revision: 411905

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 18:03:47
  Author: felixonmars
Revision: 411903

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 411902, postgrest/trunk/PKGBUILD)
  postgrest/repos/community-staging-x86_64/new-hasql.patch
(from rev 411902, postgrest/trunk/new-hasql.patch)

-+
 PKGBUILD|   77 
 new-hasql.patch |  477 ++
 2 files changed, 554 insertions(+)

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 411902, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-06 18:03:47 UTC (rev 411903)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.5.0.0
+pkgrel=76
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
+ 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
+ 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
+ '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-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;
+new-hasql.patch)
+sha512sums=('ba8974cc83de3a7fcf1ede454eed726d6dfe7d677e4b34bbf6a03f11cc648d6812c2f101684175bb1f4d0f0b384795a737791ce807c257eae67158e2fc74b0a0'
+
'54257b24e646175c3687d3d0b224092441e0a8093d04327fb900da6c463625bfc952aabe46bcbbee8d0b4b96d4c07b4b148efa5ac4dcd9dd60bf7d3da5a49fcd')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../new-hasql.patch
+
+sed -i 's/==/>=/' $pkgname.cabal
+
+sed -i '/import\s*Safe/d' src/PostgREST/App.hs
+sed -i '/safe/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}" --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: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# 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"
+}

Copied: postgrest/repos/community-staging-x86_64/new-hasql.patch (from rev 
411902, postgrest/trunk/new-hasql.patch)
===
--- community-staging-x86_64/new-hasql.patch(rev 0)
+++ community-staging-x86_64/new-hasql.patch2018-12-06 18:03:47 UTC (rev 
411903)
@@ -0,0 +1,477 @@
+From f02992e562fafc807092d09a8034f2117c9db00d Mon Sep 17 00:00:00 2001
+From: Ben Gamari 
+Date: Thu, 28 Jun 2018 01:02:09 -0400
+Subject: [PATCH] Update hasql
+
+Move to hasql 1.3.
+---
+ postgrest.cabal   |   6 +-
+ src/PostgREST/App.hs  |  16 ++---
+ 

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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 18:03:31
  Author: felixonmars
Revision: 411902

upgpkg: postgrest 0.5.0.0-76

rebuild with appar 0.1.5

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 18:00:53 UTC (rev 411901)
+++ PKGBUILD2018-12-06 18:03:31 UTC (rev 411902)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=0.5.0.0
-pkgrel=75
+pkgrel=76
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 18:00:37
  Author: felixonmars
Revision: 411900

upgpkg: pandoc-crossref 0.3.4.0-6

rebuild with appar 0.1.5

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 17:59:19 UTC (rev 411899)
+++ PKGBUILD2018-12-06 18:00:37 UTC (rev 411900)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.4.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 18:00:53
  Author: felixonmars
Revision: 411901

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

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
411900, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-06 18:00:53 UTC (rev 411901)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.4.0
+pkgrel=6
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('d3a666880f0cad0ef7c1e784f2d52f9bb8bfde9e6be6de04c8f094e2a87e99a740f97951c5ffd74b2a1b001e8a977bc9dd3e28be84c3442d3447beadd879e82c')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/< *2.5/<3/' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-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/repos (2 files)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:59:19
  Author: felixonmars
Revision: 411899

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 411898, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
411898, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-06 17:59:19 UTC (rev 411899)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.4.0
+pkgrel=83
+pkgdesc="A static website compiler library"
+url="http://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=('45c167a59a44065e7252472ab1cf116a9ff7dabab6b7c35354716e9487fcd26ebc33f1b94a41a1558eadfd7bfa89047409818b868f5a8bce9111a83f5a42451e')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *2.3/<3/' -e 's/< *0.6/<1/' -e 's/< *0.11/<1/' -e 's/< 
0.15/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:59:03
  Author: felixonmars
Revision: 411898

upgpkg: haskell-hakyll 4.12.4.0-83

rebuild with appar 0.1.5

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 17:57:22 UTC (rev 411897)
+++ PKGBUILD2018-12-06 17:59:03 UTC (rev 411898)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.4.0
-pkgrel=82
+pkgrel=83
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("BSD")


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:57:07
  Author: felixonmars
Revision: 411896

upgpkg: pandoc-citeproc 0.15.0.1-4

rebuild with appar 0.1.5

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 17:54:13 UTC (rev 411895)
+++ PKGBUILD2018-12-06 17:57:07 UTC (rev 411896)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.15.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:57:22
  Author: felixonmars
Revision: 411897

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

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
411896, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-06 17:57:22 UTC (rev 411897)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.15.0.1
+pkgrel=4
+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-old-locale' 
'pandoc'
+ 'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 
'haskell-split'
+ 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text-icu'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-xml-conduit' 
'haskell-yaml')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('7a7bc7431c6afcec7a1b825f972d5bcda975e23f770b92c13bdaeb42bb6cc0f267ed71b58047ca263f0537e1b3ff3a095e80747f714a1d256234a6e44ec7254f')
+
+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)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:54:13
  Author: felixonmars
Revision: 411895

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 411894, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-06 17:54:13 UTC (rev 411895)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.5
+pkgrel=3
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-skylighting' 'haskell-hslua'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml' 'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath'
+ 'haskell-network' 'haskell-pandoc-types' 'haskell-random'
+ 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri' 
'haskell-unicode-transforms'
+ 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
+ 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('40a47680437288253888c6b943192bfcfa402d4bf797962aaa15b8fc43d0ab1887f717c724f71c901c97dcb9bb42322bbb54fdbd9906f0da1187e95b50cfca92')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:53:57
  Author: felixonmars
Revision: 411894

upgpkg: pandoc 2.5-3

rebuild with appar 0.1.5

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 17:45:52 UTC (rev 411893)
+++ PKGBUILD2018-12-06 17:53:57 UTC (rev 411894)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


[arch-commits] Commit in certbot-dns-sakuracloud/repos/community-any (2 files)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:45:52
  Author: felixonmars
Revision: 411893

archrelease: copy trunk to community-any

Added:
  certbot-dns-sakuracloud/repos/community-any/PKGBUILD
(from rev 411892, certbot-dns-sakuracloud/trunk/PKGBUILD)
Deleted:
  certbot-dns-sakuracloud/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 17:45:33 UTC (rev 411892)
+++ PKGBUILD2018-12-06 17:45:52 UTC (rev 411893)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-sakuracloud
-pkgver=0.29.0
-pkgrel=1
-pkgdesc="Sakura Cloud DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('4aa7876538460defb6a5f35034ed57e2c46009430f7c8ea0be4e84859f99935eae112bfd5d32c442d9a330a433e12102994c76206f89348f9f7fda6e5d71c517'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-sakuracloud/repos/community-any/PKGBUILD (from rev 411892, 
certbot-dns-sakuracloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 17:45:52 UTC (rev 411893)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-sakuracloud
+pkgver=0.29.1
+pkgrel=1
+pkgdesc="Sakura Cloud DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('2805ff9bb35407a227ade937f2ce5db9e95f211f67771981ef13ca452edff770f7c7492ca3c3280f3db53127228fb14c0cda16517ed38e1ed81742d77b65bd26'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-sakuracloud/trunk (PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:45:33
  Author: felixonmars
Revision: 411892

upgpkg: certbot-dns-sakuracloud 0.29.1-1

Modified:
  certbot-dns-sakuracloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 17:44:59 UTC (rev 411891)
+++ PKGBUILD2018-12-06 17:45:33 UTC (rev 411892)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-sakuracloud
-pkgver=0.29.0
+pkgver=0.29.1
 pkgrel=1
 pkgdesc="Sakura Cloud DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('4aa7876538460defb6a5f35034ed57e2c46009430f7c8ea0be4e84859f99935eae112bfd5d32c442d9a330a433e12102994c76206f89348f9f7fda6e5d71c517'
+sha512sums=('2805ff9bb35407a227ade937f2ce5db9e95f211f67771981ef13ca452edff770f7c7492ca3c3280f3db53127228fb14c0cda16517ed38e1ed81742d77b65bd26'
 'SKIP')
 
 build() {


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:44:59
  Author: felixonmars
Revision: 411891

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 411890, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-06 17:44:59 UTC (rev 411891)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.3.1
+pkgrel=11
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://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-megaparsec6'
+ 'haskell-network' 'haskell-optparse-applicative' '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=('555c7fdfad7e4f69b1aa4f6237cf4432831cd74e33342bd802ff3bc763118178b742b386035f8c071820b5e2bc71c5372c4acb356835155677046d360b722746')
+
+prepare() {
+cd Idris-dev-$pkgver
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+sed -i -e 's/< *1.4/<2/' -e 's/< *0.6/<1/' -e 's/< *0.2/<1/' idris.cabal
+sed -i '1i{-# language NoMonadFailDesugaring #-}' 
src/Idris/Core/CaseTree.hs src/Idris/Parser/Stack.hs src/Idris/Elab/Term.hs
+}
+
+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
+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)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:44:42
  Author: felixonmars
Revision: 411890

upgpkg: idris 1.3.1-11

rebuild with appar 0.1.5

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 17:35:04 UTC (rev 411889)
+++ PKGBUILD2018-12-06 17:44:42 UTC (rev 411890)
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("BSD")


[arch-commits] Commit in certbot-dns-ovh/repos/community-any (PKGBUILD PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:35:04
  Author: felixonmars
Revision: 411889

archrelease: copy trunk to community-any

Added:
  certbot-dns-ovh/repos/community-any/PKGBUILD
(from rev 411888, certbot-dns-ovh/trunk/PKGBUILD)
Deleted:
  certbot-dns-ovh/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 17:34:46 UTC (rev 411888)
+++ PKGBUILD2018-12-06 17:35:04 UTC (rev 411889)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-ovh
-pkgver=0.29.0
-pkgrel=1
-pkgdesc="OVH DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('64fd257675ddc5f7e7841f10d13e4a0d41e81b353706d7e134cbfa626ae3fda8f2f4e4e1bd0ce7a445d5ef2d960756dacb103bf5b3501e82db965eeaf2470428'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-ovh/repos/community-any/PKGBUILD (from rev 411888, 
certbot-dns-ovh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 17:35:04 UTC (rev 411889)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-ovh
+pkgver=0.29.1
+pkgrel=1
+pkgdesc="OVH DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('5ffa7e8e167e2b71700727816b2a703621b7f0a807d709666e8bc287f049cb68c6c4e0c04357ac5abf06e6e78a2edd0ccdcea2b911aa7698697f932761908158'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-ovh/trunk (PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:34:46
  Author: felixonmars
Revision: 411888

upgpkg: certbot-dns-ovh 0.29.1-1

Modified:
  certbot-dns-ovh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 17:34:09 UTC (rev 411887)
+++ PKGBUILD2018-12-06 17:34:46 UTC (rev 411888)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-ovh
-pkgver=0.29.0
+pkgver=0.29.1
 pkgrel=1
 pkgdesc="OVH DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('64fd257675ddc5f7e7841f10d13e4a0d41e81b353706d7e134cbfa626ae3fda8f2f4e4e1bd0ce7a445d5ef2d960756dacb103bf5b3501e82db965eeaf2470428'
+sha512sums=('5ffa7e8e167e2b71700727816b2a703621b7f0a807d709666e8bc287f049cb68c6c4e0c04357ac5abf06e6e78a2edd0ccdcea2b911aa7698697f932761908158'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-route53/repos/community-any (PKGBUILD PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:34:09
  Author: felixonmars
Revision: 411887

archrelease: copy trunk to community-any

Added:
  certbot-dns-route53/repos/community-any/PKGBUILD
(from rev 411886, certbot-dns-route53/trunk/PKGBUILD)
Deleted:
  certbot-dns-route53/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 17:33:52 UTC (rev 411886)
+++ PKGBUILD2018-12-06 17:34:09 UTC (rev 411887)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-route53
-pkgver=0.29.0
-pkgrel=1
-pkgdesc="Route53 DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'python-acme' 'python-boto3' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('841bbb82be4f43887804231c7a1264799ddbea72d40944ffb449b5de68218ae7e2a98330976361c20f7f18fa53c2bc236ed6c8d877526514b97ed91243303c9d'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-route53/repos/community-any/PKGBUILD (from rev 411886, 
certbot-dns-route53/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 17:34:09 UTC (rev 411887)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-route53
+pkgver=0.29.1
+pkgrel=1
+pkgdesc="Route53 DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'python-acme' 'python-boto3' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('5397ba383f14ab55b46872165c6851e23549fccbdcc747588c68e16c0742c36451e6a33aacd1c20b2ced54c4a1e3e0e34a282a6832603c00b95b6de01d935491'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-route53/trunk (PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:33:52
  Author: felixonmars
Revision: 411886

upgpkg: certbot-dns-route53 0.29.1-1

Modified:
  certbot-dns-route53/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 17:32:36 UTC (rev 411885)
+++ PKGBUILD2018-12-06 17:33:52 UTC (rev 411886)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-route53
-pkgver=0.29.0
+pkgver=0.29.1
 pkgrel=1
 pkgdesc="Route53 DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('841bbb82be4f43887804231c7a1264799ddbea72d40944ffb449b5de68218ae7e2a98330976361c20f7f18fa53c2bc236ed6c8d877526514b97ed91243303c9d'
+sha512sums=('5397ba383f14ab55b46872165c6851e23549fccbdcc747588c68e16c0742c36451e6a33aacd1c20b2ced54c4a1e3e0e34a282a6832603c00b95b6de01d935491'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-rfc2136/repos/community-any (PKGBUILD PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:32:36
  Author: felixonmars
Revision: 411885

archrelease: copy trunk to community-any

Added:
  certbot-dns-rfc2136/repos/community-any/PKGBUILD
(from rev 411884, certbot-dns-rfc2136/trunk/PKGBUILD)
Deleted:
  certbot-dns-rfc2136/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 17:32:19 UTC (rev 411884)
+++ PKGBUILD2018-12-06 17:32:36 UTC (rev 411885)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-rfc2136
-pkgver=0.29.0
-pkgrel=1
-pkgdesc="NS1 DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'python-acme' 'python-dnspython' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('30892d2614bbdcc681980e9278dc81dd73687300035afb58459ac936b95187ac594e29cbb8f03a3fcf351230d7c87b9206b0a39ccd1a11cd15b505608d6d66a2'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-rfc2136/repos/community-any/PKGBUILD (from rev 411884, 
certbot-dns-rfc2136/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 17:32:36 UTC (rev 411885)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-rfc2136
+pkgver=0.29.1
+pkgrel=1
+pkgdesc="NS1 DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'python-acme' 'python-dnspython' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('db05af0222c14369bd759d94c95ef3830f441df70ccb40dd778aea14b1b3d43583a6220b14a46e496eb691f0d9b2172f95a3be635063b785cc94282a43768179'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-rfc2136/trunk (PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:32:19
  Author: felixonmars
Revision: 411884

upgpkg: certbot-dns-rfc2136 0.29.1-1

Modified:
  certbot-dns-rfc2136/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 17:31:46 UTC (rev 411883)
+++ PKGBUILD2018-12-06 17:32:19 UTC (rev 411884)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-rfc2136
-pkgver=0.29.0
+pkgver=0.29.1
 pkgrel=1
 pkgdesc="NS1 DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('30892d2614bbdcc681980e9278dc81dd73687300035afb58459ac936b95187ac594e29cbb8f03a3fcf351230d7c87b9206b0a39ccd1a11cd15b505608d6d66a2'
+sha512sums=('db05af0222c14369bd759d94c95ef3830f441df70ccb40dd778aea14b1b3d43583a6220b14a46e496eb691f0d9b2172f95a3be635063b785cc94282a43768179'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-nsone/repos/community-any (PKGBUILD PKGBUILD)

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:31:46
  Author: felixonmars
Revision: 411883

archrelease: copy trunk to community-any

Added:
  certbot-dns-nsone/repos/community-any/PKGBUILD
(from rev 411882, certbot-dns-nsone/trunk/PKGBUILD)
Deleted:
  certbot-dns-nsone/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 17:31:36 UTC (rev 411882)
+++ PKGBUILD2018-12-06 17:31:46 UTC (rev 411883)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-nsone
-pkgver=0.29.0
-pkgrel=1
-pkgdesc="NS1 DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('7fd34549b7e75f74531dee7ff43bf0ab6e69b2e15f1fca13523673536dec3f66366ddc77b8e58bac5af709f28e29ccc0601d6e17f9403ff6a2dd49629d6c80d6'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-nsone/repos/community-any/PKGBUILD (from rev 411882, 
certbot-dns-nsone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 17:31:46 UTC (rev 411883)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-nsone
+pkgver=0.29.1
+pkgrel=1
+pkgdesc="NS1 DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('3e8ecab14e5b13e02aaf106f4ed8d6a4e238c1391011e9c942f831dd0da0566c3c76bc47eb90b5aa531f8627e101db89bcd2fab2cb9420325adacf54111619e3'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:31:18
  Author: felixonmars
Revision: 411880

upgpkg: hoogle 5.0.17.3-131

rebuild with appar 0.1.5

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 17:31:17 UTC (rev 411879)
+++ PKGBUILD2018-12-06 17:31:18 UTC (rev 411880)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.3
-pkgrel=130
+pkgrel=131
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("BSD")


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

2018-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 17:31:36
  Author: felixonmars
Revision: 411882

archrelease: copy trunk to community-staging-x86_64

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

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

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


  1   2   3   4   >